Trace number 4501943

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.5 3625.81

General information on the benchmark

NamePB24/normalized-PB10/DEC-LIN/oliveras/
j90/normalized-j9013_3-sat.opb
MD5SUM69f6f997ce8de3d1a51b1c8599cc504d
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 variables19838
Total number of constraints62894
Number of constraints which are clauses62462
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints432
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 31
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 554
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-4501943-1751159511.opb'
0.00/0.05	c 	read 2.07MB  (38.13ms)
0.00/0.05	c	 [cnf: #variables 19838 #clauses 62677 #duplicates 217 #arr 172494]
0.00/0.05	c output proof to 'PROOFDIR/proof-4501943-1751159511'
0.00/0.05	c 
0.00/0.05	c make graph and approximate orbits
0.09/0.10	c	 [group: #orbits ~= 0] (54.66ms)
0.09/0.10	c 
0.09/0.10	c detect special group actions
0.09/0.10	c 	probe for Johnson action (limit=64)
0.09/0.10	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.09/0.11	c 	probe for row symmetry (limit=64, splits=16.78M)
0.09/0.11	c 	 (8.38ms)
0.09/0.11	c 
0.09/0.11	c detect symmetries on remainder
0.09/0.11	c 	[graph: #vertices 171513 #edges 522984]
0.09/0.11	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.09/0.12	c 	 [group: #symmetries 1.00*10^0 #generators 0] (9.89ms)
0.09/0.12	c 
0.09/0.12	c finalize break order and special generators
0.09/0.12	c 
0.09/0.12	c generation finished
0.09/0.12	c 	[sbp: #constraints 0 #add_vars 0]
0.09/0.12	c 
0.09/0.12	c write result to 'HOME/instance-4501943-1751159511.opb.pre'
0.09/0.13	c 	wrote 2.12MB (5.08ms)
0.09/0.13	c ------------------------------------------------------------------
0.09/0.13	c                  54.66ms 45.35% approx_orbits
0.09/0.13	c                  38.13ms 31.63% parse
0.09/0.13	c                   9.89ms  8.20% detect_generic
0.09/0.13	c                   8.38ms  6.95% detect_special
0.09/0.13	c                   5.08ms  4.22% output
0.09/0.13	c                   3.64ms  3.02% other
0.09/0.13	c                   0.76ms  0.63% finalize_order
0.09/0.13	c         ───────────────────────────────────────────────
0.09/0.13	c                 120.54ms   100% total
0.09/0.13	c ------------------------------------------------------------------
0.09/0.15	c RoundingSat 2
0.09/0.15	c branch pb25
0.09/0.15	c commit 63f22ad
0.37/0.50	c #variables 19838 #constraints 45350
56.70/56.94	c #Conflicts:       1000 | #Constraints:      46349
56.70/56.94	c #Conflicts:       2000 | #Constraints:      47349
56.70/56.94	c INPROCESSING
56.70/56.94	c GARBAGE COLLECT
56.70/56.94	c #Conflicts:       3000 | #Constraints:      27522
56.70/56.94	c #Conflicts:       4000 | #Constraints:      28522
56.70/56.94	c INPROCESSING
56.70/56.94	c GARBAGE COLLECT
56.70/56.94	c #Conflicts:       5000 | #Constraints:      27930
56.70/56.94	c #Conflicts:       6000 | #Constraints:      28930
56.70/56.94	c INPROCESSING
56.70/56.94	c GARBAGE COLLECT
56.70/56.94	c #Conflicts:       7000 | #Constraints:      27940
56.70/56.94	c #Conflicts:       8000 | #Constraints:      28940
56.70/56.94	c #Conflicts:       9000 | #Constraints:      29940
56.70/56.94	c INPROCESSING
56.70/56.94	c GARBAGE COLLECT
56.70/56.94	c #Conflicts:      10000 | #Constraints:      28639
56.70/56.94	c #Conflicts:      11000 | #Constraints:      29639
56.70/56.94	c #Conflicts:      12000 | #Constraints:      30639
56.70/56.94	c INPROCESSING
56.70/56.94	c GARBAGE COLLECT
56.70/56.94	c #Conflicts:      13000 | #Constraints:      29091
56.70/56.94	c #Conflicts:      14000 | #Constraints:      30091
56.70/56.94	c #Conflicts:      15000 | #Constraints:      31091
56.70/56.94	c INPROCESSING
56.70/56.94	c GARBAGE COLLECT
56.70/56.94	c #Conflicts:      16000 | #Constraints:      29317
56.70/56.94	c #Conflicts:      17000 | #Constraints:      30317
56.70/56.94	c #Conflicts:      18000 | #Constraints:      31317
56.70/56.94	c INPROCESSING
56.70/56.94	c GARBAGE COLLECT
56.70/56.94	c #Conflicts:      19000 | #Constraints:      29342
56.70/56.94	c #Conflicts:      20000 | #Constraints:      30342
56.70/56.94	c #Conflicts:      21000 | #Constraints:      31343
56.70/56.94	c INPROCESSING
56.70/56.94	c GARBAGE COLLECT
56.70/56.94	c #Conflicts:      22000 | #Constraints:      29158
56.70/56.94	c #Conflicts:      23000 | #Constraints:      30158
56.70/56.94	c #Conflicts:      24000 | #Constraints:      31158
56.70/56.94	c #Conflicts:      25000 | #Constraints:      32158
56.70/56.94	c INPROCESSING
56.70/56.94	c GARBAGE COLLECT
56.70/56.94	c #Conflicts:      26000 | #Constraints:      29762
56.70/56.94	c #Conflicts:      27000 | #Constraints:      30762
56.70/56.94	c #Conflicts:      28000 | #Constraints:      31762
56.70/56.94	c #Conflicts:      29000 | #Constraints:      32762
56.70/56.94	c INPROCESSING
56.70/56.94	c GARBAGE COLLECT
56.70/56.94	c #Conflicts:      30000 | #Constraints:      30153
56.70/56.94	c #Conflicts:      31000 | #Constraints:      31153
56.70/56.94	c #Conflicts:      32000 | #Constraints:      32153
56.70/56.94	c #Conflicts:      33000 | #Constraints:      33153
56.70/56.94	c INPROCESSING
56.70/56.94	c GARBAGE COLLECT
56.70/56.94	c #Conflicts:      34000 | #Constraints:      30358
56.70/56.94	c #Conflicts:      35000 | #Constraints:      31358
56.70/56.94	c #Conflicts:      36000 | #Constraints:      32358
56.70/56.94	c #Conflicts:      37000 | #Constraints:      33358
56.70/56.94	c INPROCESSING
56.70/56.94	c GARBAGE COLLECT
56.70/56.94	c #Conflicts:      38000 | #Constraints:      30370
56.70/56.94	c #Conflicts:      39000 | #Constraints:      31370
56.70/56.94	c #Conflicts:      40000 | #Constraints:      32370
56.70/56.94	c #Conflicts:      41000 | #Constraints:      33370
56.70/56.94	c INPROCESSING
56.70/56.94	c GARBAGE COLLECT
56.70/56.94	c #Conflicts:      42000 | #Constraints:      30174
56.70/56.94	c #Conflicts:      43000 | #Constraints:      31174
56.70/56.94	c #Conflicts:      44000 | #Constraints:      32174
56.70/56.94	c #Conflicts:      45000 | #Constraints:      33174
56.70/56.94	c #Conflicts:      46000 | #Constraints:      34174
56.70/56.94	c INPROCESSING
56.70/56.94	c GARBAGE COLLECT
56.70/56.94	c #Conflicts:      47000 | #Constraints:      30779
56.70/56.94	c #Conflicts:      48000 | #Constraints:      31779
56.70/56.94	c #Conflicts:      49000 | #Constraints:      32779
56.70/56.94	c #Conflicts:      50000 | #Constraints:      33779
56.70/56.94	c #Conflicts:      51000 | #Constraints:      34779
56.70/56.94	c INPROCESSING
56.70/56.94	c GARBAGE COLLECT
56.70/56.94	c #Conflicts:      52000 | #Constraints:      31168
56.70/56.94	c #Conflicts:      53000 | #Constraints:      32168
56.70/56.94	c #Conflicts:      54000 | #Constraints:      33168
56.70/56.94	c #Conflicts:      55000 | #Constraints:      34168
56.70/56.94	c #Conflicts:      56000 | #Constraints:      35168
56.70/56.94	c INPROCESSING
56.70/56.94	c GARBAGE COLLECT
56.70/56.94	c #Conflicts:      57000 | #Constraints:      31375
56.70/56.94	c #Conflicts:      58000 | #Constraints:      32375
56.70/56.94	c #Conflicts:      59000 | #Constraints:      33375
56.70/56.94	c #Conflicts:      60000 | #Constraints:      34375
56.70/56.94	c #Conflicts:      61000 | #Constraints:      35375
56.70/56.94	c INPROCESSING
56.70/56.94	c GARBAGE COLLECT
56.70/56.94	c #Conflicts:      62000 | #Constraints:      31381
56.70/56.94	c #Conflicts:      63000 | #Constraints:      32381
56.70/56.94	c #Conflicts:      64000 | #Constraints:      33381
56.70/56.94	c #Conflicts:      65000 | #Constraints:      34381
56.70/56.94	c #Conflicts:      66000 | #Constraints:      35381
56.70/56.94	c INPROCESSING
56.70/56.94	c GARBAGE COLLECT
56.70/56.94	c #Conflicts:      67000 | #Constraints:      31177
56.70/56.94	c #Conflicts:      68000 | #Constraints:      32177
107.34/107.90	c #Conflicts:      69000 | #Constraints:      33177
107.34/107.90	c #Conflicts:      70000 | #Constraints:      34177
107.34/107.90	c #Conflicts:      71000 | #Constraints:      35177
107.34/107.90	c #Conflicts:      72000 | #Constraints:      36177
107.34/107.90	c INPROCESSING
107.34/107.90	c GARBAGE COLLECT
107.34/107.90	c #Conflicts:      73000 | #Constraints:      31777
107.34/107.90	c #Conflicts:      74000 | #Constraints:      32777
107.34/107.90	c #Conflicts:      75000 | #Constraints:      33777
107.34/107.90	c #Conflicts:      76000 | #Constraints:      34777
107.34/107.90	c #Conflicts:      77000 | #Constraints:      35777
107.34/107.90	c #Conflicts:      78000 | #Constraints:      36777
107.34/107.90	c INPROCESSING
107.34/107.90	c GARBAGE COLLECT
107.34/107.90	c #Conflicts:      79000 | #Constraints:      32163
107.34/107.90	c #Conflicts:      80000 | #Constraints:      33163
107.34/107.90	c #Conflicts:      81000 | #Constraints:      34163
107.34/107.90	c #Conflicts:      82000 | #Constraints:      35163
107.34/107.90	c #Conflicts:      83000 | #Constraints:      36163
107.34/107.90	c #Conflicts:      84000 | #Constraints:      37163
107.34/107.90	c INPROCESSING
107.34/107.90	c GARBAGE COLLECT
107.34/107.90	c #Conflicts:      85000 | #Constraints:      32374
107.34/107.90	c #Conflicts:      86000 | #Constraints:      33374
107.34/107.90	c #Conflicts:      87000 | #Constraints:      34374
107.34/107.90	c #Conflicts:      88000 | #Constraints:      35374
107.34/107.90	c #Conflicts:      89000 | #Constraints:      36374
107.34/107.90	c #Conflicts:      90000 | #Constraints:      37374
107.34/107.90	c INPROCESSING
107.34/107.90	c GARBAGE COLLECT
107.34/107.90	c #Conflicts:      91000 | #Constraints:      32377
107.34/107.90	c #Conflicts:      92000 | #Constraints:      33377
107.34/107.90	c #Conflicts:      93000 | #Constraints:      34377
107.34/107.90	c #Conflicts:      94000 | #Constraints:      35377
107.34/107.90	c #Conflicts:      95000 | #Constraints:      36377
107.34/107.90	c #Conflicts:      96000 | #Constraints:      37377
107.34/107.90	c INPROCESSING
107.34/107.90	c GARBAGE COLLECT
107.34/107.90	c #Conflicts:      97000 | #Constraints:      32174
107.34/107.90	c #Conflicts:      98000 | #Constraints:      33174
107.34/107.90	c #Conflicts:      99000 | #Constraints:      34174
107.34/107.90	c #Conflicts:     100000 | #Constraints:      35175
107.34/107.90	c #Conflicts:     101000 | #Constraints:      36175
107.34/107.90	c #Conflicts:     102000 | #Constraints:      37175
107.34/107.90	c #Conflicts:     103000 | #Constraints:      38175
107.34/107.90	c INPROCESSING
107.34/107.90	c GARBAGE COLLECT
107.34/107.90	c #Conflicts:     104000 | #Constraints:      32773
107.34/107.90	c #Conflicts:     105000 | #Constraints:      33773
107.34/107.90	c #Conflicts:     106000 | #Constraints:      34773
107.34/107.90	c #Conflicts:     107000 | #Constraints:      35773
107.34/107.90	c #Conflicts:     108000 | #Constraints:      36773
107.34/107.90	c #Conflicts:     109000 | #Constraints:      37773
107.34/107.90	c #Conflicts:     110000 | #Constraints:      38773
107.34/107.90	c INPROCESSING
107.34/107.90	c GARBAGE COLLECT
107.34/107.90	c #Conflicts:     111000 | #Constraints:      33189
107.34/107.90	c #Conflicts:     112000 | #Constraints:      34189
107.34/107.90	c #Conflicts:     113000 | #Constraints:      35189
107.34/107.90	c #Conflicts:     114000 | #Constraints:      36189
107.34/107.90	c #Conflicts:     115000 | #Constraints:      37189
107.34/107.90	c #Conflicts:     116000 | #Constraints:      38189
107.34/107.90	c #Conflicts:     117000 | #Constraints:      39189
107.34/107.90	c INPROCESSING
107.34/107.90	c GARBAGE COLLECT
107.34/107.90	c #Conflicts:     118000 | #Constraints:      33380
107.34/107.90	c #Conflicts:     119000 | #Constraints:      34380
107.34/107.90	c #Conflicts:     120000 | #Constraints:      35380
107.34/107.90	c #Conflicts:     121000 | #Constraints:      36380
107.34/107.90	c #Conflicts:     122000 | #Constraints:      37380
107.34/107.90	c #Conflicts:     123000 | #Constraints:      38380
107.34/107.90	c #Conflicts:     124000 | #Constraints:      39380
107.34/107.90	c INPROCESSING
107.34/107.90	c GARBAGE COLLECT
107.34/107.90	c #Conflicts:     125000 | #Constraints:      33394
107.34/107.90	c #Conflicts:     126000 | #Constraints:      34394
107.34/107.90	c #Conflicts:     127000 | #Constraints:      35394
107.34/107.90	c #Conflicts:     128000 | #Constraints:      36394
107.34/107.90	c #Conflicts:     129000 | #Constraints:      37394
107.34/107.90	c #Conflicts:     130000 | #Constraints:      38394
107.34/107.90	c #Conflicts:     131000 | #Constraints:      39394
107.34/107.90	c INPROCESSING
107.34/107.90	c GARBAGE COLLECT
107.34/107.90	c #Conflicts:     132000 | #Constraints:      33198
107.34/107.90	c #Conflicts:     133000 | #Constraints:      34198
107.34/107.90	c #Conflicts:     134000 | #Constraints:      35198
107.34/107.90	c #Conflicts:     135000 | #Constraints:      36198
107.34/107.90	c #Conflicts:     136000 | #Constraints:      37198
107.34/107.90	c #Conflicts:     137000 | #Constraints:      38198
107.34/107.90	c #Conflicts:     138000 | #Constraints:      39198
107.34/107.90	c #Conflicts:     139000 | #Constraints:      40198
107.34/107.90	c INPROCESSING
107.34/107.90	c GARBAGE COLLECT
107.34/107.90	c #Conflicts:     140000 | #Constraints:      33798
154.79/155.60	c #Conflicts:     141000 | #Constraints:      34798
154.79/155.60	c #Conflicts:     142000 | #Constraints:      35798
154.79/155.60	c #Conflicts:     143000 | #Constraints:      36798
154.79/155.60	c #Conflicts:     144000 | #Constraints:      37798
154.79/155.60	c #Conflicts:     145000 | #Constraints:      38798
154.79/155.60	c #Conflicts:     146000 | #Constraints:      39798
154.79/155.60	c #Conflicts:     147000 | #Constraints:      40798
154.79/155.60	c INPROCESSING
154.79/155.60	c GARBAGE COLLECT
154.79/155.60	c #Conflicts:     148000 | #Constraints:      34201
154.79/155.60	c #Conflicts:     149000 | #Constraints:      35202
154.79/155.60	c #Conflicts:     150000 | #Constraints:      36202
154.79/155.60	c #Conflicts:     151000 | #Constraints:      37202
154.79/155.60	c #Conflicts:     152000 | #Constraints:      38202
154.79/155.60	c #Conflicts:     153000 | #Constraints:      39202
154.79/155.60	c #Conflicts:     154000 | #Constraints:      40202
154.79/155.60	c #Conflicts:     155000 | #Constraints:      41202
154.79/155.60	c INPROCESSING
154.79/155.60	c GARBAGE COLLECT
154.79/155.60	c #Conflicts:     156000 | #Constraints:      34411
154.79/155.60	c #Conflicts:     157000 | #Constraints:      35411
154.79/155.60	c #Conflicts:     158000 | #Constraints:      36411
154.79/155.60	c #Conflicts:     159000 | #Constraints:      37411
154.79/155.60	c #Conflicts:     160000 | #Constraints:      38411
154.79/155.60	c #Conflicts:     161000 | #Constraints:      39411
154.79/155.60	c #Conflicts:     162000 | #Constraints:      40411
154.79/155.60	c #Conflicts:     163000 | #Constraints:      41411
154.79/155.60	c INPROCESSING
154.79/155.60	c GARBAGE COLLECT
154.79/155.60	c #Conflicts:     164000 | #Constraints:      34404
154.79/155.60	c #Conflicts:     165000 | #Constraints:      35404
154.79/155.60	c #Conflicts:     166000 | #Constraints:      36404
154.79/155.60	c #Conflicts:     167000 | #Constraints:      37404
154.79/155.60	c #Conflicts:     168000 | #Constraints:      38404
154.79/155.60	c #Conflicts:     169000 | #Constraints:      39404
154.79/155.60	c #Conflicts:     170000 | #Constraints:      40404
154.79/155.60	c #Conflicts:     171000 | #Constraints:      41404
154.79/155.60	c INPROCESSING
154.79/155.60	c GARBAGE COLLECT
154.79/155.60	c #Conflicts:     172000 | #Constraints:      34207
154.79/155.60	c #Conflicts:     173000 | #Constraints:      35207
154.79/155.60	c #Conflicts:     174000 | #Constraints:      36207
154.79/155.60	c #Conflicts:     175000 | #Constraints:      37207
154.79/155.60	c #Conflicts:     176000 | #Constraints:      38207
154.79/155.60	c #Conflicts:     177000 | #Constraints:      39207
154.79/155.60	c #Conflicts:     178000 | #Constraints:      40207
154.79/155.60	c #Conflicts:     179000 | #Constraints:      41207
154.79/155.60	c #Conflicts:     180000 | #Constraints:      42207
154.79/155.60	c INPROCESSING
154.79/155.60	c GARBAGE COLLECT
154.79/155.60	c #Conflicts:     181000 | #Constraints:      34810
154.79/155.60	c #Conflicts:     182000 | #Constraints:      35810
154.79/155.60	c #Conflicts:     183000 | #Constraints:      36810
154.79/155.60	c #Conflicts:     184000 | #Constraints:      37810
154.79/155.60	c #Conflicts:     185000 | #Constraints:      38810
154.79/155.60	c #Conflicts:     186000 | #Constraints:      39810
154.79/155.60	c #Conflicts:     187000 | #Constraints:      40810
154.79/155.60	c #Conflicts:     188000 | #Constraints:      41810
154.79/155.60	c #Conflicts:     189000 | #Constraints:      42810
154.79/155.60	c INPROCESSING
154.79/155.60	c GARBAGE COLLECT
154.79/155.60	c #Conflicts:     190000 | #Constraints:      35208
154.79/155.60	c #Conflicts:     191000 | #Constraints:      36208
154.79/155.60	c #Conflicts:     192000 | #Constraints:      37208
154.79/155.60	c #Conflicts:     193000 | #Constraints:      38208
154.79/155.60	c #Conflicts:     194000 | #Constraints:      39208
154.79/155.60	c #Conflicts:     195000 | #Constraints:      40208
154.79/155.60	c #Conflicts:     196000 | #Constraints:      41208
154.79/155.60	c #Conflicts:     197000 | #Constraints:      42208
154.79/155.60	c #Conflicts:     198000 | #Constraints:      43208
154.79/155.60	c INPROCESSING
154.79/155.60	c GARBAGE COLLECT
154.79/155.60	c #Conflicts:     199000 | #Constraints:      35446
154.79/155.60	c #Conflicts:     200000 | #Constraints:      36446
154.79/155.60	c #Conflicts:     201000 | #Constraints:      37446
154.79/155.60	c #Conflicts:     202000 | #Constraints:      38446
154.79/155.60	c #Conflicts:     203000 | #Constraints:      39446
154.79/155.60	c #Conflicts:     204000 | #Constraints:      40446
154.79/155.60	c #Conflicts:     205000 | #Constraints:      41446
154.79/155.60	c #Conflicts:     206000 | #Constraints:      42446
154.79/155.60	c #Conflicts:     207000 | #Constraints:      43446
154.79/155.60	c INPROCESSING
154.79/155.60	c GARBAGE COLLECT
154.79/155.60	c #Conflicts:     208000 | #Constraints:      35441
154.79/155.60	c #Conflicts:     209000 | #Constraints:      36441
154.79/155.60	c #Conflicts:     210000 | #Constraints:      37441
154.79/155.60	c #Conflicts:     211000 | #Constraints:      38441
154.79/155.60	c #Conflicts:     212000 | #Constraints:      39441
154.79/155.60	c #Conflicts:     213000 | #Constraints:      40441
195.87/196.84	c #Conflicts:     214000 | #Constraints:      41441
195.87/196.84	c #Conflicts:     215000 | #Constraints:      42441
195.87/196.84	c #Conflicts:     216000 | #Constraints:      43441
195.87/196.84	c INPROCESSING
195.87/196.84	c GARBAGE COLLECT
195.87/196.84	c #Conflicts:     217000 | #Constraints:      35248
195.87/196.84	c #Conflicts:     218000 | #Constraints:      36248
195.87/196.84	c #Conflicts:     219000 | #Constraints:      37248
195.87/196.84	c #Conflicts:     220000 | #Constraints:      38248
195.87/196.84	c #Conflicts:     221000 | #Constraints:      39248
195.87/196.84	c #Conflicts:     222000 | #Constraints:      40248
195.87/196.84	c #Conflicts:     223000 | #Constraints:      41248
195.87/196.84	c #Conflicts:     224000 | #Constraints:      42248
195.87/196.84	c #Conflicts:     225000 | #Constraints:      43248
195.87/196.84	c #Conflicts:     226000 | #Constraints:      44248
195.87/196.84	c INPROCESSING
195.87/196.84	c GARBAGE COLLECT
195.87/196.84	c #Conflicts:     227000 | #Constraints:      35852
195.87/196.84	c #Conflicts:     228000 | #Constraints:      36852
195.87/196.84	c #Conflicts:     229000 | #Constraints:      37852
195.87/196.84	c #Conflicts:     230000 | #Constraints:      38852
195.87/196.84	c #Conflicts:     231000 | #Constraints:      39852
195.87/196.84	c #Conflicts:     232000 | #Constraints:      40852
195.87/196.84	c #Conflicts:     233000 | #Constraints:      41852
195.87/196.84	c #Conflicts:     234000 | #Constraints:      42852
195.87/196.84	c #Conflicts:     235000 | #Constraints:      43852
195.87/196.84	c #Conflicts:     236000 | #Constraints:      44852
195.87/196.84	c INPROCESSING
195.87/196.84	c GARBAGE COLLECT
195.87/196.84	c #Conflicts:     237000 | #Constraints:      36245
195.87/196.84	c #Conflicts:     238000 | #Constraints:      37245
195.87/196.84	c #Conflicts:     239000 | #Constraints:      38245
195.87/196.84	c #Conflicts:     240000 | #Constraints:      39245
195.87/196.84	c #Conflicts:     241000 | #Constraints:      40245
195.87/196.84	c #Conflicts:     242000 | #Constraints:      41245
195.87/196.84	c #Conflicts:     243000 | #Constraints:      42245
195.87/196.84	c #Conflicts:     244000 | #Constraints:      43245
195.87/196.84	c #Conflicts:     245000 | #Constraints:      44245
195.87/196.84	c #Conflicts:     246000 | #Constraints:      45245
195.87/196.84	c INPROCESSING
195.87/196.84	c GARBAGE COLLECT
195.87/196.84	c #Conflicts:     247000 | #Constraints:      36449
195.87/196.84	c #Conflicts:     248000 | #Constraints:      37449
195.87/196.84	c #Conflicts:     249000 | #Constraints:      38449
195.87/196.84	c #Conflicts:     250000 | #Constraints:      39449
195.87/196.84	c #Conflicts:     251000 | #Constraints:      40449
195.87/196.84	c #Conflicts:     252000 | #Constraints:      41449
195.87/196.84	c #Conflicts:     253000 | #Constraints:      42449
195.87/196.84	c #Conflicts:     254000 | #Constraints:      43449
195.87/196.84	c #Conflicts:     255000 | #Constraints:      44449
195.87/196.84	c #Conflicts:     256000 | #Constraints:      45449
195.87/196.84	c INPROCESSING
195.87/196.84	c GARBAGE COLLECT
195.87/196.84	c #Conflicts:     257000 | #Constraints:      36438
195.87/196.84	c #Conflicts:     258000 | #Constraints:      37438
195.87/196.84	c #Conflicts:     259000 | #Constraints:      38438
195.87/196.84	c #Conflicts:     260000 | #Constraints:      39438
195.87/196.84	c #Conflicts:     261000 | #Constraints:      40438
195.87/196.84	c #Conflicts:     262000 | #Constraints:      41438
195.87/196.84	c #Conflicts:     263000 | #Constraints:      42438
195.87/196.84	c #Conflicts:     264000 | #Constraints:      43438
195.87/196.84	c #Conflicts:     265000 | #Constraints:      44438
195.87/196.84	c #Conflicts:     266000 | #Constraints:      45438
195.87/196.84	c INPROCESSING
195.87/196.84	c GARBAGE COLLECT
195.87/196.84	c #Conflicts:     267000 | #Constraints:      36224
195.87/196.84	c #Conflicts:     268000 | #Constraints:      37224
195.87/196.84	c #Conflicts:     269000 | #Constraints:      38224
195.87/196.84	c #Conflicts:     270000 | #Constraints:      39224
195.87/196.84	c #Conflicts:     271000 | #Constraints:      40224
195.87/196.84	c #Conflicts:     272000 | #Constraints:      41224
195.87/196.84	c #Conflicts:     273000 | #Constraints:      42225
195.87/196.84	c #Conflicts:     274000 | #Constraints:      43225
195.87/196.84	c #Conflicts:     275000 | #Constraints:      44225
195.87/196.84	c #Conflicts:     276000 | #Constraints:      45225
195.87/196.84	c #Conflicts:     277000 | #Constraints:      46225
195.87/196.84	c INPROCESSING
195.87/196.84	c GARBAGE COLLECT
195.87/196.84	c #Conflicts:     278000 | #Constraints:      36824
195.87/196.84	c #Conflicts:     279000 | #Constraints:      37824
195.87/196.84	c #Conflicts:     280000 | #Constraints:      38824
195.87/196.84	c #Conflicts:     281000 | #Constraints:      39824
195.87/196.84	c #Conflicts:     282000 | #Constraints:      40824
195.87/196.84	c #Conflicts:     283000 | #Constraints:      41824
195.87/196.84	c #Conflicts:     284000 | #Constraints:      42824
195.87/196.84	c #Conflicts:     285000 | #Constraints:      43824
195.87/196.84	c #Conflicts:     286000 | #Constraints:      44824
195.87/196.84	c #Conflicts:     287000 | #Constraints:      45824
195.87/196.84	c #Conflicts:     288000 | #Constraints:      46824
271.81/273.05	c INPROCESSING
271.81/273.05	c GARBAGE COLLECT
271.81/273.05	c #Conflicts:     289000 | #Constraints:      37231
271.81/273.05	c #Conflicts:     290000 | #Constraints:      38231
271.81/273.05	c #Conflicts:     291000 | #Constraints:      39231
271.81/273.05	c #Conflicts:     292000 | #Constraints:      40231
271.81/273.05	c #Conflicts:     293000 | #Constraints:      41231
271.81/273.05	c #Conflicts:     294000 | #Constraints:      42231
271.81/273.05	c #Conflicts:     295000 | #Constraints:      43231
271.81/273.05	c #Conflicts:     296000 | #Constraints:      44231
271.81/273.05	c #Conflicts:     297000 | #Constraints:      45231
271.81/273.05	c #Conflicts:     298000 | #Constraints:      46231
271.81/273.05	c #Conflicts:     299000 | #Constraints:      47231
271.81/273.05	c INPROCESSING
271.81/273.05	c GARBAGE COLLECT
271.81/273.05	c #Conflicts:     300000 | #Constraints:      37438
271.81/273.05	c #Conflicts:     301000 | #Constraints:      38438
271.81/273.05	c #Conflicts:     302000 | #Constraints:      39438
271.81/273.05	c #Conflicts:     303000 | #Constraints:      40438
271.81/273.05	c #Conflicts:     304000 | #Constraints:      41438
271.81/273.05	c #Conflicts:     305000 | #Constraints:      42438
271.81/273.05	c #Conflicts:     306000 | #Constraints:      43438
271.81/273.05	c #Conflicts:     307000 | #Constraints:      44438
271.81/273.05	c #Conflicts:     308000 | #Constraints:      45438
271.81/273.05	c #Conflicts:     309000 | #Constraints:      46438
271.81/273.05	c #Conflicts:     310000 | #Constraints:      47438
271.81/273.05	c #Conflicts:     311000 | #Constraints:      48438
271.81/273.05	c #Conflicts:     312000 | #Constraints:      49438
271.81/273.05	c #Conflicts:     313000 | #Constraints:      50438
271.81/273.05	c #Conflicts:     314000 | #Constraints:      51438
271.81/273.05	c #Conflicts:     315000 | #Constraints:      52438
271.81/273.05	c #Conflicts:     316000 | #Constraints:      53438
271.81/273.05	c #Conflicts:     317000 | #Constraints:      54438
271.81/273.05	c #Conflicts:     318000 | #Constraints:      55438
271.81/273.05	c #Conflicts:     319000 | #Constraints:      56438
271.81/273.05	c #Conflicts:     320000 | #Constraints:      57438
271.81/273.05	c #Conflicts:     321000 | #Constraints:      58438
271.81/273.05	c #Conflicts:     322000 | #Constraints:      59438
271.81/273.05	c #Conflicts:     323000 | #Constraints:      60438
271.81/273.05	c #Conflicts:     324000 | #Constraints:      61438
271.81/273.05	c #Conflicts:     325000 | #Constraints:      62438
271.81/273.05	c #Conflicts:     326000 | #Constraints:      63438
271.81/273.05	c #Conflicts:     327000 | #Constraints:      64438
271.81/273.05	c #Conflicts:     328000 | #Constraints:      65438
271.81/273.05	c #Conflicts:     329000 | #Constraints:      66438
271.81/273.05	c #Conflicts:     330000 | #Constraints:      67438
271.81/273.05	c #Conflicts:     331000 | #Constraints:      68438
271.81/273.05	c #Conflicts:     332000 | #Constraints:      69438
271.81/273.05	c #Conflicts:     333000 | #Constraints:      70438
271.81/273.05	c #Conflicts:     334000 | #Constraints:      71438
271.81/273.05	c #Conflicts:     335000 | #Constraints:      72438
271.81/273.05	c #Conflicts:     336000 | #Constraints:      73438
271.81/273.05	c #Conflicts:     337000 | #Constraints:      74438
271.81/273.05	c #Conflicts:     338000 | #Constraints:      75438
271.81/273.05	c #Conflicts:     339000 | #Constraints:      76438
271.81/273.05	c #Conflicts:     340000 | #Constraints:      77438
271.81/273.05	c #Conflicts:     341000 | #Constraints:      78438
271.81/273.05	c #Conflicts:     342000 | #Constraints:      79438
271.81/273.05	c #Conflicts:     343000 | #Constraints:      80438
271.81/273.05	c #Conflicts:     344000 | #Constraints:      81438
271.81/273.05	c #Conflicts:     345000 | #Constraints:      82438
271.81/273.05	c #Conflicts:     346000 | #Constraints:      83438
271.81/273.05	c #Conflicts:     347000 | #Constraints:      84438
271.81/273.05	c #Conflicts:     348000 | #Constraints:      85438
271.81/273.05	c #Conflicts:     349000 | #Constraints:      86438
271.81/273.05	c #Conflicts:     350000 | #Constraints:      87438
271.81/273.05	c #Conflicts:     351000 | #Constraints:      88438
271.81/273.05	c #Conflicts:     352000 | #Constraints:      89438
271.81/273.05	c INPROCESSING
271.81/273.05	c GARBAGE COLLECT
271.81/273.05	c #Conflicts:     353000 | #Constraints:      58295
271.81/273.05	c #Conflicts:     354000 | #Constraints:      59295
271.81/273.05	c #Conflicts:     355000 | #Constraints:      60295
271.81/273.05	c #Conflicts:     356000 | #Constraints:      61295
271.81/273.05	c #Conflicts:     357000 | #Constraints:      62295
271.81/273.05	c #Conflicts:     358000 | #Constraints:      63295
271.81/273.05	c #Conflicts:     359000 | #Constraints:      64295
271.81/273.05	c #Conflicts:     360000 | #Constraints:      65295
271.81/273.05	c #Conflicts:     361000 | #Constraints:      66295
271.81/273.05	c #Conflicts:     362000 | #Constraints:      67295
271.81/273.05	c #Conflicts:     363000 | #Constraints:      68295
271.81/273.05	c #Conflicts:     364000 | #Constraints:      69295
271.81/273.05	c INPROCESSING
311.57/313.19	c GARBAGE COLLECT
311.57/313.19	c #Conflicts:     365000 | #Constraints:      48076
311.57/313.19	c #Conflicts:     366000 | #Constraints:      49076
311.57/313.19	c #Conflicts:     367000 | #Constraints:      50076
311.57/313.19	c #Conflicts:     368000 | #Constraints:      51076
311.57/313.19	c #Conflicts:     369000 | #Constraints:      52076
311.57/313.19	c #Conflicts:     370000 | #Constraints:      53076
311.57/313.19	c #Conflicts:     371000 | #Constraints:      54076
311.57/313.19	c #Conflicts:     372000 | #Constraints:      55076
311.57/313.19	c #Conflicts:     373000 | #Constraints:      56076
311.57/313.19	c #Conflicts:     374000 | #Constraints:      57076
311.57/313.19	c #Conflicts:     375000 | #Constraints:      58076
311.57/313.19	c #Conflicts:     376000 | #Constraints:      59076
311.57/313.19	c #Conflicts:     377000 | #Constraints:      60076
311.57/313.19	c INPROCESSING
311.57/313.19	c GARBAGE COLLECT
311.57/313.19	c #Conflicts:     378000 | #Constraints:      43702
311.57/313.19	c #Conflicts:     379000 | #Constraints:      44702
311.57/313.19	c #Conflicts:     380000 | #Constraints:      45702
311.57/313.19	c #Conflicts:     381000 | #Constraints:      46702
311.57/313.19	c #Conflicts:     382000 | #Constraints:      47702
311.57/313.19	c #Conflicts:     383000 | #Constraints:      48702
311.57/313.19	c #Conflicts:     384000 | #Constraints:      49702
311.57/313.19	c #Conflicts:     385000 | #Constraints:      50702
311.57/313.19	c #Conflicts:     386000 | #Constraints:      51702
311.57/313.19	c #Conflicts:     387000 | #Constraints:      52702
311.57/313.19	c #Conflicts:     388000 | #Constraints:      53702
311.57/313.19	c #Conflicts:     389000 | #Constraints:      54702
311.57/313.19	c #Conflicts:     390000 | #Constraints:      55702
311.57/313.19	c INPROCESSING
311.57/313.19	c GARBAGE COLLECT
311.57/313.19	c #Conflicts:     391000 | #Constraints:      41697
311.57/313.19	c #Conflicts:     392000 | #Constraints:      42697
311.57/313.19	c #Conflicts:     393000 | #Constraints:      43697
311.57/313.19	c #Conflicts:     394000 | #Constraints:      44697
311.57/313.19	c #Conflicts:     395000 | #Constraints:      45697
311.57/313.19	c #Conflicts:     396000 | #Constraints:      46697
311.57/313.19	c #Conflicts:     397000 | #Constraints:      47697
311.57/313.19	c #Conflicts:     398000 | #Constraints:      48697
311.57/313.19	c #Conflicts:     399000 | #Constraints:      49697
311.57/313.19	c #Conflicts:     400000 | #Constraints:      50697
311.57/313.19	c #Conflicts:     401000 | #Constraints:      51697
311.57/313.19	c #Conflicts:     402000 | #Constraints:      52697
311.57/313.19	c INPROCESSING
311.57/313.19	c GARBAGE COLLECT
311.57/313.19	c #Conflicts:     403000 | #Constraints:      39724
311.57/313.19	c #Conflicts:     404000 | #Constraints:      40724
311.57/313.19	c #Conflicts:     405000 | #Constraints:      41724
311.57/313.19	c #Conflicts:     406000 | #Constraints:      42724
311.57/313.19	c #Conflicts:     407000 | #Constraints:      43724
311.57/313.19	c #Conflicts:     408000 | #Constraints:      44724
311.57/313.19	c #Conflicts:     409000 | #Constraints:      45724
311.57/313.19	c #Conflicts:     410000 | #Constraints:      46724
311.57/313.19	c #Conflicts:     411000 | #Constraints:      47724
311.57/313.19	c #Conflicts:     412000 | #Constraints:      48724
311.57/313.19	c #Conflicts:     413000 | #Constraints:      49724
311.57/313.19	c #Conflicts:     414000 | #Constraints:      50724
311.57/313.19	c #Conflicts:     415000 | #Constraints:      51724
311.57/313.19	c #Conflicts:     416000 | #Constraints:      52724
311.57/313.19	c INPROCESSING
311.57/313.19	c GARBAGE COLLECT
311.57/313.19	c #Conflicts:     417000 | #Constraints:      40201
311.57/313.19	c #Conflicts:     418000 | #Constraints:      41201
311.57/313.19	c #Conflicts:     419000 | #Constraints:      42201
311.57/313.19	c #Conflicts:     420000 | #Constraints:      43201
311.57/313.19	c #Conflicts:     421000 | #Constraints:      44201
311.57/313.19	c #Conflicts:     422000 | #Constraints:      45201
311.57/313.19	c #Conflicts:     423000 | #Constraints:      46201
311.57/313.19	c #Conflicts:     424000 | #Constraints:      47201
311.57/313.19	c #Conflicts:     425000 | #Constraints:      48201
311.57/313.19	c #Conflicts:     426000 | #Constraints:      49201
311.57/313.19	c #Conflicts:     427000 | #Constraints:      50201
311.57/313.19	c #Conflicts:     428000 | #Constraints:      51201
311.57/313.19	c #Conflicts:     429000 | #Constraints:      52201
311.57/313.19	c #Conflicts:     430000 | #Constraints:      53201
311.57/313.19	c #Conflicts:     431000 | #Constraints:      54201
311.57/313.19	c #Conflicts:     432000 | #Constraints:      55201
311.57/313.19	c #Conflicts:     433000 | #Constraints:      56201
311.57/313.19	c #Conflicts:     434000 | #Constraints:      57201
311.57/313.19	c #Conflicts:     435000 | #Constraints:      58201
311.57/313.19	c #Conflicts:     436000 | #Constraints:      59201
311.57/313.19	c #Conflicts:     437000 | #Constraints:      60201
311.57/313.19	c #Conflicts:     438000 | #Constraints:      61201
311.57/313.19	c #Conflicts:     439000 | #Constraints:      62202
311.57/313.19	c #Conflicts:     440000 | #Constraints:      63202
346.86/348.52	c #Conflicts:     441000 | #Constraints:      64202
346.86/348.52	c #Conflicts:     442000 | #Constraints:      65202
346.86/348.52	c #Conflicts:     443000 | #Constraints:      66202
346.86/348.52	c #Conflicts:     444000 | #Constraints:      67202
346.86/348.52	c #Conflicts:     445000 | #Constraints:      68202
346.86/348.52	c #Conflicts:     446000 | #Constraints:      69202
346.86/348.52	c #Conflicts:     447000 | #Constraints:      70202
346.86/348.52	c #Conflicts:     448000 | #Constraints:      71202
346.86/348.52	c #Conflicts:     449000 | #Constraints:      72202
346.86/348.52	c #Conflicts:     450000 | #Constraints:      73202
346.86/348.52	c #Conflicts:     451000 | #Constraints:      74202
346.86/348.52	c #Conflicts:     452000 | #Constraints:      75202
346.86/348.52	c #Conflicts:     453000 | #Constraints:      76202
346.86/348.52	c #Conflicts:     454000 | #Constraints:      77202
346.86/348.52	c #Conflicts:     455000 | #Constraints:      78202
346.86/348.52	c #Conflicts:     456000 | #Constraints:      79202
346.86/348.52	c #Conflicts:     457000 | #Constraints:      80202
346.86/348.52	c #Conflicts:     458000 | #Constraints:      81202
346.86/348.52	c #Conflicts:     459000 | #Constraints:      82202
346.86/348.52	c #Conflicts:     460000 | #Constraints:      83202
346.86/348.52	c #Conflicts:     461000 | #Constraints:      84202
346.86/348.52	c #Conflicts:     462000 | #Constraints:      85202
346.86/348.52	c #Conflicts:     463000 | #Constraints:      86202
346.86/348.52	c #Conflicts:     464000 | #Constraints:      87202
346.86/348.52	c #Conflicts:     465000 | #Constraints:      88202
346.86/348.52	c #Conflicts:     466000 | #Constraints:      89202
346.86/348.52	c #Conflicts:     467000 | #Constraints:      90202
346.86/348.52	c #Conflicts:     468000 | #Constraints:      91202
346.86/348.52	c #Conflicts:     469000 | #Constraints:      92202
346.86/348.52	c #Conflicts:     470000 | #Constraints:      93202
346.86/348.52	c #Conflicts:     471000 | #Constraints:      94202
346.86/348.52	c #Conflicts:     472000 | #Constraints:      95202
346.86/348.52	c #Conflicts:     473000 | #Constraints:      96202
346.86/348.52	c #Conflicts:     474000 | #Constraints:      97202
346.86/348.52	c #Conflicts:     475000 | #Constraints:      98202
346.86/348.52	c #Conflicts:     476000 | #Constraints:      99202
346.86/348.52	c #Conflicts:     477000 | #Constraints:     100202
346.86/348.52	c INPROCESSING
346.86/348.52	c GARBAGE COLLECT
346.86/348.52	c #Conflicts:     478000 | #Constraints:      63932
346.86/348.52	c #Conflicts:     479000 | #Constraints:      64932
346.86/348.52	c #Conflicts:     480000 | #Constraints:      65932
346.86/348.52	c #Conflicts:     481000 | #Constraints:      66932
346.86/348.52	c #Conflicts:     482000 | #Constraints:      67932
346.86/348.52	c #Conflicts:     483000 | #Constraints:      68932
346.86/348.52	c #Conflicts:     484000 | #Constraints:      69932
346.86/348.52	c #Conflicts:     485000 | #Constraints:      70932
346.86/348.52	c #Conflicts:     486000 | #Constraints:      71932
346.86/348.52	c #Conflicts:     487000 | #Constraints:      72932
346.86/348.52	c #Conflicts:     488000 | #Constraints:      73932
346.86/348.52	c #Conflicts:     489000 | #Constraints:      74932
346.86/348.52	c #Conflicts:     490000 | #Constraints:      75932
346.86/348.52	c #Conflicts:     491000 | #Constraints:      76932
346.86/348.52	c INPROCESSING
346.86/348.52	c GARBAGE COLLECT
346.86/348.52	c #Conflicts:     492000 | #Constraints:      52123
346.86/348.52	c #Conflicts:     493000 | #Constraints:      53124
346.86/348.52	c #Conflicts:     494000 | #Constraints:      54124
346.86/348.52	c #Conflicts:     495000 | #Constraints:      55124
346.86/348.52	c #Conflicts:     496000 | #Constraints:      56124
346.86/348.52	c #Conflicts:     497000 | #Constraints:      57124
346.86/348.52	c #Conflicts:     498000 | #Constraints:      58124
346.86/348.52	c #Conflicts:     499000 | #Constraints:      59124
346.86/348.52	c #Conflicts:     500000 | #Constraints:      60124
346.86/348.52	c #Conflicts:     501000 | #Constraints:      61124
346.86/348.52	c #Conflicts:     502000 | #Constraints:      62124
346.86/348.52	c #Conflicts:     503000 | #Constraints:      63124
346.86/348.52	c #Conflicts:     504000 | #Constraints:      64124
346.86/348.52	c #Conflicts:     505000 | #Constraints:      65124
346.86/348.52	c #Conflicts:     506000 | #Constraints:      66124
346.86/348.52	c INPROCESSING
346.86/348.52	c GARBAGE COLLECT
346.86/348.52	c #Conflicts:     507000 | #Constraints:      46896
346.86/348.52	c #Conflicts:     508000 | #Constraints:      47896
346.86/348.52	c #Conflicts:     509000 | #Constraints:      48896
346.86/348.52	c #Conflicts:     510000 | #Constraints:      49896
346.86/348.52	c #Conflicts:     511000 | #Constraints:      50896
346.86/348.52	c #Conflicts:     512000 | #Constraints:      51896
346.86/348.52	c #Conflicts:     513000 | #Constraints:      52896
346.86/348.52	c #Conflicts:     514000 | #Constraints:      53896
346.86/348.52	c #Conflicts:     515000 | #Constraints:      54896
346.86/348.52	c #Conflicts:     516000 | #Constraints:      55896
346.86/348.52	c #Conflicts:     517000 | #Constraints:      56896
388.38/393.50	c #Conflicts:     518000 | #Constraints:      57896
388.38/393.50	c #Conflicts:     519000 | #Constraints:      58896
388.38/393.50	c #Conflicts:     520000 | #Constraints:      59896
388.38/393.50	c INPROCESSING
388.38/393.50	c GARBAGE COLLECT
388.38/393.50	c #Conflicts:     521000 | #Constraints:      43384
388.38/393.50	c #Conflicts:     522000 | #Constraints:      44384
388.38/393.50	c #Conflicts:     523000 | #Constraints:      45384
388.38/393.50	c #Conflicts:     524000 | #Constraints:      46384
388.38/393.50	c #Conflicts:     525000 | #Constraints:      47384
388.38/393.50	c #Conflicts:     526000 | #Constraints:      48384
388.38/393.50	c #Conflicts:     527000 | #Constraints:      49384
388.38/393.50	c #Conflicts:     528000 | #Constraints:      50384
388.38/393.50	c #Conflicts:     529000 | #Constraints:      51384
388.38/393.50	c #Conflicts:     530000 | #Constraints:      52384
388.38/393.50	c #Conflicts:     531000 | #Constraints:      53384
388.38/393.50	c #Conflicts:     532000 | #Constraints:      54384
388.38/393.50	c #Conflicts:     533000 | #Constraints:      55384
388.38/393.50	c #Conflicts:     534000 | #Constraints:      56384
388.38/393.50	c #Conflicts:     535000 | #Constraints:      57384
388.38/393.50	c INPROCESSING
388.38/393.50	c GARBAGE COLLECT
388.38/393.50	c #Conflicts:     536000 | #Constraints:      42114
388.38/393.50	c #Conflicts:     537000 | #Constraints:      43114
388.38/393.50	c #Conflicts:     538000 | #Constraints:      44114
388.38/393.50	c #Conflicts:     539000 | #Constraints:      45114
388.38/393.50	c #Conflicts:     540000 | #Constraints:      46114
388.38/393.50	c #Conflicts:     541000 | #Constraints:      47114
388.38/393.50	c #Conflicts:     542000 | #Constraints:      48114
388.38/393.50	c #Conflicts:     543000 | #Constraints:      49114
388.38/393.50	c #Conflicts:     544000 | #Constraints:      50114
388.38/393.50	c #Conflicts:     545000 | #Constraints:      51114
388.38/393.50	c #Conflicts:     546000 | #Constraints:      52114
388.38/393.50	c #Conflicts:     547000 | #Constraints:      53114
388.38/393.50	c #Conflicts:     548000 | #Constraints:      54114
388.38/393.50	c #Conflicts:     549000 | #Constraints:      55114
388.38/393.50	c #Conflicts:     550000 | #Constraints:      56114
388.38/393.50	c #Conflicts:     551000 | #Constraints:      57114
388.38/393.50	c #Conflicts:     552000 | #Constraints:      58114
388.38/393.50	c #Conflicts:     553000 | #Constraints:      59114
388.38/393.50	c #Conflicts:     554000 | #Constraints:      60114
388.38/393.50	c #Conflicts:     555000 | #Constraints:      61114
388.38/393.50	c #Conflicts:     556000 | #Constraints:      62114
388.38/393.50	c #Conflicts:     557000 | #Constraints:      63114
388.38/393.50	c #Conflicts:     558000 | #Constraints:      64114
388.38/393.50	c #Conflicts:     559000 | #Constraints:      65114
388.38/393.50	c #Conflicts:     560000 | #Constraints:      66114
388.38/393.50	c #Conflicts:     561000 | #Constraints:      67114
388.38/393.50	c #Conflicts:     562000 | #Constraints:      68114
388.38/393.50	c #Conflicts:     563000 | #Constraints:      69114
388.38/393.50	c #Conflicts:     564000 | #Constraints:      70114
388.38/393.50	c #Conflicts:     565000 | #Constraints:      71114
388.38/393.50	c #Conflicts:     566000 | #Constraints:      72114
388.38/393.50	c #Conflicts:     567000 | #Constraints:      73114
388.38/393.50	c #Conflicts:     568000 | #Constraints:      74114
388.38/393.50	c #Conflicts:     569000 | #Constraints:      75114
388.38/393.50	c #Conflicts:     570000 | #Constraints:      76114
388.38/393.50	c #Conflicts:     571000 | #Constraints:      77114
388.38/393.50	c #Conflicts:     572000 | #Constraints:      78114
388.38/393.50	c #Conflicts:     573000 | #Constraints:      79114
388.38/393.50	c #Conflicts:     574000 | #Constraints:      80114
388.38/393.50	c #Conflicts:     575000 | #Constraints:      81114
388.38/393.50	c #Conflicts:     576000 | #Constraints:      82114
388.38/393.50	c #Conflicts:     577000 | #Constraints:      83114
388.38/393.50	c #Conflicts:     578000 | #Constraints:      84114
388.38/393.50	c #Conflicts:     579000 | #Constraints:      85114
388.38/393.50	c #Conflicts:     580000 | #Constraints:      86114
388.38/393.50	c #Conflicts:     581000 | #Constraints:      87114
388.38/393.50	c #Conflicts:     582000 | #Constraints:      88114
388.38/393.50	c #Conflicts:     583000 | #Constraints:      89114
388.38/393.50	c #Conflicts:     584000 | #Constraints:      90114
388.38/393.50	c #Conflicts:     585000 | #Constraints:      91114
388.38/393.50	c #Conflicts:     586000 | #Constraints:      92114
388.38/393.50	c #Conflicts:     587000 | #Constraints:      93114
388.38/393.50	c #Conflicts:     588000 | #Constraints:      94114
388.38/393.50	c #Conflicts:     589000 | #Constraints:      95114
388.38/393.50	c #Conflicts:     590000 | #Constraints:      96114
388.38/393.50	c #Conflicts:     591000 | #Constraints:      97114
388.38/393.50	c #Conflicts:     592000 | #Constraints:      98114
388.38/393.50	c #Conflicts:     593000 | #Constraints:      99114
388.38/393.50	c #Conflicts:     594000 | #Constraints:     100114
423.75/429.31	c #Conflicts:     595000 | #Constraints:     101114
423.75/429.31	c #Conflicts:     596000 | #Constraints:     102114
423.75/429.31	c #Conflicts:     597000 | #Constraints:     103114
423.75/429.31	c #Conflicts:     598000 | #Constraints:     104114
423.75/429.31	c #Conflicts:     599000 | #Constraints:     105114
423.75/429.31	c #Conflicts:     600000 | #Constraints:     106114
423.75/429.31	c #Conflicts:     601000 | #Constraints:     107114
423.75/429.31	c #Conflicts:     602000 | #Constraints:     108114
423.75/429.31	c #Conflicts:     603000 | #Constraints:     109114
423.75/429.31	c INPROCESSING
423.75/429.31	c GARBAGE COLLECT
423.75/429.31	c #Conflicts:     604000 | #Constraints:      68341
423.75/429.31	c #Conflicts:     605000 | #Constraints:      69341
423.75/429.31	c #Conflicts:     606000 | #Constraints:      70341
423.75/429.31	c #Conflicts:     607000 | #Constraints:      71341
423.75/429.31	c #Conflicts:     608000 | #Constraints:      72341
423.75/429.31	c #Conflicts:     609000 | #Constraints:      73341
423.75/429.31	c #Conflicts:     610000 | #Constraints:      74341
423.75/429.31	c #Conflicts:     611000 | #Constraints:      75341
423.75/429.31	c #Conflicts:     612000 | #Constraints:      76341
423.75/429.31	c #Conflicts:     613000 | #Constraints:      77341
423.75/429.31	c #Conflicts:     614000 | #Constraints:      78341
423.75/429.31	c #Conflicts:     615000 | #Constraints:      79341
423.75/429.31	c #Conflicts:     616000 | #Constraints:      80341
423.75/429.31	c #Conflicts:     617000 | #Constraints:      81341
423.75/429.31	c #Conflicts:     618000 | #Constraints:      82341
423.75/429.31	c #Conflicts:     619000 | #Constraints:      83341
423.75/429.31	c INPROCESSING
423.75/429.31	c GARBAGE COLLECT
423.75/429.31	c rational objective 4865.6
469.54/475.70	c #Conflicts:     620000 | #Constraints:      55266
469.54/475.70	c #Conflicts:     621000 | #Constraints:      56266
469.54/475.70	c #Conflicts:     622000 | #Constraints:      57266
469.54/475.70	c #Conflicts:     623000 | #Constraints:      58266
469.54/475.70	c #Conflicts:     624000 | #Constraints:      59266
469.54/475.70	c #Conflicts:     625000 | #Constraints:      60266
469.54/475.70	c #Conflicts:     626000 | #Constraints:      61266
469.54/475.70	c #Conflicts:     627000 | #Constraints:      62266
469.54/475.70	c #Conflicts:     628000 | #Constraints:      63266
469.54/475.70	c #Conflicts:     629000 | #Constraints:      64266
469.54/475.70	c #Conflicts:     630000 | #Constraints:      65266
469.54/475.70	c #Conflicts:     631000 | #Constraints:      66266
469.54/475.70	c #Conflicts:     632000 | #Constraints:      67266
469.54/475.70	c #Conflicts:     633000 | #Constraints:      68266
469.54/475.70	c #Conflicts:     634000 | #Constraints:      69266
469.54/475.70	c #Conflicts:     635000 | #Constraints:      70266
469.54/475.70	c #Conflicts:     636000 | #Constraints:      71266
469.54/475.70	c INPROCESSING
469.54/475.70	c GARBAGE COLLECT
469.54/475.70	c #Conflicts:     637000 | #Constraints:      49483
469.54/475.70	c #Conflicts:     638000 | #Constraints:      50483
469.54/475.70	c #Conflicts:     639000 | #Constraints:      51483
469.54/475.70	c #Conflicts:     640000 | #Constraints:      52483
469.54/475.70	c #Conflicts:     641000 | #Constraints:      53483
469.54/475.70	c #Conflicts:     642000 | #Constraints:      54483
469.54/475.70	c #Conflicts:     643000 | #Constraints:      55484
469.54/475.70	c #Conflicts:     644000 | #Constraints:      56484
469.54/475.70	c #Conflicts:     645000 | #Constraints:      57484
469.54/475.70	c #Conflicts:     646000 | #Constraints:      58484
469.54/475.70	c #Conflicts:     647000 | #Constraints:      59484
469.54/475.70	c #Conflicts:     648000 | #Constraints:      60484
469.54/475.70	c #Conflicts:     649000 | #Constraints:      61484
469.54/475.70	c #Conflicts:     650000 | #Constraints:      62484
469.54/475.70	c #Conflicts:     651000 | #Constraints:      63484
469.54/475.70	c #Conflicts:     652000 | #Constraints:      64484
469.54/475.70	c INPROCESSING
469.54/475.70	c GARBAGE COLLECT
469.54/475.70	c #Conflicts:     653000 | #Constraints:      45766
469.54/475.70	c #Conflicts:     654000 | #Constraints:      46766
469.54/475.70	c #Conflicts:     655000 | #Constraints:      47766
469.54/475.70	c #Conflicts:     656000 | #Constraints:      48766
469.54/475.70	c #Conflicts:     657000 | #Constraints:      49766
469.54/475.70	c #Conflicts:     658000 | #Constraints:      50766
469.54/475.70	c #Conflicts:     659000 | #Constraints:      51766
469.54/475.70	c #Conflicts:     660000 | #Constraints:      52766
469.54/475.70	c #Conflicts:     661000 | #Constraints:      53766
469.54/475.70	c #Conflicts:     662000 | #Constraints:      54766
469.54/475.70	c #Conflicts:     663000 | #Constraints:      55766
469.54/475.70	c #Conflicts:     664000 | #Constraints:      56766
469.54/475.70	c #Conflicts:     665000 | #Constraints:      57766
469.54/475.70	c #Conflicts:     666000 | #Constraints:      58766
469.54/475.70	c #Conflicts:     667000 | #Constraints:      59766
469.54/475.70	c #Conflicts:     668000 | #Constraints:      60766
469.54/475.70	c #Conflicts:     669000 | #Constraints:      61766
469.54/475.70	c INPROCESSING
469.54/475.70	c GARBAGE COLLECT
469.54/475.70	c #Conflicts:     670000 | #Constraints:      44462
469.54/475.70	c #Conflicts:     671000 | #Constraints:      45462
469.54/475.70	c #Conflicts:     672000 | #Constraints:      46462
469.54/475.70	c #Conflicts:     673000 | #Constraints:      47462
469.54/475.70	c #Conflicts:     674000 | #Constraints:      48462
469.54/475.70	c #Conflicts:     675000 | #Constraints:      49462
469.54/475.70	c #Conflicts:     676000 | #Constraints:      50462
469.54/475.70	c #Conflicts:     677000 | #Constraints:      51462
469.54/475.70	c #Conflicts:     678000 | #Constraints:      52462
469.54/475.70	c #Conflicts:     679000 | #Constraints:      53462
469.54/475.70	c #Conflicts:     680000 | #Constraints:      54462
469.54/475.70	c #Conflicts:     681000 | #Constraints:      55462
469.54/475.70	c #Conflicts:     682000 | #Constraints:      56462
469.54/475.70	c #Conflicts:     683000 | #Constraints:      57462
469.54/475.70	c #Conflicts:     684000 | #Constraints:      58462
469.54/475.70	c #Conflicts:     685000 | #Constraints:      59462
469.54/475.70	c #Conflicts:     686000 | #Constraints:      60462
469.54/475.70	c #Conflicts:     687000 | #Constraints:      61462
469.54/475.70	c #Conflicts:     688000 | #Constraints:      62462
469.54/475.70	c #Conflicts:     689000 | #Constraints:      63462
469.54/475.70	c #Conflicts:     690000 | #Constraints:      64462
469.54/475.70	c #Conflicts:     691000 | #Constraints:      65462
469.54/475.70	c #Conflicts:     692000 | #Constraints:      66463
469.54/475.70	c #Conflicts:     693000 | #Constraints:      67463
469.54/475.70	c #Conflicts:     694000 | #Constraints:      68463
469.54/475.70	c #Conflicts:     695000 | #Constraints:      69463
469.54/475.70	c #Conflicts:     696000 | #Constraints:      70463
522.57/529.33	c #Conflicts:     697000 | #Constraints:      71463
522.57/529.33	c #Conflicts:     698000 | #Constraints:      72463
522.57/529.33	c #Conflicts:     699000 | #Constraints:      73463
522.57/529.33	c #Conflicts:     700000 | #Constraints:      74463
522.57/529.33	c #Conflicts:     701000 | #Constraints:      75463
522.57/529.33	c #Conflicts:     702000 | #Constraints:      76463
522.57/529.33	c #Conflicts:     703000 | #Constraints:      77463
522.57/529.33	c #Conflicts:     704000 | #Constraints:      78464
522.57/529.33	c #Conflicts:     705000 | #Constraints:      79464
522.57/529.33	c #Conflicts:     706000 | #Constraints:      80464
522.57/529.33	c #Conflicts:     707000 | #Constraints:      81464
522.57/529.33	c #Conflicts:     708000 | #Constraints:      82464
522.57/529.33	c #Conflicts:     709000 | #Constraints:      83464
522.57/529.33	c #Conflicts:     710000 | #Constraints:      84464
522.57/529.33	c #Conflicts:     711000 | #Constraints:      85464
522.57/529.33	c #Conflicts:     712000 | #Constraints:      86464
522.57/529.33	c #Conflicts:     713000 | #Constraints:      87464
522.57/529.33	c #Conflicts:     714000 | #Constraints:      88464
522.57/529.33	c #Conflicts:     715000 | #Constraints:      89464
522.57/529.33	c #Conflicts:     716000 | #Constraints:      90464
522.57/529.33	c #Conflicts:     717000 | #Constraints:      91464
522.57/529.33	c #Conflicts:     718000 | #Constraints:      92464
522.57/529.33	c #Conflicts:     719000 | #Constraints:      93464
522.57/529.33	c #Conflicts:     720000 | #Constraints:      94464
522.57/529.33	c #Conflicts:     721000 | #Constraints:      95464
522.57/529.33	c #Conflicts:     722000 | #Constraints:      96464
522.57/529.33	c #Conflicts:     723000 | #Constraints:      97464
522.57/529.33	c #Conflicts:     724000 | #Constraints:      98464
522.57/529.33	c #Conflicts:     725000 | #Constraints:      99464
522.57/529.33	c #Conflicts:     726000 | #Constraints:     100464
522.57/529.33	c #Conflicts:     727000 | #Constraints:     101464
522.57/529.33	c #Conflicts:     728000 | #Constraints:     102464
522.57/529.33	c #Conflicts:     729000 | #Constraints:     103464
522.57/529.33	c #Conflicts:     730000 | #Constraints:     104464
522.57/529.33	c #Conflicts:     731000 | #Constraints:     105464
522.57/529.33	c #Conflicts:     732000 | #Constraints:     106464
522.57/529.33	c #Conflicts:     733000 | #Constraints:     107464
522.57/529.33	c #Conflicts:     734000 | #Constraints:     108464
522.57/529.33	c #Conflicts:     735000 | #Constraints:     109464
522.57/529.33	c #Conflicts:     736000 | #Constraints:     110464
522.57/529.33	c #Conflicts:     737000 | #Constraints:     111464
522.57/529.33	c #Conflicts:     738000 | #Constraints:     112464
522.57/529.33	c #Conflicts:     739000 | #Constraints:     113464
522.57/529.33	c #Conflicts:     740000 | #Constraints:     114464
522.57/529.33	c #Conflicts:     741000 | #Constraints:     115464
522.57/529.33	c #Conflicts:     742000 | #Constraints:     116464
522.57/529.33	c #Conflicts:     743000 | #Constraints:     117464
522.57/529.33	c INPROCESSING
522.57/529.33	c GARBAGE COLLECT
522.57/529.33	c #Conflicts:     744000 | #Constraints:      72401
522.57/529.33	c #Conflicts:     745000 | #Constraints:      73401
522.57/529.33	c #Conflicts:     746000 | #Constraints:      74401
522.57/529.33	c #Conflicts:     747000 | #Constraints:      75401
522.57/529.33	c #Conflicts:     748000 | #Constraints:      76401
522.57/529.33	c #Conflicts:     749000 | #Constraints:      77401
522.57/529.33	c #Conflicts:     750000 | #Constraints:      78401
522.57/529.33	c #Conflicts:     751000 | #Constraints:      79401
522.57/529.33	c #Conflicts:     752000 | #Constraints:      80401
522.57/529.33	c #Conflicts:     753000 | #Constraints:      81401
522.57/529.33	c #Conflicts:     754000 | #Constraints:      82401
522.57/529.33	c #Conflicts:     755000 | #Constraints:      83401
522.57/529.33	c #Conflicts:     756000 | #Constraints:      84401
522.57/529.33	c #Conflicts:     757000 | #Constraints:      85401
522.57/529.33	c #Conflicts:     758000 | #Constraints:      86401
522.57/529.33	c #Conflicts:     759000 | #Constraints:      87401
522.57/529.33	c #Conflicts:     760000 | #Constraints:      88401
522.57/529.33	c #Conflicts:     761000 | #Constraints:      89401
522.57/529.33	c INPROCESSING
522.57/529.33	c GARBAGE COLLECT
522.57/529.33	c #Conflicts:     762000 | #Constraints:      58280
522.57/529.33	c #Conflicts:     763000 | #Constraints:      59280
522.57/529.33	c #Conflicts:     764000 | #Constraints:      60280
522.57/529.33	c #Conflicts:     765000 | #Constraints:      61280
522.57/529.33	c #Conflicts:     766000 | #Constraints:      62280
522.57/529.33	c #Conflicts:     767000 | #Constraints:      63280
522.57/529.33	c #Conflicts:     768000 | #Constraints:      64280
522.57/529.33	c #Conflicts:     769000 | #Constraints:      65280
522.57/529.33	c #Conflicts:     770000 | #Constraints:      66280
522.57/529.33	c #Conflicts:     771000 | #Constraints:      67280
522.57/529.33	c #Conflicts:     772000 | #Constraints:      68280
522.57/529.33	c #Conflicts:     773000 | #Constraints:      69280
522.57/529.33	c #Conflicts:     774000 | #Constraints:      70280
564.83/571.75	c #Conflicts:     775000 | #Constraints:      71280
564.83/571.75	c #Conflicts:     776000 | #Constraints:      72280
564.83/571.75	c #Conflicts:     777000 | #Constraints:      73280
564.83/571.75	c #Conflicts:     778000 | #Constraints:      74280
564.83/571.75	c #Conflicts:     779000 | #Constraints:      75280
564.83/571.75	c #Conflicts:     780000 | #Constraints:      76280
564.83/571.75	c INPROCESSING
564.83/571.75	c GARBAGE COLLECT
564.83/571.75	c #Conflicts:     781000 | #Constraints:      52014
564.83/571.75	c #Conflicts:     782000 | #Constraints:      53014
564.83/571.75	c #Conflicts:     783000 | #Constraints:      54014
564.83/571.75	c #Conflicts:     784000 | #Constraints:      55014
564.83/571.75	c #Conflicts:     785000 | #Constraints:      56014
564.83/571.75	c #Conflicts:     786000 | #Constraints:      57014
564.83/571.75	c #Conflicts:     787000 | #Constraints:      58014
564.83/571.75	c #Conflicts:     788000 | #Constraints:      59014
564.83/571.75	c #Conflicts:     789000 | #Constraints:      60014
564.83/571.75	c #Conflicts:     790000 | #Constraints:      61014
564.83/571.75	c #Conflicts:     791000 | #Constraints:      62014
564.83/571.75	c #Conflicts:     792000 | #Constraints:      63014
564.83/571.75	c #Conflicts:     793000 | #Constraints:      64014
564.83/571.75	c #Conflicts:     794000 | #Constraints:      65014
564.83/571.75	c #Conflicts:     795000 | #Constraints:      66014
564.83/571.75	c #Conflicts:     796000 | #Constraints:      67014
564.83/571.75	c #Conflicts:     797000 | #Constraints:      68014
564.83/571.75	c #Conflicts:     798000 | #Constraints:      69014
564.83/571.75	c INPROCESSING
564.83/571.75	c GARBAGE COLLECT
564.83/571.75	c #Conflicts:     799000 | #Constraints:      48073
564.83/571.75	c #Conflicts:     800000 | #Constraints:      49073
564.83/571.75	c #Conflicts:     801000 | #Constraints:      50073
564.83/571.75	c #Conflicts:     802000 | #Constraints:      51073
564.83/571.75	c #Conflicts:     803000 | #Constraints:      52073
564.83/571.75	c #Conflicts:     804000 | #Constraints:      53073
564.83/571.75	c #Conflicts:     805000 | #Constraints:      54073
564.83/571.75	c #Conflicts:     806000 | #Constraints:      55073
564.83/571.75	c #Conflicts:     807000 | #Constraints:      56073
564.83/571.75	c #Conflicts:     808000 | #Constraints:      57073
564.83/571.75	c #Conflicts:     809000 | #Constraints:      58073
564.83/571.75	c #Conflicts:     810000 | #Constraints:      59073
564.83/571.75	c #Conflicts:     811000 | #Constraints:      60073
564.83/571.75	c #Conflicts:     812000 | #Constraints:      61073
564.83/571.75	c #Conflicts:     813000 | #Constraints:      62073
564.83/571.75	c #Conflicts:     814000 | #Constraints:      63073
564.83/571.75	c #Conflicts:     815000 | #Constraints:      64073
564.83/571.75	c #Conflicts:     816000 | #Constraints:      65073
564.83/571.75	c #Conflicts:     817000 | #Constraints:      66073
564.83/571.75	c INPROCESSING
564.83/571.75	c GARBAGE COLLECT
564.83/571.75	c #Conflicts:     818000 | #Constraints:      46707
564.83/571.75	c #Conflicts:     819000 | #Constraints:      47707
564.83/571.75	c #Conflicts:     820000 | #Constraints:      48707
564.83/571.75	c #Conflicts:     821000 | #Constraints:      49708
564.83/571.75	c #Conflicts:     822000 | #Constraints:      50708
564.83/571.75	c #Conflicts:     823000 | #Constraints:      51708
564.83/571.75	c #Conflicts:     824000 | #Constraints:      52708
564.83/571.75	c #Conflicts:     825000 | #Constraints:      53708
564.83/571.75	c #Conflicts:     826000 | #Constraints:      54708
564.83/571.75	c #Conflicts:     827000 | #Constraints:      55708
564.83/571.75	c #Conflicts:     828000 | #Constraints:      56708
564.83/571.75	c #Conflicts:     829000 | #Constraints:      57708
564.83/571.75	c #Conflicts:     830000 | #Constraints:      58708
564.83/571.75	c #Conflicts:     831000 | #Constraints:      59708
564.83/571.75	c #Conflicts:     832000 | #Constraints:      60708
564.83/571.75	c #Conflicts:     833000 | #Constraints:      61708
564.83/571.75	c #Conflicts:     834000 | #Constraints:      62708
564.83/571.75	c #Conflicts:     835000 | #Constraints:      63708
564.83/571.75	c #Conflicts:     836000 | #Constraints:      64708
564.83/571.75	c #Conflicts:     837000 | #Constraints:      65708
564.83/571.75	c #Conflicts:     838000 | #Constraints:      66708
564.83/571.75	c #Conflicts:     839000 | #Constraints:      67708
564.83/571.75	c #Conflicts:     840000 | #Constraints:      68708
564.83/571.75	c #Conflicts:     841000 | #Constraints:      69708
564.83/571.75	c #Conflicts:     842000 | #Constraints:      70708
564.83/571.75	c #Conflicts:     843000 | #Constraints:      71708
564.83/571.75	c #Conflicts:     844000 | #Constraints:      72708
564.83/571.75	c #Conflicts:     845000 | #Constraints:      73708
564.83/571.75	c #Conflicts:     846000 | #Constraints:      74708
564.83/571.75	c #Conflicts:     847000 | #Constraints:      75708
564.83/571.75	c #Conflicts:     848000 | #Constraints:      76708
564.83/571.75	c #Conflicts:     849000 | #Constraints:      77708
564.83/571.75	c #Conflicts:     850000 | #Constraints:      78708
564.83/571.75	c #Conflicts:     851000 | #Constraints:      79708
611.64/619.18	c #Conflicts:     852000 | #Constraints:      80708
611.64/619.18	c #Conflicts:     853000 | #Constraints:      81709
611.64/619.18	c #Conflicts:     854000 | #Constraints:      82709
611.64/619.18	c #Conflicts:     855000 | #Constraints:      83709
611.64/619.18	c #Conflicts:     856000 | #Constraints:      84709
611.64/619.18	c #Conflicts:     857000 | #Constraints:      85709
611.64/619.18	c #Conflicts:     858000 | #Constraints:      86709
611.64/619.18	c #Conflicts:     859000 | #Constraints:      87709
611.64/619.18	c #Conflicts:     860000 | #Constraints:      88709
611.64/619.18	c #Conflicts:     861000 | #Constraints:      89709
611.64/619.18	c #Conflicts:     862000 | #Constraints:      90709
611.64/619.18	c #Conflicts:     863000 | #Constraints:      91709
611.64/619.18	c #Conflicts:     864000 | #Constraints:      92709
611.64/619.18	c #Conflicts:     865000 | #Constraints:      93709
611.64/619.18	c #Conflicts:     866000 | #Constraints:      94709
611.64/619.18	c #Conflicts:     867000 | #Constraints:      95709
611.64/619.18	c #Conflicts:     868000 | #Constraints:      96709
611.64/619.18	c #Conflicts:     869000 | #Constraints:      97709
611.64/619.18	c #Conflicts:     870000 | #Constraints:      98709
611.64/619.18	c #Conflicts:     871000 | #Constraints:      99709
611.64/619.18	c #Conflicts:     872000 | #Constraints:     100709
611.64/619.18	c #Conflicts:     873000 | #Constraints:     101709
611.64/619.18	c #Conflicts:     874000 | #Constraints:     102709
611.64/619.18	c #Conflicts:     875000 | #Constraints:     103709
611.64/619.18	c #Conflicts:     876000 | #Constraints:     104709
611.64/619.18	c #Conflicts:     877000 | #Constraints:     105709
611.64/619.18	c #Conflicts:     878000 | #Constraints:     106709
611.64/619.18	c #Conflicts:     879000 | #Constraints:     107709
611.64/619.18	c #Conflicts:     880000 | #Constraints:     108709
611.64/619.18	c #Conflicts:     881000 | #Constraints:     109709
611.64/619.18	c #Conflicts:     882000 | #Constraints:     110709
611.64/619.18	c #Conflicts:     883000 | #Constraints:     111709
611.64/619.18	c #Conflicts:     884000 | #Constraints:     112709
611.64/619.18	c #Conflicts:     885000 | #Constraints:     113709
611.64/619.18	c #Conflicts:     886000 | #Constraints:     114709
611.64/619.18	c #Conflicts:     887000 | #Constraints:     115710
611.64/619.18	c #Conflicts:     888000 | #Constraints:     116710
611.64/619.18	c #Conflicts:     889000 | #Constraints:     117710
611.64/619.18	c #Conflicts:     890000 | #Constraints:     118710
611.64/619.18	c #Conflicts:     891000 | #Constraints:     119710
611.64/619.18	c #Conflicts:     892000 | #Constraints:     120710
611.64/619.18	c #Conflicts:     893000 | #Constraints:     121710
611.64/619.18	c #Conflicts:     894000 | #Constraints:     122710
611.64/619.18	c #Conflicts:     895000 | #Constraints:     123710
611.64/619.18	c #Conflicts:     896000 | #Constraints:     124710
611.64/619.18	c #Conflicts:     897000 | #Constraints:     125710
611.64/619.18	c INPROCESSING
611.64/619.18	c GARBAGE COLLECT
611.64/619.18	c #Conflicts:     898000 | #Constraints:      76432
611.64/619.18	c #Conflicts:     899000 | #Constraints:      77432
611.64/619.18	c #Conflicts:     900000 | #Constraints:      78432
611.64/619.18	c #Conflicts:     901000 | #Constraints:      79432
611.64/619.18	c #Conflicts:     902000 | #Constraints:      80432
611.64/619.18	c #Conflicts:     903000 | #Constraints:      81432
611.64/619.18	c #Conflicts:     904000 | #Constraints:      82432
611.64/619.18	c #Conflicts:     905000 | #Constraints:      83432
611.64/619.18	c #Conflicts:     906000 | #Constraints:      84432
611.64/619.18	c #Conflicts:     907000 | #Constraints:      85432
611.64/619.18	c #Conflicts:     908000 | #Constraints:      86432
611.64/619.18	c #Conflicts:     909000 | #Constraints:      87432
611.64/619.18	c #Conflicts:     910000 | #Constraints:      88432
611.64/619.18	c #Conflicts:     911000 | #Constraints:      89432
611.64/619.18	c #Conflicts:     912000 | #Constraints:      90432
611.64/619.18	c #Conflicts:     913000 | #Constraints:      91432
611.64/619.18	c #Conflicts:     914000 | #Constraints:      92432
611.64/619.18	c #Conflicts:     915000 | #Constraints:      93432
611.64/619.18	c #Conflicts:     916000 | #Constraints:      94432
611.64/619.18	c #Conflicts:     917000 | #Constraints:      95432
611.64/619.18	c INPROCESSING
611.64/619.18	c GARBAGE COLLECT
611.64/619.18	c #Conflicts:     918000 | #Constraints:      61231
611.64/619.18	c #Conflicts:     919000 | #Constraints:      62231
611.64/619.18	c #Conflicts:     920000 | #Constraints:      63231
611.64/619.18	c #Conflicts:     921000 | #Constraints:      64231
611.64/619.18	c #Conflicts:     922000 | #Constraints:      65231
611.64/619.18	c #Conflicts:     923000 | #Constraints:      66231
611.64/619.18	c #Conflicts:     924000 | #Constraints:      67231
611.64/619.18	c #Conflicts:     925000 | #Constraints:      68231
611.64/619.18	c #Conflicts:     926000 | #Constraints:      69231
611.64/619.18	c #Conflicts:     927000 | #Constraints:      70231
611.64/619.18	c #Conflicts:     928000 | #Constraints:      71231
649.23/656.81	c #Conflicts:     929000 | #Constraints:      72231
649.23/656.81	c #Conflicts:     930000 | #Constraints:      73231
649.23/656.81	c #Conflicts:     931000 | #Constraints:      74231
649.23/656.81	c #Conflicts:     932000 | #Constraints:      75231
649.23/656.81	c #Conflicts:     933000 | #Constraints:      76231
649.23/656.81	c #Conflicts:     934000 | #Constraints:      77231
649.23/656.81	c #Conflicts:     935000 | #Constraints:      78231
649.23/656.81	c #Conflicts:     936000 | #Constraints:      79231
649.23/656.81	c #Conflicts:     937000 | #Constraints:      80231
649.23/656.81	c #Conflicts:     938000 | #Constraints:      81231
649.23/656.81	c INPROCESSING
649.23/656.81	c GARBAGE COLLECT
649.23/656.81	c rational objective 4866.4
732.91/740.72	c #Conflicts:     939000 | #Constraints:      54460
732.91/740.72	c #Conflicts:     940000 | #Constraints:      55460
732.91/740.72	c #Conflicts:     941000 | #Constraints:      56460
732.91/740.72	c #Conflicts:     942000 | #Constraints:      57461
732.91/740.72	c #Conflicts:     943000 | #Constraints:      58461
732.91/740.72	c #Conflicts:     944000 | #Constraints:      59461
732.91/740.72	c #Conflicts:     945000 | #Constraints:      60461
732.91/740.72	c #Conflicts:     946000 | #Constraints:      61461
732.91/740.72	c #Conflicts:     947000 | #Constraints:      62461
732.91/740.72	c #Conflicts:     948000 | #Constraints:      63461
732.91/740.72	c #Conflicts:     949000 | #Constraints:      64461
732.91/740.72	c #Conflicts:     950000 | #Constraints:      65461
732.91/740.72	c #Conflicts:     951000 | #Constraints:      66461
732.91/740.72	c #Conflicts:     952000 | #Constraints:      67461
732.91/740.72	c #Conflicts:     953000 | #Constraints:      68461
732.91/740.72	c #Conflicts:     954000 | #Constraints:      69461
732.91/740.72	c #Conflicts:     955000 | #Constraints:      70461
732.91/740.72	c #Conflicts:     956000 | #Constraints:      71461
732.91/740.72	c #Conflicts:     957000 | #Constraints:      72461
732.91/740.72	c #Conflicts:     958000 | #Constraints:      73461
732.91/740.72	c INPROCESSING
732.91/740.72	c GARBAGE COLLECT
732.91/740.72	c #Conflicts:     959000 | #Constraints:      50366
732.91/740.72	c #Conflicts:     960000 | #Constraints:      51366
732.91/740.72	c #Conflicts:     961000 | #Constraints:      52366
732.91/740.72	c #Conflicts:     962000 | #Constraints:      53366
732.91/740.72	c #Conflicts:     963000 | #Constraints:      54366
732.91/740.72	c #Conflicts:     964000 | #Constraints:      55366
732.91/740.72	c #Conflicts:     965000 | #Constraints:      56366
732.91/740.72	c #Conflicts:     966000 | #Constraints:      57366
732.91/740.72	c #Conflicts:     967000 | #Constraints:      58366
732.91/740.72	c #Conflicts:     968000 | #Constraints:      59366
732.91/740.72	c #Conflicts:     969000 | #Constraints:      60366
732.91/740.72	c #Conflicts:     970000 | #Constraints:      61366
732.91/740.72	c #Conflicts:     971000 | #Constraints:      62366
732.91/740.72	c #Conflicts:     972000 | #Constraints:      63366
732.91/740.72	c #Conflicts:     973000 | #Constraints:      64366
732.91/740.72	c #Conflicts:     974000 | #Constraints:      65366
732.91/740.72	c #Conflicts:     975000 | #Constraints:      66366
732.91/740.72	c #Conflicts:     976000 | #Constraints:      67366
732.91/740.72	c #Conflicts:     977000 | #Constraints:      68366
732.91/740.72	c #Conflicts:     978000 | #Constraints:      69366
732.91/740.72	c #Conflicts:     979000 | #Constraints:      70366
732.91/740.72	c INPROCESSING
732.91/740.72	c GARBAGE COLLECT
732.91/740.72	c #Conflicts:     980000 | #Constraints:      48964
732.91/740.72	c #Conflicts:     981000 | #Constraints:      49964
732.91/740.72	c #Conflicts:     982000 | #Constraints:      50964
732.91/740.72	c #Conflicts:     983000 | #Constraints:      51964
732.91/740.72	c #Conflicts:     984000 | #Constraints:      52964
732.91/740.72	c #Conflicts:     985000 | #Constraints:      53964
732.91/740.72	c #Conflicts:     986000 | #Constraints:      54964
732.91/740.72	c #Conflicts:     987000 | #Constraints:      55964
732.91/740.72	c #Conflicts:     988000 | #Constraints:      56964
732.91/740.72	c #Conflicts:     989000 | #Constraints:      57964
732.91/740.72	c #Conflicts:     990000 | #Constraints:      58964
732.91/740.72	c #Conflicts:     991000 | #Constraints:      59964
732.91/740.72	c #Conflicts:     992000 | #Constraints:      60964
732.91/740.72	c #Conflicts:     993000 | #Constraints:      61964
732.91/740.72	c #Conflicts:     994000 | #Constraints:      62964
732.91/740.72	c #Conflicts:     995000 | #Constraints:      63964
732.91/740.72	c #Conflicts:     996000 | #Constraints:      64964
732.91/740.72	c #Conflicts:     997000 | #Constraints:      65964
732.91/740.72	c #Conflicts:     998000 | #Constraints:      66964
732.91/740.72	c #Conflicts:     999000 | #Constraints:      67964
732.91/740.72	c #Conflicts:    1000000 | #Constraints:      68964
732.91/740.72	c #Conflicts:    1001000 | #Constraints:      69964
732.91/740.72	c #Conflicts:    1002000 | #Constraints:      70964
732.91/740.72	c #Conflicts:    1003000 | #Constraints:      71964
732.91/740.72	c #Conflicts:    1004000 | #Constraints:      72964
732.91/740.72	c #Conflicts:    1005000 | #Constraints:      73964
732.91/740.72	c #Conflicts:    1006000 | #Constraints:      74964
732.91/740.72	c #Conflicts:    1007000 | #Constraints:      75964
732.91/740.72	c #Conflicts:    1008000 | #Constraints:      76964
732.91/740.72	c #Conflicts:    1009000 | #Constraints:      77964
732.91/740.72	c #Conflicts:    1010000 | #Constraints:      78964
732.91/740.72	c #Conflicts:    1011000 | #Constraints:      79964
732.91/740.72	c #Conflicts:    1012000 | #Constraints:      80964
732.91/740.72	c #Conflicts:    1013000 | #Constraints:      81964
732.91/740.72	c #Conflicts:    1014000 | #Constraints:      82964
732.91/740.72	c #Conflicts:    1015000 | #Constraints:      83964
732.91/740.72	c #Conflicts:    1016000 | #Constraints:      84964
789.64/798.19	c #Conflicts:    1017000 | #Constraints:      85964
789.64/798.19	c #Conflicts:    1018000 | #Constraints:      86964
789.64/798.19	c #Conflicts:    1019000 | #Constraints:      87964
789.64/798.19	c #Conflicts:    1020000 | #Constraints:      88964
789.64/798.19	c #Conflicts:    1021000 | #Constraints:      89964
789.64/798.19	c #Conflicts:    1022000 | #Constraints:      90964
789.64/798.19	c #Conflicts:    1023000 | #Constraints:      91964
789.64/798.19	c #Conflicts:    1024000 | #Constraints:      92964
789.64/798.19	c #Conflicts:    1025000 | #Constraints:      93964
789.64/798.19	c #Conflicts:    1026000 | #Constraints:      94964
789.64/798.19	c #Conflicts:    1027000 | #Constraints:      95964
789.64/798.19	c #Conflicts:    1028000 | #Constraints:      96964
789.64/798.19	c #Conflicts:    1029000 | #Constraints:      97964
789.64/798.19	c #Conflicts:    1030000 | #Constraints:      98964
789.64/798.19	c #Conflicts:    1031000 | #Constraints:      99964
789.64/798.19	c #Conflicts:    1032000 | #Constraints:     100964
789.64/798.19	c #Conflicts:    1033000 | #Constraints:     101964
789.64/798.19	c #Conflicts:    1034000 | #Constraints:     102964
789.64/798.19	c #Conflicts:    1035000 | #Constraints:     103964
789.64/798.19	c #Conflicts:    1036000 | #Constraints:     104964
789.64/798.19	c #Conflicts:    1037000 | #Constraints:     105964
789.64/798.19	c #Conflicts:    1038000 | #Constraints:     106964
789.64/798.19	c #Conflicts:    1039000 | #Constraints:     107964
789.64/798.19	c #Conflicts:    1040000 | #Constraints:     108964
789.64/798.19	c #Conflicts:    1041000 | #Constraints:     109964
789.64/798.19	c #Conflicts:    1042000 | #Constraints:     110964
789.64/798.19	c #Conflicts:    1043000 | #Constraints:     111964
789.64/798.19	c #Conflicts:    1044000 | #Constraints:     112964
789.64/798.19	c #Conflicts:    1045000 | #Constraints:     113964
789.64/798.19	c #Conflicts:    1046000 | #Constraints:     114964
789.64/798.19	c #Conflicts:    1047000 | #Constraints:     115964
789.64/798.19	c #Conflicts:    1048000 | #Constraints:     116964
789.64/798.19	c #Conflicts:    1049000 | #Constraints:     117964
789.64/798.19	c #Conflicts:    1050000 | #Constraints:     118964
789.64/798.19	c #Conflicts:    1051000 | #Constraints:     119964
789.64/798.19	c #Conflicts:    1052000 | #Constraints:     120964
789.64/798.19	c #Conflicts:    1053000 | #Constraints:     121964
789.64/798.19	c #Conflicts:    1054000 | #Constraints:     122964
789.64/798.19	c #Conflicts:    1055000 | #Constraints:     123964
789.64/798.19	c #Conflicts:    1056000 | #Constraints:     124964
789.64/798.19	c #Conflicts:    1057000 | #Constraints:     125964
789.64/798.19	c #Conflicts:    1058000 | #Constraints:     126964
789.64/798.19	c #Conflicts:    1059000 | #Constraints:     127964
789.64/798.19	c #Conflicts:    1060000 | #Constraints:     128964
789.64/798.19	c #Conflicts:    1061000 | #Constraints:     129964
789.64/798.19	c #Conflicts:    1062000 | #Constraints:     130964
789.64/798.19	c #Conflicts:    1063000 | #Constraints:     131964
789.64/798.19	c #Conflicts:    1064000 | #Constraints:     132964
789.64/798.19	c #Conflicts:    1065000 | #Constraints:     133964
789.64/798.19	c INPROCESSING
789.64/798.19	c GARBAGE COLLECT
789.64/798.19	c #Conflicts:    1066000 | #Constraints:      80455
789.64/798.19	c #Conflicts:    1067000 | #Constraints:      81455
789.64/798.19	c #Conflicts:    1068000 | #Constraints:      82455
789.64/798.19	c #Conflicts:    1069000 | #Constraints:      83455
789.64/798.19	c #Conflicts:    1070000 | #Constraints:      84455
789.64/798.19	c #Conflicts:    1071000 | #Constraints:      85455
789.64/798.19	c #Conflicts:    1072000 | #Constraints:      86455
789.64/798.19	c #Conflicts:    1073000 | #Constraints:      87455
789.64/798.19	c #Conflicts:    1074000 | #Constraints:      88455
789.64/798.19	c #Conflicts:    1075000 | #Constraints:      89455
789.64/798.19	c #Conflicts:    1076000 | #Constraints:      90455
789.64/798.19	c #Conflicts:    1077000 | #Constraints:      91455
789.64/798.19	c #Conflicts:    1078000 | #Constraints:      92455
789.64/798.19	c #Conflicts:    1079000 | #Constraints:      93455
789.64/798.19	c #Conflicts:    1080000 | #Constraints:      94455
789.64/798.19	c #Conflicts:    1081000 | #Constraints:      95455
789.64/798.19	c #Conflicts:    1082000 | #Constraints:      96455
789.64/798.19	c #Conflicts:    1083000 | #Constraints:      97455
789.64/798.19	c #Conflicts:    1084000 | #Constraints:      98455
789.64/798.19	c #Conflicts:    1085000 | #Constraints:      99455
789.64/798.19	c #Conflicts:    1086000 | #Constraints:     100455
789.64/798.19	c #Conflicts:    1087000 | #Constraints:     101455
789.64/798.19	c INPROCESSING
789.64/798.19	c GARBAGE COLLECT
789.64/798.19	c #Conflicts:    1088000 | #Constraints:      64195
789.64/798.19	c #Conflicts:    1089000 | #Constraints:      65195
789.64/798.19	c #Conflicts:    1090000 | #Constraints:      66195
789.64/798.19	c #Conflicts:    1091000 | #Constraints:      67195
789.64/798.19	c #Conflicts:    1092000 | #Constraints:      68195
789.64/798.19	c #Conflicts:    1093000 | #Constraints:      69195
855.13/864.01	c #Conflicts:    1094000 | #Constraints:      70195
855.13/864.01	c #Conflicts:    1095000 | #Constraints:      71195
855.13/864.01	c #Conflicts:    1096000 | #Constraints:      72195
855.13/864.01	c #Conflicts:    1097000 | #Constraints:      73195
855.13/864.01	c #Conflicts:    1098000 | #Constraints:      74195
855.13/864.01	c #Conflicts:    1099000 | #Constraints:      75195
855.13/864.01	c #Conflicts:    1100000 | #Constraints:      76195
855.13/864.01	c #Conflicts:    1101000 | #Constraints:      77195
855.13/864.01	c #Conflicts:    1102000 | #Constraints:      78195
855.13/864.01	c #Conflicts:    1103000 | #Constraints:      79195
855.13/864.01	c #Conflicts:    1104000 | #Constraints:      80195
855.13/864.01	c #Conflicts:    1105000 | #Constraints:      81196
855.13/864.01	c #Conflicts:    1106000 | #Constraints:      82196
855.13/864.01	c #Conflicts:    1107000 | #Constraints:      83196
855.13/864.01	c #Conflicts:    1108000 | #Constraints:      84196
855.13/864.01	c #Conflicts:    1109000 | #Constraints:      85196
855.13/864.01	c #Conflicts:    1110000 | #Constraints:      86196
855.13/864.01	c INPROCESSING
855.13/864.01	c GARBAGE COLLECT
855.13/864.01	c #Conflicts:    1111000 | #Constraints:      56967
855.13/864.01	c #Conflicts:    1112000 | #Constraints:      57967
855.13/864.01	c #Conflicts:    1113000 | #Constraints:      58967
855.13/864.01	c #Conflicts:    1114000 | #Constraints:      59967
855.13/864.01	c #Conflicts:    1115000 | #Constraints:      60967
855.13/864.01	c #Conflicts:    1116000 | #Constraints:      61967
855.13/864.01	c #Conflicts:    1117000 | #Constraints:      62967
855.13/864.01	c #Conflicts:    1118000 | #Constraints:      63967
855.13/864.01	c #Conflicts:    1119000 | #Constraints:      64967
855.13/864.01	c #Conflicts:    1120000 | #Constraints:      65967
855.13/864.01	c #Conflicts:    1121000 | #Constraints:      66967
855.13/864.01	c #Conflicts:    1122000 | #Constraints:      67967
855.13/864.01	c #Conflicts:    1123000 | #Constraints:      68967
855.13/864.01	c #Conflicts:    1124000 | #Constraints:      69967
855.13/864.01	c #Conflicts:    1125000 | #Constraints:      70967
855.13/864.01	c #Conflicts:    1126000 | #Constraints:      71967
855.13/864.01	c #Conflicts:    1127000 | #Constraints:      72967
855.13/864.01	c #Conflicts:    1128000 | #Constraints:      73967
855.13/864.01	c #Conflicts:    1129000 | #Constraints:      74967
855.13/864.01	c #Conflicts:    1130000 | #Constraints:      75967
855.13/864.01	c #Conflicts:    1131000 | #Constraints:      76967
855.13/864.01	c #Conflicts:    1132000 | #Constraints:      77967
855.13/864.01	c INPROCESSING
855.13/864.01	c GARBAGE COLLECT
855.13/864.01	c #Conflicts:    1133000 | #Constraints:      52658
855.13/864.01	c #Conflicts:    1134000 | #Constraints:      53658
855.13/864.01	c #Conflicts:    1135000 | #Constraints:      54658
855.13/864.01	c #Conflicts:    1136000 | #Constraints:      55658
855.13/864.01	c #Conflicts:    1137000 | #Constraints:      56658
855.13/864.01	c #Conflicts:    1138000 | #Constraints:      57658
855.13/864.01	c #Conflicts:    1139000 | #Constraints:      58658
855.13/864.01	c #Conflicts:    1140000 | #Constraints:      59658
855.13/864.01	c #Conflicts:    1141000 | #Constraints:      60658
855.13/864.01	c #Conflicts:    1142000 | #Constraints:      61658
855.13/864.01	c #Conflicts:    1143000 | #Constraints:      62658
855.13/864.01	c #Conflicts:    1144000 | #Constraints:      63658
855.13/864.01	c #Conflicts:    1145000 | #Constraints:      64658
855.13/864.01	c #Conflicts:    1146000 | #Constraints:      65658
855.13/864.01	c #Conflicts:    1147000 | #Constraints:      66658
855.13/864.01	c #Conflicts:    1148000 | #Constraints:      67658
855.13/864.01	c #Conflicts:    1149000 | #Constraints:      68658
855.13/864.01	c #Conflicts:    1150000 | #Constraints:      69658
855.13/864.01	c #Conflicts:    1151000 | #Constraints:      70658
855.13/864.01	c #Conflicts:    1152000 | #Constraints:      71658
855.13/864.01	c #Conflicts:    1153000 | #Constraints:      72658
855.13/864.01	c #Conflicts:    1154000 | #Constraints:      73658
855.13/864.01	c #Conflicts:    1155000 | #Constraints:      74658
855.13/864.01	c INPROCESSING
855.13/864.01	c GARBAGE COLLECT
855.13/864.01	c #Conflicts:    1156000 | #Constraints:      51203
855.13/864.01	c #Conflicts:    1157000 | #Constraints:      52203
855.13/864.01	c #Conflicts:    1158000 | #Constraints:      53203
855.13/864.01	c #Conflicts:    1159000 | #Constraints:      54203
855.13/864.01	c #Conflicts:    1160000 | #Constraints:      55203
855.13/864.01	c #Conflicts:    1161000 | #Constraints:      56203
855.13/864.01	c #Conflicts:    1162000 | #Constraints:      57203
855.13/864.01	c #Conflicts:    1163000 | #Constraints:      58203
855.13/864.01	c #Conflicts:    1164000 | #Constraints:      59203
855.13/864.01	c #Conflicts:    1165000 | #Constraints:      60203
855.13/864.01	c #Conflicts:    1166000 | #Constraints:      61203
855.13/864.01	c #Conflicts:    1167000 | #Constraints:      62203
855.13/864.01	c #Conflicts:    1168000 | #Constraints:      63203
855.13/864.01	c #Conflicts:    1169000 | #Constraints:      64203
855.13/864.01	c #Conflicts:    1170000 | #Constraints:      65203
898.92/909.13	c #Conflicts:    1171000 | #Constraints:      66203
898.92/909.13	c #Conflicts:    1172000 | #Constraints:      67203
898.92/909.13	c #Conflicts:    1173000 | #Constraints:      68203
898.92/909.13	c #Conflicts:    1174000 | #Constraints:      69203
898.92/909.13	c #Conflicts:    1175000 | #Constraints:      70203
898.92/909.13	c #Conflicts:    1176000 | #Constraints:      71203
898.92/909.13	c #Conflicts:    1177000 | #Constraints:      72203
898.92/909.13	c #Conflicts:    1178000 | #Constraints:      73203
898.92/909.13	c #Conflicts:    1179000 | #Constraints:      74203
898.92/909.13	c #Conflicts:    1180000 | #Constraints:      75203
898.92/909.13	c #Conflicts:    1181000 | #Constraints:      76203
898.92/909.13	c #Conflicts:    1182000 | #Constraints:      77203
898.92/909.13	c #Conflicts:    1183000 | #Constraints:      78203
898.92/909.13	c #Conflicts:    1184000 | #Constraints:      79203
898.92/909.13	c #Conflicts:    1185000 | #Constraints:      80203
898.92/909.13	c #Conflicts:    1186000 | #Constraints:      81203
898.92/909.13	c #Conflicts:    1187000 | #Constraints:      82203
898.92/909.13	c #Conflicts:    1188000 | #Constraints:      83203
898.92/909.13	c #Conflicts:    1189000 | #Constraints:      84203
898.92/909.13	c #Conflicts:    1190000 | #Constraints:      85203
898.92/909.13	c #Conflicts:    1191000 | #Constraints:      86203
898.92/909.13	c #Conflicts:    1192000 | #Constraints:      87203
898.92/909.13	c #Conflicts:    1193000 | #Constraints:      88203
898.92/909.13	c #Conflicts:    1194000 | #Constraints:      89203
898.92/909.13	c #Conflicts:    1195000 | #Constraints:      90203
898.92/909.13	c #Conflicts:    1196000 | #Constraints:      91203
898.92/909.13	c #Conflicts:    1197000 | #Constraints:      92203
898.92/909.13	c #Conflicts:    1198000 | #Constraints:      93203
898.92/909.13	c #Conflicts:    1199000 | #Constraints:      94203
898.92/909.13	c #Conflicts:    1200000 | #Constraints:      95203
898.92/909.13	c #Conflicts:    1201000 | #Constraints:      96203
898.92/909.13	c #Conflicts:    1202000 | #Constraints:      97203
898.92/909.13	c #Conflicts:    1203000 | #Constraints:      98203
898.92/909.13	c #Conflicts:    1204000 | #Constraints:      99203
898.92/909.13	c #Conflicts:    1205000 | #Constraints:     100203
898.92/909.13	c #Conflicts:    1206000 | #Constraints:     101203
898.92/909.13	c #Conflicts:    1207000 | #Constraints:     102203
898.92/909.13	c #Conflicts:    1208000 | #Constraints:     103203
898.92/909.13	c #Conflicts:    1209000 | #Constraints:     104203
898.92/909.13	c #Conflicts:    1210000 | #Constraints:     105203
898.92/909.13	c #Conflicts:    1211000 | #Constraints:     106203
898.92/909.13	c #Conflicts:    1212000 | #Constraints:     107203
898.92/909.13	c #Conflicts:    1213000 | #Constraints:     108203
898.92/909.13	c #Conflicts:    1214000 | #Constraints:     109203
898.92/909.13	c #Conflicts:    1215000 | #Constraints:     110203
898.92/909.13	c #Conflicts:    1216000 | #Constraints:     111203
898.92/909.13	c #Conflicts:    1217000 | #Constraints:     112203
898.92/909.13	c #Conflicts:    1218000 | #Constraints:     113203
898.92/909.13	c #Conflicts:    1219000 | #Constraints:     114203
898.92/909.13	c #Conflicts:    1220000 | #Constraints:     115203
898.92/909.13	c #Conflicts:    1221000 | #Constraints:     116203
898.92/909.13	c #Conflicts:    1222000 | #Constraints:     117203
898.92/909.13	c #Conflicts:    1223000 | #Constraints:     118203
898.92/909.13	c #Conflicts:    1224000 | #Constraints:     119203
898.92/909.13	c #Conflicts:    1225000 | #Constraints:     120203
898.92/909.13	c #Conflicts:    1226000 | #Constraints:     121203
898.92/909.13	c #Conflicts:    1227000 | #Constraints:     122203
898.92/909.13	c #Conflicts:    1228000 | #Constraints:     123203
898.92/909.13	c #Conflicts:    1229000 | #Constraints:     124203
898.92/909.13	c #Conflicts:    1230000 | #Constraints:     125203
898.92/909.13	c #Conflicts:    1231000 | #Constraints:     126203
898.92/909.13	c #Conflicts:    1232000 | #Constraints:     127203
898.92/909.13	c #Conflicts:    1233000 | #Constraints:     128203
898.92/909.13	c #Conflicts:    1234000 | #Constraints:     129203
898.92/909.13	c #Conflicts:    1235000 | #Constraints:     130203
898.92/909.13	c #Conflicts:    1236000 | #Constraints:     131203
898.92/909.13	c #Conflicts:    1237000 | #Constraints:     132203
898.92/909.13	c #Conflicts:    1238000 | #Constraints:     133203
898.92/909.13	c #Conflicts:    1239000 | #Constraints:     134203
898.92/909.13	c #Conflicts:    1240000 | #Constraints:     135203
898.92/909.13	c #Conflicts:    1241000 | #Constraints:     136203
898.92/909.13	c #Conflicts:    1242000 | #Constraints:     137203
898.92/909.13	c #Conflicts:    1243000 | #Constraints:     138203
898.92/909.13	c #Conflicts:    1244000 | #Constraints:     139203
898.92/909.13	c #Conflicts:    1245000 | #Constraints:     140203
898.92/909.13	c #Conflicts:    1246000 | #Constraints:     141203
898.92/909.13	c #Conflicts:    1247000 | #Constraints:     142203
898.92/909.13	c #Conflicts:    1248000 | #Constraints:     143203
898.92/909.13	c INPROCESSING
898.92/909.13	c GARBAGE COLLECT
959.69/970.42	c #Conflicts:    1249000 | #Constraints:      85494
959.69/970.42	c #Conflicts:    1250000 | #Constraints:      86494
959.69/970.42	c #Conflicts:    1251000 | #Constraints:      87494
959.69/970.42	c #Conflicts:    1252000 | #Constraints:      88494
959.69/970.42	c #Conflicts:    1253000 | #Constraints:      89494
959.69/970.42	c #Conflicts:    1254000 | #Constraints:      90494
959.69/970.42	c #Conflicts:    1255000 | #Constraints:      91494
959.69/970.42	c #Conflicts:    1256000 | #Constraints:      92494
959.69/970.42	c #Conflicts:    1257000 | #Constraints:      93494
959.69/970.42	c #Conflicts:    1258000 | #Constraints:      94494
959.69/970.42	c #Conflicts:    1259000 | #Constraints:      95494
959.69/970.42	c #Conflicts:    1260000 | #Constraints:      96494
959.69/970.42	c #Conflicts:    1261000 | #Constraints:      97494
959.69/970.42	c #Conflicts:    1262000 | #Constraints:      98494
959.69/970.42	c #Conflicts:    1263000 | #Constraints:      99494
959.69/970.42	c #Conflicts:    1264000 | #Constraints:     100494
959.69/970.42	c #Conflicts:    1265000 | #Constraints:     101494
959.69/970.42	c #Conflicts:    1266000 | #Constraints:     102494
959.69/970.42	c #Conflicts:    1267000 | #Constraints:     103494
959.69/970.42	c #Conflicts:    1268000 | #Constraints:     104494
959.69/970.42	c #Conflicts:    1269000 | #Constraints:     105494
959.69/970.42	c #Conflicts:    1270000 | #Constraints:     106494
959.69/970.42	c #Conflicts:    1271000 | #Constraints:     107494
959.69/970.42	c INPROCESSING
959.69/970.42	c GARBAGE COLLECT
959.69/970.42	c #Conflicts:    1272000 | #Constraints:      67167
959.69/970.42	c #Conflicts:    1273000 | #Constraints:      68167
959.69/970.42	c #Conflicts:    1274000 | #Constraints:      69167
959.69/970.42	c #Conflicts:    1275000 | #Constraints:      70167
959.69/970.42	c #Conflicts:    1276000 | #Constraints:      71167
959.69/970.42	c #Conflicts:    1277000 | #Constraints:      72167
959.69/970.42	c #Conflicts:    1278000 | #Constraints:      73167
959.69/970.42	c #Conflicts:    1279000 | #Constraints:      74167
959.69/970.42	c #Conflicts:    1280000 | #Constraints:      75167
959.69/970.42	c #Conflicts:    1281000 | #Constraints:      76167
959.69/970.42	c #Conflicts:    1282000 | #Constraints:      77167
959.69/970.42	c #Conflicts:    1283000 | #Constraints:      78167
959.69/970.42	c #Conflicts:    1284000 | #Constraints:      79167
959.69/970.42	c #Conflicts:    1285000 | #Constraints:      80167
959.69/970.42	c #Conflicts:    1286000 | #Constraints:      81167
959.69/970.42	c #Conflicts:    1287000 | #Constraints:      82167
959.69/970.42	c #Conflicts:    1288000 | #Constraints:      83167
959.69/970.42	c #Conflicts:    1289000 | #Constraints:      84167
959.69/970.42	c #Conflicts:    1290000 | #Constraints:      85167
959.69/970.42	c #Conflicts:    1291000 | #Constraints:      86167
959.69/970.42	c #Conflicts:    1292000 | #Constraints:      87167
959.69/970.42	c #Conflicts:    1293000 | #Constraints:      88167
959.69/970.42	c #Conflicts:    1294000 | #Constraints:      89167
959.69/970.42	c #Conflicts:    1295000 | #Constraints:      90167
959.69/970.42	c #Conflicts:    1296000 | #Constraints:      91167
959.69/970.42	c INPROCESSING
959.69/970.42	c GARBAGE COLLECT
959.69/970.42	WSVECS04 Frhs2[3]: 6 -2.00001 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4]: 6 -1.00008 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[5]: 6 -1.00003 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[6]: 6 -2.00008 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[7]: 6 -1.00006 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[9]: 6 -2.00006 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[11]: 6 -1.00008 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[13]: 6 -1.00003 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[15]: 6 -1.00003 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[16]: 6 -4.00009 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[17]: 6 -1.00005 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[20]: 6 -1.00005 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[21]: 6 -1.00008 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[23]: 6 -1.00001 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[111]: 6 -2.00003 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[112]: 6 -1.00002 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[114]: 6 -1.00008 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[117]: 6 -2.00004 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[118]: 6 -1.00001 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[120]: 6 -1.00002 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[121]: 6 -2.00007 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[125]: 6 -1.00006 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[126]: 6 -2.00009 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[127]: 6 -1.0001 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[130]: 6 -1.00002 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[131]: 6 -1.00008 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[133]: 6 -1.00009 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[138]: 6 -1.00009 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[141]: 6 -1.00009 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[151]: 6 -2.00002 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[220]: 6 -1.00004 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[221]: 6 -2.00006 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[223]: 6 -2.00001 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[224]: 6 -2.0001 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[226]: 6 -1.00003 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[227]: 6 -1.00008 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[229]: 6 -2.00004 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[231]: 6 -5.00001 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[235]: 6 -2.00008 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[236]: 6 -1.00004 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[332]: 6 -2.00009 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[333]: 6 -1.00003 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[335]: 6 -2.00006 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[336]: 6 -1.00009 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[337]: 6 -2.00006 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[338]: 6 -1.00004 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[339]: 6 -1.00003 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[341]: 6 -1.00003 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[345]: 6 -1.00001 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[346]: 6 -2.00008 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[347]: 6 -1.00008 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[349]: 6 -1.00008 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[351]: 6 -1.00006 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[352]: 6 -1.00009 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[353]: 6 -1.00004 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[355]: 6 -1.00004 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[360]: 6 -2.00009 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[362]: 6 -1.00007 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[364]: 6 -1.00005 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[365]: 6 -2.00008 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[366]: 6 -1.00007 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[368]: 6 -1.0001 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[369]: 6 -1.0001 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[370]: 6 -1.00004 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[466]: 6 -1.00005 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[474]: 6 -1.00006 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[475]: 6 -1.00003 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[476]: 6 -1.00003 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[478]: 6 -1.00009 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[479]: 6 -2.00003 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[483]: 6 -3.00006 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[552]: 6 -1.00006 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[553]: 6 -4.0001 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[554]: 6 -1.00004 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[555]: 6 -1.00009 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[557]: 6 -1.00007 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[558]: 6 -2.00003 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[559]: 6 -1.00006 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[561]: 6 -2.00001 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[562]: 6 -2.00001 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[563]: 6 -2.00007 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[564]: 6 -1.00003 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[565]: 6 -1.0001 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[566]: 6 -3.00007 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[567]: 6 -1.00002 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[569]: 6 -1.00005 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[570]: 6 -2.00005 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[571]: 6 -1.00002 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[573]: 6 -1.00002 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[576]: 6 -1.00008 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[580]: 6 -4.50002 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[582]: 6 -1.00009 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[583]: 6 -4.14293 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[584]: 6 -1.00001 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[588]: 6 -1.00007 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[663]: 6 -1.00008 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[665]: 6 -1.00005 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[666]: 6 -2.00004 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[668]: 6 -1.00006 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[669]: 6 -1.00003 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[670]: 6 -2.00006 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[671]: 6 -2.00002 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[672]: 6 -2.00003 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[675]: 6 -1.00005 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[676]: 6 -1.00006 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[679]: 6 -1.00004 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[680]: 6 -2.00007 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[682]: 6 -2.37501 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[683]: 6 -2.00007 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[686]: 6 -4.00009 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[902]: 6 0 0.250059 shouldn't be
959.69/970.42	WSVECS04 Frhs2[903]: 6 0 1500.61 shouldn't be
959.69/970.42	WSVECS04 Frhs2[914]: 6 0 464.145 shouldn't be
959.69/970.42	WSVECS04 Frhs2[918]: 6 -1.00007 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[919]: 6 -1.00006 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[991]: 6 -2.00003 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[996]: 6 -1.75007 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[999]: 6 -2.00006 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1000]: 6 -2.25008 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1001]: 6 -4.00002 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1004]: 6 -1.00005 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1005]: 6 -1.00003 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1008]: 6 -1.00007 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1009]: 6 -3.00004 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1011]: 6 -1.00002 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1012]: 6 -1.00007 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1017]: 6 -1.00003 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1019]: 6 -5.00003 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1021]: 6 -1.00003 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1022]: 6 -1.00008 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1025]: 6 -1.00003 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1027]: 6 -1210.56 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1029]: 6 -1207.67 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1030]: 6 -1.00004 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1034]: 6 -1.00004 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1036]: 6 -1.00008 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1037]: 6 -1.00003 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1039]: 6 -1.00002 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1042]: 6 -1.00009 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1102]: 6 -2.00009 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1103]: 6 -2.00003 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1106]: 6 -1.00005 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1107]: 6 -1.00004 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1108]: 6 -2.00005 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1109]: 6 -3.0001 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1110]: 6 -1.00001 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1112]: 6 -1.0001 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1113]: 6 -1.00002 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1115]: 6 -1.0001 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1116]: 6 -1.00004 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1117]: 6 -1.00002 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1119]: 6 -2.00006 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1120]: 6 -1.00006 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1123]: 6 -1.00009 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1124]: 6 -1.00007 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1125]: 6 -8.00004 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1126]: 6 -4.00008 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1127]: 6 -1.00009 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1129]: 6 -1.00007 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1131]: 6 -1.0001 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1247]: 6 -755.542 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1338]: 6 0 2.2501 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1340]: 6 0 0.285735 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1344]: 6 0 603.12 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1346]: 6 0 603.507 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1347]: 6 0 149.989 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1349]: 6 0 151.071 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1350]: 6 0 151.124 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1351]: 6 0 150.708 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1360]: 6 -1.0001 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1361]: 6 -151.883 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1364]: 6 -176.497 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1366]: 6 -4.55133 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1435]: 6 -1.00007 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1436]: 6 -1.00009 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1438]: 6 -1.00002 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1439]: 6 -1.00004 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1440]: 6 -1.00009 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1442]: 6 -1.00008 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1443]: 6 -1.00008 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1445]: 6 -2.00008 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1447]: 6 -1.00006 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1448]: 6 -1.00005 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1450]: 6 -1.00007 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1451]: 6 -1.00007 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1452]: 6 -2.00008 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1453]: 6 -1.00008 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1454]: 6 -2.00001 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1462]: 6 -1.00004 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1551]: 6 -1.00007 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1552]: 6 -1.00006 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1553]: 6 -1.00005 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1555]: 6 -4.12508 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1556]: 6 -1.00003 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1558]: 6 -1.00007 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1559]: 6 -1.00008 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1569]: 6 -1.00007 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1572]: 6 -3.00004 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1576]: 6 -609.859 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1586]: 6 -1.00002 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1592]: 6 -0.600065 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1761]: 6 -2.00003 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1762]: 6 -2.00009 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1763]: 6 -1.00001 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1764]: 6 -1.00009 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1766]: 6 -1.00005 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1767]: 6 -2.00006 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1771]: 6 -1.00002 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1772]: 6 -1.00001 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1774]: 6 -5.0001 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1776]: 6 -1.00004 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1777]: 6 -1.00002 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1779]: 6 -1.00009 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1781]: 6 -1.00006 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1791]: 6 -0.695738 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1794]: 6 -9.2922 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1967]: 6 -1.00002 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1969]: 6 -1.00006 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1971]: 6 -1.00006 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1972]: 6 -1.00004 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1973]: 6 -1.00008 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1974]: 6 -2.00006 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1975]: 6 -2.00003 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1976]: 6 -2.00007 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1977]: 6 -2.00008 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1979]: 6 -1.00007 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1981]: 6 -1.00003 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1984]: 6 -1.00006 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1986]: 6 -1.00004 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1987]: 6 -1.00009 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[1988]: 6 -2.00006 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[2102]: 6 0 4.85005 shouldn't be
959.69/970.42	WSVECS04 Frhs2[2112]: 6 -1.00006 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[2113]: 6 -1.00008 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[2114]: 6 -1.00009 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[2116]: 6 -2.00007 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[2117]: 6 -1.00005 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[2118]: 6 -1.0001 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[2119]: 6 -1.00002 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[2124]: 6 -1.00009 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[2125]: 6 -913.936 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[2135]: 6 -2.00006 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[2207]: 6 0 1506.27 shouldn't be
959.69/970.42	WSVECS04 Frhs2[2212]: 6 0 3.55002 shouldn't be
959.69/970.42	WSVECS04 Frhs2[2216]: 6 0 300.076 shouldn't be
959.69/970.42	WSVECS04 Frhs2[2217]: 6 0 306.612 shouldn't be
959.69/970.42	WSVECS04 Frhs2[2229]: 6 -460.332 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[2231]: 6 -467.145 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[2235]: 6 -1.00005 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[2321]: 6 0 1.60006 shouldn't be
959.69/970.42	WSVECS04 Frhs2[2329]: 6 0 752.542 shouldn't be
959.69/970.42	WSVECS04 Frhs2[2331]: 6 0 755.353 shouldn't be
959.69/970.42	WSVECS04 Frhs2[2343]: 6 -761.947 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[2344]: 6 -2.70451 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[2345]: 6 -0.605992 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[2351]: 6 -2.00006 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[2353]: 6 -0.478257 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[2359]: 6 -1.00005 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[2558]: 6 0 907.191 shouldn't be
959.69/970.42	WSVECS04 Frhs2[2562]: 6 -915.709 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[2564]: 6 -3.96762 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[2565]: 6 -913.343 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[2570]: 6 -1.00004 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[2579]: 6 -914.686 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[2638]: 6 0 4.20008 shouldn't be
959.69/970.42	WSVECS04 Frhs2[2644]: 6 0 2.00008 shouldn't be
959.69/970.42	WSVECS04 Frhs2[2653]: 6 0 169.73 shouldn't be
959.69/970.42	WSVECS04 Frhs2[2657]: 6 0 150.708 shouldn't be
959.69/970.42	WSVECS04 Frhs2[2659]: 6 0 150.559 shouldn't be
959.69/970.42	WSVECS04 Frhs2[2739]: 6 -1.00004 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[2741]: 6 -1.00003 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[2742]: 6 -1.00004 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[2743]: 6 -1.00001 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[2744]: 6 -1.00004 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[2745]: 6 -1.00003 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[2746]: 6 -1.00002 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[2747]: 6 -1.00001 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[2748]: 6 -1.00003 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[2755]: 6 -1.00004 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[2759]: 6 -1.00002 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[2762]: 6 -1.00007 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[2859]: 6 0 1.25003 shouldn't be
959.69/970.42	WSVECS04 Frhs2[2866]: 6 -1.0001 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[2867]: 6 -1.00005 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[2868]: 6 -1.00007 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[2869]: 6 -4.25001 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[2870]: 6 -1.00004 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[2871]: 6 -1.0001 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[2875]: 6 -4.00007 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[2876]: 6 -1.00009 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[2884]: 6 -15.0001 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[2885]: 6 -1.00002 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[2889]: 6 -7.04779 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[3072]: 6 -1.00008 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[3077]: 6 -2.00007 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[3079]: 6 -3.00005 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[3082]: 6 -2.00004 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[3087]: 6 -4.00005 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[3088]: 6 -1.00002 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[3091]: 6 -1.00003 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[3187]: 6 0 0.650079 shouldn't be
959.69/970.42	WSVECS04 Frhs2[3188]: 6 0 0.14294 shouldn't be
959.69/970.42	WSVECS04 Frhs2[3192]: 6 0 1504.01 shouldn't be
959.69/970.42	WSVECS04 Frhs2[3203]: 6 0 1520.14 shouldn't be
959.69/970.42	WSVECS04 Frhs2[3204]: 6 0 1511.27 shouldn't be
959.69/970.42	WSVECS04 Frhs2[3207]: 6 0 1514.48 shouldn't be
959.69/970.42	WSVECS04 Frhs2[3215]: 6 0 1514.73 shouldn't be
959.69/970.42	WSVECS04 Frhs2[3216]: 6 0 1516.24 shouldn't be
959.69/970.42	WSVECS04 Frhs2[3217]: 6 0 1.16516 shouldn't be
959.69/970.42	WSVECS04 Frhs2[3218]: 6 0 1513.19 shouldn't be
959.69/970.42	WSVECS04 Frhs2[3219]: 6 0 1518.31 shouldn't be
959.69/970.42	WSVECS04 Frhs2[3221]: 6 0 1247.2 shouldn't be
959.69/970.42	WSVECS04 Frhs2[3224]: 6 0 7.82312 shouldn't be
959.69/970.42	WSVECS04 Frhs2[3225]: 6 0 0.243779 shouldn't be
959.69/970.42	WSVECS04 Frhs2[3343]: 6 0 606.898 shouldn't be
959.69/970.42	WSVECS04 Frhs2[3344]: 6 0 607.057 shouldn't be
959.69/970.42	WSVECS04 Frhs2[3396]: 6 -2.00009 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[3398]: 6 -2.87509 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[3399]: 6 -1.00008 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[3401]: 6 -1.00007 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[3402]: 6 -1.00004 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[3403]: 6 -1.00003 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[3405]: 6 -1.0001 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[3407]: 6 -2.00002 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[3515]: 6 0 2.60009 shouldn't be
959.69/970.42	WSVECS04 Frhs2[3527]: 6 0 1509.64 shouldn't be
959.69/970.42	WSVECS04 Frhs2[3530]: 6 0 308.252 shouldn't be
959.69/970.42	WSVECS04 Frhs2[3531]: 6 0 307.012 shouldn't be
959.69/970.42	WSVECS04 Frhs2[3634]: 6 0 2.00008 shouldn't be
959.69/970.42	WSVECS04 Frhs2[3748]: 6 0 2117.11 shouldn't be
959.69/970.42	WSVECS04 Frhs2[3758]: 6 -461.332 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[3759]: 6 -2.00005 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[3760]: 6 -2.0001 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[3761]: 6 -1.00004 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[3762]: 6 -1.00003 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[3846]: 6 0 1.14292 shouldn't be
959.69/970.42	WSVECS04 Frhs2[3853]: 6 0 1519.14 shouldn't be
959.69/970.42	WSVECS04 Frhs2[3855]: 6 0 1208.56 shouldn't be
959.69/970.42	WSVECS04 Frhs2[3856]: 6 0 1207.01 shouldn't be
959.69/970.42	WSVECS04 Frhs2[3858]: 6 0 2415.01 shouldn't be
959.69/970.42	WSVECS04 Frhs2[3859]: 6 0 1221.62 shouldn't be
959.69/970.42	WSVECS04 Frhs2[3860]: 6 0 1210.87 shouldn't be
959.69/970.42	WSVECS04 Frhs2[3880]: 6 -11.3199 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4073]: 6 0 150.708 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4074]: 6 0 150.559 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4076]: 6 0 165.195 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4078]: 6 0 151.127 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4080]: 6 0 159.197 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4085]: 6 0 152.448 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4156]: 6 -1.00006 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4161]: 6 -3.00003 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4170]: 6 -2.00005 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4173]: 6 -2.0001 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4174]: 6 -2.00001 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4175]: 6 -2.00009 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4176]: 6 -1.00008 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4177]: 6 -3.50006 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4178]: 6 -1.00005 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4179]: 6 -2.85719 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4180]: 6 -2.00004 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4183]: 6 -1.00004 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4185]: 6 -1.00002 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4192]: 6 -15.5197 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4196]: 6 -0.500026 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4199]: 6 -1.00005 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4201]: 6 -1.00009 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4209]: 6 -1.00006 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4210]: 6 -1.00003 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4217]: 6 -1.00003 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4223]: 6 -0.957856 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4278]: 6 0 1.75002 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4282]: 6 0 1352.14 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4292]: 6 0 1358.1 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4293]: 6 0 1359.37 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4297]: 6 0 1367.9 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4300]: 6 0 4.93029 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4301]: 6 0 4.61679 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4316]: 6 -0.594231 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4409]: 6 0 604 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4423]: 6 0 5.17 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4424]: 6 0 2.79732 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4428]: 6 0 605.675 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4430]: 6 0 607.158 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4500]: 6 -1.0001 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4501]: 6 -1.00009 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4502]: 6 -1.00009 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4503]: 6 -3.00003 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4504]: 6 -1.00002 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4505]: 6 -1.00005 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4506]: 6 -1.00007 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4509]: 6 -1.00004 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4511]: 6 -1.00007 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4521]: 6 -1.00009 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4522]: 6 -12 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4606]: 6 0 0.142906 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4620]: 6 0 1512.31 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4625]: 6 0 1513.47 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4631]: 6 0 1496.22 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4639]: 6 0 1246.2 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4644]: 6 -0.396967 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4716]: 6 -2.00009 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4717]: 6 -1.00007 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4718]: 6 -1.00008 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4719]: 6 -1.00002 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4720]: 6 -1.00008 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4721]: 6 -1.00009 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4724]: 6 -3.14293 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4725]: 6 -1.00008 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4726]: 6 -1.00003 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4728]: 6 -1.00002 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4729]: 6 -1.00002 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4757]: 6 -2.94164 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4817]: 6 0 450.38 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4828]: 6 0 910.758 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4830]: 6 0 461.408 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4832]: 6 0 45.0965 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4926]: 6 -1.00002 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4928]: 6 -1.00007 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4929]: 6 -2.00009 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4930]: 6 -1.00005 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4931]: 6 -1.00007 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4932]: 6 -1.00006 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4935]: 6 -1.00002 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4937]: 6 -2.00001 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4940]: 6 -7.00007 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4941]: 6 -1.00007 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[4944]: 6 -3.00009 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[5038]: 6 -1.0001 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[5039]: 6 -2.00001 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[5040]: 6 -1.00001 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[5041]: 6 -1.00004 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[5043]: 6 -2.00001 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[5045]: 6 -1.00002 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[5046]: 6 -1.00008 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[5047]: 6 -1.00003 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[5048]: 6 -1.00007 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[5049]: 6 -4.00002 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[5050]: 6 -1.00003 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[5054]: 6 -1.00002 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[5070]: 6 -6.36056 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[5078]: 6 -1.95477 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[5082]: 6 -1.74455 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[5165]: 6 -2.00009 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[5166]: 6 -1.00005 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[5168]: 6 -1.00003 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[5170]: 6 -7.00003 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[5171]: 6 -1.00001 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[5176]: 6 -2.00003 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[5178]: 6 -10.2773 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[5192]: 6 -1.00005 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[5195]: 6 -1.00004 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[5198]: 6 -1.00005 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[5199]: 6 -1.52915 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[5201]: 6 -1.00004 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[5204]: 6 -1.00004 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[5389]: 6 0 1.09151 shouldn't be
959.69/970.42	WSVECS04 Frhs2[5592]: 6 0 1206.99 shouldn't be
959.69/970.42	WSVECS04 Frhs2[5597]: 6 -1.00005 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[5598]: 6 -1.0001 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[5600]: 6 -2.00007 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[5601]: 6 -1.00003 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[5602]: 6 -1.00002 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[5603]: 6 -1.00002 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[5604]: 6 -1.00009 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[5606]: 6 -1.00008 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[5607]: 6 -1.00006 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[5608]: 6 -1.00003 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[5610]: 6 -1.00003 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[5611]: 6 -3.34083 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[5695]: 6 0 5.20005 shouldn't be
959.69/970.42	WSVECS04 Frhs2[5715]: 6 0 757.238 shouldn't be
959.69/970.42	WSVECS04 Frhs2[5727]: 6 -1.00002 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[5728]: 6 -1.00009 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[5729]: 6 -1.00007 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[5730]: 6 -1.00001 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[5732]: 6 -761.711 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[5734]: 6 -2.70459 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[5737]: 6 -1.00004 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[5738]: 6 -1.00003 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[5741]: 6 -1.0001 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[5917]: 6 0 1190.27 shouldn't be
959.69/970.42	WSVECS04 Frhs2[5934]: 6 0 2.34635 shouldn't be
959.69/970.42	WSVECS04 Frhs2[5937]: 6 0 16.3147 shouldn't be
959.69/970.42	WSVECS04 Frhs2[6023]: 6 0 1211.91 shouldn't be
959.69/970.42	WSVECS04 Frhs2[6024]: 6 0 0.250048 shouldn't be
959.69/970.42	WSVECS04 Frhs2[6025]: 6 0 3.25002 shouldn't be
959.69/970.42	WSVECS04 Frhs2[6026]: 6 0 0.71435 shouldn't be
959.69/970.42	WSVECS04 Frhs2[6034]: 6 -1.00008 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[6041]: 6 -2.00009 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[6135]: 6 0 0.428645 shouldn't be
959.69/970.42	WSVECS04 Frhs2[6150]: 6 0 154.068 shouldn't be
959.69/970.42	WSVECS04 Frhs2[6153]: 6 0 0.006988 shouldn't be
959.69/970.42	WSVECS04 Frhs2[6360]: 6 0 606.562 shouldn't be
959.69/970.42	WSVECS04 Frhs2[6361]: 6 0 607.086 shouldn't be
959.69/970.42	WSVECS04 Frhs2[6373]: 6 0 2.04934 shouldn't be
959.69/970.42	WSVECS04 Frhs2[6376]: 6 0 607.919 shouldn't be
959.69/970.42	WSVECS04 Frhs2[6382]: 6 0 498.88 shouldn't be
959.69/970.42	WSVECS04 Frhs2[6455]: 6 0 751.066 shouldn't be
959.69/970.42	WSVECS04 Frhs2[6466]: 6 0 758.571 shouldn't be
959.69/970.42	WSVECS04 Frhs2[6487]: 6 0 752.657 shouldn't be
959.69/970.42	WSVECS04 Frhs2[6497]: 6 0 755.196 shouldn't be
959.69/970.42	WSVECS04 Frhs2[6603]: 6 0 6.24078 shouldn't be
959.69/970.42	WSVECS04 Frhs2[6790]: 6 0 1203.67 shouldn't be
959.69/970.42	WSVECS04 Frhs2[6806]: 6 0 4.91421 shouldn't be
959.69/970.42	WSVECS04 Frhs2[6808]: 6 0 8.41059 shouldn't be
959.69/970.42	WSVECS04 Frhs2[6898]: 6 0 0.300066 shouldn't be
959.69/970.42	WSVECS04 Frhs2[7002]: 6 0 1507.27 shouldn't be
959.69/970.42	WSVECS04 Frhs2[7008]: 6 0 1504.49 shouldn't be
959.69/970.42	WSVECS04 Frhs2[7010]: 6 0 1501.34 shouldn't be
959.69/970.42	WSVECS04 Frhs2[7012]: 6 0 1518.89 shouldn't be
959.69/970.42	WSVECS04 Frhs2[7014]: 6 0 1511.24 shouldn't be
959.69/970.42	WSVECS04 Frhs2[7110]: 6 0 0.500022 shouldn't be
959.69/970.42	WSVECS04 Frhs2[7113]: 6 0 751.542 shouldn't be
959.69/970.42	WSVECS04 Frhs2[7119]: 6 0 2264.22 shouldn't be
959.69/970.42	WSVECS04 Frhs2[7120]: 6 0 755.62 shouldn't be
959.69/970.42	WSVECS04 Frhs2[7121]: 6 0 750.453 shouldn't be
959.69/970.42	WSVECS04 Frhs2[7122]: 6 0 755.62 shouldn't be
959.69/970.42	WSVECS04 Frhs2[7124]: 6 0 757.047 shouldn't be
959.69/970.42	WSVECS04 Frhs2[7126]: 6 0 759.561 shouldn't be
959.69/970.42	WSVECS04 Frhs2[7237]: 6 0 164.195 shouldn't be
959.69/970.42	WSVECS04 Frhs2[7240]: 6 0 170.253 shouldn't be
959.69/970.42	WSVECS04 Frhs2[7350]: 6 0 14.379 shouldn't be
959.69/970.42	WSVECS04 Frhs2[7357]: 6 0 4089.57 shouldn't be
959.69/970.42	WSVECS04 Frhs2[7371]: 6 0 752.17 shouldn't be
959.69/970.42	WSVECS04 Frhs2[7460]: 6 0 10.5242 shouldn't be
959.69/970.42	WSVECS04 Frhs2[7469]: 6 0 2.91885 shouldn't be
959.69/970.42	WSVECS04 Frhs2[7475]: 6 0 9.16155 shouldn't be
959.69/970.42	WSVECS04 Frhs2[7480]: 6 -163.665 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[7552]: 6 -2.00009 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[7554]: 6 -2.00008 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[7555]: 6 -1.00007 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[7556]: 6 -1.00004 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[7558]: 6 -1.00009 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[7564]: 6 -2.00005 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[7568]: 6 -1.00006 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[7571]: 6 -5.00005 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[7573]: 6 -10.0141 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[7599]: 6 -8.61201 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[7601]: 6 -1.58923 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[7606]: 6 -3.53974 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[7685]: 6 0 18.7988 shouldn't be
959.69/970.42	WSVECS04 Frhs2[7689]: 6 0 1513.61 shouldn't be
959.69/970.42	WSVECS04 Frhs2[7794]: 6 0 4.50409 shouldn't be
959.69/970.42	WSVECS04 Frhs2[7796]: 6 0 1354.14 shouldn't be
959.69/970.42	WSVECS04 Frhs2[7803]: 6 0 202.706 shouldn't be
959.69/970.42	WSVECS04 Frhs2[7897]: 6 0 0.37559 shouldn't be
959.69/970.42	WSVECS04 Frhs2[8025]: 6 0 1510.01 shouldn't be
959.69/970.42	WSVECS04 Frhs2[8029]: 6 0 155.165 shouldn't be
959.69/970.42	WSVECS04 Frhs2[8039]: 6 0 1.74283 shouldn't be
959.69/970.42	WSVECS04 Frhs2[8095]: 6 0 1.00003 shouldn't be
959.69/970.42	WSVECS04 Frhs2[8096]: 6 0 5.20005 shouldn't be
959.69/970.42	WSVECS04 Frhs2[8108]: 6 0 150.708 shouldn't be
959.69/970.42	WSVECS04 Frhs2[8110]: 6 0 150.448 shouldn't be
959.69/970.42	WSVECS04 Frhs2[8111]: 6 0 114.317 shouldn't be
959.69/970.42	WSVECS04 Frhs2[8225]: 6 0 12.5129 shouldn't be
959.69/970.42	WSVECS04 Frhs2[8237]: 6 0 2713.88 shouldn't be
959.69/970.42	WSVECS04 Frhs2[8246]: 6 0 8.45554 shouldn't be
959.69/970.42	WSVECS04 Frhs2[8338]: 6 0 0.595708 shouldn't be
959.69/970.42	WSVECS04 Frhs2[8347]: 6 0 3.15806 shouldn't be
959.69/970.42	WSVECS04 Frhs2[8454]: 6 0 142.741 shouldn't be
959.69/970.42	WSVECS04 Frhs2[8458]: 6 0 150.934 shouldn't be
959.69/970.42	WSVECS04 Frhs2[8459]: 6 0 149.085 shouldn't be
959.69/970.42	WSVECS04 Frhs2[8670]: 6 0 471.529 shouldn't be
959.69/970.42	WSVECS04 Frhs2[8674]: 6 0 8.41 shouldn't be
959.69/970.42	WSVECS04 Frhs2[8689]: 6 0 151.628 shouldn't be
959.69/970.42	WSVECS04 Frhs2[8691]: 6 0 455.744 shouldn't be
959.69/970.42	WSVECS04 Frhs2[8751]: 6 0 1506.06 shouldn't be
959.69/970.42	WSVECS04 Frhs2[8753]: 6 0 848.941 shouldn't be
959.69/970.42	WSVECS04 Frhs2[8757]: 6 0 1510.09 shouldn't be
959.69/970.42	WSVECS04 Frhs2[8765]: 6 0 1505.82 shouldn't be
959.69/970.42	WSVECS04 Frhs2[8768]: 6 0 1522.03 shouldn't be
959.69/970.42	WSVECS04 Frhs2[8769]: 6 0 7.34711 shouldn't be
959.69/970.42	WSVECS04 Frhs2[8772]: 6 0 1504.76 shouldn't be
959.69/970.42	WSVECS04 Frhs2[8778]: 6 0 0.412851 shouldn't be
959.69/970.42	WSVECS04 Frhs2[8779]: 6 0 652.294 shouldn't be
959.69/970.42	WSVECS04 Frhs2[8783]: 6 0 10.4262 shouldn't be
959.69/970.42	WSVECS04 Frhs2[8800]: 6 0 1517.34 shouldn't be
959.69/970.42	WSVECS04 Frhs2[9014]: 6 0 1.61597 shouldn't be
959.69/970.42	WSVECS04 Frhs2[9336]: 6 0 4.234 shouldn't be
959.69/970.42	WSVECS04 Frhs2[9345]: 6 0 1.45138 shouldn't be
959.69/970.42	WSVECS04 Frhs2[9349]: 6 0 1.0697 shouldn't be
959.69/970.42	WSVECS04 Frhs2[9356]: 6 0 5.06941 shouldn't be
959.69/970.42	WSVECS04 Frhs2[9360]: 6 0 1059.87 shouldn't be
959.69/970.42	WSVECS04 Frhs2[9463]: 6 0 605.817 shouldn't be
959.69/970.42	WSVECS04 Frhs2[9931]: 6 0 1.00005 shouldn't be
959.69/970.42	WSVECS04 Frhs2[10141]: 6 -1.00001 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[10144]: 6 -1.00003 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[10362]: 6 0 3.00005 shouldn't be
959.69/970.42	WSVECS04 Frhs2[10363]: 6 0 4.00001 shouldn't be
959.69/970.42	WSVECS04 Frhs2[10366]: 6 0 7.00005 shouldn't be
959.69/970.42	WSVECS04 Frhs2[10370]: 6 0 11 shouldn't be
959.69/970.42	WSVECS04 Frhs2[10374]: 6 0 14.5001 shouldn't be
959.69/970.42	WSVECS04 Frhs2[10375]: 6 0 16 shouldn't be
959.69/970.42	WSVECS04 Frhs2[10380]: 6 0 21.0001 shouldn't be
959.69/970.42	WSVECS04 Frhs2[10383]: 6 0 24 shouldn't be
959.69/970.42	WSVECS04 Frhs2[10471]: 6 -1.00002 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[10506]: 6 0 2.00006 shouldn't be
959.69/970.42	WSVECS04 Frhs2[10583]: 6 -1.00004 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[10584]: 6 -1.00006 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[10587]: 6 -1.00003 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[10588]: 6 -1.00001 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[10698]: 6 0 1.00002 shouldn't be
959.69/970.42	WSVECS04 Frhs2[10742]: 6 0 630.281 shouldn't be
959.69/970.42	WSVECS04 Frhs2[10751]: 6 0 117.214 shouldn't be
959.69/970.42	WSVECS04 Frhs2[10752]: 6 0 123.711 shouldn't be
959.69/970.42	WSVECS04 Frhs2[10803]: 6 0 1.00001 shouldn't be
959.69/970.42	WSVECS04 Frhs2[10836]: 6 -1.00002 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[10837]: 6 -1209.56 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[10838]: 6 -1209.99 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[10912]: 6 0 1.00001 shouldn't be
959.69/970.42	WSVECS04 Frhs2[10928]: 6 0 1.00008 shouldn't be
959.69/970.42	WSVECS04 Frhs2[10935]: 6 0 1.5001 shouldn't be
959.69/970.42	WSVECS04 Frhs2[10938]: 6 0 3.00004 shouldn't be
959.69/970.42	WSVECS04 Frhs2[10969]: 6 0 206.51 shouldn't be
959.69/970.42	WSVECS04 Frhs2[11023]: 6 -1.00007 0 shouldn't be
959.69/970.42	WSVECS04 Frhs2[11044]: 6 0 5.00005 shouldn't be
959.69/970.42	WSVECS04 Frhs2[11155]: 6 0 0.285783 shouldn't be
959.69/970.43	WSVECS04 Frhs2[11156]: 6 0 32 shouldn't be
959.69/970.43	WSVECS04 Frhs2[11157]: 6 0 2.00003 shouldn't be
959.69/970.43	WSVECS04 Frhs2[11161]: 6 0 4.0001 shouldn't be
959.69/970.43	WSVECS04 Frhs2[11169]: 6 0 1.04656 shouldn't be
959.69/970.43	WSVECS04 Frhs2[11173]: 6 0 2.25592 shouldn't be
959.69/970.43	WSVECS04 Frhs2[11175]: 6 0 3.0466 shouldn't be
959.69/970.43	WSVECS04 Frhs2[11177]: 6 0 335.37 shouldn't be
959.69/970.43	WSVECS04 Frhs2[11282]: 6 0 13.4742 shouldn't be
959.69/970.43	WSVECS04 Frhs2[11354]: 6 -1.00009 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[11356]: 6 -1.00008 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[11359]: 6 -1.00006 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[11368]: 6 0 11 shouldn't be
959.69/970.43	WSVECS04 Frhs2[11472]: 6 -1.00005 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[11475]: 6 -1.0001 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[11476]: 6 -1.0001 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[11477]: 6 -1.00008 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[11483]: 6 0 604 shouldn't be
959.69/970.43	WSVECS04 Frhs2[11493]: 6 0 2.16701 shouldn't be
959.69/970.43	WSVECS04 Frhs2[11509]: 6 0 2.84771 shouldn't be
959.69/970.43	WSVECS04 Frhs2[11512]: 6 0 2.53973 shouldn't be
959.69/970.43	WSVECS04 Frhs2[11513]: 6 0 0.814931 shouldn't be
959.69/970.43	WSVECS04 Frhs2[11514]: 6 0 100.429 shouldn't be
959.69/970.43	WSVECS04 Frhs2[11519]: 6 0 3.56735 shouldn't be
959.69/970.43	WSVECS04 Frhs2[11522]: 6 0 2.56018 shouldn't be
959.69/970.43	WSVECS04 Frhs2[11592]: 6 0 8.00007 shouldn't be
959.69/970.43	WSVECS04 Frhs2[11593]: 6 0 9.00007 shouldn't be
959.69/970.43	WSVECS04 Frhs2[11599]: 6 0 15 shouldn't be
959.69/970.43	WSVECS04 Frhs2[11623]: 6 0 76.1245 shouldn't be
959.69/970.43	WSVECS04 Frhs2[11689]: 6 0 2.00002 shouldn't be
959.69/970.43	WSVECS04 Frhs2[11693]: 6 0 3.00005 shouldn't be
959.69/970.43	WSVECS04 Frhs2[11694]: 6 0 3.00005 shouldn't be
959.69/970.43	WSVECS04 Frhs2[11707]: 6 0 1811.95 shouldn't be
959.69/970.43	WSVECS04 Frhs2[11723]: 6 0 307.711 shouldn't be
959.69/970.43	WSVECS04 Frhs2[11784]: 6 0 5.00006 shouldn't be
959.69/970.43	WSVECS04 Frhs2[11786]: 6 0 8.00009 shouldn't be
959.69/970.43	WSVECS04 Frhs2[11806]: 6 0 2.00002 shouldn't be
959.69/970.43	WSVECS04 Frhs2[11809]: 6 0 2.14292 shouldn't be
959.69/970.43	WSVECS04 Frhs2[11890]: 6 -1.00009 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[11892]: 6 -1.00002 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[11907]: 6 0 1.00009 shouldn't be
959.69/970.43	WSVECS04 Frhs2[12031]: 6 -1.0001 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[12032]: 6 -1.00006 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[12033]: 6 -1.00001 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[12047]: 6 0 2.33337 shouldn't be
959.69/970.43	WSVECS04 Frhs2[12055]: 6 0 4.42126 shouldn't be
959.69/970.43	WSVECS04 Frhs2[12119]: 6 0 1.00007 shouldn't be
959.69/970.43	WSVECS04 Frhs2[12137]: 6 0 1.00006 shouldn't be
959.69/970.43	WSVECS04 Frhs2[12149]: 6 -471.818 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[12151]: 6 -460.332 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[12267]: 6 0 326.852 shouldn't be
959.69/970.43	WSVECS04 Frhs2[12445]: 6 0 1.50001 shouldn't be
959.69/970.43	WSVECS04 Frhs2[12447]: 6 0 1.00007 shouldn't be
959.69/970.43	WSVECS04 Frhs2[12448]: 6 0 2.00003 shouldn't be
959.69/970.43	WSVECS04 Frhs2[12449]: 6 0 3.00002 shouldn't be
959.69/970.43	WSVECS04 Frhs2[12450]: 6 0 3.00008 shouldn't be
959.69/970.43	WSVECS04 Frhs2[12452]: 6 0 3.00007 shouldn't be
959.69/970.43	WSVECS04 Frhs2[12460]: 6 0 17.0001 shouldn't be
959.69/970.43	WSVECS04 Frhs2[12464]: 6 0 18 shouldn't be
959.69/970.43	WSVECS04 Frhs2[12474]: 6 0 918.89 shouldn't be
959.69/970.43	WSVECS04 Frhs2[12486]: 6 0 681.014 shouldn't be
959.69/970.43	WSVECS04 Frhs2[12494]: 6 0 0.701002 shouldn't be
959.69/970.43	WSVECS04 Frhs2[12495]: 6 0 130.191 shouldn't be
959.69/970.43	WSVECS04 Frhs2[12579]: 6 0 69.7367 shouldn't be
959.69/970.43	WSVECS04 Frhs2[12594]: 6 0 64.2702 shouldn't be
959.69/970.43	WSVECS04 Frhs2[12689]: 6 0 1.00002 shouldn't be
959.69/970.43	WSVECS04 Frhs2[12781]: 6 0 1.00009 shouldn't be
959.69/970.43	WSVECS04 Frhs2[12789]: 6 -6.85005 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[12790]: 6 -2.28581 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[12791]: 6 -1.00009 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[12793]: 6 -7.00004 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[12794]: 6 0 2.00004 shouldn't be
959.69/970.43	WSVECS04 Frhs2[12888]: 6 0 1.00008 shouldn't be
959.69/970.43	WSVECS04 Frhs2[12917]: 6 0 267.384 shouldn't be
959.69/970.43	WSVECS04 Frhs2[12920]: 6 0 277.738 shouldn't be
959.69/970.43	WSVECS04 Frhs2[12923]: 6 0 263.677 shouldn't be
959.69/970.43	WSVECS04 Frhs2[12991]: 6 -1.00002 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[12992]: 6 -1.00005 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[12993]: 6 -1.00008 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[12994]: 6 -1.00001 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[12995]: 6 -1.00007 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[12998]: 6 -1.00008 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[12999]: 6 -1.0001 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[13006]: 6 0 0.500081 shouldn't be
959.69/970.43	WSVECS04 Frhs2[13011]: 6 0 452.125 shouldn't be
959.69/970.43	WSVECS04 Frhs2[13012]: 6 0 1.00003 shouldn't be
959.69/970.43	WSVECS04 Frhs2[13121]: 6 0 1505.01 shouldn't be
959.69/970.43	WSVECS04 Frhs2[13131]: 6 0 17.327 shouldn't be
959.69/970.43	WSVECS04 Frhs2[13132]: 6 0 21.1135 shouldn't be
959.69/970.43	WSVECS04 Frhs2[13149]: 6 -1252.7 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[13237]: 6 0 896.928 shouldn't be
959.69/970.43	WSVECS04 Frhs2[13319]: 6 -1.00004 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[13320]: 6 -1.00005 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[13321]: 6 -1.00002 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[13323]: 6 0 1.00007 shouldn't be
959.69/970.43	WSVECS04 Frhs2[13330]: 6 0 2.00009 shouldn't be
959.69/970.43	WSVECS04 Frhs2[13456]: 6 0 1.87558 shouldn't be
959.69/970.43	WSVECS04 Frhs2[13459]: 6 0 2.74834 shouldn't be
959.69/970.43	WSVECS04 Frhs2[13461]: 6 -304.979 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[13462]: 6 -2.78446 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[13464]: 6 -304.118 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[13467]: 6 -102.632 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[13537]: 6 0 1.00006 shouldn't be
959.69/970.43	WSVECS04 Frhs2[13538]: 6 0 1.00005 shouldn't be
959.69/970.43	WSVECS04 Frhs2[13561]: 6 0 9.00005 shouldn't be
959.69/970.43	WSVECS04 Frhs2[13656]: 6 0 1.00007 shouldn't be
959.69/970.43	WSVECS04 Frhs2[13675]: 6 -473.829 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[13676]: 6 -466.145 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[13857]: 6 0 1.00006 shouldn't be
959.69/970.43	WSVECS04 Frhs2[13867]: 6 0 2.00003 shouldn't be
959.69/970.43	WSVECS04 Frhs2[13868]: 6 0 3.00004 shouldn't be
959.69/970.43	WSVECS04 Frhs2[13913]: 6 0 266.017 shouldn't be
959.69/970.43	WSVECS04 Frhs2[13915]: 6 0 2.7716 shouldn't be
959.69/970.43	WSVECS04 Frhs2[13917]: 6 0 1.24192 shouldn't be
959.69/970.43	WSVECS04 Frhs2[14109]: 6 0 1.95715 shouldn't be
959.69/970.43	WSVECS04 Frhs2[14130]: 6 0 696.945 shouldn't be
959.69/970.43	WSVECS04 Frhs2[14134]: 6 0 0.599783 shouldn't be
959.69/970.43	WSVECS04 Frhs2[14141]: 6 0 0.13104 shouldn't be
959.69/970.43	WSVECS04 Frhs2[14145]: 6 0 611.276 shouldn't be
959.69/970.43	WSVECS04 Frhs2[14209]: 6 0 1353.14 shouldn't be
959.69/970.43	WSVECS04 Frhs2[14225]: 6 -5.44328 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[14229]: 6 -768.647 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[14230]: 6 -178.856 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[14240]: 6 0 247.424 shouldn't be
959.69/970.43	WSVECS04 Frhs2[14316]: 6 0 599.317 shouldn't be
959.69/970.43	WSVECS04 Frhs2[14341]: 6 0 3.88122 shouldn't be
959.69/970.43	WSVECS04 Frhs2[14348]: 6 0 102.758 shouldn't be
959.69/970.43	WSVECS04 Frhs2[14419]: 6 -1.00002 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[14420]: 6 -1.00003 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[14421]: 6 -1.00008 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[14423]: 6 -2.50001 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[14424]: 6 -4.90003 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[14443]: 6 0 11.1185 shouldn't be
959.69/970.43	WSVECS04 Frhs2[14556]: 6 0 664.368 shouldn't be
959.69/970.43	WSVECS04 Frhs2[14559]: 6 -24.9273 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[14561]: 6 -1518.26 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[14566]: 6 -1275.35 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[14675]: 6 0 186.801 shouldn't be
959.69/970.43	WSVECS04 Frhs2[14676]: 6 0 214.695 shouldn't be
959.69/970.43	WSVECS04 Frhs2[14752]: 6 0 450.523 shouldn't be
959.69/970.43	WSVECS04 Frhs2[14761]: 6 0 1.75605 shouldn't be
959.69/970.43	WSVECS04 Frhs2[14763]: 6 0 459.632 shouldn't be
959.69/970.43	WSVECS04 Frhs2[14774]: 6 0 207.496 shouldn't be
959.69/970.43	WSVECS04 Frhs2[14845]: 6 -1.00008 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[14846]: 6 -1.00002 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[14847]: 6 -1.00007 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[14850]: 6 -1.0001 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[14851]: 6 -1.00003 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[14869]: 6 0 1208.56 shouldn't be
959.69/970.43	WSVECS04 Frhs2[14957]: 6 -1.00008 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[14959]: 6 -1.00007 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[14960]: 6 -1.0001 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[14981]: 6 0 6.19566 shouldn't be
959.69/970.43	WSVECS04 Frhs2[15112]: 6 0 186.909 shouldn't be
959.69/970.43	WSVECS04 Frhs2[15186]: 6 0 2.00003 shouldn't be
959.69/970.43	WSVECS04 Frhs2[15292]: 6 0 1.00005 shouldn't be
959.69/970.43	WSVECS04 Frhs2[15329]: 6 0 95.2839 shouldn't be
959.69/970.43	WSVECS04 Frhs2[15330]: 6 0 148.434 shouldn't be
959.69/970.43	WSVECS04 Frhs2[15419]: 6 0 8.83146 shouldn't be
959.69/970.43	WSVECS04 Frhs2[15515]: 6 -2.14287 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[15516]: 6 -1.00005 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[15517]: 6 -1.00003 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[15518]: 6 -6.33335 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[15524]: 6 0 5.24521 shouldn't be
959.69/970.43	WSVECS04 Frhs2[15635]: 6 0 3.25194 shouldn't be
959.69/970.43	WSVECS04 Frhs2[15645]: 6 -760.609 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[15646]: 6 -427.47 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[15647]: 6 -204.264 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[15648]: 6 -769.525 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[15649]: 6 -761.572 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[15651]: 6 -761.08 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[15830]: 6 0 1191.18 shouldn't be
959.69/970.43	WSVECS04 Frhs2[15842]: 6 0 0.714374 shouldn't be
959.69/970.43	WSVECS04 Frhs2[15845]: 6 0 1192.85 shouldn't be
959.69/970.43	WSVECS04 Frhs2[15848]: 6 0 3.00002 shouldn't be
959.69/970.43	WSVECS04 Frhs2[15948]: 6 0 1212.91 shouldn't be
959.69/970.43	WSVECS04 Frhs2[15952]: 6 -1.00002 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[15953]: 6 -1.0001 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[15954]: 6 -4.3334 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[16163]: 6 0 1204.1 shouldn't be
959.69/970.43	WSVECS04 Frhs2[16173]: 6 -1.00001 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[16174]: 6 -1.00006 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[16175]: 6 -1.0001 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[16176]: 6 -150.989 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[16306]: 6 -612.478 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[16307]: 6 -0.374113 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[16308]: 6 -614.388 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[16310]: 6 -519.796 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[16388]: 6 0 1.00008 shouldn't be
959.69/970.43	WSVECS04 Frhs2[16396]: 6 0 3.45066 shouldn't be
959.69/970.43	WSVECS04 Frhs2[16403]: 6 0 3.93826 shouldn't be
959.69/970.43	WSVECS04 Frhs2[16413]: 6 0 3.21315 shouldn't be
959.69/970.43	WSVECS04 Frhs2[16420]: 6 0 130.695 shouldn't be
959.69/970.43	WSVECS04 Frhs2[16737]: 6 -76.2239 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[16841]: 6 0 5.3114 shouldn't be
959.69/970.43	WSVECS04 Frhs2[16846]: 6 0 708.472 shouldn't be
959.69/970.43	WSVECS04 Frhs2[16855]: 6 0 121.302 shouldn't be
959.69/970.43	WSVECS04 Frhs2[16856]: 6 0 137.687 shouldn't be
959.69/970.43	WSVECS04 Frhs2[16910]: 6 0 1.00009 shouldn't be
959.69/970.43	WSVECS04 Frhs2[16919]: 6 0 2.00007 shouldn't be
959.69/970.43	WSVECS04 Frhs2[16950]: 6 0 5.75381 shouldn't be
959.69/970.43	WSVECS04 Frhs2[16958]: 6 0 21.2705 shouldn't be
959.69/970.43	WSVECS04 Frhs2[17024]: 6 0 752.357 shouldn't be
959.69/970.43	WSVECS04 Frhs2[17030]: 6 0 2.90008 shouldn't be
959.69/970.43	WSVECS04 Frhs2[17063]: 6 0 328.182 shouldn't be
959.69/970.43	WSVECS04 Frhs2[17064]: 6 0 606.808 shouldn't be
959.69/970.43	WSVECS04 Frhs2[17067]: 6 0 3.41153 shouldn't be
959.69/970.43	WSVECS04 Frhs2[17073]: 6 0 112.009 shouldn't be
959.69/970.43	WSVECS04 Frhs2[17074]: 6 0 136.656 shouldn't be
959.69/970.43	WSVECS04 Frhs2[17279]: 6 0 3331.78 shouldn't be
959.69/970.43	WSVECS04 Frhs2[17285]: 6 0 3338.16 shouldn't be
959.69/970.43	WSVECS04 Frhs2[17288]: 6 0 1059.65 shouldn't be
959.69/970.43	WSVECS04 Frhs2[17289]: 6 0 2.3127 shouldn't be
959.69/970.43	WSVECS04 Frhs2[17388]: 6 0 0.748851 shouldn't be
959.69/970.43	WSVECS04 Frhs2[17482]: 6 0 1.0001 shouldn't be
959.69/970.43	WSVECS04 Frhs2[17484]: 6 0 857.82 shouldn't be
959.69/970.43	WSVECS04 Frhs2[17488]: 6 0 3.84716 shouldn't be
959.69/970.43	WSVECS04 Frhs2[17513]: 6 0 1.21001 shouldn't be
959.69/970.43	WSVECS04 Frhs2[17514]: 6 0 1.6164 shouldn't be
959.69/970.43	WSVECS04 Frhs2[17521]: 6 0 0.648148 shouldn't be
959.69/970.43	WSVECS04 Frhs2[17528]: 6 0 2.51538 shouldn't be
959.69/970.43	WSVECS04 Frhs2[17592]: 6 0 1.65004 shouldn't be
959.69/970.43	WSVECS04 Frhs2[17621]: 6 0 5.39242 shouldn't be
959.69/970.43	WSVECS04 Frhs2[17701]: 6 0 1356.58 shouldn't be
959.69/970.43	WSVECS04 Frhs2[17708]: 6 0 7.66093 shouldn't be
959.69/970.43	WSVECS04 Frhs2[17727]: 6 0 210.871 shouldn't be
959.69/970.43	WSVECS04 Frhs2[17730]: 6 -1364.72 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[17733]: 6 -7.38359 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[17734]: 6 -242.397 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[18022]: 6 0 156.474 shouldn't be
959.69/970.43	WSVECS04 Frhs2[18044]: 6 0 66.8326 shouldn't be
959.69/970.43	WSVECS04 Frhs2[18145]: 6 0 10.2729 shouldn't be
959.69/970.43	WSVECS04 Frhs2[18168]: 6 0 2.28302 shouldn't be
959.69/970.43	WSVECS04 Frhs2[18256]: 6 0 0.295845 shouldn't be
959.69/970.43	WSVECS04 Frhs2[18258]: 6 0 4.71804 shouldn't be
959.69/970.43	WSVECS04 Frhs2[18276]: 6 0 1214.65 shouldn't be
959.69/970.43	WSVECS04 Frhs2[18613]: 6 0 1067.25 shouldn't be
959.69/970.43	WSVECS04 Frhs2[18692]: 6 0 8.87655 shouldn't be
959.69/970.43	WSVECS04 Frhs2[18694]: 6 0 2.53046 shouldn't be
959.69/970.43	WSVECS04 Frhs2[18696]: 6 0 1514.53 shouldn't be
959.69/970.43	WSVECS04 Frhs2[18713]: 6 0 1.33875 shouldn't be
959.69/970.43	WSVECS04 Frhs2[18939]: 6 0 0.267694 shouldn't be
959.69/970.43	WSVECS04 Frhs2[18940]: 6 0 0.883801 shouldn't be
959.69/970.43	WSVECS04 Frhs2[18945]: 6 -156.943 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[18952]: 6 -160.108 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[19274]: 6 0 0.856448 shouldn't be
959.69/970.43	WSVECS04 Frhs2[19282]: 6 -1063.84 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[19283]: 6 -1065.87 0 shouldn't be
959.69/970.43	WSVECS04 Frhs2[19380]: 6 0 0.679237 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[152]: 6 -1.00006 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[343]: 6 -1.00004 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[465]: 6 -2.00008 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[468]: 6 -2.00001 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[472]: 6 -9.50007 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[662]: 6 -1.00002 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[667]: 6 -2.00003 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[685]: 6 -1.00005 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[915]: 6 0 1208.01 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[1031]: 6 -1201.55 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[1561]: 6 -1.00004 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[1795]: 6 -9.03519 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[1970]: 6 -2.00005 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[1994]: 6 -2.00005 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[2101]: 6 0 2.25003 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[2138]: 6 -2.83657 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[2225]: 6 0 457.332 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[2320]: 6 0 1.00007 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[2355]: 6 -1.0001 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[2566]: 6 -1.00005 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[2569]: 6 -1.00006 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[2573]: 6 -1.00003 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[2577]: 6 -1.00006 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[2661]: 6 0 161.25 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[2738]: 6 -2.0001 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[2740]: 6 -2.00009 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[2882]: 6 -455.125 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[2887]: 6 -2.33447 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[3417]: 6 -1.00005 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[3514]: 6 0 1.00006 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[3525]: 6 0 300.75 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[3873]: 6 -0.484377 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[4164]: 6 -1.0001 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[4191]: 6 -1.0001 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[4193]: 6 -1.00009 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[4194]: 6 -609.655 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[4198]: 6 -1.00724 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[4202]: 6 -1.00009 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[4308]: 6 -1.35721 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[4309]: 6 -1.00731 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[4311]: 6 -1.00006 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[4312]: 6 -1.00004 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[4314]: 6 -7.79388 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[4315]: 6 -6.66485 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[4317]: 6 -1.60002 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[4642]: 6 -1.00004 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[4727]: 6 -1.00008 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[4942]: 6 -1.00004 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[5051]: 6 -3.14294 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[5052]: 6 -1.00005 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[5053]: 6 -1.00002 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[5059]: 6 -1.00009 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[5086]: 6 -1.56355 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[5189]: 6 -3.00003 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[5589]: 6 0 4.20004 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[5595]: 6 -7.20001 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[5612]: 6 -1.00006 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[5694]: 6 0 1.00002 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[6040]: 6 -1.0001 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[6042]: 6 -0.984009 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[6044]: 6 -0.236178 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[6459]: 6 0 0.428605 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[7013]: 6 0 1510.71 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[7101]: 6 0 1.90006 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[7373]: 6 0 757.821 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[7474]: 6 0 908.985 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[7922]: 6 0 455.446 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[8036]: 6 0 1514.33 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[8233]: 6 0 4.91824 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[8758]: 6 0 1511.24 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[9011]: 6 0 0.226623 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[9941]: 6 0 3.0001 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[10165]: 6 0 1.25009 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[10267]: 6 0 1.00008 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[10812]: 6 0 1.00005 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[10835]: 6 -250.982 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[10945]: 6 0 1.00006 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[11041]: 6 0 1.00009 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[11171]: 6 0 3.20704 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[11283]: 6 0 23.0492 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[11355]: 6 -2.25004 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[11358]: 6 -1.00004 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[11360]: 6 0 10.0001 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[11504]: 6 0 260.875 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[11595]: 6 0 11.0001 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[11596]: 6 0 12.0001 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[11699]: 6 0 0.100023 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[11704]: 6 0 5.00006 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[11813]: 6 0 3.00008 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[12280]: 6 0 0.852126 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[12281]: 6 0 5.69333 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[12285]: 6 0 7.42059 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[12658]: 6 -1.00002 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[12785]: 6 -1.00003 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[12786]: 6 -1.00003 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[12792]: 6 -1.00005 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[13318]: 6 -1.00001 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[13460]: 6 -303.253 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[13463]: 6 -303.895 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[13466]: 6 -171.588 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[13773]: 6 0 1.00002 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[13806]: 6 0 4.35711 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[13916]: 6 0 0.575218 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[14022]: 6 0 28.7577 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[14226]: 6 -1364.03 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[14231]: 6 -1369.52 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[14425]: 6 -1.85719 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[14438]: 6 0 5.42887 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[14535]: 6 0 1.00009 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[14538]: 6 0 1.00009 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[14677]: 6 0 4.00214 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[14865]: 6 0 3.00005 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[14963]: 6 -1.00006 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[15085]: 6 -1.00006 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[15094]: 6 0 1.54813 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[15192]: 6 0 17 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[15193]: 6 0 2.00004 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[16178]: 6 -1209.56 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[16289]: 6 0 3.72876 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[16966]: 6 0 15.9585 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[17595]: 6 0 0.446696 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[17602]: 6 0 0.886409 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[17848]: 6 -455.892 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[18595]: 6 0 1.36488 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[18681]: 6 0 849.941 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[18685]: 6 0 1.38484 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[18715]: 6 0 1.17799 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[18946]: 6 -152.937 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[18948]: 6 -157.476 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[18951]: 6 -0.919207 0 shouldn't be
1019.54/1030.49	WSVECS04 Frhs2[19277]: 6 0 0.446536 shouldn't be
1081.48/1092.59	WSVECS04 Frhs2[219]: 6 -1.00004 0 shouldn't be
1081.48/1092.59	WSVECS04 Frhs2[684]: 6 -1.00001 0 shouldn't be
1081.48/1092.59	WSVECS04 Frhs2[687]: 6 -2.00009 0 shouldn't be
1081.48/1092.59	WSVECS04 Frhs2[688]: 6 -1.00004 0 shouldn't be
1081.48/1092.59	WSVECS04 Frhs2[1996]: 6 -2.00002 0 shouldn't be
1081.48/1092.59	WSVECS04 Frhs2[2103]: 6 0 0.285799 shouldn't be
1081.48/1092.59	WSVECS04 Frhs2[4079]: 6 0 151.989 shouldn't be
1081.48/1092.59	WSVECS04 Frhs2[4159]: 6 -2.00005 0 shouldn't be
1081.48/1092.59	WSVECS04 Frhs2[4386]: 6 0 0.250072 shouldn't be
1081.48/1092.59	WSVECS04 Frhs2[4760]: 6 -0.733402 0 shouldn't be
1081.48/1092.59	WSVECS04 Frhs2[5089]: 6 -1.83445 0 shouldn't be
1081.48/1092.59	WSVECS04 Frhs2[5179]: 6 -1.00002 0 shouldn't be
1081.48/1092.59	WSVECS04 Frhs2[6263]: 6 -1217.32 0 shouldn't be
1081.48/1092.59	WSVECS04 Frhs2[6265]: 6 -1.00006 0 shouldn't be
1081.48/1092.59	WSVECS04 Frhs2[7903]: 6 0 2.42617 shouldn't be
1081.48/1092.59	WSVECS04 Frhs2[8999]: 6 0 6.13308 shouldn't be
1081.48/1092.59	WSVECS04 Frhs2[10035]: 6 0 1.00007 shouldn't be
1081.48/1092.59	WSVECS04 Frhs2[10371]: 6 0 12.0001 shouldn't be
1081.48/1092.59	WSVECS04 Frhs2[10381]: 6 0 22 shouldn't be
1081.48/1092.59	WSVECS04 Frhs2[11160]: 6 0 34.0001 shouldn't be
1081.48/1092.59	WSVECS04 Frhs2[11683]: 6 -1.00004 0 shouldn't be
1081.48/1092.59	WSVECS04 Frhs2[11684]: 6 0 1.0001 shouldn't be
1081.48/1092.59	WSVECS04 Frhs2[11706]: 6 0 451.125 shouldn't be
1081.48/1092.59	WSVECS04 Frhs2[12787]: 6 -1.00006 0 shouldn't be
1081.48/1092.59	WSVECS04 Frhs2[13013]: 6 0 1.0001 shouldn't be
1081.48/1092.59	WSVECS04 Frhs2[13337]: 6 0 3.00009 shouldn't be
1081.48/1092.59	WSVECS04 Frhs2[13914]: 6 0 10.279 shouldn't be
1081.48/1092.59	WSVECS04 Frhs2[14075]: 6 -1.00008 0 shouldn't be
1081.48/1092.59	WSVECS04 Frhs2[14678]: 6 0 0.437324 shouldn't be
1081.48/1092.59	WSVECS04 Frhs2[15406]: 6 0 2.42863 shouldn't be
1081.48/1092.59	WSVECS04 Frhs2[15843]: 6 0 2.00006 shouldn't be
1081.48/1092.59	WSVECS04 Frhs2[16528]: 6 0 221.346 shouldn't be
1081.48/1092.59	WSVECS04 Frhs2[17510]: 6 0 188.759 shouldn't be
1081.48/1092.59	WSVECS04 Frhs2[18709]: 6 0 258.556 shouldn't be
1148.21/1159.68	c #Conflicts:    1297000 | #Constraints:      59507
1148.21/1159.68	c #Conflicts:    1298000 | #Constraints:      60507
1148.21/1159.68	c #Conflicts:    1299000 | #Constraints:      61507
1148.21/1159.68	c #Conflicts:    1300000 | #Constraints:      62507
1148.21/1159.68	c #Conflicts:    1301000 | #Constraints:      63507
1148.21/1159.68	c #Conflicts:    1302000 | #Constraints:      64507
1148.21/1159.68	c #Conflicts:    1303000 | #Constraints:      65507
1148.21/1159.68	c #Conflicts:    1304000 | #Constraints:      66507
1148.21/1159.68	c #Conflicts:    1305000 | #Constraints:      67507
1148.21/1159.68	c #Conflicts:    1306000 | #Constraints:      68507
1148.21/1159.68	c #Conflicts:    1307000 | #Constraints:      69507
1148.21/1159.68	c #Conflicts:    1308000 | #Constraints:      70507
1148.21/1159.68	c #Conflicts:    1309000 | #Constraints:      71507
1148.21/1159.68	c #Conflicts:    1310000 | #Constraints:      72507
1148.21/1159.68	c #Conflicts:    1311000 | #Constraints:      73507
1148.21/1159.68	c #Conflicts:    1312000 | #Constraints:      74507
1148.21/1159.68	c #Conflicts:    1313000 | #Constraints:      75507
1148.21/1159.68	c #Conflicts:    1314000 | #Constraints:      76507
1148.21/1159.68	c #Conflicts:    1315000 | #Constraints:      77507
1148.21/1159.68	c #Conflicts:    1316000 | #Constraints:      78507
1148.21/1159.68	c #Conflicts:    1317000 | #Constraints:      79507
1148.21/1159.68	c #Conflicts:    1318000 | #Constraints:      80507
1148.21/1159.68	c #Conflicts:    1319000 | #Constraints:      81507
1148.21/1159.68	c #Conflicts:    1320000 | #Constraints:      82507
1148.21/1159.68	c INPROCESSING
1148.21/1159.68	c GARBAGE COLLECT
1148.21/1159.68	c #Conflicts:    1321000 | #Constraints:      54982
1148.21/1159.68	c #Conflicts:    1322000 | #Constraints:      55982
1148.21/1159.68	c #Conflicts:    1323000 | #Constraints:      56982
1148.21/1159.68	c #Conflicts:    1324000 | #Constraints:      57982
1148.21/1159.68	c #Conflicts:    1325000 | #Constraints:      58982
1148.21/1159.68	c #Conflicts:    1326000 | #Constraints:      59982
1148.21/1159.68	c #Conflicts:    1327000 | #Constraints:      60982
1148.21/1159.68	c #Conflicts:    1328000 | #Constraints:      61982
1148.21/1159.68	c #Conflicts:    1329000 | #Constraints:      62982
1148.21/1159.68	c #Conflicts:    1330000 | #Constraints:      63982
1148.21/1159.68	c #Conflicts:    1331000 | #Constraints:      64982
1148.21/1159.68	c #Conflicts:    1332000 | #Constraints:      65982
1148.21/1159.68	c #Conflicts:    1333000 | #Constraints:      66982
1148.21/1159.68	c #Conflicts:    1334000 | #Constraints:      67982
1148.21/1159.68	c #Conflicts:    1335000 | #Constraints:      68982
1148.21/1159.68	c #Conflicts:    1336000 | #Constraints:      69982
1148.21/1159.68	c #Conflicts:    1337000 | #Constraints:      70982
1148.21/1159.68	c #Conflicts:    1338000 | #Constraints:      71982
1148.21/1159.68	c #Conflicts:    1339000 | #Constraints:      72982
1148.21/1159.68	c #Conflicts:    1340000 | #Constraints:      73982
1148.21/1159.68	c #Conflicts:    1341000 | #Constraints:      74982
1148.21/1159.68	c #Conflicts:    1342000 | #Constraints:      75982
1148.21/1159.68	c #Conflicts:    1343000 | #Constraints:      76982
1148.21/1159.68	c #Conflicts:    1344000 | #Constraints:      77982
1148.21/1159.68	c INPROCESSING
1148.21/1159.68	c GARBAGE COLLECT
1148.21/1159.68	c #Conflicts:    1345000 | #Constraints:      52477
1148.21/1159.68	c #Conflicts:    1346000 | #Constraints:      53477
1148.21/1159.68	c #Conflicts:    1347000 | #Constraints:      54477
1148.21/1159.68	c #Conflicts:    1348000 | #Constraints:      55477
1148.21/1159.68	c #Conflicts:    1349000 | #Constraints:      56477
1148.21/1159.68	c #Conflicts:    1350000 | #Constraints:      57477
1148.21/1159.68	c #Conflicts:    1351000 | #Constraints:      58477
1148.21/1159.68	c #Conflicts:    1352000 | #Constraints:      59477
1148.21/1159.68	c #Conflicts:    1353000 | #Constraints:      60477
1148.21/1159.68	c #Conflicts:    1354000 | #Constraints:      61477
1148.21/1159.68	c #Conflicts:    1355000 | #Constraints:      62477
1148.21/1159.68	c #Conflicts:    1356000 | #Constraints:      63477
1148.21/1159.68	c #Conflicts:    1357000 | #Constraints:      64477
1148.21/1159.68	c #Conflicts:    1358000 | #Constraints:      65477
1148.21/1159.68	c #Conflicts:    1359000 | #Constraints:      66477
1148.21/1159.68	c #Conflicts:    1360000 | #Constraints:      67477
1148.21/1159.68	c #Conflicts:    1361000 | #Constraints:      68477
1148.21/1159.68	c #Conflicts:    1362000 | #Constraints:      69477
1148.21/1159.68	c #Conflicts:    1363000 | #Constraints:      70477
1148.21/1159.68	c #Conflicts:    1364000 | #Constraints:      71477
1148.21/1159.68	c #Conflicts:    1365000 | #Constraints:      72477
1148.21/1159.68	c #Conflicts:    1366000 | #Constraints:      73477
1148.21/1159.68	c #Conflicts:    1367000 | #Constraints:      74477
1148.21/1159.68	c #Conflicts:    1368000 | #Constraints:      75477
1148.21/1159.68	c #Conflicts:    1369000 | #Constraints:      76477
1148.21/1159.68	c #Conflicts:    1370000 | #Constraints:      77477
1148.21/1159.68	c #Conflicts:    1371000 | #Constraints:      78477
1148.21/1159.68	c #Conflicts:    1372000 | #Constraints:      79477
1148.21/1159.68	c #Conflicts:    1373000 | #Constraints:      80477
1148.21/1159.68	c #Conflicts:    1374000 | #Constraints:      81477
1202.07/1213.97	c #Conflicts:    1375000 | #Constraints:      82477
1202.07/1213.97	c #Conflicts:    1376000 | #Constraints:      83477
1202.07/1213.97	c #Conflicts:    1377000 | #Constraints:      84477
1202.07/1213.97	c #Conflicts:    1378000 | #Constraints:      85477
1202.07/1213.97	c #Conflicts:    1379000 | #Constraints:      86477
1202.07/1213.97	c #Conflicts:    1380000 | #Constraints:      87477
1202.07/1213.97	c #Conflicts:    1381000 | #Constraints:      88477
1202.07/1213.97	c #Conflicts:    1382000 | #Constraints:      89477
1202.07/1213.97	c #Conflicts:    1383000 | #Constraints:      90477
1202.07/1213.97	c #Conflicts:    1384000 | #Constraints:      91477
1202.07/1213.97	c #Conflicts:    1385000 | #Constraints:      92477
1202.07/1213.97	c #Conflicts:    1386000 | #Constraints:      93477
1202.07/1213.97	c #Conflicts:    1387000 | #Constraints:      94477
1202.07/1213.97	c #Conflicts:    1388000 | #Constraints:      95477
1202.07/1213.97	c #Conflicts:    1389000 | #Constraints:      96477
1202.07/1213.97	c #Conflicts:    1390000 | #Constraints:      97477
1202.07/1213.97	c #Conflicts:    1391000 | #Constraints:      98477
1202.07/1213.97	c #Conflicts:    1392000 | #Constraints:      99477
1202.07/1213.97	c #Conflicts:    1393000 | #Constraints:     100477
1202.07/1213.97	c #Conflicts:    1394000 | #Constraints:     101477
1202.07/1213.97	c #Conflicts:    1395000 | #Constraints:     102477
1202.07/1213.97	c #Conflicts:    1396000 | #Constraints:     103477
1202.07/1213.97	c #Conflicts:    1397000 | #Constraints:     104477
1202.07/1213.97	c #Conflicts:    1398000 | #Constraints:     105477
1202.07/1213.97	c #Conflicts:    1399000 | #Constraints:     106477
1202.07/1213.97	c #Conflicts:    1400000 | #Constraints:     107477
1202.07/1213.97	c #Conflicts:    1401000 | #Constraints:     108477
1202.07/1213.97	c #Conflicts:    1402000 | #Constraints:     109477
1202.07/1213.97	c #Conflicts:    1403000 | #Constraints:     110477
1202.07/1213.97	c #Conflicts:    1404000 | #Constraints:     111477
1202.07/1213.97	c #Conflicts:    1405000 | #Constraints:     112477
1202.07/1213.97	c #Conflicts:    1406000 | #Constraints:     113477
1202.07/1213.97	c #Conflicts:    1407000 | #Constraints:     114477
1202.07/1213.97	c #Conflicts:    1408000 | #Constraints:     115477
1202.07/1213.97	c #Conflicts:    1409000 | #Constraints:     116477
1202.07/1213.97	c #Conflicts:    1410000 | #Constraints:     117477
1202.07/1213.97	c #Conflicts:    1411000 | #Constraints:     118477
1202.07/1213.97	c #Conflicts:    1412000 | #Constraints:     119477
1202.07/1213.97	c #Conflicts:    1413000 | #Constraints:     120477
1202.07/1213.97	c #Conflicts:    1414000 | #Constraints:     121477
1202.07/1213.97	c #Conflicts:    1415000 | #Constraints:     122477
1202.07/1213.97	c #Conflicts:    1416000 | #Constraints:     123477
1202.07/1213.97	c #Conflicts:    1417000 | #Constraints:     124477
1202.07/1213.97	c #Conflicts:    1418000 | #Constraints:     125477
1202.07/1213.97	c #Conflicts:    1419000 | #Constraints:     126477
1202.07/1213.97	c #Conflicts:    1420000 | #Constraints:     127477
1202.07/1213.97	c #Conflicts:    1421000 | #Constraints:     128477
1202.07/1213.97	c #Conflicts:    1422000 | #Constraints:     129477
1202.07/1213.97	c #Conflicts:    1423000 | #Constraints:     130477
1202.07/1213.97	c #Conflicts:    1424000 | #Constraints:     131477
1202.07/1213.97	c #Conflicts:    1425000 | #Constraints:     132477
1202.07/1213.97	c #Conflicts:    1426000 | #Constraints:     133477
1202.07/1213.97	c #Conflicts:    1427000 | #Constraints:     134477
1202.07/1213.97	c #Conflicts:    1428000 | #Constraints:     135477
1202.07/1213.97	c #Conflicts:    1429000 | #Constraints:     136477
1202.07/1213.97	c #Conflicts:    1430000 | #Constraints:     137477
1202.07/1213.97	c #Conflicts:    1431000 | #Constraints:     138477
1202.07/1213.97	c #Conflicts:    1432000 | #Constraints:     139477
1202.07/1213.97	c #Conflicts:    1433000 | #Constraints:     140477
1202.07/1213.97	c #Conflicts:    1434000 | #Constraints:     141477
1202.07/1213.97	c #Conflicts:    1435000 | #Constraints:     142477
1202.07/1213.97	c #Conflicts:    1436000 | #Constraints:     143477
1202.07/1213.97	c #Conflicts:    1437000 | #Constraints:     144477
1202.07/1213.97	c #Conflicts:    1438000 | #Constraints:     145477
1202.07/1213.97	c #Conflicts:    1439000 | #Constraints:     146477
1202.07/1213.97	c #Conflicts:    1440000 | #Constraints:     147477
1202.07/1213.97	c #Conflicts:    1441000 | #Constraints:     148477
1202.07/1213.97	c #Conflicts:    1442000 | #Constraints:     149477
1202.07/1213.97	c #Conflicts:    1443000 | #Constraints:     150477
1202.07/1213.97	c #Conflicts:    1444000 | #Constraints:     151477
1202.07/1213.97	c INPROCESSING
1202.07/1213.97	c GARBAGE COLLECT
1202.07/1213.97	c #Conflicts:    1445000 | #Constraints:      89551
1202.07/1213.97	c #Conflicts:    1446000 | #Constraints:      90551
1202.07/1213.97	c #Conflicts:    1447000 | #Constraints:      91551
1202.07/1213.97	c #Conflicts:    1448000 | #Constraints:      92551
1202.07/1213.97	c #Conflicts:    1449000 | #Constraints:      93551
1202.07/1213.97	c #Conflicts:    1450000 | #Constraints:      94551
1202.07/1213.97	c #Conflicts:    1451000 | #Constraints:      95551
1202.07/1213.97	c #Conflicts:    1452000 | #Constraints:      96551
1246.15/1258.19	c #Conflicts:    1453000 | #Constraints:      97551
1246.15/1258.19	c #Conflicts:    1454000 | #Constraints:      98551
1246.15/1258.19	c #Conflicts:    1455000 | #Constraints:      99551
1246.15/1258.19	c #Conflicts:    1456000 | #Constraints:     100551
1246.15/1258.19	c #Conflicts:    1457000 | #Constraints:     101551
1246.15/1258.19	c #Conflicts:    1458000 | #Constraints:     102551
1246.15/1258.19	c #Conflicts:    1459000 | #Constraints:     103551
1246.15/1258.19	c #Conflicts:    1460000 | #Constraints:     104551
1246.15/1258.19	c #Conflicts:    1461000 | #Constraints:     105551
1246.15/1258.19	c #Conflicts:    1462000 | #Constraints:     106551
1246.15/1258.19	c #Conflicts:    1463000 | #Constraints:     107551
1246.15/1258.19	c #Conflicts:    1464000 | #Constraints:     108551
1246.15/1258.19	c #Conflicts:    1465000 | #Constraints:     109551
1246.15/1258.19	c #Conflicts:    1466000 | #Constraints:     110551
1246.15/1258.19	c #Conflicts:    1467000 | #Constraints:     111551
1246.15/1258.19	c #Conflicts:    1468000 | #Constraints:     112551
1246.15/1258.19	c #Conflicts:    1469000 | #Constraints:     113551
1246.15/1258.19	c #Conflicts:    1470000 | #Constraints:     114551
1246.15/1258.19	c INPROCESSING
1246.15/1258.19	c GARBAGE COLLECT
1246.15/1258.19	c #Conflicts:    1471000 | #Constraints:      71154
1246.15/1258.19	c #Conflicts:    1472000 | #Constraints:      72154
1246.15/1258.19	c #Conflicts:    1473000 | #Constraints:      73154
1246.15/1258.19	c #Conflicts:    1474000 | #Constraints:      74154
1246.15/1258.19	c #Conflicts:    1475000 | #Constraints:      75154
1246.15/1258.19	c #Conflicts:    1476000 | #Constraints:      76154
1246.15/1258.19	c #Conflicts:    1477000 | #Constraints:      77154
1246.15/1258.19	c #Conflicts:    1478000 | #Constraints:      78154
1246.15/1258.19	c #Conflicts:    1479000 | #Constraints:      79154
1246.15/1258.19	c #Conflicts:    1480000 | #Constraints:      80154
1246.15/1258.19	c #Conflicts:    1481000 | #Constraints:      81154
1246.15/1258.19	c #Conflicts:    1482000 | #Constraints:      82154
1246.15/1258.19	c #Conflicts:    1483000 | #Constraints:      83154
1246.15/1258.19	c #Conflicts:    1484000 | #Constraints:      84154
1246.15/1258.19	c #Conflicts:    1485000 | #Constraints:      85154
1246.15/1258.19	c #Conflicts:    1486000 | #Constraints:      86154
1246.15/1258.19	c #Conflicts:    1487000 | #Constraints:      87154
1246.15/1258.19	c #Conflicts:    1488000 | #Constraints:      88154
1246.15/1258.19	c #Conflicts:    1489000 | #Constraints:      89154
1246.15/1258.19	c #Conflicts:    1490000 | #Constraints:      90154
1246.15/1258.19	c #Conflicts:    1491000 | #Constraints:      91154
1246.15/1258.19	c #Conflicts:    1492000 | #Constraints:      92154
1246.15/1258.19	c #Conflicts:    1493000 | #Constraints:      93154
1246.15/1258.19	c #Conflicts:    1494000 | #Constraints:      94154
1246.15/1258.19	c #Conflicts:    1495000 | #Constraints:      95154
1246.15/1258.19	c #Conflicts:    1496000 | #Constraints:      96154
1246.15/1258.19	c INPROCESSING
1246.15/1258.19	c GARBAGE COLLECT
1246.15/1258.19	c #Conflicts:    1497000 | #Constraints:      61990
1246.15/1258.19	c #Conflicts:    1498000 | #Constraints:      62990
1246.15/1258.19	c #Conflicts:    1499000 | #Constraints:      63990
1246.15/1258.19	c #Conflicts:    1500000 | #Constraints:      64990
1246.15/1258.19	c #Conflicts:    1501000 | #Constraints:      65990
1246.15/1258.19	c #Conflicts:    1502000 | #Constraints:      66990
1246.15/1258.19	c #Conflicts:    1503000 | #Constraints:      67990
1246.15/1258.19	c #Conflicts:    1504000 | #Constraints:      68990
1246.15/1258.19	c #Conflicts:    1505000 | #Constraints:      69990
1246.15/1258.19	c #Conflicts:    1506000 | #Constraints:      70990
1246.15/1258.19	c #Conflicts:    1507000 | #Constraints:      71990
1246.15/1258.19	c #Conflicts:    1508000 | #Constraints:      72990
1246.15/1258.19	c #Conflicts:    1509000 | #Constraints:      73990
1246.15/1258.19	c #Conflicts:    1510000 | #Constraints:      74990
1246.15/1258.19	c #Conflicts:    1511000 | #Constraints:      75990
1246.15/1258.19	c #Conflicts:    1512000 | #Constraints:      76990
1246.15/1258.19	c #Conflicts:    1513000 | #Constraints:      77990
1246.15/1258.19	c #Conflicts:    1514000 | #Constraints:      78990
1246.15/1258.19	c #Conflicts:    1515000 | #Constraints:      79990
1246.15/1258.19	c #Conflicts:    1516000 | #Constraints:      80990
1246.15/1258.19	c #Conflicts:    1517000 | #Constraints:      81990
1246.15/1258.19	c #Conflicts:    1518000 | #Constraints:      82990
1246.15/1258.19	c #Conflicts:    1519000 | #Constraints:      83990
1246.15/1258.19	c #Conflicts:    1520000 | #Constraints:      84990
1246.15/1258.19	c #Conflicts:    1521000 | #Constraints:      85990
1246.15/1258.19	c #Conflicts:    1522000 | #Constraints:      86990
1246.15/1258.19	c INPROCESSING
1246.15/1258.19	c GARBAGE COLLECT
1246.15/1258.19	c #Conflicts:    1523000 | #Constraints:      57333
1246.15/1258.19	c #Conflicts:    1524000 | #Constraints:      58333
1246.15/1258.19	c #Conflicts:    1525000 | #Constraints:      59333
1246.15/1258.19	c #Conflicts:    1526000 | #Constraints:      60333
1246.15/1258.19	c #Conflicts:    1527000 | #Constraints:      61333
1246.15/1258.19	c #Conflicts:    1528000 | #Constraints:      62333
1246.15/1258.19	c #Conflicts:    1529000 | #Constraints:      63333
1303.50/1315.63	c #Conflicts:    1530000 | #Constraints:      64333
1303.50/1315.63	c #Conflicts:    1531000 | #Constraints:      65333
1303.50/1315.63	c #Conflicts:    1532000 | #Constraints:      66333
1303.50/1315.63	c #Conflicts:    1533000 | #Constraints:      67333
1303.50/1315.63	c #Conflicts:    1534000 | #Constraints:      68333
1303.50/1315.63	c #Conflicts:    1535000 | #Constraints:      69333
1303.50/1315.63	c #Conflicts:    1536000 | #Constraints:      70333
1303.50/1315.63	c #Conflicts:    1537000 | #Constraints:      71333
1303.50/1315.63	c #Conflicts:    1538000 | #Constraints:      72333
1303.50/1315.63	c #Conflicts:    1539000 | #Constraints:      73333
1303.50/1315.63	c #Conflicts:    1540000 | #Constraints:      74334
1303.50/1315.63	c #Conflicts:    1541000 | #Constraints:      75334
1303.50/1315.63	c #Conflicts:    1542000 | #Constraints:      76334
1303.50/1315.63	c #Conflicts:    1543000 | #Constraints:      77334
1303.50/1315.63	c #Conflicts:    1544000 | #Constraints:      78334
1303.50/1315.63	c #Conflicts:    1545000 | #Constraints:      79334
1303.50/1315.63	c #Conflicts:    1546000 | #Constraints:      80334
1303.50/1315.63	c #Conflicts:    1547000 | #Constraints:      81334
1303.50/1315.63	c #Conflicts:    1548000 | #Constraints:      82334
1303.50/1315.63	c INPROCESSING
1303.50/1315.63	c GARBAGE COLLECT
1303.50/1315.63	c #Conflicts:    1549000 | #Constraints:      54774
1303.50/1315.63	c #Conflicts:    1550000 | #Constraints:      55774
1303.50/1315.63	c #Conflicts:    1551000 | #Constraints:      56774
1303.50/1315.63	c #Conflicts:    1552000 | #Constraints:      57774
1303.50/1315.63	c #Conflicts:    1553000 | #Constraints:      58774
1303.50/1315.63	c #Conflicts:    1554000 | #Constraints:      59774
1303.50/1315.63	c #Conflicts:    1555000 | #Constraints:      60774
1303.50/1315.63	c #Conflicts:    1556000 | #Constraints:      61774
1303.50/1315.63	c #Conflicts:    1557000 | #Constraints:      62774
1303.50/1315.63	c #Conflicts:    1558000 | #Constraints:      63774
1303.50/1315.63	c #Conflicts:    1559000 | #Constraints:      64774
1303.50/1315.63	c #Conflicts:    1560000 | #Constraints:      65774
1303.50/1315.63	c #Conflicts:    1561000 | #Constraints:      66774
1303.50/1315.63	c #Conflicts:    1562000 | #Constraints:      67774
1303.50/1315.63	c #Conflicts:    1563000 | #Constraints:      68774
1303.50/1315.63	c #Conflicts:    1564000 | #Constraints:      69774
1303.50/1315.63	c #Conflicts:    1565000 | #Constraints:      70774
1303.50/1315.63	c #Conflicts:    1566000 | #Constraints:      71774
1303.50/1315.63	c #Conflicts:    1567000 | #Constraints:      72774
1303.50/1315.63	c #Conflicts:    1568000 | #Constraints:      73774
1303.50/1315.63	c #Conflicts:    1569000 | #Constraints:      74774
1303.50/1315.63	c #Conflicts:    1570000 | #Constraints:      75774
1303.50/1315.63	c #Conflicts:    1571000 | #Constraints:      76774
1303.50/1315.63	c #Conflicts:    1572000 | #Constraints:      77774
1303.50/1315.63	c #Conflicts:    1573000 | #Constraints:      78774
1303.50/1315.63	c #Conflicts:    1574000 | #Constraints:      79774
1303.50/1315.63	c #Conflicts:    1575000 | #Constraints:      80774
1303.50/1315.63	c #Conflicts:    1576000 | #Constraints:      81774
1303.50/1315.63	c #Conflicts:    1577000 | #Constraints:      82774
1303.50/1315.63	c #Conflicts:    1578000 | #Constraints:      83774
1303.50/1315.63	c #Conflicts:    1579000 | #Constraints:      84774
1303.50/1315.63	c #Conflicts:    1580000 | #Constraints:      85774
1303.50/1315.63	c #Conflicts:    1581000 | #Constraints:      86774
1303.50/1315.63	c #Conflicts:    1582000 | #Constraints:      87774
1303.50/1315.63	c #Conflicts:    1583000 | #Constraints:      88774
1303.50/1315.63	c #Conflicts:    1584000 | #Constraints:      89774
1303.50/1315.63	c #Conflicts:    1585000 | #Constraints:      90774
1303.50/1315.63	c #Conflicts:    1586000 | #Constraints:      91774
1303.50/1315.63	c #Conflicts:    1587000 | #Constraints:      92774
1303.50/1315.63	c #Conflicts:    1588000 | #Constraints:      93774
1303.50/1315.63	c #Conflicts:    1589000 | #Constraints:      94774
1303.50/1315.63	c #Conflicts:    1590000 | #Constraints:      95774
1303.50/1315.63	c #Conflicts:    1591000 | #Constraints:      96774
1303.50/1315.63	c #Conflicts:    1592000 | #Constraints:      97774
1303.50/1315.63	c #Conflicts:    1593000 | #Constraints:      98774
1303.50/1315.63	c #Conflicts:    1594000 | #Constraints:      99774
1303.50/1315.63	c #Conflicts:    1595000 | #Constraints:     100774
1303.50/1315.63	c #Conflicts:    1596000 | #Constraints:     101774
1303.50/1315.63	c #Conflicts:    1597000 | #Constraints:     102774
1303.50/1315.63	c #Conflicts:    1598000 | #Constraints:     103774
1303.50/1315.63	c #Conflicts:    1599000 | #Constraints:     104774
1303.50/1315.63	c #Conflicts:    1600000 | #Constraints:     105774
1303.50/1315.63	c #Conflicts:    1601000 | #Constraints:     106774
1303.50/1315.63	c #Conflicts:    1602000 | #Constraints:     107774
1303.50/1315.63	c #Conflicts:    1603000 | #Constraints:     108774
1303.50/1315.63	c #Conflicts:    1604000 | #Constraints:     109774
1303.50/1315.63	c #Conflicts:    1605000 | #Constraints:     110774
1303.50/1315.63	c #Conflicts:    1606000 | #Constraints:     111774
1303.50/1315.63	c #Conflicts:    1607000 | #Constraints:     112774
1356.76/1369.05	c #Conflicts:    1608000 | #Constraints:     113774
1356.76/1369.05	c #Conflicts:    1609000 | #Constraints:     114774
1356.76/1369.05	c #Conflicts:    1610000 | #Constraints:     115774
1356.76/1369.05	c #Conflicts:    1611000 | #Constraints:     116774
1356.76/1369.05	c #Conflicts:    1612000 | #Constraints:     117774
1356.76/1369.05	c #Conflicts:    1613000 | #Constraints:     118774
1356.76/1369.05	c #Conflicts:    1614000 | #Constraints:     119774
1356.76/1369.05	c #Conflicts:    1615000 | #Constraints:     120774
1356.76/1369.05	c #Conflicts:    1616000 | #Constraints:     121774
1356.76/1369.05	c #Conflicts:    1617000 | #Constraints:     122774
1356.76/1369.05	c #Conflicts:    1618000 | #Constraints:     123774
1356.76/1369.05	c #Conflicts:    1619000 | #Constraints:     124774
1356.76/1369.05	c #Conflicts:    1620000 | #Constraints:     125774
1356.76/1369.05	c #Conflicts:    1621000 | #Constraints:     126774
1356.76/1369.05	c #Conflicts:    1622000 | #Constraints:     127774
1356.76/1369.05	c #Conflicts:    1623000 | #Constraints:     128774
1356.76/1369.05	c #Conflicts:    1624000 | #Constraints:     129774
1356.76/1369.05	c #Conflicts:    1625000 | #Constraints:     130774
1356.76/1369.05	c #Conflicts:    1626000 | #Constraints:     131774
1356.76/1369.05	c #Conflicts:    1627000 | #Constraints:     132774
1356.76/1369.05	c #Conflicts:    1628000 | #Constraints:     133774
1356.76/1369.05	c #Conflicts:    1629000 | #Constraints:     134774
1356.76/1369.05	c #Conflicts:    1630000 | #Constraints:     135774
1356.76/1369.05	c #Conflicts:    1631000 | #Constraints:     136774
1356.76/1369.05	c #Conflicts:    1632000 | #Constraints:     137774
1356.76/1369.05	c #Conflicts:    1633000 | #Constraints:     138774
1356.76/1369.05	c #Conflicts:    1634000 | #Constraints:     139774
1356.76/1369.05	c #Conflicts:    1635000 | #Constraints:     140774
1356.76/1369.05	c #Conflicts:    1636000 | #Constraints:     141774
1356.76/1369.05	c #Conflicts:    1637000 | #Constraints:     142774
1356.76/1369.05	c #Conflicts:    1638000 | #Constraints:     143774
1356.76/1369.05	c #Conflicts:    1639000 | #Constraints:     144774
1356.76/1369.05	c #Conflicts:    1640000 | #Constraints:     145774
1356.76/1369.05	c #Conflicts:    1641000 | #Constraints:     146774
1356.76/1369.05	c #Conflicts:    1642000 | #Constraints:     147774
1356.76/1369.05	c #Conflicts:    1643000 | #Constraints:     148774
1356.76/1369.05	c #Conflicts:    1644000 | #Constraints:     149774
1356.76/1369.05	c #Conflicts:    1645000 | #Constraints:     150774
1356.76/1369.05	c #Conflicts:    1646000 | #Constraints:     151774
1356.76/1369.05	c #Conflicts:    1647000 | #Constraints:     152774
1356.76/1369.05	c #Conflicts:    1648000 | #Constraints:     153774
1356.76/1369.05	c #Conflicts:    1649000 | #Constraints:     154774
1356.76/1369.05	c #Conflicts:    1650000 | #Constraints:     155774
1356.76/1369.05	c #Conflicts:    1651000 | #Constraints:     156774
1356.76/1369.05	c #Conflicts:    1652000 | #Constraints:     157774
1356.76/1369.05	c #Conflicts:    1653000 | #Constraints:     158774
1356.76/1369.05	c #Conflicts:    1654000 | #Constraints:     159774
1356.76/1369.05	c INPROCESSING
1356.76/1369.05	c GARBAGE COLLECT
1356.76/1369.05	c #Conflicts:    1655000 | #Constraints:      93608
1356.76/1369.05	c #Conflicts:    1656000 | #Constraints:      94608
1356.76/1369.05	c #Conflicts:    1657000 | #Constraints:      95608
1356.76/1369.05	c #Conflicts:    1658000 | #Constraints:      96608
1356.76/1369.05	c #Conflicts:    1659000 | #Constraints:      97608
1356.76/1369.05	c #Conflicts:    1660000 | #Constraints:      98608
1356.76/1369.05	c #Conflicts:    1661000 | #Constraints:      99608
1356.76/1369.05	c #Conflicts:    1662000 | #Constraints:     100608
1356.76/1369.05	c #Conflicts:    1663000 | #Constraints:     101608
1356.76/1369.05	c #Conflicts:    1664000 | #Constraints:     102608
1356.76/1369.05	c #Conflicts:    1665000 | #Constraints:     103608
1356.76/1369.05	c #Conflicts:    1666000 | #Constraints:     104608
1356.76/1369.05	c #Conflicts:    1667000 | #Constraints:     105608
1356.76/1369.05	c #Conflicts:    1668000 | #Constraints:     106608
1356.76/1369.05	c #Conflicts:    1669000 | #Constraints:     107608
1356.76/1369.05	c #Conflicts:    1670000 | #Constraints:     108608
1356.76/1369.05	c #Conflicts:    1671000 | #Constraints:     109608
1356.76/1369.05	c #Conflicts:    1672000 | #Constraints:     110608
1356.76/1369.05	c #Conflicts:    1673000 | #Constraints:     111608
1356.76/1369.05	c #Conflicts:    1674000 | #Constraints:     112608
1356.76/1369.05	c #Conflicts:    1675000 | #Constraints:     113608
1356.76/1369.05	c #Conflicts:    1676000 | #Constraints:     114608
1356.76/1369.05	c #Conflicts:    1677000 | #Constraints:     115608
1356.76/1369.05	c #Conflicts:    1678000 | #Constraints:     116608
1356.76/1369.05	c #Conflicts:    1679000 | #Constraints:     117608
1356.76/1369.05	c #Conflicts:    1680000 | #Constraints:     118608
1356.76/1369.05	c #Conflicts:    1681000 | #Constraints:     119608
1356.76/1369.05	c #Conflicts:    1682000 | #Constraints:     120608
1356.76/1369.05	c INPROCESSING
1356.76/1369.05	c GARBAGE COLLECT
1356.76/1369.05	c #Conflicts:    1683000 | #Constraints:      74165
1356.76/1369.05	c #Conflicts:    1684000 | #Constraints:      75165
1356.76/1369.05	c #Conflicts:    1685000 | #Constraints:      76165
1399.75/1412.11	c #Conflicts:    1686000 | #Constraints:      77165
1399.75/1412.11	c #Conflicts:    1687000 | #Constraints:      78165
1399.75/1412.11	c #Conflicts:    1688000 | #Constraints:      79165
1399.75/1412.11	c #Conflicts:    1689000 | #Constraints:      80165
1399.75/1412.11	c #Conflicts:    1690000 | #Constraints:      81165
1399.75/1412.11	c #Conflicts:    1691000 | #Constraints:      82165
1399.75/1412.11	c #Conflicts:    1692000 | #Constraints:      83165
1399.75/1412.11	c #Conflicts:    1693000 | #Constraints:      84165
1399.75/1412.11	c #Conflicts:    1694000 | #Constraints:      85165
1399.75/1412.11	c #Conflicts:    1695000 | #Constraints:      86165
1399.75/1412.11	c #Conflicts:    1696000 | #Constraints:      87165
1399.75/1412.11	c #Conflicts:    1697000 | #Constraints:      88165
1399.75/1412.11	c #Conflicts:    1698000 | #Constraints:      89165
1399.75/1412.11	c #Conflicts:    1699000 | #Constraints:      90165
1399.75/1412.11	c #Conflicts:    1700000 | #Constraints:      91165
1399.75/1412.11	c #Conflicts:    1701000 | #Constraints:      92165
1399.75/1412.11	c #Conflicts:    1702000 | #Constraints:      93165
1399.75/1412.11	c #Conflicts:    1703000 | #Constraints:      94165
1399.75/1412.11	c #Conflicts:    1704000 | #Constraints:      95165
1399.75/1412.11	c #Conflicts:    1705000 | #Constraints:      96165
1399.75/1412.11	c #Conflicts:    1706000 | #Constraints:      97165
1399.75/1412.11	c #Conflicts:    1707000 | #Constraints:      98165
1399.75/1412.11	c #Conflicts:    1708000 | #Constraints:      99165
1399.75/1412.11	c #Conflicts:    1709000 | #Constraints:     100166
1399.75/1412.11	c #Conflicts:    1710000 | #Constraints:     101166
1399.75/1412.11	c INPROCESSING
1399.75/1412.11	c GARBAGE COLLECT
1399.75/1412.11	c #Conflicts:    1711000 | #Constraints:      64525
1399.75/1412.11	c #Conflicts:    1712000 | #Constraints:      65525
1399.75/1412.11	c #Conflicts:    1713000 | #Constraints:      66525
1399.75/1412.11	c #Conflicts:    1714000 | #Constraints:      67525
1399.75/1412.11	c #Conflicts:    1715000 | #Constraints:      68525
1399.75/1412.11	c #Conflicts:    1716000 | #Constraints:      69525
1399.75/1412.11	c #Conflicts:    1717000 | #Constraints:      70525
1399.75/1412.11	c #Conflicts:    1718000 | #Constraints:      71525
1399.75/1412.11	c #Conflicts:    1719000 | #Constraints:      72525
1399.75/1412.11	c #Conflicts:    1720000 | #Constraints:      73525
1399.75/1412.11	c #Conflicts:    1721000 | #Constraints:      74525
1399.75/1412.11	c #Conflicts:    1722000 | #Constraints:      75525
1399.75/1412.11	c #Conflicts:    1723000 | #Constraints:      76525
1399.75/1412.11	c #Conflicts:    1724000 | #Constraints:      77525
1399.75/1412.11	c #Conflicts:    1725000 | #Constraints:      78525
1399.75/1412.11	c #Conflicts:    1726000 | #Constraints:      79525
1399.75/1412.11	c #Conflicts:    1727000 | #Constraints:      80525
1399.75/1412.11	c #Conflicts:    1728000 | #Constraints:      81525
1399.75/1412.11	c #Conflicts:    1729000 | #Constraints:      82525
1399.75/1412.11	c #Conflicts:    1730000 | #Constraints:      83525
1399.75/1412.11	c #Conflicts:    1731000 | #Constraints:      84525
1399.75/1412.11	c #Conflicts:    1732000 | #Constraints:      85525
1399.75/1412.11	c #Conflicts:    1733000 | #Constraints:      86525
1399.75/1412.11	c #Conflicts:    1734000 | #Constraints:      87525
1399.75/1412.11	c #Conflicts:    1735000 | #Constraints:      88525
1399.75/1412.11	c #Conflicts:    1736000 | #Constraints:      89525
1399.75/1412.11	c #Conflicts:    1737000 | #Constraints:      90525
1399.75/1412.11	c #Conflicts:    1738000 | #Constraints:      91525
1399.75/1412.11	c INPROCESSING
1399.75/1412.11	c GARBAGE COLLECT
1399.75/1412.11	c #Conflicts:    1739000 | #Constraints:      59641
1399.75/1412.11	c #Conflicts:    1740000 | #Constraints:      60641
1399.75/1412.11	c #Conflicts:    1741000 | #Constraints:      61641
1399.75/1412.11	c #Conflicts:    1742000 | #Constraints:      62641
1399.75/1412.11	c #Conflicts:    1743000 | #Constraints:      63641
1399.75/1412.11	c #Conflicts:    1744000 | #Constraints:      64641
1399.75/1412.11	c #Conflicts:    1745000 | #Constraints:      65641
1399.75/1412.11	c #Conflicts:    1746000 | #Constraints:      66641
1399.75/1412.11	c #Conflicts:    1747000 | #Constraints:      67641
1399.75/1412.11	c #Conflicts:    1748000 | #Constraints:      68641
1399.75/1412.11	c #Conflicts:    1749000 | #Constraints:      69641
1399.75/1412.11	c #Conflicts:    1750000 | #Constraints:      70641
1399.75/1412.11	c #Conflicts:    1751000 | #Constraints:      71641
1399.75/1412.11	c #Conflicts:    1752000 | #Constraints:      72641
1399.75/1412.11	c #Conflicts:    1753000 | #Constraints:      73641
1399.75/1412.11	c #Conflicts:    1754000 | #Constraints:      74641
1399.75/1412.11	c #Conflicts:    1755000 | #Constraints:      75641
1399.75/1412.11	c #Conflicts:    1756000 | #Constraints:      76641
1399.75/1412.11	c #Conflicts:    1757000 | #Constraints:      77641
1399.75/1412.11	c #Conflicts:    1758000 | #Constraints:      78641
1399.75/1412.11	c #Conflicts:    1759000 | #Constraints:      79641
1399.75/1412.11	c #Conflicts:    1760000 | #Constraints:      80641
1399.75/1412.11	c #Conflicts:    1761000 | #Constraints:      81641
1399.75/1412.11	c #Conflicts:    1762000 | #Constraints:      82641
1452.71/1465.26	c #Conflicts:    1763000 | #Constraints:      83641
1452.71/1465.26	c #Conflicts:    1764000 | #Constraints:      84641
1452.71/1465.26	c #Conflicts:    1765000 | #Constraints:      85642
1452.71/1465.26	c #Conflicts:    1766000 | #Constraints:      86642
1452.71/1465.26	c INPROCESSING
1452.71/1465.26	c GARBAGE COLLECT
1452.71/1465.26	c #Conflicts:    1767000 | #Constraints:      57042
1452.71/1465.26	c #Conflicts:    1768000 | #Constraints:      58042
1452.71/1465.26	c #Conflicts:    1769000 | #Constraints:      59042
1452.71/1465.26	c #Conflicts:    1770000 | #Constraints:      60042
1452.71/1465.26	c #Conflicts:    1771000 | #Constraints:      61042
1452.71/1465.26	c #Conflicts:    1772000 | #Constraints:      62042
1452.71/1465.26	c #Conflicts:    1773000 | #Constraints:      63042
1452.71/1465.26	c #Conflicts:    1774000 | #Constraints:      64042
1452.71/1465.26	c #Conflicts:    1775000 | #Constraints:      65042
1452.71/1465.26	c #Conflicts:    1776000 | #Constraints:      66042
1452.71/1465.26	c #Conflicts:    1777000 | #Constraints:      67042
1452.71/1465.26	c #Conflicts:    1778000 | #Constraints:      68042
1452.71/1465.26	c #Conflicts:    1779000 | #Constraints:      69042
1452.71/1465.26	c #Conflicts:    1780000 | #Constraints:      70042
1452.71/1465.26	c #Conflicts:    1781000 | #Constraints:      71042
1452.71/1465.26	c #Conflicts:    1782000 | #Constraints:      72042
1452.71/1465.26	c #Conflicts:    1783000 | #Constraints:      73042
1452.71/1465.26	c #Conflicts:    1784000 | #Constraints:      74042
1452.71/1465.26	c #Conflicts:    1785000 | #Constraints:      75042
1452.71/1465.26	c #Conflicts:    1786000 | #Constraints:      76042
1452.71/1465.26	c #Conflicts:    1787000 | #Constraints:      77042
1452.71/1465.26	c #Conflicts:    1788000 | #Constraints:      78042
1452.71/1465.26	c #Conflicts:    1789000 | #Constraints:      79042
1452.71/1465.26	c #Conflicts:    1790000 | #Constraints:      80042
1452.71/1465.26	c #Conflicts:    1791000 | #Constraints:      81042
1452.71/1465.26	c #Conflicts:    1792000 | #Constraints:      82042
1452.71/1465.26	c #Conflicts:    1793000 | #Constraints:      83042
1452.71/1465.26	c #Conflicts:    1794000 | #Constraints:      84042
1452.71/1465.26	c #Conflicts:    1795000 | #Constraints:      85042
1452.71/1465.26	c #Conflicts:    1796000 | #Constraints:      86042
1452.71/1465.26	c #Conflicts:    1797000 | #Constraints:      87042
1452.71/1465.26	c #Conflicts:    1798000 | #Constraints:      88042
1452.71/1465.26	c #Conflicts:    1799000 | #Constraints:      89042
1452.71/1465.26	c #Conflicts:    1800000 | #Constraints:      90042
1452.71/1465.26	c #Conflicts:    1801000 | #Constraints:      91042
1452.71/1465.26	c #Conflicts:    1802000 | #Constraints:      92042
1452.71/1465.26	c #Conflicts:    1803000 | #Constraints:      93042
1452.71/1465.26	c #Conflicts:    1804000 | #Constraints:      94042
1452.71/1465.26	c #Conflicts:    1805000 | #Constraints:      95042
1452.71/1465.26	c #Conflicts:    1806000 | #Constraints:      96042
1452.71/1465.26	c #Conflicts:    1807000 | #Constraints:      97042
1452.71/1465.26	c #Conflicts:    1808000 | #Constraints:      98042
1452.71/1465.26	c #Conflicts:    1809000 | #Constraints:      99042
1452.71/1465.26	c #Conflicts:    1810000 | #Constraints:     100042
1452.71/1465.26	c #Conflicts:    1811000 | #Constraints:     101042
1452.71/1465.26	c #Conflicts:    1812000 | #Constraints:     102042
1452.71/1465.26	c #Conflicts:    1813000 | #Constraints:     103042
1452.71/1465.26	c #Conflicts:    1814000 | #Constraints:     104042
1452.71/1465.26	c #Conflicts:    1815000 | #Constraints:     105042
1452.71/1465.26	c #Conflicts:    1816000 | #Constraints:     106042
1452.71/1465.26	c #Conflicts:    1817000 | #Constraints:     107042
1452.71/1465.26	c #Conflicts:    1818000 | #Constraints:     108042
1452.71/1465.26	c #Conflicts:    1819000 | #Constraints:     109042
1452.71/1465.26	c #Conflicts:    1820000 | #Constraints:     110042
1452.71/1465.26	c #Conflicts:    1821000 | #Constraints:     111042
1452.71/1465.26	c #Conflicts:    1822000 | #Constraints:     112042
1452.71/1465.26	c #Conflicts:    1823000 | #Constraints:     113042
1452.71/1465.26	c #Conflicts:    1824000 | #Constraints:     114042
1452.71/1465.26	c #Conflicts:    1825000 | #Constraints:     115042
1452.71/1465.26	c #Conflicts:    1826000 | #Constraints:     116042
1452.71/1465.26	c #Conflicts:    1827000 | #Constraints:     117042
1452.71/1465.26	c #Conflicts:    1828000 | #Constraints:     118042
1452.71/1465.26	c #Conflicts:    1829000 | #Constraints:     119042
1452.71/1465.26	c #Conflicts:    1830000 | #Constraints:     120042
1452.71/1465.26	c #Conflicts:    1831000 | #Constraints:     121042
1452.71/1465.26	c #Conflicts:    1832000 | #Constraints:     122042
1452.71/1465.26	c #Conflicts:    1833000 | #Constraints:     123042
1452.71/1465.26	c #Conflicts:    1834000 | #Constraints:     124042
1452.71/1465.26	c #Conflicts:    1835000 | #Constraints:     125042
1452.71/1465.26	c #Conflicts:    1836000 | #Constraints:     126042
1452.71/1465.26	c #Conflicts:    1837000 | #Constraints:     127042
1452.71/1465.26	c #Conflicts:    1838000 | #Constraints:     128042
1452.71/1465.26	c #Conflicts:    1839000 | #Constraints:     129042
1452.71/1465.26	c #Conflicts:    1840000 | #Constraints:     130042
1520.32/1533.03	c #Conflicts:    1841000 | #Constraints:     131042
1520.32/1533.03	c #Conflicts:    1842000 | #Constraints:     132042
1520.32/1533.03	c #Conflicts:    1843000 | #Constraints:     133042
1520.32/1533.03	c #Conflicts:    1844000 | #Constraints:     134042
1520.32/1533.03	c #Conflicts:    1845000 | #Constraints:     135042
1520.32/1533.03	c #Conflicts:    1846000 | #Constraints:     136042
1520.32/1533.03	c #Conflicts:    1847000 | #Constraints:     137042
1520.32/1533.03	c #Conflicts:    1848000 | #Constraints:     138042
1520.32/1533.03	c #Conflicts:    1849000 | #Constraints:     139042
1520.32/1533.03	c #Conflicts:    1850000 | #Constraints:     140042
1520.32/1533.03	c #Conflicts:    1851000 | #Constraints:     141042
1520.32/1533.03	c #Conflicts:    1852000 | #Constraints:     142042
1520.32/1533.03	c #Conflicts:    1853000 | #Constraints:     143042
1520.32/1533.03	c #Conflicts:    1854000 | #Constraints:     144042
1520.32/1533.03	c #Conflicts:    1855000 | #Constraints:     145042
1520.32/1533.03	c #Conflicts:    1856000 | #Constraints:     146042
1520.32/1533.03	c #Conflicts:    1857000 | #Constraints:     147042
1520.32/1533.03	c #Conflicts:    1858000 | #Constraints:     148042
1520.32/1533.03	c #Conflicts:    1859000 | #Constraints:     149042
1520.32/1533.03	c #Conflicts:    1860000 | #Constraints:     150042
1520.32/1533.03	c #Conflicts:    1861000 | #Constraints:     151042
1520.32/1533.03	c #Conflicts:    1862000 | #Constraints:     152042
1520.32/1533.03	c #Conflicts:    1863000 | #Constraints:     153042
1520.32/1533.03	c #Conflicts:    1864000 | #Constraints:     154042
1520.32/1533.03	c #Conflicts:    1865000 | #Constraints:     155042
1520.32/1533.03	c #Conflicts:    1866000 | #Constraints:     156042
1520.32/1533.03	c #Conflicts:    1867000 | #Constraints:     157042
1520.32/1533.03	c #Conflicts:    1868000 | #Constraints:     158042
1520.32/1533.03	c #Conflicts:    1869000 | #Constraints:     159042
1520.32/1533.03	c #Conflicts:    1870000 | #Constraints:     160042
1520.32/1533.03	c #Conflicts:    1871000 | #Constraints:     161042
1520.32/1533.03	c #Conflicts:    1872000 | #Constraints:     162042
1520.32/1533.03	c #Conflicts:    1873000 | #Constraints:     163042
1520.32/1533.03	c #Conflicts:    1874000 | #Constraints:     164042
1520.32/1533.03	c #Conflicts:    1875000 | #Constraints:     165042
1520.32/1533.03	c #Conflicts:    1876000 | #Constraints:     166042
1520.32/1533.03	c #Conflicts:    1877000 | #Constraints:     167042
1520.32/1533.03	c #Conflicts:    1878000 | #Constraints:     168042
1520.32/1533.03	c INPROCESSING
1520.32/1533.03	c GARBAGE COLLECT
1520.32/1533.03	c #Conflicts:    1879000 | #Constraints:      97683
1520.32/1533.03	c #Conflicts:    1880000 | #Constraints:      98683
1520.32/1533.03	c #Conflicts:    1881000 | #Constraints:      99683
1520.32/1533.03	c #Conflicts:    1882000 | #Constraints:     100683
1520.32/1533.03	c #Conflicts:    1883000 | #Constraints:     101683
1520.32/1533.03	c #Conflicts:    1884000 | #Constraints:     102683
1520.32/1533.03	c #Conflicts:    1885000 | #Constraints:     103683
1520.32/1533.03	c #Conflicts:    1886000 | #Constraints:     104683
1520.32/1533.03	c #Conflicts:    1887000 | #Constraints:     105683
1520.32/1533.03	c #Conflicts:    1888000 | #Constraints:     106683
1520.32/1533.03	c #Conflicts:    1889000 | #Constraints:     107683
1520.32/1533.03	c #Conflicts:    1890000 | #Constraints:     108683
1520.32/1533.03	c #Conflicts:    1891000 | #Constraints:     109683
1520.32/1533.03	c #Conflicts:    1892000 | #Constraints:     110683
1520.32/1533.03	c #Conflicts:    1893000 | #Constraints:     111683
1520.32/1533.03	c #Conflicts:    1894000 | #Constraints:     112683
1520.32/1533.03	c #Conflicts:    1895000 | #Constraints:     113683
1520.32/1533.03	c #Conflicts:    1896000 | #Constraints:     114683
1520.32/1533.03	c #Conflicts:    1897000 | #Constraints:     115683
1520.32/1533.03	c #Conflicts:    1898000 | #Constraints:     116683
1520.32/1533.03	c #Conflicts:    1899000 | #Constraints:     117683
1520.32/1533.03	c #Conflicts:    1900000 | #Constraints:     118683
1520.32/1533.03	c #Conflicts:    1901000 | #Constraints:     119683
1520.32/1533.03	c #Conflicts:    1902000 | #Constraints:     120683
1520.32/1533.03	c #Conflicts:    1903000 | #Constraints:     121683
1520.32/1533.03	c #Conflicts:    1904000 | #Constraints:     122683
1520.32/1533.03	c #Conflicts:    1905000 | #Constraints:     123683
1520.32/1533.03	c #Conflicts:    1906000 | #Constraints:     124683
1520.32/1533.03	c #Conflicts:    1907000 | #Constraints:     125683
1520.32/1533.03	c #Conflicts:    1908000 | #Constraints:     126683
1520.32/1533.03	c INPROCESSING
1520.32/1533.03	c GARBAGE COLLECT
1520.32/1533.03	c #Conflicts:    1909000 | #Constraints:      77159
1520.32/1533.03	c #Conflicts:    1910000 | #Constraints:      78159
1520.32/1533.03	c #Conflicts:    1911000 | #Constraints:      79159
1520.32/1533.03	c #Conflicts:    1912000 | #Constraints:      80159
1520.32/1533.03	c #Conflicts:    1913000 | #Constraints:      81159
1520.32/1533.03	c #Conflicts:    1914000 | #Constraints:      82160
1520.32/1533.03	c #Conflicts:    1915000 | #Constraints:      83160
1520.32/1533.03	c #Conflicts:    1916000 | #Constraints:      84160
1520.32/1533.03	c #Conflicts:    1917000 | #Constraints:      85160
1520.32/1533.03	c #Conflicts:    1918000 | #Constraints:      86160
1557.62/1570.46	c #Conflicts:    1919000 | #Constraints:      87160
1557.62/1570.46	c #Conflicts:    1920000 | #Constraints:      88160
1557.62/1570.46	c #Conflicts:    1921000 | #Constraints:      89160
1557.62/1570.46	c #Conflicts:    1922000 | #Constraints:      90160
1557.62/1570.46	c #Conflicts:    1923000 | #Constraints:      91160
1557.62/1570.46	c #Conflicts:    1924000 | #Constraints:      92160
1557.62/1570.46	c #Conflicts:    1925000 | #Constraints:      93160
1557.62/1570.46	c #Conflicts:    1926000 | #Constraints:      94160
1557.62/1570.46	c #Conflicts:    1927000 | #Constraints:      95160
1557.62/1570.46	c #Conflicts:    1928000 | #Constraints:      96160
1557.62/1570.46	c #Conflicts:    1929000 | #Constraints:      97160
1557.62/1570.46	c #Conflicts:    1930000 | #Constraints:      98160
1557.62/1570.46	c #Conflicts:    1931000 | #Constraints:      99160
1557.62/1570.46	c #Conflicts:    1932000 | #Constraints:     100160
1557.62/1570.46	c #Conflicts:    1933000 | #Constraints:     101160
1557.62/1570.46	c #Conflicts:    1934000 | #Constraints:     102160
1557.62/1570.46	c #Conflicts:    1935000 | #Constraints:     103160
1557.62/1570.46	c #Conflicts:    1936000 | #Constraints:     104160
1557.62/1570.46	c #Conflicts:    1937000 | #Constraints:     105160
1557.62/1570.46	c #Conflicts:    1938000 | #Constraints:     106160
1557.62/1570.46	c INPROCESSING
1557.62/1570.46	c GARBAGE COLLECT
1557.62/1570.46	c rational objective 4869.05
1609.09/1622.09	c #Conflicts:    1939000 | #Constraints:      67093
1609.09/1622.09	c #Conflicts:    1940000 | #Constraints:      68093
1609.09/1622.09	c #Conflicts:    1941000 | #Constraints:      69093
1609.09/1622.09	c #Conflicts:    1942000 | #Constraints:      70093
1609.09/1622.09	c #Conflicts:    1943000 | #Constraints:      71093
1609.09/1622.09	c #Conflicts:    1944000 | #Constraints:      72093
1609.09/1622.09	c #Conflicts:    1945000 | #Constraints:      73093
1609.09/1622.09	c #Conflicts:    1946000 | #Constraints:      74093
1609.09/1622.09	c #Conflicts:    1947000 | #Constraints:      75093
1609.09/1622.09	c #Conflicts:    1948000 | #Constraints:      76093
1609.09/1622.09	c #Conflicts:    1949000 | #Constraints:      77093
1609.09/1622.09	c #Conflicts:    1950000 | #Constraints:      78093
1609.09/1622.09	c #Conflicts:    1951000 | #Constraints:      79093
1609.09/1622.09	c #Conflicts:    1952000 | #Constraints:      80093
1609.09/1622.09	c #Conflicts:    1953000 | #Constraints:      81094
1609.09/1622.09	c #Conflicts:    1954000 | #Constraints:      82094
1609.09/1622.09	c #Conflicts:    1955000 | #Constraints:      83094
1609.09/1622.09	c #Conflicts:    1956000 | #Constraints:      84094
1609.09/1622.09	c #Conflicts:    1957000 | #Constraints:      85094
1609.09/1622.09	c #Conflicts:    1958000 | #Constraints:      86094
1609.09/1622.09	c #Conflicts:    1959000 | #Constraints:      87094
1609.09/1622.09	c #Conflicts:    1960000 | #Constraints:      88094
1609.09/1622.09	c #Conflicts:    1961000 | #Constraints:      89094
1609.09/1622.09	c #Conflicts:    1962000 | #Constraints:      90094
1609.09/1622.09	c #Conflicts:    1963000 | #Constraints:      91094
1609.09/1622.09	c #Conflicts:    1964000 | #Constraints:      92094
1609.09/1622.09	c #Conflicts:    1965000 | #Constraints:      93094
1609.09/1622.09	c #Conflicts:    1966000 | #Constraints:      94094
1609.09/1622.09	c #Conflicts:    1967000 | #Constraints:      95094
1609.09/1622.09	c #Conflicts:    1968000 | #Constraints:      96094
1609.09/1622.09	c INPROCESSING
1609.09/1622.09	c GARBAGE COLLECT
1609.09/1622.09	c #Conflicts:    1969000 | #Constraints:      61978
1609.09/1622.09	c #Conflicts:    1970000 | #Constraints:      62978
1609.09/1622.09	c #Conflicts:    1971000 | #Constraints:      63978
1609.09/1622.09	c #Conflicts:    1972000 | #Constraints:      64978
1609.09/1622.09	c #Conflicts:    1973000 | #Constraints:      65978
1609.09/1622.09	c #Conflicts:    1974000 | #Constraints:      66978
1609.09/1622.09	c #Conflicts:    1975000 | #Constraints:      67978
1609.09/1622.09	c #Conflicts:    1976000 | #Constraints:      68978
1609.09/1622.09	c #Conflicts:    1977000 | #Constraints:      69978
1609.09/1622.09	c #Conflicts:    1978000 | #Constraints:      70978
1609.09/1622.09	c #Conflicts:    1979000 | #Constraints:      71978
1609.09/1622.09	c #Conflicts:    1980000 | #Constraints:      72978
1609.09/1622.09	c #Conflicts:    1981000 | #Constraints:      73978
1609.09/1622.09	c #Conflicts:    1982000 | #Constraints:      74978
1609.09/1622.09	c #Conflicts:    1983000 | #Constraints:      75978
1609.09/1622.09	c #Conflicts:    1984000 | #Constraints:      76978
1609.09/1622.09	c #Conflicts:    1985000 | #Constraints:      77978
1609.09/1622.09	c #Conflicts:    1986000 | #Constraints:      78978
1609.09/1622.09	c #Conflicts:    1987000 | #Constraints:      79978
1609.09/1622.09	c #Conflicts:    1988000 | #Constraints:      80978
1609.09/1622.09	c #Conflicts:    1989000 | #Constraints:      81978
1609.09/1622.09	c #Conflicts:    1990000 | #Constraints:      82978
1609.09/1622.09	c #Conflicts:    1991000 | #Constraints:      83978
1609.09/1622.09	c #Conflicts:    1992000 | #Constraints:      84978
1609.09/1622.09	c #Conflicts:    1993000 | #Constraints:      85978
1609.09/1622.09	c #Conflicts:    1994000 | #Constraints:      86978
1609.09/1622.09	c #Conflicts:    1995000 | #Constraints:      87979
1609.09/1622.09	c #Conflicts:    1996000 | #Constraints:      88979
1609.09/1622.09	c #Conflicts:    1997000 | #Constraints:      89979
1609.09/1622.09	c #Conflicts:    1998000 | #Constraints:      90979
1609.09/1622.09	c INPROCESSING
1609.09/1622.09	c GARBAGE COLLECT
1609.09/1622.09	c #Conflicts:    1999000 | #Constraints:      59338
1609.09/1622.09	c #Conflicts:    2000000 | #Constraints:      60338
1609.09/1622.09	c #Conflicts:    2001000 | #Constraints:      61338
1609.09/1622.09	c #Conflicts:    2002000 | #Constraints:      62338
1609.09/1622.09	c #Conflicts:    2003000 | #Constraints:      63338
1609.09/1622.09	c #Conflicts:    2004000 | #Constraints:      64338
1609.09/1622.09	c #Conflicts:    2005000 | #Constraints:      65338
1609.09/1622.09	c #Conflicts:    2006000 | #Constraints:      66338
1609.09/1622.09	c #Conflicts:    2007000 | #Constraints:      67338
1609.09/1622.09	c #Conflicts:    2008000 | #Constraints:      68338
1609.09/1622.09	c #Conflicts:    2009000 | #Constraints:      69338
1609.09/1622.09	c #Conflicts:    2010000 | #Constraints:      70338
1609.09/1622.09	c #Conflicts:    2011000 | #Constraints:      71338
1609.09/1622.09	c #Conflicts:    2012000 | #Constraints:      72338
1609.09/1622.09	c #Conflicts:    2013000 | #Constraints:      73338
1609.09/1622.09	c #Conflicts:    2014000 | #Constraints:      74338
1609.09/1622.09	c #Conflicts:    2015000 | #Constraints:      75338
1609.09/1622.09	c #Conflicts:    2016000 | #Constraints:      76338
1672.32/1685.43	c #Conflicts:    2017000 | #Constraints:      77338
1672.32/1685.43	c #Conflicts:    2018000 | #Constraints:      78338
1672.32/1685.43	c #Conflicts:    2019000 | #Constraints:      79338
1672.32/1685.43	c #Conflicts:    2020000 | #Constraints:      80338
1672.32/1685.43	c #Conflicts:    2021000 | #Constraints:      81338
1672.32/1685.43	c #Conflicts:    2022000 | #Constraints:      82338
1672.32/1685.43	c #Conflicts:    2023000 | #Constraints:      83338
1672.32/1685.43	c #Conflicts:    2024000 | #Constraints:      84338
1672.32/1685.43	c #Conflicts:    2025000 | #Constraints:      85338
1672.32/1685.43	c #Conflicts:    2026000 | #Constraints:      86338
1672.32/1685.43	c #Conflicts:    2027000 | #Constraints:      87338
1672.32/1685.43	c #Conflicts:    2028000 | #Constraints:      88338
1672.32/1685.43	c #Conflicts:    2029000 | #Constraints:      89338
1672.32/1685.43	c #Conflicts:    2030000 | #Constraints:      90338
1672.32/1685.43	c #Conflicts:    2031000 | #Constraints:      91338
1672.32/1685.43	c #Conflicts:    2032000 | #Constraints:      92338
1672.32/1685.43	c #Conflicts:    2033000 | #Constraints:      93338
1672.32/1685.43	c #Conflicts:    2034000 | #Constraints:      94338
1672.32/1685.43	c #Conflicts:    2035000 | #Constraints:      95338
1672.32/1685.43	c #Conflicts:    2036000 | #Constraints:      96338
1672.32/1685.43	c #Conflicts:    2037000 | #Constraints:      97338
1672.32/1685.43	c #Conflicts:    2038000 | #Constraints:      98338
1672.32/1685.43	c #Conflicts:    2039000 | #Constraints:      99338
1672.32/1685.43	c #Conflicts:    2040000 | #Constraints:     100338
1672.32/1685.43	c #Conflicts:    2041000 | #Constraints:     101338
1672.32/1685.43	c #Conflicts:    2042000 | #Constraints:     102338
1672.32/1685.43	c #Conflicts:    2043000 | #Constraints:     103338
1672.32/1685.43	c #Conflicts:    2044000 | #Constraints:     104338
1672.32/1685.43	c #Conflicts:    2045000 | #Constraints:     105338
1672.32/1685.43	c #Conflicts:    2046000 | #Constraints:     106338
1672.32/1685.43	c #Conflicts:    2047000 | #Constraints:     107338
1672.32/1685.43	c #Conflicts:    2048000 | #Constraints:     108338
1672.32/1685.43	c #Conflicts:    2049000 | #Constraints:     109338
1672.32/1685.43	c #Conflicts:    2050000 | #Constraints:     110338
1672.32/1685.43	c #Conflicts:    2051000 | #Constraints:     111338
1672.32/1685.43	c #Conflicts:    2052000 | #Constraints:     112338
1672.32/1685.43	c #Conflicts:    2053000 | #Constraints:     113338
1672.32/1685.43	c #Conflicts:    2054000 | #Constraints:     114338
1672.32/1685.43	c #Conflicts:    2055000 | #Constraints:     115338
1672.32/1685.43	c #Conflicts:    2056000 | #Constraints:     116338
1672.32/1685.43	c #Conflicts:    2057000 | #Constraints:     117338
1672.32/1685.43	c #Conflicts:    2058000 | #Constraints:     118338
1672.32/1685.43	c #Conflicts:    2059000 | #Constraints:     119338
1672.32/1685.43	c #Conflicts:    2060000 | #Constraints:     120338
1672.32/1685.43	c #Conflicts:    2061000 | #Constraints:     121338
1672.32/1685.43	c #Conflicts:    2062000 | #Constraints:     122338
1672.32/1685.43	c #Conflicts:    2063000 | #Constraints:     123338
1672.32/1685.43	c #Conflicts:    2064000 | #Constraints:     124338
1672.32/1685.43	c #Conflicts:    2065000 | #Constraints:     125338
1672.32/1685.43	c #Conflicts:    2066000 | #Constraints:     126338
1672.32/1685.43	c #Conflicts:    2067000 | #Constraints:     127338
1672.32/1685.43	c #Conflicts:    2068000 | #Constraints:     128338
1672.32/1685.43	c #Conflicts:    2069000 | #Constraints:     129338
1672.32/1685.43	c #Conflicts:    2070000 | #Constraints:     130338
1672.32/1685.43	c #Conflicts:    2071000 | #Constraints:     131338
1672.32/1685.43	c #Conflicts:    2072000 | #Constraints:     132338
1672.32/1685.43	c #Conflicts:    2073000 | #Constraints:     133338
1672.32/1685.43	c #Conflicts:    2074000 | #Constraints:     134338
1672.32/1685.43	c #Conflicts:    2075000 | #Constraints:     135338
1672.32/1685.43	c #Conflicts:    2076000 | #Constraints:     136338
1672.32/1685.43	c #Conflicts:    2077000 | #Constraints:     137338
1672.32/1685.43	c #Conflicts:    2078000 | #Constraints:     138338
1672.32/1685.43	c #Conflicts:    2079000 | #Constraints:     139338
1672.32/1685.43	c #Conflicts:    2080000 | #Constraints:     140338
1672.32/1685.43	c #Conflicts:    2081000 | #Constraints:     141338
1672.32/1685.43	c #Conflicts:    2082000 | #Constraints:     142338
1672.32/1685.43	c #Conflicts:    2083000 | #Constraints:     143338
1672.32/1685.43	c #Conflicts:    2084000 | #Constraints:     144338
1672.32/1685.43	c #Conflicts:    2085000 | #Constraints:     145338
1672.32/1685.43	c #Conflicts:    2086000 | #Constraints:     146338
1672.32/1685.43	c #Conflicts:    2087000 | #Constraints:     147338
1672.32/1685.43	c #Conflicts:    2088000 | #Constraints:     148338
1672.32/1685.43	c #Conflicts:    2089000 | #Constraints:     149338
1672.32/1685.43	c #Conflicts:    2090000 | #Constraints:     150338
1672.32/1685.43	c #Conflicts:    2091000 | #Constraints:     151338
1672.32/1685.43	c #Conflicts:    2092000 | #Constraints:     152338
1672.32/1685.43	c #Conflicts:    2093000 | #Constraints:     153338
1672.32/1685.43	c #Conflicts:    2094000 | #Constraints:     154338
1672.32/1685.43	c #Conflicts:    2095000 | #Constraints:     155338
1753.40/1766.73	c #Conflicts:    2096000 | #Constraints:     156338
1753.40/1766.73	c #Conflicts:    2097000 | #Constraints:     157338
1753.40/1766.73	c #Conflicts:    2098000 | #Constraints:     158338
1753.40/1766.73	c #Conflicts:    2099000 | #Constraints:     159338
1753.40/1766.73	c #Conflicts:    2100000 | #Constraints:     160338
1753.40/1766.73	c #Conflicts:    2101000 | #Constraints:     161338
1753.40/1766.73	c #Conflicts:    2102000 | #Constraints:     162338
1753.40/1766.73	c #Conflicts:    2103000 | #Constraints:     163338
1753.40/1766.73	c #Conflicts:    2104000 | #Constraints:     164338
1753.40/1766.73	c #Conflicts:    2105000 | #Constraints:     165338
1753.40/1766.73	c #Conflicts:    2106000 | #Constraints:     166338
1753.40/1766.73	c #Conflicts:    2107000 | #Constraints:     167338
1753.40/1766.73	c #Conflicts:    2108000 | #Constraints:     168338
1753.40/1766.73	c #Conflicts:    2109000 | #Constraints:     169338
1753.40/1766.73	c #Conflicts:    2110000 | #Constraints:     170338
1753.40/1766.73	c #Conflicts:    2111000 | #Constraints:     171338
1753.40/1766.73	c #Conflicts:    2112000 | #Constraints:     172338
1753.40/1766.73	c #Conflicts:    2113000 | #Constraints:     173338
1753.40/1766.73	c #Conflicts:    2114000 | #Constraints:     174338
1753.40/1766.73	c #Conflicts:    2115000 | #Constraints:     175338
1753.40/1766.73	c #Conflicts:    2116000 | #Constraints:     176338
1753.40/1766.73	c INPROCESSING
1753.40/1766.73	c GARBAGE COLLECT
1753.40/1766.73	c #Conflicts:    2117000 | #Constraints:     101749
1753.40/1766.73	c #Conflicts:    2118000 | #Constraints:     102749
1753.40/1766.73	c #Conflicts:    2119000 | #Constraints:     103749
1753.40/1766.73	c #Conflicts:    2120000 | #Constraints:     104749
1753.40/1766.73	c #Conflicts:    2121000 | #Constraints:     105749
1753.40/1766.73	c #Conflicts:    2122000 | #Constraints:     106749
1753.40/1766.73	c #Conflicts:    2123000 | #Constraints:     107749
1753.40/1766.73	c #Conflicts:    2124000 | #Constraints:     108749
1753.40/1766.73	c #Conflicts:    2125000 | #Constraints:     109749
1753.40/1766.73	c #Conflicts:    2126000 | #Constraints:     110749
1753.40/1766.73	c #Conflicts:    2127000 | #Constraints:     111749
1753.40/1766.73	c #Conflicts:    2128000 | #Constraints:     112749
1753.40/1766.73	c #Conflicts:    2129000 | #Constraints:     113749
1753.40/1766.73	c #Conflicts:    2130000 | #Constraints:     114749
1753.40/1766.73	c #Conflicts:    2131000 | #Constraints:     115749
1753.40/1766.73	c #Conflicts:    2132000 | #Constraints:     116749
1753.40/1766.73	c #Conflicts:    2133000 | #Constraints:     117749
1753.40/1766.73	c #Conflicts:    2134000 | #Constraints:     118749
1753.40/1766.73	c #Conflicts:    2135000 | #Constraints:     119749
1753.40/1766.73	c #Conflicts:    2136000 | #Constraints:     120749
1753.40/1766.73	c #Conflicts:    2137000 | #Constraints:     121749
1753.40/1766.73	c #Conflicts:    2138000 | #Constraints:     122749
1753.40/1766.73	c #Conflicts:    2139000 | #Constraints:     123749
1753.40/1766.73	c #Conflicts:    2140000 | #Constraints:     124749
1753.40/1766.73	c #Conflicts:    2141000 | #Constraints:     125749
1753.40/1766.73	c #Conflicts:    2142000 | #Constraints:     126749
1753.40/1766.73	c #Conflicts:    2143000 | #Constraints:     127749
1753.40/1766.73	c #Conflicts:    2144000 | #Constraints:     128749
1753.40/1766.73	c #Conflicts:    2145000 | #Constraints:     129749
1753.40/1766.73	c #Conflicts:    2146000 | #Constraints:     130749
1753.40/1766.73	c #Conflicts:    2147000 | #Constraints:     131749
1753.40/1766.73	c #Conflicts:    2148000 | #Constraints:     132749
1753.40/1766.73	c INPROCESSING
1753.40/1766.73	c GARBAGE COLLECT
1753.40/1766.73	c #Conflicts:    2149000 | #Constraints:      80209
1753.40/1766.73	c #Conflicts:    2150000 | #Constraints:      81209
1753.40/1766.73	c #Conflicts:    2151000 | #Constraints:      82209
1753.40/1766.73	c #Conflicts:    2152000 | #Constraints:      83209
1753.40/1766.73	c #Conflicts:    2153000 | #Constraints:      84209
1753.40/1766.73	c #Conflicts:    2154000 | #Constraints:      85209
1753.40/1766.73	c #Conflicts:    2155000 | #Constraints:      86209
1753.40/1766.73	c #Conflicts:    2156000 | #Constraints:      87209
1753.40/1766.73	c #Conflicts:    2157000 | #Constraints:      88209
1753.40/1766.73	c #Conflicts:    2158000 | #Constraints:      89209
1753.40/1766.73	c #Conflicts:    2159000 | #Constraints:      90209
1753.40/1766.73	c #Conflicts:    2160000 | #Constraints:      91209
1753.40/1766.73	c #Conflicts:    2161000 | #Constraints:      92209
1753.40/1766.73	c #Conflicts:    2162000 | #Constraints:      93209
1753.40/1766.73	c #Conflicts:    2163000 | #Constraints:      94209
1753.40/1766.73	c #Conflicts:    2164000 | #Constraints:      95209
1753.40/1766.73	c #Conflicts:    2165000 | #Constraints:      96209
1753.40/1766.73	c #Conflicts:    2166000 | #Constraints:      97209
1753.40/1766.73	c #Conflicts:    2167000 | #Constraints:      98209
1753.40/1766.73	c #Conflicts:    2168000 | #Constraints:      99209
1753.40/1766.73	c #Conflicts:    2169000 | #Constraints:     100209
1753.40/1766.73	c #Conflicts:    2170000 | #Constraints:     101209
1753.40/1766.73	c #Conflicts:    2171000 | #Constraints:     102209
1753.40/1766.73	c #Conflicts:    2172000 | #Constraints:     103209
1800.96/1814.43	c #Conflicts:    2173000 | #Constraints:     104209
1800.96/1814.43	c #Conflicts:    2174000 | #Constraints:     105209
1800.96/1814.43	c #Conflicts:    2175000 | #Constraints:     106209
1800.96/1814.43	c #Conflicts:    2176000 | #Constraints:     107209
1800.96/1814.43	c #Conflicts:    2177000 | #Constraints:     108209
1800.96/1814.43	c #Conflicts:    2178000 | #Constraints:     109209
1800.96/1814.43	c #Conflicts:    2179000 | #Constraints:     110209
1800.96/1814.43	c #Conflicts:    2180000 | #Constraints:     111209
1800.96/1814.43	c INPROCESSING
1800.96/1814.43	c GARBAGE COLLECT
1800.96/1814.43	c #Conflicts:    2181000 | #Constraints:      69579
1800.96/1814.43	c #Conflicts:    2182000 | #Constraints:      70579
1800.96/1814.43	c #Conflicts:    2183000 | #Constraints:      71579
1800.96/1814.43	c #Conflicts:    2184000 | #Constraints:      72579
1800.96/1814.43	c #Conflicts:    2185000 | #Constraints:      73579
1800.96/1814.43	c #Conflicts:    2186000 | #Constraints:      74579
1800.96/1814.43	c #Conflicts:    2187000 | #Constraints:      75579
1800.96/1814.43	c #Conflicts:    2188000 | #Constraints:      76579
1800.96/1814.43	c #Conflicts:    2189000 | #Constraints:      77579
1800.96/1814.43	c #Conflicts:    2190000 | #Constraints:      78579
1800.96/1814.43	c #Conflicts:    2191000 | #Constraints:      79579
1800.96/1814.43	c #Conflicts:    2192000 | #Constraints:      80579
1800.96/1814.43	c #Conflicts:    2193000 | #Constraints:      81579
1800.96/1814.43	c #Conflicts:    2194000 | #Constraints:      82579
1800.96/1814.43	c #Conflicts:    2195000 | #Constraints:      83579
1800.96/1814.43	c #Conflicts:    2196000 | #Constraints:      84579
1800.96/1814.43	c #Conflicts:    2197000 | #Constraints:      85579
1800.96/1814.43	c #Conflicts:    2198000 | #Constraints:      86579
1800.96/1814.43	c #Conflicts:    2199000 | #Constraints:      87579
1800.96/1814.43	c #Conflicts:    2200000 | #Constraints:      88579
1800.96/1814.43	c #Conflicts:    2201000 | #Constraints:      89579
1800.96/1814.43	c #Conflicts:    2202000 | #Constraints:      90579
1800.96/1814.43	c #Conflicts:    2203000 | #Constraints:      91579
1800.96/1814.43	c #Conflicts:    2204000 | #Constraints:      92579
1800.96/1814.43	c #Conflicts:    2205000 | #Constraints:      93579
1800.96/1814.43	c #Conflicts:    2206000 | #Constraints:      94579
1800.96/1814.43	c #Conflicts:    2207000 | #Constraints:      95579
1800.96/1814.43	c #Conflicts:    2208000 | #Constraints:      96579
1800.96/1814.43	c #Conflicts:    2209000 | #Constraints:      97579
1800.96/1814.43	c #Conflicts:    2210000 | #Constraints:      98579
1800.96/1814.43	c #Conflicts:    2211000 | #Constraints:      99579
1800.96/1814.43	c INPROCESSING
1800.96/1814.43	c GARBAGE COLLECT
1800.96/1814.43	c #Conflicts:    2212000 | #Constraints:      63312
1800.96/1814.43	c #Conflicts:    2213000 | #Constraints:      64312
1800.96/1814.43	c #Conflicts:    2214000 | #Constraints:      65312
1800.96/1814.43	c #Conflicts:    2215000 | #Constraints:      66312
1800.96/1814.43	c #Conflicts:    2216000 | #Constraints:      67312
1800.96/1814.43	c #Conflicts:    2217000 | #Constraints:      68312
1800.96/1814.43	c #Conflicts:    2218000 | #Constraints:      69312
1800.96/1814.43	c #Conflicts:    2219000 | #Constraints:      70312
1800.96/1814.43	c #Conflicts:    2220000 | #Constraints:      71312
1800.96/1814.43	c #Conflicts:    2221000 | #Constraints:      72312
1800.96/1814.43	c #Conflicts:    2222000 | #Constraints:      73312
1800.96/1814.43	c #Conflicts:    2223000 | #Constraints:      74312
1800.96/1814.43	c #Conflicts:    2224000 | #Constraints:      75312
1800.96/1814.43	c #Conflicts:    2225000 | #Constraints:      76312
1800.96/1814.43	c #Conflicts:    2226000 | #Constraints:      77312
1800.96/1814.43	c #Conflicts:    2227000 | #Constraints:      78312
1800.96/1814.43	c #Conflicts:    2228000 | #Constraints:      79312
1800.96/1814.43	c #Conflicts:    2229000 | #Constraints:      80312
1800.96/1814.43	c #Conflicts:    2230000 | #Constraints:      81312
1800.96/1814.43	c #Conflicts:    2231000 | #Constraints:      82312
1800.96/1814.43	c #Conflicts:    2232000 | #Constraints:      83312
1800.96/1814.43	c #Conflicts:    2233000 | #Constraints:      84312
1800.96/1814.43	c #Conflicts:    2234000 | #Constraints:      85312
1800.96/1814.43	c #Conflicts:    2235000 | #Constraints:      86312
1800.96/1814.43	c #Conflicts:    2236000 | #Constraints:      87312
1800.96/1814.43	c #Conflicts:    2237000 | #Constraints:      88312
1800.96/1814.43	c #Conflicts:    2238000 | #Constraints:      89312
1800.96/1814.43	c #Conflicts:    2239000 | #Constraints:      90312
1800.96/1814.43	c #Conflicts:    2240000 | #Constraints:      91312
1800.96/1814.43	c #Conflicts:    2241000 | #Constraints:      92312
1800.96/1814.43	c #Conflicts:    2242000 | #Constraints:      93312
1800.96/1814.43	c #Conflicts:    2243000 | #Constraints:      94312
1800.96/1814.43	c #Conflicts:    2244000 | #Constraints:      95312
1800.96/1814.43	c INPROCESSING
1800.96/1814.43	c GARBAGE COLLECT
1800.96/1814.43	c #Conflicts:    2245000 | #Constraints:      61604
1800.96/1814.43	c #Conflicts:    2246000 | #Constraints:      62604
1800.96/1814.43	c #Conflicts:    2247000 | #Constraints:      63604
1800.96/1814.43	c #Conflicts:    2248000 | #Constraints:      64604
1800.96/1814.43	c #Conflicts:    2249000 | #Constraints:      65604
1875.44/1889.44	c #Conflicts:    2250000 | #Constraints:      66604
1875.44/1889.44	c #Conflicts:    2251000 | #Constraints:      67604
1875.44/1889.44	c #Conflicts:    2252000 | #Constraints:      68604
1875.44/1889.44	c #Conflicts:    2253000 | #Constraints:      69604
1875.44/1889.44	c #Conflicts:    2254000 | #Constraints:      70604
1875.44/1889.44	c #Conflicts:    2255000 | #Constraints:      71604
1875.44/1889.44	c #Conflicts:    2256000 | #Constraints:      72604
1875.44/1889.44	c #Conflicts:    2257000 | #Constraints:      73604
1875.44/1889.44	c #Conflicts:    2258000 | #Constraints:      74604
1875.44/1889.44	c #Conflicts:    2259000 | #Constraints:      75604
1875.44/1889.44	c #Conflicts:    2260000 | #Constraints:      76604
1875.44/1889.44	c #Conflicts:    2261000 | #Constraints:      77604
1875.44/1889.44	c #Conflicts:    2262000 | #Constraints:      78604
1875.44/1889.44	c #Conflicts:    2263000 | #Constraints:      79604
1875.44/1889.44	c #Conflicts:    2264000 | #Constraints:      80604
1875.44/1889.44	c #Conflicts:    2265000 | #Constraints:      81604
1875.44/1889.44	c #Conflicts:    2266000 | #Constraints:      82604
1875.44/1889.44	c #Conflicts:    2267000 | #Constraints:      83604
1875.44/1889.44	c #Conflicts:    2268000 | #Constraints:      84604
1875.44/1889.44	c #Conflicts:    2269000 | #Constraints:      85604
1875.44/1889.44	c #Conflicts:    2270000 | #Constraints:      86604
1875.44/1889.44	c #Conflicts:    2271000 | #Constraints:      87604
1875.44/1889.44	c #Conflicts:    2272000 | #Constraints:      88604
1875.44/1889.44	c #Conflicts:    2273000 | #Constraints:      89604
1875.44/1889.44	c #Conflicts:    2274000 | #Constraints:      90604
1875.44/1889.44	c #Conflicts:    2275000 | #Constraints:      91604
1875.44/1889.44	c #Conflicts:    2276000 | #Constraints:      92604
1875.44/1889.44	c #Conflicts:    2277000 | #Constraints:      93604
1875.44/1889.44	c #Conflicts:    2278000 | #Constraints:      94604
1875.44/1889.44	c #Conflicts:    2279000 | #Constraints:      95604
1875.44/1889.44	c #Conflicts:    2280000 | #Constraints:      96604
1875.44/1889.44	c #Conflicts:    2281000 | #Constraints:      97604
1875.44/1889.44	c #Conflicts:    2282000 | #Constraints:      98604
1875.44/1889.44	c #Conflicts:    2283000 | #Constraints:      99604
1875.44/1889.44	c #Conflicts:    2284000 | #Constraints:     100604
1875.44/1889.44	c #Conflicts:    2285000 | #Constraints:     101604
1875.44/1889.44	c #Conflicts:    2286000 | #Constraints:     102604
1875.44/1889.44	c #Conflicts:    2287000 | #Constraints:     103604
1875.44/1889.44	c #Conflicts:    2288000 | #Constraints:     104604
1875.44/1889.44	c #Conflicts:    2289000 | #Constraints:     105604
1875.44/1889.44	c #Conflicts:    2290000 | #Constraints:     106604
1875.44/1889.44	c #Conflicts:    2291000 | #Constraints:     107604
1875.44/1889.44	c #Conflicts:    2292000 | #Constraints:     108604
1875.44/1889.44	c #Conflicts:    2293000 | #Constraints:     109604
1875.44/1889.44	c #Conflicts:    2294000 | #Constraints:     110604
1875.44/1889.44	c #Conflicts:    2295000 | #Constraints:     111604
1875.44/1889.44	c #Conflicts:    2296000 | #Constraints:     112604
1875.44/1889.44	c #Conflicts:    2297000 | #Constraints:     113604
1875.44/1889.44	c #Conflicts:    2298000 | #Constraints:     114604
1875.44/1889.44	c #Conflicts:    2299000 | #Constraints:     115604
1875.44/1889.44	c #Conflicts:    2300000 | #Constraints:     116604
1875.44/1889.44	c #Conflicts:    2301000 | #Constraints:     117604
1875.44/1889.44	c #Conflicts:    2302000 | #Constraints:     118604
1875.44/1889.44	c #Conflicts:    2303000 | #Constraints:     119604
1875.44/1889.44	c #Conflicts:    2304000 | #Constraints:     120604
1875.44/1889.44	c #Conflicts:    2305000 | #Constraints:     121604
1875.44/1889.44	c #Conflicts:    2306000 | #Constraints:     122604
1875.44/1889.44	c #Conflicts:    2307000 | #Constraints:     123604
1875.44/1889.44	c #Conflicts:    2308000 | #Constraints:     124604
1875.44/1889.44	c #Conflicts:    2309000 | #Constraints:     125604
1875.44/1889.44	c #Conflicts:    2310000 | #Constraints:     126604
1875.44/1889.44	c #Conflicts:    2311000 | #Constraints:     127604
1875.44/1889.44	c #Conflicts:    2312000 | #Constraints:     128604
1875.44/1889.44	c #Conflicts:    2313000 | #Constraints:     129604
1875.44/1889.44	c #Conflicts:    2314000 | #Constraints:     130604
1875.44/1889.44	c #Conflicts:    2315000 | #Constraints:     131604
1875.44/1889.44	c #Conflicts:    2316000 | #Constraints:     132604
1875.44/1889.44	c #Conflicts:    2317000 | #Constraints:     133604
1875.44/1889.44	c #Conflicts:    2318000 | #Constraints:     134604
1875.44/1889.44	c #Conflicts:    2319000 | #Constraints:     135604
1875.44/1889.44	c #Conflicts:    2320000 | #Constraints:     136604
1875.44/1889.44	c #Conflicts:    2321000 | #Constraints:     137604
1875.44/1889.44	c #Conflicts:    2322000 | #Constraints:     138604
1875.44/1889.44	c #Conflicts:    2323000 | #Constraints:     139604
1875.44/1889.44	c #Conflicts:    2324000 | #Constraints:     140604
1875.44/1889.44	c #Conflicts:    2325000 | #Constraints:     141604
1875.44/1889.44	c #Conflicts:    2326000 | #Constraints:     142604
1875.44/1889.44	c #Conflicts:    2327000 | #Constraints:     143604
1875.44/1889.44	c #Conflicts:    2328000 | #Constraints:     144604
1951.14/1965.30	c #Conflicts:    2329000 | #Constraints:     145604
1951.14/1965.30	c #Conflicts:    2330000 | #Constraints:     146604
1951.14/1965.30	c #Conflicts:    2331000 | #Constraints:     147604
1951.14/1965.30	c #Conflicts:    2332000 | #Constraints:     148604
1951.14/1965.30	c #Conflicts:    2333000 | #Constraints:     149604
1951.14/1965.30	c #Conflicts:    2334000 | #Constraints:     150604
1951.14/1965.30	c #Conflicts:    2335000 | #Constraints:     151604
1951.14/1965.30	c #Conflicts:    2336000 | #Constraints:     152604
1951.14/1965.30	c #Conflicts:    2337000 | #Constraints:     153604
1951.14/1965.30	c #Conflicts:    2338000 | #Constraints:     154604
1951.14/1965.30	c #Conflicts:    2339000 | #Constraints:     155604
1951.14/1965.30	c #Conflicts:    2340000 | #Constraints:     156604
1951.14/1965.30	c #Conflicts:    2341000 | #Constraints:     157604
1951.14/1965.30	c #Conflicts:    2342000 | #Constraints:     158604
1951.14/1965.30	c #Conflicts:    2343000 | #Constraints:     159604
1951.14/1965.30	c #Conflicts:    2344000 | #Constraints:     160604
1951.14/1965.30	c #Conflicts:    2345000 | #Constraints:     161604
1951.14/1965.30	c #Conflicts:    2346000 | #Constraints:     162604
1951.14/1965.30	c #Conflicts:    2347000 | #Constraints:     163604
1951.14/1965.30	c #Conflicts:    2348000 | #Constraints:     164604
1951.14/1965.30	c #Conflicts:    2349000 | #Constraints:     165604
1951.14/1965.30	c #Conflicts:    2350000 | #Constraints:     166604
1951.14/1965.30	c #Conflicts:    2351000 | #Constraints:     167604
1951.14/1965.30	c #Conflicts:    2352000 | #Constraints:     168604
1951.14/1965.30	c #Conflicts:    2353000 | #Constraints:     169604
1951.14/1965.30	c #Conflicts:    2354000 | #Constraints:     170604
1951.14/1965.30	c #Conflicts:    2355000 | #Constraints:     171604
1951.14/1965.30	c #Conflicts:    2356000 | #Constraints:     172604
1951.14/1965.30	c #Conflicts:    2357000 | #Constraints:     173604
1951.14/1965.30	c #Conflicts:    2358000 | #Constraints:     174604
1951.14/1965.30	c #Conflicts:    2359000 | #Constraints:     175604
1951.14/1965.30	c #Conflicts:    2360000 | #Constraints:     176604
1951.14/1965.30	c #Conflicts:    2361000 | #Constraints:     177604
1951.14/1965.30	c #Conflicts:    2362000 | #Constraints:     178604
1951.14/1965.30	c #Conflicts:    2363000 | #Constraints:     179604
1951.14/1965.30	c #Conflicts:    2364000 | #Constraints:     180604
1951.14/1965.30	c #Conflicts:    2365000 | #Constraints:     181604
1951.14/1965.30	c #Conflicts:    2366000 | #Constraints:     182604
1951.14/1965.30	c #Conflicts:    2367000 | #Constraints:     183604
1951.14/1965.30	c #Conflicts:    2368000 | #Constraints:     184604
1951.14/1965.30	c #Conflicts:    2369000 | #Constraints:     185604
1951.14/1965.30	c INPROCESSING
1951.14/1965.30	c GARBAGE COLLECT
1951.14/1965.30	c rational objective 4869.06
2008.22/2022.96	c #Conflicts:    2370000 | #Constraints:     106779
2008.22/2022.96	c #Conflicts:    2371000 | #Constraints:     107779
2008.22/2022.96	c #Conflicts:    2372000 | #Constraints:     108779
2008.22/2022.96	c #Conflicts:    2373000 | #Constraints:     109779
2008.22/2022.96	c #Conflicts:    2374000 | #Constraints:     110779
2008.22/2022.96	c #Conflicts:    2375000 | #Constraints:     111779
2008.22/2022.96	c #Conflicts:    2376000 | #Constraints:     112779
2008.22/2022.96	c #Conflicts:    2377000 | #Constraints:     113779
2008.22/2022.96	c #Conflicts:    2378000 | #Constraints:     114779
2008.22/2022.96	c #Conflicts:    2379000 | #Constraints:     115779
2008.22/2022.96	c #Conflicts:    2380000 | #Constraints:     116779
2008.22/2022.96	c #Conflicts:    2381000 | #Constraints:     117779
2008.22/2022.96	c #Conflicts:    2382000 | #Constraints:     118779
2008.22/2022.96	c #Conflicts:    2383000 | #Constraints:     119779
2008.22/2022.96	c #Conflicts:    2384000 | #Constraints:     120779
2008.22/2022.96	c #Conflicts:    2385000 | #Constraints:     121779
2008.22/2022.96	c #Conflicts:    2386000 | #Constraints:     122779
2008.22/2022.96	c #Conflicts:    2387000 | #Constraints:     123779
2008.22/2022.96	c #Conflicts:    2388000 | #Constraints:     124779
2008.22/2022.96	c #Conflicts:    2389000 | #Constraints:     125779
2008.22/2022.96	c #Conflicts:    2390000 | #Constraints:     126779
2008.22/2022.96	c #Conflicts:    2391000 | #Constraints:     127779
2008.22/2022.96	c #Conflicts:    2392000 | #Constraints:     128779
2008.22/2022.96	c #Conflicts:    2393000 | #Constraints:     129779
2008.22/2022.96	c #Conflicts:    2394000 | #Constraints:     130779
2008.22/2022.96	c #Conflicts:    2395000 | #Constraints:     131779
2008.22/2022.96	c #Conflicts:    2396000 | #Constraints:     132779
2008.22/2022.96	c #Conflicts:    2397000 | #Constraints:     133779
2008.22/2022.96	c #Conflicts:    2398000 | #Constraints:     134779
2008.22/2022.96	c #Conflicts:    2399000 | #Constraints:     135779
2008.22/2022.96	c #Conflicts:    2400000 | #Constraints:     136779
2008.22/2022.96	c #Conflicts:    2401000 | #Constraints:     137779
2008.22/2022.96	c #Conflicts:    2402000 | #Constraints:     138779
2008.22/2022.96	c INPROCESSING
2008.22/2022.96	c GARBAGE COLLECT
2008.22/2022.96	c #Conflicts:    2403000 | #Constraints:      83162
2008.22/2022.96	c #Conflicts:    2404000 | #Constraints:      84162
2008.22/2022.96	c #Conflicts:    2405000 | #Constraints:      85162
2008.22/2022.96	c #Conflicts:    2406000 | #Constraints:      86162
2008.22/2022.96	c #Conflicts:    2407000 | #Constraints:      87162
2008.22/2022.96	c #Conflicts:    2408000 | #Constraints:      88162
2008.22/2022.96	c #Conflicts:    2409000 | #Constraints:      89162
2008.22/2022.96	c #Conflicts:    2410000 | #Constraints:      90162
2008.22/2022.96	c #Conflicts:    2411000 | #Constraints:      91162
2008.22/2022.96	c #Conflicts:    2412000 | #Constraints:      92162
2008.22/2022.96	c #Conflicts:    2413000 | #Constraints:      93162
2008.22/2022.96	c #Conflicts:    2414000 | #Constraints:      94162
2008.22/2022.96	c #Conflicts:    2415000 | #Constraints:      95162
2008.22/2022.96	c #Conflicts:    2416000 | #Constraints:      96162
2008.22/2022.96	c #Conflicts:    2417000 | #Constraints:      97162
2008.22/2022.96	c #Conflicts:    2418000 | #Constraints:      98162
2008.22/2022.96	c #Conflicts:    2419000 | #Constraints:      99162
2008.22/2022.96	c #Conflicts:    2420000 | #Constraints:     100162
2008.22/2022.96	c #Conflicts:    2421000 | #Constraints:     101162
2008.22/2022.96	c #Conflicts:    2422000 | #Constraints:     102162
2008.22/2022.96	c #Conflicts:    2423000 | #Constraints:     103162
2008.22/2022.96	c #Conflicts:    2424000 | #Constraints:     104162
2008.22/2022.96	c #Conflicts:    2425000 | #Constraints:     105162
2008.22/2022.96	c #Conflicts:    2426000 | #Constraints:     106162
2008.22/2022.96	c #Conflicts:    2427000 | #Constraints:     107162
2008.22/2022.96	c #Conflicts:    2428000 | #Constraints:     108162
2008.22/2022.96	c #Conflicts:    2429000 | #Constraints:     109162
2008.22/2022.96	c #Conflicts:    2430000 | #Constraints:     110162
2008.22/2022.96	c #Conflicts:    2431000 | #Constraints:     111162
2008.22/2022.96	c #Conflicts:    2432000 | #Constraints:     112162
2008.22/2022.96	c #Conflicts:    2433000 | #Constraints:     113162
2008.22/2022.96	c #Conflicts:    2434000 | #Constraints:     114162
2008.22/2022.96	c #Conflicts:    2435000 | #Constraints:     115162
2008.22/2022.96	c #Conflicts:    2436000 | #Constraints:     116162
2008.22/2022.96	c INPROCESSING
2008.22/2022.96	c GARBAGE COLLECT
2008.22/2022.96	c #Conflicts:    2437000 | #Constraints:      72027
2008.22/2022.96	c #Conflicts:    2438000 | #Constraints:      73027
2008.22/2022.96	c #Conflicts:    2439000 | #Constraints:      74027
2008.22/2022.96	c #Conflicts:    2440000 | #Constraints:      75027
2008.22/2022.96	c #Conflicts:    2441000 | #Constraints:      76027
2008.22/2022.96	c #Conflicts:    2442000 | #Constraints:      77027
2008.22/2022.96	c #Conflicts:    2443000 | #Constraints:      78027
2008.22/2022.96	c #Conflicts:    2444000 | #Constraints:      79027
2008.22/2022.96	c #Conflicts:    2445000 | #Constraints:      80027
2008.22/2022.96	c #Conflicts:    2446000 | #Constraints:      81027
2008.22/2022.96	c #Conflicts:    2447000 | #Constraints:      82027
2061.44/2078.73	c #Conflicts:    2448000 | #Constraints:      83027
2061.44/2078.73	c #Conflicts:    2449000 | #Constraints:      84027
2061.44/2078.73	c #Conflicts:    2450000 | #Constraints:      85027
2061.44/2078.73	c #Conflicts:    2451000 | #Constraints:      86027
2061.44/2078.73	c #Conflicts:    2452000 | #Constraints:      87027
2061.44/2078.73	c #Conflicts:    2453000 | #Constraints:      88027
2061.44/2078.73	c #Conflicts:    2454000 | #Constraints:      89027
2061.44/2078.73	c #Conflicts:    2455000 | #Constraints:      90027
2061.44/2078.73	c #Conflicts:    2456000 | #Constraints:      91027
2061.44/2078.73	c #Conflicts:    2457000 | #Constraints:      92027
2061.44/2078.73	c #Conflicts:    2458000 | #Constraints:      93027
2061.44/2078.73	c #Conflicts:    2459000 | #Constraints:      94027
2061.44/2078.73	c #Conflicts:    2460000 | #Constraints:      95027
2061.44/2078.73	c #Conflicts:    2461000 | #Constraints:      96027
2061.44/2078.73	c #Conflicts:    2462000 | #Constraints:      97027
2061.44/2078.73	c #Conflicts:    2463000 | #Constraints:      98027
2061.44/2078.73	c #Conflicts:    2464000 | #Constraints:      99027
2061.44/2078.73	c #Conflicts:    2465000 | #Constraints:     100027
2061.44/2078.73	c #Conflicts:    2466000 | #Constraints:     101027
2061.44/2078.73	c #Conflicts:    2467000 | #Constraints:     102027
2061.44/2078.73	c #Conflicts:    2468000 | #Constraints:     103027
2061.44/2078.73	c #Conflicts:    2469000 | #Constraints:     104027
2061.44/2078.73	c INPROCESSING
2061.44/2078.73	c GARBAGE COLLECT
2061.44/2078.73	c #Conflicts:    2470000 | #Constraints:      65582
2061.44/2078.73	c #Conflicts:    2471000 | #Constraints:      66582
2061.44/2078.73	c #Conflicts:    2472000 | #Constraints:      67582
2061.44/2078.73	c #Conflicts:    2473000 | #Constraints:      68582
2061.44/2078.73	c #Conflicts:    2474000 | #Constraints:      69582
2061.44/2078.73	c #Conflicts:    2475000 | #Constraints:      70582
2061.44/2078.73	c #Conflicts:    2476000 | #Constraints:      71582
2061.44/2078.73	c #Conflicts:    2477000 | #Constraints:      72582
2061.44/2078.73	c #Conflicts:    2478000 | #Constraints:      73582
2061.44/2078.73	c #Conflicts:    2479000 | #Constraints:      74582
2061.44/2078.73	c #Conflicts:    2480000 | #Constraints:      75582
2061.44/2078.73	c #Conflicts:    2481000 | #Constraints:      76582
2061.44/2078.73	c #Conflicts:    2482000 | #Constraints:      77582
2061.44/2078.73	c #Conflicts:    2483000 | #Constraints:      78582
2061.44/2078.73	c #Conflicts:    2484000 | #Constraints:      79582
2061.44/2078.73	c #Conflicts:    2485000 | #Constraints:      80582
2061.44/2078.73	c #Conflicts:    2486000 | #Constraints:      81582
2061.44/2078.73	c #Conflicts:    2487000 | #Constraints:      82582
2061.44/2078.73	c #Conflicts:    2488000 | #Constraints:      83582
2061.44/2078.73	c #Conflicts:    2489000 | #Constraints:      84582
2061.44/2078.73	c #Conflicts:    2490000 | #Constraints:      85582
2061.44/2078.73	c #Conflicts:    2491000 | #Constraints:      86582
2061.44/2078.73	c #Conflicts:    2492000 | #Constraints:      87582
2061.44/2078.73	c #Conflicts:    2493000 | #Constraints:      88582
2061.44/2078.73	c #Conflicts:    2494000 | #Constraints:      89582
2061.44/2078.73	c #Conflicts:    2495000 | #Constraints:      90582
2061.44/2078.73	c #Conflicts:    2496000 | #Constraints:      91582
2061.44/2078.73	c #Conflicts:    2497000 | #Constraints:      92582
2061.44/2078.73	c #Conflicts:    2498000 | #Constraints:      93582
2061.44/2078.73	c #Conflicts:    2499000 | #Constraints:      94582
2061.44/2078.73	c #Conflicts:    2500000 | #Constraints:      95582
2061.44/2078.73	c #Conflicts:    2501000 | #Constraints:      96582
2061.44/2078.73	c #Conflicts:    2502000 | #Constraints:      97582
2061.44/2078.73	c #Conflicts:    2503000 | #Constraints:      98582
2061.44/2078.73	c INPROCESSING
2061.44/2078.73	c GARBAGE COLLECT
2061.44/2078.73	c #Conflicts:    2504000 | #Constraints:      62897
2061.44/2078.73	c #Conflicts:    2505000 | #Constraints:      63897
2061.44/2078.73	c #Conflicts:    2506000 | #Constraints:      64897
2061.44/2078.73	c #Conflicts:    2507000 | #Constraints:      65897
2061.44/2078.73	c #Conflicts:    2508000 | #Constraints:      66897
2061.44/2078.73	c #Conflicts:    2509000 | #Constraints:      67897
2061.44/2078.73	c #Conflicts:    2510000 | #Constraints:      68897
2061.44/2078.73	c #Conflicts:    2511000 | #Constraints:      69897
2061.44/2078.73	c #Conflicts:    2512000 | #Constraints:      70897
2061.44/2078.73	c #Conflicts:    2513000 | #Constraints:      71897
2061.44/2078.73	c #Conflicts:    2514000 | #Constraints:      72897
2061.44/2078.73	c #Conflicts:    2515000 | #Constraints:      73897
2061.44/2078.73	c #Conflicts:    2516000 | #Constraints:      74898
2061.44/2078.73	c #Conflicts:    2517000 | #Constraints:      75898
2061.44/2078.73	c #Conflicts:    2518000 | #Constraints:      76898
2061.44/2078.73	c #Conflicts:    2519000 | #Constraints:      77898
2061.44/2078.73	c #Conflicts:    2520000 | #Constraints:      78898
2061.44/2078.73	c #Conflicts:    2521000 | #Constraints:      79898
2061.44/2078.73	c #Conflicts:    2522000 | #Constraints:      80898
2061.44/2078.73	c #Conflicts:    2523000 | #Constraints:      81898
2061.44/2078.73	c #Conflicts:    2524000 | #Constraints:      82898
2121.67/2139.54	c #Conflicts:    2525000 | #Constraints:      83898
2121.67/2139.54	c #Conflicts:    2526000 | #Constraints:      84898
2121.67/2139.54	c #Conflicts:    2527000 | #Constraints:      85898
2121.67/2139.54	c #Conflicts:    2528000 | #Constraints:      86898
2121.67/2139.54	c #Conflicts:    2529000 | #Constraints:      87898
2121.67/2139.54	c #Conflicts:    2530000 | #Constraints:      88898
2121.67/2139.54	c #Conflicts:    2531000 | #Constraints:      89898
2121.67/2139.54	c #Conflicts:    2532000 | #Constraints:      90898
2121.67/2139.54	c #Conflicts:    2533000 | #Constraints:      91898
2121.67/2139.54	c #Conflicts:    2534000 | #Constraints:      92898
2121.67/2139.54	c #Conflicts:    2535000 | #Constraints:      93898
2121.67/2139.54	c #Conflicts:    2536000 | #Constraints:      94898
2121.67/2139.54	c #Conflicts:    2537000 | #Constraints:      95898
2121.67/2139.54	c #Conflicts:    2538000 | #Constraints:      96898
2121.67/2139.54	c #Conflicts:    2539000 | #Constraints:      97898
2121.67/2139.54	c #Conflicts:    2540000 | #Constraints:      98898
2121.67/2139.54	c #Conflicts:    2541000 | #Constraints:      99898
2121.67/2139.54	c #Conflicts:    2542000 | #Constraints:     100898
2121.67/2139.54	c #Conflicts:    2543000 | #Constraints:     101898
2121.67/2139.54	c #Conflicts:    2544000 | #Constraints:     102898
2121.67/2139.54	c #Conflicts:    2545000 | #Constraints:     103898
2121.67/2139.54	c #Conflicts:    2546000 | #Constraints:     104898
2121.67/2139.54	c #Conflicts:    2547000 | #Constraints:     105898
2121.67/2139.54	c #Conflicts:    2548000 | #Constraints:     106898
2121.67/2139.54	c #Conflicts:    2549000 | #Constraints:     107898
2121.67/2139.54	c #Conflicts:    2550000 | #Constraints:     108898
2121.67/2139.54	c #Conflicts:    2551000 | #Constraints:     109898
2121.67/2139.54	c #Conflicts:    2552000 | #Constraints:     110898
2121.67/2139.54	c #Conflicts:    2553000 | #Constraints:     111898
2121.67/2139.54	c #Conflicts:    2554000 | #Constraints:     112898
2121.67/2139.54	c #Conflicts:    2555000 | #Constraints:     113898
2121.67/2139.54	c #Conflicts:    2556000 | #Constraints:     114898
2121.67/2139.54	c #Conflicts:    2557000 | #Constraints:     115898
2121.67/2139.54	c #Conflicts:    2558000 | #Constraints:     116898
2121.67/2139.54	c #Conflicts:    2559000 | #Constraints:     117898
2121.67/2139.54	c #Conflicts:    2560000 | #Constraints:     118898
2121.67/2139.54	c #Conflicts:    2561000 | #Constraints:     119898
2121.67/2139.54	c #Conflicts:    2562000 | #Constraints:     120898
2121.67/2139.54	c #Conflicts:    2563000 | #Constraints:     121898
2121.67/2139.54	c #Conflicts:    2564000 | #Constraints:     122898
2121.67/2139.54	c #Conflicts:    2565000 | #Constraints:     123898
2121.67/2139.54	c #Conflicts:    2566000 | #Constraints:     124898
2121.67/2139.54	c #Conflicts:    2567000 | #Constraints:     125898
2121.67/2139.54	c #Conflicts:    2568000 | #Constraints:     126898
2121.67/2139.54	c #Conflicts:    2569000 | #Constraints:     127898
2121.67/2139.54	c #Conflicts:    2570000 | #Constraints:     128898
2121.67/2139.54	c #Conflicts:    2571000 | #Constraints:     129898
2121.67/2139.54	c #Conflicts:    2572000 | #Constraints:     130898
2121.67/2139.54	c #Conflicts:    2573000 | #Constraints:     131898
2121.67/2139.54	c #Conflicts:    2574000 | #Constraints:     132898
2121.67/2139.54	c #Conflicts:    2575000 | #Constraints:     133898
2121.67/2139.54	c #Conflicts:    2576000 | #Constraints:     134898
2121.67/2139.54	c #Conflicts:    2577000 | #Constraints:     135898
2121.67/2139.54	c #Conflicts:    2578000 | #Constraints:     136898
2121.67/2139.54	c #Conflicts:    2579000 | #Constraints:     137898
2121.67/2139.54	c #Conflicts:    2580000 | #Constraints:     138898
2121.67/2139.54	c #Conflicts:    2581000 | #Constraints:     139898
2121.67/2139.54	c #Conflicts:    2582000 | #Constraints:     140898
2121.67/2139.54	c #Conflicts:    2583000 | #Constraints:     141898
2121.67/2139.54	c #Conflicts:    2584000 | #Constraints:     142898
2121.67/2139.54	c #Conflicts:    2585000 | #Constraints:     143898
2121.67/2139.54	c #Conflicts:    2586000 | #Constraints:     144898
2121.67/2139.54	c #Conflicts:    2587000 | #Constraints:     145898
2121.67/2139.54	c #Conflicts:    2588000 | #Constraints:     146898
2121.67/2139.54	c #Conflicts:    2589000 | #Constraints:     147898
2121.67/2139.54	c #Conflicts:    2590000 | #Constraints:     148898
2121.67/2139.54	c #Conflicts:    2591000 | #Constraints:     149898
2121.67/2139.54	c #Conflicts:    2592000 | #Constraints:     150898
2121.67/2139.54	c #Conflicts:    2593000 | #Constraints:     151898
2121.67/2139.54	c #Conflicts:    2594000 | #Constraints:     152898
2121.67/2139.54	c #Conflicts:    2595000 | #Constraints:     153898
2121.67/2139.54	c #Conflicts:    2596000 | #Constraints:     154898
2121.67/2139.54	c #Conflicts:    2597000 | #Constraints:     155898
2121.67/2139.54	c #Conflicts:    2598000 | #Constraints:     156898
2121.67/2139.54	c #Conflicts:    2599000 | #Constraints:     157898
2121.67/2139.54	c #Conflicts:    2600000 | #Constraints:     158898
2121.67/2139.54	c #Conflicts:    2601000 | #Constraints:     159898
2121.67/2139.54	c #Conflicts:    2602000 | #Constraints:     160898
2121.67/2139.54	c #Conflicts:    2603000 | #Constraints:     161898
2168.37/2186.51	c #Conflicts:    2604000 | #Constraints:     162898
2168.37/2186.51	c #Conflicts:    2605000 | #Constraints:     163898
2168.37/2186.51	c #Conflicts:    2606000 | #Constraints:     164898
2168.37/2186.51	c #Conflicts:    2607000 | #Constraints:     165898
2168.37/2186.51	c #Conflicts:    2608000 | #Constraints:     166898
2168.37/2186.51	c #Conflicts:    2609000 | #Constraints:     167898
2168.37/2186.51	c #Conflicts:    2610000 | #Constraints:     168898
2168.37/2186.51	c #Conflicts:    2611000 | #Constraints:     169898
2168.37/2186.51	c #Conflicts:    2612000 | #Constraints:     170898
2168.37/2186.51	c #Conflicts:    2613000 | #Constraints:     171898
2168.37/2186.51	c #Conflicts:    2614000 | #Constraints:     172898
2168.37/2186.51	c #Conflicts:    2615000 | #Constraints:     173898
2168.37/2186.51	c #Conflicts:    2616000 | #Constraints:     174898
2168.37/2186.51	c #Conflicts:    2617000 | #Constraints:     175898
2168.37/2186.51	c #Conflicts:    2618000 | #Constraints:     176898
2168.37/2186.51	c #Conflicts:    2619000 | #Constraints:     177898
2168.37/2186.51	c #Conflicts:    2620000 | #Constraints:     178898
2168.37/2186.51	c #Conflicts:    2621000 | #Constraints:     179898
2168.37/2186.51	c #Conflicts:    2622000 | #Constraints:     180898
2168.37/2186.51	c #Conflicts:    2623000 | #Constraints:     181898
2168.37/2186.51	c #Conflicts:    2624000 | #Constraints:     182898
2168.37/2186.51	c #Conflicts:    2625000 | #Constraints:     183898
2168.37/2186.51	c #Conflicts:    2626000 | #Constraints:     184898
2168.37/2186.51	c #Conflicts:    2627000 | #Constraints:     185898
2168.37/2186.51	c #Conflicts:    2628000 | #Constraints:     186898
2168.37/2186.51	c #Conflicts:    2629000 | #Constraints:     187898
2168.37/2186.51	c #Conflicts:    2630000 | #Constraints:     188898
2168.37/2186.51	c #Conflicts:    2631000 | #Constraints:     189898
2168.37/2186.51	c #Conflicts:    2632000 | #Constraints:     190898
2168.37/2186.51	c #Conflicts:    2633000 | #Constraints:     191898
2168.37/2186.51	c #Conflicts:    2634000 | #Constraints:     192898
2168.37/2186.51	c #Conflicts:    2635000 | #Constraints:     193898
2168.37/2186.51	c INPROCESSING
2168.37/2186.51	c GARBAGE COLLECT
2168.37/2186.51	c rational objective 4869.06
2229.97/2248.53	c #Conflicts:    2636000 | #Constraints:     110831
2229.97/2248.53	c #Conflicts:    2637000 | #Constraints:     111831
2229.97/2248.53	c #Conflicts:    2638000 | #Constraints:     112831
2229.97/2248.53	c #Conflicts:    2639000 | #Constraints:     113831
2229.97/2248.53	c #Conflicts:    2640000 | #Constraints:     114831
2229.97/2248.53	c #Conflicts:    2641000 | #Constraints:     115831
2229.97/2248.53	c #Conflicts:    2642000 | #Constraints:     116831
2229.97/2248.53	c #Conflicts:    2643000 | #Constraints:     117831
2229.97/2248.53	c #Conflicts:    2644000 | #Constraints:     118831
2229.97/2248.53	c #Conflicts:    2645000 | #Constraints:     119831
2229.97/2248.53	c #Conflicts:    2646000 | #Constraints:     120831
2229.97/2248.53	c #Conflicts:    2647000 | #Constraints:     121831
2229.97/2248.53	c #Conflicts:    2648000 | #Constraints:     122831
2229.97/2248.53	c #Conflicts:    2649000 | #Constraints:     123831
2229.97/2248.53	c #Conflicts:    2650000 | #Constraints:     124831
2229.97/2248.53	c #Conflicts:    2651000 | #Constraints:     125831
2229.97/2248.53	c #Conflicts:    2652000 | #Constraints:     126831
2229.97/2248.53	c #Conflicts:    2653000 | #Constraints:     127831
2229.97/2248.53	c #Conflicts:    2654000 | #Constraints:     128831
2229.97/2248.53	c #Conflicts:    2655000 | #Constraints:     129831
2229.97/2248.53	c #Conflicts:    2656000 | #Constraints:     130831
2229.97/2248.53	c #Conflicts:    2657000 | #Constraints:     131831
2229.97/2248.53	c #Conflicts:    2658000 | #Constraints:     132831
2229.97/2248.53	c #Conflicts:    2659000 | #Constraints:     133831
2229.97/2248.53	c #Conflicts:    2660000 | #Constraints:     134831
2229.97/2248.53	c #Conflicts:    2661000 | #Constraints:     135831
2229.97/2248.53	c #Conflicts:    2662000 | #Constraints:     136831
2229.97/2248.53	c #Conflicts:    2663000 | #Constraints:     137831
2229.97/2248.53	c #Conflicts:    2664000 | #Constraints:     138831
2229.97/2248.53	c #Conflicts:    2665000 | #Constraints:     139831
2229.97/2248.53	c #Conflicts:    2666000 | #Constraints:     140831
2229.97/2248.53	c #Conflicts:    2667000 | #Constraints:     141831
2229.97/2248.53	c #Conflicts:    2668000 | #Constraints:     142831
2229.97/2248.53	c #Conflicts:    2669000 | #Constraints:     143831
2229.97/2248.53	c #Conflicts:    2670000 | #Constraints:     144831
2229.97/2248.53	c INPROCESSING
2229.97/2248.53	c GARBAGE COLLECT
2229.97/2248.53	c #Conflicts:    2671000 | #Constraints:      86111
2229.97/2248.53	c #Conflicts:    2672000 | #Constraints:      87111
2229.97/2248.53	c #Conflicts:    2673000 | #Constraints:      88111
2229.97/2248.53	c #Conflicts:    2674000 | #Constraints:      89111
2229.97/2248.53	c #Conflicts:    2675000 | #Constraints:      90111
2229.97/2248.53	c #Conflicts:    2676000 | #Constraints:      91111
2229.97/2248.53	c #Conflicts:    2677000 | #Constraints:      92111
2229.97/2248.53	c #Conflicts:    2678000 | #Constraints:      93111
2229.97/2248.53	c #Conflicts:    2679000 | #Constraints:      94111
2229.97/2248.53	c #Conflicts:    2680000 | #Constraints:      95111
2229.97/2248.53	c #Conflicts:    2681000 | #Constraints:      96111
2229.97/2248.53	c #Conflicts:    2682000 | #Constraints:      97111
2229.97/2248.53	c #Conflicts:    2683000 | #Constraints:      98111
2229.97/2248.53	c #Conflicts:    2684000 | #Constraints:      99111
2229.97/2248.53	c #Conflicts:    2685000 | #Constraints:     100111
2229.97/2248.53	c #Conflicts:    2686000 | #Constraints:     101111
2229.97/2248.53	c #Conflicts:    2687000 | #Constraints:     102111
2229.97/2248.53	c #Conflicts:    2688000 | #Constraints:     103111
2229.97/2248.53	c #Conflicts:    2689000 | #Constraints:     104111
2229.97/2248.53	c #Conflicts:    2690000 | #Constraints:     105111
2229.97/2248.53	c #Conflicts:    2691000 | #Constraints:     106111
2229.97/2248.53	c #Conflicts:    2692000 | #Constraints:     107111
2229.97/2248.53	c #Conflicts:    2693000 | #Constraints:     108111
2229.97/2248.53	c #Conflicts:    2694000 | #Constraints:     109111
2229.97/2248.53	c #Conflicts:    2695000 | #Constraints:     110111
2229.97/2248.53	c #Conflicts:    2696000 | #Constraints:     111111
2229.97/2248.53	c #Conflicts:    2697000 | #Constraints:     112111
2229.97/2248.53	c #Conflicts:    2698000 | #Constraints:     113111
2229.97/2248.53	c #Conflicts:    2699000 | #Constraints:     114111
2229.97/2248.53	c #Conflicts:    2700000 | #Constraints:     115111
2229.97/2248.53	c #Conflicts:    2701000 | #Constraints:     116111
2229.97/2248.53	c #Conflicts:    2702000 | #Constraints:     117111
2229.97/2248.53	c #Conflicts:    2703000 | #Constraints:     118111
2229.97/2248.53	c #Conflicts:    2704000 | #Constraints:     119111
2229.97/2248.53	c #Conflicts:    2705000 | #Constraints:     120111
2229.97/2248.53	c #Conflicts:    2706000 | #Constraints:     121111
2229.97/2248.53	c INPROCESSING
2229.97/2248.53	c GARBAGE COLLECT
2229.97/2248.53	c #Conflicts:    2707000 | #Constraints:      74477
2229.97/2248.53	c #Conflicts:    2708000 | #Constraints:      75477
2229.97/2248.53	c #Conflicts:    2709000 | #Constraints:      76477
2229.97/2248.53	c #Conflicts:    2710000 | #Constraints:      77477
2229.97/2248.53	c #Conflicts:    2711000 | #Constraints:      78477
2229.97/2248.53	c #Conflicts:    2712000 | #Constraints:      79477
2229.97/2248.53	c #Conflicts:    2713000 | #Constraints:      80477
2301.75/2320.87	c #Conflicts:    2714000 | #Constraints:      81477
2301.75/2320.87	c #Conflicts:    2715000 | #Constraints:      82477
2301.75/2320.87	c #Conflicts:    2716000 | #Constraints:      83477
2301.75/2320.87	c #Conflicts:    2717000 | #Constraints:      84477
2301.75/2320.87	c #Conflicts:    2718000 | #Constraints:      85477
2301.75/2320.87	c #Conflicts:    2719000 | #Constraints:      86477
2301.75/2320.87	c #Conflicts:    2720000 | #Constraints:      87477
2301.75/2320.87	c #Conflicts:    2721000 | #Constraints:      88477
2301.75/2320.87	c #Conflicts:    2722000 | #Constraints:      89477
2301.75/2320.87	c #Conflicts:    2723000 | #Constraints:      90477
2301.75/2320.87	c #Conflicts:    2724000 | #Constraints:      91477
2301.75/2320.87	c #Conflicts:    2725000 | #Constraints:      92477
2301.75/2320.87	c #Conflicts:    2726000 | #Constraints:      93477
2301.75/2320.87	c #Conflicts:    2727000 | #Constraints:      94477
2301.75/2320.87	c #Conflicts:    2728000 | #Constraints:      95477
2301.75/2320.87	c #Conflicts:    2729000 | #Constraints:      96477
2301.75/2320.87	c #Conflicts:    2730000 | #Constraints:      97477
2301.75/2320.87	c #Conflicts:    2731000 | #Constraints:      98477
2301.75/2320.87	c #Conflicts:    2732000 | #Constraints:      99477
2301.75/2320.87	c #Conflicts:    2733000 | #Constraints:     100477
2301.75/2320.87	c #Conflicts:    2734000 | #Constraints:     101477
2301.75/2320.87	c #Conflicts:    2735000 | #Constraints:     102477
2301.75/2320.87	c #Conflicts:    2736000 | #Constraints:     103477
2301.75/2320.87	c #Conflicts:    2737000 | #Constraints:     104477
2301.75/2320.87	c #Conflicts:    2738000 | #Constraints:     105477
2301.75/2320.87	c #Conflicts:    2739000 | #Constraints:     106477
2301.75/2320.87	c #Conflicts:    2740000 | #Constraints:     107477
2301.75/2320.87	c #Conflicts:    2741000 | #Constraints:     108477
2301.75/2320.87	c INPROCESSING
2301.75/2320.87	c GARBAGE COLLECT
2301.75/2320.87	c #Conflicts:    2742000 | #Constraints:      67838
2301.75/2320.87	c #Conflicts:    2743000 | #Constraints:      68838
2301.75/2320.87	c #Conflicts:    2744000 | #Constraints:      69838
2301.75/2320.87	c #Conflicts:    2745000 | #Constraints:      70838
2301.75/2320.87	c #Conflicts:    2746000 | #Constraints:      71838
2301.75/2320.87	c #Conflicts:    2747000 | #Constraints:      72838
2301.75/2320.87	c #Conflicts:    2748000 | #Constraints:      73838
2301.75/2320.87	c #Conflicts:    2749000 | #Constraints:      74838
2301.75/2320.87	c #Conflicts:    2750000 | #Constraints:      75838
2301.75/2320.87	c #Conflicts:    2751000 | #Constraints:      76838
2301.75/2320.87	c #Conflicts:    2752000 | #Constraints:      77838
2301.75/2320.87	c #Conflicts:    2753000 | #Constraints:      78838
2301.75/2320.87	c #Conflicts:    2754000 | #Constraints:      79838
2301.75/2320.87	c #Conflicts:    2755000 | #Constraints:      80838
2301.75/2320.87	c #Conflicts:    2756000 | #Constraints:      81838
2301.75/2320.87	c #Conflicts:    2757000 | #Constraints:      82838
2301.75/2320.87	c #Conflicts:    2758000 | #Constraints:      83838
2301.75/2320.87	c #Conflicts:    2759000 | #Constraints:      84838
2301.75/2320.87	c #Conflicts:    2760000 | #Constraints:      85838
2301.75/2320.87	c #Conflicts:    2761000 | #Constraints:      86838
2301.75/2320.87	c #Conflicts:    2762000 | #Constraints:      87838
2301.75/2320.87	c #Conflicts:    2763000 | #Constraints:      88838
2301.75/2320.87	c #Conflicts:    2764000 | #Constraints:      89838
2301.75/2320.87	c #Conflicts:    2765000 | #Constraints:      90838
2301.75/2320.87	c #Conflicts:    2766000 | #Constraints:      91838
2301.75/2320.87	c #Conflicts:    2767000 | #Constraints:      92838
2301.75/2320.87	c #Conflicts:    2768000 | #Constraints:      93838
2301.75/2320.87	c #Conflicts:    2769000 | #Constraints:      94838
2301.75/2320.87	c #Conflicts:    2770000 | #Constraints:      95838
2301.75/2320.87	c #Conflicts:    2771000 | #Constraints:      96838
2301.75/2320.87	c #Conflicts:    2772000 | #Constraints:      97838
2301.75/2320.87	c #Conflicts:    2773000 | #Constraints:      98838
2301.75/2320.87	c #Conflicts:    2774000 | #Constraints:      99838
2301.75/2320.87	c #Conflicts:    2775000 | #Constraints:     100838
2301.75/2320.87	c #Conflicts:    2776000 | #Constraints:     101838
2301.75/2320.87	c #Conflicts:    2777000 | #Constraints:     102838
2301.75/2320.87	c INPROCESSING
2301.75/2320.87	c GARBAGE COLLECT
2301.75/2320.87	c #Conflicts:    2778000 | #Constraints:      65121
2301.75/2320.87	c #Conflicts:    2779000 | #Constraints:      66121
2301.75/2320.87	c #Conflicts:    2780000 | #Constraints:      67121
2301.75/2320.87	c #Conflicts:    2781000 | #Constraints:      68121
2301.75/2320.87	c #Conflicts:    2782000 | #Constraints:      69121
2301.75/2320.87	c #Conflicts:    2783000 | #Constraints:      70121
2301.75/2320.87	c #Conflicts:    2784000 | #Constraints:      71121
2301.75/2320.87	c #Conflicts:    2785000 | #Constraints:      72121
2301.75/2320.87	c #Conflicts:    2786000 | #Constraints:      73121
2301.75/2320.87	c #Conflicts:    2787000 | #Constraints:      74121
2301.75/2320.87	c #Conflicts:    2788000 | #Constraints:      75121
2301.75/2320.87	c #Conflicts:    2789000 | #Constraints:      76121
2301.75/2320.87	c #Conflicts:    2790000 | #Constraints:      77121
2350.49/2369.94	c #Conflicts:    2791000 | #Constraints:      78121
2350.49/2369.94	c #Conflicts:    2792000 | #Constraints:      79121
2350.49/2369.94	c #Conflicts:    2793000 | #Constraints:      80121
2350.49/2369.94	c #Conflicts:    2794000 | #Constraints:      81121
2350.49/2369.94	c #Conflicts:    2795000 | #Constraints:      82121
2350.49/2369.94	c #Conflicts:    2796000 | #Constraints:      83121
2350.49/2369.94	c #Conflicts:    2797000 | #Constraints:      84121
2350.49/2369.94	c #Conflicts:    2798000 | #Constraints:      85121
2350.49/2369.94	c #Conflicts:    2799000 | #Constraints:      86121
2350.49/2369.94	c #Conflicts:    2800000 | #Constraints:      87121
2350.49/2369.94	c #Conflicts:    2801000 | #Constraints:      88121
2350.49/2369.94	c #Conflicts:    2802000 | #Constraints:      89121
2350.49/2369.94	c #Conflicts:    2803000 | #Constraints:      90121
2350.49/2369.94	c #Conflicts:    2804000 | #Constraints:      91121
2350.49/2369.94	c #Conflicts:    2805000 | #Constraints:      92121
2350.49/2369.94	c #Conflicts:    2806000 | #Constraints:      93121
2350.49/2369.94	c #Conflicts:    2807000 | #Constraints:      94121
2350.49/2369.94	c #Conflicts:    2808000 | #Constraints:      95121
2350.49/2369.94	c #Conflicts:    2809000 | #Constraints:      96121
2350.49/2369.94	c #Conflicts:    2810000 | #Constraints:      97121
2350.49/2369.94	c #Conflicts:    2811000 | #Constraints:      98121
2350.49/2369.94	c #Conflicts:    2812000 | #Constraints:      99121
2350.49/2369.94	c #Conflicts:    2813000 | #Constraints:     100121
2350.49/2369.94	c #Conflicts:    2814000 | #Constraints:     101121
2350.49/2369.94	c #Conflicts:    2815000 | #Constraints:     102121
2350.49/2369.94	c #Conflicts:    2816000 | #Constraints:     103121
2350.49/2369.94	c #Conflicts:    2817000 | #Constraints:     104121
2350.49/2369.94	c #Conflicts:    2818000 | #Constraints:     105121
2350.49/2369.94	c #Conflicts:    2819000 | #Constraints:     106121
2350.49/2369.94	c #Conflicts:    2820000 | #Constraints:     107121
2350.49/2369.94	c #Conflicts:    2821000 | #Constraints:     108121
2350.49/2369.94	c #Conflicts:    2822000 | #Constraints:     109121
2350.49/2369.94	c #Conflicts:    2823000 | #Constraints:     110121
2350.49/2369.94	c #Conflicts:    2824000 | #Constraints:     111121
2350.49/2369.94	c #Conflicts:    2825000 | #Constraints:     112121
2350.49/2369.94	c #Conflicts:    2826000 | #Constraints:     113121
2350.49/2369.94	c #Conflicts:    2827000 | #Constraints:     114121
2350.49/2369.94	c #Conflicts:    2828000 | #Constraints:     115121
2350.49/2369.94	c #Conflicts:    2829000 | #Constraints:     116121
2350.49/2369.94	c #Conflicts:    2830000 | #Constraints:     117121
2350.49/2369.94	c #Conflicts:    2831000 | #Constraints:     118121
2350.49/2369.94	c #Conflicts:    2832000 | #Constraints:     119121
2350.49/2369.94	c #Conflicts:    2833000 | #Constraints:     120121
2350.49/2369.94	c #Conflicts:    2834000 | #Constraints:     121121
2350.49/2369.94	c #Conflicts:    2835000 | #Constraints:     122121
2350.49/2369.94	c #Conflicts:    2836000 | #Constraints:     123121
2350.49/2369.94	c #Conflicts:    2837000 | #Constraints:     124121
2350.49/2369.94	c #Conflicts:    2838000 | #Constraints:     125121
2350.49/2369.94	c #Conflicts:    2839000 | #Constraints:     126121
2350.49/2369.94	c #Conflicts:    2840000 | #Constraints:     127121
2350.49/2369.94	c #Conflicts:    2841000 | #Constraints:     128121
2350.49/2369.94	c #Conflicts:    2842000 | #Constraints:     129121
2350.49/2369.94	c #Conflicts:    2843000 | #Constraints:     130121
2350.49/2369.94	c #Conflicts:    2844000 | #Constraints:     131121
2350.49/2369.94	c #Conflicts:    2845000 | #Constraints:     132121
2350.49/2369.94	c #Conflicts:    2846000 | #Constraints:     133121
2350.49/2369.94	c #Conflicts:    2847000 | #Constraints:     134121
2350.49/2369.94	c #Conflicts:    2848000 | #Constraints:     135121
2350.49/2369.94	c #Conflicts:    2849000 | #Constraints:     136121
2350.49/2369.94	c #Conflicts:    2850000 | #Constraints:     137121
2350.49/2369.94	c #Conflicts:    2851000 | #Constraints:     138121
2350.49/2369.94	c #Conflicts:    2852000 | #Constraints:     139121
2350.49/2369.94	c #Conflicts:    2853000 | #Constraints:     140121
2350.49/2369.94	c #Conflicts:    2854000 | #Constraints:     141121
2350.49/2369.94	c #Conflicts:    2855000 | #Constraints:     142121
2350.49/2369.94	c #Conflicts:    2856000 | #Constraints:     143121
2350.49/2369.94	c #Conflicts:    2857000 | #Constraints:     144121
2350.49/2369.94	c #Conflicts:    2858000 | #Constraints:     145121
2350.49/2369.94	c #Conflicts:    2859000 | #Constraints:     146121
2350.49/2369.94	c #Conflicts:    2860000 | #Constraints:     147121
2350.49/2369.94	c #Conflicts:    2861000 | #Constraints:     148121
2350.49/2369.94	c #Conflicts:    2862000 | #Constraints:     149121
2350.49/2369.94	c #Conflicts:    2863000 | #Constraints:     150121
2350.49/2369.94	c #Conflicts:    2864000 | #Constraints:     151121
2350.49/2369.94	c #Conflicts:    2865000 | #Constraints:     152121
2350.49/2369.94	c #Conflicts:    2866000 | #Constraints:     153121
2350.49/2369.94	c #Conflicts:    2867000 | #Constraints:     154121
2350.49/2369.94	c #Conflicts:    2868000 | #Constraints:     155121
2350.49/2369.94	c #Conflicts:    2869000 | #Constraints:     156121
2401.17/2421.19	c #Conflicts:    2870000 | #Constraints:     157121
2401.17/2421.19	c #Conflicts:    2871000 | #Constraints:     158121
2401.17/2421.19	c #Conflicts:    2872000 | #Constraints:     159121
2401.17/2421.19	c #Conflicts:    2873000 | #Constraints:     160121
2401.17/2421.19	c #Conflicts:    2874000 | #Constraints:     161121
2401.17/2421.19	c #Conflicts:    2875000 | #Constraints:     162121
2401.17/2421.19	c #Conflicts:    2876000 | #Constraints:     163121
2401.17/2421.19	c #Conflicts:    2877000 | #Constraints:     164121
2401.17/2421.19	c #Conflicts:    2878000 | #Constraints:     165121
2401.17/2421.19	c #Conflicts:    2879000 | #Constraints:     166121
2401.17/2421.19	c #Conflicts:    2880000 | #Constraints:     167121
2401.17/2421.19	c #Conflicts:    2881000 | #Constraints:     168121
2401.17/2421.19	c #Conflicts:    2882000 | #Constraints:     169121
2401.17/2421.19	c #Conflicts:    2883000 | #Constraints:     170121
2401.17/2421.19	c #Conflicts:    2884000 | #Constraints:     171121
2401.17/2421.19	c #Conflicts:    2885000 | #Constraints:     172121
2401.17/2421.19	c #Conflicts:    2886000 | #Constraints:     173121
2401.17/2421.19	c #Conflicts:    2887000 | #Constraints:     174121
2401.17/2421.19	c #Conflicts:    2888000 | #Constraints:     175121
2401.17/2421.19	c #Conflicts:    2889000 | #Constraints:     176121
2401.17/2421.19	c #Conflicts:    2890000 | #Constraints:     177121
2401.17/2421.19	c #Conflicts:    2891000 | #Constraints:     178121
2401.17/2421.19	c #Conflicts:    2892000 | #Constraints:     179121
2401.17/2421.19	c #Conflicts:    2893000 | #Constraints:     180121
2401.17/2421.19	c #Conflicts:    2894000 | #Constraints:     181121
2401.17/2421.19	c #Conflicts:    2895000 | #Constraints:     182121
2401.17/2421.19	c #Conflicts:    2896000 | #Constraints:     183121
2401.17/2421.19	c #Conflicts:    2897000 | #Constraints:     184121
2401.17/2421.19	c #Conflicts:    2898000 | #Constraints:     185121
2401.17/2421.19	c #Conflicts:    2899000 | #Constraints:     186121
2401.17/2421.19	c #Conflicts:    2900000 | #Constraints:     187121
2401.17/2421.19	c #Conflicts:    2901000 | #Constraints:     188121
2401.17/2421.19	c #Conflicts:    2902000 | #Constraints:     189121
2401.17/2421.19	c #Conflicts:    2903000 | #Constraints:     190121
2401.17/2421.19	c #Conflicts:    2904000 | #Constraints:     191121
2401.17/2421.19	c #Conflicts:    2905000 | #Constraints:     192121
2401.17/2421.19	c #Conflicts:    2906000 | #Constraints:     193121
2401.17/2421.19	c #Conflicts:    2907000 | #Constraints:     194121
2401.17/2421.19	c #Conflicts:    2908000 | #Constraints:     195121
2401.17/2421.19	c #Conflicts:    2909000 | #Constraints:     196121
2401.17/2421.19	c #Conflicts:    2910000 | #Constraints:     197121
2401.17/2421.19	c #Conflicts:    2911000 | #Constraints:     198121
2401.17/2421.19	c #Conflicts:    2912000 | #Constraints:     199121
2401.17/2421.19	c #Conflicts:    2913000 | #Constraints:     200121
2401.17/2421.19	c #Conflicts:    2914000 | #Constraints:     201121
2401.17/2421.19	c #Conflicts:    2915000 | #Constraints:     202121
2401.17/2421.19	c INPROCESSING
2401.17/2421.19	c GARBAGE COLLECT
2401.17/2421.19	c #Conflicts:    2916000 | #Constraints:     114811
2401.17/2421.19	c #Conflicts:    2917000 | #Constraints:     115811
2401.17/2421.19	c #Conflicts:    2918000 | #Constraints:     116811
2401.17/2421.19	c #Conflicts:    2919000 | #Constraints:     117811
2401.17/2421.19	c #Conflicts:    2920000 | #Constraints:     118811
2401.17/2421.19	c #Conflicts:    2921000 | #Constraints:     119811
2401.17/2421.19	c #Conflicts:    2922000 | #Constraints:     120811
2401.17/2421.19	c #Conflicts:    2923000 | #Constraints:     121811
2401.17/2421.19	c #Conflicts:    2924000 | #Constraints:     122811
2401.17/2421.19	c #Conflicts:    2925000 | #Constraints:     123811
2401.17/2421.19	c #Conflicts:    2926000 | #Constraints:     124811
2401.17/2421.19	c #Conflicts:    2927000 | #Constraints:     125811
2401.17/2421.19	c #Conflicts:    2928000 | #Constraints:     126811
2401.17/2421.19	c #Conflicts:    2929000 | #Constraints:     127811
2401.17/2421.19	c #Conflicts:    2930000 | #Constraints:     128811
2401.17/2421.19	c #Conflicts:    2931000 | #Constraints:     129811
2401.17/2421.19	c #Conflicts:    2932000 | #Constraints:     130811
2401.17/2421.19	c #Conflicts:    2933000 | #Constraints:     131811
2401.17/2421.19	c #Conflicts:    2934000 | #Constraints:     132811
2401.17/2421.19	c #Conflicts:    2935000 | #Constraints:     133811
2401.17/2421.19	c #Conflicts:    2936000 | #Constraints:     134811
2401.17/2421.19	c #Conflicts:    2937000 | #Constraints:     135811
2401.17/2421.19	c #Conflicts:    2938000 | #Constraints:     136811
2401.17/2421.19	c #Conflicts:    2939000 | #Constraints:     137811
2401.17/2421.19	c #Conflicts:    2940000 | #Constraints:     138811
2401.17/2421.19	c #Conflicts:    2941000 | #Constraints:     139811
2401.17/2421.19	c #Conflicts:    2942000 | #Constraints:     140811
2401.17/2421.19	c #Conflicts:    2943000 | #Constraints:     141811
2401.17/2421.19	c #Conflicts:    2944000 | #Constraints:     142811
2401.17/2421.19	c #Conflicts:    2945000 | #Constraints:     143811
2401.17/2421.19	c #Conflicts:    2946000 | #Constraints:     144811
2401.17/2421.19	c #Conflicts:    2947000 | #Constraints:     145811
2752.32/2773.59	c #Conflicts:    2948000 | #Constraints:     146811
2752.32/2773.59	c #Conflicts:    2949000 | #Constraints:     147811
2752.32/2773.59	c #Conflicts:    2950000 | #Constraints:     148811
2752.32/2773.59	c #Conflicts:    2951000 | #Constraints:     149811
2752.32/2773.59	c #Conflicts:    2952000 | #Constraints:     150811
2752.32/2773.59	c INPROCESSING
2752.32/2773.59	c GARBAGE COLLECT
2752.32/2773.59	c #Conflicts:    2953000 | #Constraints:      89120
2752.32/2773.59	c #Conflicts:    2954000 | #Constraints:      90120
2752.32/2773.59	c #Conflicts:    2955000 | #Constraints:      91120
2752.32/2773.59	c #Conflicts:    2956000 | #Constraints:      92120
2752.32/2773.59	c #Conflicts:    2957000 | #Constraints:      93120
2752.32/2773.59	c #Conflicts:    2958000 | #Constraints:      94120
2752.32/2773.59	c #Conflicts:    2959000 | #Constraints:      95120
2752.32/2773.59	c #Conflicts:    2960000 | #Constraints:      96120
2752.32/2773.59	c #Conflicts:    2961000 | #Constraints:      97120
2752.32/2773.59	c #Conflicts:    2962000 | #Constraints:      98120
2752.32/2773.59	c #Conflicts:    2963000 | #Constraints:      99120
2752.32/2773.59	c #Conflicts:    2964000 | #Constraints:     100120
2752.32/2773.59	c #Conflicts:    2965000 | #Constraints:     101120
2752.32/2773.59	c #Conflicts:    2966000 | #Constraints:     102120
2752.32/2773.59	c #Conflicts:    2967000 | #Constraints:     103120
2752.32/2773.59	c #Conflicts:    2968000 | #Constraints:     104120
2752.32/2773.59	c #Conflicts:    2969000 | #Constraints:     105120
2752.32/2773.59	c #Conflicts:    2970000 | #Constraints:     106120
2752.32/2773.59	c #Conflicts:    2971000 | #Constraints:     107120
2752.32/2773.59	c #Conflicts:    2972000 | #Constraints:     108120
2752.32/2773.59	c #Conflicts:    2973000 | #Constraints:     109120
2752.32/2773.59	c #Conflicts:    2974000 | #Constraints:     110120
2752.32/2773.59	c #Conflicts:    2975000 | #Constraints:     111120
2752.32/2773.59	c #Conflicts:    2976000 | #Constraints:     112120
2752.32/2773.59	c #Conflicts:    2977000 | #Constraints:     113120
2752.32/2773.59	c #Conflicts:    2978000 | #Constraints:     114120
2752.32/2773.59	c #Conflicts:    2979000 | #Constraints:     115120
2752.32/2773.59	c #Conflicts:    2980000 | #Constraints:     116120
2752.32/2773.59	c #Conflicts:    2981000 | #Constraints:     117120
2752.32/2773.59	c #Conflicts:    2982000 | #Constraints:     118120
2752.32/2773.59	c #Conflicts:    2983000 | #Constraints:     119120
2752.32/2773.59	c #Conflicts:    2984000 | #Constraints:     120120
2752.32/2773.59	c #Conflicts:    2985000 | #Constraints:     121120
2752.32/2773.59	c #Conflicts:    2986000 | #Constraints:     122120
2752.32/2773.59	c #Conflicts:    2987000 | #Constraints:     123120
2752.32/2773.59	c #Conflicts:    2988000 | #Constraints:     124120
2752.32/2773.59	c #Conflicts:    2989000 | #Constraints:     125120
2752.32/2773.59	c #Conflicts:    2990000 | #Constraints:     126120
2752.32/2773.59	c INPROCESSING
2752.32/2773.59	c GARBAGE COLLECT
2752.32/2773.59	c #Conflicts:    2991000 | #Constraints:      77112
2752.32/2773.59	c #Conflicts:    2992000 | #Constraints:      78112
2752.32/2773.59	c #Conflicts:    2993000 | #Constraints:      79112
2752.32/2773.59	c #Conflicts:    2994000 | #Constraints:      80112
2752.32/2773.59	c #Conflicts:    2995000 | #Constraints:      81112
2752.32/2773.59	c #Conflicts:    2996000 | #Constraints:      82112
2752.32/2773.59	c #Conflicts:    2997000 | #Constraints:      83112
2752.32/2773.59	c #Conflicts:    2998000 | #Constraints:      84112
2752.32/2773.59	c #Conflicts:    2999000 | #Constraints:      85112
2752.32/2773.59	c #Conflicts:    3000000 | #Constraints:      86112
2752.32/2773.59	c #Conflicts:    3001000 | #Constraints:      87112
2752.32/2773.59	c #Conflicts:    3002000 | #Constraints:      88112
2752.32/2773.59	c #Conflicts:    3003000 | #Constraints:      89112
2752.32/2773.59	c #Conflicts:    3004000 | #Constraints:      90112
2752.32/2773.59	c #Conflicts:    3005000 | #Constraints:      91112
2752.32/2773.59	c #Conflicts:    3006000 | #Constraints:      92112
2752.32/2773.59	c #Conflicts:    3007000 | #Constraints:      93112
2752.32/2773.59	c #Conflicts:    3008000 | #Constraints:      94112
2752.32/2773.59	c #Conflicts:    3009000 | #Constraints:      95112
2752.32/2773.59	c #Conflicts:    3010000 | #Constraints:      96112
2752.32/2773.59	c #Conflicts:    3011000 | #Constraints:      97112
2752.32/2773.59	c #Conflicts:    3012000 | #Constraints:      98112
2752.32/2773.59	c #Conflicts:    3013000 | #Constraints:      99112
2752.32/2773.59	c #Conflicts:    3014000 | #Constraints:     100112
2752.32/2773.59	c #Conflicts:    3015000 | #Constraints:     101112
2752.32/2773.59	c #Conflicts:    3016000 | #Constraints:     102112
2752.32/2773.59	c #Conflicts:    3017000 | #Constraints:     103112
2752.32/2773.59	c #Conflicts:    3018000 | #Constraints:     104112
2752.32/2773.59	c #Conflicts:    3019000 | #Constraints:     105112
2752.32/2773.59	c #Conflicts:    3020000 | #Constraints:     106112
2752.32/2773.59	c #Conflicts:    3021000 | #Constraints:     107112
2752.32/2773.59	c #Conflicts:    3022000 | #Constraints:     108112
2752.32/2773.59	c #Conflicts:    3023000 | #Constraints:     109112
2752.32/2773.59	c #Conflicts:    3024000 | #Constraints:     110112
2752.32/2773.59	c #Conflicts:    3025000 | #Constraints:     111112
2830.92/2852.33	c #Conflicts:    3026000 | #Constraints:     112112
2830.92/2852.33	c #Conflicts:    3027000 | #Constraints:     113112
2830.92/2852.33	c INPROCESSING
2830.92/2852.33	c GARBAGE COLLECT
2830.92/2852.33	c #Conflicts:    3028000 | #Constraints:      70319
2830.92/2852.33	c #Conflicts:    3029000 | #Constraints:      71319
2830.92/2852.33	c #Conflicts:    3030000 | #Constraints:      72319
2830.92/2852.33	c #Conflicts:    3031000 | #Constraints:      73319
2830.92/2852.33	c #Conflicts:    3032000 | #Constraints:      74319
2830.92/2852.33	c #Conflicts:    3033000 | #Constraints:      75319
2830.92/2852.33	c #Conflicts:    3034000 | #Constraints:      76319
2830.92/2852.33	c #Conflicts:    3035000 | #Constraints:      77319
2830.92/2852.33	c #Conflicts:    3036000 | #Constraints:      78319
2830.92/2852.33	c #Conflicts:    3037000 | #Constraints:      79319
2830.92/2852.33	c #Conflicts:    3038000 | #Constraints:      80319
2830.92/2852.33	c #Conflicts:    3039000 | #Constraints:      81319
2830.92/2852.33	c #Conflicts:    3040000 | #Constraints:      82319
2830.92/2852.33	c #Conflicts:    3041000 | #Constraints:      83319
2830.92/2852.33	c #Conflicts:    3042000 | #Constraints:      84319
2830.92/2852.33	c #Conflicts:    3043000 | #Constraints:      85319
2830.92/2852.33	c #Conflicts:    3044000 | #Constraints:      86319
2830.92/2852.33	c #Conflicts:    3045000 | #Constraints:      87319
2830.92/2852.33	c #Conflicts:    3046000 | #Constraints:      88319
2830.92/2852.33	c #Conflicts:    3047000 | #Constraints:      89319
2830.92/2852.33	c #Conflicts:    3048000 | #Constraints:      90319
2830.92/2852.33	c #Conflicts:    3049000 | #Constraints:      91319
2830.92/2852.33	c #Conflicts:    3050000 | #Constraints:      92319
2830.92/2852.33	c #Conflicts:    3051000 | #Constraints:      93319
2830.92/2852.33	c #Conflicts:    3052000 | #Constraints:      94319
2830.92/2852.33	c #Conflicts:    3053000 | #Constraints:      95319
2830.92/2852.33	c #Conflicts:    3054000 | #Constraints:      96319
2830.92/2852.33	c #Conflicts:    3055000 | #Constraints:      97319
2830.92/2852.33	c #Conflicts:    3056000 | #Constraints:      98319
2830.92/2852.33	c #Conflicts:    3057000 | #Constraints:      99319
2830.92/2852.33	c #Conflicts:    3058000 | #Constraints:     100319
2830.92/2852.33	c #Conflicts:    3059000 | #Constraints:     101319
2830.92/2852.33	c #Conflicts:    3060000 | #Constraints:     102319
2830.92/2852.33	c #Conflicts:    3061000 | #Constraints:     103319
2830.92/2852.33	c #Conflicts:    3062000 | #Constraints:     104319
2830.92/2852.33	c #Conflicts:    3063000 | #Constraints:     105319
2830.92/2852.33	c #Conflicts:    3064000 | #Constraints:     106319
2830.92/2852.33	c #Conflicts:    3065000 | #Constraints:     107319
2830.92/2852.33	c INPROCESSING
2830.92/2852.33	c GARBAGE COLLECT
2830.92/2852.33	c #Conflicts:    3066000 | #Constraints:      67408
2830.92/2852.33	c #Conflicts:    3067000 | #Constraints:      68408
2830.92/2852.33	c #Conflicts:    3068000 | #Constraints:      69408
2830.92/2852.33	c #Conflicts:    3069000 | #Constraints:      70408
2830.92/2852.33	c #Conflicts:    3070000 | #Constraints:      71408
2830.92/2852.33	c #Conflicts:    3071000 | #Constraints:      72408
2830.92/2852.33	c #Conflicts:    3072000 | #Constraints:      73408
2830.92/2852.33	c #Conflicts:    3073000 | #Constraints:      74408
2830.92/2852.33	c #Conflicts:    3074000 | #Constraints:      75408
2830.92/2852.33	c #Conflicts:    3075000 | #Constraints:      76408
2830.92/2852.33	c #Conflicts:    3076000 | #Constraints:      77408
2830.92/2852.33	c #Conflicts:    3077000 | #Constraints:      78408
2830.92/2852.33	c #Conflicts:    3078000 | #Constraints:      79408
2830.92/2852.33	c #Conflicts:    3079000 | #Constraints:      80408
2830.92/2852.33	c #Conflicts:    3080000 | #Constraints:      81408
2830.92/2852.33	c #Conflicts:    3081000 | #Constraints:      82408
2830.92/2852.33	c #Conflicts:    3082000 | #Constraints:      83408
2830.92/2852.33	c #Conflicts:    3083000 | #Constraints:      84408
2830.92/2852.33	c #Conflicts:    3084000 | #Constraints:      85408
2830.92/2852.33	c #Conflicts:    3085000 | #Constraints:      86408
2830.92/2852.33	c #Conflicts:    3086000 | #Constraints:      87408
2830.92/2852.33	c #Conflicts:    3087000 | #Constraints:      88408
2830.92/2852.33	c #Conflicts:    3088000 | #Constraints:      89408
2830.92/2852.33	c #Conflicts:    3089000 | #Constraints:      90408
2830.92/2852.33	c #Conflicts:    3090000 | #Constraints:      91408
2830.92/2852.33	c #Conflicts:    3091000 | #Constraints:      92408
2830.92/2852.33	c #Conflicts:    3092000 | #Constraints:      93408
2830.92/2852.33	c #Conflicts:    3093000 | #Constraints:      94408
2830.92/2852.33	c #Conflicts:    3094000 | #Constraints:      95408
2830.92/2852.33	c #Conflicts:    3095000 | #Constraints:      96408
2830.92/2852.33	c #Conflicts:    3096000 | #Constraints:      97408
2830.92/2852.33	c #Conflicts:    3097000 | #Constraints:      98408
2830.92/2852.33	c #Conflicts:    3098000 | #Constraints:      99408
2830.92/2852.33	c #Conflicts:    3099000 | #Constraints:     100408
2830.92/2852.33	c #Conflicts:    3100000 | #Constraints:     101408
2830.92/2852.33	c #Conflicts:    3101000 | #Constraints:     102408
2830.92/2852.33	c #Conflicts:    3102000 | #Constraints:     103408
2876.58/2898.19	c #Conflicts:    3103000 | #Constraints:     104408
2876.58/2898.19	c #Conflicts:    3104000 | #Constraints:     105408
2876.58/2898.19	c #Conflicts:    3105000 | #Constraints:     106408
2876.58/2898.19	c #Conflicts:    3106000 | #Constraints:     107408
2876.58/2898.19	c #Conflicts:    3107000 | #Constraints:     108408
2876.58/2898.19	c #Conflicts:    3108000 | #Constraints:     109408
2876.58/2898.19	c #Conflicts:    3109000 | #Constraints:     110408
2876.58/2898.19	c #Conflicts:    3110000 | #Constraints:     111408
2876.58/2898.19	c #Conflicts:    3111000 | #Constraints:     112408
2876.58/2898.19	c #Conflicts:    3112000 | #Constraints:     113408
2876.58/2898.19	c #Conflicts:    3113000 | #Constraints:     114408
2876.58/2898.19	c #Conflicts:    3114000 | #Constraints:     115408
2876.58/2898.19	c #Conflicts:    3115000 | #Constraints:     116408
2876.58/2898.19	c #Conflicts:    3116000 | #Constraints:     117408
2876.58/2898.19	c #Conflicts:    3117000 | #Constraints:     118408
2876.58/2898.19	c #Conflicts:    3118000 | #Constraints:     119408
2876.58/2898.19	c #Conflicts:    3119000 | #Constraints:     120408
2876.58/2898.19	c #Conflicts:    3120000 | #Constraints:     121408
2876.58/2898.19	c #Conflicts:    3121000 | #Constraints:     122408
2876.58/2898.19	c #Conflicts:    3122000 | #Constraints:     123408
2876.58/2898.19	c #Conflicts:    3123000 | #Constraints:     124408
2876.58/2898.19	c #Conflicts:    3124000 | #Constraints:     125408
2876.58/2898.19	c #Conflicts:    3125000 | #Constraints:     126408
2876.58/2898.19	c #Conflicts:    3126000 | #Constraints:     127408
2876.58/2898.19	c #Conflicts:    3127000 | #Constraints:     128408
2876.58/2898.19	c #Conflicts:    3128000 | #Constraints:     129408
2876.58/2898.19	c #Conflicts:    3129000 | #Constraints:     130408
2876.58/2898.19	c #Conflicts:    3130000 | #Constraints:     131408
2876.58/2898.19	c #Conflicts:    3131000 | #Constraints:     132408
2876.58/2898.19	c #Conflicts:    3132000 | #Constraints:     133408
2876.58/2898.19	c #Conflicts:    3133000 | #Constraints:     134408
2876.58/2898.19	c #Conflicts:    3134000 | #Constraints:     135408
2876.58/2898.19	c #Conflicts:    3135000 | #Constraints:     136408
2876.58/2898.19	c #Conflicts:    3136000 | #Constraints:     137408
2876.58/2898.19	c #Conflicts:    3137000 | #Constraints:     138408
2876.58/2898.19	c #Conflicts:    3138000 | #Constraints:     139408
2876.58/2898.19	c #Conflicts:    3139000 | #Constraints:     140408
2876.58/2898.19	c #Conflicts:    3140000 | #Constraints:     141408
2876.58/2898.19	c #Conflicts:    3141000 | #Constraints:     142408
2876.58/2898.19	c #Conflicts:    3142000 | #Constraints:     143408
2876.58/2898.19	c #Conflicts:    3143000 | #Constraints:     144408
2876.58/2898.19	c #Conflicts:    3144000 | #Constraints:     145408
2876.58/2898.19	c #Conflicts:    3145000 | #Constraints:     146408
2876.58/2898.19	c #Conflicts:    3146000 | #Constraints:     147408
2876.58/2898.19	c #Conflicts:    3147000 | #Constraints:     148408
2876.58/2898.19	c #Conflicts:    3148000 | #Constraints:     149408
2876.58/2898.19	c #Conflicts:    3149000 | #Constraints:     150408
2876.58/2898.19	c #Conflicts:    3150000 | #Constraints:     151408
2876.58/2898.19	c #Conflicts:    3151000 | #Constraints:     152408
2876.58/2898.19	c #Conflicts:    3152000 | #Constraints:     153408
2876.58/2898.19	c #Conflicts:    3153000 | #Constraints:     154408
2876.58/2898.19	c #Conflicts:    3154000 | #Constraints:     155408
2876.58/2898.19	c #Conflicts:    3155000 | #Constraints:     156408
2876.58/2898.19	c #Conflicts:    3156000 | #Constraints:     157408
2876.58/2898.19	c #Conflicts:    3157000 | #Constraints:     158408
2876.58/2898.19	c #Conflicts:    3158000 | #Constraints:     159408
2876.58/2898.19	c #Conflicts:    3159000 | #Constraints:     160408
2876.58/2898.19	c #Conflicts:    3160000 | #Constraints:     161408
2876.58/2898.19	c #Conflicts:    3161000 | #Constraints:     162408
2876.58/2898.19	c #Conflicts:    3162000 | #Constraints:     163408
2876.58/2898.19	c #Conflicts:    3163000 | #Constraints:     164408
2876.58/2898.19	c #Conflicts:    3164000 | #Constraints:     165408
2876.58/2898.19	c #Conflicts:    3165000 | #Constraints:     166408
2876.58/2898.19	c #Conflicts:    3166000 | #Constraints:     167408
2876.58/2898.19	c #Conflicts:    3167000 | #Constraints:     168408
2876.58/2898.19	c #Conflicts:    3168000 | #Constraints:     169408
2876.58/2898.19	c #Conflicts:    3169000 | #Constraints:     170408
2876.58/2898.19	c #Conflicts:    3170000 | #Constraints:     171408
2876.58/2898.19	c #Conflicts:    3171000 | #Constraints:     172408
2876.58/2898.19	c #Conflicts:    3172000 | #Constraints:     173408
2876.58/2898.19	c #Conflicts:    3173000 | #Constraints:     174408
2876.58/2898.19	c #Conflicts:    3174000 | #Constraints:     175408
2876.58/2898.19	c #Conflicts:    3175000 | #Constraints:     176408
2876.58/2898.19	c #Conflicts:    3176000 | #Constraints:     177408
2876.58/2898.19	c #Conflicts:    3177000 | #Constraints:     178408
2876.58/2898.19	c #Conflicts:    3178000 | #Constraints:     179408
2876.58/2898.19	c #Conflicts:    3179000 | #Constraints:     180408
2876.58/2898.19	c #Conflicts:    3180000 | #Constraints:     181408
2876.58/2898.19	c #Conflicts:    3181000 | #Constraints:     182408
2923.73/2945.40	c #Conflicts:    3182000 | #Constraints:     183408
2923.73/2945.40	c #Conflicts:    3183000 | #Constraints:     184408
2923.73/2945.40	c #Conflicts:    3184000 | #Constraints:     185408
2923.73/2945.40	c #Conflicts:    3185000 | #Constraints:     186408
2923.73/2945.40	c #Conflicts:    3186000 | #Constraints:     187408
2923.73/2945.40	c #Conflicts:    3187000 | #Constraints:     188408
2923.73/2945.40	c #Conflicts:    3188000 | #Constraints:     189408
2923.73/2945.40	c #Conflicts:    3189000 | #Constraints:     190408
2923.73/2945.40	c #Conflicts:    3190000 | #Constraints:     191408
2923.73/2945.40	c #Conflicts:    3191000 | #Constraints:     192408
2923.73/2945.40	c #Conflicts:    3192000 | #Constraints:     193408
2923.73/2945.40	c #Conflicts:    3193000 | #Constraints:     194408
2923.73/2945.40	c #Conflicts:    3194000 | #Constraints:     195408
2923.73/2945.40	c #Conflicts:    3195000 | #Constraints:     196408
2923.73/2945.40	c #Conflicts:    3196000 | #Constraints:     197408
2923.73/2945.40	c #Conflicts:    3197000 | #Constraints:     198408
2923.73/2945.40	c #Conflicts:    3198000 | #Constraints:     199408
2923.73/2945.40	c #Conflicts:    3199000 | #Constraints:     200408
2923.73/2945.40	c #Conflicts:    3200000 | #Constraints:     201408
2923.73/2945.40	c #Conflicts:    3201000 | #Constraints:     202408
2923.73/2945.40	c #Conflicts:    3202000 | #Constraints:     203408
2923.73/2945.40	c #Conflicts:    3203000 | #Constraints:     204408
2923.73/2945.40	c #Conflicts:    3204000 | #Constraints:     205408
2923.73/2945.40	c #Conflicts:    3205000 | #Constraints:     206408
2923.73/2945.40	c #Conflicts:    3206000 | #Constraints:     207408
2923.73/2945.40	c #Conflicts:    3207000 | #Constraints:     208408
2923.73/2945.40	c #Conflicts:    3208000 | #Constraints:     209408
2923.73/2945.40	c #Conflicts:    3209000 | #Constraints:     210408
2923.73/2945.40	c INPROCESSING
2923.73/2945.40	c GARBAGE COLLECT
2923.73/2945.40	c #Conflicts:    3210000 | #Constraints:     118922
2923.73/2945.40	c #Conflicts:    3211000 | #Constraints:     119922
2923.73/2945.40	c #Conflicts:    3212000 | #Constraints:     120922
2923.73/2945.40	c #Conflicts:    3213000 | #Constraints:     121922
2923.73/2945.40	c #Conflicts:    3214000 | #Constraints:     122922
2923.73/2945.40	c #Conflicts:    3215000 | #Constraints:     123922
2923.73/2945.40	c #Conflicts:    3216000 | #Constraints:     124922
2923.73/2945.40	c #Conflicts:    3217000 | #Constraints:     125922
2923.73/2945.40	c #Conflicts:    3218000 | #Constraints:     126922
2923.73/2945.40	c #Conflicts:    3219000 | #Constraints:     127922
2923.73/2945.40	c #Conflicts:    3220000 | #Constraints:     128922
2923.73/2945.40	c #Conflicts:    3221000 | #Constraints:     129922
2923.73/2945.40	c #Conflicts:    3222000 | #Constraints:     130922
2923.73/2945.40	c #Conflicts:    3223000 | #Constraints:     131922
2923.73/2945.40	c #Conflicts:    3224000 | #Constraints:     132922
2923.73/2945.40	c #Conflicts:    3225000 | #Constraints:     133922
2923.73/2945.40	c #Conflicts:    3226000 | #Constraints:     134922
2923.73/2945.40	c #Conflicts:    3227000 | #Constraints:     135922
2923.73/2945.40	c #Conflicts:    3228000 | #Constraints:     136922
2923.73/2945.40	c #Conflicts:    3229000 | #Constraints:     137922
2923.73/2945.40	c #Conflicts:    3230000 | #Constraints:     138922
2923.73/2945.40	c #Conflicts:    3231000 | #Constraints:     139922
2923.73/2945.40	c #Conflicts:    3232000 | #Constraints:     140922
2923.73/2945.40	c #Conflicts:    3233000 | #Constraints:     141922
2923.73/2945.40	c #Conflicts:    3234000 | #Constraints:     142922
2923.73/2945.40	c #Conflicts:    3235000 | #Constraints:     143922
2923.73/2945.40	c #Conflicts:    3236000 | #Constraints:     144922
2923.73/2945.40	c #Conflicts:    3237000 | #Constraints:     145922
2923.73/2945.40	c #Conflicts:    3238000 | #Constraints:     146922
2923.73/2945.40	c #Conflicts:    3239000 | #Constraints:     147922
2923.73/2945.40	c #Conflicts:    3240000 | #Constraints:     148922
2923.73/2945.40	c #Conflicts:    3241000 | #Constraints:     149922
2923.73/2945.40	c #Conflicts:    3242000 | #Constraints:     150922
2923.73/2945.40	c #Conflicts:    3243000 | #Constraints:     151922
2923.73/2945.40	c #Conflicts:    3244000 | #Constraints:     152922
2923.73/2945.40	c #Conflicts:    3245000 | #Constraints:     153922
2923.73/2945.40	c #Conflicts:    3246000 | #Constraints:     154922
2923.73/2945.40	c #Conflicts:    3247000 | #Constraints:     155922
2923.73/2945.40	c #Conflicts:    3248000 | #Constraints:     156922
2923.73/2945.40	c INPROCESSING
2923.73/2945.40	c GARBAGE COLLECT
2923.73/2945.40	c #Conflicts:    3249000 | #Constraints:      92116
2923.73/2945.40	c #Conflicts:    3250000 | #Constraints:      93116
2923.73/2945.40	c #Conflicts:    3251000 | #Constraints:      94116
2923.73/2945.40	c #Conflicts:    3252000 | #Constraints:      95116
2923.73/2945.40	c #Conflicts:    3253000 | #Constraints:      96116
2923.73/2945.40	c #Conflicts:    3254000 | #Constraints:      97116
2923.73/2945.40	c #Conflicts:    3255000 | #Constraints:      98116
2923.73/2945.40	c #Conflicts:    3256000 | #Constraints:      99116
2923.73/2945.40	c #Conflicts:    3257000 | #Constraints:     100116
2923.73/2945.40	c #Conflicts:    3258000 | #Constraints:     101116
2923.73/2945.40	c #Conflicts:    3259000 | #Constraints:     102116
2983.06/3004.95	c #Conflicts:    3260000 | #Constraints:     103116
2983.06/3004.95	c #Conflicts:    3261000 | #Constraints:     104116
2983.06/3004.95	c #Conflicts:    3262000 | #Constraints:     105116
2983.06/3004.95	c #Conflicts:    3263000 | #Constraints:     106116
2983.06/3004.95	c #Conflicts:    3264000 | #Constraints:     107116
2983.06/3004.95	c #Conflicts:    3265000 | #Constraints:     108116
2983.06/3004.95	c #Conflicts:    3266000 | #Constraints:     109116
2983.06/3004.95	c #Conflicts:    3267000 | #Constraints:     110116
2983.06/3004.95	c #Conflicts:    3268000 | #Constraints:     111116
2983.06/3004.95	c #Conflicts:    3269000 | #Constraints:     112116
2983.06/3004.95	c #Conflicts:    3270000 | #Constraints:     113116
2983.06/3004.95	c #Conflicts:    3271000 | #Constraints:     114116
2983.06/3004.95	c #Conflicts:    3272000 | #Constraints:     115116
2983.06/3004.95	c #Conflicts:    3273000 | #Constraints:     116116
2983.06/3004.95	c #Conflicts:    3274000 | #Constraints:     117116
2983.06/3004.95	c #Conflicts:    3275000 | #Constraints:     118116
2983.06/3004.95	c #Conflicts:    3276000 | #Constraints:     119116
2983.06/3004.95	c #Conflicts:    3277000 | #Constraints:     120116
2983.06/3004.95	c #Conflicts:    3278000 | #Constraints:     121116
2983.06/3004.95	c #Conflicts:    3279000 | #Constraints:     122116
2983.06/3004.95	c #Conflicts:    3280000 | #Constraints:     123116
2983.06/3004.95	c #Conflicts:    3281000 | #Constraints:     124116
2983.06/3004.95	c #Conflicts:    3282000 | #Constraints:     125116
2983.06/3004.95	c #Conflicts:    3283000 | #Constraints:     126116
2983.06/3004.95	c #Conflicts:    3284000 | #Constraints:     127116
2983.06/3004.95	c #Conflicts:    3285000 | #Constraints:     128116
2983.06/3004.95	c #Conflicts:    3286000 | #Constraints:     129116
2983.06/3004.95	c #Conflicts:    3287000 | #Constraints:     130116
2983.06/3004.95	c #Conflicts:    3288000 | #Constraints:     131116
2983.06/3004.95	c INPROCESSING
2983.06/3004.95	c GARBAGE COLLECT
2983.06/3004.95	c #Conflicts:    3289000 | #Constraints:      79582
2983.06/3004.95	c #Conflicts:    3290000 | #Constraints:      80582
2983.06/3004.95	c #Conflicts:    3291000 | #Constraints:      81582
2983.06/3004.95	c #Conflicts:    3292000 | #Constraints:      82582
2983.06/3004.95	c #Conflicts:    3293000 | #Constraints:      83582
2983.06/3004.95	c #Conflicts:    3294000 | #Constraints:      84582
2983.06/3004.95	c #Conflicts:    3295000 | #Constraints:      85582
2983.06/3004.95	c #Conflicts:    3296000 | #Constraints:      86582
2983.06/3004.95	c #Conflicts:    3297000 | #Constraints:      87582
2983.06/3004.95	c #Conflicts:    3298000 | #Constraints:      88583
2983.06/3004.95	c #Conflicts:    3299000 | #Constraints:      89583
2983.06/3004.95	c #Conflicts:    3300000 | #Constraints:      90583
2983.06/3004.95	c #Conflicts:    3301000 | #Constraints:      91583
2983.06/3004.95	c #Conflicts:    3302000 | #Constraints:      92583
2983.06/3004.95	c #Conflicts:    3303000 | #Constraints:      93583
2983.06/3004.95	c #Conflicts:    3304000 | #Constraints:      94583
2983.06/3004.95	c #Conflicts:    3305000 | #Constraints:      95583
2983.06/3004.95	c #Conflicts:    3306000 | #Constraints:      96583
2983.06/3004.95	c #Conflicts:    3307000 | #Constraints:      97583
2983.06/3004.95	c #Conflicts:    3308000 | #Constraints:      98583
2983.06/3004.95	c #Conflicts:    3309000 | #Constraints:      99583
2983.06/3004.95	c #Conflicts:    3310000 | #Constraints:     100583
2983.06/3004.95	c #Conflicts:    3311000 | #Constraints:     101583
2983.06/3004.95	c #Conflicts:    3312000 | #Constraints:     102583
2983.06/3004.95	c #Conflicts:    3313000 | #Constraints:     103583
2983.06/3004.95	c #Conflicts:    3314000 | #Constraints:     104583
2983.06/3004.95	c #Conflicts:    3315000 | #Constraints:     105583
2983.06/3004.95	c #Conflicts:    3316000 | #Constraints:     106583
2983.06/3004.95	c #Conflicts:    3317000 | #Constraints:     107583
2983.06/3004.95	c #Conflicts:    3318000 | #Constraints:     108583
2983.06/3004.95	c #Conflicts:    3319000 | #Constraints:     109583
2983.06/3004.95	c #Conflicts:    3320000 | #Constraints:     110583
2983.06/3004.95	c #Conflicts:    3321000 | #Constraints:     111583
2983.06/3004.95	c #Conflicts:    3322000 | #Constraints:     112583
2983.06/3004.95	c #Conflicts:    3323000 | #Constraints:     113583
2983.06/3004.95	c #Conflicts:    3324000 | #Constraints:     114583
2983.06/3004.95	c #Conflicts:    3325000 | #Constraints:     115583
2983.06/3004.95	c #Conflicts:    3326000 | #Constraints:     116583
2983.06/3004.95	c #Conflicts:    3327000 | #Constraints:     117583
2983.06/3004.95	c INPROCESSING
2983.06/3004.95	c GARBAGE COLLECT
2983.06/3004.95	c #Conflicts:    3328000 | #Constraints:      72517
2983.06/3004.95	c #Conflicts:    3329000 | #Constraints:      73517
2983.06/3004.95	c #Conflicts:    3330000 | #Constraints:      74517
2983.06/3004.95	c #Conflicts:    3331000 | #Constraints:      75517
2983.06/3004.95	c #Conflicts:    3332000 | #Constraints:      76517
2983.06/3004.95	c #Conflicts:    3333000 | #Constraints:      77517
2983.06/3004.95	c #Conflicts:    3334000 | #Constraints:      78517
2983.06/3004.95	c #Conflicts:    3335000 | #Constraints:      79517
2983.06/3004.95	c #Conflicts:    3336000 | #Constraints:      80517
3030.32/3052.32	c #Conflicts:    3337000 | #Constraints:      81517
3030.32/3052.32	c #Conflicts:    3338000 | #Constraints:      82517
3030.32/3052.32	c #Conflicts:    3339000 | #Constraints:      83517
3030.32/3052.32	c #Conflicts:    3340000 | #Constraints:      84517
3030.32/3052.32	c #Conflicts:    3341000 | #Constraints:      85517
3030.32/3052.32	c #Conflicts:    3342000 | #Constraints:      86517
3030.32/3052.32	c #Conflicts:    3343000 | #Constraints:      87517
3030.32/3052.32	c #Conflicts:    3344000 | #Constraints:      88517
3030.32/3052.32	c #Conflicts:    3345000 | #Constraints:      89517
3030.32/3052.32	c #Conflicts:    3346000 | #Constraints:      90517
3030.32/3052.32	c #Conflicts:    3347000 | #Constraints:      91517
3030.32/3052.32	c #Conflicts:    3348000 | #Constraints:      92517
3030.32/3052.32	c #Conflicts:    3349000 | #Constraints:      93517
3030.32/3052.32	c #Conflicts:    3350000 | #Constraints:      94517
3030.32/3052.32	c #Conflicts:    3351000 | #Constraints:      95517
3030.32/3052.32	c #Conflicts:    3352000 | #Constraints:      96517
3030.32/3052.32	c #Conflicts:    3353000 | #Constraints:      97517
3030.32/3052.32	c #Conflicts:    3354000 | #Constraints:      98517
3030.32/3052.32	c #Conflicts:    3355000 | #Constraints:      99517
3030.32/3052.32	c #Conflicts:    3356000 | #Constraints:     100517
3030.32/3052.32	c #Conflicts:    3357000 | #Constraints:     101517
3030.32/3052.32	c #Conflicts:    3358000 | #Constraints:     102517
3030.32/3052.32	c #Conflicts:    3359000 | #Constraints:     103517
3030.32/3052.32	c #Conflicts:    3360000 | #Constraints:     104517
3030.32/3052.32	c #Conflicts:    3361000 | #Constraints:     105517
3030.32/3052.32	c #Conflicts:    3362000 | #Constraints:     106517
3030.32/3052.32	c #Conflicts:    3363000 | #Constraints:     107517
3030.32/3052.32	c #Conflicts:    3364000 | #Constraints:     108517
3030.32/3052.32	c #Conflicts:    3365000 | #Constraints:     109517
3030.32/3052.32	c #Conflicts:    3366000 | #Constraints:     110517
3030.32/3052.32	c #Conflicts:    3367000 | #Constraints:     111517
3030.32/3052.32	c #Conflicts:    3368000 | #Constraints:     112517
3030.32/3052.32	c #Conflicts:    3369000 | #Constraints:     113517
3030.32/3052.32	c #Conflicts:    3370000 | #Constraints:     114517
3030.32/3052.32	c #Conflicts:    3371000 | #Constraints:     115517
3030.32/3052.32	c #Conflicts:    3372000 | #Constraints:     116517
3030.32/3052.32	c #Conflicts:    3373000 | #Constraints:     117517
3030.32/3052.32	c #Conflicts:    3374000 | #Constraints:     118517
3030.32/3052.32	c #Conflicts:    3375000 | #Constraints:     119517
3030.32/3052.32	c #Conflicts:    3376000 | #Constraints:     120517
3030.32/3052.32	c #Conflicts:    3377000 | #Constraints:     121517
3030.32/3052.32	c #Conflicts:    3378000 | #Constraints:     122517
3030.32/3052.32	c #Conflicts:    3379000 | #Constraints:     123517
3030.32/3052.32	c #Conflicts:    3380000 | #Constraints:     124517
3030.32/3052.32	c #Conflicts:    3381000 | #Constraints:     125517
3030.32/3052.32	c #Conflicts:    3382000 | #Constraints:     126517
3030.32/3052.32	c #Conflicts:    3383000 | #Constraints:     127517
3030.32/3052.32	c #Conflicts:    3384000 | #Constraints:     128517
3030.32/3052.32	c #Conflicts:    3385000 | #Constraints:     129517
3030.32/3052.32	c #Conflicts:    3386000 | #Constraints:     130517
3030.32/3052.32	c #Conflicts:    3387000 | #Constraints:     131517
3030.32/3052.32	c #Conflicts:    3388000 | #Constraints:     132517
3030.32/3052.32	c #Conflicts:    3389000 | #Constraints:     133517
3030.32/3052.32	c #Conflicts:    3390000 | #Constraints:     134517
3030.32/3052.32	c #Conflicts:    3391000 | #Constraints:     135517
3030.32/3052.32	c #Conflicts:    3392000 | #Constraints:     136517
3030.32/3052.32	c #Conflicts:    3393000 | #Constraints:     137517
3030.32/3052.32	c #Conflicts:    3394000 | #Constraints:     138517
3030.32/3052.32	c #Conflicts:    3395000 | #Constraints:     139517
3030.32/3052.32	c #Conflicts:    3396000 | #Constraints:     140517
3030.32/3052.32	c #Conflicts:    3397000 | #Constraints:     141517
3030.32/3052.32	c #Conflicts:    3398000 | #Constraints:     142517
3030.32/3052.32	c #Conflicts:    3399000 | #Constraints:     143517
3030.32/3052.32	c #Conflicts:    3400000 | #Constraints:     144517
3030.32/3052.32	c #Conflicts:    3401000 | #Constraints:     145517
3030.32/3052.32	c #Conflicts:    3402000 | #Constraints:     146517
3030.32/3052.32	c #Conflicts:    3403000 | #Constraints:     147517
3030.32/3052.32	c #Conflicts:    3404000 | #Constraints:     148517
3030.32/3052.32	c #Conflicts:    3405000 | #Constraints:     149517
3030.32/3052.32	c #Conflicts:    3406000 | #Constraints:     150517
3030.32/3052.32	c #Conflicts:    3407000 | #Constraints:     151517
3030.32/3052.32	c #Conflicts:    3408000 | #Constraints:     152517
3030.32/3052.32	c #Conflicts:    3409000 | #Constraints:     153517
3030.32/3052.32	c #Conflicts:    3410000 | #Constraints:     154517
3030.32/3052.32	c #Conflicts:    3411000 | #Constraints:     155517
3030.32/3052.32	c #Conflicts:    3412000 | #Constraints:     156517
3030.32/3052.32	c #Conflicts:    3413000 | #Constraints:     157517
3030.32/3052.32	c #Conflicts:    3414000 | #Constraints:     158517
3030.32/3052.32	c #Conflicts:    3415000 | #Constraints:     159517
3135.30/3157.62	c #Conflicts:    3416000 | #Constraints:     160517
3135.30/3157.62	c #Conflicts:    3417000 | #Constraints:     161517
3135.30/3157.62	c #Conflicts:    3418000 | #Constraints:     162517
3135.30/3157.62	c #Conflicts:    3419000 | #Constraints:     163517
3135.30/3157.62	c #Conflicts:    3420000 | #Constraints:     164517
3135.30/3157.62	c #Conflicts:    3421000 | #Constraints:     165517
3135.30/3157.62	c #Conflicts:    3422000 | #Constraints:     166517
3135.30/3157.62	c #Conflicts:    3423000 | #Constraints:     167517
3135.30/3157.62	c #Conflicts:    3424000 | #Constraints:     168517
3135.30/3157.62	c #Conflicts:    3425000 | #Constraints:     169517
3135.30/3157.62	c #Conflicts:    3426000 | #Constraints:     170517
3135.30/3157.62	c #Conflicts:    3427000 | #Constraints:     171517
3135.30/3157.62	c #Conflicts:    3428000 | #Constraints:     172517
3135.30/3157.62	c #Conflicts:    3429000 | #Constraints:     173517
3135.30/3157.62	c #Conflicts:    3430000 | #Constraints:     174517
3135.30/3157.62	c #Conflicts:    3431000 | #Constraints:     175517
3135.30/3157.62	c #Conflicts:    3432000 | #Constraints:     176517
3135.30/3157.62	c #Conflicts:    3433000 | #Constraints:     177517
3135.30/3157.62	c #Conflicts:    3434000 | #Constraints:     178517
3135.30/3157.62	c #Conflicts:    3435000 | #Constraints:     179517
3135.30/3157.62	c #Conflicts:    3436000 | #Constraints:     180517
3135.30/3157.62	c #Conflicts:    3437000 | #Constraints:     181517
3135.30/3157.62	c #Conflicts:    3438000 | #Constraints:     182517
3135.30/3157.62	c #Conflicts:    3439000 | #Constraints:     183517
3135.30/3157.62	c #Conflicts:    3440000 | #Constraints:     184517
3135.30/3157.62	c #Conflicts:    3441000 | #Constraints:     185517
3135.30/3157.62	c #Conflicts:    3442000 | #Constraints:     186517
3135.30/3157.62	c #Conflicts:    3443000 | #Constraints:     187517
3135.30/3157.62	c #Conflicts:    3444000 | #Constraints:     188517
3135.30/3157.62	c #Conflicts:    3445000 | #Constraints:     189517
3135.30/3157.62	c #Conflicts:    3446000 | #Constraints:     190517
3135.30/3157.62	c #Conflicts:    3447000 | #Constraints:     191517
3135.30/3157.62	c #Conflicts:    3448000 | #Constraints:     192517
3135.30/3157.62	c #Conflicts:    3449000 | #Constraints:     193517
3135.30/3157.62	c #Conflicts:    3450000 | #Constraints:     194517
3135.30/3157.62	c #Conflicts:    3451000 | #Constraints:     195517
3135.30/3157.62	c #Conflicts:    3452000 | #Constraints:     196517
3135.30/3157.62	c #Conflicts:    3453000 | #Constraints:     197517
3135.30/3157.62	c #Conflicts:    3454000 | #Constraints:     198517
3135.30/3157.62	c #Conflicts:    3455000 | #Constraints:     199517
3135.30/3157.62	c #Conflicts:    3456000 | #Constraints:     200517
3135.30/3157.62	c #Conflicts:    3457000 | #Constraints:     201517
3135.30/3157.62	c #Conflicts:    3458000 | #Constraints:     202517
3135.30/3157.62	c #Conflicts:    3459000 | #Constraints:     203517
3135.30/3157.62	c #Conflicts:    3460000 | #Constraints:     204517
3135.30/3157.62	c #Conflicts:    3461000 | #Constraints:     205517
3135.30/3157.62	c #Conflicts:    3462000 | #Constraints:     206517
3135.30/3157.62	c #Conflicts:    3463000 | #Constraints:     207517
3135.30/3157.62	c #Conflicts:    3464000 | #Constraints:     208517
3135.30/3157.62	c #Conflicts:    3465000 | #Constraints:     209517
3135.30/3157.62	c #Conflicts:    3466000 | #Constraints:     210517
3135.30/3157.62	c #Conflicts:    3467000 | #Constraints:     211517
3135.30/3157.62	c #Conflicts:    3468000 | #Constraints:     212517
3135.30/3157.62	c #Conflicts:    3469000 | #Constraints:     213517
3135.30/3157.62	c #Conflicts:    3470000 | #Constraints:     214517
3135.30/3157.62	c #Conflicts:    3471000 | #Constraints:     215517
3135.30/3157.62	c #Conflicts:    3472000 | #Constraints:     216517
3135.30/3157.62	c #Conflicts:    3473000 | #Constraints:     217517
3135.30/3157.62	c #Conflicts:    3474000 | #Constraints:     218517
3135.30/3157.62	c #Conflicts:    3475000 | #Constraints:     219517
3135.30/3157.62	c #Conflicts:    3476000 | #Constraints:     220517
3135.30/3157.62	c #Conflicts:    3477000 | #Constraints:     221517
3135.30/3157.62	c INPROCESSING
3135.30/3157.62	c GARBAGE COLLECT
3135.30/3157.62	c #Conflicts:    3478000 | #Constraints:     124795
3135.30/3157.62	c #Conflicts:    3479000 | #Constraints:     125795
3135.30/3157.62	c #Conflicts:    3480000 | #Constraints:     126795
3135.30/3157.62	c #Conflicts:    3481000 | #Constraints:     127795
3135.30/3157.62	c #Conflicts:    3482000 | #Constraints:     128795
3135.30/3157.62	c #Conflicts:    3483000 | #Constraints:     129795
3135.30/3157.62	c #Conflicts:    3484000 | #Constraints:     130795
3135.30/3157.62	c #Conflicts:    3485000 | #Constraints:     131795
3135.30/3157.62	c #Conflicts:    3486000 | #Constraints:     132795
3135.30/3157.62	c #Conflicts:    3487000 | #Constraints:     133795
3135.30/3157.62	c #Conflicts:    3488000 | #Constraints:     134795
3135.30/3157.62	c #Conflicts:    3489000 | #Constraints:     135795
3135.30/3157.62	c #Conflicts:    3490000 | #Constraints:     136795
3135.30/3157.62	c #Conflicts:    3491000 | #Constraints:     137795
3135.30/3157.62	c #Conflicts:    3492000 | #Constraints:     138795
3135.30/3157.62	c #Conflicts:    3493000 | #Constraints:     139795
3175.77/3198.24	c #Conflicts:    3494000 | #Constraints:     140795
3175.77/3198.24	c #Conflicts:    3495000 | #Constraints:     141795
3175.77/3198.24	c #Conflicts:    3496000 | #Constraints:     142795
3175.77/3198.24	c #Conflicts:    3497000 | #Constraints:     143795
3175.77/3198.24	c #Conflicts:    3498000 | #Constraints:     144795
3175.77/3198.24	c #Conflicts:    3499000 | #Constraints:     145795
3175.77/3198.24	c #Conflicts:    3500000 | #Constraints:     146795
3175.77/3198.24	c #Conflicts:    3501000 | #Constraints:     147795
3175.77/3198.24	c #Conflicts:    3502000 | #Constraints:     148795
3175.77/3198.24	c #Conflicts:    3503000 | #Constraints:     149795
3175.77/3198.24	c #Conflicts:    3504000 | #Constraints:     150795
3175.77/3198.24	c #Conflicts:    3505000 | #Constraints:     151795
3175.77/3198.24	c #Conflicts:    3506000 | #Constraints:     152795
3175.77/3198.24	c #Conflicts:    3507000 | #Constraints:     153795
3175.77/3198.24	c #Conflicts:    3508000 | #Constraints:     154795
3175.77/3198.24	c #Conflicts:    3509000 | #Constraints:     155795
3175.77/3198.24	c #Conflicts:    3510000 | #Constraints:     156795
3175.77/3198.24	c #Conflicts:    3511000 | #Constraints:     157795
3175.77/3198.24	c #Conflicts:    3512000 | #Constraints:     158795
3175.77/3198.24	c #Conflicts:    3513000 | #Constraints:     159795
3175.77/3198.24	c #Conflicts:    3514000 | #Constraints:     160795
3175.77/3198.24	c #Conflicts:    3515000 | #Constraints:     161795
3175.77/3198.24	c #Conflicts:    3516000 | #Constraints:     162795
3175.77/3198.24	c #Conflicts:    3517000 | #Constraints:     163795
3175.77/3198.24	c INPROCESSING
3175.77/3198.24	c GARBAGE COLLECT
3175.77/3198.24	c #Conflicts:    3518000 | #Constraints:      95453
3175.77/3198.24	c #Conflicts:    3519000 | #Constraints:      96453
3175.77/3198.24	c #Conflicts:    3520000 | #Constraints:      97453
3175.77/3198.24	c #Conflicts:    3521000 | #Constraints:      98453
3175.77/3198.24	c #Conflicts:    3522000 | #Constraints:      99453
3175.77/3198.24	c #Conflicts:    3523000 | #Constraints:     100453
3175.77/3198.24	c #Conflicts:    3524000 | #Constraints:     101453
3175.77/3198.24	c #Conflicts:    3525000 | #Constraints:     102453
3175.77/3198.24	c #Conflicts:    3526000 | #Constraints:     103453
3175.77/3198.24	c #Conflicts:    3527000 | #Constraints:     104453
3175.77/3198.24	c #Conflicts:    3528000 | #Constraints:     105453
3175.77/3198.24	c #Conflicts:    3529000 | #Constraints:     106453
3175.77/3198.24	c #Conflicts:    3530000 | #Constraints:     107453
3175.77/3198.24	c #Conflicts:    3531000 | #Constraints:     108453
3175.77/3198.24	c #Conflicts:    3532000 | #Constraints:     109453
3175.77/3198.24	c #Conflicts:    3533000 | #Constraints:     110453
3175.77/3198.24	c #Conflicts:    3534000 | #Constraints:     111453
3175.77/3198.24	c #Conflicts:    3535000 | #Constraints:     112453
3175.77/3198.24	c #Conflicts:    3536000 | #Constraints:     113453
3175.77/3198.24	c #Conflicts:    3537000 | #Constraints:     114453
3175.77/3198.24	c #Conflicts:    3538000 | #Constraints:     115453
3175.77/3198.24	c #Conflicts:    3539000 | #Constraints:     116453
3175.77/3198.24	c #Conflicts:    3540000 | #Constraints:     117453
3175.77/3198.24	c #Conflicts:    3541000 | #Constraints:     118453
3175.77/3198.24	c #Conflicts:    3542000 | #Constraints:     119453
3175.77/3198.24	c #Conflicts:    3543000 | #Constraints:     120453
3175.77/3198.24	c #Conflicts:    3544000 | #Constraints:     121453
3175.77/3198.24	c #Conflicts:    3545000 | #Constraints:     122453
3175.77/3198.24	c #Conflicts:    3546000 | #Constraints:     123453
3175.77/3198.24	c #Conflicts:    3547000 | #Constraints:     124453
3175.77/3198.24	c #Conflicts:    3548000 | #Constraints:     125453
3175.77/3198.24	c #Conflicts:    3549000 | #Constraints:     126453
3175.77/3198.24	c #Conflicts:    3550000 | #Constraints:     127453
3175.77/3198.24	c #Conflicts:    3551000 | #Constraints:     128453
3175.77/3198.24	c #Conflicts:    3552000 | #Constraints:     129453
3175.77/3198.24	c #Conflicts:    3553000 | #Constraints:     130453
3175.77/3198.24	c #Conflicts:    3554000 | #Constraints:     131453
3175.77/3198.24	c #Conflicts:    3555000 | #Constraints:     132453
3175.77/3198.24	c #Conflicts:    3556000 | #Constraints:     133453
3175.77/3198.24	c #Conflicts:    3557000 | #Constraints:     134453
3175.77/3198.24	c #Conflicts:    3558000 | #Constraints:     135453
3175.77/3198.24	c INPROCESSING
3175.77/3198.24	c GARBAGE COLLECT
3175.77/3198.24	c #Conflicts:    3559000 | #Constraints:      81304
3175.77/3198.24	c #Conflicts:    3560000 | #Constraints:      82304
3175.77/3198.24	c #Conflicts:    3561000 | #Constraints:      83304
3175.77/3198.24	c #Conflicts:    3562000 | #Constraints:      84304
3175.77/3198.24	c #Conflicts:    3563000 | #Constraints:      85304
3175.77/3198.24	c #Conflicts:    3564000 | #Constraints:      86304
3175.77/3198.24	c #Conflicts:    3565000 | #Constraints:      87304
3175.77/3198.24	c #Conflicts:    3566000 | #Constraints:      88304
3175.77/3198.24	c #Conflicts:    3567000 | #Constraints:      89304
3175.77/3198.24	c #Conflicts:    3568000 | #Constraints:      90304
3175.77/3198.24	c #Conflicts:    3569000 | #Constraints:      91304
3175.77/3198.24	c #Conflicts:    3570000 | #Constraints:      92304
3175.77/3198.24	c #Conflicts:    3571000 | #Constraints:      93304
3230.21/3252.87	c #Conflicts:    3572000 | #Constraints:      94304
3230.21/3252.87	c #Conflicts:    3573000 | #Constraints:      95304
3230.21/3252.87	c #Conflicts:    3574000 | #Constraints:      96304
3230.21/3252.87	c #Conflicts:    3575000 | #Constraints:      97304
3230.21/3252.87	c #Conflicts:    3576000 | #Constraints:      98304
3230.21/3252.87	c #Conflicts:    3577000 | #Constraints:      99304
3230.21/3252.87	c #Conflicts:    3578000 | #Constraints:     100304
3230.21/3252.87	c #Conflicts:    3579000 | #Constraints:     101304
3230.21/3252.87	c #Conflicts:    3580000 | #Constraints:     102304
3230.21/3252.87	c #Conflicts:    3581000 | #Constraints:     103304
3230.21/3252.87	c #Conflicts:    3582000 | #Constraints:     104304
3230.21/3252.87	c #Conflicts:    3583000 | #Constraints:     105304
3230.21/3252.87	c #Conflicts:    3584000 | #Constraints:     106304
3230.21/3252.87	c #Conflicts:    3585000 | #Constraints:     107304
3230.21/3252.87	c #Conflicts:    3586000 | #Constraints:     108304
3230.21/3252.87	c #Conflicts:    3587000 | #Constraints:     109304
3230.21/3252.87	c #Conflicts:    3588000 | #Constraints:     110304
3230.21/3252.87	c #Conflicts:    3589000 | #Constraints:     111304
3230.21/3252.87	c #Conflicts:    3590000 | #Constraints:     112304
3230.21/3252.87	c #Conflicts:    3591000 | #Constraints:     113304
3230.21/3252.87	c #Conflicts:    3592000 | #Constraints:     114304
3230.21/3252.87	c #Conflicts:    3593000 | #Constraints:     115304
3230.21/3252.87	c #Conflicts:    3594000 | #Constraints:     116304
3230.21/3252.87	c #Conflicts:    3595000 | #Constraints:     117304
3230.21/3252.87	c #Conflicts:    3596000 | #Constraints:     118304
3230.21/3252.87	c #Conflicts:    3597000 | #Constraints:     119304
3230.21/3252.87	c #Conflicts:    3598000 | #Constraints:     120304
3230.21/3252.87	c #Conflicts:    3599000 | #Constraints:     121304
3230.21/3252.87	c #Conflicts:    3600000 | #Constraints:     122304
3230.21/3252.87	c INPROCESSING
3230.21/3252.87	c GARBAGE COLLECT
3230.21/3252.87	c #Conflicts:    3601000 | #Constraints:      75168
3230.21/3252.87	c #Conflicts:    3602000 | #Constraints:      76168
3230.21/3252.87	c #Conflicts:    3603000 | #Constraints:      77168
3230.21/3252.87	c #Conflicts:    3604000 | #Constraints:      78168
3230.21/3252.87	c #Conflicts:    3605000 | #Constraints:      79168
3230.21/3252.87	c #Conflicts:    3606000 | #Constraints:      80168
3230.21/3252.87	c #Conflicts:    3607000 | #Constraints:      81168
3230.21/3252.87	c #Conflicts:    3608000 | #Constraints:      82168
3230.21/3252.87	c #Conflicts:    3609000 | #Constraints:      83168
3230.21/3252.87	c #Conflicts:    3610000 | #Constraints:      84168
3230.21/3252.87	c #Conflicts:    3611000 | #Constraints:      85168
3230.21/3252.87	c #Conflicts:    3612000 | #Constraints:      86168
3230.21/3252.87	c #Conflicts:    3613000 | #Constraints:      87168
3230.21/3252.87	c #Conflicts:    3614000 | #Constraints:      88168
3230.21/3252.87	c #Conflicts:    3615000 | #Constraints:      89168
3230.21/3252.87	c #Conflicts:    3616000 | #Constraints:      90168
3230.21/3252.87	c #Conflicts:    3617000 | #Constraints:      91168
3230.21/3252.87	c #Conflicts:    3618000 | #Constraints:      92168
3230.21/3252.87	c #Conflicts:    3619000 | #Constraints:      93168
3230.21/3252.87	c #Conflicts:    3620000 | #Constraints:      94168
3230.21/3252.87	c #Conflicts:    3621000 | #Constraints:      95168
3230.21/3252.87	c #Conflicts:    3622000 | #Constraints:      96168
3230.21/3252.87	c #Conflicts:    3623000 | #Constraints:      97168
3230.21/3252.87	c #Conflicts:    3624000 | #Constraints:      98168
3230.21/3252.87	c #Conflicts:    3625000 | #Constraints:      99168
3230.21/3252.87	c #Conflicts:    3626000 | #Constraints:     100168
3230.21/3252.87	c #Conflicts:    3627000 | #Constraints:     101168
3230.21/3252.87	c #Conflicts:    3628000 | #Constraints:     102168
3230.21/3252.87	c #Conflicts:    3629000 | #Constraints:     103168
3230.21/3252.87	c #Conflicts:    3630000 | #Constraints:     104168
3230.21/3252.87	c #Conflicts:    3631000 | #Constraints:     105169
3230.21/3252.87	c #Conflicts:    3632000 | #Constraints:     106169
3230.21/3252.87	c #Conflicts:    3633000 | #Constraints:     107169
3230.21/3252.87	c #Conflicts:    3634000 | #Constraints:     108169
3230.21/3252.87	c #Conflicts:    3635000 | #Constraints:     109169
3230.21/3252.87	c #Conflicts:    3636000 | #Constraints:     110169
3230.21/3252.87	c #Conflicts:    3637000 | #Constraints:     111169
3230.21/3252.87	c #Conflicts:    3638000 | #Constraints:     112169
3230.21/3252.87	c #Conflicts:    3639000 | #Constraints:     113169
3230.21/3252.87	c #Conflicts:    3640000 | #Constraints:     114169
3230.21/3252.87	c #Conflicts:    3641000 | #Constraints:     115169
3230.21/3252.87	c #Conflicts:    3642000 | #Constraints:     116169
3230.21/3252.87	c #Conflicts:    3643000 | #Constraints:     117169
3230.21/3252.87	c #Conflicts:    3644000 | #Constraints:     118169
3230.21/3252.87	c #Conflicts:    3645000 | #Constraints:     119169
3230.21/3252.87	c #Conflicts:    3646000 | #Constraints:     120169
3230.21/3252.87	c #Conflicts:    3647000 | #Constraints:     121169
3230.21/3252.87	c #Conflicts:    3648000 | #Constraints:     122169
3230.21/3252.87	c #Conflicts:    3649000 | #Constraints:     123169
3284.25/3307.04	c #Conflicts:    3650000 | #Constraints:     124169
3284.25/3307.04	c #Conflicts:    3651000 | #Constraints:     125169
3284.25/3307.04	c #Conflicts:    3652000 | #Constraints:     126169
3284.25/3307.04	c #Conflicts:    3653000 | #Constraints:     127169
3284.25/3307.04	c #Conflicts:    3654000 | #Constraints:     128169
3284.25/3307.04	c #Conflicts:    3655000 | #Constraints:     129169
3284.25/3307.04	c #Conflicts:    3656000 | #Constraints:     130169
3284.25/3307.04	c #Conflicts:    3657000 | #Constraints:     131169
3284.25/3307.04	c #Conflicts:    3658000 | #Constraints:     132169
3284.25/3307.04	c #Conflicts:    3659000 | #Constraints:     133169
3284.25/3307.04	c #Conflicts:    3660000 | #Constraints:     134169
3284.25/3307.04	c #Conflicts:    3661000 | #Constraints:     135169
3284.25/3307.04	c #Conflicts:    3662000 | #Constraints:     136169
3284.25/3307.04	c #Conflicts:    3663000 | #Constraints:     137169
3284.25/3307.04	c #Conflicts:    3664000 | #Constraints:     138169
3284.25/3307.04	c #Conflicts:    3665000 | #Constraints:     139169
3284.25/3307.04	c #Conflicts:    3666000 | #Constraints:     140169
3284.25/3307.04	c #Conflicts:    3667000 | #Constraints:     141169
3284.25/3307.04	c #Conflicts:    3668000 | #Constraints:     142169
3284.25/3307.04	c #Conflicts:    3669000 | #Constraints:     143169
3284.25/3307.04	c #Conflicts:    3670000 | #Constraints:     144169
3284.25/3307.04	c #Conflicts:    3671000 | #Constraints:     145169
3284.25/3307.04	c #Conflicts:    3672000 | #Constraints:     146169
3284.25/3307.04	c #Conflicts:    3673000 | #Constraints:     147169
3284.25/3307.04	c #Conflicts:    3674000 | #Constraints:     148169
3284.25/3307.04	c #Conflicts:    3675000 | #Constraints:     149169
3284.25/3307.04	c #Conflicts:    3676000 | #Constraints:     150169
3284.25/3307.04	c #Conflicts:    3677000 | #Constraints:     151169
3284.25/3307.04	c #Conflicts:    3678000 | #Constraints:     152169
3284.25/3307.04	c #Conflicts:    3679000 | #Constraints:     153169
3284.25/3307.04	c #Conflicts:    3680000 | #Constraints:     154169
3284.25/3307.04	c #Conflicts:    3681000 | #Constraints:     155169
3284.25/3307.04	c #Conflicts:    3682000 | #Constraints:     156169
3284.25/3307.04	c #Conflicts:    3683000 | #Constraints:     157169
3284.25/3307.04	c #Conflicts:    3684000 | #Constraints:     158169
3284.25/3307.04	c #Conflicts:    3685000 | #Constraints:     159169
3284.25/3307.04	c #Conflicts:    3686000 | #Constraints:     160169
3284.25/3307.04	c #Conflicts:    3687000 | #Constraints:     161169
3284.25/3307.04	c #Conflicts:    3688000 | #Constraints:     162169
3284.25/3307.04	c #Conflicts:    3689000 | #Constraints:     163169
3284.25/3307.04	c #Conflicts:    3690000 | #Constraints:     164169
3284.25/3307.04	c #Conflicts:    3691000 | #Constraints:     165169
3284.25/3307.04	c #Conflicts:    3692000 | #Constraints:     166169
3284.25/3307.04	c #Conflicts:    3693000 | #Constraints:     167169
3284.25/3307.04	c #Conflicts:    3694000 | #Constraints:     168169
3284.25/3307.04	c #Conflicts:    3695000 | #Constraints:     169169
3284.25/3307.04	c #Conflicts:    3696000 | #Constraints:     170169
3284.25/3307.04	c #Conflicts:    3697000 | #Constraints:     171169
3284.25/3307.04	c #Conflicts:    3698000 | #Constraints:     172169
3284.25/3307.04	c #Conflicts:    3699000 | #Constraints:     173169
3284.25/3307.04	c #Conflicts:    3700000 | #Constraints:     174169
3284.25/3307.04	c #Conflicts:    3701000 | #Constraints:     175169
3284.25/3307.04	c #Conflicts:    3702000 | #Constraints:     176169
3284.25/3307.04	c #Conflicts:    3703000 | #Constraints:     177169
3284.25/3307.04	c #Conflicts:    3704000 | #Constraints:     178169
3284.25/3307.04	c #Conflicts:    3705000 | #Constraints:     179169
3284.25/3307.04	c #Conflicts:    3706000 | #Constraints:     180169
3284.25/3307.04	c #Conflicts:    3707000 | #Constraints:     181169
3284.25/3307.04	c #Conflicts:    3708000 | #Constraints:     182169
3284.25/3307.04	c #Conflicts:    3709000 | #Constraints:     183169
3284.25/3307.04	c #Conflicts:    3710000 | #Constraints:     184169
3284.25/3307.04	c #Conflicts:    3711000 | #Constraints:     185169
3284.25/3307.04	c #Conflicts:    3712000 | #Constraints:     186169
3284.25/3307.04	c #Conflicts:    3713000 | #Constraints:     187169
3284.25/3307.04	c #Conflicts:    3714000 | #Constraints:     188169
3284.25/3307.04	c #Conflicts:    3715000 | #Constraints:     189169
3284.25/3307.04	c #Conflicts:    3716000 | #Constraints:     190169
3284.25/3307.04	c #Conflicts:    3717000 | #Constraints:     191169
3284.25/3307.04	c #Conflicts:    3718000 | #Constraints:     192169
3284.25/3307.04	c #Conflicts:    3719000 | #Constraints:     193169
3284.25/3307.04	c #Conflicts:    3720000 | #Constraints:     194169
3284.25/3307.04	c #Conflicts:    3721000 | #Constraints:     195169
3284.25/3307.04	c #Conflicts:    3722000 | #Constraints:     196169
3284.25/3307.04	c #Conflicts:    3723000 | #Constraints:     197169
3284.25/3307.04	c #Conflicts:    3724000 | #Constraints:     198169
3284.25/3307.04	c #Conflicts:    3725000 | #Constraints:     199169
3284.25/3307.04	c #Conflicts:    3726000 | #Constraints:     200169
3284.25/3307.04	c #Conflicts:    3727000 | #Constraints:     201169
3347.94/3370.98	c #Conflicts:    3728000 | #Constraints:     202169
3347.94/3370.98	c #Conflicts:    3729000 | #Constraints:     203169
3347.94/3370.98	c #Conflicts:    3730000 | #Constraints:     204169
3347.94/3370.98	c #Conflicts:    3731000 | #Constraints:     205169
3347.94/3370.98	c #Conflicts:    3732000 | #Constraints:     206169
3347.94/3370.98	c #Conflicts:    3733000 | #Constraints:     207169
3347.94/3370.98	c #Conflicts:    3734000 | #Constraints:     208169
3347.94/3370.98	c #Conflicts:    3735000 | #Constraints:     209169
3347.94/3370.98	c #Conflicts:    3736000 | #Constraints:     210169
3347.94/3370.98	c #Conflicts:    3737000 | #Constraints:     211169
3347.94/3370.98	c #Conflicts:    3738000 | #Constraints:     212169
3347.94/3370.98	c #Conflicts:    3739000 | #Constraints:     213169
3347.94/3370.98	c #Conflicts:    3740000 | #Constraints:     214169
3347.94/3370.98	c #Conflicts:    3741000 | #Constraints:     215169
3347.94/3370.98	c #Conflicts:    3742000 | #Constraints:     216169
3347.94/3370.98	c #Conflicts:    3743000 | #Constraints:     217169
3347.94/3370.98	c #Conflicts:    3744000 | #Constraints:     218169
3347.94/3370.98	c #Conflicts:    3745000 | #Constraints:     219169
3347.94/3370.98	c #Conflicts:    3746000 | #Constraints:     220169
3347.94/3370.98	c #Conflicts:    3747000 | #Constraints:     221169
3347.94/3370.98	c #Conflicts:    3748000 | #Constraints:     222169
3347.94/3370.98	c #Conflicts:    3749000 | #Constraints:     223169
3347.94/3370.98	c #Conflicts:    3750000 | #Constraints:     224169
3347.94/3370.98	c #Conflicts:    3751000 | #Constraints:     225169
3347.94/3370.98	c #Conflicts:    3752000 | #Constraints:     226169
3347.94/3370.98	c #Conflicts:    3753000 | #Constraints:     227169
3347.94/3370.98	c #Conflicts:    3754000 | #Constraints:     228169
3347.94/3370.98	c INPROCESSING
3347.94/3370.98	c GARBAGE COLLECT
3347.94/3370.98	c #Conflicts:    3755000 | #Constraints:     127708
3347.94/3370.98	c #Conflicts:    3756000 | #Constraints:     128708
3347.94/3370.98	c #Conflicts:    3757000 | #Constraints:     129708
3347.94/3370.98	c #Conflicts:    3758000 | #Constraints:     130708
3347.94/3370.98	c #Conflicts:    3759000 | #Constraints:     131708
3347.94/3370.98	c #Conflicts:    3760000 | #Constraints:     132708
3347.94/3370.98	c #Conflicts:    3761000 | #Constraints:     133708
3347.94/3370.98	c #Conflicts:    3762000 | #Constraints:     134708
3347.94/3370.98	c #Conflicts:    3763000 | #Constraints:     135708
3347.94/3370.98	c #Conflicts:    3764000 | #Constraints:     136708
3347.94/3370.98	c #Conflicts:    3765000 | #Constraints:     137708
3347.94/3370.98	c #Conflicts:    3766000 | #Constraints:     138708
3347.94/3370.98	c #Conflicts:    3767000 | #Constraints:     139708
3347.94/3370.98	c #Conflicts:    3768000 | #Constraints:     140708
3347.94/3370.98	c #Conflicts:    3769000 | #Constraints:     141708
3347.94/3370.98	c #Conflicts:    3770000 | #Constraints:     142708
3347.94/3370.98	c #Conflicts:    3771000 | #Constraints:     143708
3347.94/3370.98	c #Conflicts:    3772000 | #Constraints:     144708
3347.94/3370.98	c #Conflicts:    3773000 | #Constraints:     145708
3347.94/3370.98	c #Conflicts:    3774000 | #Constraints:     146708
3347.94/3370.98	c #Conflicts:    3775000 | #Constraints:     147708
3347.94/3370.98	c #Conflicts:    3776000 | #Constraints:     148708
3347.94/3370.98	c #Conflicts:    3777000 | #Constraints:     149708
3347.94/3370.98	c #Conflicts:    3778000 | #Constraints:     150708
3347.94/3370.98	c #Conflicts:    3779000 | #Constraints:     151708
3347.94/3370.98	c #Conflicts:    3780000 | #Constraints:     152708
3347.94/3370.98	c #Conflicts:    3781000 | #Constraints:     153708
3347.94/3370.98	c #Conflicts:    3782000 | #Constraints:     154708
3347.94/3370.98	c #Conflicts:    3783000 | #Constraints:     155708
3347.94/3370.98	c #Conflicts:    3784000 | #Constraints:     156708
3347.94/3370.98	c #Conflicts:    3785000 | #Constraints:     157708
3347.94/3370.98	c #Conflicts:    3786000 | #Constraints:     158708
3347.94/3370.98	c #Conflicts:    3787000 | #Constraints:     159708
3347.94/3370.98	c #Conflicts:    3788000 | #Constraints:     160708
3347.94/3370.98	c #Conflicts:    3789000 | #Constraints:     161708
3347.94/3370.98	c #Conflicts:    3790000 | #Constraints:     162708
3347.94/3370.98	c #Conflicts:    3791000 | #Constraints:     163708
3347.94/3370.98	c #Conflicts:    3792000 | #Constraints:     164708
3347.94/3370.98	c #Conflicts:    3793000 | #Constraints:     165708
3347.94/3370.98	c #Conflicts:    3794000 | #Constraints:     166708
3347.94/3370.98	c #Conflicts:    3795000 | #Constraints:     167708
3347.94/3370.98	c #Conflicts:    3796000 | #Constraints:     168708
3347.94/3370.98	c #Conflicts:    3797000 | #Constraints:     169708
3347.94/3370.98	c INPROCESSING
3347.94/3370.98	c GARBAGE COLLECT
3347.94/3370.98	c #Conflicts:    3798000 | #Constraints:      98687
3347.94/3370.98	c #Conflicts:    3799000 | #Constraints:      99687
3347.94/3370.98	c #Conflicts:    3800000 | #Constraints:     100687
3347.94/3370.98	c #Conflicts:    3801000 | #Constraints:     101687
3347.94/3370.98	c #Conflicts:    3802000 | #Constraints:     102687
3347.94/3370.98	c #Conflicts:    3803000 | #Constraints:     103687
3347.94/3370.98	c #Conflicts:    3804000 | #Constraints:     104687
3347.94/3370.98	c #Conflicts:    3805000 | #Constraints:     105687
3399.69/3422.89	c #Conflicts:    3806000 | #Constraints:     106687
3399.69/3422.89	c #Conflicts:    3807000 | #Constraints:     107687
3399.69/3422.89	c #Conflicts:    3808000 | #Constraints:     108687
3399.69/3422.89	c #Conflicts:    3809000 | #Constraints:     109687
3399.69/3422.89	c #Conflicts:    3810000 | #Constraints:     110687
3399.69/3422.89	c #Conflicts:    3811000 | #Constraints:     111687
3399.69/3422.89	c #Conflicts:    3812000 | #Constraints:     112687
3399.69/3422.89	c #Conflicts:    3813000 | #Constraints:     113687
3399.69/3422.89	c #Conflicts:    3814000 | #Constraints:     114687
3399.69/3422.89	c #Conflicts:    3815000 | #Constraints:     115687
3399.69/3422.89	c #Conflicts:    3816000 | #Constraints:     116687
3399.69/3422.89	c #Conflicts:    3817000 | #Constraints:     117687
3399.69/3422.89	c #Conflicts:    3818000 | #Constraints:     118687
3399.69/3422.89	c #Conflicts:    3819000 | #Constraints:     119687
3399.69/3422.89	c #Conflicts:    3820000 | #Constraints:     120687
3399.69/3422.89	c #Conflicts:    3821000 | #Constraints:     121687
3399.69/3422.89	c #Conflicts:    3822000 | #Constraints:     122687
3399.69/3422.89	c #Conflicts:    3823000 | #Constraints:     123687
3399.69/3422.89	c #Conflicts:    3824000 | #Constraints:     124687
3399.69/3422.89	c #Conflicts:    3825000 | #Constraints:     125687
3399.69/3422.89	c #Conflicts:    3826000 | #Constraints:     126687
3399.69/3422.89	c #Conflicts:    3827000 | #Constraints:     127687
3399.69/3422.89	c #Conflicts:    3828000 | #Constraints:     128687
3399.69/3422.89	c #Conflicts:    3829000 | #Constraints:     129687
3399.69/3422.89	c #Conflicts:    3830000 | #Constraints:     130687
3399.69/3422.89	c #Conflicts:    3831000 | #Constraints:     131687
3399.69/3422.89	c #Conflicts:    3832000 | #Constraints:     132687
3399.69/3422.89	c #Conflicts:    3833000 | #Constraints:     133687
3399.69/3422.89	c #Conflicts:    3834000 | #Constraints:     134687
3399.69/3422.89	c #Conflicts:    3835000 | #Constraints:     135687
3399.69/3422.89	c #Conflicts:    3836000 | #Constraints:     136687
3399.69/3422.89	c #Conflicts:    3837000 | #Constraints:     137687
3399.69/3422.89	c #Conflicts:    3838000 | #Constraints:     138687
3399.69/3422.89	c #Conflicts:    3839000 | #Constraints:     139687
3399.69/3422.89	c #Conflicts:    3840000 | #Constraints:     140687
3399.69/3422.89	c INPROCESSING
3399.69/3422.89	c GARBAGE COLLECT
3399.69/3422.89	c #Conflicts:    3841000 | #Constraints:      84367
3399.69/3422.89	c #Conflicts:    3842000 | #Constraints:      85367
3399.69/3422.89	c #Conflicts:    3843000 | #Constraints:      86367
3399.69/3422.89	c #Conflicts:    3844000 | #Constraints:      87367
3399.69/3422.89	c #Conflicts:    3845000 | #Constraints:      88367
3399.69/3422.89	c #Conflicts:    3846000 | #Constraints:      89367
3399.69/3422.89	c #Conflicts:    3847000 | #Constraints:      90367
3399.69/3422.89	c #Conflicts:    3848000 | #Constraints:      91367
3399.69/3422.89	c #Conflicts:    3849000 | #Constraints:      92367
3399.69/3422.89	c #Conflicts:    3850000 | #Constraints:      93367
3399.69/3422.89	c #Conflicts:    3851000 | #Constraints:      94367
3399.69/3422.89	c #Conflicts:    3852000 | #Constraints:      95367
3399.69/3422.89	c #Conflicts:    3853000 | #Constraints:      96367
3399.69/3422.89	c #Conflicts:    3854000 | #Constraints:      97367
3399.69/3422.89	c #Conflicts:    3855000 | #Constraints:      98367
3399.69/3422.89	c #Conflicts:    3856000 | #Constraints:      99367
3399.69/3422.89	c #Conflicts:    3857000 | #Constraints:     100367
3399.69/3422.89	c #Conflicts:    3858000 | #Constraints:     101367
3399.69/3422.89	c #Conflicts:    3859000 | #Constraints:     102367
3399.69/3422.89	c #Conflicts:    3860000 | #Constraints:     103367
3399.69/3422.89	c #Conflicts:    3861000 | #Constraints:     104367
3399.69/3422.89	c #Conflicts:    3862000 | #Constraints:     105367
3399.69/3422.89	c #Conflicts:    3863000 | #Constraints:     106367
3399.69/3422.89	c #Conflicts:    3864000 | #Constraints:     107367
3399.69/3422.89	c #Conflicts:    3865000 | #Constraints:     108367
3399.69/3422.89	c #Conflicts:    3866000 | #Constraints:     109367
3399.69/3422.89	c #Conflicts:    3867000 | #Constraints:     110367
3399.69/3422.89	c #Conflicts:    3868000 | #Constraints:     111367
3399.69/3422.89	c #Conflicts:    3869000 | #Constraints:     112367
3399.69/3422.89	c #Conflicts:    3870000 | #Constraints:     113367
3399.69/3422.89	c #Conflicts:    3871000 | #Constraints:     114367
3399.69/3422.89	c #Conflicts:    3872000 | #Constraints:     115367
3399.69/3422.89	c #Conflicts:    3873000 | #Constraints:     116367
3399.69/3422.89	c #Conflicts:    3874000 | #Constraints:     117367
3399.69/3422.89	c #Conflicts:    3875000 | #Constraints:     118367
3399.69/3422.89	c #Conflicts:    3876000 | #Constraints:     119367
3399.69/3422.89	c #Conflicts:    3877000 | #Constraints:     120367
3399.69/3422.89	c #Conflicts:    3878000 | #Constraints:     121367
3399.69/3422.89	c #Conflicts:    3879000 | #Constraints:     122367
3399.69/3422.89	c #Conflicts:    3880000 | #Constraints:     123367
3399.69/3422.89	c #Conflicts:    3881000 | #Constraints:     124367
3399.69/3422.89	c #Conflicts:    3882000 | #Constraints:     125367
3399.69/3422.89	c INPROCESSING
3399.69/3422.89	c GARBAGE COLLECT
3451.03/3474.31	c #Conflicts:    3883000 | #Constraints:      76218
3451.03/3474.31	c #Conflicts:    3884000 | #Constraints:      77218
3451.03/3474.31	c #Conflicts:    3885000 | #Constraints:      78218
3451.03/3474.31	c #Conflicts:    3886000 | #Constraints:      79218
3451.03/3474.31	c #Conflicts:    3887000 | #Constraints:      80218
3451.03/3474.31	c #Conflicts:    3888000 | #Constraints:      81218
3451.03/3474.31	c #Conflicts:    3889000 | #Constraints:      82218
3451.03/3474.31	c #Conflicts:    3890000 | #Constraints:      83218
3451.03/3474.31	c #Conflicts:    3891000 | #Constraints:      84218
3451.03/3474.31	c #Conflicts:    3892000 | #Constraints:      85218
3451.03/3474.31	c #Conflicts:    3893000 | #Constraints:      86218
3451.03/3474.31	c #Conflicts:    3894000 | #Constraints:      87218
3451.03/3474.31	c #Conflicts:    3895000 | #Constraints:      88218
3451.03/3474.31	c #Conflicts:    3896000 | #Constraints:      89218
3451.03/3474.31	c #Conflicts:    3897000 | #Constraints:      90218
3451.03/3474.31	c #Conflicts:    3898000 | #Constraints:      91218
3451.03/3474.31	c #Conflicts:    3899000 | #Constraints:      92218
3451.03/3474.31	c #Conflicts:    3900000 | #Constraints:      93218
3451.03/3474.31	c #Conflicts:    3901000 | #Constraints:      94218
3451.03/3474.31	c #Conflicts:    3902000 | #Constraints:      95218
3451.03/3474.31	c #Conflicts:    3903000 | #Constraints:      96218
3451.03/3474.31	c #Conflicts:    3904000 | #Constraints:      97218
3451.03/3474.31	c #Conflicts:    3905000 | #Constraints:      98218
3451.03/3474.31	c #Conflicts:    3906000 | #Constraints:      99218
3451.03/3474.31	c #Conflicts:    3907000 | #Constraints:     100218
3451.03/3474.31	c #Conflicts:    3908000 | #Constraints:     101218
3451.03/3474.31	c #Conflicts:    3909000 | #Constraints:     102218
3451.03/3474.31	c #Conflicts:    3910000 | #Constraints:     103218
3451.03/3474.31	c #Conflicts:    3911000 | #Constraints:     104218
3451.03/3474.31	c #Conflicts:    3912000 | #Constraints:     105218
3451.03/3474.31	c #Conflicts:    3913000 | #Constraints:     106218
3451.03/3474.31	c #Conflicts:    3914000 | #Constraints:     107218
3451.03/3474.31	c #Conflicts:    3915000 | #Constraints:     108218
3451.03/3474.31	c #Conflicts:    3916000 | #Constraints:     109218
3451.03/3474.31	c #Conflicts:    3917000 | #Constraints:     110218
3451.03/3474.31	c #Conflicts:    3918000 | #Constraints:     111218
3451.03/3474.31	c #Conflicts:    3919000 | #Constraints:     112218
3451.03/3474.31	c #Conflicts:    3920000 | #Constraints:     113218
3451.03/3474.31	c #Conflicts:    3921000 | #Constraints:     114218
3451.03/3474.31	c #Conflicts:    3922000 | #Constraints:     115218
3451.03/3474.31	c #Conflicts:    3923000 | #Constraints:     116218
3451.03/3474.31	c #Conflicts:    3924000 | #Constraints:     117218
3451.03/3474.31	c #Conflicts:    3925000 | #Constraints:     118218
3451.03/3474.31	c #Conflicts:    3926000 | #Constraints:     119218
3451.03/3474.31	c #Conflicts:    3927000 | #Constraints:     120218
3451.03/3474.31	c #Conflicts:    3928000 | #Constraints:     121218
3451.03/3474.31	c #Conflicts:    3929000 | #Constraints:     122218
3451.03/3474.31	c #Conflicts:    3930000 | #Constraints:     123218
3451.03/3474.31	c #Conflicts:    3931000 | #Constraints:     124218
3451.03/3474.31	c #Conflicts:    3932000 | #Constraints:     125218
3451.03/3474.31	c #Conflicts:    3933000 | #Constraints:     126218
3451.03/3474.31	c #Conflicts:    3934000 | #Constraints:     127218
3451.03/3474.31	c #Conflicts:    3935000 | #Constraints:     128218
3451.03/3474.31	c #Conflicts:    3936000 | #Constraints:     129218
3451.03/3474.31	c #Conflicts:    3937000 | #Constraints:     130218
3451.03/3474.31	c #Conflicts:    3938000 | #Constraints:     131218
3451.03/3474.31	c #Conflicts:    3939000 | #Constraints:     132218
3451.03/3474.31	c #Conflicts:    3940000 | #Constraints:     133218
3451.03/3474.31	c #Conflicts:    3941000 | #Constraints:     134218
3451.03/3474.31	c #Conflicts:    3942000 | #Constraints:     135218
3451.03/3474.31	c #Conflicts:    3943000 | #Constraints:     136218
3451.03/3474.31	c #Conflicts:    3944000 | #Constraints:     137218
3451.03/3474.31	c #Conflicts:    3945000 | #Constraints:     138218
3451.03/3474.31	c #Conflicts:    3946000 | #Constraints:     139218
3451.03/3474.31	c #Conflicts:    3947000 | #Constraints:     140218
3451.03/3474.31	c #Conflicts:    3948000 | #Constraints:     141218
3451.03/3474.31	c #Conflicts:    3949000 | #Constraints:     142218
3451.03/3474.31	c #Conflicts:    3950000 | #Constraints:     143218
3451.03/3474.31	c #Conflicts:    3951000 | #Constraints:     144218
3451.03/3474.31	c #Conflicts:    3952000 | #Constraints:     145218
3451.03/3474.31	c #Conflicts:    3953000 | #Constraints:     146218
3451.03/3474.31	c #Conflicts:    3954000 | #Constraints:     147218
3451.03/3474.31	c #Conflicts:    3955000 | #Constraints:     148218
3451.03/3474.31	c #Conflicts:    3956000 | #Constraints:     149218
3451.03/3474.31	c #Conflicts:    3957000 | #Constraints:     150218
3451.03/3474.31	c #Conflicts:    3958000 | #Constraints:     151218
3451.03/3474.31	c #Conflicts:    3959000 | #Constraints:     152218
3451.03/3474.31	c #Conflicts:    3960000 | #Constraints:     153218
3451.03/3474.31	c #Conflicts:    3961000 | #Constraints:     154218
3524.40/3547.91	c #Conflicts:    3962000 | #Constraints:     155218
3524.40/3547.91	c #Conflicts:    3963000 | #Constraints:     156218
3524.40/3547.91	c #Conflicts:    3964000 | #Constraints:     157218
3524.40/3547.91	c #Conflicts:    3965000 | #Constraints:     158218
3524.40/3547.91	c #Conflicts:    3966000 | #Constraints:     159218
3524.40/3547.91	c #Conflicts:    3967000 | #Constraints:     160218
3524.40/3547.91	c #Conflicts:    3968000 | #Constraints:     161218
3524.40/3547.91	c #Conflicts:    3969000 | #Constraints:     162218
3524.40/3547.91	c #Conflicts:    3970000 | #Constraints:     163218
3524.40/3547.91	c #Conflicts:    3971000 | #Constraints:     164218
3524.40/3547.91	c #Conflicts:    3972000 | #Constraints:     165218
3524.40/3547.91	c #Conflicts:    3973000 | #Constraints:     166218
3524.40/3547.91	c #Conflicts:    3974000 | #Constraints:     167218
3524.40/3547.91	c #Conflicts:    3975000 | #Constraints:     168218
3524.40/3547.91	c #Conflicts:    3976000 | #Constraints:     169218
3524.40/3547.91	c #Conflicts:    3977000 | #Constraints:     170218
3524.40/3547.91	c #Conflicts:    3978000 | #Constraints:     171218
3524.40/3547.91	c #Conflicts:    3979000 | #Constraints:     172218
3524.40/3547.91	c #Conflicts:    3980000 | #Constraints:     173218
3524.40/3547.91	c #Conflicts:    3981000 | #Constraints:     174218
3524.40/3547.91	c #Conflicts:    3982000 | #Constraints:     175218
3524.40/3547.91	c #Conflicts:    3983000 | #Constraints:     176218
3524.40/3547.91	c #Conflicts:    3984000 | #Constraints:     177218
3524.40/3547.91	c #Conflicts:    3985000 | #Constraints:     178218
3524.40/3547.91	c #Conflicts:    3986000 | #Constraints:     179218
3524.40/3547.91	c #Conflicts:    3987000 | #Constraints:     180218
3524.40/3547.91	c #Conflicts:    3988000 | #Constraints:     181218
3524.40/3547.91	c #Conflicts:    3989000 | #Constraints:     182218
3524.40/3547.91	c #Conflicts:    3990000 | #Constraints:     183218
3524.40/3547.91	c #Conflicts:    3991000 | #Constraints:     184218
3524.40/3547.91	c #Conflicts:    3992000 | #Constraints:     185218
3524.40/3547.91	c #Conflicts:    3993000 | #Constraints:     186218
3524.40/3547.91	c #Conflicts:    3994000 | #Constraints:     187218
3524.40/3547.91	c #Conflicts:    3995000 | #Constraints:     188218
3524.40/3547.91	c #Conflicts:    3996000 | #Constraints:     189218
3524.40/3547.91	c #Conflicts:    3997000 | #Constraints:     190218
3524.40/3547.91	c #Conflicts:    3998000 | #Constraints:     191218
3524.40/3547.91	c #Conflicts:    3999000 | #Constraints:     192218
3524.40/3547.91	c #Conflicts:    4000000 | #Constraints:     193218
3524.40/3547.91	c #Conflicts:    4001000 | #Constraints:     194218
3524.40/3547.91	c #Conflicts:    4002000 | #Constraints:     195218
3524.40/3547.91	c #Conflicts:    4003000 | #Constraints:     196218
3524.40/3547.91	c #Conflicts:    4004000 | #Constraints:     197218
3524.40/3547.91	c #Conflicts:    4005000 | #Constraints:     198218
3524.40/3547.91	c #Conflicts:    4006000 | #Constraints:     199218
3524.40/3547.91	c #Conflicts:    4007000 | #Constraints:     200218
3524.40/3547.91	c #Conflicts:    4008000 | #Constraints:     201218
3524.40/3547.91	c #Conflicts:    4009000 | #Constraints:     202218
3524.40/3547.91	c #Conflicts:    4010000 | #Constraints:     203218
3524.40/3547.91	c #Conflicts:    4011000 | #Constraints:     204218
3524.40/3547.91	c #Conflicts:    4012000 | #Constraints:     205218
3524.40/3547.91	c #Conflicts:    4013000 | #Constraints:     206218
3524.40/3547.91	c #Conflicts:    4014000 | #Constraints:     207218
3524.40/3547.91	c #Conflicts:    4015000 | #Constraints:     208218
3524.40/3547.91	c #Conflicts:    4016000 | #Constraints:     209218
3524.40/3547.91	c #Conflicts:    4017000 | #Constraints:     210218
3524.40/3547.91	c #Conflicts:    4018000 | #Constraints:     211218
3524.40/3547.91	c #Conflicts:    4019000 | #Constraints:     212218
3524.40/3547.91	c #Conflicts:    4020000 | #Constraints:     213218
3524.40/3547.91	c #Conflicts:    4021000 | #Constraints:     214218
3524.40/3547.91	c #Conflicts:    4022000 | #Constraints:     215218
3524.40/3547.91	c #Conflicts:    4023000 | #Constraints:     216218
3524.40/3547.91	c #Conflicts:    4024000 | #Constraints:     217218
3524.40/3547.91	c #Conflicts:    4025000 | #Constraints:     218218
3524.40/3547.91	c #Conflicts:    4026000 | #Constraints:     219218
3524.40/3547.91	c #Conflicts:    4027000 | #Constraints:     220218
3524.40/3547.91	c #Conflicts:    4028000 | #Constraints:     221218
3524.40/3547.91	c #Conflicts:    4029000 | #Constraints:     222218
3524.40/3547.91	c #Conflicts:    4030000 | #Constraints:     223218
3524.40/3547.91	c #Conflicts:    4031000 | #Constraints:     224218
3524.40/3547.91	c #Conflicts:    4032000 | #Constraints:     225218
3524.40/3547.91	c #Conflicts:    4033000 | #Constraints:     226218
3524.40/3547.91	c #Conflicts:    4034000 | #Constraints:     227218
3524.40/3547.91	c #Conflicts:    4035000 | #Constraints:     228218
3524.40/3547.91	c #Conflicts:    4036000 | #Constraints:     229218
3524.40/3547.91	c #Conflicts:    4037000 | #Constraints:     230218
3524.40/3547.91	c #Conflicts:    4038000 | #Constraints:     231218
3524.40/3547.91	c #Conflicts:    4039000 | #Constraints:     232218
3524.40/3547.91	c #Conflicts:    4040000 | #Constraints:     233218
3587.20/3610.98	c #Conflicts:    4041000 | #Constraints:     234218
3587.20/3610.98	c #Conflicts:    4042000 | #Constraints:     235218
3587.20/3610.98	c #Conflicts:    4043000 | #Constraints:     236218
3587.20/3610.98	c INPROCESSING
3587.20/3610.98	c GARBAGE COLLECT
3587.20/3610.98	c #Conflicts:    4044000 | #Constraints:     132119
3587.20/3610.98	c #Conflicts:    4045000 | #Constraints:     133119
3587.20/3610.98	c #Conflicts:    4046000 | #Constraints:     134119
3587.20/3610.98	c #Conflicts:    4047000 | #Constraints:     135119
3587.20/3610.98	c #Conflicts:    4048000 | #Constraints:     136119
3587.20/3610.98	c #Conflicts:    4049000 | #Constraints:     137119
3587.20/3610.98	c #Conflicts:    4050000 | #Constraints:     138119
3587.20/3610.98	c #Conflicts:    4051000 | #Constraints:     139119
3587.20/3610.98	c #Conflicts:    4052000 | #Constraints:     140119
3587.20/3610.98	c #Conflicts:    4053000 | #Constraints:     141119
3587.20/3610.98	c #Conflicts:    4054000 | #Constraints:     142119
3587.20/3610.98	c #Conflicts:    4055000 | #Constraints:     143119
3587.20/3610.98	c #Conflicts:    4056000 | #Constraints:     144119
3587.20/3610.98	c #Conflicts:    4057000 | #Constraints:     145119
3587.20/3610.98	c #Conflicts:    4058000 | #Constraints:     146119
3587.20/3610.98	c #Conflicts:    4059000 | #Constraints:     147119
3587.20/3610.98	c #Conflicts:    4060000 | #Constraints:     148119
3587.20/3610.98	c #Conflicts:    4061000 | #Constraints:     149119
3587.20/3610.98	c #Conflicts:    4062000 | #Constraints:     150119
3587.20/3610.98	c #Conflicts:    4063000 | #Constraints:     151119
3587.20/3610.98	c #Conflicts:    4064000 | #Constraints:     152119
3587.20/3610.98	c #Conflicts:    4065000 | #Constraints:     153119
3587.20/3610.98	c #Conflicts:    4066000 | #Constraints:     154119
3587.20/3610.98	c #Conflicts:    4067000 | #Constraints:     155119
3587.20/3610.98	c #Conflicts:    4068000 | #Constraints:     156119
3587.20/3610.98	c #Conflicts:    4069000 | #Constraints:     157119
3587.20/3610.98	c #Conflicts:    4070000 | #Constraints:     158119
3587.20/3610.98	c #Conflicts:    4071000 | #Constraints:     159119
3587.20/3610.98	c #Conflicts:    4072000 | #Constraints:     160119
3587.20/3610.98	c #Conflicts:    4073000 | #Constraints:     161119
3587.20/3610.98	c #Conflicts:    4074000 | #Constraints:     162119
3587.20/3610.98	c #Conflicts:    4075000 | #Constraints:     163119
3587.20/3610.98	c #Conflicts:    4076000 | #Constraints:     164119
3587.20/3610.98	c #Conflicts:    4077000 | #Constraints:     165119
3587.20/3610.98	c #Conflicts:    4078000 | #Constraints:     166119
3587.20/3610.98	c #Conflicts:    4079000 | #Constraints:     167119
3587.20/3610.98	c #Conflicts:    4080000 | #Constraints:     168119
3587.20/3610.98	c #Conflicts:    4081000 | #Constraints:     169119
3587.20/3610.98	c #Conflicts:    4082000 | #Constraints:     170119
3587.20/3610.98	c #Conflicts:    4083000 | #Constraints:     171119
3587.20/3610.98	c #Conflicts:    4084000 | #Constraints:     172119
3587.20/3610.98	c #Conflicts:    4085000 | #Constraints:     173119
3587.20/3610.98	c #Conflicts:    4086000 | #Constraints:     174119
3587.20/3610.98	c #Conflicts:    4087000 | #Constraints:     175119
3587.20/3610.98	c INPROCESSING
3587.20/3610.98	c GARBAGE COLLECT
3587.20/3610.98	c #Conflicts:    4088000 | #Constraints:     101479
3587.20/3610.98	c #Conflicts:    4089000 | #Constraints:     102479
3587.20/3610.98	c #Conflicts:    4090000 | #Constraints:     103479
3587.20/3610.98	c #Conflicts:    4091000 | #Constraints:     104479
3587.20/3610.98	c #Conflicts:    4092000 | #Constraints:     105479
3587.20/3610.98	c #Conflicts:    4093000 | #Constraints:     106479
3587.20/3610.98	c #Conflicts:    4094000 | #Constraints:     107479
3587.20/3610.98	c #Conflicts:    4095000 | #Constraints:     108479
3587.20/3610.98	c #Conflicts:    4096000 | #Constraints:     109479
3587.20/3610.98	c #Conflicts:    4097000 | #Constraints:     110479
3587.20/3610.98	c #Conflicts:    4098000 | #Constraints:     111479
3587.20/3610.98	c #Conflicts:    4099000 | #Constraints:     112479
3587.20/3610.98	c #Conflicts:    4100000 | #Constraints:     113479
3587.20/3610.98	c #Conflicts:    4101000 | #Constraints:     114479
3587.20/3610.98	c #Conflicts:    4102000 | #Constraints:     115479
3587.20/3610.98	c #Conflicts:    4103000 | #Constraints:     116479
3587.20/3610.98	c #Conflicts:    4104000 | #Constraints:     117479
3587.20/3610.98	c #Conflicts:    4105000 | #Constraints:     118479
3587.20/3610.98	c #Conflicts:    4106000 | #Constraints:     119479
3587.20/3610.98	c #Conflicts:    4107000 | #Constraints:     120479
3587.20/3610.98	c #Conflicts:    4108000 | #Constraints:     121479
3587.20/3610.98	c #Conflicts:    4109000 | #Constraints:     122479
3587.20/3610.98	c #Conflicts:    4110000 | #Constraints:     123479
3587.20/3610.98	c #Conflicts:    4111000 | #Constraints:     124479
3587.20/3610.98	c #Conflicts:    4112000 | #Constraints:     125479
3587.20/3610.98	c #Conflicts:    4113000 | #Constraints:     126479
3587.20/3610.98	c #Conflicts:    4114000 | #Constraints:     127479
3587.20/3610.98	c #Conflicts:    4115000 | #Constraints:     128479
3587.20/3610.98	c #Conflicts:    4116000 | #Constraints:     129479
3587.20/3610.98	c #Conflicts:    4117000 | #Constraints:     130479
3587.20/3610.98	c #Conflicts:    4118000 | #Constraints:     131479
3600.06/3623.80	c #Conflicts:    4119000 | #Constraints:     132479
3600.06/3623.80	c #Conflicts:    4120000 | #Constraints:     133479
3600.06/3623.80	c #Conflicts:    4121000 | #Constraints:     134479
3600.06/3623.80	c #Conflicts:    4122000 | #Constraints:     135479
3600.06/3623.80	c #Conflicts:    4123000 | #Constraints:     136479
3600.06/3623.80	c #Conflicts:    4124000 | #Constraints:     137479
3600.06/3623.80	c #Conflicts:    4125000 | #Constraints:     138479
3600.06/3623.80	c #Conflicts:    4126000 | #Constraints:     139479
3600.06/3623.80	c #Conflicts:    4127000 | #Constraints:     140479
3600.06/3623.80	c #Conflicts:    4128000 | #Constraints:     141479
3600.06/3623.80	c #Conflicts:    4129000 | #Constraints:     142479
3600.06/3623.80	c #Conflicts:    4130000 | #Constraints:     143479
3600.06/3623.80	c #Conflicts:    4131000 | #Constraints:     144479
3600.06/3623.80	c INPROCESSING
3600.06/3623.80	c GARBAGE COLLECT
3600.06/3623.80	c #Conflicts:    4132000 | #Constraints:      85971
3600.06/3623.80	c #Conflicts:    4133000 | #Constraints:      86971
3600.06/3623.80	c #Conflicts:    4134000 | #Constraints:      87971
3600.06/3623.80	c #Conflicts:    4135000 | #Constraints:      88971
3600.06/3623.80	c #Conflicts:    4136000 | #Constraints:      89971
3600.06/3623.80	c #Conflicts:    4137000 | #Constraints:      90971
3600.06/3623.80	c #Conflicts:    4138000 | #Constraints:      91971
3600.06/3623.80	c #Conflicts:    4139000 | #Constraints:      92971
3600.06/3623.80	c cpu time 3559.38 s
3600.06/3623.80	c deterministic time 72894959713 7.29e+10
3600.06/3623.80	c optimization time 5.20507 s
3600.06/3623.80	c total solve time 3553.89 s
3600.06/3623.80	c core-guided solve time 0 s
3600.06/3623.80	c propagation time 1360.87 s
3600.06/3623.80	c conflict analysis time 1363.2 s
3600.06/3623.80	c propagations 2178870551
3600.06/3623.80	c resolve steps 191599818
3600.06/3623.80	c decisions 6037589
3600.06/3623.80	c conflicts 4139904
3600.06/3623.80	c restarts 7290
3600.06/3623.80	c inprocessing phases 132
3600.06/3623.80	c garbage collections 132 ,( 100.00 )
3600.06/3623.80	c input clauses 44936 ,( 99.09 )
3600.06/3623.80	c input cardinalities 0 ,( 0.00 )
3600.06/3623.80	c input general constraints 414 ,( 0.91 )
3600.06/3623.80	c input average constraint length 2.38
3600.06/3623.80	c input average constraint degree 3.25
3600.06/3623.80	c learned clauses 3725837 ,( 90.00 )
3600.06/3623.80	c learned cardinalities 10176 ,( 0.25 )
3600.06/3623.80	c learned general constraints 403919 ,( 9.76 )
3600.06/3623.80	c learned average constraint length 128.49
3600.06/3623.80	c learned average constraint degree 7545476.93
3600.06/3623.80	c watched  CF 32, 64, 128, Arb: 65528 , 0 , 0 , 0
3600.06/3623.80	c counting CF 32, 64, 128, Arb: 338805 , 0 , 0 , 0
3600.06/3623.80	c watched   constraints 65528 ,( 16.21 ) 
3600.06/3623.80	c counting  constraints 338805 ,( 83.79 ) 
3600.06/3623.80	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 3151695965 , 151536762 , 724787326 ,( 19754411 , 705032915 )
3600.06/3623.80	c gcd simplifications 292286
3600.06/3623.80	c detected cardinalities 301
3600.06/3623.80	c weakened non-implied lits 567226280
3600.06/3623.80	c weakened non-implying lits 149310
3600.06/3623.80	c original variables 19838
3600.06/3623.80	c clausal propagations 1548619531
3600.06/3623.80	c cardinality propagations 6015138
3600.06/3623.80	c watched propagations 404536
3600.06/3623.80	c counting propagations 618926565
3600.06/3623.80	c watch lookups 47996901568
3600.06/3623.80	c watch backjump lookups 0
3600.06/3623.80	c watch checks 6558822037
3600.06/3623.80	c propagation checks 10950825308
3600.06/3623.80	c constraint additions 3013630177
3600.06/3623.80	c trail pops 2189031365
3600.06/3623.80	c formula constraints 45350
3600.06/3623.80	c learned constraints 4139879
3600.06/3623.80	c bound constraints 0
3600.06/3623.80	c core-guided constraints 0
3600.06/3623.80	c encountered formula constraints 164448443
3600.06/3623.80	c encountered learned constraints 31282525
3600.06/3623.80	c encountered bound constraints 0
3600.06/3623.80	c encountered core-guided constraints 0
3600.06/3623.80	c LP total time 1060.69 s
3600.06/3623.80	c LP solve time 1036.42 s
3600.06/3623.80	c LP constraints added 45366
3600.06/3623.80	c LP constraints removed 8
3600.06/3623.80	c LP pivots internal 418738
3600.06/3623.80	c LP pivots root 422379
3600.06/3623.80	c LP calls 58
3600.06/3623.80	c LP optimalities 21
3600.06/3623.80	c LP no pivot count 0
3600.06/3623.80	c LP infeasibilities 26
3600.06/3623.80	c LP valid Farkas constraints 24
3600.06/3623.80	c LP learned Farkas constraints 24
3600.06/3623.80	c LP basis resets 5
3600.06/3623.80	c LP cycling count 0
3600.06/3623.80	c LP singular count 3
3600.06/3623.80	c LP no primal count 0
3600.06/3623.80	c LP no farkas count 2
3600.06/3623.80	c LP other issue count 0
3600.06/3623.80	c LP Gomory cuts 5
3600.06/3623.80	c LP learned cuts 11
3600.06/3623.80	c LP deleted cuts 8
3600.06/3623.80	c LP encountered Gomory constraints 0
3600.06/3623.80	c LP encountered Farkas constraints 7867
3600.06/3623.80	c LP encountered learned Farkas constraints 863
3600.06/3623.80	c CG auxiliary variables introduced 0
3600.06/3623.80	c CG solutions found 0
3600.06/3623.80	c CG cores constructed 0
3600.06/3623.80	c CG core cardinality constraints returned 0
3600.06/3623.80	c CG unit cores 0
3600.06/3623.80	c CG single cores 0
3600.06/3623.80	c CG blocks removed during cardinality reduction 0
3600.06/3623.80	c CG first core best 0
3600.06/3623.80	c CG decision core best 0
3600.06/3623.80	c CG core reduction tie 0
3600.06/3623.80	c CG core degree average 0.00
3600.06/3623.80	c CG core slack average 0.00
3600.06/3623.80	c CG core upper bound improvements 0
3600.06/3623.80	c STR number of successful calls 0
3600.06/3623.80	c STR number of unsuccessful calls 0
3600.06/3623.80	c STR number of inconclusive calls 0
3600.06/3623.80	c STR number of successful attempts 0
3600.06/3623.80	c STR number of unsuccessful attempts 0
3600.06/3623.80	c STR number of inconclusive attempts 0
3600.06/3623.80	c STR average degree increase per successful call inf
3600.06/3623.80	c STR average degree increase per successful attempt inf
3600.06/3623.80	c STR total number of conflicts for successful attempts 0
3600.06/3623.80	c STR total number of conflicts for unsuccessful attempts 0
3600.06/3623.80	c STR total number of conflicts for inconclusive attempts 0
3600.06/3623.80	c STR average number of conflicts per successful attempt inf
3600.06/3623.80	c STR average number of conflicts per unsuccessful attempt inf
3600.06/3623.80	c STR average number of conflicts per inconclusive attempt inf
3600.06/3623.80	c AVG.sumWPerc 68.22 
3600.06/3623.80	c bigint constraints 0 
3600.06/3623.80	s UNKNOWN
3600.06/3623.80	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 (60562 MiB free)
  memory of node 1: 64465 MiB (62847 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=19530, runsolver pid=19527

[startup+0.100064 s]*
/proc/loadavg: 4.07 4.13 4.09 5/273 19532
/proc/meminfo: memFree=126347164/131249988 swapFree=33010684/33010684
[pid=19530] ppid=19527 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/19530/stat : 19530 (run-dec-break-l) S 19527 19530 15084 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 31629631 4292608 768 18446744073709551615 94699953668096 94699954562629 140720786613632 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94699954801680 94699954849424 94699980955648 140720786618645 140720786618846 140720786618846 140720786624448 0
/proc/19530/statm: 1048 768 704 219 0 110 0
[pid=19532] ppid=19530 vsize=64508 memory=47632 CPUtime=0.09 cores=1,3
/proc/19532/stat : 19532 (pbsuma) R 19530 19530 15084 0 -1 4194304 10686 0 0 0 7 2 0 0 20 0 1 0 31629632 66056192 11908 18446744073709551615 4210688 4653049 140733988572352 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 23789568 140733988579555 140733988579890 140733988579890 140733988585455 0
/proc/19532/statm: 16127 11908 992 108 0 13535 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 68700 KiB
Current children cumulated memory: 50704 KiB

[startup+0.206053 s]*
/proc/loadavg: 4.07 4.13 4.09 5/273 19533
/proc/meminfo: memFree=126337608/131249988 swapFree=33010684/33010684
[pid=19530] ppid=19527 vsize=4192 memory=3072 CPUtime=0.12 cores=1,3
/proc/19530/stat : 19530 (run-dec-break-l) S 19527 19530 15084 0 -1 4194304 240 13057 0 0 0 0 9 3 20 0 1 0 31629631 4292608 768 18446744073709551615 94699953668096 94699954562629 140720786613632 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94699954801680 94699954849424 94699980955648 140720786618645 140720786618846 140720786618846 140720786624448 0
/proc/19530/statm: 1048 768 704 219 0 110 0
[pid=19533] ppid=19530 vsize=65076 memory=20476 CPUtime=0.06 cores=1,3
/proc/19533/stat : 19533 (roundingsat) R 19530 19530 15084 0 -1 4194304 2770 0 0 0 5 1 0 0 20 0 1 0 31629646 66637824 5119 18446744073709551615 4227072 8923433 140736352141200 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16367616 140736352147700 140736352148008 140736352148008 140736352153578 0
/proc/19533/statm: 16269 5119 2048 1147 0 3696 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 69268 KiB
Current children cumulated memory: 23548 KiB

[startup+0.305986 s]*
/proc/loadavg: 4.07 4.13 4.09 5/273 19533
/proc/meminfo: memFree=126333576/131249988 swapFree=33010684/33010684
[pid=19530] ppid=19527 vsize=4192 memory=3072 CPUtime=0.12 cores=1,3
/proc/19530/stat : 19530 (run-dec-break-l) S 19527 19530 15084 0 -1 4194304 240 13057 0 0 0 0 9 3 20 0 1 0 31629631 4292608 768 18446744073709551615 94699953668096 94699954562629 140720786613632 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94699954801680 94699954849424 94699980955648 140720786618645 140720786618846 140720786618846 140720786624448 0
/proc/19530/statm: 1048 768 704 219 0 110 0
[pid=19533] ppid=19530 vsize=70668 memory=26008 CPUtime=0.15 cores=1,3
/proc/19533/stat : 19533 (roundingsat) R 19530 19530 15084 0 -1 4194304 4300 0 0 0 12 3 0 0 20 0 1 0 31629646 72364032 6502 18446744073709551615 4227072 8923433 140736352141200 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16367616 140736352147700 140736352148008 140736352148008 140736352153578 0
/proc/19533/statm: 17667 6502 2048 1147 0 5094 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 74860 KiB
Current children cumulated memory: 29080 KiB

[startup+0.700202 s]
/proc/loadavg: 4.07 4.13 4.09 5/273 19533
/proc/meminfo: memFree=126313288/131249988 swapFree=33010684/33010684
[pid=19530] ppid=19527 vsize=4192 memory=3072 CPUtime=0.12 cores=1,3
/proc/19530/stat : 19530 (run-dec-break-l) S 19527 19530 15084 0 -1 4194304 240 13057 0 0 0 0 9 3 20 0 1 0 31629631 4292608 768 18446744073709551615 94699953668096 94699954562629 140720786613632 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94699954801680 94699954849424 94699980955648 140720786618645 140720786618846 140720786618846 140720786624448 0
/proc/19530/statm: 1048 768 704 219 0 110 0
[pid=19533] ppid=19530 vsize=138364 memory=84216 CPUtime=0.54 cores=1,3
/proc/19533/stat : 19533 (roundingsat) R 19530 19530 15084 0 -1 4194304 14494 0 0 0 47 7 0 0 20 0 1 0 31629646 141684736 21054 18446744073709551615 4227072 8923433 140736352141200 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16367616 140736352147700 140736352148008 140736352148008 140736352153578 0
/proc/19533/statm: 34591 21054 2304 1147 0 22018 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 142556 KiB
Current children cumulated memory: 87288 KiB

[startup+1.5002 s]
/proc/loadavg: 4.07 4.13 4.09 5/273 19533
/proc/meminfo: memFree=126305476/131249988 swapFree=33010684/33010684
[pid=19530] ppid=19527 vsize=4192 memory=3072 CPUtime=0.12 cores=1,3
/proc/19530/stat : 19530 (run-dec-break-l) S 19527 19530 15084 0 -1 4194304 240 13057 0 0 0 0 9 3 20 0 1 0 31629631 4292608 768 18446744073709551615 94699953668096 94699954562629 140720786613632 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94699954801680 94699954849424 94699980955648 140720786618645 140720786618846 140720786618846 140720786624448 0
/proc/19530/statm: 1048 768 704 219 0 110 0
[pid=19533] ppid=19530 vsize=141556 memory=86776 CPUtime=1.34 cores=1,3
/proc/19533/stat : 19533 (roundingsat) R 19530 19530 15084 0 -1 4194304 15120 0 0 0 126 8 0 0 20 0 1 0 31629646 144953344 21694 18446744073709551615 4227072 8923433 140736352141200 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16367616 140736352147700 140736352148008 140736352148008 140736352153578 0
/proc/19533/statm: 35389 21694 2304 1147 0 22816 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 145748 KiB
Current children cumulated memory: 89848 KiB

[startup+3.10577 s]
/proc/loadavg: 4.15 4.14 4.09 5/273 19533
/proc/meminfo: memFree=126282556/131249988 swapFree=33010684/33010684
[pid=19530] ppid=19527 vsize=4192 memory=3072 CPUtime=0.12 cores=1,3
/proc/19530/stat : 19530 (run-dec-break-l) S 19527 19530 15084 0 -1 4194304 240 13057 0 0 0 0 9 3 20 0 1 0 31629631 4292608 768 18446744073709551615 94699953668096 94699954562629 140720786613632 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94699954801680 94699954849424 94699980955648 140720786618645 140720786618846 140720786618846 140720786624448 0
/proc/19530/statm: 1048 768 704 219 0 110 0
[pid=19533] ppid=19530 vsize=142300 memory=88824 CPUtime=2.94 cores=1,3
/proc/19533/stat : 19533 (roundingsat) R 19530 19530 15084 0 -1 4194304 15594 0 0 0 284 10 0 0 20 0 1 0 31629646 145715200 22206 18446744073709551615 4227072 8923433 140736352141200 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16367616 140736352147700 140736352148008 140736352148008 140736352153578 0
/proc/19533/statm: 35575 22206 2368 1147 0 23002 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 146492 KiB
Current children cumulated memory: 91896 KiB

[startup+6.3002 s]
/proc/loadavg: 4.15 4.14 4.09 5/273 19533
/proc/meminfo: memFree=126246084/131249988 swapFree=33010684/33010684
[pid=19530] ppid=19527 vsize=4192 memory=3072 CPUtime=0.12 cores=1,3
/proc/19530/stat : 19530 (run-dec-break-l) S 19527 19530 15084 0 -1 4194304 240 13057 0 0 0 0 9 3 20 0 1 0 31629631 4292608 768 18446744073709551615 94699953668096 94699954562629 140720786613632 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94699954801680 94699954849424 94699980955648 140720786618645 140720786618846 140720786618846 140720786624448 0
/proc/19530/statm: 1048 768 704 219 0 110 0
[pid=19533] ppid=19530 vsize=142300 memory=89336 CPUtime=6.13 cores=1,3
/proc/19533/stat : 19533 (roundingsat) R 19530 19530 15084 0 -1 4194304 15718 0 0 0 599 14 0 0 20 0 1 0 31629646 145715200 22334 18446744073709551615 4227072 8923433 140736352141200 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16367616 140736352147700 140736352148008 140736352148008 140736352153578 0
/proc/19533/statm: 35575 22334 2368 1147 0 23002 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 146492 KiB
Current children cumulated memory: 92408 KiB

[startup+12.7002 s]
/proc/loadavg: 4.21 4.16 4.10 5/273 19533
/proc/meminfo: memFree=126195528/131249988 swapFree=33010684/33010684
[pid=19530] ppid=19527 vsize=4192 memory=3072 CPUtime=0.12 cores=1,3
/proc/19530/stat : 19530 (run-dec-break-l) S 19527 19530 15084 0 -1 4194304 240 13057 0 0 0 0 9 3 20 0 1 0 31629631 4292608 768 18446744073709551615 94699953668096 94699954562629 140720786613632 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94699954801680 94699954849424 94699980955648 140720786618645 140720786618846 140720786618846 140720786624448 0
/proc/19530/statm: 1048 768 704 219 0 110 0
[pid=19533] ppid=19530 vsize=147852 memory=94072 CPUtime=12.51 cores=1,3
/proc/19533/stat : 19533 (roundingsat) R 19530 19530 15084 0 -1 4194304 16908 0 0 0 1230 21 0 0 20 0 1 0 31629646 151400448 23518 18446744073709551615 4227072 8923433 140736352141200 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16367616 140736352147700 140736352148008 140736352148008 140736352153578 0
/proc/19533/statm: 36963 23518 2368 1147 0 24390 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 152044 KiB
Current children cumulated memory: 97144 KiB

[startup+25.5002 s]
/proc/loadavg: 4.39 4.20 4.11 5/273 19534
/proc/meminfo: memFree=126111816/131249988 swapFree=33010684/33010684
[pid=19530] ppid=19527 vsize=4192 memory=3072 CPUtime=0.12 cores=1,3
/proc/19530/stat : 19530 (run-dec-break-l) S 19527 19530 15084 0 -1 4194304 240 13057 0 0 0 0 9 3 20 0 1 0 31629631 4292608 768 18446744073709551615 94699953668096 94699954562629 140720786613632 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94699954801680 94699954849424 94699980955648 140720786618645 140720786618846 140720786618846 140720786624448 0
/proc/19530/statm: 1048 768 704 219 0 110 0
[pid=19533] ppid=19530 vsize=147852 memory=94712 CPUtime=25.27 cores=1,3
/proc/19533/stat : 19533 (roundingsat) R 19530 19530 15084 0 -1 4194304 17067 0 0 0 2491 36 0 0 20 0 1 0 31629646 151400448 23678 18446744073709551615 4227072 8923433 140736352141200 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16367616 140736352147700 140736352148008 140736352148008 140736352153578 0
/proc/19533/statm: 36963 23678 2368 1147 0 24390 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 152044 KiB
Current children cumulated memory: 97784 KiB

[startup+51.1058 s]
/proc/loadavg: 4.31 4.20 4.11 5/274 19535
/proc/meminfo: memFree=125865912/131249988 swapFree=33010684/33010684
[pid=19530] ppid=19527 vsize=4192 memory=3072 CPUtime=0.12 cores=1,3
/proc/19530/stat : 19530 (run-dec-break-l) S 19527 19530 15084 0 -1 4194304 240 13057 0 0 0 0 9 3 20 0 1 0 31629631 4292608 768 18446744073709551615 94699953668096 94699954562629 140720786613632 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94699954801680 94699954849424 94699980955648 140720786618645 140720786618846 140720786618846 140720786624448 0
/proc/19530/statm: 1048 768 704 219 0 110 0
[pid=19533] ppid=19530 vsize=153484 memory=100984 CPUtime=50.8 cores=1,3
/proc/19533/stat : 19533 (roundingsat) R 19530 19530 15084 0 -1 4194304 18613 0 0 0 5011 69 0 0 20 0 1 0 31629646 157167616 25246 18446744073709551615 4227072 8923433 140736352141200 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16367616 140736352147700 140736352148008 140736352148008 140736352153578 0
/proc/19533/statm: 38371 25246 2368 1147 0 25798 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 157676 KiB
Current children cumulated memory: 104056 KiB

[startup+102.3 s]
/proc/loadavg: 4.19 4.18 4.11 5/274 19537
/proc/meminfo: memFree=125344468/131249988 swapFree=33010684/33010684
[pid=19530] ppid=19527 vsize=4192 memory=3072 CPUtime=0.12 cores=1,3
/proc/19530/stat : 19530 (run-dec-break-l) S 19527 19530 15084 0 -1 4194304 240 13057 0 0 0 0 9 3 20 0 1 0 31629631 4292608 768 18446744073709551615 94699953668096 94699954562629 140720786613632 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94699954801680 94699954849424 94699980955648 140720786618645 140720786618846 140720786618846 140720786624448 0
/proc/19530/statm: 1048 768 704 219 0 110 0
[pid=19533] ppid=19530 vsize=161808 memory=110272 CPUtime=101.63 cores=1,3
/proc/19533/stat : 19533 (roundingsat) R 19530 19530 15084 0 -1 4194304 20366 0 0 0 10021 142 0 0 20 0 1 0 31629646 165691392 27568 18446744073709551615 4227072 8923433 140736352141200 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16367616 140736352147700 140736352148008 140736352148008 140736352153578 0
/proc/19533/statm: 40452 27568 2368 1147 0 27879 0
Current children cumulated CPU time: 101.75 s
Current children cumulated vsize: 166000 KiB
Current children cumulated memory: 113344 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.16 4.10 5/275 19540
/proc/meminfo: memFree=124746280/131249988 swapFree=33010684/33010684
[pid=19530] ppid=19527 vsize=4192 memory=3072 CPUtime=0.12 cores=1,3
/proc/19530/stat : 19530 (run-dec-break-l) S 19527 19530 15084 0 -1 4194304 240 13057 0 0 0 0 9 3 20 0 1 0 31629631 4292608 768 18446744073709551615 94699953668096 94699954562629 140720786613632 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94699954801680 94699954849424 94699980955648 140720786618645 140720786618846 140720786618846 140720786624448 0
/proc/19530/statm: 1048 768 704 219 0 110 0
[pid=19533] ppid=19530 vsize=164664 memory=113472 CPUtime=161.35 cores=1,3
/proc/19533/stat : 19533 (roundingsat) R 19530 19530 15084 0 -1 4194304 21043 0 0 0 15905 230 0 0 20 0 1 0 31629646 168615936 28368 18446744073709551615 4227072 8923433 140736352141200 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16367616 140736352147700 140736352148008 140736352148008 140736352153578 0
/proc/19533/statm: 41166 28368 2368 1147 0 28593 0
Current children cumulated CPU time: 161.47 s
Current children cumulated vsize: 168856 KiB
Current children cumulated memory: 116544 KiB

[startup+222.3 s]
/proc/loadavg: 4.13 4.16 4.10 5/275 19542
/proc/meminfo: memFree=124167128/131249988 swapFree=33010684/33010684
[pid=19530] ppid=19527 vsize=4192 memory=3072 CPUtime=0.12 cores=1,3
/proc/19530/stat : 19530 (run-dec-break-l) S 19527 19530 15084 0 -1 4194304 240 13057 0 0 0 0 9 3 20 0 1 0 31629631 4292608 768 18446744073709551615 94699953668096 94699954562629 140720786613632 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94699954801680 94699954849424 94699980955648 140720786618645 140720786618846 140720786618846 140720786624448 0
/proc/19530/statm: 1048 768 704 219 0 110 0
[pid=19533] ppid=19530 vsize=196452 memory=143520 CPUtime=221.16 cores=1,3
/proc/19533/stat : 19533 (roundingsat) R 19530 19530 15084 0 -1 4194304 27042 0 0 0 21809 307 0 0 20 0 1 0 31629646 201166848 35880 18446744073709551615 4227072 8923433 140736352141200 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16367616 140736352147700 140736352148008 140736352148008 140736352153578 0
/proc/19533/statm: 49113 35880 2368 1147 0 36540 0
Current children cumulated CPU time: 221.28 s

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

/proc/meminfo: memFree=75847448/131249988 swapFree=33010684/33010684
[pid=19530] ppid=19527 vsize=4192 memory=3072 CPUtime=0.12 cores=1,3
/proc/19530/stat : 19530 (run-dec-break-l) S 19527 19530 15084 0 -1 4194304 240 13057 0 0 0 0 9 3 20 0 1 0 31629631 4292608 768 18446744073709551615 94699953668096 94699954562629 140720786613632 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94699954801680 94699954849424 94699980955648 140720786618645 140720786618846 140720786618846 140720786624448 0
/proc/19530/statm: 1048 768 704 219 0 110 0
[pid=19533] ppid=19530 vsize=578412 memory=481160 CPUtime=3259.5 cores=1,3
/proc/19533/stat : 19533 (roundingsat) R 19530 19530 15084 0 -1 4194304 73519 0 0 0 322292 3658 0 0 20 0 1 0 31629646 592293888 120290 18446744073709551615 4227072 8923433 140736352141200 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16367616 140736352147700 140736352148008 140736352148008 140736352153578 0
/proc/19533/statm: 144603 120290 2496 1147 0 132030 0
Current children cumulated CPU time: 3259.62 s
Current children cumulated vsize: 582604 KiB
Current children cumulated memory: 484232 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.16 4.12 5/272 19998
/proc/meminfo: memFree=74481220/131249988 swapFree=33010684/33010684
[pid=19530] ppid=19527 vsize=4192 memory=3072 CPUtime=0.12 cores=1,3
/proc/19530/stat : 19530 (run-dec-break-l) S 19527 19530 15084 0 -1 4194304 240 13057 0 0 0 0 9 3 20 0 1 0 31629631 4292608 768 18446744073709551615 94699953668096 94699954562629 140720786613632 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94699954801680 94699954849424 94699980955648 140720786618645 140720786618846 140720786618846 140720786624448 0
/proc/19530/statm: 1048 768 704 219 0 110 0
[pid=19533] ppid=19530 vsize=578412 memory=481160 CPUtime=3319.32 cores=1,3
/proc/19533/stat : 19533 (roundingsat) R 19530 19530 15084 0 -1 4194304 73519 0 0 0 328208 3724 0 0 20 0 1 0 31629646 592293888 120290 18446744073709551615 4227072 8923433 140736352141200 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16367616 140736352147700 140736352148008 140736352148008 140736352153578 0
/proc/19533/statm: 144603 120290 2496 1147 0 132030 0
Current children cumulated CPU time: 3319.44 s
Current children cumulated vsize: 582604 KiB
Current children cumulated memory: 484232 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.16 4.12 5/273 20002
/proc/meminfo: memFree=73232560/131249988 swapFree=33010684/33010684
[pid=19530] ppid=19527 vsize=4192 memory=3072 CPUtime=0.12 cores=1,3
/proc/19530/stat : 19530 (run-dec-break-l) S 19527 19530 15084 0 -1 4194304 240 13057 0 0 0 0 9 3 20 0 1 0 31629631 4292608 768 18446744073709551615 94699953668096 94699954562629 140720786613632 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94699954801680 94699954849424 94699980955648 140720786618645 140720786618846 140720786618846 140720786624448 0
/proc/19530/statm: 1048 768 704 219 0 110 0
[pid=19533] ppid=19530 vsize=579032 memory=481160 CPUtime=3379.13 cores=1,3
/proc/19533/stat : 19533 (roundingsat) R 19530 19530 15084 0 -1 4194304 73524 0 0 0 334114 3799 0 0 20 0 1 0 31629646 592928768 120290 18446744073709551615 4227072 8923433 140736352141200 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16367616 140736352147700 140736352148008 140736352148008 140736352153578 0
/proc/19533/statm: 144758 120290 2496 1147 0 132185 0
Current children cumulated CPU time: 3379.25 s
Current children cumulated vsize: 583224 KiB
Current children cumulated memory: 484232 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.15 4.12 5/274 20009
/proc/meminfo: memFree=72129204/131249988 swapFree=33010684/33010684
[pid=19530] ppid=19527 vsize=4192 memory=3072 CPUtime=0.12 cores=1,3
/proc/19530/stat : 19530 (run-dec-break-l) S 19527 19530 15084 0 -1 4194304 240 13057 0 0 0 0 9 3 20 0 1 0 31629631 4292608 768 18446744073709551615 94699953668096 94699954562629 140720786613632 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94699954801680 94699954849424 94699980955648 140720786618645 140720786618846 140720786618846 140720786624448 0
/proc/19530/statm: 1048 768 704 219 0 110 0
[pid=19533] ppid=19530 vsize=579032 memory=482184 CPUtime=3438.94 cores=1,3
/proc/19533/stat : 19533 (roundingsat) R 19530 19530 15084 0 -1 4194304 73524 0 0 0 340017 3877 0 0 20 0 1 0 31629646 592928768 120546 18446744073709551615 4227072 8923433 140736352141200 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16367616 140736352147700 140736352148008 140736352148008 140736352153578 0
/proc/19533/statm: 144758 120546 2496 1147 0 132185 0
Current children cumulated CPU time: 3439.06 s
Current children cumulated vsize: 583224 KiB
Current children cumulated memory: 485256 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.15 4.12 5/274 20011
/proc/meminfo: memFree=70693108/131249988 swapFree=33010684/33010684
[pid=19530] ppid=19527 vsize=4192 memory=3072 CPUtime=0.12 cores=1,3
/proc/19530/stat : 19530 (run-dec-break-l) S 19527 19530 15084 0 -1 4194304 240 13057 0 0 0 0 9 3 20 0 1 0 31629631 4292608 768 18446744073709551615 94699953668096 94699954562629 140720786613632 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94699954801680 94699954849424 94699980955648 140720786618645 140720786618846 140720786618846 140720786624448 0
/proc/19530/statm: 1048 768 704 219 0 110 0
[pid=19533] ppid=19530 vsize=579032 memory=482184 CPUtime=3498.75 cores=1,3
/proc/19533/stat : 19533 (roundingsat) R 19530 19530 15084 0 -1 4194304 73524 0 0 0 345934 3941 0 0 20 0 1 0 31629646 592928768 120546 18446744073709551615 4227072 8923433 140736352141200 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16367616 140736352147700 140736352148008 140736352148008 140736352153578 0
/proc/19533/statm: 144758 120546 2496 1147 0 132185 0
Current children cumulated CPU time: 3498.87 s
Current children cumulated vsize: 583224 KiB
Current children cumulated memory: 485256 KiB

[startup+3582.3 s]
/proc/loadavg: 4.30 4.18 4.13 5/274 20013
/proc/meminfo: memFree=69151276/131249988 swapFree=33010684/33010684
[pid=19530] ppid=19527 vsize=4192 memory=3072 CPUtime=0.12 cores=1,3
/proc/19530/stat : 19530 (run-dec-break-l) S 19527 19530 15084 0 -1 4194304 240 13057 0 0 0 0 9 3 20 0 1 0 31629631 4292608 768 18446744073709551615 94699953668096 94699954562629 140720786613632 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94699954801680 94699954849424 94699980955648 140720786618645 140720786618846 140720786618846 140720786624448 0
/proc/19530/statm: 1048 768 704 219 0 110 0
[pid=19533] ppid=19530 vsize=579032 memory=482184 CPUtime=3558.57 cores=1,3
/proc/19533/stat : 19533 (roundingsat) R 19530 19530 15084 0 -1 4194304 73544 0 0 0 351853 4004 0 0 20 0 1 0 31629646 592928768 120546 18446744073709551615 4227072 8923433 140736352141200 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16367616 140736352147700 140736352148008 140736352148008 140736352153578 0
/proc/19533/statm: 144758 120546 2496 1147 0 132185 0
Current children cumulated CPU time: 3558.69 s
Current children cumulated vsize: 583224 KiB
Current children cumulated memory: 485256 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3623.8 s]
/proc/loadavg: 4.20 4.17 4.12 5/274 20014
/proc/meminfo: memFree=67904664/131249988 swapFree=33010684/33010684
[pid=19530] ppid=19527 vsize=4192 memory=3072 CPUtime=0.12 cores=1,3
/proc/19530/stat : 19530 (run-dec-break-l) S 19527 19530 15084 0 -1 4194304 240 13057 0 0 0 0 9 3 20 0 1 0 31629631 4292608 768 18446744073709551615 94699953668096 94699954562629 140720786613632 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94699954801680 94699954849424 94699980955648 140720786618645 140720786618846 140720786618846 140720786624448 0
/proc/19530/statm: 1048 768 704 219 0 110 0
[pid=19533] ppid=19530 vsize=579032 memory=482184 CPUtime=3599.94 cores=1,3
/proc/19533/stat : 19533 (roundingsat) R 19530 19530 15084 0 -1 4194304 73548 0 0 0 355937 4057 0 0 20 0 1 0 31629646 592928768 120546 18446744073709551615 4227072 8923433 140736352141200 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16367616 140736352147700 140736352148008 140736352148008 140736352153578 0
/proc/19533/statm: 144758 120546 2496 1147 0 132185 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 583224 KiB
Current children cumulated memory: 485256 KiB

Sending SIGTERM to process tree (bottom up)

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

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

Sending SIGKILL to process tree (bottom up)

[startup+3625.81 s]
# the end of solver process 19533 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=3559.48 s, system=41.0235 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+3624.01 s]*
/proc/loadavg: 4.20 4.17 4.12 6/273 20014
/proc/meminfo: memFree=67873600/131249988 swapFree=33010684/33010684
[pid=19533] ppid=19527 vsize=579032 memory=482312 CPUtime=3600.16 cores=1,3
/proc/19533/stat : 19533 (roundingsat) R 19527 19530 15084 0 -1 4194304 73552 0 0 0 355938 4078 0 0 20 0 1 0 31629646 592928768 120578 18446744073709551615 4227072 8923433 140736352141200 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16367616 140736352147700 140736352148008 140736352148008 140736352153578 0
/proc/19533/statm: 144758 120578 2528 1147 0 132185 0
Current cumulated CPU time of completed processes: 0.132676 s
Current children cumulated CPU time: 3600.16 s
Current children cumulated vsize: 579032 KiB
Current children cumulated memory: 482312 KiB

[startup+3624.8 s]
/proc/loadavg: 4.20 4.17 4.12 6/273 20014
/proc/meminfo: memFree=67873600/131249988 swapFree=33010684/33010684
[pid=19533] ppid=19527 vsize=579032 memory=482312 CPUtime=3600.22 cores=1,3
/proc/19533/stat : 19533 (roundingsat) R 19527 19530 15084 0 -1 4194304 73552 0 0 0 355938 4084 0 0 20 0 1 0 31629646 592928768 120578 18446744073709551615 4227072 8923433 140736352141200 0 0 0 0 0 8405026 1 0 0 17 1 0 0 0 0 0 9823104 9832592 16367616 140736352147700 140736352148008 140736352148008 140736352153578 0
/proc/19533/statm: 144758 120578 2528 1147 0 132185 0
Current cumulated CPU time of completed processes: 0.132676 s
Current children cumulated CPU time: 3600.22 s
Current children cumulated vsize: 579032 KiB
Current children cumulated memory: 482312 KiB

[startup+3625.6 s]
/proc/loadavg: 4.20 4.17 4.12 5/273 20014
/proc/meminfo: memFree=67868492/131249988 swapFree=33010684/33010684
[pid=19533] ppid=19527 vsize=579032 memory=482312 CPUtime=3600.27 cores=1,3
/proc/19533/stat : 19533 (roundingsat) D 19527 19530 15084 0 -1 4194304 73552 0 0 0 355938 4089 0 0 20 0 1 0 31629646 592928768 120578 18446744073709551615 4227072 8923433 140736352141200 0 0 0 0 0 8405026 1 0 0 17 1 0 0 0 0 0 9823104 9832592 16367616 140736352147700 140736352148008 140736352148008 140736352153578 0
/proc/19533/statm: 144758 120578 2528 1147 0 132185 0
Current cumulated CPU time of completed processes: 0.132676 s
Current children cumulated CPU time: 3600.27 s
Current children cumulated vsize: 579032 KiB
Current children cumulated memory: 482312 KiB

[startup+3625.8 s]
/proc/loadavg: 4.20 4.17 4.12 5/273 20014
/proc/meminfo: memFree=67868492/131249988 swapFree=33010684/33010684
[pid=19533] ppid=19527 vsize=579032 memory=482312 CPUtime=3600.35 cores=1,3
/proc/19533/stat : 19533 (roundingsat) R 19527 19530 15084 0 -1 4194304 73552 0 0 0 355938 4097 0 0 20 0 1 0 31629646 592928768 120578 18446744073709551615 4227072 8923433 140736352141200 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 16367616 140736352147700 140736352148008 140736352148008 140736352153578 0
/proc/19533/statm: 144758 120578 2528 1147 0 132185 0
Current cumulated CPU time of completed processes: 0.132676 s
Current children cumulated CPU time: 3600.35 s
Current children cumulated vsize: 579032 KiB
Current children cumulated memory: 482312 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3625.81
CPU time (s): 3600.5
CPU user time (s): 3559.48
CPU system time (s): 41.0235
CPU usage (%): 99.302
Max. virtual memory (cumulated for all children) (KiB): 583224
Max. memory (cumulated for all children) (KiB): 485256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3559.48
system time used= 41.0235
maximum resident set size= 482312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86849
page faults= 0
swaps= 0
block input operations= 0
block output operations= 47278968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 63055
involuntary context switches= 4188


# summary of solver processes directly reported to runsolver:
#   pid: 19530,19533
#   total CPU time (s): 3600.5
#   total CPU user time (s): 3559.48
#   total CPU system time (s): 41.0235

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.54837 second user time and 15.7758 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-06-29 03:11:51
IDJOB=4501943
IDBENCH=152982
IDSOLVER=3358
FILE ID=nodeC031/4501943-1751159511
RUNJOBID= nodeC031-1751155546-15096
SLURM_JOB_ID= 9587472
Free space on /tmp= 433036 MiB

SOLVER NAME= roundingsat+pbsuma-log 63f22ad
BENCH NAME= PB24/normalized-PB10/DEC-LIN/oliveras/j90/normalized-j9013_3-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-4501943-1751159511/watcher-4501943-1751159511 -o /tmp/evaluation-result-4501943-1751159511/solver-4501943-1751159511 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751155546-15096 --watchdog 3760 --file-size-limit 100000 run-dec-break-log.sh HOME/instance-4501943-1751159511.opb PROOFDIR/proof-4501943-1751159511

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

MD5SUM BENCH= 69f6f997ce8de3d1a51b1c8599cc504d
RANDOM SEED=1526577355

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		: 3599.882
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		: 3660.590
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		: 3607.792
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		: 3599.863
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.884
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.890
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		: 3619.934
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		: 3601.054
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:        126371784 kB
MemAvailable:   129569228 kB
Buffers:            3280 kB
Cached:          4004368 kB
SwapCached:            0 kB
Active:           497052 kB
Inactive:        3785272 kB
Active(anon):     292816 kB
Inactive(anon):        0 kB
Active(file):     204236 kB
Inactive(file):  3785272 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             18520 kB
Writeback:             0 kB
AnonPages:        272520 kB
Mapped:           117196 kB
Shmem:             18064 kB
KReclaimable:      94348 kB
Slab:             180100 kB
SReclaimable:      94348 kB
SUnreclaim:        85752 kB
KernelStack:        4400 kB
PageTables:         3784 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     632520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150648 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:    172032 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= 433008 MiB
End job on nodeC031 at 2025-06-29 04:12:17