Trace number 4501979

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.15 3618.37

General information on the benchmark

NamePB24/normalized-PB10/DEC-LIN/oliveras/
j90/normalized-j9013_10-sat.opb
MD5SUMbe0542d3b59031398d11b8d8792cc86e
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables22022
Total number of constraints69919
Number of constraints which are clauses69439
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints480
Minimum length of a constraint1
Maximum length of a constraint90
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 26
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 535
Number of bits of the biggest sum of numbers10
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-4501979-1751159883.opb'
0.00/0.05	c 	read 2.32MB  (40.95ms)
0.00/0.05	c	 [cnf: #variables 22022 #clauses 69701 #duplicates 218 #arr 191847]
0.03/3.41	c output proof to 'PROOFDIR/proof-4501979-1751159883'
0.03/3.41	c 
0.03/3.41	c make graph and approximate orbits
0.03/3.47	c	 [group: #orbits ~= 0] (59.85ms)
0.03/3.47	c 
0.03/3.47	c detect special group actions
0.03/3.47	c 	probe for Johnson action (limit=64)
0.03/3.47	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.03/3.48	c 	probe for row symmetry (limit=64, splits=16.78M)
0.03/3.48	c 	 (10.15ms)
0.03/3.48	c 
0.03/3.48	c detect symmetries on remainder
0.03/3.48	c 	[graph: #vertices 191269 #edges 582786]
0.03/3.48	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.03/3.49	c 	 [group: #symmetries 1.00*10^0 #generators 0] (11.81ms)
0.03/3.49	c 
0.03/3.49	c finalize break order and special generators
0.03/3.49	c 
0.03/3.49	c generation finished
0.03/3.49	c 	[sbp: #constraints 0 #add_vars 0]
0.12/3.50	c 
0.12/3.50	c write result to 'HOME/instance-4501979-1751159883.opb.pre'
0.12/3.50	c 	wrote 2.37MB (5.80ms)
0.12/3.50	c ------------------------------------------------------------------
0.12/3.50	c                3360.73ms 96.29% other
0.12/3.50	c                  59.85ms  1.71% approx_orbits
0.12/3.50	c                  40.95ms  1.17% parse
0.12/3.50	c                  11.81ms  0.34% detect_generic
0.12/3.50	c                  10.15ms  0.29% detect_special
0.12/3.50	c                   5.80ms  0.17% output
0.12/3.50	c                   0.83ms  0.02% finalize_order
0.12/3.50	c         ───────────────────────────────────────────────
0.12/3.50	c                3490.11ms   100% total
0.12/3.50	c ------------------------------------------------------------------
0.12/3.55	c RoundingSat 2
0.12/3.55	c branch pb25
0.12/3.55	c commit 63f22ad
0.13/3.95	c #variables 22022 #constraints 53047
52.01/55.70	c #Conflicts:       1000 | #Constraints:      54046
52.01/55.70	c #Conflicts:       2000 | #Constraints:      55046
52.01/55.70	c INPROCESSING
52.01/55.70	c GARBAGE COLLECT
52.01/55.70	c #Conflicts:       3000 | #Constraints:      38113
52.01/55.70	c #Conflicts:       4000 | #Constraints:      39113
52.01/55.70	c INPROCESSING
52.01/55.70	c #Conflicts:       5000 | #Constraints:      38519
52.01/55.70	c #Conflicts:       6000 | #Constraints:      39519
52.01/55.70	c INPROCESSING
52.01/55.70	c GARBAGE COLLECT
52.01/55.70	c #Conflicts:       7000 | #Constraints:      38523
52.01/55.70	c #Conflicts:       8000 | #Constraints:      39523
52.01/55.70	c #Conflicts:       9000 | #Constraints:      40523
52.01/55.70	c INPROCESSING
52.01/55.70	c GARBAGE COLLECT
52.01/55.70	c #Conflicts:      10000 | #Constraints:      39222
52.01/55.70	c #Conflicts:      11000 | #Constraints:      40222
52.01/55.70	c #Conflicts:      12000 | #Constraints:      41222
52.01/55.70	c INPROCESSING
52.01/55.70	c GARBAGE COLLECT
52.01/55.70	c #Conflicts:      13000 | #Constraints:      39671
52.01/55.70	c #Conflicts:      14000 | #Constraints:      40671
52.01/55.70	c #Conflicts:      15000 | #Constraints:      41671
52.01/55.70	c INPROCESSING
52.01/55.70	c GARBAGE COLLECT
52.01/55.70	c #Conflicts:      16000 | #Constraints:      39905
52.01/55.70	c #Conflicts:      17000 | #Constraints:      40905
52.01/55.70	c #Conflicts:      18000 | #Constraints:      41905
52.01/55.70	c INPROCESSING
52.01/55.70	c GARBAGE COLLECT
52.01/55.70	c #Conflicts:      19000 | #Constraints:      39925
52.01/55.70	c #Conflicts:      20000 | #Constraints:      40925
52.01/55.70	c #Conflicts:      21000 | #Constraints:      41926
52.01/55.70	c INPROCESSING
52.01/55.70	c GARBAGE COLLECT
52.01/55.70	c #Conflicts:      22000 | #Constraints:      39730
52.01/55.70	c #Conflicts:      23000 | #Constraints:      40730
52.01/55.70	c #Conflicts:      24000 | #Constraints:      41730
52.01/55.70	c #Conflicts:      25000 | #Constraints:      42730
52.01/55.70	c INPROCESSING
52.01/55.70	c GARBAGE COLLECT
52.01/55.70	c #Conflicts:      26000 | #Constraints:      40330
52.01/55.70	c #Conflicts:      27000 | #Constraints:      41330
52.01/55.70	c #Conflicts:      28000 | #Constraints:      42330
52.01/55.70	c #Conflicts:      29000 | #Constraints:      43330
52.01/55.70	c INPROCESSING
52.01/55.70	c GARBAGE COLLECT
52.01/55.70	c #Conflicts:      30000 | #Constraints:      40731
52.01/55.70	c #Conflicts:      31000 | #Constraints:      41731
52.01/55.70	c #Conflicts:      32000 | #Constraints:      42731
52.01/55.70	c #Conflicts:      33000 | #Constraints:      43731
52.01/55.70	c INPROCESSING
52.01/55.70	c GARBAGE COLLECT
52.01/55.70	c #Conflicts:      34000 | #Constraints:      40935
52.01/55.70	c #Conflicts:      35000 | #Constraints:      41935
52.01/55.70	c #Conflicts:      36000 | #Constraints:      42935
52.01/55.70	c #Conflicts:      37000 | #Constraints:      43935
52.01/55.70	c INPROCESSING
52.01/55.70	c GARBAGE COLLECT
52.01/55.70	c #Conflicts:      38000 | #Constraints:      40942
52.01/55.70	c #Conflicts:      39000 | #Constraints:      41942
52.01/55.70	c #Conflicts:      40000 | #Constraints:      42942
52.01/55.70	c #Conflicts:      41000 | #Constraints:      43942
52.01/55.70	c INPROCESSING
52.01/55.70	c GARBAGE COLLECT
52.01/55.70	c #Conflicts:      42000 | #Constraints:      40749
52.01/55.70	c #Conflicts:      43000 | #Constraints:      41749
52.01/55.70	c #Conflicts:      44000 | #Constraints:      42749
52.01/55.70	c #Conflicts:      45000 | #Constraints:      43749
52.01/55.70	c #Conflicts:      46000 | #Constraints:      44749
52.01/55.70	c INPROCESSING
52.01/55.70	c GARBAGE COLLECT
52.01/55.70	c #Conflicts:      47000 | #Constraints:      41346
52.01/55.70	c #Conflicts:      48000 | #Constraints:      42346
52.01/55.70	c #Conflicts:      49000 | #Constraints:      43346
52.01/55.70	c #Conflicts:      50000 | #Constraints:      44346
52.01/55.70	c #Conflicts:      51000 | #Constraints:      45346
52.01/55.70	c INPROCESSING
52.01/55.70	c GARBAGE COLLECT
52.01/55.70	c #Conflicts:      52000 | #Constraints:      41756
52.01/55.70	c #Conflicts:      53000 | #Constraints:      42756
52.01/55.70	c #Conflicts:      54000 | #Constraints:      43756
52.01/55.70	c #Conflicts:      55000 | #Constraints:      44756
52.01/55.70	c #Conflicts:      56000 | #Constraints:      45756
52.01/55.70	c INPROCESSING
52.01/55.70	c GARBAGE COLLECT
52.01/55.70	c #Conflicts:      57000 | #Constraints:      41959
52.01/55.70	c #Conflicts:      58000 | #Constraints:      42959
52.01/55.70	c #Conflicts:      59000 | #Constraints:      43959
52.01/55.70	c #Conflicts:      60000 | #Constraints:      44959
52.01/55.70	c #Conflicts:      61000 | #Constraints:      45959
52.01/55.70	c INPROCESSING
52.01/55.70	c GARBAGE COLLECT
52.01/55.70	c #Conflicts:      62000 | #Constraints:      41956
52.01/55.70	c #Conflicts:      63000 | #Constraints:      42956
52.01/55.70	c #Conflicts:      64000 | #Constraints:      43957
52.01/55.70	c #Conflicts:      65000 | #Constraints:      44957
52.01/55.70	c #Conflicts:      66000 | #Constraints:      45957
52.01/55.70	c INPROCESSING
52.01/55.70	c GARBAGE COLLECT
52.01/55.70	c #Conflicts:      67000 | #Constraints:      41752
52.01/55.70	c #Conflicts:      68000 | #Constraints:      42752
90.41/94.30	c #Conflicts:      69000 | #Constraints:      43752
90.41/94.30	c #Conflicts:      70000 | #Constraints:      44752
90.41/94.30	c #Conflicts:      71000 | #Constraints:      45752
90.41/94.30	c #Conflicts:      72000 | #Constraints:      46752
90.41/94.30	c INPROCESSING
90.41/94.30	c GARBAGE COLLECT
90.41/94.30	c #Conflicts:      73000 | #Constraints:      42348
90.41/94.30	c #Conflicts:      74000 | #Constraints:      43348
90.41/94.30	c #Conflicts:      75000 | #Constraints:      44348
90.41/94.30	c #Conflicts:      76000 | #Constraints:      45348
90.41/94.30	c #Conflicts:      77000 | #Constraints:      46348
90.41/94.30	c #Conflicts:      78000 | #Constraints:      47348
90.41/94.30	c INPROCESSING
90.41/94.30	c GARBAGE COLLECT
90.41/94.30	c #Conflicts:      79000 | #Constraints:      42764
90.41/94.30	c #Conflicts:      80000 | #Constraints:      43764
90.41/94.30	c #Conflicts:      81000 | #Constraints:      44764
90.41/94.30	c #Conflicts:      82000 | #Constraints:      45764
90.41/94.30	c #Conflicts:      83000 | #Constraints:      46764
90.41/94.30	c #Conflicts:      84000 | #Constraints:      47764
90.41/94.30	c INPROCESSING
90.41/94.30	c GARBAGE COLLECT
90.41/94.30	c #Conflicts:      85000 | #Constraints:      42975
90.41/94.30	c #Conflicts:      86000 | #Constraints:      43975
90.41/94.30	c #Conflicts:      87000 | #Constraints:      44975
90.41/94.30	c #Conflicts:      88000 | #Constraints:      45975
90.41/94.30	c #Conflicts:      89000 | #Constraints:      46975
90.41/94.30	c #Conflicts:      90000 | #Constraints:      47975
90.41/94.30	c INPROCESSING
90.41/94.30	c GARBAGE COLLECT
90.41/94.30	c #Conflicts:      91000 | #Constraints:      42985
90.41/94.30	c #Conflicts:      92000 | #Constraints:      43985
90.41/94.30	c #Conflicts:      93000 | #Constraints:      44985
90.41/94.30	c #Conflicts:      94000 | #Constraints:      45985
90.41/94.30	c #Conflicts:      95000 | #Constraints:      46985
90.41/94.30	c #Conflicts:      96000 | #Constraints:      47985
90.41/94.30	c INPROCESSING
90.41/94.30	c GARBAGE COLLECT
90.41/94.30	c #Conflicts:      97000 | #Constraints:      42792
90.41/94.30	c #Conflicts:      98000 | #Constraints:      43792
90.41/94.30	c #Conflicts:      99000 | #Constraints:      44792
90.41/94.30	c #Conflicts:     100000 | #Constraints:      45792
90.41/94.30	c #Conflicts:     101000 | #Constraints:      46793
90.41/94.30	c #Conflicts:     102000 | #Constraints:      47793
90.41/94.30	c #Conflicts:     103000 | #Constraints:      48793
90.41/94.30	c INPROCESSING
90.41/94.30	c GARBAGE COLLECT
90.41/94.30	c #Conflicts:     104000 | #Constraints:      43384
90.41/94.30	c #Conflicts:     105000 | #Constraints:      44384
90.41/94.30	c #Conflicts:     106000 | #Constraints:      45384
90.41/94.30	c #Conflicts:     107000 | #Constraints:      46384
90.41/94.30	c #Conflicts:     108000 | #Constraints:      47384
90.41/94.30	c #Conflicts:     109000 | #Constraints:      48384
90.41/94.30	c #Conflicts:     110000 | #Constraints:      49384
90.41/94.30	c INPROCESSING
90.41/94.30	c GARBAGE COLLECT
90.41/94.30	c #Conflicts:     111000 | #Constraints:      43777
90.41/94.30	c #Conflicts:     112000 | #Constraints:      44777
90.41/94.30	c #Conflicts:     113000 | #Constraints:      45777
90.41/94.30	c #Conflicts:     114000 | #Constraints:      46777
90.41/94.30	c #Conflicts:     115000 | #Constraints:      47777
90.41/94.30	c #Conflicts:     116000 | #Constraints:      48777
90.41/94.30	c #Conflicts:     117000 | #Constraints:      49777
90.41/94.30	c INPROCESSING
90.41/94.30	c GARBAGE COLLECT
90.41/94.30	c #Conflicts:     118000 | #Constraints:      43974
90.41/94.30	c #Conflicts:     119000 | #Constraints:      44974
90.41/94.30	c #Conflicts:     120000 | #Constraints:      45974
90.41/94.30	c #Conflicts:     121000 | #Constraints:      46974
90.41/94.30	c #Conflicts:     122000 | #Constraints:      47974
90.41/94.30	c #Conflicts:     123000 | #Constraints:      48974
90.41/94.30	c #Conflicts:     124000 | #Constraints:      49974
90.41/94.30	c #Conflicts:     125000 | #Constraints:      50974
90.41/94.30	c #Conflicts:     126000 | #Constraints:      51974
90.41/94.30	c #Conflicts:     127000 | #Constraints:      52974
90.41/94.30	c #Conflicts:     128000 | #Constraints:      53974
90.41/94.30	c #Conflicts:     129000 | #Constraints:      54974
90.41/94.30	c #Conflicts:     130000 | #Constraints:      55974
90.41/94.30	c #Conflicts:     131000 | #Constraints:      56974
90.41/94.30	c #Conflicts:     132000 | #Constraints:      57974
90.41/94.30	c #Conflicts:     133000 | #Constraints:      58974
90.41/94.30	c #Conflicts:     134000 | #Constraints:      59974
90.41/94.30	c #Conflicts:     135000 | #Constraints:      60974
90.41/94.30	c #Conflicts:     136000 | #Constraints:      61974
90.41/94.30	c #Conflicts:     137000 | #Constraints:      62974
90.41/94.30	c #Conflicts:     138000 | #Constraints:      63974
90.41/94.30	c #Conflicts:     139000 | #Constraints:      64974
90.41/94.30	c #Conflicts:     140000 | #Constraints:      65974
90.41/94.30	c #Conflicts:     141000 | #Constraints:      66974
90.41/94.30	c #Conflicts:     142000 | #Constraints:      67974
163.08/168.06	c #Conflicts:     143000 | #Constraints:      68974
163.08/168.06	c #Conflicts:     144000 | #Constraints:      69974
163.08/168.06	c #Conflicts:     145000 | #Constraints:      70974
163.08/168.06	c #Conflicts:     146000 | #Constraints:      71974
163.08/168.06	c #Conflicts:     147000 | #Constraints:      72974
163.08/168.06	c #Conflicts:     148000 | #Constraints:      73974
163.08/168.06	c INPROCESSING
163.08/168.06	c GARBAGE COLLECT
163.08/168.06	c #Conflicts:     149000 | #Constraints:      55831
163.08/168.06	c #Conflicts:     150000 | #Constraints:      56831
163.08/168.06	c #Conflicts:     151000 | #Constraints:      57831
163.08/168.06	c #Conflicts:     152000 | #Constraints:      58831
163.08/168.06	c #Conflicts:     153000 | #Constraints:      59831
163.08/168.06	c #Conflicts:     154000 | #Constraints:      60831
163.08/168.06	c #Conflicts:     155000 | #Constraints:      61831
163.08/168.06	c #Conflicts:     156000 | #Constraints:      62831
163.08/168.06	c INPROCESSING
163.08/168.06	c GARBAGE COLLECT
163.08/168.06	c #Conflicts:     157000 | #Constraints:      50097
163.08/168.06	c #Conflicts:     158000 | #Constraints:      51097
163.08/168.06	c #Conflicts:     159000 | #Constraints:      52097
163.08/168.06	c #Conflicts:     160000 | #Constraints:      53098
163.08/168.06	c #Conflicts:     161000 | #Constraints:      54098
163.08/168.06	c #Conflicts:     162000 | #Constraints:      55098
163.08/168.06	c #Conflicts:     163000 | #Constraints:      56098
163.08/168.06	c #Conflicts:     164000 | #Constraints:      57098
163.08/168.06	c #Conflicts:     165000 | #Constraints:      58098
163.08/168.06	c INPROCESSING
163.08/168.06	c GARBAGE COLLECT
163.08/168.06	c #Conflicts:     166000 | #Constraints:      47986
163.08/168.06	c #Conflicts:     167000 | #Constraints:      48986
163.08/168.06	c #Conflicts:     168000 | #Constraints:      49986
163.08/168.06	c #Conflicts:     169000 | #Constraints:      50986
163.08/168.06	c #Conflicts:     170000 | #Constraints:      51986
163.08/168.06	c #Conflicts:     171000 | #Constraints:      52986
163.08/168.06	c #Conflicts:     172000 | #Constraints:      53986
163.08/168.06	c #Conflicts:     173000 | #Constraints:      54986
163.08/168.06	c #Conflicts:     174000 | #Constraints:      55986
163.08/168.06	c INPROCESSING
163.08/168.06	c GARBAGE COLLECT
163.08/168.06	c #Conflicts:     175000 | #Constraints:      47084
163.08/168.06	c #Conflicts:     176000 | #Constraints:      48084
163.08/168.06	c #Conflicts:     177000 | #Constraints:      49084
163.08/168.06	c #Conflicts:     178000 | #Constraints:      50084
163.08/168.06	c #Conflicts:     179000 | #Constraints:      51084
163.08/168.06	c #Conflicts:     180000 | #Constraints:      52084
163.08/168.06	c #Conflicts:     181000 | #Constraints:      53084
163.08/168.06	c #Conflicts:     182000 | #Constraints:      54084
163.08/168.06	c #Conflicts:     183000 | #Constraints:      55084
163.08/168.06	c #Conflicts:     184000 | #Constraints:      56084
163.08/168.06	c #Conflicts:     185000 | #Constraints:      57084
163.08/168.06	c #Conflicts:     186000 | #Constraints:      58084
163.08/168.06	c #Conflicts:     187000 | #Constraints:      59084
163.08/168.06	c #Conflicts:     188000 | #Constraints:      60084
163.08/168.06	c #Conflicts:     189000 | #Constraints:      61084
163.08/168.06	c #Conflicts:     190000 | #Constraints:      62084
163.08/168.06	c #Conflicts:     191000 | #Constraints:      63084
163.08/168.06	c #Conflicts:     192000 | #Constraints:      64084
163.08/168.06	c #Conflicts:     193000 | #Constraints:      65084
163.08/168.06	c #Conflicts:     194000 | #Constraints:      66084
163.08/168.06	c #Conflicts:     195000 | #Constraints:      67084
163.08/168.06	c #Conflicts:     196000 | #Constraints:      68084
163.08/168.06	c #Conflicts:     197000 | #Constraints:      69084
163.08/168.06	c #Conflicts:     198000 | #Constraints:      70084
163.08/168.06	c #Conflicts:     199000 | #Constraints:      71084
163.08/168.06	c #Conflicts:     200000 | #Constraints:      72084
163.08/168.06	c #Conflicts:     201000 | #Constraints:      73084
163.08/168.06	c #Conflicts:     202000 | #Constraints:      74084
163.08/168.06	c #Conflicts:     203000 | #Constraints:      75084
163.08/168.06	c #Conflicts:     204000 | #Constraints:      76084
163.08/168.06	c #Conflicts:     205000 | #Constraints:      77084
163.08/168.06	c #Conflicts:     206000 | #Constraints:      78084
163.08/168.06	c #Conflicts:     207000 | #Constraints:      79084
163.08/168.06	c #Conflicts:     208000 | #Constraints:      80084
163.08/168.06	c #Conflicts:     209000 | #Constraints:      81084
163.08/168.06	c #Conflicts:     210000 | #Constraints:      82084
163.08/168.06	c INPROCESSING
163.08/168.06	c GARBAGE COLLECT
163.08/168.06	c #Conflicts:     211000 | #Constraints:      59742
163.08/168.06	c #Conflicts:     212000 | #Constraints:      60742
163.08/168.06	c #Conflicts:     213000 | #Constraints:      61742
163.08/168.06	c #Conflicts:     214000 | #Constraints:      62742
163.08/168.06	c #Conflicts:     215000 | #Constraints:      63742
163.08/168.06	c #Conflicts:     216000 | #Constraints:      64742
163.08/168.06	c #Conflicts:     217000 | #Constraints:      65742
196.37/201.42	c #Conflicts:     218000 | #Constraints:      66742
196.37/201.42	c #Conflicts:     219000 | #Constraints:      67742
196.37/201.42	c #Conflicts:     220000 | #Constraints:      68742
196.37/201.42	c INPROCESSING
196.37/201.42	c GARBAGE COLLECT
196.37/201.42	c #Conflicts:     221000 | #Constraints:      53072
196.37/201.42	c #Conflicts:     222000 | #Constraints:      54072
196.37/201.42	c #Conflicts:     223000 | #Constraints:      55072
196.37/201.42	c #Conflicts:     224000 | #Constraints:      56072
196.37/201.42	c #Conflicts:     225000 | #Constraints:      57072
196.37/201.42	c #Conflicts:     226000 | #Constraints:      58072
196.37/201.42	c #Conflicts:     227000 | #Constraints:      59072
196.37/201.42	c #Conflicts:     228000 | #Constraints:      60072
196.37/201.42	c #Conflicts:     229000 | #Constraints:      61072
196.37/201.42	c #Conflicts:     230000 | #Constraints:      62072
196.37/201.42	c #Conflicts:     231000 | #Constraints:      63072
196.37/201.42	c INPROCESSING
196.37/201.42	c GARBAGE COLLECT
196.37/201.42	c #Conflicts:     232000 | #Constraints:      50625
196.37/201.42	c #Conflicts:     233000 | #Constraints:      51625
196.37/201.42	c #Conflicts:     234000 | #Constraints:      52625
196.37/201.42	c #Conflicts:     235000 | #Constraints:      53625
196.37/201.42	c #Conflicts:     236000 | #Constraints:      54625
196.37/201.42	c #Conflicts:     237000 | #Constraints:      55625
196.37/201.42	c #Conflicts:     238000 | #Constraints:      56625
196.37/201.42	c #Conflicts:     239000 | #Constraints:      57625
196.37/201.42	c #Conflicts:     240000 | #Constraints:      58625
196.37/201.42	c #Conflicts:     241000 | #Constraints:      59625
196.37/201.42	c INPROCESSING
196.37/201.42	c GARBAGE COLLECT
196.37/201.42	c #Conflicts:     242000 | #Constraints:      48718
196.37/201.42	c #Conflicts:     243000 | #Constraints:      49718
196.37/201.42	c #Conflicts:     244000 | #Constraints:      50718
196.37/201.42	c #Conflicts:     245000 | #Constraints:      51718
196.37/201.42	c #Conflicts:     246000 | #Constraints:      52718
196.37/201.42	c #Conflicts:     247000 | #Constraints:      53718
196.37/201.42	c #Conflicts:     248000 | #Constraints:      54718
196.37/201.42	c #Conflicts:     249000 | #Constraints:      55718
196.37/201.42	c #Conflicts:     250000 | #Constraints:      56718
196.37/201.42	c #Conflicts:     251000 | #Constraints:      57718
196.37/201.42	c #Conflicts:     252000 | #Constraints:      58718
196.37/201.42	c #Conflicts:     253000 | #Constraints:      59718
196.37/201.42	c #Conflicts:     254000 | #Constraints:      60718
196.37/201.42	c #Conflicts:     255000 | #Constraints:      61718
196.37/201.42	c #Conflicts:     256000 | #Constraints:      62718
196.37/201.42	c #Conflicts:     257000 | #Constraints:      63718
196.37/201.42	c #Conflicts:     258000 | #Constraints:      64718
196.37/201.42	c #Conflicts:     259000 | #Constraints:      65718
196.37/201.42	c #Conflicts:     260000 | #Constraints:      66718
196.37/201.42	c #Conflicts:     261000 | #Constraints:      67718
196.37/201.42	c #Conflicts:     262000 | #Constraints:      68718
196.37/201.42	c #Conflicts:     263000 | #Constraints:      69718
196.37/201.42	c #Conflicts:     264000 | #Constraints:      70718
196.37/201.42	c #Conflicts:     265000 | #Constraints:      71718
196.37/201.42	c #Conflicts:     266000 | #Constraints:      72718
196.37/201.42	c #Conflicts:     267000 | #Constraints:      73718
196.37/201.42	c #Conflicts:     268000 | #Constraints:      74718
196.37/201.42	c #Conflicts:     269000 | #Constraints:      75718
196.37/201.42	c #Conflicts:     270000 | #Constraints:      76718
196.37/201.42	c #Conflicts:     271000 | #Constraints:      77718
196.37/201.42	c #Conflicts:     272000 | #Constraints:      78718
196.37/201.42	c #Conflicts:     273000 | #Constraints:      79718
196.37/201.42	c #Conflicts:     274000 | #Constraints:      80718
196.37/201.42	c #Conflicts:     275000 | #Constraints:      81718
196.37/201.42	c #Conflicts:     276000 | #Constraints:      82718
196.37/201.42	c #Conflicts:     277000 | #Constraints:      83718
196.37/201.42	c #Conflicts:     278000 | #Constraints:      84718
196.37/201.42	c #Conflicts:     279000 | #Constraints:      85718
196.37/201.42	c #Conflicts:     280000 | #Constraints:      86718
196.37/201.42	c #Conflicts:     281000 | #Constraints:      87718
196.37/201.42	c #Conflicts:     282000 | #Constraints:      88718
196.37/201.42	c #Conflicts:     283000 | #Constraints:      89718
196.37/201.42	c INPROCESSING
196.37/201.42	c GARBAGE COLLECT
196.37/201.42	c #Conflicts:     284000 | #Constraints:      63706
196.37/201.42	c #Conflicts:     285000 | #Constraints:      64706
196.37/201.42	c #Conflicts:     286000 | #Constraints:      65706
196.37/201.42	c #Conflicts:     287000 | #Constraints:      66706
196.37/201.42	c #Conflicts:     288000 | #Constraints:      67706
196.37/201.42	c #Conflicts:     289000 | #Constraints:      68706
196.37/201.42	c #Conflicts:     290000 | #Constraints:      69706
196.37/201.42	c #Conflicts:     291000 | #Constraints:      70706
196.37/201.42	c #Conflicts:     292000 | #Constraints:      71706
196.37/201.42	c #Conflicts:     293000 | #Constraints:      72706
196.37/201.42	c #Conflicts:     294000 | #Constraints:      73706
272.81/278.12	c #Conflicts:     295000 | #Constraints:      74706
272.81/278.12	c INPROCESSING
272.81/278.12	c GARBAGE COLLECT
272.81/278.12	c #Conflicts:     296000 | #Constraints:      56364
272.81/278.12	c #Conflicts:     297000 | #Constraints:      57364
272.81/278.12	c #Conflicts:     298000 | #Constraints:      58364
272.81/278.12	c #Conflicts:     299000 | #Constraints:      59364
272.81/278.12	c #Conflicts:     300000 | #Constraints:      60364
272.81/278.12	c #Conflicts:     301000 | #Constraints:      61365
272.81/278.12	c #Conflicts:     302000 | #Constraints:      62365
272.81/278.12	c #Conflicts:     303000 | #Constraints:      63365
272.81/278.12	c #Conflicts:     304000 | #Constraints:      64365
272.81/278.12	c #Conflicts:     305000 | #Constraints:      65365
272.81/278.12	c #Conflicts:     306000 | #Constraints:      66365
272.81/278.12	c #Conflicts:     307000 | #Constraints:      67365
272.81/278.12	c INPROCESSING
272.81/278.12	c GARBAGE COLLECT
272.81/278.12	c #Conflicts:     308000 | #Constraints:      52759
272.81/278.12	c #Conflicts:     309000 | #Constraints:      53759
272.81/278.12	c #Conflicts:     310000 | #Constraints:      54759
272.81/278.12	c #Conflicts:     311000 | #Constraints:      55759
272.81/278.12	c #Conflicts:     312000 | #Constraints:      56759
272.81/278.12	c #Conflicts:     313000 | #Constraints:      57759
272.81/278.12	c #Conflicts:     314000 | #Constraints:      58759
272.81/278.12	c #Conflicts:     315000 | #Constraints:      59759
272.81/278.12	c #Conflicts:     316000 | #Constraints:      60759
272.81/278.12	c #Conflicts:     317000 | #Constraints:      61759
272.81/278.12	c #Conflicts:     318000 | #Constraints:      62759
272.81/278.12	c #Conflicts:     319000 | #Constraints:      63759
272.81/278.12	c INPROCESSING
272.81/278.12	c GARBAGE COLLECT
272.81/278.12	c #Conflicts:     320000 | #Constraints:      50880
272.81/278.12	c #Conflicts:     321000 | #Constraints:      51880
272.81/278.12	c #Conflicts:     322000 | #Constraints:      52880
272.81/278.12	c #Conflicts:     323000 | #Constraints:      53880
272.81/278.12	c #Conflicts:     324000 | #Constraints:      54880
272.81/278.12	c #Conflicts:     325000 | #Constraints:      55880
272.81/278.12	c #Conflicts:     326000 | #Constraints:      56880
272.81/278.12	c #Conflicts:     327000 | #Constraints:      57880
272.81/278.12	c #Conflicts:     328000 | #Constraints:      58880
272.81/278.12	c #Conflicts:     329000 | #Constraints:      59880
272.81/278.12	c #Conflicts:     330000 | #Constraints:      60880
272.81/278.12	c #Conflicts:     331000 | #Constraints:      61880
272.81/278.12	c #Conflicts:     332000 | #Constraints:      62880
272.81/278.12	c #Conflicts:     333000 | #Constraints:      63880
272.81/278.12	c #Conflicts:     334000 | #Constraints:      64880
272.81/278.12	c #Conflicts:     335000 | #Constraints:      65880
272.81/278.12	c #Conflicts:     336000 | #Constraints:      66880
272.81/278.12	c #Conflicts:     337000 | #Constraints:      67880
272.81/278.12	c #Conflicts:     338000 | #Constraints:      68880
272.81/278.12	c #Conflicts:     339000 | #Constraints:      69880
272.81/278.12	c #Conflicts:     340000 | #Constraints:      70880
272.81/278.12	c #Conflicts:     341000 | #Constraints:      71880
272.81/278.12	c #Conflicts:     342000 | #Constraints:      72880
272.81/278.12	c #Conflicts:     343000 | #Constraints:      73880
272.81/278.12	c #Conflicts:     344000 | #Constraints:      74880
272.81/278.12	c #Conflicts:     345000 | #Constraints:      75880
272.81/278.12	c #Conflicts:     346000 | #Constraints:      76880
272.81/278.12	c #Conflicts:     347000 | #Constraints:      77880
272.81/278.12	c #Conflicts:     348000 | #Constraints:      78880
272.81/278.12	c #Conflicts:     349000 | #Constraints:      79880
272.81/278.12	c #Conflicts:     350000 | #Constraints:      80880
272.81/278.12	c #Conflicts:     351000 | #Constraints:      81880
272.81/278.12	c #Conflicts:     352000 | #Constraints:      82880
272.81/278.12	c #Conflicts:     353000 | #Constraints:      83880
272.81/278.12	c #Conflicts:     354000 | #Constraints:      84880
272.81/278.12	c #Conflicts:     355000 | #Constraints:      85880
272.81/278.12	c #Conflicts:     356000 | #Constraints:      86880
272.81/278.12	c #Conflicts:     357000 | #Constraints:      87880
272.81/278.12	c #Conflicts:     358000 | #Constraints:      88880
272.81/278.12	c #Conflicts:     359000 | #Constraints:      89880
272.81/278.12	c #Conflicts:     360000 | #Constraints:      90880
272.81/278.12	c #Conflicts:     361000 | #Constraints:      91880
272.81/278.12	c #Conflicts:     362000 | #Constraints:      92880
272.81/278.12	c #Conflicts:     363000 | #Constraints:      93881
272.81/278.12	c #Conflicts:     364000 | #Constraints:      94881
272.81/278.12	c #Conflicts:     365000 | #Constraints:      95881
272.81/278.12	c #Conflicts:     366000 | #Constraints:      96881
272.81/278.12	c INPROCESSING
272.81/278.12	c GARBAGE COLLECT
272.81/278.12	c #Conflicts:     367000 | #Constraints:      67248
272.81/278.12	c #Conflicts:     368000 | #Constraints:      68248
272.81/278.12	c #Conflicts:     369000 | #Constraints:      69248
272.81/278.12	c #Conflicts:     370000 | #Constraints:      70248
311.72/317.46	c #Conflicts:     371000 | #Constraints:      71248
311.72/317.46	c #Conflicts:     372000 | #Constraints:      72248
311.72/317.46	c #Conflicts:     373000 | #Constraints:      73248
311.72/317.46	c #Conflicts:     374000 | #Constraints:      74248
311.72/317.46	c #Conflicts:     375000 | #Constraints:      75248
311.72/317.46	c #Conflicts:     376000 | #Constraints:      76248
311.72/317.46	c #Conflicts:     377000 | #Constraints:      77248
311.72/317.46	c #Conflicts:     378000 | #Constraints:      78248
311.72/317.46	c #Conflicts:     379000 | #Constraints:      79249
311.72/317.46	c #Conflicts:     380000 | #Constraints:      80249
311.72/317.46	c INPROCESSING
311.72/317.46	c GARBAGE COLLECT
311.72/317.46	c #Conflicts:     381000 | #Constraints:      59230
311.72/317.46	c #Conflicts:     382000 | #Constraints:      60230
311.72/317.46	c #Conflicts:     383000 | #Constraints:      61230
311.72/317.46	c #Conflicts:     384000 | #Constraints:      62230
311.72/317.46	c #Conflicts:     385000 | #Constraints:      63230
311.72/317.46	c #Conflicts:     386000 | #Constraints:      64230
311.72/317.46	c #Conflicts:     387000 | #Constraints:      65230
311.72/317.46	c #Conflicts:     388000 | #Constraints:      66230
311.72/317.46	c #Conflicts:     389000 | #Constraints:      67230
311.72/317.46	c #Conflicts:     390000 | #Constraints:      68230
311.72/317.46	c #Conflicts:     391000 | #Constraints:      69230
311.72/317.46	c #Conflicts:     392000 | #Constraints:      70230
311.72/317.46	c #Conflicts:     393000 | #Constraints:      71230
311.72/317.46	c INPROCESSING
311.72/317.46	c GARBAGE COLLECT
311.72/317.46	c #Conflicts:     394000 | #Constraints:      54437
311.72/317.46	c #Conflicts:     395000 | #Constraints:      55437
311.72/317.46	c #Conflicts:     396000 | #Constraints:      56437
311.72/317.46	c #Conflicts:     397000 | #Constraints:      57437
311.72/317.46	c #Conflicts:     398000 | #Constraints:      58437
311.72/317.46	c #Conflicts:     399000 | #Constraints:      59437
311.72/317.46	c #Conflicts:     400000 | #Constraints:      60437
311.72/317.46	c #Conflicts:     401000 | #Constraints:      61437
311.72/317.46	c #Conflicts:     402000 | #Constraints:      62437
311.72/317.46	c #Conflicts:     403000 | #Constraints:      63437
311.72/317.46	c #Conflicts:     404000 | #Constraints:      64437
311.72/317.46	c #Conflicts:     405000 | #Constraints:      65437
311.72/317.46	c #Conflicts:     406000 | #Constraints:      66437
311.72/317.46	c #Conflicts:     407000 | #Constraints:      67437
311.72/317.46	c INPROCESSING
311.72/317.46	c GARBAGE COLLECT
311.72/317.46	c #Conflicts:     408000 | #Constraints:      52649
311.72/317.46	c #Conflicts:     409000 | #Constraints:      53649
311.72/317.46	c #Conflicts:     410000 | #Constraints:      54649
311.72/317.46	c #Conflicts:     411000 | #Constraints:      55649
311.72/317.46	c #Conflicts:     412000 | #Constraints:      56649
311.72/317.46	c #Conflicts:     413000 | #Constraints:      57649
311.72/317.46	c #Conflicts:     414000 | #Constraints:      58649
311.72/317.46	c #Conflicts:     415000 | #Constraints:      59649
311.72/317.46	c #Conflicts:     416000 | #Constraints:      60649
311.72/317.46	c #Conflicts:     417000 | #Constraints:      61649
311.72/317.46	c #Conflicts:     418000 | #Constraints:      62649
311.72/317.46	c #Conflicts:     419000 | #Constraints:      63649
311.72/317.46	c #Conflicts:     420000 | #Constraints:      64649
311.72/317.46	c #Conflicts:     421000 | #Constraints:      65649
311.72/317.46	c #Conflicts:     422000 | #Constraints:      66649
311.72/317.46	c #Conflicts:     423000 | #Constraints:      67649
311.72/317.46	c #Conflicts:     424000 | #Constraints:      68650
311.72/317.46	c #Conflicts:     425000 | #Constraints:      69650
311.72/317.46	c #Conflicts:     426000 | #Constraints:      70650
311.72/317.46	c #Conflicts:     427000 | #Constraints:      71650
311.72/317.46	c #Conflicts:     428000 | #Constraints:      72650
311.72/317.46	c #Conflicts:     429000 | #Constraints:      73650
311.72/317.46	c #Conflicts:     430000 | #Constraints:      74650
311.72/317.46	c #Conflicts:     431000 | #Constraints:      75650
311.72/317.46	c #Conflicts:     432000 | #Constraints:      76650
311.72/317.46	c #Conflicts:     433000 | #Constraints:      77650
311.72/317.46	c #Conflicts:     434000 | #Constraints:      78650
311.72/317.46	c #Conflicts:     435000 | #Constraints:      79650
311.72/317.46	c #Conflicts:     436000 | #Constraints:      80650
311.72/317.46	c #Conflicts:     437000 | #Constraints:      81650
311.72/317.46	c #Conflicts:     438000 | #Constraints:      82650
311.72/317.46	c #Conflicts:     439000 | #Constraints:      83650
311.72/317.46	c #Conflicts:     440000 | #Constraints:      84650
311.72/317.46	c #Conflicts:     441000 | #Constraints:      85650
311.72/317.46	c #Conflicts:     442000 | #Constraints:      86650
311.72/317.46	c #Conflicts:     443000 | #Constraints:      87650
311.72/317.46	c #Conflicts:     444000 | #Constraints:      88650
311.72/317.46	c #Conflicts:     445000 | #Constraints:      89650
311.72/317.46	c #Conflicts:     446000 | #Constraints:      90650
311.72/317.46	c #Conflicts:     447000 | #Constraints:      91650
359.38/365.28	c #Conflicts:     448000 | #Constraints:      92650
359.38/365.28	c #Conflicts:     449000 | #Constraints:      93650
359.38/365.28	c #Conflicts:     450000 | #Constraints:      94650
359.38/365.28	c #Conflicts:     451000 | #Constraints:      95650
359.38/365.28	c #Conflicts:     452000 | #Constraints:      96650
359.38/365.28	c #Conflicts:     453000 | #Constraints:      97650
359.38/365.28	c #Conflicts:     454000 | #Constraints:      98650
359.38/365.28	c #Conflicts:     455000 | #Constraints:      99650
359.38/365.28	c #Conflicts:     456000 | #Constraints:     100650
359.38/365.28	c #Conflicts:     457000 | #Constraints:     101650
359.38/365.28	c #Conflicts:     458000 | #Constraints:     102650
359.38/365.28	c #Conflicts:     459000 | #Constraints:     103650
359.38/365.28	c #Conflicts:     460000 | #Constraints:     104650
359.38/365.28	c INPROCESSING
359.38/365.28	c GARBAGE COLLECT
359.38/365.28	c #Conflicts:     461000 | #Constraints:      71385
359.38/365.28	c #Conflicts:     462000 | #Constraints:      72385
359.38/365.28	c #Conflicts:     463000 | #Constraints:      73385
359.38/365.28	c #Conflicts:     464000 | #Constraints:      74385
359.38/365.28	c #Conflicts:     465000 | #Constraints:      75385
359.38/365.28	c #Conflicts:     466000 | #Constraints:      76385
359.38/365.28	c #Conflicts:     467000 | #Constraints:      77385
359.38/365.28	c #Conflicts:     468000 | #Constraints:      78385
359.38/365.28	c #Conflicts:     469000 | #Constraints:      79385
359.38/365.28	c #Conflicts:     470000 | #Constraints:      80385
359.38/365.28	c #Conflicts:     471000 | #Constraints:      81385
359.38/365.28	c #Conflicts:     472000 | #Constraints:      82385
359.38/365.28	c #Conflicts:     473000 | #Constraints:      83385
359.38/365.28	c #Conflicts:     474000 | #Constraints:      84385
359.38/365.28	c #Conflicts:     475000 | #Constraints:      85385
359.38/365.28	c INPROCESSING
359.38/365.28	c GARBAGE COLLECT
359.38/365.28	c #Conflicts:     476000 | #Constraints:      61732
359.38/365.28	c #Conflicts:     477000 | #Constraints:      62732
359.38/365.28	c #Conflicts:     478000 | #Constraints:      63732
359.38/365.28	c #Conflicts:     479000 | #Constraints:      64732
359.38/365.28	c #Conflicts:     480000 | #Constraints:      65732
359.38/365.28	c #Conflicts:     481000 | #Constraints:      66732
359.38/365.28	c #Conflicts:     482000 | #Constraints:      67732
359.38/365.28	c #Conflicts:     483000 | #Constraints:      68732
359.38/365.28	c #Conflicts:     484000 | #Constraints:      69732
359.38/365.28	c #Conflicts:     485000 | #Constraints:      70732
359.38/365.28	c #Conflicts:     486000 | #Constraints:      71732
359.38/365.28	c #Conflicts:     487000 | #Constraints:      72732
359.38/365.28	c #Conflicts:     488000 | #Constraints:      73732
359.38/365.28	c #Conflicts:     489000 | #Constraints:      74732
359.38/365.28	c #Conflicts:     490000 | #Constraints:      75732
359.38/365.28	c INPROCESSING
359.38/365.28	c GARBAGE COLLECT
359.38/365.28	c #Conflicts:     491000 | #Constraints:      56768
359.38/365.28	c #Conflicts:     492000 | #Constraints:      57768
359.38/365.28	c #Conflicts:     493000 | #Constraints:      58768
359.38/365.28	c #Conflicts:     494000 | #Constraints:      59768
359.38/365.28	c #Conflicts:     495000 | #Constraints:      60769
359.38/365.28	c #Conflicts:     496000 | #Constraints:      61769
359.38/365.28	c #Conflicts:     497000 | #Constraints:      62769
359.38/365.28	c #Conflicts:     498000 | #Constraints:      63769
359.38/365.28	c #Conflicts:     499000 | #Constraints:      64769
359.38/365.28	c #Conflicts:     500000 | #Constraints:      65769
359.38/365.28	c #Conflicts:     501000 | #Constraints:      66769
359.38/365.28	c #Conflicts:     502000 | #Constraints:      67769
359.38/365.28	c #Conflicts:     503000 | #Constraints:      68769
359.38/365.28	c #Conflicts:     504000 | #Constraints:      69769
359.38/365.28	c #Conflicts:     505000 | #Constraints:      70769
359.38/365.28	c #Conflicts:     506000 | #Constraints:      71769
359.38/365.28	c INPROCESSING
359.38/365.28	c GARBAGE COLLECT
359.38/365.28	c #Conflicts:     507000 | #Constraints:      55006
359.38/365.28	c #Conflicts:     508000 | #Constraints:      56006
359.38/365.28	c #Conflicts:     509000 | #Constraints:      57006
359.38/365.28	c #Conflicts:     510000 | #Constraints:      58006
359.38/365.28	c #Conflicts:     511000 | #Constraints:      59006
359.38/365.28	c #Conflicts:     512000 | #Constraints:      60006
359.38/365.28	c #Conflicts:     513000 | #Constraints:      61006
359.38/365.28	c #Conflicts:     514000 | #Constraints:      62006
359.38/365.28	c #Conflicts:     515000 | #Constraints:      63006
359.38/365.28	c #Conflicts:     516000 | #Constraints:      64006
359.38/365.28	c #Conflicts:     517000 | #Constraints:      65006
359.38/365.28	c #Conflicts:     518000 | #Constraints:      66006
359.38/365.28	c #Conflicts:     519000 | #Constraints:      67006
359.38/365.28	c #Conflicts:     520000 | #Constraints:      68006
359.38/365.28	c #Conflicts:     521000 | #Constraints:      69006
359.38/365.28	c #Conflicts:     522000 | #Constraints:      70006
359.38/365.28	c #Conflicts:     523000 | #Constraints:      71006
397.16/403.13	c #Conflicts:     524000 | #Constraints:      72006
397.16/403.13	c #Conflicts:     525000 | #Constraints:      73006
397.16/403.13	c #Conflicts:     526000 | #Constraints:      74006
397.16/403.13	c #Conflicts:     527000 | #Constraints:      75006
397.16/403.13	c #Conflicts:     528000 | #Constraints:      76006
397.16/403.13	c #Conflicts:     529000 | #Constraints:      77006
397.16/403.13	c #Conflicts:     530000 | #Constraints:      78006
397.16/403.13	c #Conflicts:     531000 | #Constraints:      79006
397.16/403.13	c #Conflicts:     532000 | #Constraints:      80006
397.16/403.13	c #Conflicts:     533000 | #Constraints:      81006
397.16/403.13	c #Conflicts:     534000 | #Constraints:      82006
397.16/403.13	c #Conflicts:     535000 | #Constraints:      83006
397.16/403.13	c #Conflicts:     536000 | #Constraints:      84006
397.16/403.13	c #Conflicts:     537000 | #Constraints:      85006
397.16/403.13	c #Conflicts:     538000 | #Constraints:      86006
397.16/403.13	c #Conflicts:     539000 | #Constraints:      87006
397.16/403.13	c #Conflicts:     540000 | #Constraints:      88006
397.16/403.13	c #Conflicts:     541000 | #Constraints:      89006
397.16/403.13	c #Conflicts:     542000 | #Constraints:      90006
397.16/403.13	c #Conflicts:     543000 | #Constraints:      91006
397.16/403.13	c #Conflicts:     544000 | #Constraints:      92006
397.16/403.13	c #Conflicts:     545000 | #Constraints:      93006
397.16/403.13	c #Conflicts:     546000 | #Constraints:      94006
397.16/403.13	c #Conflicts:     547000 | #Constraints:      95006
397.16/403.13	c #Conflicts:     548000 | #Constraints:      96006
397.16/403.13	c #Conflicts:     549000 | #Constraints:      97007
397.16/403.13	c #Conflicts:     550000 | #Constraints:      98007
397.16/403.13	c #Conflicts:     551000 | #Constraints:      99007
397.16/403.13	c #Conflicts:     552000 | #Constraints:     100007
397.16/403.13	c #Conflicts:     553000 | #Constraints:     101007
397.16/403.13	c #Conflicts:     554000 | #Constraints:     102007
397.16/403.13	c #Conflicts:     555000 | #Constraints:     103007
397.16/403.13	c #Conflicts:     556000 | #Constraints:     104007
397.16/403.13	c #Conflicts:     557000 | #Constraints:     105007
397.16/403.13	c #Conflicts:     558000 | #Constraints:     106007
397.16/403.13	c #Conflicts:     559000 | #Constraints:     107007
397.16/403.13	c #Conflicts:     560000 | #Constraints:     108007
397.16/403.13	c #Conflicts:     561000 | #Constraints:     109007
397.16/403.13	c #Conflicts:     562000 | #Constraints:     110007
397.16/403.13	c #Conflicts:     563000 | #Constraints:     111007
397.16/403.13	c #Conflicts:     564000 | #Constraints:     112007
397.16/403.13	c INPROCESSING
397.16/403.13	c GARBAGE COLLECT
397.16/403.13	c #Conflicts:     565000 | #Constraints:      75096
397.16/403.13	c #Conflicts:     566000 | #Constraints:      76096
397.16/403.13	c #Conflicts:     567000 | #Constraints:      77096
397.16/403.13	c #Conflicts:     568000 | #Constraints:      78096
397.16/403.13	c #Conflicts:     569000 | #Constraints:      79096
397.16/403.13	c #Conflicts:     570000 | #Constraints:      80096
397.16/403.13	c #Conflicts:     571000 | #Constraints:      81096
397.16/403.13	c #Conflicts:     572000 | #Constraints:      82096
397.16/403.13	c #Conflicts:     573000 | #Constraints:      83096
397.16/403.13	c #Conflicts:     574000 | #Constraints:      84096
397.16/403.13	c #Conflicts:     575000 | #Constraints:      85096
397.16/403.13	c #Conflicts:     576000 | #Constraints:      86096
397.16/403.13	c #Conflicts:     577000 | #Constraints:      87096
397.16/403.13	c #Conflicts:     578000 | #Constraints:      88096
397.16/403.13	c #Conflicts:     579000 | #Constraints:      89096
397.16/403.13	c #Conflicts:     580000 | #Constraints:      90096
397.16/403.13	c INPROCESSING
397.16/403.13	c GARBAGE COLLECT
397.16/403.13	c #Conflicts:     581000 | #Constraints:      63803
397.16/403.13	c #Conflicts:     582000 | #Constraints:      64804
397.16/403.13	c #Conflicts:     583000 | #Constraints:      65804
397.16/403.13	c #Conflicts:     584000 | #Constraints:      66804
397.16/403.13	c #Conflicts:     585000 | #Constraints:      67804
397.16/403.13	c #Conflicts:     586000 | #Constraints:      68804
397.16/403.13	c #Conflicts:     587000 | #Constraints:      69804
397.16/403.13	c #Conflicts:     588000 | #Constraints:      70804
397.16/403.13	c #Conflicts:     589000 | #Constraints:      71804
397.16/403.13	c #Conflicts:     590000 | #Constraints:      72804
397.16/403.13	c #Conflicts:     591000 | #Constraints:      73804
397.16/403.13	c #Conflicts:     592000 | #Constraints:      74804
397.16/403.13	c #Conflicts:     593000 | #Constraints:      75804
397.16/403.13	c #Conflicts:     594000 | #Constraints:      76804
397.16/403.13	c #Conflicts:     595000 | #Constraints:      77804
397.16/403.13	c #Conflicts:     596000 | #Constraints:      78804
397.16/403.13	c #Conflicts:     597000 | #Constraints:      79804
397.16/403.13	c INPROCESSING
397.16/403.13	c GARBAGE COLLECT
397.16/403.13	c #Conflicts:     598000 | #Constraints:      58635
397.16/403.13	c #Conflicts:     599000 | #Constraints:      59635
397.16/403.13	c #Conflicts:     600000 | #Constraints:      60635
479.66/485.92	c #Conflicts:     601000 | #Constraints:      61635
479.66/485.92	c #Conflicts:     602000 | #Constraints:      62635
479.66/485.92	c #Conflicts:     603000 | #Constraints:      63635
479.66/485.92	c #Conflicts:     604000 | #Constraints:      64635
479.66/485.92	c #Conflicts:     605000 | #Constraints:      65635
479.66/485.92	c #Conflicts:     606000 | #Constraints:      66635
479.66/485.92	c #Conflicts:     607000 | #Constraints:      67635
479.66/485.92	c #Conflicts:     608000 | #Constraints:      68635
479.66/485.92	c #Conflicts:     609000 | #Constraints:      69635
479.66/485.92	c #Conflicts:     610000 | #Constraints:      70635
479.66/485.92	c #Conflicts:     611000 | #Constraints:      71635
479.66/485.92	c #Conflicts:     612000 | #Constraints:      72635
479.66/485.92	c #Conflicts:     613000 | #Constraints:      73635
479.66/485.92	c #Conflicts:     614000 | #Constraints:      74635
479.66/485.92	c #Conflicts:     615000 | #Constraints:      75635
479.66/485.92	c INPROCESSING
479.66/485.92	c GARBAGE COLLECT
479.66/485.92	c rational objective 5605.97
537.97/544.72	c #Conflicts:     616000 | #Constraints:      56964
537.97/544.72	c #Conflicts:     617000 | #Constraints:      57964
537.97/544.72	c #Conflicts:     618000 | #Constraints:      58965
537.97/544.72	c #Conflicts:     619000 | #Constraints:      59965
537.97/544.72	c #Conflicts:     620000 | #Constraints:      60965
537.97/544.72	c #Conflicts:     621000 | #Constraints:      61965
537.97/544.72	c #Conflicts:     622000 | #Constraints:      62965
537.97/544.72	c #Conflicts:     623000 | #Constraints:      63965
537.97/544.72	c #Conflicts:     624000 | #Constraints:      64965
537.97/544.72	c #Conflicts:     625000 | #Constraints:      65965
537.97/544.72	c #Conflicts:     626000 | #Constraints:      66965
537.97/544.72	c #Conflicts:     627000 | #Constraints:      67965
537.97/544.72	c #Conflicts:     628000 | #Constraints:      68965
537.97/544.72	c #Conflicts:     629000 | #Constraints:      69965
537.97/544.72	c #Conflicts:     630000 | #Constraints:      70965
537.97/544.72	c #Conflicts:     631000 | #Constraints:      71965
537.97/544.72	c #Conflicts:     632000 | #Constraints:      72965
537.97/544.72	c #Conflicts:     633000 | #Constraints:      73965
537.97/544.72	c #Conflicts:     634000 | #Constraints:      74965
537.97/544.72	c #Conflicts:     635000 | #Constraints:      75965
537.97/544.72	c #Conflicts:     636000 | #Constraints:      76965
537.97/544.72	c #Conflicts:     637000 | #Constraints:      77965
537.97/544.72	c #Conflicts:     638000 | #Constraints:      78965
537.97/544.72	c #Conflicts:     639000 | #Constraints:      79965
537.97/544.72	c #Conflicts:     640000 | #Constraints:      80965
537.97/544.72	c #Conflicts:     641000 | #Constraints:      81965
537.97/544.72	c #Conflicts:     642000 | #Constraints:      82965
537.97/544.72	c #Conflicts:     643000 | #Constraints:      83965
537.97/544.72	c #Conflicts:     644000 | #Constraints:      84965
537.97/544.72	c #Conflicts:     645000 | #Constraints:      85965
537.97/544.72	c #Conflicts:     646000 | #Constraints:      86965
537.97/544.72	c #Conflicts:     647000 | #Constraints:      87965
537.97/544.72	c #Conflicts:     648000 | #Constraints:      88965
537.97/544.72	c #Conflicts:     649000 | #Constraints:      89965
537.97/544.72	c #Conflicts:     650000 | #Constraints:      90965
537.97/544.72	c #Conflicts:     651000 | #Constraints:      91965
537.97/544.72	c #Conflicts:     652000 | #Constraints:      92965
537.97/544.72	c #Conflicts:     653000 | #Constraints:      93965
537.97/544.72	c #Conflicts:     654000 | #Constraints:      94965
537.97/544.72	c #Conflicts:     655000 | #Constraints:      95965
537.97/544.72	c #Conflicts:     656000 | #Constraints:      96965
537.97/544.72	c #Conflicts:     657000 | #Constraints:      97965
537.97/544.72	c #Conflicts:     658000 | #Constraints:      98965
537.97/544.72	c #Conflicts:     659000 | #Constraints:      99965
537.97/544.72	c #Conflicts:     660000 | #Constraints:     100965
537.97/544.72	c #Conflicts:     661000 | #Constraints:     101965
537.97/544.72	c #Conflicts:     662000 | #Constraints:     102965
537.97/544.72	c #Conflicts:     663000 | #Constraints:     103965
537.97/544.72	c #Conflicts:     664000 | #Constraints:     104965
537.97/544.72	c #Conflicts:     665000 | #Constraints:     105965
537.97/544.72	c #Conflicts:     666000 | #Constraints:     106965
537.97/544.72	c #Conflicts:     667000 | #Constraints:     107965
537.97/544.72	c #Conflicts:     668000 | #Constraints:     108965
537.97/544.72	c #Conflicts:     669000 | #Constraints:     109965
537.97/544.72	c #Conflicts:     670000 | #Constraints:     110965
537.97/544.72	c #Conflicts:     671000 | #Constraints:     111965
537.97/544.72	c #Conflicts:     672000 | #Constraints:     112965
537.97/544.72	c #Conflicts:     673000 | #Constraints:     113965
537.97/544.72	c #Conflicts:     674000 | #Constraints:     114965
537.97/544.72	c #Conflicts:     675000 | #Constraints:     115965
537.97/544.72	c #Conflicts:     676000 | #Constraints:     116965
537.97/544.72	c #Conflicts:     677000 | #Constraints:     117965
537.97/544.72	c #Conflicts:     678000 | #Constraints:     118965
537.97/544.72	c INPROCESSING
537.97/544.72	c GARBAGE COLLECT
537.97/544.72	c #Conflicts:     679000 | #Constraints:      78420
537.97/544.72	c #Conflicts:     680000 | #Constraints:      79420
537.97/544.72	c #Conflicts:     681000 | #Constraints:      80420
537.97/544.72	c #Conflicts:     682000 | #Constraints:      81420
537.97/544.72	c #Conflicts:     683000 | #Constraints:      82420
537.97/544.72	c #Conflicts:     684000 | #Constraints:      83420
537.97/544.72	c #Conflicts:     685000 | #Constraints:      84420
537.97/544.72	c #Conflicts:     686000 | #Constraints:      85420
537.97/544.72	c #Conflicts:     687000 | #Constraints:      86420
537.97/544.72	c #Conflicts:     688000 | #Constraints:      87420
537.97/544.72	c #Conflicts:     689000 | #Constraints:      88420
537.97/544.72	c #Conflicts:     690000 | #Constraints:      89420
537.97/544.72	c #Conflicts:     691000 | #Constraints:      90420
537.97/544.72	c #Conflicts:     692000 | #Constraints:      91420
537.97/544.72	c #Conflicts:     693000 | #Constraints:      92420
537.97/544.72	c #Conflicts:     694000 | #Constraints:      93420
575.25/582.14	c #Conflicts:     695000 | #Constraints:      94420
575.25/582.14	c #Conflicts:     696000 | #Constraints:      95420
575.25/582.14	c INPROCESSING
575.25/582.14	c GARBAGE COLLECT
575.25/582.14	c #Conflicts:     697000 | #Constraints:      66428
575.25/582.14	c #Conflicts:     698000 | #Constraints:      67428
575.25/582.14	c #Conflicts:     699000 | #Constraints:      68428
575.25/582.14	c #Conflicts:     700000 | #Constraints:      69428
575.25/582.14	c #Conflicts:     701000 | #Constraints:      70428
575.25/582.14	c #Conflicts:     702000 | #Constraints:      71428
575.25/582.14	c #Conflicts:     703000 | #Constraints:      72428
575.25/582.14	c #Conflicts:     704000 | #Constraints:      73428
575.25/582.14	c #Conflicts:     705000 | #Constraints:      74428
575.25/582.14	c #Conflicts:     706000 | #Constraints:      75428
575.25/582.14	c #Conflicts:     707000 | #Constraints:      76428
575.25/582.14	c #Conflicts:     708000 | #Constraints:      77428
575.25/582.14	c #Conflicts:     709000 | #Constraints:      78428
575.25/582.14	c #Conflicts:     710000 | #Constraints:      79428
575.25/582.14	c #Conflicts:     711000 | #Constraints:      80428
575.25/582.14	c #Conflicts:     712000 | #Constraints:      81428
575.25/582.14	c #Conflicts:     713000 | #Constraints:      82428
575.25/582.14	c #Conflicts:     714000 | #Constraints:      83428
575.25/582.14	c #Conflicts:     715000 | #Constraints:      84428
575.25/582.14	c INPROCESSING
575.25/582.14	c GARBAGE COLLECT
575.25/582.14	c #Conflicts:     716000 | #Constraints:      61114
575.25/582.14	c #Conflicts:     717000 | #Constraints:      62114
575.25/582.14	c #Conflicts:     718000 | #Constraints:      63114
575.25/582.14	c #Conflicts:     719000 | #Constraints:      64114
575.25/582.14	c #Conflicts:     720000 | #Constraints:      65114
575.25/582.14	c #Conflicts:     721000 | #Constraints:      66114
575.25/582.14	c #Conflicts:     722000 | #Constraints:      67114
575.25/582.14	c #Conflicts:     723000 | #Constraints:      68114
575.25/582.14	c #Conflicts:     724000 | #Constraints:      69114
575.25/582.14	c #Conflicts:     725000 | #Constraints:      70114
575.25/582.14	c #Conflicts:     726000 | #Constraints:      71114
575.25/582.14	c #Conflicts:     727000 | #Constraints:      72115
575.25/582.14	c #Conflicts:     728000 | #Constraints:      73115
575.25/582.14	c #Conflicts:     729000 | #Constraints:      74115
575.25/582.14	c #Conflicts:     730000 | #Constraints:      75115
575.25/582.14	c #Conflicts:     731000 | #Constraints:      76115
575.25/582.14	c #Conflicts:     732000 | #Constraints:      77115
575.25/582.14	c #Conflicts:     733000 | #Constraints:      78115
575.25/582.14	c #Conflicts:     734000 | #Constraints:      79115
575.25/582.14	c INPROCESSING
575.25/582.14	c GARBAGE COLLECT
575.25/582.14	c #Conflicts:     735000 | #Constraints:      58494
575.25/582.14	c #Conflicts:     736000 | #Constraints:      59494
575.25/582.14	c #Conflicts:     737000 | #Constraints:      60494
575.25/582.14	c #Conflicts:     738000 | #Constraints:      61494
575.25/582.14	c #Conflicts:     739000 | #Constraints:      62494
575.25/582.14	c #Conflicts:     740000 | #Constraints:      63494
575.25/582.14	c #Conflicts:     741000 | #Constraints:      64494
575.25/582.14	c #Conflicts:     742000 | #Constraints:      65494
575.25/582.14	c #Conflicts:     743000 | #Constraints:      66494
575.25/582.14	c #Conflicts:     744000 | #Constraints:      67494
575.25/582.14	c #Conflicts:     745000 | #Constraints:      68494
575.25/582.14	c #Conflicts:     746000 | #Constraints:      69494
575.25/582.14	c #Conflicts:     747000 | #Constraints:      70494
575.25/582.14	c #Conflicts:     748000 | #Constraints:      71494
575.25/582.14	c #Conflicts:     749000 | #Constraints:      72494
575.25/582.14	c #Conflicts:     750000 | #Constraints:      73494
575.25/582.14	c #Conflicts:     751000 | #Constraints:      74494
575.25/582.14	c #Conflicts:     752000 | #Constraints:      75494
575.25/582.14	c #Conflicts:     753000 | #Constraints:      76494
575.25/582.14	c #Conflicts:     754000 | #Constraints:      77494
575.25/582.14	c #Conflicts:     755000 | #Constraints:      78494
575.25/582.14	c #Conflicts:     756000 | #Constraints:      79494
575.25/582.14	c #Conflicts:     757000 | #Constraints:      80494
575.25/582.14	c #Conflicts:     758000 | #Constraints:      81494
575.25/582.14	c #Conflicts:     759000 | #Constraints:      82494
575.25/582.14	c #Conflicts:     760000 | #Constraints:      83494
575.25/582.14	c #Conflicts:     761000 | #Constraints:      84494
575.25/582.14	c #Conflicts:     762000 | #Constraints:      85494
575.25/582.14	c #Conflicts:     763000 | #Constraints:      86494
575.25/582.14	c #Conflicts:     764000 | #Constraints:      87494
575.25/582.14	c #Conflicts:     765000 | #Constraints:      88494
575.25/582.14	c #Conflicts:     766000 | #Constraints:      89494
575.25/582.14	c #Conflicts:     767000 | #Constraints:      90494
575.25/582.14	c #Conflicts:     768000 | #Constraints:      91494
575.25/582.14	c #Conflicts:     769000 | #Constraints:      92494
575.25/582.14	c #Conflicts:     770000 | #Constraints:      93494
614.91/621.92	c #Conflicts:     771000 | #Constraints:      94494
614.91/621.92	c #Conflicts:     772000 | #Constraints:      95494
614.91/621.92	c #Conflicts:     773000 | #Constraints:      96494
614.91/621.92	c #Conflicts:     774000 | #Constraints:      97494
614.91/621.92	c #Conflicts:     775000 | #Constraints:      98494
614.91/621.92	c #Conflicts:     776000 | #Constraints:      99494
614.91/621.92	c #Conflicts:     777000 | #Constraints:     100494
614.91/621.92	c #Conflicts:     778000 | #Constraints:     101494
614.91/621.92	c #Conflicts:     779000 | #Constraints:     102494
614.91/621.92	c #Conflicts:     780000 | #Constraints:     103494
614.91/621.92	c #Conflicts:     781000 | #Constraints:     104494
614.91/621.92	c #Conflicts:     782000 | #Constraints:     105494
614.91/621.92	c #Conflicts:     783000 | #Constraints:     106495
614.91/621.92	c #Conflicts:     784000 | #Constraints:     107495
614.91/621.92	c #Conflicts:     785000 | #Constraints:     108495
614.91/621.92	c #Conflicts:     786000 | #Constraints:     109495
614.91/621.92	c #Conflicts:     787000 | #Constraints:     110495
614.91/621.92	c #Conflicts:     788000 | #Constraints:     111495
614.91/621.92	c #Conflicts:     789000 | #Constraints:     112495
614.91/621.92	c #Conflicts:     790000 | #Constraints:     113495
614.91/621.92	c #Conflicts:     791000 | #Constraints:     114495
614.91/621.92	c #Conflicts:     792000 | #Constraints:     115495
614.91/621.92	c #Conflicts:     793000 | #Constraints:     116495
614.91/621.92	c #Conflicts:     794000 | #Constraints:     117495
614.91/621.92	c #Conflicts:     795000 | #Constraints:     118495
614.91/621.92	c #Conflicts:     796000 | #Constraints:     119495
614.91/621.92	c #Conflicts:     797000 | #Constraints:     120495
614.91/621.92	c #Conflicts:     798000 | #Constraints:     121495
614.91/621.92	c #Conflicts:     799000 | #Constraints:     122495
614.91/621.92	c #Conflicts:     800000 | #Constraints:     123495
614.91/621.92	c #Conflicts:     801000 | #Constraints:     124495
614.91/621.92	c #Conflicts:     802000 | #Constraints:     125495
614.91/621.92	c #Conflicts:     803000 | #Constraints:     126495
614.91/621.92	c INPROCESSING
614.91/621.92	c GARBAGE COLLECT
614.91/621.92	c #Conflicts:     804000 | #Constraints:      82356
614.91/621.92	c #Conflicts:     805000 | #Constraints:      83356
614.91/621.92	c #Conflicts:     806000 | #Constraints:      84356
614.91/621.92	c #Conflicts:     807000 | #Constraints:      85356
614.91/621.92	c #Conflicts:     808000 | #Constraints:      86356
614.91/621.92	c #Conflicts:     809000 | #Constraints:      87356
614.91/621.92	c #Conflicts:     810000 | #Constraints:      88356
614.91/621.92	c #Conflicts:     811000 | #Constraints:      89356
614.91/621.92	c #Conflicts:     812000 | #Constraints:      90356
614.91/621.92	c #Conflicts:     813000 | #Constraints:      91356
614.91/621.92	c #Conflicts:     814000 | #Constraints:      92356
614.91/621.92	c #Conflicts:     815000 | #Constraints:      93356
614.91/621.92	c #Conflicts:     816000 | #Constraints:      94356
614.91/621.92	c #Conflicts:     817000 | #Constraints:      95356
614.91/621.92	c #Conflicts:     818000 | #Constraints:      96356
614.91/621.92	c #Conflicts:     819000 | #Constraints:      97356
614.91/621.92	c #Conflicts:     820000 | #Constraints:      98356
614.91/621.92	c #Conflicts:     821000 | #Constraints:      99356
614.91/621.92	c #Conflicts:     822000 | #Constraints:     100357
614.91/621.92	c #Conflicts:     823000 | #Constraints:     101357
614.91/621.92	c INPROCESSING
614.91/621.92	c GARBAGE COLLECT
614.91/621.92	c #Conflicts:     824000 | #Constraints:      69722
614.91/621.92	c #Conflicts:     825000 | #Constraints:      70722
614.91/621.92	c #Conflicts:     826000 | #Constraints:      71722
614.91/621.92	c #Conflicts:     827000 | #Constraints:      72722
614.91/621.92	c #Conflicts:     828000 | #Constraints:      73722
614.91/621.92	c #Conflicts:     829000 | #Constraints:      74722
614.91/621.92	c #Conflicts:     830000 | #Constraints:      75722
614.91/621.92	c #Conflicts:     831000 | #Constraints:      76722
614.91/621.92	c #Conflicts:     832000 | #Constraints:      77722
614.91/621.92	c #Conflicts:     833000 | #Constraints:      78722
614.91/621.92	c #Conflicts:     834000 | #Constraints:      79722
614.91/621.92	c #Conflicts:     835000 | #Constraints:      80722
614.91/621.92	c #Conflicts:     836000 | #Constraints:      81722
614.91/621.92	c #Conflicts:     837000 | #Constraints:      82722
614.91/621.92	c #Conflicts:     838000 | #Constraints:      83722
614.91/621.92	c #Conflicts:     839000 | #Constraints:      84722
614.91/621.92	c #Conflicts:     840000 | #Constraints:      85722
614.91/621.92	c #Conflicts:     841000 | #Constraints:      86722
614.91/621.92	c #Conflicts:     842000 | #Constraints:      87722
614.91/621.92	c #Conflicts:     843000 | #Constraints:      88722
614.91/621.92	c INPROCESSING
614.91/621.92	c GARBAGE COLLECT
614.91/621.92	c #Conflicts:     844000 | #Constraints:      63185
614.91/621.92	c #Conflicts:     845000 | #Constraints:      64185
614.91/621.92	c #Conflicts:     846000 | #Constraints:      65185
614.91/621.92	c #Conflicts:     847000 | #Constraints:      66185
687.87/695.15	c #Conflicts:     848000 | #Constraints:      67185
687.87/695.15	c #Conflicts:     849000 | #Constraints:      68185
687.87/695.15	c #Conflicts:     850000 | #Constraints:      69185
687.87/695.15	c #Conflicts:     851000 | #Constraints:      70185
687.87/695.15	c #Conflicts:     852000 | #Constraints:      71185
687.87/695.15	c #Conflicts:     853000 | #Constraints:      72185
687.87/695.15	c #Conflicts:     854000 | #Constraints:      73185
687.87/695.15	c #Conflicts:     855000 | #Constraints:      74185
687.87/695.15	c #Conflicts:     856000 | #Constraints:      75185
687.87/695.15	c #Conflicts:     857000 | #Constraints:      76185
687.87/695.15	c #Conflicts:     858000 | #Constraints:      77185
687.87/695.15	c #Conflicts:     859000 | #Constraints:      78185
687.87/695.15	c #Conflicts:     860000 | #Constraints:      79185
687.87/695.15	c #Conflicts:     861000 | #Constraints:      80185
687.87/695.15	c #Conflicts:     862000 | #Constraints:      81186
687.87/695.15	c #Conflicts:     863000 | #Constraints:      82186
687.87/695.15	c #Conflicts:     864000 | #Constraints:      83186
687.87/695.15	c INPROCESSING
687.87/695.15	c GARBAGE COLLECT
687.87/695.15	c #Conflicts:     865000 | #Constraints:      60612
687.87/695.15	c #Conflicts:     866000 | #Constraints:      61612
687.87/695.15	c #Conflicts:     867000 | #Constraints:      62612
687.87/695.15	c #Conflicts:     868000 | #Constraints:      63612
687.87/695.15	c #Conflicts:     869000 | #Constraints:      64612
687.87/695.15	c #Conflicts:     870000 | #Constraints:      65612
687.87/695.15	c #Conflicts:     871000 | #Constraints:      66612
687.87/695.15	c #Conflicts:     872000 | #Constraints:      67612
687.87/695.15	c #Conflicts:     873000 | #Constraints:      68612
687.87/695.15	c #Conflicts:     874000 | #Constraints:      69612
687.87/695.15	c #Conflicts:     875000 | #Constraints:      70612
687.87/695.15	c #Conflicts:     876000 | #Constraints:      71612
687.87/695.15	c #Conflicts:     877000 | #Constraints:      72612
687.87/695.15	c #Conflicts:     878000 | #Constraints:      73612
687.87/695.15	c #Conflicts:     879000 | #Constraints:      74612
687.87/695.15	c #Conflicts:     880000 | #Constraints:      75612
687.87/695.15	c #Conflicts:     881000 | #Constraints:      76612
687.87/695.15	c #Conflicts:     882000 | #Constraints:      77612
687.87/695.15	c #Conflicts:     883000 | #Constraints:      78612
687.87/695.15	c #Conflicts:     884000 | #Constraints:      79612
687.87/695.15	c #Conflicts:     885000 | #Constraints:      80612
687.87/695.15	c #Conflicts:     886000 | #Constraints:      81612
687.87/695.15	c #Conflicts:     887000 | #Constraints:      82612
687.87/695.15	c #Conflicts:     888000 | #Constraints:      83612
687.87/695.15	c #Conflicts:     889000 | #Constraints:      84612
687.87/695.15	c #Conflicts:     890000 | #Constraints:      85612
687.87/695.15	c #Conflicts:     891000 | #Constraints:      86612
687.87/695.15	c #Conflicts:     892000 | #Constraints:      87612
687.87/695.15	c #Conflicts:     893000 | #Constraints:      88612
687.87/695.15	c #Conflicts:     894000 | #Constraints:      89612
687.87/695.15	c #Conflicts:     895000 | #Constraints:      90612
687.87/695.15	c #Conflicts:     896000 | #Constraints:      91612
687.87/695.15	c #Conflicts:     897000 | #Constraints:      92613
687.87/695.15	c #Conflicts:     898000 | #Constraints:      93613
687.87/695.15	c #Conflicts:     899000 | #Constraints:      94613
687.87/695.15	c #Conflicts:     900000 | #Constraints:      95613
687.87/695.15	c #Conflicts:     901000 | #Constraints:      96613
687.87/695.15	c #Conflicts:     902000 | #Constraints:      97613
687.87/695.15	c #Conflicts:     903000 | #Constraints:      98613
687.87/695.15	c #Conflicts:     904000 | #Constraints:      99613
687.87/695.15	c #Conflicts:     905000 | #Constraints:     100613
687.87/695.15	c #Conflicts:     906000 | #Constraints:     101613
687.87/695.15	c #Conflicts:     907000 | #Constraints:     102613
687.87/695.15	c #Conflicts:     908000 | #Constraints:     103613
687.87/695.15	c #Conflicts:     909000 | #Constraints:     104613
687.87/695.15	c #Conflicts:     910000 | #Constraints:     105613
687.87/695.15	c #Conflicts:     911000 | #Constraints:     106613
687.87/695.15	c #Conflicts:     912000 | #Constraints:     107613
687.87/695.15	c #Conflicts:     913000 | #Constraints:     108613
687.87/695.15	c #Conflicts:     914000 | #Constraints:     109613
687.87/695.15	c #Conflicts:     915000 | #Constraints:     110613
687.87/695.15	WSVECS04 Frhs2[1]: 6 -6.00005 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[244]: 6 -3.00003 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[367]: 6 -1.00008 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[368]: 6 -7.00008 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[371]: 6 -4.00002 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[496]: 6 0 0.555575 shouldn't be
687.87/695.15	WSVECS04 Frhs2[610]: 6 -2.00009 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[613]: 6 -2.00002 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[615]: 6 -1.71431 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[616]: 6 -2.57146 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[855]: 6 -2.4445 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[856]: 6 -2.00008 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[858]: 6 -4.55565 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[977]: 6 -2.00005 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[1228]: 6 -2.00006 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[1229]: 6 -2.00005 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[1528]: 6 -4.00002 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[1532]: 6 -9.00004 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[1541]: 6 -1.00008 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[1705]: 6 -0.428583 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[1706]: 6 -1.11119 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[1707]: 6 -1.00003 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[1708]: 6 -1.00004 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[1709]: 6 -2.00002 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[1710]: 6 -0.8572 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[1711]: 6 -1.00002 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[2062]: 6 -25.0001 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[2246]: 6 -2127.2 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[2247]: 6 -1.00009 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[2248]: 6 -3.00008 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[2256]: 6 -2.00005 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[2308]: 6 -1.00007 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[2312]: 6 -3.00008 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[2313]: 6 -2.00003 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[2314]: 6 -6.00006 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[2318]: 6 -3.00009 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[2330]: 6 -1.00002 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[2336]: 6 -1.00003 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[2337]: 6 -1.00008 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[2339]: 6 -2.00003 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[2340]: 6 -3.00002 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[2341]: 6 -1.00008 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[2342]: 6 -1.44451 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[2343]: 6 -1.00009 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[2344]: 6 -2.00007 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[2345]: 6 -2.00005 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[2347]: 6 -1.00002 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[2348]: 6 -1.00003 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[2350]: 6 -1.00003 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[2352]: 6 -1.00005 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[2357]: 6 -2.0001 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[2360]: 6 -6651.88 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[2366]: 6 -450.946 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[2440]: 6 -3.00008 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[2441]: 6 -2.0001 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[2443]: 6 -1.0001 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[2445]: 6 -1.00009 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[2446]: 6 -2.00006 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[2447]: 6 -1.0001 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[2452]: 6 -1.00006 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[2453]: 6 -1.00009 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[2454]: 6 -2.00008 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[2455]: 6 -2.00006 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[2456]: 6 -1.00007 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[2457]: 6 -2.00002 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[2458]: 6 -4.00002 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[2459]: 6 -1.00008 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[2460]: 6 -2.00005 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[2463]: 6 -1.00005 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[2467]: 6 -1.00009 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[2469]: 6 -1.00008 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[2558]: 6 -1.00006 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[2559]: 6 -1.00009 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[2809]: 6 0 2.32152 shouldn't be
687.87/695.15	WSVECS04 Frhs2[3066]: 6 -1.00002 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[3069]: 6 -1.00003 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[3070]: 6 -1.00008 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[3071]: 6 -1.00007 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[3072]: 6 -1.00007 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[3073]: 6 -1.00009 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[3076]: 6 -2.00007 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[3077]: 6 -3.00006 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[3079]: 6 -2.00009 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[3082]: 6 -2.00003 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[3085]: 6 -1.00004 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[3087]: 6 -1.00006 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[3088]: 6 -1.00006 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[3099]: 6 -1359.98 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[3104]: 6 -3785.31 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[3212]: 6 -95.2718 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[3218]: 6 -95.1273 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[3299]: 6 -2.00009 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[3440]: 6 -2.00002 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[3442]: 6 -1.00006 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[3443]: 6 -1.00008 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[3448]: 6 -1.00007 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[3452]: 6 -38084.3 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[3456]: 6 -1.00003 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[3457]: 6 -1080.99 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[3459]: 6 -28156.1 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[3582]: 6 -9106.82 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[3583]: 6 -1412.56 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[3584]: 6 -166086 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[3588]: 6 -1846.55 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[3596]: 6 -526.137 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[4124]: 6 -1.00002 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[4125]: 6 -2.14288 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[4126]: 6 -1.66675 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[4299]: 6 -47870.4 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[4301]: 6 -3038.79 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[4312]: 6 -13593.2 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[4327]: 6 -310.901 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[4330]: 6 -10273.8 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[4336]: 6 -173.403 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[4647]: 6 0 12177.2 shouldn't be
687.87/695.15	WSVECS04 Frhs2[4794]: 6 -975.456 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[4797]: 6 -2880.44 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[4799]: 6 -11017.7 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[4801]: 6 -5513.15 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[4806]: 6 -1180.18 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[4848]: 6 -1.00004 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[4849]: 6 -2.00008 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[4853]: 6 -2.00002 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[4854]: 6 -1.00002 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[4855]: 6 -0.571475 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[4856]: 6 -1.00009 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[4857]: 6 -1.00003 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[4858]: 6 -3.00002 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[4860]: 6 -1.00003 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[4861]: 6 -1.00007 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[4862]: 6 -2.00005 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[4863]: 6 -1.33339 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[4864]: 6 -2.00009 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[4866]: 6 -2.00004 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[4867]: 6 -1.00005 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[4869]: 6 -1.00007 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[4870]: 6 -2.00006 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[4871]: 6 -1.00002 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[4877]: 6 -1.00004 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[4878]: 6 -1.00006 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[4881]: 6 -2.00008 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[4882]: 6 -2.00008 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[4883]: 6 -1.66674 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[4884]: 6 -1.00004 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[4885]: 6 -1.00004 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[4886]: 6 -1.00009 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[4887]: 6 -1.00005 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[4889]: 6 -2.00006 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[4890]: 6 -1.00009 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[4891]: 6 -1.00003 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[4893]: 6 -1.00002 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[4895]: 6 -2.00004 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[4897]: 6 -2.00004 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[4904]: 6 -3661.13 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[4906]: 6 -1302.48 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[4908]: 6 -14543.3 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[4909]: 6 -466.555 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[4911]: 6 -2631.39 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[4913]: 6 -1830.87 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[4914]: 6 -1253.42 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[4917]: 6 -3343.07 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[4919]: 6 -265.696 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[4924]: 6 -205.157 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[5228]: 6 -2.00001 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[5231]: 6 -1.00004 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[5236]: 6 -1.00008 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[5237]: 6 -1.00004 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[5238]: 6 -5.00007 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[5242]: 6 -1.00002 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[5243]: 6 -1.00009 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[5245]: 6 -2.0001 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[5246]: 6 -2.00004 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[5247]: 6 -4.00009 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[5248]: 6 -1.00006 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[5711]: 6 -9.00004 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[6228]: 6 0 42621 shouldn't be
687.87/695.15	WSVECS04 Frhs2[6229]: 6 0 44257.3 shouldn't be
687.87/695.15	WSVECS04 Frhs2[6491]: 6 -44755.4 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[6494]: 6 -43204.5 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[6498]: 6 -1.00006 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[6502]: 6 -1.00007 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[6504]: 6 -46283 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[6823]: 6 0 24479 shouldn't be
687.87/695.15	WSVECS04 Frhs2[6825]: 6 0 28102.6 shouldn't be
687.87/695.15	WSVECS04 Frhs2[6826]: 6 0 17641.6 shouldn't be
687.87/695.15	WSVECS04 Frhs2[6831]: 6 0 31184 shouldn't be
687.87/695.15	WSVECS04 Frhs2[6836]: 6 0 26925 shouldn't be
687.87/695.15	WSVECS04 Frhs2[6837]: 6 0 9689.5 shouldn't be
687.87/695.15	WSVECS04 Frhs2[6838]: 6 0 29105.2 shouldn't be
687.87/695.15	WSVECS04 Frhs2[6839]: 6 0 26494 shouldn't be
687.87/695.15	WSVECS04 Frhs2[7073]: 6 -2.00008 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[7075]: 6 -2.00004 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[7078]: 6 -1.00007 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[7082]: 6 -32150 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[7084]: 6 -33118.7 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[7086]: 6 -23178.9 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[7087]: 6 -33659.4 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[7091]: 6 -1.00004 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[7092]: 6 -1.00007 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[7096]: 6 -1.00004 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[7097]: 6 -1.00004 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[7103]: 6 -61292.6 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[7105]: 6 -11083.3 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[7321]: 6 0 6690.22 shouldn't be
687.87/695.15	WSVECS04 Frhs2[7327]: 6 0 1876.41 shouldn't be
687.87/695.15	WSVECS04 Frhs2[7329]: 6 0 26494.4 shouldn't be
687.87/695.15	WSVECS04 Frhs2[7330]: 6 0 4813.88 shouldn't be
687.87/695.15	WSVECS04 Frhs2[7332]: 6 0 18395.7 shouldn't be
687.87/695.15	WSVECS04 Frhs2[7676]: 6 -1.00006 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[7678]: 6 -1.00007 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[7680]: 6 -1.00009 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[7681]: 6 -1.00005 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[7685]: 6 -2.00008 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[7693]: 6 -37231.7 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[7696]: 6 -41694.8 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[7698]: 6 -1.00005 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[7703]: 6 -1.00001 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[7705]: 6 -4.00002 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[7802]: 6 0 7308.9 shouldn't be
687.87/695.15	WSVECS04 Frhs2[7807]: 6 0 59610.1 shouldn't be
687.87/695.15	WSVECS04 Frhs2[7808]: 6 0 45962.9 shouldn't be
687.87/695.15	WSVECS04 Frhs2[7809]: 6 0 59183.7 shouldn't be
687.87/695.15	WSVECS04 Frhs2[7813]: 6 0 59611.4 shouldn't be
687.87/695.15	WSVECS04 Frhs2[7814]: 6 0 7706.37 shouldn't be
687.87/695.15	WSVECS04 Frhs2[7920]: 6 0 14618.8 shouldn't be
687.87/695.15	WSVECS04 Frhs2[8302]: 6 0 28089.7 shouldn't be
687.87/695.15	WSVECS04 Frhs2[8527]: 6 0 4873.27 shouldn't be
687.87/695.15	WSVECS04 Frhs2[8531]: 6 0 50207.9 shouldn't be
687.87/695.15	WSVECS04 Frhs2[8532]: 6 0 52986.7 shouldn't be
687.87/695.15	WSVECS04 Frhs2[8534]: 6 0 93804.5 shouldn't be
687.87/695.15	WSVECS04 Frhs2[8553]: 6 -1.00007 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[8771]: 6 -2.00007 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[8791]: 6 -26841.8 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[8798]: 6 -8588.78 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[8800]: 6 -3261.92 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[8805]: 6 -416.327 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[8808]: 6 -5226.58 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[9014]: 6 0 18231.7 shouldn't be
687.87/695.15	WSVECS04 Frhs2[9018]: 6 0 19728.6 shouldn't be
687.87/695.15	WSVECS04 Frhs2[9019]: 6 0 1509.03 shouldn't be
687.87/695.15	WSVECS04 Frhs2[9021]: 6 0 3051.93 shouldn't be
687.87/695.15	WSVECS04 Frhs2[9024]: 6 0 1495.56 shouldn't be
687.87/695.15	WSVECS04 Frhs2[9167]: 6 0 12385.9 shouldn't be
687.87/695.15	WSVECS04 Frhs2[9173]: 6 0 5038.47 shouldn't be
687.87/695.15	WSVECS04 Frhs2[9375]: 6 0 37136.1 shouldn't be
687.87/695.15	WSVECS04 Frhs2[9376]: 6 0 30951.4 shouldn't be
687.87/695.15	WSVECS04 Frhs2[9627]: 6 0 13124.1 shouldn't be
687.87/695.15	WSVECS04 Frhs2[9630]: 6 0 16797.3 shouldn't be
687.87/695.15	WSVECS04 Frhs2[9771]: 6 0 4800.21 shouldn't be
687.87/695.15	WSVECS04 Frhs2[9780]: 6 -2.00005 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[9992]: 6 0 53250.2 shouldn't be
687.87/695.15	WSVECS04 Frhs2[9994]: 6 0 59186.8 shouldn't be
687.87/695.15	WSVECS04 Frhs2[9995]: 6 0 57596.8 shouldn't be
687.87/695.15	WSVECS04 Frhs2[9997]: 6 0 545.888 shouldn't be
687.87/695.15	WSVECS04 Frhs2[10000]: 6 0 3343.72 shouldn't be
687.87/695.15	WSVECS04 Frhs2[10008]: 6 0 54815.1 shouldn't be
687.87/695.15	WSVECS04 Frhs2[10009]: 6 0 58440.9 shouldn't be
687.87/695.15	WSVECS04 Frhs2[10105]: 6 0 30600.2 shouldn't be
687.87/695.15	WSVECS04 Frhs2[10115]: 6 0 14399.2 shouldn't be
687.87/695.15	WSVECS04 Frhs2[10119]: 6 0 28132.2 shouldn't be
687.87/695.15	WSVECS04 Frhs2[10231]: 6 0 54072.1 shouldn't be
687.87/695.15	WSVECS04 Frhs2[10232]: 6 0 55427.6 shouldn't be
687.87/695.15	WSVECS04 Frhs2[10233]: 6 0 10497.4 shouldn't be
687.87/695.15	WSVECS04 Frhs2[10238]: 6 0 3486.63 shouldn't be
687.87/695.15	WSVECS04 Frhs2[10251]: 6 0 70227.9 shouldn't be
687.87/695.15	WSVECS04 Frhs2[10258]: 6 0 42738.5 shouldn't be
687.87/695.15	WSVECS04 Frhs2[10259]: 6 0 2179.08 shouldn't be
687.87/695.15	WSVECS04 Frhs2[10260]: 6 0 54246.8 shouldn't be
687.87/695.15	WSVECS04 Frhs2[10261]: 6 0 28431.8 shouldn't be
687.87/695.15	WSVECS04 Frhs2[10262]: 6 0 52881.7 shouldn't be
687.87/695.15	WSVECS04 Frhs2[10264]: 6 0 72409.8 shouldn't be
687.87/695.15	WSVECS04 Frhs2[10484]: 6 0 6089.68 shouldn't be
687.87/695.15	WSVECS04 Frhs2[10487]: 6 0 7402.37 shouldn't be
687.87/695.15	WSVECS04 Frhs2[10493]: 6 0 74.0404 shouldn't be
687.87/695.15	WSVECS04 Frhs2[10494]: 6 0 2559.19 shouldn't be
687.87/695.15	WSVECS04 Frhs2[10495]: 6 0 1465.25 shouldn't be
687.87/695.15	WSVECS04 Frhs2[10627]: 6 0 19482.1 shouldn't be
687.87/695.15	WSVECS04 Frhs2[10631]: 6 0 8345.91 shouldn't be
687.87/695.15	WSVECS04 Frhs2[10724]: 6 0 20634.5 shouldn't be
687.87/695.15	WSVECS04 Frhs2[10737]: 6 0 22624.5 shouldn't be
687.87/695.15	WSVECS04 Frhs2[10739]: 6 0 18271.2 shouldn't be
687.87/695.15	WSVECS04 Frhs2[12116]: 6 0 0.571508 shouldn't be
687.87/695.15	WSVECS04 Frhs2[12118]: 6 -1.00003 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[12120]: 6 -0.57152 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[12246]: 6 0 0.857175 shouldn't be
687.87/695.15	WSVECS04 Frhs2[12475]: 6 0 2.00008 shouldn't be
687.87/695.15	WSVECS04 Frhs2[12477]: 6 0 5.00007 shouldn't be
687.87/695.15	WSVECS04 Frhs2[12503]: 6 0 31 shouldn't be
687.87/695.15	WSVECS04 Frhs2[12614]: 6 0 1.00005 shouldn't be
687.87/695.15	WSVECS04 Frhs2[12720]: 6 0 1.00009 shouldn't be
687.87/695.15	WSVECS04 Frhs2[13255]: 6 0 62708.5 shouldn't be
687.87/695.15	WSVECS04 Frhs2[13264]: 6 0 1619.82 shouldn't be
687.87/695.15	WSVECS04 Frhs2[13372]: 6 0 6730.49 shouldn't be
687.87/695.15	WSVECS04 Frhs2[13380]: 6 0 1965.22 shouldn't be
687.87/695.15	WSVECS04 Frhs2[13388]: 6 0 1360.76 shouldn't be
687.87/695.15	WSVECS04 Frhs2[13483]: 6 0 1.00004 shouldn't be
687.87/695.15	WSVECS04 Frhs2[13697]: 6 0 2.00004 shouldn't be
687.87/695.15	WSVECS04 Frhs2[13701]: 6 0 6.42859 shouldn't be
687.87/695.15	WSVECS04 Frhs2[14074]: 6 -4.00008 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[14078]: 6 -1.00004 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[14103]: 6 0 17033.2 shouldn't be
687.87/695.15	WSVECS04 Frhs2[14228]: 6 0 12680 shouldn't be
687.87/695.15	WSVECS04 Frhs2[14238]: 6 0 9955.07 shouldn't be
687.87/695.15	WSVECS04 Frhs2[14461]: 6 0 36720.5 shouldn't be
687.87/695.15	WSVECS04 Frhs2[14469]: 6 0 6471.21 shouldn't be
687.87/695.15	WSVECS04 Frhs2[14677]: 6 0 1.00006 shouldn't be
687.87/695.15	WSVECS04 Frhs2[14682]: 6 0 2.00007 shouldn't be
687.87/695.15	WSVECS04 Frhs2[15141]: 6 0 1.00005 shouldn't be
687.87/695.15	WSVECS04 Frhs2[15311]: 6 0 1453.42 shouldn't be
687.87/695.15	WSVECS04 Frhs2[15327]: 6 0 2930.15 shouldn't be
687.87/695.15	WSVECS04 Frhs2[15330]: 6 0 48.8858 shouldn't be
687.87/695.15	WSVECS04 Frhs2[15340]: 6 0 459.2 shouldn't be
687.87/695.15	WSVECS04 Frhs2[15410]: 6 0 2.33336 shouldn't be
687.87/695.15	WSVECS04 Frhs2[15535]: 6 0 4.32146 shouldn't be
687.87/695.15	WSVECS04 Frhs2[15538]: 6 0 173455 shouldn't be
687.87/695.15	WSVECS04 Frhs2[15547]: 6 0 173456 shouldn't be
687.87/695.15	WSVECS04 Frhs2[15661]: 6 0 12178.2 shouldn't be
687.87/695.15	WSVECS04 Frhs2[15662]: 6 0 1.00009 shouldn't be
687.87/695.15	WSVECS04 Frhs2[15667]: 6 0 12182.2 shouldn't be
687.87/695.15	WSVECS04 Frhs2[15811]: 6 0 4931.21 shouldn't be
687.87/695.15	WSVECS04 Frhs2[15814]: 6 0 17982.1 shouldn't be
687.87/695.15	WSVECS04 Frhs2[16120]: 6 -1.00002 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[16231]: 6 0 1.0001 shouldn't be
687.87/695.15	WSVECS04 Frhs2[16724]: 6 0 1.08935 shouldn't be
687.87/695.15	WSVECS04 Frhs2[16980]: 6 0 1.00007 shouldn't be
687.87/695.15	WSVECS04 Frhs2[16981]: 6 0 3.00002 shouldn't be
687.87/695.15	WSVECS04 Frhs2[17092]: 6 0 4.71432 shouldn't be
687.87/695.15	WSVECS04 Frhs2[17598]: 6 0 12227.5 shouldn't be
687.87/695.15	WSVECS04 Frhs2[18110]: 6 0 4531.32 shouldn't be
687.87/695.15	WSVECS04 Frhs2[18118]: 6 0 532.367 shouldn't be
687.87/695.15	WSVECS04 Frhs2[18356]: 6 0 13.4419 shouldn't be
687.87/695.15	WSVECS04 Frhs2[18365]: 6 0 0.200051 shouldn't be
687.87/695.15	WSVECS04 Frhs2[18528]: 6 0 1.00005 shouldn't be
687.87/695.15	WSVECS04 Frhs2[18530]: 6 0 1.00008 shouldn't be
687.87/695.15	WSVECS04 Frhs2[18686]: 6 -1.00001 0 shouldn't be
687.87/695.15	WSVECS04 Frhs2[18934]: 6 0 14618.8 shouldn't be
687.87/695.15	WSVECS04 Frhs2[19509]: 6 0 2.28578 shouldn't be
687.87/695.15	WSVECS04 Frhs2[19533]: 6 0 1.00006 shouldn't be
687.87/695.15	WSVECS04 Frhs2[19618]: 6 0 0.571446 shouldn't be
687.87/695.15	WSVECS04 Frhs2[19793]: 6 0 7705.37 shouldn't be
687.87/695.15	WSVECS04 Frhs2[19797]: 6 0 6149.04 shouldn't be
687.87/695.15	WSVECS04 Frhs2[19799]: 6 0 11514.8 shouldn't be
687.87/695.15	WSVECS04 Frhs2[20020]: 6 0 18359.7 shouldn't be
687.87/695.15	WSVECS04 Frhs2[20022]: 6 0 21077.5 shouldn't be
687.87/695.15	WSVECS04 Frhs2[20180]: 6 0 1118.98 shouldn't be
687.87/695.15	WSVECS04 Frhs2[20182]: 6 0 13025.7 shouldn't be
743.69/751.13	WSVECS04 Frhs2[2006]: 6 0 13721.8 shouldn't be
743.69/751.13	WSVECS04 Frhs2[2014]: 6 0 11704.7 shouldn't be
743.69/751.13	WSVECS04 Frhs2[2017]: 6 0 26050.8 shouldn't be
743.69/751.13	WSVECS04 Frhs2[3213]: 6 -41567.6 0 shouldn't be
743.69/751.13	WSVECS04 Frhs2[3214]: 6 -14382.4 0 shouldn't be
743.69/751.13	WSVECS04 Frhs2[4328]: 6 -7083.69 0 shouldn't be
743.69/751.13	WSVECS04 Frhs2[4795]: 6 -6240.27 0 shouldn't be
743.69/751.13	WSVECS04 Frhs2[4888]: 6 -1.00009 0 shouldn't be
743.69/751.13	WSVECS04 Frhs2[4928]: 6 -0.500092 0 shouldn't be
743.69/751.13	WSVECS04 Frhs2[7331]: 6 0 5714.22 shouldn't be
743.69/751.13	WSVECS04 Frhs2[7692]: 6 -1398.56 0 shouldn't be
743.69/751.13	WSVECS04 Frhs2[9016]: 6 0 19869.5 shouldn't be
743.69/751.13	WSVECS04 Frhs2[9017]: 6 0 21882.3 shouldn't be
743.69/751.13	WSVECS04 Frhs2[9026]: 6 0 831.979 shouldn't be
743.69/751.13	WSVECS04 Frhs2[9168]: 6 0 27255.7 shouldn't be
743.69/751.13	WSVECS04 Frhs2[9506]: 6 0 25837.7 shouldn't be
743.69/751.13	WSVECS04 Frhs2[9989]: 6 0 2252.65 shouldn't be
743.69/751.13	WSVECS04 Frhs2[10496]: 6 0 1254.91 shouldn't be
743.69/751.13	WSVECS04 Frhs2[10498]: 6 0 1289.87 shouldn't be
743.69/751.13	WSVECS04 Frhs2[13373]: 6 0 1.0001 shouldn't be
743.69/751.13	WSVECS04 Frhs2[13702]: 6 0 5.37504 shouldn't be
743.69/751.13	WSVECS04 Frhs2[21266]: 6 0 43072.8 shouldn't be
838.81/846.55	c #Conflicts:     916000 | #Constraints:     111613
838.81/846.55	c #Conflicts:     917000 | #Constraints:     112613
838.81/846.55	c #Conflicts:     918000 | #Constraints:     113613
838.81/846.55	c #Conflicts:     919000 | #Constraints:     114613
838.81/846.55	c #Conflicts:     920000 | #Constraints:     115613
838.81/846.55	c #Conflicts:     921000 | #Constraints:     116613
838.81/846.55	c #Conflicts:     922000 | #Constraints:     117613
838.81/846.55	c #Conflicts:     923000 | #Constraints:     118613
838.81/846.55	c #Conflicts:     924000 | #Constraints:     119613
838.81/846.55	c #Conflicts:     925000 | #Constraints:     120613
838.81/846.55	c #Conflicts:     926000 | #Constraints:     121613
838.81/846.55	c #Conflicts:     927000 | #Constraints:     122613
838.81/846.55	c #Conflicts:     928000 | #Constraints:     123613
838.81/846.55	c #Conflicts:     929000 | #Constraints:     124613
838.81/846.55	c #Conflicts:     930000 | #Constraints:     125613
838.81/846.55	c #Conflicts:     931000 | #Constraints:     126613
838.81/846.55	c #Conflicts:     932000 | #Constraints:     127613
838.81/846.55	c #Conflicts:     933000 | #Constraints:     128613
838.81/846.55	c #Conflicts:     934000 | #Constraints:     129613
838.81/846.55	c #Conflicts:     935000 | #Constraints:     130613
838.81/846.55	c #Conflicts:     936000 | #Constraints:     131613
838.81/846.55	c #Conflicts:     937000 | #Constraints:     132613
838.81/846.55	c #Conflicts:     938000 | #Constraints:     133613
838.81/846.55	c INPROCESSING
838.81/846.55	c GARBAGE COLLECT
838.81/846.55	c #Conflicts:     939000 | #Constraints:      85887
838.81/846.55	c #Conflicts:     940000 | #Constraints:      86887
838.81/846.55	c #Conflicts:     941000 | #Constraints:      87887
838.81/846.55	c #Conflicts:     942000 | #Constraints:      88887
838.81/846.55	c #Conflicts:     943000 | #Constraints:      89887
838.81/846.55	c #Conflicts:     944000 | #Constraints:      90887
838.81/846.55	c #Conflicts:     945000 | #Constraints:      91887
838.81/846.55	c #Conflicts:     946000 | #Constraints:      92887
838.81/846.55	c #Conflicts:     947000 | #Constraints:      93887
838.81/846.55	c #Conflicts:     948000 | #Constraints:      94887
838.81/846.55	c #Conflicts:     949000 | #Constraints:      95887
838.81/846.55	c #Conflicts:     950000 | #Constraints:      96887
838.81/846.55	c #Conflicts:     951000 | #Constraints:      97887
838.81/846.55	c #Conflicts:     952000 | #Constraints:      98887
838.81/846.55	c #Conflicts:     953000 | #Constraints:      99887
838.81/846.55	c #Conflicts:     954000 | #Constraints:     100887
838.81/846.55	c #Conflicts:     955000 | #Constraints:     101887
838.81/846.55	c #Conflicts:     956000 | #Constraints:     102887
838.81/846.55	c #Conflicts:     957000 | #Constraints:     103887
838.81/846.55	c #Conflicts:     958000 | #Constraints:     104887
838.81/846.55	c #Conflicts:     959000 | #Constraints:     105887
838.81/846.55	c #Conflicts:     960000 | #Constraints:     106887
838.81/846.55	c INPROCESSING
838.81/846.55	c GARBAGE COLLECT
838.81/846.55	c #Conflicts:     961000 | #Constraints:      72611
838.81/846.55	c #Conflicts:     962000 | #Constraints:      73611
838.81/846.55	c #Conflicts:     963000 | #Constraints:      74611
838.81/846.55	c #Conflicts:     964000 | #Constraints:      75611
838.81/846.55	c #Conflicts:     965000 | #Constraints:      76611
838.81/846.55	c #Conflicts:     966000 | #Constraints:      77611
838.81/846.55	c #Conflicts:     967000 | #Constraints:      78611
838.81/846.55	c #Conflicts:     968000 | #Constraints:      79611
838.81/846.55	c #Conflicts:     969000 | #Constraints:      80611
838.81/846.55	c #Conflicts:     970000 | #Constraints:      81611
838.81/846.55	c #Conflicts:     971000 | #Constraints:      82611
838.81/846.55	c #Conflicts:     972000 | #Constraints:      83611
838.81/846.55	c #Conflicts:     973000 | #Constraints:      84611
838.81/846.55	c #Conflicts:     974000 | #Constraints:      85611
838.81/846.55	c #Conflicts:     975000 | #Constraints:      86611
838.81/846.55	c #Conflicts:     976000 | #Constraints:      87611
838.81/846.55	c #Conflicts:     977000 | #Constraints:      88611
838.81/846.55	c #Conflicts:     978000 | #Constraints:      89611
838.81/846.55	c #Conflicts:     979000 | #Constraints:      90611
838.81/846.55	c #Conflicts:     980000 | #Constraints:      91611
838.81/846.55	c #Conflicts:     981000 | #Constraints:      92611
838.81/846.55	c #Conflicts:     982000 | #Constraints:      93611
838.81/846.55	c INPROCESSING
838.81/846.55	c GARBAGE COLLECT
838.81/846.55	c #Conflicts:     983000 | #Constraints:      65908
838.81/846.55	c #Conflicts:     984000 | #Constraints:      66908
838.81/846.55	c #Conflicts:     985000 | #Constraints:      67908
838.81/846.55	c #Conflicts:     986000 | #Constraints:      68908
838.81/846.55	c #Conflicts:     987000 | #Constraints:      69908
838.81/846.55	c #Conflicts:     988000 | #Constraints:      70908
838.81/846.55	c #Conflicts:     989000 | #Constraints:      71908
838.81/846.55	c #Conflicts:     990000 | #Constraints:      72908
838.81/846.55	c #Conflicts:     991000 | #Constraints:      73908
838.81/846.55	c #Conflicts:     992000 | #Constraints:      74908
892.62/900.56	c #Conflicts:     993000 | #Constraints:      75908
892.62/900.56	c #Conflicts:     994000 | #Constraints:      76908
892.62/900.56	c #Conflicts:     995000 | #Constraints:      77908
892.62/900.56	c #Conflicts:     996000 | #Constraints:      78908
892.62/900.56	c #Conflicts:     997000 | #Constraints:      79908
892.62/900.56	c #Conflicts:     998000 | #Constraints:      80908
892.62/900.56	c #Conflicts:     999000 | #Constraints:      81908
892.62/900.56	c #Conflicts:    1000000 | #Constraints:      82908
892.62/900.56	c #Conflicts:    1001000 | #Constraints:      83908
892.62/900.56	c #Conflicts:    1002000 | #Constraints:      84908
892.62/900.56	c #Conflicts:    1003000 | #Constraints:      85908
892.62/900.56	c #Conflicts:    1004000 | #Constraints:      86908
892.62/900.56	c INPROCESSING
892.62/900.56	c GARBAGE COLLECT
892.62/900.56	c #Conflicts:    1005000 | #Constraints:      62403
892.62/900.56	c #Conflicts:    1006000 | #Constraints:      63403
892.62/900.56	c #Conflicts:    1007000 | #Constraints:      64403
892.62/900.56	c #Conflicts:    1008000 | #Constraints:      65403
892.62/900.56	c #Conflicts:    1009000 | #Constraints:      66403
892.62/900.56	c #Conflicts:    1010000 | #Constraints:      67403
892.62/900.56	c #Conflicts:    1011000 | #Constraints:      68403
892.62/900.56	c #Conflicts:    1012000 | #Constraints:      69403
892.62/900.56	c #Conflicts:    1013000 | #Constraints:      70403
892.62/900.56	c #Conflicts:    1014000 | #Constraints:      71403
892.62/900.56	c #Conflicts:    1015000 | #Constraints:      72403
892.62/900.56	c #Conflicts:    1016000 | #Constraints:      73403
892.62/900.56	c #Conflicts:    1017000 | #Constraints:      74403
892.62/900.56	c #Conflicts:    1018000 | #Constraints:      75403
892.62/900.56	c #Conflicts:    1019000 | #Constraints:      76403
892.62/900.56	c #Conflicts:    1020000 | #Constraints:      77403
892.62/900.56	c #Conflicts:    1021000 | #Constraints:      78403
892.62/900.56	c #Conflicts:    1022000 | #Constraints:      79403
892.62/900.56	c #Conflicts:    1023000 | #Constraints:      80403
892.62/900.56	c #Conflicts:    1024000 | #Constraints:      81403
892.62/900.56	c #Conflicts:    1025000 | #Constraints:      82403
892.62/900.56	c #Conflicts:    1026000 | #Constraints:      83403
892.62/900.56	c #Conflicts:    1027000 | #Constraints:      84403
892.62/900.56	c #Conflicts:    1028000 | #Constraints:      85403
892.62/900.56	c #Conflicts:    1029000 | #Constraints:      86403
892.62/900.56	c #Conflicts:    1030000 | #Constraints:      87403
892.62/900.56	c #Conflicts:    1031000 | #Constraints:      88403
892.62/900.56	c #Conflicts:    1032000 | #Constraints:      89403
892.62/900.56	c #Conflicts:    1033000 | #Constraints:      90403
892.62/900.56	c #Conflicts:    1034000 | #Constraints:      91403
892.62/900.56	c #Conflicts:    1035000 | #Constraints:      92403
892.62/900.56	c #Conflicts:    1036000 | #Constraints:      93403
892.62/900.56	c #Conflicts:    1037000 | #Constraints:      94403
892.62/900.56	c #Conflicts:    1038000 | #Constraints:      95403
892.62/900.56	c #Conflicts:    1039000 | #Constraints:      96403
892.62/900.56	c #Conflicts:    1040000 | #Constraints:      97403
892.62/900.56	c #Conflicts:    1041000 | #Constraints:      98403
892.62/900.56	c #Conflicts:    1042000 | #Constraints:      99403
892.62/900.56	c #Conflicts:    1043000 | #Constraints:     100403
892.62/900.56	c #Conflicts:    1044000 | #Constraints:     101403
892.62/900.56	c #Conflicts:    1045000 | #Constraints:     102403
892.62/900.56	c #Conflicts:    1046000 | #Constraints:     103403
892.62/900.56	c #Conflicts:    1047000 | #Constraints:     104403
892.62/900.56	c #Conflicts:    1048000 | #Constraints:     105403
892.62/900.56	c #Conflicts:    1049000 | #Constraints:     106403
892.62/900.56	c #Conflicts:    1050000 | #Constraints:     107403
892.62/900.56	c #Conflicts:    1051000 | #Constraints:     108403
892.62/900.56	c #Conflicts:    1052000 | #Constraints:     109403
892.62/900.56	c #Conflicts:    1053000 | #Constraints:     110403
892.62/900.56	c #Conflicts:    1054000 | #Constraints:     111403
892.62/900.56	c #Conflicts:    1055000 | #Constraints:     112403
892.62/900.56	c #Conflicts:    1056000 | #Constraints:     113403
892.62/900.56	c #Conflicts:    1057000 | #Constraints:     114403
892.62/900.56	c #Conflicts:    1058000 | #Constraints:     115403
892.62/900.56	c #Conflicts:    1059000 | #Constraints:     116403
892.62/900.56	c #Conflicts:    1060000 | #Constraints:     117403
892.62/900.56	c #Conflicts:    1061000 | #Constraints:     118403
892.62/900.56	c #Conflicts:    1062000 | #Constraints:     119403
892.62/900.56	c #Conflicts:    1063000 | #Constraints:     120403
892.62/900.56	c #Conflicts:    1064000 | #Constraints:     121403
892.62/900.56	c #Conflicts:    1065000 | #Constraints:     122403
892.62/900.56	c #Conflicts:    1066000 | #Constraints:     123403
892.62/900.56	c #Conflicts:    1067000 | #Constraints:     124403
892.62/900.56	c #Conflicts:    1068000 | #Constraints:     125403
892.62/900.56	c #Conflicts:    1069000 | #Constraints:     126403
892.62/900.56	c #Conflicts:    1070000 | #Constraints:     127403
936.08/944.12	c #Conflicts:    1071000 | #Constraints:     128403
936.08/944.12	c #Conflicts:    1072000 | #Constraints:     129403
936.08/944.12	c #Conflicts:    1073000 | #Constraints:     130403
936.08/944.12	c #Conflicts:    1074000 | #Constraints:     131403
936.08/944.12	c #Conflicts:    1075000 | #Constraints:     132403
936.08/944.12	c #Conflicts:    1076000 | #Constraints:     133403
936.08/944.12	c #Conflicts:    1077000 | #Constraints:     134403
936.08/944.12	c #Conflicts:    1078000 | #Constraints:     135403
936.08/944.12	c #Conflicts:    1079000 | #Constraints:     136403
936.08/944.12	c #Conflicts:    1080000 | #Constraints:     137403
936.08/944.12	c #Conflicts:    1081000 | #Constraints:     138403
936.08/944.12	c #Conflicts:    1082000 | #Constraints:     139403
936.08/944.12	c #Conflicts:    1083000 | #Constraints:     140403
936.08/944.12	c INPROCESSING
936.08/944.12	c GARBAGE COLLECT
936.08/944.12	c #Conflicts:    1084000 | #Constraints:      89042
936.08/944.12	c #Conflicts:    1085000 | #Constraints:      90042
936.08/944.12	c #Conflicts:    1086000 | #Constraints:      91042
936.08/944.12	c #Conflicts:    1087000 | #Constraints:      92042
936.08/944.12	c #Conflicts:    1088000 | #Constraints:      93042
936.08/944.12	c #Conflicts:    1089000 | #Constraints:      94042
936.08/944.12	c #Conflicts:    1090000 | #Constraints:      95042
936.08/944.12	c #Conflicts:    1091000 | #Constraints:      96042
936.08/944.12	c #Conflicts:    1092000 | #Constraints:      97042
936.08/944.12	c #Conflicts:    1093000 | #Constraints:      98042
936.08/944.12	c #Conflicts:    1094000 | #Constraints:      99042
936.08/944.12	c #Conflicts:    1095000 | #Constraints:     100042
936.08/944.12	c #Conflicts:    1096000 | #Constraints:     101042
936.08/944.12	c #Conflicts:    1097000 | #Constraints:     102042
936.08/944.12	c #Conflicts:    1098000 | #Constraints:     103042
936.08/944.12	c #Conflicts:    1099000 | #Constraints:     104042
936.08/944.12	c #Conflicts:    1100000 | #Constraints:     105042
936.08/944.12	c #Conflicts:    1101000 | #Constraints:     106042
936.08/944.12	c #Conflicts:    1102000 | #Constraints:     107042
936.08/944.12	c #Conflicts:    1103000 | #Constraints:     108042
936.08/944.12	c #Conflicts:    1104000 | #Constraints:     109042
936.08/944.12	c #Conflicts:    1105000 | #Constraints:     110042
936.08/944.12	c #Conflicts:    1106000 | #Constraints:     111042
936.08/944.12	c #Conflicts:    1107000 | #Constraints:     112042
936.08/944.12	c INPROCESSING
936.08/944.12	c GARBAGE COLLECT
936.08/944.12	c #Conflicts:    1108000 | #Constraints:      75075
936.08/944.12	c #Conflicts:    1109000 | #Constraints:      76075
936.08/944.12	c #Conflicts:    1110000 | #Constraints:      77075
936.08/944.12	c #Conflicts:    1111000 | #Constraints:      78075
936.08/944.12	c #Conflicts:    1112000 | #Constraints:      79075
936.08/944.12	c #Conflicts:    1113000 | #Constraints:      80075
936.08/944.12	c #Conflicts:    1114000 | #Constraints:      81075
936.08/944.12	c #Conflicts:    1115000 | #Constraints:      82075
936.08/944.12	c #Conflicts:    1116000 | #Constraints:      83075
936.08/944.12	c #Conflicts:    1117000 | #Constraints:      84075
936.08/944.12	c #Conflicts:    1118000 | #Constraints:      85075
936.08/944.12	c #Conflicts:    1119000 | #Constraints:      86075
936.08/944.12	c #Conflicts:    1120000 | #Constraints:      87075
936.08/944.12	c #Conflicts:    1121000 | #Constraints:      88075
936.08/944.12	c #Conflicts:    1122000 | #Constraints:      89075
936.08/944.12	c #Conflicts:    1123000 | #Constraints:      90075
936.08/944.12	c #Conflicts:    1124000 | #Constraints:      91075
936.08/944.12	c #Conflicts:    1125000 | #Constraints:      92075
936.08/944.12	c #Conflicts:    1126000 | #Constraints:      93075
936.08/944.12	c #Conflicts:    1127000 | #Constraints:      94075
936.08/944.12	c #Conflicts:    1128000 | #Constraints:      95075
936.08/944.12	c #Conflicts:    1129000 | #Constraints:      96075
936.08/944.12	c #Conflicts:    1130000 | #Constraints:      97075
936.08/944.12	c #Conflicts:    1131000 | #Constraints:      98075
936.08/944.12	c INPROCESSING
936.08/944.12	c GARBAGE COLLECT
936.08/944.12	c #Conflicts:    1132000 | #Constraints:      68215
936.08/944.12	c #Conflicts:    1133000 | #Constraints:      69215
936.08/944.12	c #Conflicts:    1134000 | #Constraints:      70215
936.08/944.12	c #Conflicts:    1135000 | #Constraints:      71215
936.08/944.12	c #Conflicts:    1136000 | #Constraints:      72215
936.08/944.12	c #Conflicts:    1137000 | #Constraints:      73215
936.08/944.12	c #Conflicts:    1138000 | #Constraints:      74215
936.08/944.12	c #Conflicts:    1139000 | #Constraints:      75215
936.08/944.12	c #Conflicts:    1140000 | #Constraints:      76215
936.08/944.12	c #Conflicts:    1141000 | #Constraints:      77215
936.08/944.12	c #Conflicts:    1142000 | #Constraints:      78215
936.08/944.12	c #Conflicts:    1143000 | #Constraints:      79215
936.08/944.12	c #Conflicts:    1144000 | #Constraints:      80215
936.08/944.12	c #Conflicts:    1145000 | #Constraints:      81215
936.08/944.12	c #Conflicts:    1146000 | #Constraints:      82215
936.08/944.12	c #Conflicts:    1147000 | #Constraints:      83215
974.64/982.82	c #Conflicts:    1148000 | #Constraints:      84215
974.64/982.82	c #Conflicts:    1149000 | #Constraints:      85215
974.64/982.82	c #Conflicts:    1150000 | #Constraints:      86215
974.64/982.82	c #Conflicts:    1151000 | #Constraints:      87215
974.64/982.82	c #Conflicts:    1152000 | #Constraints:      88215
974.64/982.82	c #Conflicts:    1153000 | #Constraints:      89215
974.64/982.82	c #Conflicts:    1154000 | #Constraints:      90215
974.64/982.82	c #Conflicts:    1155000 | #Constraints:      91215
974.64/982.82	c INPROCESSING
974.64/982.82	c GARBAGE COLLECT
974.64/982.82	c #Conflicts:    1156000 | #Constraints:      64733
974.64/982.82	c #Conflicts:    1157000 | #Constraints:      65733
974.64/982.82	c #Conflicts:    1158000 | #Constraints:      66733
974.64/982.82	c #Conflicts:    1159000 | #Constraints:      67733
974.64/982.82	c #Conflicts:    1160000 | #Constraints:      68733
974.64/982.82	c #Conflicts:    1161000 | #Constraints:      69733
974.64/982.82	c #Conflicts:    1162000 | #Constraints:      70733
974.64/982.82	c #Conflicts:    1163000 | #Constraints:      71733
974.64/982.82	c #Conflicts:    1164000 | #Constraints:      72733
974.64/982.82	c #Conflicts:    1165000 | #Constraints:      73733
974.64/982.82	c #Conflicts:    1166000 | #Constraints:      74733
974.64/982.82	c #Conflicts:    1167000 | #Constraints:      75733
974.64/982.82	c #Conflicts:    1168000 | #Constraints:      76733
974.64/982.82	c #Conflicts:    1169000 | #Constraints:      77733
974.64/982.82	c #Conflicts:    1170000 | #Constraints:      78733
974.64/982.82	c #Conflicts:    1171000 | #Constraints:      79733
974.64/982.82	c #Conflicts:    1172000 | #Constraints:      80733
974.64/982.82	c #Conflicts:    1173000 | #Constraints:      81733
974.64/982.82	c #Conflicts:    1174000 | #Constraints:      82733
974.64/982.82	c #Conflicts:    1175000 | #Constraints:      83733
974.64/982.82	c #Conflicts:    1176000 | #Constraints:      84733
974.64/982.82	c #Conflicts:    1177000 | #Constraints:      85733
974.64/982.82	c #Conflicts:    1178000 | #Constraints:      86733
974.64/982.82	c #Conflicts:    1179000 | #Constraints:      87733
974.64/982.82	c #Conflicts:    1180000 | #Constraints:      88733
974.64/982.82	c #Conflicts:    1181000 | #Constraints:      89733
974.64/982.82	c #Conflicts:    1182000 | #Constraints:      90733
974.64/982.82	c #Conflicts:    1183000 | #Constraints:      91733
974.64/982.82	c #Conflicts:    1184000 | #Constraints:      92733
974.64/982.82	c #Conflicts:    1185000 | #Constraints:      93733
974.64/982.82	c #Conflicts:    1186000 | #Constraints:      94733
974.64/982.82	c #Conflicts:    1187000 | #Constraints:      95733
974.64/982.82	c #Conflicts:    1188000 | #Constraints:      96733
974.64/982.82	c #Conflicts:    1189000 | #Constraints:      97733
974.64/982.82	c #Conflicts:    1190000 | #Constraints:      98733
974.64/982.82	c #Conflicts:    1191000 | #Constraints:      99733
974.64/982.82	c #Conflicts:    1192000 | #Constraints:     100733
974.64/982.82	c #Conflicts:    1193000 | #Constraints:     101733
974.64/982.82	c #Conflicts:    1194000 | #Constraints:     102733
974.64/982.82	c #Conflicts:    1195000 | #Constraints:     103733
974.64/982.82	c #Conflicts:    1196000 | #Constraints:     104733
974.64/982.82	c #Conflicts:    1197000 | #Constraints:     105733
974.64/982.82	c #Conflicts:    1198000 | #Constraints:     106733
974.64/982.82	c #Conflicts:    1199000 | #Constraints:     107733
974.64/982.82	c #Conflicts:    1200000 | #Constraints:     108733
974.64/982.82	c #Conflicts:    1201000 | #Constraints:     109733
974.64/982.82	c #Conflicts:    1202000 | #Constraints:     110733
974.64/982.82	c #Conflicts:    1203000 | #Constraints:     111733
974.64/982.82	c #Conflicts:    1204000 | #Constraints:     112733
974.64/982.82	c #Conflicts:    1205000 | #Constraints:     113733
974.64/982.82	c #Conflicts:    1206000 | #Constraints:     114733
974.64/982.82	c #Conflicts:    1207000 | #Constraints:     115733
974.64/982.82	c #Conflicts:    1208000 | #Constraints:     116733
974.64/982.82	c #Conflicts:    1209000 | #Constraints:     117733
974.64/982.82	c #Conflicts:    1210000 | #Constraints:     118733
974.64/982.82	c #Conflicts:    1211000 | #Constraints:     119733
974.64/982.82	c #Conflicts:    1212000 | #Constraints:     120733
974.64/982.82	c #Conflicts:    1213000 | #Constraints:     121733
974.64/982.82	c #Conflicts:    1214000 | #Constraints:     122733
974.64/982.82	c #Conflicts:    1215000 | #Constraints:     123733
974.64/982.82	c #Conflicts:    1216000 | #Constraints:     124733
974.64/982.82	c #Conflicts:    1217000 | #Constraints:     125733
974.64/982.82	c #Conflicts:    1218000 | #Constraints:     126733
974.64/982.82	c #Conflicts:    1219000 | #Constraints:     127733
974.64/982.82	c #Conflicts:    1220000 | #Constraints:     128733
974.64/982.82	c #Conflicts:    1221000 | #Constraints:     129733
974.64/982.82	c #Conflicts:    1222000 | #Constraints:     130733
974.64/982.82	c #Conflicts:    1223000 | #Constraints:     131733
974.64/982.82	c #Conflicts:    1224000 | #Constraints:     132733
974.64/982.82	c #Conflicts:    1225000 | #Constraints:     133733
1066.01/1074.56	c #Conflicts:    1226000 | #Constraints:     134733
1066.01/1074.56	c #Conflicts:    1227000 | #Constraints:     135733
1066.01/1074.56	c #Conflicts:    1228000 | #Constraints:     136733
1066.01/1074.56	c #Conflicts:    1229000 | #Constraints:     137733
1066.01/1074.56	c #Conflicts:    1230000 | #Constraints:     138733
1066.01/1074.56	c #Conflicts:    1231000 | #Constraints:     139733
1066.01/1074.56	c #Conflicts:    1232000 | #Constraints:     140733
1066.01/1074.56	c #Conflicts:    1233000 | #Constraints:     141733
1066.01/1074.56	c #Conflicts:    1234000 | #Constraints:     142733
1066.01/1074.56	c #Conflicts:    1235000 | #Constraints:     143733
1066.01/1074.56	c #Conflicts:    1236000 | #Constraints:     144733
1066.01/1074.56	c #Conflicts:    1237000 | #Constraints:     145733
1066.01/1074.56	c #Conflicts:    1238000 | #Constraints:     146733
1066.01/1074.56	c #Conflicts:    1239000 | #Constraints:     147733
1066.01/1074.56	c INPROCESSING
1066.01/1074.56	c GARBAGE COLLECT
1066.01/1074.56	c #Conflicts:    1240000 | #Constraints:      92758
1066.01/1074.56	c #Conflicts:    1241000 | #Constraints:      93758
1066.01/1074.56	c #Conflicts:    1242000 | #Constraints:      94758
1066.01/1074.56	c #Conflicts:    1243000 | #Constraints:      95758
1066.01/1074.56	c #Conflicts:    1244000 | #Constraints:      96758
1066.01/1074.56	c #Conflicts:    1245000 | #Constraints:      97758
1066.01/1074.56	c #Conflicts:    1246000 | #Constraints:      98758
1066.01/1074.56	c #Conflicts:    1247000 | #Constraints:      99758
1066.01/1074.56	c #Conflicts:    1248000 | #Constraints:     100758
1066.01/1074.56	c #Conflicts:    1249000 | #Constraints:     101758
1066.01/1074.56	c #Conflicts:    1250000 | #Constraints:     102758
1066.01/1074.56	c #Conflicts:    1251000 | #Constraints:     103758
1066.01/1074.56	c #Conflicts:    1252000 | #Constraints:     104758
1066.01/1074.56	c #Conflicts:    1253000 | #Constraints:     105758
1066.01/1074.56	c #Conflicts:    1254000 | #Constraints:     106758
1066.01/1074.56	c #Conflicts:    1255000 | #Constraints:     107758
1066.01/1074.56	c #Conflicts:    1256000 | #Constraints:     108758
1066.01/1074.56	c #Conflicts:    1257000 | #Constraints:     109758
1066.01/1074.56	c #Conflicts:    1258000 | #Constraints:     110758
1066.01/1074.56	c #Conflicts:    1259000 | #Constraints:     111758
1066.01/1074.56	c #Conflicts:    1260000 | #Constraints:     112758
1066.01/1074.56	c #Conflicts:    1261000 | #Constraints:     113758
1066.01/1074.56	c #Conflicts:    1262000 | #Constraints:     114758
1066.01/1074.56	c #Conflicts:    1263000 | #Constraints:     115758
1066.01/1074.56	c #Conflicts:    1264000 | #Constraints:     116758
1066.01/1074.56	c INPROCESSING
1066.01/1074.56	c GARBAGE COLLECT
1066.01/1074.56	c rational objective 5606.75
1112.75/1121.45	c #Conflicts:    1265000 | #Constraints:      77178
1112.75/1121.45	c #Conflicts:    1266000 | #Constraints:      78178
1112.75/1121.45	c #Conflicts:    1267000 | #Constraints:      79178
1112.75/1121.45	c #Conflicts:    1268000 | #Constraints:      80178
1112.75/1121.45	c #Conflicts:    1269000 | #Constraints:      81178
1112.75/1121.45	c #Conflicts:    1270000 | #Constraints:      82178
1112.75/1121.45	c #Conflicts:    1271000 | #Constraints:      83178
1112.75/1121.45	c #Conflicts:    1272000 | #Constraints:      84178
1112.75/1121.45	c #Conflicts:    1273000 | #Constraints:      85178
1112.75/1121.45	c #Conflicts:    1274000 | #Constraints:      86178
1112.75/1121.45	c #Conflicts:    1275000 | #Constraints:      87178
1112.75/1121.45	c #Conflicts:    1276000 | #Constraints:      88178
1112.75/1121.45	c #Conflicts:    1277000 | #Constraints:      89178
1112.75/1121.45	c #Conflicts:    1278000 | #Constraints:      90178
1112.75/1121.45	c #Conflicts:    1279000 | #Constraints:      91178
1112.75/1121.45	c #Conflicts:    1280000 | #Constraints:      92178
1112.75/1121.45	c #Conflicts:    1281000 | #Constraints:      93178
1112.75/1121.45	c #Conflicts:    1282000 | #Constraints:      94178
1112.75/1121.45	c #Conflicts:    1283000 | #Constraints:      95178
1112.75/1121.45	c #Conflicts:    1284000 | #Constraints:      96178
1112.75/1121.45	c #Conflicts:    1285000 | #Constraints:      97178
1112.75/1121.45	c #Conflicts:    1286000 | #Constraints:      98178
1112.75/1121.45	c #Conflicts:    1287000 | #Constraints:      99178
1112.75/1121.45	c #Conflicts:    1288000 | #Constraints:     100178
1112.75/1121.45	c #Conflicts:    1289000 | #Constraints:     101178
1112.75/1121.45	c #Conflicts:    1290000 | #Constraints:     102178
1112.75/1121.45	c INPROCESSING
1112.75/1121.45	c GARBAGE COLLECT
1112.75/1121.45	c #Conflicts:    1291000 | #Constraints:      70108
1112.75/1121.45	c #Conflicts:    1292000 | #Constraints:      71108
1112.75/1121.45	c #Conflicts:    1293000 | #Constraints:      72108
1112.75/1121.45	c #Conflicts:    1294000 | #Constraints:      73108
1112.75/1121.45	c #Conflicts:    1295000 | #Constraints:      74108
1112.75/1121.45	c #Conflicts:    1296000 | #Constraints:      75108
1112.75/1121.45	c #Conflicts:    1297000 | #Constraints:      76108
1112.75/1121.45	c #Conflicts:    1298000 | #Constraints:      77108
1112.75/1121.45	c #Conflicts:    1299000 | #Constraints:      78108
1112.75/1121.45	c #Conflicts:    1300000 | #Constraints:      79108
1112.75/1121.45	c #Conflicts:    1301000 | #Constraints:      80108
1112.75/1121.45	c #Conflicts:    1302000 | #Constraints:      81108
1112.75/1121.45	c #Conflicts:    1303000 | #Constraints:      82108
1112.75/1121.45	c #Conflicts:    1304000 | #Constraints:      83108
1112.75/1121.45	c #Conflicts:    1305000 | #Constraints:      84108
1112.75/1121.45	c #Conflicts:    1306000 | #Constraints:      85108
1112.75/1121.45	c #Conflicts:    1307000 | #Constraints:      86108
1112.75/1121.45	c #Conflicts:    1308000 | #Constraints:      87108
1112.75/1121.45	c #Conflicts:    1309000 | #Constraints:      88108
1112.75/1121.45	c #Conflicts:    1310000 | #Constraints:      89108
1112.75/1121.45	c #Conflicts:    1311000 | #Constraints:      90108
1112.75/1121.45	c #Conflicts:    1312000 | #Constraints:      91108
1112.75/1121.45	c #Conflicts:    1313000 | #Constraints:      92108
1112.75/1121.45	c #Conflicts:    1314000 | #Constraints:      93108
1112.75/1121.45	c #Conflicts:    1315000 | #Constraints:      94108
1112.75/1121.45	c #Conflicts:    1316000 | #Constraints:      95108
1112.75/1121.45	c INPROCESSING
1112.75/1121.45	c GARBAGE COLLECT
1112.75/1121.45	c #Conflicts:    1317000 | #Constraints:      66703
1112.75/1121.45	c #Conflicts:    1318000 | #Constraints:      67703
1112.75/1121.45	c #Conflicts:    1319000 | #Constraints:      68703
1112.75/1121.45	c #Conflicts:    1320000 | #Constraints:      69703
1112.75/1121.45	c #Conflicts:    1321000 | #Constraints:      70703
1112.75/1121.45	c #Conflicts:    1322000 | #Constraints:      71703
1112.75/1121.45	c #Conflicts:    1323000 | #Constraints:      72703
1112.75/1121.45	c #Conflicts:    1324000 | #Constraints:      73703
1112.75/1121.45	c #Conflicts:    1325000 | #Constraints:      74703
1112.75/1121.45	c #Conflicts:    1326000 | #Constraints:      75703
1112.75/1121.45	c #Conflicts:    1327000 | #Constraints:      76703
1112.75/1121.45	c #Conflicts:    1328000 | #Constraints:      77703
1112.75/1121.45	c #Conflicts:    1329000 | #Constraints:      78703
1112.75/1121.45	c #Conflicts:    1330000 | #Constraints:      79703
1112.75/1121.45	c #Conflicts:    1331000 | #Constraints:      80703
1112.75/1121.45	c #Conflicts:    1332000 | #Constraints:      81703
1112.75/1121.45	c #Conflicts:    1333000 | #Constraints:      82703
1112.75/1121.45	c #Conflicts:    1334000 | #Constraints:      83703
1112.75/1121.45	c #Conflicts:    1335000 | #Constraints:      84703
1112.75/1121.45	c #Conflicts:    1336000 | #Constraints:      85703
1112.75/1121.45	c #Conflicts:    1337000 | #Constraints:      86703
1112.75/1121.45	c #Conflicts:    1338000 | #Constraints:      87703
1112.75/1121.45	c #Conflicts:    1339000 | #Constraints:      88703
1112.75/1121.45	c #Conflicts:    1340000 | #Constraints:      89703
1112.75/1121.45	c #Conflicts:    1341000 | #Constraints:      90703
1112.75/1121.45	c #Conflicts:    1342000 | #Constraints:      91703
1155.59/1164.40	c #Conflicts:    1343000 | #Constraints:      92703
1155.59/1164.40	c #Conflicts:    1344000 | #Constraints:      93703
1155.59/1164.40	c #Conflicts:    1345000 | #Constraints:      94703
1155.59/1164.40	c #Conflicts:    1346000 | #Constraints:      95703
1155.59/1164.40	c #Conflicts:    1347000 | #Constraints:      96703
1155.59/1164.40	c #Conflicts:    1348000 | #Constraints:      97703
1155.59/1164.40	c #Conflicts:    1349000 | #Constraints:      98703
1155.59/1164.40	c #Conflicts:    1350000 | #Constraints:      99703
1155.59/1164.40	c #Conflicts:    1351000 | #Constraints:     100703
1155.59/1164.40	c #Conflicts:    1352000 | #Constraints:     101703
1155.59/1164.40	c #Conflicts:    1353000 | #Constraints:     102703
1155.59/1164.40	c #Conflicts:    1354000 | #Constraints:     103703
1155.59/1164.40	c #Conflicts:    1355000 | #Constraints:     104703
1155.59/1164.40	c #Conflicts:    1356000 | #Constraints:     105703
1155.59/1164.40	c #Conflicts:    1357000 | #Constraints:     106703
1155.59/1164.40	c #Conflicts:    1358000 | #Constraints:     107703
1155.59/1164.40	c #Conflicts:    1359000 | #Constraints:     108703
1155.59/1164.40	c #Conflicts:    1360000 | #Constraints:     109703
1155.59/1164.40	c #Conflicts:    1361000 | #Constraints:     110703
1155.59/1164.40	c #Conflicts:    1362000 | #Constraints:     111703
1155.59/1164.40	c #Conflicts:    1363000 | #Constraints:     112703
1155.59/1164.40	c #Conflicts:    1364000 | #Constraints:     113703
1155.59/1164.40	c #Conflicts:    1365000 | #Constraints:     114703
1155.59/1164.40	c #Conflicts:    1366000 | #Constraints:     115703
1155.59/1164.40	c #Conflicts:    1367000 | #Constraints:     116703
1155.59/1164.40	c #Conflicts:    1368000 | #Constraints:     117703
1155.59/1164.40	c #Conflicts:    1369000 | #Constraints:     118703
1155.59/1164.40	c #Conflicts:    1370000 | #Constraints:     119703
1155.59/1164.40	c #Conflicts:    1371000 | #Constraints:     120703
1155.59/1164.40	c #Conflicts:    1372000 | #Constraints:     121703
1155.59/1164.40	c #Conflicts:    1373000 | #Constraints:     122703
1155.59/1164.40	c #Conflicts:    1374000 | #Constraints:     123703
1155.59/1164.40	c #Conflicts:    1375000 | #Constraints:     124703
1155.59/1164.40	c #Conflicts:    1376000 | #Constraints:     125703
1155.59/1164.40	c #Conflicts:    1377000 | #Constraints:     126703
1155.59/1164.40	c #Conflicts:    1378000 | #Constraints:     127703
1155.59/1164.40	c #Conflicts:    1379000 | #Constraints:     128703
1155.59/1164.40	c #Conflicts:    1380000 | #Constraints:     129703
1155.59/1164.40	c #Conflicts:    1381000 | #Constraints:     130703
1155.59/1164.40	c #Conflicts:    1382000 | #Constraints:     131703
1155.59/1164.40	c #Conflicts:    1383000 | #Constraints:     132703
1155.59/1164.40	c #Conflicts:    1384000 | #Constraints:     133703
1155.59/1164.40	c #Conflicts:    1385000 | #Constraints:     134703
1155.59/1164.40	c #Conflicts:    1386000 | #Constraints:     135703
1155.59/1164.40	c #Conflicts:    1387000 | #Constraints:     136703
1155.59/1164.40	c #Conflicts:    1388000 | #Constraints:     137703
1155.59/1164.40	c #Conflicts:    1389000 | #Constraints:     138703
1155.59/1164.40	c #Conflicts:    1390000 | #Constraints:     139703
1155.59/1164.40	c #Conflicts:    1391000 | #Constraints:     140703
1155.59/1164.40	c #Conflicts:    1392000 | #Constraints:     141703
1155.59/1164.40	c #Conflicts:    1393000 | #Constraints:     142703
1155.59/1164.40	c #Conflicts:    1394000 | #Constraints:     143703
1155.59/1164.40	c #Conflicts:    1395000 | #Constraints:     144703
1155.59/1164.40	c #Conflicts:    1396000 | #Constraints:     145703
1155.59/1164.40	c #Conflicts:    1397000 | #Constraints:     146703
1155.59/1164.40	c #Conflicts:    1398000 | #Constraints:     147703
1155.59/1164.40	c #Conflicts:    1399000 | #Constraints:     148703
1155.59/1164.40	c #Conflicts:    1400000 | #Constraints:     149703
1155.59/1164.40	c #Conflicts:    1401000 | #Constraints:     150703
1155.59/1164.40	c #Conflicts:    1402000 | #Constraints:     151703
1155.59/1164.40	c #Conflicts:    1403000 | #Constraints:     152703
1155.59/1164.40	c #Conflicts:    1404000 | #Constraints:     153703
1155.59/1164.40	c #Conflicts:    1405000 | #Constraints:     154703
1155.59/1164.40	c INPROCESSING
1155.59/1164.40	c GARBAGE COLLECT
1155.59/1164.40	c #Conflicts:    1406000 | #Constraints:      96155
1155.59/1164.40	c #Conflicts:    1407000 | #Constraints:      97155
1155.59/1164.40	c #Conflicts:    1408000 | #Constraints:      98155
1155.59/1164.40	c #Conflicts:    1409000 | #Constraints:      99155
1155.59/1164.40	c #Conflicts:    1410000 | #Constraints:     100155
1155.59/1164.40	c #Conflicts:    1411000 | #Constraints:     101155
1155.59/1164.40	c #Conflicts:    1412000 | #Constraints:     102155
1155.59/1164.40	c #Conflicts:    1413000 | #Constraints:     103155
1155.59/1164.40	c #Conflicts:    1414000 | #Constraints:     104155
1155.59/1164.40	c #Conflicts:    1415000 | #Constraints:     105155
1155.59/1164.40	c #Conflicts:    1416000 | #Constraints:     106155
1155.59/1164.40	c #Conflicts:    1417000 | #Constraints:     107155
1155.59/1164.40	c #Conflicts:    1418000 | #Constraints:     108155
1155.59/1164.40	c #Conflicts:    1419000 | #Constraints:     109155
1155.59/1164.40	c #Conflicts:    1420000 | #Constraints:     110155
1190.77/1199.70	c #Conflicts:    1421000 | #Constraints:     111155
1190.77/1199.70	c #Conflicts:    1422000 | #Constraints:     112155
1190.77/1199.70	c #Conflicts:    1423000 | #Constraints:     113155
1190.77/1199.70	c #Conflicts:    1424000 | #Constraints:     114155
1190.77/1199.70	c #Conflicts:    1425000 | #Constraints:     115155
1190.77/1199.70	c #Conflicts:    1426000 | #Constraints:     116155
1190.77/1199.70	c #Conflicts:    1427000 | #Constraints:     117155
1190.77/1199.70	c #Conflicts:    1428000 | #Constraints:     118155
1190.77/1199.70	c #Conflicts:    1429000 | #Constraints:     119155
1190.77/1199.70	c #Conflicts:    1430000 | #Constraints:     120155
1190.77/1199.70	c #Conflicts:    1431000 | #Constraints:     121155
1190.77/1199.70	c #Conflicts:    1432000 | #Constraints:     122155
1190.77/1199.70	c INPROCESSING
1190.77/1199.70	c GARBAGE COLLECT
1190.77/1199.70	c #Conflicts:    1433000 | #Constraints:      79838
1190.77/1199.70	c #Conflicts:    1434000 | #Constraints:      80838
1190.77/1199.70	c #Conflicts:    1435000 | #Constraints:      81838
1190.77/1199.70	c #Conflicts:    1436000 | #Constraints:      82838
1190.77/1199.70	c #Conflicts:    1437000 | #Constraints:      83838
1190.77/1199.70	c #Conflicts:    1438000 | #Constraints:      84838
1190.77/1199.70	c #Conflicts:    1439000 | #Constraints:      85838
1190.77/1199.70	c #Conflicts:    1440000 | #Constraints:      86838
1190.77/1199.70	c #Conflicts:    1441000 | #Constraints:      87838
1190.77/1199.70	c #Conflicts:    1442000 | #Constraints:      88838
1190.77/1199.70	c #Conflicts:    1443000 | #Constraints:      89838
1190.77/1199.70	c #Conflicts:    1444000 | #Constraints:      90838
1190.77/1199.70	c #Conflicts:    1445000 | #Constraints:      91838
1190.77/1199.70	c #Conflicts:    1446000 | #Constraints:      92838
1190.77/1199.70	c #Conflicts:    1447000 | #Constraints:      93838
1190.77/1199.70	c #Conflicts:    1448000 | #Constraints:      94838
1190.77/1199.70	c #Conflicts:    1449000 | #Constraints:      95838
1190.77/1199.70	c #Conflicts:    1450000 | #Constraints:      96838
1190.77/1199.70	c #Conflicts:    1451000 | #Constraints:      97838
1190.77/1199.70	c #Conflicts:    1452000 | #Constraints:      98838
1190.77/1199.70	c #Conflicts:    1453000 | #Constraints:      99838
1190.77/1199.70	c #Conflicts:    1454000 | #Constraints:     100838
1190.77/1199.70	c #Conflicts:    1455000 | #Constraints:     101838
1190.77/1199.70	c #Conflicts:    1456000 | #Constraints:     102838
1190.77/1199.70	c #Conflicts:    1457000 | #Constraints:     103838
1190.77/1199.70	c #Conflicts:    1458000 | #Constraints:     104838
1190.77/1199.70	c #Conflicts:    1459000 | #Constraints:     105838
1190.77/1199.70	c #Conflicts:    1460000 | #Constraints:     106838
1190.77/1199.70	c INPROCESSING
1190.77/1199.70	c GARBAGE COLLECT
1190.77/1199.70	c #Conflicts:    1461000 | #Constraints:      72567
1190.77/1199.70	c #Conflicts:    1462000 | #Constraints:      73567
1190.77/1199.70	c #Conflicts:    1463000 | #Constraints:      74567
1190.77/1199.70	c #Conflicts:    1464000 | #Constraints:      75567
1190.77/1199.70	c #Conflicts:    1465000 | #Constraints:      76567
1190.77/1199.70	c #Conflicts:    1466000 | #Constraints:      77567
1190.77/1199.70	c #Conflicts:    1467000 | #Constraints:      78567
1190.77/1199.70	c #Conflicts:    1468000 | #Constraints:      79567
1190.77/1199.70	c #Conflicts:    1469000 | #Constraints:      80567
1190.77/1199.70	c #Conflicts:    1470000 | #Constraints:      81567
1190.77/1199.70	c #Conflicts:    1471000 | #Constraints:      82567
1190.77/1199.70	c #Conflicts:    1472000 | #Constraints:      83567
1190.77/1199.70	c #Conflicts:    1473000 | #Constraints:      84567
1190.77/1199.70	c #Conflicts:    1474000 | #Constraints:      85567
1190.77/1199.70	c #Conflicts:    1475000 | #Constraints:      86567
1190.77/1199.70	c #Conflicts:    1476000 | #Constraints:      87567
1190.77/1199.70	c #Conflicts:    1477000 | #Constraints:      88567
1190.77/1199.70	c #Conflicts:    1478000 | #Constraints:      89567
1190.77/1199.70	c #Conflicts:    1479000 | #Constraints:      90567
1190.77/1199.70	c #Conflicts:    1480000 | #Constraints:      91567
1190.77/1199.70	c #Conflicts:    1481000 | #Constraints:      92567
1190.77/1199.70	c #Conflicts:    1482000 | #Constraints:      93567
1190.77/1199.70	c #Conflicts:    1483000 | #Constraints:      94567
1190.77/1199.70	c #Conflicts:    1484000 | #Constraints:      95567
1190.77/1199.70	c #Conflicts:    1485000 | #Constraints:      96567
1190.77/1199.70	c #Conflicts:    1486000 | #Constraints:      97567
1190.77/1199.70	c #Conflicts:    1487000 | #Constraints:      98567
1190.77/1199.70	c INPROCESSING
1190.77/1199.70	c GARBAGE COLLECT
1190.77/1199.70	c #Conflicts:    1488000 | #Constraints:      68250
1190.77/1199.70	c #Conflicts:    1489000 | #Constraints:      69250
1190.77/1199.70	c #Conflicts:    1490000 | #Constraints:      70250
1190.77/1199.70	c #Conflicts:    1491000 | #Constraints:      71250
1190.77/1199.70	c #Conflicts:    1492000 | #Constraints:      72250
1190.77/1199.70	c #Conflicts:    1493000 | #Constraints:      73250
1190.77/1199.70	c #Conflicts:    1494000 | #Constraints:      74250
1190.77/1199.70	c #Conflicts:    1495000 | #Constraints:      75250
1190.77/1199.70	c #Conflicts:    1496000 | #Constraints:      76250
1190.77/1199.70	c #Conflicts:    1497000 | #Constraints:      77250
1260.93/1270.15	c #Conflicts:    1498000 | #Constraints:      78250
1260.93/1270.15	c #Conflicts:    1499000 | #Constraints:      79250
1260.93/1270.15	c #Conflicts:    1500000 | #Constraints:      80250
1260.93/1270.15	c #Conflicts:    1501000 | #Constraints:      81250
1260.93/1270.15	c #Conflicts:    1502000 | #Constraints:      82250
1260.93/1270.15	c #Conflicts:    1503000 | #Constraints:      83250
1260.93/1270.15	c #Conflicts:    1504000 | #Constraints:      84250
1260.93/1270.15	c #Conflicts:    1505000 | #Constraints:      85250
1260.93/1270.15	c #Conflicts:    1506000 | #Constraints:      86250
1260.93/1270.15	c #Conflicts:    1507000 | #Constraints:      87250
1260.93/1270.15	c #Conflicts:    1508000 | #Constraints:      88250
1260.93/1270.15	c #Conflicts:    1509000 | #Constraints:      89250
1260.93/1270.15	c #Conflicts:    1510000 | #Constraints:      90250
1260.93/1270.15	c #Conflicts:    1511000 | #Constraints:      91250
1260.93/1270.15	c #Conflicts:    1512000 | #Constraints:      92250
1260.93/1270.15	c #Conflicts:    1513000 | #Constraints:      93250
1260.93/1270.15	c #Conflicts:    1514000 | #Constraints:      94250
1260.93/1270.15	c #Conflicts:    1515000 | #Constraints:      95250
1260.93/1270.15	c #Conflicts:    1516000 | #Constraints:      96250
1260.93/1270.15	c #Conflicts:    1517000 | #Constraints:      97250
1260.93/1270.15	c #Conflicts:    1518000 | #Constraints:      98250
1260.93/1270.15	c #Conflicts:    1519000 | #Constraints:      99250
1260.93/1270.15	c #Conflicts:    1520000 | #Constraints:     100250
1260.93/1270.15	c #Conflicts:    1521000 | #Constraints:     101250
1260.93/1270.15	c #Conflicts:    1522000 | #Constraints:     102250
1260.93/1270.15	c #Conflicts:    1523000 | #Constraints:     103250
1260.93/1270.15	c #Conflicts:    1524000 | #Constraints:     104250
1260.93/1270.15	c #Conflicts:    1525000 | #Constraints:     105250
1260.93/1270.15	c #Conflicts:    1526000 | #Constraints:     106250
1260.93/1270.15	c #Conflicts:    1527000 | #Constraints:     107250
1260.93/1270.15	c #Conflicts:    1528000 | #Constraints:     108250
1260.93/1270.15	c #Conflicts:    1529000 | #Constraints:     109250
1260.93/1270.15	c #Conflicts:    1530000 | #Constraints:     110250
1260.93/1270.15	c #Conflicts:    1531000 | #Constraints:     111250
1260.93/1270.15	c #Conflicts:    1532000 | #Constraints:     112250
1260.93/1270.15	c #Conflicts:    1533000 | #Constraints:     113250
1260.93/1270.15	c #Conflicts:    1534000 | #Constraints:     114250
1260.93/1270.15	c #Conflicts:    1535000 | #Constraints:     115250
1260.93/1270.15	c #Conflicts:    1536000 | #Constraints:     116250
1260.93/1270.15	c #Conflicts:    1537000 | #Constraints:     117250
1260.93/1270.15	c #Conflicts:    1538000 | #Constraints:     118250
1260.93/1270.15	c #Conflicts:    1539000 | #Constraints:     119250
1260.93/1270.15	c #Conflicts:    1540000 | #Constraints:     120250
1260.93/1270.15	c #Conflicts:    1541000 | #Constraints:     121250
1260.93/1270.15	c #Conflicts:    1542000 | #Constraints:     122250
1260.93/1270.15	c #Conflicts:    1543000 | #Constraints:     123250
1260.93/1270.15	c #Conflicts:    1544000 | #Constraints:     124250
1260.93/1270.15	c #Conflicts:    1545000 | #Constraints:     125250
1260.93/1270.15	c #Conflicts:    1546000 | #Constraints:     126250
1260.93/1270.15	c #Conflicts:    1547000 | #Constraints:     127250
1260.93/1270.15	c #Conflicts:    1548000 | #Constraints:     128250
1260.93/1270.15	c #Conflicts:    1549000 | #Constraints:     129250
1260.93/1270.15	c #Conflicts:    1550000 | #Constraints:     130250
1260.93/1270.15	c #Conflicts:    1551000 | #Constraints:     131250
1260.93/1270.15	c #Conflicts:    1552000 | #Constraints:     132250
1260.93/1270.15	c #Conflicts:    1553000 | #Constraints:     133250
1260.93/1270.15	c #Conflicts:    1554000 | #Constraints:     134250
1260.93/1270.15	c #Conflicts:    1555000 | #Constraints:     135250
1260.93/1270.15	c #Conflicts:    1556000 | #Constraints:     136251
1260.93/1270.15	c #Conflicts:    1557000 | #Constraints:     137251
1260.93/1270.15	c #Conflicts:    1558000 | #Constraints:     138251
1260.93/1270.15	c #Conflicts:    1559000 | #Constraints:     139251
1260.93/1270.15	c #Conflicts:    1560000 | #Constraints:     140251
1260.93/1270.15	c #Conflicts:    1561000 | #Constraints:     141251
1260.93/1270.15	c #Conflicts:    1562000 | #Constraints:     142251
1260.93/1270.15	c #Conflicts:    1563000 | #Constraints:     143251
1260.93/1270.15	c #Conflicts:    1564000 | #Constraints:     144251
1260.93/1270.15	c #Conflicts:    1565000 | #Constraints:     145251
1260.93/1270.15	c #Conflicts:    1566000 | #Constraints:     146251
1260.93/1270.15	c #Conflicts:    1567000 | #Constraints:     147251
1260.93/1270.15	c #Conflicts:    1568000 | #Constraints:     148251
1260.93/1270.15	c #Conflicts:    1569000 | #Constraints:     149251
1260.93/1270.15	c #Conflicts:    1570000 | #Constraints:     150251
1260.93/1270.15	c #Conflicts:    1571000 | #Constraints:     151251
1260.93/1270.15	c #Conflicts:    1572000 | #Constraints:     152251
1260.93/1270.15	c #Conflicts:    1573000 | #Constraints:     153251
1260.93/1270.15	c #Conflicts:    1574000 | #Constraints:     154251
1260.93/1270.15	c #Conflicts:    1575000 | #Constraints:     155251
1260.93/1270.15	c #Conflicts:    1576000 | #Constraints:     156251
1315.73/1325.14	c #Conflicts:    1577000 | #Constraints:     157251
1315.73/1325.14	c #Conflicts:    1578000 | #Constraints:     158251
1315.73/1325.14	c #Conflicts:    1579000 | #Constraints:     159251
1315.73/1325.14	c #Conflicts:    1580000 | #Constraints:     160251
1315.73/1325.14	c #Conflicts:    1581000 | #Constraints:     161251
1315.73/1325.14	c #Conflicts:    1582000 | #Constraints:     162251
1315.73/1325.14	c INPROCESSING
1315.73/1325.14	c GARBAGE COLLECT
1315.73/1325.14	c #Conflicts:    1583000 | #Constraints:     100047
1315.73/1325.14	c #Conflicts:    1584000 | #Constraints:     101047
1315.73/1325.14	c #Conflicts:    1585000 | #Constraints:     102047
1315.73/1325.14	c #Conflicts:    1586000 | #Constraints:     103047
1315.73/1325.14	c #Conflicts:    1587000 | #Constraints:     104047
1315.73/1325.14	c #Conflicts:    1588000 | #Constraints:     105047
1315.73/1325.14	c #Conflicts:    1589000 | #Constraints:     106047
1315.73/1325.14	c #Conflicts:    1590000 | #Constraints:     107047
1315.73/1325.14	c #Conflicts:    1591000 | #Constraints:     108047
1315.73/1325.14	c #Conflicts:    1592000 | #Constraints:     109047
1315.73/1325.14	c #Conflicts:    1593000 | #Constraints:     110047
1315.73/1325.14	c #Conflicts:    1594000 | #Constraints:     111047
1315.73/1325.14	c #Conflicts:    1595000 | #Constraints:     112047
1315.73/1325.14	c #Conflicts:    1596000 | #Constraints:     113047
1315.73/1325.14	c #Conflicts:    1597000 | #Constraints:     114047
1315.73/1325.14	c #Conflicts:    1598000 | #Constraints:     115047
1315.73/1325.14	c #Conflicts:    1599000 | #Constraints:     116047
1315.73/1325.14	c #Conflicts:    1600000 | #Constraints:     117047
1315.73/1325.14	c #Conflicts:    1601000 | #Constraints:     118047
1315.73/1325.14	c #Conflicts:    1602000 | #Constraints:     119047
1315.73/1325.14	c #Conflicts:    1603000 | #Constraints:     120047
1315.73/1325.14	c #Conflicts:    1604000 | #Constraints:     121047
1315.73/1325.14	c #Conflicts:    1605000 | #Constraints:     122047
1315.73/1325.14	c #Conflicts:    1606000 | #Constraints:     123047
1315.73/1325.14	c #Conflicts:    1607000 | #Constraints:     124047
1315.73/1325.14	c #Conflicts:    1608000 | #Constraints:     125047
1315.73/1325.14	c #Conflicts:    1609000 | #Constraints:     126047
1315.73/1325.14	c #Conflicts:    1610000 | #Constraints:     127047
1315.73/1325.14	c #Conflicts:    1611000 | #Constraints:     128047
1315.73/1325.14	c INPROCESSING
1315.73/1325.14	c GARBAGE COLLECT
1315.73/1325.14	c #Conflicts:    1612000 | #Constraints:      83096
1315.73/1325.14	c #Conflicts:    1613000 | #Constraints:      84096
1315.73/1325.14	c #Conflicts:    1614000 | #Constraints:      85096
1315.73/1325.14	c #Conflicts:    1615000 | #Constraints:      86096
1315.73/1325.14	c #Conflicts:    1616000 | #Constraints:      87096
1315.73/1325.14	c #Conflicts:    1617000 | #Constraints:      88096
1315.73/1325.14	c #Conflicts:    1618000 | #Constraints:      89096
1315.73/1325.14	c #Conflicts:    1619000 | #Constraints:      90096
1315.73/1325.14	c #Conflicts:    1620000 | #Constraints:      91096
1315.73/1325.14	c #Conflicts:    1621000 | #Constraints:      92096
1315.73/1325.14	c #Conflicts:    1622000 | #Constraints:      93096
1315.73/1325.14	c #Conflicts:    1623000 | #Constraints:      94096
1315.73/1325.14	c #Conflicts:    1624000 | #Constraints:      95096
1315.73/1325.14	c #Conflicts:    1625000 | #Constraints:      96096
1315.73/1325.14	c #Conflicts:    1626000 | #Constraints:      97096
1315.73/1325.14	c #Conflicts:    1627000 | #Constraints:      98096
1315.73/1325.14	c #Conflicts:    1628000 | #Constraints:      99096
1315.73/1325.14	c #Conflicts:    1629000 | #Constraints:     100096
1315.73/1325.14	c #Conflicts:    1630000 | #Constraints:     101096
1315.73/1325.14	c #Conflicts:    1631000 | #Constraints:     102096
1315.73/1325.14	c #Conflicts:    1632000 | #Constraints:     103096
1315.73/1325.14	c #Conflicts:    1633000 | #Constraints:     104096
1315.73/1325.14	c #Conflicts:    1634000 | #Constraints:     105096
1315.73/1325.14	c #Conflicts:    1635000 | #Constraints:     106096
1315.73/1325.14	c #Conflicts:    1636000 | #Constraints:     107096
1315.73/1325.14	c #Conflicts:    1637000 | #Constraints:     108096
1315.73/1325.14	c #Conflicts:    1638000 | #Constraints:     109096
1315.73/1325.14	c #Conflicts:    1639000 | #Constraints:     110096
1315.73/1325.14	c #Conflicts:    1640000 | #Constraints:     111096
1315.73/1325.14	c INPROCESSING
1315.73/1325.14	c GARBAGE COLLECT
1315.73/1325.14	c #Conflicts:    1641000 | #Constraints:      74700
1315.73/1325.14	c #Conflicts:    1642000 | #Constraints:      75700
1315.73/1325.14	c #Conflicts:    1643000 | #Constraints:      76700
1315.73/1325.14	c #Conflicts:    1644000 | #Constraints:      77700
1315.73/1325.14	c #Conflicts:    1645000 | #Constraints:      78700
1315.73/1325.14	c #Conflicts:    1646000 | #Constraints:      79700
1315.73/1325.14	c #Conflicts:    1647000 | #Constraints:      80700
1315.73/1325.14	c #Conflicts:    1648000 | #Constraints:      81700
1315.73/1325.14	c #Conflicts:    1649000 | #Constraints:      82700
1315.73/1325.14	c #Conflicts:    1650000 | #Constraints:      83700
1315.73/1325.14	c #Conflicts:    1651000 | #Constraints:      84700
1315.73/1325.14	c #Conflicts:    1652000 | #Constraints:      85700
1315.73/1325.14	c #Conflicts:    1653000 | #Constraints:      86700
1359.56/1369.19	c #Conflicts:    1654000 | #Constraints:      87700
1359.56/1369.19	c #Conflicts:    1655000 | #Constraints:      88700
1359.56/1369.19	c #Conflicts:    1656000 | #Constraints:      89700
1359.56/1369.19	c #Conflicts:    1657000 | #Constraints:      90700
1359.56/1369.19	c #Conflicts:    1658000 | #Constraints:      91700
1359.56/1369.19	c #Conflicts:    1659000 | #Constraints:      92700
1359.56/1369.19	c #Conflicts:    1660000 | #Constraints:      93700
1359.56/1369.19	c #Conflicts:    1661000 | #Constraints:      94700
1359.56/1369.19	c #Conflicts:    1662000 | #Constraints:      95700
1359.56/1369.19	c #Conflicts:    1663000 | #Constraints:      96700
1359.56/1369.19	c #Conflicts:    1664000 | #Constraints:      97700
1359.56/1369.19	c #Conflicts:    1665000 | #Constraints:      98700
1359.56/1369.19	c #Conflicts:    1666000 | #Constraints:      99700
1359.56/1369.19	c #Conflicts:    1667000 | #Constraints:     100700
1359.56/1369.19	c #Conflicts:    1668000 | #Constraints:     101700
1359.56/1369.19	c #Conflicts:    1669000 | #Constraints:     102700
1359.56/1369.19	c INPROCESSING
1359.56/1369.19	c GARBAGE COLLECT
1359.56/1369.19	c #Conflicts:    1670000 | #Constraints:      70401
1359.56/1369.19	c #Conflicts:    1671000 | #Constraints:      71401
1359.56/1369.19	c #Conflicts:    1672000 | #Constraints:      72401
1359.56/1369.19	c #Conflicts:    1673000 | #Constraints:      73401
1359.56/1369.19	c #Conflicts:    1674000 | #Constraints:      74401
1359.56/1369.19	c #Conflicts:    1675000 | #Constraints:      75401
1359.56/1369.19	c #Conflicts:    1676000 | #Constraints:      76401
1359.56/1369.19	c #Conflicts:    1677000 | #Constraints:      77401
1359.56/1369.19	c #Conflicts:    1678000 | #Constraints:      78401
1359.56/1369.19	c #Conflicts:    1679000 | #Constraints:      79401
1359.56/1369.19	c #Conflicts:    1680000 | #Constraints:      80401
1359.56/1369.19	c #Conflicts:    1681000 | #Constraints:      81401
1359.56/1369.19	c #Conflicts:    1682000 | #Constraints:      82402
1359.56/1369.19	c #Conflicts:    1683000 | #Constraints:      83402
1359.56/1369.19	c #Conflicts:    1684000 | #Constraints:      84402
1359.56/1369.19	c #Conflicts:    1685000 | #Constraints:      85402
1359.56/1369.19	c #Conflicts:    1686000 | #Constraints:      86402
1359.56/1369.19	c #Conflicts:    1687000 | #Constraints:      87402
1359.56/1369.19	c #Conflicts:    1688000 | #Constraints:      88402
1359.56/1369.19	c #Conflicts:    1689000 | #Constraints:      89402
1359.56/1369.19	c #Conflicts:    1690000 | #Constraints:      90402
1359.56/1369.19	c #Conflicts:    1691000 | #Constraints:      91402
1359.56/1369.19	c #Conflicts:    1692000 | #Constraints:      92402
1359.56/1369.19	c #Conflicts:    1693000 | #Constraints:      93402
1359.56/1369.19	c #Conflicts:    1694000 | #Constraints:      94402
1359.56/1369.19	c #Conflicts:    1695000 | #Constraints:      95402
1359.56/1369.19	c #Conflicts:    1696000 | #Constraints:      96402
1359.56/1369.19	c #Conflicts:    1697000 | #Constraints:      97402
1359.56/1369.19	c #Conflicts:    1698000 | #Constraints:      98402
1359.56/1369.19	c #Conflicts:    1699000 | #Constraints:      99402
1359.56/1369.19	c #Conflicts:    1700000 | #Constraints:     100402
1359.56/1369.19	c #Conflicts:    1701000 | #Constraints:     101402
1359.56/1369.19	c #Conflicts:    1702000 | #Constraints:     102402
1359.56/1369.19	c #Conflicts:    1703000 | #Constraints:     103402
1359.56/1369.19	c #Conflicts:    1704000 | #Constraints:     104402
1359.56/1369.19	c #Conflicts:    1705000 | #Constraints:     105402
1359.56/1369.19	c #Conflicts:    1706000 | #Constraints:     106402
1359.56/1369.19	c #Conflicts:    1707000 | #Constraints:     107402
1359.56/1369.19	c #Conflicts:    1708000 | #Constraints:     108402
1359.56/1369.19	c #Conflicts:    1709000 | #Constraints:     109402
1359.56/1369.19	c #Conflicts:    1710000 | #Constraints:     110402
1359.56/1369.19	c #Conflicts:    1711000 | #Constraints:     111402
1359.56/1369.19	c #Conflicts:    1712000 | #Constraints:     112402
1359.56/1369.19	c #Conflicts:    1713000 | #Constraints:     113403
1359.56/1369.19	c #Conflicts:    1714000 | #Constraints:     114403
1359.56/1369.19	c #Conflicts:    1715000 | #Constraints:     115403
1359.56/1369.19	c #Conflicts:    1716000 | #Constraints:     116403
1359.56/1369.19	c #Conflicts:    1717000 | #Constraints:     117403
1359.56/1369.19	c #Conflicts:    1718000 | #Constraints:     118403
1359.56/1369.19	c #Conflicts:    1719000 | #Constraints:     119403
1359.56/1369.19	c #Conflicts:    1720000 | #Constraints:     120403
1359.56/1369.19	c #Conflicts:    1721000 | #Constraints:     121403
1359.56/1369.19	c #Conflicts:    1722000 | #Constraints:     122403
1359.56/1369.19	c #Conflicts:    1723000 | #Constraints:     123403
1359.56/1369.19	c #Conflicts:    1724000 | #Constraints:     124403
1359.56/1369.19	c #Conflicts:    1725000 | #Constraints:     125403
1359.56/1369.19	c #Conflicts:    1726000 | #Constraints:     126403
1359.56/1369.19	c #Conflicts:    1727000 | #Constraints:     127403
1359.56/1369.19	c #Conflicts:    1728000 | #Constraints:     128403
1359.56/1369.19	c #Conflicts:    1729000 | #Constraints:     129403
1359.56/1369.19	c #Conflicts:    1730000 | #Constraints:     130403
1359.56/1369.19	c #Conflicts:    1731000 | #Constraints:     131403
1410.00/1419.71	c #Conflicts:    1732000 | #Constraints:     132403
1410.00/1419.71	c #Conflicts:    1733000 | #Constraints:     133403
1410.00/1419.71	c #Conflicts:    1734000 | #Constraints:     134403
1410.00/1419.71	c #Conflicts:    1735000 | #Constraints:     135403
1410.00/1419.71	c #Conflicts:    1736000 | #Constraints:     136403
1410.00/1419.71	c #Conflicts:    1737000 | #Constraints:     137403
1410.00/1419.71	c #Conflicts:    1738000 | #Constraints:     138403
1410.00/1419.71	c #Conflicts:    1739000 | #Constraints:     139403
1410.00/1419.71	c #Conflicts:    1740000 | #Constraints:     140403
1410.00/1419.71	c #Conflicts:    1741000 | #Constraints:     141403
1410.00/1419.71	c #Conflicts:    1742000 | #Constraints:     142403
1410.00/1419.71	c #Conflicts:    1743000 | #Constraints:     143403
1410.00/1419.71	c #Conflicts:    1744000 | #Constraints:     144403
1410.00/1419.71	c #Conflicts:    1745000 | #Constraints:     145403
1410.00/1419.71	c #Conflicts:    1746000 | #Constraints:     146403
1410.00/1419.71	c #Conflicts:    1747000 | #Constraints:     147403
1410.00/1419.71	c #Conflicts:    1748000 | #Constraints:     148403
1410.00/1419.71	c #Conflicts:    1749000 | #Constraints:     149403
1410.00/1419.71	c #Conflicts:    1750000 | #Constraints:     150403
1410.00/1419.71	c #Conflicts:    1751000 | #Constraints:     151403
1410.00/1419.71	c #Conflicts:    1752000 | #Constraints:     152403
1410.00/1419.71	c #Conflicts:    1753000 | #Constraints:     153403
1410.00/1419.71	c #Conflicts:    1754000 | #Constraints:     154403
1410.00/1419.71	c #Conflicts:    1755000 | #Constraints:     155403
1410.00/1419.71	c #Conflicts:    1756000 | #Constraints:     156403
1410.00/1419.71	c #Conflicts:    1757000 | #Constraints:     157403
1410.00/1419.71	c #Conflicts:    1758000 | #Constraints:     158403
1410.00/1419.71	c #Conflicts:    1759000 | #Constraints:     159403
1410.00/1419.71	c #Conflicts:    1760000 | #Constraints:     160403
1410.00/1419.71	c #Conflicts:    1761000 | #Constraints:     161403
1410.00/1419.71	c #Conflicts:    1762000 | #Constraints:     162403
1410.00/1419.71	c #Conflicts:    1763000 | #Constraints:     163403
1410.00/1419.71	c #Conflicts:    1764000 | #Constraints:     164403
1410.00/1419.71	c #Conflicts:    1765000 | #Constraints:     165403
1410.00/1419.71	c #Conflicts:    1766000 | #Constraints:     166403
1410.00/1419.71	c #Conflicts:    1767000 | #Constraints:     167403
1410.00/1419.71	c #Conflicts:    1768000 | #Constraints:     168403
1410.00/1419.71	c #Conflicts:    1769000 | #Constraints:     169404
1410.00/1419.71	c INPROCESSING
1410.00/1419.71	c GARBAGE COLLECT
1410.00/1419.71	c #Conflicts:    1770000 | #Constraints:     103573
1410.00/1419.71	c #Conflicts:    1771000 | #Constraints:     104573
1410.00/1419.71	c #Conflicts:    1772000 | #Constraints:     105573
1410.00/1419.71	c #Conflicts:    1773000 | #Constraints:     106573
1410.00/1419.71	c #Conflicts:    1774000 | #Constraints:     107573
1410.00/1419.71	c #Conflicts:    1775000 | #Constraints:     108573
1410.00/1419.71	c #Conflicts:    1776000 | #Constraints:     109573
1410.00/1419.71	c #Conflicts:    1777000 | #Constraints:     110573
1410.00/1419.71	c #Conflicts:    1778000 | #Constraints:     111573
1410.00/1419.71	c #Conflicts:    1779000 | #Constraints:     112573
1410.00/1419.71	c #Conflicts:    1780000 | #Constraints:     113573
1410.00/1419.71	c #Conflicts:    1781000 | #Constraints:     114573
1410.00/1419.71	c #Conflicts:    1782000 | #Constraints:     115573
1410.00/1419.71	c #Conflicts:    1783000 | #Constraints:     116573
1410.00/1419.71	c #Conflicts:    1784000 | #Constraints:     117573
1410.00/1419.71	c #Conflicts:    1785000 | #Constraints:     118573
1410.00/1419.71	c #Conflicts:    1786000 | #Constraints:     119573
1410.00/1419.71	c #Conflicts:    1787000 | #Constraints:     120573
1410.00/1419.71	c #Conflicts:    1788000 | #Constraints:     121573
1410.00/1419.71	c #Conflicts:    1789000 | #Constraints:     122573
1410.00/1419.71	c #Conflicts:    1790000 | #Constraints:     123573
1410.00/1419.71	c #Conflicts:    1791000 | #Constraints:     124573
1410.00/1419.71	c #Conflicts:    1792000 | #Constraints:     125573
1410.00/1419.71	c #Conflicts:    1793000 | #Constraints:     126573
1410.00/1419.71	c #Conflicts:    1794000 | #Constraints:     127573
1410.00/1419.71	c #Conflicts:    1795000 | #Constraints:     128573
1410.00/1419.71	c #Conflicts:    1796000 | #Constraints:     129573
1410.00/1419.71	c #Conflicts:    1797000 | #Constraints:     130573
1410.00/1419.71	c #Conflicts:    1798000 | #Constraints:     131573
1410.00/1419.71	c #Conflicts:    1799000 | #Constraints:     132573
1410.00/1419.71	c #Conflicts:    1800000 | #Constraints:     133573
1410.00/1419.71	c INPROCESSING
1410.00/1419.71	c GARBAGE COLLECT
1410.00/1419.71	c #Conflicts:    1801000 | #Constraints:      85933
1410.00/1419.71	c #Conflicts:    1802000 | #Constraints:      86933
1410.00/1419.71	c #Conflicts:    1803000 | #Constraints:      87933
1410.00/1419.71	c #Conflicts:    1804000 | #Constraints:      88933
1410.00/1419.71	c #Conflicts:    1805000 | #Constraints:      89933
1410.00/1419.71	c #Conflicts:    1806000 | #Constraints:      90933
1410.00/1419.71	c #Conflicts:    1807000 | #Constraints:      91933
1410.00/1419.71	c #Conflicts:    1808000 | #Constraints:      92933
1516.86/1526.92	c #Conflicts:    1809000 | #Constraints:      93933
1516.86/1526.92	c #Conflicts:    1810000 | #Constraints:      94933
1516.86/1526.92	c #Conflicts:    1811000 | #Constraints:      95933
1516.86/1526.92	c #Conflicts:    1812000 | #Constraints:      96933
1516.86/1526.92	c #Conflicts:    1813000 | #Constraints:      97933
1516.86/1526.92	c #Conflicts:    1814000 | #Constraints:      98933
1516.86/1526.92	c #Conflicts:    1815000 | #Constraints:      99933
1516.86/1526.92	c #Conflicts:    1816000 | #Constraints:     100933
1516.86/1526.92	c #Conflicts:    1817000 | #Constraints:     101933
1516.86/1526.92	c #Conflicts:    1818000 | #Constraints:     102933
1516.86/1526.92	c #Conflicts:    1819000 | #Constraints:     103933
1516.86/1526.92	c #Conflicts:    1820000 | #Constraints:     104933
1516.86/1526.92	c #Conflicts:    1821000 | #Constraints:     105933
1516.86/1526.92	c #Conflicts:    1822000 | #Constraints:     106933
1516.86/1526.92	c #Conflicts:    1823000 | #Constraints:     107933
1516.86/1526.92	c #Conflicts:    1824000 | #Constraints:     108933
1516.86/1526.92	c #Conflicts:    1825000 | #Constraints:     109933
1516.86/1526.92	c #Conflicts:    1826000 | #Constraints:     110933
1516.86/1526.92	c #Conflicts:    1827000 | #Constraints:     111934
1516.86/1526.92	c #Conflicts:    1828000 | #Constraints:     112934
1516.86/1526.92	c #Conflicts:    1829000 | #Constraints:     113934
1516.86/1526.92	c #Conflicts:    1830000 | #Constraints:     114934
1516.86/1526.92	c INPROCESSING
1516.86/1526.92	c GARBAGE COLLECT
1516.86/1526.92	c rational objective 5606.77
1580.78/1591.06	c #Conflicts:    1831000 | #Constraints:      76343
1580.78/1591.06	c #Conflicts:    1832000 | #Constraints:      77343
1580.78/1591.06	c #Conflicts:    1833000 | #Constraints:      78343
1580.78/1591.06	c #Conflicts:    1834000 | #Constraints:      79343
1580.78/1591.06	c #Conflicts:    1835000 | #Constraints:      80343
1580.78/1591.06	c #Conflicts:    1836000 | #Constraints:      81343
1580.78/1591.06	c #Conflicts:    1837000 | #Constraints:      82343
1580.78/1591.06	c #Conflicts:    1838000 | #Constraints:      83343
1580.78/1591.06	c #Conflicts:    1839000 | #Constraints:      84343
1580.78/1591.06	c #Conflicts:    1840000 | #Constraints:      85343
1580.78/1591.06	c #Conflicts:    1841000 | #Constraints:      86343
1580.78/1591.06	c #Conflicts:    1842000 | #Constraints:      87343
1580.78/1591.06	c #Conflicts:    1843000 | #Constraints:      88343
1580.78/1591.06	c #Conflicts:    1844000 | #Constraints:      89343
1580.78/1591.06	c #Conflicts:    1845000 | #Constraints:      90343
1580.78/1591.06	c #Conflicts:    1846000 | #Constraints:      91343
1580.78/1591.06	c #Conflicts:    1847000 | #Constraints:      92343
1580.78/1591.06	c #Conflicts:    1848000 | #Constraints:      93343
1580.78/1591.06	c #Conflicts:    1849000 | #Constraints:      94343
1580.78/1591.06	c #Conflicts:    1850000 | #Constraints:      95343
1580.78/1591.06	c #Conflicts:    1851000 | #Constraints:      96343
1580.78/1591.06	c #Conflicts:    1852000 | #Constraints:      97343
1580.78/1591.06	c #Conflicts:    1853000 | #Constraints:      98343
1580.78/1591.06	c #Conflicts:    1854000 | #Constraints:      99343
1580.78/1591.06	c #Conflicts:    1855000 | #Constraints:     100343
1580.78/1591.06	c #Conflicts:    1856000 | #Constraints:     101343
1580.78/1591.06	c #Conflicts:    1857000 | #Constraints:     102343
1580.78/1591.06	c #Conflicts:    1858000 | #Constraints:     103343
1580.78/1591.06	c #Conflicts:    1859000 | #Constraints:     104343
1580.78/1591.06	c #Conflicts:    1860000 | #Constraints:     105343
1580.78/1591.06	c #Conflicts:    1861000 | #Constraints:     106343
1580.78/1591.06	c INPROCESSING
1580.78/1591.06	c GARBAGE COLLECT
1580.78/1591.06	c #Conflicts:    1862000 | #Constraints:      72122
1580.78/1591.06	c #Conflicts:    1863000 | #Constraints:      73122
1580.78/1591.06	c #Conflicts:    1864000 | #Constraints:      74122
1580.78/1591.06	c #Conflicts:    1865000 | #Constraints:      75122
1580.78/1591.06	c #Conflicts:    1866000 | #Constraints:      76122
1580.78/1591.06	c #Conflicts:    1867000 | #Constraints:      77122
1580.78/1591.06	c #Conflicts:    1868000 | #Constraints:      78122
1580.78/1591.06	c #Conflicts:    1869000 | #Constraints:      79122
1580.78/1591.06	c #Conflicts:    1870000 | #Constraints:      80122
1580.78/1591.06	c #Conflicts:    1871000 | #Constraints:      81122
1580.78/1591.06	c #Conflicts:    1872000 | #Constraints:      82122
1580.78/1591.06	c #Conflicts:    1873000 | #Constraints:      83122
1580.78/1591.06	c #Conflicts:    1874000 | #Constraints:      84122
1580.78/1591.06	c #Conflicts:    1875000 | #Constraints:      85122
1580.78/1591.06	c #Conflicts:    1876000 | #Constraints:      86122
1580.78/1591.06	c #Conflicts:    1877000 | #Constraints:      87122
1580.78/1591.06	c #Conflicts:    1878000 | #Constraints:      88122
1580.78/1591.06	c #Conflicts:    1879000 | #Constraints:      89122
1580.78/1591.06	c #Conflicts:    1880000 | #Constraints:      90122
1580.78/1591.06	c #Conflicts:    1881000 | #Constraints:      91122
1580.78/1591.06	c #Conflicts:    1882000 | #Constraints:      92122
1580.78/1591.06	c #Conflicts:    1883000 | #Constraints:      93122
1580.78/1591.06	c #Conflicts:    1884000 | #Constraints:      94122
1580.78/1591.06	c #Conflicts:    1885000 | #Constraints:      95122
1580.78/1591.06	c #Conflicts:    1886000 | #Constraints:      96122
1580.78/1591.06	c #Conflicts:    1887000 | #Constraints:      97122
1580.78/1591.06	c #Conflicts:    1888000 | #Constraints:      98122
1580.78/1591.06	c #Conflicts:    1889000 | #Constraints:      99122
1580.78/1591.06	c #Conflicts:    1890000 | #Constraints:     100122
1580.78/1591.06	c #Conflicts:    1891000 | #Constraints:     101122
1580.78/1591.06	c #Conflicts:    1892000 | #Constraints:     102122
1580.78/1591.06	c #Conflicts:    1893000 | #Constraints:     103122
1580.78/1591.06	c #Conflicts:    1894000 | #Constraints:     104122
1580.78/1591.06	c #Conflicts:    1895000 | #Constraints:     105122
1580.78/1591.06	c #Conflicts:    1896000 | #Constraints:     106122
1580.78/1591.06	c #Conflicts:    1897000 | #Constraints:     107122
1580.78/1591.06	c #Conflicts:    1898000 | #Constraints:     108122
1580.78/1591.06	c #Conflicts:    1899000 | #Constraints:     109122
1580.78/1591.06	c #Conflicts:    1900000 | #Constraints:     110122
1580.78/1591.06	c #Conflicts:    1901000 | #Constraints:     111122
1580.78/1591.06	c #Conflicts:    1902000 | #Constraints:     112122
1580.78/1591.06	c #Conflicts:    1903000 | #Constraints:     113122
1580.78/1591.06	c #Conflicts:    1904000 | #Constraints:     114122
1580.78/1591.06	c #Conflicts:    1905000 | #Constraints:     115122
1580.78/1591.06	c #Conflicts:    1906000 | #Constraints:     116122
1580.78/1591.06	c #Conflicts:    1907000 | #Constraints:     117122
1580.78/1591.06	c #Conflicts:    1908000 | #Constraints:     118122
1580.78/1591.06	c #Conflicts:    1909000 | #Constraints:     119122
1639.29/1649.74	c #Conflicts:    1910000 | #Constraints:     120122
1639.29/1649.74	c #Conflicts:    1911000 | #Constraints:     121122
1639.29/1649.74	c #Conflicts:    1912000 | #Constraints:     122122
1639.29/1649.74	c #Conflicts:    1913000 | #Constraints:     123122
1639.29/1649.74	c #Conflicts:    1914000 | #Constraints:     124122
1639.29/1649.74	c #Conflicts:    1915000 | #Constraints:     125122
1639.29/1649.74	c #Conflicts:    1916000 | #Constraints:     126122
1639.29/1649.74	c #Conflicts:    1917000 | #Constraints:     127122
1639.29/1649.74	c #Conflicts:    1918000 | #Constraints:     128122
1639.29/1649.74	c #Conflicts:    1919000 | #Constraints:     129122
1639.29/1649.74	c #Conflicts:    1920000 | #Constraints:     130122
1639.29/1649.74	c #Conflicts:    1921000 | #Constraints:     131122
1639.29/1649.74	c #Conflicts:    1922000 | #Constraints:     132122
1639.29/1649.74	c #Conflicts:    1923000 | #Constraints:     133122
1639.29/1649.74	c #Conflicts:    1924000 | #Constraints:     134122
1639.29/1649.74	c #Conflicts:    1925000 | #Constraints:     135122
1639.29/1649.74	c #Conflicts:    1926000 | #Constraints:     136122
1639.29/1649.74	c #Conflicts:    1927000 | #Constraints:     137122
1639.29/1649.74	c #Conflicts:    1928000 | #Constraints:     138122
1639.29/1649.74	c #Conflicts:    1929000 | #Constraints:     139122
1639.29/1649.74	c #Conflicts:    1930000 | #Constraints:     140122
1639.29/1649.74	c #Conflicts:    1931000 | #Constraints:     141122
1639.29/1649.74	c #Conflicts:    1932000 | #Constraints:     142122
1639.29/1649.74	c #Conflicts:    1933000 | #Constraints:     143122
1639.29/1649.74	c #Conflicts:    1934000 | #Constraints:     144122
1639.29/1649.74	c #Conflicts:    1935000 | #Constraints:     145122
1639.29/1649.74	c #Conflicts:    1936000 | #Constraints:     146122
1639.29/1649.74	c #Conflicts:    1937000 | #Constraints:     147122
1639.29/1649.74	c #Conflicts:    1938000 | #Constraints:     148122
1639.29/1649.74	c #Conflicts:    1939000 | #Constraints:     149122
1639.29/1649.74	c #Conflicts:    1940000 | #Constraints:     150122
1639.29/1649.74	c #Conflicts:    1941000 | #Constraints:     151122
1639.29/1649.74	c #Conflicts:    1942000 | #Constraints:     152122
1639.29/1649.74	c #Conflicts:    1943000 | #Constraints:     153122
1639.29/1649.74	c #Conflicts:    1944000 | #Constraints:     154122
1639.29/1649.74	c #Conflicts:    1945000 | #Constraints:     155122
1639.29/1649.74	c #Conflicts:    1946000 | #Constraints:     156122
1639.29/1649.74	c #Conflicts:    1947000 | #Constraints:     157122
1639.29/1649.74	c #Conflicts:    1948000 | #Constraints:     158122
1639.29/1649.74	c #Conflicts:    1949000 | #Constraints:     159122
1639.29/1649.74	c #Conflicts:    1950000 | #Constraints:     160122
1639.29/1649.74	c #Conflicts:    1951000 | #Constraints:     161122
1639.29/1649.74	c #Conflicts:    1952000 | #Constraints:     162122
1639.29/1649.74	c #Conflicts:    1953000 | #Constraints:     163122
1639.29/1649.74	c #Conflicts:    1954000 | #Constraints:     164122
1639.29/1649.74	c #Conflicts:    1955000 | #Constraints:     165122
1639.29/1649.74	c #Conflicts:    1956000 | #Constraints:     166122
1639.29/1649.74	c #Conflicts:    1957000 | #Constraints:     167122
1639.29/1649.74	c #Conflicts:    1958000 | #Constraints:     168122
1639.29/1649.74	c #Conflicts:    1959000 | #Constraints:     169123
1639.29/1649.74	c #Conflicts:    1960000 | #Constraints:     170123
1639.29/1649.74	c #Conflicts:    1961000 | #Constraints:     171123
1639.29/1649.74	c #Conflicts:    1962000 | #Constraints:     172123
1639.29/1649.74	c #Conflicts:    1963000 | #Constraints:     173123
1639.29/1649.74	c #Conflicts:    1964000 | #Constraints:     174123
1639.29/1649.74	c #Conflicts:    1965000 | #Constraints:     175123
1639.29/1649.74	c #Conflicts:    1966000 | #Constraints:     176123
1639.29/1649.74	c #Conflicts:    1967000 | #Constraints:     177123
1639.29/1649.74	c INPROCESSING
1639.29/1649.74	c GARBAGE COLLECT
1639.29/1649.74	c #Conflicts:    1968000 | #Constraints:     107717
1639.29/1649.74	c #Conflicts:    1969000 | #Constraints:     108717
1639.29/1649.74	c #Conflicts:    1970000 | #Constraints:     109717
1639.29/1649.74	c #Conflicts:    1971000 | #Constraints:     110717
1639.29/1649.74	c #Conflicts:    1972000 | #Constraints:     111717
1639.29/1649.74	c #Conflicts:    1973000 | #Constraints:     112717
1639.29/1649.74	c #Conflicts:    1974000 | #Constraints:     113717
1639.29/1649.74	c #Conflicts:    1975000 | #Constraints:     114717
1639.29/1649.74	c #Conflicts:    1976000 | #Constraints:     115717
1639.29/1649.74	c #Conflicts:    1977000 | #Constraints:     116717
1639.29/1649.74	c #Conflicts:    1978000 | #Constraints:     117717
1639.29/1649.74	c #Conflicts:    1979000 | #Constraints:     118717
1639.29/1649.74	c #Conflicts:    1980000 | #Constraints:     119717
1639.29/1649.74	c #Conflicts:    1981000 | #Constraints:     120717
1639.29/1649.74	c #Conflicts:    1982000 | #Constraints:     121717
1639.29/1649.74	c #Conflicts:    1983000 | #Constraints:     122717
1639.29/1649.74	c #Conflicts:    1984000 | #Constraints:     123717
1639.29/1649.74	c #Conflicts:    1985000 | #Constraints:     124717
1639.29/1649.74	c #Conflicts:    1986000 | #Constraints:     125717
1639.29/1649.74	c #Conflicts:    1987000 | #Constraints:     126717
1677.36/1687.98	c #Conflicts:    1988000 | #Constraints:     127717
1677.36/1687.98	c #Conflicts:    1989000 | #Constraints:     128717
1677.36/1687.98	c #Conflicts:    1990000 | #Constraints:     129717
1677.36/1687.98	c #Conflicts:    1991000 | #Constraints:     130717
1677.36/1687.98	c #Conflicts:    1992000 | #Constraints:     131717
1677.36/1687.98	c #Conflicts:    1993000 | #Constraints:     132717
1677.36/1687.98	c #Conflicts:    1994000 | #Constraints:     133717
1677.36/1687.98	c #Conflicts:    1995000 | #Constraints:     134717
1677.36/1687.98	c #Conflicts:    1996000 | #Constraints:     135717
1677.36/1687.98	c #Conflicts:    1997000 | #Constraints:     136717
1677.36/1687.98	c #Conflicts:    1998000 | #Constraints:     137717
1677.36/1687.98	c #Conflicts:    1999000 | #Constraints:     138717
1677.36/1687.98	c INPROCESSING
1677.36/1687.98	c GARBAGE COLLECT
1677.36/1687.98	c #Conflicts:    2000000 | #Constraints:      88442
1677.36/1687.98	c #Conflicts:    2001000 | #Constraints:      89442
1677.36/1687.98	c #Conflicts:    2002000 | #Constraints:      90442
1677.36/1687.98	c #Conflicts:    2003000 | #Constraints:      91442
1677.36/1687.98	c #Conflicts:    2004000 | #Constraints:      92442
1677.36/1687.98	c #Conflicts:    2005000 | #Constraints:      93442
1677.36/1687.98	c #Conflicts:    2006000 | #Constraints:      94442
1677.36/1687.98	c #Conflicts:    2007000 | #Constraints:      95442
1677.36/1687.98	c #Conflicts:    2008000 | #Constraints:      96442
1677.36/1687.98	c #Conflicts:    2009000 | #Constraints:      97442
1677.36/1687.98	c #Conflicts:    2010000 | #Constraints:      98442
1677.36/1687.98	c #Conflicts:    2011000 | #Constraints:      99442
1677.36/1687.98	c #Conflicts:    2012000 | #Constraints:     100442
1677.36/1687.98	c #Conflicts:    2013000 | #Constraints:     101442
1677.36/1687.98	c #Conflicts:    2014000 | #Constraints:     102442
1677.36/1687.98	c #Conflicts:    2015000 | #Constraints:     103442
1677.36/1687.98	c #Conflicts:    2016000 | #Constraints:     104442
1677.36/1687.98	c #Conflicts:    2017000 | #Constraints:     105442
1677.36/1687.98	c #Conflicts:    2018000 | #Constraints:     106442
1677.36/1687.98	c #Conflicts:    2019000 | #Constraints:     107442
1677.36/1687.98	c #Conflicts:    2020000 | #Constraints:     108442
1677.36/1687.98	c #Conflicts:    2021000 | #Constraints:     109442
1677.36/1687.98	c #Conflicts:    2022000 | #Constraints:     110442
1677.36/1687.98	c #Conflicts:    2023000 | #Constraints:     111442
1677.36/1687.98	c #Conflicts:    2024000 | #Constraints:     112442
1677.36/1687.98	c #Conflicts:    2025000 | #Constraints:     113442
1677.36/1687.98	c #Conflicts:    2026000 | #Constraints:     114442
1677.36/1687.98	c #Conflicts:    2027000 | #Constraints:     115442
1677.36/1687.98	c #Conflicts:    2028000 | #Constraints:     116442
1677.36/1687.98	c #Conflicts:    2029000 | #Constraints:     117442
1677.36/1687.98	c #Conflicts:    2030000 | #Constraints:     118442
1677.36/1687.98	c #Conflicts:    2031000 | #Constraints:     119442
1677.36/1687.98	c INPROCESSING
1677.36/1687.98	c GARBAGE COLLECT
1677.36/1687.98	c #Conflicts:    2032000 | #Constraints:      78655
1677.36/1687.98	c #Conflicts:    2033000 | #Constraints:      79655
1677.36/1687.98	c #Conflicts:    2034000 | #Constraints:      80655
1677.36/1687.98	c #Conflicts:    2035000 | #Constraints:      81655
1677.36/1687.98	c #Conflicts:    2036000 | #Constraints:      82655
1677.36/1687.98	c #Conflicts:    2037000 | #Constraints:      83655
1677.36/1687.98	c #Conflicts:    2038000 | #Constraints:      84655
1677.36/1687.98	c #Conflicts:    2039000 | #Constraints:      85655
1677.36/1687.98	c #Conflicts:    2040000 | #Constraints:      86655
1677.36/1687.98	c #Conflicts:    2041000 | #Constraints:      87655
1677.36/1687.98	c #Conflicts:    2042000 | #Constraints:      88655
1677.36/1687.98	c #Conflicts:    2043000 | #Constraints:      89655
1677.36/1687.98	c #Conflicts:    2044000 | #Constraints:      90655
1677.36/1687.98	c #Conflicts:    2045000 | #Constraints:      91655
1677.36/1687.98	c #Conflicts:    2046000 | #Constraints:      92655
1677.36/1687.98	c #Conflicts:    2047000 | #Constraints:      93655
1677.36/1687.98	c #Conflicts:    2048000 | #Constraints:      94655
1677.36/1687.98	c #Conflicts:    2049000 | #Constraints:      95655
1677.36/1687.98	c #Conflicts:    2050000 | #Constraints:      96655
1677.36/1687.98	c #Conflicts:    2051000 | #Constraints:      97655
1677.36/1687.98	c #Conflicts:    2052000 | #Constraints:      98655
1677.36/1687.98	c #Conflicts:    2053000 | #Constraints:      99655
1677.36/1687.98	c #Conflicts:    2054000 | #Constraints:     100655
1677.36/1687.98	c #Conflicts:    2055000 | #Constraints:     101655
1677.36/1687.98	c #Conflicts:    2056000 | #Constraints:     102655
1677.36/1687.98	c #Conflicts:    2057000 | #Constraints:     103655
1677.36/1687.98	c #Conflicts:    2058000 | #Constraints:     104655
1677.36/1687.98	c #Conflicts:    2059000 | #Constraints:     105655
1677.36/1687.98	c #Conflicts:    2060000 | #Constraints:     106655
1677.36/1687.98	c #Conflicts:    2061000 | #Constraints:     107655
1677.36/1687.98	c #Conflicts:    2062000 | #Constraints:     108655
1677.36/1687.98	c #Conflicts:    2063000 | #Constraints:     109655
1677.36/1687.98	c #Conflicts:    2064000 | #Constraints:     110655
1748.71/1759.59	c INPROCESSING
1748.71/1759.59	c GARBAGE COLLECT
1748.71/1759.59	c #Conflicts:    2065000 | #Constraints:      74537
1748.71/1759.59	c #Conflicts:    2066000 | #Constraints:      75537
1748.71/1759.59	c #Conflicts:    2067000 | #Constraints:      76537
1748.71/1759.59	c #Conflicts:    2068000 | #Constraints:      77537
1748.71/1759.59	c #Conflicts:    2069000 | #Constraints:      78537
1748.71/1759.59	c #Conflicts:    2070000 | #Constraints:      79537
1748.71/1759.59	c #Conflicts:    2071000 | #Constraints:      80537
1748.71/1759.59	c #Conflicts:    2072000 | #Constraints:      81537
1748.71/1759.59	c #Conflicts:    2073000 | #Constraints:      82537
1748.71/1759.59	c #Conflicts:    2074000 | #Constraints:      83537
1748.71/1759.59	c #Conflicts:    2075000 | #Constraints:      84537
1748.71/1759.59	c #Conflicts:    2076000 | #Constraints:      85537
1748.71/1759.59	c #Conflicts:    2077000 | #Constraints:      86537
1748.71/1759.59	c #Conflicts:    2078000 | #Constraints:      87538
1748.71/1759.59	c #Conflicts:    2079000 | #Constraints:      88538
1748.71/1759.59	c #Conflicts:    2080000 | #Constraints:      89538
1748.71/1759.59	c #Conflicts:    2081000 | #Constraints:      90538
1748.71/1759.59	c #Conflicts:    2082000 | #Constraints:      91538
1748.71/1759.59	c #Conflicts:    2083000 | #Constraints:      92538
1748.71/1759.59	c #Conflicts:    2084000 | #Constraints:      93538
1748.71/1759.59	c #Conflicts:    2085000 | #Constraints:      94538
1748.71/1759.59	c #Conflicts:    2086000 | #Constraints:      95538
1748.71/1759.59	c #Conflicts:    2087000 | #Constraints:      96538
1748.71/1759.59	c #Conflicts:    2088000 | #Constraints:      97538
1748.71/1759.59	c #Conflicts:    2089000 | #Constraints:      98538
1748.71/1759.59	c #Conflicts:    2090000 | #Constraints:      99538
1748.71/1759.59	c #Conflicts:    2091000 | #Constraints:     100538
1748.71/1759.59	c #Conflicts:    2092000 | #Constraints:     101538
1748.71/1759.59	c #Conflicts:    2093000 | #Constraints:     102538
1748.71/1759.59	c #Conflicts:    2094000 | #Constraints:     103538
1748.71/1759.59	c #Conflicts:    2095000 | #Constraints:     104538
1748.71/1759.59	c #Conflicts:    2096000 | #Constraints:     105538
1748.71/1759.59	c #Conflicts:    2097000 | #Constraints:     106538
1748.71/1759.59	c #Conflicts:    2098000 | #Constraints:     107538
1748.71/1759.59	c #Conflicts:    2099000 | #Constraints:     108538
1748.71/1759.59	c #Conflicts:    2100000 | #Constraints:     109538
1748.71/1759.59	c #Conflicts:    2101000 | #Constraints:     110538
1748.71/1759.59	c #Conflicts:    2102000 | #Constraints:     111538
1748.71/1759.59	c #Conflicts:    2103000 | #Constraints:     112538
1748.71/1759.59	c #Conflicts:    2104000 | #Constraints:     113538
1748.71/1759.59	c #Conflicts:    2105000 | #Constraints:     114538
1748.71/1759.59	c #Conflicts:    2106000 | #Constraints:     115538
1748.71/1759.59	c #Conflicts:    2107000 | #Constraints:     116538
1748.71/1759.59	c #Conflicts:    2108000 | #Constraints:     117538
1748.71/1759.59	c #Conflicts:    2109000 | #Constraints:     118538
1748.71/1759.59	c #Conflicts:    2110000 | #Constraints:     119538
1748.71/1759.59	c #Conflicts:    2111000 | #Constraints:     120538
1748.71/1759.59	c #Conflicts:    2112000 | #Constraints:     121538
1748.71/1759.59	c #Conflicts:    2113000 | #Constraints:     122538
1748.71/1759.59	c #Conflicts:    2114000 | #Constraints:     123538
1748.71/1759.59	c #Conflicts:    2115000 | #Constraints:     124538
1748.71/1759.59	c #Conflicts:    2116000 | #Constraints:     125538
1748.71/1759.59	c #Conflicts:    2117000 | #Constraints:     126538
1748.71/1759.59	c #Conflicts:    2118000 | #Constraints:     127538
1748.71/1759.59	c #Conflicts:    2119000 | #Constraints:     128538
1748.71/1759.59	c #Conflicts:    2120000 | #Constraints:     129538
1748.71/1759.59	c #Conflicts:    2121000 | #Constraints:     130538
1748.71/1759.59	c #Conflicts:    2122000 | #Constraints:     131538
1748.71/1759.59	c #Conflicts:    2123000 | #Constraints:     132538
1748.71/1759.59	c #Conflicts:    2124000 | #Constraints:     133538
1748.71/1759.59	c #Conflicts:    2125000 | #Constraints:     134538
1748.71/1759.59	c #Conflicts:    2126000 | #Constraints:     135538
1748.71/1759.59	c #Conflicts:    2127000 | #Constraints:     136538
1748.71/1759.59	c #Conflicts:    2128000 | #Constraints:     137538
1748.71/1759.59	c #Conflicts:    2129000 | #Constraints:     138538
1748.71/1759.59	c #Conflicts:    2130000 | #Constraints:     139538
1748.71/1759.59	c #Conflicts:    2131000 | #Constraints:     140538
1748.71/1759.59	c #Conflicts:    2132000 | #Constraints:     141538
1748.71/1759.59	c #Conflicts:    2133000 | #Constraints:     142538
1748.71/1759.59	c #Conflicts:    2134000 | #Constraints:     143538
1748.71/1759.59	c #Conflicts:    2135000 | #Constraints:     144538
1748.71/1759.59	c #Conflicts:    2136000 | #Constraints:     145538
1748.71/1759.59	c #Conflicts:    2137000 | #Constraints:     146538
1748.71/1759.59	c #Conflicts:    2138000 | #Constraints:     147538
1748.71/1759.59	c #Conflicts:    2139000 | #Constraints:     148538
1748.71/1759.59	c #Conflicts:    2140000 | #Constraints:     149538
1748.71/1759.59	c #Conflicts:    2141000 | #Constraints:     150538
1748.71/1759.59	c #Conflicts:    2142000 | #Constraints:     151538
1809.83/1820.85	c #Conflicts:    2143000 | #Constraints:     152538
1809.83/1820.85	c #Conflicts:    2144000 | #Constraints:     153538
1809.83/1820.85	c #Conflicts:    2145000 | #Constraints:     154538
1809.83/1820.85	c #Conflicts:    2146000 | #Constraints:     155538
1809.83/1820.85	c #Conflicts:    2147000 | #Constraints:     156538
1809.83/1820.85	c #Conflicts:    2148000 | #Constraints:     157538
1809.83/1820.85	c #Conflicts:    2149000 | #Constraints:     158538
1809.83/1820.85	c #Conflicts:    2150000 | #Constraints:     159538
1809.83/1820.85	c #Conflicts:    2151000 | #Constraints:     160538
1809.83/1820.85	c #Conflicts:    2152000 | #Constraints:     161538
1809.83/1820.85	c #Conflicts:    2153000 | #Constraints:     162538
1809.83/1820.85	c #Conflicts:    2154000 | #Constraints:     163538
1809.83/1820.85	c #Conflicts:    2155000 | #Constraints:     164538
1809.83/1820.85	c #Conflicts:    2156000 | #Constraints:     165538
1809.83/1820.85	c #Conflicts:    2157000 | #Constraints:     166538
1809.83/1820.85	c #Conflicts:    2158000 | #Constraints:     167538
1809.83/1820.85	c #Conflicts:    2159000 | #Constraints:     168538
1809.83/1820.85	c #Conflicts:    2160000 | #Constraints:     169538
1809.83/1820.85	c #Conflicts:    2161000 | #Constraints:     170538
1809.83/1820.85	c #Conflicts:    2162000 | #Constraints:     171538
1809.83/1820.85	c #Conflicts:    2163000 | #Constraints:     172538
1809.83/1820.85	c #Conflicts:    2164000 | #Constraints:     173538
1809.83/1820.85	c #Conflicts:    2165000 | #Constraints:     174538
1809.83/1820.85	c #Conflicts:    2166000 | #Constraints:     175538
1809.83/1820.85	c #Conflicts:    2167000 | #Constraints:     176538
1809.83/1820.85	c #Conflicts:    2168000 | #Constraints:     177538
1809.83/1820.85	c #Conflicts:    2169000 | #Constraints:     178538
1809.83/1820.85	c #Conflicts:    2170000 | #Constraints:     179538
1809.83/1820.85	c #Conflicts:    2171000 | #Constraints:     180538
1809.83/1820.85	c #Conflicts:    2172000 | #Constraints:     181538
1809.83/1820.85	c #Conflicts:    2173000 | #Constraints:     182538
1809.83/1820.85	c #Conflicts:    2174000 | #Constraints:     183538
1809.83/1820.85	c #Conflicts:    2175000 | #Constraints:     184538
1809.83/1820.85	c INPROCESSING
1809.83/1820.85	c GARBAGE COLLECT
1809.83/1820.85	c #Conflicts:    2176000 | #Constraints:     111463
1809.83/1820.85	c #Conflicts:    2177000 | #Constraints:     112463
1809.83/1820.85	c #Conflicts:    2178000 | #Constraints:     113463
1809.83/1820.85	c #Conflicts:    2179000 | #Constraints:     114463
1809.83/1820.85	c #Conflicts:    2180000 | #Constraints:     115463
1809.83/1820.85	c #Conflicts:    2181000 | #Constraints:     116463
1809.83/1820.85	c #Conflicts:    2182000 | #Constraints:     117463
1809.83/1820.85	c #Conflicts:    2183000 | #Constraints:     118463
1809.83/1820.85	c #Conflicts:    2184000 | #Constraints:     119463
1809.83/1820.85	c #Conflicts:    2185000 | #Constraints:     120463
1809.83/1820.85	c #Conflicts:    2186000 | #Constraints:     121463
1809.83/1820.85	c #Conflicts:    2187000 | #Constraints:     122463
1809.83/1820.85	c #Conflicts:    2188000 | #Constraints:     123463
1809.83/1820.85	c #Conflicts:    2189000 | #Constraints:     124463
1809.83/1820.85	c #Conflicts:    2190000 | #Constraints:     125463
1809.83/1820.85	c #Conflicts:    2191000 | #Constraints:     126463
1809.83/1820.85	c #Conflicts:    2192000 | #Constraints:     127463
1809.83/1820.85	c #Conflicts:    2193000 | #Constraints:     128463
1809.83/1820.85	c #Conflicts:    2194000 | #Constraints:     129463
1809.83/1820.85	c #Conflicts:    2195000 | #Constraints:     130463
1809.83/1820.85	c #Conflicts:    2196000 | #Constraints:     131463
1809.83/1820.85	c #Conflicts:    2197000 | #Constraints:     132463
1809.83/1820.85	c #Conflicts:    2198000 | #Constraints:     133463
1809.83/1820.85	c #Conflicts:    2199000 | #Constraints:     134463
1809.83/1820.85	c #Conflicts:    2200000 | #Constraints:     135463
1809.83/1820.85	c #Conflicts:    2201000 | #Constraints:     136463
1809.83/1820.85	c #Conflicts:    2202000 | #Constraints:     137463
1809.83/1820.85	c #Conflicts:    2203000 | #Constraints:     138463
1809.83/1820.85	c #Conflicts:    2204000 | #Constraints:     139463
1809.83/1820.85	c #Conflicts:    2205000 | #Constraints:     140463
1809.83/1820.85	c #Conflicts:    2206000 | #Constraints:     141463
1809.83/1820.85	c #Conflicts:    2207000 | #Constraints:     142463
1809.83/1820.85	c #Conflicts:    2208000 | #Constraints:     143463
1809.83/1820.85	c INPROCESSING
1809.83/1820.85	c GARBAGE COLLECT
1809.83/1820.85	c #Conflicts:    2209000 | #Constraints:      90558
1809.83/1820.85	c #Conflicts:    2210000 | #Constraints:      91558
1809.83/1820.85	c #Conflicts:    2211000 | #Constraints:      92558
1809.83/1820.85	c #Conflicts:    2212000 | #Constraints:      93558
1809.83/1820.85	c #Conflicts:    2213000 | #Constraints:      94558
1809.83/1820.85	c #Conflicts:    2214000 | #Constraints:      95558
1809.83/1820.85	c #Conflicts:    2215000 | #Constraints:      96558
1809.83/1820.85	c #Conflicts:    2216000 | #Constraints:      97558
1809.83/1820.85	c #Conflicts:    2217000 | #Constraints:      98558
1809.83/1820.85	c #Conflicts:    2218000 | #Constraints:      99558
1809.83/1820.85	c #Conflicts:    2219000 | #Constraints:     100558
1809.83/1820.85	c #Conflicts:    2220000 | #Constraints:     101558
1883.42/1894.65	c #Conflicts:    2221000 | #Constraints:     102558
1883.42/1894.65	c #Conflicts:    2222000 | #Constraints:     103558
1883.42/1894.65	c #Conflicts:    2223000 | #Constraints:     104558
1883.42/1894.65	c #Conflicts:    2224000 | #Constraints:     105558
1883.42/1894.65	c #Conflicts:    2225000 | #Constraints:     106558
1883.42/1894.65	c #Conflicts:    2226000 | #Constraints:     107558
1883.42/1894.65	c #Conflicts:    2227000 | #Constraints:     108558
1883.42/1894.65	c #Conflicts:    2228000 | #Constraints:     109558
1883.42/1894.65	c #Conflicts:    2229000 | #Constraints:     110558
1883.42/1894.65	c #Conflicts:    2230000 | #Constraints:     111558
1883.42/1894.65	c #Conflicts:    2231000 | #Constraints:     112558
1883.42/1894.65	c #Conflicts:    2232000 | #Constraints:     113558
1883.42/1894.65	c #Conflicts:    2233000 | #Constraints:     114558
1883.42/1894.65	c #Conflicts:    2234000 | #Constraints:     115558
1883.42/1894.65	c #Conflicts:    2235000 | #Constraints:     116558
1883.42/1894.65	c #Conflicts:    2236000 | #Constraints:     117558
1883.42/1894.65	c #Conflicts:    2237000 | #Constraints:     118558
1883.42/1894.65	c #Conflicts:    2238000 | #Constraints:     119558
1883.42/1894.65	c #Conflicts:    2239000 | #Constraints:     120558
1883.42/1894.65	c #Conflicts:    2240000 | #Constraints:     121558
1883.42/1894.65	c #Conflicts:    2241000 | #Constraints:     122558
1883.42/1894.65	c #Conflicts:    2242000 | #Constraints:     123558
1883.42/1894.65	c INPROCESSING
1883.42/1894.65	c GARBAGE COLLECT
1883.42/1894.65	c #Conflicts:    2243000 | #Constraints:      80603
1883.42/1894.65	c #Conflicts:    2244000 | #Constraints:      81603
1883.42/1894.65	c #Conflicts:    2245000 | #Constraints:      82603
1883.42/1894.65	c #Conflicts:    2246000 | #Constraints:      83603
1883.42/1894.65	c #Conflicts:    2247000 | #Constraints:      84603
1883.42/1894.65	c #Conflicts:    2248000 | #Constraints:      85603
1883.42/1894.65	c #Conflicts:    2249000 | #Constraints:      86603
1883.42/1894.65	c #Conflicts:    2250000 | #Constraints:      87603
1883.42/1894.65	c #Conflicts:    2251000 | #Constraints:      88603
1883.42/1894.65	c #Conflicts:    2252000 | #Constraints:      89603
1883.42/1894.65	c #Conflicts:    2253000 | #Constraints:      90603
1883.42/1894.65	c #Conflicts:    2254000 | #Constraints:      91603
1883.42/1894.65	c #Conflicts:    2255000 | #Constraints:      92603
1883.42/1894.65	c #Conflicts:    2256000 | #Constraints:      93603
1883.42/1894.65	c #Conflicts:    2257000 | #Constraints:      94603
1883.42/1894.65	c #Conflicts:    2258000 | #Constraints:      95603
1883.42/1894.65	c #Conflicts:    2259000 | #Constraints:      96603
1883.42/1894.65	c #Conflicts:    2260000 | #Constraints:      97603
1883.42/1894.65	c #Conflicts:    2261000 | #Constraints:      98603
1883.42/1894.65	c #Conflicts:    2262000 | #Constraints:      99603
1883.42/1894.65	c #Conflicts:    2263000 | #Constraints:     100603
1883.42/1894.65	c #Conflicts:    2264000 | #Constraints:     101603
1883.42/1894.65	c #Conflicts:    2265000 | #Constraints:     102603
1883.42/1894.65	c #Conflicts:    2266000 | #Constraints:     103603
1883.42/1894.65	c #Conflicts:    2267000 | #Constraints:     104603
1883.42/1894.65	c #Conflicts:    2268000 | #Constraints:     105603
1883.42/1894.65	c #Conflicts:    2269000 | #Constraints:     106603
1883.42/1894.65	c #Conflicts:    2270000 | #Constraints:     107603
1883.42/1894.65	c #Conflicts:    2271000 | #Constraints:     108603
1883.42/1894.65	c #Conflicts:    2272000 | #Constraints:     109603
1883.42/1894.65	c #Conflicts:    2273000 | #Constraints:     110603
1883.42/1894.65	c #Conflicts:    2274000 | #Constraints:     111603
1883.42/1894.65	c #Conflicts:    2275000 | #Constraints:     112603
1883.42/1894.65	c #Conflicts:    2276000 | #Constraints:     113603
1883.42/1894.65	c #Conflicts:    2277000 | #Constraints:     114603
1883.42/1894.65	c INPROCESSING
1883.42/1894.65	c GARBAGE COLLECT
1883.42/1894.65	c #Conflicts:    2278000 | #Constraints:      76477
1883.42/1894.65	c #Conflicts:    2279000 | #Constraints:      77477
1883.42/1894.65	c #Conflicts:    2280000 | #Constraints:      78477
1883.42/1894.65	c #Conflicts:    2281000 | #Constraints:      79477
1883.42/1894.65	c #Conflicts:    2282000 | #Constraints:      80477
1883.42/1894.65	c #Conflicts:    2283000 | #Constraints:      81477
1883.42/1894.65	c #Conflicts:    2284000 | #Constraints:      82477
1883.42/1894.65	c #Conflicts:    2285000 | #Constraints:      83477
1883.42/1894.65	c #Conflicts:    2286000 | #Constraints:      84477
1883.42/1894.65	c #Conflicts:    2287000 | #Constraints:      85477
1883.42/1894.65	c #Conflicts:    2288000 | #Constraints:      86477
1883.42/1894.65	c #Conflicts:    2289000 | #Constraints:      87477
1883.42/1894.65	c #Conflicts:    2290000 | #Constraints:      88477
1883.42/1894.65	c #Conflicts:    2291000 | #Constraints:      89477
1883.42/1894.65	c #Conflicts:    2292000 | #Constraints:      90477
1883.42/1894.65	c #Conflicts:    2293000 | #Constraints:      91477
1883.42/1894.65	c #Conflicts:    2294000 | #Constraints:      92477
1883.42/1894.65	c #Conflicts:    2295000 | #Constraints:      93477
1883.42/1894.65	c #Conflicts:    2296000 | #Constraints:      94477
1883.42/1894.65	c #Conflicts:    2297000 | #Constraints:      95477
1977.23/1988.74	c #Conflicts:    2298000 | #Constraints:      96477
1977.23/1988.74	c #Conflicts:    2299000 | #Constraints:      97477
1977.23/1988.74	c #Conflicts:    2300000 | #Constraints:      98477
1977.23/1988.74	c #Conflicts:    2301000 | #Constraints:      99477
1977.23/1988.74	c #Conflicts:    2302000 | #Constraints:     100477
1977.23/1988.74	c #Conflicts:    2303000 | #Constraints:     101477
1977.23/1988.74	c #Conflicts:    2304000 | #Constraints:     102477
1977.23/1988.74	c #Conflicts:    2305000 | #Constraints:     103477
1977.23/1988.74	c #Conflicts:    2306000 | #Constraints:     104477
1977.23/1988.74	c #Conflicts:    2307000 | #Constraints:     105477
1977.23/1988.74	c #Conflicts:    2308000 | #Constraints:     106477
1977.23/1988.74	c #Conflicts:    2309000 | #Constraints:     107477
1977.23/1988.74	c #Conflicts:    2310000 | #Constraints:     108477
1977.23/1988.74	c #Conflicts:    2311000 | #Constraints:     109477
1977.23/1988.74	c #Conflicts:    2312000 | #Constraints:     110477
1977.23/1988.74	c #Conflicts:    2313000 | #Constraints:     111477
1977.23/1988.74	c #Conflicts:    2314000 | #Constraints:     112477
1977.23/1988.74	c #Conflicts:    2315000 | #Constraints:     113477
1977.23/1988.74	c #Conflicts:    2316000 | #Constraints:     114477
1977.23/1988.74	c #Conflicts:    2317000 | #Constraints:     115477
1977.23/1988.74	c #Conflicts:    2318000 | #Constraints:     116477
1977.23/1988.74	c #Conflicts:    2319000 | #Constraints:     117477
1977.23/1988.74	c #Conflicts:    2320000 | #Constraints:     118477
1977.23/1988.74	c #Conflicts:    2321000 | #Constraints:     119477
1977.23/1988.74	c #Conflicts:    2322000 | #Constraints:     120477
1977.23/1988.74	c #Conflicts:    2323000 | #Constraints:     121477
1977.23/1988.74	c #Conflicts:    2324000 | #Constraints:     122477
1977.23/1988.74	c #Conflicts:    2325000 | #Constraints:     123477
1977.23/1988.74	c #Conflicts:    2326000 | #Constraints:     124477
1977.23/1988.74	c #Conflicts:    2327000 | #Constraints:     125477
1977.23/1988.74	c #Conflicts:    2328000 | #Constraints:     126477
1977.23/1988.74	c #Conflicts:    2329000 | #Constraints:     127477
1977.23/1988.74	c #Conflicts:    2330000 | #Constraints:     128477
1977.23/1988.74	c #Conflicts:    2331000 | #Constraints:     129477
1977.23/1988.74	c #Conflicts:    2332000 | #Constraints:     130477
1977.23/1988.74	c #Conflicts:    2333000 | #Constraints:     131477
1977.23/1988.74	c #Conflicts:    2334000 | #Constraints:     132477
1977.23/1988.74	c #Conflicts:    2335000 | #Constraints:     133477
1977.23/1988.74	c #Conflicts:    2336000 | #Constraints:     134477
1977.23/1988.74	c #Conflicts:    2337000 | #Constraints:     135477
1977.23/1988.74	c #Conflicts:    2338000 | #Constraints:     136477
1977.23/1988.74	c #Conflicts:    2339000 | #Constraints:     137477
1977.23/1988.74	c #Conflicts:    2340000 | #Constraints:     138477
1977.23/1988.74	c #Conflicts:    2341000 | #Constraints:     139477
1977.23/1988.74	c #Conflicts:    2342000 | #Constraints:     140477
1977.23/1988.74	c #Conflicts:    2343000 | #Constraints:     141477
1977.23/1988.74	c #Conflicts:    2344000 | #Constraints:     142477
1977.23/1988.74	c #Conflicts:    2345000 | #Constraints:     143477
1977.23/1988.74	c #Conflicts:    2346000 | #Constraints:     144477
1977.23/1988.74	c #Conflicts:    2347000 | #Constraints:     145477
1977.23/1988.74	c #Conflicts:    2348000 | #Constraints:     146477
1977.23/1988.74	c #Conflicts:    2349000 | #Constraints:     147477
1977.23/1988.74	c #Conflicts:    2350000 | #Constraints:     148477
1977.23/1988.74	c #Conflicts:    2351000 | #Constraints:     149477
1977.23/1988.74	c #Conflicts:    2352000 | #Constraints:     150477
1977.23/1988.74	c #Conflicts:    2353000 | #Constraints:     151477
1977.23/1988.74	c #Conflicts:    2354000 | #Constraints:     152477
1977.23/1988.74	c #Conflicts:    2355000 | #Constraints:     153477
1977.23/1988.74	c #Conflicts:    2356000 | #Constraints:     154477
1977.23/1988.74	c #Conflicts:    2357000 | #Constraints:     155477
1977.23/1988.74	c #Conflicts:    2358000 | #Constraints:     156477
1977.23/1988.74	c #Conflicts:    2359000 | #Constraints:     157477
1977.23/1988.74	c #Conflicts:    2360000 | #Constraints:     158477
1977.23/1988.74	c #Conflicts:    2361000 | #Constraints:     159477
1977.23/1988.74	c #Conflicts:    2362000 | #Constraints:     160477
1977.23/1988.74	c #Conflicts:    2363000 | #Constraints:     161477
1977.23/1988.74	c #Conflicts:    2364000 | #Constraints:     162477
1977.23/1988.74	c #Conflicts:    2365000 | #Constraints:     163477
1977.23/1988.74	c #Conflicts:    2366000 | #Constraints:     164477
1977.23/1988.74	c #Conflicts:    2367000 | #Constraints:     165477
1977.23/1988.74	c #Conflicts:    2368000 | #Constraints:     166477
1977.23/1988.74	c #Conflicts:    2369000 | #Constraints:     167477
1977.23/1988.74	c #Conflicts:    2370000 | #Constraints:     168477
1977.23/1988.74	c #Conflicts:    2371000 | #Constraints:     169477
1977.23/1988.74	c #Conflicts:    2372000 | #Constraints:     170477
1977.23/1988.74	c #Conflicts:    2373000 | #Constraints:     171477
1977.23/1988.74	c #Conflicts:    2374000 | #Constraints:     172477
1977.23/1988.74	c #Conflicts:    2375000 | #Constraints:     173477
1977.23/1988.74	c #Conflicts:    2376000 | #Constraints:     174477
2064.47/2076.25	c #Conflicts:    2377000 | #Constraints:     175477
2064.47/2076.25	c #Conflicts:    2378000 | #Constraints:     176477
2064.47/2076.25	c #Conflicts:    2379000 | #Constraints:     177477
2064.47/2076.25	c #Conflicts:    2380000 | #Constraints:     178477
2064.47/2076.25	c #Conflicts:    2381000 | #Constraints:     179477
2064.47/2076.25	c #Conflicts:    2382000 | #Constraints:     180477
2064.47/2076.25	c #Conflicts:    2383000 | #Constraints:     181477
2064.47/2076.25	c #Conflicts:    2384000 | #Constraints:     182477
2064.47/2076.25	c #Conflicts:    2385000 | #Constraints:     183477
2064.47/2076.25	c #Conflicts:    2386000 | #Constraints:     184477
2064.47/2076.25	c #Conflicts:    2387000 | #Constraints:     185477
2064.47/2076.25	c #Conflicts:    2388000 | #Constraints:     186477
2064.47/2076.25	c #Conflicts:    2389000 | #Constraints:     187477
2064.47/2076.25	c #Conflicts:    2390000 | #Constraints:     188477
2064.47/2076.25	c #Conflicts:    2391000 | #Constraints:     189477
2064.47/2076.25	c #Conflicts:    2392000 | #Constraints:     190477
2064.47/2076.25	c #Conflicts:    2393000 | #Constraints:     191477
2064.47/2076.25	c INPROCESSING
2064.47/2076.25	c GARBAGE COLLECT
2064.47/2076.25	c #Conflicts:    2394000 | #Constraints:     114852
2064.47/2076.25	c #Conflicts:    2395000 | #Constraints:     115852
2064.47/2076.25	c #Conflicts:    2396000 | #Constraints:     116852
2064.47/2076.25	c #Conflicts:    2397000 | #Constraints:     117852
2064.47/2076.25	c #Conflicts:    2398000 | #Constraints:     118852
2064.47/2076.25	c #Conflicts:    2399000 | #Constraints:     119852
2064.47/2076.25	c #Conflicts:    2400000 | #Constraints:     120852
2064.47/2076.25	c #Conflicts:    2401000 | #Constraints:     121852
2064.47/2076.25	c #Conflicts:    2402000 | #Constraints:     122852
2064.47/2076.25	c #Conflicts:    2403000 | #Constraints:     123852
2064.47/2076.25	c #Conflicts:    2404000 | #Constraints:     124852
2064.47/2076.25	c #Conflicts:    2405000 | #Constraints:     125852
2064.47/2076.25	c #Conflicts:    2406000 | #Constraints:     126852
2064.47/2076.25	c #Conflicts:    2407000 | #Constraints:     127852
2064.47/2076.25	c #Conflicts:    2408000 | #Constraints:     128852
2064.47/2076.25	c #Conflicts:    2409000 | #Constraints:     129852
2064.47/2076.25	c #Conflicts:    2410000 | #Constraints:     130852
2064.47/2076.25	c #Conflicts:    2411000 | #Constraints:     131853
2064.47/2076.25	c #Conflicts:    2412000 | #Constraints:     132853
2064.47/2076.25	c #Conflicts:    2413000 | #Constraints:     133853
2064.47/2076.25	c #Conflicts:    2414000 | #Constraints:     134853
2064.47/2076.25	c #Conflicts:    2415000 | #Constraints:     135853
2064.47/2076.25	c #Conflicts:    2416000 | #Constraints:     136853
2064.47/2076.25	c #Conflicts:    2417000 | #Constraints:     137853
2064.47/2076.25	c #Conflicts:    2418000 | #Constraints:     138853
2064.47/2076.25	c #Conflicts:    2419000 | #Constraints:     139853
2064.47/2076.25	c #Conflicts:    2420000 | #Constraints:     140853
2064.47/2076.25	c #Conflicts:    2421000 | #Constraints:     141853
2064.47/2076.25	c #Conflicts:    2422000 | #Constraints:     142853
2064.47/2076.25	c #Conflicts:    2423000 | #Constraints:     143853
2064.47/2076.25	c #Conflicts:    2424000 | #Constraints:     144853
2064.47/2076.25	c #Conflicts:    2425000 | #Constraints:     145853
2064.47/2076.25	c #Conflicts:    2426000 | #Constraints:     146853
2064.47/2076.25	c #Conflicts:    2427000 | #Constraints:     147853
2064.47/2076.25	c #Conflicts:    2428000 | #Constraints:     148853
2064.47/2076.25	c INPROCESSING
2064.47/2076.25	c GARBAGE COLLECT
2064.47/2076.25	c #Conflicts:    2429000 | #Constraints:      93258
2064.47/2076.25	c #Conflicts:    2430000 | #Constraints:      94258
2064.47/2076.25	c #Conflicts:    2431000 | #Constraints:      95258
2064.47/2076.25	c #Conflicts:    2432000 | #Constraints:      96258
2064.47/2076.25	c #Conflicts:    2433000 | #Constraints:      97258
2064.47/2076.25	c #Conflicts:    2434000 | #Constraints:      98258
2064.47/2076.25	c #Conflicts:    2435000 | #Constraints:      99258
2064.47/2076.25	c #Conflicts:    2436000 | #Constraints:     100258
2064.47/2076.25	c #Conflicts:    2437000 | #Constraints:     101258
2064.47/2076.25	c #Conflicts:    2438000 | #Constraints:     102258
2064.47/2076.25	c #Conflicts:    2439000 | #Constraints:     103258
2064.47/2076.25	c #Conflicts:    2440000 | #Constraints:     104258
2064.47/2076.25	c #Conflicts:    2441000 | #Constraints:     105258
2064.47/2076.25	c #Conflicts:    2442000 | #Constraints:     106258
2064.47/2076.25	c #Conflicts:    2443000 | #Constraints:     107258
2064.47/2076.25	c #Conflicts:    2444000 | #Constraints:     108258
2064.47/2076.25	c #Conflicts:    2445000 | #Constraints:     109258
2064.47/2076.25	c #Conflicts:    2446000 | #Constraints:     110258
2064.47/2076.25	c #Conflicts:    2447000 | #Constraints:     111258
2064.47/2076.25	c #Conflicts:    2448000 | #Constraints:     112258
2064.47/2076.25	c #Conflicts:    2449000 | #Constraints:     113258
2064.47/2076.25	c #Conflicts:    2450000 | #Constraints:     114258
2064.47/2076.25	c #Conflicts:    2451000 | #Constraints:     115258
2064.47/2076.25	c #Conflicts:    2452000 | #Constraints:     116258
2064.47/2076.25	c #Conflicts:    2453000 | #Constraints:     117258
2064.47/2076.25	c #Conflicts:    2454000 | #Constraints:     118258
2129.78/2141.79	c #Conflicts:    2455000 | #Constraints:     119258
2129.78/2141.79	c #Conflicts:    2456000 | #Constraints:     120258
2129.78/2141.79	c #Conflicts:    2457000 | #Constraints:     121258
2129.78/2141.79	c #Conflicts:    2458000 | #Constraints:     122258
2129.78/2141.79	c #Conflicts:    2459000 | #Constraints:     123258
2129.78/2141.79	c #Conflicts:    2460000 | #Constraints:     124258
2129.78/2141.79	c #Conflicts:    2461000 | #Constraints:     125258
2129.78/2141.79	c #Conflicts:    2462000 | #Constraints:     126258
2129.78/2141.79	c #Conflicts:    2463000 | #Constraints:     127258
2129.78/2141.79	c #Conflicts:    2464000 | #Constraints:     128258
2129.78/2141.79	c INPROCESSING
2129.78/2141.79	c GARBAGE COLLECT
2129.78/2141.79	c rational objective 5606.91
2175.14/2187.26	c #Conflicts:    2465000 | #Constraints:      83065
2175.14/2187.26	c #Conflicts:    2466000 | #Constraints:      84065
2175.14/2187.26	c #Conflicts:    2467000 | #Constraints:      85065
2175.14/2187.26	c #Conflicts:    2468000 | #Constraints:      86065
2175.14/2187.26	c #Conflicts:    2469000 | #Constraints:      87065
2175.14/2187.26	c #Conflicts:    2470000 | #Constraints:      88065
2175.14/2187.26	c #Conflicts:    2471000 | #Constraints:      89065
2175.14/2187.26	c #Conflicts:    2472000 | #Constraints:      90065
2175.14/2187.26	c #Conflicts:    2473000 | #Constraints:      91065
2175.14/2187.26	c #Conflicts:    2474000 | #Constraints:      92065
2175.14/2187.26	c #Conflicts:    2475000 | #Constraints:      93065
2175.14/2187.26	c #Conflicts:    2476000 | #Constraints:      94065
2175.14/2187.26	c #Conflicts:    2477000 | #Constraints:      95065
2175.14/2187.26	c #Conflicts:    2478000 | #Constraints:      96065
2175.14/2187.26	c #Conflicts:    2479000 | #Constraints:      97065
2175.14/2187.26	c #Conflicts:    2480000 | #Constraints:      98065
2175.14/2187.26	c #Conflicts:    2481000 | #Constraints:      99065
2175.14/2187.26	c #Conflicts:    2482000 | #Constraints:     100065
2175.14/2187.26	c #Conflicts:    2483000 | #Constraints:     101065
2175.14/2187.26	c #Conflicts:    2484000 | #Constraints:     102065
2175.14/2187.26	c #Conflicts:    2485000 | #Constraints:     103065
2175.14/2187.26	c #Conflicts:    2486000 | #Constraints:     104065
2175.14/2187.26	c #Conflicts:    2487000 | #Constraints:     105065
2175.14/2187.26	c #Conflicts:    2488000 | #Constraints:     106065
2175.14/2187.26	c #Conflicts:    2489000 | #Constraints:     107065
2175.14/2187.26	c #Conflicts:    2490000 | #Constraints:     108065
2175.14/2187.26	c #Conflicts:    2491000 | #Constraints:     109065
2175.14/2187.26	c #Conflicts:    2492000 | #Constraints:     110065
2175.14/2187.26	c #Conflicts:    2493000 | #Constraints:     111065
2175.14/2187.26	c #Conflicts:    2494000 | #Constraints:     112065
2175.14/2187.26	c #Conflicts:    2495000 | #Constraints:     113065
2175.14/2187.26	c #Conflicts:    2496000 | #Constraints:     114065
2175.14/2187.26	c #Conflicts:    2497000 | #Constraints:     115065
2175.14/2187.26	c #Conflicts:    2498000 | #Constraints:     116065
2175.14/2187.26	c #Conflicts:    2499000 | #Constraints:     117065
2175.14/2187.26	c #Conflicts:    2500000 | #Constraints:     118065
2175.14/2187.26	c INPROCESSING
2175.14/2187.26	c GARBAGE COLLECT
2175.14/2187.26	c #Conflicts:    2501000 | #Constraints:      78025
2175.14/2187.26	c #Conflicts:    2502000 | #Constraints:      79025
2175.14/2187.26	c #Conflicts:    2503000 | #Constraints:      80025
2175.14/2187.26	c #Conflicts:    2504000 | #Constraints:      81025
2175.14/2187.26	c #Conflicts:    2505000 | #Constraints:      82025
2175.14/2187.26	c #Conflicts:    2506000 | #Constraints:      83025
2175.14/2187.26	c #Conflicts:    2507000 | #Constraints:      84025
2175.14/2187.26	c #Conflicts:    2508000 | #Constraints:      85025
2175.14/2187.26	c #Conflicts:    2509000 | #Constraints:      86025
2175.14/2187.26	c #Conflicts:    2510000 | #Constraints:      87025
2175.14/2187.26	c #Conflicts:    2511000 | #Constraints:      88025
2175.14/2187.26	c #Conflicts:    2512000 | #Constraints:      89025
2175.14/2187.26	c #Conflicts:    2513000 | #Constraints:      90025
2175.14/2187.26	c #Conflicts:    2514000 | #Constraints:      91025
2175.14/2187.26	c #Conflicts:    2515000 | #Constraints:      92025
2175.14/2187.26	c #Conflicts:    2516000 | #Constraints:      93025
2175.14/2187.26	c #Conflicts:    2517000 | #Constraints:      94025
2175.14/2187.26	c #Conflicts:    2518000 | #Constraints:      95025
2175.14/2187.26	c #Conflicts:    2519000 | #Constraints:      96025
2175.14/2187.26	c #Conflicts:    2520000 | #Constraints:      97025
2175.14/2187.26	c #Conflicts:    2521000 | #Constraints:      98025
2175.14/2187.26	c #Conflicts:    2522000 | #Constraints:      99025
2175.14/2187.26	c #Conflicts:    2523000 | #Constraints:     100025
2175.14/2187.26	c #Conflicts:    2524000 | #Constraints:     101025
2175.14/2187.26	c #Conflicts:    2525000 | #Constraints:     102025
2175.14/2187.26	c #Conflicts:    2526000 | #Constraints:     103025
2175.14/2187.26	c #Conflicts:    2527000 | #Constraints:     104025
2175.14/2187.26	c #Conflicts:    2528000 | #Constraints:     105025
2175.14/2187.26	c #Conflicts:    2529000 | #Constraints:     106025
2175.14/2187.26	c #Conflicts:    2530000 | #Constraints:     107025
2175.14/2187.26	c #Conflicts:    2531000 | #Constraints:     108025
2175.14/2187.26	c #Conflicts:    2532000 | #Constraints:     109025
2175.14/2187.26	c #Conflicts:    2533000 | #Constraints:     110025
2175.14/2187.26	c #Conflicts:    2534000 | #Constraints:     111025
2175.14/2187.26	c #Conflicts:    2535000 | #Constraints:     112025
2175.14/2187.26	c #Conflicts:    2536000 | #Constraints:     113025
2175.14/2187.26	c #Conflicts:    2537000 | #Constraints:     114025
2175.14/2187.26	c #Conflicts:    2538000 | #Constraints:     115025
2175.14/2187.26	c #Conflicts:    2539000 | #Constraints:     116025
2175.14/2187.26	c #Conflicts:    2540000 | #Constraints:     117025
2175.14/2187.26	c #Conflicts:    2541000 | #Constraints:     118025
2175.14/2187.26	c #Conflicts:    2542000 | #Constraints:     119025
2175.14/2187.26	c #Conflicts:    2543000 | #Constraints:     120025
2314.18/2326.71	c #Conflicts:    2544000 | #Constraints:     121025
2314.18/2326.71	c #Conflicts:    2545000 | #Constraints:     122025
2314.18/2326.71	c #Conflicts:    2546000 | #Constraints:     123025
2314.18/2326.71	c #Conflicts:    2547000 | #Constraints:     124025
2314.18/2326.71	c #Conflicts:    2548000 | #Constraints:     125025
2314.18/2326.71	c #Conflicts:    2549000 | #Constraints:     126025
2314.18/2326.71	c #Conflicts:    2550000 | #Constraints:     127025
2314.18/2326.71	c #Conflicts:    2551000 | #Constraints:     128025
2314.18/2326.71	c #Conflicts:    2552000 | #Constraints:     129025
2314.18/2326.71	c #Conflicts:    2553000 | #Constraints:     130025
2314.18/2326.71	c #Conflicts:    2554000 | #Constraints:     131025
2314.18/2326.71	c #Conflicts:    2555000 | #Constraints:     132026
2314.18/2326.71	c #Conflicts:    2556000 | #Constraints:     133026
2314.18/2326.71	c #Conflicts:    2557000 | #Constraints:     134026
2314.18/2326.71	c #Conflicts:    2558000 | #Constraints:     135026
2314.18/2326.71	c #Conflicts:    2559000 | #Constraints:     136026
2314.18/2326.71	c #Conflicts:    2560000 | #Constraints:     137026
2314.18/2326.71	c #Conflicts:    2561000 | #Constraints:     138026
2314.18/2326.71	c #Conflicts:    2562000 | #Constraints:     139026
2314.18/2326.71	c #Conflicts:    2563000 | #Constraints:     140026
2314.18/2326.71	c #Conflicts:    2564000 | #Constraints:     141026
2314.18/2326.71	c #Conflicts:    2565000 | #Constraints:     142026
2314.18/2326.71	c #Conflicts:    2566000 | #Constraints:     143026
2314.18/2326.71	c #Conflicts:    2567000 | #Constraints:     144026
2314.18/2326.71	c #Conflicts:    2568000 | #Constraints:     145026
2314.18/2326.71	c #Conflicts:    2569000 | #Constraints:     146026
2314.18/2326.71	c #Conflicts:    2570000 | #Constraints:     147026
2314.18/2326.71	c #Conflicts:    2571000 | #Constraints:     148026
2314.18/2326.71	c #Conflicts:    2572000 | #Constraints:     149026
2314.18/2326.71	c #Conflicts:    2573000 | #Constraints:     150026
2314.18/2326.71	c #Conflicts:    2574000 | #Constraints:     151026
2314.18/2326.71	c #Conflicts:    2575000 | #Constraints:     152026
2314.18/2326.71	c #Conflicts:    2576000 | #Constraints:     153026
2314.18/2326.71	c #Conflicts:    2577000 | #Constraints:     154026
2314.18/2326.71	c #Conflicts:    2578000 | #Constraints:     155026
2314.18/2326.71	c #Conflicts:    2579000 | #Constraints:     156026
2314.18/2326.71	c #Conflicts:    2580000 | #Constraints:     157026
2314.18/2326.71	c #Conflicts:    2581000 | #Constraints:     158026
2314.18/2326.71	c #Conflicts:    2582000 | #Constraints:     159026
2314.18/2326.71	c #Conflicts:    2583000 | #Constraints:     160026
2314.18/2326.71	c #Conflicts:    2584000 | #Constraints:     161026
2314.18/2326.71	c #Conflicts:    2585000 | #Constraints:     162026
2314.18/2326.71	c #Conflicts:    2586000 | #Constraints:     163026
2314.18/2326.71	c #Conflicts:    2587000 | #Constraints:     164026
2314.18/2326.71	c #Conflicts:    2588000 | #Constraints:     165026
2314.18/2326.71	c #Conflicts:    2589000 | #Constraints:     166026
2314.18/2326.71	c #Conflicts:    2590000 | #Constraints:     167026
2314.18/2326.71	c #Conflicts:    2591000 | #Constraints:     168026
2314.18/2326.71	c #Conflicts:    2592000 | #Constraints:     169026
2314.18/2326.71	c #Conflicts:    2593000 | #Constraints:     170026
2314.18/2326.71	c #Conflicts:    2594000 | #Constraints:     171026
2314.18/2326.71	c #Conflicts:    2595000 | #Constraints:     172026
2314.18/2326.71	c #Conflicts:    2596000 | #Constraints:     173026
2314.18/2326.71	c #Conflicts:    2597000 | #Constraints:     174026
2314.18/2326.71	c #Conflicts:    2598000 | #Constraints:     175026
2314.18/2326.71	c #Conflicts:    2599000 | #Constraints:     176026
2314.18/2326.71	c #Conflicts:    2600000 | #Constraints:     177026
2314.18/2326.71	c #Conflicts:    2601000 | #Constraints:     178026
2314.18/2326.71	c #Conflicts:    2602000 | #Constraints:     179026
2314.18/2326.71	c #Conflicts:    2603000 | #Constraints:     180026
2314.18/2326.71	c #Conflicts:    2604000 | #Constraints:     181026
2314.18/2326.71	c #Conflicts:    2605000 | #Constraints:     182026
2314.18/2326.71	c #Conflicts:    2606000 | #Constraints:     183026
2314.18/2326.71	c #Conflicts:    2607000 | #Constraints:     184026
2314.18/2326.71	c #Conflicts:    2608000 | #Constraints:     185026
2314.18/2326.71	c #Conflicts:    2609000 | #Constraints:     186026
2314.18/2326.71	c #Conflicts:    2610000 | #Constraints:     187026
2314.18/2326.71	c #Conflicts:    2611000 | #Constraints:     188026
2314.18/2326.71	c #Conflicts:    2612000 | #Constraints:     189026
2314.18/2326.71	c #Conflicts:    2613000 | #Constraints:     190026
2314.18/2326.71	c #Conflicts:    2614000 | #Constraints:     191026
2314.18/2326.71	c #Conflicts:    2615000 | #Constraints:     192026
2314.18/2326.71	c #Conflicts:    2616000 | #Constraints:     193026
2314.18/2326.71	c #Conflicts:    2617000 | #Constraints:     194026
2314.18/2326.71	c #Conflicts:    2618000 | #Constraints:     195026
2314.18/2326.71	c #Conflicts:    2619000 | #Constraints:     196026
2314.18/2326.71	c #Conflicts:    2620000 | #Constraints:     197026
2314.18/2326.71	c #Conflicts:    2621000 | #Constraints:     198026
2358.15/2370.85	c #Conflicts:    2622000 | #Constraints:     199026
2358.15/2370.85	c INPROCESSING
2358.15/2370.85	c GARBAGE COLLECT
2358.15/2370.85	c #Conflicts:    2623000 | #Constraints:     118784
2358.15/2370.85	c #Conflicts:    2624000 | #Constraints:     119784
2358.15/2370.85	c #Conflicts:    2625000 | #Constraints:     120784
2358.15/2370.85	c #Conflicts:    2626000 | #Constraints:     121784
2358.15/2370.85	c #Conflicts:    2627000 | #Constraints:     122784
2358.15/2370.85	c #Conflicts:    2628000 | #Constraints:     123784
2358.15/2370.85	c #Conflicts:    2629000 | #Constraints:     124784
2358.15/2370.85	c #Conflicts:    2630000 | #Constraints:     125784
2358.15/2370.85	c #Conflicts:    2631000 | #Constraints:     126784
2358.15/2370.85	c #Conflicts:    2632000 | #Constraints:     127784
2358.15/2370.85	c #Conflicts:    2633000 | #Constraints:     128784
2358.15/2370.85	c #Conflicts:    2634000 | #Constraints:     129784
2358.15/2370.85	c #Conflicts:    2635000 | #Constraints:     130784
2358.15/2370.85	c #Conflicts:    2636000 | #Constraints:     131784
2358.15/2370.85	c #Conflicts:    2637000 | #Constraints:     132784
2358.15/2370.85	c #Conflicts:    2638000 | #Constraints:     133784
2358.15/2370.85	c #Conflicts:    2639000 | #Constraints:     134784
2358.15/2370.85	c #Conflicts:    2640000 | #Constraints:     135784
2358.15/2370.85	c #Conflicts:    2641000 | #Constraints:     136784
2358.15/2370.85	c #Conflicts:    2642000 | #Constraints:     137784
2358.15/2370.85	c #Conflicts:    2643000 | #Constraints:     138784
2358.15/2370.85	c #Conflicts:    2644000 | #Constraints:     139784
2358.15/2370.85	c #Conflicts:    2645000 | #Constraints:     140784
2358.15/2370.85	c #Conflicts:    2646000 | #Constraints:     141784
2358.15/2370.85	c #Conflicts:    2647000 | #Constraints:     142784
2358.15/2370.85	c #Conflicts:    2648000 | #Constraints:     143784
2358.15/2370.85	c #Conflicts:    2649000 | #Constraints:     144784
2358.15/2370.85	c #Conflicts:    2650000 | #Constraints:     145784
2358.15/2370.85	c #Conflicts:    2651000 | #Constraints:     146784
2358.15/2370.85	c #Conflicts:    2652000 | #Constraints:     147784
2358.15/2370.85	c #Conflicts:    2653000 | #Constraints:     148784
2358.15/2370.85	c #Conflicts:    2654000 | #Constraints:     149784
2358.15/2370.85	c #Conflicts:    2655000 | #Constraints:     150784
2358.15/2370.85	c #Conflicts:    2656000 | #Constraints:     151784
2358.15/2370.85	c #Conflicts:    2657000 | #Constraints:     152784
2358.15/2370.85	c #Conflicts:    2658000 | #Constraints:     153784
2358.15/2370.85	c #Conflicts:    2659000 | #Constraints:     154784
2358.15/2370.85	c INPROCESSING
2358.15/2370.85	c GARBAGE COLLECT
2358.15/2370.85	c #Conflicts:    2660000 | #Constraints:      96510
2358.15/2370.85	c #Conflicts:    2661000 | #Constraints:      97510
2358.15/2370.85	c #Conflicts:    2662000 | #Constraints:      98510
2358.15/2370.85	c #Conflicts:    2663000 | #Constraints:      99510
2358.15/2370.85	c #Conflicts:    2664000 | #Constraints:     100510
2358.15/2370.85	c #Conflicts:    2665000 | #Constraints:     101510
2358.15/2370.85	c #Conflicts:    2666000 | #Constraints:     102510
2358.15/2370.85	c #Conflicts:    2667000 | #Constraints:     103510
2358.15/2370.85	c #Conflicts:    2668000 | #Constraints:     104510
2358.15/2370.85	c #Conflicts:    2669000 | #Constraints:     105510
2358.15/2370.85	c #Conflicts:    2670000 | #Constraints:     106510
2358.15/2370.85	c #Conflicts:    2671000 | #Constraints:     107510
2358.15/2370.85	c #Conflicts:    2672000 | #Constraints:     108510
2358.15/2370.85	c #Conflicts:    2673000 | #Constraints:     109510
2358.15/2370.85	c #Conflicts:    2674000 | #Constraints:     110510
2358.15/2370.85	c #Conflicts:    2675000 | #Constraints:     111510
2358.15/2370.85	c #Conflicts:    2676000 | #Constraints:     112510
2358.15/2370.85	c #Conflicts:    2677000 | #Constraints:     113510
2358.15/2370.85	c #Conflicts:    2678000 | #Constraints:     114510
2358.15/2370.85	c #Conflicts:    2679000 | #Constraints:     115510
2358.15/2370.85	c #Conflicts:    2680000 | #Constraints:     116510
2358.15/2370.85	c #Conflicts:    2681000 | #Constraints:     117510
2358.15/2370.85	c #Conflicts:    2682000 | #Constraints:     118510
2358.15/2370.85	c #Conflicts:    2683000 | #Constraints:     119510
2358.15/2370.85	c #Conflicts:    2684000 | #Constraints:     120510
2358.15/2370.85	c #Conflicts:    2685000 | #Constraints:     121510
2358.15/2370.85	c #Conflicts:    2686000 | #Constraints:     122510
2358.15/2370.85	c #Conflicts:    2687000 | #Constraints:     123510
2358.15/2370.85	c #Conflicts:    2688000 | #Constraints:     124510
2358.15/2370.85	c #Conflicts:    2689000 | #Constraints:     125510
2358.15/2370.85	c #Conflicts:    2690000 | #Constraints:     126510
2358.15/2370.85	c #Conflicts:    2691000 | #Constraints:     127510
2358.15/2370.85	c #Conflicts:    2692000 | #Constraints:     128510
2358.15/2370.85	c #Conflicts:    2693000 | #Constraints:     129510
2358.15/2370.85	c #Conflicts:    2694000 | #Constraints:     130510
2358.15/2370.85	c #Conflicts:    2695000 | #Constraints:     131510
2358.15/2370.85	c #Conflicts:    2696000 | #Constraints:     132510
2358.15/2370.85	c INPROCESSING
2358.15/2370.85	c GARBAGE COLLECT
2358.15/2370.85	c #Conflicts:    2697000 | #Constraints:      85169
2358.15/2370.85	c #Conflicts:    2698000 | #Constraints:      86169
2394.14/2406.97	c #Conflicts:    2699000 | #Constraints:      87169
2394.14/2406.97	c #Conflicts:    2700000 | #Constraints:      88169
2394.14/2406.97	c #Conflicts:    2701000 | #Constraints:      89169
2394.14/2406.97	c #Conflicts:    2702000 | #Constraints:      90169
2394.14/2406.97	c #Conflicts:    2703000 | #Constraints:      91169
2394.14/2406.97	c #Conflicts:    2704000 | #Constraints:      92169
2394.14/2406.97	c #Conflicts:    2705000 | #Constraints:      93169
2394.14/2406.97	c #Conflicts:    2706000 | #Constraints:      94169
2394.14/2406.97	c #Conflicts:    2707000 | #Constraints:      95169
2394.14/2406.97	c #Conflicts:    2708000 | #Constraints:      96169
2394.14/2406.97	c #Conflicts:    2709000 | #Constraints:      97169
2394.14/2406.97	c #Conflicts:    2710000 | #Constraints:      98169
2394.14/2406.97	c #Conflicts:    2711000 | #Constraints:      99169
2394.14/2406.97	c #Conflicts:    2712000 | #Constraints:     100169
2394.14/2406.97	c #Conflicts:    2713000 | #Constraints:     101169
2394.14/2406.97	c #Conflicts:    2714000 | #Constraints:     102169
2394.14/2406.97	c #Conflicts:    2715000 | #Constraints:     103169
2394.14/2406.97	c #Conflicts:    2716000 | #Constraints:     104169
2394.14/2406.97	c #Conflicts:    2717000 | #Constraints:     105169
2394.14/2406.97	c #Conflicts:    2718000 | #Constraints:     106169
2394.14/2406.97	c #Conflicts:    2719000 | #Constraints:     107169
2394.14/2406.97	c #Conflicts:    2720000 | #Constraints:     108169
2394.14/2406.97	c #Conflicts:    2721000 | #Constraints:     109169
2394.14/2406.97	c #Conflicts:    2722000 | #Constraints:     110169
2394.14/2406.97	c #Conflicts:    2723000 | #Constraints:     111169
2394.14/2406.97	c #Conflicts:    2724000 | #Constraints:     112169
2394.14/2406.97	c #Conflicts:    2725000 | #Constraints:     113169
2394.14/2406.97	c #Conflicts:    2726000 | #Constraints:     114169
2394.14/2406.97	c #Conflicts:    2727000 | #Constraints:     115169
2394.14/2406.97	c #Conflicts:    2728000 | #Constraints:     116169
2394.14/2406.97	c #Conflicts:    2729000 | #Constraints:     117169
2394.14/2406.97	c #Conflicts:    2730000 | #Constraints:     118169
2394.14/2406.97	c #Conflicts:    2731000 | #Constraints:     119169
2394.14/2406.97	c #Conflicts:    2732000 | #Constraints:     120169
2394.14/2406.97	c #Conflicts:    2733000 | #Constraints:     121169
2394.14/2406.97	c #Conflicts:    2734000 | #Constraints:     122169
2394.14/2406.97	c INPROCESSING
2394.14/2406.97	c GARBAGE COLLECT
2394.14/2406.97	c #Conflicts:    2735000 | #Constraints:      80236
2394.14/2406.97	c #Conflicts:    2736000 | #Constraints:      81236
2394.14/2406.97	c #Conflicts:    2737000 | #Constraints:      82236
2394.14/2406.97	c #Conflicts:    2738000 | #Constraints:      83236
2394.14/2406.97	c #Conflicts:    2739000 | #Constraints:      84236
2394.14/2406.97	c #Conflicts:    2740000 | #Constraints:      85236
2394.14/2406.97	c #Conflicts:    2741000 | #Constraints:      86236
2394.14/2406.97	c #Conflicts:    2742000 | #Constraints:      87236
2394.14/2406.97	c #Conflicts:    2743000 | #Constraints:      88236
2394.14/2406.97	c #Conflicts:    2744000 | #Constraints:      89236
2394.14/2406.97	c #Conflicts:    2745000 | #Constraints:      90236
2394.14/2406.97	c #Conflicts:    2746000 | #Constraints:      91236
2394.14/2406.97	c #Conflicts:    2747000 | #Constraints:      92236
2394.14/2406.97	c #Conflicts:    2748000 | #Constraints:      93236
2394.14/2406.97	c #Conflicts:    2749000 | #Constraints:      94236
2394.14/2406.97	c #Conflicts:    2750000 | #Constraints:      95236
2394.14/2406.97	c #Conflicts:    2751000 | #Constraints:      96236
2394.14/2406.97	c #Conflicts:    2752000 | #Constraints:      97236
2394.14/2406.97	c #Conflicts:    2753000 | #Constraints:      98236
2394.14/2406.97	c #Conflicts:    2754000 | #Constraints:      99236
2394.14/2406.97	c #Conflicts:    2755000 | #Constraints:     100236
2394.14/2406.97	c #Conflicts:    2756000 | #Constraints:     101236
2394.14/2406.97	c #Conflicts:    2757000 | #Constraints:     102236
2394.14/2406.97	c #Conflicts:    2758000 | #Constraints:     103236
2394.14/2406.97	c #Conflicts:    2759000 | #Constraints:     104236
2394.14/2406.97	c #Conflicts:    2760000 | #Constraints:     105236
2394.14/2406.97	c #Conflicts:    2761000 | #Constraints:     106236
2394.14/2406.97	c #Conflicts:    2762000 | #Constraints:     107236
2394.14/2406.97	c #Conflicts:    2763000 | #Constraints:     108236
2394.14/2406.97	c #Conflicts:    2764000 | #Constraints:     109236
2394.14/2406.97	c #Conflicts:    2765000 | #Constraints:     110236
2394.14/2406.97	c #Conflicts:    2766000 | #Constraints:     111236
2394.14/2406.97	c #Conflicts:    2767000 | #Constraints:     112236
2394.14/2406.97	c #Conflicts:    2768000 | #Constraints:     113236
2394.14/2406.97	c #Conflicts:    2769000 | #Constraints:     114236
2394.14/2406.97	c #Conflicts:    2770000 | #Constraints:     115236
2394.14/2406.97	c #Conflicts:    2771000 | #Constraints:     116236
2394.14/2406.97	c #Conflicts:    2772000 | #Constraints:     117236
2394.14/2406.97	c #Conflicts:    2773000 | #Constraints:     118236
2394.14/2406.97	c #Conflicts:    2774000 | #Constraints:     119236
2394.14/2406.97	c #Conflicts:    2775000 | #Constraints:     120236
2394.14/2406.97	c #Conflicts:    2776000 | #Constraints:     121236
2456.75/2469.70	c #Conflicts:    2777000 | #Constraints:     122236
2456.75/2469.70	c #Conflicts:    2778000 | #Constraints:     123236
2456.75/2469.70	c #Conflicts:    2779000 | #Constraints:     124236
2456.75/2469.70	c #Conflicts:    2780000 | #Constraints:     125236
2456.75/2469.70	c #Conflicts:    2781000 | #Constraints:     126236
2456.75/2469.70	c #Conflicts:    2782000 | #Constraints:     127236
2456.75/2469.70	c #Conflicts:    2783000 | #Constraints:     128236
2456.75/2469.70	c #Conflicts:    2784000 | #Constraints:     129236
2456.75/2469.70	c #Conflicts:    2785000 | #Constraints:     130236
2456.75/2469.70	c #Conflicts:    2786000 | #Constraints:     131236
2456.75/2469.70	c #Conflicts:    2787000 | #Constraints:     132236
2456.75/2469.70	c #Conflicts:    2788000 | #Constraints:     133236
2456.75/2469.70	c #Conflicts:    2789000 | #Constraints:     134236
2456.75/2469.70	c #Conflicts:    2790000 | #Constraints:     135236
2456.75/2469.70	c #Conflicts:    2791000 | #Constraints:     136236
2456.75/2469.70	c #Conflicts:    2792000 | #Constraints:     137236
2456.75/2469.70	c #Conflicts:    2793000 | #Constraints:     138236
2456.75/2469.70	c #Conflicts:    2794000 | #Constraints:     139236
2456.75/2469.70	c #Conflicts:    2795000 | #Constraints:     140236
2456.75/2469.70	c #Conflicts:    2796000 | #Constraints:     141236
2456.75/2469.70	c #Conflicts:    2797000 | #Constraints:     142236
2456.75/2469.70	c #Conflicts:    2798000 | #Constraints:     143236
2456.75/2469.70	c #Conflicts:    2799000 | #Constraints:     144236
2456.75/2469.70	c #Conflicts:    2800000 | #Constraints:     145236
2456.75/2469.70	c #Conflicts:    2801000 | #Constraints:     146236
2456.75/2469.70	c #Conflicts:    2802000 | #Constraints:     147236
2456.75/2469.70	c #Conflicts:    2803000 | #Constraints:     148236
2456.75/2469.70	c #Conflicts:    2804000 | #Constraints:     149236
2456.75/2469.70	c #Conflicts:    2805000 | #Constraints:     150236
2456.75/2469.70	c #Conflicts:    2806000 | #Constraints:     151236
2456.75/2469.70	c #Conflicts:    2807000 | #Constraints:     152236
2456.75/2469.70	c #Conflicts:    2808000 | #Constraints:     153236
2456.75/2469.70	c #Conflicts:    2809000 | #Constraints:     154236
2456.75/2469.70	c #Conflicts:    2810000 | #Constraints:     155236
2456.75/2469.70	c #Conflicts:    2811000 | #Constraints:     156236
2456.75/2469.70	c #Conflicts:    2812000 | #Constraints:     157236
2456.75/2469.70	c #Conflicts:    2813000 | #Constraints:     158236
2456.75/2469.70	c #Conflicts:    2814000 | #Constraints:     159236
2456.75/2469.70	c #Conflicts:    2815000 | #Constraints:     160236
2456.75/2469.70	c #Conflicts:    2816000 | #Constraints:     161236
2456.75/2469.70	c #Conflicts:    2817000 | #Constraints:     162236
2456.75/2469.70	c #Conflicts:    2818000 | #Constraints:     163236
2456.75/2469.70	c #Conflicts:    2819000 | #Constraints:     164236
2456.75/2469.70	c #Conflicts:    2820000 | #Constraints:     165236
2456.75/2469.70	c #Conflicts:    2821000 | #Constraints:     166236
2456.75/2469.70	c #Conflicts:    2822000 | #Constraints:     167236
2456.75/2469.70	c #Conflicts:    2823000 | #Constraints:     168236
2456.75/2469.70	c #Conflicts:    2824000 | #Constraints:     169236
2456.75/2469.70	c #Conflicts:    2825000 | #Constraints:     170236
2456.75/2469.70	c #Conflicts:    2826000 | #Constraints:     171236
2456.75/2469.70	c #Conflicts:    2827000 | #Constraints:     172236
2456.75/2469.70	c #Conflicts:    2828000 | #Constraints:     173236
2456.75/2469.70	c #Conflicts:    2829000 | #Constraints:     174236
2456.75/2469.70	c #Conflicts:    2830000 | #Constraints:     175236
2456.75/2469.70	c #Conflicts:    2831000 | #Constraints:     176237
2456.75/2469.70	c #Conflicts:    2832000 | #Constraints:     177237
2456.75/2469.70	c #Conflicts:    2833000 | #Constraints:     178237
2456.75/2469.70	c #Conflicts:    2834000 | #Constraints:     179237
2456.75/2469.70	c #Conflicts:    2835000 | #Constraints:     180237
2456.75/2469.70	c #Conflicts:    2836000 | #Constraints:     181237
2456.75/2469.70	c #Conflicts:    2837000 | #Constraints:     182237
2456.75/2469.70	c #Conflicts:    2838000 | #Constraints:     183237
2456.75/2469.70	c #Conflicts:    2839000 | #Constraints:     184237
2456.75/2469.70	c #Conflicts:    2840000 | #Constraints:     185237
2456.75/2469.70	c #Conflicts:    2841000 | #Constraints:     186237
2456.75/2469.70	c #Conflicts:    2842000 | #Constraints:     187237
2456.75/2469.70	c #Conflicts:    2843000 | #Constraints:     188237
2456.75/2469.70	c #Conflicts:    2844000 | #Constraints:     189237
2456.75/2469.70	c #Conflicts:    2845000 | #Constraints:     190237
2456.75/2469.70	c #Conflicts:    2846000 | #Constraints:     191237
2456.75/2469.70	c #Conflicts:    2847000 | #Constraints:     192237
2456.75/2469.70	c #Conflicts:    2848000 | #Constraints:     193237
2456.75/2469.70	c #Conflicts:    2849000 | #Constraints:     194237
2456.75/2469.70	c #Conflicts:    2850000 | #Constraints:     195237
2456.75/2469.70	c #Conflicts:    2851000 | #Constraints:     196237
2456.75/2469.70	c #Conflicts:    2852000 | #Constraints:     197237
2456.75/2469.70	c #Conflicts:    2853000 | #Constraints:     198237
2456.75/2469.70	c #Conflicts:    2854000 | #Constraints:     199237
2456.75/2469.70	c #Conflicts:    2855000 | #Constraints:     200237
2505.20/2518.32	c #Conflicts:    2856000 | #Constraints:     201237
2505.20/2518.32	c #Conflicts:    2857000 | #Constraints:     202237
2505.20/2518.32	c #Conflicts:    2858000 | #Constraints:     203237
2505.20/2518.32	c #Conflicts:    2859000 | #Constraints:     204237
2505.20/2518.32	c #Conflicts:    2860000 | #Constraints:     205237
2505.20/2518.32	c #Conflicts:    2861000 | #Constraints:     206237
2505.20/2518.32	c INPROCESSING
2505.20/2518.32	c GARBAGE COLLECT
2505.20/2518.32	c #Conflicts:    2862000 | #Constraints:     122269
2505.20/2518.32	c #Conflicts:    2863000 | #Constraints:     123269
2505.20/2518.32	c #Conflicts:    2864000 | #Constraints:     124269
2505.20/2518.32	c #Conflicts:    2865000 | #Constraints:     125269
2505.20/2518.32	c #Conflicts:    2866000 | #Constraints:     126269
2505.20/2518.32	c #Conflicts:    2867000 | #Constraints:     127269
2505.20/2518.32	c #Conflicts:    2868000 | #Constraints:     128269
2505.20/2518.32	c #Conflicts:    2869000 | #Constraints:     129269
2505.20/2518.32	c #Conflicts:    2870000 | #Constraints:     130269
2505.20/2518.32	c #Conflicts:    2871000 | #Constraints:     131269
2505.20/2518.32	c #Conflicts:    2872000 | #Constraints:     132269
2505.20/2518.32	c #Conflicts:    2873000 | #Constraints:     133269
2505.20/2518.32	c #Conflicts:    2874000 | #Constraints:     134269
2505.20/2518.32	c #Conflicts:    2875000 | #Constraints:     135269
2505.20/2518.32	c #Conflicts:    2876000 | #Constraints:     136269
2505.20/2518.32	c #Conflicts:    2877000 | #Constraints:     137269
2505.20/2518.32	c #Conflicts:    2878000 | #Constraints:     138269
2505.20/2518.32	c #Conflicts:    2879000 | #Constraints:     139269
2505.20/2518.32	c #Conflicts:    2880000 | #Constraints:     140269
2505.20/2518.32	c #Conflicts:    2881000 | #Constraints:     141269
2505.20/2518.32	c #Conflicts:    2882000 | #Constraints:     142269
2505.20/2518.32	c #Conflicts:    2883000 | #Constraints:     143269
2505.20/2518.32	c #Conflicts:    2884000 | #Constraints:     144269
2505.20/2518.32	c #Conflicts:    2885000 | #Constraints:     145269
2505.20/2518.32	c #Conflicts:    2886000 | #Constraints:     146269
2505.20/2518.32	c #Conflicts:    2887000 | #Constraints:     147269
2505.20/2518.32	c #Conflicts:    2888000 | #Constraints:     148269
2505.20/2518.32	c #Conflicts:    2889000 | #Constraints:     149269
2505.20/2518.32	c #Conflicts:    2890000 | #Constraints:     150269
2505.20/2518.32	c #Conflicts:    2891000 | #Constraints:     151269
2505.20/2518.32	c #Conflicts:    2892000 | #Constraints:     152269
2505.20/2518.32	c #Conflicts:    2893000 | #Constraints:     153269
2505.20/2518.32	c #Conflicts:    2894000 | #Constraints:     154269
2505.20/2518.32	c #Conflicts:    2895000 | #Constraints:     155269
2505.20/2518.32	c #Conflicts:    2896000 | #Constraints:     156269
2505.20/2518.32	c #Conflicts:    2897000 | #Constraints:     157269
2505.20/2518.32	c #Conflicts:    2898000 | #Constraints:     158269
2505.20/2518.32	c #Conflicts:    2899000 | #Constraints:     159269
2505.20/2518.32	c #Conflicts:    2900000 | #Constraints:     160269
2505.20/2518.32	c INPROCESSING
2505.20/2518.32	c GARBAGE COLLECT
2505.20/2518.32	c #Conflicts:    2901000 | #Constraints:      99359
2505.20/2518.32	c #Conflicts:    2902000 | #Constraints:     100359
2505.20/2518.32	c #Conflicts:    2903000 | #Constraints:     101359
2505.20/2518.32	c #Conflicts:    2904000 | #Constraints:     102359
2505.20/2518.32	c #Conflicts:    2905000 | #Constraints:     103359
2505.20/2518.32	c #Conflicts:    2906000 | #Constraints:     104359
2505.20/2518.32	c #Conflicts:    2907000 | #Constraints:     105359
2505.20/2518.32	c #Conflicts:    2908000 | #Constraints:     106359
2505.20/2518.32	c #Conflicts:    2909000 | #Constraints:     107359
2505.20/2518.32	c #Conflicts:    2910000 | #Constraints:     108359
2505.20/2518.32	c #Conflicts:    2911000 | #Constraints:     109359
2505.20/2518.32	c #Conflicts:    2912000 | #Constraints:     110359
2505.20/2518.32	c #Conflicts:    2913000 | #Constraints:     111359
2505.20/2518.32	c #Conflicts:    2914000 | #Constraints:     112359
2505.20/2518.32	c #Conflicts:    2915000 | #Constraints:     113359
2505.20/2518.32	c #Conflicts:    2916000 | #Constraints:     114359
2505.20/2518.32	c #Conflicts:    2917000 | #Constraints:     115359
2505.20/2518.32	c #Conflicts:    2918000 | #Constraints:     116359
2505.20/2518.32	c #Conflicts:    2919000 | #Constraints:     117359
2505.20/2518.32	c #Conflicts:    2920000 | #Constraints:     118359
2505.20/2518.32	c #Conflicts:    2921000 | #Constraints:     119359
2505.20/2518.32	c #Conflicts:    2922000 | #Constraints:     120359
2505.20/2518.32	c #Conflicts:    2923000 | #Constraints:     121359
2505.20/2518.32	c #Conflicts:    2924000 | #Constraints:     122359
2505.20/2518.32	c #Conflicts:    2925000 | #Constraints:     123359
2505.20/2518.32	c #Conflicts:    2926000 | #Constraints:     124359
2505.20/2518.32	c #Conflicts:    2927000 | #Constraints:     125359
2505.20/2518.32	c #Conflicts:    2928000 | #Constraints:     126359
2505.20/2518.32	c #Conflicts:    2929000 | #Constraints:     127359
2505.20/2518.32	c #Conflicts:    2930000 | #Constraints:     128359
2505.20/2518.32	c #Conflicts:    2931000 | #Constraints:     129359
2505.20/2518.32	c #Conflicts:    2932000 | #Constraints:     130359
2505.20/2518.32	c #Conflicts:    2933000 | #Constraints:     131359
2565.31/2578.63	c #Conflicts:    2934000 | #Constraints:     132359
2565.31/2578.63	c #Conflicts:    2935000 | #Constraints:     133359
2565.31/2578.63	c #Conflicts:    2936000 | #Constraints:     134359
2565.31/2578.63	c #Conflicts:    2937000 | #Constraints:     135359
2565.31/2578.63	c #Conflicts:    2938000 | #Constraints:     136359
2565.31/2578.63	c #Conflicts:    2939000 | #Constraints:     137359
2565.31/2578.63	c INPROCESSING
2565.31/2578.63	c GARBAGE COLLECT
2565.31/2578.63	c #Conflicts:    2940000 | #Constraints:      87868
2565.31/2578.63	c #Conflicts:    2941000 | #Constraints:      88868
2565.31/2578.63	c #Conflicts:    2942000 | #Constraints:      89868
2565.31/2578.63	c #Conflicts:    2943000 | #Constraints:      90868
2565.31/2578.63	c #Conflicts:    2944000 | #Constraints:      91869
2565.31/2578.63	c #Conflicts:    2945000 | #Constraints:      92869
2565.31/2578.63	c #Conflicts:    2946000 | #Constraints:      93869
2565.31/2578.63	c #Conflicts:    2947000 | #Constraints:      94869
2565.31/2578.63	c #Conflicts:    2948000 | #Constraints:      95869
2565.31/2578.63	c #Conflicts:    2949000 | #Constraints:      96869
2565.31/2578.63	c #Conflicts:    2950000 | #Constraints:      97869
2565.31/2578.63	c #Conflicts:    2951000 | #Constraints:      98869
2565.31/2578.63	c #Conflicts:    2952000 | #Constraints:      99869
2565.31/2578.63	c #Conflicts:    2953000 | #Constraints:     100869
2565.31/2578.63	c #Conflicts:    2954000 | #Constraints:     101869
2565.31/2578.63	c #Conflicts:    2955000 | #Constraints:     102869
2565.31/2578.63	c #Conflicts:    2956000 | #Constraints:     103869
2565.31/2578.63	c #Conflicts:    2957000 | #Constraints:     104869
2565.31/2578.63	c #Conflicts:    2958000 | #Constraints:     105869
2565.31/2578.63	c #Conflicts:    2959000 | #Constraints:     106869
2565.31/2578.63	c #Conflicts:    2960000 | #Constraints:     107869
2565.31/2578.63	c #Conflicts:    2961000 | #Constraints:     108869
2565.31/2578.63	c #Conflicts:    2962000 | #Constraints:     109869
2565.31/2578.63	c #Conflicts:    2963000 | #Constraints:     110869
2565.31/2578.63	c #Conflicts:    2964000 | #Constraints:     111869
2565.31/2578.63	c #Conflicts:    2965000 | #Constraints:     112869
2565.31/2578.63	c #Conflicts:    2966000 | #Constraints:     113869
2565.31/2578.63	c #Conflicts:    2967000 | #Constraints:     114869
2565.31/2578.63	c #Conflicts:    2968000 | #Constraints:     115869
2565.31/2578.63	c #Conflicts:    2969000 | #Constraints:     116869
2565.31/2578.63	c #Conflicts:    2970000 | #Constraints:     117869
2565.31/2578.63	c #Conflicts:    2971000 | #Constraints:     118869
2565.31/2578.63	c #Conflicts:    2972000 | #Constraints:     119869
2565.31/2578.63	c #Conflicts:    2973000 | #Constraints:     120869
2565.31/2578.63	c #Conflicts:    2974000 | #Constraints:     121869
2565.31/2578.63	c #Conflicts:    2975000 | #Constraints:     122869
2565.31/2578.63	c #Conflicts:    2976000 | #Constraints:     123869
2565.31/2578.63	c #Conflicts:    2977000 | #Constraints:     124869
2565.31/2578.63	c #Conflicts:    2978000 | #Constraints:     125869
2565.31/2578.63	c INPROCESSING
2565.31/2578.63	c GARBAGE COLLECT
2565.31/2578.63	c #Conflicts:    2979000 | #Constraints:      81957
2565.31/2578.63	c #Conflicts:    2980000 | #Constraints:      82957
2565.31/2578.63	c #Conflicts:    2981000 | #Constraints:      83957
2565.31/2578.63	c #Conflicts:    2982000 | #Constraints:      84957
2565.31/2578.63	c #Conflicts:    2983000 | #Constraints:      85957
2565.31/2578.63	c #Conflicts:    2984000 | #Constraints:      86957
2565.31/2578.63	c #Conflicts:    2985000 | #Constraints:      87957
2565.31/2578.63	c #Conflicts:    2986000 | #Constraints:      88957
2565.31/2578.63	c #Conflicts:    2987000 | #Constraints:      89957
2565.31/2578.63	c #Conflicts:    2988000 | #Constraints:      90957
2565.31/2578.63	c #Conflicts:    2989000 | #Constraints:      91957
2565.31/2578.63	c #Conflicts:    2990000 | #Constraints:      92957
2565.31/2578.63	c #Conflicts:    2991000 | #Constraints:      93957
2565.31/2578.63	c #Conflicts:    2992000 | #Constraints:      94957
2565.31/2578.63	c #Conflicts:    2993000 | #Constraints:      95957
2565.31/2578.63	c #Conflicts:    2994000 | #Constraints:      96957
2565.31/2578.63	c #Conflicts:    2995000 | #Constraints:      97957
2565.31/2578.63	c #Conflicts:    2996000 | #Constraints:      98957
2565.31/2578.63	c #Conflicts:    2997000 | #Constraints:      99957
2565.31/2578.63	c #Conflicts:    2998000 | #Constraints:     100957
2565.31/2578.63	c #Conflicts:    2999000 | #Constraints:     101957
2565.31/2578.63	c #Conflicts:    3000000 | #Constraints:     102957
2565.31/2578.63	c #Conflicts:    3001000 | #Constraints:     103957
2565.31/2578.63	c #Conflicts:    3002000 | #Constraints:     104957
2565.31/2578.63	c #Conflicts:    3003000 | #Constraints:     105957
2565.31/2578.63	c #Conflicts:    3004000 | #Constraints:     106957
2565.31/2578.63	c #Conflicts:    3005000 | #Constraints:     107957
2565.31/2578.63	c #Conflicts:    3006000 | #Constraints:     108957
2565.31/2578.63	c #Conflicts:    3007000 | #Constraints:     109957
2565.31/2578.63	c #Conflicts:    3008000 | #Constraints:     110957
2565.31/2578.63	c #Conflicts:    3009000 | #Constraints:     111957
2565.31/2578.63	c #Conflicts:    3010000 | #Constraints:     112957
2627.03/2640.59	c #Conflicts:    3011000 | #Constraints:     113957
2627.03/2640.59	c #Conflicts:    3012000 | #Constraints:     114957
2627.03/2640.59	c #Conflicts:    3013000 | #Constraints:     115957
2627.03/2640.59	c #Conflicts:    3014000 | #Constraints:     116957
2627.03/2640.59	c #Conflicts:    3015000 | #Constraints:     117957
2627.03/2640.59	c #Conflicts:    3016000 | #Constraints:     118957
2627.03/2640.59	c #Conflicts:    3017000 | #Constraints:     119957
2627.03/2640.59	c #Conflicts:    3018000 | #Constraints:     120957
2627.03/2640.59	c #Conflicts:    3019000 | #Constraints:     121957
2627.03/2640.59	c #Conflicts:    3020000 | #Constraints:     122957
2627.03/2640.59	c #Conflicts:    3021000 | #Constraints:     123957
2627.03/2640.59	c #Conflicts:    3022000 | #Constraints:     124957
2627.03/2640.59	c #Conflicts:    3023000 | #Constraints:     125957
2627.03/2640.59	c #Conflicts:    3024000 | #Constraints:     126957
2627.03/2640.59	c #Conflicts:    3025000 | #Constraints:     127957
2627.03/2640.59	c #Conflicts:    3026000 | #Constraints:     128957
2627.03/2640.59	c #Conflicts:    3027000 | #Constraints:     129957
2627.03/2640.59	c #Conflicts:    3028000 | #Constraints:     130957
2627.03/2640.59	c #Conflicts:    3029000 | #Constraints:     131957
2627.03/2640.59	c #Conflicts:    3030000 | #Constraints:     132957
2627.03/2640.59	c #Conflicts:    3031000 | #Constraints:     133957
2627.03/2640.59	c #Conflicts:    3032000 | #Constraints:     134957
2627.03/2640.59	c #Conflicts:    3033000 | #Constraints:     135957
2627.03/2640.59	c #Conflicts:    3034000 | #Constraints:     136957
2627.03/2640.59	c #Conflicts:    3035000 | #Constraints:     137957
2627.03/2640.59	c #Conflicts:    3036000 | #Constraints:     138957
2627.03/2640.59	c #Conflicts:    3037000 | #Constraints:     139957
2627.03/2640.59	c #Conflicts:    3038000 | #Constraints:     140957
2627.03/2640.59	c #Conflicts:    3039000 | #Constraints:     141957
2627.03/2640.59	c #Conflicts:    3040000 | #Constraints:     142957
2627.03/2640.59	c #Conflicts:    3041000 | #Constraints:     143957
2627.03/2640.59	c #Conflicts:    3042000 | #Constraints:     144957
2627.03/2640.59	c #Conflicts:    3043000 | #Constraints:     145957
2627.03/2640.59	c #Conflicts:    3044000 | #Constraints:     146957
2627.03/2640.59	c #Conflicts:    3045000 | #Constraints:     147957
2627.03/2640.59	c #Conflicts:    3046000 | #Constraints:     148957
2627.03/2640.59	c #Conflicts:    3047000 | #Constraints:     149957
2627.03/2640.59	c #Conflicts:    3048000 | #Constraints:     150957
2627.03/2640.59	c #Conflicts:    3049000 | #Constraints:     151957
2627.03/2640.59	c #Conflicts:    3050000 | #Constraints:     152957
2627.03/2640.59	c #Conflicts:    3051000 | #Constraints:     153957
2627.03/2640.59	c #Conflicts:    3052000 | #Constraints:     154957
2627.03/2640.59	c #Conflicts:    3053000 | #Constraints:     155957
2627.03/2640.59	c #Conflicts:    3054000 | #Constraints:     156957
2627.03/2640.59	c #Conflicts:    3055000 | #Constraints:     157957
2627.03/2640.59	c #Conflicts:    3056000 | #Constraints:     158957
2627.03/2640.59	c #Conflicts:    3057000 | #Constraints:     159957
2627.03/2640.59	c #Conflicts:    3058000 | #Constraints:     160957
2627.03/2640.59	c #Conflicts:    3059000 | #Constraints:     161957
2627.03/2640.59	c #Conflicts:    3060000 | #Constraints:     162957
2627.03/2640.59	c #Conflicts:    3061000 | #Constraints:     163957
2627.03/2640.59	c #Conflicts:    3062000 | #Constraints:     164957
2627.03/2640.59	c #Conflicts:    3063000 | #Constraints:     165957
2627.03/2640.59	c #Conflicts:    3064000 | #Constraints:     166957
2627.03/2640.59	c #Conflicts:    3065000 | #Constraints:     167957
2627.03/2640.59	c #Conflicts:    3066000 | #Constraints:     168957
2627.03/2640.59	c #Conflicts:    3067000 | #Constraints:     169957
2627.03/2640.59	c #Conflicts:    3068000 | #Constraints:     170957
2627.03/2640.59	c #Conflicts:    3069000 | #Constraints:     171957
2627.03/2640.59	c #Conflicts:    3070000 | #Constraints:     172957
2627.03/2640.59	c #Conflicts:    3071000 | #Constraints:     173957
2627.03/2640.59	c #Conflicts:    3072000 | #Constraints:     174957
2627.03/2640.59	c #Conflicts:    3073000 | #Constraints:     175957
2627.03/2640.59	c #Conflicts:    3074000 | #Constraints:     176958
2627.03/2640.59	c #Conflicts:    3075000 | #Constraints:     177958
2627.03/2640.59	c #Conflicts:    3076000 | #Constraints:     178958
2627.03/2640.59	c #Conflicts:    3077000 | #Constraints:     179958
2627.03/2640.59	c #Conflicts:    3078000 | #Constraints:     180958
2627.03/2640.59	c #Conflicts:    3079000 | #Constraints:     181958
2627.03/2640.59	c #Conflicts:    3080000 | #Constraints:     182958
2627.03/2640.59	c #Conflicts:    3081000 | #Constraints:     183958
2627.03/2640.59	c #Conflicts:    3082000 | #Constraints:     184958
2627.03/2640.59	c #Conflicts:    3083000 | #Constraints:     185958
2627.03/2640.59	c #Conflicts:    3084000 | #Constraints:     186958
2627.03/2640.59	c #Conflicts:    3085000 | #Constraints:     187958
2627.03/2640.59	c #Conflicts:    3086000 | #Constraints:     188958
2627.03/2640.59	c #Conflicts:    3087000 | #Constraints:     189958
2627.03/2640.59	c #Conflicts:    3088000 | #Constraints:     190958
2627.03/2640.59	c #Conflicts:    3089000 | #Constraints:     191958
2692.12/2705.85	c #Conflicts:    3090000 | #Constraints:     192958
2692.12/2705.85	c #Conflicts:    3091000 | #Constraints:     193958
2692.12/2705.85	c #Conflicts:    3092000 | #Constraints:     194958
2692.12/2705.85	c #Conflicts:    3093000 | #Constraints:     195958
2692.12/2705.85	c #Conflicts:    3094000 | #Constraints:     196958
2692.12/2705.85	c #Conflicts:    3095000 | #Constraints:     197958
2692.12/2705.85	c #Conflicts:    3096000 | #Constraints:     198958
2692.12/2705.85	c #Conflicts:    3097000 | #Constraints:     199958
2692.12/2705.85	c #Conflicts:    3098000 | #Constraints:     200958
2692.12/2705.85	c #Conflicts:    3099000 | #Constraints:     201958
2692.12/2705.85	c #Conflicts:    3100000 | #Constraints:     202958
2692.12/2705.85	c #Conflicts:    3101000 | #Constraints:     203958
2692.12/2705.85	c #Conflicts:    3102000 | #Constraints:     204958
2692.12/2705.85	c #Conflicts:    3103000 | #Constraints:     205958
2692.12/2705.85	c #Conflicts:    3104000 | #Constraints:     206958
2692.12/2705.85	c #Conflicts:    3105000 | #Constraints:     207958
2692.12/2705.85	c #Conflicts:    3106000 | #Constraints:     208958
2692.12/2705.85	c #Conflicts:    3107000 | #Constraints:     209958
2692.12/2705.85	c #Conflicts:    3108000 | #Constraints:     210958
2692.12/2705.85	c #Conflicts:    3109000 | #Constraints:     211958
2692.12/2705.85	c #Conflicts:    3110000 | #Constraints:     212958
2692.12/2705.85	c INPROCESSING
2692.12/2705.85	c GARBAGE COLLECT
2692.12/2705.85	WSVECS04 Frhs2[1]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2]: 6 -4.00001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[14]: 6 -2.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[15]: 6 -3.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[17]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[18]: 6 -1.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[19]: 6 -5.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[20]: 6 -5.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[21]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[22]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[24]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[27]: 6 -7.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[31]: 6 -1.0001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[34]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[37]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[42]: 6 -4.0001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[43]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[45]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[47]: 6 -4.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[48]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[52]: 6 -2.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[57]: 6 -1.00001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[62]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[63]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[124]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[125]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[126]: 6 -2.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[128]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[129]: 6 -5.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[131]: 6 -1.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[132]: 6 -2.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[133]: 6 -2.50005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[137]: 6 -1.00001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[138]: 6 -2.0001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[141]: 6 -1.50004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[142]: 6 -2.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[161]: 6 -1.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[162]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[163]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[165]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[243]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[244]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[245]: 6 -2.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[247]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[249]: 6 -3.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[250]: 6 -2.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[252]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[253]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[255]: 6 -5.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[257]: 6 -2.00001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[260]: 6 -1.0001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[261]: 6 -4.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[262]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[264]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[265]: 6 -2.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[267]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[268]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[273]: 6 -2.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[274]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[275]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[276]: 6 -3.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[278]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[279]: 6 -14.812 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[280]: 6 -2.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[281]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[282]: 6 -1.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[285]: 6 -3.33343 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[286]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[288]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[289]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[290]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[291]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[292]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[293]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[294]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[295]: 6 -1.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[296]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[297]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[300]: 6 -2.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[305]: 6 -41.231 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[306]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[371]: 6 -4.50006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[373]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[374]: 6 -2.00001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[376]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[377]: 6 -2.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[378]: 6 -2.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[379]: 6 -1.00001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[380]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[382]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[383]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[384]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[385]: 6 -2.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[386]: 6 -6.22329 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[394]: 6 -2.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[398]: 6 -1.80005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[401]: 6 -3.9768 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[405]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[407]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[408]: 6 -8.85531 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[409]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[410]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[411]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[413]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[414]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[415]: 6 -1.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[417]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[418]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[419]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[420]: 6 -2.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[421]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[423]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[424]: 6 -1.00001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[425]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[426]: 6 -111.666 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[427]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[429]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[430]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[431]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[438]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[444]: 6 -2.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[494]: 6 -2.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[496]: 6 -2.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[497]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[499]: 6 -3.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[500]: 6 -3.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[503]: 6 -2.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[512]: 6 -6.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[513]: 6 -3.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[518]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[523]: 6 -8.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[524]: 6 -1.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[525]: 6 -2.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[533]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[538]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[544]: 6 -1.11119 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[551]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[611]: 6 -1.0001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[612]: 6 -1.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[614]: 6 -2.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[617]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[618]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[621]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[622]: 6 -2.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[625]: 6 -2.00001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[627]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[629]: 6 -10.0001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[630]: 6 -2.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[632]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[633]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[634]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[635]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[637]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[638]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[639]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[640]: 6 -1.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[641]: 6 -2.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[642]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[643]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[644]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[645]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[646]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[647]: 6 -1.00001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[648]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[649]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[650]: 6 -1.0001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[651]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[652]: 6 -1.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[654]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[656]: 6 -3.00001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[657]: 6 -1.0001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[659]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[662]: 6 -1.0001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[664]: 6 -0.666716 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[666]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[667]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[669]: 6 -1.33342 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[795]: 6 -167.7 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[896]: 6 -1.0001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[897]: 6 -7.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[898]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[899]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[900]: 6 -1.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[901]: 6 -1.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[902]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[903]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[904]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[905]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[906]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[908]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[910]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[912]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[913]: 6 -4.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[921]: 6 -1.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[924]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[927]: 6 -3.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[979]: 6 -7.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[980]: 6 -1.50003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[981]: 6 -2.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[983]: 6 -6.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[987]: 6 -5.50003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[990]: 6 -5.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1003]: 6 -2.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1004]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1015]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1016]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1100]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1101]: 6 -2.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1102]: 6 -2.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1104]: 6 -1.25004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1108]: 6 -3.75008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1110]: 6 -3.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1111]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1112]: 6 -1.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1113]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1115]: 6 -1.0001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1116]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1120]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1121]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1122]: 6 -3.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1123]: 6 -1.60003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1124]: 6 -2.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1125]: 6 -3.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1126]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1127]: 6 -2.40009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1129]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1131]: 6 -1.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1132]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1133]: 6 -5.8553 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1134]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1136]: 6 -2.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1137]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1139]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1140]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1143]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1145]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1146]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1148]: 6 -2.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1151]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1152]: 6 -5.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1154]: 6 -2.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1156]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1158]: 6 -19.5001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1230]: 6 -1.0001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1231]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1232]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1239]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1240]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1242]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1244]: 6 -3.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1245]: 6 -3.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1246]: 6 -1.0001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1247]: 6 -1.0001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1250]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1251]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1259]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1265]: 6 -4.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1266]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1267]: 6 -1.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1275]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1359]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1360]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1362]: 6 -1.0001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1363]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1366]: 6 -3.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1367]: 6 -2.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1370]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1372]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1373]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1374]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1375]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1376]: 6 -1.00001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1377]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1378]: 6 -1.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1380]: 6 -3.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1381]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1382]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1388]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1389]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1391]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1392]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1394]: 6 -1.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1400]: 6 -189.3 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1403]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1405]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1474]: 6 -3.0001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1478]: 6 -2.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1480]: 6 -3.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1484]: 6 -7.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1492]: 6 -2.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1498]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1505]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1506]: 6 -30 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1510]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1516]: 6 -10.0001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1536]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1537]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1590]: 6 -1.0001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1592]: 6 -1.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1593]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1594]: 6 -2.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1597]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1598]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1599]: 6 -1.00001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1600]: 6 -1.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1601]: 6 -2.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1602]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1603]: 6 -1.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1604]: 6 -9.95683 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1605]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1606]: 6 -2.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1609]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1611]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1612]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1614]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1616]: 6 -2.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1617]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1618]: 6 -4.20303 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1619]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1620]: 6 -1.00001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1623]: 6 -1.0001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1624]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1625]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1626]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1628]: 6 -1.00001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1630]: 6 -2.0001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1631]: 6 -1.00001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1632]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1634]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1636]: 6 -2.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1639]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1640]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1641]: 6 -1.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1647]: 6 -5.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1649]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1698]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1700]: 6 -1.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1701]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1705]: 6 -2.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1706]: 6 -4.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1708]: 6 -2.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1709]: 6 -3.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1711]: 6 -3.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1712]: 6 -4.83343 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1714]: 6 -4.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1717]: 6 -2.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1719]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1721]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1722]: 6 -4.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1724]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1727]: 6 -1.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1729]: 6 -2.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1730]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1736]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1737]: 6 -2.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1739]: 6 -1.00001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1741]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1744]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1745]: 6 -1.0001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1746]: 6 -2.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1748]: 6 -4.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1750]: 6 -1.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1754]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1758]: 6 -1.66672 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1845]: 6 -2.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1848]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1851]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1852]: 6 -13.0001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1853]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1855]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1856]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1857]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1858]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1859]: 6 -2.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1861]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1862]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1863]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1864]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1865]: 6 -1.0001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1866]: 6 -2.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1868]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1869]: 6 -4.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1870]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1871]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1872]: 6 -1.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1873]: 6 -4.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1874]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1876]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1881]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1884]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1890]: 6 -1.00001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1891]: 6 -3.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1892]: 6 -119.002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1893]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1895]: 6 -2.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1896]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1976]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1977]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1980]: 6 -2.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1981]: 6 -1.0001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1984]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1985]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1986]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1987]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1988]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1989]: 6 -4.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1990]: 6 -1.00001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[1994]: 6 -2.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2009]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2013]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2017]: 6 -1.16973 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2066]: 6 -4.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2068]: 6 -2.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2070]: 6 -4.00001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2081]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2082]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2083]: 6 -1.0001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2085]: 6 -1.0001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2086]: 6 -2.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2088]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2089]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2090]: 6 -1.00001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2094]: 6 -5.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2097]: 6 -2.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2098]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2099]: 6 -7.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2100]: 6 -5.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2101]: 6 -1.00001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2102]: 6 -4.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2103]: 6 -1.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2104]: 6 -5.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2109]: 6 -5.0001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2111]: 6 -2.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2112]: 6 -2.0001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2115]: 6 -2.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2126]: 6 -12.0001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2127]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2129]: 6 -4.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2137]: 6 -6.0001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2140]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2211]: 6 -1.00001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2212]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2213]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2214]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2215]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2216]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2218]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2220]: 6 -3.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2222]: 6 -8.00001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2226]: 6 -1.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2231]: 6 -5.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2234]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2238]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2240]: 6 -1.0001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2246]: 6 -2.0001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2248]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2255]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2256]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2365]: 6 -2.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2436]: 6 -2.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2437]: 6 -1.0001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2438]: 6 -1.0001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2439]: 6 -2.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2440]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2441]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2442]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2444]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2446]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2447]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2448]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2450]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2451]: 6 -3.00001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2453]: 6 -7.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2454]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2456]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2459]: 6 -3.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2462]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2464]: 6 -1.0001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2467]: 6 -1.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2471]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2472]: 6 -1.00001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2473]: 6 -2.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2479]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2482]: 6 -3.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2487]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2488]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2492]: 6 -1.00001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2498]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2558]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2559]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2560]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2561]: 6 -1.00001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2562]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2563]: 6 -2.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2564]: 6 -2.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2567]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2568]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2569]: 6 -1.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2570]: 6 -3.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2571]: 6 -0.600093 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2574]: 6 -3.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2575]: 6 -3.0001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2576]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2577]: 6 -5.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2578]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2580]: 6 -1.40001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2585]: 6 -3.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2587]: 6 -1.00001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2588]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2589]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2590]: 6 -3.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2593]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2594]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2596]: 6 -2.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2598]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2609]: 6 -2.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2611]: 6 -91.3751 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2800]: 6 -1.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2801]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2802]: 6 -2.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2804]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2805]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2806]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2807]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2809]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2810]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2812]: 6 -2.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2818]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2826]: 6 -7.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2830]: 6 -308.504 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2848]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2851]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2852]: 6 -89.5 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2860]: 6 -7.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2861]: 6 -1094.38 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2864]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2945]: 6 -2.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2955]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2956]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2961]: 6 -3.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2965]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2971]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[2982]: 6 -2.00001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3086]: 6 0 118.637 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3099]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3101]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3103]: 6 -347.484 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3104]: 6 -121.637 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3166]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3167]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3168]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3169]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3170]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3171]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3174]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3175]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3176]: 6 -3.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3177]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3178]: 6 -4.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3180]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3182]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3185]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3187]: 6 -8.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3188]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3189]: 6 -3.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3190]: 6 -6.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3196]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3199]: 6 -4.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3200]: 6 -1.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3201]: 6 -4.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3215]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3216]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3222]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3295]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3296]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3297]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3298]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3299]: 6 -3.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3300]: 6 -1.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3301]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3302]: 6 -3.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3304]: 6 -4.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3306]: 6 -4.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3307]: 6 -2.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3326]: 6 -2.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3328]: 6 -30.2668 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3338]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3339]: 6 -2.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3342]: 6 -3.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3489]: 6 -0.0732179 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3558]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3562]: 6 -2.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3564]: 6 -3.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3566]: 6 -2.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3568]: 6 -1.0001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3571]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3576]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3578]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3579]: 6 -1.00001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3580]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3581]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3587]: 6 -2.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3655]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3656]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3658]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3659]: 6 -2.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3661]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3663]: 6 -5.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3664]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3665]: 6 -7.44451 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3666]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3671]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3682]: 6 -4.00001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3684]: 6 -1.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3687]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3688]: 6 -1.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3689]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3696]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3699]: 6 -2.00001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3701]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3705]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3708]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3709]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3710]: 6 -3.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3711]: 6 -7.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3717]: 6 -1.0001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3789]: 6 0 829.187 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3830]: 6 -1.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3831]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3938]: 6 0 1213.15 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3939]: 6 0 1217.38 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3942]: 6 0 1207.32 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3950]: 6 -1199.08 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3951]: 6 -1216.57 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3953]: 6 -1215.04 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3954]: 6 -7.1583 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3955]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[3958]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4031]: 6 -1.40008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4032]: 6 -0.300031 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4033]: 6 -1.30002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4034]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4035]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4036]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4037]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4038]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4039]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4040]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4041]: 6 -7.3046 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4049]: 6 -1.6955 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4050]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4056]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4057]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4058]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4059]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4060]: 6 -2.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4061]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4062]: 6 -16.0001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4071]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4072]: 6 -1.00001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4073]: 6 -1.0001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4074]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4075]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4076]: 6 -2.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4078]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4143]: 6 0 2.00008 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4144]: 6 0 1.13425 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4162]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4163]: 6 -1.0001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4164]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4165]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4166]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4167]: 6 -1.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4169]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4170]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4173]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4174]: 6 -3.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4175]: 6 -1.33336 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4176]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4177]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4178]: 6 -1.66675 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4179]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4180]: 6 -3.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4181]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4182]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4184]: 6 -4.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4185]: 6 -2.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4186]: 6 -2.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4188]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4190]: 6 -3.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4194]: 6 -2.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4197]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4201]: 6 -2.00001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4285]: 6 0 712.831 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4299]: 6 0 77.2001 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4304]: 6 0 637.379 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4381]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4382]: 6 -2.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4385]: 6 -1.00001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4386]: 6 -4.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4402]: 6 -11 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4403]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4404]: 6 -2.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4408]: 6 -3.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4409]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4411]: 6 -3.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4412]: 6 -8.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4417]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4419]: 6 -3.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4425]: 6 -2.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4426]: 6 -1.0001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4428]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4430]: 6 -1.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4433]: 6 -485.928 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4438]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4440]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4441]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4506]: 6 0 1125.72 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4509]: 6 0 1220.83 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4513]: 6 0 360.552 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4520]: 6 0 2051 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4542]: 6 -0.82225 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4543]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4544]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4545]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4546]: 6 -2.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4547]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4548]: 6 -2.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4550]: 6 -2.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4551]: 6 -1.0001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4552]: 6 -2.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4553]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4554]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4556]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4558]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4559]: 6 -1.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4560]: 6 -1.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4562]: 6 -1.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4563]: 6 -2.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4658]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4659]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4660]: 6 -1.00001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4661]: 6 -2.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4663]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4664]: 6 -3.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4666]: 6 -1.0001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4668]: 6 -1.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4669]: 6 -3.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4672]: 6 -3.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4676]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4677]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4679]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4683]: 6 -2.0001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4689]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4750]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4752]: 6 -2.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4753]: 6 -2.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4754]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4755]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4756]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4757]: 6 -3.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4758]: 6 -3.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4759]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4761]: 6 -3.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4762]: 6 -2.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4763]: 6 -3.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4767]: 6 -4.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4772]: 6 -3.00001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4778]: 6 -1.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4782]: 6 -1.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4789]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4792]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4795]: 6 -1.00001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4802]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4804]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4805]: 6 -3.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4861]: 6 0 12.2801 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4893]: 6 0 109.666 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4904]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4907]: 6 -2.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4910]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4911]: 6 -18.28 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4912]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4913]: 6 -112.666 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[4915]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5021]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5025]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5026]: 6 -1.0001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5027]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5028]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5029]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5030]: 6 -1.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5031]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5032]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5033]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5034]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5035]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5036]: 6 -1.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5037]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5038]: 6 -1.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5039]: 6 -3.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5042]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5043]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5044]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5045]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5046]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5047]: 6 -2.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5050]: 6 -1.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5052]: 6 -2.19289 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5148]: 6 0 1.25006 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5151]: 6 0 721.636 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5233]: 6 0 0.0769829 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5251]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5254]: 6 -6.00001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5258]: 6 -3.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5261]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5262]: 6 -5.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5265]: 6 -2.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5266]: 6 -6.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5267]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5268]: 6 -2.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5270]: 6 -6.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5274]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5279]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5281]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5282]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5290]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5293]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5294]: 6 -728.268 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5364]: 6 -1.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5365]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5367]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5368]: 6 -1.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5369]: 6 -4.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5372]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5373]: 6 -1.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5374]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5375]: 6 -2.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5376]: 6 -0.555641 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5378]: 6 -4.00001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5380]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5381]: 6 -1.00001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5382]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5384]: 6 -1.44452 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5387]: 6 -10 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5388]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5390]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5391]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5393]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5503]: 6 0 602.029 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5505]: 6 0 605.963 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5508]: 6 0 601.858 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5514]: 6 0 601.741 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5518]: 6 0 608.47 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5617]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5618]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5619]: 6 -2.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5620]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5621]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5622]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5624]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5625]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5629]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5630]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5632]: 6 -3.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5634]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5635]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5636]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5637]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5638]: 6 -2.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5640]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5641]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5642]: 6 -2.00001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5646]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5650]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5754]: 6 0 309.354 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5873]: 6 0 229.336 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5877]: 6 0 813.927 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5981]: 6 0 847.132 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5995]: 6 0 845.052 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5996]: 6 0 845.915 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[5998]: 6 0 846.529 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6009]: 6 0 850.035 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6010]: 6 0 846.371 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6024]: 6 -0.902806 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6115]: 6 -1.00001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6117]: 6 -1.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6120]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6122]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6123]: 6 -4.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6127]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6129]: 6 -4.19806 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6133]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6134]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6139]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6221]: 6 0 720.943 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6230]: 6 0 724.528 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6235]: 6 0 724.193 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6237]: 6 0 727.383 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6238]: 6 0 734.803 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6346]: 6 -5.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6348]: 6 -1.0001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6349]: 6 -6.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6350]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6361]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6378]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6380]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6463]: 6 0 185.68 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6466]: 6 0 965.708 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6481]: 6 0 974.912 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6711]: 6 -0.666722 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6714]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6715]: 6 -2.33342 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6716]: 6 -80.9934 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6718]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6723]: 6 -5.0001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6726]: 6 -1.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6728]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6729]: 6 -4.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6730]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6732]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6733]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6734]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6736]: 6 -4.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6737]: 6 -1.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6738]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6740]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6741]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6806]: 6 0 0.819628 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6819]: 6 0 176.75 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6825]: 6 0 9.71054 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6830]: 6 0 494.41 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6831]: 6 0 480.091 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6834]: 6 0 483.458 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6838]: 6 0 787.229 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6841]: 6 0 482.171 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6844]: 6 0 487.351 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6865]: 6 -485.641 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6948]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6952]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6953]: 6 -1.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6955]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6958]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6959]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6961]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6962]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6963]: 6 -1.0001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6964]: 6 -2.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6965]: 6 -1.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6967]: 6 -2.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6968]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6976]: 6 -150.1 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6978]: 6 -3.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6982]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[6990]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[7080]: 6 0 1096.24 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[7086]: 6 0 1082.45 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[7087]: 6 0 1085.19 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[7088]: 6 0 1086.59 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[7323]: 6 0 79.1794 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[7335]: 6 0 134.61 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[7438]: 6 0 115.3 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[7455]: 6 0 966.755 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[7456]: 6 0 970.259 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[7459]: 6 0 966.042 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[7460]: 6 0 847.305 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[7685]: 6 0 602.738 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[7687]: 6 0 601.904 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[7688]: 6 0 331.41 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[7689]: 6 0 879.98 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[7823]: 6 0 845.757 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[7825]: 6 0 849.389 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[7835]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[7925]: 6 0 72.5549 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[7944]: 6 -5.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[7948]: 6 -2.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[7952]: 6 -3.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8053]: 6 0 1.71435 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8058]: 6 0 239.85 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8060]: 6 0 241.106 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8062]: 6 0 244.486 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8174]: 6 0 240.8 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8198]: 6 -607.551 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8200]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8201]: 6 -608.514 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8256]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8258]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8259]: 6 -2.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8260]: 6 -2.0001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8262]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8263]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8264]: 6 -1.00001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8265]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8266]: 6 -2.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8268]: 6 -2.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8270]: 6 -2.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8272]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8273]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8274]: 6 -2.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8276]: 6 -1.0001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8277]: 6 -2.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8279]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8299]: 6 -18.0001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8300]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8302]: 6 -2.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8303]: 6 -2.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8313]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8314]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8315]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8317]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8319]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8321]: 6 -4.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8322]: 6 -9.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8325]: 6 -1.00001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8327]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8328]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8329]: 6 -2.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8406]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8408]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8410]: 6 -3.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8411]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8412]: 6 -2.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8413]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8414]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8415]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8417]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8418]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8420]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8421]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8423]: 6 -2.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8426]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8429]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8431]: 6 -6.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8436]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8531]: 6 -2.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8533]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8534]: 6 -1.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8536]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8538]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8539]: 6 -5.0001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8544]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8546]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8555]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8559]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8563]: 6 -1.0001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8629]: 6 0 222.6 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8650]: 6 0 1.20308 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8652]: 6 0 0.50006 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8657]: 6 0 525.631 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8659]: 6 0 718.856 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8660]: 6 0 368.61 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8775]: 6 0 724.91 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8905]: 6 0 846.784 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8926]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8928]: 6 -1.00001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[8929]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[9006]: 6 0 360.748 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[9013]: 6 0 74.1 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[9023]: 6 0 286.631 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[9038]: 6 0 363.46 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[9158]: 6 0 1211.69 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[9160]: 6 0 1213.84 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[9164]: 6 0 1216.95 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[9261]: 6 0 120.732 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[9265]: 6 0 120.85 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[9266]: 6 0 119.19 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[9267]: 6 0 124.208 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[9268]: 6 0 115.081 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[9378]: 6 0 1215.99 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[9379]: 6 0 1138.65 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[9384]: 6 0 1209.76 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[9386]: 6 0 1195.19 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[9388]: 6 0 67.4453 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[9389]: 6 0 1215.21 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[9521]: 6 0 606.878 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[9625]: 6 -3.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[9628]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[9629]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[9630]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[9631]: 6 -3.35752 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[9634]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[9636]: 6 -242.452 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[9641]: 6 -243.645 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[9643]: 6 -1.70433 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[9644]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[9646]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[9652]: 6 -0.913768 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[9657]: 6 -3.76672 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[9756]: 6 0 115.822 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[9884]: 6 0 1090.9 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[9889]: 6 0 1095.05 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[9895]: 6 0 1094.4 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[9990]: 6 0 1082.25 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[10007]: 6 0 1089.21 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[10016]: 6 0 1089.93 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[10109]: 6 0 117.438 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[10125]: 6 0 358.067 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[10218]: 6 0 10.6091 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[10260]: 6 0 1095.05 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[10385]: 6 0 117.087 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[11018]: 6 0 1.0001 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[11026]: 6 0 1.00007 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[11030]: 6 0 3.00002 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[11139]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[11164]: 6 0 1.69237 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[11171]: 6 0 5.00005 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[11185]: 6 0 1.00008 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[11188]: 6 0 2.00008 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[11272]: 6 0 2.00003 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[11277]: 6 0 1.00009 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[11381]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[11428]: 6 0 4.60408 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[11508]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[11515]: 6 0 1.00003 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[11519]: 6 0 2.14292 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[11525]: 6 0 2.84768 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[11547]: 6 0 11.0001 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[11623]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[11626]: 6 0 1.00005 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[11635]: 6 0 7.00009 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[11636]: 6 0 0.250035 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[11645]: 6 0 4.00006 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[11648]: 6 0 0.307705 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[11684]: 6 0 2.70007 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[11757]: 6 0 0.750018 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[11774]: 6 0 2.00008 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[11797]: 6 -0.333409 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[11798]: 6 -62.9201 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[11799]: 6 -3.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[11800]: 6 -293.441 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[11888]: 6 0 2.02566 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[11905]: 6 -450.2 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[11908]: 6 0 5.00008 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[11924]: 6 0 4.25007 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[11927]: 6 0 4.10003 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[11995]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[12001]: 6 0 3.00001 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[12031]: 6 0 2.00003 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[12238]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[12239]: 6 -2.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[12240]: 6 -1.00001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[12244]: 6 -2.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[12245]: 6 -0.285759 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[12252]: 6 0 2.46163 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[12274]: 6 0 1.00004 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[12275]: 6 0 13.01 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[12370]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[12372]: 6 -1.11472 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[12481]: 6 0 7.00005 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[12490]: 6 0 13 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[12496]: 6 0 15 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[12499]: 6 0 16.0001 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[12502]: 6 0 19.8001 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[12505]: 6 0 19 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[12600]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[12601]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[12602]: 6 -1.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[12603]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[12607]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[12614]: 6 0 0.853793 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[12615]: 6 0 0.461634 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[12641]: 6 0 0.200037 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[12649]: 6 0 0.911124 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[12710]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[12712]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[12733]: 6 0 2.00002 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[12736]: 6 0 3.53847 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[12746]: 6 0 5.0001 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[12753]: 6 0 4.00007 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[12846]: 6 0 0.500056 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[12848]: 6 0 1.00004 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[12850]: 6 0 0.857204 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[12855]: 6 0 7.00009 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[12875]: 6 0 8.50754 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[12893]: 6 0 2.14291 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[12967]: 6 0 2.50007 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[12969]: 6 0 1.00009 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[12971]: 6 0 0.42861 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[12976]: 6 0 11 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[12977]: 6 0 4.47823 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[12978]: 6 0 1.61542 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[12985]: 6 -2.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[12987]: 6 -0.400073 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[13220]: 6 0 0.846177 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[13221]: 6 0 2.84617 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[13222]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[13223]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[13227]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[13255]: 6 0 4.00005 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[13330]: 6 0 1.25006 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[13331]: 6 0 1.00002 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[13356]: 6 0 1.00008 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[13361]: 6 0 1.00001 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[13365]: 6 0 1.00002 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[13372]: 6 -0.333355 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[13376]: 6 -0.750098 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[13378]: 6 -33.7534 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[13451]: 6 0 1.25001 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[13455]: 6 0 0.285786 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[13485]: 6 0 8.40103 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[13570]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[13571]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[13573]: 6 -1.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[13574]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[13575]: 6 -1.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[13576]: 6 -0.285798 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[13577]: 6 -1.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[13581]: 6 0 4.00009 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[13584]: 6 0 0.307784 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[13602]: 6 0 1.00006 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[13615]: 6 0 11.2648 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[13727]: 6 0 3.20304 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[13769]: 6 0 1.3641 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[13814]: 6 0 0.250071 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[13825]: 6 0 3.23084 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[13828]: 6 0 2.00001 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[13836]: 6 0 3.00007 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[13856]: 6 0 7.00007 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[13944]: 6 0 8.00003 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[13946]: 6 0 2.46159 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[13947]: 6 0 2.46158 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[13957]: 6 -2.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[13960]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[13961]: 6 -2.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[13963]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[14178]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[14179]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[14180]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[14182]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[14183]: 6 -2.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[14186]: 6 0 8.00003 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[14187]: 6 0 3.38916 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[14189]: 6 0 2.15392 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[14223]: 6 0 8.75001 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[14305]: 6 -2.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[14306]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[14311]: 6 -1.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[14312]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[14313]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[14314]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[14332]: 6 0 3.00505 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[14440]: 6 0 267.52 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[14469]: 6 0 393.99 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[14479]: 6 0 1.55502 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[14482]: 6 0 4.13522 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[14488]: 6 0 1.12565 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[14494]: 6 0 0.0508185 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[14495]: 6 0 0.180628 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[14497]: 6 0 2.63957 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[14504]: 6 0 0.743693 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[14568]: 6 -2.00005 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[14570]: 6 -1.00001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[14571]: 6 -4.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[14574]: 6 -1.59909 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[14584]: 6 0 0.666741 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[14586]: 6 0 1.50007 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[14666]: 6 -1.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[14668]: 6 -3.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[14669]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[14697]: 6 0 1.00008 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[14792]: 6 0 3.21722 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[14818]: 6 0 1.00009 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[14820]: 6 0 3.00005 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[14840]: 6 0 3.12974 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[14912]: 6 0 3.00007 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[14924]: 6 0 2.00004 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[14926]: 6 0 839.187 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[14965]: 6 0 11.1551 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[15035]: 6 0 1.92311 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[15144]: 6 0 5.00002 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[15173]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[15179]: 6 0 7.40606 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[15316]: 6 0 463.133 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[15329]: 6 0 3.46334 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[15344]: 6 0 3.89289 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[15391]: 6 0 0.285812 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[15392]: 6 -1.00008 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[15397]: 6 0 0.968416 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[15429]: 6 0 6.66675 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[15445]: 6 0 3.05443 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[15518]: 6 0 1205.77 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[15519]: 6 0 1.23083 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[15533]: 6 0 360.552 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[15549]: 6 0 18.7667 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[15631]: 6 0 2.00007 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[15632]: 6 0 2.00001 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[15636]: 6 0 1.00004 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[15639]: 6 0 4.82204 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[15640]: 6 0 1.07702 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[15669]: 6 -0.666679 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[15676]: 6 0 0.2858 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[15698]: 6 0 2.76065 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[15759]: 6 0 4.00005 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[15763]: 6 -1.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[15791]: 6 0 69.0067 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[15871]: 6 0 0.500066 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[15873]: 6 0 1.00009 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[15875]: 6 0 0.428636 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[15900]: 6 0 3.10154 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[15905]: 6 0 2.20305 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[15919]: 6 -2.70004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[15920]: 6 -299.4 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[15921]: 6 -118.668 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[16001]: 6 0 2.00004 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[16013]: 6 0 5.00006 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[16014]: 6 0 6.00001 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[16024]: 6 0 2.00009 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[16034]: 6 0 1.33335 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[16068]: 6 0 0.777794 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[16168]: 6 0 1.16465 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[16175]: 6 0 0.386104 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[16182]: 6 0 2.88384 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[16270]: 6 0 1.00004 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[16281]: 6 0 0.571485 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[16366]: 6 0 1.92315 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[16367]: 6 0 1.92317 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[16373]: 6 -4.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[16374]: 6 -1.20009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[16375]: 6 -0.100031 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[16376]: 6 -1.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[16377]: 6 -2.00004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[16378]: 6 -1.00002 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[16396]: 6 0 14.18 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[16399]: 6 0 0.666703 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[16401]: 6 0 0.500078 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[16486]: 6 0 2.36354 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[16522]: 6 0 604.529 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[16526]: 6 0 282.653 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[16534]: 6 0 5.32562 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[16545]: 6 0 4.91939 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[16548]: 6 0 4.97569 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[16556]: 6 0 2.69854 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[16601]: 6 0 0.571471 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[16604]: 6 0 2.00006 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[16606]: 6 0 5.00004 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[16609]: 6 0 4.8462 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[16615]: 6 0 1199.22 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[16617]: 6 0 0.500061 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[16620]: 6 0 1200.22 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[16629]: 6 -1.0001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[16632]: 6 -1.0001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[16638]: 6 0 15.2734 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[16776]: 6 0 5.08197 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[16839]: 6 0 0.250043 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[16997]: 6 0 0.400017 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[17000]: 6 0 847.91 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[17002]: 6 0 837.504 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[17018]: 6 0 5.88016 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[17023]: 6 0 2.53067 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[17036]: 6 0 1.76961 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[17110]: 6 0 14.3628 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[17119]: 6 0 1.00001 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[17123]: 6 0 0.333395 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[17130]: 6 -179.902 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[17211]: 6 0 7.0001 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[17212]: 6 0 0.426889 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[17213]: 6 0 0.230799 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[17220]: 6 0 2.00005 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[17233]: 6 0 3.00008 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[17248]: 6 0 1.00008 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[17252]: 6 0 475.742 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[17271]: 6 0 3.06685 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[17278]: 6 0 1.44072 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[17359]: 6 -1.0001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[17362]: 6 -3.14296 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[17394]: 6 0 2.1776 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[17483]: 6 0 751.654 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[17491]: 6 0 755.94 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[17493]: 6 0 807.108 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[17497]: 6 0 8.52643 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[17504]: 6 0 2.19503 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[17515]: 6 0 3.16314 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[17523]: 6 0 1.07777 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[17583]: 6 0 2.00003 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[17722]: 6 -1.00006 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[17724]: 6 -2.00001 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[17850]: 6 0 340.784 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[17865]: 6 -479.833 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[17873]: 6 0 5.29408 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[17883]: 6 0 3.39354 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[17961]: 6 -4.00009 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[17963]: 6 -1.00003 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[17964]: 6 -1.00007 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[17965]: 6 -1.40004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[17968]: 6 -1.66672 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[18054]: 6 0 3.00003 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[18059]: 6 0 10.0137 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[18078]: 6 0 13.3628 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[18093]: 6 0 2.00002 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[18095]: 6 0 0.750058 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[18116]: 6 0 3.21191 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[18119]: 6 0 0.53306 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[18120]: 6 0 1.08194 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[18121]: 6 0 2.71025 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[18123]: 6 0 0.83312 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[18132]: 6 0 1.34183 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[18136]: 6 0 2.1773 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[18182]: 6 0 1.07694 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[18186]: 6 0 1.00006 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[18205]: 6 0 3.00002 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[18207]: 6 0 4.40002 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[18211]: 6 0 22.9734 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[18250]: 6 0 1.09372 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[18331]: 6 0 1.33341 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[18332]: 6 0 12.98 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[18363]: 6 0 2.53646 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[18364]: 6 0 2.42345 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[18474]: 6 0 4.97432 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[18485]: 6 0 4.6278 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[18486]: 6 0 2.72485 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[18497]: 6 0 0.228478 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[18498]: 6 0 3.10731 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[18688]: 6 0 6.80709 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[18724]: 6 0 0.701393 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[18730]: 6 0 0.110592 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[18784]: 6 0 2.00008 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[18798]: 6 0 839.128 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[18821]: 6 0 9.75006 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[18845]: 6 0 10.1787 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[19021]: 6 0 0.142878 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[19067]: 6 0 12.5217 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[19092]: 6 0 3.86983 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[19093]: 6 0 1.20272 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[19097]: 6 0 0.046415 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[19166]: 6 0 841.129 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[19173]: 6 0 2.00007 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[19196]: 6 0 3.76158 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[19208]: 6 0 4.31468 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[19296]: 6 0 1.20005 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[19298]: 6 0 3.2858 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[19299]: 6 0 3.11117 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[19300]: 6 0 32.9534 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[19304]: 6 0 6.48896 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[19306]: 6 0 21.5715 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[19425]: 6 0 0.133398 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[19426]: 6 0 3.00004 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[19427]: 6 0 11 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[19455]: 6 0 2.97954 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[19499]: 6 0 1.00006 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[19505]: 6 0 1.28576 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[19515]: 6 0 2.00003 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[19542]: 6 -116.047 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[19544]: 6 -293.441 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[19571]: 6 0 0.358375 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[19627]: 6 0 3.00002 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[19637]: 6 0 5.00007 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[19666]: 6 0 0.666684 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[19667]: 6 0 231.467 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[19684]: 6 0 9.30163 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[19685]: 6 0 2.73668 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[19689]: 6 0 6.79163 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[19801]: 6 0 3.27386 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[19824]: 6 0 2.49558 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[19827]: 6 0 0.166195 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[19829]: 6 0 2.26871 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[19830]: 6 0 3.0544 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[19833]: 6 0 2.41318 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[19893]: 6 0 2.6523 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[19898]: 6 0 11.6091 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[19914]: 6 0 661.881 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[19915]: 6 0 67.6438 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[19938]: 6 -850.67 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[19940]: 6 -850.266 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[19942]: 6 -850.111 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[19943]: 6 -854.393 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[20003]: 6 0 723.895 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[20004]: 6 0 1.20006 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[20010]: 6 0 1.00001 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[20031]: 6 0 360.976 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[20036]: 6 0 281.517 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[20047]: 6 0 0.280623 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[20066]: 6 0 0.190581 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[20180]: 6 0 5.87981 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[20285]: 6 0 1.12665 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[20313]: 6 0 4.52343 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[20376]: 6 0 1204.32 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[20398]: 6 0 958.8 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[20401]: 6 0 4.49648 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[20417]: 6 0 1.5983 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[20419]: 6 0 4.09959 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[20422]: 6 0 1.10238 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[20429]: 6 0 5.56792 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[20509]: 6 0 2.22232 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[20635]: 6 -1.22229 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[20636]: 6 -0.250019 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[20638]: 6 -2.60004 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[20639]: 6 -131.7 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[20640]: 6 -146.96 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[20641]: 6 -661.649 0 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[20751]: 6 0 2.11114 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[20756]: 6 0 0.244459 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[20793]: 6 0 1.37694 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[20796]: 6 0 1.14123 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[20890]: 6 0 9.02783 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[20913]: 6 0 9.25979 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[20915]: 6 0 1.67726 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[20918]: 6 0 5.68766 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[20919]: 6 0 1.67731 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[20991]: 6 0 4.00009 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[21085]: 6 0 2.6154 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[21118]: 6 0 0.666685 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[21155]: 6 0 2.77599 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[21224]: 6 0 19.8703 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[21276]: 6 0 4.01797 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[21494]: 6 0 10.885 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[21500]: 6 0 7.85958 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[21502]: 6 0 1.36286 shouldn't be
2692.12/2705.85	WSVECS04 Frhs2[21519]: 6 0 6.33546 shouldn't be
2692.12/2705.86	WSVECS04 Frhs2[21603]: 6 0 0.133361 shouldn't be
2692.12/2705.86	WSVECS04 Frhs2[21715]: 6 0 1.00004 shouldn't be
2692.12/2705.86	WSVECS04 Frhs2[21724]: 6 0 3.3112 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[40]: 6 -1.00002 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[46]: 6 -1.00008 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[54]: 6 -1.00005 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[56]: 6 -1.00003 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[60]: 6 -2.0001 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[122]: 6 -2.00006 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[123]: 6 -2.00002 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[139]: 6 -1.00007 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[154]: 6 -1.00003 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[156]: 6 -1.0001 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[164]: 6 -1.0001 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[283]: 6 -1.00002 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[303]: 6 -1.00006 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[304]: 6 -1.00002 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[309]: 6 -1.00004 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[388]: 6 -1.00005 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[392]: 6 -1.00008 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[396]: 6 -1.00008 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[495]: 6 -2.00009 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[521]: 6 -4.00009 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[530]: 6 -1.00002 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[534]: 6 -1.00008 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[537]: 6 -0.888928 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[540]: 6 -1.00003 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[628]: 6 -1.00001 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[787]: 6 -8.42866 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[922]: 6 -1.00008 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[925]: 6 -1.00004 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[1023]: 6 -2.00004 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[1235]: 6 -1.00003 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[1243]: 6 -1.00008 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[1254]: 6 -2.00005 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[1270]: 6 -1.00002 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[1272]: 6 -2.00009 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[1273]: 6 -1.00006 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[1393]: 6 -1.00009 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[1399]: 6 -2.00003 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[1402]: 6 -1.00007 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[1533]: 6 -1.00002 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[1589]: 6 -1.00006 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[1646]: 6 -1.00004 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[1752]: 6 -5.42862 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[1854]: 6 -1.00008 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[1975]: 6 -7.00003 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[1991]: 6 -2.00006 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[1995]: 6 -2.00002 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[1998]: 6 -1.00001 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[2000]: 6 -1.00003 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[2003]: 6 -1.0001 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[2011]: 6 -1.00005 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[2024]: 6 -1.00002 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[2076]: 6 -2.00009 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[2079]: 6 -2.00008 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[2084]: 6 -1.00008 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[2128]: 6 -1.00007 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[2227]: 6 -1.00008 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[2233]: 6 -3.00001 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[2249]: 6 -2.00006 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[2252]: 6 -1.00001 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[2369]: 6 -84.9423 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[2435]: 6 -2.00008 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[2489]: 6 -1.00006 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[2491]: 6 -1.00004 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[2497]: 6 -1.00001 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[2566]: 6 -1.00009 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[2591]: 6 -3.00002 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[2829]: 6 -30.2764 0 shouldn't be
2772.28/2786.27	WSVECS04 Frhs2[2858]: 6 -1.00005 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[2865]: 6 -1.00004 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[2867]: 6 -1.00009 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[2960]: 6 -1.00007 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[2970]: 6 -1.00008 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[2974]: 6 -1.00008 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[2978]: 6 -1.00002 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[2984]: 6 -1.00002 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[3064]: 6 0 0.618437 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[3207]: 6 -1.00001 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[3208]: 6 -1.00008 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[3221]: 6 -1.00009 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[3345]: 6 -1.00005 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[3349]: 6 -1.00009 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[3454]: 6 0 2.50007 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[3559]: 6 -1.00008 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[3577]: 6 -2.00007 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[3585]: 6 -1.00006 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[3586]: 6 -1.00008 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[3592]: 6 -1.00005 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[3593]: 6 -1.00004 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[3686]: 6 -3.0001 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[3691]: 6 -1.0001 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[3692]: 6 -1.00002 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[3693]: 6 -1.00003 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[3698]: 6 -1.00002 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[3713]: 6 -1.00007 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[3714]: 6 -1.00007 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[3716]: 6 -1.00008 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[3820]: 6 0 115.732 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[3836]: 6 -2.00002 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[3956]: 6 -1.00005 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[3962]: 6 -1.00004 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[3965]: 6 -1.00008 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[4069]: 6 -3.0001 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[4070]: 6 -1.00004 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[4199]: 6 -2.00005 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[4200]: 6 -1.00004 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[4435]: 6 -1.00004 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[4439]: 6 -1.00006 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[4794]: 6 -1.00004 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[4796]: 6 -1.00003 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[4799]: 6 -1.00009 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[4801]: 6 -1.00008 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[4803]: 6 -1.00007 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[4808]: 6 -1.00005 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[4920]: 6 -1.00003 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[4921]: 6 -1.00006 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[5024]: 6 -1.00009 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[5232]: 6 0 1.00007 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[5285]: 6 -1.00009 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[5644]: 6 -1.00004 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[6125]: 6 -1.00008 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[6259]: 6 -3.73254 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[6372]: 6 -3.00002 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[6373]: 6 -1.00008 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[6383]: 6 -3.30282 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[6385]: 6 -1.00002 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[6731]: 6 -1.0001 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[6980]: 6 -1.00002 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[6981]: 6 -1.00004 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[6988]: 6 -1.00004 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[6989]: 6 -1.00006 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[7309]: 6 0 6.40604 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[8296]: 6 -1.0001 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[8298]: 6 -1.00001 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[8305]: 6 -6.00002 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[8309]: 6 -1.00009 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[8311]: 6 -1.00005 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[8437]: 6 -1.00009 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[8535]: 6 -1.00006 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[8542]: 6 -1.00007 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[8545]: 6 -1.00008 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[8550]: 6 -3.00007 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[8551]: 6 -1.00004 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[8557]: 6 -1.00009 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[8658]: 6 0 609.018 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[8927]: 6 -1.00009 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[9270]: 6 0 121.872 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[9613]: 6 0 2.53644 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[9640]: 6 -1.00007 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[9647]: 6 -1.00006 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[9660]: 6 -1.00006 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[10015]: 6 0 4.3201 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[11027]: 6 0 2.00004 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[11040]: 6 0 3.00009 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[11163]: 6 0 2.69239 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[11280]: 6 0 1.00002 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[11419]: 6 0 1.00008 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[11640]: 6 0 8.71432 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[11646]: 6 0 0.739124 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[11769]: 6 0 0.461584 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[11780]: 6 0 3.0001 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[11791]: 6 0 3.20306 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[11794]: 6 0 0.200027 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[11907]: 6 0 14.4643 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[11915]: 6 0 1.00005 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[11989]: 6 -1.00005 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[11990]: 6 -1.00003 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[12121]: 6 0 1.00002 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[12243]: 6 -1.00002 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[12373]: 6 -0.153918 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[12478]: 6 0 5.00009 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[12517]: 6 0 35.6091 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[12722]: 6 0 1.00003 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[12723]: 6 0 2.83337 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[12724]: 6 0 1.00005 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[12727]: 6 0 1.00002 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[12894]: 6 0 1.40007 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[12979]: 6 0 1.61547 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[12988]: 6 -1.00008 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[12989]: 6 -2.00001 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[12992]: 6 -1.00003 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[12993]: 6 -2.00009 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[12994]: 6 -360.36 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[13000]: 6 0 1.00005 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[13001]: 6 0 7.40611 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[13133]: 6 0 7.26673 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[13219]: 6 0 4.41486 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[13224]: 6 -1.00005 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[13225]: 6 -1.00009 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[13226]: 6 -1.00008 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[13240]: 6 0 1.00001 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[13569]: 6 -1.00004 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[13582]: 6 0 0.739098 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[13606]: 6 0 4.20304 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[13742]: 6 0 17.5001 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[13958]: 6 -1.00002 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[13962]: 6 -90.8401 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[13965]: 6 -4.00008 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[14184]: 6 -2.00003 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[14196]: 6 0 0.600064 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[14211]: 6 0 10.2081 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[14221]: 6 0 1.66675 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[14327]: 6 0 22.4211 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[14337]: 6 0 0.142948 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[14572]: 6 -2.00005 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[14573]: 6 -1.00007 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[14582]: 6 0 4.33339 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[14667]: 6 -1.00002 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[14671]: 6 0 3.47219 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[14937]: 6 0 3.2031 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[14943]: 6 0 0.111138 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[15034]: 6 0 2.96236 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[15041]: 6 -1.00002 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[15324]: 6 0 8.71807 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[15341]: 6 0 0.0462214 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[15353]: 6 0 0.826967 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[15393]: 6 -1.00009 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[15527]: 6 0 0.400039 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[15764]: 6 -1.00007 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[15769]: 6 0 1.00002 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[15779]: 6 0 3.85535 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[15797]: 6 0 0.142901 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[16032]: 6 -0.111205 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[16124]: 6 0 2.00009 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[16268]: 6 0 2.40611 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[16276]: 6 0 15 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[16278]: 6 0 1.00009 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[16379]: 6 -1.00005 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[16384]: 6 0 10.7106 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[16389]: 6 0 11.6091 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[16397]: 6 0 2.33335 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[16488]: 6 0 1.46162 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[16628]: 6 -1.0001 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[16643]: 6 0 1.50007 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[16858]: 6 0 0.200081 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[16994]: 6 0 0.401059 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[17016]: 6 0 0.286958 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[17090]: 6 0 6.00006 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[17125]: 6 0 0.864722 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[17288]: 6 0 2.46195 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[17358]: 6 -1.00005 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[17361]: 6 -1.00004 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[17368]: 6 0 0.177831 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[17488]: 6 0 1.66669 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[17576]: 6 0 1.76928 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[17720]: 6 0 0.401053 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[17959]: 6 -1.00008 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[17966]: 6 -1.0001 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[17969]: 6 0 44.3401 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[17970]: 6 0 4.00006 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[18058]: 6 0 2.00005 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[18064]: 6 0 6.00004 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[18083]: 6 0 13.0101 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[18209]: 6 0 6.00008 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[18233]: 6 0 2.76247 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[18238]: 6 0 1.02809 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[18351]: 6 0 0.239004 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[18378]: 6 0 1.92087 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[18673]: 6 0 0.40006 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[18717]: 6 0 4.1166 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[18732]: 6 0 1.6979 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[18737]: 6 0 0.0906003 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[18842]: 6 0 0.946584 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[18942]: 6 0 74.1104 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[19029]: 6 0 2.07696 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[19075]: 6 0 3.00803 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[19172]: 6 0 7.00511 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[19174]: 6 0 1.0001 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[19303]: 6 0 5.33336 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[19416]: 6 -1.00008 0 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[19424]: 6 0 1.66676 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[19546]: 6 0 0.0223193 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[19821]: 6 0 2.73255 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[19825]: 6 0 1.17222 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[19826]: 6 0 0.374588 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[19908]: 6 0 1.33339 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[21084]: 6 0 4.24286 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[21264]: 6 0 5.59268 shouldn't be
2772.28/2786.28	WSVECS04 Frhs2[21268]: 6 0 2.94634 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[58]: 6 -1.00007 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[168]: 6 -1.00001 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[287]: 6 -14 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[432]: 6 -140.9 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[437]: 6 -364.69 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[536]: 6 -13 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[543]: 6 -1.00007 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[788]: 6 -1.00007 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[792]: 6 -1.00008 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[803]: 6 -1.00007 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[806]: 6 -0.979998 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[808]: 6 -1.00004 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[809]: 6 -1.00007 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[1017]: 6 -1.00004 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[1018]: 6 -7.00008 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[1025]: 6 -1.00003 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[1106]: 6 -4.4616 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[1114]: 6 -2.00002 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[1227]: 6 -1.00007 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[1258]: 6 -1.00003 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[1271]: 6 -1.00007 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[1390]: 6 -1.00003 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[1398]: 6 -1.00009 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[1523]: 6 -2.00008 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[1530]: 6 -1.00004 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[1535]: 6 -1.00005 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[1644]: 6 -662.648 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[2014]: 6 -1.00003 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[2019]: 6 -1.00003 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[2026]: 6 -1.00005 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[2074]: 6 -2.00006 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[2139]: 6 -1.00007 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[2478]: 6 -1.00002 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[2499]: 6 -1.00004 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[2608]: 6 -1.00005 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[2613]: 6 -1.00007 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[2614]: 6 -242.545 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[2828]: 6 -6.00009 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[2979]: 6 -243.464 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[2981]: 6 -1.00002 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[3088]: 6 0 123.208 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[3350]: 6 -1.00009 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[3351]: 6 -1.00001 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[3591]: 6 -1.00006 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[3690]: 6 -1.55558 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[3694]: 6 -1.00004 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[3833]: 6 -1.00008 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[3834]: 6 -2.00009 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[3952]: 6 -1211.32 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[3960]: 6 -1.00003 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[4437]: 6 -1.00009 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[4549]: 6 -368.552 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[4809]: 6 -1.00002 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[4905]: 6 -1.00008 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[4914]: 6 -1.0001 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[4927]: 6 -3.00002 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[5022]: 6 -1.00005 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[5023]: 6 -1.00007 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[5049]: 6 -1.00001 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[5129]: 6 0 1441.88 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[5288]: 6 -1.00008 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[5509]: 6 0 602.057 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[5983]: 6 0 841.837 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[6026]: 6 -849.371 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[6130]: 6 -1.00002 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[6222]: 6 0 1147.52 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[6234]: 6 0 720.636 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[6381]: 6 -1.00002 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[6384]: 6 -1.00008 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[6468]: 6 0 750.797 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[6860]: 6 -485.928 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[6946]: 6 0 144.1 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[6979]: 6 -1.00005 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[7084]: 6 0 1089.52 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[7208]: 6 0 1012.07 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[7211]: 6 0 240.965 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[7328]: 6 0 360.485 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[7330]: 6 0 363.691 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[7691]: 6 0 601.364 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[7832]: 6 -852.22 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[7959]: 6 -1.00005 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[8048]: 6 0 241.424 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[8059]: 6 0 245.815 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[8061]: 6 0 237.656 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[8063]: 6 0 242.151 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[8434]: 6 -1.00006 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[8558]: 6 -3.00003 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[9005]: 6 0 723.261 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[9029]: 6 0 363.227 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[9171]: 6 0 1212.9 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[9172]: 6 0 1214.8 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[9262]: 6 0 121.462 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[9621]: 6 0 244.002 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[9622]: 6 0 240.545 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[9623]: 6 0 240.816 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[9649]: 6 -244.068 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[9894]: 6 0 1095.53 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[10121]: 6 0 609.204 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[10249]: 6 0 1094.78 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[10258]: 6 0 1094.44 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[10495]: 6 0 121.976 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[11024]: 6 0 1.00005 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[11042]: 6 0 2.38463 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[11186]: 6 0 6.00511 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[11273]: 6 0 0.750077 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[11282]: 6 0 6.00002 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[11560]: 6 0 0.20007 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[11647]: 6 0 0.30777 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[11683]: 6 0 6.85715 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[11786]: 6 0 25.7688 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[11912]: 6 0 1.80209 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[11988]: 6 -2.50002 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[11996]: 6 0 68.3752 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[12004]: 6 0 75.3751 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[12483]: 6 0 0.750094 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[12735]: 6 0 1.16594 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[12737]: 6 0 0.538511 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[12759]: 6 0 4.60407 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[12766]: 6 0 20.0667 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[13017]: 6 0 616.268 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[13118]: 6 0 1.00002 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[13364]: 6 0 6.00508 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[13490]: 6 0 0.285801 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[13823]: 6 0 4.00009 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[13835]: 6 0 402.28 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[13969]: 6 0 10.6091 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[13980]: 6 0 241.953 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[14109]: 6 -121.273 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[14110]: 6 -120.953 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[14111]: 6 -121.732 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[14112]: 6 -123.157 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[14489]: 6 0 0.0855927 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[14673]: 6 0 0.923163 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[14940]: 6 0 1.00002 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[14950]: 6 0 11.5715 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[15058]: 6 0 7.5026 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[15068]: 6 0 0.666677 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[15164]: 6 0 0.200084 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[15186]: 6 0 41.34 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[15192]: 6 0 5.85721 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[15339]: 6 0 2.63051 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[15537]: 6 0 30.4794 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[15558]: 6 -360.436 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[15559]: 6 -1631.52 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[15882]: 6 0 13.9723 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[15902]: 6 0 14.28 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[16184]: 6 0 0.219509 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[16264]: 6 -1.00007 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[16402]: 6 0 3.85724 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[17489]: 6 0 969.553 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[17839]: 6 0 176.75 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[17947]: 6 0 0.800073 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[18086]: 6 0 0.800097 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[18246]: 6 0 2.03465 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[18247]: 6 0 0.810486 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[18325]: 6 0 8.4061 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[18353]: 6 0 1.24183 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[18915]: 6 0 4.20008 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[19086]: 6 0 1.54302 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[19297]: 6 0 2.00009 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[19409]: 6 0 23.7256 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[19449]: 6 0 5.49428 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[19516]: 6 0 2.00005 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[19535]: 6 0 1.80206 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[19547]: 6 0 2.50006 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[19548]: 6 0 9.57146 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[19634]: 6 0 0.538505 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[19657]: 6 0 228.6 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[19680]: 6 0 7.70127 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[19937]: 6 -850.493 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[19941]: 6 -853.376 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[20145]: 6 0 0.142895 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[20181]: 6 0 0.162037 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[20393]: 6 0 1129.72 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[20394]: 6 0 1208.07 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[21000]: 6 0 10.5715 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[21240]: 6 0 0.222247 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[21282]: 6 -1097.24 0 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[21478]: 6 0 48.9268 shouldn't be
2863.92/2878.14	WSVECS04 Frhs2[21720]: 6 0 28.7534 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[298]: 6 -1.00009 0 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[508]: 6 -4.00002 0 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[511]: 6 -1.00006 0 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[785]: 6 -1.00009 0 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[1160]: 6 -395.614 0 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[1263]: 6 -3.00007 0 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[1268]: 6 -1.00001 0 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[1543]: 6 -1.00005 0 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[1591]: 6 -1.00003 0 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[1608]: 6 -1.00008 0 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[1643]: 6 -1.00005 0 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[2016]: 6 -967.774 0 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[2355]: 6 0 81.9424 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[2434]: 6 -2.00002 0 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[2607]: 6 -1.00006 0 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[2803]: 6 -1.00008 0 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[2972]: 6 -1.00005 0 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[2973]: 6 -1.00006 0 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[2980]: 6 -1.00007 0 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[2986]: 6 -3.00002 0 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[3087]: 6 0 829.422 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[3105]: 6 -121.19 0 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[3426]: 6 0 267.52 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[3457]: 6 0 720.123 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[3700]: 6 -185.247 0 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[3838]: 6 -1.00008 0 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[3959]: 6 -1217.22 0 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[4077]: 6 -1.00001 0 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[4301]: 6 0 727.535 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[4308]: 6 0 726.967 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[4810]: 6 -1.00003 0 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[4919]: 6 -1.00006 0 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[5150]: 6 0 724.462 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[5599]: 6 0 1199.22 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[5643]: 6 -1.00007 0 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[5755]: 6 0 1370.43 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[6132]: 6 -1.00007 0 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[6136]: 6 -605.799 0 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[6233]: 6 0 723.934 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[6842]: 6 0 482.928 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[6855]: 6 -488.827 0 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[6862]: 6 -491.508 0 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[6868]: 6 -488.486 0 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[7338]: 6 0 362.108 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[7458]: 6 0 960.736 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[7824]: 6 0 845.117 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[8190]: 6 0 605.378 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[8191]: 6 0 604.599 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[8405]: 6 -1.00009 0 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[8561]: 6 -1.0001 0 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[8564]: 6 -1092.4 0 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[8783]: 6 0 705.011 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[8785]: 6 0 725.34 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[9010]: 6 0 360.226 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[9037]: 6 0 362.835 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[9414]: 6 -1218.9 0 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[9663]: 6 -245.79 0 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[10129]: 6 0 604.475 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[10382]: 6 0 485.756 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[10484]: 6 0 122.522 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[10490]: 6 0 118.543 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[11065]: 6 0 13.0101 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[11302]: 6 0 14.3629 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[11436]: 6 0 1.00005 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[11523]: 6 0 3.00007 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[11665]: 6 0 18.6673 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[11767]: 6 0 0.853723 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[11768]: 6 0 2.46161 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[11918]: 6 0 0.111167 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[11920]: 6 0 21.6667 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[12374]: 6 -0.153922 0 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[12484]: 6 0 10.0001 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[12518]: 6 0 3.00008 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[13601]: 6 0 3.65231 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[13849]: 6 0 74.5001 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[13852]: 6 0 75.5001 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[13974]: 6 0 0.285745 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[13981]: 6 0 0.75008 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[14090]: 6 0 7.8071 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[14344]: 6 0 0.500024 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[15182]: 6 0 0.200014 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[15313]: 6 0 738.415 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[15421]: 6 0 3.2031 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[15542]: 6 0 372.359 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[15638]: 6 0 6.00001 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[15658]: 6 0 3.75379 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[15692]: 6 0 1.29129 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[15784]: 6 0 13.0101 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[15881]: 6 0 1.02569 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[15892]: 6 0 13.28 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[16147]: 6 0 6.35905 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[16849]: 6 0 2.19157 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[16873]: 6 0 7.40611 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[17478]: 6 0 195.487 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[17728]: 6 0 18 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[17957]: 6 0 2.65233 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[18061]: 6 0 1.30775 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[18111]: 6 0 4.6585 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[18203]: 6 0 2.00006 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[18204]: 6 0 6.00508 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[18370]: 6 0 0.624424 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[18454]: 6 0 10.3334 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[18815]: 6 0 4.77782 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[19633]: 6 0 0.538561 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[19645]: 6 0 222.6 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[19926]: 6 0 1.02805 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[19939]: 6 -850.544 0 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[20014]: 6 0 5.95686 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[20148]: 6 0 11.6667 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[20184]: 6 0 3.61641 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[20185]: 6 0 0.698356 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[20503]: 6 0 1.80203 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[20619]: 6 0 9.05832 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[20745]: 6 0 10.2081 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[20770]: 6 0 0.00511292 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[20774]: 6 0 7.14272 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[20908]: 6 0 1.33889 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[21029]: 6 0 1.33883 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[21093]: 6 0 1.00005 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[21106]: 6 0 4.00004 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[21471]: 6 0 8.80705 shouldn't be
2924.15/2938.58	WSVECS04 Frhs2[21713]: 6 0 10.2081 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[531]: 6 -1.00005 0 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[545]: 6 -1.00005 0 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[804]: 6 -1.00002 0 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[1540]: 6 -1.00002 0 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[2010]: 6 -1.00006 0 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[2015]: 6 -1.00005 0 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[2022]: 6 -968.825 0 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[2030]: 6 -972.229 0 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[2433]: 6 -2.00004 0 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[2985]: 6 -1.00003 0 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[3106]: 6 -137.997 0 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[3226]: 6 -967.284 0 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[3228]: 6 -14.0001 0 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[3455]: 6 0 733.065 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[3456]: 6 0 1503.94 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[3590]: 6 -971.826 0 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[3829]: 6 -124.838 0 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[4793]: 6 -3.00003 0 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[4924]: 6 -1.00005 0 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[5507]: 6 0 602.866 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[5512]: 6 0 600.482 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[5756]: 6 0 852.582 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[6025]: 6 -853.035 0 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[6236]: 6 0 724.392 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[6743]: 6 -1.00008 0 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[6744]: 6 -1.00007 0 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[6745]: 6 -1.00005 0 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[6857]: 6 -489.296 0 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[7319]: 6 0 786.372 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[7333]: 6 0 363.764 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[7457]: 6 0 971.553 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[7770]: 6 0 721.895 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[8057]: 6 0 241.094 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[8183]: 6 0 602.302 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[9264]: 6 0 120.835 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[9523]: 6 0 239.798 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[10013]: 6 0 1092.9 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[10245]: 6 0 1093.78 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[10248]: 6 0 1094 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[10262]: 6 0 1093.9 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[11060]: 6 0 12.812 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[11181]: 6 0 1.10154 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[11544]: 6 0 13.8121 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[11631]: 6 0 4.00007 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[11682]: 6 0 1.25008 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[11906]: 6 0 4.00009 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[12119]: 6 0 1.00003 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[12613]: 6 0 6.0001 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[12645]: 6 0 11.78 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[13238]: 6 0 15.9136 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[13359]: 6 0 1.65235 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[13848]: 6 0 7.40607 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[13976]: 6 0 54.5201 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[14067]: 6 0 1.46157 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[14188]: 6 0 2.15392 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[14343]: 6 0 1.53335 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[15036]: 6 0 1.92317 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[15156]: 6 0 1.15394 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[15168]: 6 0 1.0001 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[15185]: 6 0 1.11112 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[15407]: 6 0 3.30009 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[15526]: 6 0 1125.72 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[15628]: 6 0 1.00003 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[15883]: 6 0 0.692404 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[16039]: 6 0 10.5715 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[16273]: 6 0 2.42862 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[16510]: 6 0 6.40608 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[16607]: 6 0 1.6501 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[16608]: 6 0 2.84621 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[16752]: 6 0 4.60406 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[17022]: 6 0 0.295377 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[17342]: 6 0 0.400026 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[17352]: 6 0 17.1166 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[17370]: 6 0 4.42863 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[17373]: 6 0 330.407 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[17473]: 6 0 8.50761 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[17482]: 6 0 186.68 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[17487]: 6 0 605.577 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[17853]: 6 0 0.500037 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[18127]: 6 0 2.27591 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[18366]: 6 0 0.776843 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[18809]: 6 0 6.20309 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[18907]: 6 0 1.1539 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[18925]: 6 0 3.20307 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[19046]: 6 0 10.6091 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[19295]: 6 0 1.00006 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[19422]: 6 0 1.3334 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[19772]: 6 0 11.7106 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[19777]: 6 0 5.60408 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[20013]: 6 0 724.895 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[20377]: 6 0 14.4644 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[20384]: 6 0 1127.72 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[20392]: 6 0 1209.56 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[20516]: 6 0 12.7143 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[20861]: 6 0 0.550825 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[20866]: 6 0 6.00503 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[20987]: 6 0 10.0051 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[21103]: 6 0 1.5508 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[21108]: 6 0 21.0101 shouldn't be
2970.41/2984.98	WSVECS04 Frhs2[21605]: 6 0 11.0001 shouldn't be
3039.22/3053.95	c #Conflicts:    3111000 | #Constraints:     125408
3039.22/3053.95	c #Conflicts:    3112000 | #Constraints:     126408
3039.22/3053.95	c #Conflicts:    3113000 | #Constraints:     127408
3039.22/3053.95	c #Conflicts:    3114000 | #Constraints:     128408
3039.22/3053.95	c #Conflicts:    3115000 | #Constraints:     129408
3039.22/3053.95	c #Conflicts:    3116000 | #Constraints:     130408
3039.22/3053.95	c #Conflicts:    3117000 | #Constraints:     131408
3039.22/3053.95	c #Conflicts:    3118000 | #Constraints:     132408
3039.22/3053.95	c #Conflicts:    3119000 | #Constraints:     133408
3039.22/3053.95	c #Conflicts:    3120000 | #Constraints:     134408
3039.22/3053.95	c #Conflicts:    3121000 | #Constraints:     135408
3039.22/3053.95	c #Conflicts:    3122000 | #Constraints:     136408
3039.22/3053.95	c #Conflicts:    3123000 | #Constraints:     137408
3039.22/3053.95	c #Conflicts:    3124000 | #Constraints:     138408
3039.22/3053.95	c #Conflicts:    3125000 | #Constraints:     139408
3039.22/3053.95	c #Conflicts:    3126000 | #Constraints:     140408
3039.22/3053.95	c #Conflicts:    3127000 | #Constraints:     141408
3039.22/3053.95	c #Conflicts:    3128000 | #Constraints:     142408
3039.22/3053.95	c #Conflicts:    3129000 | #Constraints:     143408
3039.22/3053.95	c #Conflicts:    3130000 | #Constraints:     144408
3039.22/3053.95	c #Conflicts:    3131000 | #Constraints:     145408
3039.22/3053.95	c #Conflicts:    3132000 | #Constraints:     146408
3039.22/3053.95	c #Conflicts:    3133000 | #Constraints:     147408
3039.22/3053.95	c #Conflicts:    3134000 | #Constraints:     148408
3039.22/3053.95	c #Conflicts:    3135000 | #Constraints:     149408
3039.22/3053.95	c #Conflicts:    3136000 | #Constraints:     150408
3039.22/3053.95	c #Conflicts:    3137000 | #Constraints:     151408
3039.22/3053.95	c #Conflicts:    3138000 | #Constraints:     152408
3039.22/3053.95	c #Conflicts:    3139000 | #Constraints:     153408
3039.22/3053.95	c #Conflicts:    3140000 | #Constraints:     154408
3039.22/3053.95	c #Conflicts:    3141000 | #Constraints:     155408
3039.22/3053.95	c #Conflicts:    3142000 | #Constraints:     156408
3039.22/3053.95	c #Conflicts:    3143000 | #Constraints:     157408
3039.22/3053.95	c #Conflicts:    3144000 | #Constraints:     158408
3039.22/3053.95	c #Conflicts:    3145000 | #Constraints:     159408
3039.22/3053.95	c #Conflicts:    3146000 | #Constraints:     160408
3039.22/3053.95	c #Conflicts:    3147000 | #Constraints:     161408
3039.22/3053.95	c #Conflicts:    3148000 | #Constraints:     162408
3039.22/3053.95	c #Conflicts:    3149000 | #Constraints:     163408
3039.22/3053.95	c #Conflicts:    3150000 | #Constraints:     164408
3039.22/3053.95	c #Conflicts:    3151000 | #Constraints:     165408
3039.22/3053.95	c INPROCESSING
3039.22/3053.95	c GARBAGE COLLECT
3039.22/3053.95	c #Conflicts:    3152000 | #Constraints:     101910
3039.22/3053.95	c #Conflicts:    3153000 | #Constraints:     102910
3039.22/3053.95	c #Conflicts:    3154000 | #Constraints:     103910
3039.22/3053.95	c #Conflicts:    3155000 | #Constraints:     104910
3039.22/3053.95	c #Conflicts:    3156000 | #Constraints:     105910
3039.22/3053.95	c #Conflicts:    3157000 | #Constraints:     106910
3039.22/3053.95	c #Conflicts:    3158000 | #Constraints:     107910
3039.22/3053.95	c #Conflicts:    3159000 | #Constraints:     108910
3039.22/3053.95	c #Conflicts:    3160000 | #Constraints:     109910
3039.22/3053.95	c #Conflicts:    3161000 | #Constraints:     110910
3039.22/3053.95	c #Conflicts:    3162000 | #Constraints:     111910
3039.22/3053.95	c #Conflicts:    3163000 | #Constraints:     112910
3039.22/3053.95	c #Conflicts:    3164000 | #Constraints:     113910
3039.22/3053.95	c #Conflicts:    3165000 | #Constraints:     114910
3039.22/3053.95	c #Conflicts:    3166000 | #Constraints:     115910
3039.22/3053.95	c #Conflicts:    3167000 | #Constraints:     116910
3039.22/3053.95	c #Conflicts:    3168000 | #Constraints:     117910
3039.22/3053.95	c #Conflicts:    3169000 | #Constraints:     118910
3039.22/3053.95	c #Conflicts:    3170000 | #Constraints:     119910
3039.22/3053.95	c #Conflicts:    3171000 | #Constraints:     120910
3039.22/3053.95	c #Conflicts:    3172000 | #Constraints:     121910
3039.22/3053.95	c #Conflicts:    3173000 | #Constraints:     122910
3039.22/3053.95	c #Conflicts:    3174000 | #Constraints:     123910
3039.22/3053.95	c #Conflicts:    3175000 | #Constraints:     124910
3039.22/3053.95	c #Conflicts:    3176000 | #Constraints:     125910
3039.22/3053.95	c #Conflicts:    3177000 | #Constraints:     126910
3039.22/3053.95	c #Conflicts:    3178000 | #Constraints:     127910
3039.22/3053.95	c #Conflicts:    3179000 | #Constraints:     128910
3039.22/3053.95	c #Conflicts:    3180000 | #Constraints:     129910
3039.22/3053.95	c #Conflicts:    3181000 | #Constraints:     130910
3039.22/3053.95	c #Conflicts:    3182000 | #Constraints:     131910
3039.22/3053.95	c #Conflicts:    3183000 | #Constraints:     132910
3039.22/3053.95	c #Conflicts:    3184000 | #Constraints:     133910
3039.22/3053.95	c #Conflicts:    3185000 | #Constraints:     134910
3039.22/3053.95	c #Conflicts:    3186000 | #Constraints:     135910
3039.22/3053.95	c #Conflicts:    3187000 | #Constraints:     136910
3039.22/3053.95	c #Conflicts:    3188000 | #Constraints:     137910
3039.22/3053.95	c #Conflicts:    3189000 | #Constraints:     138910
3087.98/3102.83	c #Conflicts:    3190000 | #Constraints:     139910
3087.98/3102.83	c #Conflicts:    3191000 | #Constraints:     140910
3087.98/3102.83	c #Conflicts:    3192000 | #Constraints:     141910
3087.98/3102.83	c INPROCESSING
3087.98/3102.83	c GARBAGE COLLECT
3087.98/3102.83	c #Conflicts:    3193000 | #Constraints:      90182
3087.98/3102.83	c #Conflicts:    3194000 | #Constraints:      91182
3087.98/3102.83	c #Conflicts:    3195000 | #Constraints:      92182
3087.98/3102.83	c #Conflicts:    3196000 | #Constraints:      93182
3087.98/3102.83	c #Conflicts:    3197000 | #Constraints:      94182
3087.98/3102.83	c #Conflicts:    3198000 | #Constraints:      95182
3087.98/3102.83	c #Conflicts:    3199000 | #Constraints:      96182
3087.98/3102.83	c #Conflicts:    3200000 | #Constraints:      97182
3087.98/3102.83	c #Conflicts:    3201000 | #Constraints:      98182
3087.98/3102.83	c #Conflicts:    3202000 | #Constraints:      99182
3087.98/3102.83	c #Conflicts:    3203000 | #Constraints:     100182
3087.98/3102.83	c #Conflicts:    3204000 | #Constraints:     101182
3087.98/3102.83	c #Conflicts:    3205000 | #Constraints:     102182
3087.98/3102.83	c #Conflicts:    3206000 | #Constraints:     103182
3087.98/3102.83	c #Conflicts:    3207000 | #Constraints:     104182
3087.98/3102.83	c #Conflicts:    3208000 | #Constraints:     105182
3087.98/3102.83	c #Conflicts:    3209000 | #Constraints:     106182
3087.98/3102.83	c #Conflicts:    3210000 | #Constraints:     107182
3087.98/3102.83	c #Conflicts:    3211000 | #Constraints:     108182
3087.98/3102.83	c #Conflicts:    3212000 | #Constraints:     109182
3087.98/3102.83	c #Conflicts:    3213000 | #Constraints:     110182
3087.98/3102.83	c #Conflicts:    3214000 | #Constraints:     111182
3087.98/3102.83	c #Conflicts:    3215000 | #Constraints:     112182
3087.98/3102.83	c #Conflicts:    3216000 | #Constraints:     113182
3087.98/3102.83	c #Conflicts:    3217000 | #Constraints:     114182
3087.98/3102.83	c #Conflicts:    3218000 | #Constraints:     115182
3087.98/3102.83	c #Conflicts:    3219000 | #Constraints:     116182
3087.98/3102.83	c #Conflicts:    3220000 | #Constraints:     117182
3087.98/3102.83	c #Conflicts:    3221000 | #Constraints:     118182
3087.98/3102.83	c #Conflicts:    3222000 | #Constraints:     119182
3087.98/3102.83	c #Conflicts:    3223000 | #Constraints:     120182
3087.98/3102.83	c #Conflicts:    3224000 | #Constraints:     121182
3087.98/3102.83	c #Conflicts:    3225000 | #Constraints:     122182
3087.98/3102.83	c #Conflicts:    3226000 | #Constraints:     123182
3087.98/3102.83	c #Conflicts:    3227000 | #Constraints:     124183
3087.98/3102.83	c #Conflicts:    3228000 | #Constraints:     125183
3087.98/3102.83	c #Conflicts:    3229000 | #Constraints:     126183
3087.98/3102.83	c #Conflicts:    3230000 | #Constraints:     127183
3087.98/3102.83	c #Conflicts:    3231000 | #Constraints:     128183
3087.98/3102.83	c #Conflicts:    3232000 | #Constraints:     129183
3087.98/3102.83	c #Conflicts:    3233000 | #Constraints:     130183
3087.98/3102.83	c INPROCESSING
3087.98/3102.83	c GARBAGE COLLECT
3087.98/3102.83	c #Conflicts:    3234000 | #Constraints:      84381
3087.98/3102.83	c #Conflicts:    3235000 | #Constraints:      85381
3087.98/3102.83	c #Conflicts:    3236000 | #Constraints:      86381
3087.98/3102.83	c #Conflicts:    3237000 | #Constraints:      87381
3087.98/3102.83	c #Conflicts:    3238000 | #Constraints:      88381
3087.98/3102.83	c #Conflicts:    3239000 | #Constraints:      89381
3087.98/3102.83	c #Conflicts:    3240000 | #Constraints:      90381
3087.98/3102.83	c #Conflicts:    3241000 | #Constraints:      91381
3087.98/3102.83	c #Conflicts:    3242000 | #Constraints:      92381
3087.98/3102.83	c #Conflicts:    3243000 | #Constraints:      93381
3087.98/3102.83	c #Conflicts:    3244000 | #Constraints:      94381
3087.98/3102.83	c #Conflicts:    3245000 | #Constraints:      95381
3087.98/3102.83	c #Conflicts:    3246000 | #Constraints:      96381
3087.98/3102.83	c #Conflicts:    3247000 | #Constraints:      97381
3087.98/3102.83	c #Conflicts:    3248000 | #Constraints:      98381
3087.98/3102.83	c #Conflicts:    3249000 | #Constraints:      99381
3087.98/3102.83	c #Conflicts:    3250000 | #Constraints:     100381
3087.98/3102.83	c #Conflicts:    3251000 | #Constraints:     101381
3087.98/3102.83	c #Conflicts:    3252000 | #Constraints:     102381
3087.98/3102.83	c #Conflicts:    3253000 | #Constraints:     103381
3087.98/3102.83	c #Conflicts:    3254000 | #Constraints:     104381
3087.98/3102.83	c #Conflicts:    3255000 | #Constraints:     105381
3087.98/3102.83	c #Conflicts:    3256000 | #Constraints:     106381
3087.98/3102.83	c #Conflicts:    3257000 | #Constraints:     107381
3087.98/3102.83	c #Conflicts:    3258000 | #Constraints:     108381
3087.98/3102.83	c #Conflicts:    3259000 | #Constraints:     109381
3087.98/3102.83	c #Conflicts:    3260000 | #Constraints:     110381
3087.98/3102.83	c #Conflicts:    3261000 | #Constraints:     111381
3087.98/3102.83	c #Conflicts:    3262000 | #Constraints:     112381
3087.98/3102.83	c #Conflicts:    3263000 | #Constraints:     113381
3087.98/3102.83	c #Conflicts:    3264000 | #Constraints:     114381
3087.98/3102.83	c #Conflicts:    3265000 | #Constraints:     115381
3087.98/3102.83	c #Conflicts:    3266000 | #Constraints:     116381
3127.07/3142.06	c #Conflicts:    3267000 | #Constraints:     117381
3127.07/3142.06	c #Conflicts:    3268000 | #Constraints:     118381
3127.07/3142.06	c #Conflicts:    3269000 | #Constraints:     119381
3127.07/3142.06	c #Conflicts:    3270000 | #Constraints:     120381
3127.07/3142.06	c #Conflicts:    3271000 | #Constraints:     121381
3127.07/3142.06	c #Conflicts:    3272000 | #Constraints:     122381
3127.07/3142.06	c #Conflicts:    3273000 | #Constraints:     123381
3127.07/3142.06	c #Conflicts:    3274000 | #Constraints:     124381
3127.07/3142.06	c #Conflicts:    3275000 | #Constraints:     125381
3127.07/3142.06	c #Conflicts:    3276000 | #Constraints:     126381
3127.07/3142.06	c #Conflicts:    3277000 | #Constraints:     127381
3127.07/3142.06	c #Conflicts:    3278000 | #Constraints:     128381
3127.07/3142.06	c #Conflicts:    3279000 | #Constraints:     129381
3127.07/3142.06	c #Conflicts:    3280000 | #Constraints:     130381
3127.07/3142.06	c #Conflicts:    3281000 | #Constraints:     131381
3127.07/3142.06	c #Conflicts:    3282000 | #Constraints:     132381
3127.07/3142.06	c #Conflicts:    3283000 | #Constraints:     133381
3127.07/3142.06	c #Conflicts:    3284000 | #Constraints:     134381
3127.07/3142.06	c #Conflicts:    3285000 | #Constraints:     135381
3127.07/3142.06	c #Conflicts:    3286000 | #Constraints:     136381
3127.07/3142.06	c #Conflicts:    3287000 | #Constraints:     137381
3127.07/3142.06	c #Conflicts:    3288000 | #Constraints:     138381
3127.07/3142.06	c #Conflicts:    3289000 | #Constraints:     139381
3127.07/3142.06	c #Conflicts:    3290000 | #Constraints:     140381
3127.07/3142.06	c #Conflicts:    3291000 | #Constraints:     141381
3127.07/3142.06	c #Conflicts:    3292000 | #Constraints:     142381
3127.07/3142.06	c #Conflicts:    3293000 | #Constraints:     143381
3127.07/3142.06	c #Conflicts:    3294000 | #Constraints:     144381
3127.07/3142.06	c #Conflicts:    3295000 | #Constraints:     145381
3127.07/3142.06	c #Conflicts:    3296000 | #Constraints:     146381
3127.07/3142.06	c #Conflicts:    3297000 | #Constraints:     147381
3127.07/3142.06	c #Conflicts:    3298000 | #Constraints:     148381
3127.07/3142.06	c #Conflicts:    3299000 | #Constraints:     149381
3127.07/3142.06	c #Conflicts:    3300000 | #Constraints:     150381
3127.07/3142.06	c #Conflicts:    3301000 | #Constraints:     151381
3127.07/3142.06	c #Conflicts:    3302000 | #Constraints:     152381
3127.07/3142.06	c #Conflicts:    3303000 | #Constraints:     153381
3127.07/3142.06	c #Conflicts:    3304000 | #Constraints:     154381
3127.07/3142.06	c #Conflicts:    3305000 | #Constraints:     155381
3127.07/3142.06	c #Conflicts:    3306000 | #Constraints:     156381
3127.07/3142.06	c #Conflicts:    3307000 | #Constraints:     157381
3127.07/3142.06	c #Conflicts:    3308000 | #Constraints:     158381
3127.07/3142.06	c #Conflicts:    3309000 | #Constraints:     159381
3127.07/3142.06	c #Conflicts:    3310000 | #Constraints:     160381
3127.07/3142.06	c #Conflicts:    3311000 | #Constraints:     161381
3127.07/3142.06	c #Conflicts:    3312000 | #Constraints:     162381
3127.07/3142.06	c #Conflicts:    3313000 | #Constraints:     163381
3127.07/3142.06	c #Conflicts:    3314000 | #Constraints:     164381
3127.07/3142.06	c #Conflicts:    3315000 | #Constraints:     165381
3127.07/3142.06	c #Conflicts:    3316000 | #Constraints:     166381
3127.07/3142.06	c #Conflicts:    3317000 | #Constraints:     167381
3127.07/3142.06	c #Conflicts:    3318000 | #Constraints:     168381
3127.07/3142.06	c #Conflicts:    3319000 | #Constraints:     169381
3127.07/3142.06	c #Conflicts:    3320000 | #Constraints:     170381
3127.07/3142.06	c #Conflicts:    3321000 | #Constraints:     171381
3127.07/3142.06	c #Conflicts:    3322000 | #Constraints:     172381
3127.07/3142.06	c #Conflicts:    3323000 | #Constraints:     173381
3127.07/3142.06	c #Conflicts:    3324000 | #Constraints:     174381
3127.07/3142.06	c #Conflicts:    3325000 | #Constraints:     175381
3127.07/3142.06	c #Conflicts:    3326000 | #Constraints:     176381
3127.07/3142.06	c #Conflicts:    3327000 | #Constraints:     177381
3127.07/3142.06	c #Conflicts:    3328000 | #Constraints:     178381
3127.07/3142.06	c #Conflicts:    3329000 | #Constraints:     179381
3127.07/3142.06	c #Conflicts:    3330000 | #Constraints:     180381
3127.07/3142.06	c #Conflicts:    3331000 | #Constraints:     181381
3127.07/3142.06	c #Conflicts:    3332000 | #Constraints:     182381
3127.07/3142.06	c #Conflicts:    3333000 | #Constraints:     183381
3127.07/3142.06	c #Conflicts:    3334000 | #Constraints:     184381
3127.07/3142.06	c #Conflicts:    3335000 | #Constraints:     185381
3127.07/3142.06	c #Conflicts:    3336000 | #Constraints:     186381
3127.07/3142.06	c #Conflicts:    3337000 | #Constraints:     187381
3127.07/3142.06	c #Conflicts:    3338000 | #Constraints:     188381
3127.07/3142.06	c #Conflicts:    3339000 | #Constraints:     189381
3127.07/3142.06	c #Conflicts:    3340000 | #Constraints:     190381
3127.07/3142.06	c #Conflicts:    3341000 | #Constraints:     191381
3127.07/3142.06	c #Conflicts:    3342000 | #Constraints:     192381
3127.07/3142.06	c #Conflicts:    3343000 | #Constraints:     193381
3127.07/3142.06	c #Conflicts:    3344000 | #Constraints:     194381
3127.07/3142.06	c #Conflicts:    3345000 | #Constraints:     195381
3169.15/3184.23	c #Conflicts:    3346000 | #Constraints:     196381
3169.15/3184.23	c #Conflicts:    3347000 | #Constraints:     197381
3169.15/3184.23	c #Conflicts:    3348000 | #Constraints:     198381
3169.15/3184.23	c #Conflicts:    3349000 | #Constraints:     199381
3169.15/3184.23	c #Conflicts:    3350000 | #Constraints:     200381
3169.15/3184.23	c #Conflicts:    3351000 | #Constraints:     201381
3169.15/3184.23	c #Conflicts:    3352000 | #Constraints:     202381
3169.15/3184.23	c #Conflicts:    3353000 | #Constraints:     203381
3169.15/3184.23	c #Conflicts:    3354000 | #Constraints:     204381
3169.15/3184.23	c #Conflicts:    3355000 | #Constraints:     205381
3169.15/3184.23	c #Conflicts:    3356000 | #Constraints:     206381
3169.15/3184.23	c #Conflicts:    3357000 | #Constraints:     207381
3169.15/3184.23	c #Conflicts:    3358000 | #Constraints:     208381
3169.15/3184.23	c #Conflicts:    3359000 | #Constraints:     209381
3169.15/3184.23	c #Conflicts:    3360000 | #Constraints:     210381
3169.15/3184.23	c #Conflicts:    3361000 | #Constraints:     211381
3169.15/3184.23	c #Conflicts:    3362000 | #Constraints:     212381
3169.15/3184.23	c #Conflicts:    3363000 | #Constraints:     213381
3169.15/3184.23	c #Conflicts:    3364000 | #Constraints:     214381
3169.15/3184.23	c #Conflicts:    3365000 | #Constraints:     215381
3169.15/3184.23	c #Conflicts:    3366000 | #Constraints:     216381
3169.15/3184.23	c #Conflicts:    3367000 | #Constraints:     217381
3169.15/3184.23	WSVECS04 Frhs2[122]: 6 -4 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[244]: 6 -2 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[368]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[373]: 6 -4.76177 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[374]: 6 -3 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[858]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[860]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[862]: 6 -2.66667 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[863]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[864]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[866]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[867]: 6 -3 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[1457]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[1458]: 6 -2 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[1463]: 6 -4 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[1465]: 6 -2 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[1471]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[1472]: 6 -5 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[1479]: 6 -2 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[1480]: 6 -3 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[1485]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[1486]: 6 -4 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[1488]: 6 -2 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[1496]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[1497]: 6 -2 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[1501]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[1503]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[1504]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[1508]: 6 -2 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[1518]: 6 -3 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[1524]: 6 -2 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[1527]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[1528]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[1531]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[1700]: 6 -0.6 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[1719]: 6 -3.55556 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[1723]: 6 -2 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[1725]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[1726]: 6 -2 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[1731]: 6 -6 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[1736]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[1740]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[1741]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[1744]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[1745]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[1749]: 6 -2 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[1752]: 6 -2 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[1754]: 6 -2 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[1760]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[1950]: 6 0 9.53922 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[2080]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[2085]: 6 -2 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[2086]: 6 -2 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[2440]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[2442]: 6 -2 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[2443]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[2445]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[2448]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[2458]: 6 -2 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[2459]: 6 -3 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[2463]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[2464]: 6 -5 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[2465]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[2470]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[2476]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[2478]: 6 -3.65116 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[2480]: 6 -2 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[2482]: 6 -5 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[2485]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[2490]: 6 -3 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[2492]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[2498]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[2558]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[2559]: 6 -0.555556 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[2757]: 6 -3886.37 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[3217]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[3218]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[3222]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[3224]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[3227]: 6 -2 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[3461]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[3464]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[3467]: 6 -3 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[3470]: 6 -3 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[3471]: 6 -2 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[3474]: 6 -2 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[3477]: 6 -5 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[3478]: 6 -2 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[3483]: 6 -2 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[3839]: 6 -2 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[3841]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[3961]: 6 -9816.72 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[3962]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[4125]: 6 -7.52353 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[4126]: 6 -2 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[4135]: 6 -7 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[4309]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[4314]: 6 -2 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[4318]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[4323]: 6 -5 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[4324]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[4325]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[4329]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[4336]: 6 -5828.56 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[4688]: 6 -4053.74 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[5113]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[5217]: 6 0 0.507844 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[5220]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[5223]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[5228]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[5232]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[5233]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[5234]: 6 -3 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[5238]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[5240]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[5243]: 6 -3 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[5532]: 6 0 391.177 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[5704]: 6 -2 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[5708]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[5709]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[5710]: 6 -0.200001 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[5713]: 6 -1.8 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[6251]: 6 0 765.852 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[6792]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[6802]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[6803]: 6 -8 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[6805]: 6 -1.33333 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[6858]: 6 -3 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[6865]: 6 -3 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[7231]: 6 -1946.1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[7332]: 6 -2 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[7339]: 6 -2 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[7341]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[7349]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[7353]: 6 -2738.14 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[7358]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[7471]: 6 0 82.03 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[7699]: 6 -4 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[7701]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[7702]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[7705]: 6 -3 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[7709]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[7710]: 6 -2 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[7713]: 6 -2 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[7720]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[8275]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[8289]: 6 -14 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[8297]: 6 -4 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[8303]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[8304]: 6 -2 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[8306]: 6 -5 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[8307]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[8315]: 6 -2 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[8317]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[8320]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[8321]: 6 -2 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[8323]: 6 -2 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[8328]: 6 -3 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[8490]: 6 -2 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[8492]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[8495]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[8496]: 6 -2 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[8498]: 6 -2 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[8501]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[8504]: 6 -2 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[8505]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[8509]: 6 -5 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[8514]: 6 -2 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[8516]: 6 -12 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[8522]: 6 -2 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[8524]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[8526]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[8527]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[8528]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[8531]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[8549]: 6 -2 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[8555]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[8559]: 6 -14 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[8566]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[8792]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[8795]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[8801]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[8806]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[8809]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[9638]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[9645]: 6 -2 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[9657]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[9659]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[9662]: 6 -0.444445 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[10508]: 6 0 67.5048 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[10754]: 6 0 0.222223 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[11259]: 6 0 1 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[11391]: 6 0 0.901063 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[11392]: 6 0 0.726416 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[11767]: 6 0 2 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[11988]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[12481]: 6 0 3.08491 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[12492]: 6 0 0.333334 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[12539]: 6 0 3210.03 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[12543]: 6 0 4900.88 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[12544]: 6 0 5830.24 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[12547]: 6 0 5871.24 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[12734]: 6 0 0.333334 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[12778]: 6 0 523.767 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[12780]: 6 0 3365.62 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[12784]: 6 0 977.919 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[13027]: 6 0 757.128 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[13037]: 6 0 7854.78 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[13042]: 6 0 8695.33 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[13503]: 6 0 8140.85 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[13509]: 6 0 5053.09 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[13514]: 6 0 5332.2 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[13708]: 6 0 0.904763 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[13735]: 6 0 1.69767 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[13746]: 6 0 2098.07 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[13867]: 6 0 1215.1 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[13868]: 6 0 1063.43 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[13870]: 6 0 5346.02 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[13876]: 6 0 9034.67 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[13877]: 6 0 444.138 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[13879]: 6 0 8759.63 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[13882]: 6 0 8969.94 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[14054]: 6 0 1.24528 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[14235]: 6 0 8691.67 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[14236]: 6 0 7830.35 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[14239]: 6 0 8928.41 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[14242]: 6 0 8799.73 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[14471]: 6 0 3628.48 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[14475]: 6 0 7778.4 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[14477]: 6 0 5776.44 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[14487]: 6 0 5766.8 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[14718]: 6 0 90.2662 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[14723]: 6 0 3970.53 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[14724]: 6 0 3987.85 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[14725]: 6 0 71.4808 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[14727]: 6 0 3997.8 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[14729]: 6 0 3948.78 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[14730]: 6 0 35.689 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[14731]: 6 0 85.6901 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[14736]: 6 0 4060.02 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[14791]: 6 0 1 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[14839]: 6 0 2060.89 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[14842]: 6 0 1750.62 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[14900]: 6 0 2.70327 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[14967]: 6 0 183.651 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[14968]: 6 0 151.778 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[14972]: 6 0 9798.5 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[15324]: 6 0 6084.99 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[15343]: 6 0 6184.71 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[15346]: 6 0 5826.31 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[15671]: 6 0 6.41861 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[15683]: 6 0 7310.51 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[15685]: 6 0 4622.79 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[15687]: 6 0 3831.88 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[15688]: 6 0 2937.76 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[15693]: 6 0 4028.68 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[15694]: 6 0 4107.17 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[15704]: 6 0 2447.24 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[15815]: 6 0 807.855 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[15817]: 6 0 186.701 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[15821]: 6 0 2742.82 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[15828]: 6 0 1961.74 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[16052]: 6 0 695.016 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[16060]: 6 0 7745.19 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[16061]: 6 0 7806.67 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[16063]: 6 0 7794.68 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[16068]: 6 0 3941.55 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[16229]: 6 -2.6 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[16473]: 6 0 3.26368 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[16475]: 6 0 0.129413 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[16530]: 6 0 84.4004 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[16533]: 6 0 121.946 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[16538]: 6 0 1161.34 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[16556]: 6 0 3789.11 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[16648]: 6 0 2032.53 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[16904]: 6 0 1454.24 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[16908]: 6 0 1856.36 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[16911]: 6 0 1001.11 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[16915]: 6 0 970.593 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[16920]: 6 0 1687.84 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[17005]: 6 0 49 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[17007]: 6 0 14.7143 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[17008]: 6 0 4574.27 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[17009]: 6 0 6139.28 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[17010]: 6 0 8503.78 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[17018]: 6 0 6838.36 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[17029]: 6 0 93.608 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[17030]: 6 0 23.3708 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[17038]: 6 0 20.1708 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[17102]: 6 0 4.5 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[17264]: 6 0 6943.65 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[17265]: 6 0 18.2894 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[17266]: 6 0 4199.27 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[17267]: 6 0 306.031 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[17268]: 6 0 1122.19 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[17270]: 6 0 823.778 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[17271]: 6 0 78.4118 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[17272]: 6 0 61.5225 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[17273]: 6 0 145.081 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[17274]: 6 0 6011.64 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[17498]: 6 0 2644.3 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[17504]: 6 0 2373.47 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[17505]: 6 0 8285.23 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[17513]: 6 0 41.6301 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[17522]: 6 0 2887.62 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[17526]: 6 0 2888.73 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[17586]: 6 0 1 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[17620]: 6 0 3009.72 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[17621]: 6 0 4255.74 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[17634]: 6 0 2580.54 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[17640]: 6 0 2320.65 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[17647]: 6 0 1974.52 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[17649]: 6 0 1957.21 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[17651]: 6 0 1958.85 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[17746]: 6 0 5796.87 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[17748]: 6 0 63.2933 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[17751]: 6 0 3077.38 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[17754]: 6 0 699.374 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[17756]: 6 0 1756.38 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[17806]: 6 -0.505883 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[17807]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[17849]: 6 0 6.76744 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[17860]: 6 0 2098.07 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[17863]: 6 0 3540.13 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[17879]: 6 0 4006.42 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[17888]: 6 0 4007.02 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[18236]: 6 0 3086.58 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[18237]: 6 0 3170.49 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[18238]: 6 0 2862.32 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[18249]: 6 0 2277.21 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[18345]: 6 0 8720.42 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[18348]: 6 0 4284.17 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[18357]: 6 0 4239.01 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[18369]: 6 0 2943.12 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[18480]: 6 0 284.512 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[18483]: 6 0 484.225 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[18485]: 6 0 495.364 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[18489]: 6 0 449.649 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[18705]: 6 0 5082.83 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[18728]: 6 0 5205.73 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[18734]: 6 0 4855.76 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[18736]: 6 0 4905.31 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[18739]: 6 0 4557.56 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[18958]: 6 0 98.954 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[18961]: 6 0 22.4164 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[18962]: 6 0 370.194 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[18963]: 6 0 476.702 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[18971]: 6 0 245.022 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[18973]: 6 0 318.683 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[19268]: 6 0 1 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[19321]: 6 0 2667.39 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[19502]: 6 -1 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[19504]: 6 -0.333334 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[19547]: 6 0 33 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[19550]: 6 0 7331.3 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[19551]: 6 0 10768.2 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[19553]: 6 0 3171.93 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[19554]: 6 0 4719.9 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[19555]: 6 0 6684 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[19571]: 6 0 8846.75 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[19579]: 6 0 8831.35 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[19582]: 6 0 8636.04 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[19631]: 6 0 1.66667 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[19810]: 6 0 6543.11 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[19816]: 6 0 6535.92 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[19818]: 6 0 6376.67 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[19829]: 6 0 5826.56 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[19832]: 6 0 5825.97 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[19833]: 6 0 5469.54 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[20027]: 6 0 0.674419 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[20030]: 6 0 14 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[20032]: 6 0 3.71429 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[20046]: 6 0 21.479 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[20060]: 6 0 453.197 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[20071]: 6 0 380.626 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[20184]: 6 0 9811.72 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[20188]: 6 0 101.232 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[20189]: 6 0 9499.97 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[20190]: 6 0 1.75699 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[20419]: 6 0 255.998 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[20421]: 6 0 121.52 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[20423]: 6 0 1035.4 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[20431]: 6 -463.436 0 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[20537]: 6 0 2254.77 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[20542]: 6 0 2950.75 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[20547]: 6 0 1961.74 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[20650]: 6 0 2695.38 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[20651]: 6 0 741.126 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[20652]: 6 0 44.9666 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[20667]: 6 0 3371.26 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[20676]: 6 0 1941.85 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[20677]: 6 0 1941.08 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[20680]: 6 0 1822.51 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[20681]: 6 0 1940.85 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[20766]: 6 0 5267.76 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[20788]: 6 0 3294.61 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[20901]: 6 0 7254.8 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[20902]: 6 0 200.024 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[20904]: 6 0 254.459 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[20906]: 6 0 109.115 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[20922]: 6 0 8118.91 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[20923]: 6 0 189.469 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[21007]: 6 0 8093.9 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[21009]: 6 0 7429.83 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[21014]: 6 0 8570.15 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[21033]: 6 0 0.625001 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[21034]: 6 0 583.03 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[21036]: 6 0 8551.87 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[21127]: 6 0 2624.83 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[21129]: 6 0 3489.27 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[21130]: 6 0 3916.41 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[21133]: 6 0 4893.6 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[21151]: 6 0 3315.52 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[21153]: 6 0 1197.73 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[21154]: 6 0 1707.66 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[21156]: 6 0 346.742 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[21157]: 6 0 1601.39 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[21397]: 6 0 4311.84 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[21399]: 6 0 3797.39 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[21498]: 6 0 2087.68 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[21499]: 6 0 2077.98 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[21512]: 6 0 1540.69 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[21516]: 6 0 1052.75 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[21520]: 6 0 827.391 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[21642]: 6 0 970.605 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[21742]: 6 0 3277.78 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[21745]: 6 0 3287.46 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[21746]: 6 0 3273.56 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[21761]: 6 0 2942.78 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[21764]: 6 0 2734.14 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[21765]: 6 0 2913.28 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[21766]: 6 0 2912.11 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[21881]: 6 0 9700.89 shouldn't be
3169.15/3184.23	WSVECS04 Frhs2[21885]: 6 0 8204.41 shouldn't be
3243.66/3259.04	c #Conflicts:    3368000 | #Constraints:     218382
3243.66/3259.04	c #Conflicts:    3369000 | #Constraints:     219382
3243.66/3259.04	c #Conflicts:    3370000 | #Constraints:     220382
3243.66/3259.04	c INPROCESSING
3243.66/3259.04	c GARBAGE COLLECT
3243.66/3259.04	c #Conflicts:    3371000 | #Constraints:     129155
3243.66/3259.04	c #Conflicts:    3372000 | #Constraints:     130155
3243.66/3259.04	c #Conflicts:    3373000 | #Constraints:     131155
3243.66/3259.04	c #Conflicts:    3374000 | #Constraints:     132155
3243.66/3259.04	c #Conflicts:    3375000 | #Constraints:     133155
3243.66/3259.04	c #Conflicts:    3376000 | #Constraints:     134155
3243.66/3259.04	c #Conflicts:    3377000 | #Constraints:     135155
3243.66/3259.04	c #Conflicts:    3378000 | #Constraints:     136155
3243.66/3259.04	c #Conflicts:    3379000 | #Constraints:     137155
3243.66/3259.04	c #Conflicts:    3380000 | #Constraints:     138155
3243.66/3259.04	c #Conflicts:    3381000 | #Constraints:     139155
3243.66/3259.04	c #Conflicts:    3382000 | #Constraints:     140155
3243.66/3259.04	c #Conflicts:    3383000 | #Constraints:     141155
3243.66/3259.04	c #Conflicts:    3384000 | #Constraints:     142155
3243.66/3259.04	c #Conflicts:    3385000 | #Constraints:     143155
3243.66/3259.04	c #Conflicts:    3386000 | #Constraints:     144155
3243.66/3259.04	c #Conflicts:    3387000 | #Constraints:     145155
3243.66/3259.04	c #Conflicts:    3388000 | #Constraints:     146155
3243.66/3259.04	c #Conflicts:    3389000 | #Constraints:     147155
3243.66/3259.04	c #Conflicts:    3390000 | #Constraints:     148155
3243.66/3259.04	c #Conflicts:    3391000 | #Constraints:     149155
3243.66/3259.04	c #Conflicts:    3392000 | #Constraints:     150155
3243.66/3259.04	c #Conflicts:    3393000 | #Constraints:     151155
3243.66/3259.04	c #Conflicts:    3394000 | #Constraints:     152155
3243.66/3259.04	c #Conflicts:    3395000 | #Constraints:     153155
3243.66/3259.04	c #Conflicts:    3396000 | #Constraints:     154155
3243.66/3259.04	c #Conflicts:    3397000 | #Constraints:     155155
3243.66/3259.04	c #Conflicts:    3398000 | #Constraints:     156155
3243.66/3259.04	c #Conflicts:    3399000 | #Constraints:     157155
3243.66/3259.04	c #Conflicts:    3400000 | #Constraints:     158155
3243.66/3259.04	c #Conflicts:    3401000 | #Constraints:     159155
3243.66/3259.04	c #Conflicts:    3402000 | #Constraints:     160155
3243.66/3259.04	c #Conflicts:    3403000 | #Constraints:     161155
3243.66/3259.04	c #Conflicts:    3404000 | #Constraints:     162155
3243.66/3259.04	c #Conflicts:    3405000 | #Constraints:     163155
3243.66/3259.04	c #Conflicts:    3406000 | #Constraints:     164155
3243.66/3259.04	c #Conflicts:    3407000 | #Constraints:     165155
3243.66/3259.04	c #Conflicts:    3408000 | #Constraints:     166155
3243.66/3259.04	c #Conflicts:    3409000 | #Constraints:     167155
3243.66/3259.04	c #Conflicts:    3410000 | #Constraints:     168155
3243.66/3259.04	c #Conflicts:    3411000 | #Constraints:     169155
3243.66/3259.04	c #Conflicts:    3412000 | #Constraints:     170155
3243.66/3259.04	c INPROCESSING
3243.66/3259.04	c GARBAGE COLLECT
3243.66/3259.04	c #Conflicts:    3413000 | #Constraints:     103935
3243.66/3259.04	c #Conflicts:    3414000 | #Constraints:     104935
3243.66/3259.04	c #Conflicts:    3415000 | #Constraints:     105935
3243.66/3259.04	c #Conflicts:    3416000 | #Constraints:     106935
3243.66/3259.04	c #Conflicts:    3417000 | #Constraints:     107935
3243.66/3259.04	c #Conflicts:    3418000 | #Constraints:     108935
3243.66/3259.04	c #Conflicts:    3419000 | #Constraints:     109935
3243.66/3259.04	c #Conflicts:    3420000 | #Constraints:     110935
3243.66/3259.04	c #Conflicts:    3421000 | #Constraints:     111935
3243.66/3259.04	c #Conflicts:    3422000 | #Constraints:     112935
3243.66/3259.04	c #Conflicts:    3423000 | #Constraints:     113935
3243.66/3259.04	c #Conflicts:    3424000 | #Constraints:     114935
3243.66/3259.04	c #Conflicts:    3425000 | #Constraints:     115935
3243.66/3259.04	c #Conflicts:    3426000 | #Constraints:     116935
3243.66/3259.04	c #Conflicts:    3427000 | #Constraints:     117935
3243.66/3259.04	c #Conflicts:    3428000 | #Constraints:     118935
3243.66/3259.04	c #Conflicts:    3429000 | #Constraints:     119935
3243.66/3259.04	c #Conflicts:    3430000 | #Constraints:     120935
3243.66/3259.04	c #Conflicts:    3431000 | #Constraints:     121935
3243.66/3259.04	c #Conflicts:    3432000 | #Constraints:     122935
3243.66/3259.04	c #Conflicts:    3433000 | #Constraints:     123935
3243.66/3259.04	c #Conflicts:    3434000 | #Constraints:     124935
3243.66/3259.04	c #Conflicts:    3435000 | #Constraints:     125935
3243.66/3259.04	c #Conflicts:    3436000 | #Constraints:     126935
3243.66/3259.04	c #Conflicts:    3437000 | #Constraints:     127935
3243.66/3259.04	c #Conflicts:    3438000 | #Constraints:     128935
3243.66/3259.04	c #Conflicts:    3439000 | #Constraints:     129935
3243.66/3259.04	c #Conflicts:    3440000 | #Constraints:     130935
3243.66/3259.04	c #Conflicts:    3441000 | #Constraints:     131935
3243.66/3259.04	c #Conflicts:    3442000 | #Constraints:     132935
3243.66/3259.04	c #Conflicts:    3443000 | #Constraints:     133935
3243.66/3259.04	c #Conflicts:    3444000 | #Constraints:     134935
3243.66/3259.04	c #Conflicts:    3445000 | #Constraints:     135935
3291.69/3307.26	c #Conflicts:    3446000 | #Constraints:     136935
3291.69/3307.26	c #Conflicts:    3447000 | #Constraints:     137935
3291.69/3307.26	c #Conflicts:    3448000 | #Constraints:     138935
3291.69/3307.26	c #Conflicts:    3449000 | #Constraints:     139935
3291.69/3307.26	c #Conflicts:    3450000 | #Constraints:     140935
3291.69/3307.26	c #Conflicts:    3451000 | #Constraints:     141935
3291.69/3307.26	c #Conflicts:    3452000 | #Constraints:     142935
3291.69/3307.26	c #Conflicts:    3453000 | #Constraints:     143935
3291.69/3307.26	c #Conflicts:    3454000 | #Constraints:     144935
3291.69/3307.26	c #Conflicts:    3455000 | #Constraints:     145935
3291.69/3307.26	c INPROCESSING
3291.69/3307.26	c GARBAGE COLLECT
3291.69/3307.26	c #Conflicts:    3456000 | #Constraints:      92111
3291.69/3307.26	c #Conflicts:    3457000 | #Constraints:      93111
3291.69/3307.26	c #Conflicts:    3458000 | #Constraints:      94111
3291.69/3307.26	c #Conflicts:    3459000 | #Constraints:      95111
3291.69/3307.26	c #Conflicts:    3460000 | #Constraints:      96111
3291.69/3307.26	c #Conflicts:    3461000 | #Constraints:      97111
3291.69/3307.26	c #Conflicts:    3462000 | #Constraints:      98111
3291.69/3307.26	c #Conflicts:    3463000 | #Constraints:      99111
3291.69/3307.26	c #Conflicts:    3464000 | #Constraints:     100111
3291.69/3307.26	c #Conflicts:    3465000 | #Constraints:     101111
3291.69/3307.26	c #Conflicts:    3466000 | #Constraints:     102111
3291.69/3307.26	c #Conflicts:    3467000 | #Constraints:     103111
3291.69/3307.26	c #Conflicts:    3468000 | #Constraints:     104111
3291.69/3307.26	c #Conflicts:    3469000 | #Constraints:     105111
3291.69/3307.26	c #Conflicts:    3470000 | #Constraints:     106111
3291.69/3307.26	c #Conflicts:    3471000 | #Constraints:     107111
3291.69/3307.26	c #Conflicts:    3472000 | #Constraints:     108111
3291.69/3307.26	c #Conflicts:    3473000 | #Constraints:     109111
3291.69/3307.26	c #Conflicts:    3474000 | #Constraints:     110111
3291.69/3307.26	c #Conflicts:    3475000 | #Constraints:     111111
3291.69/3307.26	c #Conflicts:    3476000 | #Constraints:     112111
3291.69/3307.26	c #Conflicts:    3477000 | #Constraints:     113111
3291.69/3307.26	c #Conflicts:    3478000 | #Constraints:     114111
3291.69/3307.26	c #Conflicts:    3479000 | #Constraints:     115111
3291.69/3307.26	c #Conflicts:    3480000 | #Constraints:     116111
3291.69/3307.26	c #Conflicts:    3481000 | #Constraints:     117111
3291.69/3307.26	c #Conflicts:    3482000 | #Constraints:     118111
3291.69/3307.26	c #Conflicts:    3483000 | #Constraints:     119111
3291.69/3307.26	c #Conflicts:    3484000 | #Constraints:     120111
3291.69/3307.26	c #Conflicts:    3485000 | #Constraints:     121111
3291.69/3307.26	c #Conflicts:    3486000 | #Constraints:     122111
3291.69/3307.26	c #Conflicts:    3487000 | #Constraints:     123111
3291.69/3307.26	c #Conflicts:    3488000 | #Constraints:     124111
3291.69/3307.26	c #Conflicts:    3489000 | #Constraints:     125111
3291.69/3307.26	c #Conflicts:    3490000 | #Constraints:     126111
3291.69/3307.26	c #Conflicts:    3491000 | #Constraints:     127111
3291.69/3307.26	c #Conflicts:    3492000 | #Constraints:     128111
3291.69/3307.26	c #Conflicts:    3493000 | #Constraints:     129111
3291.69/3307.26	c #Conflicts:    3494000 | #Constraints:     130111
3291.69/3307.26	c #Conflicts:    3495000 | #Constraints:     131111
3291.69/3307.26	c #Conflicts:    3496000 | #Constraints:     132111
3291.69/3307.26	c #Conflicts:    3497000 | #Constraints:     133111
3291.69/3307.26	c #Conflicts:    3498000 | #Constraints:     134111
3291.69/3307.26	c INPROCESSING
3291.69/3307.26	c GARBAGE COLLECT
3291.69/3307.26	c #Conflicts:    3499000 | #Constraints:      86257
3291.69/3307.26	c #Conflicts:    3500000 | #Constraints:      87257
3291.69/3307.26	c #Conflicts:    3501000 | #Constraints:      88257
3291.69/3307.26	c #Conflicts:    3502000 | #Constraints:      89257
3291.69/3307.26	c #Conflicts:    3503000 | #Constraints:      90257
3291.69/3307.26	c #Conflicts:    3504000 | #Constraints:      91257
3291.69/3307.26	c #Conflicts:    3505000 | #Constraints:      92257
3291.69/3307.26	c #Conflicts:    3506000 | #Constraints:      93257
3291.69/3307.26	c #Conflicts:    3507000 | #Constraints:      94257
3291.69/3307.26	c #Conflicts:    3508000 | #Constraints:      95257
3291.69/3307.26	c #Conflicts:    3509000 | #Constraints:      96257
3291.69/3307.26	c #Conflicts:    3510000 | #Constraints:      97257
3291.69/3307.26	c #Conflicts:    3511000 | #Constraints:      98257
3291.69/3307.26	c #Conflicts:    3512000 | #Constraints:      99257
3291.69/3307.26	c #Conflicts:    3513000 | #Constraints:     100257
3291.69/3307.26	c #Conflicts:    3514000 | #Constraints:     101257
3291.69/3307.26	c #Conflicts:    3515000 | #Constraints:     102257
3291.69/3307.26	c #Conflicts:    3516000 | #Constraints:     103257
3291.69/3307.26	c #Conflicts:    3517000 | #Constraints:     104257
3291.69/3307.26	c #Conflicts:    3518000 | #Constraints:     105257
3291.69/3307.26	c #Conflicts:    3519000 | #Constraints:     106257
3291.69/3307.26	c #Conflicts:    3520000 | #Constraints:     107257
3291.69/3307.26	c #Conflicts:    3521000 | #Constraints:     108257
3291.69/3307.26	c #Conflicts:    3522000 | #Constraints:     109257
3384.14/3399.90	c #Conflicts:    3523000 | #Constraints:     110257
3384.14/3399.90	c #Conflicts:    3524000 | #Constraints:     111257
3384.14/3399.90	c #Conflicts:    3525000 | #Constraints:     112257
3384.14/3399.90	c #Conflicts:    3526000 | #Constraints:     113257
3384.14/3399.90	c #Conflicts:    3527000 | #Constraints:     114257
3384.14/3399.90	c #Conflicts:    3528000 | #Constraints:     115257
3384.14/3399.90	c #Conflicts:    3529000 | #Constraints:     116257
3384.14/3399.90	c #Conflicts:    3530000 | #Constraints:     117257
3384.14/3399.90	c #Conflicts:    3531000 | #Constraints:     118257
3384.14/3399.90	c #Conflicts:    3532000 | #Constraints:     119257
3384.14/3399.90	c #Conflicts:    3533000 | #Constraints:     120257
3384.14/3399.90	c #Conflicts:    3534000 | #Constraints:     121257
3384.14/3399.90	c #Conflicts:    3535000 | #Constraints:     122257
3384.14/3399.90	c #Conflicts:    3536000 | #Constraints:     123257
3384.14/3399.90	c #Conflicts:    3537000 | #Constraints:     124257
3384.14/3399.90	c #Conflicts:    3538000 | #Constraints:     125257
3384.14/3399.90	c #Conflicts:    3539000 | #Constraints:     126257
3384.14/3399.90	c #Conflicts:    3540000 | #Constraints:     127257
3384.14/3399.90	c #Conflicts:    3541000 | #Constraints:     128257
3384.14/3399.90	c #Conflicts:    3542000 | #Constraints:     129257
3384.14/3399.90	c #Conflicts:    3543000 | #Constraints:     130257
3384.14/3399.90	c #Conflicts:    3544000 | #Constraints:     131257
3384.14/3399.90	c #Conflicts:    3545000 | #Constraints:     132257
3384.14/3399.90	c #Conflicts:    3546000 | #Constraints:     133257
3384.14/3399.90	c #Conflicts:    3547000 | #Constraints:     134257
3384.14/3399.90	c #Conflicts:    3548000 | #Constraints:     135257
3384.14/3399.90	c #Conflicts:    3549000 | #Constraints:     136257
3384.14/3399.90	c #Conflicts:    3550000 | #Constraints:     137257
3384.14/3399.90	c #Conflicts:    3551000 | #Constraints:     138257
3384.14/3399.90	c #Conflicts:    3552000 | #Constraints:     139257
3384.14/3399.90	c #Conflicts:    3553000 | #Constraints:     140257
3384.14/3399.90	c #Conflicts:    3554000 | #Constraints:     141257
3384.14/3399.90	c #Conflicts:    3555000 | #Constraints:     142257
3384.14/3399.90	c #Conflicts:    3556000 | #Constraints:     143257
3384.14/3399.90	c #Conflicts:    3557000 | #Constraints:     144257
3384.14/3399.90	c #Conflicts:    3558000 | #Constraints:     145257
3384.14/3399.90	c #Conflicts:    3559000 | #Constraints:     146257
3384.14/3399.90	c #Conflicts:    3560000 | #Constraints:     147257
3384.14/3399.90	c #Conflicts:    3561000 | #Constraints:     148257
3384.14/3399.90	c #Conflicts:    3562000 | #Constraints:     149257
3384.14/3399.90	c #Conflicts:    3563000 | #Constraints:     150257
3384.14/3399.90	c #Conflicts:    3564000 | #Constraints:     151257
3384.14/3399.90	c #Conflicts:    3565000 | #Constraints:     152257
3384.14/3399.90	c #Conflicts:    3566000 | #Constraints:     153257
3384.14/3399.90	c #Conflicts:    3567000 | #Constraints:     154257
3384.14/3399.90	c #Conflicts:    3568000 | #Constraints:     155257
3384.14/3399.90	c #Conflicts:    3569000 | #Constraints:     156257
3384.14/3399.90	c #Conflicts:    3570000 | #Constraints:     157257
3384.14/3399.90	c #Conflicts:    3571000 | #Constraints:     158257
3384.14/3399.90	c #Conflicts:    3572000 | #Constraints:     159257
3384.14/3399.90	c #Conflicts:    3573000 | #Constraints:     160257
3384.14/3399.90	c #Conflicts:    3574000 | #Constraints:     161257
3384.14/3399.90	c #Conflicts:    3575000 | #Constraints:     162257
3384.14/3399.90	c #Conflicts:    3576000 | #Constraints:     163257
3384.14/3399.90	c #Conflicts:    3577000 | #Constraints:     164257
3384.14/3399.90	c #Conflicts:    3578000 | #Constraints:     165257
3384.14/3399.90	c #Conflicts:    3579000 | #Constraints:     166257
3384.14/3399.90	c #Conflicts:    3580000 | #Constraints:     167257
3384.14/3399.90	c #Conflicts:    3581000 | #Constraints:     168257
3384.14/3399.90	c #Conflicts:    3582000 | #Constraints:     169257
3384.14/3399.90	c #Conflicts:    3583000 | #Constraints:     170257
3384.14/3399.90	c #Conflicts:    3584000 | #Constraints:     171257
3384.14/3399.90	c #Conflicts:    3585000 | #Constraints:     172257
3384.14/3399.90	c #Conflicts:    3586000 | #Constraints:     173257
3384.14/3399.90	c #Conflicts:    3587000 | #Constraints:     174257
3384.14/3399.90	c #Conflicts:    3588000 | #Constraints:     175257
3384.14/3399.90	c #Conflicts:    3589000 | #Constraints:     176257
3384.14/3399.90	c #Conflicts:    3590000 | #Constraints:     177257
3384.14/3399.90	c #Conflicts:    3591000 | #Constraints:     178257
3384.14/3399.90	c #Conflicts:    3592000 | #Constraints:     179257
3384.14/3399.90	c #Conflicts:    3593000 | #Constraints:     180257
3384.14/3399.90	c #Conflicts:    3594000 | #Constraints:     181257
3384.14/3399.90	c #Conflicts:    3595000 | #Constraints:     182257
3384.14/3399.90	c #Conflicts:    3596000 | #Constraints:     183257
3384.14/3399.90	c #Conflicts:    3597000 | #Constraints:     184257
3384.14/3399.90	c #Conflicts:    3598000 | #Constraints:     185257
3384.14/3399.90	c #Conflicts:    3599000 | #Constraints:     186257
3384.14/3399.90	c #Conflicts:    3600000 | #Constraints:     187257
3384.14/3399.90	c #Conflicts:    3601000 | #Constraints:     188257
3450.72/3467.39	c #Conflicts:    3602000 | #Constraints:     189257
3450.72/3467.39	c #Conflicts:    3603000 | #Constraints:     190257
3450.72/3467.39	c #Conflicts:    3604000 | #Constraints:     191257
3450.72/3467.39	c #Conflicts:    3605000 | #Constraints:     192257
3450.72/3467.39	c #Conflicts:    3606000 | #Constraints:     193257
3450.72/3467.39	c #Conflicts:    3607000 | #Constraints:     194257
3450.72/3467.39	c #Conflicts:    3608000 | #Constraints:     195257
3450.72/3467.39	c #Conflicts:    3609000 | #Constraints:     196257
3450.72/3467.39	c #Conflicts:    3610000 | #Constraints:     197257
3450.72/3467.39	c #Conflicts:    3611000 | #Constraints:     198257
3450.72/3467.39	c #Conflicts:    3612000 | #Constraints:     199257
3450.72/3467.39	c #Conflicts:    3613000 | #Constraints:     200257
3450.72/3467.39	c #Conflicts:    3614000 | #Constraints:     201257
3450.72/3467.39	c #Conflicts:    3615000 | #Constraints:     202257
3450.72/3467.39	c #Conflicts:    3616000 | #Constraints:     203257
3450.72/3467.39	c #Conflicts:    3617000 | #Constraints:     204257
3450.72/3467.39	c #Conflicts:    3618000 | #Constraints:     205257
3450.72/3467.39	c #Conflicts:    3619000 | #Constraints:     206257
3450.72/3467.39	c #Conflicts:    3620000 | #Constraints:     207257
3450.72/3467.39	c #Conflicts:    3621000 | #Constraints:     208257
3450.72/3467.39	c #Conflicts:    3622000 | #Constraints:     209257
3450.72/3467.39	c #Conflicts:    3623000 | #Constraints:     210257
3450.72/3467.39	c #Conflicts:    3624000 | #Constraints:     211257
3450.72/3467.39	c #Conflicts:    3625000 | #Constraints:     212257
3450.72/3467.39	c #Conflicts:    3626000 | #Constraints:     213257
3450.72/3467.39	c #Conflicts:    3627000 | #Constraints:     214257
3450.72/3467.39	c #Conflicts:    3628000 | #Constraints:     215257
3450.72/3467.39	c #Conflicts:    3629000 | #Constraints:     216257
3450.72/3467.39	c #Conflicts:    3630000 | #Constraints:     217257
3450.72/3467.39	c #Conflicts:    3631000 | #Constraints:     218257
3450.72/3467.39	c #Conflicts:    3632000 | #Constraints:     219257
3450.72/3467.39	c #Conflicts:    3633000 | #Constraints:     220257
3450.72/3467.39	c #Conflicts:    3634000 | #Constraints:     221257
3450.72/3467.39	c #Conflicts:    3635000 | #Constraints:     222257
3450.72/3467.39	c #Conflicts:    3636000 | #Constraints:     223257
3450.72/3467.39	c #Conflicts:    3637000 | #Constraints:     224257
3450.72/3467.39	c #Conflicts:    3638000 | #Constraints:     225257
3450.72/3467.39	c #Conflicts:    3639000 | #Constraints:     226257
3450.72/3467.39	c #Conflicts:    3640000 | #Constraints:     227257
3450.72/3467.39	c INPROCESSING
3450.72/3467.39	c GARBAGE COLLECT
3450.72/3467.39	c #Conflicts:    3641000 | #Constraints:     132452
3450.72/3467.39	c #Conflicts:    3642000 | #Constraints:     133452
3450.72/3467.39	c #Conflicts:    3643000 | #Constraints:     134452
3450.72/3467.39	c #Conflicts:    3644000 | #Constraints:     135452
3450.72/3467.39	c #Conflicts:    3645000 | #Constraints:     136452
3450.72/3467.39	c #Conflicts:    3646000 | #Constraints:     137452
3450.72/3467.39	c #Conflicts:    3647000 | #Constraints:     138452
3450.72/3467.39	c #Conflicts:    3648000 | #Constraints:     139452
3450.72/3467.39	c #Conflicts:    3649000 | #Constraints:     140452
3450.72/3467.39	c #Conflicts:    3650000 | #Constraints:     141452
3450.72/3467.39	c #Conflicts:    3651000 | #Constraints:     142452
3450.72/3467.39	c #Conflicts:    3652000 | #Constraints:     143452
3450.72/3467.39	c #Conflicts:    3653000 | #Constraints:     144452
3450.72/3467.39	c #Conflicts:    3654000 | #Constraints:     145452
3450.72/3467.39	c #Conflicts:    3655000 | #Constraints:     146452
3450.72/3467.39	c #Conflicts:    3656000 | #Constraints:     147452
3450.72/3467.39	c #Conflicts:    3657000 | #Constraints:     148452
3450.72/3467.39	c #Conflicts:    3658000 | #Constraints:     149452
3450.72/3467.39	c #Conflicts:    3659000 | #Constraints:     150452
3450.72/3467.39	c #Conflicts:    3660000 | #Constraints:     151452
3450.72/3467.39	c #Conflicts:    3661000 | #Constraints:     152452
3450.72/3467.39	c #Conflicts:    3662000 | #Constraints:     153452
3450.72/3467.39	c #Conflicts:    3663000 | #Constraints:     154452
3450.72/3467.39	c #Conflicts:    3664000 | #Constraints:     155452
3450.72/3467.39	c #Conflicts:    3665000 | #Constraints:     156452
3450.72/3467.39	c #Conflicts:    3666000 | #Constraints:     157452
3450.72/3467.39	c #Conflicts:    3667000 | #Constraints:     158452
3450.72/3467.39	c #Conflicts:    3668000 | #Constraints:     159452
3450.72/3467.39	c #Conflicts:    3669000 | #Constraints:     160452
3450.72/3467.39	c #Conflicts:    3670000 | #Constraints:     161452
3450.72/3467.39	c #Conflicts:    3671000 | #Constraints:     162452
3450.72/3467.39	c #Conflicts:    3672000 | #Constraints:     163452
3450.72/3467.39	c #Conflicts:    3673000 | #Constraints:     164452
3450.72/3467.39	c #Conflicts:    3674000 | #Constraints:     165452
3450.72/3467.39	c #Conflicts:    3675000 | #Constraints:     166452
3450.72/3467.39	c #Conflicts:    3676000 | #Constraints:     167452
3450.72/3467.39	c #Conflicts:    3677000 | #Constraints:     168452
3450.72/3467.39	c #Conflicts:    3678000 | #Constraints:     169452
3450.72/3467.39	c #Conflicts:    3679000 | #Constraints:     170452
3490.24/3507.22	c #Conflicts:    3680000 | #Constraints:     171452
3490.24/3507.22	c #Conflicts:    3681000 | #Constraints:     172452
3490.24/3507.22	c #Conflicts:    3682000 | #Constraints:     173452
3490.24/3507.22	c #Conflicts:    3683000 | #Constraints:     174452
3490.24/3507.22	c #Conflicts:    3684000 | #Constraints:     175452
3490.24/3507.22	c INPROCESSING
3490.24/3507.22	c GARBAGE COLLECT
3490.24/3507.22	c #Conflicts:    3685000 | #Constraints:     106611
3490.24/3507.22	c #Conflicts:    3686000 | #Constraints:     107611
3490.24/3507.22	c #Conflicts:    3687000 | #Constraints:     108611
3490.24/3507.22	c #Conflicts:    3688000 | #Constraints:     109611
3490.24/3507.22	c #Conflicts:    3689000 | #Constraints:     110611
3490.24/3507.22	c #Conflicts:    3690000 | #Constraints:     111611
3490.24/3507.22	c #Conflicts:    3691000 | #Constraints:     112611
3490.24/3507.22	c #Conflicts:    3692000 | #Constraints:     113611
3490.24/3507.22	c #Conflicts:    3693000 | #Constraints:     114611
3490.24/3507.22	c #Conflicts:    3694000 | #Constraints:     115611
3490.24/3507.22	c #Conflicts:    3695000 | #Constraints:     116611
3490.24/3507.22	c #Conflicts:    3696000 | #Constraints:     117611
3490.24/3507.22	c #Conflicts:    3697000 | #Constraints:     118611
3490.24/3507.22	c #Conflicts:    3698000 | #Constraints:     119611
3490.24/3507.22	c #Conflicts:    3699000 | #Constraints:     120611
3490.24/3507.22	c #Conflicts:    3700000 | #Constraints:     121611
3490.24/3507.22	c #Conflicts:    3701000 | #Constraints:     122611
3490.24/3507.22	c #Conflicts:    3702000 | #Constraints:     123611
3490.24/3507.22	c #Conflicts:    3703000 | #Constraints:     124611
3490.24/3507.22	c #Conflicts:    3704000 | #Constraints:     125611
3490.24/3507.22	c #Conflicts:    3705000 | #Constraints:     126611
3490.24/3507.22	c #Conflicts:    3706000 | #Constraints:     127611
3490.24/3507.22	c #Conflicts:    3707000 | #Constraints:     128611
3490.24/3507.22	c #Conflicts:    3708000 | #Constraints:     129611
3490.24/3507.22	c #Conflicts:    3709000 | #Constraints:     130611
3490.24/3507.22	c #Conflicts:    3710000 | #Constraints:     131611
3490.24/3507.22	c #Conflicts:    3711000 | #Constraints:     132611
3490.24/3507.22	c #Conflicts:    3712000 | #Constraints:     133611
3490.24/3507.22	c #Conflicts:    3713000 | #Constraints:     134611
3490.24/3507.22	c #Conflicts:    3714000 | #Constraints:     135611
3490.24/3507.22	c #Conflicts:    3715000 | #Constraints:     136611
3490.24/3507.22	c #Conflicts:    3716000 | #Constraints:     137611
3490.24/3507.22	c #Conflicts:    3717000 | #Constraints:     138611
3490.24/3507.22	c #Conflicts:    3718000 | #Constraints:     139611
3490.24/3507.22	c #Conflicts:    3719000 | #Constraints:     140611
3490.24/3507.22	c #Conflicts:    3720000 | #Constraints:     141611
3490.24/3507.22	c #Conflicts:    3721000 | #Constraints:     142611
3490.24/3507.22	c #Conflicts:    3722000 | #Constraints:     143611
3490.24/3507.22	c #Conflicts:    3723000 | #Constraints:     144611
3490.24/3507.22	c #Conflicts:    3724000 | #Constraints:     145611
3490.24/3507.22	c #Conflicts:    3725000 | #Constraints:     146611
3490.24/3507.22	c #Conflicts:    3726000 | #Constraints:     147611
3490.24/3507.22	c #Conflicts:    3727000 | #Constraints:     148611
3490.24/3507.22	c #Conflicts:    3728000 | #Constraints:     149611
3490.24/3507.22	c #Conflicts:    3729000 | #Constraints:     150611
3490.24/3507.22	c INPROCESSING
3490.24/3507.22	c GARBAGE COLLECT
3490.24/3507.22	c #Conflicts:    3730000 | #Constraints:      94574
3490.24/3507.22	c #Conflicts:    3731000 | #Constraints:      95574
3490.24/3507.22	c #Conflicts:    3732000 | #Constraints:      96574
3490.24/3507.22	c #Conflicts:    3733000 | #Constraints:      97574
3490.24/3507.22	c #Conflicts:    3734000 | #Constraints:      98574
3490.24/3507.22	c #Conflicts:    3735000 | #Constraints:      99574
3490.24/3507.22	c #Conflicts:    3736000 | #Constraints:     100574
3490.24/3507.22	c #Conflicts:    3737000 | #Constraints:     101574
3490.24/3507.22	c #Conflicts:    3738000 | #Constraints:     102574
3490.24/3507.22	c #Conflicts:    3739000 | #Constraints:     103574
3490.24/3507.22	c #Conflicts:    3740000 | #Constraints:     104574
3490.24/3507.22	c #Conflicts:    3741000 | #Constraints:     105574
3490.24/3507.22	c #Conflicts:    3742000 | #Constraints:     106574
3490.24/3507.22	c #Conflicts:    3743000 | #Constraints:     107574
3490.24/3507.22	c #Conflicts:    3744000 | #Constraints:     108574
3490.24/3507.22	c #Conflicts:    3745000 | #Constraints:     109574
3490.24/3507.22	c #Conflicts:    3746000 | #Constraints:     110574
3490.24/3507.22	c #Conflicts:    3747000 | #Constraints:     111574
3490.24/3507.22	c #Conflicts:    3748000 | #Constraints:     112574
3490.24/3507.22	c #Conflicts:    3749000 | #Constraints:     113574
3490.24/3507.22	c #Conflicts:    3750000 | #Constraints:     114574
3490.24/3507.22	c #Conflicts:    3751000 | #Constraints:     115574
3490.24/3507.22	c #Conflicts:    3752000 | #Constraints:     116574
3490.24/3507.22	c #Conflicts:    3753000 | #Constraints:     117574
3490.24/3507.22	c #Conflicts:    3754000 | #Constraints:     118574
3490.24/3507.22	c #Conflicts:    3755000 | #Constraints:     119574
3490.24/3507.22	c #Conflicts:    3756000 | #Constraints:     120574
3490.24/3507.22	c #Conflicts:    3757000 | #Constraints:     121574
3544.31/3561.98	c #Conflicts:    3758000 | #Constraints:     122574
3544.31/3561.98	c #Conflicts:    3759000 | #Constraints:     123574
3544.31/3561.98	c #Conflicts:    3760000 | #Constraints:     124574
3544.31/3561.98	c #Conflicts:    3761000 | #Constraints:     125574
3544.31/3561.98	c #Conflicts:    3762000 | #Constraints:     126574
3544.31/3561.98	c #Conflicts:    3763000 | #Constraints:     127574
3544.31/3561.98	c #Conflicts:    3764000 | #Constraints:     128574
3544.31/3561.98	c #Conflicts:    3765000 | #Constraints:     129574
3544.31/3561.98	c #Conflicts:    3766000 | #Constraints:     130574
3544.31/3561.98	c #Conflicts:    3767000 | #Constraints:     131574
3544.31/3561.98	c #Conflicts:    3768000 | #Constraints:     132574
3544.31/3561.98	c #Conflicts:    3769000 | #Constraints:     133574
3544.31/3561.98	c #Conflicts:    3770000 | #Constraints:     134574
3544.31/3561.98	c #Conflicts:    3771000 | #Constraints:     135574
3544.31/3561.98	c #Conflicts:    3772000 | #Constraints:     136574
3544.31/3561.98	c #Conflicts:    3773000 | #Constraints:     137574
3544.31/3561.98	c INPROCESSING
3544.31/3561.98	c GARBAGE COLLECT
3544.31/3561.98	c #Conflicts:    3774000 | #Constraints:      87856
3544.31/3561.98	c #Conflicts:    3775000 | #Constraints:      88856
3544.31/3561.98	c #Conflicts:    3776000 | #Constraints:      89856
3544.31/3561.98	c #Conflicts:    3777000 | #Constraints:      90856
3544.31/3561.98	c #Conflicts:    3778000 | #Constraints:      91856
3544.31/3561.98	c #Conflicts:    3779000 | #Constraints:      92856
3544.31/3561.98	c #Conflicts:    3780000 | #Constraints:      93856
3544.31/3561.98	c #Conflicts:    3781000 | #Constraints:      94856
3544.31/3561.98	c #Conflicts:    3782000 | #Constraints:      95856
3544.31/3561.98	c #Conflicts:    3783000 | #Constraints:      96856
3544.31/3561.98	c #Conflicts:    3784000 | #Constraints:      97856
3544.31/3561.98	c #Conflicts:    3785000 | #Constraints:      98856
3544.31/3561.98	c #Conflicts:    3786000 | #Constraints:      99856
3544.31/3561.98	c #Conflicts:    3787000 | #Constraints:     100856
3544.31/3561.98	c #Conflicts:    3788000 | #Constraints:     101857
3544.31/3561.98	c #Conflicts:    3789000 | #Constraints:     102857
3544.31/3561.98	c #Conflicts:    3790000 | #Constraints:     103857
3544.31/3561.98	c #Conflicts:    3791000 | #Constraints:     104857
3544.31/3561.98	c #Conflicts:    3792000 | #Constraints:     105857
3544.31/3561.98	c #Conflicts:    3793000 | #Constraints:     106857
3544.31/3561.98	c #Conflicts:    3794000 | #Constraints:     107857
3544.31/3561.98	c #Conflicts:    3795000 | #Constraints:     108857
3544.31/3561.98	c #Conflicts:    3796000 | #Constraints:     109857
3544.31/3561.98	c #Conflicts:    3797000 | #Constraints:     110857
3544.31/3561.98	c #Conflicts:    3798000 | #Constraints:     111857
3544.31/3561.98	c #Conflicts:    3799000 | #Constraints:     112857
3544.31/3561.98	c #Conflicts:    3800000 | #Constraints:     113857
3544.31/3561.98	c #Conflicts:    3801000 | #Constraints:     114857
3544.31/3561.98	c #Conflicts:    3802000 | #Constraints:     115857
3544.31/3561.98	c #Conflicts:    3803000 | #Constraints:     116857
3544.31/3561.98	c #Conflicts:    3804000 | #Constraints:     117857
3544.31/3561.98	c #Conflicts:    3805000 | #Constraints:     118857
3544.31/3561.98	c #Conflicts:    3806000 | #Constraints:     119857
3544.31/3561.98	c #Conflicts:    3807000 | #Constraints:     120857
3544.31/3561.98	c #Conflicts:    3808000 | #Constraints:     121857
3544.31/3561.98	c #Conflicts:    3809000 | #Constraints:     122857
3544.31/3561.98	c #Conflicts:    3810000 | #Constraints:     123857
3544.31/3561.98	c #Conflicts:    3811000 | #Constraints:     124857
3544.31/3561.98	c #Conflicts:    3812000 | #Constraints:     125857
3544.31/3561.98	c #Conflicts:    3813000 | #Constraints:     126857
3544.31/3561.98	c #Conflicts:    3814000 | #Constraints:     127857
3544.31/3561.98	c #Conflicts:    3815000 | #Constraints:     128857
3544.31/3561.98	c #Conflicts:    3816000 | #Constraints:     129857
3544.31/3561.98	c #Conflicts:    3817000 | #Constraints:     130857
3544.31/3561.98	c #Conflicts:    3818000 | #Constraints:     131857
3544.31/3561.98	c #Conflicts:    3819000 | #Constraints:     132857
3544.31/3561.98	c #Conflicts:    3820000 | #Constraints:     133857
3544.31/3561.98	c #Conflicts:    3821000 | #Constraints:     134857
3544.31/3561.98	c #Conflicts:    3822000 | #Constraints:     135857
3544.31/3561.98	c #Conflicts:    3823000 | #Constraints:     136857
3544.31/3561.98	c #Conflicts:    3824000 | #Constraints:     137857
3544.31/3561.98	c #Conflicts:    3825000 | #Constraints:     138857
3544.31/3561.98	c #Conflicts:    3826000 | #Constraints:     139857
3544.31/3561.98	c #Conflicts:    3827000 | #Constraints:     140857
3544.31/3561.98	c #Conflicts:    3828000 | #Constraints:     141857
3544.31/3561.98	c #Conflicts:    3829000 | #Constraints:     142857
3544.31/3561.98	c #Conflicts:    3830000 | #Constraints:     143857
3544.31/3561.98	c #Conflicts:    3831000 | #Constraints:     144857
3544.31/3561.98	c #Conflicts:    3832000 | #Constraints:     145857
3544.31/3561.98	c #Conflicts:    3833000 | #Constraints:     146857
3544.31/3561.98	c #Conflicts:    3834000 | #Constraints:     147857
3544.31/3561.98	c #Conflicts:    3835000 | #Constraints:     148857
3589.53/3607.59	c #Conflicts:    3836000 | #Constraints:     149857
3589.53/3607.59	c #Conflicts:    3837000 | #Constraints:     150857
3589.53/3607.59	c #Conflicts:    3838000 | #Constraints:     151857
3589.53/3607.59	c #Conflicts:    3839000 | #Constraints:     152857
3589.53/3607.59	c #Conflicts:    3840000 | #Constraints:     153857
3589.53/3607.59	c #Conflicts:    3841000 | #Constraints:     154857
3589.53/3607.59	c #Conflicts:    3842000 | #Constraints:     155857
3589.53/3607.59	c #Conflicts:    3843000 | #Constraints:     156857
3589.53/3607.59	c #Conflicts:    3844000 | #Constraints:     157857
3589.53/3607.59	c #Conflicts:    3845000 | #Constraints:     158857
3589.53/3607.59	c #Conflicts:    3846000 | #Constraints:     159857
3589.53/3607.59	c #Conflicts:    3847000 | #Constraints:     160857
3589.53/3607.59	c #Conflicts:    3848000 | #Constraints:     161857
3589.53/3607.59	c #Conflicts:    3849000 | #Constraints:     162857
3589.53/3607.59	c #Conflicts:    3850000 | #Constraints:     163857
3589.53/3607.59	c #Conflicts:    3851000 | #Constraints:     164857
3589.53/3607.59	c #Conflicts:    3852000 | #Constraints:     165857
3589.53/3607.59	c #Conflicts:    3853000 | #Constraints:     166857
3589.53/3607.59	c #Conflicts:    3854000 | #Constraints:     167857
3589.53/3607.59	c #Conflicts:    3855000 | #Constraints:     168857
3589.53/3607.59	c #Conflicts:    3856000 | #Constraints:     169857
3589.53/3607.59	c #Conflicts:    3857000 | #Constraints:     170857
3589.53/3607.59	c #Conflicts:    3858000 | #Constraints:     171857
3589.53/3607.59	c #Conflicts:    3859000 | #Constraints:     172857
3589.53/3607.59	c #Conflicts:    3860000 | #Constraints:     173857
3589.53/3607.59	c #Conflicts:    3861000 | #Constraints:     174857
3589.53/3607.59	c #Conflicts:    3862000 | #Constraints:     175857
3589.53/3607.59	c #Conflicts:    3863000 | #Constraints:     176857
3589.53/3607.59	c #Conflicts:    3864000 | #Constraints:     177857
3589.53/3607.59	c #Conflicts:    3865000 | #Constraints:     178857
3589.53/3607.59	c #Conflicts:    3866000 | #Constraints:     179857
3589.53/3607.59	c #Conflicts:    3867000 | #Constraints:     180857
3589.53/3607.59	c #Conflicts:    3868000 | #Constraints:     181857
3589.53/3607.59	c #Conflicts:    3869000 | #Constraints:     182857
3589.53/3607.59	c #Conflicts:    3870000 | #Constraints:     183857
3589.53/3607.59	c #Conflicts:    3871000 | #Constraints:     184857
3589.53/3607.59	c #Conflicts:    3872000 | #Constraints:     185857
3589.53/3607.59	c #Conflicts:    3873000 | #Constraints:     186857
3589.53/3607.59	c #Conflicts:    3874000 | #Constraints:     187857
3589.53/3607.59	c #Conflicts:    3875000 | #Constraints:     188857
3589.53/3607.59	c #Conflicts:    3876000 | #Constraints:     189857
3589.53/3607.59	c #Conflicts:    3877000 | #Constraints:     190857
3589.53/3607.59	c #Conflicts:    3878000 | #Constraints:     191857
3589.53/3607.59	c #Conflicts:    3879000 | #Constraints:     192857
3589.53/3607.59	c #Conflicts:    3880000 | #Constraints:     193857
3589.53/3607.59	c #Conflicts:    3881000 | #Constraints:     194857
3589.53/3607.59	c #Conflicts:    3882000 | #Constraints:     195857
3589.53/3607.59	c #Conflicts:    3883000 | #Constraints:     196857
3589.53/3607.59	c #Conflicts:    3884000 | #Constraints:     197857
3589.53/3607.59	c #Conflicts:    3885000 | #Constraints:     198857
3589.53/3607.59	c #Conflicts:    3886000 | #Constraints:     199857
3589.53/3607.59	c #Conflicts:    3887000 | #Constraints:     200857
3589.53/3607.59	c #Conflicts:    3888000 | #Constraints:     201857
3589.53/3607.59	c #Conflicts:    3889000 | #Constraints:     202857
3589.53/3607.59	c #Conflicts:    3890000 | #Constraints:     203857
3589.53/3607.59	c #Conflicts:    3891000 | #Constraints:     204857
3589.53/3607.59	c #Conflicts:    3892000 | #Constraints:     205857
3589.53/3607.59	c #Conflicts:    3893000 | #Constraints:     206857
3589.53/3607.59	c #Conflicts:    3894000 | #Constraints:     207857
3589.53/3607.59	c #Conflicts:    3895000 | #Constraints:     208857
3589.53/3607.59	c #Conflicts:    3896000 | #Constraints:     209857
3589.53/3607.59	c #Conflicts:    3897000 | #Constraints:     210857
3589.53/3607.59	c #Conflicts:    3898000 | #Constraints:     211857
3589.53/3607.59	c #Conflicts:    3899000 | #Constraints:     212857
3589.53/3607.59	c #Conflicts:    3900000 | #Constraints:     213857
3589.53/3607.59	c #Conflicts:    3901000 | #Constraints:     214857
3589.53/3607.59	c #Conflicts:    3902000 | #Constraints:     215857
3589.53/3607.59	c #Conflicts:    3903000 | #Constraints:     216857
3589.53/3607.59	c #Conflicts:    3904000 | #Constraints:     217857
3589.53/3607.59	c #Conflicts:    3905000 | #Constraints:     218857
3589.53/3607.59	c #Conflicts:    3906000 | #Constraints:     219857
3589.53/3607.59	c #Conflicts:    3907000 | #Constraints:     220857
3589.53/3607.59	c #Conflicts:    3908000 | #Constraints:     221857
3589.53/3607.59	c #Conflicts:    3909000 | #Constraints:     222857
3589.53/3607.59	c #Conflicts:    3910000 | #Constraints:     223857
3589.53/3607.59	c #Conflicts:    3911000 | #Constraints:     224857
3589.53/3607.59	c #Conflicts:    3912000 | #Constraints:     225857
3589.53/3607.59	c #Conflicts:    3913000 | #Constraints:     226857
3589.53/3607.59	c #Conflicts:    3914000 | #Constraints:     227857
3600.09/3618.30	c #Conflicts:    3915000 | #Constraints:     228857
3600.09/3618.30	c #Conflicts:    3916000 | #Constraints:     229857
3600.09/3618.30	c #Conflicts:    3917000 | #Constraints:     230857
3600.09/3618.30	c #Conflicts:    3918000 | #Constraints:     231857
3600.09/3618.30	c #Conflicts:    3919000 | #Constraints:     232857
3600.09/3618.30	c #Conflicts:    3920000 | #Constraints:     233857
3600.09/3618.30	c #Conflicts:    3921000 | #Constraints:     234857
3600.09/3618.30	c INPROCESSING
3600.09/3618.30	c GARBAGE COLLECT
3600.09/3618.30	c #Conflicts:    3922000 | #Constraints:     136475
3600.09/3618.30	c #Conflicts:    3923000 | #Constraints:     137475
3600.09/3618.30	c #Conflicts:    3924000 | #Constraints:     138475
3600.09/3618.30	c #Conflicts:    3925000 | #Constraints:     139475
3600.09/3618.30	c #Conflicts:    3926000 | #Constraints:     140475
3600.09/3618.30	c #Conflicts:    3927000 | #Constraints:     141475
3600.09/3618.30	c #Conflicts:    3928000 | #Constraints:     142475
3600.09/3618.30	c #Conflicts:    3929000 | #Constraints:     143475
3600.09/3618.30	c #Conflicts:    3930000 | #Constraints:     144475
3600.09/3618.30	c cpu time 3558.46 s
3600.09/3618.30	c deterministic time 57600609119 5.76e+10
3600.09/3618.30	c optimization time 4.38969 s
3600.09/3618.30	c total solve time 3553.75 s
3600.09/3618.30	c core-guided solve time 0 s
3600.09/3618.30	c propagation time 1408.46 s
3600.09/3618.30	c conflict analysis time 1234.94 s
3600.09/3618.30	c propagations 2138723634
3600.09/3618.30	c resolve steps 178111935
3600.09/3618.30	c decisions 5640668
3600.09/3618.30	c conflicts 3930130
3600.09/3618.30	c restarts 6938
3600.09/3618.30	c inprocessing phases 115
3600.09/3618.30	c garbage collections 114 ,( 99.13 )
3600.09/3618.30	c input clauses 52604 ,( 99.16 )
3600.09/3618.30	c input cardinalities 0 ,( 0.00 )
3600.09/3618.30	c input general constraints 443 ,( 0.84 )
3600.09/3618.30	c input average constraint length 2.47
3600.09/3618.30	c input average constraint degree 3.41
3600.09/3618.30	c learned clauses 3613778 ,( 91.95 )
3600.09/3618.30	c learned cardinalities 6131 ,( 0.16 )
3600.09/3618.30	c learned general constraints 310256 ,( 7.89 )
3600.09/3618.30	c learned average constraint length 109.46
3600.09/3618.30	c learned average constraint degree 11826086.96
3600.09/3618.30	c watched  CF 32, 64, 128, Arb: 51839 , 0 , 0 , 0
3600.09/3618.30	c counting CF 32, 64, 128, Arb: 258860 , 0 , 0 , 0
3600.09/3618.30	c watched   constraints 51839 ,( 16.68 ) 
3600.09/3618.30	c counting  constraints 258860 ,( 83.32 ) 
3600.09/3618.30	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 3243280401 , 72693773 , 781869320 ,( 19538297 , 762331023 )
3600.09/3618.30	c gcd simplifications 288152
3600.09/3618.30	c detected cardinalities 357
3600.09/3618.30	c weakened non-implied lits 539002117
3600.09/3618.30	c weakened non-implying lits 217350
3600.09/3618.30	c original variables 22022
3600.09/3618.30	c clausal propagations 1559218697
3600.09/3618.30	c cardinality propagations 2470143
3600.09/3618.30	c watched propagations 281838
3600.09/3618.30	c counting propagations 572413469
3600.09/3618.30	c watch lookups 33666630117
3600.09/3618.30	c watch backjump lookups 0
3600.09/3618.30	c watch checks 5780724821
3600.09/3618.30	c propagation checks 10987574422
3600.09/3618.30	c constraint additions 2872216059
3600.09/3618.30	c trail pops 2148274294
3600.09/3618.30	c formula constraints 53047
3600.09/3618.30	c learned constraints 3930097
3600.09/3618.30	c bound constraints 0
3600.09/3618.30	c core-guided constraints 0
3600.09/3618.30	c encountered formula constraints 157446600
3600.09/3618.30	c encountered learned constraints 24586505
3600.09/3618.30	c encountered bound constraints 0
3600.09/3618.30	c encountered core-guided constraints 0
3600.09/3618.30	c LP total time 1296.78 s
3600.09/3618.30	c LP solve time 1267.66 s
3600.09/3618.30	c LP constraints added 53062
3600.09/3618.30	c LP constraints removed 6
3600.09/3618.30	c LP pivots internal 393525
3600.09/3618.30	c LP pivots root 431578
3600.09/3618.30	c LP calls 48
3600.09/3618.30	c LP optimalities 8
3600.09/3618.30	c LP no pivot count 0
3600.09/3618.30	c LP infeasibilities 32
3600.09/3618.30	c LP valid Farkas constraints 32
3600.09/3618.30	c LP learned Farkas constraints 32
3600.09/3618.30	c LP basis resets 0
3600.09/3618.30	c LP cycling count 0
3600.09/3618.30	c LP singular count 0
3600.09/3618.30	c LP no primal count 0
3600.09/3618.30	c LP no farkas count 0
3600.09/3618.30	c LP other issue count 0
3600.09/3618.30	c LP Gomory cuts 4
3600.09/3618.30	c LP learned cuts 11
3600.09/3618.30	c LP deleted cuts 6
3600.09/3618.30	c LP encountered Gomory constraints 0
3600.09/3618.30	c LP encountered Farkas constraints 8879
3600.09/3618.30	c LP encountered learned Farkas constraints 49
3600.09/3618.30	c CG auxiliary variables introduced 0
3600.09/3618.30	c CG solutions found 0
3600.09/3618.30	c CG cores constructed 0
3600.09/3618.30	c CG core cardinality constraints returned 0
3600.09/3618.30	c CG unit cores 0
3600.09/3618.30	c CG single cores 0
3600.09/3618.30	c CG blocks removed during cardinality reduction 0
3600.09/3618.30	c CG first core best 0
3600.09/3618.30	c CG decision core best 0
3600.09/3618.30	c CG core reduction tie 0
3600.09/3618.30	c CG core degree average 0.00
3600.09/3618.30	c CG core slack average 0.00
3600.09/3618.30	c CG core upper bound improvements 0
3600.09/3618.30	c STR number of successful calls 0
3600.09/3618.30	c STR number of unsuccessful calls 0
3600.09/3618.30	c STR number of inconclusive calls 0
3600.09/3618.30	c STR number of successful attempts 0
3600.09/3618.30	c STR number of unsuccessful attempts 0
3600.09/3618.30	c STR number of inconclusive attempts 0
3600.09/3618.30	c STR average degree increase per successful call inf
3600.09/3618.30	c STR average degree increase per successful attempt inf
3600.09/3618.30	c STR total number of conflicts for successful attempts 0
3600.09/3618.30	c STR total number of conflicts for unsuccessful attempts 0
3600.09/3618.30	c STR total number of conflicts for inconclusive attempts 0
3600.09/3618.30	c STR average number of conflicts per successful attempt inf
3600.09/3618.30	c STR average number of conflicts per unsuccessful attempt inf
3600.09/3618.30	c STR average number of conflicts per inconclusive attempt inf
3600.09/3618.30	c AVG.sumWPerc 67.47 
3600.09/3618.30	c bigint constraints 0 
3600.09/3618.30	s UNKNOWN
3600.09/3618.30	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 (62175 MiB free)
  memory of node 1: 64465 MiB (59609 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=19596, runsolver pid=19593

[startup+0.100064 s]*
/proc/loadavg: 4.08 4.13 4.09 4/272 19598
/proc/meminfo: memFree=124683496/131249988 swapFree=33010684/33010684
[pid=19596] ppid=19593 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/19596/stat : 19596 (run-dec-break-l) S 19593 19596 15084 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 31666866 4292608 768 18446744073709551615 94338660184064 94338661078597 140736185398528 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94338661317648 94338661365392 94338666606592 140736185407765 140736185407966 140736185407966 140736185413568 0
/proc/19596/statm: 1048 768 704 219 0 110 0
[pid=19598] ppid=19596 vsize=35948 memory=28284 CPUtime=0.03 cores=0,2
/proc/19598/stat : 19598 (pbsuma) D 19596 19596 15084 0 -1 4456448 3554 0 0 0 2 1 0 0 20 0 1 0 31666866 36810752 7071 18446744073709551615 4210688 4653049 140729545805280 0 0 0 0 0 0 1 0 0 17 2 0 0 0 0 0 4700520 4703148 20119552 140729545808099 140729545808434 140729545808434 140729545813999 0
/proc/19598/statm: 8987 7071 960 108 0 6395 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 40140 KiB
Current children cumulated memory: 31356 KiB

[startup+0.205698 s]*
/proc/loadavg: 4.08 4.13 4.09 4/272 19598
/proc/meminfo: memFree=124683216/131249988 swapFree=33010684/33010684
[pid=19596] ppid=19593 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/19596/stat : 19596 (run-dec-break-l) S 19593 19596 15084 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 31666866 4292608 768 18446744073709551615 94338660184064 94338661078597 140736185398528 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94338661317648 94338661365392 94338666606592 140736185407765 140736185407966 140736185407966 140736185413568 0
/proc/19596/statm: 1048 768 704 219 0 110 0
[pid=19598] ppid=19596 vsize=35948 memory=28284 CPUtime=0.03 cores=0,2
/proc/19598/stat : 19598 (pbsuma) D 19596 19596 15084 0 -1 4456448 3554 0 0 0 2 1 0 0 20 0 1 0 31666866 36810752 7071 18446744073709551615 4210688 4653049 140729545805280 0 0 0 0 0 0 1 0 0 17 2 0 0 0 0 0 4700520 4703148 20119552 140729545808099 140729545808434 140729545808434 140729545813999 0
/proc/19598/statm: 8987 7071 960 108 0 6395 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 40140 KiB
Current children cumulated memory: 31356 KiB

[startup+0.305429 s]*
/proc/loadavg: 4.08 4.13 4.09 4/272 19598
/proc/meminfo: memFree=124683216/131249988 swapFree=33010684/33010684
[pid=19596] ppid=19593 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/19596/stat : 19596 (run-dec-break-l) S 19593 19596 15084 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 31666866 4292608 768 18446744073709551615 94338660184064 94338661078597 140736185398528 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94338661317648 94338661365392 94338666606592 140736185407765 140736185407966 140736185407966 140736185413568 0
/proc/19596/statm: 1048 768 704 219 0 110 0
[pid=19598] ppid=19596 vsize=35948 memory=28284 CPUtime=0.03 cores=0,2
/proc/19598/stat : 19598 (pbsuma) D 19596 19596 15084 0 -1 4456448 3554 0 0 0 2 1 0 0 20 0 1 0 31666866 36810752 7071 18446744073709551615 4210688 4653049 140729545805280 0 0 0 0 0 0 1 0 0 17 2 0 0 0 0 0 4700520 4703148 20119552 140729545808099 140729545808434 140729545808434 140729545813999 0
/proc/19598/statm: 8987 7071 960 108 0 6395 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 40140 KiB
Current children cumulated memory: 31356 KiB

[startup+0.700177 s]
/proc/loadavg: 4.08 4.13 4.09 4/272 19598
/proc/meminfo: memFree=124683124/131249988 swapFree=33010684/33010684
[pid=19596] ppid=19593 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/19596/stat : 19596 (run-dec-break-l) S 19593 19596 15084 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 31666866 4292608 768 18446744073709551615 94338660184064 94338661078597 140736185398528 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94338661317648 94338661365392 94338666606592 140736185407765 140736185407966 140736185407966 140736185413568 0
/proc/19596/statm: 1048 768 704 219 0 110 0
[pid=19598] ppid=19596 vsize=35948 memory=28284 CPUtime=0.03 cores=0,2
/proc/19598/stat : 19598 (pbsuma) D 19596 19596 15084 0 -1 4456448 3554 0 0 0 2 1 0 0 20 0 1 0 31666866 36810752 7071 18446744073709551615 4210688 4653049 140729545805280 0 0 0 0 0 0 1 0 0 17 2 0 0 0 0 0 4700520 4703148 20119552 140729545808099 140729545808434 140729545808434 140729545813999 0
/proc/19598/statm: 8987 7071 960 108 0 6395 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 40140 KiB
Current children cumulated memory: 31356 KiB

[startup+1.50016 s]
/proc/loadavg: 4.08 4.13 4.09 3/272 19598
/proc/meminfo: memFree=124682612/131249988 swapFree=33010684/33010684
[pid=19596] ppid=19593 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/19596/stat : 19596 (run-dec-break-l) S 19593 19596 15084 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 31666866 4292608 768 18446744073709551615 94338660184064 94338661078597 140736185398528 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94338661317648 94338661365392 94338666606592 140736185407765 140736185407966 140736185407966 140736185413568 0
/proc/19596/statm: 1048 768 704 219 0 110 0
[pid=19598] ppid=19596 vsize=35948 memory=28284 CPUtime=0.03 cores=0,2
/proc/19598/stat : 19598 (pbsuma) D 19596 19596 15084 0 -1 4456448 3554 0 0 0 2 1 0 0 20 0 1 0 31666866 36810752 7071 18446744073709551615 4210688 4653049 140729545805280 0 0 0 0 0 0 1 0 0 17 2 0 0 0 0 0 4700520 4703148 20119552 140729545808099 140729545808434 140729545808434 140729545813999 0
/proc/19598/statm: 8987 7071 960 108 0 6395 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 40140 KiB
Current children cumulated memory: 31356 KiB

[startup+3.10534 s]
/proc/loadavg: 4.08 4.13 4.09 3/272 19598
/proc/meminfo: memFree=124681856/131249988 swapFree=33010684/33010684
[pid=19596] ppid=19593 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/19596/stat : 19596 (run-dec-break-l) S 19593 19596 15084 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 31666866 4292608 768 18446744073709551615 94338660184064 94338661078597 140736185398528 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94338661317648 94338661365392 94338666606592 140736185407765 140736185407966 140736185407966 140736185413568 0
/proc/19596/statm: 1048 768 704 219 0 110 0
[pid=19598] ppid=19596 vsize=35948 memory=28284 CPUtime=0.03 cores=0,2
/proc/19598/stat : 19598 (pbsuma) D 19596 19596 15084 0 -1 4456448 3554 0 0 0 2 1 0 0 20 0 1 0 31666866 36810752 7071 18446744073709551615 4210688 4653049 140729545805280 0 0 0 0 0 0 1 0 0 17 2 0 0 0 0 0 4700520 4703148 20119552 140729545808099 140729545808434 140729545808434 140729545813999 0
/proc/19598/statm: 8987 7071 960 108 0 6395 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 40140 KiB
Current children cumulated memory: 31356 KiB
heavy processes:

[startup+6.30017 s]
/proc/loadavg: 4.15 4.14 4.10 5/272 19599
/proc/meminfo: memFree=124563008/131249988 swapFree=33010684/33010684
[pid=19596] ppid=19593 vsize=4192 memory=3072 CPUtime=0.13 cores=0,2
/proc/19596/stat : 19596 (run-dec-break-l) S 19593 19596 15084 0 -1 4194304 241 14085 0 0 0 0 10 3 20 0 1 0 31666866 4292608 768 18446744073709551615 94338660184064 94338661078597 140736185398528 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94338661317648 94338661365392 94338666606592 140736185407765 140736185407966 140736185407966 140736185413568 0
/proc/19596/statm: 1048 768 704 219 0 110 0
[pid=19599] ppid=19596 vsize=148612 memory=100896 CPUtime=2.73 cores=0,2
/proc/19599/stat : 19599 (roundingsat) R 19596 19596 15084 0 -1 4194304 16697 0 0 0 262 11 0 0 20 0 1 0 31667218 152178688 25224 18446744073709551615 4227072 8923433 140723952112464 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 33165312 140723952118004 140723952118312 140723952118312 140723952123882 0
/proc/19599/statm: 37153 25224 2336 1147 0 24580 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 152804 KiB
Current children cumulated memory: 103968 KiB
heavy processes:

[startup+12.7002 s]
/proc/loadavg: 4.14 4.14 4.10 5/272 19599
/proc/meminfo: memFree=124413848/131249988 swapFree=33010684/33010684
[pid=19596] ppid=19593 vsize=4192 memory=3072 CPUtime=0.13 cores=0,2
/proc/19596/stat : 19596 (run-dec-break-l) S 19593 19596 15084 0 -1 4194304 241 14085 0 0 0 0 10 3 20 0 1 0 31666866 4292608 768 18446744073709551615 94338660184064 94338661078597 140736185398528 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94338661317648 94338661365392 94338666606592 140736185407765 140736185407966 140736185407966 140736185413568 0
/proc/19596/statm: 1048 768 704 219 0 110 0
[pid=19599] ppid=19596 vsize=149232 memory=101664 CPUtime=9.11 cores=0,2
/proc/19599/stat : 19599 (roundingsat) R 19596 19596 15084 0 -1 4194304 16903 0 0 0 892 19 0 0 20 0 1 0 31667218 152813568 25416 18446744073709551615 4227072 8923433 140723952112464 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 33165312 140723952118004 140723952118312 140723952118312 140723952123882 0
/proc/19599/statm: 37308 25416 2336 1147 0 24735 0
Current children cumulated CPU time: 9.24 s
Current children cumulated vsize: 153424 KiB
Current children cumulated memory: 104736 KiB
heavy processes:

[startup+25.5002 s]
/proc/loadavg: 4.11 4.13 4.09 5/272 19600
/proc/meminfo: memFree=124189868/131249988 swapFree=33010684/33010684
[pid=19596] ppid=19593 vsize=4192 memory=3072 CPUtime=0.13 cores=0,2
/proc/19596/stat : 19596 (run-dec-break-l) S 19593 19596 15084 0 -1 4194304 241 14085 0 0 0 0 10 3 20 0 1 0 31666866 4292608 768 18446744073709551615 94338660184064 94338661078597 140736185398528 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94338661317648 94338661365392 94338666606592 140736185407765 140736185407966 140736185407966 140736185413568 0
/proc/19596/statm: 1048 768 704 219 0 110 0
[pid=19599] ppid=19596 vsize=154652 memory=106528 CPUtime=21.87 cores=0,2
/proc/19599/stat : 19599 (roundingsat) R 19596 19596 15084 0 -1 4194304 18115 0 0 0 2156 31 0 0 20 0 1 0 31667218 158363648 26632 18446744073709551615 4227072 8923433 140723952112464 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 33165312 140723952118004 140723952118312 140723952118312 140723952123882 0
/proc/19599/statm: 38663 26632 2336 1147 0 26090 0
Current children cumulated CPU time: 22 s
Current children cumulated vsize: 158844 KiB
Current children cumulated memory: 109600 KiB

[startup+51.1055 s]
/proc/loadavg: 4.14 4.14 4.09 5/272 19600
/proc/meminfo: memFree=123812236/131249988 swapFree=33010684/33010684
[pid=19596] ppid=19593 vsize=4192 memory=3072 CPUtime=0.13 cores=0,2
/proc/19596/stat : 19596 (run-dec-break-l) S 19593 19596 15084 0 -1 4194304 241 14085 0 0 0 0 10 3 20 0 1 0 31666866 4292608 768 18446744073709551615 94338660184064 94338661078597 140736185398528 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94338661317648 94338661365392 94338666606592 140736185407765 140736185407966 140736185407966 140736185413568 0
/proc/19596/statm: 1048 768 704 219 0 110 0
[pid=19599] ppid=19596 vsize=159536 memory=110496 CPUtime=47.39 cores=0,2
/proc/19599/stat : 19599 (roundingsat) R 19596 19596 15084 0 -1 4194304 19120 0 0 0 4669 70 0 0 20 0 1 0 31667218 163364864 27624 18446744073709551615 4227072 8923433 140723952112464 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 33165312 140723952118004 140723952118312 140723952118312 140723952123882 0
/proc/19599/statm: 39884 27624 2336 1147 0 27311 0
Current children cumulated CPU time: 47.52 s
Current children cumulated vsize: 163728 KiB
Current children cumulated memory: 113568 KiB

[startup+102.3 s]
/proc/loadavg: 4.12 4.13 4.09 5/271 19602
/proc/meminfo: memFree=122685284/131249988 swapFree=33010684/33010684
[pid=19596] ppid=19593 vsize=4192 memory=3072 CPUtime=0.13 cores=0,2
/proc/19596/stat : 19596 (run-dec-break-l) S 19593 19596 15084 0 -1 4194304 241 14085 0 0 0 0 10 3 20 0 1 0 31666866 4292608 768 18446744073709551615 94338660184064 94338661078597 140736185398528 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94338661317648 94338661365392 94338666606592 140736185407765 140736185407966 140736185407966 140736185413568 0
/proc/19596/statm: 1048 768 704 219 0 110 0
[pid=19599] ppid=19596 vsize=175848 memory=127204 CPUtime=98.27 cores=0,2
/proc/19599/stat : 19599 (roundingsat) R 19596 19596 15084 0 -1 4194304 22605 0 0 0 9671 156 0 0 20 0 1 0 31667218 180068352 31801 18446744073709551615 4227072 8923433 140723952112464 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 33165312 140723952118004 140723952118312 140723952118312 140723952123882 0
/proc/19599/statm: 43962 31801 2336 1147 0 31389 0
Current children cumulated CPU time: 98.4 s
Current children cumulated vsize: 180040 KiB
Current children cumulated memory: 130276 KiB

[startup+162.3 s]
/proc/loadavg: 4.17 4.14 4.10 5/271 19604
/proc/meminfo: memFree=121780184/131249988 swapFree=33010684/33010684
[pid=19596] ppid=19593 vsize=4192 memory=3072 CPUtime=0.13 cores=0,2
/proc/19596/stat : 19596 (run-dec-break-l) S 19593 19596 15084 0 -1 4194304 241 14085 0 0 0 0 10 3 20 0 1 0 31666866 4292608 768 18446744073709551615 94338660184064 94338661078597 140736185398528 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94338661317648 94338661365392 94338666606592 140736185407765 140736185407966 140736185407966 140736185413568 0
/proc/19596/statm: 1048 768 704 219 0 110 0
[pid=19599] ppid=19596 vsize=184416 memory=133660 CPUtime=157.26 cores=0,2
/proc/19599/stat : 19599 (roundingsat) R 19596 19596 15084 0 -1 4194304 23180 0 0 0 15510 216 0 0 20 0 1 0 31667218 188841984 33415 18446744073709551615 4227072 8923433 140723952112464 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 33165312 140723952118004 140723952118312 140723952118312 140723952123882 0
/proc/19599/statm: 46104 33415 2336 1147 0 33531 0
Current children cumulated CPU time: 157.39 s
Current children cumulated vsize: 188608 KiB
Current children cumulated memory: 136732 KiB

[startup+222.3 s]
/proc/loadavg: 4.33 4.19 4.11 5/271 19606
/proc/meminfo: memFree=120629720/131249988 swapFree=33010684/33010684
[pid=19596] ppid=19593 vsize=4192 memory=3072 CPUtime=0.13 cores=0,2
/proc/19596/stat : 19596 (run-dec-break-l) S 19593 19596 15084 0 -1 4194304 241 14085 0 0 0 0 10 3 20 0 1 0 31666866 4292608 768 18446744073709551615 94338660184064 94338661078597 140736185398528 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94338661317648 94338661365392 94338666606592 140736185407765 140736185407966 140736185407966 140736185413568 0
/proc/19596/statm: 1048 768 704 219 0 110 0

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

/proc/19599/statm: 150308 122712 2336 1147 0 137735 0
Current children cumulated CPU time: 3087.49 s
Current children cumulated vsize: 605424 KiB
Current children cumulated memory: 493920 KiB

[startup+3162.3 s]
/proc/loadavg: 4.11 4.14 4.11 5/274 20011
/proc/meminfo: memFree=70369724/131249988 swapFree=33010684/33010684
[pid=19596] ppid=19593 vsize=4192 memory=3072 CPUtime=0.13 cores=0,2
/proc/19596/stat : 19596 (run-dec-break-l) S 19593 19596 15084 0 -1 4194304 241 14085 0 0 0 0 10 3 20 0 1 0 31666866 4292608 768 18446744073709551615 94338660184064 94338661078597 140736185398528 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94338661317648 94338661365392 94338666606592 140736185407765 140736185407966 140736185407966 140736185413568 0
/proc/19596/statm: 1048 768 704 219 0 110 0
[pid=19599] ppid=19596 vsize=601232 memory=490848 CPUtime=3147.18 cores=0,2
/proc/19599/stat : 19599 (roundingsat) R 19596 19596 15084 0 -1 4194304 77158 0 0 0 311117 3601 0 0 20 0 1 0 31667218 615661568 122712 18446744073709551615 4227072 8923433 140723952112464 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 33165312 140723952118004 140723952118312 140723952118312 140723952123882 0
/proc/19599/statm: 150308 122712 2336 1147 0 137735 0
Current children cumulated CPU time: 3147.31 s
Current children cumulated vsize: 605424 KiB
Current children cumulated memory: 493920 KiB

[startup+3222.3 s]
/proc/loadavg: 4.23 4.17 4.12 5/274 20014
/proc/meminfo: memFree=68814524/131249988 swapFree=33010684/33010684
[pid=19596] ppid=19593 vsize=4192 memory=3072 CPUtime=0.13 cores=0,2
/proc/19596/stat : 19596 (run-dec-break-l) S 19593 19596 15084 0 -1 4194304 241 14085 0 0 0 0 10 3 20 0 1 0 31666866 4292608 768 18446744073709551615 94338660184064 94338661078597 140736185398528 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94338661317648 94338661365392 94338666606592 140736185407765 140736185407966 140736185407966 140736185413568 0
/proc/19596/statm: 1048 768 704 219 0 110 0
[pid=19599] ppid=19596 vsize=601232 memory=491232 CPUtime=3207.02 cores=0,2
/proc/19599/stat : 19599 (roundingsat) R 19596 19596 15084 0 -1 4194304 77163 0 0 0 317084 3618 0 0 20 0 1 0 31667218 615661568 122808 18446744073709551615 4227072 8923433 140723952112464 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 33165312 140723952118004 140723952118312 140723952118312 140723952123882 0
/proc/19599/statm: 150308 122808 2432 1147 0 137735 0
Current children cumulated CPU time: 3207.15 s
Current children cumulated vsize: 605424 KiB
Current children cumulated memory: 494304 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.16 4.12 5/274 20203
/proc/meminfo: memFree=91407284/131249988 swapFree=33010684/33010684
[pid=19596] ppid=19593 vsize=4192 memory=3072 CPUtime=0.13 cores=0,2
/proc/19596/stat : 19596 (run-dec-break-l) S 19593 19596 15084 0 -1 4194304 241 14085 0 0 0 0 10 3 20 0 1 0 31666866 4292608 768 18446744073709551615 94338660184064 94338661078597 140736185398528 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94338661317648 94338661365392 94338666606592 140736185407765 140736185407966 140736185407966 140736185413568 0
/proc/19596/statm: 1048 768 704 219 0 110 0
[pid=19599] ppid=19596 vsize=601232 memory=491232 CPUtime=3266.73 cores=0,2
/proc/19599/stat : 19599 (roundingsat) R 19596 19596 15084 0 -1 4194304 77163 0 0 0 322938 3735 0 0 20 0 1 0 31667218 615661568 122808 18446744073709551615 4227072 8923433 140723952112464 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 33165312 140723952118004 140723952118312 140723952118312 140723952123882 0
/proc/19599/statm: 150308 122808 2432 1147 0 137735 0
Current children cumulated CPU time: 3266.86 s
Current children cumulated vsize: 605424 KiB
Current children cumulated memory: 494304 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.14 4.11 5/273 20208
/proc/meminfo: memFree=90093680/131249988 swapFree=33010684/33010684
[pid=19596] ppid=19593 vsize=4192 memory=3072 CPUtime=0.13 cores=0,2
/proc/19596/stat : 19596 (run-dec-break-l) S 19593 19596 15084 0 -1 4194304 241 14085 0 0 0 0 10 3 20 0 1 0 31666866 4292608 768 18446744073709551615 94338660184064 94338661078597 140736185398528 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94338661317648 94338661365392 94338666606592 140736185407765 140736185407966 140736185407966 140736185413568 0
/proc/19596/statm: 1048 768 704 219 0 110 0
[pid=19599] ppid=19596 vsize=609744 memory=497376 CPUtime=3326.56 cores=0,2
/proc/19599/stat : 19599 (roundingsat) R 19596 19596 15084 0 -1 4194304 78678 0 0 0 328852 3804 0 0 20 0 1 0 31667218 624377856 124344 18446744073709551615 4227072 8923433 140723952112464 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 33165312 140723952118004 140723952118312 140723952118312 140723952123882 0
/proc/19599/statm: 152436 124344 2432 1147 0 139863 0
Current children cumulated CPU time: 3326.69 s
Current children cumulated vsize: 613936 KiB
Current children cumulated memory: 500448 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.14 4.11 5/274 20211
/proc/meminfo: memFree=89003832/131249988 swapFree=33010684/33010684
[pid=19596] ppid=19593 vsize=4192 memory=3072 CPUtime=0.13 cores=0,2
/proc/19596/stat : 19596 (run-dec-break-l) S 19593 19596 15084 0 -1 4194304 241 14085 0 0 0 0 10 3 20 0 1 0 31666866 4292608 768 18446744073709551615 94338660184064 94338661078597 140736185398528 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94338661317648 94338661365392 94338666606592 140736185407765 140736185407966 140736185407966 140736185413568 0
/proc/19596/statm: 1048 768 704 219 0 110 0
[pid=19599] ppid=19596 vsize=622932 memory=507744 CPUtime=3386.39 cores=0,2
/proc/19599/stat : 19599 (roundingsat) R 19596 19596 15084 0 -1 4194304 81302 0 0 0 334780 3859 0 0 20 0 1 0 31667218 637882368 126936 18446744073709551615 4227072 8923433 140723952112464 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 33165312 140723952118004 140723952118312 140723952118312 140723952123882 0
/proc/19599/statm: 155733 126936 2432 1147 0 143160 0
Current children cumulated CPU time: 3386.52 s
Current children cumulated vsize: 627124 KiB
Current children cumulated memory: 510816 KiB

[startup+3462.3 s]
/proc/loadavg: 4.19 4.16 4.12 5/273 20213
/proc/meminfo: memFree=88146788/131249988 swapFree=33010684/33010684
[pid=19596] ppid=19593 vsize=4192 memory=3072 CPUtime=0.13 cores=0,2
/proc/19596/stat : 19596 (run-dec-break-l) S 19593 19596 15084 0 -1 4194304 241 14085 0 0 0 0 10 3 20 0 1 0 31666866 4292608 768 18446744073709551615 94338660184064 94338661078597 140736185398528 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94338661317648 94338661365392 94338666606592 140736185407765 140736185407966 140736185407966 140736185413568 0
/proc/19596/statm: 1048 768 704 219 0 110 0
[pid=19599] ppid=19596 vsize=629120 memory=519264 CPUtime=3445.6 cores=0,2
/proc/19599/stat : 19599 (roundingsat) R 19596 19596 15084 0 -1 4194304 82675 0 0 0 340632 3928 0 0 20 0 1 0 31667218 644218880 129816 18446744073709551615 4227072 8923433 140723952112464 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 33165312 140723952118004 140723952118312 140723952118312 140723952123882 0
/proc/19599/statm: 157280 129816 2432 1147 0 144707 0
Current children cumulated CPU time: 3445.73 s
Current children cumulated vsize: 633312 KiB
Current children cumulated memory: 522336 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.14 4.11 5/273 20215
/proc/meminfo: memFree=86916116/131249988 swapFree=33010684/33010684
[pid=19596] ppid=19593 vsize=4192 memory=3072 CPUtime=0.13 cores=0,2
/proc/19596/stat : 19596 (run-dec-break-l) S 19593 19596 15084 0 -1 4194304 241 14085 0 0 0 0 10 3 20 0 1 0 31666866 4292608 768 18446744073709551615 94338660184064 94338661078597 140736185398528 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94338661317648 94338661365392 94338666606592 140736185407765 140736185407966 140736185407966 140736185413568 0
/proc/19596/statm: 1048 768 704 219 0 110 0
[pid=19599] ppid=19596 vsize=629120 memory=519264 CPUtime=3505.17 cores=0,2
/proc/19599/stat : 19599 (roundingsat) R 19596 19596 15084 0 -1 4194304 82678 0 0 0 346491 4026 0 0 20 0 1 0 31667218 644218880 129816 18446744073709551615 4227072 8923433 140723952112464 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 33165312 140723952118004 140723952118312 140723952118312 140723952123882 0
/proc/19599/statm: 157280 129816 2432 1147 0 144707 0
Current children cumulated CPU time: 3505.3 s
Current children cumulated vsize: 633312 KiB
Current children cumulated memory: 522336 KiB

[startup+3582.3 s]
/proc/loadavg: 4.14 4.15 4.11 5/273 20217
/proc/meminfo: memFree=84986832/131249988 swapFree=33010684/33010684
[pid=19596] ppid=19593 vsize=4192 memory=3072 CPUtime=0.13 cores=0,2
/proc/19596/stat : 19596 (run-dec-break-l) S 19593 19596 15084 0 -1 4194304 241 14085 0 0 0 0 10 3 20 0 1 0 31666866 4292608 768 18446744073709551615 94338660184064 94338661078597 140736185398528 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94338661317648 94338661365392 94338666606592 140736185407765 140736185407966 140736185407966 140736185413568 0
/proc/19596/statm: 1048 768 704 219 0 110 0
[pid=19599] ppid=19596 vsize=629856 memory=519392 CPUtime=3564.53 cores=0,2
/proc/19599/stat : 19599 (roundingsat) R 19596 19596 15084 0 -1 4194304 82730 0 0 0 352351 4102 0 0 20 0 1 0 31667218 644972544 129848 18446744073709551615 4227072 8923433 140723952112464 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 33165312 140723952118004 140723952118312 140723952118312 140723952123882 0
/proc/19599/statm: 157464 129848 2432 1147 0 144891 0
Current children cumulated CPU time: 3564.66 s
Current children cumulated vsize: 634048 KiB
Current children cumulated memory: 522464 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3618.3 s]
/proc/loadavg: 4.16 4.15 4.11 5/272 20217
/proc/meminfo: memFree=83831408/131249988 swapFree=33010684/33010684
[pid=19596] ppid=19593 vsize=4192 memory=3072 CPUtime=0.13 cores=0,2
/proc/19596/stat : 19596 (run-dec-break-l) S 19593 19596 15084 0 -1 4194304 241 14085 0 0 0 0 10 3 20 0 1 0 31666866 4292608 768 18446744073709551615 94338660184064 94338661078597 140736185398528 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94338661317648 94338661365392 94338666606592 140736185407765 140736185407966 140736185407966 140736185413568 0
/proc/19596/statm: 1048 768 704 219 0 110 0
[pid=19599] ppid=19596 vsize=632880 memory=522336 CPUtime=3599.96 cores=0,2
/proc/19599/stat : 19599 (roundingsat) R 19596 19596 15084 0 -1 4194304 83479 0 0 0 355845 4151 0 0 20 0 1 0 31667218 648069120 130584 18446744073709551615 4227072 8923433 140723952112464 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 33165312 140723952118004 140723952118312 140723952118312 140723952123882 0
/proc/19599/statm: 158220 130584 2432 1147 0 145647 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 637072 KiB
Current children cumulated memory: 525408 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=0.104558 s, system=0.041433 s
Sleeping 2 seconds

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

# cumulated CPU time of all completed processes:  user=3558.58 s, system=41.5662 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+3618.3 s]
/proc/loadavg: 4.16 4.15 4.11 5/272 20217
/proc/meminfo: memFree=83831408/131249988 swapFree=33010684/33010684
[pid=19596] ppid=19593 vsize=4192 memory=3072 CPUtime=0.13 cores=0,2
/proc/19596/stat : 19596 (run-dec-break-l) S 19593 19596 15084 0 -1 4194304 241 14085 0 0 0 0 10 3 20 0 1 0 31666866 4292608 768 18446744073709551615 94338660184064 94338661078597 140736185398528 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94338661317648 94338661365392 94338666606592 140736185407765 140736185407966 140736185407966 140736185413568 0
/proc/19596/statm: 1048 768 704 219 0 110 0
[pid=19599] ppid=19596 vsize=632880 memory=522336 CPUtime=3599.96 cores=0,2
/proc/19599/stat : 19599 (roundingsat) R 19596 19596 15084 0 -1 4194304 83479 0 0 0 355845 4151 0 0 20 0 1 0 31667218 648069120 130584 18446744073709551615 4227072 8923433 140723952112464 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 33165312 140723952118004 140723952118312 140723952118312 140723952123882 0
/proc/19599/statm: 158220 130584 2432 1147 0 145647 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 637072 KiB
Current children cumulated memory: 525408 KiB

Child status: 2

Real time (s): 3618.37
CPU time (s): 3600.15
CPU user time (s): 3558.58
CPU system time (s): 41.5662
CPU usage (%): 99.4964
Max. virtual memory (cumulated for all children) (KiB): 637072
Max. memory (cumulated for all children) (KiB): 525408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3558.58
system time used= 41.5662
maximum resident set size= 522592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97824
page faults= 0
swaps= 0
block input operations= 0
block output operations= 48584440
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 609
involuntary context switches= 10078


# summary of solver processes directly reported to runsolver:
#   pid: 19596,19599
#   total CPU time (s): 3600.15
#   total CPU user time (s): 3558.58
#   total CPU system time (s): 41.5662

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.25812 second user time and 16.7028 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-06-29 03:18:03
IDJOB=4501979
IDBENCH=152989
IDSOLVER=3358
FILE ID=nodeC031/4501979-1751159883
RUNJOBID= nodeC031-1751155546-15094
SLURM_JOB_ID= 9587472
Free space on /tmp= 433032 MiB

SOLVER NAME= roundingsat+pbsuma-log 63f22ad
BENCH NAME= PB24/normalized-PB10/DEC-LIN/oliveras/j90/normalized-j9013_10-sat.opb
COMMAND LINE= run-dec-break-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4501979-1751159883/watcher-4501979-1751159883 -o /tmp/evaluation-result-4501979-1751159883/solver-4501979-1751159883 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751155546-15094 --watchdog 3760 --file-size-limit 100000 run-dec-break-log.sh HOME/instance-4501979-1751159883.opb PROOFDIR/proof-4501979-1751159883

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

MD5SUM BENCH= be0542d3b59031398d11b8d8792cc86e
RANDOM SEED=1047545007

nodeC031 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		: 3597.802
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.78
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.890
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.78
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		: 3599.892
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.78
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		: 3623.378
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.78
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.883
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.78
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.879
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.78
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		: 3589.356
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.78
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		: 3598.671
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        124707868 kB
MemAvailable:   129481312 kB
Buffers:            3280 kB
Cached:          5578644 kB
SwapCached:            0 kB
Active:           596896 kB
Inactive:        5359536 kB
Active(anon):     392660 kB
Inactive(anon):        0 kB
Active(file):     204236 kB
Inactive(file):  5359536 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            296476 kB
Writeback:             0 kB
AnonPages:        374788 kB
Mapped:           116808 kB
Shmem:             18064 kB
KReclaimable:      97820 kB
Slab:             192508 kB
SReclaimable:      97820 kB
SUnreclaim:        94688 kB
KernelStack:        4448 kB
PageTables:         3988 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     750496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150680 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:    204800 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:      191188 kB
DirectMap2M:     9017344 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433012 MiB
End job on nodeC031 at 2025-06-29 04:18:22