Trace number 4503136

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 63f22ad? (TO) 3600.05 3609.5

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
heinz/normalized-neos-820157.opb
MD5SUM9baf2ba48863e92d1cef7cf6d2cd6be7
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark207.372
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1200
Total number of constraints1015
Number of constraints which are clauses835
Number of constraints which are cardinality constraints (but not clauses)180
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint20
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
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-4503136-1751159901.opb'
0.00/0.01	c 	read 0.05MB  (0.69ms)
0.00/0.01	c	 [cnf: #variables 1200 #clauses 970 #duplicates 45 #arr 3975]
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.01	c	 [group: #orbits ~= 8] (0.71ms)
0.00/0.01	c 
0.00/0.01	c detect special group actions
0.00/0.01	c 	probe for Johnson action (limit=64)
0.00/0.01	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.01	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.03	c 	 (16.89ms)
0.00/0.03	c 
0.00/0.03	c detect symmetries on remainder
0.00/0.03	c 	[graph: #vertices 4870 #edges 13350]
0.00/0.03	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.03	c 	 [group: #symmetries 5.92*10^557 #generators 641] (4.91ms)
0.00/0.03	c 
0.00/0.03	c optimize generators (opt_passes=64, conjugate_limit=2088)
0.00/0.03	c 	ran it=0, +gens=24 
0.08/0.20	c 	con best_support=4, best_gens=630, +gens=2083
0.08/0.20	c 	(171.27ms)
0.08/0.20	c 
0.08/0.20	c finalize break order and special generators
0.08/0.20	c 
0.08/0.20	c add generic predicates (break_depth=10)
0.08/0.21	c 	added predicates for 2748 generators (0.97ms)
0.08/0.21	c 
0.08/0.21	c generation finished
0.08/0.21	c 	[sbp: #constraints 3342 #add_vars 198]
0.08/0.21	c 
0.08/0.21	c write result to 'HOME/instance-4503136-1751159901.opb.pre'
0.08/0.21	c 	wrote 0.13MB (0.48ms)
0.08/0.21	c ------------------------------------------------------------------
0.08/0.21	c                 171.27ms 87.12% optimize_gens
0.08/0.21	c                  16.89ms  8.59% detect_special
0.08/0.21	c                   4.91ms  2.50% detect_generic
0.08/0.21	c                   0.97ms  0.49% break_generic
0.08/0.21	c                   0.71ms  0.36% approx_orbits
0.08/0.21	c                   0.69ms  0.35% parse
0.08/0.21	c                   0.48ms  0.24% output
0.08/0.21	c                   0.43ms  0.22% other
0.08/0.21	c                   0.24ms  0.12% finalize_order
0.08/0.21	c         ───────────────────────────────────────────────
0.08/0.21	c                 196.59ms   100% total
0.08/0.21	c ------------------------------------------------------------------
0.18/0.22	c RoundingSat 2
0.18/0.22	c branch pb25
0.18/0.22	c commit 63f22ad
0.18/0.24	c #variables 1398 #constraints 4387
0.18/0.28	c rational objective 118.667
1.95/2.03	c #Conflicts:       1000 | #Constraints:       5389
1.95/2.03	c #Conflicts:       2000 | #Constraints:       6389
1.95/2.03	c INPROCESSING
1.95/2.03	c GARBAGE COLLECT
1.95/2.03	c #Conflicts:       3000 | #Constraints:       6283
1.95/2.03	c #Conflicts:       4000 | #Constraints:       7283
1.95/2.03	c INPROCESSING
1.95/2.03	c GARBAGE COLLECT
1.95/2.03	c #Conflicts:       5000 | #Constraints:       6705
1.95/2.03	c #Conflicts:       6000 | #Constraints:       7705
1.95/2.03	c INPROCESSING
1.95/2.03	c GARBAGE COLLECT
1.95/2.03	c #Conflicts:       7000 | #Constraints:       6714
1.95/2.03	c #Conflicts:       8000 | #Constraints:       7714
1.95/2.03	c #Conflicts:       9000 | #Constraints:       8714
1.95/2.03	c INPROCESSING
1.95/2.03	c GARBAGE COLLECT
1.95/2.03	c #Conflicts:      10000 | #Constraints:       7413
1.95/2.03	c #Conflicts:      11000 | #Constraints:       8413
1.95/2.03	c #Conflicts:      12000 | #Constraints:       9413
1.95/2.03	c INPROCESSING
1.95/2.03	c GARBAGE COLLECT
1.95/2.03	c #Conflicts:      13000 | #Constraints:       7872
1.95/2.03	c #Conflicts:      14000 | #Constraints:       8872
1.95/2.03	c #Conflicts:      15000 | #Constraints:       9872
1.95/2.03	c INPROCESSING
1.95/2.03	c GARBAGE COLLECT
1.95/2.03	c #Conflicts:      16000 | #Constraints:       8110
1.95/2.03	c #Conflicts:      17000 | #Constraints:       9110
1.95/2.03	c #Conflicts:      18000 | #Constraints:      10110
1.95/2.03	c INPROCESSING
1.95/2.03	c GARBAGE COLLECT
1.95/2.03	c #Conflicts:      19000 | #Constraints:       8126
1.95/2.03	c #Conflicts:      20000 | #Constraints:       9126
1.95/2.03	c #Conflicts:      21000 | #Constraints:      10126
1.95/2.03	c INPROCESSING
1.95/2.03	c GARBAGE COLLECT
1.95/2.03	c rational objective 119.667
2.74/2.80	c #Conflicts:      22000 | #Constraints:       7931
2.74/2.80	c #Conflicts:      23000 | #Constraints:       8931
2.74/2.80	c #Conflicts:      24000 | #Constraints:       9931
2.74/2.80	c #Conflicts:      25000 | #Constraints:      10931
2.74/2.80	c INPROCESSING
2.74/2.80	c GARBAGE COLLECT
2.74/2.80	c #Conflicts:      26000 | #Constraints:       8537
2.74/2.80	c #Conflicts:      27000 | #Constraints:       9537
2.74/2.80	c #Conflicts:      28000 | #Constraints:      10537
2.74/2.80	c #Conflicts:      29000 | #Constraints:      11537
2.74/2.80	c INPROCESSING
2.74/2.80	c GARBAGE COLLECT
2.74/2.80	c rational objective 119.917
6.74/6.86	c #Conflicts:      30000 | #Constraints:       8933
6.74/6.86	c #Conflicts:      31000 | #Constraints:       9933
6.74/6.86	c #Conflicts:      32000 | #Constraints:      10933
6.74/6.86	c #Conflicts:      33000 | #Constraints:      11933
6.74/6.86	c INPROCESSING
6.74/6.86	c GARBAGE COLLECT
6.74/6.86	c #Conflicts:      34000 | #Constraints:       9133
6.74/6.86	c #Conflicts:      35000 | #Constraints:      10133
6.74/6.86	c #Conflicts:      36000 | #Constraints:      11133
6.74/6.86	c #Conflicts:      37000 | #Constraints:      12133
6.74/6.86	c INPROCESSING
6.74/6.86	c GARBAGE COLLECT
6.74/6.86	c #Conflicts:      38000 | #Constraints:       9138
6.74/6.86	c #Conflicts:      39000 | #Constraints:      10138
6.74/6.86	c #Conflicts:      40000 | #Constraints:      11139
6.74/6.86	c #Conflicts:      41000 | #Constraints:      12139
6.74/6.86	c INPROCESSING
6.74/6.86	c GARBAGE COLLECT
6.74/6.86	c #Conflicts:      42000 | #Constraints:       8933
6.74/6.86	c #Conflicts:      43000 | #Constraints:       9933
6.74/6.86	c #Conflicts:      44000 | #Constraints:      10933
6.74/6.86	c #Conflicts:      45000 | #Constraints:      11933
6.74/6.86	c #Conflicts:      46000 | #Constraints:      12933
6.74/6.86	c INPROCESSING
6.74/6.86	c GARBAGE COLLECT
6.74/6.86	c #Conflicts:      47000 | #Constraints:       9537
6.74/6.86	c #Conflicts:      48000 | #Constraints:      10537
6.74/6.86	c #Conflicts:      49000 | #Constraints:      11537
6.74/6.86	c #Conflicts:      50000 | #Constraints:      12537
6.74/6.86	c #Conflicts:      51000 | #Constraints:      13537
6.74/6.86	c INPROCESSING
6.74/6.86	c GARBAGE COLLECT
6.74/6.86	c #Conflicts:      52000 | #Constraints:       9945
6.74/6.86	c #Conflicts:      53000 | #Constraints:      10945
6.74/6.86	c #Conflicts:      54000 | #Constraints:      11945
6.74/6.86	c #Conflicts:      55000 | #Constraints:      12945
6.74/6.86	c #Conflicts:      56000 | #Constraints:      13945
6.74/6.86	c INPROCESSING
6.74/6.86	c GARBAGE COLLECT
6.74/6.86	c #Conflicts:      57000 | #Constraints:      10149
6.74/6.86	c #Conflicts:      58000 | #Constraints:      11149
6.74/6.86	c #Conflicts:      59000 | #Constraints:      12149
6.74/6.86	c #Conflicts:      60000 | #Constraints:      13149
6.74/6.86	c #Conflicts:      61000 | #Constraints:      14149
6.74/6.86	c INPROCESSING
6.74/6.86	c GARBAGE COLLECT
6.74/6.86	c rational objective 119.917
8.13/8.29	c #Conflicts:      62000 | #Constraints:      10152
8.13/8.29	c #Conflicts:      63000 | #Constraints:      11152
8.13/8.29	c #Conflicts:      64000 | #Constraints:      12152
8.13/8.29	c #Conflicts:      65000 | #Constraints:      13152
8.13/8.29	c #Conflicts:      66000 | #Constraints:      14152
8.13/8.29	c INPROCESSING
8.13/8.29	c GARBAGE COLLECT
8.13/8.29	c #Conflicts:      67000 | #Constraints:       9949
8.13/8.29	c #Conflicts:      68000 | #Constraints:      10949
8.13/8.29	c #Conflicts:      69000 | #Constraints:      11950
8.13/8.29	c #Conflicts:      70000 | #Constraints:      12950
8.13/8.29	c #Conflicts:      71000 | #Constraints:      13950
8.13/8.29	c #Conflicts:      72000 | #Constraints:      14950
8.13/8.29	c INPROCESSING
8.13/8.29	c GARBAGE COLLECT
8.13/8.29	c rational objective 119.917
9.72/9.87	c #Conflicts:      73000 | #Constraints:      10540
9.72/9.87	c #Conflicts:      74000 | #Constraints:      11540
9.72/9.87	c #Conflicts:      75000 | #Constraints:      12540
9.72/9.87	c #Conflicts:      76000 | #Constraints:      13540
9.72/9.87	c #Conflicts:      77000 | #Constraints:      14540
9.72/9.87	c #Conflicts:      78000 | #Constraints:      15540
9.72/9.87	c INPROCESSING
9.72/9.87	c GARBAGE COLLECT
9.72/9.87	c #Conflicts:      79000 | #Constraints:      10946
9.72/9.87	c #Conflicts:      80000 | #Constraints:      11946
9.72/9.87	c #Conflicts:      81000 | #Constraints:      12946
9.72/9.87	c #Conflicts:      82000 | #Constraints:      13946
9.72/9.87	c #Conflicts:      83000 | #Constraints:      14946
9.72/9.87	c #Conflicts:      84000 | #Constraints:      15946
9.72/9.87	c INPROCESSING
9.72/9.87	c GARBAGE COLLECT
9.72/9.87	c rational objective 119.917
12.13/12.21	c #Conflicts:      85000 | #Constraints:      11149
12.13/12.21	c #Conflicts:      86000 | #Constraints:      12149
12.13/12.21	c #Conflicts:      87000 | #Constraints:      13149
12.13/12.21	c #Conflicts:      88000 | #Constraints:      14149
12.13/12.21	c #Conflicts:      89000 | #Constraints:      15149
12.13/12.21	c #Conflicts:      90000 | #Constraints:      16149
12.13/12.21	c INPROCESSING
12.13/12.21	c GARBAGE COLLECT
12.13/12.21	c #Conflicts:      91000 | #Constraints:      11150
12.13/12.21	c #Conflicts:      92000 | #Constraints:      12150
12.13/12.21	c #Conflicts:      93000 | #Constraints:      13150
12.13/12.21	c #Conflicts:      94000 | #Constraints:      14150
12.13/12.21	c #Conflicts:      95000 | #Constraints:      15150
12.13/12.21	c #Conflicts:      96000 | #Constraints:      16150
12.13/12.21	c INPROCESSING
12.13/12.21	c GARBAGE COLLECT
12.13/12.21	c rational objective 120.167
14.11/14.29	c #Conflicts:      97000 | #Constraints:      10958
14.11/14.29	c #Conflicts:      98000 | #Constraints:      11958
14.11/14.29	c #Conflicts:      99000 | #Constraints:      12958
14.11/14.29	c #Conflicts:     100000 | #Constraints:      13958
14.11/14.29	c #Conflicts:     101000 | #Constraints:      14958
14.11/14.29	c #Conflicts:     102000 | #Constraints:      15958
14.11/14.29	c #Conflicts:     103000 | #Constraints:      16958
14.11/14.29	c INPROCESSING
14.11/14.29	c GARBAGE COLLECT
14.11/14.29	c #Conflicts:     104000 | #Constraints:      11561
14.11/14.29	c #Conflicts:     105000 | #Constraints:      12561
14.11/14.29	c #Conflicts:     106000 | #Constraints:      13561
14.11/14.29	c #Conflicts:     107000 | #Constraints:      14561
14.11/14.29	c #Conflicts:     108000 | #Constraints:      15561
14.11/14.29	c #Conflicts:     109000 | #Constraints:      16562
14.11/14.29	c #Conflicts:     110000 | #Constraints:      17562
14.11/14.29	c INPROCESSING
14.11/14.29	c GARBAGE COLLECT
14.11/14.29	c rational objective 120.167
16.11/16.28	c #Conflicts:     111000 | #Constraints:      11956
16.11/16.28	c #Conflicts:     112000 | #Constraints:      12957
16.11/16.28	c #Conflicts:     113000 | #Constraints:      13957
16.11/16.28	c #Conflicts:     114000 | #Constraints:      14957
16.11/16.28	c #Conflicts:     115000 | #Constraints:      15957
16.11/16.28	c #Conflicts:     116000 | #Constraints:      16957
16.11/16.28	c #Conflicts:     117000 | #Constraints:      17959
16.11/16.28	c INPROCESSING
16.11/16.28	c GARBAGE COLLECT
16.11/16.28	c #Conflicts:     118000 | #Constraints:      12155
16.11/16.28	c #Conflicts:     119000 | #Constraints:      13156
16.11/16.28	c #Conflicts:     120000 | #Constraints:      14159
16.11/16.28	c #Conflicts:     121000 | #Constraints:      15170
16.11/16.28	c #Conflicts:     122000 | #Constraints:      16179
16.11/16.28	c #Conflicts:     123000 | #Constraints:      17180
16.11/16.28	c #Conflicts:     124000 | #Constraints:      18181
16.11/16.28	c INPROCESSING
16.11/16.28	c GARBAGE COLLECT
16.11/16.28	c rational objective 120.167
18.31/18.41	c #Conflicts:     125000 | #Constraints:      12172
18.31/18.41	c #Conflicts:     126000 | #Constraints:      13172
18.31/18.41	c #Conflicts:     127000 | #Constraints:      14172
18.31/18.41	c #Conflicts:     128000 | #Constraints:      15172
18.31/18.41	c #Conflicts:     129000 | #Constraints:      16172
18.31/18.41	c #Conflicts:     130000 | #Constraints:      17172
18.31/18.41	c #Conflicts:     131000 | #Constraints:      18172
18.31/18.41	c INPROCESSING
18.31/18.41	c GARBAGE COLLECT
18.31/18.41	c #Conflicts:     132000 | #Constraints:      11960
18.31/18.41	c #Conflicts:     133000 | #Constraints:      12960
18.31/18.41	c #Conflicts:     134000 | #Constraints:      13961
18.31/18.41	c #Conflicts:     135000 | #Constraints:      14961
18.31/18.41	c #Conflicts:     136000 | #Constraints:      15962
18.31/18.41	c #Conflicts:     137000 | #Constraints:      16963
18.31/18.41	c #Conflicts:     138000 | #Constraints:      17963
18.31/18.41	c #Conflicts:     139000 | #Constraints:      18964
18.31/18.41	c INPROCESSING
18.31/18.41	c GARBAGE COLLECT
18.31/18.41	c rational objective 120.167
19.90/20.05	c #Conflicts:     140000 | #Constraints:      12560
19.90/20.05	c #Conflicts:     141000 | #Constraints:      13560
19.90/20.05	c #Conflicts:     142000 | #Constraints:      14560
19.90/20.05	c #Conflicts:     143000 | #Constraints:      15560
19.90/20.05	c #Conflicts:     144000 | #Constraints:      16560
19.90/20.05	c #Conflicts:     145000 | #Constraints:      17560
19.90/20.05	c #Conflicts:     146000 | #Constraints:      18560
19.90/20.05	c #Conflicts:     147000 | #Constraints:      19560
19.90/20.05	c INPROCESSING
19.90/20.05	c GARBAGE COLLECT
19.90/20.05	WSVECS04 Frhs2[17]: 6 -1 0 shouldn't be
19.90/20.05	WSVECS04 Frhs2[19]: 6 -1 0 shouldn't be
19.90/20.05	WSVECS04 Frhs2[25]: 6 -1 0 shouldn't be
19.90/20.05	WSVECS04 Frhs2[28]: 6 -1 0 shouldn't be
19.90/20.05	WSVECS04 Frhs2[34]: 6 0 36.5358 shouldn't be
19.90/20.05	WSVECS04 Frhs2[36]: 6 -81.7376 0 shouldn't be
19.90/20.05	WSVECS04 Frhs2[39]: 6 0 36.5358 shouldn't be
19.90/20.05	WSVECS04 Frhs2[43]: 6 0 117.273 shouldn't be
19.90/20.05	WSVECS04 Frhs2[44]: 6 -1 0 shouldn't be
19.90/20.05	WSVECS04 Frhs2[49]: 6 -1 0 shouldn't be
19.90/20.05	WSVECS04 Frhs2[50]: 6 -1 0 shouldn't be
19.90/20.05	WSVECS04 Frhs2[54]: 6 0 107.607 shouldn't be
19.90/20.05	WSVECS04 Frhs2[56]: 6 0 107.607 shouldn't be
19.90/20.05	WSVECS04 Frhs2[60]: 6 0 107.607 shouldn't be
19.90/20.05	WSVECS04 Frhs2[113]: 6 0 18.2679 shouldn't be
19.90/20.05	WSVECS04 Frhs2[116]: 6 0 18.2679 shouldn't be
19.90/20.05	WSVECS04 Frhs2[117]: 6 0 18.2679 shouldn't be
19.90/20.05	WSVECS04 Frhs2[118]: 6 0 18.2679 shouldn't be
19.90/20.05	WSVECS04 Frhs2[119]: 6 0 18.2679 shouldn't be
19.90/20.05	WSVECS04 Frhs2[120]: 6 0 18.2679 shouldn't be
19.90/20.05	WSVECS04 Frhs2[121]: 6 0 216.281 shouldn't be
19.90/20.05	WSVECS04 Frhs2[123]: 6 0 216.281 shouldn't be
19.90/20.05	WSVECS04 Frhs2[124]: 6 0 216.281 shouldn't be
19.90/20.05	WSVECS04 Frhs2[127]: 6 0 216.281 shouldn't be
19.90/20.05	WSVECS04 Frhs2[128]: 6 0 216.281 shouldn't be
19.90/20.05	WSVECS04 Frhs2[129]: 6 0 216.281 shouldn't be
19.90/20.05	WSVECS04 Frhs2[131]: 6 -1 0 shouldn't be
19.90/20.05	WSVECS04 Frhs2[138]: 6 -1 0 shouldn't be
19.90/20.05	WSVECS04 Frhs2[139]: 6 -1 0 shouldn't be
19.90/20.05	WSVECS04 Frhs2[143]: 6 -1 0 shouldn't be
19.90/20.05	WSVECS04 Frhs2[144]: 6 -1 0 shouldn't be
19.90/20.05	WSVECS04 Frhs2[147]: 6 -1 0 shouldn't be
19.90/20.05	WSVECS04 Frhs2[154]: 6 -99.0055 0 shouldn't be
19.90/20.05	WSVECS04 Frhs2[185]: 6 -1 0 shouldn't be
19.90/20.05	WSVECS04 Frhs2[217]: 6 0 8.60184 shouldn't be
19.90/20.05	WSVECS04 Frhs2[226]: 6 -165.009 0 shouldn't be
19.90/20.05	WSVECS04 Frhs2[249]: 6 -1 0 shouldn't be
19.90/20.05	WSVECS04 Frhs2[259]: 6 -1 0 shouldn't be
19.90/20.05	WSVECS04 Frhs2[285]: 6 -1 0 shouldn't be
19.90/20.05	WSVECS04 Frhs2[286]: 6 -1 0 shouldn't be
19.90/20.05	WSVECS04 Frhs2[297]: 6 -1 0 shouldn't be
19.90/20.05	WSVECS04 Frhs2[351]: 6 -1 0 shouldn't be
19.90/20.05	WSVECS04 Frhs2[365]: 6 -1 0 shouldn't be
19.90/20.05	WSVECS04 Frhs2[1246]: 6 -1 0 shouldn't be
19.90/20.05	WSVECS04 Frhs2[1247]: 6 -115.673 0 shouldn't be
23.69/23.83	c #Conflicts:     148000 | #Constraints:      12960
23.69/23.83	c #Conflicts:     149000 | #Constraints:      13960
23.69/23.83	c #Conflicts:     150000 | #Constraints:      14960
23.69/23.83	c #Conflicts:     151000 | #Constraints:      15960
23.69/23.83	c #Conflicts:     152000 | #Constraints:      16960
23.69/23.83	c #Conflicts:     153000 | #Constraints:      17960
23.69/23.83	c #Conflicts:     154000 | #Constraints:      18960
23.69/23.83	c #Conflicts:     155000 | #Constraints:      19960
23.69/23.83	c INPROCESSING
23.69/23.83	c GARBAGE COLLECT
23.69/23.83	c #Conflicts:     156000 | #Constraints:      13159
23.69/23.83	c #Conflicts:     157000 | #Constraints:      14159
23.69/23.83	c #Conflicts:     158000 | #Constraints:      15159
23.69/23.83	c #Conflicts:     159000 | #Constraints:      16160
23.69/23.83	c #Conflicts:     160000 | #Constraints:      17160
23.69/23.83	c #Conflicts:     161000 | #Constraints:      18161
23.69/23.83	c #Conflicts:     162000 | #Constraints:      19161
23.69/23.83	c #Conflicts:     163000 | #Constraints:      20161
23.69/23.83	c INPROCESSING
23.69/23.83	c GARBAGE COLLECT
23.69/23.83	c #Conflicts:     164000 | #Constraints:      13160
23.69/23.83	c #Conflicts:     165000 | #Constraints:      14182
23.69/23.83	c #Conflicts:     166000 | #Constraints:      15182
23.69/23.83	c #Conflicts:     167000 | #Constraints:      16183
23.69/23.83	c #Conflicts:     168000 | #Constraints:      17185
23.69/23.83	c #Conflicts:     169000 | #Constraints:      18186
23.69/23.83	c #Conflicts:     170000 | #Constraints:      19187
23.69/23.83	c #Conflicts:     171000 | #Constraints:      20189
23.69/23.83	c INPROCESSING
23.69/23.83	c GARBAGE COLLECT
23.69/23.83	c rational objective 120.167
26.58/26.73	c #Conflicts:     172000 | #Constraints:      12969
26.58/26.73	c #Conflicts:     173000 | #Constraints:      13969
26.58/26.73	c #Conflicts:     174000 | #Constraints:      14969
26.58/26.73	c #Conflicts:     175000 | #Constraints:      15970
26.58/26.73	c #Conflicts:     176000 | #Constraints:      16970
26.58/26.73	c #Conflicts:     177000 | #Constraints:      17970
26.58/26.73	c #Conflicts:     178000 | #Constraints:      18970
26.58/26.73	c #Conflicts:     179000 | #Constraints:      19970
26.58/26.73	c #Conflicts:     180000 | #Constraints:      20970
26.58/26.73	c INPROCESSING
26.58/26.73	c GARBAGE COLLECT
26.58/26.73	c #Conflicts:     181000 | #Constraints:      13560
26.58/26.73	c #Conflicts:     182000 | #Constraints:      14560
26.58/26.73	c #Conflicts:     183000 | #Constraints:      15561
26.58/26.73	c #Conflicts:     184000 | #Constraints:      16561
26.58/26.73	c #Conflicts:     185000 | #Constraints:      17562
26.58/26.73	c #Conflicts:     186000 | #Constraints:      18562
26.58/26.73	c #Conflicts:     187000 | #Constraints:      19563
26.58/26.73	c #Conflicts:     188000 | #Constraints:      20563
26.58/26.73	c #Conflicts:     189000 | #Constraints:      21564
26.58/26.73	c INPROCESSING
26.58/26.73	c GARBAGE COLLECT
26.58/26.73	c rational objective 120.167
35.86/36.07	c #Conflicts:     190000 | #Constraints:      13965
35.86/36.07	c #Conflicts:     191000 | #Constraints:      14965
35.86/36.07	c #Conflicts:     192000 | #Constraints:      15966
35.86/36.07	c #Conflicts:     193000 | #Constraints:      16966
35.86/36.07	c #Conflicts:     194000 | #Constraints:      17966
35.86/36.07	c #Conflicts:     195000 | #Constraints:      18966
35.86/36.07	c #Conflicts:     196000 | #Constraints:      19966
35.86/36.07	c #Conflicts:     197000 | #Constraints:      20966
35.86/36.07	c #Conflicts:     198000 | #Constraints:      21966
35.86/36.07	c INPROCESSING
35.86/36.07	c GARBAGE COLLECT
35.86/36.07	c #Conflicts:     199000 | #Constraints:      14172
35.86/36.07	c #Conflicts:     200000 | #Constraints:      15172
35.86/36.07	c #Conflicts:     201000 | #Constraints:      16172
35.86/36.07	c #Conflicts:     202000 | #Constraints:      17172
35.86/36.07	c #Conflicts:     203000 | #Constraints:      18172
35.86/36.07	c #Conflicts:     204000 | #Constraints:      19173
35.86/36.07	c #Conflicts:     205000 | #Constraints:      20173
35.86/36.07	c #Conflicts:     206000 | #Constraints:      21174
35.86/36.07	c #Conflicts:     207000 | #Constraints:      22174
35.86/36.07	c INPROCESSING
35.86/36.07	c GARBAGE COLLECT
35.86/36.07	c #Conflicts:     208000 | #Constraints:      14164
35.86/36.07	c #Conflicts:     209000 | #Constraints:      15167
35.86/36.07	c #Conflicts:     210000 | #Constraints:      16167
35.86/36.07	c #Conflicts:     211000 | #Constraints:      17174
35.86/36.07	c #Conflicts:     212000 | #Constraints:      18181
35.86/36.07	c #Conflicts:     213000 | #Constraints:      19182
35.86/36.07	c #Conflicts:     214000 | #Constraints:      20185
35.86/36.07	c #Conflicts:     215000 | #Constraints:      21189
35.86/36.07	c #Conflicts:     216000 | #Constraints:      22190
35.86/36.07	c INPROCESSING
35.86/36.07	c GARBAGE COLLECT
35.86/36.07	c #Conflicts:     217000 | #Constraints:      13980
35.86/36.07	c #Conflicts:     218000 | #Constraints:      14980
35.86/36.07	c #Conflicts:     219000 | #Constraints:      15980
35.86/36.07	c #Conflicts:     220000 | #Constraints:      16980
35.86/36.07	c #Conflicts:     221000 | #Constraints:      17980
35.86/36.07	c #Conflicts:     222000 | #Constraints:      18980
35.86/36.07	c #Conflicts:     223000 | #Constraints:      19980
35.86/36.07	c #Conflicts:     224000 | #Constraints:      20980
35.86/36.07	c #Conflicts:     225000 | #Constraints:      21980
35.86/36.07	c #Conflicts:     226000 | #Constraints:      22981
35.86/36.07	c INPROCESSING
35.86/36.07	c GARBAGE COLLECT
35.86/36.07	c #Conflicts:     227000 | #Constraints:      14572
35.86/36.07	c #Conflicts:     228000 | #Constraints:      15572
35.86/36.07	c #Conflicts:     229000 | #Constraints:      16572
35.86/36.07	c #Conflicts:     230000 | #Constraints:      17572
35.86/36.07	c #Conflicts:     231000 | #Constraints:      18572
35.86/36.07	c #Conflicts:     232000 | #Constraints:      19572
35.86/36.07	c #Conflicts:     233000 | #Constraints:      20572
35.86/36.07	c #Conflicts:     234000 | #Constraints:      21572
35.86/36.07	c #Conflicts:     235000 | #Constraints:      22572
35.86/36.07	c #Conflicts:     236000 | #Constraints:      23573
35.86/36.07	c INPROCESSING
35.86/36.07	c GARBAGE COLLECT
35.86/36.07	c rational objective 120.167
39.15/39.36	c #Conflicts:     237000 | #Constraints:      14966
39.15/39.36	c #Conflicts:     238000 | #Constraints:      15966
39.15/39.36	c #Conflicts:     239000 | #Constraints:      16966
39.15/39.36	c #Conflicts:     240000 | #Constraints:      17966
39.15/39.36	c #Conflicts:     241000 | #Constraints:      18966
39.15/39.36	c #Conflicts:     242000 | #Constraints:      19966
39.15/39.36	c #Conflicts:     243000 | #Constraints:      20966
39.15/39.36	c #Conflicts:     244000 | #Constraints:      21966
39.15/39.36	c #Conflicts:     245000 | #Constraints:      22966
39.15/39.36	c #Conflicts:     246000 | #Constraints:      23966
39.15/39.36	c INPROCESSING
39.15/39.36	c GARBAGE COLLECT
39.15/39.36	c #Conflicts:     247000 | #Constraints:      15170
39.15/39.36	c #Conflicts:     248000 | #Constraints:      16170
39.15/39.36	c #Conflicts:     249000 | #Constraints:      17170
39.15/39.36	c #Conflicts:     250000 | #Constraints:      18170
39.15/39.36	c #Conflicts:     251000 | #Constraints:      19171
39.15/39.36	c #Conflicts:     252000 | #Constraints:      20171
39.15/39.36	c #Conflicts:     253000 | #Constraints:      21171
39.15/39.36	c #Conflicts:     254000 | #Constraints:      22171
39.15/39.36	c #Conflicts:     255000 | #Constraints:      23171
39.15/39.36	c #Conflicts:     256000 | #Constraints:      24171
39.15/39.36	c INPROCESSING
39.15/39.36	c GARBAGE COLLECT
39.15/39.36	c rational objective 120.167
47.42/47.62	c #Conflicts:     257000 | #Constraints:      15162
47.42/47.62	c #Conflicts:     258000 | #Constraints:      16162
47.42/47.62	c #Conflicts:     259000 | #Constraints:      17162
47.42/47.62	c #Conflicts:     260000 | #Constraints:      18162
47.42/47.62	c #Conflicts:     261000 | #Constraints:      19163
47.42/47.62	c #Conflicts:     262000 | #Constraints:      20164
47.42/47.62	c #Conflicts:     263000 | #Constraints:      21164
47.42/47.62	c #Conflicts:     264000 | #Constraints:      22165
47.42/47.62	c #Conflicts:     265000 | #Constraints:      23166
47.42/47.62	c #Conflicts:     266000 | #Constraints:      24168
47.42/47.62	c INPROCESSING
47.42/47.62	c GARBAGE COLLECT
47.42/47.62	c #Conflicts:     267000 | #Constraints:      14977
47.42/47.62	c #Conflicts:     268000 | #Constraints:      15977
47.42/47.62	c #Conflicts:     269000 | #Constraints:      16977
47.42/47.62	c #Conflicts:     270000 | #Constraints:      17977
47.42/47.62	c #Conflicts:     271000 | #Constraints:      18977
47.42/47.62	c #Conflicts:     272000 | #Constraints:      19977
47.42/47.62	c #Conflicts:     273000 | #Constraints:      20977
47.42/47.62	c #Conflicts:     274000 | #Constraints:      21977
47.42/47.62	c #Conflicts:     275000 | #Constraints:      22977
47.42/47.62	c #Conflicts:     276000 | #Constraints:      23977
47.42/47.62	c #Conflicts:     277000 | #Constraints:      24977
47.42/47.62	c INPROCESSING
47.42/47.62	c GARBAGE COLLECT
47.42/47.62	c #Conflicts:     278000 | #Constraints:      15564
47.42/47.62	c #Conflicts:     279000 | #Constraints:      16565
47.42/47.62	c #Conflicts:     280000 | #Constraints:      17565
47.42/47.62	c #Conflicts:     281000 | #Constraints:      18566
47.42/47.62	c #Conflicts:     282000 | #Constraints:      19567
47.42/47.62	c #Conflicts:     283000 | #Constraints:      20568
47.42/47.62	c #Conflicts:     284000 | #Constraints:      21570
47.42/47.62	c #Conflicts:     285000 | #Constraints:      22571
47.42/47.62	c #Conflicts:     286000 | #Constraints:      23572
47.42/47.62	c #Conflicts:     287000 | #Constraints:      24575
47.42/47.62	c #Conflicts:     288000 | #Constraints:      25577
47.42/47.62	c INPROCESSING
47.42/47.62	c GARBAGE COLLECT
47.42/47.62	c #Conflicts:     289000 | #Constraints:      15980
47.42/47.62	c #Conflicts:     290000 | #Constraints:      16980
47.42/47.62	c #Conflicts:     291000 | #Constraints:      17983
47.42/47.62	c #Conflicts:     292000 | #Constraints:      18989
47.42/47.62	c #Conflicts:     293000 | #Constraints:      19989
47.42/47.62	c #Conflicts:     294000 | #Constraints:      20991
47.42/47.62	c #Conflicts:     295000 | #Constraints:      21991
47.42/47.62	c #Conflicts:     296000 | #Constraints:      22993
47.42/47.62	c #Conflicts:     297000 | #Constraints:      23993
47.42/47.62	c #Conflicts:     298000 | #Constraints:      24995
47.42/47.62	c #Conflicts:     299000 | #Constraints:      25996
47.42/47.62	c INPROCESSING
47.42/47.62	c GARBAGE COLLECT
47.42/47.62	WSVECS04 Frhs2[3]: 6 -7.36942 0 shouldn't be
47.42/47.62	WSVECS04 Frhs2[4]: 6 -1 0 shouldn't be
47.42/47.62	WSVECS04 Frhs2[11]: 6 0 57.8572 shouldn't be
47.42/47.62	WSVECS04 Frhs2[17]: 6 -1 0 shouldn't be
47.42/47.62	WSVECS04 Frhs2[19]: 6 0 26.3507 shouldn't be
47.42/47.62	WSVECS04 Frhs2[25]: 6 -1.5 0 shouldn't be
47.42/47.62	WSVECS04 Frhs2[38]: 6 -2.12314 0 shouldn't be
47.42/47.62	WSVECS04 Frhs2[41]: 6 -2.65133 0 shouldn't be
47.42/47.62	WSVECS04 Frhs2[44]: 6 -3.12314 0 shouldn't be
47.42/47.62	WSVECS04 Frhs2[48]: 6 0 1.12314 shouldn't be
47.42/47.62	WSVECS04 Frhs2[49]: 6 0 1.12314 shouldn't be
47.42/47.62	WSVECS04 Frhs2[52]: 6 -15.0272 0 shouldn't be
47.42/47.62	WSVECS04 Frhs2[55]: 6 -12.7542 0 shouldn't be
47.42/47.62	WSVECS04 Frhs2[57]: 6 -11.6157 0 shouldn't be
47.42/47.62	WSVECS04 Frhs2[59]: 6 0 1.45647 shouldn't be
47.42/47.62	WSVECS04 Frhs2[66]: 6 -12.685 0 shouldn't be
47.42/47.62	WSVECS04 Frhs2[68]: 6 -9.1387 0 shouldn't be
47.42/47.62	WSVECS04 Frhs2[74]: 6 -3.72959 0 shouldn't be
47.42/47.62	WSVECS04 Frhs2[77]: 6 -4.13983 0 shouldn't be
47.42/47.62	WSVECS04 Frhs2[79]: 6 0 1 shouldn't be
47.42/47.62	WSVECS04 Frhs2[85]: 6 0 38.5847 shouldn't be
47.42/47.62	WSVECS04 Frhs2[97]: 6 0 5.77966 shouldn't be
47.42/47.62	WSVECS04 Frhs2[99]: 6 0 5.77966 shouldn't be
47.42/47.62	WSVECS04 Frhs2[100]: 6 -11.9132 0 shouldn't be
47.42/47.62	WSVECS04 Frhs2[106]: 6 -12.385 0 shouldn't be
47.42/47.62	WSVECS04 Frhs2[114]: 6 -1 0 shouldn't be
47.42/47.62	WSVECS04 Frhs2[121]: 6 0 35.3041 shouldn't be
47.42/47.62	WSVECS04 Frhs2[131]: 6 -1 0 shouldn't be
47.42/47.62	WSVECS04 Frhs2[135]: 6 -3.63983 0 shouldn't be
47.42/47.62	WSVECS04 Frhs2[152]: 6 0 40.9606 shouldn't be
47.42/47.62	WSVECS04 Frhs2[153]: 6 0 40.9606 shouldn't be
47.42/47.62	WSVECS04 Frhs2[194]: 6 0 0.471809 shouldn't be
47.42/47.62	WSVECS04 Frhs2[215]: 6 -5.59252 0 shouldn't be
47.42/47.62	WSVECS04 Frhs2[223]: 6 0 4.95399 shouldn't be
47.42/47.62	WSVECS04 Frhs2[227]: 6 0 5.79759 shouldn't be
47.42/47.62	WSVECS04 Frhs2[229]: 6 0 5.79759 shouldn't be
47.42/47.62	WSVECS04 Frhs2[233]: 6 0 4.95399 shouldn't be
47.42/47.62	WSVECS04 Frhs2[247]: 6 0 4.47959 shouldn't be
47.42/47.62	WSVECS04 Frhs2[249]: 6 0 4.47959 shouldn't be
47.42/47.62	WSVECS04 Frhs2[321]: 6 -3 0 shouldn't be
47.42/47.62	WSVECS04 Frhs2[327]: 6 0 11.6157 shouldn't be
47.42/47.62	WSVECS04 Frhs2[349]: 6 -1 0 shouldn't be
47.42/47.62	WSVECS04 Frhs2[357]: 6 0 1 shouldn't be
47.42/47.62	WSVECS04 Frhs2[362]: 6 0 0.5 shouldn't be
47.42/47.62	WSVECS04 Frhs2[387]: 6 0 1 shouldn't be
47.42/47.62	WSVECS04 Frhs2[443]: 6 0 4.72959 shouldn't be
47.42/47.62	WSVECS04 Frhs2[654]: 6 0 0.47181 shouldn't be
47.42/47.62	WSVECS04 Frhs2[658]: 6 0 0.47181 shouldn't be
47.42/47.62	WSVECS04 Frhs2[662]: 6 0 32.8421 shouldn't be
47.42/47.62	WSVECS04 Frhs2[667]: 6 0 32.8421 shouldn't be
47.42/47.62	WSVECS04 Frhs2[668]: 6 0 32.8421 shouldn't be
47.42/47.62	WSVECS04 Frhs2[669]: 6 0 32.8421 shouldn't be
47.42/47.62	WSVECS04 Frhs2[672]: 6 0 32.8421 shouldn't be
47.42/47.62	WSVECS04 Frhs2[675]: 6 0 34.0551 shouldn't be
47.42/47.62	WSVECS04 Frhs2[1156]: 6 0 3 shouldn't be
47.42/47.62	WSVECS04 Frhs2[1213]: 6 -3 0 shouldn't be
47.42/47.62	WSVECS04 Frhs2[1221]: 6 -2 0 shouldn't be
47.42/47.62	WSVECS04 Frhs2[1223]: 6 -1 0 shouldn't be
47.42/47.62	WSVECS04 Frhs2[1224]: 6 -2 0 shouldn't be
47.42/47.62	WSVECS04 Frhs2[1235]: 6 -1 0 shouldn't be
47.42/47.62	WSVECS04 Frhs2[1239]: 6 -1 0 shouldn't be
47.42/47.62	WSVECS04 Frhs2[1240]: 6 -1 0 shouldn't be
47.42/47.62	WSVECS04 Frhs2[1248]: 6 -3 0 shouldn't be
47.42/47.62	WSVECS04 Frhs2[1256]: 6 -1 0 shouldn't be
47.42/47.62	WSVECS04 Frhs2[1258]: 6 -1 0 shouldn't be
47.42/47.62	WSVECS04 Frhs2[1273]: 6 -2 0 shouldn't be
47.42/47.62	WSVECS04 Frhs2[1275]: 6 -1 0 shouldn't be
47.42/47.62	WSVECS04 Frhs2[1291]: 6 -1 0 shouldn't be
47.42/47.62	WSVECS04 Frhs2[1323]: 6 -1 0 shouldn't be
47.42/47.62	WSVECS04 Frhs2[1344]: 6 -1 0 shouldn't be
47.42/47.62	WSVECS04 Frhs2[1363]: 6 -2 0 shouldn't be
47.42/47.62	WSVECS04 Frhs2[1371]: 6 -15.5697 0 shouldn't be
47.42/47.62	WSVECS04 Frhs2[1381]: 6 -1 0 shouldn't be
47.42/47.62	WSVECS04 Frhs2[1390]: 6 -1 0 shouldn't be
72.95/73.24	c #Conflicts:     300000 | #Constraints:      16176
72.95/73.24	c #Conflicts:     301000 | #Constraints:      17177
72.95/73.24	c #Conflicts:     302000 | #Constraints:      18177
72.95/73.24	c #Conflicts:     303000 | #Constraints:      19177
72.95/73.24	c #Conflicts:     304000 | #Constraints:      20177
72.95/73.24	c #Conflicts:     305000 | #Constraints:      21177
72.95/73.24	c #Conflicts:     306000 | #Constraints:      22177
72.95/73.24	c #Conflicts:     307000 | #Constraints:      23177
72.95/73.24	c #Conflicts:     308000 | #Constraints:      24178
72.95/73.24	c #Conflicts:     309000 | #Constraints:      25178
72.95/73.24	c #Conflicts:     310000 | #Constraints:      26179
72.95/73.24	c INPROCESSING
72.95/73.24	c GARBAGE COLLECT
72.95/73.24	c #Conflicts:     311000 | #Constraints:      16169
72.95/73.24	c #Conflicts:     312000 | #Constraints:      17170
72.95/73.24	c #Conflicts:     313000 | #Constraints:      18170
72.95/73.24	c #Conflicts:     314000 | #Constraints:      19172
72.95/73.24	c #Conflicts:     315000 | #Constraints:      20175
72.95/73.24	c #Conflicts:     316000 | #Constraints:      21177
72.95/73.24	c #Conflicts:     317000 | #Constraints:      22179
72.95/73.24	c #Conflicts:     318000 | #Constraints:      23185
72.95/73.24	c #Conflicts:     319000 | #Constraints:      24185
72.95/73.24	c #Conflicts:     320000 | #Constraints:      25187
72.95/73.24	c #Conflicts:     321000 | #Constraints:      26189
72.95/73.24	c INPROCESSING
72.95/73.24	c GARBAGE COLLECT
72.95/73.24	c #Conflicts:     322000 | #Constraints:      15975
72.95/73.24	c #Conflicts:     323000 | #Constraints:      16975
72.95/73.24	c #Conflicts:     324000 | #Constraints:      17975
72.95/73.24	c #Conflicts:     325000 | #Constraints:      18975
72.95/73.24	c #Conflicts:     326000 | #Constraints:      19975
72.95/73.24	c #Conflicts:     327000 | #Constraints:      20975
72.95/73.24	c #Conflicts:     328000 | #Constraints:      21975
72.95/73.24	c #Conflicts:     329000 | #Constraints:      22975
72.95/73.24	c #Conflicts:     330000 | #Constraints:      23975
72.95/73.24	c #Conflicts:     331000 | #Constraints:      24975
72.95/73.24	c #Conflicts:     332000 | #Constraints:      25975
72.95/73.24	c #Conflicts:     333000 | #Constraints:      26975
72.95/73.24	c #Conflicts:     334000 | #Constraints:      27975
72.95/73.24	c #Conflicts:     335000 | #Constraints:      28977
72.95/73.24	c #Conflicts:     336000 | #Constraints:      29977
72.95/73.24	c #Conflicts:     337000 | #Constraints:      30977
72.95/73.24	c #Conflicts:     338000 | #Constraints:      31978
72.95/73.24	c #Conflicts:     339000 | #Constraints:      32978
72.95/73.24	c #Conflicts:     340000 | #Constraints:      33979
72.95/73.24	c #Conflicts:     341000 | #Constraints:      34979
72.95/73.24	c #Conflicts:     342000 | #Constraints:      35980
72.95/73.24	c #Conflicts:     343000 | #Constraints:      36981
72.95/73.24	c #Conflicts:     344000 | #Constraints:      37983
72.95/73.24	c #Conflicts:     345000 | #Constraints:      38984
72.95/73.24	c #Conflicts:     346000 | #Constraints:      39985
72.95/73.24	c #Conflicts:     347000 | #Constraints:      40986
72.95/73.24	c #Conflicts:     348000 | #Constraints:      41986
72.95/73.24	c #Conflicts:     349000 | #Constraints:      42987
72.95/73.24	c #Conflicts:     350000 | #Constraints:      43987
72.95/73.24	c #Conflicts:     351000 | #Constraints:      44987
72.95/73.24	c #Conflicts:     352000 | #Constraints:      45989
72.95/73.24	c #Conflicts:     353000 | #Constraints:      46990
72.95/73.24	c #Conflicts:     354000 | #Constraints:      47991
72.95/73.24	c #Conflicts:     355000 | #Constraints:      48991
72.95/73.24	c #Conflicts:     356000 | #Constraints:      49994
72.95/73.24	c #Conflicts:     357000 | #Constraints:      50995
72.95/73.24	c #Conflicts:     358000 | #Constraints:      51995
72.95/73.24	c #Conflicts:     359000 | #Constraints:      52995
72.95/73.24	c #Conflicts:     360000 | #Constraints:      53996
72.95/73.24	c #Conflicts:     361000 | #Constraints:      54996
72.95/73.24	c #Conflicts:     362000 | #Constraints:      55997
72.95/73.24	c #Conflicts:     363000 | #Constraints:      56998
72.95/73.24	c #Conflicts:     364000 | #Constraints:      57999
72.95/73.24	c #Conflicts:     365000 | #Constraints:      59000
72.95/73.24	c #Conflicts:     366000 | #Constraints:      60000
72.95/73.24	c #Conflicts:     367000 | #Constraints:      61001
72.95/73.24	c #Conflicts:     368000 | #Constraints:      62002
72.95/73.24	c #Conflicts:     369000 | #Constraints:      63005
72.95/73.24	c #Conflicts:     370000 | #Constraints:      64013
72.95/73.24	c #Conflicts:     371000 | #Constraints:      65017
72.95/73.24	c #Conflicts:     372000 | #Constraints:      66025
72.95/73.24	c #Conflicts:     373000 | #Constraints:      67026
72.95/73.24	c #Conflicts:     374000 | #Constraints:      68026
72.95/73.24	c #Conflicts:     375000 | #Constraints:      69028
72.95/73.24	c #Conflicts:     376000 | #Constraints:      70033
72.95/73.24	c #Conflicts:     377000 | #Constraints:      71034
73.35/73.61	c INPROCESSING
73.35/73.61	c GARBAGE COLLECT
73.35/73.61	c rational objective 121.883
84.82/85.13	c #Conflicts:     378000 | #Constraints:      38552
84.82/85.13	c #Conflicts:     379000 | #Constraints:      39553
84.82/85.13	c #Conflicts:     380000 | #Constraints:      40553
84.82/85.13	c #Conflicts:     381000 | #Constraints:      41553
84.82/85.13	c #Conflicts:     382000 | #Constraints:      42553
84.82/85.13	c #Conflicts:     383000 | #Constraints:      43553
84.82/85.13	c #Conflicts:     384000 | #Constraints:      44554
84.82/85.13	c #Conflicts:     385000 | #Constraints:      45555
84.82/85.13	c #Conflicts:     386000 | #Constraints:      46555
84.82/85.13	c #Conflicts:     387000 | #Constraints:      47555
84.82/85.13	c #Conflicts:     388000 | #Constraints:      48556
84.82/85.13	c #Conflicts:     389000 | #Constraints:      49556
84.82/85.13	c #Conflicts:     390000 | #Constraints:      50556
84.82/85.13	c INPROCESSING
84.82/85.13	c GARBAGE COLLECT
84.82/85.13	c #Conflicts:     391000 | #Constraints:      28463
84.82/85.13	c #Conflicts:     392000 | #Constraints:      29463
84.82/85.13	c #Conflicts:     393000 | #Constraints:      30463
84.82/85.13	c #Conflicts:     394000 | #Constraints:      31463
84.82/85.13	c #Conflicts:     395000 | #Constraints:      32463
84.82/85.13	c #Conflicts:     396000 | #Constraints:      33463
84.82/85.13	c #Conflicts:     397000 | #Constraints:      34463
84.82/85.13	c #Conflicts:     398000 | #Constraints:      35463
84.82/85.13	c #Conflicts:     399000 | #Constraints:      36463
84.82/85.13	c #Conflicts:     400000 | #Constraints:      37463
84.82/85.13	c #Conflicts:     401000 | #Constraints:      38463
84.82/85.13	c #Conflicts:     402000 | #Constraints:      39463
84.82/85.13	c INPROCESSING
84.82/85.13	c GARBAGE COLLECT
84.82/85.13	c #Conflicts:     403000 | #Constraints:      22470
84.82/85.13	c #Conflicts:     404000 | #Constraints:      23470
84.82/85.13	c #Conflicts:     405000 | #Constraints:      24470
84.82/85.13	c #Conflicts:     406000 | #Constraints:      25470
84.82/85.13	c #Conflicts:     407000 | #Constraints:      26470
84.82/85.13	c #Conflicts:     408000 | #Constraints:      27470
84.82/85.13	c #Conflicts:     409000 | #Constraints:      28470
84.82/85.13	c #Conflicts:     410000 | #Constraints:      29470
84.82/85.13	c #Conflicts:     411000 | #Constraints:      30470
84.82/85.13	c #Conflicts:     412000 | #Constraints:      31470
84.82/85.13	c #Conflicts:     413000 | #Constraints:      32470
84.82/85.13	c #Conflicts:     414000 | #Constraints:      33471
84.82/85.13	c #Conflicts:     415000 | #Constraints:      34471
84.82/85.13	c #Conflicts:     416000 | #Constraints:      35471
84.82/85.13	c INPROCESSING
84.82/85.13	c GARBAGE COLLECT
84.82/85.13	c rational objective 120.194
88.21/88.56	c #Conflicts:     417000 | #Constraints:      20916
88.21/88.56	c #Conflicts:     418000 | #Constraints:      21916
88.21/88.56	c #Conflicts:     419000 | #Constraints:      22916
88.21/88.56	c #Conflicts:     420000 | #Constraints:      23916
88.21/88.56	c #Conflicts:     421000 | #Constraints:      24916
88.21/88.56	c #Conflicts:     422000 | #Constraints:      25916
88.21/88.56	c #Conflicts:     423000 | #Constraints:      26916
88.21/88.56	c #Conflicts:     424000 | #Constraints:      27916
88.21/88.56	c #Conflicts:     425000 | #Constraints:      28916
88.21/88.56	c #Conflicts:     426000 | #Constraints:      29916
88.21/88.56	c #Conflicts:     427000 | #Constraints:      30916
88.21/88.56	c #Conflicts:     428000 | #Constraints:      31916
88.21/88.56	c #Conflicts:     429000 | #Constraints:      32916
88.21/88.56	c INPROCESSING
88.21/88.56	c GARBAGE COLLECT
88.21/88.56	c rational objective 120.194
119.92/120.35	c #Conflicts:     430000 | #Constraints:      19489
119.92/120.35	c #Conflicts:     431000 | #Constraints:      20489
119.92/120.35	c #Conflicts:     432000 | #Constraints:      21489
119.92/120.35	c #Conflicts:     433000 | #Constraints:      22489
119.92/120.35	c #Conflicts:     434000 | #Constraints:      23489
119.92/120.35	c #Conflicts:     435000 | #Constraints:      24489
119.92/120.35	c #Conflicts:     436000 | #Constraints:      25489
119.92/120.35	c #Conflicts:     437000 | #Constraints:      26489
119.92/120.35	c #Conflicts:     438000 | #Constraints:      27489
119.92/120.35	c #Conflicts:     439000 | #Constraints:      28489
119.92/120.35	c #Conflicts:     440000 | #Constraints:      29489
119.92/120.35	c #Conflicts:     441000 | #Constraints:      30489
119.92/120.35	c #Conflicts:     442000 | #Constraints:      31489
119.92/120.35	c #Conflicts:     443000 | #Constraints:      32489
119.92/120.35	c #Conflicts:     444000 | #Constraints:      33489
119.92/120.35	c #Conflicts:     445000 | #Constraints:      34489
119.92/120.35	c #Conflicts:     446000 | #Constraints:      35489
119.92/120.35	c #Conflicts:     447000 | #Constraints:      36489
119.92/120.35	c #Conflicts:     448000 | #Constraints:      37489
119.92/120.35	c #Conflicts:     449000 | #Constraints:      38489
119.92/120.35	c #Conflicts:     450000 | #Constraints:      39489
119.92/120.35	c #Conflicts:     451000 | #Constraints:      40489
119.92/120.35	c #Conflicts:     452000 | #Constraints:      41489
119.92/120.35	c #Conflicts:     453000 | #Constraints:      42489
119.92/120.35	c #Conflicts:     454000 | #Constraints:      43489
119.92/120.35	c #Conflicts:     455000 | #Constraints:      44489
119.92/120.35	c #Conflicts:     456000 | #Constraints:      45489
119.92/120.35	c #Conflicts:     457000 | #Constraints:      46489
119.92/120.35	c #Conflicts:     458000 | #Constraints:      47489
119.92/120.35	c #Conflicts:     459000 | #Constraints:      48489
119.92/120.35	c #Conflicts:     460000 | #Constraints:      49489
119.92/120.35	c #Conflicts:     461000 | #Constraints:      50489
119.92/120.35	c #Conflicts:     462000 | #Constraints:      51489
119.92/120.35	c #Conflicts:     463000 | #Constraints:      52489
119.92/120.35	c #Conflicts:     464000 | #Constraints:      53489
119.92/120.35	c #Conflicts:     465000 | #Constraints:      54489
119.92/120.35	c #Conflicts:     466000 | #Constraints:      55489
119.92/120.35	c #Conflicts:     467000 | #Constraints:      56489
119.92/120.35	c #Conflicts:     468000 | #Constraints:      57489
119.92/120.35	c #Conflicts:     469000 | #Constraints:      58489
119.92/120.35	c #Conflicts:     470000 | #Constraints:      59489
119.92/120.35	c #Conflicts:     471000 | #Constraints:      60489
119.92/120.35	c #Conflicts:     472000 | #Constraints:      61489
119.92/120.35	c #Conflicts:     473000 | #Constraints:      62489
119.92/120.35	c #Conflicts:     474000 | #Constraints:      63489
119.92/120.35	c #Conflicts:     475000 | #Constraints:      64489
119.92/120.35	c #Conflicts:     476000 | #Constraints:      65489
119.92/120.35	c #Conflicts:     477000 | #Constraints:      66489
119.92/120.35	c #Conflicts:     478000 | #Constraints:      67489
119.92/120.35	c #Conflicts:     479000 | #Constraints:      68489
119.92/120.35	c #Conflicts:     480000 | #Constraints:      69489
119.92/120.35	c #Conflicts:     481000 | #Constraints:      70489
119.92/120.35	c #Conflicts:     482000 | #Constraints:      71489
119.92/120.35	c #Conflicts:     483000 | #Constraints:      72489
119.92/120.35	c #Conflicts:     484000 | #Constraints:      73489
119.92/120.35	c #Conflicts:     485000 | #Constraints:      74489
119.92/120.35	c #Conflicts:     486000 | #Constraints:      75489
119.92/120.35	c #Conflicts:     487000 | #Constraints:      76489
119.92/120.35	c #Conflicts:     488000 | #Constraints:      77489
119.92/120.35	c #Conflicts:     489000 | #Constraints:      78489
119.92/120.35	c #Conflicts:     490000 | #Constraints:      79489
119.92/120.35	c #Conflicts:     491000 | #Constraints:      80489
119.92/120.35	c INPROCESSING
119.92/120.35	c GARBAGE COLLECT
119.92/120.35	c rational objective 120.194
127.00/127.42	c #Conflicts:     492000 | #Constraints:      43231
127.00/127.42	c #Conflicts:     493000 | #Constraints:      44232
127.00/127.42	c #Conflicts:     494000 | #Constraints:      45232
127.00/127.42	c #Conflicts:     495000 | #Constraints:      46232
127.00/127.42	c #Conflicts:     496000 | #Constraints:      47233
127.00/127.42	c #Conflicts:     497000 | #Constraints:      48233
127.00/127.42	c #Conflicts:     498000 | #Constraints:      49234
127.00/127.42	c #Conflicts:     499000 | #Constraints:      50234
127.00/127.42	c #Conflicts:     500000 | #Constraints:      51235
127.00/127.42	c #Conflicts:     501000 | #Constraints:      52237
127.00/127.42	c #Conflicts:     502000 | #Constraints:      53238
127.00/127.42	c #Conflicts:     503000 | #Constraints:      54240
127.00/127.42	c #Conflicts:     504000 | #Constraints:      55243
127.00/127.42	c #Conflicts:     505000 | #Constraints:      56245
127.00/127.42	c #Conflicts:     506000 | #Constraints:      57249
127.00/127.42	c INPROCESSING
127.00/127.42	c GARBAGE COLLECT
127.00/127.42	c rational objective 120.194
136.17/136.67	c #Conflicts:     507000 | #Constraints:      31816
136.17/136.67	c #Conflicts:     508000 | #Constraints:      32816
136.17/136.67	c #Conflicts:     509000 | #Constraints:      33816
136.17/136.67	c #Conflicts:     510000 | #Constraints:      34816
136.17/136.67	c #Conflicts:     511000 | #Constraints:      35816
136.17/136.67	c #Conflicts:     512000 | #Constraints:      36816
136.17/136.67	c #Conflicts:     513000 | #Constraints:      37816
136.17/136.67	c #Conflicts:     514000 | #Constraints:      38816
136.17/136.67	c #Conflicts:     515000 | #Constraints:      39817
136.17/136.67	c #Conflicts:     516000 | #Constraints:      40817
136.17/136.67	c #Conflicts:     517000 | #Constraints:      41817
136.17/136.67	c #Conflicts:     518000 | #Constraints:      42817
136.17/136.67	c #Conflicts:     519000 | #Constraints:      43817
136.17/136.67	c #Conflicts:     520000 | #Constraints:      44817
136.17/136.67	c INPROCESSING
136.17/136.67	c GARBAGE COLLECT
136.17/136.67	c #Conflicts:     521000 | #Constraints:      25191
136.17/136.67	c #Conflicts:     522000 | #Constraints:      26191
136.17/136.67	c #Conflicts:     523000 | #Constraints:      27191
136.17/136.67	c #Conflicts:     524000 | #Constraints:      28191
136.17/136.67	c #Conflicts:     525000 | #Constraints:      29191
136.17/136.67	c #Conflicts:     526000 | #Constraints:      30191
136.17/136.67	c #Conflicts:     527000 | #Constraints:      31191
136.17/136.67	c #Conflicts:     528000 | #Constraints:      32191
136.17/136.67	c #Conflicts:     529000 | #Constraints:      33191
136.17/136.67	c #Conflicts:     530000 | #Constraints:      34192
136.17/136.67	c #Conflicts:     531000 | #Constraints:      35192
136.17/136.67	c #Conflicts:     532000 | #Constraints:      36192
136.17/136.67	c #Conflicts:     533000 | #Constraints:      37192
136.17/136.67	c #Conflicts:     534000 | #Constraints:      38192
136.17/136.67	c #Conflicts:     535000 | #Constraints:      39192
136.17/136.67	c INPROCESSING
136.17/136.67	c GARBAGE COLLECT
136.17/136.67	c rational objective 120.194
140.26/140.70	c #Conflicts:     536000 | #Constraints:      22388
140.26/140.70	c #Conflicts:     537000 | #Constraints:      23388
140.26/140.70	c #Conflicts:     538000 | #Constraints:      24388
140.26/140.70	c #Conflicts:     539000 | #Constraints:      25388
140.26/140.70	c #Conflicts:     540000 | #Constraints:      26388
140.26/140.70	c #Conflicts:     541000 | #Constraints:      27388
140.26/140.70	c #Conflicts:     542000 | #Constraints:      28388
140.26/140.70	c #Conflicts:     543000 | #Constraints:      29388
140.26/140.70	c #Conflicts:     544000 | #Constraints:      30388
140.26/140.70	c #Conflicts:     545000 | #Constraints:      31388
140.26/140.70	c #Conflicts:     546000 | #Constraints:      32388
140.26/140.70	c #Conflicts:     547000 | #Constraints:      33388
140.26/140.70	c #Conflicts:     548000 | #Constraints:      34388
140.26/140.70	c #Conflicts:     549000 | #Constraints:      35388
140.26/140.70	c #Conflicts:     550000 | #Constraints:      36388
140.26/140.70	c #Conflicts:     551000 | #Constraints:      37388
140.26/140.70	c INPROCESSING
140.26/140.70	c GARBAGE COLLECT
140.26/140.70	c rational objective 120.36
179.65/180.29	c #Conflicts:     552000 | #Constraints:      21883
179.65/180.29	c #Conflicts:     553000 | #Constraints:      22883
179.65/180.29	c #Conflicts:     554000 | #Constraints:      23883
179.65/180.29	c #Conflicts:     555000 | #Constraints:      24883
179.65/180.29	c #Conflicts:     556000 | #Constraints:      25885
179.65/180.29	c #Conflicts:     557000 | #Constraints:      26885
179.65/180.29	c #Conflicts:     558000 | #Constraints:      27885
179.65/180.29	c #Conflicts:     559000 | #Constraints:      28886
179.65/180.29	c #Conflicts:     560000 | #Constraints:      29887
179.65/180.29	c #Conflicts:     561000 | #Constraints:      30887
179.65/180.29	c #Conflicts:     562000 | #Constraints:      31887
179.65/180.29	c #Conflicts:     563000 | #Constraints:      32888
179.65/180.29	c #Conflicts:     564000 | #Constraints:      33889
179.65/180.29	c #Conflicts:     565000 | #Constraints:      34889
179.65/180.29	c #Conflicts:     566000 | #Constraints:      35890
179.65/180.29	c #Conflicts:     567000 | #Constraints:      36891
179.65/180.29	c #Conflicts:     568000 | #Constraints:      37892
179.65/180.29	c #Conflicts:     569000 | #Constraints:      38893
179.65/180.29	c #Conflicts:     570000 | #Constraints:      39894
179.65/180.29	c #Conflicts:     571000 | #Constraints:      40894
179.65/180.29	c #Conflicts:     572000 | #Constraints:      41896
179.65/180.29	c #Conflicts:     573000 | #Constraints:      42896
179.65/180.29	c #Conflicts:     574000 | #Constraints:      43897
179.65/180.29	c #Conflicts:     575000 | #Constraints:      44898
179.65/180.29	c #Conflicts:     576000 | #Constraints:      45899
179.65/180.29	c #Conflicts:     577000 | #Constraints:      46900
179.65/180.29	c #Conflicts:     578000 | #Constraints:      47901
179.65/180.29	c #Conflicts:     579000 | #Constraints:      48904
179.65/180.29	c #Conflicts:     580000 | #Constraints:      49906
179.65/180.29	c #Conflicts:     581000 | #Constraints:      50906
179.65/180.29	c #Conflicts:     582000 | #Constraints:      51906
179.65/180.29	c #Conflicts:     583000 | #Constraints:      52907
179.65/180.29	c #Conflicts:     584000 | #Constraints:      53908
179.65/180.29	c #Conflicts:     585000 | #Constraints:      54909
179.65/180.29	c #Conflicts:     586000 | #Constraints:      55910
179.65/180.29	c #Conflicts:     587000 | #Constraints:      56911
179.65/180.29	c #Conflicts:     588000 | #Constraints:      57912
179.65/180.29	c #Conflicts:     589000 | #Constraints:      58912
179.65/180.29	c #Conflicts:     590000 | #Constraints:      59913
179.65/180.29	c #Conflicts:     591000 | #Constraints:      60913
179.65/180.29	c #Conflicts:     592000 | #Constraints:      61914
179.65/180.29	c #Conflicts:     593000 | #Constraints:      62914
179.65/180.29	c #Conflicts:     594000 | #Constraints:      63915
179.65/180.29	c #Conflicts:     595000 | #Constraints:      64916
179.65/180.29	c #Conflicts:     596000 | #Constraints:      65917
179.65/180.29	c #Conflicts:     597000 | #Constraints:      66918
179.65/180.29	c #Conflicts:     598000 | #Constraints:      67919
179.65/180.29	c #Conflicts:     599000 | #Constraints:      68919
179.65/180.29	c #Conflicts:     600000 | #Constraints:      69920
179.65/180.29	c #Conflicts:     601000 | #Constraints:      70920
179.65/180.29	c #Conflicts:     602000 | #Constraints:      71921
179.65/180.29	c #Conflicts:     603000 | #Constraints:      72924
179.65/180.29	c #Conflicts:     604000 | #Constraints:      73925
179.65/180.29	c #Conflicts:     605000 | #Constraints:      74926
179.65/180.29	c #Conflicts:     606000 | #Constraints:      75928
179.65/180.29	c #Conflicts:     607000 | #Constraints:      76928
179.65/180.29	c #Conflicts:     608000 | #Constraints:      77930
179.65/180.29	c #Conflicts:     609000 | #Constraints:      78934
179.65/180.29	c #Conflicts:     610000 | #Constraints:      79935
179.65/180.29	c #Conflicts:     611000 | #Constraints:      80937
179.65/180.29	c #Conflicts:     612000 | #Constraints:      81937
179.65/180.29	c #Conflicts:     613000 | #Constraints:      82938
179.65/180.29	c #Conflicts:     614000 | #Constraints:      83940
179.65/180.29	c #Conflicts:     615000 | #Constraints:      84940
179.65/180.29	c #Conflicts:     616000 | #Constraints:      85941
179.65/180.29	c #Conflicts:     617000 | #Constraints:      86942
179.65/180.29	c #Conflicts:     618000 | #Constraints:      87943
179.65/180.29	c #Conflicts:     619000 | #Constraints:      88943
179.65/180.29	c INPROCESSING
179.65/180.29	c GARBAGE COLLECT
179.65/180.29	c #Conflicts:     620000 | #Constraints:      47408
179.65/180.29	c #Conflicts:     621000 | #Constraints:      48409
179.65/180.29	c #Conflicts:     622000 | #Constraints:      49409
179.65/180.29	c #Conflicts:     623000 | #Constraints:      50409
179.65/180.29	c #Conflicts:     624000 | #Constraints:      51411
179.65/180.29	c #Conflicts:     625000 | #Constraints:      52411
179.65/180.29	c #Conflicts:     626000 | #Constraints:      53412
179.65/180.29	c #Conflicts:     627000 | #Constraints:      54412
179.65/180.29	c #Conflicts:     628000 | #Constraints:      55413
179.65/180.29	c #Conflicts:     629000 | #Constraints:      56414
179.65/180.29	c #Conflicts:     630000 | #Constraints:      57414
188.73/189.32	c #Conflicts:     631000 | #Constraints:      58414
188.73/189.32	c #Conflicts:     632000 | #Constraints:      59415
188.73/189.32	c #Conflicts:     633000 | #Constraints:      60415
188.73/189.32	c #Conflicts:     634000 | #Constraints:      61417
188.73/189.32	c #Conflicts:     635000 | #Constraints:      62417
188.73/189.32	c #Conflicts:     636000 | #Constraints:      63417
188.73/189.32	c INPROCESSING
188.73/189.32	c GARBAGE COLLECT
188.73/189.32	c #Conflicts:     637000 | #Constraints:      34897
188.73/189.32	c #Conflicts:     638000 | #Constraints:      35897
188.73/189.32	c #Conflicts:     639000 | #Constraints:      36897
188.73/189.32	c #Conflicts:     640000 | #Constraints:      37900
188.73/189.32	c #Conflicts:     641000 | #Constraints:      38902
188.73/189.32	c #Conflicts:     642000 | #Constraints:      39904
188.73/189.32	c #Conflicts:     643000 | #Constraints:      40906
188.73/189.32	c #Conflicts:     644000 | #Constraints:      41907
188.73/189.32	c #Conflicts:     645000 | #Constraints:      42907
188.73/189.32	c #Conflicts:     646000 | #Constraints:      43907
188.73/189.32	c #Conflicts:     647000 | #Constraints:      44908
188.73/189.32	c #Conflicts:     648000 | #Constraints:      45910
188.73/189.32	c #Conflicts:     649000 | #Constraints:      46910
188.73/189.32	c #Conflicts:     650000 | #Constraints:      47911
188.73/189.32	c #Conflicts:     651000 | #Constraints:      48912
188.73/189.32	c #Conflicts:     652000 | #Constraints:      49912
188.73/189.32	c INPROCESSING
188.73/189.32	c GARBAGE COLLECT
188.73/189.32	WSVECS04 Frhs2[3]: 6 0 10.778 shouldn't be
188.73/189.32	WSVECS04 Frhs2[6]: 6 0 30.4976 shouldn't be
188.73/189.32	WSVECS04 Frhs2[11]: 6 0 67.073 shouldn't be
188.73/189.32	WSVECS04 Frhs2[13]: 6 0 64.2541 shouldn't be
188.73/189.32	WSVECS04 Frhs2[15]: 6 0 67.073 shouldn't be
188.73/189.32	WSVECS04 Frhs2[19]: 6 -28.9746 0 shouldn't be
188.73/189.32	WSVECS04 Frhs2[20]: 6 0 67.0729 shouldn't be
188.73/189.32	WSVECS04 Frhs2[26]: 6 -37.6525 0 shouldn't be
188.73/189.32	WSVECS04 Frhs2[30]: 6 0 12.6389 shouldn't be
188.73/189.32	WSVECS04 Frhs2[37]: 6 -48.4528 0 shouldn't be
188.73/189.32	WSVECS04 Frhs2[43]: 6 -15.0743 0 shouldn't be
188.73/189.32	WSVECS04 Frhs2[46]: 6 0 5.34128 shouldn't be
188.73/189.32	WSVECS04 Frhs2[54]: 6 0 13.3554 shouldn't be
188.73/189.32	WSVECS04 Frhs2[55]: 6 0 151.566 shouldn't be
188.73/189.32	WSVECS04 Frhs2[58]: 6 0 46.4957 shouldn't be
188.73/189.32	WSVECS04 Frhs2[60]: 6 -3.19009 0 shouldn't be
188.73/189.32	WSVECS04 Frhs2[62]: 6 -78.0537 0 shouldn't be
188.73/189.32	WSVECS04 Frhs2[63]: 6 0 29.8177 shouldn't be
188.73/189.32	WSVECS04 Frhs2[66]: 6 0 110.402 shouldn't be
188.73/189.32	WSVECS04 Frhs2[67]: 6 -49.7046 0 shouldn't be
188.73/189.32	WSVECS04 Frhs2[74]: 6 0 29.708 shouldn't be
188.73/189.32	WSVECS04 Frhs2[103]: 6 -9.0657 0 shouldn't be
188.73/189.32	WSVECS04 Frhs2[106]: 6 -21.1485 0 shouldn't be
188.73/189.32	WSVECS04 Frhs2[107]: 6 -0.292062 0 shouldn't be
188.73/189.32	WSVECS04 Frhs2[108]: 6 0 1.70797 shouldn't be
188.73/189.32	WSVECS04 Frhs2[111]: 6 -13.9286 0 shouldn't be
188.73/189.32	WSVECS04 Frhs2[129]: 6 -38.6692 0 shouldn't be
188.73/189.32	WSVECS04 Frhs2[139]: 6 0 44.8064 shouldn't be
188.73/189.32	WSVECS04 Frhs2[143]: 6 0 36.9077 shouldn't be
188.73/189.32	WSVECS04 Frhs2[144]: 6 0 11.4422 shouldn't be
188.73/189.32	WSVECS04 Frhs2[147]: 6 -4.98655 0 shouldn't be
188.73/189.32	WSVECS04 Frhs2[152]: 6 0 43.8015 shouldn't be
188.73/189.32	WSVECS04 Frhs2[155]: 6 0 73.8463 shouldn't be
188.73/189.32	WSVECS04 Frhs2[157]: 6 0 19.1469 shouldn't be
188.73/189.32	WSVECS04 Frhs2[161]: 6 -48.6234 0 shouldn't be
188.73/189.32	WSVECS04 Frhs2[176]: 6 0 46.6734 shouldn't be
188.73/189.32	WSVECS04 Frhs2[181]: 6 0 3.91935 shouldn't be
188.73/189.32	WSVECS04 Frhs2[183]: 6 0 3.91941 shouldn't be
188.73/189.32	WSVECS04 Frhs2[184]: 6 0 3.91934 shouldn't be
188.73/189.32	WSVECS04 Frhs2[200]: 6 0 27.5972 shouldn't be
188.73/189.32	WSVECS04 Frhs2[201]: 6 -25.4618 0 shouldn't be
188.73/189.32	WSVECS04 Frhs2[205]: 6 -22.367 0 shouldn't be
188.73/189.32	WSVECS04 Frhs2[207]: 6 -149.394 0 shouldn't be
188.73/189.32	WSVECS04 Frhs2[208]: 6 0 42.3948 shouldn't be
188.73/189.32	WSVECS04 Frhs2[225]: 6 0 13.3622 shouldn't be
188.73/189.32	WSVECS04 Frhs2[231]: 6 0 16.9711 shouldn't be
188.73/189.32	WSVECS04 Frhs2[254]: 6 0 3.71562 shouldn't be
188.73/189.32	WSVECS04 Frhs2[259]: 6 -6.22093 0 shouldn't be
188.73/189.32	WSVECS04 Frhs2[262]: 6 0 75.1166 shouldn't be
188.73/189.32	WSVECS04 Frhs2[273]: 6 0 30.4976 shouldn't be
188.73/189.32	WSVECS04 Frhs2[286]: 6 0 31.4976 shouldn't be
188.73/189.32	WSVECS04 Frhs2[291]: 6 0 154.666 shouldn't be
188.73/189.32	WSVECS04 Frhs2[312]: 6 -0.334431 0 shouldn't be
188.73/189.32	WSVECS04 Frhs2[321]: 6 -11.5907 0 shouldn't be
188.73/189.32	WSVECS04 Frhs2[331]: 6 0 34.6317 shouldn't be
188.73/189.32	WSVECS04 Frhs2[345]: 6 0 28.6249 shouldn't be
188.73/189.32	WSVECS04 Frhs2[356]: 6 0 11.8029 shouldn't be
188.73/189.32	WSVECS04 Frhs2[403]: 6 0 1.00006 shouldn't be
188.73/189.32	WSVECS04 Frhs2[440]: 6 0 1.00001 shouldn't be
188.73/189.32	WSVECS04 Frhs2[470]: 6 0 1.00004 shouldn't be
188.73/189.32	WSVECS04 Frhs2[485]: 6 0 1.00004 shouldn't be
188.73/189.32	WSVECS04 Frhs2[500]: 6 0 1.00002 shouldn't be
188.73/189.32	WSVECS04 Frhs2[526]: 6 0 6.48468 shouldn't be
188.73/189.32	WSVECS04 Frhs2[527]: 6 0 1.62118 shouldn't be
188.73/189.32	WSVECS04 Frhs2[530]: 6 0 1.62119 shouldn't be
188.73/189.32	WSVECS04 Frhs2[531]: 6 0 1.62124 shouldn't be
188.73/189.32	WSVECS04 Frhs2[534]: 6 0 1.62116 shouldn't be
188.73/189.32	WSVECS04 Frhs2[535]: 6 0 1.62117 shouldn't be
188.73/189.32	WSVECS04 Frhs2[536]: 6 0 1.62123 shouldn't be
188.73/189.32	WSVECS04 Frhs2[538]: 6 0 1.62121 shouldn't be
188.73/189.32	WSVECS04 Frhs2[540]: 6 0 1.62124 shouldn't be
188.73/189.32	WSVECS04 Frhs2[551]: 6 0 22.0391 shouldn't be
188.73/189.32	WSVECS04 Frhs2[552]: 6 0 22.0391 shouldn't be
188.73/189.32	WSVECS04 Frhs2[771]: 6 0 28.9697 shouldn't be
188.73/189.32	WSVECS04 Frhs2[772]: 6 0 11.2458 shouldn't be
188.73/189.32	WSVECS04 Frhs2[778]: 6 0 20.7212 shouldn't be
188.73/189.32	WSVECS04 Frhs2[1204]: 6 -1.00006 0 shouldn't be
188.73/189.32	WSVECS04 Frhs2[1221]: 6 -4.00005 0 shouldn't be
188.73/189.32	WSVECS04 Frhs2[1227]: 6 -1.00007 0 shouldn't be
188.73/189.32	WSVECS04 Frhs2[1228]: 6 0 29.7681 shouldn't be
188.73/189.32	WSVECS04 Frhs2[1234]: 6 -1.00008 0 shouldn't be
188.73/189.32	WSVECS04 Frhs2[1247]: 6 0 15.5075 shouldn't be
188.73/189.32	WSVECS04 Frhs2[1255]: 6 -2.00007 0 shouldn't be
188.73/189.32	WSVECS04 Frhs2[1352]: 6 0 5.20235 shouldn't be
188.73/189.32	WSVECS04 Frhs2[1370]: 6 -4.00005 0 shouldn't be
225.43/226.17	c #Conflicts:     653000 | #Constraints:      27786
225.43/226.17	c #Conflicts:     654000 | #Constraints:      28786
225.43/226.17	c #Conflicts:     655000 | #Constraints:      29789
225.43/226.17	c #Conflicts:     656000 | #Constraints:      30790
225.43/226.17	c #Conflicts:     657000 | #Constraints:      31794
225.43/226.17	c #Conflicts:     658000 | #Constraints:      32797
225.43/226.17	c #Conflicts:     659000 | #Constraints:      33797
225.43/226.17	c #Conflicts:     660000 | #Constraints:      34797
225.43/226.17	c #Conflicts:     661000 | #Constraints:      35799
225.43/226.17	c #Conflicts:     662000 | #Constraints:      36800
225.43/226.17	c #Conflicts:     663000 | #Constraints:      37800
225.43/226.17	c #Conflicts:     664000 | #Constraints:      38801
225.43/226.17	c #Conflicts:     665000 | #Constraints:      39802
225.43/226.17	c #Conflicts:     666000 | #Constraints:      40802
225.43/226.17	c #Conflicts:     667000 | #Constraints:      41803
225.43/226.17	c #Conflicts:     668000 | #Constraints:      42804
225.43/226.17	c #Conflicts:     669000 | #Constraints:      43805
225.43/226.17	c INPROCESSING
225.43/226.17	c GARBAGE COLLECT
225.43/226.17	c #Conflicts:     670000 | #Constraints:      24790
225.43/226.17	c #Conflicts:     671000 | #Constraints:      25790
225.43/226.17	c #Conflicts:     672000 | #Constraints:      26797
225.43/226.17	c #Conflicts:     673000 | #Constraints:      27798
225.43/226.17	c #Conflicts:     674000 | #Constraints:      28798
225.43/226.17	c #Conflicts:     675000 | #Constraints:      29799
225.43/226.17	c #Conflicts:     676000 | #Constraints:      30800
225.43/226.17	c #Conflicts:     677000 | #Constraints:      31800
225.43/226.17	c #Conflicts:     678000 | #Constraints:      32801
225.43/226.17	c #Conflicts:     679000 | #Constraints:      33801
225.43/226.17	c #Conflicts:     680000 | #Constraints:      34801
225.43/226.17	c #Conflicts:     681000 | #Constraints:      35801
225.43/226.17	c #Conflicts:     682000 | #Constraints:      36801
225.43/226.17	c #Conflicts:     683000 | #Constraints:      37801
225.43/226.17	c #Conflicts:     684000 | #Constraints:      38803
225.43/226.17	c #Conflicts:     685000 | #Constraints:      39803
225.43/226.17	c #Conflicts:     686000 | #Constraints:      40804
225.43/226.17	c #Conflicts:     687000 | #Constraints:      41805
225.43/226.17	c #Conflicts:     688000 | #Constraints:      42805
225.43/226.17	c #Conflicts:     689000 | #Constraints:      43807
225.43/226.17	c #Conflicts:     690000 | #Constraints:      44808
225.43/226.17	c #Conflicts:     691000 | #Constraints:      45808
225.43/226.17	c #Conflicts:     692000 | #Constraints:      46809
225.43/226.17	c #Conflicts:     693000 | #Constraints:      47809
225.43/226.17	c #Conflicts:     694000 | #Constraints:      48809
225.43/226.17	c #Conflicts:     695000 | #Constraints:      49809
225.43/226.17	c #Conflicts:     696000 | #Constraints:      50809
225.43/226.17	c #Conflicts:     697000 | #Constraints:      51809
225.43/226.17	c #Conflicts:     698000 | #Constraints:      52810
225.43/226.17	c #Conflicts:     699000 | #Constraints:      53810
225.43/226.17	c #Conflicts:     700000 | #Constraints:      54810
225.43/226.17	c #Conflicts:     701000 | #Constraints:      55811
225.43/226.17	c #Conflicts:     702000 | #Constraints:      56811
225.43/226.17	c #Conflicts:     703000 | #Constraints:      57811
225.43/226.17	c #Conflicts:     704000 | #Constraints:      58812
225.43/226.17	c #Conflicts:     705000 | #Constraints:      59812
225.43/226.17	c #Conflicts:     706000 | #Constraints:      60813
225.43/226.17	c #Conflicts:     707000 | #Constraints:      61814
225.43/226.17	c #Conflicts:     708000 | #Constraints:      62814
225.43/226.17	c #Conflicts:     709000 | #Constraints:      63814
225.43/226.17	c #Conflicts:     710000 | #Constraints:      64817
225.43/226.17	c #Conflicts:     711000 | #Constraints:      65818
225.43/226.17	c #Conflicts:     712000 | #Constraints:      66819
225.43/226.17	c #Conflicts:     713000 | #Constraints:      67820
225.43/226.17	c #Conflicts:     714000 | #Constraints:      68822
225.43/226.17	c #Conflicts:     715000 | #Constraints:      69823
225.43/226.17	c #Conflicts:     716000 | #Constraints:      70824
225.43/226.17	c #Conflicts:     717000 | #Constraints:      71826
225.43/226.17	c #Conflicts:     718000 | #Constraints:      72828
225.43/226.17	c #Conflicts:     719000 | #Constraints:      73829
225.43/226.17	c #Conflicts:     720000 | #Constraints:      74831
225.43/226.17	c #Conflicts:     721000 | #Constraints:      75835
225.43/226.17	c #Conflicts:     722000 | #Constraints:      76838
225.43/226.17	c #Conflicts:     723000 | #Constraints:      77839
225.43/226.17	c #Conflicts:     724000 | #Constraints:      78840
225.43/226.17	c #Conflicts:     725000 | #Constraints:      79841
225.43/226.17	c #Conflicts:     726000 | #Constraints:      80842
225.43/226.17	c #Conflicts:     727000 | #Constraints:      81842
225.43/226.17	c #Conflicts:     728000 | #Constraints:      82843
225.43/226.17	c #Conflicts:     729000 | #Constraints:      83849
225.43/226.17	c #Conflicts:     730000 | #Constraints:      84853
225.43/226.17	c #Conflicts:     731000 | #Constraints:      85855
237.40/238.15	c #Conflicts:     732000 | #Constraints:      86855
237.40/238.15	c #Conflicts:     733000 | #Constraints:      87855
237.40/238.15	c #Conflicts:     734000 | #Constraints:      88855
237.40/238.15	c #Conflicts:     735000 | #Constraints:      89856
237.40/238.15	c #Conflicts:     736000 | #Constraints:      90856
237.40/238.15	c #Conflicts:     737000 | #Constraints:      91856
237.40/238.15	c #Conflicts:     738000 | #Constraints:      92856
237.40/238.15	c #Conflicts:     739000 | #Constraints:      93856
237.40/238.15	c #Conflicts:     740000 | #Constraints:      94856
237.40/238.15	c #Conflicts:     741000 | #Constraints:      95856
237.40/238.15	c #Conflicts:     742000 | #Constraints:      96856
237.40/238.15	c #Conflicts:     743000 | #Constraints:      97856
237.40/238.15	c INPROCESSING
237.40/238.15	c GARBAGE COLLECT
237.40/238.15	WSVECS04 Frhs2[1]: 6 -1.00003 0 shouldn't be
237.40/238.15	WSVECS04 Frhs2[4]: 6 -1.0001 0 shouldn't be
237.40/238.15	WSVECS04 Frhs2[5]: 6 -1.00009 0 shouldn't be
237.40/238.15	WSVECS04 Frhs2[13]: 6 -1.00003 0 shouldn't be
237.40/238.15	WSVECS04 Frhs2[16]: 6 -1.00006 0 shouldn't be
237.40/238.15	WSVECS04 Frhs2[28]: 6 -1.00007 0 shouldn't be
237.40/238.15	WSVECS04 Frhs2[30]: 6 -1.00005 0 shouldn't be
237.40/238.15	WSVECS04 Frhs2[66]: 6 0 1.20009 shouldn't be
237.40/238.15	WSVECS04 Frhs2[117]: 6 0 0.200061 shouldn't be
237.40/238.15	WSVECS04 Frhs2[122]: 6 0 2.20008 shouldn't be
237.40/238.15	WSVECS04 Frhs2[196]: 6 -2.10009 0 shouldn't be
237.40/238.15	WSVECS04 Frhs2[211]: 6 -2.10005 0 shouldn't be
237.40/238.15	WSVECS04 Frhs2[220]: 6 -2.10009 0 shouldn't be
237.40/238.15	WSVECS04 Frhs2[227]: 6 0 0.200068 shouldn't be
237.40/238.15	WSVECS04 Frhs2[246]: 6 -1.00002 0 shouldn't be
237.40/238.15	WSVECS04 Frhs2[1201]: 6 -1.00005 0 shouldn't be
237.40/238.15	WSVECS04 Frhs2[1274]: 6 -2.00008 0 shouldn't be
237.40/238.15	WSVECS04 Frhs2[1361]: 6 -1.00009 0 shouldn't be
237.40/238.15	WSVECS04 Frhs2[1362]: 6 -2.00003 0 shouldn't be
267.40/268.25	c #Conflicts:     744000 | #Constraints:      51919
267.40/268.25	c #Conflicts:     745000 | #Constraints:      52919
267.40/268.25	c #Conflicts:     746000 | #Constraints:      53919
267.40/268.25	c #Conflicts:     747000 | #Constraints:      54919
267.40/268.25	c #Conflicts:     748000 | #Constraints:      55919
267.40/268.25	c #Conflicts:     749000 | #Constraints:      56922
267.40/268.25	c #Conflicts:     750000 | #Constraints:      57923
267.40/268.25	c #Conflicts:     751000 | #Constraints:      58923
267.40/268.25	c #Conflicts:     752000 | #Constraints:      59924
267.40/268.25	c #Conflicts:     753000 | #Constraints:      60926
267.40/268.25	c #Conflicts:     754000 | #Constraints:      61927
267.40/268.25	c #Conflicts:     755000 | #Constraints:      62927
267.40/268.25	c #Conflicts:     756000 | #Constraints:      63928
267.40/268.25	c #Conflicts:     757000 | #Constraints:      64929
267.40/268.25	c #Conflicts:     758000 | #Constraints:      65930
267.40/268.25	c #Conflicts:     759000 | #Constraints:      66931
267.40/268.25	c #Conflicts:     760000 | #Constraints:      67931
267.40/268.25	c #Conflicts:     761000 | #Constraints:      68932
267.40/268.25	c INPROCESSING
267.40/268.25	c GARBAGE COLLECT
267.40/268.25	c #Conflicts:     762000 | #Constraints:      37362
267.40/268.25	c #Conflicts:     763000 | #Constraints:      38362
267.40/268.25	c #Conflicts:     764000 | #Constraints:      39366
267.40/268.25	c #Conflicts:     765000 | #Constraints:      40366
267.40/268.25	c #Conflicts:     766000 | #Constraints:      41367
267.40/268.25	c #Conflicts:     767000 | #Constraints:      42368
267.40/268.25	c #Conflicts:     768000 | #Constraints:      43368
267.40/268.25	c #Conflicts:     769000 | #Constraints:      44369
267.40/268.25	c #Conflicts:     770000 | #Constraints:      45370
267.40/268.25	c #Conflicts:     771000 | #Constraints:      46370
267.40/268.25	c #Conflicts:     772000 | #Constraints:      47370
267.40/268.25	c #Conflicts:     773000 | #Constraints:      48372
267.40/268.25	c #Conflicts:     774000 | #Constraints:      49372
267.40/268.25	c #Conflicts:     775000 | #Constraints:      50372
267.40/268.25	c #Conflicts:     776000 | #Constraints:      51372
267.40/268.25	c #Conflicts:     777000 | #Constraints:      52372
267.40/268.25	c #Conflicts:     778000 | #Constraints:      53372
267.40/268.25	c #Conflicts:     779000 | #Constraints:      54372
267.40/268.25	c #Conflicts:     780000 | #Constraints:      55373
267.40/268.25	c INPROCESSING
267.40/268.25	c GARBAGE COLLECT
267.40/268.25	c #Conflicts:     781000 | #Constraints:      30873
267.40/268.25	c #Conflicts:     782000 | #Constraints:      31873
267.40/268.25	c #Conflicts:     783000 | #Constraints:      32873
267.40/268.25	c #Conflicts:     784000 | #Constraints:      33873
267.40/268.25	c #Conflicts:     785000 | #Constraints:      34873
267.40/268.25	c #Conflicts:     786000 | #Constraints:      35873
267.40/268.25	c #Conflicts:     787000 | #Constraints:      36873
267.40/268.25	c #Conflicts:     788000 | #Constraints:      37874
267.40/268.25	c #Conflicts:     789000 | #Constraints:      38875
267.40/268.25	c #Conflicts:     790000 | #Constraints:      39875
267.40/268.25	c #Conflicts:     791000 | #Constraints:      40875
267.40/268.25	c #Conflicts:     792000 | #Constraints:      41876
267.40/268.25	c #Conflicts:     793000 | #Constraints:      42878
267.40/268.25	c #Conflicts:     794000 | #Constraints:      43878
267.40/268.25	c #Conflicts:     795000 | #Constraints:      44878
267.40/268.25	c #Conflicts:     796000 | #Constraints:      45879
267.40/268.25	c #Conflicts:     797000 | #Constraints:      46879
267.40/268.25	c #Conflicts:     798000 | #Constraints:      47880
267.40/268.25	c INPROCESSING
267.40/268.25	c GARBAGE COLLECT
267.40/268.25	c #Conflicts:     799000 | #Constraints:      26830
267.40/268.25	c #Conflicts:     800000 | #Constraints:      27833
267.40/268.25	c #Conflicts:     801000 | #Constraints:      28834
267.40/268.25	c #Conflicts:     802000 | #Constraints:      29834
267.40/268.25	c #Conflicts:     803000 | #Constraints:      30834
267.40/268.25	c #Conflicts:     804000 | #Constraints:      31834
267.40/268.25	c #Conflicts:     805000 | #Constraints:      32834
267.40/268.25	c #Conflicts:     806000 | #Constraints:      33834
267.40/268.25	c #Conflicts:     807000 | #Constraints:      34834
267.40/268.25	c #Conflicts:     808000 | #Constraints:      35835
267.40/268.25	c #Conflicts:     809000 | #Constraints:      36835
267.40/268.25	c #Conflicts:     810000 | #Constraints:      37835
267.40/268.25	c #Conflicts:     811000 | #Constraints:      38836
267.40/268.25	c #Conflicts:     812000 | #Constraints:      39837
267.40/268.25	c #Conflicts:     813000 | #Constraints:      40838
267.40/268.25	c #Conflicts:     814000 | #Constraints:      41839
267.40/268.25	c #Conflicts:     815000 | #Constraints:      42839
267.40/268.25	c #Conflicts:     816000 | #Constraints:      43839
267.40/268.25	c #Conflicts:     817000 | #Constraints:      44841
267.40/268.25	c #Conflicts:     818000 | #Constraints:      45842
267.40/268.25	c #Conflicts:     819000 | #Constraints:      46842
267.40/268.25	c #Conflicts:     820000 | #Constraints:      47842
322.94/323.96	c #Conflicts:     821000 | #Constraints:      48843
322.94/323.96	c #Conflicts:     822000 | #Constraints:      49843
322.94/323.96	c #Conflicts:     823000 | #Constraints:      50844
322.94/323.96	c #Conflicts:     824000 | #Constraints:      51844
322.94/323.96	c #Conflicts:     825000 | #Constraints:      52845
322.94/323.96	c #Conflicts:     826000 | #Constraints:      53846
322.94/323.96	c #Conflicts:     827000 | #Constraints:      54846
322.94/323.96	c #Conflicts:     828000 | #Constraints:      55849
322.94/323.96	c #Conflicts:     829000 | #Constraints:      56851
322.94/323.96	c #Conflicts:     830000 | #Constraints:      57854
322.94/323.96	c #Conflicts:     831000 | #Constraints:      58860
322.94/323.96	c #Conflicts:     832000 | #Constraints:      59867
322.94/323.96	c #Conflicts:     833000 | #Constraints:      60874
322.94/323.96	c #Conflicts:     834000 | #Constraints:      61878
322.94/323.96	c #Conflicts:     835000 | #Constraints:      62880
322.94/323.96	c #Conflicts:     836000 | #Constraints:      63881
322.94/323.96	c #Conflicts:     837000 | #Constraints:      64882
322.94/323.96	c #Conflicts:     838000 | #Constraints:      65883
322.94/323.96	c #Conflicts:     839000 | #Constraints:      66885
322.94/323.96	c #Conflicts:     840000 | #Constraints:      67886
322.94/323.96	c #Conflicts:     841000 | #Constraints:      68888
322.94/323.96	c #Conflicts:     842000 | #Constraints:      69889
322.94/323.96	c #Conflicts:     843000 | #Constraints:      70891
322.94/323.96	c #Conflicts:     844000 | #Constraints:      71891
322.94/323.96	c #Conflicts:     845000 | #Constraints:      72893
322.94/323.96	c #Conflicts:     846000 | #Constraints:      73896
322.94/323.96	c #Conflicts:     847000 | #Constraints:      74897
322.94/323.96	c #Conflicts:     848000 | #Constraints:      75897
322.94/323.96	c #Conflicts:     849000 | #Constraints:      76897
322.94/323.96	c #Conflicts:     850000 | #Constraints:      77898
322.94/323.96	c #Conflicts:     851000 | #Constraints:      78899
322.94/323.96	c #Conflicts:     852000 | #Constraints:      79899
322.94/323.96	c #Conflicts:     853000 | #Constraints:      80899
322.94/323.96	c #Conflicts:     854000 | #Constraints:      81899
322.94/323.96	c #Conflicts:     855000 | #Constraints:      82901
322.94/323.96	c #Conflicts:     856000 | #Constraints:      83901
322.94/323.96	c #Conflicts:     857000 | #Constraints:      84902
322.94/323.96	c #Conflicts:     858000 | #Constraints:      85902
322.94/323.96	c #Conflicts:     859000 | #Constraints:      86903
322.94/323.96	c #Conflicts:     860000 | #Constraints:      87903
322.94/323.96	c #Conflicts:     861000 | #Constraints:      88904
322.94/323.96	c #Conflicts:     862000 | #Constraints:      89905
322.94/323.96	c #Conflicts:     863000 | #Constraints:      90906
322.94/323.96	c #Conflicts:     864000 | #Constraints:      91906
322.94/323.96	c #Conflicts:     865000 | #Constraints:      92908
322.94/323.96	c #Conflicts:     866000 | #Constraints:      93908
322.94/323.96	c #Conflicts:     867000 | #Constraints:      94909
322.94/323.96	c #Conflicts:     868000 | #Constraints:      95910
322.94/323.96	c #Conflicts:     869000 | #Constraints:      96910
322.94/323.96	c #Conflicts:     870000 | #Constraints:      97911
322.94/323.96	c #Conflicts:     871000 | #Constraints:      98912
322.94/323.96	c #Conflicts:     872000 | #Constraints:      99913
322.94/323.96	c #Conflicts:     873000 | #Constraints:     100913
322.94/323.96	c #Conflicts:     874000 | #Constraints:     101914
322.94/323.96	c #Conflicts:     875000 | #Constraints:     102914
322.94/323.96	c #Conflicts:     876000 | #Constraints:     103916
322.94/323.96	c #Conflicts:     877000 | #Constraints:     104917
322.94/323.96	c INPROCESSING
322.94/323.96	c GARBAGE COLLECT
322.94/323.96	c #Conflicts:     878000 | #Constraints:      55307
322.94/323.96	c #Conflicts:     879000 | #Constraints:      56315
322.94/323.96	c #Conflicts:     880000 | #Constraints:      57316
322.94/323.96	c #Conflicts:     881000 | #Constraints:      58317
322.94/323.96	c #Conflicts:     882000 | #Constraints:      59318
322.94/323.96	c #Conflicts:     883000 | #Constraints:      60319
322.94/323.96	c #Conflicts:     884000 | #Constraints:      61319
322.94/323.96	c #Conflicts:     885000 | #Constraints:      62319
322.94/323.96	c #Conflicts:     886000 | #Constraints:      63319
322.94/323.96	c #Conflicts:     887000 | #Constraints:      64320
322.94/323.96	c #Conflicts:     888000 | #Constraints:      65321
322.94/323.96	c #Conflicts:     889000 | #Constraints:      66322
322.94/323.96	c #Conflicts:     890000 | #Constraints:      67323
322.94/323.96	c #Conflicts:     891000 | #Constraints:      68323
322.94/323.96	c #Conflicts:     892000 | #Constraints:      69324
322.94/323.96	c #Conflicts:     893000 | #Constraints:      70325
322.94/323.96	c #Conflicts:     894000 | #Constraints:      71326
322.94/323.96	c #Conflicts:     895000 | #Constraints:      72326
322.94/323.96	c #Conflicts:     896000 | #Constraints:      73327
322.94/323.96	c #Conflicts:     897000 | #Constraints:      74329
322.94/323.96	c INPROCESSING
322.94/323.96	c GARBAGE COLLECT
322.94/323.96	c #Conflicts:     898000 | #Constraints:      40048
338.00/339.09	c #Conflicts:     899000 | #Constraints:      41049
338.00/339.09	c #Conflicts:     900000 | #Constraints:      42049
338.00/339.09	c #Conflicts:     901000 | #Constraints:      43049
338.00/339.09	c #Conflicts:     902000 | #Constraints:      44049
338.00/339.09	c #Conflicts:     903000 | #Constraints:      45049
338.00/339.09	c #Conflicts:     904000 | #Constraints:      46049
338.00/339.09	c #Conflicts:     905000 | #Constraints:      47049
338.00/339.09	c #Conflicts:     906000 | #Constraints:      48049
338.00/339.09	c #Conflicts:     907000 | #Constraints:      49049
338.00/339.09	c #Conflicts:     908000 | #Constraints:      50049
338.00/339.09	c #Conflicts:     909000 | #Constraints:      51049
338.00/339.09	c #Conflicts:     910000 | #Constraints:      52049
338.00/339.09	c #Conflicts:     911000 | #Constraints:      53050
338.00/339.09	c #Conflicts:     912000 | #Constraints:      54050
338.00/339.09	c #Conflicts:     913000 | #Constraints:      55051
338.00/339.09	c #Conflicts:     914000 | #Constraints:      56051
338.00/339.09	c #Conflicts:     915000 | #Constraints:      57051
338.00/339.09	c #Conflicts:     916000 | #Constraints:      58053
338.00/339.09	c #Conflicts:     917000 | #Constraints:      59054
338.00/339.09	c INPROCESSING
338.00/339.09	c GARBAGE COLLECT
338.00/339.09	c #Conflicts:     918000 | #Constraints:      32359
338.00/339.09	c #Conflicts:     919000 | #Constraints:      33362
338.00/339.09	c #Conflicts:     920000 | #Constraints:      34362
338.00/339.09	c #Conflicts:     921000 | #Constraints:      35362
338.00/339.09	c #Conflicts:     922000 | #Constraints:      36362
338.00/339.09	c #Conflicts:     923000 | #Constraints:      37362
338.00/339.09	c #Conflicts:     924000 | #Constraints:      38362
338.00/339.09	c #Conflicts:     925000 | #Constraints:      39363
338.00/339.09	c #Conflicts:     926000 | #Constraints:      40363
338.00/339.09	c #Conflicts:     927000 | #Constraints:      41363
338.00/339.09	c #Conflicts:     928000 | #Constraints:      42364
338.00/339.09	c #Conflicts:     929000 | #Constraints:      43365
338.00/339.09	c #Conflicts:     930000 | #Constraints:      44365
338.00/339.09	c #Conflicts:     931000 | #Constraints:      45367
338.00/339.09	c #Conflicts:     932000 | #Constraints:      46368
338.00/339.09	c #Conflicts:     933000 | #Constraints:      47372
338.00/339.09	c #Conflicts:     934000 | #Constraints:      48376
338.00/339.09	c #Conflicts:     935000 | #Constraints:      49381
338.00/339.09	c #Conflicts:     936000 | #Constraints:      50384
338.00/339.09	c #Conflicts:     937000 | #Constraints:      51385
338.00/339.09	c #Conflicts:     938000 | #Constraints:      52385
338.00/339.09	c INPROCESSING
338.00/339.09	c GARBAGE COLLECT
338.00/339.09	WSVECS04 Frhs2[6]: 6 0 0.0486532 shouldn't be
338.00/339.09	WSVECS04 Frhs2[13]: 6 -3.84771 0 shouldn't be
338.00/339.09	WSVECS04 Frhs2[16]: 6 0 0.503534 shouldn't be
338.00/339.09	WSVECS04 Frhs2[29]: 6 0 0.195484 shouldn't be
338.00/339.09	WSVECS04 Frhs2[30]: 6 0 0.360843 shouldn't be
338.00/339.09	WSVECS04 Frhs2[34]: 6 -0.759539 0 shouldn't be
338.00/339.09	WSVECS04 Frhs2[45]: 6 -1.32886 0 shouldn't be
338.00/339.09	WSVECS04 Frhs2[46]: 6 -0.229437 0 shouldn't be
338.00/339.09	WSVECS04 Frhs2[69]: 6 0 1.12109 shouldn't be
338.00/339.09	WSVECS04 Frhs2[76]: 6 -0.14986 0 shouldn't be
338.00/339.09	WSVECS04 Frhs2[84]: 6 -1.0712 0 shouldn't be
338.00/339.09	WSVECS04 Frhs2[87]: 6 -0.392051 0 shouldn't be
338.00/339.09	WSVECS04 Frhs2[91]: 6 0 0.557342 shouldn't be
338.00/339.09	WSVECS04 Frhs2[104]: 6 -1.65233 0 shouldn't be
338.00/339.09	WSVECS04 Frhs2[105]: 6 -1.67903 0 shouldn't be
338.00/339.09	WSVECS04 Frhs2[107]: 6 0 1.0892 shouldn't be
338.00/339.09	WSVECS04 Frhs2[108]: 6 -0.910801 0 shouldn't be
338.00/339.09	WSVECS04 Frhs2[111]: 6 -0.763177 0 shouldn't be
338.00/339.09	WSVECS04 Frhs2[115]: 6 0 0.356121 shouldn't be
338.00/339.09	WSVECS04 Frhs2[119]: 6 -1 0 shouldn't be
338.00/339.09	WSVECS04 Frhs2[121]: 6 -3.99066 0 shouldn't be
338.00/339.09	WSVECS04 Frhs2[125]: 6 -1.50929 0 shouldn't be
338.00/339.09	WSVECS04 Frhs2[130]: 6 -1.211 0 shouldn't be
338.00/339.09	WSVECS04 Frhs2[131]: 6 0 0.742947 shouldn't be
338.00/339.09	WSVECS04 Frhs2[133]: 6 -0.143316 0 shouldn't be
338.00/339.09	WSVECS04 Frhs2[135]: 6 0 0.129939 shouldn't be
338.00/339.09	WSVECS04 Frhs2[145]: 6 0 0.366534 shouldn't be
338.00/339.09	WSVECS04 Frhs2[147]: 6 0 0.282652 shouldn't be
338.00/339.09	WSVECS04 Frhs2[150]: 6 0 0.411503 shouldn't be
338.00/339.09	WSVECS04 Frhs2[157]: 6 0 0.375335 shouldn't be
338.00/339.09	WSVECS04 Frhs2[174]: 6 -1 0 shouldn't be
338.00/339.09	WSVECS04 Frhs2[183]: 6 -0.39205 0 shouldn't be
338.00/339.09	WSVECS04 Frhs2[215]: 6 -0.215948 0 shouldn't be
338.00/339.09	WSVECS04 Frhs2[232]: 6 0 0.0360694 shouldn't be
338.00/339.09	WSVECS04 Frhs2[237]: 6 0 0.442659 shouldn't be
338.00/339.09	WSVECS04 Frhs2[278]: 6 -2.31466 0 shouldn't be
338.00/339.09	WSVECS04 Frhs2[281]: 6 0 0.442659 shouldn't be
338.00/339.09	WSVECS04 Frhs2[314]: 6 -1 0 shouldn't be
338.00/339.09	WSVECS04 Frhs2[339]: 6 -0.555412 0 shouldn't be
338.00/339.09	WSVECS04 Frhs2[371]: 6 0 0.0652817 shouldn't be
338.00/339.09	WSVECS04 Frhs2[548]: 6 0 0.39631 shouldn't be
338.00/339.09	WSVECS04 Frhs2[552]: 6 0 0.396309 shouldn't be
338.00/339.09	WSVECS04 Frhs2[745]: 6 -3.50318 0 shouldn't be
338.00/339.09	WSVECS04 Frhs2[795]: 6 0 0.442659 shouldn't be
338.00/339.09	WSVECS04 Frhs2[867]: 6 0 3.13312 shouldn't be
338.00/339.09	WSVECS04 Frhs2[1219]: 6 -1 0 shouldn't be
338.00/339.09	WSVECS04 Frhs2[1239]: 6 -5 0 shouldn't be
338.00/339.09	WSVECS04 Frhs2[1274]: 6 -2 0 shouldn't be
338.00/339.09	WSVECS04 Frhs2[1361]: 6 -1 0 shouldn't be
338.00/339.09	WSVECS04 Frhs2[1381]: 6 -1 0 shouldn't be
338.09/339.19	WSVECS04 Frhs2[11]: 6 -0.657912 0 shouldn't be
338.09/339.19	WSVECS04 Frhs2[67]: 6 -0.859876 0 shouldn't be
338.09/339.19	WSVECS04 Frhs2[88]: 6 -2 0 shouldn't be
338.09/339.19	WSVECS04 Frhs2[89]: 6 0 0.0784952 shouldn't be
338.09/339.19	WSVECS04 Frhs2[140]: 6 0 0.220793 shouldn't be
338.09/339.19	WSVECS04 Frhs2[160]: 6 0 0.396309 shouldn't be
338.09/339.19	WSVECS04 Frhs2[170]: 6 -1 0 shouldn't be
338.09/339.19	WSVECS04 Frhs2[178]: 6 0 0.464219 shouldn't be
338.09/339.19	WSVECS04 Frhs2[202]: 6 0 0.229349 shouldn't be
338.09/339.19	WSVECS04 Frhs2[205]: 6 0 0.645823 shouldn't be
338.09/339.19	WSVECS04 Frhs2[207]: 6 -0.688602 0 shouldn't be
338.09/339.19	WSVECS04 Frhs2[212]: 6 -0.312098 0 shouldn't be
338.09/339.19	WSVECS04 Frhs2[236]: 6 0 1.44266 shouldn't be
338.09/339.19	WSVECS04 Frhs2[241]: 6 0 0.580146 shouldn't be
338.09/339.19	WSVECS04 Frhs2[263]: 6 0 0.124337 shouldn't be
338.09/339.19	WSVECS04 Frhs2[292]: 6 -5.01259 0 shouldn't be
338.09/339.19	WSVECS04 Frhs2[320]: 6 0 0.305407 shouldn't be
338.09/339.19	WSVECS04 Frhs2[326]: 6 -1 0 shouldn't be
338.09/339.19	WSVECS04 Frhs2[370]: 6 0 0.00928029 shouldn't be
338.09/339.19	WSVECS04 Frhs2[374]: 6 0 0.305023 shouldn't be
338.09/339.19	WSVECS04 Frhs2[537]: 6 0 0.0476434 shouldn't be
338.09/339.19	WSVECS04 Frhs2[681]: 6 0 0.0345117 shouldn't be
338.09/339.19	WSVECS04 Frhs2[724]: 6 0 0.179464 shouldn't be
338.09/339.19	WSVECS04 Frhs2[727]: 6 0 0.210939 shouldn't be
338.09/339.19	WSVECS04 Frhs2[1204]: 6 -1 0 shouldn't be
338.09/339.19	WSVECS04 Frhs2[1211]: 6 -3 0 shouldn't be
399.23/400.41	c #Conflicts:     939000 | #Constraints:      29389
399.23/400.41	c #Conflicts:     940000 | #Constraints:      30391
399.23/400.41	c #Conflicts:     941000 | #Constraints:      31393
399.23/400.41	c #Conflicts:     942000 | #Constraints:      32394
399.23/400.41	c #Conflicts:     943000 | #Constraints:      33394
399.23/400.41	c #Conflicts:     944000 | #Constraints:      34394
399.23/400.41	c #Conflicts:     945000 | #Constraints:      35394
399.23/400.41	c #Conflicts:     946000 | #Constraints:      36394
399.23/400.41	c #Conflicts:     947000 | #Constraints:      37394
399.23/400.41	c #Conflicts:     948000 | #Constraints:      38394
399.23/400.41	c #Conflicts:     949000 | #Constraints:      39394
399.23/400.41	c #Conflicts:     950000 | #Constraints:      40394
399.23/400.41	c #Conflicts:     951000 | #Constraints:      41394
399.23/400.41	c #Conflicts:     952000 | #Constraints:      42394
399.23/400.41	c #Conflicts:     953000 | #Constraints:      43394
399.23/400.41	c #Conflicts:     954000 | #Constraints:      44395
399.23/400.41	c #Conflicts:     955000 | #Constraints:      45395
399.23/400.41	c #Conflicts:     956000 | #Constraints:      46396
399.23/400.41	c #Conflicts:     957000 | #Constraints:      47397
399.23/400.41	c #Conflicts:     958000 | #Constraints:      48399
399.23/400.41	c #Conflicts:     959000 | #Constraints:      49399
399.23/400.41	c #Conflicts:     960000 | #Constraints:      50400
399.23/400.41	c #Conflicts:     961000 | #Constraints:      51403
399.23/400.41	c #Conflicts:     962000 | #Constraints:      52404
399.23/400.41	c #Conflicts:     963000 | #Constraints:      53405
399.23/400.41	c #Conflicts:     964000 | #Constraints:      54406
399.23/400.41	c #Conflicts:     965000 | #Constraints:      55406
399.23/400.41	c #Conflicts:     966000 | #Constraints:      56406
399.23/400.41	c #Conflicts:     967000 | #Constraints:      57406
399.23/400.41	c #Conflicts:     968000 | #Constraints:      58406
399.23/400.41	c #Conflicts:     969000 | #Constraints:      59408
399.23/400.41	c #Conflicts:     970000 | #Constraints:      60413
399.23/400.41	c #Conflicts:     971000 | #Constraints:      61415
399.23/400.41	c #Conflicts:     972000 | #Constraints:      62418
399.23/400.41	c #Conflicts:     973000 | #Constraints:      63421
399.23/400.41	c #Conflicts:     974000 | #Constraints:      64425
399.23/400.41	c #Conflicts:     975000 | #Constraints:      65430
399.23/400.41	c #Conflicts:     976000 | #Constraints:      66430
399.23/400.41	c #Conflicts:     977000 | #Constraints:      67431
399.23/400.41	c #Conflicts:     978000 | #Constraints:      68433
399.23/400.41	c #Conflicts:     979000 | #Constraints:      69436
399.23/400.41	c #Conflicts:     980000 | #Constraints:      70439
399.23/400.41	c #Conflicts:     981000 | #Constraints:      71445
399.23/400.41	c #Conflicts:     982000 | #Constraints:      72452
399.23/400.41	c #Conflicts:     983000 | #Constraints:      73456
399.23/400.41	c #Conflicts:     984000 | #Constraints:      74460
399.23/400.41	c #Conflicts:     985000 | #Constraints:      75460
399.23/400.41	c #Conflicts:     986000 | #Constraints:      76463
399.23/400.41	c #Conflicts:     987000 | #Constraints:      77464
399.23/400.41	c #Conflicts:     988000 | #Constraints:      78469
399.23/400.41	c #Conflicts:     989000 | #Constraints:      79472
399.23/400.41	c #Conflicts:     990000 | #Constraints:      80473
399.23/400.41	c #Conflicts:     991000 | #Constraints:      81473
399.23/400.41	c #Conflicts:     992000 | #Constraints:      82475
399.23/400.41	c #Conflicts:     993000 | #Constraints:      83475
399.23/400.41	c #Conflicts:     994000 | #Constraints:      84477
399.23/400.41	c #Conflicts:     995000 | #Constraints:      85478
399.23/400.41	c #Conflicts:     996000 | #Constraints:      86479
399.23/400.41	c #Conflicts:     997000 | #Constraints:      87482
399.23/400.41	c #Conflicts:     998000 | #Constraints:      88486
399.23/400.41	c #Conflicts:     999000 | #Constraints:      89487
399.23/400.41	c #Conflicts:    1000000 | #Constraints:      90489
399.23/400.41	c #Conflicts:    1001000 | #Constraints:      91491
399.23/400.41	c #Conflicts:    1002000 | #Constraints:      92491
399.23/400.41	c #Conflicts:    1003000 | #Constraints:      93492
399.23/400.41	c #Conflicts:    1004000 | #Constraints:      94493
399.23/400.41	c #Conflicts:    1005000 | #Constraints:      95495
399.23/400.41	c #Conflicts:    1006000 | #Constraints:      96495
399.23/400.41	c #Conflicts:    1007000 | #Constraints:      97498
399.23/400.41	c #Conflicts:    1008000 | #Constraints:      98501
399.23/400.41	c #Conflicts:    1009000 | #Constraints:      99503
399.23/400.41	c #Conflicts:    1010000 | #Constraints:     100503
399.23/400.41	c #Conflicts:    1011000 | #Constraints:     101507
399.23/400.41	c #Conflicts:    1012000 | #Constraints:     102508
399.23/400.41	c #Conflicts:    1013000 | #Constraints:     103510
399.23/400.41	c #Conflicts:    1014000 | #Constraints:     104514
399.23/400.41	c #Conflicts:    1015000 | #Constraints:     105516
399.23/400.41	c #Conflicts:    1016000 | #Constraints:     106523
399.23/400.41	c #Conflicts:    1017000 | #Constraints:     107527
444.11/445.41	c #Conflicts:    1018000 | #Constraints:     108529
444.11/445.41	c #Conflicts:    1019000 | #Constraints:     109530
444.11/445.41	c #Conflicts:    1020000 | #Constraints:     110534
444.11/445.41	c #Conflicts:    1021000 | #Constraints:     111539
444.11/445.41	c #Conflicts:    1022000 | #Constraints:     112543
444.11/445.41	c INPROCESSING
444.11/445.41	c GARBAGE COLLECT
444.11/445.41	c #Conflicts:    1023000 | #Constraints:      59262
444.11/445.41	c #Conflicts:    1024000 | #Constraints:      60264
444.11/445.41	c #Conflicts:    1025000 | #Constraints:      61265
444.11/445.41	c #Conflicts:    1026000 | #Constraints:      62269
444.11/445.41	c #Conflicts:    1027000 | #Constraints:      63270
444.11/445.41	c #Conflicts:    1028000 | #Constraints:      64272
444.11/445.41	c #Conflicts:    1029000 | #Constraints:      65275
444.11/445.41	c #Conflicts:    1030000 | #Constraints:      66283
444.11/445.41	c #Conflicts:    1031000 | #Constraints:      67289
444.11/445.41	c #Conflicts:    1032000 | #Constraints:      68290
444.11/445.41	c #Conflicts:    1033000 | #Constraints:      69291
444.11/445.41	c #Conflicts:    1034000 | #Constraints:      70291
444.11/445.41	c #Conflicts:    1035000 | #Constraints:      71292
444.11/445.41	c #Conflicts:    1036000 | #Constraints:      72293
444.11/445.41	c #Conflicts:    1037000 | #Constraints:      73293
444.11/445.41	c #Conflicts:    1038000 | #Constraints:      74295
444.11/445.41	c #Conflicts:    1039000 | #Constraints:      75296
444.11/445.41	c #Conflicts:    1040000 | #Constraints:      76297
444.11/445.41	c #Conflicts:    1041000 | #Constraints:      77297
444.11/445.41	c #Conflicts:    1042000 | #Constraints:      78298
444.11/445.41	c #Conflicts:    1043000 | #Constraints:      79299
444.11/445.41	c #Conflicts:    1044000 | #Constraints:      80300
444.11/445.41	c INPROCESSING
444.11/445.41	c GARBAGE COLLECT
444.11/445.41	c #Conflicts:    1045000 | #Constraints:      43340
444.11/445.41	c #Conflicts:    1046000 | #Constraints:      44341
444.11/445.41	c #Conflicts:    1047000 | #Constraints:      45342
444.11/445.41	c #Conflicts:    1048000 | #Constraints:      46344
444.11/445.41	c #Conflicts:    1049000 | #Constraints:      47345
444.11/445.41	c #Conflicts:    1050000 | #Constraints:      48345
444.11/445.41	c #Conflicts:    1051000 | #Constraints:      49347
444.11/445.41	c #Conflicts:    1052000 | #Constraints:      50349
444.11/445.41	c #Conflicts:    1053000 | #Constraints:      51353
444.11/445.41	c #Conflicts:    1054000 | #Constraints:      52354
444.11/445.41	c #Conflicts:    1055000 | #Constraints:      53355
444.11/445.41	c #Conflicts:    1056000 | #Constraints:      54357
444.11/445.41	c #Conflicts:    1057000 | #Constraints:      55360
444.11/445.41	c #Conflicts:    1058000 | #Constraints:      56361
444.11/445.41	c #Conflicts:    1059000 | #Constraints:      57362
444.11/445.41	c #Conflicts:    1060000 | #Constraints:      58369
444.11/445.41	c #Conflicts:    1061000 | #Constraints:      59370
444.11/445.41	c #Conflicts:    1062000 | #Constraints:      60370
444.11/445.41	c #Conflicts:    1063000 | #Constraints:      61372
444.11/445.41	c #Conflicts:    1064000 | #Constraints:      62374
444.11/445.41	c #Conflicts:    1065000 | #Constraints:      63376
444.11/445.41	c INPROCESSING
444.11/445.41	c GARBAGE COLLECT
444.11/445.41	c #Conflicts:    1066000 | #Constraints:      34477
444.11/445.41	c #Conflicts:    1067000 | #Constraints:      35477
444.11/445.41	c #Conflicts:    1068000 | #Constraints:      36477
444.11/445.41	c #Conflicts:    1069000 | #Constraints:      37477
444.11/445.41	c #Conflicts:    1070000 | #Constraints:      38477
444.11/445.41	c #Conflicts:    1071000 | #Constraints:      39477
444.11/445.41	c #Conflicts:    1072000 | #Constraints:      40477
444.11/445.41	c #Conflicts:    1073000 | #Constraints:      41477
444.11/445.41	c #Conflicts:    1074000 | #Constraints:      42477
444.11/445.41	c #Conflicts:    1075000 | #Constraints:      43477
444.11/445.41	c #Conflicts:    1076000 | #Constraints:      44477
444.11/445.41	c #Conflicts:    1077000 | #Constraints:      45478
444.11/445.41	c #Conflicts:    1078000 | #Constraints:      46478
444.11/445.41	c #Conflicts:    1079000 | #Constraints:      47478
444.11/445.41	c #Conflicts:    1080000 | #Constraints:      48478
444.11/445.41	c #Conflicts:    1081000 | #Constraints:      49478
444.11/445.41	c #Conflicts:    1082000 | #Constraints:      50478
444.11/445.41	c #Conflicts:    1083000 | #Constraints:      51480
444.11/445.41	c #Conflicts:    1084000 | #Constraints:      52481
444.11/445.41	c #Conflicts:    1085000 | #Constraints:      53482
444.11/445.41	c #Conflicts:    1086000 | #Constraints:      54484
444.11/445.41	c #Conflicts:    1087000 | #Constraints:      55488
444.11/445.41	c INPROCESSING
444.11/445.41	c GARBAGE COLLECT
444.11/445.41	c #Conflicts:    1088000 | #Constraints:      30492
444.11/445.41	c #Conflicts:    1089000 | #Constraints:      31495
444.11/445.41	c #Conflicts:    1090000 | #Constraints:      32498
444.11/445.41	c #Conflicts:    1091000 | #Constraints:      33501
444.11/445.41	c #Conflicts:    1092000 | #Constraints:      34506
444.11/445.41	c #Conflicts:    1093000 | #Constraints:      35509
501.16/502.64	c #Conflicts:    1094000 | #Constraints:      36512
501.16/502.64	c #Conflicts:    1095000 | #Constraints:      37514
501.16/502.64	c #Conflicts:    1096000 | #Constraints:      38515
501.16/502.64	c #Conflicts:    1097000 | #Constraints:      39521
501.16/502.64	c #Conflicts:    1098000 | #Constraints:      40522
501.16/502.64	c #Conflicts:    1099000 | #Constraints:      41530
501.16/502.64	c #Conflicts:    1100000 | #Constraints:      42532
501.16/502.64	c #Conflicts:    1101000 | #Constraints:      43533
501.16/502.64	c #Conflicts:    1102000 | #Constraints:      44534
501.16/502.64	c #Conflicts:    1103000 | #Constraints:      45537
501.16/502.64	c #Conflicts:    1104000 | #Constraints:      46543
501.16/502.64	c #Conflicts:    1105000 | #Constraints:      47545
501.16/502.64	c #Conflicts:    1106000 | #Constraints:      48549
501.16/502.64	c #Conflicts:    1107000 | #Constraints:      49553
501.16/502.64	c #Conflicts:    1108000 | #Constraints:      50557
501.16/502.64	c #Conflicts:    1109000 | #Constraints:      51559
501.16/502.64	c #Conflicts:    1110000 | #Constraints:      52564
501.16/502.64	c #Conflicts:    1111000 | #Constraints:      53566
501.16/502.64	c #Conflicts:    1112000 | #Constraints:      54566
501.16/502.64	c #Conflicts:    1113000 | #Constraints:      55566
501.16/502.64	c #Conflicts:    1114000 | #Constraints:      56570
501.16/502.64	c #Conflicts:    1115000 | #Constraints:      57571
501.16/502.64	c #Conflicts:    1116000 | #Constraints:      58572
501.16/502.64	c #Conflicts:    1117000 | #Constraints:      59572
501.16/502.64	c #Conflicts:    1118000 | #Constraints:      60574
501.16/502.64	c #Conflicts:    1119000 | #Constraints:      61576
501.16/502.64	c #Conflicts:    1120000 | #Constraints:      62576
501.16/502.64	c #Conflicts:    1121000 | #Constraints:      63577
501.16/502.64	c #Conflicts:    1122000 | #Constraints:      64580
501.16/502.64	c #Conflicts:    1123000 | #Constraints:      65582
501.16/502.64	c #Conflicts:    1124000 | #Constraints:      66583
501.16/502.64	c #Conflicts:    1125000 | #Constraints:      67586
501.16/502.64	c #Conflicts:    1126000 | #Constraints:      68593
501.16/502.64	c #Conflicts:    1127000 | #Constraints:      69595
501.16/502.64	c #Conflicts:    1128000 | #Constraints:      70595
501.16/502.64	c #Conflicts:    1129000 | #Constraints:      71595
501.16/502.64	c #Conflicts:    1130000 | #Constraints:      72595
501.16/502.64	c #Conflicts:    1131000 | #Constraints:      73595
501.16/502.64	c #Conflicts:    1132000 | #Constraints:      74595
501.16/502.64	c #Conflicts:    1133000 | #Constraints:      75595
501.16/502.64	c #Conflicts:    1134000 | #Constraints:      76595
501.16/502.64	c #Conflicts:    1135000 | #Constraints:      77595
501.16/502.64	c #Conflicts:    1136000 | #Constraints:      78595
501.16/502.64	c #Conflicts:    1137000 | #Constraints:      79595
501.16/502.64	c #Conflicts:    1138000 | #Constraints:      80595
501.16/502.64	c #Conflicts:    1139000 | #Constraints:      81595
501.16/502.64	c #Conflicts:    1140000 | #Constraints:      82595
501.16/502.64	c #Conflicts:    1141000 | #Constraints:      83595
501.16/502.64	c #Conflicts:    1142000 | #Constraints:      84595
501.16/502.64	c #Conflicts:    1143000 | #Constraints:      85595
501.16/502.64	c #Conflicts:    1144000 | #Constraints:      86595
501.16/502.64	c #Conflicts:    1145000 | #Constraints:      87595
501.16/502.64	c #Conflicts:    1146000 | #Constraints:      88595
501.16/502.64	c #Conflicts:    1147000 | #Constraints:      89595
501.16/502.64	c #Conflicts:    1148000 | #Constraints:      90595
501.16/502.64	c #Conflicts:    1149000 | #Constraints:      91595
501.16/502.64	c #Conflicts:    1150000 | #Constraints:      92595
501.16/502.64	c #Conflicts:    1151000 | #Constraints:      93595
501.16/502.64	c #Conflicts:    1152000 | #Constraints:      94595
501.16/502.64	c #Conflicts:    1153000 | #Constraints:      95595
501.16/502.64	c #Conflicts:    1154000 | #Constraints:      96595
501.16/502.64	c #Conflicts:    1155000 | #Constraints:      97595
501.16/502.64	c #Conflicts:    1156000 | #Constraints:      98595
501.16/502.64	c #Conflicts:    1157000 | #Constraints:      99595
501.16/502.64	c #Conflicts:    1158000 | #Constraints:     100595
501.16/502.64	c #Conflicts:    1159000 | #Constraints:     101595
501.16/502.64	c #Conflicts:    1160000 | #Constraints:     102595
501.16/502.64	c #Conflicts:    1161000 | #Constraints:     103595
501.16/502.64	c #Conflicts:    1162000 | #Constraints:     104595
501.16/502.64	c #Conflicts:    1163000 | #Constraints:     105595
501.16/502.64	c #Conflicts:    1164000 | #Constraints:     106595
501.16/502.64	c #Conflicts:    1165000 | #Constraints:     107595
501.16/502.64	c #Conflicts:    1166000 | #Constraints:     108595
501.16/502.64	c #Conflicts:    1167000 | #Constraints:     109595
501.16/502.64	c #Conflicts:    1168000 | #Constraints:     110595
501.16/502.64	c #Conflicts:    1169000 | #Constraints:     111595
501.16/502.64	c #Conflicts:    1170000 | #Constraints:     112595
501.16/502.64	c #Conflicts:    1171000 | #Constraints:     113595
501.16/502.64	c #Conflicts:    1172000 | #Constraints:     114595
507.55/509.04	c #Conflicts:    1173000 | #Constraints:     115595
507.55/509.04	c #Conflicts:    1174000 | #Constraints:     116595
507.55/509.04	c #Conflicts:    1175000 | #Constraints:     117595
507.55/509.04	c #Conflicts:    1176000 | #Constraints:     118595
507.55/509.04	c #Conflicts:    1177000 | #Constraints:     119595
507.55/509.04	c INPROCESSING
507.55/509.04	c GARBAGE COLLECT
507.55/509.04	c rational objective 120.194
542.35/543.95	c #Conflicts:    1178000 | #Constraints:      62714
542.35/543.95	c #Conflicts:    1179000 | #Constraints:      63714
542.35/543.95	c #Conflicts:    1180000 | #Constraints:      64715
542.35/543.95	c #Conflicts:    1181000 | #Constraints:      65715
542.35/543.95	c #Conflicts:    1182000 | #Constraints:      66715
542.35/543.95	c #Conflicts:    1183000 | #Constraints:      67715
542.35/543.95	c #Conflicts:    1184000 | #Constraints:      68715
542.35/543.95	c #Conflicts:    1185000 | #Constraints:      69715
542.35/543.95	c #Conflicts:    1186000 | #Constraints:      70715
542.35/543.95	c #Conflicts:    1187000 | #Constraints:      71715
542.35/543.95	c #Conflicts:    1188000 | #Constraints:      72715
542.35/543.95	c #Conflicts:    1189000 | #Constraints:      73715
542.35/543.95	c #Conflicts:    1190000 | #Constraints:      74715
542.35/543.95	c #Conflicts:    1191000 | #Constraints:      75715
542.35/543.95	c #Conflicts:    1192000 | #Constraints:      76715
542.35/543.95	c #Conflicts:    1193000 | #Constraints:      77717
542.35/543.95	c #Conflicts:    1194000 | #Constraints:      78718
542.35/543.95	c #Conflicts:    1195000 | #Constraints:      79721
542.35/543.95	c #Conflicts:    1196000 | #Constraints:      80723
542.35/543.95	c #Conflicts:    1197000 | #Constraints:      81723
542.35/543.95	c #Conflicts:    1198000 | #Constraints:      82725
542.35/543.95	c #Conflicts:    1199000 | #Constraints:      83727
542.35/543.95	c #Conflicts:    1200000 | #Constraints:      84728
542.35/543.95	c INPROCESSING
542.35/543.95	c GARBAGE COLLECT
542.35/543.95	c #Conflicts:    1201000 | #Constraints:      45130
542.35/543.95	c #Conflicts:    1202000 | #Constraints:      46130
542.35/543.95	c #Conflicts:    1203000 | #Constraints:      47133
542.35/543.95	c #Conflicts:    1204000 | #Constraints:      48135
542.35/543.95	c #Conflicts:    1205000 | #Constraints:      49136
542.35/543.95	c #Conflicts:    1206000 | #Constraints:      50138
542.35/543.95	c #Conflicts:    1207000 | #Constraints:      51138
542.35/543.95	c #Conflicts:    1208000 | #Constraints:      52138
542.35/543.95	c #Conflicts:    1209000 | #Constraints:      53139
542.35/543.95	c #Conflicts:    1210000 | #Constraints:      54139
542.35/543.95	c #Conflicts:    1211000 | #Constraints:      55141
542.35/543.95	c #Conflicts:    1212000 | #Constraints:      56141
542.35/543.95	c #Conflicts:    1213000 | #Constraints:      57142
542.35/543.95	c #Conflicts:    1214000 | #Constraints:      58142
542.35/543.95	c #Conflicts:    1215000 | #Constraints:      59142
542.35/543.95	c #Conflicts:    1216000 | #Constraints:      60144
542.35/543.95	c #Conflicts:    1217000 | #Constraints:      61145
542.35/543.95	c #Conflicts:    1218000 | #Constraints:      62147
542.35/543.95	c #Conflicts:    1219000 | #Constraints:      63148
542.35/543.95	c #Conflicts:    1220000 | #Constraints:      64155
542.35/543.95	c #Conflicts:    1221000 | #Constraints:      65162
542.35/543.95	c #Conflicts:    1222000 | #Constraints:      66165
542.35/543.95	c #Conflicts:    1223000 | #Constraints:      67170
542.35/543.95	c #Conflicts:    1224000 | #Constraints:      68181
542.35/543.95	c INPROCESSING
542.35/543.95	c GARBAGE COLLECT
542.35/543.95	c #Conflicts:    1225000 | #Constraints:      37115
542.35/543.95	c #Conflicts:    1226000 | #Constraints:      38123
542.35/543.95	c #Conflicts:    1227000 | #Constraints:      39125
542.35/543.95	c #Conflicts:    1228000 | #Constraints:      40127
542.35/543.95	c #Conflicts:    1229000 | #Constraints:      41130
542.35/543.95	c #Conflicts:    1230000 | #Constraints:      42132
542.35/543.95	c #Conflicts:    1231000 | #Constraints:      43134
542.35/543.95	c #Conflicts:    1232000 | #Constraints:      44134
542.35/543.95	c #Conflicts:    1233000 | #Constraints:      45135
542.35/543.95	c #Conflicts:    1234000 | #Constraints:      46135
542.35/543.95	c #Conflicts:    1235000 | #Constraints:      47136
542.35/543.95	c #Conflicts:    1236000 | #Constraints:      48137
542.35/543.95	c #Conflicts:    1237000 | #Constraints:      49137
542.35/543.95	c #Conflicts:    1238000 | #Constraints:      50138
542.35/543.95	c #Conflicts:    1239000 | #Constraints:      51143
542.35/543.95	c #Conflicts:    1240000 | #Constraints:      52143
542.35/543.95	c #Conflicts:    1241000 | #Constraints:      53144
542.35/543.95	c #Conflicts:    1242000 | #Constraints:      54144
542.35/543.95	c #Conflicts:    1243000 | #Constraints:      55145
542.35/543.95	c #Conflicts:    1244000 | #Constraints:      56147
542.35/543.95	c #Conflicts:    1245000 | #Constraints:      57148
542.35/543.95	c #Conflicts:    1246000 | #Constraints:      58149
542.35/543.95	c #Conflicts:    1247000 | #Constraints:      59150
542.35/543.95	c #Conflicts:    1248000 | #Constraints:      60151
542.35/543.95	c INPROCESSING
542.35/543.95	c GARBAGE COLLECT
542.35/543.95	c #Conflicts:    1249000 | #Constraints:      33250
542.35/543.95	c #Conflicts:    1250000 | #Constraints:      34253
542.35/543.95	c #Conflicts:    1251000 | #Constraints:      35253
542.35/543.95	c #Conflicts:    1252000 | #Constraints:      36254
542.35/543.95	c #Conflicts:    1253000 | #Constraints:      37255
542.35/543.95	c #Conflicts:    1254000 | #Constraints:      38255
592.41/594.14	c #Conflicts:    1255000 | #Constraints:      39255
592.41/594.14	c #Conflicts:    1256000 | #Constraints:      40255
592.41/594.14	c #Conflicts:    1257000 | #Constraints:      41255
592.41/594.14	c #Conflicts:    1258000 | #Constraints:      42256
592.41/594.14	c #Conflicts:    1259000 | #Constraints:      43256
592.41/594.14	c #Conflicts:    1260000 | #Constraints:      44258
592.41/594.14	c #Conflicts:    1261000 | #Constraints:      45260
592.41/594.14	c #Conflicts:    1262000 | #Constraints:      46261
592.41/594.14	c #Conflicts:    1263000 | #Constraints:      47263
592.41/594.14	c #Conflicts:    1264000 | #Constraints:      48264
592.41/594.14	c #Conflicts:    1265000 | #Constraints:      49265
592.41/594.14	c #Conflicts:    1266000 | #Constraints:      50265
592.41/594.14	c #Conflicts:    1267000 | #Constraints:      51265
592.41/594.14	c #Conflicts:    1268000 | #Constraints:      52267
592.41/594.14	c #Conflicts:    1269000 | #Constraints:      53267
592.41/594.14	c #Conflicts:    1270000 | #Constraints:      54275
592.41/594.14	c #Conflicts:    1271000 | #Constraints:      55282
592.41/594.14	c #Conflicts:    1272000 | #Constraints:      56289
592.41/594.14	c #Conflicts:    1273000 | #Constraints:      57291
592.41/594.14	c #Conflicts:    1274000 | #Constraints:      58295
592.41/594.14	c #Conflicts:    1275000 | #Constraints:      59297
592.41/594.14	c #Conflicts:    1276000 | #Constraints:      60299
592.41/594.14	c #Conflicts:    1277000 | #Constraints:      61299
592.41/594.14	c #Conflicts:    1278000 | #Constraints:      62301
592.41/594.14	c #Conflicts:    1279000 | #Constraints:      63301
592.41/594.14	c #Conflicts:    1280000 | #Constraints:      64302
592.41/594.14	c #Conflicts:    1281000 | #Constraints:      65303
592.41/594.14	c #Conflicts:    1282000 | #Constraints:      66304
592.41/594.14	c #Conflicts:    1283000 | #Constraints:      67305
592.41/594.14	c #Conflicts:    1284000 | #Constraints:      68306
592.41/594.14	c #Conflicts:    1285000 | #Constraints:      69307
592.41/594.14	c #Conflicts:    1286000 | #Constraints:      70308
592.41/594.14	c #Conflicts:    1287000 | #Constraints:      71310
592.41/594.14	c #Conflicts:    1288000 | #Constraints:      72311
592.41/594.14	c #Conflicts:    1289000 | #Constraints:      73313
592.41/594.14	c #Conflicts:    1290000 | #Constraints:      74315
592.41/594.14	c #Conflicts:    1291000 | #Constraints:      75317
592.41/594.14	c #Conflicts:    1292000 | #Constraints:      76320
592.41/594.14	c #Conflicts:    1293000 | #Constraints:      77323
592.41/594.14	c #Conflicts:    1294000 | #Constraints:      78325
592.41/594.14	c #Conflicts:    1295000 | #Constraints:      79330
592.41/594.14	c #Conflicts:    1296000 | #Constraints:      80331
592.41/594.14	c #Conflicts:    1297000 | #Constraints:      81332
592.41/594.14	c #Conflicts:    1298000 | #Constraints:      82333
592.41/594.14	c #Conflicts:    1299000 | #Constraints:      83335
592.41/594.14	c #Conflicts:    1300000 | #Constraints:      84336
592.41/594.14	c #Conflicts:    1301000 | #Constraints:      85337
592.41/594.14	c #Conflicts:    1302000 | #Constraints:      86338
592.41/594.14	c #Conflicts:    1303000 | #Constraints:      87338
592.41/594.14	c #Conflicts:    1304000 | #Constraints:      88339
592.41/594.14	c #Conflicts:    1305000 | #Constraints:      89339
592.41/594.14	c #Conflicts:    1306000 | #Constraints:      90339
592.41/594.14	c #Conflicts:    1307000 | #Constraints:      91340
592.41/594.14	c #Conflicts:    1308000 | #Constraints:      92340
592.41/594.14	c #Conflicts:    1309000 | #Constraints:      93341
592.41/594.14	c #Conflicts:    1310000 | #Constraints:      94341
592.41/594.14	c #Conflicts:    1311000 | #Constraints:      95342
592.41/594.14	c #Conflicts:    1312000 | #Constraints:      96342
592.41/594.14	c #Conflicts:    1313000 | #Constraints:      97343
592.41/594.14	c #Conflicts:    1314000 | #Constraints:      98343
592.41/594.14	c #Conflicts:    1315000 | #Constraints:      99343
592.41/594.14	c #Conflicts:    1316000 | #Constraints:     100343
592.41/594.14	c #Conflicts:    1317000 | #Constraints:     101344
592.41/594.14	c #Conflicts:    1318000 | #Constraints:     102345
592.41/594.14	c #Conflicts:    1319000 | #Constraints:     103347
592.41/594.14	c #Conflicts:    1320000 | #Constraints:     104347
592.41/594.14	c #Conflicts:    1321000 | #Constraints:     105347
592.41/594.14	c #Conflicts:    1322000 | #Constraints:     106347
592.41/594.14	c #Conflicts:    1323000 | #Constraints:     107347
592.41/594.14	c #Conflicts:    1324000 | #Constraints:     108347
592.41/594.14	c #Conflicts:    1325000 | #Constraints:     109348
592.41/594.14	c #Conflicts:    1326000 | #Constraints:     110348
592.41/594.14	c #Conflicts:    1327000 | #Constraints:     111348
592.41/594.14	c #Conflicts:    1328000 | #Constraints:     112350
592.41/594.14	c #Conflicts:    1329000 | #Constraints:     113353
592.41/594.14	c #Conflicts:    1330000 | #Constraints:     114357
592.41/594.14	c #Conflicts:    1331000 | #Constraints:     115360
592.41/594.14	c #Conflicts:    1332000 | #Constraints:     116364
592.41/594.14	c #Conflicts:    1333000 | #Constraints:     117368
602.09/603.85	c #Conflicts:    1334000 | #Constraints:     118371
602.09/603.85	c #Conflicts:    1335000 | #Constraints:     119374
602.09/603.85	c #Conflicts:    1336000 | #Constraints:     120376
602.09/603.85	c #Conflicts:    1337000 | #Constraints:     121378
602.09/603.85	c #Conflicts:    1338000 | #Constraints:     122380
602.09/603.85	c #Conflicts:    1339000 | #Constraints:     123383
602.09/603.85	c #Conflicts:    1340000 | #Constraints:     124386
602.09/603.85	c #Conflicts:    1341000 | #Constraints:     125401
602.09/603.85	c #Conflicts:    1342000 | #Constraints:     126411
602.09/603.85	c #Conflicts:    1343000 | #Constraints:     127415
602.09/603.85	c INPROCESSING
602.09/603.85	c GARBAGE COLLECT
602.09/603.85	WSVECS04 Frhs2[20]: 6 0 1.45666 shouldn't be
602.09/603.85	WSVECS04 Frhs2[26]: 6 0 2.22184 shouldn't be
602.09/603.85	WSVECS04 Frhs2[28]: 6 0 1.22255 shouldn't be
602.09/603.85	WSVECS04 Frhs2[34]: 6 -3.68157 0 shouldn't be
602.09/603.85	WSVECS04 Frhs2[35]: 6 -1.83381 0 shouldn't be
602.09/603.85	WSVECS04 Frhs2[41]: 6 -2.0001 0 shouldn't be
602.09/603.85	WSVECS04 Frhs2[43]: 6 -1.00006 0 shouldn't be
602.09/603.85	WSVECS04 Frhs2[46]: 6 0 1.34907 shouldn't be
602.09/603.85	WSVECS04 Frhs2[47]: 6 -3.3491 0 shouldn't be
602.09/603.85	WSVECS04 Frhs2[63]: 6 0 1.60238 shouldn't be
602.09/603.85	WSVECS04 Frhs2[75]: 6 -1.00003 0 shouldn't be
602.09/603.85	WSVECS04 Frhs2[76]: 6 -3.17459 0 shouldn't be
602.09/603.85	WSVECS04 Frhs2[87]: 6 -2.00009 0 shouldn't be
602.09/603.85	WSVECS04 Frhs2[98]: 6 -5.89938 0 shouldn't be
602.09/603.85	WSVECS04 Frhs2[100]: 6 -0.949725 0 shouldn't be
602.09/603.85	WSVECS04 Frhs2[103]: 6 0 2.50006 shouldn't be
602.09/603.85	WSVECS04 Frhs2[107]: 6 -3.94975 0 shouldn't be
602.09/603.85	WSVECS04 Frhs2[121]: 6 0 10.6849 shouldn't be
602.09/603.85	WSVECS04 Frhs2[124]: 6 -1.91996 0 shouldn't be
602.09/603.85	WSVECS04 Frhs2[136]: 6 0 1.46705 shouldn't be
602.09/603.85	WSVECS04 Frhs2[140]: 6 0 1.88623 shouldn't be
602.09/603.85	WSVECS04 Frhs2[162]: 6 0 5.34906 shouldn't be
602.09/603.85	WSVECS04 Frhs2[168]: 6 -2.17459 0 shouldn't be
602.09/603.85	WSVECS04 Frhs2[201]: 6 0 2.46332 shouldn't be
602.09/603.85	WSVECS04 Frhs2[205]: 6 0 3.116 shouldn't be
602.09/603.85	WSVECS04 Frhs2[206]: 6 0 1.12873 shouldn't be
602.09/603.85	WSVECS04 Frhs2[207]: 6 0 0.733592 shouldn't be
602.09/603.85	WSVECS04 Frhs2[212]: 6 -7.4989 0 shouldn't be
602.09/603.85	WSVECS04 Frhs2[217]: 6 0 0.209643 shouldn't be
602.09/603.85	WSVECS04 Frhs2[222]: 6 0 2.7072 shouldn't be
602.09/603.85	WSVECS04 Frhs2[236]: 6 -3.44975 0 shouldn't be
602.09/603.85	WSVECS04 Frhs2[247]: 6 0 3.44974 shouldn't be
602.09/603.85	WSVECS04 Frhs2[257]: 6 0 3.44973 shouldn't be
602.09/603.85	WSVECS04 Frhs2[271]: 6 0 0.855147 shouldn't be
602.09/603.85	WSVECS04 Frhs2[283]: 6 -2.17458 0 shouldn't be
602.09/603.85	WSVECS04 Frhs2[303]: 6 -1.00005 0 shouldn't be
602.09/603.85	WSVECS04 Frhs2[338]: 6 -2.17456 0 shouldn't be
602.09/603.85	WSVECS04 Frhs2[342]: 6 -2.34909 0 shouldn't be
602.09/603.85	WSVECS04 Frhs2[358]: 6 -3.17457 0 shouldn't be
602.09/603.85	WSVECS04 Frhs2[363]: 6 -2.1746 0 shouldn't be
602.09/603.85	WSVECS04 Frhs2[372]: 6 0 1.00008 shouldn't be
602.09/603.85	WSVECS04 Frhs2[413]: 6 0 0.20217 shouldn't be
602.09/603.85	WSVECS04 Frhs2[439]: 6 -1.00004 0 shouldn't be
602.09/603.85	WSVECS04 Frhs2[443]: 6 0 0.202202 shouldn't be
602.09/603.85	WSVECS04 Frhs2[457]: 6 0 2.00007 shouldn't be
602.09/603.85	WSVECS04 Frhs2[488]: 6 0 0.202192 shouldn't be
602.09/603.85	WSVECS04 Frhs2[518]: 6 0 0.202192 shouldn't be
602.09/603.85	WSVECS04 Frhs2[569]: 6 0 5.34907 shouldn't be
602.09/603.85	WSVECS04 Frhs2[850]: 6 0 3.44974 shouldn't be
602.09/603.85	WSVECS04 Frhs2[1070]: 6 0 1.34907 shouldn't be
602.09/603.85	WSVECS04 Frhs2[1216]: 6 -3.00005 0 shouldn't be
602.09/603.85	WSVECS04 Frhs2[1217]: 6 -1.00002 0 shouldn't be
602.09/603.85	WSVECS04 Frhs2[1224]: 6 0 0.20225 shouldn't be
602.09/603.85	WSVECS04 Frhs2[1248]: 6 -2.00008 0 shouldn't be
602.09/603.85	WSVECS04 Frhs2[1250]: 6 -1.00004 0 shouldn't be
602.09/603.85	WSVECS04 Frhs2[1252]: 6 -2.00008 0 shouldn't be
602.09/603.85	WSVECS04 Frhs2[1279]: 6 -1.00005 0 shouldn't be
602.09/603.85	WSVECS04 Frhs2[1282]: 6 -3.00002 0 shouldn't be
602.09/603.85	WSVECS04 Frhs2[1332]: 6 -1.00002 0 shouldn't be
602.09/603.85	WSVECS04 Frhs2[1333]: 6 -1.25822 0 shouldn't be
602.09/603.85	WSVECS04 Frhs2[1365]: 6 -3.00002 0 shouldn't be
602.09/603.85	WSVECS04 Frhs2[1371]: 6 -4.00005 0 shouldn't be
602.18/603.95	WSVECS04 Frhs2[24]: 6 0 2.68884 shouldn't be
602.18/603.95	WSVECS04 Frhs2[32]: 6 0 5.95429 shouldn't be
602.18/603.95	WSVECS04 Frhs2[197]: 6 0 0.328245 shouldn't be
602.18/603.95	WSVECS04 Frhs2[219]: 6 0 1.67663 shouldn't be
602.18/603.95	WSVECS04 Frhs2[254]: 6 0 1.00006 shouldn't be
602.18/603.95	WSVECS04 Frhs2[347]: 6 0 0.886206 shouldn't be
602.18/603.95	WSVECS04 Frhs2[1071]: 6 0 1.3491 shouldn't be
602.18/603.95	WSVECS04 Frhs2[1276]: 6 -3.00006 0 shouldn't be
602.18/603.95	WSVECS04 Frhs2[1370]: 6 -1.00002 0 shouldn't be
632.91/634.77	c #Conflicts:    1344000 | #Constraints:      66877
632.91/634.77	c #Conflicts:    1345000 | #Constraints:      67883
632.91/634.77	c #Conflicts:    1346000 | #Constraints:      68885
632.91/634.77	c #Conflicts:    1347000 | #Constraints:      69886
632.91/634.77	c #Conflicts:    1348000 | #Constraints:      70888
632.91/634.77	c #Conflicts:    1349000 | #Constraints:      71889
632.91/634.77	c #Conflicts:    1350000 | #Constraints:      72891
632.91/634.77	c #Conflicts:    1351000 | #Constraints:      73892
632.91/634.77	c #Conflicts:    1352000 | #Constraints:      74894
632.91/634.77	c #Conflicts:    1353000 | #Constraints:      75897
632.91/634.77	c #Conflicts:    1354000 | #Constraints:      76898
632.91/634.77	c #Conflicts:    1355000 | #Constraints:      77901
632.91/634.77	c #Conflicts:    1356000 | #Constraints:      78904
632.91/634.77	c #Conflicts:    1357000 | #Constraints:      79910
632.91/634.77	c #Conflicts:    1358000 | #Constraints:      80910
632.91/634.77	c #Conflicts:    1359000 | #Constraints:      81911
632.91/634.77	c #Conflicts:    1360000 | #Constraints:      82912
632.91/634.77	c #Conflicts:    1361000 | #Constraints:      83913
632.91/634.77	c #Conflicts:    1362000 | #Constraints:      84914
632.91/634.77	c #Conflicts:    1363000 | #Constraints:      85914
632.91/634.77	c #Conflicts:    1364000 | #Constraints:      86915
632.91/634.77	c #Conflicts:    1365000 | #Constraints:      87916
632.91/634.77	c #Conflicts:    1366000 | #Constraints:      88917
632.91/634.77	c #Conflicts:    1367000 | #Constraints:      89920
632.91/634.77	c #Conflicts:    1368000 | #Constraints:      90921
632.91/634.77	c INPROCESSING
632.91/634.77	c GARBAGE COLLECT
632.91/634.77	c #Conflicts:    1369000 | #Constraints:      48634
632.91/634.77	c #Conflicts:    1370000 | #Constraints:      49634
632.91/634.77	c #Conflicts:    1371000 | #Constraints:      50634
632.91/634.77	c #Conflicts:    1372000 | #Constraints:      51637
632.91/634.77	c #Conflicts:    1373000 | #Constraints:      52637
632.91/634.77	c #Conflicts:    1374000 | #Constraints:      53639
632.91/634.77	c #Conflicts:    1375000 | #Constraints:      54640
632.91/634.77	c #Conflicts:    1376000 | #Constraints:      55640
632.91/634.77	c #Conflicts:    1377000 | #Constraints:      56641
632.91/634.77	c #Conflicts:    1378000 | #Constraints:      57644
632.91/634.77	c #Conflicts:    1379000 | #Constraints:      58645
632.91/634.77	c #Conflicts:    1380000 | #Constraints:      59645
632.91/634.77	c #Conflicts:    1381000 | #Constraints:      60645
632.91/634.77	c #Conflicts:    1382000 | #Constraints:      61645
632.91/634.77	c #Conflicts:    1383000 | #Constraints:      62645
632.91/634.77	c #Conflicts:    1384000 | #Constraints:      63645
632.91/634.77	c #Conflicts:    1385000 | #Constraints:      64645
632.91/634.77	c #Conflicts:    1386000 | #Constraints:      65645
632.91/634.77	c #Conflicts:    1387000 | #Constraints:      66645
632.91/634.77	c #Conflicts:    1388000 | #Constraints:      67645
632.91/634.77	c #Conflicts:    1389000 | #Constraints:      68645
632.91/634.77	c #Conflicts:    1390000 | #Constraints:      69645
632.91/634.77	c #Conflicts:    1391000 | #Constraints:      70646
632.91/634.77	c #Conflicts:    1392000 | #Constraints:      71646
632.91/634.77	c #Conflicts:    1393000 | #Constraints:      72647
632.91/634.77	c INPROCESSING
632.91/634.77	c GARBAGE COLLECT
632.91/634.77	c #Conflicts:    1394000 | #Constraints:      39392
632.91/634.77	c #Conflicts:    1395000 | #Constraints:      40394
632.91/634.77	c #Conflicts:    1396000 | #Constraints:      41395
632.91/634.77	c #Conflicts:    1397000 | #Constraints:      42396
632.91/634.77	c #Conflicts:    1398000 | #Constraints:      43397
632.91/634.77	c #Conflicts:    1399000 | #Constraints:      44398
632.91/634.77	c #Conflicts:    1400000 | #Constraints:      45399
632.91/634.77	c #Conflicts:    1401000 | #Constraints:      46406
632.91/634.77	c #Conflicts:    1402000 | #Constraints:      47411
632.91/634.77	c #Conflicts:    1403000 | #Constraints:      48415
632.91/634.77	c #Conflicts:    1404000 | #Constraints:      49439
632.91/634.77	c #Conflicts:    1405000 | #Constraints:      50439
632.91/634.77	c #Conflicts:    1406000 | #Constraints:      51441
632.91/634.77	c #Conflicts:    1407000 | #Constraints:      52444
632.91/634.77	c #Conflicts:    1408000 | #Constraints:      53445
632.91/634.77	c #Conflicts:    1409000 | #Constraints:      54446
632.91/634.77	c #Conflicts:    1410000 | #Constraints:      55446
632.91/634.77	c #Conflicts:    1411000 | #Constraints:      56447
632.91/634.77	c #Conflicts:    1412000 | #Constraints:      57449
632.91/634.77	c #Conflicts:    1413000 | #Constraints:      58450
632.91/634.77	c #Conflicts:    1414000 | #Constraints:      59451
632.91/634.77	c #Conflicts:    1415000 | #Constraints:      60452
632.91/634.77	c #Conflicts:    1416000 | #Constraints:      61454
632.91/634.77	c #Conflicts:    1417000 | #Constraints:      62455
632.91/634.77	c #Conflicts:    1418000 | #Constraints:      63456
632.91/634.77	c INPROCESSING
632.91/634.77	c GARBAGE COLLECT
632.91/634.77	c #Conflicts:    1419000 | #Constraints:      34598
632.91/634.77	c #Conflicts:    1420000 | #Constraints:      35600
675.30/677.23	c #Conflicts:    1421000 | #Constraints:      36601
675.30/677.23	c #Conflicts:    1422000 | #Constraints:      37603
675.30/677.23	c #Conflicts:    1423000 | #Constraints:      38604
675.30/677.23	c #Conflicts:    1424000 | #Constraints:      39605
675.30/677.23	c #Conflicts:    1425000 | #Constraints:      40606
675.30/677.23	c #Conflicts:    1426000 | #Constraints:      41607
675.30/677.23	c #Conflicts:    1427000 | #Constraints:      42607
675.30/677.23	c #Conflicts:    1428000 | #Constraints:      43609
675.30/677.23	c #Conflicts:    1429000 | #Constraints:      44610
675.30/677.23	c #Conflicts:    1430000 | #Constraints:      45610
675.30/677.23	c #Conflicts:    1431000 | #Constraints:      46612
675.30/677.23	c #Conflicts:    1432000 | #Constraints:      47614
675.30/677.23	c #Conflicts:    1433000 | #Constraints:      48615
675.30/677.23	c #Conflicts:    1434000 | #Constraints:      49616
675.30/677.23	c #Conflicts:    1435000 | #Constraints:      50618
675.30/677.23	c #Conflicts:    1436000 | #Constraints:      51618
675.30/677.23	c #Conflicts:    1437000 | #Constraints:      52619
675.30/677.23	c #Conflicts:    1438000 | #Constraints:      53620
675.30/677.23	c #Conflicts:    1439000 | #Constraints:      54620
675.30/677.23	c #Conflicts:    1440000 | #Constraints:      55621
675.30/677.23	c #Conflicts:    1441000 | #Constraints:      56621
675.30/677.23	c #Conflicts:    1442000 | #Constraints:      57622
675.30/677.23	c #Conflicts:    1443000 | #Constraints:      58623
675.30/677.23	c #Conflicts:    1444000 | #Constraints:      59625
675.30/677.23	c #Conflicts:    1445000 | #Constraints:      60626
675.30/677.23	c #Conflicts:    1446000 | #Constraints:      61626
675.30/677.23	c #Conflicts:    1447000 | #Constraints:      62628
675.30/677.23	c #Conflicts:    1448000 | #Constraints:      63629
675.30/677.23	c #Conflicts:    1449000 | #Constraints:      64629
675.30/677.23	c #Conflicts:    1450000 | #Constraints:      65631
675.30/677.23	c #Conflicts:    1451000 | #Constraints:      66631
675.30/677.23	c #Conflicts:    1452000 | #Constraints:      67633
675.30/677.23	c #Conflicts:    1453000 | #Constraints:      68633
675.30/677.23	c #Conflicts:    1454000 | #Constraints:      69634
675.30/677.23	c #Conflicts:    1455000 | #Constraints:      70634
675.30/677.23	c #Conflicts:    1456000 | #Constraints:      71634
675.30/677.23	c #Conflicts:    1457000 | #Constraints:      72634
675.30/677.23	c #Conflicts:    1458000 | #Constraints:      73634
675.30/677.23	c #Conflicts:    1459000 | #Constraints:      74634
675.30/677.23	c #Conflicts:    1460000 | #Constraints:      75634
675.30/677.23	c #Conflicts:    1461000 | #Constraints:      76634
675.30/677.23	c #Conflicts:    1462000 | #Constraints:      77634
675.30/677.23	c #Conflicts:    1463000 | #Constraints:      78634
675.30/677.23	c #Conflicts:    1464000 | #Constraints:      79634
675.30/677.23	c #Conflicts:    1465000 | #Constraints:      80634
675.30/677.23	c #Conflicts:    1466000 | #Constraints:      81634
675.30/677.23	c #Conflicts:    1467000 | #Constraints:      82634
675.30/677.23	c #Conflicts:    1468000 | #Constraints:      83634
675.30/677.23	c #Conflicts:    1469000 | #Constraints:      84635
675.30/677.23	c #Conflicts:    1470000 | #Constraints:      85636
675.30/677.23	c #Conflicts:    1471000 | #Constraints:      86637
675.30/677.23	c #Conflicts:    1472000 | #Constraints:      87639
675.30/677.23	c #Conflicts:    1473000 | #Constraints:      88639
675.30/677.23	c #Conflicts:    1474000 | #Constraints:      89640
675.30/677.23	c #Conflicts:    1475000 | #Constraints:      90641
675.30/677.23	c #Conflicts:    1476000 | #Constraints:      91642
675.30/677.23	c #Conflicts:    1477000 | #Constraints:      92643
675.30/677.23	c #Conflicts:    1478000 | #Constraints:      93644
675.30/677.23	c #Conflicts:    1479000 | #Constraints:      94644
675.30/677.23	c #Conflicts:    1480000 | #Constraints:      95644
675.30/677.23	c #Conflicts:    1481000 | #Constraints:      96644
675.30/677.23	c #Conflicts:    1482000 | #Constraints:      97645
675.30/677.23	c #Conflicts:    1483000 | #Constraints:      98645
675.30/677.23	c #Conflicts:    1484000 | #Constraints:      99646
675.30/677.23	c #Conflicts:    1485000 | #Constraints:     100648
675.30/677.23	c #Conflicts:    1486000 | #Constraints:     101648
675.30/677.23	c #Conflicts:    1487000 | #Constraints:     102650
675.30/677.23	c #Conflicts:    1488000 | #Constraints:     103650
675.30/677.23	c #Conflicts:    1489000 | #Constraints:     104651
675.30/677.23	c #Conflicts:    1490000 | #Constraints:     105652
675.30/677.23	c #Conflicts:    1491000 | #Constraints:     106653
675.30/677.23	c #Conflicts:    1492000 | #Constraints:     107654
675.30/677.23	c #Conflicts:    1493000 | #Constraints:     108655
675.30/677.23	c #Conflicts:    1494000 | #Constraints:     109657
675.30/677.23	c #Conflicts:    1495000 | #Constraints:     110658
675.30/677.23	c #Conflicts:    1496000 | #Constraints:     111660
675.30/677.23	c #Conflicts:    1497000 | #Constraints:     112660
675.30/677.23	c #Conflicts:    1498000 | #Constraints:     113662
675.30/677.23	c #Conflicts:    1499000 | #Constraints:     114664
720.40/722.42	c #Conflicts:    1500000 | #Constraints:     115666
720.40/722.42	c #Conflicts:    1501000 | #Constraints:     116668
720.40/722.42	c #Conflicts:    1502000 | #Constraints:     117670
720.40/722.42	c #Conflicts:    1503000 | #Constraints:     118671
720.40/722.42	c #Conflicts:    1504000 | #Constraints:     119678
720.40/722.42	c #Conflicts:    1505000 | #Constraints:     120681
720.40/722.42	c #Conflicts:    1506000 | #Constraints:     121685
720.40/722.42	c #Conflicts:    1507000 | #Constraints:     122687
720.40/722.42	c #Conflicts:    1508000 | #Constraints:     123689
720.40/722.42	c #Conflicts:    1509000 | #Constraints:     124691
720.40/722.42	c #Conflicts:    1510000 | #Constraints:     125693
720.40/722.42	c #Conflicts:    1511000 | #Constraints:     126694
720.40/722.42	c #Conflicts:    1512000 | #Constraints:     127694
720.40/722.42	c #Conflicts:    1513000 | #Constraints:     128694
720.40/722.42	c #Conflicts:    1514000 | #Constraints:     129694
720.40/722.42	c #Conflicts:    1515000 | #Constraints:     130696
720.40/722.42	c #Conflicts:    1516000 | #Constraints:     131697
720.40/722.42	c #Conflicts:    1517000 | #Constraints:     132698
720.40/722.42	c #Conflicts:    1518000 | #Constraints:     133699
720.40/722.42	c INPROCESSING
720.40/722.42	c GARBAGE COLLECT
720.40/722.42	c #Conflicts:    1519000 | #Constraints:      69571
720.40/722.42	c #Conflicts:    1520000 | #Constraints:      70571
720.40/722.42	c #Conflicts:    1521000 | #Constraints:      71572
720.40/722.42	c #Conflicts:    1522000 | #Constraints:      72572
720.40/722.42	c #Conflicts:    1523000 | #Constraints:      73572
720.40/722.42	c #Conflicts:    1524000 | #Constraints:      74572
720.40/722.42	c #Conflicts:    1525000 | #Constraints:      75572
720.40/722.42	c #Conflicts:    1526000 | #Constraints:      76572
720.40/722.42	c #Conflicts:    1527000 | #Constraints:      77573
720.40/722.42	c #Conflicts:    1528000 | #Constraints:      78573
720.40/722.42	c #Conflicts:    1529000 | #Constraints:      79574
720.40/722.42	c #Conflicts:    1530000 | #Constraints:      80574
720.40/722.42	c #Conflicts:    1531000 | #Constraints:      81575
720.40/722.42	c #Conflicts:    1532000 | #Constraints:      82575
720.40/722.42	c #Conflicts:    1533000 | #Constraints:      83575
720.40/722.42	c #Conflicts:    1534000 | #Constraints:      84577
720.40/722.42	c #Conflicts:    1535000 | #Constraints:      85577
720.40/722.42	c #Conflicts:    1536000 | #Constraints:      86579
720.40/722.42	c #Conflicts:    1537000 | #Constraints:      87580
720.40/722.42	c #Conflicts:    1538000 | #Constraints:      88581
720.40/722.42	c #Conflicts:    1539000 | #Constraints:      89581
720.40/722.42	c #Conflicts:    1540000 | #Constraints:      90582
720.40/722.42	c #Conflicts:    1541000 | #Constraints:      91583
720.40/722.42	c #Conflicts:    1542000 | #Constraints:      92585
720.40/722.42	c #Conflicts:    1543000 | #Constraints:      93585
720.40/722.42	c #Conflicts:    1544000 | #Constraints:      94586
720.40/722.42	c #Conflicts:    1545000 | #Constraints:      95586
720.40/722.42	c INPROCESSING
720.40/722.42	c GARBAGE COLLECT
720.40/722.42	c #Conflicts:    1546000 | #Constraints:      50664
720.40/722.42	c #Conflicts:    1547000 | #Constraints:      51664
720.40/722.42	c #Conflicts:    1548000 | #Constraints:      52667
720.40/722.42	c #Conflicts:    1549000 | #Constraints:      53668
720.40/722.42	c #Conflicts:    1550000 | #Constraints:      54668
720.40/722.42	c #Conflicts:    1551000 | #Constraints:      55668
720.40/722.42	c #Conflicts:    1552000 | #Constraints:      56668
720.40/722.42	c #Conflicts:    1553000 | #Constraints:      57668
720.40/722.42	c #Conflicts:    1554000 | #Constraints:      58668
720.40/722.42	c #Conflicts:    1555000 | #Constraints:      59669
720.40/722.42	c #Conflicts:    1556000 | #Constraints:      60669
720.40/722.42	c #Conflicts:    1557000 | #Constraints:      61669
720.40/722.42	c #Conflicts:    1558000 | #Constraints:      62669
720.40/722.42	c #Conflicts:    1559000 | #Constraints:      63670
720.40/722.42	c #Conflicts:    1560000 | #Constraints:      64671
720.40/722.42	c #Conflicts:    1561000 | #Constraints:      65674
720.40/722.42	c #Conflicts:    1562000 | #Constraints:      66674
720.40/722.42	c #Conflicts:    1563000 | #Constraints:      67674
720.40/722.42	c #Conflicts:    1564000 | #Constraints:      68674
720.40/722.42	c #Conflicts:    1565000 | #Constraints:      69674
720.40/722.42	c #Conflicts:    1566000 | #Constraints:      70674
720.40/722.42	c #Conflicts:    1567000 | #Constraints:      71674
720.40/722.42	c #Conflicts:    1568000 | #Constraints:      72674
720.40/722.42	c #Conflicts:    1569000 | #Constraints:      73674
720.40/722.42	c #Conflicts:    1570000 | #Constraints:      74675
720.40/722.42	c #Conflicts:    1571000 | #Constraints:      75675
720.40/722.42	c #Conflicts:    1572000 | #Constraints:      76675
720.40/722.42	c INPROCESSING
720.40/722.42	c GARBAGE COLLECT
720.40/722.42	c #Conflicts:    1573000 | #Constraints:      41258
720.40/722.42	c #Conflicts:    1574000 | #Constraints:      42261
720.40/722.42	c #Conflicts:    1575000 | #Constraints:      43262
720.40/722.42	c #Conflicts:    1576000 | #Constraints:      44263
756.50/758.61	c #Conflicts:    1577000 | #Constraints:      45263
756.50/758.61	c #Conflicts:    1578000 | #Constraints:      46263
756.50/758.61	c #Conflicts:    1579000 | #Constraints:      47263
756.50/758.61	c #Conflicts:    1580000 | #Constraints:      48263
756.50/758.61	c #Conflicts:    1581000 | #Constraints:      49263
756.50/758.61	c #Conflicts:    1582000 | #Constraints:      50263
756.50/758.61	c #Conflicts:    1583000 | #Constraints:      51264
756.50/758.61	c #Conflicts:    1584000 | #Constraints:      52265
756.50/758.61	c #Conflicts:    1585000 | #Constraints:      53268
756.50/758.61	c #Conflicts:    1586000 | #Constraints:      54272
756.50/758.61	c #Conflicts:    1587000 | #Constraints:      55277
756.50/758.61	c #Conflicts:    1588000 | #Constraints:      56280
756.50/758.61	c #Conflicts:    1589000 | #Constraints:      57283
756.50/758.61	c #Conflicts:    1590000 | #Constraints:      58283
756.50/758.61	c #Conflicts:    1591000 | #Constraints:      59283
756.50/758.61	c #Conflicts:    1592000 | #Constraints:      60283
756.50/758.61	c #Conflicts:    1593000 | #Constraints:      61284
756.50/758.61	c #Conflicts:    1594000 | #Constraints:      62284
756.50/758.61	c #Conflicts:    1595000 | #Constraints:      63284
756.50/758.61	c #Conflicts:    1596000 | #Constraints:      64285
756.50/758.61	c #Conflicts:    1597000 | #Constraints:      65289
756.50/758.61	c #Conflicts:    1598000 | #Constraints:      66290
756.50/758.61	c #Conflicts:    1599000 | #Constraints:      67290
756.50/758.61	c INPROCESSING
756.50/758.61	c GARBAGE COLLECT
756.50/758.61	c #Conflicts:    1600000 | #Constraints:      36518
756.50/758.61	c #Conflicts:    1601000 | #Constraints:      37524
756.50/758.61	c #Conflicts:    1602000 | #Constraints:      38524
756.50/758.61	c #Conflicts:    1603000 | #Constraints:      39524
756.50/758.61	c #Conflicts:    1604000 | #Constraints:      40524
756.50/758.61	c #Conflicts:    1605000 | #Constraints:      41524
756.50/758.61	c #Conflicts:    1606000 | #Constraints:      42524
756.50/758.61	c #Conflicts:    1607000 | #Constraints:      43525
756.50/758.61	c #Conflicts:    1608000 | #Constraints:      44526
756.50/758.61	c #Conflicts:    1609000 | #Constraints:      45527
756.50/758.61	c #Conflicts:    1610000 | #Constraints:      46527
756.50/758.61	c #Conflicts:    1611000 | #Constraints:      47528
756.50/758.61	c #Conflicts:    1612000 | #Constraints:      48529
756.50/758.61	c #Conflicts:    1613000 | #Constraints:      49529
756.50/758.61	c #Conflicts:    1614000 | #Constraints:      50529
756.50/758.61	c #Conflicts:    1615000 | #Constraints:      51529
756.50/758.61	c #Conflicts:    1616000 | #Constraints:      52529
756.50/758.61	c #Conflicts:    1617000 | #Constraints:      53529
756.50/758.61	c #Conflicts:    1618000 | #Constraints:      54529
756.50/758.61	c #Conflicts:    1619000 | #Constraints:      55529
756.50/758.61	c #Conflicts:    1620000 | #Constraints:      56530
756.50/758.61	c #Conflicts:    1621000 | #Constraints:      57530
756.50/758.61	c #Conflicts:    1622000 | #Constraints:      58531
756.50/758.61	c #Conflicts:    1623000 | #Constraints:      59534
756.50/758.61	c #Conflicts:    1624000 | #Constraints:      60537
756.50/758.61	c #Conflicts:    1625000 | #Constraints:      61541
756.50/758.61	c #Conflicts:    1626000 | #Constraints:      62544
756.50/758.61	c #Conflicts:    1627000 | #Constraints:      63549
756.50/758.61	c #Conflicts:    1628000 | #Constraints:      64552
756.50/758.61	c #Conflicts:    1629000 | #Constraints:      65556
756.50/758.61	c #Conflicts:    1630000 | #Constraints:      66558
756.50/758.61	c #Conflicts:    1631000 | #Constraints:      67560
756.50/758.61	c #Conflicts:    1632000 | #Constraints:      68563
756.50/758.61	c #Conflicts:    1633000 | #Constraints:      69564
756.50/758.61	c #Conflicts:    1634000 | #Constraints:      70565
756.50/758.61	c #Conflicts:    1635000 | #Constraints:      71565
756.50/758.61	c #Conflicts:    1636000 | #Constraints:      72566
756.50/758.61	c #Conflicts:    1637000 | #Constraints:      73566
756.50/758.61	c #Conflicts:    1638000 | #Constraints:      74566
756.50/758.61	c #Conflicts:    1639000 | #Constraints:      75567
756.50/758.61	c #Conflicts:    1640000 | #Constraints:      76567
756.50/758.61	c #Conflicts:    1641000 | #Constraints:      77568
756.50/758.61	c #Conflicts:    1642000 | #Constraints:      78568
756.50/758.61	c #Conflicts:    1643000 | #Constraints:      79570
756.50/758.61	c #Conflicts:    1644000 | #Constraints:      80573
756.50/758.61	c #Conflicts:    1645000 | #Constraints:      81573
756.50/758.61	c #Conflicts:    1646000 | #Constraints:      82574
756.50/758.61	c #Conflicts:    1647000 | #Constraints:      83576
756.50/758.61	c #Conflicts:    1648000 | #Constraints:      84576
756.50/758.61	c #Conflicts:    1649000 | #Constraints:      85578
756.50/758.61	c #Conflicts:    1650000 | #Constraints:      86579
756.50/758.61	c #Conflicts:    1651000 | #Constraints:      87579
756.50/758.61	c #Conflicts:    1652000 | #Constraints:      88580
756.50/758.61	c #Conflicts:    1653000 | #Constraints:      89581
756.50/758.61	c #Conflicts:    1654000 | #Constraints:      90582
818.04/820.35	c #Conflicts:    1655000 | #Constraints:      91584
818.04/820.35	c #Conflicts:    1656000 | #Constraints:      92584
818.04/820.35	c #Conflicts:    1657000 | #Constraints:      93587
818.04/820.35	c #Conflicts:    1658000 | #Constraints:      94589
818.04/820.35	c #Conflicts:    1659000 | #Constraints:      95604
818.04/820.35	c #Conflicts:    1660000 | #Constraints:      96607
818.04/820.35	c #Conflicts:    1661000 | #Constraints:      97609
818.04/820.35	c #Conflicts:    1662000 | #Constraints:      98609
818.04/820.35	c #Conflicts:    1663000 | #Constraints:      99609
818.04/820.35	c #Conflicts:    1664000 | #Constraints:     100609
818.04/820.35	c #Conflicts:    1665000 | #Constraints:     101609
818.04/820.35	c #Conflicts:    1666000 | #Constraints:     102609
818.04/820.35	c #Conflicts:    1667000 | #Constraints:     103610
818.04/820.35	c #Conflicts:    1668000 | #Constraints:     104610
818.04/820.35	c #Conflicts:    1669000 | #Constraints:     105610
818.04/820.35	c #Conflicts:    1670000 | #Constraints:     106610
818.04/820.35	c #Conflicts:    1671000 | #Constraints:     107610
818.04/820.35	c #Conflicts:    1672000 | #Constraints:     108610
818.04/820.35	c #Conflicts:    1673000 | #Constraints:     109611
818.04/820.35	c #Conflicts:    1674000 | #Constraints:     110611
818.04/820.35	c #Conflicts:    1675000 | #Constraints:     111612
818.04/820.35	c #Conflicts:    1676000 | #Constraints:     112612
818.04/820.35	c #Conflicts:    1677000 | #Constraints:     113612
818.04/820.35	c #Conflicts:    1678000 | #Constraints:     114613
818.04/820.35	c #Conflicts:    1679000 | #Constraints:     115614
818.04/820.35	c #Conflicts:    1680000 | #Constraints:     116616
818.04/820.35	c #Conflicts:    1681000 | #Constraints:     117617
818.04/820.35	c #Conflicts:    1682000 | #Constraints:     118617
818.04/820.35	c #Conflicts:    1683000 | #Constraints:     119618
818.04/820.35	c #Conflicts:    1684000 | #Constraints:     120622
818.04/820.35	c #Conflicts:    1685000 | #Constraints:     121624
818.04/820.35	c #Conflicts:    1686000 | #Constraints:     122625
818.04/820.35	c #Conflicts:    1687000 | #Constraints:     123626
818.04/820.35	c #Conflicts:    1688000 | #Constraints:     124626
818.04/820.35	c #Conflicts:    1689000 | #Constraints:     125628
818.04/820.35	c #Conflicts:    1690000 | #Constraints:     126630
818.04/820.35	c #Conflicts:    1691000 | #Constraints:     127631
818.04/820.35	c #Conflicts:    1692000 | #Constraints:     128632
818.04/820.35	c #Conflicts:    1693000 | #Constraints:     129633
818.04/820.35	c #Conflicts:    1694000 | #Constraints:     130634
818.04/820.35	c #Conflicts:    1695000 | #Constraints:     131635
818.04/820.35	c #Conflicts:    1696000 | #Constraints:     132636
818.04/820.35	c #Conflicts:    1697000 | #Constraints:     133638
818.04/820.35	c #Conflicts:    1698000 | #Constraints:     134639
818.04/820.35	c #Conflicts:    1699000 | #Constraints:     135640
818.04/820.35	c #Conflicts:    1700000 | #Constraints:     136640
818.04/820.35	c #Conflicts:    1701000 | #Constraints:     137642
818.04/820.35	c #Conflicts:    1702000 | #Constraints:     138646
818.04/820.35	c #Conflicts:    1703000 | #Constraints:     139649
818.04/820.35	c #Conflicts:    1704000 | #Constraints:     140652
818.04/820.35	c #Conflicts:    1705000 | #Constraints:     141659
818.04/820.35	c INPROCESSING
818.04/820.35	c GARBAGE COLLECT
818.04/820.35	c #Conflicts:    1706000 | #Constraints:      73897
818.04/820.35	c #Conflicts:    1707000 | #Constraints:      74899
818.04/820.35	c #Conflicts:    1708000 | #Constraints:      75901
818.04/820.35	c #Conflicts:    1709000 | #Constraints:      76902
818.04/820.35	c #Conflicts:    1710000 | #Constraints:      77903
818.04/820.35	c #Conflicts:    1711000 | #Constraints:      78904
818.04/820.35	c #Conflicts:    1712000 | #Constraints:      79904
818.04/820.35	c #Conflicts:    1713000 | #Constraints:      80905
818.04/820.35	c #Conflicts:    1714000 | #Constraints:      81905
818.04/820.35	c #Conflicts:    1715000 | #Constraints:      82906
818.04/820.35	c #Conflicts:    1716000 | #Constraints:      83907
818.04/820.35	c #Conflicts:    1717000 | #Constraints:      84908
818.04/820.35	c #Conflicts:    1718000 | #Constraints:      85910
818.04/820.35	c #Conflicts:    1719000 | #Constraints:      86910
818.04/820.35	c #Conflicts:    1720000 | #Constraints:      87911
818.04/820.35	c #Conflicts:    1721000 | #Constraints:      88913
818.04/820.35	c #Conflicts:    1722000 | #Constraints:      89913
818.04/820.35	c #Conflicts:    1723000 | #Constraints:      90917
818.04/820.35	c #Conflicts:    1724000 | #Constraints:      91918
818.04/820.35	c #Conflicts:    1725000 | #Constraints:      92922
818.04/820.35	c #Conflicts:    1726000 | #Constraints:      93923
818.04/820.35	c #Conflicts:    1727000 | #Constraints:      94925
818.04/820.35	c #Conflicts:    1728000 | #Constraints:      95926
818.04/820.35	c #Conflicts:    1729000 | #Constraints:      96929
818.04/820.35	c #Conflicts:    1730000 | #Constraints:      97929
818.04/820.35	c #Conflicts:    1731000 | #Constraints:      98929
818.04/820.35	c #Conflicts:    1732000 | #Constraints:      99929
849.26/851.66	c #Conflicts:    1733000 | #Constraints:     100929
849.26/851.66	c INPROCESSING
849.26/851.66	c GARBAGE COLLECT
849.26/851.66	c #Conflicts:    1734000 | #Constraints:      53351
849.26/851.66	c #Conflicts:    1735000 | #Constraints:      54351
849.26/851.66	c #Conflicts:    1736000 | #Constraints:      55351
849.26/851.66	c #Conflicts:    1737000 | #Constraints:      56353
849.26/851.66	c #Conflicts:    1738000 | #Constraints:      57354
849.26/851.66	c #Conflicts:    1739000 | #Constraints:      58356
849.26/851.66	c #Conflicts:    1740000 | #Constraints:      59364
849.26/851.66	c #Conflicts:    1741000 | #Constraints:      60366
849.26/851.66	c #Conflicts:    1742000 | #Constraints:      61369
849.26/851.66	c #Conflicts:    1743000 | #Constraints:      62371
849.26/851.66	c #Conflicts:    1744000 | #Constraints:      63374
849.26/851.66	c #Conflicts:    1745000 | #Constraints:      64374
849.26/851.66	c #Conflicts:    1746000 | #Constraints:      65374
849.26/851.66	c #Conflicts:    1747000 | #Constraints:      66375
849.26/851.66	c #Conflicts:    1748000 | #Constraints:      67376
849.26/851.66	c #Conflicts:    1749000 | #Constraints:      68377
849.26/851.66	c #Conflicts:    1750000 | #Constraints:      69378
849.26/851.66	c #Conflicts:    1751000 | #Constraints:      70378
849.26/851.66	c #Conflicts:    1752000 | #Constraints:      71378
849.26/851.66	c #Conflicts:    1753000 | #Constraints:      72379
849.26/851.66	c #Conflicts:    1754000 | #Constraints:      73380
849.26/851.66	c #Conflicts:    1755000 | #Constraints:      74381
849.26/851.66	c #Conflicts:    1756000 | #Constraints:      75382
849.26/851.66	c #Conflicts:    1757000 | #Constraints:      76382
849.26/851.66	c #Conflicts:    1758000 | #Constraints:      77382
849.26/851.66	c #Conflicts:    1759000 | #Constraints:      78382
849.26/851.66	c #Conflicts:    1760000 | #Constraints:      79382
849.26/851.66	c #Conflicts:    1761000 | #Constraints:      80382
849.26/851.66	c #Conflicts:    1762000 | #Constraints:      81382
849.26/851.66	c INPROCESSING
849.26/851.66	c GARBAGE COLLECT
849.26/851.66	c #Conflicts:    1763000 | #Constraints:      43760
849.26/851.66	c #Conflicts:    1764000 | #Constraints:      44760
849.26/851.66	c #Conflicts:    1765000 | #Constraints:      45760
849.26/851.66	c #Conflicts:    1766000 | #Constraints:      46762
849.26/851.66	c #Conflicts:    1767000 | #Constraints:      47762
849.26/851.66	c #Conflicts:    1768000 | #Constraints:      48762
849.26/851.66	c #Conflicts:    1769000 | #Constraints:      49762
849.26/851.66	c #Conflicts:    1770000 | #Constraints:      50762
849.26/851.66	c #Conflicts:    1771000 | #Constraints:      51762
849.26/851.66	c #Conflicts:    1772000 | #Constraints:      52762
849.26/851.66	c #Conflicts:    1773000 | #Constraints:      53762
849.26/851.66	c #Conflicts:    1774000 | #Constraints:      54762
849.26/851.66	c #Conflicts:    1775000 | #Constraints:      55762
849.26/851.66	c #Conflicts:    1776000 | #Constraints:      56762
849.26/851.66	c #Conflicts:    1777000 | #Constraints:      57762
849.26/851.66	c #Conflicts:    1778000 | #Constraints:      58762
849.26/851.66	c #Conflicts:    1779000 | #Constraints:      59762
849.26/851.66	c #Conflicts:    1780000 | #Constraints:      60763
849.26/851.66	c #Conflicts:    1781000 | #Constraints:      61763
849.26/851.66	c #Conflicts:    1782000 | #Constraints:      62764
849.26/851.66	c #Conflicts:    1783000 | #Constraints:      63764
849.26/851.66	c #Conflicts:    1784000 | #Constraints:      64765
849.26/851.66	c #Conflicts:    1785000 | #Constraints:      65765
849.26/851.66	c #Conflicts:    1786000 | #Constraints:      66766
849.26/851.66	c #Conflicts:    1787000 | #Constraints:      67775
849.26/851.66	c #Conflicts:    1788000 | #Constraints:      68786
849.26/851.66	c #Conflicts:    1789000 | #Constraints:      69787
849.26/851.66	c #Conflicts:    1790000 | #Constraints:      70789
849.26/851.66	c #Conflicts:    1791000 | #Constraints:      71790
849.26/851.66	c INPROCESSING
849.26/851.66	c GARBAGE COLLECT
849.26/851.66	c #Conflicts:    1792000 | #Constraints:      39073
849.26/851.66	c #Conflicts:    1793000 | #Constraints:      40076
849.26/851.66	c #Conflicts:    1794000 | #Constraints:      41078
849.26/851.66	c #Conflicts:    1795000 | #Constraints:      42079
849.26/851.66	c #Conflicts:    1796000 | #Constraints:      43080
849.26/851.66	c #Conflicts:    1797000 | #Constraints:      44080
849.26/851.66	c #Conflicts:    1798000 | #Constraints:      45082
849.26/851.66	c #Conflicts:    1799000 | #Constraints:      46084
849.26/851.66	c #Conflicts:    1800000 | #Constraints:      47084
849.26/851.66	c #Conflicts:    1801000 | #Constraints:      48086
849.26/851.66	c #Conflicts:    1802000 | #Constraints:      49087
849.26/851.66	c #Conflicts:    1803000 | #Constraints:      50088
849.26/851.66	c #Conflicts:    1804000 | #Constraints:      51088
849.26/851.66	c #Conflicts:    1805000 | #Constraints:      52091
849.26/851.66	c #Conflicts:    1806000 | #Constraints:      53094
849.26/851.66	c #Conflicts:    1807000 | #Constraints:      54097
849.26/851.66	c #Conflicts:    1808000 | #Constraints:      55103
849.26/851.66	c #Conflicts:    1809000 | #Constraints:      56104
914.61/917.19	c #Conflicts:    1810000 | #Constraints:      57105
914.61/917.19	c #Conflicts:    1811000 | #Constraints:      58106
914.61/917.19	c #Conflicts:    1812000 | #Constraints:      59107
914.61/917.19	c #Conflicts:    1813000 | #Constraints:      60108
914.61/917.19	c #Conflicts:    1814000 | #Constraints:      61108
914.61/917.19	c #Conflicts:    1815000 | #Constraints:      62109
914.61/917.19	c #Conflicts:    1816000 | #Constraints:      63109
914.61/917.19	c #Conflicts:    1817000 | #Constraints:      64110
914.61/917.19	c #Conflicts:    1818000 | #Constraints:      65110
914.61/917.19	c #Conflicts:    1819000 | #Constraints:      66111
914.61/917.19	c #Conflicts:    1820000 | #Constraints:      67112
914.61/917.19	c #Conflicts:    1821000 | #Constraints:      68113
914.61/917.19	c #Conflicts:    1822000 | #Constraints:      69114
914.61/917.19	c #Conflicts:    1823000 | #Constraints:      70117
914.61/917.19	c #Conflicts:    1824000 | #Constraints:      71122
914.61/917.19	c #Conflicts:    1825000 | #Constraints:      72122
914.61/917.19	c #Conflicts:    1826000 | #Constraints:      73126
914.61/917.19	c #Conflicts:    1827000 | #Constraints:      74126
914.61/917.19	c #Conflicts:    1828000 | #Constraints:      75128
914.61/917.19	c #Conflicts:    1829000 | #Constraints:      76129
914.61/917.19	c #Conflicts:    1830000 | #Constraints:      77135
914.61/917.19	c #Conflicts:    1831000 | #Constraints:      78158
914.61/917.19	c #Conflicts:    1832000 | #Constraints:      79161
914.61/917.19	c #Conflicts:    1833000 | #Constraints:      80167
914.61/917.19	c #Conflicts:    1834000 | #Constraints:      81177
914.61/917.19	c #Conflicts:    1835000 | #Constraints:      82177
914.61/917.19	c #Conflicts:    1836000 | #Constraints:      83180
914.61/917.19	c #Conflicts:    1837000 | #Constraints:      84181
914.61/917.19	c #Conflicts:    1838000 | #Constraints:      85183
914.61/917.19	c #Conflicts:    1839000 | #Constraints:      86184
914.61/917.19	c #Conflicts:    1840000 | #Constraints:      87191
914.61/917.19	c #Conflicts:    1841000 | #Constraints:      88197
914.61/917.19	c #Conflicts:    1842000 | #Constraints:      89210
914.61/917.19	c #Conflicts:    1843000 | #Constraints:      90218
914.61/917.19	c #Conflicts:    1844000 | #Constraints:      91226
914.61/917.19	c #Conflicts:    1845000 | #Constraints:      92228
914.61/917.19	c #Conflicts:    1846000 | #Constraints:      93233
914.61/917.19	c #Conflicts:    1847000 | #Constraints:      94233
914.61/917.19	c #Conflicts:    1848000 | #Constraints:      95234
914.61/917.19	c #Conflicts:    1849000 | #Constraints:      96234
914.61/917.19	c #Conflicts:    1850000 | #Constraints:      97235
914.61/917.19	c #Conflicts:    1851000 | #Constraints:      98238
914.61/917.19	c #Conflicts:    1852000 | #Constraints:      99242
914.61/917.19	c #Conflicts:    1853000 | #Constraints:     100245
914.61/917.19	c #Conflicts:    1854000 | #Constraints:     101259
914.61/917.19	c #Conflicts:    1855000 | #Constraints:     102267
914.61/917.19	c #Conflicts:    1856000 | #Constraints:     103275
914.61/917.19	c #Conflicts:    1857000 | #Constraints:     104279
914.61/917.19	c #Conflicts:    1858000 | #Constraints:     105283
914.61/917.19	c #Conflicts:    1859000 | #Constraints:     106292
914.61/917.19	c #Conflicts:    1860000 | #Constraints:     107293
914.61/917.19	c #Conflicts:    1861000 | #Constraints:     108293
914.61/917.19	c #Conflicts:    1862000 | #Constraints:     109294
914.61/917.19	c #Conflicts:    1863000 | #Constraints:     110294
914.61/917.19	c #Conflicts:    1864000 | #Constraints:     111294
914.61/917.19	c #Conflicts:    1865000 | #Constraints:     112294
914.61/917.19	c #Conflicts:    1866000 | #Constraints:     113295
914.61/917.19	c #Conflicts:    1867000 | #Constraints:     114296
914.61/917.19	c #Conflicts:    1868000 | #Constraints:     115298
914.61/917.19	c #Conflicts:    1869000 | #Constraints:     116303
914.61/917.19	c #Conflicts:    1870000 | #Constraints:     117305
914.61/917.19	c #Conflicts:    1871000 | #Constraints:     118314
914.61/917.19	c #Conflicts:    1872000 | #Constraints:     119319
914.61/917.19	c #Conflicts:    1873000 | #Constraints:     120319
914.61/917.19	c #Conflicts:    1874000 | #Constraints:     121320
914.61/917.19	c #Conflicts:    1875000 | #Constraints:     122320
914.61/917.19	c #Conflicts:    1876000 | #Constraints:     123321
914.61/917.19	c #Conflicts:    1877000 | #Constraints:     124324
914.61/917.19	c #Conflicts:    1878000 | #Constraints:     125324
914.61/917.19	c #Conflicts:    1879000 | #Constraints:     126325
914.61/917.19	c #Conflicts:    1880000 | #Constraints:     127329
914.61/917.19	c #Conflicts:    1881000 | #Constraints:     128330
914.61/917.19	c #Conflicts:    1882000 | #Constraints:     129330
914.61/917.19	c #Conflicts:    1883000 | #Constraints:     130330
914.61/917.19	c #Conflicts:    1884000 | #Constraints:     131332
914.61/917.19	c #Conflicts:    1885000 | #Constraints:     132332
914.61/917.19	c #Conflicts:    1886000 | #Constraints:     133333
914.61/917.19	c #Conflicts:    1887000 | #Constraints:     134334
914.61/917.19	c #Conflicts:    1888000 | #Constraints:     135334
967.36/970.06	c #Conflicts:    1889000 | #Constraints:     136335
967.36/970.06	c #Conflicts:    1890000 | #Constraints:     137335
967.36/970.06	c #Conflicts:    1891000 | #Constraints:     138336
967.36/970.06	c #Conflicts:    1892000 | #Constraints:     139337
967.36/970.06	c #Conflicts:    1893000 | #Constraints:     140337
967.36/970.06	c #Conflicts:    1894000 | #Constraints:     141338
967.36/970.06	c #Conflicts:    1895000 | #Constraints:     142339
967.36/970.06	c #Conflicts:    1896000 | #Constraints:     143343
967.36/970.06	c #Conflicts:    1897000 | #Constraints:     144344
967.36/970.06	c #Conflicts:    1898000 | #Constraints:     145345
967.36/970.06	c #Conflicts:    1899000 | #Constraints:     146347
967.36/970.06	c #Conflicts:    1900000 | #Constraints:     147348
967.36/970.06	c #Conflicts:    1901000 | #Constraints:     148348
967.36/970.06	c INPROCESSING
967.36/970.06	c GARBAGE COLLECT
967.36/970.06	c #Conflicts:    1902000 | #Constraints:      76893
967.36/970.06	c #Conflicts:    1903000 | #Constraints:      77894
967.36/970.06	c #Conflicts:    1904000 | #Constraints:      78895
967.36/970.06	c #Conflicts:    1905000 | #Constraints:      79896
967.36/970.06	c #Conflicts:    1906000 | #Constraints:      80898
967.36/970.06	c #Conflicts:    1907000 | #Constraints:      81898
967.36/970.06	c #Conflicts:    1908000 | #Constraints:      82899
967.36/970.06	c #Conflicts:    1909000 | #Constraints:      83901
967.36/970.06	c #Conflicts:    1910000 | #Constraints:      84940
967.36/970.06	c #Conflicts:    1911000 | #Constraints:      85941
967.36/970.06	c #Conflicts:    1912000 | #Constraints:      86942
967.36/970.06	c #Conflicts:    1913000 | #Constraints:      87942
967.36/970.06	c #Conflicts:    1914000 | #Constraints:      88944
967.36/970.06	c #Conflicts:    1915000 | #Constraints:      89955
967.36/970.06	c #Conflicts:    1916000 | #Constraints:      90978
967.36/970.06	c #Conflicts:    1917000 | #Constraints:      91985
967.36/970.06	c #Conflicts:    1918000 | #Constraints:      92987
967.36/970.06	c #Conflicts:    1919000 | #Constraints:      93988
967.36/970.06	c #Conflicts:    1920000 | #Constraints:      94988
967.36/970.06	c #Conflicts:    1921000 | #Constraints:      95988
967.36/970.06	c #Conflicts:    1922000 | #Constraints:      96989
967.36/970.06	c #Conflicts:    1923000 | #Constraints:      97990
967.36/970.06	c #Conflicts:    1924000 | #Constraints:      98992
967.36/970.06	c #Conflicts:    1925000 | #Constraints:      99993
967.36/970.06	c #Conflicts:    1926000 | #Constraints:     100994
967.36/970.06	c #Conflicts:    1927000 | #Constraints:     101994
967.36/970.06	c #Conflicts:    1928000 | #Constraints:     102995
967.36/970.06	c #Conflicts:    1929000 | #Constraints:     103996
967.36/970.06	c #Conflicts:    1930000 | #Constraints:     104999
967.36/970.06	c #Conflicts:    1931000 | #Constraints:     105999
967.36/970.06	c #Conflicts:    1932000 | #Constraints:     107000
967.36/970.06	c INPROCESSING
967.36/970.06	c GARBAGE COLLECT
967.36/970.06	c #Conflicts:    1933000 | #Constraints:      56665
967.36/970.06	c #Conflicts:    1934000 | #Constraints:      57667
967.36/970.06	c #Conflicts:    1935000 | #Constraints:      58670
967.36/970.06	c #Conflicts:    1936000 | #Constraints:      59675
967.36/970.06	c #Conflicts:    1937000 | #Constraints:      60676
967.36/970.06	c #Conflicts:    1938000 | #Constraints:      61678
967.36/970.06	c #Conflicts:    1939000 | #Constraints:      62679
967.36/970.06	c #Conflicts:    1940000 | #Constraints:      63680
967.36/970.06	c #Conflicts:    1941000 | #Constraints:      64681
967.36/970.06	c #Conflicts:    1942000 | #Constraints:      65682
967.36/970.06	c #Conflicts:    1943000 | #Constraints:      66682
967.36/970.06	c #Conflicts:    1944000 | #Constraints:      67682
967.36/970.06	c #Conflicts:    1945000 | #Constraints:      68683
967.36/970.06	c #Conflicts:    1946000 | #Constraints:      69684
967.36/970.06	c #Conflicts:    1947000 | #Constraints:      70684
967.36/970.06	c #Conflicts:    1948000 | #Constraints:      71685
967.36/970.06	c #Conflicts:    1949000 | #Constraints:      72685
967.36/970.06	c #Conflicts:    1950000 | #Constraints:      73685
967.36/970.06	c #Conflicts:    1951000 | #Constraints:      74685
967.36/970.06	c #Conflicts:    1952000 | #Constraints:      75685
967.36/970.06	c #Conflicts:    1953000 | #Constraints:      76686
967.36/970.06	c #Conflicts:    1954000 | #Constraints:      77686
967.36/970.06	c #Conflicts:    1955000 | #Constraints:      78687
967.36/970.06	c #Conflicts:    1956000 | #Constraints:      79690
967.36/970.06	c #Conflicts:    1957000 | #Constraints:      80691
967.36/970.06	c #Conflicts:    1958000 | #Constraints:      81705
967.36/970.06	c #Conflicts:    1959000 | #Constraints:      82705
967.36/970.06	c #Conflicts:    1960000 | #Constraints:      83705
967.36/970.06	c #Conflicts:    1961000 | #Constraints:      84705
967.36/970.06	c #Conflicts:    1962000 | #Constraints:      85708
967.36/970.06	c INPROCESSING
967.36/970.06	c GARBAGE COLLECT
967.36/970.06	c #Conflicts:    1963000 | #Constraints:      45872
967.36/970.06	c #Conflicts:    1964000 | #Constraints:      46877
967.36/970.06	c #Conflicts:    1965000 | #Constraints:      47880
1003.97/1006.79	c #Conflicts:    1966000 | #Constraints:      48881
1003.97/1006.79	c #Conflicts:    1967000 | #Constraints:      49882
1003.97/1006.79	c #Conflicts:    1968000 | #Constraints:      50882
1003.97/1006.79	c #Conflicts:    1969000 | #Constraints:      51882
1003.97/1006.79	c #Conflicts:    1970000 | #Constraints:      52882
1003.97/1006.79	c #Conflicts:    1971000 | #Constraints:      53883
1003.97/1006.79	c #Conflicts:    1972000 | #Constraints:      54883
1003.97/1006.79	c #Conflicts:    1973000 | #Constraints:      55883
1003.97/1006.79	c #Conflicts:    1974000 | #Constraints:      56883
1003.97/1006.79	c #Conflicts:    1975000 | #Constraints:      57884
1003.97/1006.79	c #Conflicts:    1976000 | #Constraints:      58884
1003.97/1006.79	c #Conflicts:    1977000 | #Constraints:      59884
1003.97/1006.79	c #Conflicts:    1978000 | #Constraints:      60884
1003.97/1006.79	c #Conflicts:    1979000 | #Constraints:      61885
1003.97/1006.79	c #Conflicts:    1980000 | #Constraints:      62888
1003.97/1006.79	c #Conflicts:    1981000 | #Constraints:      63890
1003.97/1006.79	c #Conflicts:    1982000 | #Constraints:      64890
1003.97/1006.79	c #Conflicts:    1983000 | #Constraints:      65891
1003.97/1006.79	c #Conflicts:    1984000 | #Constraints:      66892
1003.97/1006.79	c #Conflicts:    1985000 | #Constraints:      67893
1003.97/1006.79	c #Conflicts:    1986000 | #Constraints:      68893
1003.97/1006.79	c #Conflicts:    1987000 | #Constraints:      69894
1003.97/1006.79	c #Conflicts:    1988000 | #Constraints:      70895
1003.97/1006.79	c #Conflicts:    1989000 | #Constraints:      71895
1003.97/1006.79	c #Conflicts:    1990000 | #Constraints:      72896
1003.97/1006.79	c #Conflicts:    1991000 | #Constraints:      73899
1003.97/1006.79	c #Conflicts:    1992000 | #Constraints:      74905
1003.97/1006.79	c INPROCESSING
1003.97/1006.79	c GARBAGE COLLECT
1003.97/1006.79	c #Conflicts:    1993000 | #Constraints:      40226
1003.97/1006.79	c #Conflicts:    1994000 | #Constraints:      41226
1003.97/1006.79	c #Conflicts:    1995000 | #Constraints:      42226
1003.97/1006.79	c #Conflicts:    1996000 | #Constraints:      43226
1003.97/1006.79	c #Conflicts:    1997000 | #Constraints:      44226
1003.97/1006.79	c #Conflicts:    1998000 | #Constraints:      45226
1003.97/1006.79	c #Conflicts:    1999000 | #Constraints:      46227
1003.97/1006.79	c #Conflicts:    2000000 | #Constraints:      47227
1003.97/1006.79	c #Conflicts:    2001000 | #Constraints:      48228
1003.97/1006.79	c #Conflicts:    2002000 | #Constraints:      49228
1003.97/1006.79	c #Conflicts:    2003000 | #Constraints:      50229
1003.97/1006.79	c #Conflicts:    2004000 | #Constraints:      51231
1003.97/1006.79	c #Conflicts:    2005000 | #Constraints:      52232
1003.97/1006.79	c #Conflicts:    2006000 | #Constraints:      53233
1003.97/1006.79	c #Conflicts:    2007000 | #Constraints:      54234
1003.97/1006.79	c #Conflicts:    2008000 | #Constraints:      55235
1003.97/1006.79	c #Conflicts:    2009000 | #Constraints:      56236
1003.97/1006.79	c #Conflicts:    2010000 | #Constraints:      57239
1003.97/1006.79	c #Conflicts:    2011000 | #Constraints:      58239
1003.97/1006.79	c #Conflicts:    2012000 | #Constraints:      59242
1003.97/1006.79	c #Conflicts:    2013000 | #Constraints:      60246
1003.97/1006.79	c #Conflicts:    2014000 | #Constraints:      61246
1003.97/1006.79	c #Conflicts:    2015000 | #Constraints:      62249
1003.97/1006.79	c #Conflicts:    2016000 | #Constraints:      63252
1003.97/1006.79	c #Conflicts:    2017000 | #Constraints:      64282
1003.97/1006.79	c #Conflicts:    2018000 | #Constraints:      65284
1003.97/1006.79	c #Conflicts:    2019000 | #Constraints:      66291
1003.97/1006.79	c #Conflicts:    2020000 | #Constraints:      67296
1003.97/1006.79	c #Conflicts:    2021000 | #Constraints:      68297
1003.97/1006.79	c #Conflicts:    2022000 | #Constraints:      69299
1003.97/1006.79	c #Conflicts:    2023000 | #Constraints:      70301
1003.97/1006.79	c #Conflicts:    2024000 | #Constraints:      71303
1003.97/1006.79	c #Conflicts:    2025000 | #Constraints:      72304
1003.97/1006.79	c #Conflicts:    2026000 | #Constraints:      73305
1003.97/1006.79	c #Conflicts:    2027000 | #Constraints:      74307
1003.97/1006.79	c #Conflicts:    2028000 | #Constraints:      75309
1003.97/1006.79	c #Conflicts:    2029000 | #Constraints:      76311
1003.97/1006.79	c #Conflicts:    2030000 | #Constraints:      77312
1003.97/1006.79	c #Conflicts:    2031000 | #Constraints:      78313
1003.97/1006.79	c #Conflicts:    2032000 | #Constraints:      79313
1003.97/1006.79	c #Conflicts:    2033000 | #Constraints:      80313
1003.97/1006.79	c #Conflicts:    2034000 | #Constraints:      81314
1003.97/1006.79	c #Conflicts:    2035000 | #Constraints:      82314
1003.97/1006.79	c #Conflicts:    2036000 | #Constraints:      83316
1003.97/1006.79	c #Conflicts:    2037000 | #Constraints:      84324
1003.97/1006.79	c #Conflicts:    2038000 | #Constraints:      85327
1003.97/1006.79	c #Conflicts:    2039000 | #Constraints:      86330
1003.97/1006.79	c #Conflicts:    2040000 | #Constraints:      87336
1003.97/1006.79	c #Conflicts:    2041000 | #Constraints:      88342
1003.97/1006.79	c #Conflicts:    2042000 | #Constraints:      89344
1003.97/1006.79	c #Conflicts:    2043000 | #Constraints:      90344
1087.26/1090.21	c #Conflicts:    2044000 | #Constraints:      91346
1087.26/1090.21	c #Conflicts:    2045000 | #Constraints:      92346
1087.26/1090.21	c #Conflicts:    2046000 | #Constraints:      93347
1087.26/1090.21	c #Conflicts:    2047000 | #Constraints:      94348
1087.26/1090.21	c #Conflicts:    2048000 | #Constraints:      95349
1087.26/1090.21	c #Conflicts:    2049000 | #Constraints:      96350
1087.26/1090.21	c #Conflicts:    2050000 | #Constraints:      97350
1087.26/1090.21	c #Conflicts:    2051000 | #Constraints:      98352
1087.26/1090.21	c #Conflicts:    2052000 | #Constraints:      99352
1087.26/1090.21	c #Conflicts:    2053000 | #Constraints:     100355
1087.26/1090.21	c #Conflicts:    2054000 | #Constraints:     101356
1087.26/1090.21	c #Conflicts:    2055000 | #Constraints:     102357
1087.26/1090.21	c #Conflicts:    2056000 | #Constraints:     103357
1087.26/1090.21	c #Conflicts:    2057000 | #Constraints:     104369
1087.26/1090.21	c #Conflicts:    2058000 | #Constraints:     105374
1087.26/1090.21	c #Conflicts:    2059000 | #Constraints:     106375
1087.26/1090.21	c #Conflicts:    2060000 | #Constraints:     107380
1087.26/1090.21	c #Conflicts:    2061000 | #Constraints:     108393
1087.26/1090.21	c #Conflicts:    2062000 | #Constraints:     109398
1087.26/1090.21	c #Conflicts:    2063000 | #Constraints:     110403
1087.26/1090.21	c #Conflicts:    2064000 | #Constraints:     111408
1087.26/1090.21	c #Conflicts:    2065000 | #Constraints:     112409
1087.26/1090.21	c #Conflicts:    2066000 | #Constraints:     113414
1087.26/1090.21	c #Conflicts:    2067000 | #Constraints:     114417
1087.26/1090.21	c #Conflicts:    2068000 | #Constraints:     115423
1087.26/1090.21	c #Conflicts:    2069000 | #Constraints:     116428
1087.26/1090.21	c #Conflicts:    2070000 | #Constraints:     117437
1087.26/1090.21	c #Conflicts:    2071000 | #Constraints:     118441
1087.26/1090.21	c #Conflicts:    2072000 | #Constraints:     119446
1087.26/1090.21	c #Conflicts:    2073000 | #Constraints:     120459
1087.26/1090.21	c #Conflicts:    2074000 | #Constraints:     121486
1087.26/1090.21	c #Conflicts:    2075000 | #Constraints:     122503
1087.26/1090.21	c #Conflicts:    2076000 | #Constraints:     123531
1087.26/1090.21	c #Conflicts:    2077000 | #Constraints:     124543
1087.26/1090.21	c #Conflicts:    2078000 | #Constraints:     125543
1087.26/1090.21	c #Conflicts:    2079000 | #Constraints:     126543
1087.26/1090.21	c #Conflicts:    2080000 | #Constraints:     127544
1087.26/1090.21	c #Conflicts:    2081000 | #Constraints:     128544
1087.26/1090.21	c #Conflicts:    2082000 | #Constraints:     129545
1087.26/1090.21	c #Conflicts:    2083000 | #Constraints:     130548
1087.26/1090.21	c #Conflicts:    2084000 | #Constraints:     131549
1087.26/1090.21	c #Conflicts:    2085000 | #Constraints:     132549
1087.26/1090.21	c #Conflicts:    2086000 | #Constraints:     133552
1087.26/1090.21	c #Conflicts:    2087000 | #Constraints:     134554
1087.26/1090.21	c #Conflicts:    2088000 | #Constraints:     135555
1087.26/1090.21	c #Conflicts:    2089000 | #Constraints:     136555
1087.26/1090.21	c #Conflicts:    2090000 | #Constraints:     137555
1087.26/1090.21	c #Conflicts:    2091000 | #Constraints:     138555
1087.26/1090.21	c #Conflicts:    2092000 | #Constraints:     139555
1087.26/1090.21	c #Conflicts:    2093000 | #Constraints:     140555
1087.26/1090.21	c #Conflicts:    2094000 | #Constraints:     141555
1087.26/1090.21	c #Conflicts:    2095000 | #Constraints:     142555
1087.26/1090.21	c #Conflicts:    2096000 | #Constraints:     143555
1087.26/1090.21	c #Conflicts:    2097000 | #Constraints:     144555
1087.26/1090.21	c #Conflicts:    2098000 | #Constraints:     145555
1087.26/1090.21	c #Conflicts:    2099000 | #Constraints:     146556
1087.26/1090.21	c #Conflicts:    2100000 | #Constraints:     147556
1087.26/1090.21	c #Conflicts:    2101000 | #Constraints:     148556
1087.26/1090.21	c #Conflicts:    2102000 | #Constraints:     149557
1087.26/1090.21	c #Conflicts:    2103000 | #Constraints:     150557
1087.26/1090.21	c #Conflicts:    2104000 | #Constraints:     151558
1087.26/1090.21	c #Conflicts:    2105000 | #Constraints:     152558
1087.26/1090.21	c #Conflicts:    2106000 | #Constraints:     153559
1087.26/1090.21	c #Conflicts:    2107000 | #Constraints:     154561
1087.26/1090.21	c #Conflicts:    2108000 | #Constraints:     155564
1087.26/1090.21	c #Conflicts:    2109000 | #Constraints:     156566
1087.26/1090.21	c INPROCESSING
1087.26/1090.21	c GARBAGE COLLECT
1087.26/1090.21	c #Conflicts:    2110000 | #Constraints:      81464
1087.26/1090.21	c #Conflicts:    2111000 | #Constraints:      82464
1087.26/1090.21	c #Conflicts:    2112000 | #Constraints:      83465
1087.26/1090.21	c #Conflicts:    2113000 | #Constraints:      84468
1087.26/1090.21	c #Conflicts:    2114000 | #Constraints:      85469
1087.26/1090.21	c #Conflicts:    2115000 | #Constraints:      86472
1087.26/1090.21	c #Conflicts:    2116000 | #Constraints:      87474
1087.26/1090.21	c #Conflicts:    2117000 | #Constraints:      88474
1087.26/1090.21	c #Conflicts:    2118000 | #Constraints:      89477
1087.26/1090.21	c #Conflicts:    2119000 | #Constraints:      90477
1087.26/1090.21	c #Conflicts:    2120000 | #Constraints:      91477
1087.26/1090.21	c #Conflicts:    2121000 | #Constraints:      92477
1125.45/1128.51	c #Conflicts:    2122000 | #Constraints:      93477
1125.45/1128.51	c #Conflicts:    2123000 | #Constraints:      94477
1125.45/1128.51	c #Conflicts:    2124000 | #Constraints:      95477
1125.45/1128.51	c #Conflicts:    2125000 | #Constraints:      96477
1125.45/1128.51	c #Conflicts:    2126000 | #Constraints:      97482
1125.45/1128.51	c #Conflicts:    2127000 | #Constraints:      98482
1125.45/1128.51	c #Conflicts:    2128000 | #Constraints:      99484
1125.45/1128.51	c #Conflicts:    2129000 | #Constraints:     100487
1125.45/1128.51	c #Conflicts:    2130000 | #Constraints:     101487
1125.45/1128.51	c #Conflicts:    2131000 | #Constraints:     102490
1125.45/1128.51	c #Conflicts:    2132000 | #Constraints:     103491
1125.45/1128.51	c #Conflicts:    2133000 | #Constraints:     104518
1125.45/1128.51	c #Conflicts:    2134000 | #Constraints:     105522
1125.45/1128.51	c #Conflicts:    2135000 | #Constraints:     106524
1125.45/1128.51	c #Conflicts:    2136000 | #Constraints:     107524
1125.45/1128.51	c #Conflicts:    2137000 | #Constraints:     108525
1125.45/1128.51	c #Conflicts:    2138000 | #Constraints:     109526
1125.45/1128.51	c #Conflicts:    2139000 | #Constraints:     110530
1125.45/1128.51	c #Conflicts:    2140000 | #Constraints:     111538
1125.45/1128.51	c INPROCESSING
1125.45/1128.51	c GARBAGE COLLECT
1125.45/1128.51	c #Conflicts:    2141000 | #Constraints:      58555
1125.45/1128.51	c #Conflicts:    2142000 | #Constraints:      59556
1125.45/1128.51	c #Conflicts:    2143000 | #Constraints:      60557
1125.45/1128.51	c #Conflicts:    2144000 | #Constraints:      61558
1125.45/1128.51	c #Conflicts:    2145000 | #Constraints:      62560
1125.45/1128.51	c #Conflicts:    2146000 | #Constraints:      63561
1125.45/1128.51	c #Conflicts:    2147000 | #Constraints:      64561
1125.45/1128.51	c #Conflicts:    2148000 | #Constraints:      65563
1125.45/1128.51	c #Conflicts:    2149000 | #Constraints:      66566
1125.45/1128.51	c #Conflicts:    2150000 | #Constraints:      67569
1125.45/1128.51	c #Conflicts:    2151000 | #Constraints:      68570
1125.45/1128.51	c #Conflicts:    2152000 | #Constraints:      69575
1125.45/1128.51	c #Conflicts:    2153000 | #Constraints:      70579
1125.45/1128.51	c #Conflicts:    2154000 | #Constraints:      71583
1125.45/1128.51	c #Conflicts:    2155000 | #Constraints:      72584
1125.45/1128.51	c #Conflicts:    2156000 | #Constraints:      73586
1125.45/1128.51	c #Conflicts:    2157000 | #Constraints:      74588
1125.45/1128.51	c #Conflicts:    2158000 | #Constraints:      75588
1125.45/1128.51	c #Conflicts:    2159000 | #Constraints:      76593
1125.45/1128.51	c #Conflicts:    2160000 | #Constraints:      77594
1125.45/1128.51	c #Conflicts:    2161000 | #Constraints:      78597
1125.45/1128.51	c #Conflicts:    2162000 | #Constraints:      79604
1125.45/1128.51	c #Conflicts:    2163000 | #Constraints:      80619
1125.45/1128.51	c #Conflicts:    2164000 | #Constraints:      81629
1125.45/1128.51	c #Conflicts:    2165000 | #Constraints:      82639
1125.45/1128.51	c #Conflicts:    2166000 | #Constraints:      83643
1125.45/1128.51	c #Conflicts:    2167000 | #Constraints:      84652
1125.45/1128.51	c #Conflicts:    2168000 | #Constraints:      85657
1125.45/1128.51	c #Conflicts:    2169000 | #Constraints:      86661
1125.45/1128.51	c #Conflicts:    2170000 | #Constraints:      87667
1125.45/1128.51	c #Conflicts:    2171000 | #Constraints:      88675
1125.45/1128.51	c #Conflicts:    2172000 | #Constraints:      89676
1125.45/1128.51	c INPROCESSING
1125.45/1128.51	c GARBAGE COLLECT
1125.45/1128.51	WSVECS04 Frhs2[6]: 6 -1.35 0 shouldn't be
1125.45/1128.51	WSVECS04 Frhs2[30]: 6 -0.166667 0 shouldn't be
1125.45/1128.51	WSVECS04 Frhs2[32]: 6 0 6 shouldn't be
1125.45/1128.51	WSVECS04 Frhs2[35]: 6 0 8 shouldn't be
1125.45/1128.51	WSVECS04 Frhs2[36]: 6 0 3 shouldn't be
1125.45/1128.51	WSVECS04 Frhs2[46]: 6 -1.66667 0 shouldn't be
1125.45/1128.51	WSVECS04 Frhs2[53]: 6 0 3 shouldn't be
1125.45/1128.51	WSVECS04 Frhs2[54]: 6 0 4.66667 shouldn't be
1125.45/1128.51	WSVECS04 Frhs2[56]: 6 0 4 shouldn't be
1125.45/1128.51	WSVECS04 Frhs2[57]: 6 0 5.53333 shouldn't be
1125.45/1128.51	WSVECS04 Frhs2[63]: 6 0 0.2 shouldn't be
1125.45/1128.51	WSVECS04 Frhs2[64]: 6 0 2.26667 shouldn't be
1125.45/1128.51	WSVECS04 Frhs2[65]: 6 0 2.26667 shouldn't be
1125.45/1128.51	WSVECS04 Frhs2[66]: 6 0 0.2 shouldn't be
1125.45/1128.51	WSVECS04 Frhs2[68]: 6 0 2.26667 shouldn't be
1125.45/1128.51	WSVECS04 Frhs2[69]: 6 -9 0 shouldn't be
1125.45/1128.51	WSVECS04 Frhs2[70]: 6 0 2.26667 shouldn't be
1125.45/1128.51	WSVECS04 Frhs2[76]: 6 -2.06667 0 shouldn't be
1125.45/1128.51	WSVECS04 Frhs2[84]: 6 0 2.06667 shouldn't be
1125.45/1128.51	WSVECS04 Frhs2[85]: 6 0 1.06667 shouldn't be
1125.45/1128.51	WSVECS04 Frhs2[87]: 6 0 2.06667 shouldn't be
1125.45/1128.51	WSVECS04 Frhs2[88]: 6 -1 0 shouldn't be
1125.45/1128.51	WSVECS04 Frhs2[90]: 6 0 2.06667 shouldn't be
1125.45/1128.51	WSVECS04 Frhs2[92]: 6 0 17.9333 shouldn't be
1125.45/1128.51	WSVECS04 Frhs2[103]: 6 0 0.600001 shouldn't be
1125.45/1128.51	WSVECS04 Frhs2[106]: 6 0 0.666667 shouldn't be
1125.45/1128.51	WSVECS04 Frhs2[117]: 6 0 11.0667 shouldn't be
1125.45/1128.51	WSVECS04 Frhs2[130]: 6 -0.666667 0 shouldn't be
1125.45/1128.51	WSVECS04 Frhs2[133]: 6 0 2.53333 shouldn't be
1125.45/1128.51	WSVECS04 Frhs2[140]: 6 0 2.53333 shouldn't be
1125.45/1128.51	WSVECS04 Frhs2[150]: 6 0 0.200001 shouldn't be
1125.45/1128.51	WSVECS04 Frhs2[222]: 6 0 1.93333 shouldn't be
1125.45/1128.51	WSVECS04 Frhs2[242]: 6 -0.200001 0 shouldn't be
1125.45/1128.51	WSVECS04 Frhs2[276]: 6 -1 0 shouldn't be
1125.45/1128.51	WSVECS04 Frhs2[283]: 6 0 4.16667 shouldn't be
1125.45/1128.51	WSVECS04 Frhs2[287]: 6 0 4 shouldn't be
1125.45/1128.51	WSVECS04 Frhs2[301]: 6 0 0.266667 shouldn't be
1125.45/1128.51	WSVECS04 Frhs2[304]: 6 0 1.06667 shouldn't be
1125.45/1128.51	WSVECS04 Frhs2[353]: 6 -1 0 shouldn't be
1125.45/1128.51	WSVECS04 Frhs2[378]: 6 0 0.5 shouldn't be
1125.45/1128.51	WSVECS04 Frhs2[408]: 6 0 0.500001 shouldn't be
1125.45/1128.51	WSVECS04 Frhs2[423]: 6 0 0.5 shouldn't be
1125.45/1128.51	WSVECS04 Frhs2[513]: 6 0 0.5 shouldn't be
1125.45/1128.51	WSVECS04 Frhs2[1215]: 6 -2 0 shouldn't be
1125.45/1128.51	WSVECS04 Frhs2[1223]: 6 -1 0 shouldn't be
1125.45/1128.51	WSVECS04 Frhs2[1284]: 6 -1 0 shouldn't be
1125.45/1128.51	WSVECS04 Frhs2[1285]: 6 -1 0 shouldn't be
1125.45/1128.51	WSVECS04 Frhs2[1293]: 6 -1 0 shouldn't be
1125.45/1128.51	WSVECS04 Frhs2[1325]: 6 -1 0 shouldn't be
1125.45/1128.51	WSVECS04 Frhs2[1328]: 6 -1 0 shouldn't be
1125.45/1128.51	WSVECS04 Frhs2[1332]: 6 -1 0 shouldn't be
1125.45/1128.51	WSVECS04 Frhs2[1333]: 6 -1 0 shouldn't be
1125.45/1128.51	WSVECS04 Frhs2[1336]: 6 -1 0 shouldn't be
1125.45/1128.51	WSVECS04 Frhs2[1354]: 6 -1 0 shouldn't be
1125.45/1128.51	WSVECS04 Frhs2[1357]: 6 -1 0 shouldn't be
1125.45/1128.51	WSVECS04 Frhs2[1383]: 6 -1 0 shouldn't be
1125.45/1128.51	WSVECS04 Frhs2[1392]: 6 -1 0 shouldn't be
1168.74/1172.00	c #Conflicts:    2173000 | #Constraints:      47611
1168.74/1172.00	c #Conflicts:    2174000 | #Constraints:      48611
1168.74/1172.00	c #Conflicts:    2175000 | #Constraints:      49611
1168.74/1172.00	c #Conflicts:    2176000 | #Constraints:      50611
1168.74/1172.00	c #Conflicts:    2177000 | #Constraints:      51611
1168.74/1172.00	c #Conflicts:    2178000 | #Constraints:      52614
1168.74/1172.00	c #Conflicts:    2179000 | #Constraints:      53615
1168.74/1172.00	c #Conflicts:    2180000 | #Constraints:      54619
1168.74/1172.00	c #Conflicts:    2181000 | #Constraints:      55620
1168.74/1172.00	c #Conflicts:    2182000 | #Constraints:      56627
1168.74/1172.00	c #Conflicts:    2183000 | #Constraints:      57634
1168.74/1172.00	c #Conflicts:    2184000 | #Constraints:      58638
1168.74/1172.00	c #Conflicts:    2185000 | #Constraints:      59638
1168.74/1172.00	c #Conflicts:    2186000 | #Constraints:      60646
1168.74/1172.00	c #Conflicts:    2187000 | #Constraints:      61655
1168.74/1172.00	c #Conflicts:    2188000 | #Constraints:      62662
1168.74/1172.00	c #Conflicts:    2189000 | #Constraints:      63667
1168.74/1172.00	c #Conflicts:    2190000 | #Constraints:      64669
1168.74/1172.00	c #Conflicts:    2191000 | #Constraints:      65669
1168.74/1172.00	c #Conflicts:    2192000 | #Constraints:      66669
1168.74/1172.00	c #Conflicts:    2193000 | #Constraints:      67669
1168.74/1172.00	c #Conflicts:    2194000 | #Constraints:      68671
1168.74/1172.00	c #Conflicts:    2195000 | #Constraints:      69673
1168.74/1172.00	c #Conflicts:    2196000 | #Constraints:      70676
1168.74/1172.00	c #Conflicts:    2197000 | #Constraints:      71683
1168.74/1172.00	c #Conflicts:    2198000 | #Constraints:      72685
1168.74/1172.00	c #Conflicts:    2199000 | #Constraints:      73685
1168.74/1172.00	c #Conflicts:    2200000 | #Constraints:      74685
1168.74/1172.00	c #Conflicts:    2201000 | #Constraints:      75685
1168.74/1172.00	c #Conflicts:    2202000 | #Constraints:      76685
1168.74/1172.00	c #Conflicts:    2203000 | #Constraints:      77685
1168.74/1172.00	c #Conflicts:    2204000 | #Constraints:      78685
1168.74/1172.00	c #Conflicts:    2205000 | #Constraints:      79685
1168.74/1172.00	c INPROCESSING
1168.74/1172.00	c GARBAGE COLLECT
1168.74/1172.00	c #Conflicts:    2206000 | #Constraints:      43021
1168.74/1172.00	c #Conflicts:    2207000 | #Constraints:      44021
1168.74/1172.00	c #Conflicts:    2208000 | #Constraints:      45024
1168.74/1172.00	c #Conflicts:    2209000 | #Constraints:      46027
1168.74/1172.00	c #Conflicts:    2210000 | #Constraints:      47028
1168.74/1172.00	c #Conflicts:    2211000 | #Constraints:      48032
1168.74/1172.00	c #Conflicts:    2212000 | #Constraints:      49033
1168.74/1172.00	c #Conflicts:    2213000 | #Constraints:      50035
1168.74/1172.00	c #Conflicts:    2214000 | #Constraints:      51036
1168.74/1172.00	c #Conflicts:    2215000 | #Constraints:      52043
1168.74/1172.00	c #Conflicts:    2216000 | #Constraints:      53043
1168.74/1172.00	c #Conflicts:    2217000 | #Constraints:      54044
1168.74/1172.00	c #Conflicts:    2218000 | #Constraints:      55046
1168.74/1172.00	c #Conflicts:    2219000 | #Constraints:      56047
1168.74/1172.00	c #Conflicts:    2220000 | #Constraints:      57048
1168.74/1172.00	c #Conflicts:    2221000 | #Constraints:      58051
1168.74/1172.00	c #Conflicts:    2222000 | #Constraints:      59052
1168.74/1172.00	c #Conflicts:    2223000 | #Constraints:      60052
1168.74/1172.00	c #Conflicts:    2224000 | #Constraints:      61052
1168.74/1172.00	c #Conflicts:    2225000 | #Constraints:      62052
1168.74/1172.00	c #Conflicts:    2226000 | #Constraints:      63052
1168.74/1172.00	c #Conflicts:    2227000 | #Constraints:      64052
1168.74/1172.00	c #Conflicts:    2228000 | #Constraints:      65052
1168.74/1172.00	c #Conflicts:    2229000 | #Constraints:      66053
1168.74/1172.00	c #Conflicts:    2230000 | #Constraints:      67055
1168.74/1172.00	c #Conflicts:    2231000 | #Constraints:      68060
1168.74/1172.00	c #Conflicts:    2232000 | #Constraints:      69061
1168.74/1172.00	c #Conflicts:    2233000 | #Constraints:      70061
1168.74/1172.00	c #Conflicts:    2234000 | #Constraints:      71064
1168.74/1172.00	c #Conflicts:    2235000 | #Constraints:      72066
1168.74/1172.00	c #Conflicts:    2236000 | #Constraints:      73072
1168.74/1172.00	c #Conflicts:    2237000 | #Constraints:      74074
1168.74/1172.00	c #Conflicts:    2238000 | #Constraints:      75076
1168.74/1172.00	c #Conflicts:    2239000 | #Constraints:      76078
1168.74/1172.00	c #Conflicts:    2240000 | #Constraints:      77082
1168.74/1172.00	c #Conflicts:    2241000 | #Constraints:      78084
1168.74/1172.00	c #Conflicts:    2242000 | #Constraints:      79085
1168.74/1172.00	c #Conflicts:    2243000 | #Constraints:      80087
1168.74/1172.00	c #Conflicts:    2244000 | #Constraints:      81088
1168.74/1172.00	c #Conflicts:    2245000 | #Constraints:      82089
1168.74/1172.00	c #Conflicts:    2246000 | #Constraints:      83092
1168.74/1172.00	c #Conflicts:    2247000 | #Constraints:      84095
1168.74/1172.00	c #Conflicts:    2248000 | #Constraints:      85095
1168.74/1172.00	c #Conflicts:    2249000 | #Constraints:      86098
1168.74/1172.00	c #Conflicts:    2250000 | #Constraints:      87100
1168.74/1172.00	c #Conflicts:    2251000 | #Constraints:      88104
1252.82/1256.25	c #Conflicts:    2252000 | #Constraints:      89107
1252.82/1256.25	c #Conflicts:    2253000 | #Constraints:      90112
1252.82/1256.25	c #Conflicts:    2254000 | #Constraints:      91114
1252.82/1256.25	c #Conflicts:    2255000 | #Constraints:      92126
1252.82/1256.25	c #Conflicts:    2256000 | #Constraints:      93128
1252.82/1256.25	c #Conflicts:    2257000 | #Constraints:      94133
1252.82/1256.25	c #Conflicts:    2258000 | #Constraints:      95139
1252.82/1256.25	c #Conflicts:    2259000 | #Constraints:      96142
1252.82/1256.25	c #Conflicts:    2260000 | #Constraints:      97146
1252.82/1256.25	c #Conflicts:    2261000 | #Constraints:      98147
1252.82/1256.25	c #Conflicts:    2262000 | #Constraints:      99148
1252.82/1256.25	c #Conflicts:    2263000 | #Constraints:     100150
1252.82/1256.25	c #Conflicts:    2264000 | #Constraints:     101151
1252.82/1256.25	c #Conflicts:    2265000 | #Constraints:     102162
1252.82/1256.25	c #Conflicts:    2266000 | #Constraints:     103162
1252.82/1256.25	c #Conflicts:    2267000 | #Constraints:     104166
1252.82/1256.25	c #Conflicts:    2268000 | #Constraints:     105170
1252.82/1256.25	c #Conflicts:    2269000 | #Constraints:     106171
1252.82/1256.25	c #Conflicts:    2270000 | #Constraints:     107177
1252.82/1256.25	c #Conflicts:    2271000 | #Constraints:     108186
1252.82/1256.25	c #Conflicts:    2272000 | #Constraints:     109192
1252.82/1256.25	c #Conflicts:    2273000 | #Constraints:     110207
1252.82/1256.25	c #Conflicts:    2274000 | #Constraints:     111214
1252.82/1256.25	c #Conflicts:    2275000 | #Constraints:     112218
1252.82/1256.25	c #Conflicts:    2276000 | #Constraints:     113219
1252.82/1256.25	c #Conflicts:    2277000 | #Constraints:     114229
1252.82/1256.25	c #Conflicts:    2278000 | #Constraints:     115236
1252.82/1256.25	c #Conflicts:    2279000 | #Constraints:     116238
1252.82/1256.25	c #Conflicts:    2280000 | #Constraints:     117242
1252.82/1256.25	c #Conflicts:    2281000 | #Constraints:     118247
1252.82/1256.25	c #Conflicts:    2282000 | #Constraints:     119251
1252.82/1256.25	c #Conflicts:    2283000 | #Constraints:     120252
1252.82/1256.25	c #Conflicts:    2284000 | #Constraints:     121254
1252.82/1256.25	c #Conflicts:    2285000 | #Constraints:     122254
1252.82/1256.25	c #Conflicts:    2286000 | #Constraints:     123254
1252.82/1256.25	c #Conflicts:    2287000 | #Constraints:     124256
1252.82/1256.25	c #Conflicts:    2288000 | #Constraints:     125258
1252.82/1256.25	c #Conflicts:    2289000 | #Constraints:     126264
1252.82/1256.25	c #Conflicts:    2290000 | #Constraints:     127269
1252.82/1256.25	c #Conflicts:    2291000 | #Constraints:     128278
1252.82/1256.25	c #Conflicts:    2292000 | #Constraints:     129284
1252.82/1256.25	c #Conflicts:    2293000 | #Constraints:     130286
1252.82/1256.25	c #Conflicts:    2294000 | #Constraints:     131292
1252.82/1256.25	c #Conflicts:    2295000 | #Constraints:     132297
1252.82/1256.25	c #Conflicts:    2296000 | #Constraints:     133301
1252.82/1256.25	c #Conflicts:    2297000 | #Constraints:     134308
1252.82/1256.25	c #Conflicts:    2298000 | #Constraints:     135323
1252.82/1256.25	c #Conflicts:    2299000 | #Constraints:     136335
1252.82/1256.25	c #Conflicts:    2300000 | #Constraints:     137348
1252.82/1256.25	c #Conflicts:    2301000 | #Constraints:     138359
1252.82/1256.25	c #Conflicts:    2302000 | #Constraints:     139362
1252.82/1256.25	c #Conflicts:    2303000 | #Constraints:     140362
1252.82/1256.25	c #Conflicts:    2304000 | #Constraints:     141365
1252.82/1256.25	c #Conflicts:    2305000 | #Constraints:     142368
1252.82/1256.25	c #Conflicts:    2306000 | #Constraints:     143474
1252.82/1256.25	c #Conflicts:    2307000 | #Constraints:     144478
1252.82/1256.25	c #Conflicts:    2308000 | #Constraints:     145485
1252.82/1256.25	c #Conflicts:    2309000 | #Constraints:     146492
1252.82/1256.25	c #Conflicts:    2310000 | #Constraints:     147493
1252.82/1256.25	c #Conflicts:    2311000 | #Constraints:     148493
1252.82/1256.25	c #Conflicts:    2312000 | #Constraints:     149494
1252.82/1256.25	c #Conflicts:    2313000 | #Constraints:     150497
1252.82/1256.25	c #Conflicts:    2314000 | #Constraints:     151501
1252.82/1256.25	c #Conflicts:    2315000 | #Constraints:     152512
1252.82/1256.25	c #Conflicts:    2316000 | #Constraints:     153522
1252.82/1256.25	c #Conflicts:    2317000 | #Constraints:     154525
1252.82/1256.25	c #Conflicts:    2318000 | #Constraints:     155529
1252.82/1256.25	c #Conflicts:    2319000 | #Constraints:     156530
1252.82/1256.25	c #Conflicts:    2320000 | #Constraints:     157538
1252.82/1256.25	c #Conflicts:    2321000 | #Constraints:     158546
1252.82/1256.25	c #Conflicts:    2322000 | #Constraints:     159547
1252.82/1256.25	c #Conflicts:    2323000 | #Constraints:     160549
1252.82/1256.25	c #Conflicts:    2324000 | #Constraints:     161556
1252.82/1256.25	c #Conflicts:    2325000 | #Constraints:     162559
1252.82/1256.25	c #Conflicts:    2326000 | #Constraints:     163560
1252.82/1256.25	c INPROCESSING
1252.82/1256.25	c GARBAGE COLLECT
1252.82/1256.25	c #Conflicts:    2327000 | #Constraints:      84711
1252.82/1256.25	c #Conflicts:    2328000 | #Constraints:      85712
1252.82/1256.25	c #Conflicts:    2329000 | #Constraints:      86714
1270.47/1273.91	c #Conflicts:    2330000 | #Constraints:      87714
1270.47/1273.91	c #Conflicts:    2331000 | #Constraints:      88714
1270.47/1273.91	c #Conflicts:    2332000 | #Constraints:      89714
1270.47/1273.91	c #Conflicts:    2333000 | #Constraints:      90714
1270.47/1273.91	c #Conflicts:    2334000 | #Constraints:      91714
1270.47/1273.91	c #Conflicts:    2335000 | #Constraints:      92714
1270.47/1273.91	c #Conflicts:    2336000 | #Constraints:      93714
1270.47/1273.91	c #Conflicts:    2337000 | #Constraints:      94715
1270.47/1273.91	c #Conflicts:    2338000 | #Constraints:      95715
1270.47/1273.91	c #Conflicts:    2339000 | #Constraints:      96715
1270.47/1273.91	c #Conflicts:    2340000 | #Constraints:      97716
1270.47/1273.91	c #Conflicts:    2341000 | #Constraints:      98717
1270.47/1273.91	c #Conflicts:    2342000 | #Constraints:      99718
1270.47/1273.91	c #Conflicts:    2343000 | #Constraints:     100718
1270.47/1273.91	c #Conflicts:    2344000 | #Constraints:     101720
1270.47/1273.91	c #Conflicts:    2345000 | #Constraints:     102724
1270.47/1273.91	c #Conflicts:    2346000 | #Constraints:     103725
1270.47/1273.91	c #Conflicts:    2347000 | #Constraints:     104726
1270.47/1273.91	c #Conflicts:    2348000 | #Constraints:     105729
1270.47/1273.91	c #Conflicts:    2349000 | #Constraints:     106731
1270.47/1273.91	WSVECS04 Frhs2[31]: 6 0 5.00005 shouldn't be
1270.47/1273.91	WSVECS04 Frhs2[105]: 6 0 1.00005 shouldn't be
1270.47/1273.91	WSVECS04 Frhs2[133]: 6 0 826.2 shouldn't be
1270.47/1273.91	WSVECS04 Frhs2[135]: 6 0 275.4 shouldn't be
1270.47/1273.91	WSVECS04 Frhs2[139]: 6 0 139.658 shouldn't be
1270.47/1273.91	WSVECS04 Frhs2[143]: 6 -0.222257 0 shouldn't be
1270.47/1273.91	WSVECS04 Frhs2[145]: 6 0 3.62405 shouldn't be
1270.47/1273.91	WSVECS04 Frhs2[300]: 6 0 2.00002 shouldn't be
1270.47/1273.91	WSVECS04 Frhs2[315]: 6 -0.500055 0 shouldn't be
1270.47/1273.91	WSVECS04 Frhs2[373]: 6 0 1.00007 shouldn't be
1270.47/1273.91	WSVECS04 Frhs2[1218]: 6 -1.00008 0 shouldn't be
1270.47/1273.91	WSVECS04 Frhs2[1224]: 6 -1.00005 0 shouldn't be
1270.47/1273.91	WSVECS04 Frhs2[1325]: 6 -3.00002 0 shouldn't be
1270.47/1273.91	WSVECS04 Frhs2[1354]: 6 -3.2001 0 shouldn't be
1270.47/1273.91	WSVECS04 Frhs2[1383]: 6 -3.00008 0 shouldn't be
1270.47/1273.91	WSVECS04 Frhs2[1390]: 6 -2.00004 0 shouldn't be
1302.29/1305.80	c #Conflicts:    2350000 | #Constraints:     107733
1302.29/1305.80	c #Conflicts:    2351000 | #Constraints:     108733
1302.29/1305.80	c #Conflicts:    2352000 | #Constraints:     109733
1302.29/1305.80	c #Conflicts:    2353000 | #Constraints:     110733
1302.29/1305.80	c #Conflicts:    2354000 | #Constraints:     111733
1302.29/1305.80	c #Conflicts:    2355000 | #Constraints:     112733
1302.29/1305.80	c #Conflicts:    2356000 | #Constraints:     113733
1302.29/1305.80	c #Conflicts:    2357000 | #Constraints:     114733
1302.29/1305.80	c #Conflicts:    2358000 | #Constraints:     115733
1302.29/1305.80	c #Conflicts:    2359000 | #Constraints:     116733
1302.29/1305.80	c #Conflicts:    2360000 | #Constraints:     117733
1302.29/1305.80	c INPROCESSING
1302.29/1305.80	c GARBAGE COLLECT
1302.29/1305.80	c #Conflicts:    2361000 | #Constraints:      62042
1302.29/1305.80	c #Conflicts:    2362000 | #Constraints:      63042
1302.29/1305.80	c #Conflicts:    2363000 | #Constraints:      64042
1302.29/1305.80	c #Conflicts:    2364000 | #Constraints:      65042
1302.29/1305.80	c #Conflicts:    2365000 | #Constraints:      66042
1302.29/1305.80	c #Conflicts:    2366000 | #Constraints:      67042
1302.29/1305.80	c #Conflicts:    2367000 | #Constraints:      68042
1302.29/1305.80	c #Conflicts:    2368000 | #Constraints:      69042
1302.29/1305.80	c #Conflicts:    2369000 | #Constraints:      70042
1302.29/1305.80	c #Conflicts:    2370000 | #Constraints:      71044
1302.29/1305.80	c #Conflicts:    2371000 | #Constraints:      72045
1302.29/1305.80	c #Conflicts:    2372000 | #Constraints:      73045
1302.29/1305.80	c #Conflicts:    2373000 | #Constraints:      74045
1302.29/1305.80	c #Conflicts:    2374000 | #Constraints:      75045
1302.29/1305.80	c #Conflicts:    2375000 | #Constraints:      76045
1302.29/1305.80	c #Conflicts:    2376000 | #Constraints:      77045
1302.29/1305.80	c #Conflicts:    2377000 | #Constraints:      78045
1302.29/1305.80	c #Conflicts:    2378000 | #Constraints:      79045
1302.29/1305.80	c #Conflicts:    2379000 | #Constraints:      80045
1302.29/1305.80	c #Conflicts:    2380000 | #Constraints:      81045
1302.29/1305.80	c #Conflicts:    2381000 | #Constraints:      82045
1302.29/1305.80	c #Conflicts:    2382000 | #Constraints:      83046
1302.29/1305.80	c #Conflicts:    2383000 | #Constraints:      84046
1302.29/1305.80	c #Conflicts:    2384000 | #Constraints:      85047
1302.29/1305.80	c #Conflicts:    2385000 | #Constraints:      86047
1302.29/1305.80	c #Conflicts:    2386000 | #Constraints:      87051
1302.29/1305.80	c #Conflicts:    2387000 | #Constraints:      88055
1302.29/1305.80	c #Conflicts:    2388000 | #Constraints:      89059
1302.29/1305.80	c #Conflicts:    2389000 | #Constraints:      90061
1302.29/1305.80	c #Conflicts:    2390000 | #Constraints:      91063
1302.29/1305.80	c #Conflicts:    2391000 | #Constraints:      92066
1302.29/1305.80	c #Conflicts:    2392000 | #Constraints:      93069
1302.29/1305.80	c #Conflicts:    2393000 | #Constraints:      94071
1302.29/1305.80	c INPROCESSING
1302.29/1305.80	c GARBAGE COLLECT
1302.29/1305.80	WSVECS04 Frhs2[2]: 6 -7296.67 0 shouldn't be
1302.29/1305.80	WSVECS04 Frhs2[4]: 6 0 25775.7 shouldn't be
1302.29/1305.80	WSVECS04 Frhs2[8]: 6 0 18034.3 shouldn't be
1302.29/1305.80	WSVECS04 Frhs2[12]: 6 0 83593.3 shouldn't be
1302.29/1305.80	WSVECS04 Frhs2[13]: 6 -20123.3 0 shouldn't be
1302.29/1305.80	WSVECS04 Frhs2[19]: 6 0 7740.42 shouldn't be
1302.29/1305.80	WSVECS04 Frhs2[20]: 6 -1739.53 0 shouldn't be
1302.29/1305.80	WSVECS04 Frhs2[23]: 6 0 9477.95 shouldn't be
1302.29/1305.80	WSVECS04 Frhs2[27]: 6 0 9477.95 shouldn't be
1302.29/1305.80	WSVECS04 Frhs2[35]: 6 0 5088.58 shouldn't be
1302.29/1305.80	WSVECS04 Frhs2[41]: 6 0 262.833 shouldn't be
1302.29/1305.80	WSVECS04 Frhs2[50]: 6 0 262.833 shouldn't be
1302.29/1305.80	WSVECS04 Frhs2[59]: 6 0 17035.7 shouldn't be
1302.29/1305.80	WSVECS04 Frhs2[92]: 6 0 2 shouldn't be
1302.29/1305.80	WSVECS04 Frhs2[111]: 6 0 4909.92 shouldn't be
1302.29/1305.80	WSVECS04 Frhs2[116]: 6 0 22126.3 shouldn't be
1302.29/1305.80	WSVECS04 Frhs2[117]: 6 0 22126.3 shouldn't be
1302.29/1305.80	WSVECS04 Frhs2[119]: 6 0 22126.3 shouldn't be
1302.29/1305.80	WSVECS04 Frhs2[124]: 6 0 15343 shouldn't be
1302.29/1305.80	WSVECS04 Frhs2[138]: 6 0 3259.25 shouldn't be
1302.29/1305.80	WSVECS04 Frhs2[144]: 6 0 1874.42 shouldn't be
1302.29/1305.80	WSVECS04 Frhs2[156]: 6 -1 0 shouldn't be
1302.29/1305.80	WSVECS04 Frhs2[217]: 6 0 10993.9 shouldn't be
1302.29/1305.80	WSVECS04 Frhs2[228]: 6 0 17024.7 shouldn't be
1302.29/1305.80	WSVECS04 Frhs2[261]: 6 0 0.5 shouldn't be
1302.29/1305.80	WSVECS04 Frhs2[265]: 6 0 0.5 shouldn't be
1302.29/1305.80	WSVECS04 Frhs2[281]: 6 0 5 shouldn't be
1302.29/1305.80	WSVECS04 Frhs2[1230]: 6 -1 0 shouldn't be
1302.29/1305.80	WSVECS04 Frhs2[1246]: 6 -27864.8 0 shouldn't be
1302.29/1305.80	WSVECS04 Frhs2[1248]: 6 -2 0 shouldn't be
1302.29/1305.80	WSVECS04 Frhs2[1302]: 6 -1 0 shouldn't be
1302.29/1305.80	WSVECS04 Frhs2[1308]: 6 -2 0 shouldn't be
1302.29/1305.80	WSVECS04 Frhs2[1326]: 6 -2 0 shouldn't be
1302.39/1305.90	WSVECS04 Frhs2[14]: 6 0 7739.42 shouldn't be
1302.39/1305.90	WSVECS04 Frhs2[37]: 6 0 5088.58 shouldn't be
1302.39/1305.90	WSVECS04 Frhs2[100]: 6 0 1 shouldn't be
1302.39/1305.90	WSVECS04 Frhs2[106]: 6 -1 0 shouldn't be
1302.39/1305.90	WSVECS04 Frhs2[373]: 6 -2 0 shouldn't be
1302.39/1305.90	WSVECS04 Frhs2[1229]: 6 -1 0 shouldn't be
1302.39/1305.90	WSVECS04 Frhs2[1299]: 6 -1 0 shouldn't be
1302.49/1306.01	WSVECS04 Frhs2[36]: 6 0 5087.58 shouldn't be
1302.49/1306.01	WSVECS04 Frhs2[40]: 6 0 5088.58 shouldn't be
1302.49/1306.01	WSVECS04 Frhs2[101]: 6 0 1 shouldn't be
1302.49/1306.01	WSVECS04 Frhs2[218]: 6 0 17027.7 shouldn't be
1302.49/1306.01	WSVECS04 Frhs2[403]: 6 -1 0 shouldn't be
1302.49/1306.01	WSVECS04 Frhs2[868]: 6 0 0.500001 shouldn't be
1302.49/1306.01	WSVECS04 Frhs2[1213]: 6 -1 0 shouldn't be
1302.49/1306.01	WSVECS04 Frhs2[1214]: 6 -1 0 shouldn't be
1302.49/1306.01	WSVECS04 Frhs2[1228]: 6 -1 0 shouldn't be
1302.49/1306.01	WSVECS04 Frhs2[1252]: 6 -2 0 shouldn't be
1340.59/1344.28	c #Conflicts:    2394000 | #Constraints:      49865
1340.59/1344.28	c #Conflicts:    2395000 | #Constraints:      50865
1340.59/1344.28	c #Conflicts:    2396000 | #Constraints:      51865
1340.59/1344.28	c #Conflicts:    2397000 | #Constraints:      52865
1340.59/1344.28	c #Conflicts:    2398000 | #Constraints:      53865
1340.59/1344.28	c #Conflicts:    2399000 | #Constraints:      54865
1340.59/1344.28	c #Conflicts:    2400000 | #Constraints:      55865
1340.59/1344.28	c #Conflicts:    2401000 | #Constraints:      56865
1340.59/1344.28	c #Conflicts:    2402000 | #Constraints:      57865
1340.59/1344.28	c #Conflicts:    2403000 | #Constraints:      58870
1340.59/1344.28	c #Conflicts:    2404000 | #Constraints:      59872
1340.59/1344.28	c #Conflicts:    2405000 | #Constraints:      60875
1340.59/1344.28	c #Conflicts:    2406000 | #Constraints:      61875
1340.59/1344.28	c #Conflicts:    2407000 | #Constraints:      62877
1340.59/1344.28	c #Conflicts:    2408000 | #Constraints:      63879
1340.59/1344.28	c #Conflicts:    2409000 | #Constraints:      64882
1340.59/1344.28	c #Conflicts:    2410000 | #Constraints:      65882
1340.59/1344.28	c #Conflicts:    2411000 | #Constraints:      66886
1340.59/1344.28	c #Conflicts:    2412000 | #Constraints:      67891
1340.59/1344.28	c #Conflicts:    2413000 | #Constraints:      68891
1340.59/1344.28	c #Conflicts:    2414000 | #Constraints:      69891
1340.59/1344.28	c #Conflicts:    2415000 | #Constraints:      70892
1340.59/1344.28	c #Conflicts:    2416000 | #Constraints:      71892
1340.59/1344.28	c #Conflicts:    2417000 | #Constraints:      72892
1340.59/1344.28	c #Conflicts:    2418000 | #Constraints:      73892
1340.59/1344.28	c #Conflicts:    2419000 | #Constraints:      74892
1340.59/1344.28	c #Conflicts:    2420000 | #Constraints:      75892
1340.59/1344.28	c #Conflicts:    2421000 | #Constraints:      76892
1340.59/1344.28	c #Conflicts:    2422000 | #Constraints:      77892
1340.59/1344.28	c #Conflicts:    2423000 | #Constraints:      78892
1340.59/1344.28	c #Conflicts:    2424000 | #Constraints:      79892
1340.59/1344.28	c #Conflicts:    2425000 | #Constraints:      80893
1340.59/1344.28	c #Conflicts:    2426000 | #Constraints:      81893
1340.59/1344.28	c #Conflicts:    2427000 | #Constraints:      82894
1340.59/1344.28	c INPROCESSING
1340.59/1344.28	c GARBAGE COLLECT
1340.59/1344.28	c #Conflicts:    2428000 | #Constraints:      44331
1340.59/1344.28	c #Conflicts:    2429000 | #Constraints:      45334
1340.59/1344.28	c #Conflicts:    2430000 | #Constraints:      46336
1340.59/1344.28	c #Conflicts:    2431000 | #Constraints:      47342
1340.59/1344.28	c #Conflicts:    2432000 | #Constraints:      48346
1340.59/1344.28	c #Conflicts:    2433000 | #Constraints:      49351
1340.59/1344.28	c #Conflicts:    2434000 | #Constraints:      50351
1340.59/1344.28	c #Conflicts:    2435000 | #Constraints:      51351
1340.59/1344.28	c #Conflicts:    2436000 | #Constraints:      52351
1340.59/1344.28	c #Conflicts:    2437000 | #Constraints:      53351
1340.59/1344.28	c #Conflicts:    2438000 | #Constraints:      54351
1340.59/1344.28	c #Conflicts:    2439000 | #Constraints:      55351
1340.59/1344.28	c #Conflicts:    2440000 | #Constraints:      56351
1340.59/1344.28	c #Conflicts:    2441000 | #Constraints:      57352
1340.59/1344.28	c #Conflicts:    2442000 | #Constraints:      58353
1340.59/1344.28	c #Conflicts:    2443000 | #Constraints:      59360
1340.59/1344.28	c #Conflicts:    2444000 | #Constraints:      60361
1340.59/1344.28	c #Conflicts:    2445000 | #Constraints:      61365
1340.59/1344.28	c #Conflicts:    2446000 | #Constraints:      62373
1340.59/1344.28	c #Conflicts:    2447000 | #Constraints:      63374
1340.59/1344.28	c #Conflicts:    2448000 | #Constraints:      64374
1340.59/1344.28	c #Conflicts:    2449000 | #Constraints:      65374
1340.59/1344.28	c #Conflicts:    2450000 | #Constraints:      66374
1340.59/1344.28	c #Conflicts:    2451000 | #Constraints:      67375
1340.59/1344.28	c #Conflicts:    2452000 | #Constraints:      68378
1340.59/1344.28	c #Conflicts:    2453000 | #Constraints:      69381
1340.59/1344.28	c #Conflicts:    2454000 | #Constraints:      70386
1340.59/1344.28	c #Conflicts:    2455000 | #Constraints:      71387
1340.59/1344.28	c #Conflicts:    2456000 | #Constraints:      72387
1340.59/1344.28	c #Conflicts:    2457000 | #Constraints:      73387
1340.59/1344.28	c #Conflicts:    2458000 | #Constraints:      74388
1340.59/1344.28	c #Conflicts:    2459000 | #Constraints:      75390
1340.59/1344.28	c #Conflicts:    2460000 | #Constraints:      76396
1340.59/1344.28	c #Conflicts:    2461000 | #Constraints:      77402
1340.59/1344.28	c #Conflicts:    2462000 | #Constraints:      78404
1340.59/1344.28	c #Conflicts:    2463000 | #Constraints:      79404
1340.59/1344.28	c #Conflicts:    2464000 | #Constraints:      80404
1340.59/1344.28	c #Conflicts:    2465000 | #Constraints:      81405
1340.59/1344.28	c #Conflicts:    2466000 | #Constraints:      82405
1340.59/1344.28	c #Conflicts:    2467000 | #Constraints:      83406
1340.59/1344.28	c #Conflicts:    2468000 | #Constraints:      84406
1340.59/1344.28	c #Conflicts:    2469000 | #Constraints:      85407
1340.59/1344.28	c #Conflicts:    2470000 | #Constraints:      86408
1340.59/1344.28	c #Conflicts:    2471000 | #Constraints:      87410
1340.59/1344.28	c #Conflicts:    2472000 | #Constraints:      88411
1428.97/1432.80	c #Conflicts:    2473000 | #Constraints:      89412
1428.97/1432.80	c #Conflicts:    2474000 | #Constraints:      90412
1428.97/1432.80	c #Conflicts:    2475000 | #Constraints:      91413
1428.97/1432.80	c #Conflicts:    2476000 | #Constraints:      92414
1428.97/1432.80	c #Conflicts:    2477000 | #Constraints:      93414
1428.97/1432.80	c #Conflicts:    2478000 | #Constraints:      94416
1428.97/1432.80	c #Conflicts:    2479000 | #Constraints:      95418
1428.97/1432.80	c #Conflicts:    2480000 | #Constraints:      96418
1428.97/1432.80	c #Conflicts:    2481000 | #Constraints:      97420
1428.97/1432.80	c #Conflicts:    2482000 | #Constraints:      98421
1428.97/1432.80	c #Conflicts:    2483000 | #Constraints:      99422
1428.97/1432.80	c #Conflicts:    2484000 | #Constraints:     100423
1428.97/1432.80	c #Conflicts:    2485000 | #Constraints:     101424
1428.97/1432.80	c #Conflicts:    2486000 | #Constraints:     102426
1428.97/1432.80	c #Conflicts:    2487000 | #Constraints:     103427
1428.97/1432.80	c #Conflicts:    2488000 | #Constraints:     104428
1428.97/1432.80	c #Conflicts:    2489000 | #Constraints:     105430
1428.97/1432.80	c #Conflicts:    2490000 | #Constraints:     106430
1428.97/1432.80	c #Conflicts:    2491000 | #Constraints:     107431
1428.97/1432.80	c #Conflicts:    2492000 | #Constraints:     108431
1428.97/1432.80	c #Conflicts:    2493000 | #Constraints:     109433
1428.97/1432.80	c #Conflicts:    2494000 | #Constraints:     110433
1428.97/1432.80	c #Conflicts:    2495000 | #Constraints:     111434
1428.97/1432.80	c #Conflicts:    2496000 | #Constraints:     112436
1428.97/1432.80	c #Conflicts:    2497000 | #Constraints:     113440
1428.97/1432.80	c #Conflicts:    2498000 | #Constraints:     114441
1428.97/1432.80	c #Conflicts:    2499000 | #Constraints:     115458
1428.97/1432.80	c #Conflicts:    2500000 | #Constraints:     116460
1428.97/1432.80	c #Conflicts:    2501000 | #Constraints:     117461
1428.97/1432.80	c #Conflicts:    2502000 | #Constraints:     118464
1428.97/1432.80	c #Conflicts:    2503000 | #Constraints:     119466
1428.97/1432.80	c #Conflicts:    2504000 | #Constraints:     120480
1428.97/1432.80	c #Conflicts:    2505000 | #Constraints:     121482
1428.97/1432.80	c #Conflicts:    2506000 | #Constraints:     122483
1428.97/1432.80	c #Conflicts:    2507000 | #Constraints:     123484
1428.97/1432.80	c #Conflicts:    2508000 | #Constraints:     124485
1428.97/1432.80	c #Conflicts:    2509000 | #Constraints:     125486
1428.97/1432.80	c #Conflicts:    2510000 | #Constraints:     126488
1428.97/1432.80	c #Conflicts:    2511000 | #Constraints:     127490
1428.97/1432.80	c #Conflicts:    2512000 | #Constraints:     128490
1428.97/1432.80	c #Conflicts:    2513000 | #Constraints:     129492
1428.97/1432.80	c #Conflicts:    2514000 | #Constraints:     130497
1428.97/1432.80	c #Conflicts:    2515000 | #Constraints:     131497
1428.97/1432.80	c #Conflicts:    2516000 | #Constraints:     132498
1428.97/1432.80	c #Conflicts:    2517000 | #Constraints:     133498
1428.97/1432.80	c #Conflicts:    2518000 | #Constraints:     134498
1428.97/1432.80	c #Conflicts:    2519000 | #Constraints:     135498
1428.97/1432.80	c #Conflicts:    2520000 | #Constraints:     136498
1428.97/1432.80	c #Conflicts:    2521000 | #Constraints:     137499
1428.97/1432.80	c #Conflicts:    2522000 | #Constraints:     138499
1428.97/1432.80	c #Conflicts:    2523000 | #Constraints:     139499
1428.97/1432.80	c #Conflicts:    2524000 | #Constraints:     140499
1428.97/1432.80	c #Conflicts:    2525000 | #Constraints:     141499
1428.97/1432.80	c #Conflicts:    2526000 | #Constraints:     142500
1428.97/1432.80	c #Conflicts:    2527000 | #Constraints:     143502
1428.97/1432.80	c #Conflicts:    2528000 | #Constraints:     144504
1428.97/1432.80	c #Conflicts:    2529000 | #Constraints:     145505
1428.97/1432.80	c #Conflicts:    2530000 | #Constraints:     146506
1428.97/1432.80	c #Conflicts:    2531000 | #Constraints:     147506
1428.97/1432.80	c #Conflicts:    2532000 | #Constraints:     148508
1428.97/1432.80	c #Conflicts:    2533000 | #Constraints:     149515
1428.97/1432.80	c #Conflicts:    2534000 | #Constraints:     150520
1428.97/1432.80	c #Conflicts:    2535000 | #Constraints:     151520
1428.97/1432.80	c #Conflicts:    2536000 | #Constraints:     152520
1428.97/1432.80	c #Conflicts:    2537000 | #Constraints:     153521
1428.97/1432.80	c #Conflicts:    2538000 | #Constraints:     154522
1428.97/1432.80	c #Conflicts:    2539000 | #Constraints:     155523
1428.97/1432.80	c #Conflicts:    2540000 | #Constraints:     156524
1428.97/1432.80	c #Conflicts:    2541000 | #Constraints:     157524
1428.97/1432.80	c #Conflicts:    2542000 | #Constraints:     158524
1428.97/1432.80	c #Conflicts:    2543000 | #Constraints:     159527
1428.97/1432.80	c #Conflicts:    2544000 | #Constraints:     160527
1428.97/1432.80	c #Conflicts:    2545000 | #Constraints:     161528
1428.97/1432.80	c #Conflicts:    2546000 | #Constraints:     162529
1428.97/1432.80	c #Conflicts:    2547000 | #Constraints:     163529
1428.97/1432.80	c #Conflicts:    2548000 | #Constraints:     164532
1428.97/1432.80	c #Conflicts:    2549000 | #Constraints:     165533
1428.97/1432.80	c #Conflicts:    2550000 | #Constraints:     166537
1437.95/1441.83	c #Conflicts:    2551000 | #Constraints:     167537
1437.95/1441.83	c #Conflicts:    2552000 | #Constraints:     168538
1437.95/1441.83	c #Conflicts:    2553000 | #Constraints:     169538
1437.95/1441.83	c #Conflicts:    2554000 | #Constraints:     170540
1437.95/1441.83	c INPROCESSING
1437.95/1441.83	c GARBAGE COLLECT
1437.95/1441.83	c #Conflicts:    2555000 | #Constraints:      88250
1437.95/1441.83	c #Conflicts:    2556000 | #Constraints:      89252
1437.95/1441.83	WSVECS04 Frhs2[32]: 6 -35.2664 0 shouldn't be
1437.95/1441.83	WSVECS04 Frhs2[52]: 6 0 105.733 shouldn't be
1437.95/1441.83	WSVECS04 Frhs2[108]: 6 0 1.00007 shouldn't be
1437.95/1441.83	WSVECS04 Frhs2[111]: 6 -80.1673 0 shouldn't be
1437.95/1441.83	WSVECS04 Frhs2[151]: 6 0 18.564 shouldn't be
1437.95/1441.83	WSVECS04 Frhs2[154]: 6 -35.9231 0 shouldn't be
1437.95/1441.83	WSVECS04 Frhs2[176]: 6 -1.00008 0 shouldn't be
1437.95/1441.83	WSVECS04 Frhs2[254]: 6 -1.00008 0 shouldn't be
1437.95/1441.83	WSVECS04 Frhs2[255]: 6 0 1.00009 shouldn't be
1437.95/1441.83	WSVECS04 Frhs2[267]: 6 -1.00004 0 shouldn't be
1437.95/1441.83	WSVECS04 Frhs2[300]: 6 0 5.28824 shouldn't be
1437.95/1441.83	WSVECS04 Frhs2[383]: 6 0 1.00006 shouldn't be
1437.95/1441.83	WSVECS04 Frhs2[423]: 6 0 1.00003 shouldn't be
1437.95/1441.83	WSVECS04 Frhs2[1207]: 6 -1.00001 0 shouldn't be
1437.95/1441.83	WSVECS04 Frhs2[1238]: 6 -4.00001 0 shouldn't be
1437.95/1441.83	WSVECS04 Frhs2[1247]: 6 -42.4851 0 shouldn't be
1437.95/1441.83	WSVECS04 Frhs2[1298]: 6 -1.00003 0 shouldn't be
1437.95/1441.83	WSVECS04 Frhs2[1330]: 6 -2.00002 0 shouldn't be
1437.95/1441.83	WSVECS04 Frhs2[1359]: 6 -2.00004 0 shouldn't be
1437.95/1441.83	WSVECS04 Frhs2[1370]: 6 -1.00004 0 shouldn't be
1437.95/1441.83	WSVECS04 Frhs2[1371]: 6 -2.00005 0 shouldn't be
1437.95/1441.83	WSVECS04 Frhs2[1388]: 6 -2.00002 0 shouldn't be
1437.95/1441.83	WSVECS04 Frhs2[1396]: 6 -2.00002 0 shouldn't be
1485.93/1489.99	c #Conflicts:    2557000 | #Constraints:      90254
1485.93/1489.99	c #Conflicts:    2558000 | #Constraints:      91254
1485.93/1489.99	c #Conflicts:    2559000 | #Constraints:      92254
1485.93/1489.99	c #Conflicts:    2560000 | #Constraints:      93254
1485.93/1489.99	c #Conflicts:    2561000 | #Constraints:      94254
1485.93/1489.99	c #Conflicts:    2562000 | #Constraints:      95254
1485.93/1489.99	c #Conflicts:    2563000 | #Constraints:      96254
1485.93/1489.99	c #Conflicts:    2564000 | #Constraints:      97254
1485.93/1489.99	c #Conflicts:    2565000 | #Constraints:      98254
1485.93/1489.99	c #Conflicts:    2566000 | #Constraints:      99254
1485.93/1489.99	c #Conflicts:    2567000 | #Constraints:     100254
1485.93/1489.99	c #Conflicts:    2568000 | #Constraints:     101254
1485.93/1489.99	c #Conflicts:    2569000 | #Constraints:     102254
1485.93/1489.99	c #Conflicts:    2570000 | #Constraints:     103254
1485.93/1489.99	c #Conflicts:    2571000 | #Constraints:     104254
1485.93/1489.99	c #Conflicts:    2572000 | #Constraints:     105255
1485.93/1489.99	c #Conflicts:    2573000 | #Constraints:     106255
1485.93/1489.99	c #Conflicts:    2574000 | #Constraints:     107255
1485.93/1489.99	c #Conflicts:    2575000 | #Constraints:     108255
1485.93/1489.99	c #Conflicts:    2576000 | #Constraints:     109256
1485.93/1489.99	c #Conflicts:    2577000 | #Constraints:     110256
1485.93/1489.99	c #Conflicts:    2578000 | #Constraints:     111257
1485.93/1489.99	c #Conflicts:    2579000 | #Constraints:     112257
1485.93/1489.99	c #Conflicts:    2580000 | #Constraints:     113258
1485.93/1489.99	c #Conflicts:    2581000 | #Constraints:     114258
1485.93/1489.99	c #Conflicts:    2582000 | #Constraints:     115258
1485.93/1489.99	c #Conflicts:    2583000 | #Constraints:     116259
1485.93/1489.99	c #Conflicts:    2584000 | #Constraints:     117260
1485.93/1489.99	c #Conflicts:    2585000 | #Constraints:     118261
1485.93/1489.99	c #Conflicts:    2586000 | #Constraints:     119261
1485.93/1489.99	c #Conflicts:    2587000 | #Constraints:     120263
1485.93/1489.99	c #Conflicts:    2588000 | #Constraints:     121264
1485.93/1489.99	c #Conflicts:    2589000 | #Constraints:     122265
1485.93/1489.99	c INPROCESSING
1485.93/1489.99	c GARBAGE COLLECT
1485.93/1489.99	c #Conflicts:    2590000 | #Constraints:      64006
1485.93/1489.99	c #Conflicts:    2591000 | #Constraints:      65006
1485.93/1489.99	c #Conflicts:    2592000 | #Constraints:      66007
1485.93/1489.99	c #Conflicts:    2593000 | #Constraints:      67007
1485.93/1489.99	c #Conflicts:    2594000 | #Constraints:      68007
1485.93/1489.99	c #Conflicts:    2595000 | #Constraints:      69007
1485.93/1489.99	c #Conflicts:    2596000 | #Constraints:      70007
1485.93/1489.99	c #Conflicts:    2597000 | #Constraints:      71008
1485.93/1489.99	c #Conflicts:    2598000 | #Constraints:      72009
1485.93/1489.99	c #Conflicts:    2599000 | #Constraints:      73012
1485.93/1489.99	c #Conflicts:    2600000 | #Constraints:      74013
1485.93/1489.99	c #Conflicts:    2601000 | #Constraints:      75013
1485.93/1489.99	c #Conflicts:    2602000 | #Constraints:      76015
1485.93/1489.99	c #Conflicts:    2603000 | #Constraints:      77016
1485.93/1489.99	c #Conflicts:    2604000 | #Constraints:      78016
1485.93/1489.99	c #Conflicts:    2605000 | #Constraints:      79016
1485.93/1489.99	c #Conflicts:    2606000 | #Constraints:      80018
1485.93/1489.99	c #Conflicts:    2607000 | #Constraints:      81019
1485.93/1489.99	c #Conflicts:    2608000 | #Constraints:      82019
1485.93/1489.99	c #Conflicts:    2609000 | #Constraints:      83021
1485.93/1489.99	c #Conflicts:    2610000 | #Constraints:      84021
1485.93/1489.99	c #Conflicts:    2611000 | #Constraints:      85022
1485.93/1489.99	c #Conflicts:    2612000 | #Constraints:      86023
1485.93/1489.99	c #Conflicts:    2613000 | #Constraints:      87024
1485.93/1489.99	c #Conflicts:    2614000 | #Constraints:      88025
1485.93/1489.99	c #Conflicts:    2615000 | #Constraints:      89026
1485.93/1489.99	c #Conflicts:    2616000 | #Constraints:      90027
1485.93/1489.99	c #Conflicts:    2617000 | #Constraints:      91027
1485.93/1489.99	c #Conflicts:    2618000 | #Constraints:      92029
1485.93/1489.99	c #Conflicts:    2619000 | #Constraints:      93030
1485.93/1489.99	c #Conflicts:    2620000 | #Constraints:      94031
1485.93/1489.99	c #Conflicts:    2621000 | #Constraints:      95031
1485.93/1489.99	c #Conflicts:    2622000 | #Constraints:      96031
1485.93/1489.99	c #Conflicts:    2623000 | #Constraints:      97031
1485.93/1489.99	c #Conflicts:    2624000 | #Constraints:      98031
1485.93/1489.99	c #Conflicts:    2625000 | #Constraints:      99031
1485.93/1489.99	c INPROCESSING
1485.93/1489.99	c GARBAGE COLLECT
1485.93/1489.99	c #Conflicts:    2626000 | #Constraints:      52699
1485.93/1489.99	c #Conflicts:    2627000 | #Constraints:      53699
1485.93/1489.99	c #Conflicts:    2628000 | #Constraints:      54699
1485.93/1489.99	c #Conflicts:    2629000 | #Constraints:      55699
1485.93/1489.99	c #Conflicts:    2630000 | #Constraints:      56699
1485.93/1489.99	c #Conflicts:    2631000 | #Constraints:      57699
1485.93/1489.99	c #Conflicts:    2632000 | #Constraints:      58699
1485.93/1489.99	c #Conflicts:    2633000 | #Constraints:      59705
1485.93/1489.99	c #Conflicts:    2634000 | #Constraints:      60707
1499.89/1503.92	c #Conflicts:    2635000 | #Constraints:      61708
1499.89/1503.92	c #Conflicts:    2636000 | #Constraints:      62708
1499.89/1503.92	c #Conflicts:    2637000 | #Constraints:      63709
1499.89/1503.92	c #Conflicts:    2638000 | #Constraints:      64709
1499.89/1503.92	c #Conflicts:    2639000 | #Constraints:      65710
1499.89/1503.92	c #Conflicts:    2640000 | #Constraints:      66710
1499.89/1503.92	c #Conflicts:    2641000 | #Constraints:      67712
1499.89/1503.92	c #Conflicts:    2642000 | #Constraints:      68712
1499.89/1503.92	c #Conflicts:    2643000 | #Constraints:      69713
1499.89/1503.92	c #Conflicts:    2644000 | #Constraints:      70714
1499.89/1503.92	c #Conflicts:    2645000 | #Constraints:      71715
1499.89/1503.92	c #Conflicts:    2646000 | #Constraints:      72717
1499.89/1503.92	c #Conflicts:    2647000 | #Constraints:      73717
1499.89/1503.92	c #Conflicts:    2648000 | #Constraints:      74718
1499.89/1503.92	c #Conflicts:    2649000 | #Constraints:      75719
1499.89/1503.92	c #Conflicts:    2650000 | #Constraints:      76721
1499.89/1503.92	c #Conflicts:    2651000 | #Constraints:      77725
1499.89/1503.92	c #Conflicts:    2652000 | #Constraints:      78727
1499.89/1503.92	c #Conflicts:    2653000 | #Constraints:      79732
1499.89/1503.92	c #Conflicts:    2654000 | #Constraints:      80733
1499.89/1503.92	c #Conflicts:    2655000 | #Constraints:      81734
1499.89/1503.92	c #Conflicts:    2656000 | #Constraints:      82734
1499.89/1503.92	c #Conflicts:    2657000 | #Constraints:      83735
1499.89/1503.92	c #Conflicts:    2658000 | #Constraints:      84739
1499.89/1503.92	c #Conflicts:    2659000 | #Constraints:      85745
1499.89/1503.92	c #Conflicts:    2660000 | #Constraints:      86751
1499.89/1503.92	c INPROCESSING
1499.89/1503.92	c GARBAGE COLLECT
1499.89/1503.92	WSVECS04 Frhs2[4]: 6 0 72.1897 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[7]: 6 -11.3794 0 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[25]: 6 0 11.3793 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[26]: 6 0 111.569 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[28]: 6 0 19.7242 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[49]: 6 -1.00009 0 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[60]: 6 0 1.00003 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[64]: 6 -162.147 0 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[67]: 6 -13.7931 0 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[75]: 6 -1.00001 0 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[80]: 6 -1.00005 0 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[88]: 6 -286.759 0 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[104]: 6 -1.0001 0 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[113]: 6 0 129.448 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[114]: 6 0 285.966 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[115]: 6 0 66.0345 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[118]: 6 0 128.448 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[119]: 6 0 156.414 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[120]: 6 -26.069 0 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[125]: 6 0 20.9828 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[126]: 6 -140.724 0 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[134]: 6 0 23.9311 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[138]: 6 -11.3794 0 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[140]: 6 0 224.241 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[142]: 6 0 76.2069 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[159]: 6 -10.3794 0 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[169]: 6 -10.3794 0 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[172]: 6 0 11.3793 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[173]: 6 0 11.3793 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[194]: 6 -11.3794 0 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[203]: 6 0 200.31 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[207]: 6 0 58.5863 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[213]: 6 0 26.069 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[233]: 6 0 5.21386 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[237]: 6 -1.00001 0 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[249]: 6 -1.00005 0 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[263]: 6 0 0.250077 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[277]: 6 0 91.9139 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[296]: 6 0 1.00002 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[298]: 6 0 1.00009 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[311]: 6 -1.00002 0 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[312]: 6 -58.0432 0 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[317]: 6 0 1.00003 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[325]: 6 0 57.0432 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[338]: 6 0 10.3794 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[384]: 6 0 80.9885 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[402]: 6 0 4.00005 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[414]: 6 0 80.9885 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[429]: 6 0 80.9885 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[457]: 6 0 1.00003 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[459]: 6 0 80.9885 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[489]: 6 0 80.9885 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[601]: 6 0 10.3793 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[612]: 6 0 10.3793 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[614]: 6 0 10.3793 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[1041]: 6 0 56.0431 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[1047]: 6 0 56.0431 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[1202]: 6 -3.00003 0 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[1212]: 6 -1.00005 0 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[1213]: 6 -3.00008 0 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[1219]: 6 -4.00008 0 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[1229]: 6 -1.00003 0 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[1258]: 6 -1.00006 0 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[1262]: 6 0 166.677 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[1283]: 6 -3.00003 0 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[1333]: 6 0 42.1725 shouldn't be
1499.89/1503.92	WSVECS04 Frhs2[1345]: 6 -1.00004 0 shouldn't be
1499.89/1503.93	WSVECS04 Frhs2[1363]: 6 -3.00002 0 shouldn't be
1499.89/1503.93	WSVECS04 Frhs2[1372]: 6 -2.00009 0 shouldn't be
1499.89/1503.93	WSVECS04 Frhs2[1373]: 6 0 170.741 shouldn't be
1553.56/1557.77	c #Conflicts:    2661000 | #Constraints:      46262
1553.56/1557.77	c #Conflicts:    2662000 | #Constraints:      47266
1553.56/1557.77	c #Conflicts:    2663000 | #Constraints:      48267
1553.56/1557.77	c #Conflicts:    2664000 | #Constraints:      49267
1553.56/1557.77	c #Conflicts:    2665000 | #Constraints:      50269
1553.56/1557.77	c #Conflicts:    2666000 | #Constraints:      51277
1553.56/1557.77	c #Conflicts:    2667000 | #Constraints:      52280
1553.56/1557.77	c #Conflicts:    2668000 | #Constraints:      53282
1553.56/1557.77	c #Conflicts:    2669000 | #Constraints:      54292
1553.56/1557.77	c #Conflicts:    2670000 | #Constraints:      55299
1553.56/1557.77	c #Conflicts:    2671000 | #Constraints:      56310
1553.56/1557.77	c #Conflicts:    2672000 | #Constraints:      57316
1553.56/1557.77	c #Conflicts:    2673000 | #Constraints:      58320
1553.56/1557.77	c #Conflicts:    2674000 | #Constraints:      59327
1553.56/1557.77	c #Conflicts:    2675000 | #Constraints:      60336
1553.56/1557.77	c #Conflicts:    2676000 | #Constraints:      61356
1553.56/1557.77	c #Conflicts:    2677000 | #Constraints:      62356
1553.56/1557.77	c #Conflicts:    2678000 | #Constraints:      63357
1553.56/1557.77	c #Conflicts:    2679000 | #Constraints:      64357
1553.56/1557.77	c #Conflicts:    2680000 | #Constraints:      65357
1553.56/1557.77	c #Conflicts:    2681000 | #Constraints:      66358
1553.56/1557.77	c #Conflicts:    2682000 | #Constraints:      67358
1553.56/1557.77	c #Conflicts:    2683000 | #Constraints:      68358
1553.56/1557.77	c #Conflicts:    2684000 | #Constraints:      69359
1553.56/1557.77	c #Conflicts:    2685000 | #Constraints:      70362
1553.56/1557.77	c #Conflicts:    2686000 | #Constraints:      71363
1553.56/1557.77	c #Conflicts:    2687000 | #Constraints:      72365
1553.56/1557.77	c #Conflicts:    2688000 | #Constraints:      73377
1553.56/1557.77	c #Conflicts:    2689000 | #Constraints:      74389
1553.56/1557.77	c #Conflicts:    2690000 | #Constraints:      75397
1553.56/1557.77	c #Conflicts:    2691000 | #Constraints:      76398
1553.56/1557.77	c #Conflicts:    2692000 | #Constraints:      77408
1553.56/1557.77	c #Conflicts:    2693000 | #Constraints:      78409
1553.56/1557.77	c #Conflicts:    2694000 | #Constraints:      79410
1553.56/1557.77	c #Conflicts:    2695000 | #Constraints:      80410
1553.56/1557.77	c #Conflicts:    2696000 | #Constraints:      81412
1553.56/1557.77	c #Conflicts:    2697000 | #Constraints:      82412
1553.56/1557.77	c #Conflicts:    2698000 | #Constraints:      83413
1553.56/1557.77	c #Conflicts:    2699000 | #Constraints:      84413
1553.56/1557.77	c #Conflicts:    2700000 | #Constraints:      85414
1553.56/1557.77	c #Conflicts:    2701000 | #Constraints:      86417
1553.56/1557.77	c #Conflicts:    2702000 | #Constraints:      87418
1553.56/1557.77	c #Conflicts:    2703000 | #Constraints:      88421
1553.56/1557.77	c #Conflicts:    2704000 | #Constraints:      89422
1553.56/1557.77	c #Conflicts:    2705000 | #Constraints:      90424
1553.56/1557.77	c #Conflicts:    2706000 | #Constraints:      91425
1553.56/1557.77	c #Conflicts:    2707000 | #Constraints:      92426
1553.56/1557.77	c #Conflicts:    2708000 | #Constraints:      93426
1553.56/1557.77	c #Conflicts:    2709000 | #Constraints:      94426
1553.56/1557.77	c #Conflicts:    2710000 | #Constraints:      95426
1553.56/1557.77	c #Conflicts:    2711000 | #Constraints:      96427
1553.56/1557.77	c #Conflicts:    2712000 | #Constraints:      97428
1553.56/1557.77	c #Conflicts:    2713000 | #Constraints:      98428
1553.56/1557.77	c #Conflicts:    2714000 | #Constraints:      99428
1553.56/1557.77	c #Conflicts:    2715000 | #Constraints:     100428
1553.56/1557.77	c #Conflicts:    2716000 | #Constraints:     101429
1553.56/1557.77	c #Conflicts:    2717000 | #Constraints:     102430
1553.56/1557.77	c #Conflicts:    2718000 | #Constraints:     103430
1553.56/1557.77	c #Conflicts:    2719000 | #Constraints:     104431
1553.56/1557.77	c #Conflicts:    2720000 | #Constraints:     105432
1553.56/1557.77	c #Conflicts:    2721000 | #Constraints:     106432
1553.56/1557.77	c #Conflicts:    2722000 | #Constraints:     107433
1553.56/1557.77	c #Conflicts:    2723000 | #Constraints:     108433
1553.56/1557.77	c #Conflicts:    2724000 | #Constraints:     109433
1553.56/1557.77	c #Conflicts:    2725000 | #Constraints:     110433
1553.56/1557.77	c #Conflicts:    2726000 | #Constraints:     111433
1553.56/1557.77	c #Conflicts:    2727000 | #Constraints:     112433
1553.56/1557.77	c #Conflicts:    2728000 | #Constraints:     113433
1553.56/1557.77	c #Conflicts:    2729000 | #Constraints:     114433
1553.56/1557.77	c #Conflicts:    2730000 | #Constraints:     115433
1553.56/1557.77	c #Conflicts:    2731000 | #Constraints:     116433
1553.56/1557.77	c #Conflicts:    2732000 | #Constraints:     117433
1553.56/1557.77	c #Conflicts:    2733000 | #Constraints:     118433
1553.56/1557.77	c #Conflicts:    2734000 | #Constraints:     119433
1553.56/1557.77	c #Conflicts:    2735000 | #Constraints:     120434
1553.56/1557.77	c #Conflicts:    2736000 | #Constraints:     121434
1553.56/1557.77	c #Conflicts:    2737000 | #Constraints:     122434
1553.56/1557.77	c #Conflicts:    2738000 | #Constraints:     123434
1553.56/1557.77	c #Conflicts:    2739000 | #Constraints:     124434
1643.83/1648.26	c #Conflicts:    2740000 | #Constraints:     125434
1643.83/1648.26	c #Conflicts:    2741000 | #Constraints:     126434
1643.83/1648.26	c #Conflicts:    2742000 | #Constraints:     127434
1643.83/1648.26	c #Conflicts:    2743000 | #Constraints:     128434
1643.83/1648.26	c #Conflicts:    2744000 | #Constraints:     129434
1643.83/1648.26	c #Conflicts:    2745000 | #Constraints:     130434
1643.83/1648.26	c #Conflicts:    2746000 | #Constraints:     131434
1643.83/1648.26	c #Conflicts:    2747000 | #Constraints:     132435
1643.83/1648.26	c #Conflicts:    2748000 | #Constraints:     133436
1643.83/1648.26	c #Conflicts:    2749000 | #Constraints:     134436
1643.83/1648.26	c #Conflicts:    2750000 | #Constraints:     135436
1643.83/1648.26	c #Conflicts:    2751000 | #Constraints:     136437
1643.83/1648.26	c #Conflicts:    2752000 | #Constraints:     137437
1643.83/1648.26	c #Conflicts:    2753000 | #Constraints:     138438
1643.83/1648.26	c #Conflicts:    2754000 | #Constraints:     139438
1643.83/1648.26	c #Conflicts:    2755000 | #Constraints:     140439
1643.83/1648.26	c #Conflicts:    2756000 | #Constraints:     141440
1643.83/1648.26	c #Conflicts:    2757000 | #Constraints:     142441
1643.83/1648.26	c #Conflicts:    2758000 | #Constraints:     143443
1643.83/1648.26	c #Conflicts:    2759000 | #Constraints:     144443
1643.83/1648.26	c #Conflicts:    2760000 | #Constraints:     145443
1643.83/1648.26	c #Conflicts:    2761000 | #Constraints:     146444
1643.83/1648.26	c #Conflicts:    2762000 | #Constraints:     147445
1643.83/1648.26	c #Conflicts:    2763000 | #Constraints:     148446
1643.83/1648.26	c #Conflicts:    2764000 | #Constraints:     149446
1643.83/1648.26	c #Conflicts:    2765000 | #Constraints:     150448
1643.83/1648.26	c #Conflicts:    2766000 | #Constraints:     151449
1643.83/1648.26	c #Conflicts:    2767000 | #Constraints:     152449
1643.83/1648.26	c #Conflicts:    2768000 | #Constraints:     153450
1643.83/1648.26	c #Conflicts:    2769000 | #Constraints:     154450
1643.83/1648.26	c #Conflicts:    2770000 | #Constraints:     155451
1643.83/1648.26	c #Conflicts:    2771000 | #Constraints:     156452
1643.83/1648.26	c #Conflicts:    2772000 | #Constraints:     157452
1643.83/1648.26	c #Conflicts:    2773000 | #Constraints:     158453
1643.83/1648.26	c #Conflicts:    2774000 | #Constraints:     159455
1643.83/1648.26	c #Conflicts:    2775000 | #Constraints:     160458
1643.83/1648.26	c #Conflicts:    2776000 | #Constraints:     161460
1643.83/1648.26	c #Conflicts:    2777000 | #Constraints:     162462
1643.83/1648.26	c #Conflicts:    2778000 | #Constraints:     163462
1643.83/1648.26	c #Conflicts:    2779000 | #Constraints:     164463
1643.83/1648.26	c #Conflicts:    2780000 | #Constraints:     165465
1643.83/1648.26	c #Conflicts:    2781000 | #Constraints:     166468
1643.83/1648.26	c #Conflicts:    2782000 | #Constraints:     167478
1643.83/1648.26	c #Conflicts:    2783000 | #Constraints:     168478
1643.83/1648.26	c #Conflicts:    2784000 | #Constraints:     169480
1643.83/1648.26	c #Conflicts:    2785000 | #Constraints:     170483
1643.83/1648.26	c #Conflicts:    2786000 | #Constraints:     171486
1643.83/1648.26	c #Conflicts:    2787000 | #Constraints:     172487
1643.83/1648.26	c #Conflicts:    2788000 | #Constraints:     173487
1643.83/1648.26	c #Conflicts:    2789000 | #Constraints:     174487
1643.83/1648.26	c #Conflicts:    2790000 | #Constraints:     175489
1643.83/1648.26	c #Conflicts:    2791000 | #Constraints:     176493
1643.83/1648.26	c #Conflicts:    2792000 | #Constraints:     177493
1643.83/1648.26	c INPROCESSING
1643.83/1648.26	c GARBAGE COLLECT
1643.83/1648.26	c #Conflicts:    2793000 | #Constraints:      91570
1643.83/1648.26	c #Conflicts:    2794000 | #Constraints:      92570
1643.83/1648.26	c #Conflicts:    2795000 | #Constraints:      93570
1643.83/1648.26	c #Conflicts:    2796000 | #Constraints:      94570
1643.83/1648.26	c #Conflicts:    2797000 | #Constraints:      95570
1643.83/1648.26	c #Conflicts:    2798000 | #Constraints:      96570
1643.83/1648.26	c #Conflicts:    2799000 | #Constraints:      97570
1643.83/1648.26	c #Conflicts:    2800000 | #Constraints:      98570
1643.83/1648.26	c #Conflicts:    2801000 | #Constraints:      99575
1643.83/1648.26	c #Conflicts:    2802000 | #Constraints:     100576
1643.83/1648.26	c #Conflicts:    2803000 | #Constraints:     101577
1643.83/1648.26	c #Conflicts:    2804000 | #Constraints:     102579
1643.83/1648.26	c #Conflicts:    2805000 | #Constraints:     103579
1643.83/1648.26	c #Conflicts:    2806000 | #Constraints:     104579
1643.83/1648.26	c #Conflicts:    2807000 | #Constraints:     105579
1643.83/1648.26	c #Conflicts:    2808000 | #Constraints:     106580
1643.83/1648.26	c #Conflicts:    2809000 | #Constraints:     107581
1643.83/1648.26	c #Conflicts:    2810000 | #Constraints:     108583
1643.83/1648.26	c #Conflicts:    2811000 | #Constraints:     109584
1643.83/1648.26	c #Conflicts:    2812000 | #Constraints:     110585
1643.83/1648.26	c #Conflicts:    2813000 | #Constraints:     111587
1643.83/1648.26	c #Conflicts:    2814000 | #Constraints:     112587
1643.83/1648.26	c #Conflicts:    2815000 | #Constraints:     113588
1643.83/1648.26	c #Conflicts:    2816000 | #Constraints:     114589
1643.83/1648.26	c #Conflicts:    2817000 | #Constraints:     115590
1686.42/1690.91	c #Conflicts:    2818000 | #Constraints:     116590
1686.42/1690.91	c #Conflicts:    2819000 | #Constraints:     117591
1686.42/1690.91	c #Conflicts:    2820000 | #Constraints:     118591
1686.42/1690.91	c #Conflicts:    2821000 | #Constraints:     119592
1686.42/1690.91	c #Conflicts:    2822000 | #Constraints:     120595
1686.42/1690.91	c #Conflicts:    2823000 | #Constraints:     121596
1686.42/1690.91	c #Conflicts:    2824000 | #Constraints:     122596
1686.42/1690.91	c #Conflicts:    2825000 | #Constraints:     123597
1686.42/1690.91	c #Conflicts:    2826000 | #Constraints:     124598
1686.42/1690.91	c #Conflicts:    2827000 | #Constraints:     125601
1686.42/1690.91	c #Conflicts:    2828000 | #Constraints:     126602
1686.42/1690.91	c #Conflicts:    2829000 | #Constraints:     127602
1686.42/1690.91	c INPROCESSING
1686.42/1690.91	c GARBAGE COLLECT
1686.42/1690.91	c #Conflicts:    2830000 | #Constraints:      66684
1686.42/1690.91	c #Conflicts:    2831000 | #Constraints:      67684
1686.42/1690.91	c #Conflicts:    2832000 | #Constraints:      68685
1686.42/1690.91	c #Conflicts:    2833000 | #Constraints:      69685
1686.42/1690.91	c #Conflicts:    2834000 | #Constraints:      70685
1686.42/1690.91	c #Conflicts:    2835000 | #Constraints:      71685
1686.42/1690.91	c #Conflicts:    2836000 | #Constraints:      72685
1686.42/1690.91	c #Conflicts:    2837000 | #Constraints:      73685
1686.42/1690.91	c #Conflicts:    2838000 | #Constraints:      74685
1686.42/1690.91	c #Conflicts:    2839000 | #Constraints:      75686
1686.42/1690.91	c #Conflicts:    2840000 | #Constraints:      76686
1686.42/1690.91	c #Conflicts:    2841000 | #Constraints:      77687
1686.42/1690.91	c #Conflicts:    2842000 | #Constraints:      78688
1686.42/1690.91	c #Conflicts:    2843000 | #Constraints:      79688
1686.42/1690.91	c #Conflicts:    2844000 | #Constraints:      80689
1686.42/1690.91	c #Conflicts:    2845000 | #Constraints:      81690
1686.42/1690.91	c #Conflicts:    2846000 | #Constraints:      82690
1686.42/1690.91	c #Conflicts:    2847000 | #Constraints:      83691
1686.42/1690.91	c #Conflicts:    2848000 | #Constraints:      84692
1686.42/1690.91	c #Conflicts:    2849000 | #Constraints:      85693
1686.42/1690.91	c #Conflicts:    2850000 | #Constraints:      86694
1686.42/1690.91	c #Conflicts:    2851000 | #Constraints:      87695
1686.42/1690.91	c #Conflicts:    2852000 | #Constraints:      88695
1686.42/1690.91	c #Conflicts:    2853000 | #Constraints:      89695
1686.42/1690.91	c #Conflicts:    2854000 | #Constraints:      90696
1686.42/1690.91	c #Conflicts:    2855000 | #Constraints:      91697
1686.42/1690.91	c #Conflicts:    2856000 | #Constraints:      92697
1686.42/1690.91	c #Conflicts:    2857000 | #Constraints:      93698
1686.42/1690.91	c #Conflicts:    2858000 | #Constraints:      94704
1686.42/1690.91	c #Conflicts:    2859000 | #Constraints:      95709
1686.42/1690.91	c #Conflicts:    2860000 | #Constraints:      96710
1686.42/1690.91	c #Conflicts:    2861000 | #Constraints:      97711
1686.42/1690.91	c #Conflicts:    2862000 | #Constraints:      98711
1686.42/1690.91	c #Conflicts:    2863000 | #Constraints:      99711
1686.42/1690.91	c #Conflicts:    2864000 | #Constraints:     100712
1686.42/1690.91	c #Conflicts:    2865000 | #Constraints:     101713
1686.42/1690.91	c #Conflicts:    2866000 | #Constraints:     102713
1686.42/1690.91	c INPROCESSING
1686.42/1690.91	c GARBAGE COLLECT
1686.42/1690.91	c #Conflicts:    2867000 | #Constraints:      54181
1686.42/1690.91	c #Conflicts:    2868000 | #Constraints:      55181
1686.42/1690.91	c #Conflicts:    2869000 | #Constraints:      56182
1686.42/1690.91	c #Conflicts:    2870000 | #Constraints:      57182
1686.42/1690.91	c #Conflicts:    2871000 | #Constraints:      58182
1686.42/1690.91	c #Conflicts:    2872000 | #Constraints:      59182
1686.42/1690.91	c #Conflicts:    2873000 | #Constraints:      60182
1686.42/1690.91	c #Conflicts:    2874000 | #Constraints:      61182
1686.42/1690.91	c #Conflicts:    2875000 | #Constraints:      62182
1686.42/1690.91	c #Conflicts:    2876000 | #Constraints:      63182
1686.42/1690.91	c #Conflicts:    2877000 | #Constraints:      64182
1686.42/1690.91	c #Conflicts:    2878000 | #Constraints:      65182
1686.42/1690.91	c #Conflicts:    2879000 | #Constraints:      66183
1686.42/1690.91	c #Conflicts:    2880000 | #Constraints:      67183
1686.42/1690.91	c #Conflicts:    2881000 | #Constraints:      68184
1686.42/1690.91	c #Conflicts:    2882000 | #Constraints:      69186
1686.42/1690.91	c #Conflicts:    2883000 | #Constraints:      70189
1686.42/1690.91	c #Conflicts:    2884000 | #Constraints:      71202
1686.42/1690.91	c #Conflicts:    2885000 | #Constraints:      72203
1686.42/1690.91	c #Conflicts:    2886000 | #Constraints:      73208
1686.42/1690.91	c #Conflicts:    2887000 | #Constraints:      74213
1686.42/1690.91	c #Conflicts:    2888000 | #Constraints:      75221
1686.42/1690.91	c #Conflicts:    2889000 | #Constraints:      76223
1686.42/1690.91	c #Conflicts:    2890000 | #Constraints:      77224
1686.42/1690.91	c #Conflicts:    2891000 | #Constraints:      78225
1686.42/1690.91	c #Conflicts:    2892000 | #Constraints:      79226
1686.42/1690.91	c #Conflicts:    2893000 | #Constraints:      80234
1686.42/1690.91	c #Conflicts:    2894000 | #Constraints:      81240
1686.42/1690.91	c #Conflicts:    2895000 | #Constraints:      82246
1744.08/1748.74	c #Conflicts:    2896000 | #Constraints:      83246
1744.08/1748.74	c #Conflicts:    2897000 | #Constraints:      84249
1744.08/1748.74	c #Conflicts:    2898000 | #Constraints:      85250
1744.08/1748.74	c #Conflicts:    2899000 | #Constraints:      86251
1744.08/1748.74	c #Conflicts:    2900000 | #Constraints:      87251
1744.08/1748.74	c #Conflicts:    2901000 | #Constraints:      88251
1744.08/1748.74	c #Conflicts:    2902000 | #Constraints:      89251
1744.08/1748.74	c #Conflicts:    2903000 | #Constraints:      90252
1744.08/1748.74	c #Conflicts:    2904000 | #Constraints:      91252
1744.08/1748.74	c INPROCESSING
1744.08/1748.74	c GARBAGE COLLECT
1744.08/1748.74	c #Conflicts:    2905000 | #Constraints:      48816
1744.08/1748.74	c #Conflicts:    2906000 | #Constraints:      49816
1744.08/1748.74	c #Conflicts:    2907000 | #Constraints:      50816
1744.08/1748.74	c #Conflicts:    2908000 | #Constraints:      51816
1744.08/1748.74	c #Conflicts:    2909000 | #Constraints:      52816
1744.08/1748.74	c #Conflicts:    2910000 | #Constraints:      53816
1744.08/1748.74	c #Conflicts:    2911000 | #Constraints:      54816
1744.08/1748.74	c #Conflicts:    2912000 | #Constraints:      55818
1744.08/1748.74	c #Conflicts:    2913000 | #Constraints:      56819
1744.08/1748.74	c #Conflicts:    2914000 | #Constraints:      57821
1744.08/1748.74	c #Conflicts:    2915000 | #Constraints:      58827
1744.08/1748.74	c #Conflicts:    2916000 | #Constraints:      59837
1744.08/1748.74	c #Conflicts:    2917000 | #Constraints:      60849
1744.08/1748.74	c #Conflicts:    2918000 | #Constraints:      61855
1744.08/1748.74	c #Conflicts:    2919000 | #Constraints:      62860
1744.08/1748.74	c #Conflicts:    2920000 | #Constraints:      63864
1744.08/1748.74	c #Conflicts:    2921000 | #Constraints:      64877
1744.08/1748.74	c #Conflicts:    2922000 | #Constraints:      65896
1744.08/1748.74	c #Conflicts:    2923000 | #Constraints:      66904
1744.08/1748.74	c #Conflicts:    2924000 | #Constraints:      67911
1744.08/1748.74	c #Conflicts:    2925000 | #Constraints:      68918
1744.08/1748.74	c #Conflicts:    2926000 | #Constraints:      69926
1744.08/1748.74	c #Conflicts:    2927000 | #Constraints:      70931
1744.08/1748.74	c #Conflicts:    2928000 | #Constraints:      71958
1744.08/1748.74	c #Conflicts:    2929000 | #Constraints:      72966
1744.08/1748.74	c #Conflicts:    2930000 | #Constraints:      73979
1744.08/1748.74	c #Conflicts:    2931000 | #Constraints:      74984
1744.08/1748.74	c #Conflicts:    2932000 | #Constraints:      76000
1744.08/1748.74	c #Conflicts:    2933000 | #Constraints:      77011
1744.08/1748.74	c #Conflicts:    2934000 | #Constraints:      78025
1744.08/1748.74	c #Conflicts:    2935000 | #Constraints:      79040
1744.08/1748.74	c #Conflicts:    2936000 | #Constraints:      80046
1744.08/1748.74	c #Conflicts:    2937000 | #Constraints:      81046
1744.08/1748.74	c #Conflicts:    2938000 | #Constraints:      82046
1744.08/1748.74	c #Conflicts:    2939000 | #Constraints:      83052
1744.08/1748.74	c #Conflicts:    2940000 | #Constraints:      84064
1744.08/1748.74	c #Conflicts:    2941000 | #Constraints:      85078
1744.08/1748.74	c #Conflicts:    2942000 | #Constraints:      86087
1744.08/1748.74	c #Conflicts:    2943000 | #Constraints:      87109
1744.08/1748.74	c #Conflicts:    2944000 | #Constraints:      88164
1744.08/1748.74	c #Conflicts:    2945000 | #Constraints:      89187
1744.08/1748.74	c #Conflicts:    2946000 | #Constraints:      90204
1744.08/1748.74	c #Conflicts:    2947000 | #Constraints:      91225
1744.08/1748.74	c #Conflicts:    2948000 | #Constraints:      92240
1744.08/1748.74	c #Conflicts:    2949000 | #Constraints:      93262
1744.08/1748.74	c #Conflicts:    2950000 | #Constraints:      94285
1744.08/1748.74	c #Conflicts:    2951000 | #Constraints:      95294
1744.08/1748.74	c #Conflicts:    2952000 | #Constraints:      96324
1744.08/1748.74	c #Conflicts:    2953000 | #Constraints:      97360
1744.08/1748.74	c #Conflicts:    2954000 | #Constraints:      98384
1744.08/1748.74	c #Conflicts:    2955000 | #Constraints:      99397
1744.08/1748.74	c #Conflicts:    2956000 | #Constraints:     100411
1744.08/1748.74	c #Conflicts:    2957000 | #Constraints:     101422
1744.08/1748.74	c #Conflicts:    2958000 | #Constraints:     102428
1744.08/1748.74	c #Conflicts:    2959000 | #Constraints:     103439
1744.08/1748.74	c #Conflicts:    2960000 | #Constraints:     104444
1744.08/1748.74	c #Conflicts:    2961000 | #Constraints:     105459
1744.08/1748.74	c #Conflicts:    2962000 | #Constraints:     106470
1744.08/1748.74	c #Conflicts:    2963000 | #Constraints:     107487
1744.08/1748.74	c #Conflicts:    2964000 | #Constraints:     108505
1744.08/1748.74	c #Conflicts:    2965000 | #Constraints:     109517
1744.08/1748.74	c #Conflicts:    2966000 | #Constraints:     110536
1744.08/1748.74	c #Conflicts:    2967000 | #Constraints:     111561
1744.08/1748.74	c #Conflicts:    2968000 | #Constraints:     112575
1744.08/1748.74	c #Conflicts:    2969000 | #Constraints:     113612
1744.08/1748.74	c #Conflicts:    2970000 | #Constraints:     114691
1744.08/1748.74	c #Conflicts:    2971000 | #Constraints:     115787
1744.08/1748.74	c #Conflicts:    2972000 | #Constraints:     116889
1744.08/1748.74	c #Conflicts:    2973000 | #Constraints:     117929
1852.00/1856.96	c #Conflicts:    2974000 | #Constraints:     118947
1852.00/1856.96	c #Conflicts:    2975000 | #Constraints:     119947
1852.00/1856.96	c #Conflicts:    2976000 | #Constraints:     120947
1852.00/1856.96	c #Conflicts:    2977000 | #Constraints:     121948
1852.00/1856.96	c #Conflicts:    2978000 | #Constraints:     122948
1852.00/1856.96	c #Conflicts:    2979000 | #Constraints:     123949
1852.00/1856.96	c #Conflicts:    2980000 | #Constraints:     124950
1852.00/1856.96	c #Conflicts:    2981000 | #Constraints:     125951
1852.00/1856.96	c #Conflicts:    2982000 | #Constraints:     126951
1852.00/1856.96	c #Conflicts:    2983000 | #Constraints:     127951
1852.00/1856.96	c #Conflicts:    2984000 | #Constraints:     128951
1852.00/1856.96	c #Conflicts:    2985000 | #Constraints:     129952
1852.00/1856.96	c #Conflicts:    2986000 | #Constraints:     130953
1852.00/1856.96	c #Conflicts:    2987000 | #Constraints:     131954
1852.00/1856.96	c #Conflicts:    2988000 | #Constraints:     132954
1852.00/1856.96	c #Conflicts:    2989000 | #Constraints:     133955
1852.00/1856.96	c #Conflicts:    2990000 | #Constraints:     134957
1852.00/1856.96	c #Conflicts:    2991000 | #Constraints:     135958
1852.00/1856.96	c #Conflicts:    2992000 | #Constraints:     136958
1852.00/1856.96	c #Conflicts:    2993000 | #Constraints:     137959
1852.00/1856.96	c #Conflicts:    2994000 | #Constraints:     138960
1852.00/1856.96	c #Conflicts:    2995000 | #Constraints:     139961
1852.00/1856.96	c #Conflicts:    2996000 | #Constraints:     140962
1852.00/1856.96	c #Conflicts:    2997000 | #Constraints:     141964
1852.00/1856.96	c #Conflicts:    2998000 | #Constraints:     142965
1852.00/1856.96	c #Conflicts:    2999000 | #Constraints:     143966
1852.00/1856.96	c #Conflicts:    3000000 | #Constraints:     144966
1852.00/1856.96	c #Conflicts:    3001000 | #Constraints:     145967
1852.00/1856.96	c #Conflicts:    3002000 | #Constraints:     146968
1852.00/1856.96	c #Conflicts:    3003000 | #Constraints:     147969
1852.00/1856.96	c #Conflicts:    3004000 | #Constraints:     148969
1852.00/1856.96	c #Conflicts:    3005000 | #Constraints:     149972
1852.00/1856.96	c #Conflicts:    3006000 | #Constraints:     150973
1852.00/1856.96	c #Conflicts:    3007000 | #Constraints:     151974
1852.00/1856.96	c #Conflicts:    3008000 | #Constraints:     152974
1852.00/1856.96	c #Conflicts:    3009000 | #Constraints:     153974
1852.00/1856.96	c #Conflicts:    3010000 | #Constraints:     154974
1852.00/1856.96	c #Conflicts:    3011000 | #Constraints:     155974
1852.00/1856.96	c #Conflicts:    3012000 | #Constraints:     156974
1852.00/1856.96	c #Conflicts:    3013000 | #Constraints:     157974
1852.00/1856.96	c #Conflicts:    3014000 | #Constraints:     158974
1852.00/1856.96	c #Conflicts:    3015000 | #Constraints:     159974
1852.00/1856.96	c #Conflicts:    3016000 | #Constraints:     160974
1852.00/1856.96	c #Conflicts:    3017000 | #Constraints:     161974
1852.00/1856.96	c #Conflicts:    3018000 | #Constraints:     162974
1852.00/1856.96	c #Conflicts:    3019000 | #Constraints:     163974
1852.00/1856.96	c #Conflicts:    3020000 | #Constraints:     164974
1852.00/1856.96	c #Conflicts:    3021000 | #Constraints:     165974
1852.00/1856.96	c #Conflicts:    3022000 | #Constraints:     166974
1852.00/1856.96	c #Conflicts:    3023000 | #Constraints:     167974
1852.00/1856.96	c #Conflicts:    3024000 | #Constraints:     168974
1852.00/1856.96	c #Conflicts:    3025000 | #Constraints:     169974
1852.00/1856.96	c #Conflicts:    3026000 | #Constraints:     170974
1852.00/1856.96	c #Conflicts:    3027000 | #Constraints:     171974
1852.00/1856.96	c #Conflicts:    3028000 | #Constraints:     172974
1852.00/1856.96	c #Conflicts:    3029000 | #Constraints:     173974
1852.00/1856.96	c #Conflicts:    3030000 | #Constraints:     174974
1852.00/1856.96	c #Conflicts:    3031000 | #Constraints:     175974
1852.00/1856.96	c #Conflicts:    3032000 | #Constraints:     176974
1852.00/1856.96	c #Conflicts:    3033000 | #Constraints:     177974
1852.00/1856.96	c #Conflicts:    3034000 | #Constraints:     178974
1852.00/1856.96	c #Conflicts:    3035000 | #Constraints:     179974
1852.00/1856.96	c #Conflicts:    3036000 | #Constraints:     180974
1852.00/1856.96	c #Conflicts:    3037000 | #Constraints:     181974
1852.00/1856.96	c #Conflicts:    3038000 | #Constraints:     182974
1852.00/1856.96	c #Conflicts:    3039000 | #Constraints:     183974
1852.00/1856.96	c #Conflicts:    3040000 | #Constraints:     184974
1852.00/1856.96	c #Conflicts:    3041000 | #Constraints:     185974
1852.00/1856.96	c INPROCESSING
1852.00/1856.96	c GARBAGE COLLECT
1852.00/1856.96	c rational objective 120.194
1884.42/1889.41	c #Conflicts:    3042000 | #Constraints:      95967
1884.42/1889.41	c #Conflicts:    3043000 | #Constraints:      96967
1884.42/1889.41	c #Conflicts:    3044000 | #Constraints:      97967
1884.42/1889.41	c #Conflicts:    3045000 | #Constraints:      98967
1884.42/1889.41	c #Conflicts:    3046000 | #Constraints:      99967
1884.42/1889.41	c #Conflicts:    3047000 | #Constraints:     100967
1884.42/1889.41	c #Conflicts:    3048000 | #Constraints:     101967
1884.42/1889.41	c #Conflicts:    3049000 | #Constraints:     102967
1884.42/1889.41	c #Conflicts:    3050000 | #Constraints:     103967
1884.42/1889.41	c #Conflicts:    3051000 | #Constraints:     104967
1884.42/1889.41	c #Conflicts:    3052000 | #Constraints:     105967
1884.42/1889.41	c #Conflicts:    3053000 | #Constraints:     106967
1884.42/1889.41	c #Conflicts:    3054000 | #Constraints:     107967
1884.42/1889.41	c #Conflicts:    3055000 | #Constraints:     108967
1884.42/1889.41	c #Conflicts:    3056000 | #Constraints:     109967
1884.42/1889.41	c #Conflicts:    3057000 | #Constraints:     110967
1884.42/1889.41	c #Conflicts:    3058000 | #Constraints:     111967
1884.42/1889.41	c #Conflicts:    3059000 | #Constraints:     112967
1884.42/1889.41	c #Conflicts:    3060000 | #Constraints:     113967
1884.42/1889.41	c #Conflicts:    3061000 | #Constraints:     114967
1884.42/1889.41	c #Conflicts:    3062000 | #Constraints:     115967
1884.42/1889.41	c #Conflicts:    3063000 | #Constraints:     116967
1884.42/1889.41	c #Conflicts:    3064000 | #Constraints:     117967
1884.42/1889.41	c #Conflicts:    3065000 | #Constraints:     118967
1884.42/1889.41	c #Conflicts:    3066000 | #Constraints:     119967
1884.42/1889.41	c #Conflicts:    3067000 | #Constraints:     120967
1884.42/1889.41	c #Conflicts:    3068000 | #Constraints:     121967
1884.42/1889.41	c #Conflicts:    3069000 | #Constraints:     122967
1884.42/1889.41	c #Conflicts:    3070000 | #Constraints:     123967
1884.42/1889.41	c #Conflicts:    3071000 | #Constraints:     124967
1884.42/1889.41	c #Conflicts:    3072000 | #Constraints:     125967
1884.42/1889.41	c #Conflicts:    3073000 | #Constraints:     126967
1884.42/1889.41	c #Conflicts:    3074000 | #Constraints:     127967
1884.42/1889.41	c #Conflicts:    3075000 | #Constraints:     128967
1884.42/1889.41	c #Conflicts:    3076000 | #Constraints:     129967
1884.42/1889.41	c #Conflicts:    3077000 | #Constraints:     130967
1884.42/1889.41	c #Conflicts:    3078000 | #Constraints:     131967
1884.42/1889.41	c #Conflicts:    3079000 | #Constraints:     132967
1884.42/1889.41	c #Conflicts:    3080000 | #Constraints:     133967
1884.42/1889.41	c INPROCESSING
1884.42/1889.41	c GARBAGE COLLECT
1884.42/1889.41	c rational objective 120.194
1906.36/1911.40	c #Conflicts:    3081000 | #Constraints:      70160
1906.36/1911.40	c #Conflicts:    3082000 | #Constraints:      71160
1906.36/1911.40	c #Conflicts:    3083000 | #Constraints:      72160
1906.36/1911.40	c #Conflicts:    3084000 | #Constraints:      73160
1906.36/1911.40	c #Conflicts:    3085000 | #Constraints:      74160
1906.36/1911.40	c #Conflicts:    3086000 | #Constraints:      75160
1906.36/1911.40	c #Conflicts:    3087000 | #Constraints:      76160
1906.36/1911.40	c #Conflicts:    3088000 | #Constraints:      77160
1906.36/1911.40	c #Conflicts:    3089000 | #Constraints:      78160
1906.36/1911.40	c #Conflicts:    3090000 | #Constraints:      79160
1906.36/1911.40	c #Conflicts:    3091000 | #Constraints:      80160
1906.36/1911.40	c #Conflicts:    3092000 | #Constraints:      81160
1906.36/1911.40	c #Conflicts:    3093000 | #Constraints:      82161
1906.36/1911.40	c #Conflicts:    3094000 | #Constraints:      83161
1906.36/1911.40	c #Conflicts:    3095000 | #Constraints:      84161
1906.36/1911.40	c #Conflicts:    3096000 | #Constraints:      85161
1906.36/1911.40	c #Conflicts:    3097000 | #Constraints:      86162
1906.36/1911.40	c #Conflicts:    3098000 | #Constraints:      87163
1906.36/1911.40	c #Conflicts:    3099000 | #Constraints:      88166
1906.36/1911.40	c #Conflicts:    3100000 | #Constraints:      89167
1906.36/1911.40	c #Conflicts:    3101000 | #Constraints:      90167
1906.36/1911.40	c #Conflicts:    3102000 | #Constraints:      91167
1906.36/1911.40	c #Conflicts:    3103000 | #Constraints:      92168
1906.36/1911.40	c #Conflicts:    3104000 | #Constraints:      93168
1906.36/1911.40	c #Conflicts:    3105000 | #Constraints:      94170
1906.36/1911.40	c #Conflicts:    3106000 | #Constraints:      95171
1906.36/1911.40	c #Conflicts:    3107000 | #Constraints:      96172
1906.36/1911.40	c #Conflicts:    3108000 | #Constraints:      97172
1906.36/1911.40	c #Conflicts:    3109000 | #Constraints:      98173
1906.36/1911.40	c #Conflicts:    3110000 | #Constraints:      99173
1906.36/1911.40	c #Conflicts:    3111000 | #Constraints:     100173
1906.36/1911.40	c #Conflicts:    3112000 | #Constraints:     101173
1906.36/1911.40	c #Conflicts:    3113000 | #Constraints:     102173
1906.36/1911.40	c #Conflicts:    3114000 | #Constraints:     103173
1906.36/1911.40	c #Conflicts:    3115000 | #Constraints:     104174
1906.36/1911.40	c #Conflicts:    3116000 | #Constraints:     105175
1906.36/1911.40	c #Conflicts:    3117000 | #Constraints:     106176
1906.36/1911.40	c #Conflicts:    3118000 | #Constraints:     107177
1906.36/1911.40	c INPROCESSING
1906.36/1911.40	c GARBAGE COLLECT
1906.36/1911.40	c rational objective 120.194
1924.92/1930.03	c #Conflicts:    3119000 | #Constraints:      56367
1924.92/1930.03	c #Conflicts:    3120000 | #Constraints:      57367
1924.92/1930.03	c #Conflicts:    3121000 | #Constraints:      58367
1924.92/1930.03	c #Conflicts:    3122000 | #Constraints:      59367
1924.92/1930.03	c #Conflicts:    3123000 | #Constraints:      60368
1924.92/1930.03	c #Conflicts:    3124000 | #Constraints:      61368
1924.92/1930.03	c #Conflicts:    3125000 | #Constraints:      62368
1924.92/1930.03	c #Conflicts:    3126000 | #Constraints:      63368
1924.92/1930.03	c #Conflicts:    3127000 | #Constraints:      64368
1924.92/1930.03	c #Conflicts:    3128000 | #Constraints:      65368
1924.92/1930.03	c #Conflicts:    3129000 | #Constraints:      66368
1924.92/1930.03	c #Conflicts:    3130000 | #Constraints:      67369
1924.92/1930.03	c #Conflicts:    3131000 | #Constraints:      68369
1924.92/1930.03	c #Conflicts:    3132000 | #Constraints:      69369
1924.92/1930.03	c #Conflicts:    3133000 | #Constraints:      70369
1924.92/1930.03	c #Conflicts:    3134000 | #Constraints:      71369
1924.92/1930.03	c #Conflicts:    3135000 | #Constraints:      72371
1924.92/1930.03	c #Conflicts:    3136000 | #Constraints:      73371
1924.92/1930.03	c #Conflicts:    3137000 | #Constraints:      74371
1924.92/1930.03	c #Conflicts:    3138000 | #Constraints:      75371
1924.92/1930.03	c #Conflicts:    3139000 | #Constraints:      76372
1924.92/1930.03	c #Conflicts:    3140000 | #Constraints:      77374
1924.92/1930.03	c #Conflicts:    3141000 | #Constraints:      78374
1924.92/1930.03	c #Conflicts:    3142000 | #Constraints:      79374
1924.92/1930.03	c #Conflicts:    3143000 | #Constraints:      80375
1924.92/1930.03	c #Conflicts:    3144000 | #Constraints:      81375
1924.92/1930.03	c #Conflicts:    3145000 | #Constraints:      82375
1924.92/1930.03	c #Conflicts:    3146000 | #Constraints:      83375
1924.92/1930.03	c #Conflicts:    3147000 | #Constraints:      84376
1924.92/1930.03	c #Conflicts:    3148000 | #Constraints:      85377
1924.92/1930.03	c #Conflicts:    3149000 | #Constraints:      86378
1924.92/1930.03	c #Conflicts:    3150000 | #Constraints:      87378
1924.92/1930.03	c #Conflicts:    3151000 | #Constraints:      88379
1924.92/1930.03	c #Conflicts:    3152000 | #Constraints:      89380
1924.92/1930.03	c #Conflicts:    3153000 | #Constraints:      90380
1924.92/1930.03	c #Conflicts:    3154000 | #Constraints:      91381
1924.92/1930.03	c #Conflicts:    3155000 | #Constraints:      92381
1924.92/1930.03	c #Conflicts:    3156000 | #Constraints:      93381
1924.92/1930.03	c #Conflicts:    3157000 | #Constraints:      94381
1924.92/1930.03	c INPROCESSING
1924.92/1930.03	c GARBAGE COLLECT
1924.92/1930.03	c rational objective 120.194
1983.87/1989.13	c #Conflicts:    3158000 | #Constraints:      49969
1983.87/1989.13	c #Conflicts:    3159000 | #Constraints:      50970
1983.87/1989.13	c #Conflicts:    3160000 | #Constraints:      51970
1983.87/1989.13	c #Conflicts:    3161000 | #Constraints:      52970
1983.87/1989.13	c #Conflicts:    3162000 | #Constraints:      53970
1983.87/1989.13	c #Conflicts:    3163000 | #Constraints:      54970
1983.87/1989.13	c #Conflicts:    3164000 | #Constraints:      55970
1983.87/1989.13	c #Conflicts:    3165000 | #Constraints:      56970
1983.87/1989.13	c #Conflicts:    3166000 | #Constraints:      57970
1983.87/1989.13	c #Conflicts:    3167000 | #Constraints:      58970
1983.87/1989.13	c #Conflicts:    3168000 | #Constraints:      59970
1983.87/1989.13	c #Conflicts:    3169000 | #Constraints:      60970
1983.87/1989.13	c #Conflicts:    3170000 | #Constraints:      61971
1983.87/1989.13	c #Conflicts:    3171000 | #Constraints:      62971
1983.87/1989.13	c #Conflicts:    3172000 | #Constraints:      63971
1983.87/1989.13	c #Conflicts:    3173000 | #Constraints:      64972
1983.87/1989.13	c #Conflicts:    3174000 | #Constraints:      65972
1983.87/1989.13	c #Conflicts:    3175000 | #Constraints:      66972
1983.87/1989.13	c #Conflicts:    3176000 | #Constraints:      67975
1983.87/1989.13	c #Conflicts:    3177000 | #Constraints:      68975
1983.87/1989.13	c #Conflicts:    3178000 | #Constraints:      69976
1983.87/1989.13	c #Conflicts:    3179000 | #Constraints:      70978
1983.87/1989.13	c #Conflicts:    3180000 | #Constraints:      71978
1983.87/1989.13	c #Conflicts:    3181000 | #Constraints:      72979
1983.87/1989.13	c #Conflicts:    3182000 | #Constraints:      73979
1983.87/1989.13	c #Conflicts:    3183000 | #Constraints:      74979
1983.87/1989.13	c #Conflicts:    3184000 | #Constraints:      75980
1983.87/1989.13	c #Conflicts:    3185000 | #Constraints:      76981
1983.87/1989.13	c #Conflicts:    3186000 | #Constraints:      77982
1983.87/1989.13	c #Conflicts:    3187000 | #Constraints:      78982
1983.87/1989.13	c #Conflicts:    3188000 | #Constraints:      79982
1983.87/1989.13	c #Conflicts:    3189000 | #Constraints:      80982
1983.87/1989.13	c #Conflicts:    3190000 | #Constraints:      81982
1983.87/1989.13	c #Conflicts:    3191000 | #Constraints:      82983
1983.87/1989.13	c #Conflicts:    3192000 | #Constraints:      83983
1983.87/1989.13	c #Conflicts:    3193000 | #Constraints:      84984
1983.87/1989.13	c #Conflicts:    3194000 | #Constraints:      85984
1983.87/1989.13	c #Conflicts:    3195000 | #Constraints:      86984
1983.87/1989.13	c #Conflicts:    3196000 | #Constraints:      87985
1983.87/1989.13	c #Conflicts:    3197000 | #Constraints:      88985
1983.87/1989.13	c #Conflicts:    3198000 | #Constraints:      89986
1983.87/1989.13	c #Conflicts:    3199000 | #Constraints:      90986
1983.87/1989.13	c #Conflicts:    3200000 | #Constraints:      91987
1983.87/1989.13	c #Conflicts:    3201000 | #Constraints:      92988
1983.87/1989.13	c #Conflicts:    3202000 | #Constraints:      93989
1983.87/1989.13	c #Conflicts:    3203000 | #Constraints:      94989
1983.87/1989.13	c #Conflicts:    3204000 | #Constraints:      95991
1983.87/1989.13	c #Conflicts:    3205000 | #Constraints:      96991
1983.87/1989.13	c #Conflicts:    3206000 | #Constraints:      97993
1983.87/1989.13	c #Conflicts:    3207000 | #Constraints:      98993
1983.87/1989.13	c #Conflicts:    3208000 | #Constraints:      99993
1983.87/1989.13	c #Conflicts:    3209000 | #Constraints:     100994
1983.87/1989.13	c #Conflicts:    3210000 | #Constraints:     101995
1983.87/1989.13	c #Conflicts:    3211000 | #Constraints:     102996
1983.87/1989.13	c #Conflicts:    3212000 | #Constraints:     103997
1983.87/1989.13	c #Conflicts:    3213000 | #Constraints:     104997
1983.87/1989.13	c #Conflicts:    3214000 | #Constraints:     105998
1983.87/1989.13	c #Conflicts:    3215000 | #Constraints:     106999
1983.87/1989.13	c #Conflicts:    3216000 | #Constraints:     108000
1983.87/1989.13	c #Conflicts:    3217000 | #Constraints:     109000
1983.87/1989.13	c #Conflicts:    3218000 | #Constraints:     110002
1983.87/1989.13	c #Conflicts:    3219000 | #Constraints:     111002
1983.87/1989.13	c #Conflicts:    3220000 | #Constraints:     112002
1983.87/1989.13	c #Conflicts:    3221000 | #Constraints:     113004
1983.87/1989.13	c #Conflicts:    3222000 | #Constraints:     114006
1983.87/1989.13	c #Conflicts:    3223000 | #Constraints:     115006
1983.87/1989.13	c #Conflicts:    3224000 | #Constraints:     116006
1983.87/1989.13	c #Conflicts:    3225000 | #Constraints:     117007
1983.87/1989.13	c #Conflicts:    3226000 | #Constraints:     118007
1983.87/1989.13	c #Conflicts:    3227000 | #Constraints:     119008
1983.87/1989.13	c #Conflicts:    3228000 | #Constraints:     120008
1983.87/1989.13	c #Conflicts:    3229000 | #Constraints:     121008
1983.87/1989.13	c #Conflicts:    3230000 | #Constraints:     122009
1983.87/1989.13	c #Conflicts:    3231000 | #Constraints:     123010
1983.87/1989.13	c #Conflicts:    3232000 | #Constraints:     124010
1983.87/1989.13	c #Conflicts:    3233000 | #Constraints:     125010
1983.87/1989.13	c #Conflicts:    3234000 | #Constraints:     126011
1983.87/1989.13	c #Conflicts:    3235000 | #Constraints:     127011
1983.87/1989.13	c #Conflicts:    3236000 | #Constraints:     128011
2097.48/2103.09	c #Conflicts:    3237000 | #Constraints:     129012
2097.48/2103.09	c #Conflicts:    3238000 | #Constraints:     130012
2097.48/2103.09	c #Conflicts:    3239000 | #Constraints:     131013
2097.48/2103.09	c #Conflicts:    3240000 | #Constraints:     132013
2097.48/2103.09	c #Conflicts:    3241000 | #Constraints:     133014
2097.48/2103.09	c #Conflicts:    3242000 | #Constraints:     134014
2097.48/2103.09	c #Conflicts:    3243000 | #Constraints:     135014
2097.48/2103.09	c #Conflicts:    3244000 | #Constraints:     136014
2097.48/2103.09	c #Conflicts:    3245000 | #Constraints:     137015
2097.48/2103.09	c #Conflicts:    3246000 | #Constraints:     138015
2097.48/2103.09	c #Conflicts:    3247000 | #Constraints:     139015
2097.48/2103.09	c #Conflicts:    3248000 | #Constraints:     140016
2097.48/2103.09	c #Conflicts:    3249000 | #Constraints:     141016
2097.48/2103.09	c #Conflicts:    3250000 | #Constraints:     142016
2097.48/2103.09	c #Conflicts:    3251000 | #Constraints:     143017
2097.48/2103.09	c #Conflicts:    3252000 | #Constraints:     144018
2097.48/2103.09	c #Conflicts:    3253000 | #Constraints:     145018
2097.48/2103.09	c #Conflicts:    3254000 | #Constraints:     146019
2097.48/2103.09	c #Conflicts:    3255000 | #Constraints:     147019
2097.48/2103.09	c #Conflicts:    3256000 | #Constraints:     148021
2097.48/2103.09	c #Conflicts:    3257000 | #Constraints:     149021
2097.48/2103.09	c #Conflicts:    3258000 | #Constraints:     150022
2097.48/2103.09	c #Conflicts:    3259000 | #Constraints:     151022
2097.48/2103.09	c #Conflicts:    3260000 | #Constraints:     152023
2097.48/2103.09	c #Conflicts:    3261000 | #Constraints:     153024
2097.48/2103.09	c #Conflicts:    3262000 | #Constraints:     154024
2097.48/2103.09	c #Conflicts:    3263000 | #Constraints:     155025
2097.48/2103.09	c #Conflicts:    3264000 | #Constraints:     156025
2097.48/2103.09	c #Conflicts:    3265000 | #Constraints:     157025
2097.48/2103.09	c #Conflicts:    3266000 | #Constraints:     158026
2097.48/2103.09	c #Conflicts:    3267000 | #Constraints:     159026
2097.48/2103.09	c #Conflicts:    3268000 | #Constraints:     160026
2097.48/2103.09	c #Conflicts:    3269000 | #Constraints:     161027
2097.48/2103.09	c #Conflicts:    3270000 | #Constraints:     162028
2097.48/2103.09	c #Conflicts:    3271000 | #Constraints:     163029
2097.48/2103.09	c #Conflicts:    3272000 | #Constraints:     164029
2097.48/2103.09	c #Conflicts:    3273000 | #Constraints:     165030
2097.48/2103.09	c #Conflicts:    3274000 | #Constraints:     166032
2097.48/2103.09	c #Conflicts:    3275000 | #Constraints:     167032
2097.48/2103.09	c #Conflicts:    3276000 | #Constraints:     168032
2097.48/2103.09	c #Conflicts:    3277000 | #Constraints:     169032
2097.48/2103.09	c #Conflicts:    3278000 | #Constraints:     170033
2097.48/2103.09	c #Conflicts:    3279000 | #Constraints:     171033
2097.48/2103.09	c #Conflicts:    3280000 | #Constraints:     172033
2097.48/2103.09	c #Conflicts:    3281000 | #Constraints:     173034
2097.48/2103.09	c #Conflicts:    3282000 | #Constraints:     174035
2097.48/2103.09	c #Conflicts:    3283000 | #Constraints:     175036
2097.48/2103.09	c #Conflicts:    3284000 | #Constraints:     176036
2097.48/2103.09	c #Conflicts:    3285000 | #Constraints:     177037
2097.48/2103.09	c #Conflicts:    3286000 | #Constraints:     178038
2097.48/2103.09	c #Conflicts:    3287000 | #Constraints:     179038
2097.48/2103.09	c #Conflicts:    3288000 | #Constraints:     180039
2097.48/2103.09	c #Conflicts:    3289000 | #Constraints:     181040
2097.48/2103.09	c #Conflicts:    3290000 | #Constraints:     182040
2097.48/2103.09	c #Conflicts:    3291000 | #Constraints:     183041
2097.48/2103.09	c #Conflicts:    3292000 | #Constraints:     184041
2097.48/2103.09	c #Conflicts:    3293000 | #Constraints:     185045
2097.48/2103.09	c #Conflicts:    3294000 | #Constraints:     186047
2097.48/2103.09	c #Conflicts:    3295000 | #Constraints:     187051
2097.48/2103.09	c #Conflicts:    3296000 | #Constraints:     188052
2097.48/2103.09	c #Conflicts:    3297000 | #Constraints:     189052
2097.48/2103.09	c #Conflicts:    3298000 | #Constraints:     190053
2097.48/2103.09	c #Conflicts:    3299000 | #Constraints:     191054
2097.48/2103.09	c #Conflicts:    3300000 | #Constraints:     192055
2097.48/2103.09	c INPROCESSING
2097.48/2103.09	c GARBAGE COLLECT
2097.48/2103.09	c rational objective 120.194
2134.40/2140.02	c #Conflicts:    3301000 | #Constraints:      98963
2134.40/2140.02	c #Conflicts:    3302000 | #Constraints:      99963
2134.40/2140.02	c #Conflicts:    3303000 | #Constraints:     100963
2134.40/2140.02	c #Conflicts:    3304000 | #Constraints:     101963
2134.40/2140.02	c #Conflicts:    3305000 | #Constraints:     102963
2134.40/2140.02	c #Conflicts:    3306000 | #Constraints:     103963
2134.40/2140.02	c #Conflicts:    3307000 | #Constraints:     104963
2134.40/2140.02	c #Conflicts:    3308000 | #Constraints:     105963
2134.40/2140.02	c #Conflicts:    3309000 | #Constraints:     106963
2134.40/2140.02	c #Conflicts:    3310000 | #Constraints:     107963
2134.40/2140.02	c #Conflicts:    3311000 | #Constraints:     108963
2134.40/2140.02	c #Conflicts:    3312000 | #Constraints:     109963
2134.40/2140.02	c #Conflicts:    3313000 | #Constraints:     110964
2134.40/2140.02	c #Conflicts:    3314000 | #Constraints:     111964
2134.40/2140.02	c #Conflicts:    3315000 | #Constraints:     112964
2134.40/2140.02	c #Conflicts:    3316000 | #Constraints:     113964
2134.40/2140.02	c #Conflicts:    3317000 | #Constraints:     114964
2134.40/2140.02	c #Conflicts:    3318000 | #Constraints:     115964
2134.40/2140.02	c #Conflicts:    3319000 | #Constraints:     116964
2134.40/2140.02	c #Conflicts:    3320000 | #Constraints:     117964
2134.40/2140.02	c #Conflicts:    3321000 | #Constraints:     118964
2134.40/2140.02	c #Conflicts:    3322000 | #Constraints:     119964
2134.40/2140.02	c #Conflicts:    3323000 | #Constraints:     120964
2134.40/2140.02	c #Conflicts:    3324000 | #Constraints:     121964
2134.40/2140.02	c #Conflicts:    3325000 | #Constraints:     122964
2134.40/2140.02	c #Conflicts:    3326000 | #Constraints:     123964
2134.40/2140.02	c #Conflicts:    3327000 | #Constraints:     124965
2134.40/2140.02	c #Conflicts:    3328000 | #Constraints:     125965
2134.40/2140.02	c #Conflicts:    3329000 | #Constraints:     126965
2134.40/2140.02	c #Conflicts:    3330000 | #Constraints:     127965
2134.40/2140.02	c #Conflicts:    3331000 | #Constraints:     128966
2134.40/2140.02	c #Conflicts:    3332000 | #Constraints:     129966
2134.40/2140.02	c #Conflicts:    3333000 | #Constraints:     130966
2134.40/2140.02	c #Conflicts:    3334000 | #Constraints:     131966
2134.40/2140.02	c #Conflicts:    3335000 | #Constraints:     132966
2134.40/2140.02	c #Conflicts:    3336000 | #Constraints:     133966
2134.40/2140.02	c #Conflicts:    3337000 | #Constraints:     134967
2134.40/2140.02	c #Conflicts:    3338000 | #Constraints:     135968
2134.40/2140.02	c #Conflicts:    3339000 | #Constraints:     136969
2134.40/2140.02	c #Conflicts:    3340000 | #Constraints:     137969
2134.40/2140.02	c INPROCESSING
2134.40/2140.02	c GARBAGE COLLECT
2134.40/2140.02	c rational objective 120.194
2179.96/2185.76	c #Conflicts:    3341000 | #Constraints:      71753
2179.96/2185.76	c #Conflicts:    3342000 | #Constraints:      72753
2179.96/2185.76	c #Conflicts:    3343000 | #Constraints:      73754
2179.96/2185.76	c #Conflicts:    3344000 | #Constraints:      74754
2179.96/2185.76	c #Conflicts:    3345000 | #Constraints:      75754
2179.96/2185.76	c #Conflicts:    3346000 | #Constraints:      76754
2179.96/2185.76	c #Conflicts:    3347000 | #Constraints:      77754
2179.96/2185.76	c #Conflicts:    3348000 | #Constraints:      78754
2179.96/2185.76	c #Conflicts:    3349000 | #Constraints:      79754
2179.96/2185.76	c #Conflicts:    3350000 | #Constraints:      80754
2179.96/2185.76	c #Conflicts:    3351000 | #Constraints:      81754
2179.96/2185.76	c #Conflicts:    3352000 | #Constraints:      82754
2179.96/2185.76	c #Conflicts:    3353000 | #Constraints:      83754
2179.96/2185.76	c #Conflicts:    3354000 | #Constraints:      84754
2179.96/2185.76	c #Conflicts:    3355000 | #Constraints:      85754
2179.96/2185.76	c #Conflicts:    3356000 | #Constraints:      86754
2179.96/2185.76	c #Conflicts:    3357000 | #Constraints:      87754
2179.96/2185.76	c #Conflicts:    3358000 | #Constraints:      88754
2179.96/2185.76	c #Conflicts:    3359000 | #Constraints:      89755
2179.96/2185.76	c #Conflicts:    3360000 | #Constraints:      90755
2179.96/2185.76	c #Conflicts:    3361000 | #Constraints:      91756
2179.96/2185.76	c #Conflicts:    3362000 | #Constraints:      92756
2179.96/2185.76	c #Conflicts:    3363000 | #Constraints:      93757
2179.96/2185.76	c #Conflicts:    3364000 | #Constraints:      94757
2179.96/2185.76	c #Conflicts:    3365000 | #Constraints:      95757
2179.96/2185.76	c #Conflicts:    3366000 | #Constraints:      96757
2179.96/2185.76	c #Conflicts:    3367000 | #Constraints:      97758
2179.96/2185.76	c #Conflicts:    3368000 | #Constraints:      98758
2179.96/2185.76	c #Conflicts:    3369000 | #Constraints:      99758
2179.96/2185.76	c #Conflicts:    3370000 | #Constraints:     100759
2179.96/2185.76	c #Conflicts:    3371000 | #Constraints:     101759
2179.96/2185.76	c #Conflicts:    3372000 | #Constraints:     102760
2179.96/2185.76	c #Conflicts:    3373000 | #Constraints:     103760
2179.96/2185.76	c #Conflicts:    3374000 | #Constraints:     104760
2179.96/2185.76	c #Conflicts:    3375000 | #Constraints:     105760
2179.96/2185.76	c #Conflicts:    3376000 | #Constraints:     106761
2179.96/2185.76	c #Conflicts:    3377000 | #Constraints:     107761
2179.96/2185.76	c #Conflicts:    3378000 | #Constraints:     108762
2179.96/2185.76	c #Conflicts:    3379000 | #Constraints:     109762
2179.96/2185.76	c #Conflicts:    3380000 | #Constraints:     110763
2179.96/2185.76	c #Conflicts:    3381000 | #Constraints:     111763
2179.96/2185.76	c INPROCESSING
2179.96/2185.76	c GARBAGE COLLECT
2179.96/2185.76	c #Conflicts:    3382000 | #Constraints:      58906
2179.96/2185.76	c #Conflicts:    3383000 | #Constraints:      59906
2179.96/2185.76	c #Conflicts:    3384000 | #Constraints:      60906
2179.96/2185.76	c #Conflicts:    3385000 | #Constraints:      61906
2179.96/2185.76	c #Conflicts:    3386000 | #Constraints:      62906
2179.96/2185.76	c #Conflicts:    3387000 | #Constraints:      63906
2179.96/2185.76	c #Conflicts:    3388000 | #Constraints:      64906
2179.96/2185.76	c #Conflicts:    3389000 | #Constraints:      65906
2179.96/2185.76	c #Conflicts:    3390000 | #Constraints:      66907
2179.96/2185.76	c #Conflicts:    3391000 | #Constraints:      67907
2179.96/2185.76	c #Conflicts:    3392000 | #Constraints:      68907
2179.96/2185.76	c #Conflicts:    3393000 | #Constraints:      69907
2179.96/2185.76	c #Conflicts:    3394000 | #Constraints:      70907
2179.96/2185.76	c #Conflicts:    3395000 | #Constraints:      71908
2179.96/2185.76	c #Conflicts:    3396000 | #Constraints:      72909
2179.96/2185.76	c #Conflicts:    3397000 | #Constraints:      73909
2179.96/2185.76	c #Conflicts:    3398000 | #Constraints:      74909
2179.96/2185.76	c #Conflicts:    3399000 | #Constraints:      75909
2179.96/2185.76	c #Conflicts:    3400000 | #Constraints:      76910
2179.96/2185.76	c #Conflicts:    3401000 | #Constraints:      77910
2179.96/2185.76	c #Conflicts:    3402000 | #Constraints:      78910
2179.96/2185.76	c #Conflicts:    3403000 | #Constraints:      79910
2179.96/2185.76	c #Conflicts:    3404000 | #Constraints:      80911
2179.96/2185.76	c #Conflicts:    3405000 | #Constraints:      81912
2179.96/2185.76	c #Conflicts:    3406000 | #Constraints:      82913
2179.96/2185.76	c #Conflicts:    3407000 | #Constraints:      83913
2179.96/2185.76	c #Conflicts:    3408000 | #Constraints:      84915
2179.96/2185.76	c #Conflicts:    3409000 | #Constraints:      85917
2179.96/2185.76	c #Conflicts:    3410000 | #Constraints:      86920
2179.96/2185.76	c #Conflicts:    3411000 | #Constraints:      87921
2179.96/2185.76	c #Conflicts:    3412000 | #Constraints:      88921
2179.96/2185.76	c #Conflicts:    3413000 | #Constraints:      89922
2179.96/2185.76	c #Conflicts:    3414000 | #Constraints:      90922
2179.96/2185.76	c #Conflicts:    3415000 | #Constraints:      91923
2179.96/2185.76	c #Conflicts:    3416000 | #Constraints:      92924
2179.96/2185.76	c #Conflicts:    3417000 | #Constraints:      93926
2179.96/2185.76	c #Conflicts:    3418000 | #Constraints:      94927
2179.96/2185.76	c #Conflicts:    3419000 | #Constraints:      95929
2182.46/2188.21	c #Conflicts:    3420000 | #Constraints:      96930
2182.46/2188.21	c #Conflicts:    3421000 | #Constraints:      97930
2182.46/2188.21	c #Conflicts:    3422000 | #Constraints:      98930
2182.46/2188.21	c INPROCESSING
2182.46/2188.21	c GARBAGE COLLECT
2182.46/2188.21	c rational objective 120.194
2240.72/2246.65	c #Conflicts:    3423000 | #Constraints:      52638
2240.72/2246.65	c #Conflicts:    3424000 | #Constraints:      53638
2240.72/2246.65	c #Conflicts:    3425000 | #Constraints:      54638
2240.72/2246.65	c #Conflicts:    3426000 | #Constraints:      55638
2240.72/2246.65	c #Conflicts:    3427000 | #Constraints:      56638
2240.72/2246.65	c #Conflicts:    3428000 | #Constraints:      57638
2240.72/2246.65	c #Conflicts:    3429000 | #Constraints:      58638
2240.72/2246.65	c #Conflicts:    3430000 | #Constraints:      59638
2240.72/2246.65	c #Conflicts:    3431000 | #Constraints:      60638
2240.72/2246.65	c #Conflicts:    3432000 | #Constraints:      61638
2240.72/2246.65	c #Conflicts:    3433000 | #Constraints:      62638
2240.72/2246.65	c #Conflicts:    3434000 | #Constraints:      63639
2240.72/2246.65	c #Conflicts:    3435000 | #Constraints:      64639
2240.72/2246.65	c #Conflicts:    3436000 | #Constraints:      65639
2240.72/2246.65	c #Conflicts:    3437000 | #Constraints:      66639
2240.72/2246.65	c #Conflicts:    3438000 | #Constraints:      67639
2240.72/2246.65	c #Conflicts:    3439000 | #Constraints:      68640
2240.72/2246.65	c #Conflicts:    3440000 | #Constraints:      69640
2240.72/2246.65	c #Conflicts:    3441000 | #Constraints:      70641
2240.72/2246.65	c #Conflicts:    3442000 | #Constraints:      71642
2240.72/2246.65	c #Conflicts:    3443000 | #Constraints:      72642
2240.72/2246.65	c #Conflicts:    3444000 | #Constraints:      73642
2240.72/2246.65	c #Conflicts:    3445000 | #Constraints:      74643
2240.72/2246.65	c #Conflicts:    3446000 | #Constraints:      75644
2240.72/2246.65	c #Conflicts:    3447000 | #Constraints:      76644
2240.72/2246.65	c #Conflicts:    3448000 | #Constraints:      77645
2240.72/2246.65	c #Conflicts:    3449000 | #Constraints:      78645
2240.72/2246.65	c #Conflicts:    3450000 | #Constraints:      79645
2240.72/2246.65	c #Conflicts:    3451000 | #Constraints:      80646
2240.72/2246.65	c #Conflicts:    3452000 | #Constraints:      81647
2240.72/2246.65	c #Conflicts:    3453000 | #Constraints:      82648
2240.72/2246.65	c #Conflicts:    3454000 | #Constraints:      83649
2240.72/2246.65	c #Conflicts:    3455000 | #Constraints:      84650
2240.72/2246.65	c #Conflicts:    3456000 | #Constraints:      85652
2240.72/2246.65	c #Conflicts:    3457000 | #Constraints:      86653
2240.72/2246.65	c #Conflicts:    3458000 | #Constraints:      87654
2240.72/2246.65	c #Conflicts:    3459000 | #Constraints:      88656
2240.72/2246.65	c #Conflicts:    3460000 | #Constraints:      89657
2240.72/2246.65	c #Conflicts:    3461000 | #Constraints:      90661
2240.72/2246.65	c #Conflicts:    3462000 | #Constraints:      91662
2240.72/2246.65	c #Conflicts:    3463000 | #Constraints:      92664
2240.72/2246.65	c #Conflicts:    3464000 | #Constraints:      93665
2240.72/2246.65	c #Conflicts:    3465000 | #Constraints:      94665
2240.72/2246.65	c #Conflicts:    3466000 | #Constraints:      95665
2240.72/2246.65	c #Conflicts:    3467000 | #Constraints:      96667
2240.72/2246.65	c #Conflicts:    3468000 | #Constraints:      97667
2240.72/2246.65	c #Conflicts:    3469000 | #Constraints:      98667
2240.72/2246.65	c #Conflicts:    3470000 | #Constraints:      99667
2240.72/2246.65	c #Conflicts:    3471000 | #Constraints:     100669
2240.72/2246.65	c #Conflicts:    3472000 | #Constraints:     101669
2240.72/2246.65	c #Conflicts:    3473000 | #Constraints:     102669
2240.72/2246.65	c #Conflicts:    3474000 | #Constraints:     103672
2240.72/2246.65	c #Conflicts:    3475000 | #Constraints:     104673
2240.72/2246.65	c #Conflicts:    3476000 | #Constraints:     105673
2240.72/2246.65	c #Conflicts:    3477000 | #Constraints:     106675
2240.72/2246.65	c #Conflicts:    3478000 | #Constraints:     107675
2240.72/2246.65	c #Conflicts:    3479000 | #Constraints:     108676
2240.72/2246.65	c #Conflicts:    3480000 | #Constraints:     109676
2240.72/2246.65	c #Conflicts:    3481000 | #Constraints:     110676
2240.72/2246.65	c #Conflicts:    3482000 | #Constraints:     111676
2240.72/2246.65	c #Conflicts:    3483000 | #Constraints:     112676
2240.72/2246.65	c #Conflicts:    3484000 | #Constraints:     113676
2240.72/2246.65	c #Conflicts:    3485000 | #Constraints:     114676
2240.72/2246.65	c #Conflicts:    3486000 | #Constraints:     115676
2240.72/2246.65	c #Conflicts:    3487000 | #Constraints:     116676
2240.72/2246.65	c #Conflicts:    3488000 | #Constraints:     117676
2240.72/2246.65	c #Conflicts:    3489000 | #Constraints:     118676
2240.72/2246.65	c #Conflicts:    3490000 | #Constraints:     119677
2240.72/2246.65	c #Conflicts:    3491000 | #Constraints:     120677
2240.72/2246.65	c #Conflicts:    3492000 | #Constraints:     121677
2240.72/2246.65	c #Conflicts:    3493000 | #Constraints:     122678
2240.72/2246.65	c #Conflicts:    3494000 | #Constraints:     123678
2240.72/2246.65	c #Conflicts:    3495000 | #Constraints:     124678
2240.72/2246.65	c #Conflicts:    3496000 | #Constraints:     125679
2240.72/2246.65	c #Conflicts:    3497000 | #Constraints:     126679
2240.72/2246.65	c #Conflicts:    3498000 | #Constraints:     127679
2240.72/2246.65	c #Conflicts:    3499000 | #Constraints:     128679
2240.72/2246.65	c #Conflicts:    3500000 | #Constraints:     129680
2240.72/2246.65	c #Conflicts:    3501000 | #Constraints:     130682
2347.75/2353.91	c #Conflicts:    3502000 | #Constraints:     131683
2347.75/2353.91	c #Conflicts:    3503000 | #Constraints:     132683
2347.75/2353.91	c #Conflicts:    3504000 | #Constraints:     133684
2347.75/2353.91	c #Conflicts:    3505000 | #Constraints:     134685
2347.75/2353.91	c #Conflicts:    3506000 | #Constraints:     135686
2347.75/2353.91	c #Conflicts:    3507000 | #Constraints:     136686
2347.75/2353.91	c #Conflicts:    3508000 | #Constraints:     137688
2347.75/2353.91	c #Conflicts:    3509000 | #Constraints:     138688
2347.75/2353.91	c #Conflicts:    3510000 | #Constraints:     139694
2347.75/2353.91	c #Conflicts:    3511000 | #Constraints:     140697
2347.75/2353.91	c #Conflicts:    3512000 | #Constraints:     141701
2347.75/2353.91	c #Conflicts:    3513000 | #Constraints:     142704
2347.75/2353.91	c #Conflicts:    3514000 | #Constraints:     143705
2347.75/2353.91	c #Conflicts:    3515000 | #Constraints:     144705
2347.75/2353.91	c #Conflicts:    3516000 | #Constraints:     145705
2347.75/2353.91	c #Conflicts:    3517000 | #Constraints:     146705
2347.75/2353.91	c #Conflicts:    3518000 | #Constraints:     147705
2347.75/2353.91	c #Conflicts:    3519000 | #Constraints:     148705
2347.75/2353.91	c #Conflicts:    3520000 | #Constraints:     149705
2347.75/2353.91	c #Conflicts:    3521000 | #Constraints:     150705
2347.75/2353.91	c #Conflicts:    3522000 | #Constraints:     151705
2347.75/2353.91	c #Conflicts:    3523000 | #Constraints:     152705
2347.75/2353.91	c #Conflicts:    3524000 | #Constraints:     153705
2347.75/2353.91	c #Conflicts:    3525000 | #Constraints:     154705
2347.75/2353.91	c #Conflicts:    3526000 | #Constraints:     155705
2347.75/2353.91	c #Conflicts:    3527000 | #Constraints:     156706
2347.75/2353.91	c #Conflicts:    3528000 | #Constraints:     157706
2347.75/2353.91	c #Conflicts:    3529000 | #Constraints:     158706
2347.75/2353.91	c #Conflicts:    3530000 | #Constraints:     159707
2347.75/2353.91	c #Conflicts:    3531000 | #Constraints:     160707
2347.75/2353.91	c #Conflicts:    3532000 | #Constraints:     161709
2347.75/2353.91	c #Conflicts:    3533000 | #Constraints:     162710
2347.75/2353.91	c #Conflicts:    3534000 | #Constraints:     163711
2347.75/2353.91	c #Conflicts:    3535000 | #Constraints:     164713
2347.75/2353.91	c #Conflicts:    3536000 | #Constraints:     165714
2347.75/2353.91	c #Conflicts:    3537000 | #Constraints:     166714
2347.75/2353.91	c #Conflicts:    3538000 | #Constraints:     167715
2347.75/2353.91	c #Conflicts:    3539000 | #Constraints:     168718
2347.75/2353.91	c #Conflicts:    3540000 | #Constraints:     169719
2347.75/2353.91	c #Conflicts:    3541000 | #Constraints:     170720
2347.75/2353.91	c #Conflicts:    3542000 | #Constraints:     171722
2347.75/2353.91	c #Conflicts:    3543000 | #Constraints:     172723
2347.75/2353.91	c #Conflicts:    3544000 | #Constraints:     173724
2347.75/2353.91	c #Conflicts:    3545000 | #Constraints:     174725
2347.75/2353.91	c #Conflicts:    3546000 | #Constraints:     175726
2347.75/2353.91	c #Conflicts:    3547000 | #Constraints:     176726
2347.75/2353.91	c #Conflicts:    3548000 | #Constraints:     177726
2347.75/2353.91	c #Conflicts:    3549000 | #Constraints:     178726
2347.75/2353.91	c #Conflicts:    3550000 | #Constraints:     179727
2347.75/2353.91	c #Conflicts:    3551000 | #Constraints:     180728
2347.75/2353.91	c #Conflicts:    3552000 | #Constraints:     181730
2347.75/2353.91	c #Conflicts:    3553000 | #Constraints:     182730
2347.75/2353.91	c #Conflicts:    3554000 | #Constraints:     183731
2347.75/2353.91	c #Conflicts:    3555000 | #Constraints:     184733
2347.75/2353.91	c #Conflicts:    3556000 | #Constraints:     185734
2347.75/2353.91	c #Conflicts:    3557000 | #Constraints:     186735
2347.75/2353.91	c #Conflicts:    3558000 | #Constraints:     187737
2347.75/2353.91	c #Conflicts:    3559000 | #Constraints:     188741
2347.75/2353.91	c #Conflicts:    3560000 | #Constraints:     189748
2347.75/2353.91	c #Conflicts:    3561000 | #Constraints:     190752
2347.75/2353.91	c #Conflicts:    3562000 | #Constraints:     191754
2347.75/2353.91	c #Conflicts:    3563000 | #Constraints:     192758
2347.75/2353.91	c #Conflicts:    3564000 | #Constraints:     193761
2347.75/2353.91	c #Conflicts:    3565000 | #Constraints:     194762
2347.75/2353.91	c #Conflicts:    3566000 | #Constraints:     195769
2347.75/2353.91	c #Conflicts:    3567000 | #Constraints:     196770
2347.75/2353.91	c #Conflicts:    3568000 | #Constraints:     197776
2347.75/2353.91	c #Conflicts:    3569000 | #Constraints:     198780
2347.75/2353.91	c #Conflicts:    3570000 | #Constraints:     199780
2347.75/2353.91	c INPROCESSING
2347.75/2353.91	c GARBAGE COLLECT
2347.75/2353.91	WSVECS04 Frhs2[3]: 6 -25.7945 0 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[10]: 6 0 3.99694 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[21]: 6 -1.06372 0 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[24]: 6 0 25.0519 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[25]: 6 -1 0 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[27]: 6 0 24.7945 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[34]: 6 -0.984448 0 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[38]: 6 -1 0 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[43]: 6 -54.7316 0 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[57]: 6 0 1.82905 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[60]: 6 0 3.59164 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[71]: 6 -2.00194 0 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[74]: 6 -27.8258 0 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[98]: 6 -10.7755 0 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[107]: 6 -191.499 0 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[111]: 6 -22.8615 0 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[112]: 6 -414.818 0 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[114]: 6 -0.994423 0 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[116]: 6 0 169.38 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[117]: 6 0 15.5441 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[118]: 6 0 179.612 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[120]: 6 0 181.607 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[130]: 6 0 12.1343 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[131]: 6 -1 0 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[133]: 6 -1 0 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[137]: 6 -1 0 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[151]: 6 0 97.729 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[160]: 6 -0.998732 0 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[164]: 6 -1 0 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[180]: 6 -1 0 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[181]: 6 0 0.115603 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[207]: 6 0 106.054 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[208]: 6 0 106.054 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[210]: 6 -11.9103 0 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[211]: 6 0 150.901 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[216]: 6 0 164.706 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[221]: 6 0 106.188 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[226]: 6 0 109.528 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[227]: 6 0 73.9385 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[233]: 6 0 2.8368 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[238]: 6 -1.02019 0 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[267]: 6 -0.941787 0 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[275]: 6 -66.0833 0 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[284]: 6 0 0.0183276 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[285]: 6 0 0.00320404 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[297]: 6 0 1 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[316]: 6 0 110.407 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[329]: 6 -13.4004 0 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[334]: 6 0 2.36791 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[342]: 6 0 0.197381 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[353]: 6 -1 0 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[400]: 6 0 32.131 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[403]: 6 0 3.72239 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[418]: 6 0 0.0141259 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[421]: 6 0 200.867 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[432]: 6 0 0.00893558 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[436]: 6 0 2.72239 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[439]: 6 0 2.72239 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[441]: 6 -180.394 0 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[448]: 6 0 2.72239 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[449]: 6 0 8.74026 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[491]: 6 0 0.0178704 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[496]: 6 -0.0178711 0 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[508]: 6 -0.0178705 0 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[1201]: 6 0 197.885 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[1204]: 6 -6 0 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[1212]: 6 -0.780542 0 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[1219]: 6 -1 0 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[1222]: 6 -1 0 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[1226]: 6 -1 0 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[1234]: 6 -1 0 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[1246]: 6 -1 0 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[1255]: 6 -17.895 0 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[1303]: 6 -1 0 shouldn't be
2347.75/2353.91	WSVECS04 Frhs2[1344]: 6 -2 0 shouldn't be
2347.86/2354.03	WSVECS04 Frhs2[32]: 6 0 34.4565 shouldn't be
2347.86/2354.03	WSVECS04 Frhs2[37]: 6 -1 0 shouldn't be
2347.86/2354.03	WSVECS04 Frhs2[53]: 6 0 6.72259 shouldn't be
2347.86/2354.03	WSVECS04 Frhs2[63]: 6 0 7.36034 shouldn't be
2347.86/2354.03	WSVECS04 Frhs2[127]: 6 0 0.0319958 shouldn't be
2347.86/2354.03	WSVECS04 Frhs2[147]: 6 0 2 shouldn't be
2347.86/2354.03	WSVECS04 Frhs2[152]: 6 0 10.8488 shouldn't be
2347.86/2354.03	WSVECS04 Frhs2[186]: 6 -1 0 shouldn't be
2347.86/2354.03	WSVECS04 Frhs2[202]: 6 0 31.1637 shouldn't be
2347.86/2354.03	WSVECS04 Frhs2[209]: 6 0 106.054 shouldn't be
2347.86/2354.03	WSVECS04 Frhs2[230]: 6 0 106.757 shouldn't be
2347.86/2354.03	WSVECS04 Frhs2[231]: 6 -28.6422 0 shouldn't be
2347.86/2354.03	WSVECS04 Frhs2[234]: 6 0 33.8576 shouldn't be
2347.86/2354.03	WSVECS04 Frhs2[314]: 6 -1 0 shouldn't be
2347.86/2354.03	WSVECS04 Frhs2[318]: 6 -88.7439 0 shouldn't be
2347.86/2354.03	WSVECS04 Frhs2[332]: 6 0 2.36791 shouldn't be
2347.86/2354.03	WSVECS04 Frhs2[335]: 6 0 2.36792 shouldn't be
2347.86/2354.03	WSVECS04 Frhs2[389]: 6 0 202.625 shouldn't be
2347.86/2354.03	WSVECS04 Frhs2[413]: 6 0 1.41857 shouldn't be
2347.86/2354.03	WSVECS04 Frhs2[677]: 6 0 20.6144 shouldn't be
2347.86/2354.03	WSVECS04 Frhs2[680]: 6 0 18.1021 shouldn't be
2347.86/2354.03	WSVECS04 Frhs2[683]: 6 0 17.944 shouldn't be
2347.86/2354.03	WSVECS04 Frhs2[686]: 6 0 18.1021 shouldn't be
2347.86/2354.03	WSVECS04 Frhs2[687]: 6 0 18.1021 shouldn't be
2347.86/2354.03	WSVECS04 Frhs2[690]: 6 0 18.1021 shouldn't be
2347.86/2354.03	WSVECS04 Frhs2[699]: 6 0 91.2227 shouldn't be
2347.86/2354.03	WSVECS04 Frhs2[1074]: 6 0 2.36791 shouldn't be
2347.86/2354.03	WSVECS04 Frhs2[1077]: 6 0 2.36791 shouldn't be
2347.86/2354.03	WSVECS04 Frhs2[1221]: 6 -1.4286 0 shouldn't be
2347.86/2354.03	WSVECS04 Frhs2[1224]: 6 -1 0 shouldn't be
2347.86/2354.03	WSVECS04 Frhs2[1225]: 6 -1 0 shouldn't be
2347.86/2354.03	WSVECS04 Frhs2[1239]: 6 0 22.1816 shouldn't be
2347.86/2354.03	WSVECS04 Frhs2[1309]: 6 -0.286556 0 shouldn't be
2347.86/2354.03	WSVECS04 Frhs2[1337]: 6 -2 0 shouldn't be
2347.86/2354.03	WSVECS04 Frhs2[1343]: 6 0 27.8481 shouldn't be
2347.96/2354.13	c rational objective 120.194
2387.55/2393.87	c #Conflicts:    3571000 | #Constraints:     103078
2387.55/2393.87	c #Conflicts:    3572000 | #Constraints:     104078
2387.55/2393.87	c #Conflicts:    3573000 | #Constraints:     105078
2387.55/2393.87	c #Conflicts:    3574000 | #Constraints:     106078
2387.55/2393.87	c #Conflicts:    3575000 | #Constraints:     107078
2387.55/2393.87	c #Conflicts:    3576000 | #Constraints:     108078
2387.55/2393.87	c #Conflicts:    3577000 | #Constraints:     109078
2387.55/2393.87	c #Conflicts:    3578000 | #Constraints:     110078
2387.55/2393.87	c #Conflicts:    3579000 | #Constraints:     111078
2387.55/2393.87	c #Conflicts:    3580000 | #Constraints:     112078
2387.55/2393.87	c #Conflicts:    3581000 | #Constraints:     113078
2387.55/2393.87	c #Conflicts:    3582000 | #Constraints:     114078
2387.55/2393.87	c #Conflicts:    3583000 | #Constraints:     115078
2387.55/2393.87	c #Conflicts:    3584000 | #Constraints:     116078
2387.55/2393.87	c #Conflicts:    3585000 | #Constraints:     117078
2387.55/2393.87	c #Conflicts:    3586000 | #Constraints:     118078
2387.55/2393.87	c #Conflicts:    3587000 | #Constraints:     119078
2387.55/2393.87	c #Conflicts:    3588000 | #Constraints:     120078
2387.55/2393.87	c #Conflicts:    3589000 | #Constraints:     121078
2387.55/2393.87	c #Conflicts:    3590000 | #Constraints:     122078
2387.55/2393.87	c #Conflicts:    3591000 | #Constraints:     123078
2387.55/2393.87	c #Conflicts:    3592000 | #Constraints:     124078
2387.55/2393.87	c #Conflicts:    3593000 | #Constraints:     125078
2387.55/2393.87	c #Conflicts:    3594000 | #Constraints:     126078
2387.55/2393.87	c #Conflicts:    3595000 | #Constraints:     127079
2387.55/2393.87	c #Conflicts:    3596000 | #Constraints:     128079
2387.55/2393.87	c #Conflicts:    3597000 | #Constraints:     129079
2387.55/2393.87	c #Conflicts:    3598000 | #Constraints:     130079
2387.55/2393.87	c #Conflicts:    3599000 | #Constraints:     131079
2387.55/2393.87	c #Conflicts:    3600000 | #Constraints:     132079
2387.55/2393.87	c #Conflicts:    3601000 | #Constraints:     133079
2387.55/2393.87	c #Conflicts:    3602000 | #Constraints:     134079
2387.55/2393.87	c #Conflicts:    3603000 | #Constraints:     135079
2387.55/2393.87	c #Conflicts:    3604000 | #Constraints:     136079
2387.55/2393.87	c #Conflicts:    3605000 | #Constraints:     137079
2387.55/2393.87	c #Conflicts:    3606000 | #Constraints:     138080
2387.55/2393.87	c #Conflicts:    3607000 | #Constraints:     139080
2387.55/2393.87	c #Conflicts:    3608000 | #Constraints:     140080
2387.55/2393.87	c #Conflicts:    3609000 | #Constraints:     141081
2387.55/2393.87	c #Conflicts:    3610000 | #Constraints:     142081
2387.55/2393.87	c #Conflicts:    3611000 | #Constraints:     143081
2387.55/2393.87	c #Conflicts:    3612000 | #Constraints:     144082
2387.55/2393.87	c INPROCESSING
2387.55/2393.87	c GARBAGE COLLECT
2387.55/2393.87	WSVECS04 Frhs2[15]: 6 0 0.388208 shouldn't be
2387.55/2393.87	WSVECS04 Frhs2[31]: 6 0 5.99171 shouldn't be
2387.55/2393.87	WSVECS04 Frhs2[39]: 6 0 39.6055 shouldn't be
2387.55/2393.87	WSVECS04 Frhs2[40]: 6 0 31.6877 shouldn't be
2387.55/2393.87	WSVECS04 Frhs2[46]: 6 0 5.25252 shouldn't be
2387.55/2393.87	WSVECS04 Frhs2[51]: 6 0 5.9917 shouldn't be
2387.55/2393.87	WSVECS04 Frhs2[54]: 6 0 51.5434 shouldn't be
2387.55/2393.87	WSVECS04 Frhs2[57]: 6 -1.00006 0 shouldn't be
2387.55/2393.87	WSVECS04 Frhs2[91]: 6 0 39.8672 shouldn't be
2387.55/2393.87	WSVECS04 Frhs2[92]: 6 0 40.4016 shouldn't be
2387.55/2393.87	WSVECS04 Frhs2[98]: 6 0 4.48305 shouldn't be
2387.55/2393.87	WSVECS04 Frhs2[104]: 6 0 39.5898 shouldn't be
2387.55/2393.87	WSVECS04 Frhs2[106]: 6 0 33.5771 shouldn't be
2387.55/2393.87	WSVECS04 Frhs2[107]: 6 0 35.2161 shouldn't be
2387.55/2393.87	WSVECS04 Frhs2[109]: 6 -15.8492 0 shouldn't be
2387.55/2393.87	WSVECS04 Frhs2[111]: 6 -16.3805 0 shouldn't be
2387.55/2393.87	WSVECS04 Frhs2[114]: 6 -1.1326 0 shouldn't be
2387.55/2393.87	WSVECS04 Frhs2[133]: 6 -3.00005 0 shouldn't be
2387.55/2393.88	WSVECS04 Frhs2[145]: 6 0 0.424883 shouldn't be
2387.55/2393.88	WSVECS04 Frhs2[151]: 6 0 11.4981 shouldn't be
2387.55/2393.88	WSVECS04 Frhs2[164]: 6 -1.0001 0 shouldn't be
2387.55/2393.88	WSVECS04 Frhs2[175]: 6 -1.00004 0 shouldn't be
2387.55/2393.88	WSVECS04 Frhs2[183]: 6 0 2.93873 shouldn't be
2387.55/2393.88	WSVECS04 Frhs2[201]: 6 0 3.89322 shouldn't be
2387.55/2393.88	WSVECS04 Frhs2[203]: 6 0 58.4795 shouldn't be
2387.55/2393.88	WSVECS04 Frhs2[204]: 6 -19.1426 0 shouldn't be
2387.55/2393.88	WSVECS04 Frhs2[217]: 6 -20.2021 0 shouldn't be
2387.55/2393.88	WSVECS04 Frhs2[226]: 6 0 72.0967 shouldn't be
2387.55/2393.88	WSVECS04 Frhs2[230]: 6 0 47.8247 shouldn't be
2387.55/2393.88	WSVECS04 Frhs2[235]: 6 -39.5818 0 shouldn't be
2387.55/2393.88	WSVECS04 Frhs2[268]: 6 0 0.584924 shouldn't be
2387.55/2393.88	WSVECS04 Frhs2[271]: 6 0 8.85816 shouldn't be
2387.55/2393.88	WSVECS04 Frhs2[272]: 6 -60.5722 0 shouldn't be
2387.55/2393.88	WSVECS04 Frhs2[273]: 6 0 1.6768 shouldn't be
2387.55/2393.88	WSVECS04 Frhs2[279]: 6 0 1.24928 shouldn't be
2387.55/2393.88	WSVECS04 Frhs2[303]: 6 0 11.2369 shouldn't be
2387.55/2393.88	WSVECS04 Frhs2[325]: 6 0 2.00008 shouldn't be
2387.55/2393.88	WSVECS04 Frhs2[363]: 6 0 2.79253 shouldn't be
2387.55/2393.88	WSVECS04 Frhs2[372]: 6 0 1.00004 shouldn't be
2387.55/2393.88	WSVECS04 Frhs2[394]: 6 0 32.9001 shouldn't be
2387.55/2393.88	WSVECS04 Frhs2[400]: 6 0 26.6358 shouldn't be
2387.55/2393.88	WSVECS04 Frhs2[430]: 6 0 0.161217 shouldn't be
2387.55/2393.88	WSVECS04 Frhs2[441]: 6 0 63.7952 shouldn't be
2387.55/2393.88	WSVECS04 Frhs2[468]: 6 -1.00005 0 shouldn't be
2387.55/2393.88	WSVECS04 Frhs2[476]: 6 0 7.75584 shouldn't be
2387.55/2393.88	WSVECS04 Frhs2[486]: 6 0 64.8199 shouldn't be
2387.55/2393.88	WSVECS04 Frhs2[490]: 6 0 25.5692 shouldn't be
2387.55/2393.88	WSVECS04 Frhs2[505]: 6 0 25.1444 shouldn't be
2387.55/2393.88	WSVECS04 Frhs2[507]: 6 0 25.1444 shouldn't be
2387.55/2393.88	WSVECS04 Frhs2[521]: 6 0 7.75583 shouldn't be
2387.55/2393.88	WSVECS04 Frhs2[522]: 6 0 32.9001 shouldn't be
2387.55/2393.88	WSVECS04 Frhs2[524]: 6 0 11.5598 shouldn't be
2387.55/2393.88	WSVECS04 Frhs2[676]: 6 0 34.159 shouldn't be
2387.55/2393.88	WSVECS04 Frhs2[681]: 6 0 15.3418 shouldn't be
2387.55/2393.88	WSVECS04 Frhs2[1246]: 6 -1.00002 0 shouldn't be
2387.55/2393.88	WSVECS04 Frhs2[1256]: 6 -1.00008 0 shouldn't be
2387.55/2393.88	WSVECS04 Frhs2[1273]: 6 -1.00003 0 shouldn't be
2387.55/2393.88	WSVECS04 Frhs2[1282]: 6 -7.20383 0 shouldn't be
2387.55/2393.88	WSVECS04 Frhs2[1283]: 6 -1.00002 0 shouldn't be
2387.55/2393.88	WSVECS04 Frhs2[1284]: 6 -1.00002 0 shouldn't be
2387.55/2393.88	WSVECS04 Frhs2[1335]: 6 -4.00006 0 shouldn't be
2387.76/2394.01	c rational objective 120.194
2414.89/2421.23	c #Conflicts:    3613000 | #Constraints:      75217
2414.89/2421.23	c #Conflicts:    3614000 | #Constraints:      76218
2414.89/2421.23	c #Conflicts:    3615000 | #Constraints:      77218
2414.89/2421.23	c #Conflicts:    3616000 | #Constraints:      78218
2414.89/2421.23	c #Conflicts:    3617000 | #Constraints:      79218
2414.89/2421.23	c #Conflicts:    3618000 | #Constraints:      80218
2414.89/2421.23	c #Conflicts:    3619000 | #Constraints:      81218
2414.89/2421.23	c #Conflicts:    3620000 | #Constraints:      82218
2414.89/2421.23	c #Conflicts:    3621000 | #Constraints:      83218
2414.89/2421.23	c #Conflicts:    3622000 | #Constraints:      84218
2414.89/2421.23	c #Conflicts:    3623000 | #Constraints:      85218
2414.89/2421.23	c #Conflicts:    3624000 | #Constraints:      86219
2414.89/2421.23	c #Conflicts:    3625000 | #Constraints:      87220
2414.89/2421.23	c #Conflicts:    3626000 | #Constraints:      88220
2414.89/2421.23	c #Conflicts:    3627000 | #Constraints:      89220
2414.89/2421.23	c #Conflicts:    3628000 | #Constraints:      90220
2414.89/2421.23	c #Conflicts:    3629000 | #Constraints:      91220
2414.89/2421.23	c #Conflicts:    3630000 | #Constraints:      92220
2414.89/2421.23	c #Conflicts:    3631000 | #Constraints:      93220
2414.89/2421.23	c #Conflicts:    3632000 | #Constraints:      94220
2414.89/2421.23	c #Conflicts:    3633000 | #Constraints:      95220
2414.89/2421.23	c #Conflicts:    3634000 | #Constraints:      96220
2414.89/2421.23	c #Conflicts:    3635000 | #Constraints:      97220
2414.89/2421.23	c #Conflicts:    3636000 | #Constraints:      98220
2414.89/2421.23	c #Conflicts:    3637000 | #Constraints:      99220
2414.89/2421.23	c #Conflicts:    3638000 | #Constraints:     100220
2414.89/2421.23	c #Conflicts:    3639000 | #Constraints:     101220
2414.89/2421.23	c #Conflicts:    3640000 | #Constraints:     102220
2414.89/2421.23	c #Conflicts:    3641000 | #Constraints:     103220
2414.89/2421.23	c #Conflicts:    3642000 | #Constraints:     104220
2414.89/2421.23	c #Conflicts:    3643000 | #Constraints:     105220
2414.89/2421.23	c #Conflicts:    3644000 | #Constraints:     106220
2414.89/2421.23	c #Conflicts:    3645000 | #Constraints:     107220
2414.89/2421.23	c #Conflicts:    3646000 | #Constraints:     108220
2414.89/2421.23	c #Conflicts:    3647000 | #Constraints:     109220
2414.89/2421.23	c #Conflicts:    3648000 | #Constraints:     110220
2414.89/2421.23	c #Conflicts:    3649000 | #Constraints:     111220
2414.89/2421.23	c #Conflicts:    3650000 | #Constraints:     112220
2414.89/2421.23	c #Conflicts:    3651000 | #Constraints:     113220
2414.89/2421.23	c #Conflicts:    3652000 | #Constraints:     114220
2414.89/2421.23	c #Conflicts:    3653000 | #Constraints:     115220
2414.89/2421.23	c #Conflicts:    3654000 | #Constraints:     116220
2414.89/2421.23	c INPROCESSING
2414.89/2421.23	c GARBAGE COLLECT
2414.89/2421.23	c rational objective 120.194
2438.53/2444.91	c #Conflicts:    3655000 | #Constraints:      61192
2438.53/2444.91	c #Conflicts:    3656000 | #Constraints:      62193
2438.53/2444.91	c #Conflicts:    3657000 | #Constraints:      63193
2438.53/2444.91	c #Conflicts:    3658000 | #Constraints:      64193
2438.53/2444.91	c #Conflicts:    3659000 | #Constraints:      65193
2438.53/2444.91	c #Conflicts:    3660000 | #Constraints:      66193
2438.53/2444.91	c #Conflicts:    3661000 | #Constraints:      67193
2438.53/2444.91	c #Conflicts:    3662000 | #Constraints:      68193
2438.53/2444.91	c #Conflicts:    3663000 | #Constraints:      69193
2438.53/2444.91	c #Conflicts:    3664000 | #Constraints:      70193
2438.53/2444.91	c #Conflicts:    3665000 | #Constraints:      71193
2438.53/2444.91	c #Conflicts:    3666000 | #Constraints:      72194
2438.53/2444.91	c #Conflicts:    3667000 | #Constraints:      73194
2438.53/2444.91	c #Conflicts:    3668000 | #Constraints:      74194
2438.53/2444.91	c #Conflicts:    3669000 | #Constraints:      75194
2438.53/2444.91	c #Conflicts:    3670000 | #Constraints:      76195
2438.53/2444.91	c #Conflicts:    3671000 | #Constraints:      77197
2438.53/2444.91	c #Conflicts:    3672000 | #Constraints:      78198
2438.53/2444.91	c #Conflicts:    3673000 | #Constraints:      79199
2438.53/2444.91	c #Conflicts:    3674000 | #Constraints:      80199
2438.53/2444.91	c #Conflicts:    3675000 | #Constraints:      81199
2438.53/2444.91	c #Conflicts:    3676000 | #Constraints:      82199
2438.53/2444.91	c #Conflicts:    3677000 | #Constraints:      83199
2438.53/2444.91	c #Conflicts:    3678000 | #Constraints:      84200
2438.53/2444.91	c #Conflicts:    3679000 | #Constraints:      85201
2438.53/2444.91	c #Conflicts:    3680000 | #Constraints:      86202
2438.53/2444.91	c #Conflicts:    3681000 | #Constraints:      87202
2438.53/2444.91	c #Conflicts:    3682000 | #Constraints:      88203
2438.53/2444.91	c #Conflicts:    3683000 | #Constraints:      89204
2438.53/2444.91	c #Conflicts:    3684000 | #Constraints:      90205
2438.53/2444.91	c #Conflicts:    3685000 | #Constraints:      91206
2438.53/2444.91	c #Conflicts:    3686000 | #Constraints:      92209
2438.53/2444.91	c #Conflicts:    3687000 | #Constraints:      93210
2438.53/2444.91	c #Conflicts:    3688000 | #Constraints:      94211
2438.53/2444.91	c #Conflicts:    3689000 | #Constraints:      95212
2438.53/2444.91	c #Conflicts:    3690000 | #Constraints:      96213
2438.53/2444.91	c #Conflicts:    3691000 | #Constraints:      97213
2438.53/2444.91	c #Conflicts:    3692000 | #Constraints:      98213
2438.53/2444.91	c #Conflicts:    3693000 | #Constraints:      99213
2438.53/2444.91	c #Conflicts:    3694000 | #Constraints:     100214
2438.53/2444.91	c #Conflicts:    3695000 | #Constraints:     101214
2438.53/2444.91	c #Conflicts:    3696000 | #Constraints:     102215
2438.53/2444.91	c INPROCESSING
2438.53/2444.91	c GARBAGE COLLECT
2438.53/2444.91	c rational objective 120.194
2497.29/2503.89	c #Conflicts:    3697000 | #Constraints:      53982
2497.29/2503.89	c #Conflicts:    3698000 | #Constraints:      54982
2497.29/2503.89	c #Conflicts:    3699000 | #Constraints:      55982
2497.29/2503.89	c #Conflicts:    3700000 | #Constraints:      56983
2497.29/2503.89	c #Conflicts:    3701000 | #Constraints:      57983
2497.29/2503.89	c #Conflicts:    3702000 | #Constraints:      58983
2497.29/2503.89	c #Conflicts:    3703000 | #Constraints:      59983
2497.29/2503.89	c #Conflicts:    3704000 | #Constraints:      60983
2497.29/2503.89	c #Conflicts:    3705000 | #Constraints:      61983
2497.29/2503.89	c #Conflicts:    3706000 | #Constraints:      62983
2497.29/2503.89	c #Conflicts:    3707000 | #Constraints:      63984
2497.29/2503.89	c #Conflicts:    3708000 | #Constraints:      64988
2497.29/2503.89	c #Conflicts:    3709000 | #Constraints:      65988
2497.29/2503.89	c #Conflicts:    3710000 | #Constraints:      66991
2497.29/2503.89	c #Conflicts:    3711000 | #Constraints:      67993
2497.29/2503.89	c #Conflicts:    3712000 | #Constraints:      68995
2497.29/2503.89	c #Conflicts:    3713000 | #Constraints:      69997
2497.29/2503.89	c #Conflicts:    3714000 | #Constraints:      70997
2497.29/2503.89	c #Conflicts:    3715000 | #Constraints:      71998
2497.29/2503.89	c #Conflicts:    3716000 | #Constraints:      72998
2497.29/2503.89	c #Conflicts:    3717000 | #Constraints:      73998
2497.29/2503.89	c #Conflicts:    3718000 | #Constraints:      74998
2497.29/2503.89	c #Conflicts:    3719000 | #Constraints:      75998
2497.29/2503.89	c #Conflicts:    3720000 | #Constraints:      76998
2497.29/2503.89	c #Conflicts:    3721000 | #Constraints:      77998
2497.29/2503.89	c #Conflicts:    3722000 | #Constraints:      78998
2497.29/2503.89	c #Conflicts:    3723000 | #Constraints:      79999
2497.29/2503.89	c #Conflicts:    3724000 | #Constraints:      81000
2497.29/2503.89	c #Conflicts:    3725000 | #Constraints:      82001
2497.29/2503.89	c #Conflicts:    3726000 | #Constraints:      83001
2497.29/2503.89	c #Conflicts:    3727000 | #Constraints:      84002
2497.29/2503.89	c #Conflicts:    3728000 | #Constraints:      85003
2497.29/2503.89	c #Conflicts:    3729000 | #Constraints:      86004
2497.29/2503.89	c #Conflicts:    3730000 | #Constraints:      87005
2497.29/2503.89	c #Conflicts:    3731000 | #Constraints:      88007
2497.29/2503.89	c #Conflicts:    3732000 | #Constraints:      89013
2497.29/2503.89	c #Conflicts:    3733000 | #Constraints:      90014
2497.29/2503.89	c #Conflicts:    3734000 | #Constraints:      91020
2497.29/2503.89	c #Conflicts:    3735000 | #Constraints:      92054
2497.29/2503.89	c #Conflicts:    3736000 | #Constraints:      93056
2497.29/2503.89	c #Conflicts:    3737000 | #Constraints:      94059
2497.29/2503.89	c #Conflicts:    3738000 | #Constraints:      95060
2497.29/2503.89	c #Conflicts:    3739000 | #Constraints:      96060
2497.29/2503.89	c #Conflicts:    3740000 | #Constraints:      97060
2497.29/2503.89	c #Conflicts:    3741000 | #Constraints:      98060
2497.29/2503.89	c #Conflicts:    3742000 | #Constraints:      99061
2497.29/2503.89	c #Conflicts:    3743000 | #Constraints:     100062
2497.29/2503.89	c #Conflicts:    3744000 | #Constraints:     101062
2497.29/2503.89	c #Conflicts:    3745000 | #Constraints:     102063
2497.29/2503.89	c #Conflicts:    3746000 | #Constraints:     103063
2497.29/2503.89	c #Conflicts:    3747000 | #Constraints:     104065
2497.29/2503.89	c #Conflicts:    3748000 | #Constraints:     105065
2497.29/2503.89	c #Conflicts:    3749000 | #Constraints:     106065
2497.29/2503.89	c #Conflicts:    3750000 | #Constraints:     107066
2497.29/2503.89	c #Conflicts:    3751000 | #Constraints:     108066
2497.29/2503.89	c #Conflicts:    3752000 | #Constraints:     109067
2497.29/2503.89	c #Conflicts:    3753000 | #Constraints:     110067
2497.29/2503.89	c #Conflicts:    3754000 | #Constraints:     111069
2497.29/2503.89	c #Conflicts:    3755000 | #Constraints:     112072
2497.29/2503.89	c #Conflicts:    3756000 | #Constraints:     113078
2497.29/2503.89	c #Conflicts:    3757000 | #Constraints:     114078
2497.29/2503.89	c #Conflicts:    3758000 | #Constraints:     115080
2497.29/2503.89	c #Conflicts:    3759000 | #Constraints:     116080
2497.29/2503.89	c #Conflicts:    3760000 | #Constraints:     117082
2497.29/2503.89	c #Conflicts:    3761000 | #Constraints:     118083
2497.29/2503.89	c #Conflicts:    3762000 | #Constraints:     119083
2497.29/2503.89	c #Conflicts:    3763000 | #Constraints:     120084
2497.29/2503.89	c #Conflicts:    3764000 | #Constraints:     121085
2497.29/2503.89	c #Conflicts:    3765000 | #Constraints:     122085
2497.29/2503.89	c #Conflicts:    3766000 | #Constraints:     123085
2497.29/2503.89	c #Conflicts:    3767000 | #Constraints:     124085
2497.29/2503.89	c #Conflicts:    3768000 | #Constraints:     125086
2497.29/2503.89	c #Conflicts:    3769000 | #Constraints:     126086
2497.29/2503.89	c #Conflicts:    3770000 | #Constraints:     127087
2497.29/2503.89	c #Conflicts:    3771000 | #Constraints:     128088
2497.29/2503.89	c #Conflicts:    3772000 | #Constraints:     129088
2497.29/2503.89	c #Conflicts:    3773000 | #Constraints:     130089
2497.29/2503.89	c #Conflicts:    3774000 | #Constraints:     131090
2497.29/2503.89	c #Conflicts:    3775000 | #Constraints:     132093
2624.48/2631.33	c #Conflicts:    3776000 | #Constraints:     133094
2624.48/2631.33	c #Conflicts:    3777000 | #Constraints:     134094
2624.48/2631.33	c #Conflicts:    3778000 | #Constraints:     135094
2624.48/2631.33	c #Conflicts:    3779000 | #Constraints:     136095
2624.48/2631.33	c #Conflicts:    3780000 | #Constraints:     137102
2624.48/2631.33	c #Conflicts:    3781000 | #Constraints:     138108
2624.48/2631.33	c #Conflicts:    3782000 | #Constraints:     139110
2624.48/2631.33	c #Conflicts:    3783000 | #Constraints:     140110
2624.48/2631.33	c #Conflicts:    3784000 | #Constraints:     141111
2624.48/2631.33	c #Conflicts:    3785000 | #Constraints:     142113
2624.48/2631.33	c #Conflicts:    3786000 | #Constraints:     143114
2624.48/2631.33	c #Conflicts:    3787000 | #Constraints:     144116
2624.48/2631.33	c #Conflicts:    3788000 | #Constraints:     145118
2624.48/2631.33	c #Conflicts:    3789000 | #Constraints:     146121
2624.48/2631.33	c #Conflicts:    3790000 | #Constraints:     147123
2624.48/2631.33	c #Conflicts:    3791000 | #Constraints:     148125
2624.48/2631.33	c #Conflicts:    3792000 | #Constraints:     149127
2624.48/2631.33	c #Conflicts:    3793000 | #Constraints:     150129
2624.48/2631.33	c #Conflicts:    3794000 | #Constraints:     151131
2624.48/2631.33	c #Conflicts:    3795000 | #Constraints:     152132
2624.48/2631.33	c #Conflicts:    3796000 | #Constraints:     153133
2624.48/2631.33	c #Conflicts:    3797000 | #Constraints:     154135
2624.48/2631.33	c #Conflicts:    3798000 | #Constraints:     155137
2624.48/2631.33	c #Conflicts:    3799000 | #Constraints:     156138
2624.48/2631.33	c #Conflicts:    3800000 | #Constraints:     157140
2624.48/2631.33	c #Conflicts:    3801000 | #Constraints:     158142
2624.48/2631.33	c #Conflicts:    3802000 | #Constraints:     159146
2624.48/2631.33	c #Conflicts:    3803000 | #Constraints:     160147
2624.48/2631.33	c #Conflicts:    3804000 | #Constraints:     161153
2624.48/2631.33	c #Conflicts:    3805000 | #Constraints:     162153
2624.48/2631.33	c #Conflicts:    3806000 | #Constraints:     163155
2624.48/2631.33	c #Conflicts:    3807000 | #Constraints:     164158
2624.48/2631.33	c #Conflicts:    3808000 | #Constraints:     165161
2624.48/2631.33	c #Conflicts:    3809000 | #Constraints:     166166
2624.48/2631.33	c #Conflicts:    3810000 | #Constraints:     167168
2624.48/2631.33	c #Conflicts:    3811000 | #Constraints:     168168
2624.48/2631.33	c #Conflicts:    3812000 | #Constraints:     169169
2624.48/2631.33	c #Conflicts:    3813000 | #Constraints:     170169
2624.48/2631.33	c #Conflicts:    3814000 | #Constraints:     171175
2624.48/2631.33	c #Conflicts:    3815000 | #Constraints:     172178
2624.48/2631.34	c #Conflicts:    3816000 | #Constraints:     173180
2624.48/2631.34	c #Conflicts:    3817000 | #Constraints:     174181
2624.48/2631.34	c #Conflicts:    3818000 | #Constraints:     175183
2624.48/2631.34	c #Conflicts:    3819000 | #Constraints:     176185
2624.48/2631.34	c #Conflicts:    3820000 | #Constraints:     177186
2624.48/2631.34	c #Conflicts:    3821000 | #Constraints:     178187
2624.48/2631.34	c #Conflicts:    3822000 | #Constraints:     179187
2624.48/2631.34	c #Conflicts:    3823000 | #Constraints:     180188
2624.48/2631.34	c #Conflicts:    3824000 | #Constraints:     181189
2624.48/2631.34	c #Conflicts:    3825000 | #Constraints:     182189
2624.48/2631.34	c #Conflicts:    3826000 | #Constraints:     183190
2624.48/2631.34	c #Conflicts:    3827000 | #Constraints:     184190
2624.48/2631.34	c #Conflicts:    3828000 | #Constraints:     185190
2624.48/2631.34	c #Conflicts:    3829000 | #Constraints:     186190
2624.48/2631.34	c #Conflicts:    3830000 | #Constraints:     187191
2624.48/2631.34	c #Conflicts:    3831000 | #Constraints:     188191
2624.48/2631.34	c #Conflicts:    3832000 | #Constraints:     189192
2624.48/2631.34	c #Conflicts:    3833000 | #Constraints:     190193
2624.48/2631.34	c #Conflicts:    3834000 | #Constraints:     191193
2624.48/2631.34	c #Conflicts:    3835000 | #Constraints:     192194
2624.48/2631.34	c #Conflicts:    3836000 | #Constraints:     193194
2624.48/2631.34	c #Conflicts:    3837000 | #Constraints:     194195
2624.48/2631.34	c #Conflicts:    3838000 | #Constraints:     195198
2624.48/2631.34	c #Conflicts:    3839000 | #Constraints:     196198
2624.48/2631.34	c #Conflicts:    3840000 | #Constraints:     197198
2624.48/2631.34	c #Conflicts:    3841000 | #Constraints:     198199
2624.48/2631.34	c #Conflicts:    3842000 | #Constraints:     199199
2624.48/2631.34	c #Conflicts:    3843000 | #Constraints:     200200
2624.48/2631.34	c #Conflicts:    3844000 | #Constraints:     201200
2624.48/2631.34	c #Conflicts:    3845000 | #Constraints:     202200
2624.48/2631.34	c #Conflicts:    3846000 | #Constraints:     203200
2624.48/2631.34	c #Conflicts:    3847000 | #Constraints:     204201
2624.48/2631.34	c #Conflicts:    3848000 | #Constraints:     205201
2624.48/2631.34	c #Conflicts:    3849000 | #Constraints:     206201
2624.48/2631.34	c INPROCESSING
2624.48/2631.34	c GARBAGE COLLECT
2624.48/2631.34	c rational objective 120.194
2667.37/2674.35	c #Conflicts:    3850000 | #Constraints:     105831
2667.37/2674.35	c #Conflicts:    3851000 | #Constraints:     106832
2667.37/2674.35	c #Conflicts:    3852000 | #Constraints:     107832
2667.37/2674.35	c #Conflicts:    3853000 | #Constraints:     108832
2667.37/2674.35	c #Conflicts:    3854000 | #Constraints:     109832
2667.37/2674.35	c #Conflicts:    3855000 | #Constraints:     110832
2667.37/2674.35	c #Conflicts:    3856000 | #Constraints:     111832
2667.37/2674.35	c #Conflicts:    3857000 | #Constraints:     112832
2667.37/2674.35	c #Conflicts:    3858000 | #Constraints:     113832
2667.37/2674.35	c #Conflicts:    3859000 | #Constraints:     114832
2667.37/2674.35	c #Conflicts:    3860000 | #Constraints:     115832
2667.37/2674.35	c #Conflicts:    3861000 | #Constraints:     116832
2667.37/2674.35	c #Conflicts:    3862000 | #Constraints:     117832
2667.37/2674.35	c #Conflicts:    3863000 | #Constraints:     118832
2667.37/2674.35	c #Conflicts:    3864000 | #Constraints:     119832
2667.37/2674.35	c #Conflicts:    3865000 | #Constraints:     120833
2667.37/2674.35	c #Conflicts:    3866000 | #Constraints:     121834
2667.37/2674.35	c #Conflicts:    3867000 | #Constraints:     122834
2667.37/2674.35	c #Conflicts:    3868000 | #Constraints:     123834
2667.37/2674.35	c #Conflicts:    3869000 | #Constraints:     124835
2667.37/2674.35	c #Conflicts:    3870000 | #Constraints:     125835
2667.37/2674.35	c #Conflicts:    3871000 | #Constraints:     126836
2667.37/2674.35	c #Conflicts:    3872000 | #Constraints:     127836
2667.37/2674.35	c #Conflicts:    3873000 | #Constraints:     128836
2667.37/2674.35	c #Conflicts:    3874000 | #Constraints:     129837
2667.37/2674.35	c #Conflicts:    3875000 | #Constraints:     130837
2667.37/2674.35	c #Conflicts:    3876000 | #Constraints:     131838
2667.37/2674.35	c #Conflicts:    3877000 | #Constraints:     132838
2667.37/2674.35	c #Conflicts:    3878000 | #Constraints:     133839
2667.37/2674.35	c #Conflicts:    3879000 | #Constraints:     134839
2667.37/2674.35	c #Conflicts:    3880000 | #Constraints:     135839
2667.37/2674.35	c #Conflicts:    3881000 | #Constraints:     136840
2667.37/2674.35	c #Conflicts:    3882000 | #Constraints:     137841
2667.37/2674.35	c #Conflicts:    3883000 | #Constraints:     138842
2667.37/2674.35	c #Conflicts:    3884000 | #Constraints:     139843
2667.37/2674.35	c #Conflicts:    3885000 | #Constraints:     140844
2667.37/2674.35	c #Conflicts:    3886000 | #Constraints:     141846
2667.37/2674.35	c #Conflicts:    3887000 | #Constraints:     142846
2667.37/2674.35	c #Conflicts:    3888000 | #Constraints:     143847
2667.37/2674.35	c #Conflicts:    3889000 | #Constraints:     144848
2667.37/2674.35	c #Conflicts:    3890000 | #Constraints:     145848
2667.37/2674.35	c #Conflicts:    3891000 | #Constraints:     146849
2667.37/2674.35	c #Conflicts:    3892000 | #Constraints:     147850
2667.37/2674.35	c #Conflicts:    3893000 | #Constraints:     148851
2667.37/2674.35	c INPROCESSING
2667.37/2674.35	c GARBAGE COLLECT
2667.37/2674.35	WSVECS04 Frhs2[1]: 6 0 1.00001 shouldn't be
2667.37/2674.35	WSVECS04 Frhs2[4]: 6 0 1.00003 shouldn't be
2667.37/2674.35	WSVECS04 Frhs2[9]: 6 0 1.00008 shouldn't be
2667.37/2674.35	WSVECS04 Frhs2[12]: 6 -4.00001 0 shouldn't be
2667.37/2674.35	WSVECS04 Frhs2[29]: 6 -1.00006 0 shouldn't be
2667.37/2674.35	WSVECS04 Frhs2[36]: 6 -1.00005 0 shouldn't be
2667.37/2674.35	WSVECS04 Frhs2[59]: 6 -1.00008 0 shouldn't be
2667.37/2674.35	WSVECS04 Frhs2[112]: 6 0 1.00006 shouldn't be
2667.37/2674.35	WSVECS04 Frhs2[163]: 6 0 1.00009 shouldn't be
2667.37/2674.35	WSVECS04 Frhs2[165]: 6 0 1.00002 shouldn't be
2667.37/2674.35	WSVECS04 Frhs2[167]: 6 -1.00007 0 shouldn't be
2667.37/2674.35	WSVECS04 Frhs2[178]: 6 -1.00002 0 shouldn't be
2667.37/2674.35	WSVECS04 Frhs2[186]: 6 -1.00003 0 shouldn't be
2667.37/2674.35	WSVECS04 Frhs2[293]: 6 0 1.00006 shouldn't be
2667.37/2674.35	WSVECS04 Frhs2[306]: 6 0 9.00007 shouldn't be
2667.37/2674.35	WSVECS04 Frhs2[357]: 6 -1.00003 0 shouldn't be
2667.37/2674.35	WSVECS04 Frhs2[427]: 6 0 1.00002 shouldn't be
2667.37/2674.35	WSVECS04 Frhs2[458]: 6 0 4.00009 shouldn't be
2667.37/2674.35	WSVECS04 Frhs2[481]: 6 0 1.00002 shouldn't be
2667.37/2674.35	WSVECS04 Frhs2[959]: 6 0 1.00002 shouldn't be
2667.37/2674.35	WSVECS04 Frhs2[1211]: 6 -1.00002 0 shouldn't be
2667.37/2674.35	WSVECS04 Frhs2[1213]: 6 -1.00005 0 shouldn't be
2667.37/2674.35	WSVECS04 Frhs2[1214]: 6 -1.00009 0 shouldn't be
2667.37/2674.35	WSVECS04 Frhs2[1215]: 6 -1.00008 0 shouldn't be
2667.37/2674.35	WSVECS04 Frhs2[1216]: 6 -1.00006 0 shouldn't be
2667.37/2674.35	WSVECS04 Frhs2[1217]: 6 -1.00004 0 shouldn't be
2667.37/2674.35	WSVECS04 Frhs2[1238]: 6 -1.00005 0 shouldn't be
2667.37/2674.35	WSVECS04 Frhs2[1239]: 6 -1.00002 0 shouldn't be
2667.37/2674.35	WSVECS04 Frhs2[1240]: 6 -1.00009 0 shouldn't be
2667.37/2674.35	WSVECS04 Frhs2[1241]: 6 -1.00006 0 shouldn't be
2667.37/2674.35	WSVECS04 Frhs2[1265]: 6 -1.00003 0 shouldn't be
2667.37/2674.35	WSVECS04 Frhs2[1309]: 6 -1.00009 0 shouldn't be
2667.37/2674.35	WSVECS04 Frhs2[1347]: 6 -1.00004 0 shouldn't be
2667.47/2674.46	WSVECS04 Frhs2[5]: 6 0 1.00009 shouldn't be
2667.57/2674.58	WSVECS04 Frhs2[62]: 6 -0.200078 0 shouldn't be
2667.57/2674.58	WSVECS04 Frhs2[675]: 6 0 1.80009 shouldn't be
2667.57/2674.58	WSVECS04 Frhs2[1230]: 6 -2.00009 0 shouldn't be
2667.68/2674.69	WSVECS04 Frhs2[52]: 6 -2.00004 0 shouldn't be
2667.68/2674.69	WSVECS04 Frhs2[946]: 6 0 1.0001 shouldn't be
2667.68/2674.69	WSVECS04 Frhs2[947]: 6 0 1.00006 shouldn't be
2667.68/2674.69	WSVECS04 Frhs2[948]: 6 0 1.00008 shouldn't be
2667.68/2674.69	WSVECS04 Frhs2[949]: 6 0 1.00008 shouldn't be
2667.68/2674.69	WSVECS04 Frhs2[950]: 6 0 1.00009 shouldn't be
2667.68/2674.69	WSVECS04 Frhs2[951]: 6 0 1.00006 shouldn't be
2667.68/2674.69	WSVECS04 Frhs2[952]: 6 0 1.00005 shouldn't be
2667.68/2674.69	WSVECS04 Frhs2[954]: 6 0 1.00003 shouldn't be
2667.68/2674.69	WSVECS04 Frhs2[955]: 6 0 1.00003 shouldn't be
2667.68/2674.69	WSVECS04 Frhs2[958]: 6 0 1.00008 shouldn't be
2667.68/2674.69	WSVECS04 Frhs2[960]: 6 0 1.00006 shouldn't be
2667.68/2674.69	WSVECS04 Frhs2[1392]: 6 -1.00001 0 shouldn't be
2667.87/2674.83	WSVECS04 Frhs2[392]: 6 0 1.00005 shouldn't be
2667.87/2674.83	WSVECS04 Frhs2[1212]: 6 -1.00001 0 shouldn't be
2698.20/2705.21	c #Conflicts:    3894000 | #Constraints:      77295
2698.20/2705.21	c #Conflicts:    3895000 | #Constraints:      78296
2698.20/2705.21	c #Conflicts:    3896000 | #Constraints:      79296
2698.20/2705.21	c #Conflicts:    3897000 | #Constraints:      80297
2698.20/2705.21	c #Conflicts:    3898000 | #Constraints:      81297
2698.20/2705.21	c #Conflicts:    3899000 | #Constraints:      82297
2698.20/2705.21	c #Conflicts:    3900000 | #Constraints:      83298
2698.20/2705.21	c #Conflicts:    3901000 | #Constraints:      84298
2698.20/2705.21	c #Conflicts:    3902000 | #Constraints:      85298
2698.20/2705.21	c #Conflicts:    3903000 | #Constraints:      86299
2698.20/2705.21	c #Conflicts:    3904000 | #Constraints:      87299
2698.20/2705.21	c #Conflicts:    3905000 | #Constraints:      88300
2698.20/2705.21	c #Conflicts:    3906000 | #Constraints:      89300
2698.20/2705.21	c #Conflicts:    3907000 | #Constraints:      90300
2698.20/2705.21	c #Conflicts:    3908000 | #Constraints:      91301
2698.20/2705.21	c #Conflicts:    3909000 | #Constraints:      92302
2698.20/2705.21	c #Conflicts:    3910000 | #Constraints:      93303
2698.20/2705.21	c #Conflicts:    3911000 | #Constraints:      94303
2698.20/2705.21	c #Conflicts:    3912000 | #Constraints:      95303
2698.20/2705.21	c #Conflicts:    3913000 | #Constraints:      96304
2698.20/2705.21	c #Conflicts:    3914000 | #Constraints:      97306
2698.20/2705.21	c #Conflicts:    3915000 | #Constraints:      98307
2698.20/2705.21	c #Conflicts:    3916000 | #Constraints:      99308
2698.20/2705.21	c #Conflicts:    3917000 | #Constraints:     100310
2698.20/2705.21	c #Conflicts:    3918000 | #Constraints:     101314
2698.20/2705.21	c #Conflicts:    3919000 | #Constraints:     102314
2698.20/2705.21	c #Conflicts:    3920000 | #Constraints:     103319
2698.20/2705.21	c #Conflicts:    3921000 | #Constraints:     104319
2698.20/2705.21	c #Conflicts:    3922000 | #Constraints:     105323
2698.20/2705.21	c #Conflicts:    3923000 | #Constraints:     106325
2698.20/2705.21	c #Conflicts:    3924000 | #Constraints:     107325
2698.20/2705.21	c #Conflicts:    3925000 | #Constraints:     108326
2698.20/2705.21	c #Conflicts:    3926000 | #Constraints:     109327
2698.20/2705.21	c #Conflicts:    3927000 | #Constraints:     110327
2698.20/2705.21	c #Conflicts:    3928000 | #Constraints:     111328
2698.20/2705.21	c #Conflicts:    3929000 | #Constraints:     112328
2698.20/2705.21	c #Conflicts:    3930000 | #Constraints:     113329
2698.20/2705.21	c #Conflicts:    3931000 | #Constraints:     114330
2698.20/2705.21	c #Conflicts:    3932000 | #Constraints:     115330
2698.20/2705.21	c #Conflicts:    3933000 | #Constraints:     116331
2698.20/2705.21	c #Conflicts:    3934000 | #Constraints:     117331
2698.20/2705.21	c #Conflicts:    3935000 | #Constraints:     118331
2698.20/2705.21	c #Conflicts:    3936000 | #Constraints:     119332
2698.20/2705.21	c #Conflicts:    3937000 | #Constraints:     120333
2698.20/2705.21	c INPROCESSING
2698.20/2705.21	c GARBAGE COLLECT
2698.20/2705.21	WSVECS04 Frhs2[7]: 6 0 24.3435 shouldn't be
2698.20/2705.21	WSVECS04 Frhs2[11]: 6 -873.528 0 shouldn't be
2698.20/2705.21	WSVECS04 Frhs2[14]: 6 0 1380.07 shouldn't be
2698.20/2705.21	WSVECS04 Frhs2[16]: 6 0 635.708 shouldn't be
2698.20/2705.21	WSVECS04 Frhs2[30]: 6 0 923.498 shouldn't be
2698.20/2705.21	WSVECS04 Frhs2[74]: 6 0 42.7156 shouldn't be
2698.20/2705.21	WSVECS04 Frhs2[75]: 6 0 42.7156 shouldn't be
2698.20/2705.21	WSVECS04 Frhs2[79]: 6 0 42.3823 shouldn't be
2698.20/2705.21	WSVECS04 Frhs2[92]: 6 0 699.617 shouldn't be
2698.20/2705.21	WSVECS04 Frhs2[97]: 6 0 87.295 shouldn't be
2698.20/2705.21	WSVECS04 Frhs2[103]: 6 0 990.578 shouldn't be
2698.20/2705.21	WSVECS04 Frhs2[104]: 6 -791.276 0 shouldn't be
2698.20/2705.21	WSVECS04 Frhs2[106]: 6 -717.617 0 shouldn't be
2698.20/2705.21	WSVECS04 Frhs2[110]: 6 0 460.495 shouldn't be
2698.20/2705.21	WSVECS04 Frhs2[123]: 6 0 318.605 shouldn't be
2698.20/2705.21	WSVECS04 Frhs2[127]: 6 0 1145.21 shouldn't be
2698.20/2705.21	WSVECS04 Frhs2[131]: 6 0 616.859 shouldn't be
2698.20/2705.21	WSVECS04 Frhs2[139]: 6 0 695.624 shouldn't be
2698.20/2705.21	WSVECS04 Frhs2[173]: 6 0 73.396 shouldn't be
2698.20/2705.21	WSVECS04 Frhs2[217]: 6 0 37.0054 shouldn't be
2698.20/2705.21	WSVECS04 Frhs2[218]: 6 0 618.32 shouldn't be
2698.20/2705.21	WSVECS04 Frhs2[219]: 6 -68.3177 0 shouldn't be
2698.20/2705.21	WSVECS04 Frhs2[235]: 6 0 1589.67 shouldn't be
2698.20/2705.21	WSVECS04 Frhs2[244]: 6 -0.666696 0 shouldn't be
2698.20/2705.21	WSVECS04 Frhs2[317]: 6 0 444.4 shouldn't be
2698.20/2705.21	WSVECS04 Frhs2[338]: 6 -1.00005 0 shouldn't be
2698.20/2705.21	WSVECS04 Frhs2[351]: 6 -1.00007 0 shouldn't be
2698.20/2705.21	WSVECS04 Frhs2[356]: 6 0 172.783 shouldn't be
2698.20/2705.21	WSVECS04 Frhs2[367]: 6 0 347.812 shouldn't be
2698.20/2705.21	WSVECS04 Frhs2[372]: 6 0 2.00008 shouldn't be
2698.20/2705.21	WSVECS04 Frhs2[387]: 6 0 2.00003 shouldn't be
2698.20/2705.21	WSVECS04 Frhs2[416]: 6 0 1.00007 shouldn't be
2698.20/2705.21	WSVECS04 Frhs2[430]: 6 0 286.595 shouldn't be
2698.20/2705.21	WSVECS04 Frhs2[432]: 6 0 285.594 shouldn't be
2698.20/2705.21	WSVECS04 Frhs2[506]: 6 0 1.00004 shouldn't be
2698.20/2705.21	WSVECS04 Frhs2[1207]: 6 -1.00003 0 shouldn't be
2698.20/2705.21	WSVECS04 Frhs2[1241]: 6 -1.00005 0 shouldn't be
2698.20/2705.21	WSVECS04 Frhs2[1246]: 6 -1.00007 0 shouldn't be
2698.20/2705.21	WSVECS04 Frhs2[1248]: 6 -5.00009 0 shouldn't be
2698.20/2705.21	WSVECS04 Frhs2[1282]: 6 -1.00003 0 shouldn't be
2698.20/2705.21	WSVECS04 Frhs2[1291]: 6 -2.00009 0 shouldn't be
2698.20/2705.21	WSVECS04 Frhs2[1323]: 6 -2.00007 0 shouldn't be
2698.20/2705.21	WSVECS04 Frhs2[1371]: 6 -2.00008 0 shouldn't be
2698.20/2705.21	WSVECS04 Frhs2[1390]: 6 -2.0001 0 shouldn't be
2698.20/2705.23	c rational objective 120.194
2723.04/2730.19	c #Conflicts:    3938000 | #Constraints:      63097
2723.04/2730.19	c #Conflicts:    3939000 | #Constraints:      64098
2723.04/2730.19	c #Conflicts:    3940000 | #Constraints:      65098
2723.04/2730.19	c #Conflicts:    3941000 | #Constraints:      66098
2723.04/2730.19	c #Conflicts:    3942000 | #Constraints:      67098
2723.04/2730.19	c #Conflicts:    3943000 | #Constraints:      68098
2723.04/2730.19	c #Conflicts:    3944000 | #Constraints:      69098
2723.04/2730.19	c #Conflicts:    3945000 | #Constraints:      70098
2723.04/2730.19	c #Conflicts:    3946000 | #Constraints:      71098
2723.04/2730.19	c #Conflicts:    3947000 | #Constraints:      72099
2723.04/2730.19	c #Conflicts:    3948000 | #Constraints:      73099
2723.04/2730.19	c #Conflicts:    3949000 | #Constraints:      74099
2723.04/2730.19	c #Conflicts:    3950000 | #Constraints:      75099
2723.04/2730.19	c #Conflicts:    3951000 | #Constraints:      76100
2723.04/2730.19	c #Conflicts:    3952000 | #Constraints:      77100
2723.04/2730.19	c #Conflicts:    3953000 | #Constraints:      78101
2723.04/2730.19	c #Conflicts:    3954000 | #Constraints:      79101
2723.04/2730.19	c #Conflicts:    3955000 | #Constraints:      80101
2723.04/2730.19	c #Conflicts:    3956000 | #Constraints:      81101
2723.04/2730.19	c #Conflicts:    3957000 | #Constraints:      82102
2723.04/2730.19	c #Conflicts:    3958000 | #Constraints:      83102
2723.04/2730.19	c #Conflicts:    3959000 | #Constraints:      84102
2723.04/2730.19	c #Conflicts:    3960000 | #Constraints:      85103
2723.04/2730.19	c #Conflicts:    3961000 | #Constraints:      86103
2723.04/2730.19	c #Conflicts:    3962000 | #Constraints:      87103
2723.04/2730.19	c #Conflicts:    3963000 | #Constraints:      88103
2723.04/2730.19	c #Conflicts:    3964000 | #Constraints:      89106
2723.04/2730.19	c #Conflicts:    3965000 | #Constraints:      90106
2723.04/2730.19	c #Conflicts:    3966000 | #Constraints:      91106
2723.04/2730.19	c #Conflicts:    3967000 | #Constraints:      92106
2723.04/2730.19	c #Conflicts:    3968000 | #Constraints:      93108
2723.04/2730.19	c #Conflicts:    3969000 | #Constraints:      94109
2723.04/2730.19	c #Conflicts:    3970000 | #Constraints:      95109
2723.04/2730.19	c #Conflicts:    3971000 | #Constraints:      96109
2723.04/2730.19	c #Conflicts:    3972000 | #Constraints:      97109
2723.04/2730.19	c #Conflicts:    3973000 | #Constraints:      98109
2723.04/2730.19	c #Conflicts:    3974000 | #Constraints:      99109
2723.04/2730.19	c #Conflicts:    3975000 | #Constraints:     100110
2723.04/2730.19	c #Conflicts:    3976000 | #Constraints:     101110
2723.04/2730.19	c #Conflicts:    3977000 | #Constraints:     102110
2723.04/2730.19	c #Conflicts:    3978000 | #Constraints:     103110
2723.04/2730.19	c #Conflicts:    3979000 | #Constraints:     104110
2723.04/2730.19	c #Conflicts:    3980000 | #Constraints:     105110
2723.04/2730.19	c #Conflicts:    3981000 | #Constraints:     106111
2723.04/2730.19	c INPROCESSING
2723.04/2730.19	c GARBAGE COLLECT
2723.04/2730.19	c rational objective 120.194
2781.59/2788.84	c #Conflicts:    3982000 | #Constraints:      55924
2781.59/2788.84	c #Conflicts:    3983000 | #Constraints:      56924
2781.59/2788.84	c #Conflicts:    3984000 | #Constraints:      57924
2781.59/2788.84	c #Conflicts:    3985000 | #Constraints:      58925
2781.59/2788.84	c #Conflicts:    3986000 | #Constraints:      59925
2781.59/2788.84	c #Conflicts:    3987000 | #Constraints:      60925
2781.59/2788.84	c #Conflicts:    3988000 | #Constraints:      61925
2781.59/2788.84	c #Conflicts:    3989000 | #Constraints:      62925
2781.59/2788.84	c #Conflicts:    3990000 | #Constraints:      63925
2781.59/2788.84	c #Conflicts:    3991000 | #Constraints:      64925
2781.59/2788.84	c #Conflicts:    3992000 | #Constraints:      65925
2781.59/2788.84	c #Conflicts:    3993000 | #Constraints:      66925
2781.59/2788.84	c #Conflicts:    3994000 | #Constraints:      67925
2781.59/2788.84	c #Conflicts:    3995000 | #Constraints:      68925
2781.59/2788.84	c #Conflicts:    3996000 | #Constraints:      69925
2781.59/2788.84	c #Conflicts:    3997000 | #Constraints:      70925
2781.59/2788.84	c #Conflicts:    3998000 | #Constraints:      71925
2781.59/2788.84	c #Conflicts:    3999000 | #Constraints:      72925
2781.59/2788.84	c #Conflicts:    4000000 | #Constraints:      73926
2781.59/2788.84	c #Conflicts:    4001000 | #Constraints:      74926
2781.59/2788.84	c #Conflicts:    4002000 | #Constraints:      75927
2781.59/2788.84	c #Conflicts:    4003000 | #Constraints:      76928
2781.59/2788.84	c #Conflicts:    4004000 | #Constraints:      77929
2781.59/2788.84	c #Conflicts:    4005000 | #Constraints:      78929
2781.59/2788.84	c #Conflicts:    4006000 | #Constraints:      79930
2781.59/2788.84	c #Conflicts:    4007000 | #Constraints:      80930
2781.59/2788.84	c #Conflicts:    4008000 | #Constraints:      81931
2781.59/2788.84	c #Conflicts:    4009000 | #Constraints:      82932
2781.59/2788.84	c #Conflicts:    4010000 | #Constraints:      83933
2781.59/2788.84	c #Conflicts:    4011000 | #Constraints:      84933
2781.59/2788.84	c #Conflicts:    4012000 | #Constraints:      85936
2781.59/2788.84	c #Conflicts:    4013000 | #Constraints:      86939
2781.59/2788.84	c #Conflicts:    4014000 | #Constraints:      87940
2781.59/2788.84	c #Conflicts:    4015000 | #Constraints:      88940
2781.59/2788.84	c #Conflicts:    4016000 | #Constraints:      89941
2781.59/2788.84	c #Conflicts:    4017000 | #Constraints:      90941
2781.59/2788.84	c #Conflicts:    4018000 | #Constraints:      91941
2781.59/2788.84	c #Conflicts:    4019000 | #Constraints:      92941
2781.59/2788.84	c #Conflicts:    4020000 | #Constraints:      93942
2781.59/2788.84	c #Conflicts:    4021000 | #Constraints:      94942
2781.59/2788.84	c #Conflicts:    4022000 | #Constraints:      95944
2781.59/2788.84	c #Conflicts:    4023000 | #Constraints:      96952
2781.59/2788.84	c #Conflicts:    4024000 | #Constraints:      97957
2781.59/2788.84	c #Conflicts:    4025000 | #Constraints:      98957
2781.59/2788.84	c #Conflicts:    4026000 | #Constraints:      99957
2781.59/2788.84	c #Conflicts:    4027000 | #Constraints:     100958
2781.59/2788.84	c #Conflicts:    4028000 | #Constraints:     101959
2781.59/2788.84	c #Conflicts:    4029000 | #Constraints:     102959
2781.59/2788.84	c #Conflicts:    4030000 | #Constraints:     103960
2781.59/2788.84	c #Conflicts:    4031000 | #Constraints:     104961
2781.59/2788.84	c #Conflicts:    4032000 | #Constraints:     105961
2781.59/2788.84	c #Conflicts:    4033000 | #Constraints:     106961
2781.59/2788.84	c #Conflicts:    4034000 | #Constraints:     107962
2781.59/2788.84	c #Conflicts:    4035000 | #Constraints:     108963
2781.59/2788.84	c #Conflicts:    4036000 | #Constraints:     109965
2781.59/2788.84	c #Conflicts:    4037000 | #Constraints:     110966
2781.59/2788.84	c #Conflicts:    4038000 | #Constraints:     111967
2781.59/2788.84	c #Conflicts:    4039000 | #Constraints:     112967
2781.59/2788.84	c #Conflicts:    4040000 | #Constraints:     113967
2781.59/2788.84	c #Conflicts:    4041000 | #Constraints:     114968
2781.59/2788.84	c #Conflicts:    4042000 | #Constraints:     115969
2781.59/2788.84	c #Conflicts:    4043000 | #Constraints:     116970
2781.59/2788.84	c #Conflicts:    4044000 | #Constraints:     117970
2781.59/2788.84	c #Conflicts:    4045000 | #Constraints:     118972
2781.59/2788.84	c #Conflicts:    4046000 | #Constraints:     119980
2781.59/2788.84	c #Conflicts:    4047000 | #Constraints:     120987
2781.59/2788.84	c #Conflicts:    4048000 | #Constraints:     121988
2781.59/2788.84	c #Conflicts:    4049000 | #Constraints:     122988
2781.59/2788.84	c #Conflicts:    4050000 | #Constraints:     123991
2781.59/2788.84	c #Conflicts:    4051000 | #Constraints:     124995
2781.59/2788.84	c #Conflicts:    4052000 | #Constraints:     125995
2781.59/2788.84	c #Conflicts:    4053000 | #Constraints:     126996
2781.59/2788.84	c #Conflicts:    4054000 | #Constraints:     127997
2781.59/2788.84	c #Conflicts:    4055000 | #Constraints:     128998
2781.59/2788.84	c #Conflicts:    4056000 | #Constraints:     130004
2781.59/2788.84	c #Conflicts:    4057000 | #Constraints:     131006
2781.59/2788.84	c #Conflicts:    4058000 | #Constraints:     132006
2781.59/2788.84	c #Conflicts:    4059000 | #Constraints:     133007
2781.59/2788.84	c #Conflicts:    4060000 | #Constraints:     134008
2908.39/2915.98	c #Conflicts:    4061000 | #Constraints:     135012
2908.39/2915.98	c #Conflicts:    4062000 | #Constraints:     136014
2908.39/2915.98	c #Conflicts:    4063000 | #Constraints:     137016
2908.39/2915.98	c #Conflicts:    4064000 | #Constraints:     138020
2908.39/2915.98	c #Conflicts:    4065000 | #Constraints:     139020
2908.39/2915.98	c #Conflicts:    4066000 | #Constraints:     140022
2908.39/2915.98	c #Conflicts:    4067000 | #Constraints:     141023
2908.39/2915.98	c #Conflicts:    4068000 | #Constraints:     142027
2908.39/2915.98	c #Conflicts:    4069000 | #Constraints:     143030
2908.39/2915.98	c #Conflicts:    4070000 | #Constraints:     144032
2908.39/2915.98	c #Conflicts:    4071000 | #Constraints:     145032
2908.39/2915.98	c #Conflicts:    4072000 | #Constraints:     146032
2908.39/2915.98	c #Conflicts:    4073000 | #Constraints:     147032
2908.39/2915.98	c #Conflicts:    4074000 | #Constraints:     148032
2908.39/2915.98	c #Conflicts:    4075000 | #Constraints:     149033
2908.39/2915.98	c #Conflicts:    4076000 | #Constraints:     150033
2908.39/2915.98	c #Conflicts:    4077000 | #Constraints:     151035
2908.39/2915.98	c #Conflicts:    4078000 | #Constraints:     152035
2908.39/2915.98	c #Conflicts:    4079000 | #Constraints:     153037
2908.39/2915.98	c #Conflicts:    4080000 | #Constraints:     154038
2908.39/2915.98	c #Conflicts:    4081000 | #Constraints:     155042
2908.39/2915.98	c #Conflicts:    4082000 | #Constraints:     156042
2908.39/2915.98	c #Conflicts:    4083000 | #Constraints:     157046
2908.39/2915.98	c #Conflicts:    4084000 | #Constraints:     158047
2908.39/2915.98	c #Conflicts:    4085000 | #Constraints:     159048
2908.39/2915.98	c #Conflicts:    4086000 | #Constraints:     160051
2908.39/2915.98	c #Conflicts:    4087000 | #Constraints:     161052
2908.39/2915.98	c #Conflicts:    4088000 | #Constraints:     162060
2908.39/2915.98	c #Conflicts:    4089000 | #Constraints:     163061
2908.39/2915.98	c #Conflicts:    4090000 | #Constraints:     164062
2908.39/2915.98	c #Conflicts:    4091000 | #Constraints:     165063
2908.39/2915.98	c #Conflicts:    4092000 | #Constraints:     166064
2908.39/2915.98	c #Conflicts:    4093000 | #Constraints:     167066
2908.39/2915.98	c #Conflicts:    4094000 | #Constraints:     168071
2908.39/2915.98	c #Conflicts:    4095000 | #Constraints:     169078
2908.39/2915.98	c #Conflicts:    4096000 | #Constraints:     170081
2908.39/2915.98	c #Conflicts:    4097000 | #Constraints:     171081
2908.39/2915.98	c #Conflicts:    4098000 | #Constraints:     172087
2908.39/2915.98	c #Conflicts:    4099000 | #Constraints:     173098
2908.39/2915.98	c #Conflicts:    4100000 | #Constraints:     174099
2908.39/2915.98	c #Conflicts:    4101000 | #Constraints:     175107
2908.39/2915.98	c #Conflicts:    4102000 | #Constraints:     176113
2908.39/2915.98	c #Conflicts:    4103000 | #Constraints:     177114
2908.39/2915.98	c #Conflicts:    4104000 | #Constraints:     178114
2908.39/2915.98	c #Conflicts:    4105000 | #Constraints:     179115
2908.39/2915.98	c #Conflicts:    4106000 | #Constraints:     180115
2908.39/2915.98	c #Conflicts:    4107000 | #Constraints:     181115
2908.39/2915.98	c #Conflicts:    4108000 | #Constraints:     182116
2908.39/2915.98	c #Conflicts:    4109000 | #Constraints:     183116
2908.39/2915.98	c #Conflicts:    4110000 | #Constraints:     184116
2908.39/2915.98	c #Conflicts:    4111000 | #Constraints:     185117
2908.39/2915.98	c #Conflicts:    4112000 | #Constraints:     186117
2908.39/2915.98	c #Conflicts:    4113000 | #Constraints:     187117
2908.39/2915.98	c #Conflicts:    4114000 | #Constraints:     188118
2908.39/2915.98	c #Conflicts:    4115000 | #Constraints:     189118
2908.39/2915.98	c #Conflicts:    4116000 | #Constraints:     190118
2908.39/2915.98	c #Conflicts:    4117000 | #Constraints:     191118
2908.39/2915.98	c #Conflicts:    4118000 | #Constraints:     192118
2908.39/2915.98	c #Conflicts:    4119000 | #Constraints:     193118
2908.39/2915.98	c #Conflicts:    4120000 | #Constraints:     194118
2908.39/2915.98	c #Conflicts:    4121000 | #Constraints:     195118
2908.39/2915.98	c #Conflicts:    4122000 | #Constraints:     196118
2908.39/2915.98	c #Conflicts:    4123000 | #Constraints:     197118
2908.39/2915.98	c #Conflicts:    4124000 | #Constraints:     198118
2908.39/2915.98	c #Conflicts:    4125000 | #Constraints:     199118
2908.39/2915.98	c #Conflicts:    4126000 | #Constraints:     200118
2908.39/2915.98	c #Conflicts:    4127000 | #Constraints:     201119
2908.39/2915.98	c #Conflicts:    4128000 | #Constraints:     202120
2908.39/2915.98	c #Conflicts:    4129000 | #Constraints:     203120
2908.39/2915.98	c #Conflicts:    4130000 | #Constraints:     204120
2908.39/2915.98	c #Conflicts:    4131000 | #Constraints:     205120
2908.39/2915.98	c #Conflicts:    4132000 | #Constraints:     206120
2908.39/2915.98	c #Conflicts:    4133000 | #Constraints:     207120
2908.39/2915.98	c #Conflicts:    4134000 | #Constraints:     208120
2908.39/2915.98	c #Conflicts:    4135000 | #Constraints:     209120
2908.39/2915.98	c #Conflicts:    4136000 | #Constraints:     210120
2908.39/2915.98	c #Conflicts:    4137000 | #Constraints:     211120
2908.39/2915.98	c #Conflicts:    4138000 | #Constraints:     212120
2908.39/2915.98	c #Conflicts:    4139000 | #Constraints:     213120
2911.28/2918.84	c #Conflicts:    4140000 | #Constraints:     214121
2911.28/2918.84	c INPROCESSING
2911.28/2918.84	c GARBAGE COLLECT
2911.28/2918.84	WSVECS04 Frhs2[3]: 6 0 153.185 shouldn't be
2911.28/2918.84	WSVECS04 Frhs2[5]: 6 -57.2646 0 shouldn't be
2911.28/2918.84	WSVECS04 Frhs2[9]: 6 0 18.0901 shouldn't be
2911.28/2918.84	WSVECS04 Frhs2[10]: 6 0 148.34 shouldn't be
2911.28/2918.84	WSVECS04 Frhs2[18]: 6 -244.991 0 shouldn't be
2911.28/2918.84	WSVECS04 Frhs2[21]: 6 0 62.4145 shouldn't be
2911.28/2918.84	WSVECS04 Frhs2[24]: 6 -30.1183 0 shouldn't be
2911.28/2918.84	WSVECS04 Frhs2[26]: 6 0 19.4076 shouldn't be
2911.28/2918.84	WSVECS04 Frhs2[31]: 6 0 18.5188 shouldn't be
2911.28/2918.84	WSVECS04 Frhs2[35]: 6 -131.314 0 shouldn't be
2911.28/2918.84	WSVECS04 Frhs2[37]: 6 0 0.501473 shouldn't be
2911.28/2918.84	WSVECS04 Frhs2[39]: 6 0 50.9784 shouldn't be
2911.28/2918.84	WSVECS04 Frhs2[47]: 6 -114.264 0 shouldn't be
2911.28/2918.84	WSVECS04 Frhs2[49]: 6 0 65.9791 shouldn't be
2911.28/2918.84	WSVECS04 Frhs2[51]: 6 -63.9692 0 shouldn't be
2911.28/2918.84	WSVECS04 Frhs2[57]: 6 0 99.3879 shouldn't be
2911.28/2918.84	WSVECS04 Frhs2[60]: 6 0 115.605 shouldn't be
2911.28/2918.84	WSVECS04 Frhs2[67]: 6 0 120.885 shouldn't be
2911.28/2918.84	WSVECS04 Frhs2[69]: 6 0 81.565 shouldn't be
2911.28/2918.84	WSVECS04 Frhs2[71]: 6 0 1 shouldn't be
2911.28/2918.84	WSVECS04 Frhs2[73]: 6 -10.147 0 shouldn't be
2911.28/2918.84	WSVECS04 Frhs2[75]: 6 0 1 shouldn't be
2911.28/2918.84	WSVECS04 Frhs2[81]: 6 0 103.315 shouldn't be
2911.28/2918.84	WSVECS04 Frhs2[83]: 6 0 215.237 shouldn't be
2911.28/2918.84	WSVECS04 Frhs2[85]: 6 0 139.542 shouldn't be
2911.28/2918.84	WSVECS04 Frhs2[87]: 6 -89.2667 0 shouldn't be
2911.28/2918.84	WSVECS04 Frhs2[98]: 6 -0.500001 0 shouldn't be
2911.28/2918.84	WSVECS04 Frhs2[103]: 6 0 304.915 shouldn't be
2911.28/2918.84	WSVECS04 Frhs2[127]: 6 -1 0 shouldn't be
2911.28/2918.84	WSVECS04 Frhs2[244]: 6 0 0.5 shouldn't be
2911.28/2918.84	WSVECS04 Frhs2[274]: 6 -1 0 shouldn't be
2911.28/2918.84	WSVECS04 Frhs2[282]: 6 -0.500001 0 shouldn't be
2911.28/2918.84	WSVECS04 Frhs2[291]: 6 -1 0 shouldn't be
2911.28/2918.84	WSVECS04 Frhs2[306]: 6 -51.4719 0 shouldn't be
2911.28/2918.84	WSVECS04 Frhs2[365]: 6 -1.75 0 shouldn't be
2911.28/2918.84	WSVECS04 Frhs2[396]: 6 0 116.413 shouldn't be
2911.28/2918.84	WSVECS04 Frhs2[406]: 6 0 68.2778 shouldn't be
2911.28/2918.84	WSVECS04 Frhs2[443]: 6 0 52.2036 shouldn't be
2911.28/2918.84	WSVECS04 Frhs2[458]: 6 0 52.2036 shouldn't be
2911.28/2918.84	WSVECS04 Frhs2[1111]: 6 0 0.500001 shouldn't be
2911.28/2918.84	WSVECS04 Frhs2[1113]: 6 0 0.5 shouldn't be
2911.28/2918.84	WSVECS04 Frhs2[1115]: 6 0 0.5 shouldn't be
2911.28/2918.84	WSVECS04 Frhs2[1116]: 6 0 0.5 shouldn't be
2911.28/2918.84	WSVECS04 Frhs2[1117]: 6 0 0.5 shouldn't be
2911.28/2918.84	WSVECS04 Frhs2[1119]: 6 0 0.5 shouldn't be
2911.28/2918.84	WSVECS04 Frhs2[1121]: 6 0 0.5 shouldn't be
2911.28/2918.84	WSVECS04 Frhs2[1123]: 6 0 0.5 shouldn't be
2911.28/2918.84	WSVECS04 Frhs2[1130]: 6 0 0.5 shouldn't be
2911.28/2918.84	WSVECS04 Frhs2[1137]: 6 0 0.5 shouldn't be
2911.28/2918.84	WSVECS04 Frhs2[1240]: 6 -1 0 shouldn't be
2911.28/2918.84	WSVECS04 Frhs2[1241]: 6 -1 0 shouldn't be
2911.28/2918.84	WSVECS04 Frhs2[1264]: 6 -1 0 shouldn't be
2911.28/2918.84	WSVECS04 Frhs2[1274]: 6 -1 0 shouldn't be
2911.28/2918.84	WSVECS04 Frhs2[1283]: 6 -1 0 shouldn't be
2911.28/2918.84	WSVECS04 Frhs2[1304]: 6 -1 0 shouldn't be
2911.28/2918.84	WSVECS04 Frhs2[1308]: 6 -1 0 shouldn't be
2911.28/2918.84	WSVECS04 Frhs2[1323]: 6 -1 0 shouldn't be
2911.28/2918.84	WSVECS04 Frhs2[1332]: 6 -1 0 shouldn't be
2911.28/2918.84	WSVECS04 Frhs2[1352]: 6 -1 0 shouldn't be
2911.28/2918.84	WSVECS04 Frhs2[1358]: 6 -3 0 shouldn't be
2911.28/2918.84	WSVECS04 Frhs2[1362]: 6 -1 0 shouldn't be
2911.28/2918.84	WSVECS04 Frhs2[1370]: 6 -1 0 shouldn't be
2911.28/2918.84	WSVECS04 Frhs2[1381]: 6 -1 0 shouldn't be
2911.28/2918.84	WSVECS04 Frhs2[1390]: 6 -1 0 shouldn't be
2911.38/2918.95	WSVECS04 Frhs2[308]: 6 0 131.961 shouldn't be
2911.38/2918.95	WSVECS04 Frhs2[371]: 6 -154.878 0 shouldn't be
2911.38/2918.95	WSVECS04 Frhs2[1282]: 6 -1 0 shouldn't be
2979.81/2987.54	c #Conflicts:    4141000 | #Constraints:     110140
2979.81/2987.54	c #Conflicts:    4142000 | #Constraints:     111141
2979.81/2987.54	c #Conflicts:    4143000 | #Constraints:     112141
2979.81/2987.54	c #Conflicts:    4144000 | #Constraints:     113141
2979.81/2987.54	c #Conflicts:    4145000 | #Constraints:     114141
2979.81/2987.54	c #Conflicts:    4146000 | #Constraints:     115141
2979.81/2987.54	c #Conflicts:    4147000 | #Constraints:     116141
2979.81/2987.54	c #Conflicts:    4148000 | #Constraints:     117141
2979.81/2987.54	c #Conflicts:    4149000 | #Constraints:     118141
2979.81/2987.54	c #Conflicts:    4150000 | #Constraints:     119141
2979.81/2987.54	c #Conflicts:    4151000 | #Constraints:     120142
2979.81/2987.54	c #Conflicts:    4152000 | #Constraints:     121142
2979.81/2987.54	c #Conflicts:    4153000 | #Constraints:     122143
2979.81/2987.54	c #Conflicts:    4154000 | #Constraints:     123143
2979.81/2987.54	c #Conflicts:    4155000 | #Constraints:     124143
2979.81/2987.54	c #Conflicts:    4156000 | #Constraints:     125144
2979.81/2987.54	c #Conflicts:    4157000 | #Constraints:     126144
2979.81/2987.54	c #Conflicts:    4158000 | #Constraints:     127144
2979.81/2987.54	c #Conflicts:    4159000 | #Constraints:     128145
2979.81/2987.54	c #Conflicts:    4160000 | #Constraints:     129145
2979.81/2987.54	c #Conflicts:    4161000 | #Constraints:     130146
2979.81/2987.54	c #Conflicts:    4162000 | #Constraints:     131146
2979.81/2987.54	c #Conflicts:    4163000 | #Constraints:     132146
2979.81/2987.54	c #Conflicts:    4164000 | #Constraints:     133146
2979.81/2987.54	c #Conflicts:    4165000 | #Constraints:     134147
2979.81/2987.54	c #Conflicts:    4166000 | #Constraints:     135147
2979.81/2987.54	c #Conflicts:    4167000 | #Constraints:     136147
2979.81/2987.54	c #Conflicts:    4168000 | #Constraints:     137148
2979.81/2987.54	c #Conflicts:    4169000 | #Constraints:     138148
2979.81/2987.54	c #Conflicts:    4170000 | #Constraints:     139148
2979.81/2987.54	c #Conflicts:    4171000 | #Constraints:     140148
2979.81/2987.54	c #Conflicts:    4172000 | #Constraints:     141149
2979.81/2987.54	c #Conflicts:    4173000 | #Constraints:     142149
2979.81/2987.54	c #Conflicts:    4174000 | #Constraints:     143149
2979.81/2987.54	c #Conflicts:    4175000 | #Constraints:     144150
2979.81/2987.54	c #Conflicts:    4176000 | #Constraints:     145150
2979.81/2987.54	c #Conflicts:    4177000 | #Constraints:     146151
2979.81/2987.54	c #Conflicts:    4178000 | #Constraints:     147151
2979.81/2987.54	c #Conflicts:    4179000 | #Constraints:     148151
2979.81/2987.54	c #Conflicts:    4180000 | #Constraints:     149152
2979.81/2987.54	c #Conflicts:    4181000 | #Constraints:     150152
2979.81/2987.54	c #Conflicts:    4182000 | #Constraints:     151153
2979.81/2987.54	c #Conflicts:    4183000 | #Constraints:     152153
2979.81/2987.54	c #Conflicts:    4184000 | #Constraints:     153153
2979.81/2987.54	c #Conflicts:    4185000 | #Constraints:     154156
2979.81/2987.54	c INPROCESSING
2979.81/2987.54	c GARBAGE COLLECT
2979.81/2987.54	c #Conflicts:    4186000 | #Constraints:      79951
2979.81/2987.54	c #Conflicts:    4187000 | #Constraints:      80952
2979.81/2987.54	c #Conflicts:    4188000 | #Constraints:      81952
2979.81/2987.54	c #Conflicts:    4189000 | #Constraints:      82952
2979.81/2987.54	c #Conflicts:    4190000 | #Constraints:      83952
2979.81/2987.54	c #Conflicts:    4191000 | #Constraints:      84952
2979.81/2987.54	c #Conflicts:    4192000 | #Constraints:      85952
2979.81/2987.54	c #Conflicts:    4193000 | #Constraints:      86952
2979.81/2987.54	c #Conflicts:    4194000 | #Constraints:      87952
2979.81/2987.54	c #Conflicts:    4195000 | #Constraints:      88952
2979.81/2987.54	c #Conflicts:    4196000 | #Constraints:      89953
2979.81/2987.54	c #Conflicts:    4197000 | #Constraints:      90953
2979.81/2987.54	c #Conflicts:    4198000 | #Constraints:      91954
2979.81/2987.54	c #Conflicts:    4199000 | #Constraints:      92955
2979.81/2987.54	c #Conflicts:    4200000 | #Constraints:      93955
2979.81/2987.54	c #Conflicts:    4201000 | #Constraints:      94961
2979.81/2987.54	c #Conflicts:    4202000 | #Constraints:      95965
2979.81/2987.54	c #Conflicts:    4203000 | #Constraints:      96968
2979.81/2987.54	c #Conflicts:    4204000 | #Constraints:      97968
2979.81/2987.54	c #Conflicts:    4205000 | #Constraints:      98969
2979.81/2987.54	c #Conflicts:    4206000 | #Constraints:      99970
2979.81/2987.54	c #Conflicts:    4207000 | #Constraints:     100970
2979.81/2987.54	c #Conflicts:    4208000 | #Constraints:     101970
2979.81/2987.54	c #Conflicts:    4209000 | #Constraints:     102970
2979.81/2987.54	c #Conflicts:    4210000 | #Constraints:     103971
2979.81/2987.54	c #Conflicts:    4211000 | #Constraints:     104971
2979.81/2987.54	c #Conflicts:    4212000 | #Constraints:     105971
2979.81/2987.54	c #Conflicts:    4213000 | #Constraints:     106972
2979.81/2987.54	c #Conflicts:    4214000 | #Constraints:     107973
2979.81/2987.54	c #Conflicts:    4215000 | #Constraints:     108974
2979.81/2987.54	c #Conflicts:    4216000 | #Constraints:     109974
2979.81/2987.54	c #Conflicts:    4217000 | #Constraints:     110975
2979.81/2987.54	c #Conflicts:    4218000 | #Constraints:     111975
2979.81/2987.54	c #Conflicts:    4219000 | #Constraints:     112975
2990.38/2998.17	c #Conflicts:    4220000 | #Constraints:     113976
2990.38/2998.17	c #Conflicts:    4221000 | #Constraints:     114976
2990.38/2998.17	c #Conflicts:    4222000 | #Constraints:     115976
2990.38/2998.17	c #Conflicts:    4223000 | #Constraints:     116976
2990.38/2998.17	c #Conflicts:    4224000 | #Constraints:     117976
2990.38/2998.17	c #Conflicts:    4225000 | #Constraints:     118977
2990.38/2998.17	c #Conflicts:    4226000 | #Constraints:     119977
2990.38/2998.17	c #Conflicts:    4227000 | #Constraints:     120978
2990.38/2998.17	c #Conflicts:    4228000 | #Constraints:     121978
2990.38/2998.17	c #Conflicts:    4229000 | #Constraints:     122978
2990.38/2998.17	c #Conflicts:    4230000 | #Constraints:     123979
2990.38/2998.17	c #Conflicts:    4231000 | #Constraints:     124979
2990.38/2998.17	c INPROCESSING
2990.38/2998.17	c GARBAGE COLLECT
2990.38/2998.17	c rational objective 120.194
3017.22/3025.04	c #Conflicts:    4232000 | #Constraints:      65571
3017.22/3025.04	c #Conflicts:    4233000 | #Constraints:      66571
3017.22/3025.04	c #Conflicts:    4234000 | #Constraints:      67571
3017.22/3025.04	c #Conflicts:    4235000 | #Constraints:      68571
3017.22/3025.04	c #Conflicts:    4236000 | #Constraints:      69571
3017.22/3025.04	c #Conflicts:    4237000 | #Constraints:      70571
3017.22/3025.04	c #Conflicts:    4238000 | #Constraints:      71571
3017.22/3025.04	c #Conflicts:    4239000 | #Constraints:      72571
3017.22/3025.04	c #Conflicts:    4240000 | #Constraints:      73571
3017.22/3025.04	c #Conflicts:    4241000 | #Constraints:      74571
3017.22/3025.04	c #Conflicts:    4242000 | #Constraints:      75571
3017.22/3025.04	c #Conflicts:    4243000 | #Constraints:      76571
3017.22/3025.04	c #Conflicts:    4244000 | #Constraints:      77572
3017.22/3025.04	c #Conflicts:    4245000 | #Constraints:      78572
3017.22/3025.04	c #Conflicts:    4246000 | #Constraints:      79572
3017.22/3025.04	c #Conflicts:    4247000 | #Constraints:      80572
3017.22/3025.04	c #Conflicts:    4248000 | #Constraints:      81572
3017.22/3025.04	c #Conflicts:    4249000 | #Constraints:      82572
3017.22/3025.04	c #Conflicts:    4250000 | #Constraints:      83572
3017.22/3025.04	c #Conflicts:    4251000 | #Constraints:      84572
3017.22/3025.04	c #Conflicts:    4252000 | #Constraints:      85573
3017.22/3025.04	c #Conflicts:    4253000 | #Constraints:      86574
3017.22/3025.04	c #Conflicts:    4254000 | #Constraints:      87574
3017.22/3025.04	c #Conflicts:    4255000 | #Constraints:      88574
3017.22/3025.04	c #Conflicts:    4256000 | #Constraints:      89575
3017.22/3025.04	c #Conflicts:    4257000 | #Constraints:      90575
3017.22/3025.04	c #Conflicts:    4258000 | #Constraints:      91576
3017.22/3025.04	c #Conflicts:    4259000 | #Constraints:      92577
3017.22/3025.04	c #Conflicts:    4260000 | #Constraints:      93577
3017.22/3025.04	c #Conflicts:    4261000 | #Constraints:      94578
3017.22/3025.04	c #Conflicts:    4262000 | #Constraints:      95578
3017.22/3025.04	c #Conflicts:    4263000 | #Constraints:      96578
3017.22/3025.04	c #Conflicts:    4264000 | #Constraints:      97578
3017.22/3025.04	c #Conflicts:    4265000 | #Constraints:      98579
3017.22/3025.04	c #Conflicts:    4266000 | #Constraints:      99579
3017.22/3025.04	c #Conflicts:    4267000 | #Constraints:     100579
3017.22/3025.04	c #Conflicts:    4268000 | #Constraints:     101580
3017.22/3025.04	c #Conflicts:    4269000 | #Constraints:     102580
3017.22/3025.04	c #Conflicts:    4270000 | #Constraints:     103580
3017.22/3025.04	c #Conflicts:    4271000 | #Constraints:     104582
3017.22/3025.04	c #Conflicts:    4272000 | #Constraints:     105582
3017.22/3025.04	c #Conflicts:    4273000 | #Constraints:     106582
3017.22/3025.04	c #Conflicts:    4274000 | #Constraints:     107583
3017.22/3025.04	c #Conflicts:    4275000 | #Constraints:     108583
3017.22/3025.04	c #Conflicts:    4276000 | #Constraints:     109584
3017.22/3025.04	c #Conflicts:    4277000 | #Constraints:     110584
3017.22/3025.04	c INPROCESSING
3017.22/3025.04	c GARBAGE COLLECT
3017.22/3025.04	c rational objective 120.194
3079.34/3087.36	c #Conflicts:    4278000 | #Constraints:      58476
3079.34/3087.36	c #Conflicts:    4279000 | #Constraints:      59476
3079.34/3087.36	c #Conflicts:    4280000 | #Constraints:      60476
3079.34/3087.36	c #Conflicts:    4281000 | #Constraints:      61476
3079.34/3087.36	c #Conflicts:    4282000 | #Constraints:      62476
3079.34/3087.36	c #Conflicts:    4283000 | #Constraints:      63476
3079.34/3087.36	c #Conflicts:    4284000 | #Constraints:      64476
3079.34/3087.36	c #Conflicts:    4285000 | #Constraints:      65476
3079.34/3087.36	c #Conflicts:    4286000 | #Constraints:      66476
3079.34/3087.36	c #Conflicts:    4287000 | #Constraints:      67476
3079.34/3087.36	c #Conflicts:    4288000 | #Constraints:      68476
3079.34/3087.36	c #Conflicts:    4289000 | #Constraints:      69476
3079.34/3087.36	c #Conflicts:    4290000 | #Constraints:      70476
3079.34/3087.36	c #Conflicts:    4291000 | #Constraints:      71476
3079.34/3087.36	c #Conflicts:    4292000 | #Constraints:      72476
3079.34/3087.36	c #Conflicts:    4293000 | #Constraints:      73476
3079.34/3087.36	c #Conflicts:    4294000 | #Constraints:      74476
3079.34/3087.36	c #Conflicts:    4295000 | #Constraints:      75476
3079.34/3087.36	c #Conflicts:    4296000 | #Constraints:      76476
3079.34/3087.36	c #Conflicts:    4297000 | #Constraints:      77476
3079.34/3087.36	c #Conflicts:    4298000 | #Constraints:      78476
3079.34/3087.36	c #Conflicts:    4299000 | #Constraints:      79476
3079.34/3087.36	c #Conflicts:    4300000 | #Constraints:      80476
3079.34/3087.36	c #Conflicts:    4301000 | #Constraints:      81476
3079.34/3087.36	c #Conflicts:    4302000 | #Constraints:      82476
3079.34/3087.36	c #Conflicts:    4303000 | #Constraints:      83476
3079.34/3087.36	c #Conflicts:    4304000 | #Constraints:      84476
3079.34/3087.36	c #Conflicts:    4305000 | #Constraints:      85476
3079.34/3087.36	c #Conflicts:    4306000 | #Constraints:      86476
3079.34/3087.36	c #Conflicts:    4307000 | #Constraints:      87476
3079.34/3087.36	c #Conflicts:    4308000 | #Constraints:      88477
3079.34/3087.36	c #Conflicts:    4309000 | #Constraints:      89477
3079.34/3087.36	c #Conflicts:    4310000 | #Constraints:      90477
3079.34/3087.36	c #Conflicts:    4311000 | #Constraints:      91477
3079.34/3087.36	c #Conflicts:    4312000 | #Constraints:      92477
3079.34/3087.36	c #Conflicts:    4313000 | #Constraints:      93477
3079.34/3087.36	c #Conflicts:    4314000 | #Constraints:      94477
3079.34/3087.36	c #Conflicts:    4315000 | #Constraints:      95477
3079.34/3087.36	c #Conflicts:    4316000 | #Constraints:      96477
3079.34/3087.36	c #Conflicts:    4317000 | #Constraints:      97477
3079.34/3087.36	c #Conflicts:    4318000 | #Constraints:      98477
3079.34/3087.36	c #Conflicts:    4319000 | #Constraints:      99478
3079.34/3087.36	c #Conflicts:    4320000 | #Constraints:     100480
3079.34/3087.36	c #Conflicts:    4321000 | #Constraints:     101481
3079.34/3087.36	c #Conflicts:    4322000 | #Constraints:     102483
3079.34/3087.36	c #Conflicts:    4323000 | #Constraints:     103486
3079.34/3087.36	c #Conflicts:    4324000 | #Constraints:     104489
3079.34/3087.36	c #Conflicts:    4325000 | #Constraints:     105492
3079.34/3087.36	c #Conflicts:    4326000 | #Constraints:     106499
3079.34/3087.36	c #Conflicts:    4327000 | #Constraints:     107506
3079.34/3087.36	c #Conflicts:    4328000 | #Constraints:     108511
3079.34/3087.36	c #Conflicts:    4329000 | #Constraints:     109516
3079.34/3087.36	c #Conflicts:    4330000 | #Constraints:     110516
3079.34/3087.36	c #Conflicts:    4331000 | #Constraints:     111521
3079.34/3087.36	c #Conflicts:    4332000 | #Constraints:     112526
3079.34/3087.36	c #Conflicts:    4333000 | #Constraints:     113530
3079.34/3087.36	c #Conflicts:    4334000 | #Constraints:     114530
3079.34/3087.36	c #Conflicts:    4335000 | #Constraints:     115531
3079.34/3087.36	c #Conflicts:    4336000 | #Constraints:     116533
3079.34/3087.36	c #Conflicts:    4337000 | #Constraints:     117533
3079.34/3087.36	c #Conflicts:    4338000 | #Constraints:     118533
3079.34/3087.36	c #Conflicts:    4339000 | #Constraints:     119535
3079.34/3087.36	c #Conflicts:    4340000 | #Constraints:     120536
3079.34/3087.36	c #Conflicts:    4341000 | #Constraints:     121536
3079.34/3087.36	c #Conflicts:    4342000 | #Constraints:     122536
3079.34/3087.36	c #Conflicts:    4343000 | #Constraints:     123537
3079.34/3087.36	c #Conflicts:    4344000 | #Constraints:     124537
3079.34/3087.36	c #Conflicts:    4345000 | #Constraints:     125538
3079.34/3087.36	c #Conflicts:    4346000 | #Constraints:     126538
3079.34/3087.36	c #Conflicts:    4347000 | #Constraints:     127539
3079.34/3087.36	c #Conflicts:    4348000 | #Constraints:     128540
3079.34/3087.36	c #Conflicts:    4349000 | #Constraints:     129542
3079.34/3087.36	c #Conflicts:    4350000 | #Constraints:     130542
3079.34/3087.36	c #Conflicts:    4351000 | #Constraints:     131544
3079.34/3087.36	c #Conflicts:    4352000 | #Constraints:     132544
3079.34/3087.36	c #Conflicts:    4353000 | #Constraints:     133544
3079.34/3087.36	c #Conflicts:    4354000 | #Constraints:     134545
3079.34/3087.36	c #Conflicts:    4355000 | #Constraints:     135546
3079.34/3087.36	c #Conflicts:    4356000 | #Constraints:     136547
3224.32/3232.73	c #Conflicts:    4357000 | #Constraints:     137548
3224.32/3232.73	c #Conflicts:    4358000 | #Constraints:     138549
3224.32/3232.73	c #Conflicts:    4359000 | #Constraints:     139549
3224.32/3232.73	c #Conflicts:    4360000 | #Constraints:     140549
3224.32/3232.73	c #Conflicts:    4361000 | #Constraints:     141550
3224.32/3232.73	c #Conflicts:    4362000 | #Constraints:     142550
3224.32/3232.73	c #Conflicts:    4363000 | #Constraints:     143551
3224.32/3232.73	c #Conflicts:    4364000 | #Constraints:     144551
3224.32/3232.73	c #Conflicts:    4365000 | #Constraints:     145552
3224.32/3232.73	c #Conflicts:    4366000 | #Constraints:     146552
3224.32/3232.73	c #Conflicts:    4367000 | #Constraints:     147553
3224.32/3232.73	c #Conflicts:    4368000 | #Constraints:     148553
3224.32/3232.73	c #Conflicts:    4369000 | #Constraints:     149553
3224.32/3232.73	c #Conflicts:    4370000 | #Constraints:     150553
3224.32/3232.73	c #Conflicts:    4371000 | #Constraints:     151554
3224.32/3232.73	c #Conflicts:    4372000 | #Constraints:     152554
3224.32/3232.73	c #Conflicts:    4373000 | #Constraints:     153555
3224.32/3232.73	c #Conflicts:    4374000 | #Constraints:     154556
3224.32/3232.73	c #Conflicts:    4375000 | #Constraints:     155556
3224.32/3232.73	c #Conflicts:    4376000 | #Constraints:     156556
3224.32/3232.73	c #Conflicts:    4377000 | #Constraints:     157556
3224.32/3232.73	c #Conflicts:    4378000 | #Constraints:     158556
3224.32/3232.73	c #Conflicts:    4379000 | #Constraints:     159557
3224.32/3232.73	c #Conflicts:    4380000 | #Constraints:     160557
3224.32/3232.73	c #Conflicts:    4381000 | #Constraints:     161557
3224.32/3232.73	c #Conflicts:    4382000 | #Constraints:     162558
3224.32/3232.73	c #Conflicts:    4383000 | #Constraints:     163558
3224.32/3232.73	c #Conflicts:    4384000 | #Constraints:     164558
3224.32/3232.73	c #Conflicts:    4385000 | #Constraints:     165559
3224.32/3232.73	c #Conflicts:    4386000 | #Constraints:     166559
3224.32/3232.73	c #Conflicts:    4387000 | #Constraints:     167560
3224.32/3232.73	c #Conflicts:    4388000 | #Constraints:     168560
3224.32/3232.73	c #Conflicts:    4389000 | #Constraints:     169561
3224.32/3232.73	c #Conflicts:    4390000 | #Constraints:     170562
3224.32/3232.73	c #Conflicts:    4391000 | #Constraints:     171563
3224.32/3232.73	c #Conflicts:    4392000 | #Constraints:     172563
3224.32/3232.73	c #Conflicts:    4393000 | #Constraints:     173563
3224.32/3232.73	c #Conflicts:    4394000 | #Constraints:     174564
3224.32/3232.73	c #Conflicts:    4395000 | #Constraints:     175564
3224.32/3232.73	c #Conflicts:    4396000 | #Constraints:     176565
3224.32/3232.73	c #Conflicts:    4397000 | #Constraints:     177566
3224.32/3232.73	c #Conflicts:    4398000 | #Constraints:     178567
3224.32/3232.73	c #Conflicts:    4399000 | #Constraints:     179567
3224.32/3232.73	c #Conflicts:    4400000 | #Constraints:     180567
3224.32/3232.73	c #Conflicts:    4401000 | #Constraints:     181567
3224.32/3232.73	c #Conflicts:    4402000 | #Constraints:     182568
3224.32/3232.73	c #Conflicts:    4403000 | #Constraints:     183568
3224.32/3232.73	c #Conflicts:    4404000 | #Constraints:     184569
3224.32/3232.73	c #Conflicts:    4405000 | #Constraints:     185569
3224.32/3232.73	c #Conflicts:    4406000 | #Constraints:     186570
3224.32/3232.73	c #Conflicts:    4407000 | #Constraints:     187570
3224.32/3232.73	c #Conflicts:    4408000 | #Constraints:     188570
3224.32/3232.73	c #Conflicts:    4409000 | #Constraints:     189570
3224.32/3232.73	c #Conflicts:    4410000 | #Constraints:     190570
3224.32/3232.73	c #Conflicts:    4411000 | #Constraints:     191570
3224.32/3232.73	c #Conflicts:    4412000 | #Constraints:     192570
3224.32/3232.73	c #Conflicts:    4413000 | #Constraints:     193570
3224.32/3232.73	c #Conflicts:    4414000 | #Constraints:     194570
3224.32/3232.73	c #Conflicts:    4415000 | #Constraints:     195571
3224.32/3232.73	c #Conflicts:    4416000 | #Constraints:     196571
3224.32/3232.73	c #Conflicts:    4417000 | #Constraints:     197571
3224.32/3232.73	c #Conflicts:    4418000 | #Constraints:     198572
3224.32/3232.73	c #Conflicts:    4419000 | #Constraints:     199573
3224.32/3232.73	c #Conflicts:    4420000 | #Constraints:     200573
3224.32/3232.73	c #Conflicts:    4421000 | #Constraints:     201574
3224.32/3232.73	c #Conflicts:    4422000 | #Constraints:     202574
3224.32/3232.73	c #Conflicts:    4423000 | #Constraints:     203575
3224.32/3232.73	c #Conflicts:    4424000 | #Constraints:     204575
3224.32/3232.73	c #Conflicts:    4425000 | #Constraints:     205575
3224.32/3232.73	c #Conflicts:    4426000 | #Constraints:     206576
3224.32/3232.73	c #Conflicts:    4427000 | #Constraints:     207576
3224.32/3232.73	c #Conflicts:    4428000 | #Constraints:     208577
3224.32/3232.73	c #Conflicts:    4429000 | #Constraints:     209578
3224.32/3232.73	c #Conflicts:    4430000 | #Constraints:     210579
3224.32/3232.73	c #Conflicts:    4431000 | #Constraints:     211579
3224.32/3232.73	c #Conflicts:    4432000 | #Constraints:     212582
3224.32/3232.73	c #Conflicts:    4433000 | #Constraints:     213582
3224.32/3232.73	c #Conflicts:    4434000 | #Constraints:     214583
3224.32/3232.73	c #Conflicts:    4435000 | #Constraints:     215584
3238.59/3247.05	c #Conflicts:    4436000 | #Constraints:     216584
3238.59/3247.05	c #Conflicts:    4437000 | #Constraints:     217586
3238.59/3247.05	c #Conflicts:    4438000 | #Constraints:     218586
3238.59/3247.05	c #Conflicts:    4439000 | #Constraints:     219587
3238.59/3247.05	c #Conflicts:    4440000 | #Constraints:     220588
3238.59/3247.05	c INPROCESSING
3238.59/3247.05	c GARBAGE COLLECT
3238.59/3247.05	c rational objective 120.194
3290.83/3299.49	c #Conflicts:    4441000 | #Constraints:     113025
3290.83/3299.49	c #Conflicts:    4442000 | #Constraints:     114025
3290.83/3299.49	c #Conflicts:    4443000 | #Constraints:     115026
3290.83/3299.49	c #Conflicts:    4444000 | #Constraints:     116026
3290.83/3299.49	c #Conflicts:    4445000 | #Constraints:     117026
3290.83/3299.49	c #Conflicts:    4446000 | #Constraints:     118026
3290.83/3299.49	c #Conflicts:    4447000 | #Constraints:     119026
3290.83/3299.49	c #Conflicts:    4448000 | #Constraints:     120026
3290.83/3299.49	c #Conflicts:    4449000 | #Constraints:     121026
3290.83/3299.49	c #Conflicts:    4450000 | #Constraints:     122026
3290.83/3299.49	c #Conflicts:    4451000 | #Constraints:     123027
3290.83/3299.49	c #Conflicts:    4452000 | #Constraints:     124027
3290.83/3299.49	c #Conflicts:    4453000 | #Constraints:     125027
3290.83/3299.49	c #Conflicts:    4454000 | #Constraints:     126027
3290.83/3299.49	c #Conflicts:    4455000 | #Constraints:     127028
3290.83/3299.49	c #Conflicts:    4456000 | #Constraints:     128028
3290.83/3299.49	c #Conflicts:    4457000 | #Constraints:     129028
3290.83/3299.49	c #Conflicts:    4458000 | #Constraints:     130029
3290.83/3299.49	c #Conflicts:    4459000 | #Constraints:     131029
3290.83/3299.49	c #Conflicts:    4460000 | #Constraints:     132030
3290.83/3299.49	c #Conflicts:    4461000 | #Constraints:     133031
3290.83/3299.49	c #Conflicts:    4462000 | #Constraints:     134031
3290.83/3299.49	c #Conflicts:    4463000 | #Constraints:     135032
3290.83/3299.49	c #Conflicts:    4464000 | #Constraints:     136032
3290.83/3299.49	c #Conflicts:    4465000 | #Constraints:     137032
3290.83/3299.49	c #Conflicts:    4466000 | #Constraints:     138033
3290.83/3299.49	c #Conflicts:    4467000 | #Constraints:     139033
3290.83/3299.49	c #Conflicts:    4468000 | #Constraints:     140033
3290.83/3299.49	c #Conflicts:    4469000 | #Constraints:     141033
3290.83/3299.49	c #Conflicts:    4470000 | #Constraints:     142034
3290.83/3299.49	c #Conflicts:    4471000 | #Constraints:     143034
3290.83/3299.49	c #Conflicts:    4472000 | #Constraints:     144035
3290.83/3299.49	c #Conflicts:    4473000 | #Constraints:     145035
3290.83/3299.49	c #Conflicts:    4474000 | #Constraints:     146036
3290.83/3299.49	c #Conflicts:    4475000 | #Constraints:     147037
3290.83/3299.49	c #Conflicts:    4476000 | #Constraints:     148037
3290.83/3299.49	c #Conflicts:    4477000 | #Constraints:     149037
3290.83/3299.49	c #Conflicts:    4478000 | #Constraints:     150038
3290.83/3299.49	c #Conflicts:    4479000 | #Constraints:     151038
3290.83/3299.49	c #Conflicts:    4480000 | #Constraints:     152040
3290.83/3299.49	c #Conflicts:    4481000 | #Constraints:     153042
3290.83/3299.49	c #Conflicts:    4482000 | #Constraints:     154042
3290.83/3299.49	c #Conflicts:    4483000 | #Constraints:     155043
3290.83/3299.49	c #Conflicts:    4484000 | #Constraints:     156044
3290.83/3299.49	c #Conflicts:    4485000 | #Constraints:     157044
3290.83/3299.49	c #Conflicts:    4486000 | #Constraints:     158045
3290.83/3299.49	c #Conflicts:    4487000 | #Constraints:     159046
3290.83/3299.49	c #Conflicts:    4488000 | #Constraints:     160046
3290.83/3299.49	c INPROCESSING
3290.83/3299.49	c GARBAGE COLLECT
3290.83/3299.49	c rational objective 120.194
3326.13/3334.80	c #Conflicts:    4489000 | #Constraints:      83202
3326.13/3334.80	c #Conflicts:    4490000 | #Constraints:      84202
3326.13/3334.80	c #Conflicts:    4491000 | #Constraints:      85202
3326.13/3334.80	c #Conflicts:    4492000 | #Constraints:      86202
3326.13/3334.80	c #Conflicts:    4493000 | #Constraints:      87202
3326.13/3334.80	c #Conflicts:    4494000 | #Constraints:      88202
3326.13/3334.80	c #Conflicts:    4495000 | #Constraints:      89202
3326.13/3334.80	c #Conflicts:    4496000 | #Constraints:      90202
3326.13/3334.80	c #Conflicts:    4497000 | #Constraints:      91202
3326.13/3334.80	c #Conflicts:    4498000 | #Constraints:      92202
3326.13/3334.80	c #Conflicts:    4499000 | #Constraints:      93202
3326.13/3334.80	c #Conflicts:    4500000 | #Constraints:      94202
3326.13/3334.80	c #Conflicts:    4501000 | #Constraints:      95203
3326.13/3334.80	c #Conflicts:    4502000 | #Constraints:      96203
3326.13/3334.80	c #Conflicts:    4503000 | #Constraints:      97204
3326.13/3334.80	c #Conflicts:    4504000 | #Constraints:      98204
3326.13/3334.80	c #Conflicts:    4505000 | #Constraints:      99205
3326.13/3334.80	c #Conflicts:    4506000 | #Constraints:     100205
3326.13/3334.80	c #Conflicts:    4507000 | #Constraints:     101206
3326.13/3334.80	c #Conflicts:    4508000 | #Constraints:     102207
3326.13/3334.80	c #Conflicts:    4509000 | #Constraints:     103207
3326.13/3334.80	c #Conflicts:    4510000 | #Constraints:     104207
3326.13/3334.80	c #Conflicts:    4511000 | #Constraints:     105208
3326.13/3334.80	c #Conflicts:    4512000 | #Constraints:     106208
3326.13/3334.80	c #Conflicts:    4513000 | #Constraints:     107208
3326.13/3334.80	c #Conflicts:    4514000 | #Constraints:     108208
3326.13/3334.80	c #Conflicts:    4515000 | #Constraints:     109208
3326.13/3334.80	c #Conflicts:    4516000 | #Constraints:     110209
3326.13/3334.80	c #Conflicts:    4517000 | #Constraints:     111209
3326.13/3334.80	c #Conflicts:    4518000 | #Constraints:     112209
3326.13/3334.80	c #Conflicts:    4519000 | #Constraints:     113210
3326.13/3334.80	c #Conflicts:    4520000 | #Constraints:     114210
3326.13/3334.80	c #Conflicts:    4521000 | #Constraints:     115211
3326.13/3334.80	c #Conflicts:    4522000 | #Constraints:     116213
3326.13/3334.80	c #Conflicts:    4523000 | #Constraints:     117215
3326.13/3334.80	c #Conflicts:    4524000 | #Constraints:     118216
3326.13/3334.80	c #Conflicts:    4525000 | #Constraints:     119216
3326.13/3334.80	c #Conflicts:    4526000 | #Constraints:     120217
3326.13/3334.80	c #Conflicts:    4527000 | #Constraints:     121218
3326.13/3334.80	c #Conflicts:    4528000 | #Constraints:     122218
3326.13/3334.80	c #Conflicts:    4529000 | #Constraints:     123218
3326.13/3334.80	c #Conflicts:    4530000 | #Constraints:     124220
3326.13/3334.80	c #Conflicts:    4531000 | #Constraints:     125220
3326.13/3334.80	c #Conflicts:    4532000 | #Constraints:     126222
3326.13/3334.80	c #Conflicts:    4533000 | #Constraints:     127225
3326.13/3334.80	c #Conflicts:    4534000 | #Constraints:     128226
3326.13/3334.80	c #Conflicts:    4535000 | #Constraints:     129228
3326.13/3334.80	c INPROCESSING
3326.13/3334.80	c GARBAGE COLLECT
3326.13/3334.80	c rational objective 120.528
3356.04/3364.86	c #Conflicts:    4536000 | #Constraints:      67654
3356.04/3364.86	c #Conflicts:    4537000 | #Constraints:      68654
3356.04/3364.86	c #Conflicts:    4538000 | #Constraints:      69654
3356.04/3364.86	c #Conflicts:    4539000 | #Constraints:      70654
3356.04/3364.86	c #Conflicts:    4540000 | #Constraints:      71654
3356.04/3364.86	c #Conflicts:    4541000 | #Constraints:      72654
3356.04/3364.86	c #Conflicts:    4542000 | #Constraints:      73654
3356.04/3364.86	c #Conflicts:    4543000 | #Constraints:      74654
3356.04/3364.86	c #Conflicts:    4544000 | #Constraints:      75654
3356.04/3364.86	c #Conflicts:    4545000 | #Constraints:      76654
3356.04/3364.86	c #Conflicts:    4546000 | #Constraints:      77654
3356.04/3364.86	c #Conflicts:    4547000 | #Constraints:      78654
3356.04/3364.86	c #Conflicts:    4548000 | #Constraints:      79655
3356.04/3364.86	c #Conflicts:    4549000 | #Constraints:      80655
3356.04/3364.86	c #Conflicts:    4550000 | #Constraints:      81655
3356.04/3364.86	c #Conflicts:    4551000 | #Constraints:      82655
3356.04/3364.86	c #Conflicts:    4552000 | #Constraints:      83655
3356.04/3364.86	c #Conflicts:    4553000 | #Constraints:      84656
3356.04/3364.86	c #Conflicts:    4554000 | #Constraints:      85658
3356.04/3364.86	c #Conflicts:    4555000 | #Constraints:      86658
3356.04/3364.86	c #Conflicts:    4556000 | #Constraints:      87658
3356.04/3364.86	c #Conflicts:    4557000 | #Constraints:      88659
3356.04/3364.86	c #Conflicts:    4558000 | #Constraints:      89660
3356.04/3364.86	c #Conflicts:    4559000 | #Constraints:      90662
3356.04/3364.86	c #Conflicts:    4560000 | #Constraints:      91662
3356.04/3364.86	c #Conflicts:    4561000 | #Constraints:      92662
3356.04/3364.86	c #Conflicts:    4562000 | #Constraints:      93663
3356.04/3364.86	c #Conflicts:    4563000 | #Constraints:      94664
3356.04/3364.86	c #Conflicts:    4564000 | #Constraints:      95664
3356.04/3364.86	c #Conflicts:    4565000 | #Constraints:      96665
3356.04/3364.86	c #Conflicts:    4566000 | #Constraints:      97665
3356.04/3364.86	c #Conflicts:    4567000 | #Constraints:      98665
3356.04/3364.86	c #Conflicts:    4568000 | #Constraints:      99666
3356.04/3364.86	c #Conflicts:    4569000 | #Constraints:     100666
3356.04/3364.86	c #Conflicts:    4570000 | #Constraints:     101666
3356.04/3364.86	c #Conflicts:    4571000 | #Constraints:     102667
3356.04/3364.86	c #Conflicts:    4572000 | #Constraints:     103668
3356.04/3364.86	c #Conflicts:    4573000 | #Constraints:     104668
3356.04/3364.86	c #Conflicts:    4574000 | #Constraints:     105669
3356.04/3364.86	c #Conflicts:    4575000 | #Constraints:     106669
3356.04/3364.86	c #Conflicts:    4576000 | #Constraints:     107669
3356.04/3364.86	c #Conflicts:    4577000 | #Constraints:     108670
3356.04/3364.86	c #Conflicts:    4578000 | #Constraints:     109670
3356.04/3364.86	c #Conflicts:    4579000 | #Constraints:     110670
3356.04/3364.86	c #Conflicts:    4580000 | #Constraints:     111670
3356.04/3364.86	c #Conflicts:    4581000 | #Constraints:     112670
3356.04/3364.86	c #Conflicts:    4582000 | #Constraints:     113670
3356.04/3364.86	c INPROCESSING
3356.04/3364.86	c GARBAGE COLLECT
3356.04/3364.86	c #Conflicts:    4583000 | #Constraints:      59616
3356.04/3364.86	c #Conflicts:    4584000 | #Constraints:      60616
3356.04/3364.86	c #Conflicts:    4585000 | #Constraints:      61617
3356.04/3364.86	c #Conflicts:    4586000 | #Constraints:      62617
3356.04/3364.86	c #Conflicts:    4587000 | #Constraints:      63617
3356.04/3364.86	c #Conflicts:    4588000 | #Constraints:      64617
3356.04/3364.86	c #Conflicts:    4589000 | #Constraints:      65617
3356.04/3364.86	c #Conflicts:    4590000 | #Constraints:      66617
3356.04/3364.86	c #Conflicts:    4591000 | #Constraints:      67617
3356.04/3364.86	c #Conflicts:    4592000 | #Constraints:      68617
3356.04/3364.86	c #Conflicts:    4593000 | #Constraints:      69617
3356.04/3364.86	c #Conflicts:    4594000 | #Constraints:      70618
3356.04/3364.86	c #Conflicts:    4595000 | #Constraints:      71621
3356.04/3364.86	WSVECS04 Frhs2[36]: 6 -1.7967 0 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[38]: 6 -0.796704 0 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[40]: 6 -1.50231 0 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[48]: 6 0 0.800028 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[60]: 6 0 4.39722 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[65]: 6 0 0.507104 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[66]: 6 0 0.316029 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[74]: 6 0 0.0270883 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[76]: 6 0 0.477628 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[100]: 6 -2.26456 0 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[106]: 6 0 1.11224 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[114]: 6 -2.31891 0 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[121]: 6 -3.86557 0 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[141]: 6 0 0.137008 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[151]: 6 -0.155794 0 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[204]: 6 -0.337887 0 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[211]: 6 0 1.32486 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[215]: 6 -4.72138 0 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[231]: 6 0 3.83569 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[252]: 6 -0.180125 0 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[255]: 6 0 1 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[300]: 6 -0.19922 0 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[308]: 6 -1.69186 0 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[316]: 6 0 0.165627 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[337]: 6 -1.2033 0 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[356]: 6 0 0.240527 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[364]: 6 0 0.82655 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[379]: 6 0 0.575173 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[380]: 6 0 0.331387 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[389]: 6 0 0.293127 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[413]: 6 0 0.131583 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[437]: 6 0 0.265116 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[452]: 6 0 1.05871 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[468]: 6 -0.853172 0 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[487]: 6 -0.622931 0 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[499]: 6 -0.608 0 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[515]: 6 0 0.876688 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[518]: 6 0 0.131583 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[521]: 6 0 0.0695503 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[525]: 6 0 1.30555 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[677]: 6 0 2.72887e-05 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[680]: 6 0 2.65788e-05 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[681]: 6 0 2.71029e-05 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[766]: 6 0 3.67331 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[767]: 6 0 3.67331 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[769]: 6 0 3.67331 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[770]: 6 0 3.67331 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[771]: 6 0 3.67331 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[773]: 6 0 3.67331 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[774]: 6 0 3.67331 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[775]: 6 0 3.67331 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[778]: 6 0 3.67331 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[1219]: 6 -1 0 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[1220]: 6 -1 0 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[1221]: 6 -1 0 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[1222]: 6 -2.71918 0 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[1273]: 6 -1 0 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[1274]: 6 -1 0 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[1275]: 6 -1 0 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[1292]: 6 -1 0 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[1324]: 6 -1 0 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[1325]: 6 -1 0 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[1326]: 6 -1 0 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[1327]: 6 -1 0 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[1328]: 6 -1 0 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[1329]: 6 -1 0 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[1332]: 6 -1 0 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[1353]: 6 -1 0 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[1354]: 6 -1 0 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[1355]: 6 -1 0 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[1356]: 6 -1 0 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[1357]: 6 -1 0 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[1358]: 6 -1 0 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[1361]: 6 -1 0 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[1362]: 6 -1 0 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[1363]: 6 -1 0 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[1381]: 6 -1 0 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[1382]: 6 -1 0 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[1383]: 6 -1 0 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[1384]: 6 -1 0 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[1385]: 6 -1 0 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[1386]: 6 -1 0 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[1391]: 6 -1 0 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[1392]: 6 -1 0 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[1393]: 6 -1 0 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[1394]: 6 -1 0 shouldn't be
3356.04/3364.86	WSVECS04 Frhs2[1395]: 6 -1 0 shouldn't be
3356.04/3364.87	WSVECS04 Frhs2[1396]: 6 -1 0 shouldn't be
3438.60/3447.65	c #Conflicts:    4596000 | #Constraints:      72627
3438.60/3447.65	c #Conflicts:    4597000 | #Constraints:      73627
3438.60/3447.65	c #Conflicts:    4598000 | #Constraints:      74627
3438.60/3447.65	c #Conflicts:    4599000 | #Constraints:      75627
3438.60/3447.65	c #Conflicts:    4600000 | #Constraints:      76627
3438.60/3447.65	c #Conflicts:    4601000 | #Constraints:      77627
3438.60/3447.65	c #Conflicts:    4602000 | #Constraints:      78627
3438.60/3447.65	c #Conflicts:    4603000 | #Constraints:      79627
3438.60/3447.65	c #Conflicts:    4604000 | #Constraints:      80627
3438.60/3447.65	c #Conflicts:    4605000 | #Constraints:      81627
3438.60/3447.65	c #Conflicts:    4606000 | #Constraints:      82627
3438.60/3447.65	c #Conflicts:    4607000 | #Constraints:      83627
3438.60/3447.65	c #Conflicts:    4608000 | #Constraints:      84627
3438.60/3447.65	c #Conflicts:    4609000 | #Constraints:      85627
3438.60/3447.65	c #Conflicts:    4610000 | #Constraints:      86627
3438.60/3447.65	c #Conflicts:    4611000 | #Constraints:      87627
3438.60/3447.65	c #Conflicts:    4612000 | #Constraints:      88627
3438.60/3447.65	c #Conflicts:    4613000 | #Constraints:      89627
3438.60/3447.65	c #Conflicts:    4614000 | #Constraints:      90627
3438.60/3447.65	c #Conflicts:    4615000 | #Constraints:      91627
3438.60/3447.65	c #Conflicts:    4616000 | #Constraints:      92627
3438.60/3447.65	c #Conflicts:    4617000 | #Constraints:      93627
3438.60/3447.65	c #Conflicts:    4618000 | #Constraints:      94627
3438.60/3447.65	c #Conflicts:    4619000 | #Constraints:      95627
3438.60/3447.65	c #Conflicts:    4620000 | #Constraints:      96627
3438.60/3447.65	c #Conflicts:    4621000 | #Constraints:      97627
3438.60/3447.65	c #Conflicts:    4622000 | #Constraints:      98627
3438.60/3447.65	c #Conflicts:    4623000 | #Constraints:      99629
3438.60/3447.65	c #Conflicts:    4624000 | #Constraints:     100630
3438.60/3447.65	c #Conflicts:    4625000 | #Constraints:     101630
3438.60/3447.65	c #Conflicts:    4626000 | #Constraints:     102631
3438.60/3447.65	c #Conflicts:    4627000 | #Constraints:     103631
3438.60/3447.65	c #Conflicts:    4628000 | #Constraints:     104632
3438.60/3447.65	c #Conflicts:    4629000 | #Constraints:     105632
3438.60/3447.65	c #Conflicts:    4630000 | #Constraints:     106632
3438.60/3447.65	c #Conflicts:    4631000 | #Constraints:     107633
3438.60/3447.65	c #Conflicts:    4632000 | #Constraints:     108633
3438.60/3447.65	c #Conflicts:    4633000 | #Constraints:     109633
3438.60/3447.65	c #Conflicts:    4634000 | #Constraints:     110633
3438.60/3447.65	c #Conflicts:    4635000 | #Constraints:     111633
3438.60/3447.65	c #Conflicts:    4636000 | #Constraints:     112634
3438.60/3447.65	c #Conflicts:    4637000 | #Constraints:     113638
3438.60/3447.65	c #Conflicts:    4638000 | #Constraints:     114641
3438.60/3447.65	c #Conflicts:    4639000 | #Constraints:     115642
3438.60/3447.65	c #Conflicts:    4640000 | #Constraints:     116644
3438.60/3447.65	c #Conflicts:    4641000 | #Constraints:     117646
3438.60/3447.65	c #Conflicts:    4642000 | #Constraints:     118648
3438.60/3447.65	c #Conflicts:    4643000 | #Constraints:     119650
3438.60/3447.65	c #Conflicts:    4644000 | #Constraints:     120652
3438.60/3447.65	c #Conflicts:    4645000 | #Constraints:     121654
3438.60/3447.65	c #Conflicts:    4646000 | #Constraints:     122655
3438.60/3447.65	c #Conflicts:    4647000 | #Constraints:     123656
3438.60/3447.65	c #Conflicts:    4648000 | #Constraints:     124656
3438.60/3447.65	c #Conflicts:    4649000 | #Constraints:     125658
3438.60/3447.65	c #Conflicts:    4650000 | #Constraints:     126660
3438.60/3447.65	c #Conflicts:    4651000 | #Constraints:     127660
3438.60/3447.65	c #Conflicts:    4652000 | #Constraints:     128660
3438.60/3447.65	c #Conflicts:    4653000 | #Constraints:     129661
3438.60/3447.65	c #Conflicts:    4654000 | #Constraints:     130662
3438.60/3447.65	c #Conflicts:    4655000 | #Constraints:     131664
3438.60/3447.65	c #Conflicts:    4656000 | #Constraints:     132665
3438.60/3447.65	c #Conflicts:    4657000 | #Constraints:     133666
3438.60/3447.65	c #Conflicts:    4658000 | #Constraints:     134668
3438.60/3447.65	c #Conflicts:    4659000 | #Constraints:     135670
3438.60/3447.65	c #Conflicts:    4660000 | #Constraints:     136671
3438.60/3447.65	c #Conflicts:    4661000 | #Constraints:     137674
3438.60/3447.65	c #Conflicts:    4662000 | #Constraints:     138676
3438.60/3447.65	c #Conflicts:    4663000 | #Constraints:     139678
3438.60/3447.65	c #Conflicts:    4664000 | #Constraints:     140678
3438.60/3447.65	c #Conflicts:    4665000 | #Constraints:     141683
3438.60/3447.65	c #Conflicts:    4666000 | #Constraints:     142687
3438.60/3447.65	c #Conflicts:    4667000 | #Constraints:     143690
3438.60/3447.65	c #Conflicts:    4668000 | #Constraints:     144692
3438.60/3447.65	c #Conflicts:    4669000 | #Constraints:     145696
3438.60/3447.65	c #Conflicts:    4670000 | #Constraints:     146697
3438.60/3447.65	c #Conflicts:    4671000 | #Constraints:     147698
3438.60/3447.65	c #Conflicts:    4672000 | #Constraints:     148699
3438.60/3447.65	c #Conflicts:    4673000 | #Constraints:     149700
3438.60/3447.65	c #Conflicts:    4674000 | #Constraints:     150700
3600.02/3609.50	c #Conflicts:    4675000 | #Constraints:     151703
3600.02/3609.50	c #Conflicts:    4676000 | #Constraints:     152705
3600.02/3609.50	c #Conflicts:    4677000 | #Constraints:     153708
3600.02/3609.50	c #Conflicts:    4678000 | #Constraints:     154709
3600.02/3609.50	c #Conflicts:    4679000 | #Constraints:     155712
3600.02/3609.50	c #Conflicts:    4680000 | #Constraints:     156716
3600.02/3609.50	c #Conflicts:    4681000 | #Constraints:     157716
3600.02/3609.50	c #Conflicts:    4682000 | #Constraints:     158716
3600.02/3609.50	c #Conflicts:    4683000 | #Constraints:     159716
3600.02/3609.50	c #Conflicts:    4684000 | #Constraints:     160716
3600.02/3609.50	c #Conflicts:    4685000 | #Constraints:     161722
3600.02/3609.50	c #Conflicts:    4686000 | #Constraints:     162725
3600.02/3609.50	c #Conflicts:    4687000 | #Constraints:     163725
3600.02/3609.50	c #Conflicts:    4688000 | #Constraints:     164726
3600.02/3609.50	c #Conflicts:    4689000 | #Constraints:     165726
3600.02/3609.50	c #Conflicts:    4690000 | #Constraints:     166727
3600.02/3609.50	c #Conflicts:    4691000 | #Constraints:     167728
3600.02/3609.50	c #Conflicts:    4692000 | #Constraints:     168728
3600.02/3609.50	c #Conflicts:    4693000 | #Constraints:     169729
3600.02/3609.50	c #Conflicts:    4694000 | #Constraints:     170729
3600.02/3609.50	c #Conflicts:    4695000 | #Constraints:     171730
3600.02/3609.50	c #Conflicts:    4696000 | #Constraints:     172732
3600.02/3609.50	c #Conflicts:    4697000 | #Constraints:     173733
3600.02/3609.50	c #Conflicts:    4698000 | #Constraints:     174733
3600.02/3609.50	c #Conflicts:    4699000 | #Constraints:     175735
3600.02/3609.50	c #Conflicts:    4700000 | #Constraints:     176737
3600.02/3609.50	c #Conflicts:    4701000 | #Constraints:     177737
3600.02/3609.50	c #Conflicts:    4702000 | #Constraints:     178737
3600.02/3609.50	c #Conflicts:    4703000 | #Constraints:     179737
3600.02/3609.50	c #Conflicts:    4704000 | #Constraints:     180738
3600.02/3609.50	c #Conflicts:    4705000 | #Constraints:     181738
3600.02/3609.50	c #Conflicts:    4706000 | #Constraints:     182738
3600.02/3609.50	c #Conflicts:    4707000 | #Constraints:     183739
3600.02/3609.50	c #Conflicts:    4708000 | #Constraints:     184740
3600.02/3609.50	c #Conflicts:    4709000 | #Constraints:     185741
3600.02/3609.50	c #Conflicts:    4710000 | #Constraints:     186741
3600.02/3609.50	c #Conflicts:    4711000 | #Constraints:     187741
3600.02/3609.50	c #Conflicts:    4712000 | #Constraints:     188742
3600.02/3609.50	c #Conflicts:    4713000 | #Constraints:     189743
3600.02/3609.50	c #Conflicts:    4714000 | #Constraints:     190744
3600.02/3609.50	c #Conflicts:    4715000 | #Constraints:     191746
3600.02/3609.50	c #Conflicts:    4716000 | #Constraints:     192749
3600.02/3609.50	c #Conflicts:    4717000 | #Constraints:     193751
3600.02/3609.50	c #Conflicts:    4718000 | #Constraints:     194751
3600.02/3609.50	c #Conflicts:    4719000 | #Constraints:     195752
3600.02/3609.50	c #Conflicts:    4720000 | #Constraints:     196752
3600.02/3609.50	c #Conflicts:    4721000 | #Constraints:     197752
3600.02/3609.50	c #Conflicts:    4722000 | #Constraints:     198752
3600.02/3609.50	c #Conflicts:    4723000 | #Constraints:     199752
3600.02/3609.50	c #Conflicts:    4724000 | #Constraints:     200753
3600.02/3609.50	c #Conflicts:    4725000 | #Constraints:     201757
3600.02/3609.50	c #Conflicts:    4726000 | #Constraints:     202763
3600.02/3609.50	c #Conflicts:    4727000 | #Constraints:     203767
3600.02/3609.50	c #Conflicts:    4728000 | #Constraints:     204768
3600.02/3609.50	c #Conflicts:    4729000 | #Constraints:     205769
3600.02/3609.50	c #Conflicts:    4730000 | #Constraints:     206771
3600.02/3609.50	c #Conflicts:    4731000 | #Constraints:     207774
3600.02/3609.50	c #Conflicts:    4732000 | #Constraints:     208776
3600.02/3609.50	c #Conflicts:    4733000 | #Constraints:     209777
3600.02/3609.50	c #Conflicts:    4734000 | #Constraints:     210779
3600.02/3609.50	c #Conflicts:    4735000 | #Constraints:     211780
3600.02/3609.50	c #Conflicts:    4736000 | #Constraints:     212780
3600.02/3609.50	c #Conflicts:    4737000 | #Constraints:     213781
3600.02/3609.50	c #Conflicts:    4738000 | #Constraints:     214781
3600.02/3609.50	c #Conflicts:    4739000 | #Constraints:     215781
3600.02/3609.50	c #Conflicts:    4740000 | #Constraints:     216781
3600.02/3609.50	c #Conflicts:    4741000 | #Constraints:     217781
3600.02/3609.50	c #Conflicts:    4742000 | #Constraints:     218781
3600.02/3609.50	c #Conflicts:    4743000 | #Constraints:     219781
3600.02/3609.50	c #Conflicts:    4744000 | #Constraints:     220781
3600.02/3609.50	c #Conflicts:    4745000 | #Constraints:     221781
3600.02/3609.50	c #Conflicts:    4746000 | #Constraints:     222781
3600.02/3609.50	c #Conflicts:    4747000 | #Constraints:     223781
3600.02/3609.50	c #Conflicts:    4748000 | #Constraints:     224782
3600.02/3609.50	c #Conflicts:    4749000 | #Constraints:     225782
3600.02/3609.50	c #Conflicts:    4750000 | #Constraints:     226782
3600.02/3609.50	c cpu time 3580.56 s
3600.02/3609.50	c deterministic time 206992169920 2.07e+11
3600.02/3609.50	c optimization time 246.928 s
3600.02/3609.50	c total solve time 3333.61 s
3600.02/3609.50	c core-guided solve time 0 s
3600.02/3609.50	c propagation time 2700.29 s
3600.02/3609.50	c conflict analysis time 820.071 s
3600.02/3609.50	c propagations 1029496001
3600.02/3609.50	c resolve steps 98369981
3600.02/3609.50	c decisions 6411680
3600.02/3609.50	c conflicts 4750665
3600.02/3609.50	c restarts 8189
3600.02/3609.50	c inprocessing phases 134
3600.02/3609.50	c garbage collections 134 ,( 100.00 )
3600.02/3609.50	c input clauses 4237 ,( 96.58 )
3600.02/3609.50	c input cardinalities 150 ,( 3.42 )
3600.02/3609.50	c input general constraints 0 ,( 0.00 )
3600.02/3609.50	c input average constraint length 2.83
3600.02/3609.50	c input average constraint degree 1.28
3600.02/3609.50	c learned clauses 4085024 ,( 85.87 )
3600.02/3609.50	c learned cardinalities 80629 ,( 1.69 )
3600.02/3609.50	c learned general constraints 591648 ,( 12.44 )
3600.02/3609.50	c learned average constraint length 57.71
3600.02/3609.50	c learned average constraint degree 3576189.61
3600.02/3609.50	c watched  CF 32, 64, 128, Arb: 137984 , 0 , 0 , 0
3600.02/3609.50	c counting CF 32, 64, 128, Arb: 453664 , 0 , 0 , 0
3600.02/3609.50	c watched   constraints 137984 ,( 23.32 ) 
3600.02/3609.50	c counting  constraints 453664 ,( 76.68 ) 
3600.02/3609.50	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 17578015788 , 5111240631 , 524276490 ,( 342571941 , 181704549 )
3600.02/3609.50	c gcd simplifications 4634
3600.02/3609.50	c detected cardinalities 775
3600.02/3609.50	c weakened non-implied lits 462948889
3600.02/3609.50	c weakened non-implying lits 21393
3600.02/3609.50	c original variables 1398
3600.02/3609.50	c clausal propagations 214249999
3600.02/3609.50	c cardinality propagations 742005463
3600.02/3609.50	c watched propagations 10760956
3600.02/3609.50	c counting propagations 47125084
3600.02/3609.50	c watch lookups 152665041366
3600.02/3609.50	c watch backjump lookups 0
3600.02/3609.50	c watch checks 43205358328
3600.02/3609.50	c propagation checks 7570463061
3600.02/3609.50	c constraint additions 1474107532
3600.02/3609.50	c trail pops 1040657654
3600.02/3609.50	c formula constraints 4387
3600.02/3609.50	c learned constraints 4750661
3600.02/3609.50	c bound constraints 0
3600.02/3609.50	c core-guided constraints 0
3600.02/3609.50	c encountered formula constraints 52173664
3600.02/3609.50	c encountered learned constraints 50918429
3600.02/3609.50	c encountered bound constraints 0
3600.02/3609.50	c encountered core-guided constraints 0
3600.02/3609.50	c LP total time 50.5087 s
3600.02/3609.50	c LP solve time 42.1 s
3600.02/3609.50	c LP constraints added 5070
3600.02/3609.50	c LP constraints removed 650
3600.02/3609.50	c LP pivots internal 475127
3600.02/3609.50	c LP pivots root 159170
3600.02/3609.50	c LP calls 6773
3600.02/3609.50	c LP optimalities 129
3600.02/3609.50	c LP no pivot count 0
3600.02/3609.50	c LP infeasibilities 6598
3600.02/3609.50	c LP valid Farkas constraints 6594
3600.02/3609.50	c LP learned Farkas constraints 4
3600.02/3609.50	c LP basis resets 46
3600.02/3609.50	c LP cycling count 0
3600.02/3609.50	c LP singular count 30
3600.02/3609.50	c LP no primal count 0
3600.02/3609.50	c LP no farkas count 4
3600.02/3609.50	c LP other issue count 12
3600.02/3609.50	c LP Gomory cuts 42
3600.02/3609.50	c LP learned cuts 641
3600.02/3609.50	c LP deleted cuts 650
3600.02/3609.50	c LP encountered Gomory constraints 4088
3600.02/3609.50	c LP encountered Farkas constraints 24459
3600.02/3609.50	c LP encountered learned Farkas constraints 2
3600.02/3609.50	c CG auxiliary variables introduced 0
3600.02/3609.50	c CG solutions found 0
3600.02/3609.50	c CG cores constructed 0
3600.02/3609.50	c CG core cardinality constraints returned 0
3600.02/3609.50	c CG unit cores 0
3600.02/3609.50	c CG single cores 0
3600.02/3609.50	c CG blocks removed during cardinality reduction 0
3600.02/3609.50	c CG first core best 0
3600.02/3609.50	c CG decision core best 0
3600.02/3609.50	c CG core reduction tie 0
3600.02/3609.50	c CG core degree average 0.00
3600.02/3609.50	c CG core slack average 0.00
3600.02/3609.50	c CG core upper bound improvements 0
3600.02/3609.50	c STR number of successful calls 0
3600.02/3609.50	c STR number of unsuccessful calls 0
3600.02/3609.50	c STR number of inconclusive calls 0
3600.02/3609.50	c STR number of successful attempts 0
3600.02/3609.50	c STR number of unsuccessful attempts 0
3600.02/3609.50	c STR number of inconclusive attempts 0
3600.02/3609.50	c STR average degree increase per successful call inf
3600.02/3609.50	c STR average degree increase per successful attempt inf
3600.02/3609.50	c STR total number of conflicts for successful attempts 0
3600.02/3609.50	c STR total number of conflicts for unsuccessful attempts 0
3600.02/3609.50	c STR total number of conflicts for inconclusive attempts 0
3600.02/3609.50	c STR average number of conflicts per successful attempt inf
3600.02/3609.50	c STR average number of conflicts per unsuccessful attempt inf
3600.02/3609.50	c STR average number of conflicts per inconclusive attempt inf
3600.02/3609.50	c AVG.sumWPerc 57.68 
3600.02/3609.50	c bigint constraints 0 
3600.02/3609.50	s UNKNOWN
3600.02/3609.50	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: 63665 MiB (63128 MiB free)
  memory of node 1: 64507 MiB (63621 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4503136-1751159901/watcher-4503136-1751159901 -o /tmp/evaluation-result-4503136-1751159901/solver-4503136-1751159901 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751155906-17846 --watchdog 3760 run-dec-break.sh HOME/instance-4503136-1751159901.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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 VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=21890, runsolver pid=21887
Current StackSize limit: 8192 KiB


[startup+0.100064 s]*
/proc/loadavg: 4.23 4.15 4.10 5/271 21892
/proc/meminfo: memFree=129787428/131249996 swapFree=33010684/33010684
[pid=21890] ppid=21887 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/21890/stat : 21890 (run-dec-break.s) S 21887 21890 17835 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 31667955 4292608 768 18446744073709551615 94494874537984 94494875432517 140724654101104 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94494875671568 94494875719312 94494892109824 140724654102881 140724654103010 140724654103010 140724654108612 0
/proc/21890/statm: 1048 768 704 219 0 110 0
[pid=21892] ppid=21890 vsize=14116 memory=6912 CPUtime=0.08 cores=4,6
/proc/21892/stat : 21892 (pbsuma) R 21890 21890 17835 0 -1 4194304 830 0 0 0 8 0 0 0 20 0 1 0 31667956 14454784 1728 18446744073709551615 4210688 4653049 140724813402992 0 0 0 0 0 0 0 0 0 17 6 0 0 0 0 0 4700520 4703148 24043520 140724813408611 140724813408818 140724813408818 140724813414383 0
/proc/21892/statm: 3529 1728 1024 108 0 937 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 18308 KiB
Current children cumulated memory: 9984 KiB

[startup+0.205824 s]*
/proc/loadavg: 4.23 4.15 4.10 5/271 21892
/proc/meminfo: memFree=129787428/131249996 swapFree=33010684/33010684
[pid=21890] ppid=21887 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/21890/stat : 21890 (run-dec-break.s) S 21887 21890 17835 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 31667955 4292608 768 18446744073709551615 94494874537984 94494875432517 140724654101104 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94494875671568 94494875719312 94494892109824 140724654102881 140724654103010 140724654103010 140724654108612 0
/proc/21890/statm: 1048 768 704 219 0 110 0
[pid=21892] ppid=21890 vsize=13976 memory=7040 CPUtime=0.18 cores=4,6
/proc/21892/stat : 21892 (pbsuma) R 21890 21890 17835 0 -1 4194304 863 0 0 0 18 0 0 0 20 0 1 0 31667956 14311424 1760 18446744073709551615 4210688 4653049 140724813402992 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 4700520 4703148 24043520 140724813408611 140724813408818 140724813408818 140724813414383 0
/proc/21892/statm: 3494 1760 1024 108 0 902 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 18168 KiB
Current children cumulated memory: 10112 KiB

[startup+0.305737 s]*
/proc/loadavg: 4.23 4.15 4.10 5/271 21893
/proc/meminfo: memFree=129777032/131249996 swapFree=33010684/33010684
[pid=21890] ppid=21887 vsize=4192 memory=3072 CPUtime=0.18 cores=4,6
/proc/21890/stat : 21890 (run-dec-break.s) S 21887 21890 17835 0 -1 4194304 236 866 0 0 0 0 18 0 20 0 1 0 31667955 4292608 768 18446744073709551615 94494874537984 94494875432517 140724654101104 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94494875671568 94494875719312 94494892109824 140724654102881 140724654103010 140724654103010 140724654108612 0
/proc/21890/statm: 1048 768 704 219 0 110 0
[pid=21893] ppid=21890 vsize=64532 memory=20332 CPUtime=0.08 cores=4,6
/proc/21893/stat : 21893 (roundingsat) R 21890 21890 17835 0 -1 4194304 3010 0 0 0 8 0 0 0 20 0 1 0 31667977 66080768 5083 18446744073709551615 4227072 8923433 140722443762784 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 38727680 140722443766084 140722443766312 140722443766312 140722443771882 0
/proc/21893/statm: 16133 5083 2336 1147 0 3560 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 68724 KiB
Current children cumulated memory: 23404 KiB

[startup+0.700211 s]
/proc/loadavg: 4.23 4.15 4.10 5/271 21893
/proc/meminfo: memFree=129777032/131249996 swapFree=33010684/33010684
[pid=21890] ppid=21887 vsize=4192 memory=3072 CPUtime=0.18 cores=4,6
/proc/21890/stat : 21890 (run-dec-break.s) S 21887 21890 17835 0 -1 4194304 236 866 0 0 0 0 18 0 20 0 1 0 31667955 4292608 768 18446744073709551615 94494874537984 94494875432517 140724654101104 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94494875671568 94494875719312 94494892109824 140724654102881 140724654103010 140724654103010 140724654108612 0
/proc/21890/statm: 1048 768 704 219 0 110 0
[pid=21893] ppid=21890 vsize=66072 memory=21996 CPUtime=0.48 cores=4,6
/proc/21893/stat : 21893 (roundingsat) R 21890 21890 17835 0 -1 4194304 3379 0 0 0 45 3 0 0 20 0 1 0 31667977 67657728 5499 18446744073709551615 4227072 8923433 140722443762784 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 38727680 140722443766084 140722443766312 140722443766312 140722443771882 0
/proc/21893/statm: 16518 5499 2368 1147 0 3945 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 70264 KiB
Current children cumulated memory: 25068 KiB

[startup+1.50021 s]
/proc/loadavg: 4.23 4.15 4.10 5/271 21893
/proc/meminfo: memFree=129777032/131249996 swapFree=33010684/33010684
[pid=21890] ppid=21887 vsize=4192 memory=3072 CPUtime=0.18 cores=4,6
/proc/21890/stat : 21890 (run-dec-break.s) S 21887 21890 17835 0 -1 4194304 236 866 0 0 0 0 18 0 20 0 1 0 31667955 4292608 768 18446744073709551615 94494874537984 94494875432517 140724654101104 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94494875671568 94494875719312 94494892109824 140724654102881 140724654103010 140724654103010 140724654108612 0
/proc/21890/statm: 1048 768 704 219 0 110 0
[pid=21893] ppid=21890 vsize=66552 memory=22380 CPUtime=1.27 cores=4,6
/proc/21893/stat : 21893 (roundingsat) R 21890 21890 17835 0 -1 4194304 3497 0 0 0 121 6 0 0 20 0 1 0 31667977 68149248 5595 18446744073709551615 4227072 8923433 140722443762784 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 38727680 140722443766084 140722443766312 140722443766312 140722443771882 0
/proc/21893/statm: 16638 5595 2368 1147 0 4065 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 70744 KiB
Current children cumulated memory: 25452 KiB

[startup+3.10559 s]
/proc/loadavg: 4.23 4.15 4.10 5/271 21893
/proc/meminfo: memFree=129777048/131249996 swapFree=33010684/33010684
[pid=21890] ppid=21887 vsize=4192 memory=3072 CPUtime=0.18 cores=4,6
/proc/21890/stat : 21890 (run-dec-break.s) S 21887 21890 17835 0 -1 4194304 236 866 0 0 0 0 18 0 20 0 1 0 31667955 4292608 768 18446744073709551615 94494874537984 94494875432517 140724654101104 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94494875671568 94494875719312 94494892109824 140724654102881 140724654103010 140724654103010 140724654108612 0
/proc/21890/statm: 1048 768 704 219 0 110 0
[pid=21893] ppid=21890 vsize=68060 memory=23788 CPUtime=2.87 cores=4,6
/proc/21893/stat : 21893 (roundingsat) R 21890 21890 17835 0 -1 4194304 3830 0 0 0 277 10 0 0 20 0 1 0 31667977 69693440 5947 18446744073709551615 4227072 8923433 140722443762784 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 38727680 140722443766084 140722443766312 140722443766312 140722443771882 0
/proc/21893/statm: 17015 5947 2368 1147 0 4442 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 72252 KiB
Current children cumulated memory: 26860 KiB

[startup+6.3002 s]
/proc/loadavg: 4.21 4.15 4.10 5/271 21894
/proc/meminfo: memFree=129776556/131249996 swapFree=33010684/33010684
[pid=21890] ppid=21887 vsize=4192 memory=3072 CPUtime=0.18 cores=4,6
/proc/21890/stat : 21890 (run-dec-break.s) S 21887 21890 17835 0 -1 4194304 236 866 0 0 0 0 18 0 20 0 1 0 31667955 4292608 768 18446744073709551615 94494874537984 94494875432517 140724654101104 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94494875671568 94494875719312 94494892109824 140724654102881 140724654103010 140724654103010 140724654108612 0
/proc/21890/statm: 1048 768 704 219 0 110 0
[pid=21893] ppid=21890 vsize=68804 memory=24556 CPUtime=6.05 cores=4,6
/proc/21893/stat : 21893 (roundingsat) R 21890 21890 17835 0 -1 4194304 4029 0 0 0 586 19 0 0 20 0 1 0 31667977 70455296 6139 18446744073709551615 4227072 8923433 140722443762784 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 38727680 140722443766084 140722443766312 140722443766312 140722443771882 0
/proc/21893/statm: 17201 6139 2368 1147 0 4628 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 72996 KiB
Current children cumulated memory: 27628 KiB

[startup+12.7002 s]
/proc/loadavg: 4.19 4.15 4.09 5/271 21894
/proc/meminfo: memFree=129771224/131249996 swapFree=33010684/33010684
[pid=21890] ppid=21887 vsize=4192 memory=3072 CPUtime=0.18 cores=4,6
/proc/21890/stat : 21890 (run-dec-break.s) S 21887 21890 17835 0 -1 4194304 236 866 0 0 0 0 18 0 20 0 1 0 31667955 4292608 768 18446744073709551615 94494874537984 94494875432517 140724654101104 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94494875671568 94494875719312 94494892109824 140724654102881 140724654103010 140724654103010 140724654108612 0
/proc/21890/statm: 1048 768 704 219 0 110 0
[pid=21893] ppid=21890 vsize=69956 memory=27648 CPUtime=12.44 cores=4,6
/proc/21893/stat : 21893 (roundingsat) R 21890 21890 17835 0 -1 4194304 4309 0 0 0 1210 34 0 0 20 0 1 0 31667977 71634944 6912 18446744073709551615 4227072 8923433 140722443762784 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 38727680 140722443766084 140722443766312 140722443766312 140722443771882 0
/proc/21893/statm: 17489 6912 2368 1147 0 4916 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 74148 KiB
Current children cumulated memory: 30720 KiB

[startup+25.5002 s]
/proc/loadavg: 4.15 4.14 4.09 5/271 21894
/proc/meminfo: memFree=129765444/131249996 swapFree=33010684/33010684
[pid=21890] ppid=21887 vsize=4192 memory=3072 CPUtime=0.18 cores=4,6
/proc/21890/stat : 21890 (run-dec-break.s) S 21887 21890 17835 0 -1 4194304 236 866 0 0 0 0 18 0 20 0 1 0 31667955 4292608 768 18446744073709551615 94494874537984 94494875432517 140724654101104 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94494875671568 94494875719312 94494892109824 140724654102881 140724654103010 140724654103010 140724654108612 0
/proc/21890/statm: 1048 768 704 219 0 110 0
[pid=21893] ppid=21890 vsize=72792 memory=30976 CPUtime=25.2 cores=4,6
/proc/21893/stat : 21893 (roundingsat) R 21890 21890 17835 0 -1 4194304 5043 0 0 0 2455 65 0 0 20 0 1 0 31667977 74539008 7744 18446744073709551615 4227072 8923433 140722443762784 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 38727680 140722443766084 140722443766312 140722443766312 140722443771882 0
/proc/21893/statm: 18198 7744 2464 1147 0 5625 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 76984 KiB
Current children cumulated memory: 34048 KiB

[startup+51.1056 s]
/proc/loadavg: 4.15 4.14 4.09 5/270 21894
/proc/meminfo: memFree=129766524/131249996 swapFree=33010684/33010684
[pid=21890] ppid=21887 vsize=4192 memory=3072 CPUtime=0.18 cores=4,6
/proc/21890/stat : 21890 (run-dec-break.s) S 21887 21890 17835 0 -1 4194304 236 866 0 0 0 0 18 0 20 0 1 0 31667955 4292608 768 18446744073709551615 94494874537984 94494875432517 140724654101104 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94494875671568 94494875719312 94494892109824 140724654102881 140724654103010 140724654103010 140724654108612 0
/proc/21890/statm: 1048 768 704 219 0 110 0
[pid=21893] ppid=21890 vsize=74640 memory=32896 CPUtime=50.74 cores=4,6
/proc/21893/stat : 21893 (roundingsat) R 21890 21890 17835 0 -1 4194304 5508 0 0 0 4964 110 0 0 20 0 1 0 31667977 76431360 8224 18446744073709551615 4227072 8923433 140722443762784 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 38727680 140722443766084 140722443766312 140722443766312 140722443771882 0
/proc/21893/statm: 18660 8224 2464 1147 0 6087 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 78832 KiB
Current children cumulated memory: 35968 KiB

[startup+102.3 s]
/proc/loadavg: 4.12 4.13 4.09 5/272 21898
/proc/meminfo: memFree=129746828/131249996 swapFree=33010684/33010684
[pid=21890] ppid=21887 vsize=4192 memory=3072 CPUtime=0.18 cores=4,6
/proc/21890/stat : 21890 (run-dec-break.s) S 21887 21890 17835 0 -1 4194304 236 866 0 0 0 0 18 0 20 0 1 0 31667955 4292608 768 18446744073709551615 94494874537984 94494875432517 140724654101104 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94494875671568 94494875719312 94494892109824 140724654102881 140724654103010 140724654103010 140724654108612 0
/proc/21890/statm: 1048 768 704 219 0 110 0
[pid=21893] ppid=21890 vsize=99016 memory=53580 CPUtime=101.79 cores=4,6
/proc/21893/stat : 21893 (roundingsat) R 21890 21890 17835 0 -1 4194304 9188 0 0 0 10006 173 0 0 20 0 1 0 31667977 101392384 13395 18446744073709551615 4227072 8923433 140722443762784 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 38727680 140722443766084 140722443766312 140722443766312 140722443771882 0
/proc/21893/statm: 24754 13395 2464 1147 0 12181 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 103208 KiB
Current children cumulated memory: 56652 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 4.12 4.09 5/271 21902
/proc/meminfo: memFree=129736724/131249996 swapFree=33010684/33010684
[pid=21890] ppid=21887 vsize=4192 memory=3072 CPUtime=0.18 cores=4,6
/proc/21890/stat : 21890 (run-dec-break.s) S 21887 21890 17835 0 -1 4194304 236 866 0 0 0 0 18 0 20 0 1 0 31667955 4292608 768 18446744073709551615 94494874537984 94494875432517 140724654101104 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94494875671568 94494875719312 94494892109824 140724654102881 140724654103010 140724654103010 140724654108612 0
/proc/21890/statm: 1048 768 704 219 0 110 0
[pid=21893] ppid=21890 vsize=115700 memory=61520 CPUtime=161.63 cores=4,6
/proc/21893/stat : 21893 (roundingsat) R 21890 21890 17835 0 -1 4194304 10708 0 0 0 15932 231 0 0 20 0 1 0 31667977 118476800 15380 18446744073709551615 4227072 8923433 140722443762784 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 38727680 140722443766084 140722443766312 140722443766312 140722443771882 0
/proc/21893/statm: 28925 15380 2464 1147 0 16352 0
Current children cumulated CPU time: 161.81 s
Current children cumulated vsize: 119892 KiB
Current children cumulated memory: 64592 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/271 21905
/proc/meminfo: memFree=129732656/131249996 swapFree=33010684/33010684
[pid=21890] ppid=21887 vsize=4192 memory=3072 CPUtime=0.18 cores=4,6
/proc/21890/stat : 21890 (run-dec-break.s) S 21887 21890 17835 0 -1 4194304 236 866 0 0 0 0 18 0 20 0 1 0 31667955 4292608 768 18446744073709551615 94494874537984 94494875432517 140724654101104 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94494875671568 94494875719312 94494892109824 140724654102881 140724654103010 140724654103010 140724654108612 0
/proc/21890/statm: 1048 768 704 219 0 110 0
[pid=21893] ppid=21890 vsize=119952 memory=65616 CPUtime=221.45 cores=4,6
/proc/21893/stat : 21893 (roundingsat) R 21890 21890 17835 0 -1 4194304 11718 0 0 0 21861 284 0 0 20 0 1 0 31667977 122830848 16404 18446744073709551615 4227072 8923433 140722443762784 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 38727680 140722443766084 140722443766312 140722443766312 140722443771882 0
/proc/21893/statm: 29988 16404 2464 1147 0 17415 0

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

/proc/loadavg: 4.10 4.10 4.09 5/268 22205
/proc/meminfo: memFree=128939936/131249996 swapFree=33010684/33010684
[pid=21890] ppid=21887 vsize=4192 memory=3072 CPUtime=0.18 cores=4,6
/proc/21890/stat : 21890 (run-dec-break.s) S 21887 21890 17835 0 -1 4194304 236 866 0 0 0 0 18 0 20 0 1 0 31667955 4292608 768 18446744073709551615 94494874537984 94494875432517 140724654101104 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94494875671568 94494875719312 94494892109824 140724654102881 140724654103010 140724654103010 140724654108612 0
/proc/21890/statm: 1048 768 704 219 0 110 0
[pid=21893] ppid=21890 vsize=256040 memory=189428 CPUtime=3094.13 cores=4,6
/proc/21893/stat : 21893 (roundingsat) R 21890 21890 17835 0 -1 4194304 39843 0 0 0 307647 1766 0 0 20 0 1 0 31667977 262184960 47357 18446744073709551615 4227072 8923433 140722443762784 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 38727680 140722443766084 140722443766312 140722443766312 140722443771882 0
/proc/21893/statm: 64010 47357 2464 1147 0 51437 0
Current children cumulated CPU time: 3094.31 s
Current children cumulated vsize: 260232 KiB
Current children cumulated memory: 192500 KiB

[startup+3162.3 s]
/proc/loadavg: 4.15 4.11 4.09 5/268 22211
/proc/meminfo: memFree=128944084/131249996 swapFree=33010684/33010684
[pid=21890] ppid=21887 vsize=4192 memory=3072 CPUtime=0.18 cores=4,6
/proc/21890/stat : 21890 (run-dec-break.s) S 21887 21890 17835 0 -1 4194304 236 866 0 0 0 0 18 0 20 0 1 0 31667955 4292608 768 18446744073709551615 94494874537984 94494875432517 140724654101104 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94494875671568 94494875719312 94494892109824 140724654102881 140724654103010 140724654103010 140724654108612 0
/proc/21890/statm: 1048 768 704 219 0 110 0
[pid=21893] ppid=21890 vsize=256040 memory=189428 CPUtime=3153.95 cores=4,6
/proc/21893/stat : 21893 (roundingsat) R 21890 21890 17835 0 -1 4194304 39843 0 0 0 313615 1780 0 0 20 0 1 0 31667977 262184960 47357 18446744073709551615 4227072 8923433 140722443762784 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 38727680 140722443766084 140722443766312 140722443766312 140722443771882 0
/proc/21893/statm: 64010 47357 2464 1147 0 51437 0
Current children cumulated CPU time: 3154.13 s
Current children cumulated vsize: 260232 KiB
Current children cumulated memory: 192500 KiB

[startup+3222.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/268 22213
/proc/meminfo: memFree=128946496/131249996 swapFree=33010684/33010684
[pid=21890] ppid=21887 vsize=4192 memory=3072 CPUtime=0.18 cores=4,6
/proc/21890/stat : 21890 (run-dec-break.s) S 21887 21890 17835 0 -1 4194304 236 866 0 0 0 0 18 0 20 0 1 0 31667955 4292608 768 18446744073709551615 94494874537984 94494875432517 140724654101104 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94494875671568 94494875719312 94494892109824 140724654102881 140724654103010 140724654103010 140724654108612 0
/proc/21890/statm: 1048 768 704 219 0 110 0
[pid=21893] ppid=21890 vsize=256936 memory=189812 CPUtime=3213.77 cores=4,6
/proc/21893/stat : 21893 (roundingsat) R 21890 21890 17835 0 -1 4194304 39960 0 0 0 319585 1792 0 0 20 0 1 0 31667977 263102464 47453 18446744073709551615 4227072 8923433 140722443762784 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 38727680 140722443766084 140722443766312 140722443766312 140722443771882 0
/proc/21893/statm: 64234 47453 2464 1147 0 51661 0
Current children cumulated CPU time: 3213.95 s
Current children cumulated vsize: 261128 KiB
Current children cumulated memory: 192884 KiB

[startup+3282.3 s]
/proc/loadavg: 4.16 4.11 4.09 5/268 22262
/proc/meminfo: memFree=129232028/131249996 swapFree=33010684/33010684
[pid=21890] ppid=21887 vsize=4192 memory=3072 CPUtime=0.18 cores=4,6
/proc/21890/stat : 21890 (run-dec-break.s) S 21887 21890 17835 0 -1 4194304 236 866 0 0 0 0 18 0 20 0 1 0 31667955 4292608 768 18446744073709551615 94494874537984 94494875432517 140724654101104 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94494875671568 94494875719312 94494892109824 140724654102881 140724654103010 140724654103010 140724654108612 0
/proc/21890/statm: 1048 768 704 219 0 110 0
[pid=21893] ppid=21890 vsize=262064 memory=195984 CPUtime=3273.6 cores=4,6
/proc/21893/stat : 21893 (roundingsat) R 21890 21890 17835 0 -1 4194304 42117 0 0 0 325545 1815 0 0 20 0 1 0 31667977 268353536 48996 18446744073709551615 4227072 8923433 140722443762784 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 38727680 140722443766084 140722443766312 140722443766312 140722443771882 0
/proc/21893/statm: 65516 48996 2464 1147 0 52943 0
Current children cumulated CPU time: 3273.78 s
Current children cumulated vsize: 266256 KiB
Current children cumulated memory: 199056 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/268 22264
/proc/meminfo: memFree=129208052/131249996 swapFree=33010684/33010684
[pid=21890] ppid=21887 vsize=4192 memory=3072 CPUtime=0.18 cores=4,6
/proc/21890/stat : 21890 (run-dec-break.s) S 21887 21890 17835 0 -1 4194304 236 866 0 0 0 0 18 0 20 0 1 0 31667955 4292608 768 18446744073709551615 94494874537984 94494875432517 140724654101104 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94494875671568 94494875719312 94494892109824 140724654102881 140724654103010 140724654103010 140724654108612 0
/proc/21890/statm: 1048 768 704 219 0 110 0
[pid=21893] ppid=21890 vsize=263316 memory=196752 CPUtime=3333.42 cores=4,6
/proc/21893/stat : 21893 (roundingsat) R 21890 21890 17835 0 -1 4194304 42330 0 0 0 331500 1842 0 0 20 0 1 0 31667977 269635584 49188 18446744073709551615 4227072 8923433 140722443762784 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 38727680 140722443766084 140722443766312 140722443766312 140722443771882 0
/proc/21893/statm: 65829 49188 2464 1147 0 53256 0
Current children cumulated CPU time: 3333.6 s
Current children cumulated vsize: 267508 KiB
Current children cumulated memory: 199824 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.11 4.09 5/269 22267
/proc/meminfo: memFree=129196044/131249996 swapFree=33010684/33010684
[pid=21890] ppid=21887 vsize=4192 memory=3072 CPUtime=0.18 cores=4,6
/proc/21890/stat : 21890 (run-dec-break.s) S 21887 21890 17835 0 -1 4194304 236 866 0 0 0 0 18 0 20 0 1 0 31667955 4292608 768 18446744073709551615 94494874537984 94494875432517 140724654101104 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94494875671568 94494875719312 94494892109824 140724654102881 140724654103010 140724654103010 140724654108612 0
/proc/21890/statm: 1048 768 704 219 0 110 0
[pid=21893] ppid=21890 vsize=263316 memory=196752 CPUtime=3393.25 cores=4,6
/proc/21893/stat : 21893 (roundingsat) R 21890 21890 17835 0 -1 4194304 42335 0 0 0 337448 1877 0 0 20 0 1 0 31667977 269635584 49188 18446744073709551615 4227072 8923433 140722443762784 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 38727680 140722443766084 140722443766312 140722443766312 140722443771882 0
/proc/21893/statm: 65829 49188 2464 1147 0 53256 0
Current children cumulated CPU time: 3393.43 s
Current children cumulated vsize: 267508 KiB
Current children cumulated memory: 199824 KiB

[startup+3462.3 s]
/proc/loadavg: 4.05 4.09 4.09 5/269 22316
/proc/meminfo: memFree=128575712/131249996 swapFree=33010684/33010684
[pid=21890] ppid=21887 vsize=4192 memory=3072 CPUtime=0.18 cores=4,6
/proc/21890/stat : 21890 (run-dec-break.s) S 21887 21890 17835 0 -1 4194304 236 866 0 0 0 0 18 0 20 0 1 0 31667955 4292608 768 18446744073709551615 94494874537984 94494875432517 140724654101104 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94494875671568 94494875719312 94494892109824 140724654102881 140724654103010 140724654103010 140724654108612 0
/proc/21890/statm: 1048 768 704 219 0 110 0
[pid=21893] ppid=21890 vsize=268092 memory=199952 CPUtime=3453.08 cores=4,6
/proc/21893/stat : 21893 (roundingsat) R 21890 21890 17835 0 -1 4194304 43128 0 0 0 343414 1894 0 0 20 0 1 0 31667977 274526208 49988 18446744073709551615 4227072 8923433 140722443762784 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 38727680 140722443766084 140722443766312 140722443766312 140722443771882 0
/proc/21893/statm: 67023 49988 2464 1147 0 54450 0
Current children cumulated CPU time: 3453.26 s
Current children cumulated vsize: 272284 KiB
Current children cumulated memory: 203024 KiB

[startup+3522.3 s]
/proc/loadavg: 4.47 4.18 4.12 5/269 22319
/proc/meminfo: memFree=128545092/131249996 swapFree=33010684/33010684
[pid=21890] ppid=21887 vsize=4192 memory=3072 CPUtime=0.18 cores=4,6
/proc/21890/stat : 21890 (run-dec-break.s) S 21887 21890 17835 0 -1 4194304 236 866 0 0 0 0 18 0 20 0 1 0 31667955 4292608 768 18446744073709551615 94494874537984 94494875432517 140724654101104 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94494875671568 94494875719312 94494892109824 140724654102881 140724654103010 140724654103010 140724654108612 0
/proc/21890/statm: 1048 768 704 219 0 110 0
[pid=21893] ppid=21890 vsize=275004 memory=204816 CPUtime=3512.9 cores=4,6
/proc/21893/stat : 21893 (roundingsat) R 21890 21890 17835 0 -1 4194304 44332 0 0 0 349380 1910 0 0 20 0 1 0 31667977 281604096 51204 18446744073709551615 4227072 8923433 140722443762784 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 38727680 140722443766084 140722443766312 140722443766312 140722443771882 0
/proc/21893/statm: 68751 51204 2464 1147 0 56178 0
Current children cumulated CPU time: 3513.08 s
Current children cumulated vsize: 279196 KiB
Current children cumulated memory: 207888 KiB

[startup+3582.3 s]
/proc/loadavg: 4.23 4.16 4.11 5/269 22321
/proc/meminfo: memFree=128525340/131249996 swapFree=33010684/33010684
[pid=21890] ppid=21887 vsize=4192 memory=3072 CPUtime=0.18 cores=4,6
/proc/21890/stat : 21890 (run-dec-break.s) S 21887 21890 17835 0 -1 4194304 236 866 0 0 0 0 18 0 20 0 1 0 31667955 4292608 768 18446744073709551615 94494874537984 94494875432517 140724654101104 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94494875671568 94494875719312 94494892109824 140724654102881 140724654103010 140724654103010 140724654108612 0
/proc/21890/statm: 1048 768 704 219 0 110 0
[pid=21893] ppid=21890 vsize=280184 memory=217672 CPUtime=3572.72 cores=4,6
/proc/21893/stat : 21893 (roundingsat) R 21890 21890 17835 0 -1 4194304 45495 0 0 0 355348 1924 0 0 20 0 1 0 31667977 286908416 54418 18446744073709551615 4227072 8923433 140722443762784 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 38727680 140722443766084 140722443766312 140722443766312 140722443771882 0
/proc/21893/statm: 70046 54418 2464 1147 0 57473 0
Current children cumulated CPU time: 3572.9 s
Current children cumulated vsize: 284376 KiB
Current children cumulated memory: 220744 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.5 s]
/proc/loadavg: 4.23 4.17 4.11 5/269 22326
/proc/meminfo: memFree=128521248/131249996 swapFree=33010684/33010684
[pid=21890] ppid=21887 vsize=4192 memory=3072 CPUtime=0.18 cores=4,6
/proc/21890/stat : 21890 (run-dec-break.s) S 21887 21890 17835 0 -1 4194304 236 866 0 0 0 0 18 0 20 0 1 0 31667955 4292608 768 18446744073709551615 94494874537984 94494875432517 140724654101104 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94494875671568 94494875719312 94494892109824 140724654102881 140724654103010 140724654103010 140724654108612 0
/proc/21890/statm: 1048 768 704 219 0 110 0
[pid=21893] ppid=21890 vsize=280184 memory=221964 CPUtime=3599.84 cores=4,6
/proc/21893/stat : 21893 (roundingsat) R 21890 21890 17835 0 -1 4194304 45548 0 0 0 358055 1929 0 0 20 0 1 0 31667977 286908416 55491 18446744073709551615 4227072 8923433 140722443762784 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 38727680 140722443766084 140722443766312 140722443766312 140722443771882 0
/proc/21893/statm: 70046 55491 2464 1147 0 57473 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 284376 KiB
Current children cumulated memory: 225036 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3580.75 s, system=19.2992 s

Solver just ended.
Sleeping 2 seconds
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3609.5 s]
/proc/loadavg: 4.23 4.17 4.11 5/269 22326
/proc/meminfo: memFree=128521248/131249996 swapFree=33010684/33010684
[pid=21890] ppid=21887 vsize=4192 memory=3072 CPUtime=0.18 cores=4,6
/proc/21890/stat : 21890 (run-dec-break.s) S 21887 21890 17835 0 -1 4194304 236 866 0 0 0 0 18 0 20 0 1 0 31667955 4292608 768 18446744073709551615 94494874537984 94494875432517 140724654101104 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94494875671568 94494875719312 94494892109824 140724654102881 140724654103010 140724654103010 140724654108612 0
/proc/21890/statm: 1048 768 704 219 0 110 0
[pid=21893] ppid=21890 vsize=280184 memory=221964 CPUtime=3599.84 cores=4,6
/proc/21893/stat : 21893 (roundingsat) R 21890 21890 17835 0 -1 4194304 45548 0 0 0 358055 1929 0 0 20 0 1 0 31667977 286908416 55491 18446744073709551615 4227072 8923433 140722443762784 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 38727680 140722443766084 140722443766312 140722443766312 140722443771882 0
/proc/21893/statm: 70046 55491 2464 1147 0 57473 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 284376 KiB
Current children cumulated memory: 225036 KiB

Child status: 2

Real time (s): 3609.5
CPU time (s): 3600.05
CPU user time (s): 3580.75
CPU system time (s): 19.2992
CPU usage (%): 99.7381
Max. virtual memory (cumulated for all children) (KiB): 284376
Max. memory (cumulated for all children) (KiB): 225036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3580.75
system time used= 19.2992
maximum resident set size= 222220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46677
page faults= 0
swaps= 0
block input operations= 0
block output operations= 256
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 280
involuntary context switches= 2301


# summary of solver processes directly reported to runsolver:
#   pid: 21890
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3580.75
#   total CPU system time (s): 19.2992

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.23703 second user time and 17.2545 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-06-29 03:18:21
IDJOB=4503136
IDBENCH=155406
IDSOLVER=3357
FILE ID=nodeC024/4503136-1751159901
RUNJOBID= nodeC024-1751155906-17846
SLURM_JOB_ID= 9587473
Free space on /tmp= 433028 MiB

SOLVER NAME= roundingsat+pbsuma 63f22ad
BENCH NAME= PB24/normalized-PB11/DEC-LIN/heinz/normalized-neos-820157.opb
COMMAND LINE= run-dec-break.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4503136-1751159901/watcher-4503136-1751159901 -o /tmp/evaluation-result-4503136-1751159901/solver-4503136-1751159901 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751155906-17846 --watchdog 3760  run-dec-break.sh HOME/instance-4503136-1751159901.opb

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

MD5SUM BENCH= 9baf2ba48863e92d1cef7cf6d2cd6be7
RANDOM SEED=1183720488

nodeC024 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.669
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.689
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.36
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		: 3644.834
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.36
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		: 3592.136
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.36
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.793
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.36
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.680
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.36
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		: 3588.760
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129792528 kB
MemAvailable:   129427276 kB
Buffers:            3280 kB
Cached:           432812 kB
SwapCached:            0 kB
Active:           696776 kB
Inactive:         212808 kB
Active(anon):     491556 kB
Inactive(anon):        0 kB
Active(file):     205220 kB
Inactive(file):   212808 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7136 kB
Writeback:             0 kB
AnonPages:        468900 kB
Mapped:           116816 kB
Shmem:             18064 kB
KReclaimable:      86420 kB
Slab:             169800 kB
SReclaimable:      86420 kB
SUnreclaim:        83380 kB
KernelStack:        4368 kB
PageTables:         4160 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     842380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150664 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:    342016 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:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432960 MiB
End job on nodeC024 at 2025-06-29 04:18:30