Trace number 4486381

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
roundingsat-ls+pbsuma-log 63f22adSAT (TO)306 3600.09 3611.22

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/ttp/normalized-circ10_3.opb
MD5SUMaa9fde9a58805e0fa430d773484bcae7
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark288
Best CPU time to get the best result obtained on this benchmark72000.9
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2700
Total number of constraints42620
Number of constraints which are clauses20220
Number of constraints which are cardinality constraints (but not clauses)800
Number of constraints which are nor clauses,nor cardinality constraints21600
Minimum length of a constraint2
Maximum length of a constraint36
Number of terms in the objective function 900
Biggest coefficient in the objective function 5
Number of bits for the biggest coefficient in the objective function 3
Sum of the numbers in the objective function 2500
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 2500
Number of bits of the biggest sum of numbers12
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-4486381-1751325415.opb'
0.00/0.05	c 	read 3.05MB  (34.80ms)
0.00/0.05	c	 [cnf: #variables 2700 #clauses 42621 #duplicates 0 #arr 308220]
0.00/0.05	c output proof to 'PROOFDIR/proof-4486381-1751325415'
0.00/0.05	c 
0.00/0.05	c make graph and approximate orbits
0.00/0.07	c	 [group: #orbits ~= 308] (22.71ms)
0.00/0.07	c 
0.00/0.07	c detect special group actions
0.00/0.07	c 	probe for Johnson action (limit=64)
0.00/0.09	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.09	c 	probe for row symmetry (limit=64, splits=16.78M)
1.47/1.51	c 	 (1437.14ms)
1.47/1.51	c 
1.47/1.51	c detect symmetries on remainder
1.47/1.51	c 	[graph: #vertices 66091 #edges 657980]
1.47/1.51	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
1.56/1.60	c 	 [group: #symmetries 2.00*10^1 #generators 2] (87.23ms)
1.56/1.60	c 
1.56/1.60	c optimize generators (opt_passes=64, conjugate_limit=256)
1.56/1.60	c 	(0.00ms)
1.56/1.60	c 
1.56/1.60	c finalize break order and special generators
1.56/1.60	c 
1.56/1.60	c add generic predicates (break_depth=20)
1.56/1.60	c 	added predicates for 2 generators (0.04ms)
1.56/1.64	c 
1.56/1.64	c generation finished
1.56/1.64	c 	[sbp: #constraints 116 #add_vars 38]
1.56/1.64	c 
1.56/1.64	c write result to 'HOME/instance-4486381-1751325415.opb.pre'
1.56/1.64	c 	wrote 3.06MB (6.55ms)
1.56/1.64	c ------------------------------------------------------------------
1.56/1.64	c                1437.14ms 88.20% detect_special
1.56/1.64	c                  87.23ms  5.35% detect_generic
1.56/1.64	c                  40.80ms  2.50% other
1.56/1.64	c                  34.80ms  2.14% parse
1.56/1.64	c                  22.71ms  1.39% approx_orbits
1.56/1.64	c                   6.55ms  0.40% output
1.56/1.64	c                   0.15ms  0.01% finalize_order
1.56/1.64	c                   0.04ms  0.00% break_generic
1.56/1.64	c                   0.00ms  0.00% optimize_gens
1.56/1.64	c         ───────────────────────────────────────────────
1.56/1.64	c                1629.41ms   100% total
1.56/1.64	c ------------------------------------------------------------------
1.56/1.68	c RoundingSat 2
1.56/1.68	c branch pb25
1.56/1.68	c commit 63f22ad
1.93/2.02	c #variables 2738 #constraints 43186
1.93/2.02	c objective is ce32 
2.04/2.12	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
2.04/2.12	c initial counting CF 32, 64, 128, Arb: 21601 , 0 , 0 , 0
2.04/2.12	c bounds - >= 0 @ 0.389451
3.83/3.99	c bounds 426 >= 0 @ 2.23062
11.60/11.79	c #Conflicts:       1000 | #Constraints:      44186
11.60/11.79	c #Conflicts:       2000 | #Constraints:      45186
11.60/11.79	c INPROCESSING
11.60/11.79	c rational objective 140
11.91/12.01	c bounds 422 >= 0 @ 10.1902
11.91/12.01	c bounds 420 >= 0 @ 10.1919
12.00/12.16	c bounds 412 >= 0 @ 10.3324
12.00/12.16	c bounds 412 >= 3 @ 10.3386
12.11/12.21	c #Conflicts:       3000 | #Constraints:      45213
12.11/12.21	c bounds 412 >= 6 @ 10.384
12.21/12.32	c #Conflicts:       4000 | #Constraints:      46219
12.21/12.32	c INPROCESSING
12.21/12.32	c GARBAGE COLLECT
12.21/12.32	c bounds 410 >= 6 @ 10.4816
12.21/12.37	c bounds 408 >= 6 @ 10.5307
12.30/12.44	c bounds 402 >= 6 @ 10.6043
12.30/12.49	c bounds 396 >= 6 @ 10.6491
12.30/12.49	c bounds 396 >= 8 @ 10.6499
12.30/12.49	c bounds 396 >= 10 @ 10.6507
12.30/12.49	c bounds 396 >= 12 @ 10.6514
12.30/12.49	c bounds 396 >= 14 @ 10.6521
12.30/12.49	c bounds 396 >= 16 @ 10.6528
12.30/12.49	c bounds 396 >= 18 @ 10.6536
12.30/12.50	c bounds 396 >= 20 @ 10.6543
12.40/12.50	c bounds 396 >= 22 @ 10.6545
12.40/12.50	c bounds 396 >= 24 @ 10.6545
12.40/12.50	c bounds 396 >= 26 @ 10.6546
12.40/12.50	c bounds 396 >= 28 @ 10.6554
12.40/12.50	c bounds 396 >= 30 @ 10.6554
12.40/12.50	c bounds 396 >= 32 @ 10.6554
12.40/12.50	c bounds 396 >= 34 @ 10.6557
12.40/12.50	c bounds 396 >= 36 @ 10.6565
12.40/12.50	c bounds 396 >= 38 @ 10.6573
12.40/12.50	c bounds 396 >= 40 @ 10.6574
12.40/12.52	c bounds 396 >= 42 @ 10.6667
12.40/12.54	c #Conflicts:       5000 | #Constraints:      45685
12.40/12.54	c bounds 396 >= 44 @ 10.6878
16.69/16.88	c #Conflicts:       6000 | #Constraints:      46697
16.69/16.88	c bounds 396 >= 46 @ 14.997
17.00/17.12	c INPROCESSING
17.00/17.12	c GARBAGE COLLECT
17.00/17.12	c bounds 396 >= 48 @ 15.2201
17.00/17.14	c #Conflicts:       7000 | #Constraints:      45707
17.00/17.14	c bounds 396 >= 50 @ 15.2385
17.10/17.25	c #Conflicts:       8000 | #Constraints:      46716
17.10/17.25	c bounds 396 >= 52 @ 15.3375
17.29/17.43	c #Conflicts:       9000 | #Constraints:      47728
17.29/17.43	c bounds 394 >= 52 @ 15.5217
17.29/17.44	c bounds 394 >= 54 @ 15.5264
24.68/24.82	c INPROCESSING
24.68/24.82	c GARBAGE COLLECT
24.68/24.82	c #Conflicts:      10000 | #Constraints:      46416
24.68/24.82	c #Conflicts:      11000 | #Constraints:      47416
24.68/24.82	c #Conflicts:      12000 | #Constraints:      48416
24.68/24.82	c INPROCESSING
24.68/24.82	c bounds 392 >= 54 @ 22.85
24.68/24.84	c bounds 390 >= 54 @ 22.87
24.97/25.19	c bounds 386 >= 54 @ 23.2088
24.97/25.19	c bounds 386 >= 55 @ 23.2097
24.97/25.19	c bounds 386 >= 56 @ 23.2105
24.97/25.19	c bounds 386 >= 57 @ 23.2112
24.97/25.19	c bounds 386 >= 58 @ 23.2116
24.97/25.19	c bounds 386 >= 59 @ 23.2117
24.97/25.19	c bounds 386 >= 60 @ 23.2124
24.97/25.19	c bounds 386 >= 61 @ 23.2126
24.97/25.19	c bounds 386 >= 62 @ 23.2129
24.97/25.19	c bounds 386 >= 63 @ 23.2136
24.97/25.19	c bounds 386 >= 64 @ 23.2143
24.97/25.19	c bounds 386 >= 65 @ 23.2146
24.97/25.20	c bounds 386 >= 66 @ 23.2148
25.07/25.20	c bounds 386 >= 67 @ 23.2155
25.07/25.20	c bounds 386 >= 68 @ 23.2156
25.07/25.20	c bounds 386 >= 69 @ 23.2156
25.07/25.20	c bounds 386 >= 70 @ 23.2157
25.07/25.20	c bounds 386 >= 71 @ 23.2164
25.07/25.20	c bounds 386 >= 72 @ 23.2166
25.07/25.20	c bounds 386 >= 73 @ 23.2166
25.07/25.20	c bounds 386 >= 74 @ 23.2166
25.07/25.20	c bounds 386 >= 75 @ 23.2173
25.07/25.20	c bounds 386 >= 76 @ 23.2176
25.07/25.20	c bounds 386 >= 77 @ 23.2178
25.07/25.20	c bounds 386 >= 78 @ 23.2185
25.07/25.20	c bounds 386 >= 79 @ 23.2192
25.07/25.21	c bounds 386 >= 80 @ 23.2199
25.07/25.21	c bounds 386 >= 81 @ 23.2206
25.07/25.21	c bounds 386 >= 82 @ 23.2206
25.07/25.21	c bounds 386 >= 83 @ 23.221
25.07/25.21	c bounds 386 >= 84 @ 23.2218
25.07/25.21	c bounds 386 >= 85 @ 23.2225
25.07/25.21	c bounds 386 >= 86 @ 23.2226
25.07/25.21	c bounds 386 >= 87 @ 23.2229
25.07/25.21	c bounds 386 >= 88 @ 23.2236
25.07/25.21	c bounds 386 >= 89 @ 23.2236
25.07/25.21	c bounds 386 >= 90 @ 23.2236
25.07/25.21	c bounds 386 >= 91 @ 23.2237
25.07/25.21	c bounds 386 >= 92 @ 23.2244
25.07/25.21	c bounds 386 >= 93 @ 23.2246
25.07/25.22	c bounds 386 >= 94 @ 23.2246
25.07/25.22	c bounds 386 >= 95 @ 23.2246
25.07/25.22	c bounds 386 >= 96 @ 23.2246
25.07/25.22	c bounds 386 >= 97 @ 23.2246
25.07/25.22	c bounds 386 >= 98 @ 23.2246
25.07/25.22	c bounds 386 >= 99 @ 23.2253
25.07/25.22	c bounds 386 >= 100 @ 23.226
25.07/25.22	c bounds 386 >= 101 @ 23.2267
25.07/25.22	c bounds 386 >= 102 @ 23.2274
25.07/25.22	c bounds 386 >= 103 @ 23.2281
25.07/25.22	c bounds 386 >= 104 @ 23.2288
25.07/25.22	c bounds 386 >= 105 @ 23.2295
25.07/25.22	c bounds 386 >= 106 @ 23.2302
25.07/25.22	c bounds 386 >= 107 @ 23.2306
25.07/25.23	c bounds 386 >= 108 @ 23.2306
25.07/25.23	c bounds 386 >= 109 @ 23.2306
25.07/25.23	c bounds 386 >= 110 @ 23.2306
25.07/25.23	c bounds 386 >= 111 @ 23.2307
25.07/25.23	c bounds 386 >= 112 @ 23.2316
25.07/25.23	c bounds 386 >= 113 @ 23.2323
25.07/25.23	c bounds 386 >= 114 @ 23.2326
25.07/25.23	c bounds 386 >= 115 @ 23.2326
25.07/25.23	c bounds 386 >= 116 @ 23.2327
25.07/25.23	c bounds 386 >= 117 @ 23.2335
25.07/25.23	c bounds 386 >= 118 @ 23.2336
25.07/25.23	c bounds 386 >= 119 @ 23.234
25.07/25.23	c bounds 386 >= 120 @ 23.2347
25.07/25.24	c bounds 386 >= 121 @ 23.2356
25.07/25.24	c bounds 386 >= 122 @ 23.2364
25.07/25.24	c bounds 386 >= 123 @ 23.2366
25.07/25.24	c bounds 386 >= 124 @ 23.2366
25.07/25.24	c bounds 386 >= 125 @ 23.2397
25.07/25.24	c bounds 386 >= 126 @ 23.241
25.07/25.27	c #Conflicts:      13000 | #Constraints:      47129
25.07/25.27	c bounds 386 >= 127 @ 23.2643
25.07/25.28	c bounds 386 >= 128 @ 23.269
26.56/26.70	WSVECS04 Frhs2[2203]: 6 -3.00008 0 shouldn't be
28.36/28.59	WSVECS04 Frhs2[2091]: 6 -1.00002 0 shouldn't be
28.36/28.59	WSVECS04 Frhs2[2299]: 6 -2.00002 0 shouldn't be
28.36/28.59	WSVECS04 Frhs2[2444]: 6 -4.00007 0 shouldn't be
30.46/30.68	WSVECS04 Frhs2[1828]: 6 -3.00003 0 shouldn't be
30.46/30.68	WSVECS04 Frhs2[1873]: 6 -2.00002 0 shouldn't be
30.46/30.68	WSVECS04 Frhs2[2219]: 6 -2.00005 0 shouldn't be
33.16/33.39	WSVECS04 Frhs2[2204]: 6 -4.00008 0 shouldn't be
33.16/33.39	WSVECS04 Frhs2[2210]: 6 -1.00008 0 shouldn't be
33.16/33.39	WSVECS04 Frhs2[2377]: 6 -4.00009 0 shouldn't be
33.16/33.39	WSVECS04 Frhs2[2482]: 6 -2.00006 0 shouldn't be
38.13/38.39	WSVECS04 Frhs2[1804]: 6 -4.00007 0 shouldn't be
38.13/38.39	WSVECS04 Frhs2[1809]: 6 -1.00007 0 shouldn't be
38.13/38.39	WSVECS04 Frhs2[2291]: 6 -1.00001 0 shouldn't be
38.13/38.39	WSVECS04 Frhs2[2300]: 6 -1.00002 0 shouldn't be
38.13/38.39	WSVECS04 Frhs2[2301]: 6 -1.00004 0 shouldn't be
38.13/38.39	WSVECS04 Frhs2[2497]: 6 -4.00008 0 shouldn't be
38.13/38.39	WSVECS04 Frhs2[2573]: 6 -3.00003 0 shouldn't be
38.13/38.39	WSVECS04 Frhs2[2598]: 6 -3.00001 0 shouldn't be
38.13/38.39	WSVECS04 Frhs2[2692]: 6 -1.00007 0 shouldn't be
40.63/40.88	c #Conflicts:      14000 | #Constraints:      48150
40.63/40.88	c bounds 386 >= 129 @ 38.7649
40.84/41.03	c #Conflicts:      15000 | #Constraints:      49165
40.84/41.03	c INPROCESSING
40.84/41.03	c GARBAGE COLLECT
40.84/41.03	c bounds 382 >= 129 @ 38.9101
40.94/41.11	c bounds 376 >= 129 @ 38.997
40.94/41.12	c bounds 376 >= 130 @ 38.998
40.94/41.12	c bounds 376 >= 131 @ 38.9992
40.94/41.12	c bounds 376 >= 132 @ 39.0035
40.94/41.12	c bounds 376 >= 133 @ 39.0041
40.94/41.15	c bounds 376 >= 134 @ 39.0278
41.53/41.75	c #Conflicts:      16000 | #Constraints:      47329
41.53/41.75	c #Conflicts:      17000 | #Constraints:      48329
41.53/41.75	c bounds 370 >= 134 @ 39.6168
41.53/41.75	c bounds 370 >= 135 @ 39.6184
41.53/41.75	c bounds 370 >= 136 @ 39.6186
41.53/41.75	c bounds 370 >= 137 @ 39.6188
41.53/41.75	c bounds 370 >= 138 @ 39.6196
41.53/41.76	c bounds 370 >= 139 @ 39.6196
41.53/41.76	c bounds 370 >= 140 @ 39.6221
41.53/41.77	c bounds 370 >= 141 @ 39.6272
41.53/41.79	c bounds 370 >= 142 @ 39.6481
83.31/83.64	c #Conflicts:      18000 | #Constraints:      49424
83.31/83.64	c INPROCESSING
83.31/83.64	c GARBAGE COLLECT
83.31/83.64	WSVECS04 Frhs2[1910]: 6 -1.00006 0 shouldn't be
88.99/89.33	WSVECS04 Frhs2[2688]: 6 -3.00005 0 shouldn't be
91.68/92.03	WSVECS04 Frhs2[2170]: 6 -1.00006 0 shouldn't be
91.68/92.03	WSVECS04 Frhs2[2198]: 6 -3.00007 0 shouldn't be
91.68/92.03	WSVECS04 Frhs2[2258]: 6 -2.00008 0 shouldn't be
94.77/95.13	c #Conflicts:      19000 | #Constraints:      47413
94.77/95.13	c bounds 370 >= 143 @ 92.7069
94.97/95.31	c #Conflicts:      20000 | #Constraints:      48434
94.97/95.31	c #Conflicts:      21000 | #Constraints:      49434
94.97/95.31	c bounds 370 >= 144 @ 92.8794
95.47/95.89	c INPROCESSING
95.47/95.89	c #Conflicts:      22000 | #Constraints:      47239
95.47/95.89	c #Conflicts:      23000 | #Constraints:      48239
95.47/95.89	c #Conflicts:      24000 | #Constraints:      49239
95.47/95.89	c #Conflicts:      25000 | #Constraints:      50239
95.47/95.89	c INPROCESSING
95.47/95.89	c GARBAGE COLLECT
95.47/95.89	c bounds 368 >= 144 @ 93.4292
96.46/96.81	c #Conflicts:      26000 | #Constraints:      47846
96.46/96.81	c #Conflicts:      27000 | #Constraints:      48846
96.46/96.81	c #Conflicts:      28000 | #Constraints:      49846
96.46/96.81	c bounds 364 >= 144 @ 94.3163
96.46/96.81	c bounds 364 >= 145 @ 94.318
96.46/96.81	c bounds 364 >= 146 @ 94.3184
96.46/96.81	c bounds 364 >= 147 @ 94.3192
96.46/96.81	c bounds 364 >= 148 @ 94.3202
96.46/96.81	c bounds 364 >= 149 @ 94.3214
96.46/96.82	c bounds 364 >= 150 @ 94.3258
96.46/96.83	c bounds 364 >= 151 @ 94.3358
96.46/96.89	c #Conflicts:      29000 | #Constraints:      50946
96.46/96.89	c INPROCESSING
96.46/96.89	c GARBAGE COLLECT
96.46/96.89	c bounds 364 >= 152 @ 94.3867
96.56/96.91	c bounds 364 >= 153 @ 94.4049
106.83/107.25	c #Conflicts:      30000 | #Constraints:      48356
106.83/107.25	c bounds 364 >= 154 @ 104.67
106.93/107.36	c #Conflicts:      31000 | #Constraints:      49383
106.93/107.36	c #Conflicts:      32000 | #Constraints:      50383
106.93/107.36	c bounds 364 >= 155 @ 104.777
107.24/107.60	c #Conflicts:      33000 | #Constraints:      51407
107.24/107.60	c INPROCESSING
107.24/107.60	c #Conflicts:      34000 | #Constraints:      48574
107.24/107.60	c bounds 364 >= 156 @ 105.005
107.83/108.24	c #Conflicts:      35000 | #Constraints:      49601
107.83/108.24	c #Conflicts:      36000 | #Constraints:      50601
107.83/108.24	c #Conflicts:      37000 | #Constraints:      51601
107.83/108.24	c INPROCESSING
107.83/108.24	c GARBAGE COLLECT
107.83/108.24	c #Conflicts:      38000 | #Constraints:      48583
107.83/108.24	c bounds 356 >= 156 @ 105.615
107.83/108.24	c bounds 356 >= 158 @ 105.622
107.83/108.28	c #Conflicts:      39000 | #Constraints:      49593
107.83/108.28	c bounds 356 >= 160 @ 105.653
115.91/116.37	c #Conflicts:      40000 | #Constraints:      50599
115.91/116.37	c bounds 356 >= 162 @ 113.679
116.41/116.84	c #Conflicts:      41000 | #Constraints:      51614
116.41/116.84	c INPROCESSING
116.41/116.84	c GARBAGE COLLECT
116.41/116.84	c #Conflicts:      42000 | #Constraints:      48381
116.41/116.84	c #Conflicts:      43000 | #Constraints:      49381
116.41/116.84	c #Conflicts:      44000 | #Constraints:      50381
116.41/116.84	c #Conflicts:      45000 | #Constraints:      51381
116.41/116.84	c bounds 356 >= 164 @ 114.124
116.41/116.85	c bounds 346 >= 164 @ 114.134
116.80/117.25	c #Conflicts:      46000 | #Constraints:      52397
116.80/117.25	c INPROCESSING
116.80/117.25	c GARBAGE COLLECT
116.80/117.25	c bounds 344 >= 164 @ 114.527
117.50/117.92	c #Conflicts:      47000 | #Constraints:      48989
117.50/117.92	c #Conflicts:      48000 | #Constraints:      49989
117.50/117.92	c bounds 342 >= 164 @ 115.179
117.50/117.92	c bounds 342 >= 165 @ 115.179
117.50/117.92	c bounds 342 >= 166 @ 115.18
117.50/117.92	c bounds 342 >= 167 @ 115.181
117.50/117.92	c bounds 342 >= 168 @ 115.181
117.50/117.93	c bounds 342 >= 169 @ 115.184
117.50/117.93	c bounds 342 >= 170 @ 115.187
117.50/117.94	c bounds 342 >= 171 @ 115.197
117.50/117.96	c bounds 342 >= 172 @ 115.218
197.19/197.85	c #Conflicts:      49000 | #Constraints:      51098
197.19/197.85	c #Conflicts:      50000 | #Constraints:      52098
197.19/197.85	c #Conflicts:      51000 | #Constraints:      53099
197.19/197.85	c INPROCESSING
197.19/197.85	c GARBAGE COLLECT
197.19/197.85	c rational objective 172
213.63/214.37	c #Conflicts:      52000 | #Constraints:      49460
213.63/214.37	c #Conflicts:      53000 | #Constraints:      50460
213.63/214.37	c #Conflicts:      54000 | #Constraints:      51460
213.63/214.37	c #Conflicts:      55000 | #Constraints:      52460
213.63/214.37	c #Conflicts:      56000 | #Constraints:      53460
213.63/214.37	c INPROCESSING
213.63/214.37	c bounds 340 >= 172 @ 211.046
213.74/214.47	c bounds 338 >= 172 @ 211.141
214.53/215.26	c #Conflicts:      57000 | #Constraints:      49663
214.53/215.26	c bounds 336 >= 172 @ 211.919
214.53/215.27	c bounds 336 >= 173 @ 211.924
214.53/215.27	c bounds 336 >= 174 @ 211.925
214.53/215.28	c #Conflicts:      58000 | #Constraints:      50682
214.53/215.28	c bounds 336 >= 175 @ 211.938
214.53/215.29	c bounds 336 >= 176 @ 211.94
214.63/215.38	c #Conflicts:      59000 | #Constraints:      51700
214.63/215.38	c bounds 336 >= 177 @ 212.026
214.63/215.39	c bounds 336 >= 178 @ 212.037
215.03/215.73	c #Conflicts:      60000 | #Constraints:      52730
215.03/215.73	c #Conflicts:      61000 | #Constraints:      53730
215.03/215.73	c INPROCESSING
215.03/215.73	c GARBAGE COLLECT
215.03/215.73	c #Conflicts:      62000 | #Constraints:      49709
215.03/215.73	c #Conflicts:      63000 | #Constraints:      50709
215.03/215.73	c bounds 336 >= 179 @ 212.364
215.43/216.11	c #Conflicts:      64000 | #Constraints:      51727
215.43/216.11	c bounds 334 >= 179 @ 212.727
215.43/216.12	c bounds 334 >= 180 @ 212.732
215.43/216.12	c bounds 334 >= 181 @ 212.735
216.92/217.64	c #Conflicts:      65000 | #Constraints:      52753
216.92/217.64	WSVECS04 Frhs2[1820]: 6 -1.00009 0 shouldn't be
216.92/217.64	WSVECS04 Frhs2[2114]: 6 -4.00002 0 shouldn't be
216.92/217.64	WSVECS04 Frhs2[2202]: 6 -2.00008 0 shouldn't be
216.92/217.64	WSVECS04 Frhs2[2261]: 6 -1.00002 0 shouldn't be
216.92/217.64	WSVECS04 Frhs2[2300]: 6 -1.00001 0 shouldn't be
216.92/217.64	WSVECS04 Frhs2[2497]: 6 -4.00005 0 shouldn't be
216.92/217.64	WSVECS04 Frhs2[2502]: 6 -2.00005 0 shouldn't be
216.92/217.64	WSVECS04 Frhs2[2601]: 6 -1.00005 0 shouldn't be
216.92/217.64	WSVECS04 Frhs2[2698]: 6 -3.00005 0 shouldn't be
219.22/219.91	WSVECS04 Frhs2[2589]: 6 -2.00004 0 shouldn't be
219.22/219.91	WSVECS04 Frhs2[2663]: 6 -3.00006 0 shouldn't be
219.22/219.91	WSVECS04 Frhs2[2674]: 6 -3.00009 0 shouldn't be
221.72/222.44	WSVECS04 Frhs2[2204]: 6 -4.00006 0 shouldn't be
221.72/222.44	WSVECS04 Frhs2[2419]: 6 -2.00001 0 shouldn't be
221.72/222.44	WSVECS04 Frhs2[2609]: 6 -2.00008 0 shouldn't be
221.72/222.44	WSVECS04 Frhs2[2694]: 6 -3.00003 0 shouldn't be
225.31/226.03	WSVECS04 Frhs2[1906]: 6 -4.00008 0 shouldn't be
225.31/226.03	WSVECS04 Frhs2[1972]: 6 -1.00006 0 shouldn't be
225.31/226.03	WSVECS04 Frhs2[2001]: 6 -1.00007 0 shouldn't be
225.31/226.03	WSVECS04 Frhs2[2002]: 6 -2.00006 0 shouldn't be
225.31/226.03	WSVECS04 Frhs2[2022]: 6 -2.00008 0 shouldn't be
225.31/226.03	WSVECS04 Frhs2[2101]: 6 -1.00006 0 shouldn't be
225.31/226.03	WSVECS04 Frhs2[2199]: 6 -2.00003 0 shouldn't be
225.31/226.03	WSVECS04 Frhs2[2599]: 6 -2.00003 0 shouldn't be
225.31/226.03	WSVECS04 Frhs2[2671]: 6 -1.0001 0 shouldn't be
231.59/232.32	WSVECS04 Frhs2[1950]: 6 -1.00008 0 shouldn't be
231.59/232.32	WSVECS04 Frhs2[2055]: 6 -4.00003 0 shouldn't be
231.59/232.32	WSVECS04 Frhs2[2342]: 6 -2.0001 0 shouldn't be
231.59/232.32	WSVECS04 Frhs2[2399]: 6 -2.00002 0 shouldn't be
231.59/232.32	WSVECS04 Frhs2[2622]: 6 -2.00003 0 shouldn't be
237.46/238.29	WSVECS04 Frhs2[1907]: 6 -3.0001 0 shouldn't be
242.15/242.95	WSVECS04 Frhs2[1908]: 6 -2.0001 0 shouldn't be
242.15/242.95	WSVECS04 Frhs2[2106]: 6 -4.00006 0 shouldn't be
242.15/242.95	WSVECS04 Frhs2[2446]: 6 -4.00005 0 shouldn't be
242.15/242.95	WSVECS04 Frhs2[2480]: 6 -1.00002 0 shouldn't be
243.95/244.77	WSVECS04 Frhs2[1991]: 6 -1.00004 0 shouldn't be
243.95/244.77	WSVECS04 Frhs2[2016]: 6 -4.00004 0 shouldn't be
243.95/244.77	WSVECS04 Frhs2[2028]: 6 -3.00007 0 shouldn't be
243.95/244.77	WSVECS04 Frhs2[2070]: 6 -1.00009 0 shouldn't be
243.95/244.77	WSVECS04 Frhs2[2273]: 6 -3.00005 0 shouldn't be
243.95/244.77	WSVECS04 Frhs2[2377]: 6 -4.00009 0 shouldn't be
243.95/244.77	WSVECS04 Frhs2[2403]: 6 -3.00003 0 shouldn't be
243.95/244.77	WSVECS04 Frhs2[2410]: 6 -1.00004 0 shouldn't be
243.95/244.77	WSVECS04 Frhs2[2473]: 6 -3.00002 0 shouldn't be
243.95/244.77	WSVECS04 Frhs2[2504]: 6 -3.00005 0 shouldn't be
243.95/244.77	WSVECS04 Frhs2[2514]: 6 -3.00004 0 shouldn't be
246.04/246.84	WSVECS04 Frhs2[1891]: 6 -1.00002 0 shouldn't be
246.04/246.84	WSVECS04 Frhs2[1928]: 6 -3.00006 0 shouldn't be
246.04/246.84	WSVECS04 Frhs2[1937]: 6 -4.00001 0 shouldn't be
246.04/246.84	WSVECS04 Frhs2[1960]: 6 -1.00007 0 shouldn't be
246.04/246.84	WSVECS04 Frhs2[1964]: 6 -3.00002 0 shouldn't be
246.04/246.84	WSVECS04 Frhs2[1999]: 6 -2.00004 0 shouldn't be
246.04/246.84	WSVECS04 Frhs2[2000]: 6 -1.00005 0 shouldn't be
246.04/246.84	WSVECS04 Frhs2[2041]: 6 -1.0001 0 shouldn't be
246.04/246.84	WSVECS04 Frhs2[2046]: 6 -5.00005 0 shouldn't be
246.04/246.84	WSVECS04 Frhs2[2091]: 6 -1.00003 0 shouldn't be
246.04/246.84	WSVECS04 Frhs2[2100]: 6 -1.00006 0 shouldn't be
246.04/246.84	WSVECS04 Frhs2[2297]: 6 -4.00006 0 shouldn't be
246.04/246.84	WSVECS04 Frhs2[2303]: 6 -3.00004 0 shouldn't be
246.04/246.84	WSVECS04 Frhs2[2354]: 6 -4.00007 0 shouldn't be
246.04/246.84	WSVECS04 Frhs2[2364]: 6 -4.00004 0 shouldn't be
246.04/246.84	WSVECS04 Frhs2[2391]: 6 -1.00001 0 shouldn't be
246.04/246.84	WSVECS04 Frhs2[2398]: 6 -3.00001 0 shouldn't be
246.04/246.84	WSVECS04 Frhs2[2401]: 6 -1.00006 0 shouldn't be
246.04/246.84	WSVECS04 Frhs2[2402]: 6 -2.00006 0 shouldn't be
246.04/246.84	WSVECS04 Frhs2[2428]: 6 -3.00002 0 shouldn't be
246.04/246.84	WSVECS04 Frhs2[2491]: 6 -1.00003 0 shouldn't be
246.04/246.84	WSVECS04 Frhs2[2537]: 6 -3.00007 0 shouldn't be
246.04/246.84	WSVECS04 Frhs2[2573]: 6 -3.00003 0 shouldn't be
246.04/246.84	WSVECS04 Frhs2[2619]: 6 -1.00009 0 shouldn't be
249.73/250.56	WSVECS04 Frhs2[2246]: 6 -5.00005 0 shouldn't be
253.82/254.67	WSVECS04 Frhs2[1802]: 6 -2.00006 0 shouldn't be
253.82/254.67	WSVECS04 Frhs2[2302]: 6 -2.00009 0 shouldn't be
261.59/262.45	WSVECS04 Frhs2[2003]: 6 -3.00007 0 shouldn't be
261.59/262.45	WSVECS04 Frhs2[2501]: 6 -1.00009 0 shouldn't be
261.59/262.45	WSVECS04 Frhs2[2693]: 6 -2.00001 0 shouldn't be
265.89/266.75	c bounds 334 >= 182 @ 263.074
265.89/266.75	c bounds 334 >= 183 @ 263.077
266.08/266.91	c #Conflicts:      66000 | #Constraints:      53780
266.08/266.91	c INPROCESSING
266.08/266.91	c GARBAGE COLLECT
266.08/266.91	c #Conflicts:      67000 | #Constraints:      49550
266.08/266.91	c bounds 334 >= 184 @ 263.219
266.08/266.93	c bounds 334 >= 185 @ 263.233
266.28/267.12	c #Conflicts:      68000 | #Constraints:      50589
266.28/267.12	c #Conflicts:      69000 | #Constraints:      51589
266.28/267.12	c #Conflicts:      70000 | #Constraints:      52589
266.28/267.12	c bounds 334 >= 186 @ 263.415
267.29/268.10	c #Conflicts:      71000 | #Constraints:      53610
267.29/268.10	c #Conflicts:      72000 | #Constraints:      54610
267.29/268.10	c bounds 332 >= 186 @ 264.383
267.29/268.12	c bounds 332 >= 187 @ 264.394
267.29/268.15	c #Conflicts:      73000 | #Constraints:      55620
267.29/268.15	c bounds 332 >= 188 @ 264.424
267.57/268.47	c #Conflicts:      74000 | #Constraints:      56644
267.57/268.47	c #Conflicts:      75000 | #Constraints:      57644
267.57/268.47	c #Conflicts:      76000 | #Constraints:      58644
267.57/268.47	c bounds 332 >= 189 @ 264.733
268.77/269.69	c #Conflicts:      77000 | #Constraints:      59662
268.77/269.69	c #Conflicts:      78000 | #Constraints:      60662
268.77/269.69	c #Conflicts:      79000 | #Constraints:      61662
268.77/269.69	c #Conflicts:      80000 | #Constraints:      62662
268.77/269.69	c #Conflicts:      81000 | #Constraints:      63662
268.77/269.69	c #Conflicts:      82000 | #Constraints:      64662
268.77/269.69	c #Conflicts:      83000 | #Constraints:      65662
268.77/269.69	c #Conflicts:      84000 | #Constraints:      66662
268.77/269.69	c #Conflicts:      85000 | #Constraints:      67662
268.77/269.69	c bounds 332 >= 190 @ 265.905
274.05/274.91	c #Conflicts:      86000 | #Constraints:      68704
274.05/274.91	c #Conflicts:      87000 | #Constraints:      69704
274.05/274.91	c #Conflicts:      88000 | #Constraints:      70704
274.05/274.91	c #Conflicts:      89000 | #Constraints:      71704
274.05/274.91	c INPROCESSING
274.05/274.91	c GARBAGE COLLECT
274.05/274.91	c #Conflicts:      90000 | #Constraints:      58746
274.05/274.91	c #Conflicts:      91000 | #Constraints:      59746
274.05/274.91	c #Conflicts:      92000 | #Constraints:      60746
274.05/274.91	c #Conflicts:      93000 | #Constraints:      61746
274.05/274.91	c #Conflicts:      94000 | #Constraints:      62746
274.05/274.91	c #Conflicts:      95000 | #Constraints:      63746
274.05/274.91	c #Conflicts:      96000 | #Constraints:      64746
274.05/274.91	c INPROCESSING
274.05/274.91	c GARBAGE COLLECT
274.05/274.91	c bounds 332 >= 191 @ 271.05
274.05/274.91	c bounds 332 >= 192 @ 271.051
274.05/274.95	c bounds 332 >= 193 @ 271.086
274.05/274.95	c bounds 332 >= 194 @ 271.09
274.17/275.02	c #Conflicts:      97000 | #Constraints:      55496
274.17/275.02	c bounds 332 >= 195 @ 271.144
274.17/275.07	c #Conflicts:      98000 | #Constraints:      56505
274.17/275.07	c bounds 332 >= 196 @ 271.191
274.46/275.34	c #Conflicts:      99000 | #Constraints:      57523
274.46/275.34	c #Conflicts:     100000 | #Constraints:      58523
274.46/275.34	c #Conflicts:     101000 | #Constraints:      59523
274.46/275.34	c bounds 332 >= 197 @ 271.439
274.55/275.46	c #Conflicts:     102000 | #Constraints:      60544
274.55/275.46	c bounds 332 >= 198 @ 271.565
301.98/302.93	c INPROCESSING
301.98/302.93	c GARBAGE COLLECT
301.98/302.93	c rational objective 198
315.93/316.90	c #Conflicts:     103000 | #Constraints:      52754
315.93/316.90	c #Conflicts:     104000 | #Constraints:      53754
315.93/316.90	c bounds 332 >= 199 @ 312.76
316.04/317.00	c #Conflicts:     105000 | #Constraints:      54763
316.04/317.00	c #Conflicts:     106000 | #Constraints:      55763
316.04/317.00	c bounds 332 >= 200 @ 312.856
316.04/317.02	c bounds 332 >= 201 @ 312.872
316.14/317.19	c #Conflicts:     107000 | #Constraints:      56790
316.14/317.19	c #Conflicts:     108000 | #Constraints:      57790
316.14/317.19	c bounds 332 >= 202 @ 313.032
316.23/317.21	c bounds 332 >= 203 @ 313.05
333.18/334.23	c #Conflicts:     109000 | #Constraints:      58826
333.18/334.23	c #Conflicts:     110000 | #Constraints:      59826
333.18/334.23	c INPROCESSING
333.18/334.23	c GARBAGE COLLECT
333.18/334.23	c #Conflicts:     111000 | #Constraints:      52977
333.18/334.23	c #Conflicts:     112000 | #Constraints:      53977
333.18/334.23	c #Conflicts:     113000 | #Constraints:      54977
333.18/334.23	c #Conflicts:     114000 | #Constraints:      55977
333.18/334.23	c #Conflicts:     115000 | #Constraints:      56977
333.18/334.23	c #Conflicts:     116000 | #Constraints:      57977
333.18/334.23	c #Conflicts:     117000 | #Constraints:      58977
333.18/334.23	c #Conflicts:     118000 | #Constraints:      59977
333.18/334.23	c #Conflicts:     119000 | #Constraints:      60977
333.18/334.23	c #Conflicts:     120000 | #Constraints:      61977
333.18/334.23	c #Conflicts:     121000 | #Constraints:      62977
333.18/334.23	c #Conflicts:     122000 | #Constraints:      63977
333.18/334.23	c #Conflicts:     123000 | #Constraints:      64977
333.18/334.23	c #Conflicts:     124000 | #Constraints:      65977
333.18/334.23	c #Conflicts:     125000 | #Constraints:      66977
333.18/334.23	c #Conflicts:     126000 | #Constraints:      67977
333.18/334.23	c #Conflicts:     127000 | #Constraints:      68977
333.18/334.23	c bounds 332 >= 204 @ 329.871
367.28/368.45	c #Conflicts:     128000 | #Constraints:      70016
367.28/368.45	c #Conflicts:     129000 | #Constraints:      71016
367.28/368.45	WSVECS04 Frhs2[2291]: 6 -1.00001 0 shouldn't be
372.87/374.02	WSVECS04 Frhs2[2333]: 6 -2.00004 0 shouldn't be
375.96/377.12	WSVECS04 Frhs2[2304]: 6 -4.0001 0 shouldn't be
377.16/378.32	WSVECS04 Frhs2[2252]: 6 -2.00007 0 shouldn't be
377.16/378.32	WSVECS04 Frhs2[2278]: 6 -3.00002 0 shouldn't be
377.16/378.32	WSVECS04 Frhs2[2310]: 6 -1.00003 0 shouldn't be
377.16/378.32	WSVECS04 Frhs2[2321]: 6 -1.00001 0 shouldn't be
417.34/418.64	c #Conflicts:     130000 | #Constraints:      72016
417.34/418.64	c #Conflicts:     131000 | #Constraints:      73016
417.34/418.64	c bounds 332 >= 205 @ 413.81
417.83/419.13	c #Conflicts:     132000 | #Constraints:      74043
417.83/419.13	c #Conflicts:     133000 | #Constraints:      75043
417.83/419.13	c #Conflicts:     134000 | #Constraints:      76043
417.83/419.13	c bounds 332 >= 206 @ 414.283
455.91/457.32	c #Conflicts:     135000 | #Constraints:      77058
455.91/457.32	c #Conflicts:     136000 | #Constraints:      78058
455.91/457.32	c #Conflicts:     137000 | #Constraints:      79058
455.91/457.32	c #Conflicts:     138000 | #Constraints:      80058
455.91/457.32	c INPROCESSING
455.91/457.32	c GARBAGE COLLECT
455.91/457.32	c rational objective 206
617.63/619.52	c #Conflicts:     139000 | #Constraints:      63160
617.63/619.52	c #Conflicts:     140000 | #Constraints:      64160
617.63/619.52	c #Conflicts:     141000 | #Constraints:      65160
617.63/619.52	c #Conflicts:     142000 | #Constraints:      66160
617.63/619.52	c #Conflicts:     143000 | #Constraints:      67160
617.63/619.52	c #Conflicts:     144000 | #Constraints:      68160
617.63/619.52	c #Conflicts:     145000 | #Constraints:      69160
617.63/619.52	c #Conflicts:     146000 | #Constraints:      70160
617.63/619.52	c INPROCESSING
617.63/619.52	c GARBAGE COLLECT
617.63/619.52	c #Conflicts:     147000 | #Constraints:      58004
617.63/619.52	c #Conflicts:     148000 | #Constraints:      59004
617.63/619.52	c #Conflicts:     149000 | #Constraints:      60004
617.63/619.52	c #Conflicts:     150000 | #Constraints:      61004
617.63/619.52	c #Conflicts:     151000 | #Constraints:      62004
617.63/619.52	c #Conflicts:     152000 | #Constraints:      63004
617.63/619.52	c #Conflicts:     153000 | #Constraints:      64004
617.63/619.52	c #Conflicts:     154000 | #Constraints:      65004
617.63/619.52	c #Conflicts:     155000 | #Constraints:      66004
617.63/619.52	c INPROCESSING
617.63/619.52	c GARBAGE COLLECT
617.63/619.52	c #Conflicts:     156000 | #Constraints:      56150
617.63/619.52	c #Conflicts:     157000 | #Constraints:      57150
617.63/619.52	c #Conflicts:     158000 | #Constraints:      58150
617.63/619.52	c #Conflicts:     159000 | #Constraints:      59150
617.63/619.52	c #Conflicts:     160000 | #Constraints:      60150
617.63/619.52	c #Conflicts:     161000 | #Constraints:      61150
617.63/619.52	c #Conflicts:     162000 | #Constraints:      62150
617.63/619.52	c #Conflicts:     163000 | #Constraints:      63150
617.63/619.52	c bounds 332 >= 207 @ 613.44
617.63/619.59	c INPROCESSING
617.63/619.59	c GARBAGE COLLECT
617.63/619.59	c bounds 324 >= 207 @ 613.503
619.62/621.53	c #Conflicts:     164000 | #Constraints:      54312
619.62/621.53	c #Conflicts:     165000 | #Constraints:      55312
619.62/621.53	c #Conflicts:     166000 | #Constraints:      56312
619.62/621.53	c #Conflicts:     167000 | #Constraints:      57312
619.62/621.53	c bounds 320 >= 207 @ 615.412
619.62/621.54	c bounds 320 >= 208 @ 615.418
620.13/622.01	c #Conflicts:     168000 | #Constraints:      58337
620.13/622.01	c #Conflicts:     169000 | #Constraints:      59337
620.13/622.01	c #Conflicts:     170000 | #Constraints:      60337
620.13/622.01	c #Conflicts:     171000 | #Constraints:      61337
620.13/622.01	c #Conflicts:     172000 | #Constraints:      62337
620.13/622.01	c bounds 320 >= 209 @ 615.867
620.13/622.08	c #Conflicts:     173000 | #Constraints:      63361
620.13/622.08	c bounds 320 >= 210 @ 615.935
799.28/801.74	c #Conflicts:     174000 | #Constraints:      64379
799.28/801.74	c #Conflicts:     175000 | #Constraints:      65379
799.28/801.74	c #Conflicts:     176000 | #Constraints:      66379
799.28/801.74	c #Conflicts:     177000 | #Constraints:      67379
799.28/801.74	c #Conflicts:     178000 | #Constraints:      68379
799.28/801.74	c #Conflicts:     179000 | #Constraints:      69379
799.28/801.74	c #Conflicts:     180000 | #Constraints:      70379
799.28/801.74	c #Conflicts:     181000 | #Constraints:      71379
799.28/801.74	c #Conflicts:     182000 | #Constraints:      72379
799.28/801.74	c #Conflicts:     183000 | #Constraints:      73379
799.28/801.74	c #Conflicts:     184000 | #Constraints:      74379
799.28/801.74	c #Conflicts:     185000 | #Constraints:      75379
799.28/801.74	c #Conflicts:     186000 | #Constraints:      76379
799.28/801.74	c #Conflicts:     187000 | #Constraints:      77379
799.28/801.74	c #Conflicts:     188000 | #Constraints:      78379
799.28/801.74	c #Conflicts:     189000 | #Constraints:      79379
799.28/801.74	c #Conflicts:     190000 | #Constraints:      80379
799.28/801.74	c #Conflicts:     191000 | #Constraints:      81379
799.28/801.74	c #Conflicts:     192000 | #Constraints:      82379
799.28/801.74	c #Conflicts:     193000 | #Constraints:      83379
799.28/801.74	c #Conflicts:     194000 | #Constraints:      84379
799.28/801.74	c #Conflicts:     195000 | #Constraints:      85379
799.28/801.74	c #Conflicts:     196000 | #Constraints:      86379
799.28/801.74	c #Conflicts:     197000 | #Constraints:      87379
799.28/801.74	c INPROCESSING
799.28/801.74	c GARBAGE COLLECT
799.28/801.74	c bounds 318 >= 210 @ 794.434
807.86/810.38	c #Conflicts:     198000 | #Constraints:      66831
807.86/810.38	c #Conflicts:     199000 | #Constraints:      67831
807.86/810.38	c #Conflicts:     200000 | #Constraints:      68831
807.86/810.38	c #Conflicts:     201000 | #Constraints:      69831
807.86/810.38	c #Conflicts:     202000 | #Constraints:      70831
807.86/810.38	c #Conflicts:     203000 | #Constraints:      71831
807.86/810.38	c #Conflicts:     204000 | #Constraints:      72831
807.86/810.38	c #Conflicts:     205000 | #Constraints:      73831
807.86/810.38	c #Conflicts:     206000 | #Constraints:      74831
807.86/810.38	c #Conflicts:     207000 | #Constraints:      75831
807.86/810.38	c INPROCESSING
807.86/810.38	c GARBAGE COLLECT
807.86/810.38	c #Conflicts:     208000 | #Constraints:      61027
807.86/810.38	c #Conflicts:     209000 | #Constraints:      62027
807.86/810.38	c #Conflicts:     210000 | #Constraints:      63027
807.86/810.38	c #Conflicts:     211000 | #Constraints:      64027
807.86/810.38	c #Conflicts:     212000 | #Constraints:      65027
807.86/810.38	c #Conflicts:     213000 | #Constraints:      66027
807.86/810.38	c #Conflicts:     214000 | #Constraints:      67027
807.86/810.38	c #Conflicts:     215000 | #Constraints:      68027
807.86/810.38	c #Conflicts:     216000 | #Constraints:      69027
807.86/810.38	c #Conflicts:     217000 | #Constraints:      70027
807.86/810.38	c INPROCESSING
807.86/810.38	c GARBAGE COLLECT
807.86/810.38	c #Conflicts:     218000 | #Constraints:      57920
807.86/810.38	c #Conflicts:     219000 | #Constraints:      58920
807.86/810.38	c #Conflicts:     220000 | #Constraints:      59920
807.86/810.38	c #Conflicts:     221000 | #Constraints:      60920
807.86/810.38	c #Conflicts:     222000 | #Constraints:      61920
807.86/810.38	c #Conflicts:     223000 | #Constraints:      62920
807.86/810.38	c #Conflicts:     224000 | #Constraints:      63920
807.86/810.38	c #Conflicts:     225000 | #Constraints:      64920
807.86/810.38	c bounds 318 >= 211 @ 802.914
813.44/815.98	c #Conflicts:     226000 | #Constraints:      65959
813.44/815.98	c #Conflicts:     227000 | #Constraints:      66959
813.44/815.98	c #Conflicts:     228000 | #Constraints:      67959
813.44/815.98	c #Conflicts:     229000 | #Constraints:      68959
813.44/815.98	c #Conflicts:     230000 | #Constraints:      69959
813.44/815.98	c #Conflicts:     231000 | #Constraints:      70959
813.44/815.98	c #Conflicts:     232000 | #Constraints:      71959
813.44/815.98	c #Conflicts:     233000 | #Constraints:      72959
813.44/815.98	c #Conflicts:     234000 | #Constraints:      73959
813.44/815.98	c bounds 312 >= 211 @ 808.411
866.49/869.19	c #Conflicts:     235000 | #Constraints:      74960
866.49/869.19	c #Conflicts:     236000 | #Constraints:      75960
866.49/869.19	c #Conflicts:     237000 | #Constraints:      76960
866.49/869.19	c #Conflicts:     238000 | #Constraints:      77960
866.49/869.19	c #Conflicts:     239000 | #Constraints:      78960
866.49/869.19	c #Conflicts:     240000 | #Constraints:      79960
866.49/869.19	c #Conflicts:     241000 | #Constraints:      80960
866.49/869.19	c #Conflicts:     242000 | #Constraints:      81960
866.49/869.19	c #Conflicts:     243000 | #Constraints:      82960
866.49/869.19	c #Conflicts:     244000 | #Constraints:      83960
866.49/869.19	c #Conflicts:     245000 | #Constraints:      84960
866.49/869.19	c #Conflicts:     246000 | #Constraints:      85960
866.49/869.19	c #Conflicts:     247000 | #Constraints:      86960
866.49/869.19	c #Conflicts:     248000 | #Constraints:      87960
866.49/869.19	c #Conflicts:     249000 | #Constraints:      88960
866.49/869.19	c #Conflicts:     250000 | #Constraints:      89960
866.49/869.19	c #Conflicts:     251000 | #Constraints:      90960
866.49/869.19	c #Conflicts:     252000 | #Constraints:      91960
866.49/869.19	c #Conflicts:     253000 | #Constraints:      92960
866.49/869.19	c #Conflicts:     254000 | #Constraints:      93960
866.49/869.19	c #Conflicts:     255000 | #Constraints:      94960
866.49/869.19	c INPROCESSING
866.49/869.19	c GARBAGE COLLECT
866.49/869.19	c #Conflicts:     256000 | #Constraints:      70644
866.49/869.19	c #Conflicts:     257000 | #Constraints:      71644
866.49/869.19	c #Conflicts:     258000 | #Constraints:      72644
866.49/869.19	c #Conflicts:     259000 | #Constraints:      73644
866.49/869.19	c #Conflicts:     260000 | #Constraints:      74644
866.49/869.19	c #Conflicts:     261000 | #Constraints:      75644
866.49/869.19	c #Conflicts:     262000 | #Constraints:      76644
866.49/869.19	c #Conflicts:     263000 | #Constraints:      77644
866.49/869.19	c #Conflicts:     264000 | #Constraints:      78644
866.49/869.19	c #Conflicts:     265000 | #Constraints:      79644
866.49/869.19	c #Conflicts:     266000 | #Constraints:      80644
866.49/869.19	c INPROCESSING
866.49/869.19	c GARBAGE COLLECT
866.49/869.19	c #Conflicts:     267000 | #Constraints:      63243
866.49/869.19	c #Conflicts:     268000 | #Constraints:      64243
866.49/869.19	c #Conflicts:     269000 | #Constraints:      65243
866.49/869.19	c #Conflicts:     270000 | #Constraints:      66243
866.49/869.19	c #Conflicts:     271000 | #Constraints:      67243
866.49/869.19	c #Conflicts:     272000 | #Constraints:      68243
866.49/869.19	c #Conflicts:     273000 | #Constraints:      69243
866.49/869.19	c #Conflicts:     274000 | #Constraints:      70243
866.49/869.19	c #Conflicts:     275000 | #Constraints:      71243
866.49/869.19	c #Conflicts:     276000 | #Constraints:      72243
866.49/869.19	c #Conflicts:     277000 | #Constraints:      73243
866.49/869.19	c #Conflicts:     278000 | #Constraints:      74243
866.49/869.19	c INPROCESSING
866.49/869.19	c GARBAGE COLLECT
866.49/869.19	WSVECS04 Frhs2[1804]: 6 -4.0001 0 shouldn't be
868.48/871.14	WSVECS04 Frhs2[1841]: 6 -1.00009 0 shouldn't be
868.48/871.14	WSVECS04 Frhs2[2661]: 6 -1.00005 0 shouldn't be
883.23/885.99	WSVECS04 Frhs2[1828]: 6 -3.00009 0 shouldn't be
1067.07/1070.31	c rational objective 211
1070.46/1073.72	c #Conflicts:     279000 | #Constraints:      60108
1070.46/1073.72	c #Conflicts:     280000 | #Constraints:      61108
1070.46/1073.72	c #Conflicts:     281000 | #Constraints:      62108
1070.46/1073.72	c #Conflicts:     282000 | #Constraints:      63108
1070.46/1073.72	c #Conflicts:     283000 | #Constraints:      64108
1070.46/1073.72	c #Conflicts:     284000 | #Constraints:      65108
1070.46/1073.72	c #Conflicts:     285000 | #Constraints:      66108
1070.46/1073.72	c #Conflicts:     286000 | #Constraints:      67108
1070.46/1073.72	c #Conflicts:     287000 | #Constraints:      68108
1070.46/1073.72	c #Conflicts:     288000 | #Constraints:      69108
1070.46/1073.72	c #Conflicts:     289000 | #Constraints:      70108
1070.46/1073.72	c #Conflicts:     290000 | #Constraints:      71108
1070.46/1073.72	c #Conflicts:     291000 | #Constraints:      72108
1070.46/1073.72	c #Conflicts:     292000 | #Constraints:      73108
1070.46/1073.72	c #Conflicts:     293000 | #Constraints:      74108
1070.46/1073.72	c #Conflicts:     294000 | #Constraints:      75108
1070.46/1073.72	c #Conflicts:     295000 | #Constraints:      76108
1070.46/1073.72	c #Conflicts:     296000 | #Constraints:      77108
1070.46/1073.72	c #Conflicts:     297000 | #Constraints:      78108
1070.46/1073.72	c #Conflicts:     298000 | #Constraints:      79108
1070.46/1073.72	c bounds 312 >= 212 @ 1064.31
1376.61/1380.84	c #Conflicts:     299000 | #Constraints:      80129
1376.61/1380.84	c #Conflicts:     300000 | #Constraints:      81129
1376.61/1380.84	c #Conflicts:     301000 | #Constraints:      82129
1376.61/1380.84	c #Conflicts:     302000 | #Constraints:      83129
1376.61/1380.84	c #Conflicts:     303000 | #Constraints:      84129
1376.61/1380.84	c #Conflicts:     304000 | #Constraints:      85129
1376.61/1380.84	c #Conflicts:     305000 | #Constraints:      86129
1376.61/1380.84	c #Conflicts:     306000 | #Constraints:      87129
1376.61/1380.84	c #Conflicts:     307000 | #Constraints:      88129
1376.61/1380.84	c #Conflicts:     308000 | #Constraints:      89129
1376.61/1380.84	c #Conflicts:     309000 | #Constraints:      90129
1376.61/1380.84	c #Conflicts:     310000 | #Constraints:      91129
1376.61/1380.84	c #Conflicts:     311000 | #Constraints:      92129
1376.61/1380.84	c #Conflicts:     312000 | #Constraints:      93129
1376.61/1380.84	c #Conflicts:     313000 | #Constraints:      94129
1376.61/1380.84	c #Conflicts:     314000 | #Constraints:      95129
1376.61/1380.84	c #Conflicts:     315000 | #Constraints:      96129
1376.61/1380.84	c #Conflicts:     316000 | #Constraints:      97129
1376.61/1380.84	c #Conflicts:     317000 | #Constraints:      98129
1376.61/1380.84	c #Conflicts:     318000 | #Constraints:      99129
1376.61/1380.84	c #Conflicts:     319000 | #Constraints:     100129
1376.61/1380.84	c #Conflicts:     320000 | #Constraints:     101129
1376.61/1380.84	c INPROCESSING
1376.61/1380.84	c GARBAGE COLLECT
1376.61/1380.84	c #Conflicts:     321000 | #Constraints:      73744
1376.61/1380.84	c #Conflicts:     322000 | #Constraints:      74744
1376.61/1380.84	c #Conflicts:     323000 | #Constraints:      75744
1376.61/1380.84	c #Conflicts:     324000 | #Constraints:      76744
1376.61/1380.84	c #Conflicts:     325000 | #Constraints:      77744
1376.61/1380.84	c #Conflicts:     326000 | #Constraints:      78744
1376.61/1380.84	c #Conflicts:     327000 | #Constraints:      79744
1376.61/1380.84	c #Conflicts:     328000 | #Constraints:      80744
1376.61/1380.84	c #Conflicts:     329000 | #Constraints:      81744
1376.61/1380.84	c #Conflicts:     330000 | #Constraints:      82744
1376.61/1380.84	c #Conflicts:     331000 | #Constraints:      83744
1376.61/1380.84	c #Conflicts:     332000 | #Constraints:      84744
1376.61/1380.84	c #Conflicts:     333000 | #Constraints:      85744
1376.61/1380.84	c INPROCESSING
1376.61/1380.84	c GARBAGE COLLECT
1376.61/1380.84	c #Conflicts:     334000 | #Constraints:      65994
1376.61/1380.84	c #Conflicts:     335000 | #Constraints:      66994
1376.61/1380.84	c #Conflicts:     336000 | #Constraints:      67994
1376.61/1380.84	c #Conflicts:     337000 | #Constraints:      68994
1376.61/1380.84	c #Conflicts:     338000 | #Constraints:      69994
1376.61/1380.84	c #Conflicts:     339000 | #Constraints:      70994
1376.61/1380.84	c bounds 312 >= 213 @ 1369.27
1381.70/1385.92	c #Conflicts:     340000 | #Constraints:      72048
1381.70/1385.92	c #Conflicts:     341000 | #Constraints:      73048
1381.70/1385.92	c #Conflicts:     342000 | #Constraints:      74048
1381.70/1385.92	c #Conflicts:     343000 | #Constraints:      75048
1381.70/1385.92	c #Conflicts:     344000 | #Constraints:      76048
1381.70/1385.92	c #Conflicts:     345000 | #Constraints:      77048
1381.70/1385.92	c #Conflicts:     346000 | #Constraints:      78048
1381.70/1385.92	c INPROCESSING
1381.70/1385.92	c GARBAGE COLLECT
1381.70/1385.92	c #Conflicts:     347000 | #Constraints:      61998
1381.70/1385.92	c #Conflicts:     348000 | #Constraints:      62998
1381.70/1385.92	c #Conflicts:     349000 | #Constraints:      63998
1381.70/1385.92	c #Conflicts:     350000 | #Constraints:      64998
1381.70/1385.92	c #Conflicts:     351000 | #Constraints:      65998
1381.70/1385.92	c #Conflicts:     352000 | #Constraints:      66998
1381.70/1385.92	c #Conflicts:     353000 | #Constraints:      67998
1381.70/1385.92	c #Conflicts:     354000 | #Constraints:      68998
1381.70/1385.92	c #Conflicts:     355000 | #Constraints:      69998
1381.70/1385.92	c #Conflicts:     356000 | #Constraints:      70998
1381.70/1385.92	c #Conflicts:     357000 | #Constraints:      71998
1381.70/1385.92	c #Conflicts:     358000 | #Constraints:      72998
1381.70/1385.92	c #Conflicts:     359000 | #Constraints:      73998
1381.70/1385.92	c #Conflicts:     360000 | #Constraints:      74998
1381.70/1385.92	c #Conflicts:     361000 | #Constraints:      75998
1381.70/1385.92	c #Conflicts:     362000 | #Constraints:      76998
1381.70/1385.92	c bounds 312 >= 214 @ 1374.21
1394.06/1398.37	c #Conflicts:     363000 | #Constraints:      78052
1394.06/1398.37	c #Conflicts:     364000 | #Constraints:      79052
1394.06/1398.37	c #Conflicts:     365000 | #Constraints:      80052
1394.06/1398.37	c #Conflicts:     366000 | #Constraints:      81052
1394.06/1398.37	c #Conflicts:     367000 | #Constraints:      82052
1394.06/1398.37	c #Conflicts:     368000 | #Constraints:      83052
1394.06/1398.37	c #Conflicts:     369000 | #Constraints:      84052
1394.06/1398.37	c #Conflicts:     370000 | #Constraints:      85052
1394.06/1398.37	c #Conflicts:     371000 | #Constraints:      86052
1394.06/1398.37	c #Conflicts:     372000 | #Constraints:      87052
1394.06/1398.37	c #Conflicts:     373000 | #Constraints:      88052
1394.06/1398.37	c #Conflicts:     374000 | #Constraints:      89052
1394.06/1398.37	c #Conflicts:     375000 | #Constraints:      90052
1394.06/1398.37	c #Conflicts:     376000 | #Constraints:      91052
1394.06/1398.37	c #Conflicts:     377000 | #Constraints:      92052
1394.06/1398.37	c #Conflicts:     378000 | #Constraints:      93052
1394.06/1398.37	c #Conflicts:     379000 | #Constraints:      94052
1394.06/1398.37	c #Conflicts:     380000 | #Constraints:      95052
1394.06/1398.37	c #Conflicts:     381000 | #Constraints:      96052
1394.06/1398.37	c #Conflicts:     382000 | #Constraints:      97052
1394.06/1398.37	c #Conflicts:     383000 | #Constraints:      98052
1394.06/1398.37	c #Conflicts:     384000 | #Constraints:      99052
1394.06/1398.37	c #Conflicts:     385000 | #Constraints:     100052
1394.06/1398.37	c #Conflicts:     386000 | #Constraints:     101052
1394.06/1398.37	c #Conflicts:     387000 | #Constraints:     102052
1394.06/1398.37	c #Conflicts:     388000 | #Constraints:     103052
1394.06/1398.37	c #Conflicts:     389000 | #Constraints:     104052
1394.06/1398.37	c bounds 312 >= 215 @ 1386.48
1399.94/1404.24	c #Conflicts:     390000 | #Constraints:     105085
1399.94/1404.24	c #Conflicts:     391000 | #Constraints:     106085
1399.94/1404.24	c #Conflicts:     392000 | #Constraints:     107085
1399.94/1404.24	c INPROCESSING
1399.94/1404.24	c GARBAGE COLLECT
1399.94/1404.24	c #Conflicts:     393000 | #Constraints:      76564
1399.94/1404.24	c #Conflicts:     394000 | #Constraints:      77564
1399.94/1404.24	c #Conflicts:     395000 | #Constraints:      78564
1399.94/1404.24	c #Conflicts:     396000 | #Constraints:      79564
1399.94/1404.24	c #Conflicts:     397000 | #Constraints:      80564
1399.94/1404.24	c #Conflicts:     398000 | #Constraints:      81564
1399.94/1404.24	c bounds 310 >= 215 @ 1392.25
1399.94/1404.25	c bounds 308 >= 215 @ 1392.25
1400.54/1404.82	c #Conflicts:     399000 | #Constraints:      82566
1400.54/1404.82	c bounds 306 >= 215 @ 1392.82
1407.02/1411.32	c #Conflicts:     400000 | #Constraints:      83567
1407.02/1411.32	c #Conflicts:     401000 | #Constraints:      84567
1407.02/1411.32	c #Conflicts:     402000 | #Constraints:      85567
1407.02/1411.32	c #Conflicts:     403000 | #Constraints:      86567
1407.02/1411.32	c #Conflicts:     404000 | #Constraints:      87567
1407.02/1411.32	c #Conflicts:     405000 | #Constraints:      88567
1407.02/1411.32	c #Conflicts:     406000 | #Constraints:      89567
1407.02/1411.32	c #Conflicts:     407000 | #Constraints:      90567
1407.02/1411.32	c INPROCESSING
1407.02/1411.32	c GARBAGE COLLECT
1407.02/1411.32	c #Conflicts:     408000 | #Constraints:      68532
1407.02/1411.32	c #Conflicts:     409000 | #Constraints:      69532
1407.02/1411.32	c #Conflicts:     410000 | #Constraints:      70532
1407.02/1411.32	c #Conflicts:     411000 | #Constraints:      71532
1407.02/1411.32	c #Conflicts:     412000 | #Constraints:      72532
1407.02/1411.32	c bounds 306 >= 216 @ 1399.2
1407.52/1411.85	c #Conflicts:     413000 | #Constraints:      73565
1407.52/1411.85	c #Conflicts:     414000 | #Constraints:      74565
1407.52/1411.85	c #Conflicts:     415000 | #Constraints:      75565
1407.52/1411.85	c #Conflicts:     416000 | #Constraints:      76565
1407.52/1411.85	c #Conflicts:     417000 | #Constraints:      77565
1407.52/1411.85	c bounds 306 >= 217 @ 1399.71
1407.92/1412.29	c #Conflicts:     418000 | #Constraints:      78586
1407.92/1412.29	c #Conflicts:     419000 | #Constraints:      79586
1407.92/1412.29	c #Conflicts:     420000 | #Constraints:      80586
1407.92/1412.29	c bounds 306 >= 218 @ 1400.13
1466.76/1471.30	c #Conflicts:     421000 | #Constraints:      81622
1466.76/1471.30	c INPROCESSING
1466.76/1471.30	c GARBAGE COLLECT
1466.76/1471.30	c #Conflicts:     422000 | #Constraints:      63634
1466.76/1471.30	c #Conflicts:     423000 | #Constraints:      64634
1466.76/1471.30	c #Conflicts:     424000 | #Constraints:      65634
1466.76/1471.30	c #Conflicts:     425000 | #Constraints:      66634
1466.76/1471.30	c #Conflicts:     426000 | #Constraints:      67634
1466.76/1471.30	c #Conflicts:     427000 | #Constraints:      68634
1466.76/1471.30	c #Conflicts:     428000 | #Constraints:      69634
1466.76/1471.30	c #Conflicts:     429000 | #Constraints:      70634
1466.76/1471.30	c #Conflicts:     430000 | #Constraints:      71634
1466.76/1471.30	c #Conflicts:     431000 | #Constraints:      72634
1466.76/1471.30	c #Conflicts:     432000 | #Constraints:      73634
1466.76/1471.30	c #Conflicts:     433000 | #Constraints:      74634
1466.76/1471.30	c #Conflicts:     434000 | #Constraints:      75634
1466.76/1471.30	c #Conflicts:     435000 | #Constraints:      76634
1466.76/1471.30	c #Conflicts:     436000 | #Constraints:      77634
1466.76/1471.30	c #Conflicts:     437000 | #Constraints:      78634
1466.76/1471.30	c #Conflicts:     438000 | #Constraints:      79634
1466.76/1471.30	c #Conflicts:     439000 | #Constraints:      80634
1466.76/1471.30	c #Conflicts:     440000 | #Constraints:      81634
1466.76/1471.30	c #Conflicts:     441000 | #Constraints:      82634
1466.76/1471.30	c #Conflicts:     442000 | #Constraints:      83634
1466.76/1471.30	c #Conflicts:     443000 | #Constraints:      84634
1466.76/1471.30	c #Conflicts:     444000 | #Constraints:      85634
1466.76/1471.30	c #Conflicts:     445000 | #Constraints:      86634
1466.76/1471.30	c #Conflicts:     446000 | #Constraints:      87634
1466.76/1471.30	c #Conflicts:     447000 | #Constraints:      88634
1466.76/1471.30	c #Conflicts:     448000 | #Constraints:      89634
1466.76/1471.30	c #Conflicts:     449000 | #Constraints:      90634
1466.76/1471.30	c #Conflicts:     450000 | #Constraints:      91634
1466.76/1471.30	c #Conflicts:     451000 | #Constraints:      92634
1466.76/1471.30	c #Conflicts:     452000 | #Constraints:      93634
1466.76/1471.30	c #Conflicts:     453000 | #Constraints:      94634
1466.76/1471.30	c #Conflicts:     454000 | #Constraints:      95634
1466.76/1471.30	c #Conflicts:     455000 | #Constraints:      96634
1466.76/1471.30	c #Conflicts:     456000 | #Constraints:      97634
1466.76/1471.30	c #Conflicts:     457000 | #Constraints:      98634
1466.76/1471.30	c #Conflicts:     458000 | #Constraints:      99634
1466.76/1471.30	c #Conflicts:     459000 | #Constraints:     100634
1466.76/1471.30	c #Conflicts:     460000 | #Constraints:     101634
1466.76/1471.30	c #Conflicts:     461000 | #Constraints:     102634
1466.76/1471.30	c #Conflicts:     462000 | #Constraints:     103634
1466.76/1471.30	c #Conflicts:     463000 | #Constraints:     104634
1466.76/1471.30	c #Conflicts:     464000 | #Constraints:     105634
1466.76/1471.30	c #Conflicts:     465000 | #Constraints:     106634
1466.76/1471.30	c #Conflicts:     466000 | #Constraints:     107634
1466.76/1471.30	c #Conflicts:     467000 | #Constraints:     108634
1466.76/1471.30	c #Conflicts:     468000 | #Constraints:     109634
1466.76/1471.30	c #Conflicts:     469000 | #Constraints:     110634
1466.76/1471.30	c #Conflicts:     470000 | #Constraints:     111634
1466.76/1471.30	c #Conflicts:     471000 | #Constraints:     112634
1466.76/1471.30	c INPROCESSING
1466.76/1471.30	c GARBAGE COLLECT
1466.76/1471.30	c #Conflicts:     472000 | #Constraints:      79114
1466.76/1471.30	c #Conflicts:     473000 | #Constraints:      80114
1466.76/1471.30	c #Conflicts:     474000 | #Constraints:      81114
1466.76/1471.30	c #Conflicts:     475000 | #Constraints:      82114
1466.76/1471.30	c #Conflicts:     476000 | #Constraints:      83114
1466.76/1471.30	c #Conflicts:     477000 | #Constraints:      84114
1466.76/1471.30	c #Conflicts:     478000 | #Constraints:      85114
1466.76/1471.30	c #Conflicts:     479000 | #Constraints:      86114
1466.76/1471.30	c #Conflicts:     480000 | #Constraints:      87114
1466.76/1471.30	c #Conflicts:     481000 | #Constraints:      88114
1466.76/1471.30	c #Conflicts:     482000 | #Constraints:      89114
1466.76/1471.30	c #Conflicts:     483000 | #Constraints:      90114
1466.76/1471.30	c #Conflicts:     484000 | #Constraints:      91114
1466.76/1471.30	c #Conflicts:     485000 | #Constraints:      92114
1466.76/1471.30	c #Conflicts:     486000 | #Constraints:      93114
1466.76/1471.30	c #Conflicts:     487000 | #Constraints:      94114
1466.76/1471.30	c #Conflicts:     488000 | #Constraints:      95114
1466.76/1471.30	c INPROCESSING
1466.76/1471.30	c GARBAGE COLLECT
1466.76/1471.30	c rational objective 218
1787.72/1793.19	c #Conflicts:     489000 | #Constraints:      70817
1787.72/1793.19	c #Conflicts:     490000 | #Constraints:      71817
1787.72/1793.19	c #Conflicts:     491000 | #Constraints:      72817
1787.72/1793.19	c #Conflicts:     492000 | #Constraints:      73817
1787.72/1793.19	c #Conflicts:     493000 | #Constraints:      74817
1787.72/1793.19	c #Conflicts:     494000 | #Constraints:      75817
1787.72/1793.19	c #Conflicts:     495000 | #Constraints:      76817
1787.72/1793.19	c #Conflicts:     496000 | #Constraints:      77817
1787.72/1793.19	c #Conflicts:     497000 | #Constraints:      78817
1787.72/1793.19	c #Conflicts:     498000 | #Constraints:      79817
1787.72/1793.19	c #Conflicts:     499000 | #Constraints:      80817
1787.72/1793.19	c #Conflicts:     500000 | #Constraints:      81817
1787.72/1793.19	c #Conflicts:     501000 | #Constraints:      82817
1787.72/1793.19	c #Conflicts:     502000 | #Constraints:      83817
1787.72/1793.19	c #Conflicts:     503000 | #Constraints:      84817
1787.72/1793.19	c #Conflicts:     504000 | #Constraints:      85817
1787.72/1793.19	c INPROCESSING
1787.72/1793.19	c GARBAGE COLLECT
1787.72/1793.19	c rational objective 218
1802.17/1807.60	c #Conflicts:     505000 | #Constraints:      66023
1802.17/1807.60	c #Conflicts:     506000 | #Constraints:      67023
1802.17/1807.60	c #Conflicts:     507000 | #Constraints:      68023
1802.17/1807.60	c #Conflicts:     508000 | #Constraints:      69023
1802.17/1807.60	c #Conflicts:     509000 | #Constraints:      70023
1802.17/1807.60	c #Conflicts:     510000 | #Constraints:      71023
1802.17/1807.60	c #Conflicts:     511000 | #Constraints:      72023
1802.17/1807.60	c #Conflicts:     512000 | #Constraints:      73023
1802.17/1807.60	c #Conflicts:     513000 | #Constraints:      74023
1802.17/1807.60	c #Conflicts:     514000 | #Constraints:      75023
1802.17/1807.60	c #Conflicts:     515000 | #Constraints:      76023
1802.17/1807.60	c #Conflicts:     516000 | #Constraints:      77023
1802.17/1807.60	c #Conflicts:     517000 | #Constraints:      78023
1802.17/1807.60	c #Conflicts:     518000 | #Constraints:      79023
1802.17/1807.60	c #Conflicts:     519000 | #Constraints:      80023
1802.17/1807.60	c #Conflicts:     520000 | #Constraints:      81023
1802.17/1807.60	c INPROCESSING
1802.17/1807.60	c GARBAGE COLLECT
1802.17/1807.60	c #Conflicts:     521000 | #Constraints:      63341
1802.17/1807.60	c #Conflicts:     522000 | #Constraints:      64341
1802.17/1807.60	c #Conflicts:     523000 | #Constraints:      65341
1802.17/1807.60	c #Conflicts:     524000 | #Constraints:      66341
1802.17/1807.60	c #Conflicts:     525000 | #Constraints:      67341
1802.17/1807.60	c #Conflicts:     526000 | #Constraints:      68341
1802.17/1807.60	c #Conflicts:     527000 | #Constraints:      69341
1802.17/1807.60	c #Conflicts:     528000 | #Constraints:      70341
1802.17/1807.60	c #Conflicts:     529000 | #Constraints:      71341
1802.17/1807.60	c #Conflicts:     530000 | #Constraints:      72341
1802.17/1807.60	c #Conflicts:     531000 | #Constraints:      73341
1802.17/1807.60	c #Conflicts:     532000 | #Constraints:      74341
1802.17/1807.60	c #Conflicts:     533000 | #Constraints:      75341
1802.17/1807.60	c #Conflicts:     534000 | #Constraints:      76341
1802.17/1807.60	c #Conflicts:     535000 | #Constraints:      77341
1802.17/1807.60	c #Conflicts:     536000 | #Constraints:      78341
1802.17/1807.60	c #Conflicts:     537000 | #Constraints:      79341
1802.17/1807.60	c #Conflicts:     538000 | #Constraints:      80341
1802.17/1807.60	c #Conflicts:     539000 | #Constraints:      81341
1802.17/1807.60	c #Conflicts:     540000 | #Constraints:      82341
1802.17/1807.60	c #Conflicts:     541000 | #Constraints:      83341
1802.17/1807.60	c #Conflicts:     542000 | #Constraints:      84341
1802.17/1807.60	c #Conflicts:     543000 | #Constraints:      85341
1802.17/1807.60	c #Conflicts:     544000 | #Constraints:      86341
1802.17/1807.60	c #Conflicts:     545000 | #Constraints:      87341
1802.17/1807.60	c #Conflicts:     546000 | #Constraints:      88341
1802.17/1807.60	c #Conflicts:     547000 | #Constraints:      89341
1802.17/1807.60	c #Conflicts:     548000 | #Constraints:      90341
1802.17/1807.60	c #Conflicts:     549000 | #Constraints:      91341
1802.17/1807.60	c #Conflicts:     550000 | #Constraints:      92341
1802.17/1807.60	c #Conflicts:     551000 | #Constraints:      93341
1802.17/1807.60	c #Conflicts:     552000 | #Constraints:      94341
1802.17/1807.60	c #Conflicts:     553000 | #Constraints:      95341
1802.17/1807.60	c bounds 306 >= 219 @ 1792.6
1908.43/1914.34	c #Conflicts:     554000 | #Constraints:      96383
1908.43/1914.34	c #Conflicts:     555000 | #Constraints:      97383
1908.43/1914.34	c #Conflicts:     556000 | #Constraints:      98383
1908.43/1914.34	c #Conflicts:     557000 | #Constraints:      99383
1908.43/1914.34	c #Conflicts:     558000 | #Constraints:     100383
1908.43/1914.34	c #Conflicts:     559000 | #Constraints:     101383
1908.43/1914.34	c #Conflicts:     560000 | #Constraints:     102383
1908.43/1914.34	c #Conflicts:     561000 | #Constraints:     103383
1908.43/1914.34	c #Conflicts:     562000 | #Constraints:     104383
1908.43/1914.34	c #Conflicts:     563000 | #Constraints:     105383
1908.43/1914.34	c #Conflicts:     564000 | #Constraints:     106383
1908.43/1914.34	c #Conflicts:     565000 | #Constraints:     107383
1908.43/1914.34	c #Conflicts:     566000 | #Constraints:     108383
1908.43/1914.34	c #Conflicts:     567000 | #Constraints:     109383
1908.43/1914.34	c #Conflicts:     568000 | #Constraints:     110383
1908.43/1914.34	c #Conflicts:     569000 | #Constraints:     111383
1908.43/1914.34	c #Conflicts:     570000 | #Constraints:     112383
1908.43/1914.34	c #Conflicts:     571000 | #Constraints:     113383
1908.43/1914.34	c #Conflicts:     572000 | #Constraints:     114383
1908.43/1914.34	c #Conflicts:     573000 | #Constraints:     115383
1908.43/1914.34	c #Conflicts:     574000 | #Constraints:     116383
1908.43/1914.34	c #Conflicts:     575000 | #Constraints:     117383
1908.43/1914.34	c #Conflicts:     576000 | #Constraints:     118383
1908.43/1914.34	c INPROCESSING
1908.43/1914.34	c GARBAGE COLLECT
1908.43/1914.34	c #Conflicts:     577000 | #Constraints:      82406
1908.43/1914.34	c #Conflicts:     578000 | #Constraints:      83406
1908.43/1914.34	c #Conflicts:     579000 | #Constraints:      84406
1908.43/1914.34	c #Conflicts:     580000 | #Constraints:      85406
1908.43/1914.34	c #Conflicts:     581000 | #Constraints:      86406
1908.43/1914.34	c #Conflicts:     582000 | #Constraints:      87406
1908.43/1914.34	c #Conflicts:     583000 | #Constraints:      88406
1908.43/1914.34	c #Conflicts:     584000 | #Constraints:      89406
1908.43/1914.34	c #Conflicts:     585000 | #Constraints:      90406
1908.43/1914.34	c #Conflicts:     586000 | #Constraints:      91406
1908.43/1914.34	c #Conflicts:     587000 | #Constraints:      92406
1908.43/1914.34	c #Conflicts:     588000 | #Constraints:      93406
1908.43/1914.34	c #Conflicts:     589000 | #Constraints:      94406
1908.43/1914.34	c #Conflicts:     590000 | #Constraints:      95406
1908.43/1914.34	c #Conflicts:     591000 | #Constraints:      96406
1908.43/1914.34	c #Conflicts:     592000 | #Constraints:      97406
1908.43/1914.34	c #Conflicts:     593000 | #Constraints:      98406
1908.43/1914.34	c #Conflicts:     594000 | #Constraints:      99406
1908.43/1914.34	c INPROCESSING
1908.43/1914.34	c GARBAGE COLLECT
1908.43/1914.34	c #Conflicts:     595000 | #Constraints:      72941
1908.43/1914.34	c #Conflicts:     596000 | #Constraints:      73941
1908.43/1914.34	c #Conflicts:     597000 | #Constraints:      74941
1908.43/1914.34	c #Conflicts:     598000 | #Constraints:      75941
1908.43/1914.34	c #Conflicts:     599000 | #Constraints:      76941
1908.43/1914.34	c #Conflicts:     600000 | #Constraints:      77941
1908.43/1914.34	c #Conflicts:     601000 | #Constraints:      78941
1908.43/1914.34	c #Conflicts:     602000 | #Constraints:      79941
1908.43/1914.34	c #Conflicts:     603000 | #Constraints:      80941
1908.43/1914.34	c #Conflicts:     604000 | #Constraints:      81941
1908.43/1914.34	c #Conflicts:     605000 | #Constraints:      82941
1908.43/1914.34	c #Conflicts:     606000 | #Constraints:      83941
1908.43/1914.34	c #Conflicts:     607000 | #Constraints:      84941
1908.43/1914.34	c #Conflicts:     608000 | #Constraints:      85941
1908.43/1914.34	c #Conflicts:     609000 | #Constraints:      86941
1908.43/1914.34	c #Conflicts:     610000 | #Constraints:      87941
1908.43/1914.34	c #Conflicts:     611000 | #Constraints:      88941
1908.43/1914.34	c #Conflicts:     612000 | #Constraints:      89941
1908.43/1914.34	c INPROCESSING
1908.43/1914.34	c GARBAGE COLLECT
1908.43/1914.34	c #Conflicts:     613000 | #Constraints:      68243
1908.43/1914.34	c #Conflicts:     614000 | #Constraints:      69243
1908.43/1914.34	c #Conflicts:     615000 | #Constraints:      70243
1908.43/1914.34	c #Conflicts:     616000 | #Constraints:      71243
1908.43/1914.34	c #Conflicts:     617000 | #Constraints:      72243
1908.43/1914.34	c #Conflicts:     618000 | #Constraints:      73243
1908.43/1914.34	c #Conflicts:     619000 | #Constraints:      74243
1908.43/1914.34	c #Conflicts:     620000 | #Constraints:      75243
1908.43/1914.34	c #Conflicts:     621000 | #Constraints:      76243
1908.43/1914.34	c #Conflicts:     622000 | #Constraints:      77243
1908.43/1914.34	c #Conflicts:     623000 | #Constraints:      78243
1908.43/1914.34	c #Conflicts:     624000 | #Constraints:      79243
1908.43/1914.34	c #Conflicts:     625000 | #Constraints:      80243
1908.43/1914.34	c #Conflicts:     626000 | #Constraints:      81243
1908.43/1914.34	c #Conflicts:     627000 | #Constraints:      82243
1908.43/1914.34	c #Conflicts:     628000 | #Constraints:      83243
1908.43/1914.34	c #Conflicts:     629000 | #Constraints:      84243
1908.43/1914.34	c #Conflicts:     630000 | #Constraints:      85243
1965.07/1971.18	c INPROCESSING
1965.07/1971.18	c GARBAGE COLLECT
1965.07/1971.18	c #Conflicts:     631000 | #Constraints:      65791
1965.07/1971.18	c #Conflicts:     632000 | #Constraints:      66791
1965.07/1971.18	c #Conflicts:     633000 | #Constraints:      67791
1965.07/1971.18	c #Conflicts:     634000 | #Constraints:      68791
1965.07/1971.18	c #Conflicts:     635000 | #Constraints:      69791
1965.07/1971.18	c #Conflicts:     636000 | #Constraints:      70791
1965.07/1971.18	c #Conflicts:     637000 | #Constraints:      71791
1965.07/1971.18	c #Conflicts:     638000 | #Constraints:      72791
1965.07/1971.18	c #Conflicts:     639000 | #Constraints:      73791
1965.07/1971.18	c #Conflicts:     640000 | #Constraints:      74791
1965.07/1971.18	c #Conflicts:     641000 | #Constraints:      75791
1965.07/1971.18	c #Conflicts:     642000 | #Constraints:      76791
1965.07/1971.18	c #Conflicts:     643000 | #Constraints:      77791
1965.07/1971.18	c #Conflicts:     644000 | #Constraints:      78791
1965.07/1971.18	c #Conflicts:     645000 | #Constraints:      79791
1965.07/1971.18	c #Conflicts:     646000 | #Constraints:      80791
1965.07/1971.18	c #Conflicts:     647000 | #Constraints:      81791
1965.07/1971.18	c #Conflicts:     648000 | #Constraints:      82791
1965.07/1971.18	c #Conflicts:     649000 | #Constraints:      83791
1965.07/1971.18	c #Conflicts:     650000 | #Constraints:      84791
1965.07/1971.18	c #Conflicts:     651000 | #Constraints:      85791
1965.07/1971.18	c #Conflicts:     652000 | #Constraints:      86791
1965.07/1971.18	c #Conflicts:     653000 | #Constraints:      87791
1965.07/1971.18	c #Conflicts:     654000 | #Constraints:      88791
1965.07/1971.18	c #Conflicts:     655000 | #Constraints:      89791
1965.07/1971.18	c #Conflicts:     656000 | #Constraints:      90791
1965.07/1971.18	c #Conflicts:     657000 | #Constraints:      91791
1965.07/1971.18	c #Conflicts:     658000 | #Constraints:      92791
1965.07/1971.18	c #Conflicts:     659000 | #Constraints:      93792
1965.07/1971.18	c #Conflicts:     660000 | #Constraints:      94792
1965.07/1971.18	c #Conflicts:     661000 | #Constraints:      95792
1965.07/1971.18	c #Conflicts:     662000 | #Constraints:      96792
1965.07/1971.18	c #Conflicts:     663000 | #Constraints:      97792
1965.07/1971.18	c #Conflicts:     664000 | #Constraints:      98792
1965.07/1971.18	c #Conflicts:     665000 | #Constraints:      99792
1965.07/1971.18	c #Conflicts:     666000 | #Constraints:     100792
1965.07/1971.18	c #Conflicts:     667000 | #Constraints:     101792
1965.07/1971.18	c #Conflicts:     668000 | #Constraints:     102792
1965.07/1971.18	c #Conflicts:     669000 | #Constraints:     103792
1965.07/1971.18	c #Conflicts:     670000 | #Constraints:     104792
1965.07/1971.18	c #Conflicts:     671000 | #Constraints:     105792
1965.07/1971.18	c #Conflicts:     672000 | #Constraints:     106792
1965.07/1971.18	c #Conflicts:     673000 | #Constraints:     107792
1965.07/1971.18	c #Conflicts:     674000 | #Constraints:     108792
1965.07/1971.18	c #Conflicts:     675000 | #Constraints:     109792
1965.07/1971.18	c #Conflicts:     676000 | #Constraints:     110792
1965.07/1971.18	c #Conflicts:     677000 | #Constraints:     111792
1965.07/1971.18	c #Conflicts:     678000 | #Constraints:     112792
1965.07/1971.18	c #Conflicts:     679000 | #Constraints:     113792
1965.07/1971.18	c #Conflicts:     680000 | #Constraints:     114792
1965.07/1971.18	c #Conflicts:     681000 | #Constraints:     115792
1965.07/1971.18	c #Conflicts:     682000 | #Constraints:     116792
1965.07/1971.18	c #Conflicts:     683000 | #Constraints:     117792
1965.07/1971.18	c #Conflicts:     684000 | #Constraints:     118792
1965.07/1971.18	c #Conflicts:     685000 | #Constraints:     119792
1965.07/1971.18	c #Conflicts:     686000 | #Constraints:     120792
1965.07/1971.18	c #Conflicts:     687000 | #Constraints:     121792
1965.07/1971.18	c #Conflicts:     688000 | #Constraints:     122792
1965.07/1971.18	c #Conflicts:     689000 | #Constraints:     123792
1965.07/1971.18	c #Conflicts:     690000 | #Constraints:     124792
1965.07/1971.18	c INPROCESSING
1965.07/1971.18	c GARBAGE COLLECT
1965.07/1971.18	c #Conflicts:     691000 | #Constraints:      85268
1965.07/1971.18	c #Conflicts:     692000 | #Constraints:      86268
1965.07/1971.18	c #Conflicts:     693000 | #Constraints:      87268
1965.07/1971.18	c #Conflicts:     694000 | #Constraints:      88268
1965.07/1971.18	c #Conflicts:     695000 | #Constraints:      89268
1965.07/1971.18	c #Conflicts:     696000 | #Constraints:      90269
1965.07/1971.18	c #Conflicts:     697000 | #Constraints:      91269
1965.07/1971.18	c #Conflicts:     698000 | #Constraints:      92269
1965.07/1971.18	WSVECS04 Frhs2[8]: 6 0 2.00007 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[29]: 6 0 2.00001 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[30]: 6 0 7.49858 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[71]: 6 0 5.01626 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[82]: 6 0 0.627186 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[102]: 6 -4.00009 0 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[111]: 6 0 0.616385 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[122]: 6 0 2.04958 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[125]: 6 -4.00003 0 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[130]: 6 0 5.49863 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[165]: 6 0 12.8103 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[213]: 6 0 10.0587 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[286]: 6 0 8.00006 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[311]: 6 0 4.00005 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[322]: 6 0 2.04957 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[331]: 6 0 4.75637 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[361]: 6 0 1.49863 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[406]: 6 0 3.00007 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[505]: 6 0 8.84651 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[506]: 6 0 3.00007 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[508]: 6 -5.00003 0 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[606]: 6 0 6.00002 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[613]: 6 0 9.25056 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[616]: 6 0 0.979649 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[623]: 6 -2.00005 0 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[626]: 6 0 2.00005 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[663]: 6 0 1.21643 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[666]: 6 0 2.21648 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[726]: 6 0 0.501499 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[756]: 6 -2.00006 0 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[771]: 6 0 5.01625 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[1011]: 6 0 2.94762 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[1020]: 6 0 12.4741 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[1116]: 6 -2.00009 0 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[1185]: 6 0 8.57768 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[1221]: 6 0 1.49863 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[1227]: 6 0 1.49857 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[1263]: 6 0 3.00008 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[1317]: 6 0 0.616355 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[1356]: 6 -8.00004 0 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[1366]: 6 0 1.55101 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[1368]: 6 -13.8818 0 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[1429]: 6 -3.54812 0 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[1463]: 6 0 1.55102 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[1469]: 6 0 0.0524747 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[1481]: 6 0 0.268895 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[1489]: 6 -3.37005 0 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[1513]: 6 0 4.34256 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[1528]: 6 -17.5481 0 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[1564]: 6 0 2.28222 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[1584]: 6 0 3.51262 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[1610]: 6 0 2.09905 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[1620]: 6 0 9.5265 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[1670]: 6 0 4.04954 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[1690]: 6 0 4.13987 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[1705]: 6 0 6.84649 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[1730]: 6 0 4.00008 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[1937]: 6 -0.40416 0 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[1941]: 6 0 3.596 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[2041]: 6 0 0.950537 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[2042]: 6 0 3.95049 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[2059]: 6 0 2.0001 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[2060]: 6 -1.00003 0 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[2297]: 6 -4.00005 0 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[2319]: 6 -2.00006 0 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[2335]: 6 0 0.624523 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[2438]: 6 0 1.00004 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[2471]: 6 -1.00009 0 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[2501]: 6 -1.00004 0 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[2611]: 6 0 2.00003 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[2630]: 6 0 1.00009 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[2670]: 6 0 6.00007 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[2671]: 6 0 2.00002 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[2672]: 6 0 2.00003 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[2679]: 6 0 4.00009 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[2681]: 6 0 2.00009 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[2684]: 6 -2.00002 0 shouldn't be
1965.07/1971.18	WSVECS04 Frhs2[2699]: 6 -2.00006 0 shouldn't be
1979.82/1985.92	c #Conflicts:     699000 | #Constraints:      93269
1979.82/1985.92	c #Conflicts:     700000 | #Constraints:      94269
1979.82/1985.92	c #Conflicts:     701000 | #Constraints:      95269
1979.82/1985.92	c #Conflicts:     702000 | #Constraints:      96269
1979.82/1985.92	c #Conflicts:     703000 | #Constraints:      97269
1979.82/1985.92	c #Conflicts:     704000 | #Constraints:      98269
1979.82/1985.92	c #Conflicts:     705000 | #Constraints:      99269
1979.82/1985.92	c #Conflicts:     706000 | #Constraints:     100270
1979.82/1985.92	c #Conflicts:     707000 | #Constraints:     101270
1979.82/1985.92	c #Conflicts:     708000 | #Constraints:     102270
1979.82/1985.92	c #Conflicts:     709000 | #Constraints:     103270
1979.82/1985.92	c #Conflicts:     710000 | #Constraints:     104270
1979.82/1985.92	c INPROCESSING
1979.82/1985.92	c GARBAGE COLLECT
1979.82/1985.92	WSVECS04 Frhs2[4]: 6 0 1.31417 shouldn't be
1979.82/1985.92	WSVECS04 Frhs2[35]: 6 0 4.15643 shouldn't be
1979.82/1985.92	WSVECS04 Frhs2[95]: 6 0 24.7527 shouldn't be
1979.82/1985.92	WSVECS04 Frhs2[96]: 6 0 1.98298 shouldn't be
1979.82/1985.92	WSVECS04 Frhs2[102]: 6 -2.41444 0 shouldn't be
1979.82/1985.92	WSVECS04 Frhs2[104]: 6 0 1.31418 shouldn't be
1979.82/1985.92	WSVECS04 Frhs2[151]: 6 0 0.21144 shouldn't be
1979.82/1985.92	WSVECS04 Frhs2[161]: 6 0 0.418834 shouldn't be
1979.82/1985.92	WSVECS04 Frhs2[184]: 6 0 0.220867 shouldn't be
1979.82/1985.92	WSVECS04 Frhs2[204]: 6 0 1.31419 shouldn't be
1979.82/1985.92	WSVECS04 Frhs2[215]: 6 0 18.0595 shouldn't be
1979.82/1985.92	WSVECS04 Frhs2[241]: 6 -10 0 shouldn't be
1979.82/1985.92	WSVECS04 Frhs2[256]: 6 -7.95714 0 shouldn't be
1979.82/1985.92	WSVECS04 Frhs2[301]: 6 -2.00006 0 shouldn't be
1979.82/1985.92	WSVECS04 Frhs2[323]: 6 -1.00003 0 shouldn't be
1979.82/1985.92	WSVECS04 Frhs2[333]: 6 0 2.00002 shouldn't be
1979.82/1985.92	WSVECS04 Frhs2[335]: 6 0 3.00007 shouldn't be
1979.82/1985.92	WSVECS04 Frhs2[353]: 6 0 2.02888 shouldn't be
1979.82/1985.92	WSVECS04 Frhs2[395]: 6 0 24.2004 shouldn't be
1979.82/1985.92	WSVECS04 Frhs2[404]: 6 0 0.895315 shouldn't be
1979.82/1985.92	WSVECS04 Frhs2[417]: 6 0 4.16898 shouldn't be
1979.82/1985.92	WSVECS04 Frhs2[427]: 6 0 0.375857 shouldn't be
1979.82/1985.92	WSVECS04 Frhs2[428]: 6 0 0.375876 shouldn't be
1979.82/1985.92	WSVECS04 Frhs2[432]: 6 -4.00005 0 shouldn't be
1979.82/1985.92	WSVECS04 Frhs2[476]: 6 0 4.00005 shouldn't be
1979.82/1985.92	WSVECS04 Frhs2[482]: 6 0 2.10143 shouldn't be
1979.82/1985.92	WSVECS04 Frhs2[496]: 6 0 1.41311 shouldn't be
1979.82/1985.92	WSVECS04 Frhs2[500]: 6 -4.67687 0 shouldn't be
1979.82/1985.92	WSVECS04 Frhs2[508]: 6 -9.41889 0 shouldn't be
1979.82/1985.92	WSVECS04 Frhs2[521]: 6 0 0.624204 shouldn't be
1979.82/1985.92	WSVECS04 Frhs2[577]: 6 0 1.85773 shouldn't be
1979.82/1985.92	WSVECS04 Frhs2[578]: 6 -6.00002 0 shouldn't be
1979.82/1985.92	WSVECS04 Frhs2[611]: 6 0 1.00004 shouldn't be
1979.82/1985.92	WSVECS04 Frhs2[651]: 6 0 0.963107 shouldn't be
1979.82/1985.92	WSVECS04 Frhs2[704]: 6 0 1.31417 shouldn't be
1979.82/1985.92	WSVECS04 Frhs2[709]: 6 -8.00002 0 shouldn't be
1979.82/1985.92	WSVECS04 Frhs2[734]: 6 -1.00008 0 shouldn't be
1979.82/1985.92	WSVECS04 Frhs2[746]: 6 0 2.84364 shouldn't be
1979.82/1985.92	WSVECS04 Frhs2[748]: 6 0 2.00003 shouldn't be
1979.82/1985.92	WSVECS04 Frhs2[756]: 6 -5.81282 0 shouldn't be
1979.82/1985.92	WSVECS04 Frhs2[757]: 6 0 0.128203 shouldn't be
1979.82/1985.92	WSVECS04 Frhs2[767]: 6 -4.83764 0 shouldn't be
1979.82/1985.92	WSVECS04 Frhs2[779]: 6 0 2.85774 shouldn't be
1979.82/1985.92	WSVECS04 Frhs2[818]: 6 0 4.00001 shouldn't be
1979.82/1985.92	WSVECS04 Frhs2[819]: 6 0 7.00004 shouldn't be
1979.82/1985.92	WSVECS04 Frhs2[835]: 6 0 1.00006 shouldn't be
1979.82/1985.92	WSVECS04 Frhs2[853]: 6 0 3.42491 shouldn't be
1979.82/1985.92	WSVECS04 Frhs2[855]: 6 0 0.424876 shouldn't be
1979.82/1985.92	WSVECS04 Frhs2[858]: 6 0 2.48864 shouldn't be
1979.82/1985.92	WSVECS04 Frhs2[859]: 6 0 1.80076 shouldn't be
1979.82/1985.92	WSVECS04 Frhs2[876]: 6 0 2.00002 shouldn't be
1979.82/1985.92	WSVECS04 Frhs2[877]: 6 0 1.85776 shouldn't be
1979.82/1985.92	WSVECS04 Frhs2[879]: 6 0 2.85776 shouldn't be
1979.82/1985.92	WSVECS04 Frhs2[882]: 6 0 2.10143 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[883]: 6 -6.00002 0 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[915]: 6 0 16.7303 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[918]: 6 -12.9534 0 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[942]: 6 0 10.1729 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[946]: 6 0 0.843645 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[955]: 6 0 0.843655 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[956]: 6 -2.00006 0 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[963]: 6 -13.1625 0 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[977]: 6 0 1.85774 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1004]: 6 0 1.31417 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1015]: 6 0 16.7302 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1030]: 6 -3.00005 0 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1032]: 6 0 6.00001 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1060]: 6 0 0.843715 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1067]: 6 -2.1417 0 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1076]: 6 0 2.00006 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1077]: 6 0 1.72958 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1079]: 6 0 2.85776 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1082]: 6 0 2.10138 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1100]: 6 -30.4225 0 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1117]: 6 0 4.16899 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1121]: 6 0 0.624173 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1123]: 6 -6.00002 0 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1131]: 6 -9.00001 0 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1157]: 6 0 0.12823 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1160]: 6 0 0.84371 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1175]: 6 0 7.42418 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1179]: 6 0 2.85776 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1180]: 6 0 2.85774 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1196]: 6 0 4.42457 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1204]: 6 0 1.31412 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1212]: 6 -5.54482 0 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1235]: 6 0 1.00007 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1244]: 6 -18.1729 0 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1276]: 6 0 2.00007 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1279]: 6 0 2.8578 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1287]: 6 0 13 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1306]: 6 0 4.00009 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1323]: 6 -6.00007 0 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1335]: 6 0 5.00006 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1338]: 6 0 3.86043 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1342]: 6 0 4.7111 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1376]: 6 0 2.00002 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1377]: 6 0 1.8578 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1379]: 6 0 2.85775 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1380]: 6 0 2.85776 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1399]: 6 0 6.9115 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1400]: 6 0 5.9202 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1417]: 6 0 5.5449 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1418]: 6 0 1.37585 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1424]: 6 0 3.00003 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1438]: 6 -4.00002 0 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1476]: 6 0 2.00003 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1477]: 6 0 1.85777 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1505]: 6 -30.6702 0 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1507]: 6 0 0.256409 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1547]: 6 0 1.8376 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1548]: 6 0 2.00006 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1576]: 6 0 2.00007 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1577]: 6 0 1.69533 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1579]: 6 0 1.48195 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1611]: 6 -17.0875 0 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1657]: 6 0 1.28458 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1674]: 6 -4.00003 0 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1677]: 6 0 1.85773 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1680]: 6 0 2.85773 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1682]: 6 0 2.10141 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1710]: 6 0 1.79063 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1712]: 6 0 5.54269 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1721]: 6 0 0.624215 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1742]: 6 0 10.1728 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1749]: 6 0 18.1729 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1775]: 6 0 8.39736 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1776]: 6 0 2.00008 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1777]: 6 0 1.85775 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1821]: 6 0 2.00009 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1888]: 6 0 1.00002 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1919]: 6 -1.00002 0 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[1930]: 6 0 1.32923 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[2046]: 6 -3.00006 0 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[2055]: 6 -2.00005 0 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[2078]: 6 0 1.00006 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[2129]: 6 0 1.00002 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[2140]: 6 0 2.00002 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[2141]: 6 0 2.00009 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[2145]: 6 0 2.00001 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[2147]: 6 0 1.00002 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[2190]: 6 -1.00004 0 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[2364]: 6 -2.41883 0 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[2458]: 6 0 2.00001 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[2461]: 6 0 2.00004 shouldn't be
1979.82/1985.93	WSVECS04 Frhs2[2540]: 6 0 1.36048 shouldn't be
1982.02/1988.10	WSVECS04 Frhs2[221]: 6 0 0.624215 shouldn't be
1982.02/1988.10	WSVECS04 Frhs2[601]: 6 -5.00006 0 shouldn't be
1982.02/1988.10	WSVECS04 Frhs2[777]: 6 0 1.85777 shouldn't be
1982.02/1988.10	WSVECS04 Frhs2[1217]: 6 0 4.16898 shouldn't be
1982.02/1988.10	WSVECS04 Frhs2[1277]: 6 0 1.85779 shouldn't be
1982.02/1988.10	WSVECS04 Frhs2[1479]: 6 0 2.85776 shouldn't be
1985.80/1991.97	WSVECS04 Frhs2[3]: 6 -3.27923 0 shouldn't be
1985.80/1991.97	WSVECS04 Frhs2[346]: 6 0 0.843648 shouldn't be
1985.80/1991.97	WSVECS04 Frhs2[789]: 6 -1.36045 0 shouldn't be
1985.80/1991.97	WSVECS04 Frhs2[848]: 6 -5.00009 0 shouldn't be
1985.80/1991.97	WSVECS04 Frhs2[907]: 6 0 0.418882 shouldn't be
1985.80/1991.97	WSVECS04 Frhs2[1401]: 6 0 2.38398 shouldn't be
1985.80/1991.97	WSVECS04 Frhs2[1544]: 6 0 2.00005 shouldn't be
1985.80/1991.97	WSVECS04 Frhs2[1980]: 6 0 1.00009 shouldn't be
1985.80/1991.97	WSVECS04 Frhs2[2464]: 6 -2.00003 0 shouldn't be
2143.82/2150.40	c #Conflicts:     711000 | #Constraints:      75213
2143.82/2150.40	c #Conflicts:     712000 | #Constraints:      76213
2143.82/2150.40	c #Conflicts:     713000 | #Constraints:      77213
2143.82/2150.40	c #Conflicts:     714000 | #Constraints:      78213
2143.82/2150.40	c #Conflicts:     715000 | #Constraints:      79213
2143.82/2150.40	c #Conflicts:     716000 | #Constraints:      80213
2143.82/2150.40	c #Conflicts:     717000 | #Constraints:      81213
2143.82/2150.40	c #Conflicts:     718000 | #Constraints:      82213
2143.82/2150.40	c #Conflicts:     719000 | #Constraints:      83213
2143.82/2150.40	c #Conflicts:     720000 | #Constraints:      84213
2143.82/2150.40	c #Conflicts:     721000 | #Constraints:      85213
2143.82/2150.40	c #Conflicts:     722000 | #Constraints:      86213
2143.82/2150.40	c #Conflicts:     723000 | #Constraints:      87213
2143.82/2150.40	c #Conflicts:     724000 | #Constraints:      88213
2143.82/2150.40	c #Conflicts:     725000 | #Constraints:      89213
2143.82/2150.40	c #Conflicts:     726000 | #Constraints:      90213
2143.82/2150.40	c #Conflicts:     727000 | #Constraints:      91213
2143.82/2150.40	c #Conflicts:     728000 | #Constraints:      92213
2143.82/2150.40	c #Conflicts:     729000 | #Constraints:      93213
2143.82/2150.40	c #Conflicts:     730000 | #Constraints:      94213
2143.82/2150.40	c INPROCESSING
2143.82/2150.40	c GARBAGE COLLECT
2143.82/2150.40	c #Conflicts:     731000 | #Constraints:      70326
2143.82/2150.40	c #Conflicts:     732000 | #Constraints:      71326
2143.82/2150.40	c #Conflicts:     733000 | #Constraints:      72326
2143.82/2150.40	c #Conflicts:     734000 | #Constraints:      73326
2143.82/2150.40	c #Conflicts:     735000 | #Constraints:      74326
2143.82/2150.40	c #Conflicts:     736000 | #Constraints:      75326
2143.82/2150.40	c #Conflicts:     737000 | #Constraints:      76326
2143.82/2150.40	c #Conflicts:     738000 | #Constraints:      77326
2143.82/2150.40	c #Conflicts:     739000 | #Constraints:      78326
2143.82/2150.40	c #Conflicts:     740000 | #Constraints:      79326
2143.82/2150.40	c #Conflicts:     741000 | #Constraints:      80326
2143.82/2150.40	c #Conflicts:     742000 | #Constraints:      81326
2143.82/2150.40	c #Conflicts:     743000 | #Constraints:      82326
2143.82/2150.40	c #Conflicts:     744000 | #Constraints:      83326
2143.82/2150.40	c #Conflicts:     745000 | #Constraints:      84326
2143.82/2150.40	c #Conflicts:     746000 | #Constraints:      85326
2143.82/2150.40	c #Conflicts:     747000 | #Constraints:      86326
2143.82/2150.40	c #Conflicts:     748000 | #Constraints:      87326
2143.82/2150.40	c #Conflicts:     749000 | #Constraints:      88326
2143.82/2150.40	c #Conflicts:     750000 | #Constraints:      89326
2143.82/2150.40	c INPROCESSING
2143.82/2150.40	c GARBAGE COLLECT
2143.82/2150.40	c #Conflicts:     751000 | #Constraints:      67941
2143.82/2150.40	c #Conflicts:     752000 | #Constraints:      68941
2143.82/2150.40	c #Conflicts:     753000 | #Constraints:      69941
2143.82/2150.40	c #Conflicts:     754000 | #Constraints:      70941
2143.82/2150.40	c #Conflicts:     755000 | #Constraints:      71941
2143.82/2150.40	c #Conflicts:     756000 | #Constraints:      72941
2143.82/2150.40	c #Conflicts:     757000 | #Constraints:      73941
2143.82/2150.40	c #Conflicts:     758000 | #Constraints:      74941
2143.82/2150.40	c #Conflicts:     759000 | #Constraints:      75941
2143.82/2150.40	c #Conflicts:     760000 | #Constraints:      76941
2143.82/2150.40	c #Conflicts:     761000 | #Constraints:      77941
2143.82/2150.40	c #Conflicts:     762000 | #Constraints:      78941
2143.82/2150.40	c #Conflicts:     763000 | #Constraints:      79941
2143.82/2150.40	c #Conflicts:     764000 | #Constraints:      80941
2143.82/2150.40	c #Conflicts:     765000 | #Constraints:      81941
2143.82/2150.40	c #Conflicts:     766000 | #Constraints:      82941
2143.82/2150.40	c #Conflicts:     767000 | #Constraints:      83941
2143.82/2150.40	c #Conflicts:     768000 | #Constraints:      84941
2143.82/2150.40	c #Conflicts:     769000 | #Constraints:      85941
2143.82/2150.40	c #Conflicts:     770000 | #Constraints:      86941
2143.82/2150.40	c #Conflicts:     771000 | #Constraints:      87941
2143.82/2150.40	c #Conflicts:     772000 | #Constraints:      88941
2143.82/2150.40	c #Conflicts:     773000 | #Constraints:      89941
2143.82/2150.40	c #Conflicts:     774000 | #Constraints:      90941
2143.82/2150.40	c #Conflicts:     775000 | #Constraints:      91941
2143.82/2150.40	c #Conflicts:     776000 | #Constraints:      92941
2143.82/2150.40	c #Conflicts:     777000 | #Constraints:      93941
2143.82/2150.40	c #Conflicts:     778000 | #Constraints:      94941
2143.82/2150.40	c #Conflicts:     779000 | #Constraints:      95941
2143.82/2150.40	c #Conflicts:     780000 | #Constraints:      96941
2143.82/2150.40	c #Conflicts:     781000 | #Constraints:      97941
2143.82/2150.40	c #Conflicts:     782000 | #Constraints:      98941
2143.82/2150.40	c #Conflicts:     783000 | #Constraints:      99941
2143.82/2150.40	c #Conflicts:     784000 | #Constraints:     100941
2143.82/2150.40	c #Conflicts:     785000 | #Constraints:     101941
2143.82/2150.40	c #Conflicts:     786000 | #Constraints:     102941
2143.82/2150.40	c #Conflicts:     787000 | #Constraints:     103941
2143.82/2150.40	c #Conflicts:     788000 | #Constraints:     104941
2161.57/2168.24	c #Conflicts:     789000 | #Constraints:     105941
2161.57/2168.24	c #Conflicts:     790000 | #Constraints:     106941
2161.57/2168.24	c #Conflicts:     791000 | #Constraints:     107941
2161.57/2168.24	c #Conflicts:     792000 | #Constraints:     108941
2161.57/2168.24	c #Conflicts:     793000 | #Constraints:     109941
2161.57/2168.24	c #Conflicts:     794000 | #Constraints:     110941
2161.57/2168.24	c #Conflicts:     795000 | #Constraints:     111941
2161.57/2168.24	c #Conflicts:     796000 | #Constraints:     112941
2161.57/2168.24	c #Conflicts:     797000 | #Constraints:     113941
2161.57/2168.24	c #Conflicts:     798000 | #Constraints:     114941
2161.57/2168.24	c #Conflicts:     799000 | #Constraints:     115941
2161.57/2168.24	c #Conflicts:     800000 | #Constraints:     116941
2161.57/2168.24	c #Conflicts:     801000 | #Constraints:     117941
2161.57/2168.24	c #Conflicts:     802000 | #Constraints:     118941
2161.57/2168.24	c #Conflicts:     803000 | #Constraints:     119941
2161.57/2168.24	c #Conflicts:     804000 | #Constraints:     120941
2161.57/2168.24	c #Conflicts:     805000 | #Constraints:     121941
2161.57/2168.24	c #Conflicts:     806000 | #Constraints:     122941
2161.57/2168.24	c #Conflicts:     807000 | #Constraints:     123941
2161.57/2168.24	c #Conflicts:     808000 | #Constraints:     124941
2161.57/2168.24	c #Conflicts:     809000 | #Constraints:     125941
2161.57/2168.24	c #Conflicts:     810000 | #Constraints:     126941
2161.57/2168.24	c #Conflicts:     811000 | #Constraints:     127941
2161.57/2168.24	c #Conflicts:     812000 | #Constraints:     128941
2161.57/2168.24	c #Conflicts:     813000 | #Constraints:     129941
2161.57/2168.24	c #Conflicts:     814000 | #Constraints:     130941
2161.57/2168.24	c #Conflicts:     815000 | #Constraints:     131941
2161.57/2168.24	c #Conflicts:     816000 | #Constraints:     132941
2161.57/2168.24	c INPROCESSING
2161.57/2168.24	c GARBAGE COLLECT
2161.57/2168.24	c rational objective 219
2199.32/2206.13	c #Conflicts:     817000 | #Constraints:      89767
2199.32/2206.13	c #Conflicts:     818000 | #Constraints:      90767
2199.32/2206.13	c #Conflicts:     819000 | #Constraints:      91767
2199.32/2206.13	c #Conflicts:     820000 | #Constraints:      92767
2199.32/2206.13	c #Conflicts:     821000 | #Constraints:      93767
2199.32/2206.13	c #Conflicts:     822000 | #Constraints:      94767
2199.32/2206.13	c #Conflicts:     823000 | #Constraints:      95768
2199.32/2206.13	c #Conflicts:     824000 | #Constraints:      96768
2199.32/2206.13	c #Conflicts:     825000 | #Constraints:      97768
2199.32/2206.13	c #Conflicts:     826000 | #Constraints:      98768
2199.32/2206.13	c #Conflicts:     827000 | #Constraints:      99768
2199.32/2206.13	c #Conflicts:     828000 | #Constraints:     100768
2199.32/2206.13	c #Conflicts:     829000 | #Constraints:     101768
2199.32/2206.13	c #Conflicts:     830000 | #Constraints:     102768
2199.32/2206.13	c #Conflicts:     831000 | #Constraints:     103768
2199.32/2206.13	c #Conflicts:     832000 | #Constraints:     104768
2199.32/2206.13	c #Conflicts:     833000 | #Constraints:     105768
2199.32/2206.13	c #Conflicts:     834000 | #Constraints:     106768
2199.32/2206.13	c #Conflicts:     835000 | #Constraints:     107768
2199.32/2206.13	c #Conflicts:     836000 | #Constraints:     108769
2199.32/2206.13	c #Conflicts:     837000 | #Constraints:     109772
2199.32/2206.13	c INPROCESSING
2199.32/2206.13	c GARBAGE COLLECT
2199.32/2206.13	c rational objective 219
2227.81/2234.77	c #Conflicts:     838000 | #Constraints:      78138
2227.81/2234.77	c #Conflicts:     839000 | #Constraints:      79138
2227.81/2234.77	c #Conflicts:     840000 | #Constraints:      80138
2227.81/2234.77	c #Conflicts:     841000 | #Constraints:      81138
2227.81/2234.77	c #Conflicts:     842000 | #Constraints:      82138
2227.81/2234.77	c #Conflicts:     843000 | #Constraints:      83138
2227.81/2234.77	c #Conflicts:     844000 | #Constraints:      84139
2227.81/2234.77	c #Conflicts:     845000 | #Constraints:      85141
2227.81/2234.77	c #Conflicts:     846000 | #Constraints:      86142
2227.81/2234.77	c #Conflicts:     847000 | #Constraints:      87142
2227.81/2234.77	c #Conflicts:     848000 | #Constraints:      88142
2227.81/2234.77	c #Conflicts:     849000 | #Constraints:      89142
2227.81/2234.77	c #Conflicts:     850000 | #Constraints:      90142
2227.81/2234.77	c #Conflicts:     851000 | #Constraints:      91142
2227.81/2234.77	c #Conflicts:     852000 | #Constraints:      92142
2227.81/2234.77	c #Conflicts:     853000 | #Constraints:      93142
2227.81/2234.77	c #Conflicts:     854000 | #Constraints:      94142
2227.81/2234.77	c #Conflicts:     855000 | #Constraints:      95142
2227.81/2234.77	c #Conflicts:     856000 | #Constraints:      96142
2227.81/2234.77	c #Conflicts:     857000 | #Constraints:      97143
2227.81/2234.77	c #Conflicts:     858000 | #Constraints:      98143
2227.81/2234.77	c INPROCESSING
2227.81/2234.77	c GARBAGE COLLECT
2227.81/2234.77	c rational objective 219
2300.40/2307.58	c #Conflicts:     859000 | #Constraints:      72118
2300.40/2307.58	c #Conflicts:     860000 | #Constraints:      73118
2300.40/2307.58	c #Conflicts:     861000 | #Constraints:      74118
2300.40/2307.58	c #Conflicts:     862000 | #Constraints:      75118
2300.40/2307.58	c #Conflicts:     863000 | #Constraints:      76118
2300.40/2307.58	c #Conflicts:     864000 | #Constraints:      77118
2300.40/2307.58	c #Conflicts:     865000 | #Constraints:      78118
2300.40/2307.58	c #Conflicts:     866000 | #Constraints:      79118
2300.40/2307.58	c #Conflicts:     867000 | #Constraints:      80118
2300.40/2307.58	c #Conflicts:     868000 | #Constraints:      81118
2300.40/2307.58	c #Conflicts:     869000 | #Constraints:      82118
2300.40/2307.58	c #Conflicts:     870000 | #Constraints:      83118
2300.40/2307.58	c #Conflicts:     871000 | #Constraints:      84118
2300.40/2307.58	c #Conflicts:     872000 | #Constraints:      85118
2300.40/2307.58	c #Conflicts:     873000 | #Constraints:      86118
2300.40/2307.58	c #Conflicts:     874000 | #Constraints:      87118
2300.40/2307.58	c #Conflicts:     875000 | #Constraints:      88118
2300.40/2307.58	c #Conflicts:     876000 | #Constraints:      89118
2300.40/2307.58	c #Conflicts:     877000 | #Constraints:      90118
2300.40/2307.58	c #Conflicts:     878000 | #Constraints:      91118
2300.40/2307.58	c #Conflicts:     879000 | #Constraints:      92118
2300.40/2307.58	c #Conflicts:     880000 | #Constraints:      93118
2300.40/2307.58	c INPROCESSING
2300.40/2307.58	c GARBAGE COLLECT
2300.40/2307.58	c rational objective 219
2330.81/2338.03	c #Conflicts:     881000 | #Constraints:      69746
2330.81/2338.03	c #Conflicts:     882000 | #Constraints:      70746
2330.81/2338.03	c #Conflicts:     883000 | #Constraints:      71746
2330.81/2338.03	c #Conflicts:     884000 | #Constraints:      72746
2330.81/2338.03	c #Conflicts:     885000 | #Constraints:      73746
2330.81/2338.03	c #Conflicts:     886000 | #Constraints:      74746
2330.81/2338.03	c #Conflicts:     887000 | #Constraints:      75746
2330.81/2338.03	c #Conflicts:     888000 | #Constraints:      76746
2330.81/2338.03	c #Conflicts:     889000 | #Constraints:      77746
2330.81/2338.03	c #Conflicts:     890000 | #Constraints:      78746
2330.81/2338.03	c #Conflicts:     891000 | #Constraints:      79746
2330.81/2338.03	c #Conflicts:     892000 | #Constraints:      80746
2330.81/2338.03	c #Conflicts:     893000 | #Constraints:      81746
2330.81/2338.03	c #Conflicts:     894000 | #Constraints:      82746
2330.81/2338.03	c #Conflicts:     895000 | #Constraints:      83746
2330.81/2338.03	c #Conflicts:     896000 | #Constraints:      84746
2330.81/2338.03	c #Conflicts:     897000 | #Constraints:      85746
2330.81/2338.03	c #Conflicts:     898000 | #Constraints:      86746
2330.81/2338.03	c #Conflicts:     899000 | #Constraints:      87746
2330.81/2338.03	c #Conflicts:     900000 | #Constraints:      88746
2330.81/2338.03	c #Conflicts:     901000 | #Constraints:      89746
2330.81/2338.03	c #Conflicts:     902000 | #Constraints:      90746
2330.81/2338.03	c #Conflicts:     903000 | #Constraints:      91746
2330.81/2338.03	c #Conflicts:     904000 | #Constraints:      92746
2330.81/2338.03	c #Conflicts:     905000 | #Constraints:      93746
2330.81/2338.03	c #Conflicts:     906000 | #Constraints:      94746
2330.81/2338.03	c #Conflicts:     907000 | #Constraints:      95746
2330.81/2338.03	c #Conflicts:     908000 | #Constraints:      96746
2330.81/2338.03	c #Conflicts:     909000 | #Constraints:      97746
2330.81/2338.03	c #Conflicts:     910000 | #Constraints:      98746
2330.81/2338.03	c #Conflicts:     911000 | #Constraints:      99746
2330.81/2338.03	c #Conflicts:     912000 | #Constraints:     100746
2330.81/2338.03	c #Conflicts:     913000 | #Constraints:     101746
2330.81/2338.03	c #Conflicts:     914000 | #Constraints:     102746
2330.81/2338.03	c #Conflicts:     915000 | #Constraints:     103746
2330.81/2338.03	c #Conflicts:     916000 | #Constraints:     104746
2330.81/2338.03	c #Conflicts:     917000 | #Constraints:     105746
2330.81/2338.03	c #Conflicts:     918000 | #Constraints:     106746
2330.81/2338.03	c #Conflicts:     919000 | #Constraints:     107746
2330.81/2338.03	c #Conflicts:     920000 | #Constraints:     108746
2330.81/2338.03	c #Conflicts:     921000 | #Constraints:     109746
2330.81/2338.03	c #Conflicts:     922000 | #Constraints:     110746
2330.81/2338.03	c #Conflicts:     923000 | #Constraints:     111746
2330.81/2338.03	c bounds 306 >= 220 @ 2317.99
2382.66/2390.00	c #Conflicts:     924000 | #Constraints:     112776
2382.66/2390.00	c #Conflicts:     925000 | #Constraints:     113776
2382.66/2390.00	c #Conflicts:     926000 | #Constraints:     114776
2382.66/2390.00	c #Conflicts:     927000 | #Constraints:     115776
2382.66/2390.00	c #Conflicts:     928000 | #Constraints:     116776
2382.66/2390.00	c #Conflicts:     929000 | #Constraints:     117776
2382.66/2390.00	c #Conflicts:     930000 | #Constraints:     118776
2382.66/2390.00	c #Conflicts:     931000 | #Constraints:     119776
2382.66/2390.00	c #Conflicts:     932000 | #Constraints:     120776
2382.66/2390.00	c #Conflicts:     933000 | #Constraints:     121776
2382.66/2390.00	c #Conflicts:     934000 | #Constraints:     122776
2382.66/2390.00	c #Conflicts:     935000 | #Constraints:     123776
2382.66/2390.00	c #Conflicts:     936000 | #Constraints:     124776
2382.66/2390.00	c #Conflicts:     937000 | #Constraints:     125776
2382.66/2390.00	c #Conflicts:     938000 | #Constraints:     126776
2382.66/2390.00	c #Conflicts:     939000 | #Constraints:     127776
2382.66/2390.00	c #Conflicts:     940000 | #Constraints:     128776
2382.66/2390.00	c #Conflicts:     941000 | #Constraints:     129776
2382.66/2390.00	c #Conflicts:     942000 | #Constraints:     130776
2382.66/2390.00	c #Conflicts:     943000 | #Constraints:     131776
2382.66/2390.00	c #Conflicts:     944000 | #Constraints:     132776
2382.66/2390.00	c #Conflicts:     945000 | #Constraints:     133776
2382.66/2390.00	c #Conflicts:     946000 | #Constraints:     134776
2382.66/2390.00	c #Conflicts:     947000 | #Constraints:     135776
2382.66/2390.00	c #Conflicts:     948000 | #Constraints:     136776
2382.66/2390.00	c #Conflicts:     949000 | #Constraints:     137776
2382.66/2390.00	c #Conflicts:     950000 | #Constraints:     138776
2382.66/2390.00	c #Conflicts:     951000 | #Constraints:     139776
2382.66/2390.00	c INPROCESSING
2382.66/2390.00	c GARBAGE COLLECT
2382.66/2390.00	c rational objective 220
2628.80/2636.97	c #Conflicts:     952000 | #Constraints:      92936
2628.80/2636.97	c #Conflicts:     953000 | #Constraints:      93936
2628.80/2636.97	c #Conflicts:     954000 | #Constraints:      94936
2628.80/2636.97	c #Conflicts:     955000 | #Constraints:      95937
2628.80/2636.97	c #Conflicts:     956000 | #Constraints:      96937
2628.80/2636.97	c #Conflicts:     957000 | #Constraints:      97938
2628.80/2636.97	c #Conflicts:     958000 | #Constraints:      98938
2628.80/2636.97	c #Conflicts:     959000 | #Constraints:      99938
2628.80/2636.97	c #Conflicts:     960000 | #Constraints:     100938
2628.80/2636.97	c #Conflicts:     961000 | #Constraints:     101938
2628.80/2636.97	c #Conflicts:     962000 | #Constraints:     102938
2628.80/2636.97	c #Conflicts:     963000 | #Constraints:     103939
2628.80/2636.97	c #Conflicts:     964000 | #Constraints:     104939
2628.80/2636.97	c #Conflicts:     965000 | #Constraints:     105939
2628.80/2636.97	c #Conflicts:     966000 | #Constraints:     106940
2628.80/2636.97	c #Conflicts:     967000 | #Constraints:     107940
2628.80/2636.97	c #Conflicts:     968000 | #Constraints:     108940
2628.80/2636.97	c #Conflicts:     969000 | #Constraints:     109940
2628.80/2636.97	c #Conflicts:     970000 | #Constraints:     110940
2628.80/2636.97	c #Conflicts:     971000 | #Constraints:     111941
2628.80/2636.97	c #Conflicts:     972000 | #Constraints:     112942
2628.80/2636.97	c #Conflicts:     973000 | #Constraints:     113942
2628.80/2636.97	c #Conflicts:     974000 | #Constraints:     114943
2628.80/2636.97	c INPROCESSING
2628.80/2636.97	c GARBAGE COLLECT
2628.80/2636.97	c rational objective 220
2749.42/2757.96	c #Conflicts:     975000 | #Constraints:      80566
2749.42/2757.96	c #Conflicts:     976000 | #Constraints:      81566
2749.42/2757.96	c #Conflicts:     977000 | #Constraints:      82566
2749.42/2757.96	c #Conflicts:     978000 | #Constraints:      83566
2749.42/2757.96	c #Conflicts:     979000 | #Constraints:      84566
2749.42/2757.96	c #Conflicts:     980000 | #Constraints:      85566
2749.42/2757.96	c #Conflicts:     981000 | #Constraints:      86566
2749.42/2757.96	c #Conflicts:     982000 | #Constraints:      87566
2749.42/2757.96	c #Conflicts:     983000 | #Constraints:      88566
2749.42/2757.96	c #Conflicts:     984000 | #Constraints:      89566
2749.42/2757.96	c #Conflicts:     985000 | #Constraints:      90566
2749.42/2757.96	c #Conflicts:     986000 | #Constraints:      91566
2749.42/2757.96	c #Conflicts:     987000 | #Constraints:      92566
2749.42/2757.96	c #Conflicts:     988000 | #Constraints:      93566
2749.42/2757.96	c #Conflicts:     989000 | #Constraints:      94566
2749.42/2757.96	c #Conflicts:     990000 | #Constraints:      95566
2749.42/2757.96	c #Conflicts:     991000 | #Constraints:      96566
2749.42/2757.96	c #Conflicts:     992000 | #Constraints:      97566
2749.42/2757.96	c #Conflicts:     993000 | #Constraints:      98566
2749.42/2757.96	c #Conflicts:     994000 | #Constraints:      99566
2749.42/2757.96	c #Conflicts:     995000 | #Constraints:     100566
2749.42/2757.96	c #Conflicts:     996000 | #Constraints:     101566
2749.42/2757.96	c #Conflicts:     997000 | #Constraints:     102566
2749.42/2757.96	c INPROCESSING
2749.42/2757.96	c GARBAGE COLLECT
2749.42/2757.96	c rational objective 220
3115.11/3124.64	c #Conflicts:     998000 | #Constraints:      74313
3115.11/3124.64	c #Conflicts:     999000 | #Constraints:      75313
3115.11/3124.64	c #Conflicts:    1000000 | #Constraints:      76313
3115.11/3124.64	c #Conflicts:    1001000 | #Constraints:      77313
3115.11/3124.64	c #Conflicts:    1002000 | #Constraints:      78313
3115.11/3124.64	c #Conflicts:    1003000 | #Constraints:      79313
3115.11/3124.64	c #Conflicts:    1004000 | #Constraints:      80313
3115.11/3124.64	c #Conflicts:    1005000 | #Constraints:      81313
3115.11/3124.64	c #Conflicts:    1006000 | #Constraints:      82313
3115.11/3124.64	c #Conflicts:    1007000 | #Constraints:      83313
3115.11/3124.64	c #Conflicts:    1008000 | #Constraints:      84313
3115.11/3124.64	c #Conflicts:    1009000 | #Constraints:      85313
3115.11/3124.64	c #Conflicts:    1010000 | #Constraints:      86313
3115.11/3124.64	c #Conflicts:    1011000 | #Constraints:      87313
3115.11/3124.64	c #Conflicts:    1012000 | #Constraints:      88313
3115.11/3124.64	c #Conflicts:    1013000 | #Constraints:      89313
3115.11/3124.64	c #Conflicts:    1014000 | #Constraints:      90313
3115.11/3124.64	c #Conflicts:    1015000 | #Constraints:      91313
3115.11/3124.64	c #Conflicts:    1016000 | #Constraints:      92313
3115.11/3124.64	c #Conflicts:    1017000 | #Constraints:      93313
3115.11/3124.64	c #Conflicts:    1018000 | #Constraints:      94313
3115.11/3124.64	c #Conflicts:    1019000 | #Constraints:      95313
3115.11/3124.64	c #Conflicts:    1020000 | #Constraints:      96313
3115.11/3124.64	c INPROCESSING
3115.11/3124.64	c GARBAGE COLLECT
3115.11/3124.64	c rational objective 220
3185.02/3194.74	c #Conflicts:    1021000 | #Constraints:      71027
3185.02/3194.74	c #Conflicts:    1022000 | #Constraints:      72027
3185.02/3194.74	c #Conflicts:    1023000 | #Constraints:      73027
3185.02/3194.74	c #Conflicts:    1024000 | #Constraints:      74027
3185.02/3194.74	c #Conflicts:    1025000 | #Constraints:      75027
3185.02/3194.74	c #Conflicts:    1026000 | #Constraints:      76027
3185.02/3194.74	c #Conflicts:    1027000 | #Constraints:      77027
3185.02/3194.74	c #Conflicts:    1028000 | #Constraints:      78027
3185.02/3194.74	c #Conflicts:    1029000 | #Constraints:      79027
3185.02/3194.74	c #Conflicts:    1030000 | #Constraints:      80027
3185.02/3194.74	c #Conflicts:    1031000 | #Constraints:      81027
3185.02/3194.74	c #Conflicts:    1032000 | #Constraints:      82027
3185.02/3194.74	c #Conflicts:    1033000 | #Constraints:      83027
3185.02/3194.74	c #Conflicts:    1034000 | #Constraints:      84027
3185.02/3194.74	c #Conflicts:    1035000 | #Constraints:      85027
3185.02/3194.74	c #Conflicts:    1036000 | #Constraints:      86027
3185.02/3194.74	c #Conflicts:    1037000 | #Constraints:      87027
3185.02/3194.74	c #Conflicts:    1038000 | #Constraints:      88027
3185.02/3194.74	c #Conflicts:    1039000 | #Constraints:      89027
3185.02/3194.74	c #Conflicts:    1040000 | #Constraints:      90027
3185.02/3194.74	c #Conflicts:    1041000 | #Constraints:      91027
3185.02/3194.74	c #Conflicts:    1042000 | #Constraints:      92027
3185.02/3194.74	c #Conflicts:    1043000 | #Constraints:      93027
3185.02/3194.74	c #Conflicts:    1044000 | #Constraints:      94027
3185.02/3194.74	c #Conflicts:    1045000 | #Constraints:      95027
3185.02/3194.74	c #Conflicts:    1046000 | #Constraints:      96027
3185.02/3194.74	c #Conflicts:    1047000 | #Constraints:      97027
3185.02/3194.74	c #Conflicts:    1048000 | #Constraints:      98027
3185.02/3194.74	c #Conflicts:    1049000 | #Constraints:      99027
3185.02/3194.74	c #Conflicts:    1050000 | #Constraints:     100027
3185.02/3194.74	c #Conflicts:    1051000 | #Constraints:     101027
3185.02/3194.74	c #Conflicts:    1052000 | #Constraints:     102027
3185.02/3194.74	c #Conflicts:    1053000 | #Constraints:     103027
3185.02/3194.74	c #Conflicts:    1054000 | #Constraints:     104027
3185.02/3194.74	c #Conflicts:    1055000 | #Constraints:     105027
3185.02/3194.74	c #Conflicts:    1056000 | #Constraints:     106027
3185.02/3194.74	c #Conflicts:    1057000 | #Constraints:     107027
3185.02/3194.74	c #Conflicts:    1058000 | #Constraints:     108027
3185.02/3194.74	c #Conflicts:    1059000 | #Constraints:     109027
3185.02/3194.74	c #Conflicts:    1060000 | #Constraints:     110027
3185.02/3194.74	c #Conflicts:    1061000 | #Constraints:     111027
3185.02/3194.74	c #Conflicts:    1062000 | #Constraints:     112027
3185.02/3194.74	c #Conflicts:    1063000 | #Constraints:     113027
3185.02/3194.74	c #Conflicts:    1064000 | #Constraints:     114027
3185.02/3194.74	c #Conflicts:    1065000 | #Constraints:     115027
3185.02/3194.74	c #Conflicts:    1066000 | #Constraints:     116027
3185.02/3194.74	c #Conflicts:    1067000 | #Constraints:     117027
3185.02/3194.74	c #Conflicts:    1068000 | #Constraints:     118027
3185.02/3194.74	c #Conflicts:    1069000 | #Constraints:     119027
3185.02/3194.74	c #Conflicts:    1070000 | #Constraints:     120027
3185.02/3194.74	c #Conflicts:    1071000 | #Constraints:     121027
3185.02/3194.74	c #Conflicts:    1072000 | #Constraints:     122027
3185.02/3194.74	c #Conflicts:    1073000 | #Constraints:     123027
3185.02/3194.74	c #Conflicts:    1074000 | #Constraints:     124027
3185.02/3194.74	c #Conflicts:    1075000 | #Constraints:     125027
3185.02/3194.74	c #Conflicts:    1076000 | #Constraints:     126027
3185.02/3194.74	c #Conflicts:    1077000 | #Constraints:     127027
3185.02/3194.74	c #Conflicts:    1078000 | #Constraints:     128027
3185.02/3194.74	c #Conflicts:    1079000 | #Constraints:     129027
3185.02/3194.74	c #Conflicts:    1080000 | #Constraints:     130027
3185.02/3194.74	c #Conflicts:    1081000 | #Constraints:     131027
3185.02/3194.74	c #Conflicts:    1082000 | #Constraints:     132027
3185.02/3194.74	c #Conflicts:    1083000 | #Constraints:     133027
3185.02/3194.74	c #Conflicts:    1084000 | #Constraints:     134027
3185.02/3194.74	c #Conflicts:    1085000 | #Constraints:     135027
3185.02/3194.74	c #Conflicts:    1086000 | #Constraints:     136027
3185.02/3194.74	c #Conflicts:    1087000 | #Constraints:     137027
3185.02/3194.74	c #Conflicts:    1088000 | #Constraints:     138027
3185.02/3194.74	c #Conflicts:    1089000 | #Constraints:     139027
3185.02/3194.74	c #Conflicts:    1090000 | #Constraints:     140027
3185.02/3194.74	c #Conflicts:    1091000 | #Constraints:     141027
3185.02/3194.74	c #Conflicts:    1092000 | #Constraints:     142027
3185.02/3194.74	c #Conflicts:    1093000 | #Constraints:     143027
3185.02/3194.74	c #Conflicts:    1094000 | #Constraints:     144027
3185.02/3194.74	c #Conflicts:    1095000 | #Constraints:     145027
3185.02/3194.74	c #Conflicts:    1096000 | #Constraints:     146027
3185.02/3194.74	c #Conflicts:    1097000 | #Constraints:     147027
3185.02/3194.74	c INPROCESSING
3185.02/3194.74	c GARBAGE COLLECT
3185.02/3194.74	c #Conflicts:    1098000 | #Constraints:      96603
3185.02/3194.74	c #Conflicts:    1099000 | #Constraints:      97604
3217.17/3227.01	c #Conflicts:    1100000 | #Constraints:      98604
3217.17/3227.01	c #Conflicts:    1101000 | #Constraints:      99607
3217.17/3227.01	c #Conflicts:    1102000 | #Constraints:     100608
3217.17/3227.01	c #Conflicts:    1103000 | #Constraints:     101609
3217.17/3227.01	c #Conflicts:    1104000 | #Constraints:     102609
3217.17/3227.01	c #Conflicts:    1105000 | #Constraints:     103609
3217.17/3227.01	c #Conflicts:    1106000 | #Constraints:     104611
3217.17/3227.01	c #Conflicts:    1107000 | #Constraints:     105612
3217.17/3227.01	c #Conflicts:    1108000 | #Constraints:     106612
3217.17/3227.01	c #Conflicts:    1109000 | #Constraints:     107612
3217.17/3227.01	c #Conflicts:    1110000 | #Constraints:     108612
3217.17/3227.01	c #Conflicts:    1111000 | #Constraints:     109612
3217.17/3227.01	c #Conflicts:    1112000 | #Constraints:     110612
3217.17/3227.01	c #Conflicts:    1113000 | #Constraints:     111613
3217.17/3227.01	c #Conflicts:    1114000 | #Constraints:     112613
3217.17/3227.01	c #Conflicts:    1115000 | #Constraints:     113613
3217.17/3227.01	c #Conflicts:    1116000 | #Constraints:     114613
3217.17/3227.01	c #Conflicts:    1117000 | #Constraints:     115614
3217.17/3227.01	c #Conflicts:    1118000 | #Constraints:     116615
3217.17/3227.01	c #Conflicts:    1119000 | #Constraints:     117616
3217.17/3227.01	c #Conflicts:    1120000 | #Constraints:     118616
3217.17/3227.01	c #Conflicts:    1121000 | #Constraints:     119616
3217.17/3227.01	c #Conflicts:    1122000 | #Constraints:     120616
3217.17/3227.01	c INPROCESSING
3217.17/3227.01	c GARBAGE COLLECT
3217.17/3227.01	WSVECS04 Frhs2[22]: 6 0 1.93718 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[23]: 6 -0.705158 0 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[24]: 6 0 2.09093 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[29]: 6 0 2.19144 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[30]: 6 0 7.93712 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[34]: 6 0 0.562348 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[46]: 6 0 0.47584 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[74]: 6 0 1.34648 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[75]: 6 0 0.0394019 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[78]: 6 -4.41331 0 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[80]: 6 0 5.41287 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[82]: 6 0 0.0236474 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[112]: 6 -4.2294 0 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[120]: 6 0 4.00001 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[147]: 6 0 4.27663 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[167]: 6 -4.00007 0 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[312]: 6 -6.38409 0 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[374]: 6 0 1.34646 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[378]: 6 -7.60952 0 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[575]: 6 0 0.0394073 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[578]: 6 -6.05071 0 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[614]: 6 -6.00006 0 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[623]: 6 -13.6828 0 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[624]: 6 0 2.09094 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[634]: 6 -4.91751 0 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[637]: 6 0 4.00007 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[639]: 6 0 0.471011 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[690]: 6 0 4.53742 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[723]: 6 0 12.0786 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[724]: 6 0 14.1696 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[739]: 6 0 0.470981 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[823]: 6 -7.93717 0 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[824]: 6 0 2.0909 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[834]: 6 -4.00005 0 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[844]: 6 0 3.92139 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[873]: 6 0 3.0669 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[880]: 6 0 5.41289 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[924]: 6 0 2.0909 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[930]: 6 0 7.93711 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[947]: 6 0 8.02363 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[980]: 6 0 4.53741 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[990]: 6 0 4.53744 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[1145]: 6 -4.57278 0 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[1166]: 6 0 3.37356 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[1223]: 6 -11.7458 0 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[1224]: 6 0 2.09093 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[1230]: 6 0 7.93713 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[1282]: 6 0 2.00008 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[1323]: 6 -9.55441 0 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[1334]: 6 -8.00001 0 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[1339]: 6 0 0.47096 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[1343]: 6 -5.9607 0 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[1374]: 6 0 1.34648 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[1382]: 6 -10.0001 0 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[1442]: 6 -1.00002 0 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[1475]: 6 0 0.0393756 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[1527]: 6 0 11.4916 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[1534]: 6 -10 0 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[1537]: 6 0 4.00002 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[1539]: 6 0 0.470958 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[1589]: 6 -4.00008 0 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[1624]: 6 0 2.09092 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[1627]: 6 -19.8742 0 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[1647]: 6 0 6.06293 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[1664]: 6 0 4.47097 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[1666]: 6 0 3.37354 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[1683]: 6 0 3.00004 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[1696]: 6 0 3.00003 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[1724]: 6 0 6.0909 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[1727]: 6 0 4.00005 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[1729]: 6 0 6.19144 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[1730]: 6 0 11.9372 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[1739]: 6 0 0.470972 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[1747]: 6 0 6.06297 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[1767]: 6 -3.37358 0 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[1774]: 6 0 1.34646 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[1777]: 6 -15.0001 0 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[1784]: 6 -17 0 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[1810]: 6 -1.00008 0 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[1837]: 6 -4.00003 0 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[1850]: 6 -1.00003 0 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[2173]: 6 -0.960726 0 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[2189]: 6 0 0.960747 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[2191]: 6 0 4.00007 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[2279]: 6 0 4.00006 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[2280]: 6 0 2.00009 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[2300]: 6 -1.00005 0 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[2539]: 6 0 2.00005 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[2541]: 6 0 3.00003 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[2670]: 6 0 2.00007 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[2672]: 6 0 1.00005 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[2692]: 6 -1.00006 0 shouldn't be
3217.17/3227.01	WSVECS04 Frhs2[2700]: 6 -1.00002 0 shouldn't be
3218.87/3228.72	WSVECS04 Frhs2[83]: 6 0 0.023686 shouldn't be
3218.87/3228.72	WSVECS04 Frhs2[362]: 6 -2.00001 0 shouldn't be
3218.87/3228.72	WSVECS04 Frhs2[375]: 6 0 0.03934 shouldn't be
3218.87/3228.72	WSVECS04 Frhs2[642]: 6 0 3.92145 shouldn't be
3218.87/3228.72	WSVECS04 Frhs2[643]: 6 0 3.92145 shouldn't be
3218.87/3228.72	WSVECS04 Frhs2[686]: 6 0 1.34995 shouldn't be
3218.87/3228.72	WSVECS04 Frhs2[767]: 6 -8.00004 0 shouldn't be
3218.87/3228.72	WSVECS04 Frhs2[812]: 6 -8.00009 0 shouldn't be
3218.87/3228.72	WSVECS04 Frhs2[861]: 6 -4.00006 0 shouldn't be
3218.87/3228.72	WSVECS04 Frhs2[1378]: 6 -5.80874 0 shouldn't be
3218.87/3228.72	WSVECS04 Frhs2[1422]: 6 0 1.80875 shouldn't be
3218.87/3228.72	WSVECS04 Frhs2[1483]: 6 0 3.00006 shouldn't be
3218.87/3228.72	WSVECS04 Frhs2[1586]: 6 0 1.35001 shouldn't be
3218.87/3228.72	WSVECS04 Frhs2[1649]: 6 0 2.07211 shouldn't be
3218.87/3228.72	WSVECS04 Frhs2[1771]: 6 0 6.00005 shouldn't be
3218.87/3228.72	WSVECS04 Frhs2[1786]: 6 0 1.34997 shouldn't be
3218.87/3228.72	WSVECS04 Frhs2[1807]: 6 -3.00001 0 shouldn't be
3218.87/3228.72	WSVECS04 Frhs2[1811]: 6 0 1.00003 shouldn't be
3218.87/3228.72	WSVECS04 Frhs2[1862]: 6 -2.00001 0 shouldn't be
3218.87/3228.72	WSVECS04 Frhs2[1880]: 6 0 1.00003 shouldn't be
3218.87/3228.72	WSVECS04 Frhs2[1919]: 6 -2.00001 0 shouldn't be
3218.87/3228.72	WSVECS04 Frhs2[2350]: 6 0 1.00008 shouldn't be
3218.87/3228.72	WSVECS04 Frhs2[2360]: 6 0 2.00005 shouldn't be
3218.87/3228.72	WSVECS04 Frhs2[2364]: 6 -4.00008 0 shouldn't be
3218.87/3228.72	WSVECS04 Frhs2[2381]: 6 0 1.00007 shouldn't be
3218.87/3228.72	WSVECS04 Frhs2[2399]: 6 -2.00004 0 shouldn't be
3218.87/3228.72	WSVECS04 Frhs2[2430]: 6 -1.00003 0 shouldn't be
3218.87/3228.72	WSVECS04 Frhs2[2490]: 6 0 1.00008 shouldn't be
3218.87/3228.72	WSVECS04 Frhs2[2582]: 6 -2.00009 0 shouldn't be
3221.06/3230.91	WSVECS04 Frhs2[622]: 6 0 1.93718 shouldn't be
3221.06/3230.91	WSVECS04 Frhs2[629]: 6 0 2.19139 shouldn't be
3221.06/3230.91	WSVECS04 Frhs2[722]: 6 0 14.0158 shouldn't be
3221.06/3230.91	WSVECS04 Frhs2[729]: 6 0 14.27 shouldn't be
3221.06/3230.91	WSVECS04 Frhs2[837]: 6 0 4.00003 shouldn't be
3221.06/3230.91	WSVECS04 Frhs2[874]: 6 0 1.34653 shouldn't be
3221.06/3230.91	WSVECS04 Frhs2[890]: 6 0 4.53739 shouldn't be
3221.06/3230.91	WSVECS04 Frhs2[986]: 6 0 1.35002 shouldn't be
3221.06/3230.91	WSVECS04 Frhs2[1375]: 6 0 0.0394174 shouldn't be
3221.06/3230.91	WSVECS04 Frhs2[1412]: 6 -2.00006 0 shouldn't be
3221.06/3230.91	WSVECS04 Frhs2[1485]: 6 0 3.00005 shouldn't be
3221.06/3230.91	WSVECS04 Frhs2[1486]: 6 0 4.35003 shouldn't be
3221.06/3230.91	WSVECS04 Frhs2[1630]: 6 0 7.93712 shouldn't be
3221.06/3230.91	WSVECS04 Frhs2[1694]: 6 0 3.00006 shouldn't be
3221.06/3230.91	WSVECS04 Frhs2[1699]: 6 0 3.00004 shouldn't be
3221.06/3230.91	WSVECS04 Frhs2[1737]: 6 0 4.00004 shouldn't be
3221.06/3230.91	WSVECS04 Frhs2[1749]: 6 0 2.07218 shouldn't be
3221.06/3230.91	WSVECS04 Frhs2[1881]: 6 0 1.00007 shouldn't be
3221.06/3230.91	WSVECS04 Frhs2[2170]: 6 0 1.03939 shouldn't be
3221.06/3230.91	WSVECS04 Frhs2[2188]: 6 0 2.00004 shouldn't be
3221.06/3230.91	WSVECS04 Frhs2[2310]: 6 -1.00006 0 shouldn't be
3221.06/3230.91	WSVECS04 Frhs2[2378]: 6 0 2.00009 shouldn't be
3221.06/3230.91	WSVECS04 Frhs2[2380]: 6 0 1.00007 shouldn't be
3221.06/3230.91	WSVECS04 Frhs2[2410]: 6 0 1.00008 shouldn't be
3221.06/3230.91	WSVECS04 Frhs2[2540]: 6 0 4.00009 shouldn't be
3223.75/3233.66	WSVECS04 Frhs2[39]: 6 0 1.03327 shouldn't be
3223.75/3233.66	WSVECS04 Frhs2[84]: 6 0 0.023668 shouldn't be
3223.75/3233.66	WSVECS04 Frhs2[371]: 6 0 6.00009 shouldn't be
3223.75/3233.66	WSVECS04 Frhs2[630]: 6 0 7.93717 shouldn't be
3223.75/3233.66	WSVECS04 Frhs2[679]: 6 0 1.96075 shouldn't be
3223.75/3233.66	WSVECS04 Frhs2[680]: 6 0 7.3736 shouldn't be
3223.75/3233.66	WSVECS04 Frhs2[789]: 6 -1.97648 0 shouldn't be
3223.75/3233.66	WSVECS04 Frhs2[790]: 6 0 4.53742 shouldn't be
3223.75/3233.66	WSVECS04 Frhs2[830]: 6 0 7.93715 shouldn't be
3223.75/3233.66	WSVECS04 Frhs2[839]: 6 0 0.470982 shouldn't be
3223.75/3233.66	WSVECS04 Frhs2[847]: 6 0 9.98431 shouldn't be
3223.75/3233.66	WSVECS04 Frhs2[864]: 6 0 4.47098 shouldn't be
3223.75/3233.66	WSVECS04 Frhs2[923]: 6 -3.35787 0 shouldn't be
3223.75/3233.66	WSVECS04 Frhs2[1017]: 6 -29.3985 0 shouldn't be
3223.75/3233.66	WSVECS04 Frhs2[1283]: 6 0 2.00009 shouldn't be
3223.75/3233.66	WSVECS04 Frhs2[1284]: 6 0 2.00002 shouldn't be
3223.75/3233.66	WSVECS04 Frhs2[1320]: 6 0 4.00004 shouldn't be
3223.75/3233.66	WSVECS04 Frhs2[1337]: 6 0 4.00007 shouldn't be
3223.75/3233.66	WSVECS04 Frhs2[1364]: 6 0 4.47104 shouldn't be
3223.75/3233.66	WSVECS04 Frhs2[1366]: 6 0 3.37357 shouldn't be
3223.75/3233.66	WSVECS04 Frhs2[1482]: 6 0 3.00006 shouldn't be
3223.75/3233.66	WSVECS04 Frhs2[1490]: 6 0 7.5374 shouldn't be
3223.75/3233.66	WSVECS04 Frhs2[1870]: 6 -1.00005 0 shouldn't be
3223.75/3233.66	WSVECS04 Frhs2[2179]: 6 0 0.0393691 shouldn't be
3223.75/3233.66	WSVECS04 Frhs2[2401]: 6 -1.00004 0 shouldn't be
3223.75/3233.66	WSVECS04 Frhs2[2429]: 6 0 1.00007 shouldn't be
3227.64/3237.50	WSVECS04 Frhs2[64]: 6 0 4.47097 shouldn't be
3227.64/3237.50	WSVECS04 Frhs2[674]: 6 0 3.30717 shouldn't be
3227.64/3237.50	WSVECS04 Frhs2[849]: 6 0 5.99349 shouldn't be
3227.64/3237.50	WSVECS04 Frhs2[871]: 6 0 6.00005 shouldn't be
3227.64/3237.50	WSVECS04 Frhs2[922]: 6 0 1.93713 shouldn't be
3227.64/3237.50	WSVECS04 Frhs2[929]: 6 0 2.19144 shouldn't be
3227.64/3237.50	WSVECS04 Frhs2[1264]: 6 0 4.47101 shouldn't be
3227.64/3237.50	WSVECS04 Frhs2[1322]: 6 0 1.93716 shouldn't be
3227.64/3237.50	WSVECS04 Frhs2[1471]: 6 0 6.00009 shouldn't be
3227.64/3237.50	WSVECS04 Frhs2[1629]: 6 0 2.19136 shouldn't be
3227.64/3237.50	WSVECS04 Frhs2[1697]: 6 0 3.00004 shouldn't be
3227.64/3237.50	WSVECS04 Frhs2[1809]: 6 -1.00007 0 shouldn't be
3227.64/3237.50	WSVECS04 Frhs2[1831]: 6 0 1.00008 shouldn't be
3227.64/3237.50	WSVECS04 Frhs2[2419]: 6 -2.00009 0 shouldn't be
3227.64/3237.50	WSVECS04 Frhs2[2551]: 6 0 0.976462 shouldn't be
3229.93/3239.85	WSVECS04 Frhs2[15]: 6 0 9.39846 shouldn't be
3229.93/3239.85	WSVECS04 Frhs2[620]: 6 0 4.00003 shouldn't be
3229.93/3239.85	WSVECS04 Frhs2[664]: 6 0 4.47097 shouldn't be
3229.93/3239.85	WSVECS04 Frhs2[720]: 6 0 4.00001 shouldn't be
3229.93/3239.85	WSVECS04 Frhs2[764]: 6 0 4.47098 shouldn't be
3229.93/3239.85	WSVECS04 Frhs2[843]: 6 0 3.92146 shouldn't be
3229.93/3239.85	WSVECS04 Frhs2[1564]: 6 0 4.47098 shouldn't be
3229.93/3239.85	WSVECS04 Frhs2[1566]: 6 0 3.37357 shouldn't be
3229.93/3239.85	WSVECS04 Frhs2[2182]: 6 0 0.039358 shouldn't be
3229.93/3239.85	WSVECS04 Frhs2[2411]: 6 0 1.00003 shouldn't be
3229.93/3239.85	WSVECS04 Frhs2[2423]: 6 0 1.00007 shouldn't be
3229.93/3239.85	WSVECS04 Frhs2[2542]: 6 0 3.97647 shouldn't be
3229.93/3239.85	WSVECS04 Frhs2[2547]: 6 0 2.00007 shouldn't be
3231.93/3241.83	WSVECS04 Frhs2[320]: 6 0 4.00008 shouldn't be
3231.93/3241.83	WSVECS04 Frhs2[571]: 6 0 6.0001 shouldn't be
3231.93/3241.83	WSVECS04 Frhs2[730]: 6 0 20.0157 shouldn't be
3231.93/3241.83	WSVECS04 Frhs2[842]: 6 0 3.92145 shouldn't be
3231.93/3241.83	WSVECS04 Frhs2[1430]: 6 0 7.8087 shouldn't be
3231.93/3241.83	WSVECS04 Frhs2[1775]: 6 0 0.0394162 shouldn't be
3231.93/3241.83	WSVECS04 Frhs2[2543]: 6 0 2.00004 shouldn't be
3322.62/3332.83	c #Conflicts:    1123000 | #Constraints:      83606
3322.62/3332.83	c #Conflicts:    1124000 | #Constraints:      84606
3322.62/3332.83	c #Conflicts:    1125000 | #Constraints:      85606
3322.62/3332.83	c #Conflicts:    1126000 | #Constraints:      86606
3322.62/3332.83	c #Conflicts:    1127000 | #Constraints:      87606
3322.62/3332.83	c #Conflicts:    1128000 | #Constraints:      88606
3322.62/3332.83	c #Conflicts:    1129000 | #Constraints:      89606
3322.62/3332.83	c #Conflicts:    1130000 | #Constraints:      90606
3322.62/3332.83	c #Conflicts:    1131000 | #Constraints:      91606
3322.62/3332.83	c #Conflicts:    1132000 | #Constraints:      92606
3322.62/3332.83	c #Conflicts:    1133000 | #Constraints:      93606
3322.62/3332.83	c #Conflicts:    1134000 | #Constraints:      94606
3322.62/3332.83	c #Conflicts:    1135000 | #Constraints:      95606
3322.62/3332.83	c #Conflicts:    1136000 | #Constraints:      96606
3322.62/3332.83	c #Conflicts:    1137000 | #Constraints:      97606
3322.62/3332.83	c #Conflicts:    1138000 | #Constraints:      98606
3322.62/3332.83	c #Conflicts:    1139000 | #Constraints:      99606
3322.62/3332.83	c #Conflicts:    1140000 | #Constraints:     100606
3322.62/3332.83	c #Conflicts:    1141000 | #Constraints:     101606
3322.62/3332.83	c #Conflicts:    1142000 | #Constraints:     102606
3322.62/3332.83	c #Conflicts:    1143000 | #Constraints:     103606
3322.62/3332.83	c #Conflicts:    1144000 | #Constraints:     104606
3322.62/3332.83	c #Conflicts:    1145000 | #Constraints:     105606
3322.62/3332.83	c #Conflicts:    1146000 | #Constraints:     106606
3322.62/3332.83	c INPROCESSING
3322.62/3332.83	c GARBAGE COLLECT
3322.62/3332.83	c #Conflicts:    1147000 | #Constraints:      76209
3322.62/3332.83	c #Conflicts:    1148000 | #Constraints:      77209
3322.62/3332.83	c #Conflicts:    1149000 | #Constraints:      78209
3322.62/3332.83	c #Conflicts:    1150000 | #Constraints:      79209
3322.62/3332.83	c #Conflicts:    1151000 | #Constraints:      80209
3322.62/3332.83	c #Conflicts:    1152000 | #Constraints:      81209
3322.62/3332.83	c #Conflicts:    1153000 | #Constraints:      82209
3322.62/3332.83	c #Conflicts:    1154000 | #Constraints:      83209
3322.62/3332.83	c #Conflicts:    1155000 | #Constraints:      84209
3322.62/3332.83	c #Conflicts:    1156000 | #Constraints:      85209
3322.62/3332.83	c #Conflicts:    1157000 | #Constraints:      86209
3322.62/3332.83	c #Conflicts:    1158000 | #Constraints:      87209
3322.62/3332.83	c #Conflicts:    1159000 | #Constraints:      88209
3322.62/3332.83	c #Conflicts:    1160000 | #Constraints:      89209
3322.62/3332.83	c #Conflicts:    1161000 | #Constraints:      90209
3322.62/3332.83	c #Conflicts:    1162000 | #Constraints:      91209
3322.62/3332.83	c #Conflicts:    1163000 | #Constraints:      92209
3322.62/3332.83	c #Conflicts:    1164000 | #Constraints:      93209
3322.62/3332.83	c #Conflicts:    1165000 | #Constraints:      94209
3322.62/3332.83	c #Conflicts:    1166000 | #Constraints:      95209
3322.62/3332.83	c #Conflicts:    1167000 | #Constraints:      96209
3322.62/3332.83	c #Conflicts:    1168000 | #Constraints:      97209
3322.62/3332.83	c #Conflicts:    1169000 | #Constraints:      98209
3322.62/3332.83	c #Conflicts:    1170000 | #Constraints:      99209
3322.62/3332.83	c #Conflicts:    1171000 | #Constraints:     100209
3322.62/3332.83	c INPROCESSING
3322.62/3332.83	c GARBAGE COLLECT
3322.62/3332.83	c #Conflicts:    1172000 | #Constraints:      73018
3322.62/3332.83	c #Conflicts:    1173000 | #Constraints:      74018
3322.62/3332.83	c #Conflicts:    1174000 | #Constraints:      75018
3322.62/3332.83	c #Conflicts:    1175000 | #Constraints:      76018
3322.62/3332.83	c #Conflicts:    1176000 | #Constraints:      77019
3322.62/3332.83	c #Conflicts:    1177000 | #Constraints:      78019
3322.62/3332.83	c #Conflicts:    1178000 | #Constraints:      79019
3322.62/3332.83	c #Conflicts:    1179000 | #Constraints:      80019
3322.62/3332.83	c #Conflicts:    1180000 | #Constraints:      81019
3322.62/3332.83	c #Conflicts:    1181000 | #Constraints:      82019
3322.62/3332.83	c #Conflicts:    1182000 | #Constraints:      83019
3322.62/3332.83	c #Conflicts:    1183000 | #Constraints:      84020
3322.62/3332.83	c #Conflicts:    1184000 | #Constraints:      85021
3322.62/3332.83	c #Conflicts:    1185000 | #Constraints:      86021
3322.62/3332.83	c #Conflicts:    1186000 | #Constraints:      87021
3322.62/3332.83	c #Conflicts:    1187000 | #Constraints:      88022
3322.62/3332.83	c #Conflicts:    1188000 | #Constraints:      89024
3322.62/3332.83	c #Conflicts:    1189000 | #Constraints:      90024
3322.62/3332.83	c #Conflicts:    1190000 | #Constraints:      91024
3322.62/3332.83	c #Conflicts:    1191000 | #Constraints:      92024
3322.62/3332.83	c #Conflicts:    1192000 | #Constraints:      93024
3322.62/3332.83	c #Conflicts:    1193000 | #Constraints:      94027
3322.62/3332.83	c #Conflicts:    1194000 | #Constraints:      95027
3322.62/3332.83	c #Conflicts:    1195000 | #Constraints:      96028
3322.62/3332.83	c #Conflicts:    1196000 | #Constraints:      97028
3322.62/3332.83	c #Conflicts:    1197000 | #Constraints:      98028
3322.62/3332.83	c #Conflicts:    1198000 | #Constraints:      99028
3322.62/3332.83	c #Conflicts:    1199000 | #Constraints:     100028
3322.62/3332.83	c #Conflicts:    1200000 | #Constraints:     101028
3348.70/3359.04	c #Conflicts:    1201000 | #Constraints:     102028
3348.70/3359.04	c #Conflicts:    1202000 | #Constraints:     103028
3348.70/3359.04	c #Conflicts:    1203000 | #Constraints:     104028
3348.70/3359.04	c #Conflicts:    1204000 | #Constraints:     105028
3348.70/3359.04	c #Conflicts:    1205000 | #Constraints:     106029
3348.70/3359.04	c #Conflicts:    1206000 | #Constraints:     107029
3348.70/3359.04	c #Conflicts:    1207000 | #Constraints:     108029
3348.70/3359.04	c #Conflicts:    1208000 | #Constraints:     109029
3348.70/3359.04	c #Conflicts:    1209000 | #Constraints:     110029
3348.70/3359.04	c #Conflicts:    1210000 | #Constraints:     111030
3348.70/3359.04	c #Conflicts:    1211000 | #Constraints:     112033
3348.70/3359.04	c #Conflicts:    1212000 | #Constraints:     113033
3348.70/3359.04	c #Conflicts:    1213000 | #Constraints:     114033
3348.70/3359.04	c #Conflicts:    1214000 | #Constraints:     115033
3348.70/3359.04	WSVECS04 Frhs2[74]: 6 0 2.00002 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[75]: 6 0 4.00008 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[133]: 6 0 22.5468 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[145]: 6 -8.00003 0 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[153]: 6 0 20.5467 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[157]: 6 0 6.00002 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[180]: 6 0 2.00002 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[197]: 6 -2.00004 0 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[212]: 6 -10.3734 0 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[233]: 6 0 22.5467 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[252]: 6 0 6.00007 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[253]: 6 0 20.5467 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[256]: 6 -11.36 0 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[277]: 6 0 13.3734 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[280]: 6 -11.0001 0 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[282]: 6 -4.00007 0 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[296]: 6 0 3.00008 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[385]: 6 0 2.00007 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[415]: 6 0 9.85343 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[420]: 6 0 5.85338 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[614]: 6 0 4.0001 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[615]: 6 0 4.00006 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[645]: 6 -2.00003 0 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[648]: 6 0 13 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[653]: 6 0 25.9067 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[656]: 6 -4.00008 0 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[674]: 6 0 2.00009 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[675]: 6 0 4.00007 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[676]: 6 0 7.36008 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[753]: 6 0 25.9067 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[794]: 6 -3.00003 0 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[815]: 6 0 4.0001 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[845]: 6 0 4.00007 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[850]: 6 0 12.0001 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[852]: 6 0 11.36 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[872]: 6 0 8.00007 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[874]: 6 0 2.00003 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[896]: 6 0 4.00006 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[1030]: 6 -7.00004 0 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[1156]: 6 -2.00002 0 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[1189]: 6 -12.0001 0 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[1215]: 6 0 2.00009 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[1236]: 6 0 2.00009 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[1257]: 6 0 6.00006 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[1268]: 6 0 11.3733 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[1272]: 6 0 6.00003 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[1276]: 6 0 5.36008 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[1312]: 6 0 13.0133 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[1353]: 6 0 15.7334 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[1356]: 6 -2.0001 0 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[1552]: 6 0 13.3601 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[1560]: 6 0 2.00003 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[1592]: 6 -1.00006 0 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[1659]: 6 0 11.36 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[1660]: 6 -12.0001 0 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[1750]: 6 0 16.0001 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[1784]: 6 0 2.00009 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[1790]: 6 -12.0001 0 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[1905]: 6 -5.00004 0 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[1991]: 6 -1.00008 0 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[2001]: 6 -1.00003 0 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[2202]: 6 -1.00007 0 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[2521]: 6 0 4.00008 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[2622]: 6 0 2.00008 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[2628]: 6 -2.00004 0 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[2633]: 6 -3.00006 0 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[2668]: 6 0 2.00003 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[2680]: 6 -1.00006 0 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[2690]: 6 0 2.00008 shouldn't be
3348.70/3359.04	WSVECS04 Frhs2[2696]: 6 -4.00009 0 shouldn't be
3408.39/3418.96	c #Conflicts:    1215000 | #Constraints:     116033
3408.39/3418.96	c #Conflicts:    1216000 | #Constraints:     117033
3408.39/3418.96	c #Conflicts:    1217000 | #Constraints:     118033
3408.39/3418.96	c #Conflicts:    1218000 | #Constraints:     119033
3408.39/3418.96	c #Conflicts:    1219000 | #Constraints:     120033
3408.39/3418.96	c #Conflicts:    1220000 | #Constraints:     121033
3408.39/3418.96	c #Conflicts:    1221000 | #Constraints:     122033
3408.39/3418.96	c #Conflicts:    1222000 | #Constraints:     123033
3408.39/3418.96	c #Conflicts:    1223000 | #Constraints:     124034
3408.39/3418.96	c #Conflicts:    1224000 | #Constraints:     125034
3408.39/3418.96	c #Conflicts:    1225000 | #Constraints:     126034
3408.39/3418.96	c #Conflicts:    1226000 | #Constraints:     127034
3408.39/3418.96	c #Conflicts:    1227000 | #Constraints:     128034
3408.39/3418.96	c #Conflicts:    1228000 | #Constraints:     129034
3408.39/3418.96	c #Conflicts:    1229000 | #Constraints:     130034
3408.39/3418.96	c #Conflicts:    1230000 | #Constraints:     131034
3408.39/3418.96	c #Conflicts:    1231000 | #Constraints:     132034
3408.39/3418.96	c #Conflicts:    1232000 | #Constraints:     133035
3408.39/3418.96	c #Conflicts:    1233000 | #Constraints:     134037
3408.39/3418.96	c #Conflicts:    1234000 | #Constraints:     135038
3408.39/3418.96	c #Conflicts:    1235000 | #Constraints:     136038
3408.39/3418.96	c #Conflicts:    1236000 | #Constraints:     137038
3408.39/3418.96	c #Conflicts:    1237000 | #Constraints:     138038
3408.39/3418.96	c #Conflicts:    1238000 | #Constraints:     139038
3408.39/3418.96	c #Conflicts:    1239000 | #Constraints:     140038
3408.39/3418.96	c #Conflicts:    1240000 | #Constraints:     141038
3408.39/3418.96	c #Conflicts:    1241000 | #Constraints:     142038
3408.39/3418.96	c #Conflicts:    1242000 | #Constraints:     143039
3408.39/3418.96	c #Conflicts:    1243000 | #Constraints:     144039
3408.39/3418.96	c #Conflicts:    1244000 | #Constraints:     145039
3408.39/3418.96	WSVECS04 Frhs2[17]: 6 0 6.45162 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[37]: 6 -2.00005 0 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[54]: 6 0 1.13774 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[58]: 6 0 1.13774 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[65]: 6 0 0.176233 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[79]: 6 0 2.00002 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[91]: 6 0 2.00004 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[95]: 6 0 2.00002 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[117]: 6 0 3.92199 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[165]: 6 0 0.176287 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[216]: 6 0 1.89819 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[217]: 6 0 7.21212 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[227]: 6 0 0.135355 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[258]: 6 0 0.921324 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[269]: 6 0 2.23954 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[280]: 6 -5.00004 0 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[296]: 6 0 0.760525 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[297]: 6 0 1.29187 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[301]: 6 -4.00005 0 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[312]: 6 -7.97526 0 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[317]: 6 0 7.21207 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[323]: 6 -7.72559 0 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[351]: 6 0 2.00005 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[354]: 6 0 1.13774 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[362]: 6 -15 0 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[414]: 6 0 3.56456 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[433]: 6 0 6.35516 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[514]: 6 0 3.33538 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[516]: 6 0 1.66909 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[614]: 6 0 4.09585 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[616]: 6 0 2.42953 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[634]: 6 -5.82381 0 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[756]: 6 -5.40978 0 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[759]: 6 0 1.1377 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[972]: 6 0 3.00004 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[979]: 6 0 5.00002 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[1030]: 6 -6.00009 0 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[1058]: 6 0 1.13773 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[1117]: 6 0 6.45166 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[1118]: 6 0 4.52973 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[1123]: 6 -5.62764 0 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[1186]: 6 0 8.68211 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[1216]: 6 0 1.89819 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[1223]: 6 -5.65212 0 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[1227]: 6 0 0.135356 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[1293]: 6 -5.00005 0 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[1297]: 6 0 0.531341 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[1358]: 6 0 1.13773 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[1367]: 6 0 1.00008 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[1370]: 6 0 1.00001 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[1397]: 6 0 5.53141 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[1424]: 6 0 0.274509 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[1430]: 6 0 0.274567 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[1470]: 6 -1.00003 0 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[1527]: 6 0 0.135359 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[1578]: 6 -1.00005 0 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[1579]: 6 0 2.00009 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[1586]: 6 0 1.3803 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[1589]: 6 -3.56989 0 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[1660]: 6 -8.00007 0 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[1718]: 6 0 5.15486 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[1757]: 6 0 0.606449 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[1758]: 6 0 1.13772 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[1765]: 6 0 0.176265 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[1777]: 6 -2.53138 0 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[1906]: 6 -4.00007 0 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[1937]: 6 -2.00007 0 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[2028]: 6 -3.00005 0 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[2061]: 6 0 1.00004 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[2091]: 6 0 2.00007 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[2228]: 6 -2.00006 0 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[2319]: 6 -2.00004 0 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[2381]: 6 0 1.0001 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[2401]: 6 -1.00002 0 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[2419]: 6 -1.00005 0 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[2446]: 6 -4.00002 0 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[2460]: 6 0 2.00007 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[2468]: 6 0 3.00004 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[2482]: 6 -2.00003 0 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[2491]: 6 -1.00004 0 shouldn't be
3408.39/3418.96	WSVECS04 Frhs2[2519]: 6 -2.00002 0 shouldn't be
3431.19/3441.80	c #Conflicts:    1245000 | #Constraints:     146039
3431.19/3441.80	c #Conflicts:    1246000 | #Constraints:     147039
3431.19/3441.80	c #Conflicts:    1247000 | #Constraints:     148039
3431.19/3441.80	c #Conflicts:    1248000 | #Constraints:     149039
3431.19/3441.80	c #Conflicts:    1249000 | #Constraints:     150039
3431.19/3441.80	c #Conflicts:    1250000 | #Constraints:     151040
3431.19/3441.80	c #Conflicts:    1251000 | #Constraints:     152040
3431.19/3441.80	c #Conflicts:    1252000 | #Constraints:     153040
3431.19/3441.80	c #Conflicts:    1253000 | #Constraints:     154040
3431.19/3441.80	c INPROCESSING
3431.19/3441.80	c GARBAGE COLLECT
3431.19/3441.80	c #Conflicts:    1254000 | #Constraints:     100110
3431.19/3441.80	WSVECS04 Frhs2[2]: 6 0 3.00002 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[5]: 6 0 6.00006 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[21]: 6 0 4.89681 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[23]: 6 -2.00001 0 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[37]: 6 -1.33338 0 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[62]: 6 0 0.666693 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[112]: 6 -3.76611 0 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[181]: 6 0 1.39642 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[192]: 6 0 1.96578 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[216]: 6 0 1.63408 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[217]: 6 0 1.6341 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[220]: 6 0 1.63408 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[262]: 6 0 2.00002 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[292]: 6 0 1.96579 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[296]: 6 0 1.29885 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[312]: 6 -5.59985 0 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[326]: 6 0 1.16668 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[347]: 6 0 0.999764 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[393]: 6 0 1.1667 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[396]: 6 0 1.29887 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[447]: 6 0 0.167004 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[461]: 6 0 7.76892 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[462]: 6 0 3.49906 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[464]: 6 0 1.49905 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[508]: 6 -4.00001 0 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[512]: 6 -3.60014 0 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[536]: 6 0 6.00001 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[593]: 6 0 1.1667 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[600]: 6 -1.69532 0 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[601]: 6 0 6.00008 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[613]: 6 0 1.83407 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[642]: 6 0 0.999239 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[649]: 6 0 0.666285 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[654]: 6 0 1.83335 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[660]: 6 0 2.81715 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[692]: 6 0 1.9658 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[696]: 6 0 1.29884 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[738]: 6 0 2.00001 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[741]: 6 0 1.56289 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[789]: 6 -9.01152 0 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[829]: 6 0 5.00001 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[846]: 6 0 0.999233 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[852]: 6 -14.5 0 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[894]: 6 -10 0 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[901]: 6 0 4.00008 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[906]: 6 0 4.00001 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[909]: 6 0 4.00006 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[923]: 6 -13.8334 0 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[959]: 6 -10.6667 0 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[960]: 6 0 1.48385 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[962]: 6 0 2.00002 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[963]: 6 -2.33342 0 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[989]: 6 -13.0345 0 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[992]: 6 0 1.96577 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1000]: 6 -2.00002 0 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1021]: 6 0 5.73014 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1024]: 6 0 5.00001 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1039]: 6 -2.00007 0 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1062]: 6 0 2.00002 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1067]: 6 -1.00006 0 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1071]: 6 -0.999832 0 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1115]: 6 0 0.966024 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1123]: 6 -5.83343 0 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1126]: 6 0 1.1667 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1136]: 6 0 2.00004 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1139]: 6 0 2.00004 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1140]: 6 0 2.00001 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1143]: 6 0 2.00027 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1149]: 6 0 3.16669 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1156]: 6 -3.65089 0 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1160]: 6 0 2.81718 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1161]: 6 0 7.00001 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1162]: 6 0 2.00003 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1192]: 6 0 1.96581 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1193]: 6 0 1.16668 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1201]: 6 -8.50003 0 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1244]: 6 -9.83358 0 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1254]: 6 0 1.8334 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1260]: 6 0 2.8172 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1267]: 6 -1.33337 0 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1277]: 6 0 0.999753 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1292]: 6 0 1.96578 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1347]: 6 0 3.00027 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1391]: 6 0 0.396562 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1406]: 6 -1.0001 0 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1423]: 6 -4.00008 0 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1426]: 6 0 1.16669 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1430]: 6 0 1.16668 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1438]: 6 -2.99981 0 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1487]: 6 0 0.0115376 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1500]: 6 -2.83336 0 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1520]: 6 -20.2 0 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1521]: 6 0 5.73015 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1530]: 6 0 2.00005 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1545]: 6 -3.33482 0 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1561]: 6 0 7.00002 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1562]: 6 0 2.00006 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1571]: 6 0 2.99975 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1575]: 6 0 2.99975 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1577]: 6 0 3.99951 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1579]: 6 0 2.99976 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1589]: 6 -8.5346 0 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1593]: 6 0 2.63217 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1611]: 6 -7.80009 0 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1622]: 6 0 4.16668 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1627]: 6 -3.00008 0 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1654]: 6 0 2.95408 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1674]: 6 -8.60332 0 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1714]: 6 0 0.166018 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1730]: 6 0 1.1667 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1754]: 6 0 1.83335 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1760]: 6 0 2.81716 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1771]: 6 0 1.0003 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1772]: 6 0 1.0003 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1779]: 6 0 1.00029 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1784]: 6 -12.385 0 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1792]: 6 0 1.56937 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1802]: 6 -2.00002 0 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1851]: 6 0 1.00007 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1852]: 6 0 1.00006 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1861]: 6 0 2.00002 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1889]: 6 0 2.00004 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1937]: 6 -4.00003 0 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1951]: 6 0 4.80008 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1969]: 6 0 3.19995 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1970]: 6 0 4.00002 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[1980]: 6 0 1.19995 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[2101]: 6 -1.00001 0 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[2114]: 6 -3.00004 0 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[2141]: 6 0 4.00005 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[2142]: 6 0 2.00003 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[2162]: 6 0 2.00003 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[2267]: 6 -2.00008 0 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[2337]: 6 0 0.937606 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[2350]: 6 0 2.00003 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[2360]: 6 0 2.00002 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[2362]: 6 0 1.00005 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[2412]: 6 -2.00003 0 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[2446]: 6 -4.00006 0 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[2555]: 6 -4.01157 0 shouldn't be
3431.19/3441.80	WSVECS04 Frhs2[2641]: 6 0 1.03453 shouldn't be
3433.49/3444.12	WSVECS04 Frhs2[1041]: 6 0 2.56315 shouldn't be
3433.49/3444.12	WSVECS04 Frhs2[2167]: 6 0 0.999771 shouldn't be
3476.13/3486.93	c #Conflicts:    1255000 | #Constraints:     101110
3476.13/3486.93	c #Conflicts:    1256000 | #Constraints:     102110
3476.13/3486.93	c #Conflicts:    1257000 | #Constraints:     103110
3476.13/3486.93	c #Conflicts:    1258000 | #Constraints:     104110
3476.13/3486.93	c #Conflicts:    1259000 | #Constraints:     105110
3476.13/3486.93	c #Conflicts:    1260000 | #Constraints:     106110
3476.13/3486.93	c #Conflicts:    1261000 | #Constraints:     107110
3476.13/3486.93	c #Conflicts:    1262000 | #Constraints:     108110
3476.13/3486.93	c #Conflicts:    1263000 | #Constraints:     109110
3476.13/3486.93	c #Conflicts:    1264000 | #Constraints:     110110
3476.13/3486.93	c #Conflicts:    1265000 | #Constraints:     111110
3476.13/3486.93	c #Conflicts:    1266000 | #Constraints:     112110
3476.13/3486.93	c #Conflicts:    1267000 | #Constraints:     113110
3476.13/3486.93	c #Conflicts:    1268000 | #Constraints:     114110
3476.13/3486.93	c #Conflicts:    1269000 | #Constraints:     115110
3476.13/3486.93	c #Conflicts:    1270000 | #Constraints:     116110
3476.13/3486.93	c #Conflicts:    1271000 | #Constraints:     117110
3476.13/3486.93	c #Conflicts:    1272000 | #Constraints:     118110
3476.13/3486.93	c #Conflicts:    1273000 | #Constraints:     119110
3476.13/3486.93	c #Conflicts:    1274000 | #Constraints:     120110
3476.13/3486.93	c #Conflicts:    1275000 | #Constraints:     121110
3476.13/3486.93	c #Conflicts:    1276000 | #Constraints:     122110
3476.13/3486.93	c #Conflicts:    1277000 | #Constraints:     123110
3476.13/3486.93	c #Conflicts:    1278000 | #Constraints:     124110
3476.13/3486.93	c #Conflicts:    1279000 | #Constraints:     125110
3476.13/3486.93	c #Conflicts:    1280000 | #Constraints:     126110
3476.13/3486.93	c INPROCESSING
3476.13/3486.93	c GARBAGE COLLECT
3476.13/3486.93	c rational objective 220
3513.12/3524.06	c #Conflicts:    1281000 | #Constraints:      86375
3513.12/3524.06	c #Conflicts:    1282000 | #Constraints:      87375
3513.12/3524.06	c #Conflicts:    1283000 | #Constraints:      88375
3513.12/3524.06	c #Conflicts:    1284000 | #Constraints:      89375
3513.12/3524.06	c #Conflicts:    1285000 | #Constraints:      90375
3513.12/3524.06	c #Conflicts:    1286000 | #Constraints:      91375
3513.12/3524.06	c #Conflicts:    1287000 | #Constraints:      92375
3513.12/3524.06	c #Conflicts:    1288000 | #Constraints:      93375
3513.12/3524.06	c #Conflicts:    1289000 | #Constraints:      94375
3513.12/3524.06	c #Conflicts:    1290000 | #Constraints:      95375
3513.12/3524.06	c #Conflicts:    1291000 | #Constraints:      96375
3513.12/3524.06	c #Conflicts:    1292000 | #Constraints:      97375
3513.12/3524.06	c #Conflicts:    1293000 | #Constraints:      98375
3513.12/3524.06	c #Conflicts:    1294000 | #Constraints:      99375
3513.12/3524.06	c #Conflicts:    1295000 | #Constraints:     100375
3513.12/3524.06	c #Conflicts:    1296000 | #Constraints:     101375
3513.12/3524.06	c #Conflicts:    1297000 | #Constraints:     102375
3513.12/3524.06	c #Conflicts:    1298000 | #Constraints:     103375
3513.12/3524.06	c #Conflicts:    1299000 | #Constraints:     104375
3513.12/3524.06	c #Conflicts:    1300000 | #Constraints:     105375
3513.12/3524.06	c #Conflicts:    1301000 | #Constraints:     106375
3513.12/3524.06	c #Conflicts:    1302000 | #Constraints:     107375
3513.12/3524.06	c #Conflicts:    1303000 | #Constraints:     108375
3513.12/3524.06	c #Conflicts:    1304000 | #Constraints:     109375
3513.12/3524.06	c #Conflicts:    1305000 | #Constraints:     110375
3513.12/3524.06	c #Conflicts:    1306000 | #Constraints:     111375
3513.12/3524.06	c INPROCESSING
3513.12/3524.06	c GARBAGE COLLECT
3513.12/3524.06	c rational objective 220
3600.05/3611.20	c #Conflicts:    1307000 | #Constraints:      78780
3600.05/3611.20	c #Conflicts:    1308000 | #Constraints:      79780
3600.05/3611.20	c #Conflicts:    1309000 | #Constraints:      80780
3600.05/3611.20	c #Conflicts:    1310000 | #Constraints:      81780
3600.05/3611.20	c #Conflicts:    1311000 | #Constraints:      82780
3600.05/3611.20	c Disabling crashed LP
3600.05/3611.20	c cpu time 3581.66 s
3600.05/3611.20	c deterministic time 31309842343 3.13e+10
3600.05/3611.20	c optimization time 86.592 s
3600.05/3611.20	c total solve time 3494.78 s
3600.05/3611.20	c core-guided solve time 2516.63 s
3600.05/3611.20	c propagation time 1819.12 s
3600.05/3611.20	c conflict analysis time 198.018 s
3600.05/3611.20	c propagations 151980381
3600.05/3611.20	c resolve steps 22964817
3600.05/3611.20	c decisions 3730755
3600.05/3611.20	c conflicts 1311385
3600.05/3611.20	c restarts 2554
3600.05/3611.20	c inprocessing phases 65
3600.05/3611.20	c garbage collections 60 ,( 92.31 )
3600.05/3611.20	c input clauses 21265 ,( 47.04 )
3600.05/3611.20	c input cardinalities 1476 ,( 3.26 )
3600.05/3611.20	c input general constraints 22470 ,( 49.70 )
3600.05/3611.20	c input average constraint length 11.92
3600.05/3611.20	c input average constraint degree 7.37
3600.05/3611.20	c learned clauses 1090183 ,( 83.13 )
3600.05/3611.20	c learned cardinalities 15013 ,( 1.14 )
3600.05/3611.20	c learned general constraints 206285 ,( 15.73 )
3600.05/3611.20	c learned average constraint length 214.05
3600.05/3611.20	c learned average constraint degree 2673313.64
3600.05/3611.20	c watched  CF 32, 64, 128, Arb: 90733 , 0 , 0 , 0
3600.05/3611.20	c counting CF 32, 64, 128, Arb: 138023 , 0 , 0 , 0
3600.05/3611.20	c watched   constraints 90733 ,( 39.66 ) 
3600.05/3611.20	c counting  constraints 138022 ,( 60.34 ) 
3600.05/3611.20	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 621663969 , 157432795 , 1882410735 ,( 159995866 , 1722414869 )
3600.05/3611.20	c gcd simplifications 16770
3600.05/3611.20	c detected cardinalities 49
3600.05/3611.20	c weakened non-implied lits 73627528
3600.05/3611.20	c weakened non-implying lits 216244
3600.05/3611.20	c original variables 2738
3600.05/3611.20	c clausal propagations 48579622
3600.05/3611.20	c cardinality propagations 57637438
3600.05/3611.20	c watched propagations 1170793
3600.05/3611.20	c counting propagations 42935206
3600.05/3611.20	c watch lookups 13831833732
3600.05/3611.20	c watch backjump lookups 0
3600.05/3611.20	c watch checks 12045802557
3600.05/3611.20	c propagation checks 4296331573
3600.05/3611.20	c constraint additions 820553161
3600.05/3611.20	c trail pops 157022161
3600.05/3611.20	c formula constraints 43186
3600.05/3611.20	c learned constraints 1311338
3600.05/3611.20	c bound constraints 221
3600.05/3611.20	c core-guided constraints 1804
3600.05/3611.20	c encountered formula constraints 10993010
3600.05/3611.20	c encountered learned constraints 10410971
3600.05/3611.20	c encountered bound constraints 46605
3600.05/3611.20	c encountered core-guided constraints 2821259
3600.05/3611.20	c LP total time 2971.18 s
3600.05/3611.20	c LP solve time 2961.16 s
3600.05/3611.20	c LP constraints added 44139
3600.05/3611.20	c LP constraints removed 880
3600.05/3611.20	c LP pivots internal 1311384
3600.05/3611.20	c LP pivots root 1276638
3600.05/3611.20	c LP calls 181
3600.05/3611.20	c LP optimalities 114
3600.05/3611.20	c LP no pivot count 6
3600.05/3611.20	c LP infeasibilities 58
3600.05/3611.20	c LP valid Farkas constraints 58
3600.05/3611.20	c LP learned Farkas constraints 58
3600.05/3611.20	c LP basis resets 0
3600.05/3611.20	c LP cycling count 0
3600.05/3611.20	c LP singular count 0
3600.05/3611.20	c LP no primal count 0
3600.05/3611.20	c LP no farkas count 0
3600.05/3611.20	c LP other issue count 0
3600.05/3611.20	c LP Gomory cuts 27
3600.05/3611.20	c LP learned cuts 926
3600.05/3611.20	c LP deleted cuts 880
3600.05/3611.20	c LP encountered Gomory constraints 2395
3600.05/3611.20	c LP encountered Farkas constraints 1808
3600.05/3611.20	c LP encountered learned Farkas constraints 96
3600.05/3611.20	c CG auxiliary variables introduced 664
3600.05/3611.20	c CG solutions found 33
3600.05/3611.20	c CG cores constructed 188
3600.05/3611.20	c CG core cardinality constraints returned 0
3600.05/3611.20	c CG unit cores 0
3600.05/3611.20	c CG single cores 186
3600.05/3611.20	c CG blocks removed during cardinality reduction 0
3600.05/3611.20	c CG first core best 0
3600.05/3611.20	c CG decision core best 0
3600.05/3611.20	c CG core reduction tie 2
3600.05/3611.20	c CG core degree average 1.00
3600.05/3611.20	c CG core slack average 12.81
3600.05/3611.20	c CG core upper bound improvements 0
3600.05/3611.20	c STR number of successful calls 0
3600.05/3611.20	c STR number of unsuccessful calls 0
3600.05/3611.20	c STR number of inconclusive calls 0
3600.05/3611.20	c STR number of successful attempts 0
3600.05/3611.20	c STR number of unsuccessful attempts 0
3600.05/3611.20	c STR number of inconclusive attempts 0
3600.05/3611.20	c STR average degree increase per successful call inf
3600.05/3611.20	c STR average degree increase per successful attempt inf
3600.05/3611.20	c STR total number of conflicts for successful attempts 0
3600.05/3611.20	c STR total number of conflicts for unsuccessful attempts 0
3600.05/3611.20	c STR total number of conflicts for inconclusive attempts 0
3600.05/3611.20	c STR average number of conflicts per successful attempt inf
3600.05/3611.20	c STR average number of conflicts per unsuccessful attempt inf
3600.05/3611.20	c STR average number of conflicts per inconclusive attempt inf
3600.05/3611.20	c AVG.sumWPerc 50.62 
3600.05/3611.20	c bigint constraints 0 
3600.05/3611.20	o 306
3600.05/3611.20	s SATISFIABLE
3600.05/3611.20	v -x1 -x2 x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 x98 -x99 -x100 -x101 x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 x197 -x198 -x199 -x200 x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 x219 -x220 -x221 -x222 -x223 -x224 -x225 x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 x234 -x235 -x236 -x237 -x238 -x239 -x240 x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 x300 x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 x358 -x359 -x360 -x361 x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 x389 -x390 x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 x450 -x451 -x452 -x453 -x454 -x455 x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 x508 -x509 -x510 -x511 x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 x540 -x541 -x542 -x543 -x544 x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 x600 -x601 -x602 -x603 -x604 -x605 -x606 x607 -x608 -x609 -x610 -x611 -x612 -x613 x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 x709 -x710 -x711 x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 x747 -x748 -x749 -x750 -x751 -x752 -x753 -x754 -x755 x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 x789 -x790 -x791 x792 -x793 -x794 -x795 -x796 -x797 -x798 -x799 -x800 x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 x848 -x849 -x850 -x851 x852 -x853 -x854 -x855 -x856 -x857 -x858 -x859 -x860 x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 -x877 x878 -x879 -x880 -x881 -x882 x883 -x884 -x885 -x886 -x887 -x888 -x889 -x890 -x891 -x892 -x893 x894 -x895 -x896 -x897 -x898 -x899 -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 x910 -x911 -x912 -x913 -x914 -x915 -x916 -x917 x918 -x919 -x920 -x921 -x922 x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 -x932 -x933 -x934 x935 -x936 -x937 -x938 -x939 -x940 -x941 -x942 -x943 -x944 x945 -x946 -x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 -x958 x959 -x960 -x961 -x962 x963 -x964 -x965 -x966 -x967 -x968 -x969 -x970 -x971 -x972 -x973 -x974 -x975 -x976 -x977 x978 -x979 -x980 -x981 -x982 -x983 -x984 -x985 -x986 -x987 -x988 x989 -x990 -x991 -x992 -x993 -x994 -x995 -x996 -x997 -x998 -x999 x1000 x1001 -x1002 -x1003 -x1004 -x1005 -x1006 -x1007 -x1008 -x1009 -x1010 -x1011 -x1012 -x1013 -x1014 -x1015 -x1016 x1017 -x1018 -x1019 -x1020 -x1021 -x1022 -x1023 -x1024 -x1025 -x1026 -x1027 -x1028 -x1029 x1030 -x1031 -x1032 -x1033 -x1034 -x1035 -x1036 -x1037 -x1038 x1039 -x1040 -x1041 -x1042 -x1043 -x1044 -x1045 x1046 -x1047 -x1048 -x1049 -x1050 -x1051 -x1052 -x1053 -x1054 -x1055 x1056 -x1057 -x1058 -x1059 -x1060 -x1061 -x1062 -x1063 -x1064 -x1065 -x1066 x1067 -x1068 -x1069 -x1070 x1071 -x1072 -x1073 -x1074 -x1075 -x1076 -x1077 -x1078 -x1079 -x1080 -x1081 -x1082 -x1083 -x1084 -x1085 -x1086 -x1087 -x1088 x1089 -x1090 -x1091 -x1092 -x1093 -x1094 -x1095 -x1096 -x1097 -x1098 -x1099 x1100 x1101 -x1102 -x1103 -x1104 -x1105 -x1106 -x1107 -x1108 -x1109 -x1110 -x1111 -x1112 -x1113 -x1114 -x1115 x1116 -x1117 -x1118 -x1119 -x1120 -x1121 -x1122 x1123 -x1124 -x1125 -x1126 -x1127 -x1128 -x1129 -x1130 x1131 -x1132 -x1133 -x1134 -x1135 -x1136 -x1137 -x1138 -x1139 -x1140 -x1141 -x1142 -x1143 -x1144 x1145 -x1146 -x1147 -x1148 -x1149 -x1150 -x1151 -x1152 -x1153 -x1154 -x1155 x1156 -x1157 -x1158 -x1159 -x1160 -x1161 -x1162 -x1163 -x1164 x1165 -x1166 -x1167 -x1168 -x1169 -x1170 -x1171 -x1172 x1173 -x1174 -x1175 -x1176 -x1177 -x1178 -x1179 -x1180 -x1181 -x1182 -x1183 -x1184 -x1185 -x1186 -x1187 -x1188 -x1189 x1190 -x1191 -x1192 -x1193 -x1194 -x1195 -x1196 -x1197 -x1198 -x1199 x1200 x1201 -x1202 -x1203 -x1204 -x1205 -x1206 -x1207 -x1208 -x1209 -x1210 -x1211 x1212 -x1213 -x1214 -x1215 -x1216 -x1217 -x1218 -x1219 -x1220 -x1221 -x1222 x1223 -x1224 -x1225 -x1226 -x1227 -x1228 -x1229 -x1230 -x1231 -x1232 -x1233 x1234 -x1235 -x1236 -x1237 -x1238 -x1239 -x1240 -x1241 -x1242 -x1243 x1244 -x1245 -x1246 -x1247 -x1248 -x1249 -x1250 -x1251 -x1252 -x1253 -x1254 -x1255 -x1256 x1257 -x1258 -x1259 -x1260 -x1261 -x1262 -x1263 -x1264 -x1265 -x1266 x1267 -x1268 -x1269 -x1270 -x1271 x1272 -x1273 -x1274 -x1275 -x1276 -x1277 -x1278 -x1279 -x1280 x1281 -x1282 -x1283 -x1284 -x1285 -x1286 -x1287 -x1288 -x1289 -x1290 -x1291 -x1292 x1293 -x1294 -x1295 -x1296 -x1297 -x1298 -x1299 -x1300 -x1301 -x1302 -x1303 x1304 -x1305 -x1306 -x1307 -x1308 -x1309 -x1310 -x1311 x1312 -x1313 -x1314 -x1315 -x1316 -x1317 -x1318 -x1319 -x1320 -x1321 -x1322 x1323 -x1324 -x1325 -x1326 -x1327 -x1328 -x1329 -x1330 -x1331 -x1332 -x1333 x1334 -x1335 -x1336 -x1337 -x1338 -x1339 -x1340 -x1341 -x1342 x1343 -x1344 -x1345 -x1346 -x1347 -x1348 -x1349 -x1350 -x1351 -x1352 -x1353 -x1354 -x1355 x1356 -x1357 -x1358 -x1359 -x1360 -x1361 -x1362 -x1363 -x1364 -x1365 -x1366 -x1367 x1368 -x1369 -x1370 -x1371 -x1372 -x1373 -x1374 -x1375 -x1376 -x1377 x1378 -x1379 -x1380 -x1381 x1382 -x1383 -x1384 -x1385 -x1386 -x1387 -x1388 -x1389 -x1390 -x1391 -x1392 -x1393 -x1394 -x1395 x1396 -x1397 -x1398 -x1399 -x1400 -x1401 -x1402 -x1403 -x1404 -x1405 x1406 -x1407 -x1408 -x1409 -x1410 -x1411 x1412 -x1413 -x1414 -x1415 -x1416 -x1417 -x1418 -x1419 -x1420 -x1421 -x1422 -x1423 -x1424 -x1425 -x1426 -x1427 -x1428 x1429 -x1430 -x1431 -x1432 -x1433 -x1434 -x1435 -x1436 -x1437 x1438 -x1439 -x1440 -x1441 x1442 -x1443 -x1444 -x1445 -x1446 -x1447 -x1448 -x1449 -x1450 -x1451 -x1452 -x1453 -x1454 -x1455 x1456 -x1457 -x1458 -x1459 -x1460 -x1461 -x1462 -x1463 -x1464 -x1465 -x1466 -x1467 -x1468 -x1469 x1470 -x1471 -x1472 -x1473 -x1474 -x1475 -x1476 -x1477 x1478 -x1479 -x1480 -x1481 -x1482 -x1483 -x1484 -x1485 -x1486 -x1487 -x1488 x1489 -x1490 -x1491 -x1492 -x1493 -x1494 -x1495 -x1496 -x1497 -x1498 -x1499 x1500 -x1501 -x1502 -x1503 -x1504 x1505 -x1506 -x1507 -x1508 -x1509 -x1510 -x1511 -x1512 -x1513 -x1514 -x1515 -x1516 -x1517 -x1518 -x1519 x1520 -x1521 -x1522 -x1523 -x1524 -x1525 -x1526 -x1527 x1528 -x1529 -x1530 -x1531 -x1532 -x1533 x1534 -x1535 -x1536 -x1537 -x1538 -x1539 -x1540 -x1541 -x1542 -x1543 -x1544 x1545 -x1546 -x1547 -x1548 -x1549 -x1550 -x1551 -x1552 -x1553 x1554 -x1555 -x1556 -x1557 -x1558 -x1559 -x1560 -x1561 -x1562 -x1563 -x1564 -x1565 -x1566 -x1567 -x1568 x1569 -x1570 -x1571 -x1572 -x1573 -x1574 -x1575 -x1576 -x1577 x1578 -x1579 -x1580 -x1581 -x1582 -x1583 -x1584 -x1585 -x1586 -x1587 -x1588 x1589 -x1590 -x1591 -x1592 -x1593 -x1594 -x1595 -x1596 -x1597 -x1598 -x1599 x1600 x1601 -x1602 -x1603 -x1604 -x1605 -x1606 -x1607 -x1608 -x1609 -x1610 x1611 -x1612 -x1613 -x1614 -x1615 -x1616 -x1617 -x1618 -x1619 -x1620 -x1621 -x1622 -x1623 -x1624 -x1625 -x1626 x1627 -x1628 -x1629 -x1630 -x1631 -x1632 -x1633 x1634 -x1635 -x1636 -x1637 -x1638 -x1639 -x1640 -x1641 -x1642 -x1643 -x1644 x1645 -x1646 -x1647 -x1648 -x1649 -x1650 -x1651 -x1652 -x1653 -x1654 -x1655 -x1656 -x1657 -x1658 -x1659 x1660 -x1661 -x1662 -x1663 -x1664 -x1665 -x1666 x1667 -x1668 -x1669 -x1670 -x1671 -x1672 -x1673 x1674 -x1675 -x1676 -x1677 -x1678 -x1679 -x1680 -x1681 -x1682 -x1683 -x1684 x1685 -x1686 -x1687 -x1688 -x1689 -x1690 -x1691 -x1692 -x1693 -x1694 -x1695 -x1696 -x1697 -x1698 -x1699 x1700 x1701 -x1702 -x1703 -x1704 -x1705 -x1706 -x1707 -x1708 -x1709 -x1710 -x1711 -x1712 x1713 -x1714 -x1715 -x1716 -x1717 -x1718 -x1719 -x1720 -x1721 -x1722 x1723 -x1724 -x1725 -x1726 -x1727 -x1728 -x1729 -x1730 -x1731 -x1732 -x1733 x1734 -x1735 -x1736 -x1737 -x1738 -x1739 -x1740 -x1741 -x1742 -x1743 -x1744 x1745 -x1746 -x1747 -x1748 -x1749 -x1750 x1751 -x1752 -x1753 -x1754 -x1755 -x1756 -x1757 -x1758 -x1759 -x1760 -x1761 -x1762 -x1763 -x1764 -x1765 -x1766 x1767 -x1768 -x1769 -x1770 -x1771 -x1772 -x1773 -x1774 -x1775 -x1776 x1777 -x1778 -x1779 -x1780 -x1781 -x1782 -x1783 x1784 -x1785 -x1786 -x1787 -x1788 -x1789 -x1790 -x1791 -x1792 -x1793 -x1794 x1795 -x1796 -x1797 -x1798 -x1799 -x1800 -x1801 x1802 x1803 -x1804 -x1805 -x1806 x1807 -x1808 x1809 x1810 -x1811 -x1812 -x1813 -x1814 -x1815 -x1816 -x1817 -x1818 -x1819 x1820 -x1821 -x1822 -x1823 -x1824 -x1825 -x1826 -x1827 -x1828 -x1829 -x1830 -x1831 x1832 -x1833 -x1834 -x1835 -x1836 x1837 -x1838 -x1839 -x1840 -x1841 -x1842 -x1843 -x1844 -x1845 -x1846 -x1847 -x1848 -x1849 x1850 -x1851 -x1852 -x1853 -x1854 -x1855 -x1856 -x1857 -x1858 -x1859 -x1860 -x1861 x1862 -x1863 -x1864 -x1865 -x1866 -x1867 -x1868 -x1869 x1870 -x1871 -x1872 x1873 -x1874 -x1875 -x1876 -x1877 -x1878 -x1879 -x1880 -x1881 x1882 -x1883 -x1884 -x1885 -x1886 -x1887 -x1888 -x1889 -x1890 -x1891 x1892 -x1893 -x1894 -x1895 -x1896 -x1897 -x1898 -x1899 -x1900 -x1901 x1902 x1903 -x1904 -x1905 x1906 x1907 x1908 -x1909 x1910 -x1911 -x1912 -x1913 -x1914 -x1915 -x1916 -x1917 -x1918 x1919 -x1920 -x1921 -x1922 -x1923 -x1924 -x1925 -x1926 -x1927 x1928 -x1929 -x1930 -x1931 -x1932 -x1933 -x1934 -x1935 -x1936 x1937 -x1938 -x1939 -x1940 -x1941 -x1942 -x1943 -x1944 -x1945 -x1946 -x1947 -x1948 -x1949 x1950 -x1951 -x1952 -x1953 -x1954 -x1955 -x1956 -x1957 -x1958 -x1959 x1960 -x1961 -x1962 -x1963 x1964 -x1965 -x1966 -x1967 -x1968 -x1969 -x1970 -x1971 x1972 -x1973 -x1974 -x1975 -x1976 -x1977 -x1978 -x1979 -x1980 x1981 -x1982 -x1983 -x1984 -x1985 -x1986 -x1987 -x1988 -x1989 -x1990 x1991 -x1992 -x1993 -x1994 -x1995 -x1996 -x1997 -x1998 x1999 -x2000 x2001 x2002 -x2003 -x2004 -x2005 x2006 x2007 -x2008 -x2009 x2010 -x2011 -x2012 -x2013 -x2014 -x2015 -x2016 -x2017 -x2018 -x2019 -x2020 x2021 -x2022 -x2023 -x2024 -x2025 -x2026 -x2027 x2028 -x2029 -x2030 -x2031 -x2032 -x2033 -x2034 -x2035 -x2036 x2037 -x2038 -x2039 -x2040 -x2041 -x2042 -x2043 -x2044 -x2045 -x2046 -x2047 -x2048 -x2049 x2050 -x2051 -x2052 -x2053 -x2054 -x2055 -x2056 -x2057 -x2058 -x2059 x2060 -x2061 -x2062 -x2063 x2064 -x2065 -x2066 -x2067 -x2068 -x2069 -x2070 -x2071 -x2072 x2073 -x2074 -x2075 -x2076 -x2077 -x2078 -x2079 -x2080 -x2081 -x2082 -x2083 -x2084 -x2085 -x2086 -x2087 x2088 -x2089 x2090 -x2091 -x2092 -x2093 -x2094 -x2095 -x2096 -x2097 -x2098 -x2099 x2100 x2101 -x2102 x2103 x2104 -x2105 -x2106 -x2107 -x2108 -x2109 -x2110 -x2111 -x2112 -x2113 x2114 -x2115 -x2116 -x2117 -x2118 x2119 -x2120 -x2121 -x2122 -x2123 -x2124 -x2125 -x2126 -x2127 -x2128 -x2129 x2130 -x2131 -x2132 -x2133 -x2134 -x2135 -x2136 x2137 -x2138 -x2139 -x2140 -x2141 -x2142 x2143 -x2144 -x2145 -x2146 -x2147 -x2148 -x2149 -x2150 -x2151 -x2152 -x2153 -x2154 x2155 -x2156 -x2157 -x2158 -x2159 -x2160 -x2161 -x2162 -x2163 -x2164 -x2165 -x2166 -x2167 x2168 -x2169 -x2170 -x2171 -x2172 x2173 -x2174 -x2175 -x2176 -x2177 -x2178 -x2179 x2180 -x2181 -x2182 -x2183 -x2184 -x2185 -x2186 -x2187 -x2188 -x2189 x2190 -x2191 -x2192 -x2193 -x2194 -x2195 -x2196 x2197 -x2198 -x2199 x2200 x2201 x2202 -x2203 -x2204 -x2205 -x2206 -x2207 -x2208 -x2209 x2210 -x2211 -x2212 -x2213 -x2214 -x2215 -x2216 -x2217 -x2218 -x2219 -x2220 x2221 -x2222 -x2223 -x2224 -x2225 -x2226 -x2227 x2228 -x2229 -x2230 -x2231 -x2232 -x2233 -x2234 -x2235 -x2236 -x2237 -x2238 -x2239 -x2240 x2241 -x2242 -x2243 -x2244 -x2245 x2246 -x2247 -x2248 -x2249 -x2250 -x2251 -x2252 -x2253 -x2254 x2255 -x2256 -x2257 -x2258 -x2259 -x2260 -x2261 -x2262 -x2263 -x2264 -x2265 -x2266 x2267 -x2268 -x2269 -x2270 -x2271 -x2272 x2273 -x2274 -x2275 -x2276 -x2277 -x2278 -x2279 -x2280 -x2281 -x2282 -x2283 -x2284 -x2285 x2286 -x2287 -x2288 x2289 -x2290 -x2291 -x2292 -x2293 -x2294 -x2295 -x2296 x2297 -x2298 x2299 x2300 x2301 x2302 -x2303 -x2304 -x2305 -x2306 -x2307 -x2308 -x2309 x2310 -x2311 -x2312 -x2313 -x2314 -x2315 -x2316 -x2317 -x2318 x2319 -x2320 -x2321 -x2322 -x2323 -x2324 -x2325 -x2326 -x2327 x2328 -x2329 -x2330 -x2331 x2332 -x2333 -x2334 -x2335 -x2336 -x2337 -x2338 -x2339 -x2340 -x2341 x2342 -x2343 -x2344 -x2345 -x2346 -x2347 -x2348 -x2349 -x2350 -x2351 -x2352 -x2353 x2354 -x2355 -x2356 -x2357 -x2358 -x2359 -x2360 -x2361 -x2362 -x2363 x2364 -x2365 -x2366 -x2367 -x2368 x2369 -x2370 -x2371 -x2372 -x2373 -x2374 -x2375 -x2376 -x2377 -x2378 -x2379 -x2380 -x2381 x2382 -x2383 -x2384 -x2385 -x2386 -x2387 -x2388 -x2389 -x2390 x2391 -x2392 -x2393 -x2394 x2395 -x2396 -x2397 x2398 x2399 -x2400 x2401 -x2402 -x2403 -x2404 -x2405 -x2406 -x2407 -x2408 -x2409 -x2410 -x2411 x2412 -x2413 -x2414 -x2415 -x2416 -x2417 -x2418 x2419 -x2420 -x2421 -x2422 -x2423 -x2424 -x2425 -x2426 -x2427 -x2428 -x2429 x2430 -x2431 x2432 -x2433 -x2434 -x2435 -x2436 -x2437 -x2438 -x2439 -x2440 -x2441 -x2442 -x2443 -x2444 -x2445 x2446 -x2447 -x2448 -x2449 x2450 -x2451 -x2452 -x2453 -x2454 -x2455 -x2456 -x2457 -x2458 -x2459 -x2460 -x2461 -x2462 x2463 -x2464 -x2465 -x2466 -x2467 -x2468 -x2469 -x2470 x2471 -x2472 -x2473 -x2474 -x2475 -x2476 -x2477 -x2478 -x2479 -x2480 -x2481 x2482 -x2483 -x2484 -x2485 -x2486 -x2487 -x2488 -x2489 -x2490 x2491 -x2492 -x2493 x2494 -x2495 -x2496 x2497 x2498 -x2499 -x2500 x2501 -x2502 -x2503 -x2504 -x2505 -x2506 -x2507 -x2508 -x2509 -x2510 x2511 -x2512 -x2513 -x2514 -x2515 -x2516 -x2517 -x2518 x2519 -x2520 x2521 -x2522 -x2523 -x2524 -x2525 -x2526 -x2527 -x2528 -x2529 -x2530 -x2531 -x2532 -x2533 -x2534 -x2535 -x2536 x2537 -x2538 -x2539 -x2540 -x2541 -x2542 -x2543 -x2544 -x2545 x2546 -x2547 -x2548 -x2549 -x2550 -x2551 -x2552 -x2553 -x2554 x2555 -x2556 -x2557 -x2558 -x2559 x2560 -x2561 -x2562 -x2563 -x2564 -x2565 -x2566 -x2567 -x2568 -x2569 -x2570 -x2571 -x2572 x2573 -x2574 -x2575 -x2576 -x2577 -x2578 -x2579 -x2580 -x2581 x2582 -x2583 -x2584 -x2585 -x2586 -x2587 -x2588 -x2589 x2590 -x2591 -x2592 -x2593 -x2594 x2595 -x2596 x2597 x2598 -x2599 x2600 x2601 x2602 -x2603 -x2604 -x2605 -x2606 -x2607 -x2608 -x2609 -x2610 -x2611 -x2612 -x2613 -x2614 -x2615 -x2616 -x2617 -x2618 x2619 -x2620 -x2621 x2622 -x2623 -x2624 -x2625 -x2626 -x2627 -x2628 -x2629 -x2630 -x2631 -x2632 x2633 -x2634 -x2635 -x2636 -x2637 -x2638 -x2639 -x2640 -x2641 -x2642 -x2643 -x2644 -x2645 x2646 -x2647 -x2648 -x2649 -x2650 -x2651 -x2652 -x2653 -x2654 x2655 -x2656 -x2657 -x2658 -x2659 -x2660 -x2661 -x2662 -x2663 x2664 -x2665 -x2666 -x2667 -x2668 -x2669 -x2670 -x2671 -x2672 x2673 -x2674 -x2675 -x2676 -x2677 -x2678 -x2679 x2680 -x2681 -x2682 -x2683 x2684 -x2685 -x2686 -x2687 -x2688 -x2689 -x2690 -x2691 x2692 -x2693 x2694 -x2695 x2696 -x2697 -x2698 x2699 x2700
3600.05/3611.20	c Program interrupted by user.

Verifier Data

OK	306

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 (62960 MiB free)
  memory of node 1: 64507 MiB (63413 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=50875, runsolver pid=50862

[startup+0.100059 s]*
/proc/loadavg: 1.14 2.15 3.98 5/269 50885
/proc/meminfo: memFree=129379752/131249996 swapFree=33010684/33010684
[pid=50875] ppid=50862 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/50875/stat : 50875 (run-opt-ls-log.) S 50862 50875 50809 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 48219380 4292608 736 18446744073709551615 93999806685184 93999807579717 140736970546416 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93999807818768 93999807866512 93999816966144 140736970553627 140736970553825 140736970553825 140736970559427 0
/proc/50875/statm: 1048 736 672 219 0 110 0
[pid=50882] ppid=50875 vsize=44492 memory=32392 CPUtime=0.08 cores=0,2
/proc/50882/stat : 50882 (pbsuma) R 50875 50875 50809 0 -1 4194304 7758 0 0 0 7 1 0 0 20 0 1 0 48219381 45559808 8098 18446744073709551615 4210688 4653049 140725094051072 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 4700520 4703148 29036544 140725094058211 140725094058546 140725094058546 140725094064111 0
/proc/50882/statm: 11123 8098 1024 108 0 8531 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 48684 KiB
Current children cumulated memory: 35336 KiB

[startup+0.205042 s]*
/proc/loadavg: 1.14 2.15 3.98 4/266 50886
/proc/meminfo: memFree=129364676/131249996 swapFree=33010684/33010684
[pid=50875] ppid=50862 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/50875/stat : 50875 (run-opt-ls-log.) S 50862 50875 50809 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 48219380 4292608 736 18446744073709551615 93999806685184 93999807579717 140736970546416 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93999807818768 93999807866512 93999816966144 140736970553627 140736970553825 140736970553825 140736970559427 0
/proc/50875/statm: 1048 736 672 219 0 110 0
[pid=50882] ppid=50875 vsize=44492 memory=32648 CPUtime=0.18 cores=0,2
/proc/50882/stat : 50882 (pbsuma) R 50875 50875 50809 0 -1 4194304 7822 0 0 0 17 1 0 0 20 0 1 0 48219381 45559808 8162 18446744073709551615 4210688 4653049 140725094051072 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 4700520 4703148 29036544 140725094058211 140725094058546 140725094058546 140725094064111 0
/proc/50882/statm: 11123 8162 1024 108 0 8531 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 48684 KiB
Current children cumulated memory: 35592 KiB

[startup+0.304767 s]*
/proc/loadavg: 1.14 2.15 3.98 4/264 50894
/proc/meminfo: memFree=129356412/131249996 swapFree=33010684/33010684
[pid=50875] ppid=50862 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/50875/stat : 50875 (run-opt-ls-log.) S 50862 50875 50809 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 48219380 4292608 736 18446744073709551615 93999806685184 93999807579717 140736970546416 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93999807818768 93999807866512 93999816966144 140736970553627 140736970553825 140736970553825 140736970559427 0
/proc/50875/statm: 1048 736 672 219 0 110 0
[pid=50882] ppid=50875 vsize=44492 memory=32648 CPUtime=0.28 cores=0,2
/proc/50882/stat : 50882 (pbsuma) R 50875 50875 50809 0 -1 4194304 7822 0 0 0 27 1 0 0 20 0 1 0 48219381 45559808 8162 18446744073709551615 4210688 4653049 140725094051072 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 4700520 4703148 29036544 140725094058211 140725094058546 140725094058546 140725094064111 0
/proc/50882/statm: 11123 8162 1024 108 0 8531 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 48684 KiB
Current children cumulated memory: 35592 KiB

[startup+0.700164 s]
/proc/loadavg: 1.14 2.15 3.98 4/264 50894
/proc/meminfo: memFree=129356412/131249996 swapFree=33010684/33010684
[pid=50875] ppid=50862 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/50875/stat : 50875 (run-opt-ls-log.) S 50862 50875 50809 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 48219380 4292608 736 18446744073709551615 93999806685184 93999807579717 140736970546416 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93999807818768 93999807866512 93999816966144 140736970553627 140736970553825 140736970553825 140736970559427 0
/proc/50875/statm: 1048 736 672 219 0 110 0
[pid=50882] ppid=50875 vsize=44492 memory=32648 CPUtime=0.67 cores=0,2
/proc/50882/stat : 50882 (pbsuma) R 50875 50875 50809 0 -1 4194304 7822 0 0 0 66 1 0 0 20 0 1 0 48219381 45559808 8162 18446744073709551615 4210688 4653049 140725094051072 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 4700520 4703148 29036544 140725094058211 140725094058546 140725094058546 140725094064111 0
/proc/50882/statm: 11123 8162 1024 108 0 8531 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 48684 KiB
Current children cumulated memory: 35592 KiB

[startup+1.50014 s]
/proc/loadavg: 1.14 2.15 3.98 4/264 50894
/proc/meminfo: memFree=129356412/131249996 swapFree=33010684/33010684
[pid=50875] ppid=50862 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/50875/stat : 50875 (run-opt-ls-log.) S 50862 50875 50809 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 48219380 4292608 736 18446744073709551615 93999806685184 93999807579717 140736970546416 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93999807818768 93999807866512 93999816966144 140736970553627 140736970553825 140736970553825 140736970559427 0
/proc/50875/statm: 1048 736 672 219 0 110 0
[pid=50882] ppid=50875 vsize=44492 memory=32648 CPUtime=1.47 cores=0,2
/proc/50882/stat : 50882 (pbsuma) R 50875 50875 50809 0 -1 4194304 7822 0 0 0 146 1 0 0 20 0 1 0 48219381 45559808 8162 18446744073709551615 4210688 4653049 140725094051072 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 4700520 4703148 29036544 140725094058211 140725094058546 140725094058546 140725094064111 0
/proc/50882/statm: 11123 8162 1024 108 0 8531 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 48684 KiB
Current children cumulated memory: 35592 KiB

[startup+3.10511 s]
/proc/loadavg: 1.37 2.18 3.98 5/269 50935
/proc/meminfo: memFree=129251852/131249996 swapFree=33010684/33010684
[pid=50875] ppid=50862 vsize=4192 memory=2944 CPUtime=1.62 cores=0,2
/proc/50875/stat : 50875 (run-opt-ls-log.) S 50862 50875 50809 0 -1 4194304 242 13845 0 0 0 0 160 2 20 0 1 0 48219380 4292608 736 18446744073709551615 93999806685184 93999807579717 140736970546416 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93999807818768 93999807866512 93999816966144 140736970553627 140736970553825 140736970553825 140736970559427 0
/proc/50875/statm: 1048 736 672 219 0 110 0
[pid=50921] ppid=50875 vsize=151976 memory=99368 CPUtime=1.41 cores=0,2
/proc/50921/stat : 50921 (roundingsat) R 50875 50875 50809 0 -1 4194304 17225 0 0 0 135 6 0 0 20 0 1 0 48219548 155623424 24842 18446744073709551615 4227072 8923433 140729680508960 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 13754368 140729680517366 140729680517672 140729680517672 140729680523242 0
/proc/50921/statm: 37994 24842 2336 1147 0 25421 0
Current children cumulated CPU time: 3.03 s
Current children cumulated vsize: 156168 KiB
Current children cumulated memory: 102312 KiB

[startup+6.30013 s]
/proc/loadavg: 1.37 2.18 3.98 5/269 50935
/proc/meminfo: memFree=129208808/131249996 swapFree=33010684/33010684
[pid=50875] ppid=50862 vsize=4192 memory=2944 CPUtime=1.62 cores=0,2
/proc/50875/stat : 50875 (run-opt-ls-log.) S 50862 50875 50809 0 -1 4194304 242 13845 0 0 0 0 160 2 20 0 1 0 48219380 4292608 736 18446744073709551615 93999806685184 93999807579717 140736970546416 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93999807818768 93999807866512 93999816966144 140736970553627 140736970553825 140736970553825 140736970559427 0
/proc/50875/statm: 1048 736 672 219 0 110 0
[pid=50921] ppid=50875 vsize=160812 memory=106088 CPUtime=4.6 cores=0,2
/proc/50921/stat : 50921 (roundingsat) R 50875 50875 50809 0 -1 4194304 17861 0 0 0 451 9 0 0 20 0 1 0 48219548 164671488 26522 18446744073709551615 4227072 8923433 140729680508960 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 13754368 140729680517366 140729680517672 140729680517672 140729680523242 0
/proc/50921/statm: 40203 26522 2368 1147 0 27630 0
Current children cumulated CPU time: 6.22 s
Current children cumulated vsize: 165004 KiB
Current children cumulated memory: 109032 KiB

[startup+12.7001 s]
/proc/loadavg: 1.58 2.21 3.98 5/269 50936
/proc/meminfo: memFree=129161456/131249996 swapFree=33010684/33010684
[pid=50875] ppid=50862 vsize=4192 memory=2944 CPUtime=1.62 cores=0,2
/proc/50875/stat : 50875 (run-opt-ls-log.) S 50862 50875 50809 0 -1 4194304 242 13845 0 0 0 0 160 2 20 0 1 0 48219380 4292608 736 18446744073709551615 93999806685184 93999807579717 140736970546416 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93999807818768 93999807866512 93999816966144 140736970553627 140736970553825 140736970553825 140736970559427 0
/proc/50875/statm: 1048 736 672 219 0 110 0
[pid=50921] ppid=50875 vsize=160812 memory=108312 CPUtime=10.98 cores=0,2
/proc/50921/stat : 50921 (roundingsat) R 50875 50875 50809 0 -1 4194304 17876 0 0 0 1083 15 0 0 20 0 1 0 48219548 164671488 27078 18446744073709551615 4227072 8923433 140729680508960 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 13754368 140729680517366 140729680517672 140729680517672 140729680523242 0
/proc/50921/statm: 40203 27078 2400 1147 0 27630 0
Current children cumulated CPU time: 12.6 s
Current children cumulated vsize: 165004 KiB
Current children cumulated memory: 111256 KiB

[startup+25.5001 s]
/proc/loadavg: 2.12 2.30 3.98 5/270 50937
/proc/meminfo: memFree=129072148/131249996 swapFree=33010684/33010684
[pid=50875] ppid=50862 vsize=4192 memory=2944 CPUtime=1.62 cores=0,2
/proc/50875/stat : 50875 (run-opt-ls-log.) S 50862 50875 50809 0 -1 4194304 242 13845 0 0 0 0 160 2 20 0 1 0 48219380 4292608 736 18446744073709551615 93999806685184 93999807579717 140736970546416 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93999807818768 93999807866512 93999816966144 140736970553627 140736970553825 140736970553825 140736970559427 0
/proc/50875/statm: 1048 736 672 219 0 110 0
[pid=50921] ppid=50875 vsize=169068 memory=111000 CPUtime=23.75 cores=0,2
/proc/50921/stat : 50921 (roundingsat) R 50875 50875 50809 0 -1 4194304 18556 0 0 0 2348 27 0 0 20 0 1 0 48219548 173125632 27750 18446744073709551615 4227072 8923433 140729680508960 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 13754368 140729680517366 140729680517672 140729680517672 140729680523242 0
/proc/50921/statm: 42267 27750 2400 1147 0 29694 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 173260 KiB
Current children cumulated memory: 113944 KiB

[startup+51.1054 s]
/proc/loadavg: 2.82 2.45 3.99 5/271 50938
/proc/meminfo: memFree=128827040/131249996 swapFree=33010684/33010684
[pid=50875] ppid=50862 vsize=4192 memory=2944 CPUtime=1.62 cores=0,2
/proc/50875/stat : 50875 (run-opt-ls-log.) S 50862 50875 50809 0 -1 4194304 242 13845 0 0 0 0 160 2 20 0 1 0 48219380 4292608 736 18446744073709551615 93999806685184 93999807579717 140736970546416 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93999807818768 93999807866512 93999816966144 140736970553627 140736970553825 140736970553825 140736970559427 0
/proc/50875/statm: 1048 736 672 219 0 110 0
[pid=50921] ppid=50875 vsize=177520 memory=123652 CPUtime=49.29 cores=0,2
/proc/50921/stat : 50921 (roundingsat) R 50875 50875 50809 0 -1 4194304 20188 0 0 0 4891 38 0 0 20 0 1 0 48219548 181780480 30913 18446744073709551615 4227072 8923433 140729680508960 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 13754368 140729680517366 140729680517672 140729680517672 140729680523242 0
/proc/50921/statm: 44380 30913 2400 1147 0 31807 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 181712 KiB
Current children cumulated memory: 126596 KiB

[startup+102.3 s]
/proc/loadavg: 3.53 2.71 4.00 5/271 50940
/proc/meminfo: memFree=128405356/131249996 swapFree=33010684/33010684
[pid=50875] ppid=50862 vsize=4192 memory=2944 CPUtime=1.62 cores=0,2
/proc/50875/stat : 50875 (run-opt-ls-log.) S 50862 50875 50809 0 -1 4194304 242 13845 0 0 0 0 160 2 20 0 1 0 48219380 4292608 736 18446744073709551615 93999806685184 93999807579717 140736970546416 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93999807818768 93999807866512 93999816966144 140736970553627 140736970553825 140736970553825 140736970559427 0
/proc/50875/statm: 1048 736 672 219 0 110 0
[pid=50921] ppid=50875 vsize=177520 memory=123908 CPUtime=100.33 cores=0,2
/proc/50921/stat : 50921 (roundingsat) R 50875 50875 50809 0 -1 4194304 20263 0 0 0 9975 58 0 0 20 0 1 0 48219548 181780480 30977 18446744073709551615 4227072 8923433 140729680508960 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 13754368 140729680517366 140729680517672 140729680517672 140729680523242 0
/proc/50921/statm: 44380 30977 2400 1147 0 31807 0
Current children cumulated CPU time: 101.95 s
Current children cumulated vsize: 181712 KiB
Current children cumulated memory: 126852 KiB

[startup+162.3 s]
/proc/loadavg: 3.94 2.97 4.01 5/272 50944
/proc/meminfo: memFree=127984548/131249996 swapFree=33010684/33010684
[pid=50875] ppid=50862 vsize=4192 memory=2944 CPUtime=1.62 cores=0,2
/proc/50875/stat : 50875 (run-opt-ls-log.) S 50862 50875 50809 0 -1 4194304 242 13845 0 0 0 0 160 2 20 0 1 0 48219380 4292608 736 18446744073709551615 93999806685184 93999807579717 140736970546416 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93999807818768 93999807866512 93999816966144 140736970553627 140736970553825 140736970553825 140736970559427 0
/proc/50875/statm: 1048 736 672 219 0 110 0
[pid=50921] ppid=50875 vsize=184264 memory=127700 CPUtime=160.16 cores=0,2
/proc/50921/stat : 50921 (roundingsat) R 50875 50875 50809 0 -1 4194304 20723 0 0 0 15930 86 0 0 20 0 1 0 48219548 188686336 31925 18446744073709551615 4227072 8923433 140729680508960 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 13754368 140729680517366 140729680517672 140729680517672 140729680523242 0
/proc/50921/statm: 46066 31925 2400 1147 0 33493 0
Current children cumulated CPU time: 161.78 s
Current children cumulated vsize: 188456 KiB
Current children cumulated memory: 130644 KiB

[startup+222.3 s]
/proc/loadavg: 4.04 3.18 4.01 5/273 50953
/proc/meminfo: memFree=127526444/131249996 swapFree=33010684/33010684
[pid=50875] ppid=50862 vsize=4192 memory=2944 CPUtime=1.62 cores=0,2
/proc/50875/stat : 50875 (run-opt-ls-log.) S 50862 50875 50809 0 -1 4194304 242 13845 0 0 0 0 160 2 20 0 1 0 48219380 4292608 736 18446744073709551615 93999806685184 93999807579717 140736970546416 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93999807818768 93999807866512 93999816966144 140736970553627 140736970553825 140736970553825 140736970559427 0
/proc/50875/statm: 1048 736 672 219 0 110 0
[pid=50921] ppid=50875 vsize=205976 memory=152160 CPUtime=220 cores=0,2
/proc/50921/stat : 50921 (roundingsat) R 50875 50875 50809 0 -1 4194304 24716 0 0 0 21886 114 0 0 20 0 1 0 48219548 210919424 38040 18446744073709551615 4227072 8923433 140729680508960 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 13754368 140729680517366 140729680517672 140729680517672 140729680523242 0

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

/proc/50921/statm: 85200 71920 2496 1147 0 72627 0
Current children cumulated CPU time: 3033.03 s
Current children cumulated vsize: 344992 KiB
Current children cumulated memory: 290624 KiB

[startup+3102.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/274 51122
/proc/meminfo: memFree=108789960/131249996 swapFree=33010684/33010684
[pid=50875] ppid=50862 vsize=4192 memory=2944 CPUtime=1.62 cores=0,2
/proc/50875/stat : 50875 (run-opt-ls-log.) S 50862 50875 50809 0 -1 4194304 242 13845 0 0 0 0 160 2 20 0 1 0 48219380 4292608 736 18446744073709551615 93999806685184 93999807579717 140736970546416 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93999807818768 93999807866512 93999816966144 140736970553627 140736970553825 140736970553825 140736970559427 0
/proc/50875/statm: 1048 736 672 219 0 110 0
[pid=50921] ppid=50875 vsize=340800 memory=287680 CPUtime=3091.25 cores=0,2
/proc/50921/stat : 50921 (roundingsat) R 50875 50875 50809 0 -1 4194304 43070 0 0 0 307745 1380 0 0 20 0 1 0 48219548 348979200 71920 18446744073709551615 4227072 8923433 140729680508960 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 13754368 140729680517366 140729680517672 140729680517672 140729680523242 0
/proc/50921/statm: 85200 71920 2496 1147 0 72627 0
Current children cumulated CPU time: 3092.87 s
Current children cumulated vsize: 344992 KiB
Current children cumulated memory: 290624 KiB

[startup+3162.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/274 51125
/proc/meminfo: memFree=108382572/131249996 swapFree=33010684/33010684
[pid=50875] ppid=50862 vsize=4192 memory=2944 CPUtime=1.62 cores=0,2
/proc/50875/stat : 50875 (run-opt-ls-log.) S 50862 50875 50809 0 -1 4194304 242 13845 0 0 0 0 160 2 20 0 1 0 48219380 4292608 736 18446744073709551615 93999806685184 93999807579717 140736970546416 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93999807818768 93999807866512 93999816966144 140736970553627 140736970553825 140736970553825 140736970559427 0
/proc/50875/statm: 1048 736 672 219 0 110 0
[pid=50921] ppid=50875 vsize=340800 memory=287680 CPUtime=3151.09 cores=0,2
/proc/50921/stat : 50921 (roundingsat) R 50875 50875 50809 0 -1 4194304 43092 0 0 0 313689 1420 0 0 20 0 1 0 48219548 348979200 71920 18446744073709551615 4227072 8923433 140729680508960 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 13754368 140729680517366 140729680517672 140729680517672 140729680523242 0
/proc/50921/statm: 85200 71920 2496 1147 0 72627 0
Current children cumulated CPU time: 3152.71 s
Current children cumulated vsize: 344992 KiB
Current children cumulated memory: 290624 KiB

[startup+3222.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/275 51134
/proc/meminfo: memFree=107908360/131249996 swapFree=33010684/33010684
[pid=50875] ppid=50862 vsize=4192 memory=2944 CPUtime=1.62 cores=0,2
/proc/50875/stat : 50875 (run-opt-ls-log.) S 50862 50875 50809 0 -1 4194304 242 13845 0 0 0 0 160 2 20 0 1 0 48219380 4292608 736 18446744073709551615 93999806685184 93999807579717 140736970546416 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93999807818768 93999807866512 93999816966144 140736970553627 140736970553825 140736970553825 140736970559427 0
/proc/50875/statm: 1048 736 672 219 0 110 0
[pid=50921] ppid=50875 vsize=340800 memory=287680 CPUtime=3210.86 cores=0,2
/proc/50921/stat : 50921 (roundingsat) R 50875 50875 50809 0 -1 4194304 43115 0 0 0 319628 1458 0 0 20 0 1 0 48219548 348979200 71920 18446744073709551615 4227072 8923433 140729680508960 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 13754368 140729680517366 140729680517672 140729680517672 140729680523242 0
/proc/50921/statm: 85200 71920 2496 1147 0 72627 0
Current children cumulated CPU time: 3212.48 s
Current children cumulated vsize: 344992 KiB
Current children cumulated memory: 290624 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/276 51138
/proc/meminfo: memFree=107329392/131249996 swapFree=33010684/33010684
[pid=50875] ppid=50862 vsize=4192 memory=2944 CPUtime=1.62 cores=0,2
/proc/50875/stat : 50875 (run-opt-ls-log.) S 50862 50875 50809 0 -1 4194304 242 13845 0 0 0 0 160 2 20 0 1 0 48219380 4292608 736 18446744073709551615 93999806685184 93999807579717 140736970546416 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93999807818768 93999807866512 93999816966144 140736970553627 140736970553825 140736970553825 140736970559427 0
/proc/50875/statm: 1048 736 672 219 0 110 0
[pid=50921] ppid=50875 vsize=390888 memory=293100 CPUtime=3270.67 cores=0,2
/proc/50921/stat : 50921 (roundingsat) R 50875 50875 50809 0 -1 4194304 43422 0 0 0 325568 1499 0 0 20 0 1 0 48219548 400269312 73275 18446744073709551615 4227072 8923433 140729680508960 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 13754368 140729680517366 140729680517672 140729680517672 140729680523242 0
/proc/50921/statm: 97722 73275 2496 1147 0 85149 0
Current children cumulated CPU time: 3272.29 s
Current children cumulated vsize: 395080 KiB
Current children cumulated memory: 296044 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.11 4.09 5/276 51141
/proc/meminfo: memFree=106788108/131249996 swapFree=33010684/33010684
[pid=50875] ppid=50862 vsize=4192 memory=2944 CPUtime=1.62 cores=0,2
/proc/50875/stat : 50875 (run-opt-ls-log.) S 50862 50875 50809 0 -1 4194304 242 13845 0 0 0 0 160 2 20 0 1 0 48219380 4292608 736 18446744073709551615 93999806685184 93999807579717 140736970546416 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93999807818768 93999807866512 93999816966144 140736970553627 140736970553825 140736970553825 140736970559427 0
/proc/50875/statm: 1048 736 672 219 0 110 0
[pid=50921] ppid=50875 vsize=390888 memory=321772 CPUtime=3330.46 cores=0,2
/proc/50921/stat : 50921 (roundingsat) R 50875 50875 50809 0 -1 4194304 43436 0 0 0 331500 1546 0 0 20 0 1 0 48219548 400269312 80443 18446744073709551615 4227072 8923433 140729680508960 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 13754368 140729680517366 140729680517672 140729680517672 140729680523242 0
/proc/50921/statm: 97722 80443 2496 1147 0 85149 0
Current children cumulated CPU time: 3332.08 s
Current children cumulated vsize: 395080 KiB
Current children cumulated memory: 324716 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/275 51143
/proc/meminfo: memFree=106237416/131249996 swapFree=33010684/33010684
[pid=50875] ppid=50862 vsize=4192 memory=2944 CPUtime=1.62 cores=0,2
/proc/50875/stat : 50875 (run-opt-ls-log.) S 50862 50875 50809 0 -1 4194304 242 13845 0 0 0 0 160 2 20 0 1 0 48219380 4292608 736 18446744073709551615 93999806685184 93999807579717 140736970546416 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93999807818768 93999807866512 93999816966144 140736970553627 140736970553825 140736970553825 140736970559427 0
/proc/50875/statm: 1048 736 672 219 0 110 0
[pid=50921] ppid=50875 vsize=611936 memory=442220 CPUtime=3390.25 cores=0,2
/proc/50921/stat : 50921 (roundingsat) R 50875 50875 50809 0 -1 4194304 46470 0 0 0 337440 1585 0 0 20 0 1 0 48219548 626622464 110555 18446744073709551615 4227072 8923433 140729680508960 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 13754368 140729680517366 140729680517672 140729680517672 140729680523242 0
/proc/50921/statm: 152984 110555 2496 1147 0 140411 0
Current children cumulated CPU time: 3391.87 s
Current children cumulated vsize: 616128 KiB
Current children cumulated memory: 445164 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/275 51146
/proc/meminfo: memFree=105677688/131249996 swapFree=33010684/33010684
[pid=50875] ppid=50862 vsize=4192 memory=2944 CPUtime=1.62 cores=0,2
/proc/50875/stat : 50875 (run-opt-ls-log.) S 50862 50875 50809 0 -1 4194304 242 13845 0 0 0 0 160 2 20 0 1 0 48219380 4292608 736 18446744073709551615 93999806685184 93999807579717 140736970546416 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93999807818768 93999807866512 93999816966144 140736970553627 140736970553825 140736970553825 140736970559427 0
/proc/50875/statm: 1048 736 672 219 0 110 0
[pid=50921] ppid=50875 vsize=633172 memory=516572 CPUtime=3450.02 cores=0,2
/proc/50921/stat : 50921 (roundingsat) R 50875 50875 50809 0 -1 4194304 50769 0 0 0 343377 1625 0 0 20 0 1 0 48219548 648368128 129143 18446744073709551615 4227072 8923433 140729680508960 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 13754368 140729680517366 140729680517672 140729680517672 140729680523242 0
/proc/50921/statm: 158293 129143 2496 1147 0 145720 0
Current children cumulated CPU time: 3451.64 s
Current children cumulated vsize: 637364 KiB
Current children cumulated memory: 519516 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.10 4.09 5/274 51148
/proc/meminfo: memFree=105118424/131249996 swapFree=33010684/33010684
[pid=50875] ppid=50862 vsize=4192 memory=2944 CPUtime=1.62 cores=0,2
/proc/50875/stat : 50875 (run-opt-ls-log.) S 50862 50875 50809 0 -1 4194304 242 13845 0 0 0 0 160 2 20 0 1 0 48219380 4292608 736 18446744073709551615 93999806685184 93999807579717 140736970546416 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93999807818768 93999807866512 93999816966144 140736970553627 140736970553825 140736970553825 140736970559427 0
/proc/50875/statm: 1048 736 672 219 0 110 0
[pid=50921] ppid=50875 vsize=651352 memory=532060 CPUtime=3509.8 cores=0,2
/proc/50921/stat : 50921 (roundingsat) R 50875 50875 50809 0 -1 4194304 54638 0 0 0 349327 1653 0 0 20 0 1 0 48219548 666984448 133015 18446744073709551615 4227072 8923433 140729680508960 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 13754368 140729680517366 140729680517672 140729680517672 140729680523242 0
/proc/50921/statm: 162838 133015 2496 1147 0 150265 0
Current children cumulated CPU time: 3511.42 s
Current children cumulated vsize: 655544 KiB
Current children cumulated memory: 535004 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/271 51150
/proc/meminfo: memFree=104660016/131249996 swapFree=33010684/33010684
[pid=50875] ppid=50862 vsize=4192 memory=2944 CPUtime=1.62 cores=0,2
/proc/50875/stat : 50875 (run-opt-ls-log.) S 50862 50875 50809 0 -1 4194304 242 13845 0 0 0 0 160 2 20 0 1 0 48219380 4292608 736 18446744073709551615 93999806685184 93999807579717 140736970546416 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93999807818768 93999807866512 93999816966144 140736970553627 140736970553825 140736970553825 140736970559427 0
/proc/50875/statm: 1048 736 672 219 0 110 0
[pid=50921] ppid=50875 vsize=651352 memory=532700 CPUtime=3569.62 cores=0,2
/proc/50921/stat : 50921 (roundingsat) R 50875 50875 50809 0 -1 4194304 54861 0 0 0 355291 1671 0 0 20 0 1 0 48219548 666984448 133175 18446744073709551615 4227072 8923433 140729680508960 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 13754368 140729680517366 140729680517672 140729680517672 140729680523242 0
/proc/50921/statm: 162838 133175 2496 1147 0 150265 0
Current children cumulated CPU time: 3571.24 s
Current children cumulated vsize: 655544 KiB
Current children cumulated memory: 535644 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.2 s]
/proc/loadavg: 4.12 4.10 4.09 5/271 51151
/proc/meminfo: memFree=104544400/131249996 swapFree=33010684/33010684
[pid=50875] ppid=50862 vsize=4192 memory=2944 CPUtime=1.62 cores=0,2
/proc/50875/stat : 50875 (run-opt-ls-log.) S 50862 50875 50809 0 -1 4194304 242 13845 0 0 0 0 160 2 20 0 1 0 48219380 4292608 736 18446744073709551615 93999806685184 93999807579717 140736970546416 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93999807818768 93999807866512 93999816966144 140736970553627 140736970553825 140736970553825 140736970559427 0
/proc/50875/statm: 1048 736 672 219 0 110 0
[pid=50921] ppid=50875 vsize=651352 memory=532700 CPUtime=3598.43 cores=0,2
/proc/50921/stat : 50921 (roundingsat) R 50875 50875 50809 0 -1 4194304 54865 0 0 0 358165 1678 0 0 20 0 1 0 48219548 666984448 133175 18446744073709551615 4227072 8923433 140729680508960 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 13754368 140729680517366 140729680517672 140729680517672 140729680523242 0
/proc/50921/statm: 162838 133175 2496 1147 0 150265 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 655544 KiB
Current children cumulated memory: 535644 KiB

Sending SIGTERM to process tree (bottom up)

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

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

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

# cumulated CPU time of all completed processes:  user=3583.28 s, system=16.8155 s
# this solver process was not waited by its parent and was adopted by runsolver

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

Child status: 2

Real time (s): 3611.22
CPU time (s): 3600.09
CPU user time (s): 3583.28
CPU system time (s): 16.8155
CPU usage (%): 99.6918
Max. virtual memory (cumulated for all children) (KiB): 655544
Max. memory (cumulated for all children) (KiB): 535644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3583.28
system time used= 16.8155
maximum resident set size= 532828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68991
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3537912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 542
involuntary context switches= 8457


# summary of solver processes directly reported to runsolver:
#   pid: 50875,50921
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3583.28
#   total CPU system time (s): 16.8155

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.91992 second user time and 16.1337 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-07-01 01:16:55
IDJOB=4486381
IDBENCH=147019
IDSOLVER=3356
FILE ID=nodeC024/4486381-1751325415
RUNJOBID= nodeC024-1751325414-50819
SLURM_JOB_ID= 9594351
Free space on /tmp= 433056 MiB

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

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

MD5SUM BENCH= aa9fde9a58805e0fa430d773484bcae7
RANDOM SEED=1500356125

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		: 3600.153
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.678
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		: 3599.692
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		: 3598.725
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.750
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		: 3598.742
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		: 3599.148
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.685
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:        129407808 kB
MemAvailable:   129748748 kB
Buffers:            3280 kB
Cached:          1146572 kB
SwapCached:            0 kB
Active:           321740 kB
Inactive:         891088 kB
Active(anon):      81040 kB
Inactive(anon):        0 kB
Active(file):     240700 kB
Inactive(file):   891088 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             32076 kB
Writeback:             4 kB
AnonPages:         66368 kB
Mapped:           102668 kB
Shmem:             18064 kB
KReclaimable:      96384 kB
Slab:             183436 kB
SReclaimable:      96384 kB
SUnreclaim:        87052 kB
KernelStack:        4056 kB
PageTables:         2680 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     330948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150424 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 433020 MiB
End job on nodeC024 at 2025-07-01 02:17:06