Trace number 4518874

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+pbsuma-opt 63f22adOPT0 3180.03 3189.89

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/multverif/
diagcomm_less/normalized-mult_diagcomm_opt_less_teq_nbits_19.opb
MD5SUMd7b5082e0c8210cd1db8ac24c14853d2
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.135812
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2242
Total number of constraints3325
Number of constraints which are clauses2166
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1159
Minimum length of a constraint2
Maximum length of a constraint5
Number of terms in the objective function 76
Biggest coefficient in the objective function 137438953472
Number of bits for the biggest coefficient in the objective function 38
Sum of the numbers in the objective function 549755813886
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 137438953472
Number of bits of the biggest number in a constraint 38
Biggest sum of numbers in a constraint 549755813886
Number of bits of the biggest sum of numbers39
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-4518874-1751532157.opb'
0.00/0.01	c 	read 0.10MB  (1.75ms)
0.00/0.01	c	 [cnf: #variables 2242 #clauses 3326 #duplicates 0 #arr 9462]
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.01	c	 [group: #orbits ~= 0] (2.58ms)
0.00/0.01	c 
0.00/0.01	c detect special group actions
0.00/0.01	c 	probe for Johnson action (limit=64)
0.00/0.01	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.01	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.01	c 	 (0.45ms)
0.00/0.01	c 
0.00/0.01	c detect symmetries on remainder
0.00/0.01	c 	[graph: #vertices 12219 #edges 32226]
0.00/0.01	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.01	c 	 [group: #symmetries 1.00*10^0 #generators 0] (0.67ms)
0.00/0.01	c 
0.00/0.01	c finalize break order and special generators
0.00/0.01	c 
0.00/0.01	c generation finished
0.00/0.01	c 	[sbp: #constraints 0 #add_vars 0]
0.00/0.01	c 
0.00/0.01	c write result to 'HOME/instance-4518874-1751532157.opb.pre'
0.00/0.01	c 	wrote 0.10MB (0.36ms)
0.00/0.01	c ------------------------------------------------------------------
0.00/0.01	c                   2.58ms 42.14% approx_orbits
0.00/0.01	c                   1.75ms 28.56% parse
0.00/0.01	c                   0.67ms 10.97% detect_generic
0.00/0.01	c                   0.45ms  7.34% detect_special
0.00/0.01	c                   0.36ms  5.84% output
0.00/0.01	c                   0.25ms  4.01% other
0.00/0.01	c                   0.07ms  1.15% finalize_order
0.00/0.01	c         ───────────────────────────────────────────────
0.00/0.01	c                   6.13ms   100% total
0.00/0.01	c ------------------------------------------------------------------
0.00/0.02	c RoundingSat 2
0.00/0.02	c branch pb25
0.00/0.02	c commit 63f22ad
0.00/0.04	c #variables 2242 #constraints 4484
0.00/0.04	c objective is ce64 
0.00/0.04	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.00/0.04	c initial counting CF 32, 64, 128, Arb: 1368 , 1 , 0 , 0
0.00/0.04	c bounds - >= -274877906943 @ 0.01207
0.07/0.15	c bounds 0 >= -274877906943 @ 0.106036
0.07/0.15	c bounds 0 >= -206158430207 @ 0.106321
0.07/0.15	c bounds 0 >= -137438953471 @ 0.106623
2.16/2.20	c #Conflicts:       1000 | #Constraints:       5494
2.16/2.20	c #Conflicts:       2000 | #Constraints:       6494
2.16/2.20	c INPROCESSING
2.16/2.20	c GARBAGE COLLECT
2.16/2.20	c #Conflicts:       3000 | #Constraints:       6524
2.16/2.20	c #Conflicts:       4000 | #Constraints:       7524
2.16/2.20	c INPROCESSING
2.16/2.20	c GARBAGE COLLECT
2.16/2.20	c #Conflicts:       5000 | #Constraints:       6946
2.16/2.20	c #Conflicts:       6000 | #Constraints:       7946
2.16/2.20	c INPROCESSING
2.16/2.20	c GARBAGE COLLECT
2.16/2.20	WSVECS04 Frhs2[4]: 6 -379303 0 shouldn't be
2.16/2.20	WSVECS04 Frhs2[5]: 6 -141443 0 shouldn't be
2.16/2.20	WSVECS04 Frhs2[19]: 6 -8.05306e+07 0 shouldn't be
2.16/2.20	WSVECS04 Frhs2[20]: 6 -15554.3 0 shouldn't be
2.16/2.20	WSVECS04 Frhs2[23]: 6 -287700 0 shouldn't be
2.16/2.20	WSVECS04 Frhs2[38]: 6 -9.19838e+09 0 shouldn't be
2.16/2.20	WSVECS04 Frhs2[114]: 6 -2.23696e+06 0 shouldn't be
2.16/2.20	WSVECS04 Frhs2[118]: 6 -136.163 0 shouldn't be
2.16/2.20	WSVECS04 Frhs2[133]: 6 -4.47392e+06 0 shouldn't be
2.16/2.20	WSVECS04 Frhs2[384]: 6 -2.23696e+06 0 shouldn't be
2.16/2.20	WSVECS04 Frhs2[425]: 6 0 136.533 shouldn't be
2.16/2.20	WSVECS04 Frhs2[444]: 6 0 273.067 shouldn't be
2.16/2.20	WSVECS04 Frhs2[463]: 6 0 546.133 shouldn't be
2.16/2.20	WSVECS04 Frhs2[482]: 6 0 1092.27 shouldn't be
2.16/2.20	WSVECS04 Frhs2[501]: 6 0 2184.53 shouldn't be
2.16/2.20	WSVECS04 Frhs2[520]: 6 0 4369.06 shouldn't be
2.16/2.20	WSVECS04 Frhs2[558]: 6 0 17476.3 shouldn't be
2.16/2.20	WSVECS04 Frhs2[596]: 6 0 69905 shouldn't be
2.16/2.20	WSVECS04 Frhs2[615]: 6 0 139810 shouldn't be
2.16/2.20	WSVECS04 Frhs2[653]: 6 0 559240 shouldn't be
2.16/2.20	WSVECS04 Frhs2[672]: 6 0 1.11848e+06 shouldn't be
2.16/2.20	WSVECS04 Frhs2[710]: 6 0 4.47392e+06 shouldn't be
2.16/2.20	WSVECS04 Frhs2[748]: 6 0 1.78957e+07 shouldn't be
2.16/2.20	WSVECS04 Frhs2[799]: 6 0 68.0814 shouldn't be
2.16/2.20	WSVECS04 Frhs2[1101]: 6 0 7.33007e+10 shouldn't be
2.16/2.20	WSVECS04 Frhs2[1108]: 6 0 136.533 shouldn't be
2.16/2.20	WSVECS04 Frhs2[1502]: 6 -8.51025 0 shouldn't be
2.16/2.20	WSVECS04 Frhs2[1521]: 6 -17.0204 0 shouldn't be
2.16/2.20	WSVECS04 Frhs2[1748]: 6 0 9.16259e+09 shouldn't be
2.16/2.20	WSVECS04 Frhs2[1787]: 6 -279620 0 shouldn't be
2.16/2.20	WSVECS04 Frhs2[1815]: 6 -655.9 0 shouldn't be
2.16/2.20	WSVECS04 Frhs2[1818]: 6 -5247.2 0 shouldn't be
2.16/2.20	WSVECS04 Frhs2[2203]: 6 0 6.87195e+10 shouldn't be
11.04/11.14	c #Conflicts:       7000 | #Constraints:       6975
11.04/11.14	c #Conflicts:       8000 | #Constraints:       7975
11.04/11.14	c #Conflicts:       9000 | #Constraints:       8975
11.04/11.14	c INPROCESSING
11.04/11.14	c GARBAGE COLLECT
11.04/11.14	c #Conflicts:      10000 | #Constraints:       7715
11.04/11.14	c #Conflicts:      11000 | #Constraints:       8715
11.04/11.14	c #Conflicts:      12000 | #Constraints:       9715
11.04/11.14	c INPROCESSING
11.04/11.14	c GARBAGE COLLECT
11.04/11.14	c #Conflicts:      13000 | #Constraints:       8198
11.04/11.14	c #Conflicts:      14000 | #Constraints:       9198
11.04/11.14	c #Conflicts:      15000 | #Constraints:      10198
11.04/11.14	c INPROCESSING
11.04/11.14	c GARBAGE COLLECT
11.04/11.14	c #Conflicts:      16000 | #Constraints:       8457
11.04/11.14	c #Conflicts:      17000 | #Constraints:       9457
11.04/11.14	c #Conflicts:      18000 | #Constraints:      10459
11.04/11.14	c INPROCESSING
11.04/11.14	c GARBAGE COLLECT
11.04/11.14	c #Conflicts:      19000 | #Constraints:       8436
11.04/11.14	c #Conflicts:      20000 | #Constraints:       9436
11.04/11.14	c #Conflicts:      21000 | #Constraints:      10437
11.04/11.14	c INPROCESSING
11.04/11.14	c GARBAGE COLLECT
11.04/11.14	c #Conflicts:      22000 | #Constraints:       8268
11.04/11.14	c #Conflicts:      23000 | #Constraints:       9268
11.04/11.14	c #Conflicts:      24000 | #Constraints:      10269
11.04/11.14	c #Conflicts:      25000 | #Constraints:      11270
11.04/11.14	c #Conflicts:      26000 | #Constraints:      12271
11.04/11.14	c #Conflicts:      27000 | #Constraints:      13274
11.04/11.14	c #Conflicts:      28000 | #Constraints:      14275
11.04/11.14	WSVECS04 Frhs2[8]: 6 -1.01338e+09 0 shouldn't be
11.04/11.14	WSVECS04 Frhs2[50]: 6 0 65536 shouldn't be
11.04/11.14	WSVECS04 Frhs2[62]: 6 -32 0 shouldn't be
11.04/11.14	WSVECS04 Frhs2[106]: 6 0 262144 shouldn't be
11.04/11.14	WSVECS04 Frhs2[107]: 6 0 524288 shouldn't be
11.04/11.14	WSVECS04 Frhs2[108]: 6 0 1.04858e+06 shouldn't be
11.04/11.14	WSVECS04 Frhs2[125]: 6 0 524288 shouldn't be
11.04/11.14	WSVECS04 Frhs2[126]: 6 0 1.04858e+06 shouldn't be
11.04/11.14	WSVECS04 Frhs2[127]: 6 0 2.09715e+06 shouldn't be
11.04/11.14	WSVECS04 Frhs2[138]: 6 -512 0 shouldn't be
11.04/11.14	WSVECS04 Frhs2[139]: 6 -1024 0 shouldn't be
11.04/11.14	WSVECS04 Frhs2[176]: 6 -2048 0 shouldn't be
11.04/11.14	WSVECS04 Frhs2[177]: 6 -4096 0 shouldn't be
11.04/11.14	WSVECS04 Frhs2[189]: 6 -1.17617e+07 0 shouldn't be
11.04/11.14	WSVECS04 Frhs2[233]: 6 -16384 0 shouldn't be
11.04/11.14	WSVECS04 Frhs2[234]: 6 -32768 0 shouldn't be
11.04/11.14	WSVECS04 Frhs2[235]: 6 0 2.09715e+06 shouldn't be
11.04/11.14	WSVECS04 Frhs2[237]: 6 0 8.38861e+06 shouldn't be
11.04/11.14	WSVECS04 Frhs2[252]: 6 -32768 0 shouldn't be
11.04/11.14	WSVECS04 Frhs2[253]: 6 -65536 0 shouldn't be
11.04/11.14	WSVECS04 Frhs2[256]: 6 0 1.67772e+07 shouldn't be
11.04/11.14	WSVECS04 Frhs2[290]: 6 -131072 0 shouldn't be
11.04/11.14	WSVECS04 Frhs2[291]: 6 -262144 0 shouldn't be
11.04/11.14	WSVECS04 Frhs2[328]: 6 -524288 0 shouldn't be
11.04/11.14	WSVECS04 Frhs2[329]: 6 -1.04858e+06 0 shouldn't be
11.04/11.14	WSVECS04 Frhs2[330]: 6 0 6.71089e+07 shouldn't be
11.04/11.14	WSVECS04 Frhs2[355]: 6 0 8.58993e+09 shouldn't be
11.04/11.14	WSVECS04 Frhs2[368]: 6 0 8.38861e+06 shouldn't be
11.04/11.14	WSVECS04 Frhs2[372]: 6 0 4.29497e+09 shouldn't be
11.04/11.14	WSVECS04 Frhs2[373]: 6 0 8.58993e+09 shouldn't be
11.04/11.14	WSVECS04 Frhs2[374]: 6 0 1.71799e+10 shouldn't be
11.04/11.14	WSVECS04 Frhs2[403]: 6 0 8.00004 shouldn't be
11.04/11.14	WSVECS04 Frhs2[416]: 6 0 65536 shouldn't be
11.04/11.14	WSVECS04 Frhs2[417]: 6 0 131072 shouldn't be
11.04/11.14	WSVECS04 Frhs2[422]: 6 0 16 shouldn't be
11.04/11.14	WSVECS04 Frhs2[423]: 6 0 32 shouldn't be
11.04/11.14	WSVECS04 Frhs2[436]: 6 0 262144 shouldn't be
11.04/11.14	WSVECS04 Frhs2[441]: 6 0 32 shouldn't be
11.04/11.14	WSVECS04 Frhs2[442]: 6 0 64.0001 shouldn't be
11.04/11.14	WSVECS04 Frhs2[461]: 6 0 128 shouldn't be
11.04/11.14	WSVECS04 Frhs2[479]: 6 0 128 shouldn't be
11.04/11.14	WSVECS04 Frhs2[480]: 6 0 256 shouldn't be
11.04/11.14	WSVECS04 Frhs2[492]: 6 0 1.04858e+06 shouldn't be
11.04/11.14	WSVECS04 Frhs2[493]: 6 0 2.09715e+06 shouldn't be
11.04/11.14	WSVECS04 Frhs2[498]: 6 0 256 shouldn't be
11.04/11.14	WSVECS04 Frhs2[499]: 6 0 512 shouldn't be
11.04/11.14	WSVECS04 Frhs2[511]: 6 0 2.09715e+06 shouldn't be
11.04/11.14	WSVECS04 Frhs2[512]: 6 0 4.1943e+06 shouldn't be
11.04/11.14	WSVECS04 Frhs2[516]: 6 0 256 shouldn't be
11.04/11.14	WSVECS04 Frhs2[517]: 6 0 512 shouldn't be
11.04/11.14	WSVECS04 Frhs2[527]: 6 0 524288 shouldn't be
11.04/11.14	WSVECS04 Frhs2[536]: 6 0 1024 shouldn't be
11.04/11.14	WSVECS04 Frhs2[549]: 6 0 8.38861e+06 shouldn't be
11.04/11.14	WSVECS04 Frhs2[552]: 6 0 256 shouldn't be
11.04/11.14	WSVECS04 Frhs2[555]: 6 0 2048 shouldn't be
11.04/11.14	WSVECS04 Frhs2[559]: 6 0 32768 shouldn't be
11.04/11.14	WSVECS04 Frhs2[562]: 6 0 262144 shouldn't be
11.04/11.14	WSVECS04 Frhs2[563]: 6 0 524288 shouldn't be
11.04/11.14	WSVECS04 Frhs2[606]: 6 0 6.71089e+07 shouldn't be
11.04/11.14	WSVECS04 Frhs2[607]: 6 0 1.34218e+08 shouldn't be
11.04/11.14	WSVECS04 Frhs2[625]: 6 0 1.34218e+08 shouldn't be
11.04/11.14	WSVECS04 Frhs2[631]: 6 0 32768 shouldn't be
11.04/11.14	WSVECS04 Frhs2[723]: 6 0 131072 shouldn't be
11.04/11.14	WSVECS04 Frhs2[767]: 6 0 256 shouldn't be
11.04/11.14	WSVECS04 Frhs2[770]: 6 0 65536 shouldn't be
11.04/11.14	WSVECS04 Frhs2[784]: 6 0 256 shouldn't be
11.04/11.14	WSVECS04 Frhs2[831]: 6 0 6.71089e+07 shouldn't be
11.04/11.14	WSVECS04 Frhs2[893]: 6 0 1.04858e+06 shouldn't be
11.04/11.14	WSVECS04 Frhs2[928]: 6 0 2.09715e+06 shouldn't be
11.04/11.14	WSVECS04 Frhs2[1005]: 6 -1.07374e+09 0 shouldn't be
11.04/11.14	WSVECS04 Frhs2[1022]: 6 -1.07374e+09 0 shouldn't be
11.04/11.14	WSVECS04 Frhs2[1059]: 6 0 8.58993e+09 shouldn't be
11.04/11.14	WSVECS04 Frhs2[1070]: 6 0 4.1943e+06 shouldn't be
11.04/11.14	WSVECS04 Frhs2[1087]: 6 0 4.1943e+06 shouldn't be
11.04/11.14	WSVECS04 Frhs2[1096]: 6 -6.87195e+10 0 shouldn't be
11.04/11.14	WSVECS04 Frhs2[1310]: 6 -1.41352e+08 0 shouldn't be
11.04/11.14	WSVECS04 Frhs2[1329]: 6 -5.6541e+08 0 shouldn't be
11.04/11.14	WSVECS04 Frhs2[1333]: 6 -2.68435e+08 0 shouldn't be
11.04/11.14	WSVECS04 Frhs2[1343]: 6 -2.09715e+06 0 shouldn't be
11.04/11.14	WSVECS04 Frhs2[1367]: 6 -2.68435e+08 0 shouldn't be
11.04/11.14	WSVECS04 Frhs2[1463]: 6 -8.38861e+06 0 shouldn't be
11.04/11.14	WSVECS04 Frhs2[1481]: 6 0 8.38861e+06 shouldn't be
11.04/11.14	WSVECS04 Frhs2[1500]: 6 0 1.67772e+07 shouldn't be
11.04/11.14	WSVECS04 Frhs2[1519]: 6 0 3.35544e+07 shouldn't be
11.04/11.14	WSVECS04 Frhs2[1586]: 6 0 1.04858e+06 shouldn't be
11.04/11.14	WSVECS04 Frhs2[1678]: 6 0 131072 shouldn't be
11.04/11.14	WSVECS04 Frhs2[1686]: 6 0 1.07374e+09 shouldn't be
11.04/11.14	WSVECS04 Frhs2[1800]: 6 0 6.87195e+10 shouldn't be
11.04/11.14	WSVECS04 Frhs2[1901]: 6 0 32 shouldn't be
11.04/11.14	WSVECS04 Frhs2[2064]: 6 0 5.6541e+08 shouldn't be
11.04/11.14	WSVECS04 Frhs2[2065]: 6 0 1.13082e+09 shouldn't be
11.04/11.14	WSVECS04 Frhs2[2139]: 6 0 4.38906e+09 shouldn't be
11.23/11.33	WSVECS04 Frhs2[63]: 6 -64.0001 0 shouldn't be
11.23/11.33	WSVECS04 Frhs2[82]: 6 -128 0 shouldn't be
11.23/11.33	WSVECS04 Frhs2[409]: 6 0 512 shouldn't be
11.23/11.33	WSVECS04 Frhs2[412]: 6 0 4096 shouldn't be
11.23/11.33	WSVECS04 Frhs2[428]: 6 0 1024 shouldn't be
11.23/11.33	WSVECS04 Frhs2[431]: 6 0 8192 shouldn't be
11.23/11.33	WSVECS04 Frhs2[447]: 6 0 2048 shouldn't be
11.23/11.33	WSVECS04 Frhs2[450]: 6 0 16384 shouldn't be
11.23/11.33	WSVECS04 Frhs2[454]: 6 0 262144 shouldn't be
11.23/11.33	WSVECS04 Frhs2[455]: 6 0 524288 shouldn't be
11.23/11.33	WSVECS04 Frhs2[460]: 6 0 64 shouldn't be
11.23/11.33	WSVECS04 Frhs2[466]: 6 0 4096 shouldn't be
11.23/11.33	WSVECS04 Frhs2[469]: 6 0 32768 shouldn't be
11.23/11.33	WSVECS04 Frhs2[473]: 6 0 524288 shouldn't be
11.23/11.33	WSVECS04 Frhs2[485]: 6 0 8192 shouldn't be
11.23/11.33	WSVECS04 Frhs2[488]: 6 0 65536 shouldn't be
11.23/11.33	WSVECS04 Frhs2[504]: 6 0 16384 shouldn't be
11.23/11.33	WSVECS04 Frhs2[507]: 6 0 131072 shouldn't be
11.23/11.33	WSVECS04 Frhs2[515]: 6 0 128 shouldn't be
11.23/11.33	WSVECS04 Frhs2[518]: 6 0 1024 shouldn't be
11.23/11.33	WSVECS04 Frhs2[519]: 6 0 2048 shouldn't be
11.23/11.33	WSVECS04 Frhs2[521]: 6 0 8192 shouldn't be
11.23/11.33	WSVECS04 Frhs2[523]: 6 0 32768 shouldn't be
11.23/11.33	WSVECS04 Frhs2[524]: 6 0 65536 shouldn't be
11.23/11.33	WSVECS04 Frhs2[525]: 6 0 131072 shouldn't be
11.23/11.33	WSVECS04 Frhs2[537]: 6 0 2048 shouldn't be
11.23/11.33	WSVECS04 Frhs2[542]: 6 0 65536 shouldn't be
11.23/11.33	WSVECS04 Frhs2[550]: 6 0 1.67772e+07 shouldn't be
11.23/11.33	WSVECS04 Frhs2[553]: 6 0 512 shouldn't be
11.23/11.33	WSVECS04 Frhs2[554]: 6 0 1024 shouldn't be
11.23/11.33	WSVECS04 Frhs2[561]: 6 0 131072 shouldn't be
11.23/11.33	WSVECS04 Frhs2[571]: 6 0 512 shouldn't be
11.23/11.33	WSVECS04 Frhs2[632]: 6 0 65536 shouldn't be
11.23/11.33	WSVECS04 Frhs2[841]: 6 0 524288 shouldn't be
11.23/11.33	WSVECS04 Frhs2[892]: 6 0 16384 shouldn't be
11.23/11.33	WSVECS04 Frhs2[964]: 6 0 8.38861e+06 shouldn't be
11.23/11.33	WSVECS04 Frhs2[1545]: 6 0 1024 shouldn't be
11.23/11.33	WSVECS04 Frhs2[1564]: 6 0 2048 shouldn't be
11.23/11.33	WSVECS04 Frhs2[1567]: 6 0 524288 shouldn't be
11.23/11.33	WSVECS04 Frhs2[1604]: 6 -1.04858e+06 0 shouldn't be
11.23/11.33	WSVECS04 Frhs2[1939]: 6 0 128 shouldn't be
11.23/11.33	WSVECS04 Frhs2[1996]: 6 0 1024 shouldn't be
11.23/11.33	WSVECS04 Frhs2[2015]: 6 0 2048 shouldn't be
11.23/11.33	WSVECS04 Frhs2[2196]: 6 0 5.36871e+08 shouldn't be
11.23/11.33	WSVECS04 Frhs2[2222]: 6 -131072 0 shouldn't be
11.63/11.72	WSVECS04 Frhs2[474]: 6 0 1.04858e+06 shouldn't be
11.63/11.72	WSVECS04 Frhs2[530]: 6 0 4.1943e+06 shouldn't be
11.63/11.72	WSVECS04 Frhs2[532]: 6 0 1.67772e+07 shouldn't be
11.63/11.72	WSVECS04 Frhs2[575]: 6 0 8192 shouldn't be
11.63/11.72	WSVECS04 Frhs2[593]: 6 0 8192 shouldn't be
11.63/11.72	WSVECS04 Frhs2[594]: 6 0 16384 shouldn't be
11.63/11.72	WSVECS04 Frhs2[613]: 6 0 32768 shouldn't be
11.63/11.72	WSVECS04 Frhs2[1282]: 6 -2.68435e+08 0 shouldn't be
11.63/11.72	WSVECS04 Frhs2[2084]: 6 0 2.26164e+09 shouldn't be
11.94/12.02	WSVECS04 Frhs2[273]: 6 0 8.38861e+06 shouldn't be
11.94/12.02	WSVECS04 Frhs2[274]: 6 0 1.67772e+07 shouldn't be
11.94/12.02	WSVECS04 Frhs2[275]: 6 0 3.35544e+07 shouldn't be
11.94/12.02	WSVECS04 Frhs2[276]: 6 0 6.71089e+07 shouldn't be
11.94/12.02	WSVECS04 Frhs2[556]: 6 0 4096 shouldn't be
11.94/12.02	WSVECS04 Frhs2[574]: 6 0 4096 shouldn't be
11.94/12.02	WSVECS04 Frhs2[612]: 6 0 16384 shouldn't be
11.94/12.02	WSVECS04 Frhs2[1672]: 6 -1.71799e+10 0 shouldn't be
11.94/12.02	WSVECS04 Frhs2[2214]: 6 -512 0 shouldn't be
12.13/12.26	WSVECS04 Frhs2[217]: 6 0 2.09715e+06 shouldn't be
12.13/12.26	WSVECS04 Frhs2[218]: 6 0 4.1943e+06 shouldn't be
12.13/12.26	WSVECS04 Frhs2[227]: 6 0 2.14748e+09 shouldn't be
12.13/12.26	WSVECS04 Frhs2[277]: 6 0 1.34218e+08 shouldn't be
12.13/12.26	WSVECS04 Frhs2[894]: 6 0 2.09715e+06 shouldn't be
12.13/12.26	WSVECS04 Frhs2[1359]: 6 -1.04858e+06 0 shouldn't be
12.13/12.26	WSVECS04 Frhs2[1453]: 6 -256 0 shouldn't be
12.13/12.26	WSVECS04 Frhs2[1482]: 6 -1.67772e+07 0 shouldn't be
12.13/12.26	WSVECS04 Frhs2[1501]: 6 -3.35544e+07 0 shouldn't be
12.13/12.26	WSVECS04 Frhs2[1520]: 6 -6.71089e+07 0 shouldn't be
12.13/12.26	WSVECS04 Frhs2[1539]: 6 -1.34218e+08 0 shouldn't be
12.13/12.26	WSVECS04 Frhs2[1558]: 6 -2.68435e+08 0 shouldn't be
12.13/12.26	WSVECS04 Frhs2[1577]: 6 -5.36871e+08 0 shouldn't be
12.13/12.26	WSVECS04 Frhs2[1596]: 6 -1.07374e+09 0 shouldn't be
12.13/12.26	WSVECS04 Frhs2[1621]: 6 0 16384 shouldn't be
12.13/12.26	WSVECS04 Frhs2[1640]: 6 0 32768 shouldn't be
12.13/12.26	WSVECS04 Frhs2[1659]: 6 0 2.16269e+06 shouldn't be
12.13/12.26	WSVECS04 Frhs2[1697]: 6 0 8.65075e+06 shouldn't be
12.13/12.26	WSVECS04 Frhs2[1716]: 6 0 1.73015e+07 shouldn't be
12.13/12.26	WSVECS04 Frhs2[1717]: 6 0 3.4603e+07 shouldn't be
12.13/12.26	WSVECS04 Frhs2[2234]: 6 -5.36871e+08 0 shouldn't be
12.54/12.62	WSVECS04 Frhs2[8]: 6 -1.01338e+09 0 shouldn't be
12.54/12.62	WSVECS04 Frhs2[50]: 6 0 65536 shouldn't be
12.54/12.62	WSVECS04 Frhs2[62]: 6 -32 0 shouldn't be
12.54/12.62	WSVECS04 Frhs2[63]: 6 -64 0 shouldn't be
12.54/12.62	WSVECS04 Frhs2[82]: 6 -128 0 shouldn't be
12.54/12.62	WSVECS04 Frhs2[106]: 6 0 262144 shouldn't be
12.54/12.62	WSVECS04 Frhs2[107]: 6 0 524288 shouldn't be
12.54/12.62	WSVECS04 Frhs2[108]: 6 0 1.04858e+06 shouldn't be
12.54/12.62	WSVECS04 Frhs2[125]: 6 0 524288 shouldn't be
12.54/12.62	WSVECS04 Frhs2[126]: 6 0 1.04858e+06 shouldn't be
12.54/12.62	WSVECS04 Frhs2[127]: 6 0 2.09715e+06 shouldn't be
12.54/12.62	WSVECS04 Frhs2[138]: 6 -512 0 shouldn't be
12.54/12.62	WSVECS04 Frhs2[139]: 6 -1024 0 shouldn't be
12.54/12.62	WSVECS04 Frhs2[176]: 6 -2048 0 shouldn't be
12.54/12.62	WSVECS04 Frhs2[177]: 6 -4096 0 shouldn't be
12.54/12.62	WSVECS04 Frhs2[189]: 6 -1.17617e+07 0 shouldn't be
12.54/12.62	WSVECS04 Frhs2[222]: 6 0 6.71089e+07 shouldn't be
12.54/12.62	WSVECS04 Frhs2[233]: 6 -16384 0 shouldn't be
12.54/12.62	WSVECS04 Frhs2[234]: 6 -32768 0 shouldn't be
12.54/12.62	WSVECS04 Frhs2[237]: 6 0 8.38861e+06 shouldn't be
12.54/12.62	WSVECS04 Frhs2[252]: 6 -32768 0 shouldn't be
12.54/12.62	WSVECS04 Frhs2[253]: 6 -65536 0 shouldn't be
12.54/12.62	WSVECS04 Frhs2[256]: 6 0 1.67772e+07 shouldn't be
12.54/12.62	WSVECS04 Frhs2[275]: 6 0 3.35544e+07 shouldn't be
12.54/12.62	WSVECS04 Frhs2[290]: 6 -131072 0 shouldn't be
12.54/12.62	WSVECS04 Frhs2[291]: 6 -262144 0 shouldn't be
12.54/12.62	WSVECS04 Frhs2[328]: 6 -524288 0 shouldn't be
12.54/12.62	WSVECS04 Frhs2[329]: 6 -1.04858e+06 0 shouldn't be
12.54/12.62	WSVECS04 Frhs2[355]: 6 0 8.58993e+09 shouldn't be
12.54/12.62	WSVECS04 Frhs2[372]: 6 0 4.29497e+09 shouldn't be
12.54/12.62	WSVECS04 Frhs2[373]: 6 0 8.58993e+09 shouldn't be
12.54/12.62	WSVECS04 Frhs2[374]: 6 0 1.71799e+10 shouldn't be
12.54/12.62	WSVECS04 Frhs2[403]: 6 0 8 shouldn't be
12.54/12.62	WSVECS04 Frhs2[412]: 6 0 4096 shouldn't be
12.54/12.62	WSVECS04 Frhs2[416]: 6 0 65536 shouldn't be
12.54/12.62	WSVECS04 Frhs2[417]: 6 0 131072 shouldn't be
12.54/12.62	WSVECS04 Frhs2[422]: 6 0 16 shouldn't be
12.54/12.62	WSVECS04 Frhs2[423]: 6 0 32 shouldn't be
12.54/12.62	WSVECS04 Frhs2[428]: 6 0 1024 shouldn't be
12.54/12.62	WSVECS04 Frhs2[431]: 6 0 8192 shouldn't be
12.54/12.62	WSVECS04 Frhs2[435]: 6 0 131072 shouldn't be
12.54/12.62	WSVECS04 Frhs2[436]: 6 0 262144 shouldn't be
12.54/12.62	WSVECS04 Frhs2[441]: 6 0 32 shouldn't be
12.54/12.62	WSVECS04 Frhs2[442]: 6 0 64 shouldn't be
12.54/12.62	WSVECS04 Frhs2[447]: 6 0 2048 shouldn't be
12.54/12.62	WSVECS04 Frhs2[450]: 6 0 16384 shouldn't be
12.54/12.62	WSVECS04 Frhs2[454]: 6 0 262144 shouldn't be
12.54/12.62	WSVECS04 Frhs2[455]: 6 0 524288 shouldn't be
12.54/12.62	WSVECS04 Frhs2[460]: 6 0 64 shouldn't be
12.54/12.62	WSVECS04 Frhs2[461]: 6 0 128 shouldn't be
12.54/12.62	WSVECS04 Frhs2[469]: 6 0 32768 shouldn't be
12.54/12.62	WSVECS04 Frhs2[474]: 6 0 1.04858e+06 shouldn't be
12.54/12.62	WSVECS04 Frhs2[480]: 6 0 256 shouldn't be
12.54/12.62	WSVECS04 Frhs2[485]: 6 0 8192 shouldn't be
12.54/12.62	WSVECS04 Frhs2[488]: 6 0 65536 shouldn't be
12.54/12.62	WSVECS04 Frhs2[492]: 6 0 1.04858e+06 shouldn't be
12.54/12.62	WSVECS04 Frhs2[493]: 6 0 2.09715e+06 shouldn't be
12.54/12.62	WSVECS04 Frhs2[498]: 6 0 256 shouldn't be
12.54/12.62	WSVECS04 Frhs2[499]: 6 0 512 shouldn't be
12.54/12.62	WSVECS04 Frhs2[504]: 6 0 16384 shouldn't be
12.54/12.62	WSVECS04 Frhs2[511]: 6 0 2.09715e+06 shouldn't be
12.54/12.62	WSVECS04 Frhs2[512]: 6 0 4.1943e+06 shouldn't be
12.54/12.62	WSVECS04 Frhs2[515]: 6 0 128 shouldn't be
12.54/12.62	WSVECS04 Frhs2[516]: 6 0 256 shouldn't be
12.54/12.62	WSVECS04 Frhs2[527]: 6 0 524288 shouldn't be
12.54/12.62	WSVECS04 Frhs2[529]: 6 0 2.09715e+06 shouldn't be
12.54/12.62	WSVECS04 Frhs2[532]: 6 0 1.67772e+07 shouldn't be
12.54/12.62	WSVECS04 Frhs2[536]: 6 0 1024 shouldn't be
12.54/12.62	WSVECS04 Frhs2[537]: 6 0 2048 shouldn't be
12.54/12.62	WSVECS04 Frhs2[549]: 6 0 8.38861e+06 shouldn't be
12.54/12.62	WSVECS04 Frhs2[550]: 6 0 1.67772e+07 shouldn't be
12.54/12.62	WSVECS04 Frhs2[552]: 6 0 256 shouldn't be
12.54/12.62	WSVECS04 Frhs2[553]: 6 0 512 shouldn't be
12.54/12.62	WSVECS04 Frhs2[555]: 6 0 2048 shouldn't be
12.54/12.62	WSVECS04 Frhs2[556]: 6 0 4096 shouldn't be
12.54/12.62	WSVECS04 Frhs2[559]: 6 0 32768 shouldn't be
12.54/12.62	WSVECS04 Frhs2[562]: 6 0 262144 shouldn't be
12.54/12.62	WSVECS04 Frhs2[563]: 6 0 524288 shouldn't be
12.54/12.62	WSVECS04 Frhs2[571]: 6 0 512 shouldn't be
12.54/12.62	WSVECS04 Frhs2[574]: 6 0 4096 shouldn't be
12.54/12.62	WSVECS04 Frhs2[575]: 6 0 8192 shouldn't be
12.54/12.62	WSVECS04 Frhs2[593]: 6 0 8192 shouldn't be
12.54/12.62	WSVECS04 Frhs2[594]: 6 0 16384 shouldn't be
12.54/12.62	WSVECS04 Frhs2[606]: 6 0 6.71089e+07 shouldn't be
12.54/12.62	WSVECS04 Frhs2[607]: 6 0 1.34218e+08 shouldn't be
12.54/12.62	WSVECS04 Frhs2[613]: 6 0 32768 shouldn't be
12.54/12.62	WSVECS04 Frhs2[625]: 6 0 1.34218e+08 shouldn't be
12.54/12.62	WSVECS04 Frhs2[631]: 6 0 32768 shouldn't be
12.54/12.62	WSVECS04 Frhs2[632]: 6 0 65536 shouldn't be
12.54/12.62	WSVECS04 Frhs2[723]: 6 0 131072 shouldn't be
12.54/12.62	WSVECS04 Frhs2[770]: 6 0 65536 shouldn't be
12.54/12.62	WSVECS04 Frhs2[784]: 6 0 256 shouldn't be
12.54/12.62	WSVECS04 Frhs2[831]: 6 0 6.71089e+07 shouldn't be
12.54/12.62	WSVECS04 Frhs2[841]: 6 0 524288 shouldn't be
12.54/12.62	WSVECS04 Frhs2[893]: 6 0 1.04858e+06 shouldn't be
12.54/12.62	WSVECS04 Frhs2[894]: 6 0 2.09715e+06 shouldn't be
12.54/12.62	WSVECS04 Frhs2[1005]: 6 -1.07374e+09 0 shouldn't be
12.54/12.62	WSVECS04 Frhs2[1018]: 6 0 6.9206e+07 shouldn't be
12.54/12.62	WSVECS04 Frhs2[1022]: 6 -1.07374e+09 0 shouldn't be
12.54/12.62	WSVECS04 Frhs2[1059]: 6 0 8.58993e+09 shouldn't be
12.54/12.62	WSVECS04 Frhs2[1075]: 6 0 4.42919e+09 shouldn't be
12.54/12.62	WSVECS04 Frhs2[1096]: 6 -6.87195e+10 0 shouldn't be
12.54/12.62	WSVECS04 Frhs2[1310]: 6 -1.41352e+08 0 shouldn't be
12.54/12.62	WSVECS04 Frhs2[1343]: 6 -2.09715e+06 0 shouldn't be
12.54/12.62	WSVECS04 Frhs2[1367]: 6 -2.68435e+08 0 shouldn't be
12.54/12.62	WSVECS04 Frhs2[1481]: 6 0 8.38861e+06 shouldn't be
12.54/12.62	WSVECS04 Frhs2[1500]: 6 0 1.67772e+07 shouldn't be
12.54/12.62	WSVECS04 Frhs2[1511]: 6 0 131072 shouldn't be
12.54/12.62	WSVECS04 Frhs2[1596]: 6 -1.07374e+09 0 shouldn't be
12.54/12.62	WSVECS04 Frhs2[1686]: 6 0 1.07374e+09 shouldn't be
12.54/12.62	WSVECS04 Frhs2[1800]: 6 0 6.87195e+10 shouldn't be
12.54/12.62	WSVECS04 Frhs2[1901]: 6 0 32 shouldn't be
12.54/12.62	WSVECS04 Frhs2[1939]: 6 0 128 shouldn't be
12.54/12.62	WSVECS04 Frhs2[1996]: 6 0 1024 shouldn't be
12.54/12.62	WSVECS04 Frhs2[2015]: 6 0 2048 shouldn't be
12.54/12.62	WSVECS04 Frhs2[2044]: 6 0 1.41352e+08 shouldn't be
12.54/12.62	WSVECS04 Frhs2[2064]: 6 0 5.6541e+08 shouldn't be
12.54/12.62	WSVECS04 Frhs2[2065]: 6 0 1.13082e+09 shouldn't be
12.54/12.62	WSVECS04 Frhs2[2139]: 6 0 4.38906e+09 shouldn't be
12.83/12.95	WSVECS04 Frhs2[276]: 6 0 6.71089e+07 shouldn't be
12.83/12.95	WSVECS04 Frhs2[368]: 6 0 8.38861e+06 shouldn't be
12.83/12.95	WSVECS04 Frhs2[409]: 6 0 512 shouldn't be
12.83/12.95	WSVECS04 Frhs2[466]: 6 0 4096 shouldn't be
12.83/12.95	WSVECS04 Frhs2[473]: 6 0 524288 shouldn't be
12.83/12.95	WSVECS04 Frhs2[507]: 6 0 131072 shouldn't be
12.83/12.95	WSVECS04 Frhs2[517]: 6 0 512 shouldn't be
12.83/12.95	WSVECS04 Frhs2[518]: 6 0 1024 shouldn't be
12.83/12.95	WSVECS04 Frhs2[519]: 6 0 2048 shouldn't be
12.83/12.95	WSVECS04 Frhs2[521]: 6 0 8192 shouldn't be
12.83/12.95	WSVECS04 Frhs2[523]: 6 0 32768 shouldn't be
12.83/12.95	WSVECS04 Frhs2[524]: 6 0 65536 shouldn't be
12.83/12.95	WSVECS04 Frhs2[525]: 6 0 131072 shouldn't be
12.83/12.95	WSVECS04 Frhs2[526]: 6 0 262144 shouldn't be
12.83/12.95	WSVECS04 Frhs2[530]: 6 0 4.1943e+06 shouldn't be
12.83/12.95	WSVECS04 Frhs2[542]: 6 0 65536 shouldn't be
12.83/12.95	WSVECS04 Frhs2[545]: 6 0 524288 shouldn't be
12.83/12.95	WSVECS04 Frhs2[561]: 6 0 131072 shouldn't be
12.83/12.95	WSVECS04 Frhs2[564]: 6 0 1.04858e+06 shouldn't be
12.83/12.95	WSVECS04 Frhs2[580]: 6 0 262144 shouldn't be
12.83/12.95	WSVECS04 Frhs2[583]: 6 0 2.09715e+06 shouldn't be
12.83/12.95	WSVECS04 Frhs2[599]: 6 0 524288 shouldn't be
12.83/12.95	WSVECS04 Frhs2[602]: 6 0 4.1943e+06 shouldn't be
12.83/12.95	WSVECS04 Frhs2[612]: 6 0 16384 shouldn't be
12.83/12.95	WSVECS04 Frhs2[618]: 6 0 1.04858e+06 shouldn't be
12.83/12.95	WSVECS04 Frhs2[621]: 6 0 8.38861e+06 shouldn't be
12.83/12.95	WSVECS04 Frhs2[640]: 6 0 1.67772e+07 shouldn't be
12.83/12.95	WSVECS04 Frhs2[767]: 6 0 256 shouldn't be
12.83/12.95	WSVECS04 Frhs2[892]: 6 0 16384 shouldn't be
12.83/12.95	WSVECS04 Frhs2[1070]: 6 0 4.1943e+06 shouldn't be
12.83/12.95	WSVECS04 Frhs2[1329]: 6 -5.6541e+08 0 shouldn't be
12.83/12.95	WSVECS04 Frhs2[1507]: 6 0 256 shouldn't be
12.83/12.95	WSVECS04 Frhs2[1518]: 6 -1.67772e+07 0 shouldn't be
12.83/12.95	WSVECS04 Frhs2[1526]: 6 0 512 shouldn't be
12.83/12.95	WSVECS04 Frhs2[1565]: 6 0 4096 shouldn't be
12.83/12.95	WSVECS04 Frhs2[1640]: 6 0 32768 shouldn't be
12.83/12.95	WSVECS04 Frhs2[1724]: 6 0 4.29497e+09 shouldn't be
15.93/16.04	c #Conflicts:      29000 | #Constraints:      15275
15.93/16.04	c #Conflicts:      30000 | #Constraints:      16275
15.93/16.04	c #Conflicts:      31000 | #Constraints:      17275
15.93/16.04	c #Conflicts:      32000 | #Constraints:      18275
15.93/16.04	c #Conflicts:      33000 | #Constraints:      19275
15.93/16.04	c INPROCESSING
15.93/16.04	c GARBAGE COLLECT
15.93/16.04	WSVECS04 Frhs2[191]: 6 0 256 shouldn't be
15.93/16.04	WSVECS04 Frhs2[305]: 6 0 16384 shouldn't be
17.92/18.07	c #Conflicts:      34000 | #Constraints:      12873
17.92/18.07	c #Conflicts:      35000 | #Constraints:      13873
17.92/18.07	c #Conflicts:      36000 | #Constraints:      14873
17.92/18.07	c #Conflicts:      37000 | #Constraints:      15873
17.92/18.07	c #Conflicts:      38000 | #Constraints:      16873
17.92/18.07	c INPROCESSING
17.92/18.07	c GARBAGE COLLECT
17.92/18.07	c bounds 0 >= -68719476735 @ 17.6263
53.72/53.93	c #Conflicts:      39000 | #Constraints:      11801
53.72/53.93	c #Conflicts:      40000 | #Constraints:      12801
53.72/53.93	c #Conflicts:      41000 | #Constraints:      13801
53.72/53.93	c #Conflicts:      42000 | #Constraints:      14801
53.72/53.93	c INPROCESSING
53.72/53.93	c GARBAGE COLLECT
53.72/53.93	c #Conflicts:      43000 | #Constraints:      10306
53.72/53.93	c #Conflicts:      44000 | #Constraints:      11306
53.72/53.93	c #Conflicts:      45000 | #Constraints:      12306
53.72/53.93	c #Conflicts:      46000 | #Constraints:      13306
53.72/53.93	c #Conflicts:      47000 | #Constraints:      14306
53.72/53.93	c #Conflicts:      48000 | #Constraints:      15306
53.72/53.93	c INPROCESSING
53.72/53.93	c GARBAGE COLLECT
53.72/53.93	c #Conflicts:      49000 | #Constraints:      11013
53.72/53.93	c #Conflicts:      50000 | #Constraints:      12013
53.72/53.93	c #Conflicts:      51000 | #Constraints:      13013
53.72/53.93	c #Conflicts:      52000 | #Constraints:      14013
53.72/53.93	c #Conflicts:      53000 | #Constraints:      15013
53.72/53.93	c INPROCESSING
53.72/53.93	c GARBAGE COLLECT
53.72/53.93	c #Conflicts:      54000 | #Constraints:      10700
53.72/53.93	c #Conflicts:      55000 | #Constraints:      11700
53.72/53.93	c #Conflicts:      56000 | #Constraints:      12701
53.72/53.93	c #Conflicts:      57000 | #Constraints:      13701
53.72/53.93	c #Conflicts:      58000 | #Constraints:      14701
53.72/53.93	c INPROCESSING
53.72/53.93	c GARBAGE COLLECT
53.72/53.93	c #Conflicts:      59000 | #Constraints:      10296
53.72/53.93	c #Conflicts:      60000 | #Constraints:      11296
53.72/53.93	c #Conflicts:      61000 | #Constraints:      12296
53.72/53.93	c #Conflicts:      62000 | #Constraints:      13296
53.72/53.93	c #Conflicts:      63000 | #Constraints:      14296
53.72/53.93	c #Conflicts:      64000 | #Constraints:      15296
53.72/53.93	c INPROCESSING
53.72/53.93	c GARBAGE COLLECT
53.72/53.93	c #Conflicts:      65000 | #Constraints:      10742
53.72/53.93	c #Conflicts:      66000 | #Constraints:      11742
53.72/53.93	c #Conflicts:      67000 | #Constraints:      12742
53.72/53.93	c #Conflicts:      68000 | #Constraints:      13742
53.72/53.93	c #Conflicts:      69000 | #Constraints:      14742
53.72/53.93	c #Conflicts:      70000 | #Constraints:      15742
53.72/53.93	c INPROCESSING
53.72/53.93	c GARBAGE COLLECT
53.72/53.93	c #Conflicts:      71000 | #Constraints:      11017
53.72/53.93	c #Conflicts:      72000 | #Constraints:      12017
53.72/53.93	c #Conflicts:      73000 | #Constraints:      13017
53.72/53.93	c #Conflicts:      74000 | #Constraints:      14017
53.72/53.93	c #Conflicts:      75000 | #Constraints:      15017
53.72/53.93	c #Conflicts:      76000 | #Constraints:      16017
53.72/53.93	c INPROCESSING
53.72/53.93	c GARBAGE COLLECT
53.72/53.93	c #Conflicts:      77000 | #Constraints:      11103
53.72/53.93	c #Conflicts:      78000 | #Constraints:      12103
53.72/53.93	c #Conflicts:      79000 | #Constraints:      13103
53.72/53.93	c #Conflicts:      80000 | #Constraints:      14103
53.72/53.93	c #Conflicts:      81000 | #Constraints:      15103
53.72/53.93	c #Conflicts:      82000 | #Constraints:      16103
53.72/53.93	c INPROCESSING
53.72/53.93	c GARBAGE COLLECT
53.72/53.93	c #Conflicts:      83000 | #Constraints:      11001
53.72/53.93	c #Conflicts:      84000 | #Constraints:      12001
53.72/53.93	c #Conflicts:      85000 | #Constraints:      13001
53.72/53.93	c #Conflicts:      86000 | #Constraints:      14001
53.72/53.93	c #Conflicts:      87000 | #Constraints:      15001
53.72/53.93	c #Conflicts:      88000 | #Constraints:      16001
53.72/53.93	c #Conflicts:      89000 | #Constraints:      17001
53.72/53.93	c INPROCESSING
53.72/53.93	c GARBAGE COLLECT
53.72/53.93	c #Conflicts:      90000 | #Constraints:      11697
53.72/53.93	c #Conflicts:      91000 | #Constraints:      12697
53.72/53.93	c #Conflicts:      92000 | #Constraints:      13697
53.72/53.93	c #Conflicts:      93000 | #Constraints:      14697
53.72/53.93	c #Conflicts:      94000 | #Constraints:      15697
53.72/53.93	c #Conflicts:      95000 | #Constraints:      16697
53.72/53.93	c #Conflicts:      96000 | #Constraints:      17697
53.72/53.93	c INPROCESSING
53.72/53.93	c GARBAGE COLLECT
53.72/53.93	c #Conflicts:      97000 | #Constraints:      12194
53.72/53.93	c #Conflicts:      98000 | #Constraints:      13194
53.72/53.93	c #Conflicts:      99000 | #Constraints:      14194
53.72/53.93	c #Conflicts:     100000 | #Constraints:      15194
53.72/53.93	c #Conflicts:     101000 | #Constraints:      16195
53.72/53.93	c #Conflicts:     102000 | #Constraints:      17195
53.72/53.93	c INPROCESSING
53.72/53.93	c GARBAGE COLLECT
53.72/53.93	c #Conflicts:     103000 | #Constraints:      11493
53.72/53.93	c #Conflicts:     104000 | #Constraints:      12493
53.72/53.93	c #Conflicts:     105000 | #Constraints:      13493
53.72/53.93	c #Conflicts:     106000 | #Constraints:      14493
53.72/53.93	c #Conflicts:     107000 | #Constraints:      15493
53.72/53.93	c #Conflicts:     108000 | #Constraints:      16493
53.72/53.93	c #Conflicts:     109000 | #Constraints:      17493
53.72/53.93	c #Conflicts:     110000 | #Constraints:      18493
104.18/104.52	c INPROCESSING
104.18/104.52	c GARBAGE COLLECT
104.18/104.52	c #Conflicts:     111000 | #Constraints:      12595
104.18/104.52	c #Conflicts:     112000 | #Constraints:      13595
104.18/104.52	c #Conflicts:     113000 | #Constraints:      14595
104.18/104.52	c #Conflicts:     114000 | #Constraints:      15595
104.18/104.52	c #Conflicts:     115000 | #Constraints:      16595
104.18/104.52	c #Conflicts:     116000 | #Constraints:      17595
104.18/104.52	c #Conflicts:     117000 | #Constraints:      18595
104.18/104.52	c INPROCESSING
104.18/104.52	c GARBAGE COLLECT
104.18/104.52	c #Conflicts:     118000 | #Constraints:      12494
104.18/104.52	c #Conflicts:     119000 | #Constraints:      13494
104.18/104.52	c #Conflicts:     120000 | #Constraints:      14494
104.18/104.52	c #Conflicts:     121000 | #Constraints:      15494
104.18/104.52	c #Conflicts:     122000 | #Constraints:      16494
104.18/104.52	c #Conflicts:     123000 | #Constraints:      17494
104.18/104.52	c #Conflicts:     124000 | #Constraints:      18494
104.18/104.52	c INPROCESSING
104.18/104.52	c GARBAGE COLLECT
104.18/104.52	c #Conflicts:     125000 | #Constraints:      12194
104.18/104.52	c #Conflicts:     126000 | #Constraints:      13194
104.18/104.52	c #Conflicts:     127000 | #Constraints:      14194
104.18/104.52	c #Conflicts:     128000 | #Constraints:      15194
104.18/104.52	c #Conflicts:     129000 | #Constraints:      16194
104.18/104.52	c #Conflicts:     130000 | #Constraints:      17194
104.18/104.52	c #Conflicts:     131000 | #Constraints:      18194
104.18/104.52	c #Conflicts:     132000 | #Constraints:      19194
104.18/104.52	c INPROCESSING
104.18/104.52	c GARBAGE COLLECT
104.18/104.52	c #Conflicts:     133000 | #Constraints:      12694
104.18/104.52	c #Conflicts:     134000 | #Constraints:      13694
104.18/104.52	c #Conflicts:     135000 | #Constraints:      14694
104.18/104.52	c #Conflicts:     136000 | #Constraints:      15694
104.18/104.52	c #Conflicts:     137000 | #Constraints:      16694
104.18/104.52	c #Conflicts:     138000 | #Constraints:      17694
104.18/104.52	c #Conflicts:     139000 | #Constraints:      18694
104.18/104.52	c #Conflicts:     140000 | #Constraints:      19694
104.18/104.52	c INPROCESSING
104.18/104.52	c GARBAGE COLLECT
104.18/104.52	c #Conflicts:     141000 | #Constraints:      12995
104.18/104.52	c #Conflicts:     142000 | #Constraints:      13995
104.18/104.52	c #Conflicts:     143000 | #Constraints:      14995
104.18/104.52	c #Conflicts:     144000 | #Constraints:      15996
104.18/104.52	c #Conflicts:     145000 | #Constraints:      16996
104.18/104.52	c #Conflicts:     146000 | #Constraints:      17996
104.18/104.52	c #Conflicts:     147000 | #Constraints:      18996
104.18/104.52	c #Conflicts:     148000 | #Constraints:      19996
104.18/104.52	c INPROCESSING
104.18/104.52	c GARBAGE COLLECT
104.18/104.52	c #Conflicts:     149000 | #Constraints:      13098
104.18/104.52	c #Conflicts:     150000 | #Constraints:      14098
104.18/104.52	c #Conflicts:     151000 | #Constraints:      15098
104.18/104.52	c #Conflicts:     152000 | #Constraints:      16098
104.18/104.52	c #Conflicts:     153000 | #Constraints:      17098
104.18/104.52	c #Conflicts:     154000 | #Constraints:      18098
104.18/104.52	c #Conflicts:     155000 | #Constraints:      19098
104.18/104.52	c #Conflicts:     156000 | #Constraints:      20098
104.18/104.52	c INPROCESSING
104.18/104.52	c GARBAGE COLLECT
104.18/104.52	c #Conflicts:     157000 | #Constraints:      12998
104.18/104.52	c #Conflicts:     158000 | #Constraints:      13998
104.18/104.52	c #Conflicts:     159000 | #Constraints:      14998
104.18/104.52	c #Conflicts:     160000 | #Constraints:      15998
104.18/104.52	c #Conflicts:     161000 | #Constraints:      16998
104.18/104.52	c #Conflicts:     162000 | #Constraints:      17998
104.18/104.52	c #Conflicts:     163000 | #Constraints:      18998
104.18/104.52	c #Conflicts:     164000 | #Constraints:      19998
104.18/104.52	c #Conflicts:     165000 | #Constraints:      20998
104.18/104.52	c INPROCESSING
104.18/104.52	c GARBAGE COLLECT
104.18/104.52	c #Conflicts:     166000 | #Constraints:      13702
104.18/104.52	c #Conflicts:     167000 | #Constraints:      14702
104.18/104.52	c #Conflicts:     168000 | #Constraints:      15702
104.18/104.52	c #Conflicts:     169000 | #Constraints:      16702
104.18/104.52	c #Conflicts:     170000 | #Constraints:      17702
104.18/104.52	c #Conflicts:     171000 | #Constraints:      18702
104.18/104.52	c #Conflicts:     172000 | #Constraints:      19702
104.18/104.52	c #Conflicts:     173000 | #Constraints:      20702
104.18/104.52	c #Conflicts:     174000 | #Constraints:      21702
104.18/104.52	c INPROCESSING
104.18/104.52	c GARBAGE COLLECT
104.18/104.52	c #Conflicts:     175000 | #Constraints:      14198
104.18/104.52	c #Conflicts:     176000 | #Constraints:      15198
104.18/104.52	c #Conflicts:     177000 | #Constraints:      16198
104.18/104.52	c #Conflicts:     178000 | #Constraints:      17198
104.18/104.52	c #Conflicts:     179000 | #Constraints:      18198
104.18/104.52	c #Conflicts:     180000 | #Constraints:      19198
104.18/104.52	c #Conflicts:     181000 | #Constraints:      20198
104.18/104.52	c #Conflicts:     182000 | #Constraints:      21198
104.18/104.52	c INPROCESSING
104.18/104.52	c GARBAGE COLLECT
104.18/104.52	c #Conflicts:     183000 | #Constraints:      13495
160.73/161.28	c #Conflicts:     184000 | #Constraints:      14495
160.73/161.28	c #Conflicts:     185000 | #Constraints:      15495
160.73/161.28	c #Conflicts:     186000 | #Constraints:      16495
160.73/161.28	c #Conflicts:     187000 | #Constraints:      17495
160.73/161.28	c #Conflicts:     188000 | #Constraints:      18495
160.73/161.28	c #Conflicts:     189000 | #Constraints:      19495
160.73/161.28	c #Conflicts:     190000 | #Constraints:      20495
160.73/161.28	c #Conflicts:     191000 | #Constraints:      21495
160.73/161.28	c #Conflicts:     192000 | #Constraints:      22495
160.73/161.28	c INPROCESSING
160.73/161.28	c GARBAGE COLLECT
160.73/161.28	c #Conflicts:     193000 | #Constraints:      14596
160.73/161.28	c #Conflicts:     194000 | #Constraints:      15596
160.73/161.28	c #Conflicts:     195000 | #Constraints:      16596
160.73/161.28	c #Conflicts:     196000 | #Constraints:      17596
160.73/161.28	c #Conflicts:     197000 | #Constraints:      18596
160.73/161.28	c #Conflicts:     198000 | #Constraints:      19596
160.73/161.28	c #Conflicts:     199000 | #Constraints:      20596
160.73/161.28	c #Conflicts:     200000 | #Constraints:      21596
160.73/161.28	c #Conflicts:     201000 | #Constraints:      22596
160.73/161.28	c INPROCESSING
160.73/161.28	c GARBAGE COLLECT
160.73/161.28	c #Conflicts:     202000 | #Constraints:      14493
160.73/161.28	c #Conflicts:     203000 | #Constraints:      15493
160.73/161.28	c #Conflicts:     204000 | #Constraints:      16493
160.73/161.28	c #Conflicts:     205000 | #Constraints:      17493
160.73/161.28	c #Conflicts:     206000 | #Constraints:      18493
160.73/161.28	c #Conflicts:     207000 | #Constraints:      19493
160.73/161.28	c #Conflicts:     208000 | #Constraints:      20493
160.73/161.28	c #Conflicts:     209000 | #Constraints:      21493
160.73/161.28	c #Conflicts:     210000 | #Constraints:      22493
160.73/161.28	c INPROCESSING
160.73/161.28	c GARBAGE COLLECT
160.73/161.28	c #Conflicts:     211000 | #Constraints:      14195
160.73/161.28	c #Conflicts:     212000 | #Constraints:      15195
160.73/161.28	c #Conflicts:     213000 | #Constraints:      16195
160.73/161.28	c #Conflicts:     214000 | #Constraints:      17195
160.73/161.28	c #Conflicts:     215000 | #Constraints:      18195
160.73/161.28	c #Conflicts:     216000 | #Constraints:      19195
160.73/161.28	c #Conflicts:     217000 | #Constraints:      20195
160.73/161.28	c #Conflicts:     218000 | #Constraints:      21195
160.73/161.28	c #Conflicts:     219000 | #Constraints:      22195
160.73/161.28	c #Conflicts:     220000 | #Constraints:      23195
160.73/161.28	c INPROCESSING
160.73/161.28	c GARBAGE COLLECT
160.73/161.28	c #Conflicts:     221000 | #Constraints:      14696
160.73/161.28	c #Conflicts:     222000 | #Constraints:      15696
160.73/161.28	c #Conflicts:     223000 | #Constraints:      16696
160.73/161.28	c #Conflicts:     224000 | #Constraints:      17696
160.73/161.28	c #Conflicts:     225000 | #Constraints:      18696
160.73/161.28	c #Conflicts:     226000 | #Constraints:      19696
160.73/161.28	c #Conflicts:     227000 | #Constraints:      20696
160.73/161.28	c #Conflicts:     228000 | #Constraints:      21696
160.73/161.28	c #Conflicts:     229000 | #Constraints:      22696
160.73/161.28	c #Conflicts:     230000 | #Constraints:      23696
160.73/161.28	c INPROCESSING
160.73/161.28	c GARBAGE COLLECT
160.73/161.28	c #Conflicts:     231000 | #Constraints:      14997
160.73/161.28	c #Conflicts:     232000 | #Constraints:      15997
160.73/161.28	c #Conflicts:     233000 | #Constraints:      16997
160.73/161.28	c #Conflicts:     234000 | #Constraints:      17997
160.73/161.28	c #Conflicts:     235000 | #Constraints:      18997
160.73/161.28	c #Conflicts:     236000 | #Constraints:      19997
160.73/161.28	c #Conflicts:     237000 | #Constraints:      20997
160.73/161.28	c #Conflicts:     238000 | #Constraints:      21997
160.73/161.28	c #Conflicts:     239000 | #Constraints:      22997
160.73/161.28	c #Conflicts:     240000 | #Constraints:      23997
160.73/161.28	c INPROCESSING
160.73/161.28	c GARBAGE COLLECT
160.73/161.28	c #Conflicts:     241000 | #Constraints:      15096
160.73/161.28	c #Conflicts:     242000 | #Constraints:      16096
160.73/161.28	c #Conflicts:     243000 | #Constraints:      17096
160.73/161.28	c #Conflicts:     244000 | #Constraints:      18096
160.73/161.28	c #Conflicts:     245000 | #Constraints:      19096
160.73/161.28	c #Conflicts:     246000 | #Constraints:      20096
160.73/161.28	c #Conflicts:     247000 | #Constraints:      21096
160.73/161.28	c #Conflicts:     248000 | #Constraints:      22096
160.73/161.28	c #Conflicts:     249000 | #Constraints:      23096
160.73/161.28	c #Conflicts:     250000 | #Constraints:      24096
160.73/161.28	c INPROCESSING
160.73/161.28	c GARBAGE COLLECT
160.73/161.28	c #Conflicts:     251000 | #Constraints:      14995
160.73/161.28	c #Conflicts:     252000 | #Constraints:      15995
160.73/161.28	c #Conflicts:     253000 | #Constraints:      16995
160.73/161.28	c #Conflicts:     254000 | #Constraints:      17995
160.73/161.28	c #Conflicts:     255000 | #Constraints:      18995
160.73/161.28	c #Conflicts:     256000 | #Constraints:      19995
160.73/161.28	c #Conflicts:     257000 | #Constraints:      20995
231.99/232.70	c #Conflicts:     258000 | #Constraints:      21995
231.99/232.70	c #Conflicts:     259000 | #Constraints:      22995
231.99/232.70	c #Conflicts:     260000 | #Constraints:      23995
231.99/232.70	c #Conflicts:     261000 | #Constraints:      24995
231.99/232.70	c INPROCESSING
231.99/232.70	c GARBAGE COLLECT
231.99/232.70	c #Conflicts:     262000 | #Constraints:      15693
231.99/232.70	c #Conflicts:     263000 | #Constraints:      16693
231.99/232.70	c #Conflicts:     264000 | #Constraints:      17693
231.99/232.70	c #Conflicts:     265000 | #Constraints:      18693
231.99/232.70	c #Conflicts:     266000 | #Constraints:      19693
231.99/232.70	c #Conflicts:     267000 | #Constraints:      20693
231.99/232.70	c #Conflicts:     268000 | #Constraints:      21693
231.99/232.70	c #Conflicts:     269000 | #Constraints:      22693
231.99/232.70	c #Conflicts:     270000 | #Constraints:      23693
231.99/232.70	c #Conflicts:     271000 | #Constraints:      24693
231.99/232.70	c #Conflicts:     272000 | #Constraints:      25693
231.99/232.70	c INPROCESSING
231.99/232.70	c GARBAGE COLLECT
231.99/232.70	c #Conflicts:     273000 | #Constraints:      16192
231.99/232.70	c #Conflicts:     274000 | #Constraints:      17192
231.99/232.70	c #Conflicts:     275000 | #Constraints:      18192
231.99/232.70	c #Conflicts:     276000 | #Constraints:      19192
231.99/232.70	c #Conflicts:     277000 | #Constraints:      20192
231.99/232.70	c #Conflicts:     278000 | #Constraints:      21192
231.99/232.70	c #Conflicts:     279000 | #Constraints:      22192
231.99/232.70	c #Conflicts:     280000 | #Constraints:      23192
231.99/232.70	c #Conflicts:     281000 | #Constraints:      24192
231.99/232.70	c #Conflicts:     282000 | #Constraints:      25192
231.99/232.70	c INPROCESSING
231.99/232.70	c GARBAGE COLLECT
231.99/232.70	c #Conflicts:     283000 | #Constraints:      15492
231.99/232.70	c #Conflicts:     284000 | #Constraints:      16492
231.99/232.70	c #Conflicts:     285000 | #Constraints:      17492
231.99/232.70	c #Conflicts:     286000 | #Constraints:      18492
231.99/232.70	c #Conflicts:     287000 | #Constraints:      19492
231.99/232.70	c #Conflicts:     288000 | #Constraints:      20492
231.99/232.70	c #Conflicts:     289000 | #Constraints:      21492
231.99/232.70	c #Conflicts:     290000 | #Constraints:      22492
231.99/232.70	c #Conflicts:     291000 | #Constraints:      23492
231.99/232.70	c #Conflicts:     292000 | #Constraints:      24492
231.99/232.70	c #Conflicts:     293000 | #Constraints:      25492
231.99/232.70	c #Conflicts:     294000 | #Constraints:      26492
231.99/232.70	c INPROCESSING
231.99/232.70	c GARBAGE COLLECT
231.99/232.70	c #Conflicts:     295000 | #Constraints:      16594
231.99/232.70	c #Conflicts:     296000 | #Constraints:      17594
231.99/232.70	c #Conflicts:     297000 | #Constraints:      18594
231.99/232.70	c #Conflicts:     298000 | #Constraints:      19594
231.99/232.70	c #Conflicts:     299000 | #Constraints:      20594
231.99/232.70	c #Conflicts:     300000 | #Constraints:      21594
231.99/232.70	c #Conflicts:     301000 | #Constraints:      22594
231.99/232.70	c #Conflicts:     302000 | #Constraints:      23594
231.99/232.70	c #Conflicts:     303000 | #Constraints:      24594
231.99/232.70	c #Conflicts:     304000 | #Constraints:      25594
231.99/232.70	c #Conflicts:     305000 | #Constraints:      26594
231.99/232.70	c INPROCESSING
231.99/232.70	c GARBAGE COLLECT
231.99/232.70	c #Conflicts:     306000 | #Constraints:      16496
231.99/232.70	c #Conflicts:     307000 | #Constraints:      17496
231.99/232.70	c #Conflicts:     308000 | #Constraints:      18496
231.99/232.70	c #Conflicts:     309000 | #Constraints:      19496
231.99/232.70	c #Conflicts:     310000 | #Constraints:      20496
231.99/232.70	c #Conflicts:     311000 | #Constraints:      21496
231.99/232.70	c #Conflicts:     312000 | #Constraints:      22496
231.99/232.70	c #Conflicts:     313000 | #Constraints:      23496
231.99/232.70	c #Conflicts:     314000 | #Constraints:      24496
231.99/232.70	c #Conflicts:     315000 | #Constraints:      25496
231.99/232.70	c #Conflicts:     316000 | #Constraints:      26496
231.99/232.70	c INPROCESSING
231.99/232.70	c GARBAGE COLLECT
231.99/232.70	c #Conflicts:     317000 | #Constraints:      16195
231.99/232.70	c #Conflicts:     318000 | #Constraints:      17195
231.99/232.70	c #Conflicts:     319000 | #Constraints:      18195
231.99/232.70	c #Conflicts:     320000 | #Constraints:      19195
231.99/232.70	c #Conflicts:     321000 | #Constraints:      20195
231.99/232.70	c #Conflicts:     322000 | #Constraints:      21195
231.99/232.70	c #Conflicts:     323000 | #Constraints:      22195
231.99/232.70	c #Conflicts:     324000 | #Constraints:      23195
231.99/232.70	c #Conflicts:     325000 | #Constraints:      24195
231.99/232.70	c #Conflicts:     326000 | #Constraints:      25195
231.99/232.70	c #Conflicts:     327000 | #Constraints:      26195
231.99/232.70	c #Conflicts:     328000 | #Constraints:      27195
231.99/232.70	c INPROCESSING
231.99/232.70	c GARBAGE COLLECT
231.99/232.70	c #Conflicts:     329000 | #Constraints:      16694
231.99/232.70	c #Conflicts:     330000 | #Constraints:      17694
231.99/232.70	c #Conflicts:     331000 | #Constraints:      18694
305.22/306.21	c #Conflicts:     332000 | #Constraints:      19694
305.22/306.21	c #Conflicts:     333000 | #Constraints:      20694
305.22/306.21	c #Conflicts:     334000 | #Constraints:      21694
305.22/306.21	c #Conflicts:     335000 | #Constraints:      22694
305.22/306.21	c #Conflicts:     336000 | #Constraints:      23694
305.22/306.21	c #Conflicts:     337000 | #Constraints:      24694
305.22/306.21	c #Conflicts:     338000 | #Constraints:      25694
305.22/306.21	c #Conflicts:     339000 | #Constraints:      26694
305.22/306.21	c #Conflicts:     340000 | #Constraints:      27694
305.22/306.21	c INPROCESSING
305.22/306.21	c GARBAGE COLLECT
305.22/306.21	c #Conflicts:     341000 | #Constraints:      16993
305.22/306.21	c #Conflicts:     342000 | #Constraints:      17993
305.22/306.21	c #Conflicts:     343000 | #Constraints:      18993
305.22/306.21	c #Conflicts:     344000 | #Constraints:      19993
305.22/306.21	c #Conflicts:     345000 | #Constraints:      20993
305.22/306.21	c #Conflicts:     346000 | #Constraints:      21993
305.22/306.21	c #Conflicts:     347000 | #Constraints:      22993
305.22/306.21	c #Conflicts:     348000 | #Constraints:      23993
305.22/306.21	c #Conflicts:     349000 | #Constraints:      24993
305.22/306.21	c #Conflicts:     350000 | #Constraints:      25993
305.22/306.21	c #Conflicts:     351000 | #Constraints:      26993
305.22/306.21	c #Conflicts:     352000 | #Constraints:      27993
305.22/306.21	c INPROCESSING
305.22/306.21	c GARBAGE COLLECT
305.22/306.21	c #Conflicts:     353000 | #Constraints:      17092
305.22/306.21	c #Conflicts:     354000 | #Constraints:      18092
305.22/306.21	c #Conflicts:     355000 | #Constraints:      19092
305.22/306.21	c #Conflicts:     356000 | #Constraints:      20092
305.22/306.21	c #Conflicts:     357000 | #Constraints:      21092
305.22/306.21	c #Conflicts:     358000 | #Constraints:      22092
305.22/306.21	c #Conflicts:     359000 | #Constraints:      23092
305.22/306.21	c #Conflicts:     360000 | #Constraints:      24092
305.22/306.21	c #Conflicts:     361000 | #Constraints:      25092
305.22/306.21	c #Conflicts:     362000 | #Constraints:      26092
305.22/306.21	c #Conflicts:     363000 | #Constraints:      27092
305.22/306.21	c #Conflicts:     364000 | #Constraints:      28092
305.22/306.21	c INPROCESSING
305.22/306.21	c GARBAGE COLLECT
305.22/306.21	c #Conflicts:     365000 | #Constraints:      16992
305.22/306.21	c #Conflicts:     366000 | #Constraints:      17992
305.22/306.21	c #Conflicts:     367000 | #Constraints:      18992
305.22/306.21	c #Conflicts:     368000 | #Constraints:      19992
305.22/306.21	c #Conflicts:     369000 | #Constraints:      20992
305.22/306.21	c #Conflicts:     370000 | #Constraints:      21992
305.22/306.21	c #Conflicts:     371000 | #Constraints:      22993
305.22/306.21	c #Conflicts:     372000 | #Constraints:      23993
305.22/306.21	c #Conflicts:     373000 | #Constraints:      24993
305.22/306.21	c #Conflicts:     374000 | #Constraints:      25993
305.22/306.21	c #Conflicts:     375000 | #Constraints:      26993
305.22/306.21	c #Conflicts:     376000 | #Constraints:      27993
305.22/306.21	c #Conflicts:     377000 | #Constraints:      28993
305.22/306.21	c INPROCESSING
305.22/306.21	c GARBAGE COLLECT
305.22/306.21	c #Conflicts:     378000 | #Constraints:      17695
305.22/306.21	c #Conflicts:     379000 | #Constraints:      18695
305.22/306.21	c #Conflicts:     380000 | #Constraints:      19695
305.22/306.21	c #Conflicts:     381000 | #Constraints:      20695
305.22/306.21	c #Conflicts:     382000 | #Constraints:      21695
305.22/306.21	c #Conflicts:     383000 | #Constraints:      22695
305.22/306.21	c #Conflicts:     384000 | #Constraints:      23695
305.22/306.21	c #Conflicts:     385000 | #Constraints:      24695
305.22/306.21	c #Conflicts:     386000 | #Constraints:      25695
305.22/306.21	c #Conflicts:     387000 | #Constraints:      26695
305.22/306.21	c #Conflicts:     388000 | #Constraints:      27695
305.22/306.21	c #Conflicts:     389000 | #Constraints:      28695
305.22/306.21	c #Conflicts:     390000 | #Constraints:      29695
305.22/306.21	c INPROCESSING
305.22/306.21	c GARBAGE COLLECT
305.22/306.21	c #Conflicts:     391000 | #Constraints:      18195
305.22/306.21	c #Conflicts:     392000 | #Constraints:      19195
305.22/306.21	c #Conflicts:     393000 | #Constraints:      20195
305.22/306.21	c #Conflicts:     394000 | #Constraints:      21195
305.22/306.21	c #Conflicts:     395000 | #Constraints:      22195
305.22/306.21	c #Conflicts:     396000 | #Constraints:      23195
305.22/306.21	c #Conflicts:     397000 | #Constraints:      24195
305.22/306.21	c #Conflicts:     398000 | #Constraints:      25195
305.22/306.21	c #Conflicts:     399000 | #Constraints:      26195
305.22/306.21	c #Conflicts:     400000 | #Constraints:      27195
305.22/306.21	c #Conflicts:     401000 | #Constraints:      28195
305.22/306.21	c #Conflicts:     402000 | #Constraints:      29195
305.22/306.21	c INPROCESSING
305.22/306.21	c GARBAGE COLLECT
305.22/306.21	c #Conflicts:     403000 | #Constraints:      17494
305.22/306.21	c #Conflicts:     404000 | #Constraints:      18494
305.22/306.21	c #Conflicts:     405000 | #Constraints:      19494
305.22/306.21	c #Conflicts:     406000 | #Constraints:      20494
307.82/308.87	c #Conflicts:     407000 | #Constraints:      21494
307.82/308.87	c #Conflicts:     408000 | #Constraints:      22494
307.82/308.87	c #Conflicts:     409000 | #Constraints:      23494
307.82/308.87	WSVECS04 Frhs2[2222]: 6 -131072 0 shouldn't be
385.54/386.81	c #Conflicts:     410000 | #Constraints:      24494
385.54/386.81	c #Conflicts:     411000 | #Constraints:      25494
385.54/386.81	c #Conflicts:     412000 | #Constraints:      26494
385.54/386.81	c #Conflicts:     413000 | #Constraints:      27494
385.54/386.81	c #Conflicts:     414000 | #Constraints:      28494
385.54/386.81	c #Conflicts:     415000 | #Constraints:      29494
385.54/386.81	c #Conflicts:     416000 | #Constraints:      30494
385.54/386.81	c INPROCESSING
385.54/386.81	c GARBAGE COLLECT
385.54/386.81	c #Conflicts:     417000 | #Constraints:      18595
385.54/386.81	c #Conflicts:     418000 | #Constraints:      19595
385.54/386.81	c #Conflicts:     419000 | #Constraints:      20595
385.54/386.81	c #Conflicts:     420000 | #Constraints:      21595
385.54/386.81	c #Conflicts:     421000 | #Constraints:      22595
385.54/386.81	c #Conflicts:     422000 | #Constraints:      23595
385.54/386.81	c #Conflicts:     423000 | #Constraints:      24595
385.54/386.81	c #Conflicts:     424000 | #Constraints:      25595
385.54/386.81	c #Conflicts:     425000 | #Constraints:      26595
385.54/386.81	c #Conflicts:     426000 | #Constraints:      27595
385.54/386.81	c #Conflicts:     427000 | #Constraints:      28595
385.54/386.81	c #Conflicts:     428000 | #Constraints:      29595
385.54/386.81	c #Conflicts:     429000 | #Constraints:      30595
385.54/386.81	c INPROCESSING
385.54/386.81	c GARBAGE COLLECT
385.54/386.81	c #Conflicts:     430000 | #Constraints:      18500
385.54/386.81	c #Conflicts:     431000 | #Constraints:      19500
385.54/386.81	c #Conflicts:     432000 | #Constraints:      20500
385.54/386.81	c #Conflicts:     433000 | #Constraints:      21500
385.54/386.81	c #Conflicts:     434000 | #Constraints:      22505
385.54/386.81	c #Conflicts:     435000 | #Constraints:      23505
385.54/386.81	c #Conflicts:     436000 | #Constraints:      24505
385.54/386.81	c #Conflicts:     437000 | #Constraints:      25505
385.54/386.81	c #Conflicts:     438000 | #Constraints:      26505
385.54/386.81	c #Conflicts:     439000 | #Constraints:      27505
385.54/386.81	c #Conflicts:     440000 | #Constraints:      28505
385.54/386.81	c #Conflicts:     441000 | #Constraints:      29505
385.54/386.81	c #Conflicts:     442000 | #Constraints:      30505
385.54/386.81	c INPROCESSING
385.54/386.81	c GARBAGE COLLECT
385.54/386.81	c #Conflicts:     443000 | #Constraints:      18206
385.54/386.81	c #Conflicts:     444000 | #Constraints:      19206
385.54/386.81	c #Conflicts:     445000 | #Constraints:      20206
385.54/386.81	c #Conflicts:     446000 | #Constraints:      21206
385.54/386.81	c #Conflicts:     447000 | #Constraints:      22206
385.54/386.81	c #Conflicts:     448000 | #Constraints:      23206
385.54/386.81	c #Conflicts:     449000 | #Constraints:      24206
385.54/386.81	c #Conflicts:     450000 | #Constraints:      25206
385.54/386.81	c #Conflicts:     451000 | #Constraints:      26206
385.54/386.81	c #Conflicts:     452000 | #Constraints:      27206
385.54/386.81	c #Conflicts:     453000 | #Constraints:      28206
385.54/386.81	c #Conflicts:     454000 | #Constraints:      29206
385.54/386.81	c #Conflicts:     455000 | #Constraints:      30206
385.54/386.81	c #Conflicts:     456000 | #Constraints:      31206
385.54/386.81	c INPROCESSING
385.54/386.81	c GARBAGE COLLECT
385.54/386.81	c #Conflicts:     457000 | #Constraints:      18697
385.54/386.81	c #Conflicts:     458000 | #Constraints:      19697
385.54/386.81	c #Conflicts:     459000 | #Constraints:      20697
385.54/386.81	c #Conflicts:     460000 | #Constraints:      21697
385.54/386.81	c #Conflicts:     461000 | #Constraints:      22697
385.54/386.81	c #Conflicts:     462000 | #Constraints:      23697
385.54/386.81	c #Conflicts:     463000 | #Constraints:      24697
385.54/386.81	c #Conflicts:     464000 | #Constraints:      25697
385.54/386.81	c #Conflicts:     465000 | #Constraints:      26697
385.54/386.81	c #Conflicts:     466000 | #Constraints:      27697
385.54/386.81	c #Conflicts:     467000 | #Constraints:      28697
385.54/386.81	c #Conflicts:     468000 | #Constraints:      29697
385.54/386.81	c #Conflicts:     469000 | #Constraints:      30697
385.54/386.81	c #Conflicts:     470000 | #Constraints:      31697
385.54/386.81	c INPROCESSING
385.54/386.81	c GARBAGE COLLECT
385.54/386.81	c #Conflicts:     471000 | #Constraints:      18993
385.54/386.81	c #Conflicts:     472000 | #Constraints:      19993
385.54/386.81	c #Conflicts:     473000 | #Constraints:      20993
385.54/386.81	c #Conflicts:     474000 | #Constraints:      21993
385.54/386.81	c #Conflicts:     475000 | #Constraints:      22993
385.54/386.81	c #Conflicts:     476000 | #Constraints:      23993
385.54/386.81	c #Conflicts:     477000 | #Constraints:      24993
385.54/386.81	c #Conflicts:     478000 | #Constraints:      25993
385.54/386.81	c #Conflicts:     479000 | #Constraints:      26993
385.54/386.81	c #Conflicts:     480000 | #Constraints:      27993
385.54/386.81	c #Conflicts:     481000 | #Constraints:      28993
385.54/386.81	c #Conflicts:     482000 | #Constraints:      29993
385.54/386.81	c #Conflicts:     483000 | #Constraints:      30993
385.54/386.81	c #Conflicts:     484000 | #Constraints:      31993
385.54/386.81	c INPROCESSING
385.54/386.81	c GARBAGE COLLECT
470.93/472.52	c #Conflicts:     485000 | #Constraints:      19090
470.93/472.52	c #Conflicts:     486000 | #Constraints:      20090
470.93/472.52	c #Conflicts:     487000 | #Constraints:      21090
470.93/472.52	c #Conflicts:     488000 | #Constraints:      22090
470.93/472.52	c #Conflicts:     489000 | #Constraints:      23090
470.93/472.52	c #Conflicts:     490000 | #Constraints:      24090
470.93/472.52	c #Conflicts:     491000 | #Constraints:      25090
470.93/472.52	c #Conflicts:     492000 | #Constraints:      26090
470.93/472.52	c #Conflicts:     493000 | #Constraints:      27090
470.93/472.52	c #Conflicts:     494000 | #Constraints:      28090
470.93/472.52	c #Conflicts:     495000 | #Constraints:      29091
470.93/472.52	c #Conflicts:     496000 | #Constraints:      30091
470.93/472.52	c #Conflicts:     497000 | #Constraints:      31091
470.93/472.52	c #Conflicts:     498000 | #Constraints:      32091
470.93/472.52	c INPROCESSING
470.93/472.52	c GARBAGE COLLECT
470.93/472.52	c #Conflicts:     499000 | #Constraints:      18986
470.93/472.52	c #Conflicts:     500000 | #Constraints:      19986
470.93/472.52	c #Conflicts:     501000 | #Constraints:      20986
470.93/472.52	c #Conflicts:     502000 | #Constraints:      21986
470.93/472.52	c #Conflicts:     503000 | #Constraints:      22986
470.93/472.52	c #Conflicts:     504000 | #Constraints:      23986
470.93/472.52	c #Conflicts:     505000 | #Constraints:      24986
470.93/472.52	c #Conflicts:     506000 | #Constraints:      25986
470.93/472.52	c #Conflicts:     507000 | #Constraints:      26986
470.93/472.52	c #Conflicts:     508000 | #Constraints:      27986
470.93/472.52	c #Conflicts:     509000 | #Constraints:      28986
470.93/472.52	c #Conflicts:     510000 | #Constraints:      29986
470.93/472.52	c #Conflicts:     511000 | #Constraints:      30986
470.93/472.52	c #Conflicts:     512000 | #Constraints:      31986
470.93/472.52	c #Conflicts:     513000 | #Constraints:      32986
470.93/472.52	c INPROCESSING
470.93/472.52	c GARBAGE COLLECT
470.93/472.52	c #Conflicts:     514000 | #Constraints:      19683
470.93/472.52	c #Conflicts:     515000 | #Constraints:      20683
470.93/472.52	c #Conflicts:     516000 | #Constraints:      21683
470.93/472.52	c #Conflicts:     517000 | #Constraints:      22683
470.93/472.52	c #Conflicts:     518000 | #Constraints:      23683
470.93/472.52	c #Conflicts:     519000 | #Constraints:      24683
470.93/472.52	c #Conflicts:     520000 | #Constraints:      25683
470.93/472.52	c #Conflicts:     521000 | #Constraints:      26683
470.93/472.52	c #Conflicts:     522000 | #Constraints:      27683
470.93/472.52	c #Conflicts:     523000 | #Constraints:      28683
470.93/472.52	c #Conflicts:     524000 | #Constraints:      29683
470.93/472.52	c #Conflicts:     525000 | #Constraints:      30683
470.93/472.52	c #Conflicts:     526000 | #Constraints:      31683
470.93/472.52	c #Conflicts:     527000 | #Constraints:      32683
470.93/472.52	c #Conflicts:     528000 | #Constraints:      33683
470.93/472.52	c INPROCESSING
470.93/472.52	c GARBAGE COLLECT
470.93/472.52	c #Conflicts:     529000 | #Constraints:      20186
470.93/472.52	c #Conflicts:     530000 | #Constraints:      21186
470.93/472.52	c #Conflicts:     531000 | #Constraints:      22186
470.93/472.52	c #Conflicts:     532000 | #Constraints:      23186
470.93/472.52	c #Conflicts:     533000 | #Constraints:      24186
470.93/472.52	c #Conflicts:     534000 | #Constraints:      25186
470.93/472.52	c #Conflicts:     535000 | #Constraints:      26186
470.93/472.52	c #Conflicts:     536000 | #Constraints:      27186
470.93/472.52	c #Conflicts:     537000 | #Constraints:      28186
470.93/472.52	c #Conflicts:     538000 | #Constraints:      29186
470.93/472.52	c #Conflicts:     539000 | #Constraints:      30186
470.93/472.52	c #Conflicts:     540000 | #Constraints:      31186
470.93/472.52	c #Conflicts:     541000 | #Constraints:      32186
470.93/472.52	c #Conflicts:     542000 | #Constraints:      33186
470.93/472.52	c INPROCESSING
470.93/472.52	c GARBAGE COLLECT
470.93/472.52	c #Conflicts:     543000 | #Constraints:      19491
470.93/472.52	c #Conflicts:     544000 | #Constraints:      20491
470.93/472.52	c #Conflicts:     545000 | #Constraints:      21491
470.93/472.52	c #Conflicts:     546000 | #Constraints:      22587
470.93/472.52	c #Conflicts:     547000 | #Constraints:      23587
470.93/472.52	c #Conflicts:     548000 | #Constraints:      24587
470.93/472.52	c #Conflicts:     549000 | #Constraints:      25587
470.93/472.52	c #Conflicts:     550000 | #Constraints:      26587
470.93/472.52	c #Conflicts:     551000 | #Constraints:      27587
470.93/472.52	c #Conflicts:     552000 | #Constraints:      28587
470.93/472.52	c #Conflicts:     553000 | #Constraints:      29594
470.93/472.52	c #Conflicts:     554000 | #Constraints:      30594
470.93/472.52	c #Conflicts:     555000 | #Constraints:      31594
470.93/472.52	c #Conflicts:     556000 | #Constraints:      32594
470.93/472.52	c #Conflicts:     557000 | #Constraints:      33594
470.93/472.52	c #Conflicts:     558000 | #Constraints:      34594
470.93/472.52	c INPROCESSING
470.93/472.52	c GARBAGE COLLECT
470.93/472.52	c #Conflicts:     559000 | #Constraints:      20642
470.93/472.52	c #Conflicts:     560000 | #Constraints:      21642
567.57/569.52	c #Conflicts:     561000 | #Constraints:      22642
567.57/569.52	c #Conflicts:     562000 | #Constraints:      23642
567.57/569.52	c #Conflicts:     563000 | #Constraints:      24642
567.57/569.52	c #Conflicts:     564000 | #Constraints:      25642
567.57/569.52	c #Conflicts:     565000 | #Constraints:      26642
567.57/569.52	c #Conflicts:     566000 | #Constraints:      27642
567.57/569.52	c #Conflicts:     567000 | #Constraints:      28642
567.57/569.52	c #Conflicts:     568000 | #Constraints:      29642
567.57/569.52	c #Conflicts:     569000 | #Constraints:      30642
567.57/569.52	c #Conflicts:     570000 | #Constraints:      31642
567.57/569.52	c #Conflicts:     571000 | #Constraints:      32642
567.57/569.52	c #Conflicts:     572000 | #Constraints:      33642
567.57/569.52	c #Conflicts:     573000 | #Constraints:      34642
567.57/569.52	c INPROCESSING
567.57/569.52	c GARBAGE COLLECT
567.57/569.52	c #Conflicts:     574000 | #Constraints:      20514
567.57/569.52	c #Conflicts:     575000 | #Constraints:      21514
567.57/569.52	c #Conflicts:     576000 | #Constraints:      22514
567.57/569.52	c #Conflicts:     577000 | #Constraints:      23514
567.57/569.52	c #Conflicts:     578000 | #Constraints:      24514
567.57/569.52	c #Conflicts:     579000 | #Constraints:      25514
567.57/569.52	c #Conflicts:     580000 | #Constraints:      26514
567.57/569.52	c #Conflicts:     581000 | #Constraints:      27514
567.57/569.52	c #Conflicts:     582000 | #Constraints:      28514
567.57/569.52	c #Conflicts:     583000 | #Constraints:      29514
567.57/569.52	c #Conflicts:     584000 | #Constraints:      30514
567.57/569.52	c #Conflicts:     585000 | #Constraints:      31514
567.57/569.52	c #Conflicts:     586000 | #Constraints:      32514
567.57/569.52	c #Conflicts:     587000 | #Constraints:      33514
567.57/569.52	c #Conflicts:     588000 | #Constraints:      34514
567.57/569.52	c INPROCESSING
567.57/569.52	c GARBAGE COLLECT
567.57/569.52	c #Conflicts:     589000 | #Constraints:      20204
567.57/569.52	c #Conflicts:     590000 | #Constraints:      21204
567.57/569.52	c #Conflicts:     591000 | #Constraints:      22204
567.57/569.52	c #Conflicts:     592000 | #Constraints:      23205
567.57/569.52	c #Conflicts:     593000 | #Constraints:      24205
567.57/569.52	c #Conflicts:     594000 | #Constraints:      25205
567.57/569.52	c #Conflicts:     595000 | #Constraints:      26205
567.57/569.52	c #Conflicts:     596000 | #Constraints:      27205
567.57/569.52	c #Conflicts:     597000 | #Constraints:      28205
567.57/569.52	c #Conflicts:     598000 | #Constraints:      29205
567.57/569.52	c #Conflicts:     599000 | #Constraints:      30205
567.57/569.52	c #Conflicts:     600000 | #Constraints:      31205
567.57/569.52	c #Conflicts:     601000 | #Constraints:      32205
567.57/569.52	c #Conflicts:     602000 | #Constraints:      33205
567.57/569.52	c #Conflicts:     603000 | #Constraints:      34205
567.57/569.52	c #Conflicts:     604000 | #Constraints:      35205
567.57/569.52	c INPROCESSING
567.57/569.52	c GARBAGE COLLECT
567.57/569.52	c #Conflicts:     605000 | #Constraints:      20702
567.57/569.52	c #Conflicts:     606000 | #Constraints:      21702
567.57/569.52	c #Conflicts:     607000 | #Constraints:      22702
567.57/569.52	c #Conflicts:     608000 | #Constraints:      23702
567.57/569.52	c #Conflicts:     609000 | #Constraints:      24702
567.57/569.52	c #Conflicts:     610000 | #Constraints:      25702
567.57/569.52	c #Conflicts:     611000 | #Constraints:      26702
567.57/569.52	c #Conflicts:     612000 | #Constraints:      27702
567.57/569.52	c #Conflicts:     613000 | #Constraints:      28702
567.57/569.52	c #Conflicts:     614000 | #Constraints:      29702
567.57/569.52	c #Conflicts:     615000 | #Constraints:      30702
567.57/569.52	c #Conflicts:     616000 | #Constraints:      31702
567.57/569.52	c #Conflicts:     617000 | #Constraints:      32702
567.57/569.52	c #Conflicts:     618000 | #Constraints:      33702
567.57/569.52	c #Conflicts:     619000 | #Constraints:      34702
567.57/569.52	c #Conflicts:     620000 | #Constraints:      35702
567.57/569.52	c INPROCESSING
567.57/569.52	c GARBAGE COLLECT
567.57/569.52	c #Conflicts:     621000 | #Constraints:      21000
567.57/569.52	c #Conflicts:     622000 | #Constraints:      22000
567.57/569.52	c #Conflicts:     623000 | #Constraints:      23000
567.57/569.52	c #Conflicts:     624000 | #Constraints:      24000
567.57/569.52	c #Conflicts:     625000 | #Constraints:      25000
567.57/569.52	c #Conflicts:     626000 | #Constraints:      26000
567.57/569.52	c #Conflicts:     627000 | #Constraints:      27000
567.57/569.52	c #Conflicts:     628000 | #Constraints:      28000
567.57/569.52	c #Conflicts:     629000 | #Constraints:      29000
567.57/569.52	c #Conflicts:     630000 | #Constraints:      30000
567.57/569.52	c #Conflicts:     631000 | #Constraints:      31000
567.57/569.52	c #Conflicts:     632000 | #Constraints:      32000
567.57/569.52	c #Conflicts:     633000 | #Constraints:      33000
567.57/569.52	c #Conflicts:     634000 | #Constraints:      34000
567.57/569.52	c #Conflicts:     635000 | #Constraints:      35000
567.57/569.52	c #Conflicts:     636000 | #Constraints:      36000
666.32/668.68	c INPROCESSING
666.32/668.68	c GARBAGE COLLECT
666.32/668.68	c #Conflicts:     637000 | #Constraints:      21100
666.32/668.68	c #Conflicts:     638000 | #Constraints:      22100
666.32/668.68	c #Conflicts:     639000 | #Constraints:      23100
666.32/668.68	c #Conflicts:     640000 | #Constraints:      24100
666.32/668.68	c #Conflicts:     641000 | #Constraints:      25100
666.32/668.68	c #Conflicts:     642000 | #Constraints:      26100
666.32/668.68	c #Conflicts:     643000 | #Constraints:      27100
666.32/668.68	c #Conflicts:     644000 | #Constraints:      28100
666.32/668.68	c #Conflicts:     645000 | #Constraints:      29100
666.32/668.68	c #Conflicts:     646000 | #Constraints:      30100
666.32/668.68	c #Conflicts:     647000 | #Constraints:      31100
666.32/668.68	c #Conflicts:     648000 | #Constraints:      32100
666.32/668.68	c #Conflicts:     649000 | #Constraints:      33100
666.32/668.68	c #Conflicts:     650000 | #Constraints:      34100
666.32/668.68	c #Conflicts:     651000 | #Constraints:      35100
666.32/668.68	c #Conflicts:     652000 | #Constraints:      36100
666.32/668.68	c INPROCESSING
666.32/668.68	c GARBAGE COLLECT
666.32/668.68	c #Conflicts:     653000 | #Constraints:      20995
666.32/668.68	c #Conflicts:     654000 | #Constraints:      21995
666.32/668.68	c #Conflicts:     655000 | #Constraints:      22995
666.32/668.68	c #Conflicts:     656000 | #Constraints:      23995
666.32/668.68	c #Conflicts:     657000 | #Constraints:      24997
666.32/668.68	c #Conflicts:     658000 | #Constraints:      25997
666.32/668.68	c #Conflicts:     659000 | #Constraints:      26997
666.32/668.68	c #Conflicts:     660000 | #Constraints:      27997
666.32/668.68	c #Conflicts:     661000 | #Constraints:      28997
666.32/668.68	c #Conflicts:     662000 | #Constraints:      29997
666.32/668.68	c #Conflicts:     663000 | #Constraints:      30997
666.32/668.68	c #Conflicts:     664000 | #Constraints:      31997
666.32/668.68	c #Conflicts:     665000 | #Constraints:      32997
666.32/668.68	c #Conflicts:     666000 | #Constraints:      33997
666.32/668.68	c #Conflicts:     667000 | #Constraints:      34997
666.32/668.68	c #Conflicts:     668000 | #Constraints:      35997
666.32/668.68	c #Conflicts:     669000 | #Constraints:      36997
666.32/668.68	c INPROCESSING
666.32/668.68	c GARBAGE COLLECT
666.32/668.68	c #Conflicts:     670000 | #Constraints:      21694
666.32/668.68	c #Conflicts:     671000 | #Constraints:      22694
666.32/668.68	c #Conflicts:     672000 | #Constraints:      23694
666.32/668.68	c #Conflicts:     673000 | #Constraints:      24921
666.32/668.68	c #Conflicts:     674000 | #Constraints:      25960
666.32/668.68	c #Conflicts:     675000 | #Constraints:      26960
666.32/668.68	c #Conflicts:     676000 | #Constraints:      27960
666.32/668.68	c #Conflicts:     677000 | #Constraints:      28960
666.32/668.68	c #Conflicts:     678000 | #Constraints:      29960
666.32/668.68	c #Conflicts:     679000 | #Constraints:      30960
666.32/668.68	c #Conflicts:     680000 | #Constraints:      31960
666.32/668.68	c #Conflicts:     681000 | #Constraints:      32960
666.32/668.68	c #Conflicts:     682000 | #Constraints:      33960
666.32/668.68	c #Conflicts:     683000 | #Constraints:      34960
666.32/668.68	c #Conflicts:     684000 | #Constraints:      35960
666.32/668.68	c #Conflicts:     685000 | #Constraints:      36960
666.32/668.68	c #Conflicts:     686000 | #Constraints:      37960
666.32/668.68	c INPROCESSING
666.32/668.68	c GARBAGE COLLECT
666.32/668.68	c #Conflicts:     687000 | #Constraints:      22328
666.32/668.68	c #Conflicts:     688000 | #Constraints:      23328
666.32/668.68	c #Conflicts:     689000 | #Constraints:      24328
666.32/668.68	c #Conflicts:     690000 | #Constraints:      25328
666.32/668.68	c #Conflicts:     691000 | #Constraints:      26328
666.32/668.68	c #Conflicts:     692000 | #Constraints:      27328
666.32/668.68	c #Conflicts:     693000 | #Constraints:      28328
666.32/668.68	c #Conflicts:     694000 | #Constraints:      29328
666.32/668.68	c #Conflicts:     695000 | #Constraints:      30328
666.32/668.68	c #Conflicts:     696000 | #Constraints:      31328
666.32/668.68	c #Conflicts:     697000 | #Constraints:      32328
666.32/668.68	c #Conflicts:     698000 | #Constraints:      33328
666.32/668.68	c #Conflicts:     699000 | #Constraints:      34328
666.32/668.68	c #Conflicts:     700000 | #Constraints:      35328
666.32/668.68	c #Conflicts:     701000 | #Constraints:      36328
666.32/668.68	c #Conflicts:     702000 | #Constraints:      37328
666.32/668.68	c INPROCESSING
666.32/668.68	c GARBAGE COLLECT
666.32/668.68	c #Conflicts:     703000 | #Constraints:      21560
666.32/668.68	c #Conflicts:     704000 | #Constraints:      22560
666.32/668.68	c #Conflicts:     705000 | #Constraints:      23560
666.32/668.68	c #Conflicts:     706000 | #Constraints:      24560
666.32/668.68	c #Conflicts:     707000 | #Constraints:      25560
666.32/668.68	c #Conflicts:     708000 | #Constraints:      26560
666.32/668.68	c #Conflicts:     709000 | #Constraints:      27560
666.32/668.68	c #Conflicts:     710000 | #Constraints:      28560
666.32/668.68	c #Conflicts:     711000 | #Constraints:      29560
666.32/668.68	c #Conflicts:     712000 | #Constraints:      30560
693.44/695.85	c #Conflicts:     713000 | #Constraints:      31560
693.44/695.85	c #Conflicts:     714000 | #Constraints:      32560
693.44/695.85	c #Conflicts:     715000 | #Constraints:      33560
693.44/695.85	c #Conflicts:     716000 | #Constraints:      34560
693.44/695.85	c #Conflicts:     717000 | #Constraints:      35560
693.44/695.85	c #Conflicts:     718000 | #Constraints:      36560
693.44/695.85	c #Conflicts:     719000 | #Constraints:      37560
693.44/695.85	c #Conflicts:     720000 | #Constraints:      38560
693.44/695.85	c INPROCESSING
693.44/695.85	c GARBAGE COLLECT
693.44/695.85	c #Conflicts:     721000 | #Constraints:      22631
693.44/695.85	c #Conflicts:     722000 | #Constraints:      23631
693.44/695.85	c #Conflicts:     723000 | #Constraints:      24632
693.44/695.85	c #Conflicts:     724000 | #Constraints:      25632
693.44/695.85	c #Conflicts:     725000 | #Constraints:      26632
693.44/695.85	c #Conflicts:     726000 | #Constraints:      27632
693.44/695.85	c #Conflicts:     727000 | #Constraints:      28632
693.44/695.85	c #Conflicts:     728000 | #Constraints:      29632
693.44/695.85	c #Conflicts:     729000 | #Constraints:      30632
693.44/695.85	c #Conflicts:     730000 | #Constraints:      31632
693.44/695.85	WSVECS04 Frhs2[19]: 6 -1.26217e+10 0 shouldn't be
693.44/695.85	WSVECS04 Frhs2[38]: 6 -2.30254e+10 0 shouldn't be
693.44/695.85	WSVECS04 Frhs2[1426]: 6 -6.87195e+10 0 shouldn't be
693.44/695.85	WSVECS04 Frhs2[1443]: 6 -6.87195e+10 0 shouldn't be
804.38/807.19	c #Conflicts:     731000 | #Constraints:      32632
804.38/807.19	c #Conflicts:     732000 | #Constraints:      33632
804.38/807.19	c #Conflicts:     733000 | #Constraints:      34632
804.38/807.19	c #Conflicts:     734000 | #Constraints:      35632
804.38/807.19	c #Conflicts:     735000 | #Constraints:      36632
804.38/807.19	c #Conflicts:     736000 | #Constraints:      37632
804.38/807.19	c #Conflicts:     737000 | #Constraints:      38632
804.38/807.19	c INPROCESSING
804.38/807.19	c GARBAGE COLLECT
804.38/807.19	c #Conflicts:     738000 | #Constraints:      22516
804.38/807.19	c #Conflicts:     739000 | #Constraints:      23516
804.38/807.19	c #Conflicts:     740000 | #Constraints:      24516
804.38/807.19	c #Conflicts:     741000 | #Constraints:      25516
804.38/807.19	c #Conflicts:     742000 | #Constraints:      26516
804.38/807.19	c #Conflicts:     743000 | #Constraints:      27516
804.38/807.19	c #Conflicts:     744000 | #Constraints:      28516
804.38/807.19	c #Conflicts:     745000 | #Constraints:      29516
804.38/807.19	c #Conflicts:     746000 | #Constraints:      30516
804.38/807.19	c #Conflicts:     747000 | #Constraints:      31516
804.38/807.19	c #Conflicts:     748000 | #Constraints:      32516
804.38/807.19	c #Conflicts:     749000 | #Constraints:      33516
804.38/807.19	c #Conflicts:     750000 | #Constraints:      34516
804.38/807.19	c #Conflicts:     751000 | #Constraints:      35516
804.38/807.19	c #Conflicts:     752000 | #Constraints:      36516
804.38/807.19	c #Conflicts:     753000 | #Constraints:      37516
804.38/807.19	c #Conflicts:     754000 | #Constraints:      38516
804.38/807.19	c INPROCESSING
804.38/807.19	c GARBAGE COLLECT
804.38/807.19	c #Conflicts:     755000 | #Constraints:      22204
804.38/807.19	c #Conflicts:     756000 | #Constraints:      23204
804.38/807.19	c #Conflicts:     757000 | #Constraints:      24204
804.38/807.19	c #Conflicts:     758000 | #Constraints:      25204
804.38/807.19	c #Conflicts:     759000 | #Constraints:      26204
804.38/807.19	c #Conflicts:     760000 | #Constraints:      27204
804.38/807.19	c #Conflicts:     761000 | #Constraints:      28204
804.38/807.19	c #Conflicts:     762000 | #Constraints:      29204
804.38/807.19	c #Conflicts:     763000 | #Constraints:      30204
804.38/807.19	c #Conflicts:     764000 | #Constraints:      31204
804.38/807.19	c #Conflicts:     765000 | #Constraints:      32204
804.38/807.19	c #Conflicts:     766000 | #Constraints:      33204
804.38/807.19	c #Conflicts:     767000 | #Constraints:      34204
804.38/807.19	c #Conflicts:     768000 | #Constraints:      35204
804.38/807.19	c #Conflicts:     769000 | #Constraints:      36204
804.38/807.19	c #Conflicts:     770000 | #Constraints:      37204
804.38/807.19	c #Conflicts:     771000 | #Constraints:      38204
804.38/807.19	c #Conflicts:     772000 | #Constraints:      39204
804.38/807.19	c INPROCESSING
804.38/807.19	c GARBAGE COLLECT
804.38/807.19	c #Conflicts:     773000 | #Constraints:      22703
804.38/807.19	c #Conflicts:     774000 | #Constraints:      23703
804.38/807.19	c #Conflicts:     775000 | #Constraints:      24703
804.38/807.19	c #Conflicts:     776000 | #Constraints:      25703
804.38/807.19	c #Conflicts:     777000 | #Constraints:      26704
804.38/807.19	c #Conflicts:     778000 | #Constraints:      27704
804.38/807.19	c #Conflicts:     779000 | #Constraints:      28704
804.38/807.19	c #Conflicts:     780000 | #Constraints:      29704
804.38/807.19	c #Conflicts:     781000 | #Constraints:      30704
804.38/807.19	c #Conflicts:     782000 | #Constraints:      31704
804.38/807.19	c #Conflicts:     783000 | #Constraints:      32704
804.38/807.19	c #Conflicts:     784000 | #Constraints:      33704
804.38/807.19	c #Conflicts:     785000 | #Constraints:      34704
804.38/807.19	c #Conflicts:     786000 | #Constraints:      35704
804.38/807.19	c #Conflicts:     787000 | #Constraints:      36704
804.38/807.19	c #Conflicts:     788000 | #Constraints:      37704
804.38/807.19	c #Conflicts:     789000 | #Constraints:      38704
804.38/807.19	c #Conflicts:     790000 | #Constraints:      39704
804.38/807.19	c INPROCESSING
804.38/807.19	c GARBAGE COLLECT
804.38/807.19	c #Conflicts:     791000 | #Constraints:      23003
804.38/807.19	c #Conflicts:     792000 | #Constraints:      24003
804.38/807.19	c #Conflicts:     793000 | #Constraints:      25003
804.38/807.19	c #Conflicts:     794000 | #Constraints:      26003
804.38/807.19	c #Conflicts:     795000 | #Constraints:      27003
804.38/807.19	c #Conflicts:     796000 | #Constraints:      28003
804.38/807.19	c #Conflicts:     797000 | #Constraints:      29003
804.38/807.19	c #Conflicts:     798000 | #Constraints:      30003
804.38/807.19	c #Conflicts:     799000 | #Constraints:      31003
804.38/807.19	c #Conflicts:     800000 | #Constraints:      32003
804.38/807.19	c #Conflicts:     801000 | #Constraints:      33003
804.38/807.19	c #Conflicts:     802000 | #Constraints:      34003
804.38/807.19	c #Conflicts:     803000 | #Constraints:      35003
804.38/807.19	c #Conflicts:     804000 | #Constraints:      36003
804.38/807.19	c #Conflicts:     805000 | #Constraints:      37003
804.38/807.19	c #Conflicts:     806000 | #Constraints:      38003
804.38/807.19	c #Conflicts:     807000 | #Constraints:      39003
918.59/921.78	c #Conflicts:     808000 | #Constraints:      40003
918.59/921.78	c INPROCESSING
918.59/921.78	c GARBAGE COLLECT
918.59/921.78	c #Conflicts:     809000 | #Constraints:      23100
918.59/921.78	c #Conflicts:     810000 | #Constraints:      24100
918.59/921.78	c #Conflicts:     811000 | #Constraints:      25100
918.59/921.78	c #Conflicts:     812000 | #Constraints:      26100
918.59/921.78	c #Conflicts:     813000 | #Constraints:      27100
918.59/921.78	c #Conflicts:     814000 | #Constraints:      28100
918.59/921.78	c #Conflicts:     815000 | #Constraints:      29100
918.59/921.78	c #Conflicts:     816000 | #Constraints:      30100
918.59/921.78	c #Conflicts:     817000 | #Constraints:      31100
918.59/921.78	c #Conflicts:     818000 | #Constraints:      32100
918.59/921.78	c #Conflicts:     819000 | #Constraints:      33100
918.59/921.78	c #Conflicts:     820000 | #Constraints:      34100
918.59/921.78	c #Conflicts:     821000 | #Constraints:      35101
918.59/921.78	c #Conflicts:     822000 | #Constraints:      36101
918.59/921.78	c #Conflicts:     823000 | #Constraints:      37101
918.59/921.78	c #Conflicts:     824000 | #Constraints:      38101
918.59/921.78	c #Conflicts:     825000 | #Constraints:      39101
918.59/921.78	c #Conflicts:     826000 | #Constraints:      40101
918.59/921.78	c INPROCESSING
918.59/921.78	c GARBAGE COLLECT
918.59/921.78	c #Conflicts:     827000 | #Constraints:      23003
918.59/921.78	c #Conflicts:     828000 | #Constraints:      24003
918.59/921.78	c #Conflicts:     829000 | #Constraints:      25003
918.59/921.78	c #Conflicts:     830000 | #Constraints:      26003
918.59/921.78	c #Conflicts:     831000 | #Constraints:      27004
918.59/921.78	c #Conflicts:     832000 | #Constraints:      28004
918.59/921.78	c #Conflicts:     833000 | #Constraints:      29004
918.59/921.78	c #Conflicts:     834000 | #Constraints:      30004
918.59/921.78	c #Conflicts:     835000 | #Constraints:      31004
918.59/921.78	c #Conflicts:     836000 | #Constraints:      32004
918.59/921.78	c #Conflicts:     837000 | #Constraints:      33004
918.59/921.78	c #Conflicts:     838000 | #Constraints:      34004
918.59/921.78	c #Conflicts:     839000 | #Constraints:      35005
918.59/921.78	c #Conflicts:     840000 | #Constraints:      36005
918.59/921.78	c #Conflicts:     841000 | #Constraints:      37005
918.59/921.78	c #Conflicts:     842000 | #Constraints:      38005
918.59/921.78	c #Conflicts:     843000 | #Constraints:      39005
918.59/921.78	c #Conflicts:     844000 | #Constraints:      40005
918.59/921.78	c #Conflicts:     845000 | #Constraints:      41005
918.59/921.78	c INPROCESSING
918.59/921.78	c GARBAGE COLLECT
918.59/921.78	c #Conflicts:     846000 | #Constraints:      23702
918.59/921.78	c #Conflicts:     847000 | #Constraints:      24702
918.59/921.78	c #Conflicts:     848000 | #Constraints:      25702
918.59/921.78	c #Conflicts:     849000 | #Constraints:      26702
918.59/921.78	c #Conflicts:     850000 | #Constraints:      27702
918.59/921.78	c #Conflicts:     851000 | #Constraints:      28702
918.59/921.78	c #Conflicts:     852000 | #Constraints:      29702
918.59/921.78	c #Conflicts:     853000 | #Constraints:      30702
918.59/921.78	c #Conflicts:     854000 | #Constraints:      31703
918.59/921.78	c #Conflicts:     855000 | #Constraints:      32703
918.59/921.78	c #Conflicts:     856000 | #Constraints:      33703
918.59/921.78	c #Conflicts:     857000 | #Constraints:      34703
918.59/921.78	c #Conflicts:     858000 | #Constraints:      35703
918.59/921.78	c #Conflicts:     859000 | #Constraints:      36703
918.59/921.78	c #Conflicts:     860000 | #Constraints:      37703
918.59/921.78	c #Conflicts:     861000 | #Constraints:      38703
918.59/921.78	c #Conflicts:     862000 | #Constraints:      39703
918.59/921.78	c #Conflicts:     863000 | #Constraints:      40704
918.59/921.78	c #Conflicts:     864000 | #Constraints:      41704
918.59/921.78	c INPROCESSING
918.59/921.78	c GARBAGE COLLECT
918.59/921.78	c #Conflicts:     865000 | #Constraints:      24200
918.59/921.78	c #Conflicts:     866000 | #Constraints:      25200
918.59/921.78	c #Conflicts:     867000 | #Constraints:      26200
918.59/921.78	c #Conflicts:     868000 | #Constraints:      27200
918.59/921.78	c #Conflicts:     869000 | #Constraints:      28200
918.59/921.78	c #Conflicts:     870000 | #Constraints:      29200
918.59/921.78	c #Conflicts:     871000 | #Constraints:      30200
918.59/921.78	c #Conflicts:     872000 | #Constraints:      31200
918.59/921.78	c #Conflicts:     873000 | #Constraints:      32200
918.59/921.78	c #Conflicts:     874000 | #Constraints:      33200
918.59/921.78	c #Conflicts:     875000 | #Constraints:      34200
918.59/921.78	c #Conflicts:     876000 | #Constraints:      35200
918.59/921.78	c #Conflicts:     877000 | #Constraints:      36200
918.59/921.78	c #Conflicts:     878000 | #Constraints:      37200
918.59/921.78	c #Conflicts:     879000 | #Constraints:      38200
918.59/921.78	c #Conflicts:     880000 | #Constraints:      39200
918.59/921.78	c #Conflicts:     881000 | #Constraints:      40201
918.59/921.78	c #Conflicts:     882000 | #Constraints:      41201
918.59/921.78	c INPROCESSING
918.59/921.78	c GARBAGE COLLECT
1043.28/1046.80	c #Conflicts:     883000 | #Constraints:      23499
1043.28/1046.80	c #Conflicts:     884000 | #Constraints:      24499
1043.28/1046.80	c #Conflicts:     885000 | #Constraints:      25499
1043.28/1046.80	c #Conflicts:     886000 | #Constraints:      26499
1043.28/1046.80	c #Conflicts:     887000 | #Constraints:      27499
1043.28/1046.80	c #Conflicts:     888000 | #Constraints:      28499
1043.28/1046.80	c #Conflicts:     889000 | #Constraints:      29499
1043.28/1046.80	c #Conflicts:     890000 | #Constraints:      30499
1043.28/1046.80	c #Conflicts:     891000 | #Constraints:      31499
1043.28/1046.80	c #Conflicts:     892000 | #Constraints:      32499
1043.28/1046.80	c #Conflicts:     893000 | #Constraints:      33499
1043.28/1046.80	c #Conflicts:     894000 | #Constraints:      34499
1043.28/1046.80	c #Conflicts:     895000 | #Constraints:      35499
1043.28/1046.80	c #Conflicts:     896000 | #Constraints:      36499
1043.28/1046.80	c #Conflicts:     897000 | #Constraints:      37499
1043.28/1046.80	c #Conflicts:     898000 | #Constraints:      38499
1043.28/1046.80	c #Conflicts:     899000 | #Constraints:      39499
1043.28/1046.80	c #Conflicts:     900000 | #Constraints:      40499
1043.28/1046.80	c #Conflicts:     901000 | #Constraints:      41499
1043.28/1046.80	c #Conflicts:     902000 | #Constraints:      42499
1043.28/1046.80	c INPROCESSING
1043.28/1046.80	c GARBAGE COLLECT
1043.28/1046.80	c #Conflicts:     903000 | #Constraints:      24593
1043.28/1046.80	c #Conflicts:     904000 | #Constraints:      25593
1043.28/1046.80	c #Conflicts:     905000 | #Constraints:      26593
1043.28/1046.80	c #Conflicts:     906000 | #Constraints:      27593
1043.28/1046.80	c #Conflicts:     907000 | #Constraints:      28593
1043.28/1046.80	c #Conflicts:     908000 | #Constraints:      29593
1043.28/1046.80	c #Conflicts:     909000 | #Constraints:      30593
1043.28/1046.80	c #Conflicts:     910000 | #Constraints:      31593
1043.28/1046.80	c #Conflicts:     911000 | #Constraints:      32593
1043.28/1046.80	c #Conflicts:     912000 | #Constraints:      33593
1043.28/1046.80	c #Conflicts:     913000 | #Constraints:      34593
1043.28/1046.80	c #Conflicts:     914000 | #Constraints:      35593
1043.28/1046.80	c #Conflicts:     915000 | #Constraints:      36593
1043.28/1046.80	c #Conflicts:     916000 | #Constraints:      37593
1043.28/1046.80	c #Conflicts:     917000 | #Constraints:      38593
1043.28/1046.80	c #Conflicts:     918000 | #Constraints:      39593
1043.28/1046.80	c #Conflicts:     919000 | #Constraints:      40593
1043.28/1046.80	c #Conflicts:     920000 | #Constraints:      41593
1043.28/1046.80	c #Conflicts:     921000 | #Constraints:      42593
1043.28/1046.80	c INPROCESSING
1043.28/1046.80	c GARBAGE COLLECT
1043.28/1046.80	c #Conflicts:     922000 | #Constraints:      24491
1043.28/1046.80	c #Conflicts:     923000 | #Constraints:      25491
1043.28/1046.80	c #Conflicts:     924000 | #Constraints:      26491
1043.28/1046.80	c #Conflicts:     925000 | #Constraints:      27491
1043.28/1046.80	c #Conflicts:     926000 | #Constraints:      28491
1043.28/1046.80	c #Conflicts:     927000 | #Constraints:      29491
1043.28/1046.80	c #Conflicts:     928000 | #Constraints:      30491
1043.28/1046.80	c #Conflicts:     929000 | #Constraints:      31491
1043.28/1046.80	c #Conflicts:     930000 | #Constraints:      32491
1043.28/1046.80	c #Conflicts:     931000 | #Constraints:      33491
1043.28/1046.80	c #Conflicts:     932000 | #Constraints:      34491
1043.28/1046.80	c #Conflicts:     933000 | #Constraints:      35491
1043.28/1046.80	c #Conflicts:     934000 | #Constraints:      36491
1043.28/1046.80	c #Conflicts:     935000 | #Constraints:      37491
1043.28/1046.80	c #Conflicts:     936000 | #Constraints:      38491
1043.28/1046.80	c #Conflicts:     937000 | #Constraints:      39491
1043.28/1046.80	c #Conflicts:     938000 | #Constraints:      40491
1043.28/1046.80	c #Conflicts:     939000 | #Constraints:      41491
1043.28/1046.80	c #Conflicts:     940000 | #Constraints:      42491
1043.28/1046.80	c INPROCESSING
1043.28/1046.80	c GARBAGE COLLECT
1043.28/1046.80	c #Conflicts:     941000 | #Constraints:      24196
1043.28/1046.80	c #Conflicts:     942000 | #Constraints:      25196
1043.28/1046.80	c #Conflicts:     943000 | #Constraints:      26196
1043.28/1046.80	c #Conflicts:     944000 | #Constraints:      27196
1043.28/1046.80	c #Conflicts:     945000 | #Constraints:      28196
1043.28/1046.80	c #Conflicts:     946000 | #Constraints:      29196
1043.28/1046.80	c #Conflicts:     947000 | #Constraints:      30196
1043.28/1046.80	c #Conflicts:     948000 | #Constraints:      31196
1043.28/1046.80	c #Conflicts:     949000 | #Constraints:      32196
1043.28/1046.80	c #Conflicts:     950000 | #Constraints:      33196
1043.28/1046.80	c #Conflicts:     951000 | #Constraints:      34196
1043.28/1046.80	c #Conflicts:     952000 | #Constraints:      35196
1043.28/1046.80	c #Conflicts:     953000 | #Constraints:      36196
1043.28/1046.80	c #Conflicts:     954000 | #Constraints:      37196
1043.28/1046.80	c #Conflicts:     955000 | #Constraints:      38196
1043.28/1046.80	c #Conflicts:     956000 | #Constraints:      39196
1043.28/1046.80	c #Conflicts:     957000 | #Constraints:      40196
1043.28/1046.80	c #Conflicts:     958000 | #Constraints:      41196
1043.28/1046.80	c #Conflicts:     959000 | #Constraints:      42196
1084.94/1088.68	c #Conflicts:     960000 | #Constraints:      43196
1084.94/1088.68	c INPROCESSING
1084.94/1088.68	c GARBAGE COLLECT
1084.94/1088.68	c #Conflicts:     961000 | #Constraints:      24700
1084.94/1088.68	c #Conflicts:     962000 | #Constraints:      25700
1084.94/1088.68	c #Conflicts:     963000 | #Constraints:      26700
1084.94/1088.68	c #Conflicts:     964000 | #Constraints:      27700
1084.94/1088.68	c #Conflicts:     965000 | #Constraints:      28700
1084.94/1088.68	c #Conflicts:     966000 | #Constraints:      29700
1084.94/1088.68	c #Conflicts:     967000 | #Constraints:      30700
1084.94/1088.68	c #Conflicts:     968000 | #Constraints:      31700
1084.94/1088.68	c #Conflicts:     969000 | #Constraints:      32700
1084.94/1088.68	c #Conflicts:     970000 | #Constraints:      33700
1084.94/1088.68	c #Conflicts:     971000 | #Constraints:      34700
1084.94/1088.68	c #Conflicts:     972000 | #Constraints:      35700
1084.94/1088.68	c #Conflicts:     973000 | #Constraints:      36700
1084.94/1088.68	c #Conflicts:     974000 | #Constraints:      37700
1084.94/1088.68	c #Conflicts:     975000 | #Constraints:      38700
1084.94/1088.68	c #Conflicts:     976000 | #Constraints:      39700
1084.94/1088.68	c #Conflicts:     977000 | #Constraints:      40700
1084.94/1088.68	c #Conflicts:     978000 | #Constraints:      41700
1084.94/1088.68	c #Conflicts:     979000 | #Constraints:      42700
1084.94/1088.68	c #Conflicts:     980000 | #Constraints:      43700
1084.94/1088.68	c INPROCESSING
1084.94/1088.68	c GARBAGE COLLECT
1084.94/1088.68	c #Conflicts:     981000 | #Constraints:      25000
1084.94/1088.68	c #Conflicts:     982000 | #Constraints:      26000
1084.94/1088.68	c #Conflicts:     983000 | #Constraints:      27000
1084.94/1088.68	c #Conflicts:     984000 | #Constraints:      28000
1084.94/1088.68	WSVECS04 Frhs2[2226]: 6 -2.09715e+06 0 shouldn't be
1196.36/1200.48	c #Conflicts:     985000 | #Constraints:      29000
1196.36/1200.48	c #Conflicts:     986000 | #Constraints:      30000
1196.36/1200.48	c #Conflicts:     987000 | #Constraints:      31000
1196.36/1200.48	c #Conflicts:     988000 | #Constraints:      32001
1196.36/1200.48	c #Conflicts:     989000 | #Constraints:      33001
1196.36/1200.48	c #Conflicts:     990000 | #Constraints:      34001
1196.36/1200.48	c #Conflicts:     991000 | #Constraints:      35001
1196.36/1200.48	c #Conflicts:     992000 | #Constraints:      36001
1196.36/1200.48	c #Conflicts:     993000 | #Constraints:      37001
1196.36/1200.48	c #Conflicts:     994000 | #Constraints:      38001
1196.36/1200.48	c #Conflicts:     995000 | #Constraints:      39001
1196.36/1200.48	c #Conflicts:     996000 | #Constraints:      40002
1196.36/1200.48	c #Conflicts:     997000 | #Constraints:      41003
1196.36/1200.48	c #Conflicts:     998000 | #Constraints:      42003
1196.36/1200.48	c #Conflicts:     999000 | #Constraints:      43003
1196.36/1200.48	c #Conflicts:    1000000 | #Constraints:      44003
1196.36/1200.48	c INPROCESSING
1196.36/1200.48	c GARBAGE COLLECT
1196.36/1200.48	c #Conflicts:    1001000 | #Constraints:      25102
1196.36/1200.48	c #Conflicts:    1002000 | #Constraints:      26102
1196.36/1200.48	c #Conflicts:    1003000 | #Constraints:      27102
1196.36/1200.48	c #Conflicts:    1004000 | #Constraints:      28102
1196.36/1200.48	c #Conflicts:    1005000 | #Constraints:      29102
1196.36/1200.48	c #Conflicts:    1006000 | #Constraints:      30102
1196.36/1200.48	c #Conflicts:    1007000 | #Constraints:      31102
1196.36/1200.48	c #Conflicts:    1008000 | #Constraints:      32102
1196.36/1200.48	c #Conflicts:    1009000 | #Constraints:      33102
1196.36/1200.48	c #Conflicts:    1010000 | #Constraints:      34102
1196.36/1200.48	c #Conflicts:    1011000 | #Constraints:      35102
1196.36/1200.48	c #Conflicts:    1012000 | #Constraints:      36102
1196.36/1200.48	c #Conflicts:    1013000 | #Constraints:      37102
1196.36/1200.48	c #Conflicts:    1014000 | #Constraints:      38102
1196.36/1200.48	c #Conflicts:    1015000 | #Constraints:      39102
1196.36/1200.48	c #Conflicts:    1016000 | #Constraints:      40102
1196.36/1200.48	c #Conflicts:    1017000 | #Constraints:      41102
1196.36/1200.48	c #Conflicts:    1018000 | #Constraints:      42102
1196.36/1200.48	c #Conflicts:    1019000 | #Constraints:      43102
1196.36/1200.48	c #Conflicts:    1020000 | #Constraints:      44102
1196.36/1200.48	c INPROCESSING
1196.36/1200.48	c GARBAGE COLLECT
1196.36/1200.48	c #Conflicts:    1021000 | #Constraints:      24999
1196.36/1200.48	c #Conflicts:    1022000 | #Constraints:      25999
1196.36/1200.48	c #Conflicts:    1023000 | #Constraints:      26999
1196.36/1200.48	c #Conflicts:    1024000 | #Constraints:      27999
1196.36/1200.48	c #Conflicts:    1025000 | #Constraints:      28999
1196.36/1200.48	c #Conflicts:    1026000 | #Constraints:      29999
1196.36/1200.48	c #Conflicts:    1027000 | #Constraints:      30999
1196.36/1200.48	c #Conflicts:    1028000 | #Constraints:      31999
1196.36/1200.48	c #Conflicts:    1029000 | #Constraints:      32999
1196.36/1200.48	c #Conflicts:    1030000 | #Constraints:      33999
1196.36/1200.48	c #Conflicts:    1031000 | #Constraints:      34999
1196.36/1200.48	c #Conflicts:    1032000 | #Constraints:      35999
1196.36/1200.48	c #Conflicts:    1033000 | #Constraints:      36999
1196.36/1200.48	c #Conflicts:    1034000 | #Constraints:      37999
1196.36/1200.48	c #Conflicts:    1035000 | #Constraints:      38999
1196.36/1200.48	c #Conflicts:    1036000 | #Constraints:      39999
1196.36/1200.48	c #Conflicts:    1037000 | #Constraints:      40999
1196.36/1200.48	c #Conflicts:    1038000 | #Constraints:      41999
1196.36/1200.48	c #Conflicts:    1039000 | #Constraints:      42999
1196.36/1200.48	c #Conflicts:    1040000 | #Constraints:      43999
1196.36/1200.48	c #Conflicts:    1041000 | #Constraints:      44999
1196.36/1200.48	c INPROCESSING
1196.36/1200.48	c GARBAGE COLLECT
1196.36/1200.48	c #Conflicts:    1042000 | #Constraints:      25698
1196.36/1200.48	c #Conflicts:    1043000 | #Constraints:      26698
1196.36/1200.48	c #Conflicts:    1044000 | #Constraints:      27698
1196.36/1200.48	c #Conflicts:    1045000 | #Constraints:      28698
1196.36/1200.48	c #Conflicts:    1046000 | #Constraints:      29698
1196.36/1200.48	c #Conflicts:    1047000 | #Constraints:      30698
1196.36/1200.48	c #Conflicts:    1048000 | #Constraints:      31698
1196.36/1200.48	c #Conflicts:    1049000 | #Constraints:      32698
1196.36/1200.48	c #Conflicts:    1050000 | #Constraints:      33698
1196.36/1200.48	c #Conflicts:    1051000 | #Constraints:      34698
1196.36/1200.48	c #Conflicts:    1052000 | #Constraints:      35698
1196.36/1200.48	c #Conflicts:    1053000 | #Constraints:      36698
1196.36/1200.48	c #Conflicts:    1054000 | #Constraints:      37698
1196.36/1200.48	c #Conflicts:    1055000 | #Constraints:      38698
1196.36/1200.48	c #Conflicts:    1056000 | #Constraints:      39698
1196.36/1200.48	c #Conflicts:    1057000 | #Constraints:      40698
1196.36/1200.48	c #Conflicts:    1058000 | #Constraints:      41698
1196.36/1200.48	c #Conflicts:    1059000 | #Constraints:      42698
1196.36/1200.48	c #Conflicts:    1060000 | #Constraints:      43698
1196.36/1200.48	c #Conflicts:    1061000 | #Constraints:      44698
1317.36/1321.87	c #Conflicts:    1062000 | #Constraints:      45698
1317.36/1321.87	c INPROCESSING
1317.36/1321.87	c GARBAGE COLLECT
1317.36/1321.87	c #Conflicts:    1063000 | #Constraints:      26199
1317.36/1321.87	c #Conflicts:    1064000 | #Constraints:      27199
1317.36/1321.87	c #Conflicts:    1065000 | #Constraints:      28199
1317.36/1321.87	c #Conflicts:    1066000 | #Constraints:      29199
1317.36/1321.87	c #Conflicts:    1067000 | #Constraints:      30199
1317.36/1321.87	c #Conflicts:    1068000 | #Constraints:      31199
1317.36/1321.87	c #Conflicts:    1069000 | #Constraints:      32199
1317.36/1321.87	c #Conflicts:    1070000 | #Constraints:      33199
1317.36/1321.87	c #Conflicts:    1071000 | #Constraints:      34199
1317.36/1321.87	c #Conflicts:    1072000 | #Constraints:      35199
1317.36/1321.87	c #Conflicts:    1073000 | #Constraints:      36199
1317.36/1321.87	c #Conflicts:    1074000 | #Constraints:      37199
1317.36/1321.87	c #Conflicts:    1075000 | #Constraints:      38199
1317.36/1321.87	c #Conflicts:    1076000 | #Constraints:      39199
1317.36/1321.87	c #Conflicts:    1077000 | #Constraints:      40199
1317.36/1321.87	c #Conflicts:    1078000 | #Constraints:      41199
1317.36/1321.87	c #Conflicts:    1079000 | #Constraints:      42199
1317.36/1321.87	c #Conflicts:    1080000 | #Constraints:      43199
1317.36/1321.87	c #Conflicts:    1081000 | #Constraints:      44199
1317.36/1321.87	c #Conflicts:    1082000 | #Constraints:      45199
1317.36/1321.87	c INPROCESSING
1317.36/1321.87	c GARBAGE COLLECT
1317.36/1321.87	c #Conflicts:    1083000 | #Constraints:      25502
1317.36/1321.87	c #Conflicts:    1084000 | #Constraints:      26502
1317.36/1321.87	c #Conflicts:    1085000 | #Constraints:      27502
1317.36/1321.87	c #Conflicts:    1086000 | #Constraints:      28502
1317.36/1321.87	c #Conflicts:    1087000 | #Constraints:      29502
1317.36/1321.87	c #Conflicts:    1088000 | #Constraints:      30502
1317.36/1321.87	c #Conflicts:    1089000 | #Constraints:      31502
1317.36/1321.87	c #Conflicts:    1090000 | #Constraints:      32502
1317.36/1321.87	c #Conflicts:    1091000 | #Constraints:      33502
1317.36/1321.87	c #Conflicts:    1092000 | #Constraints:      34502
1317.36/1321.87	c #Conflicts:    1093000 | #Constraints:      35502
1317.36/1321.87	c #Conflicts:    1094000 | #Constraints:      36502
1317.36/1321.87	c #Conflicts:    1095000 | #Constraints:      37502
1317.36/1321.87	c #Conflicts:    1096000 | #Constraints:      38502
1317.36/1321.87	c #Conflicts:    1097000 | #Constraints:      39502
1317.36/1321.87	c #Conflicts:    1098000 | #Constraints:      40502
1317.36/1321.87	c #Conflicts:    1099000 | #Constraints:      41502
1317.36/1321.87	c #Conflicts:    1100000 | #Constraints:      42502
1317.36/1321.87	c #Conflicts:    1101000 | #Constraints:      43502
1317.36/1321.87	c #Conflicts:    1102000 | #Constraints:      44502
1317.36/1321.87	c #Conflicts:    1103000 | #Constraints:      45502
1317.36/1321.87	c #Conflicts:    1104000 | #Constraints:      46502
1317.36/1321.87	c INPROCESSING
1317.36/1321.87	c GARBAGE COLLECT
1317.36/1321.87	c #Conflicts:    1105000 | #Constraints:      26601
1317.36/1321.87	c #Conflicts:    1106000 | #Constraints:      27601
1317.36/1321.87	c #Conflicts:    1107000 | #Constraints:      28601
1317.36/1321.87	c #Conflicts:    1108000 | #Constraints:      29601
1317.36/1321.87	c #Conflicts:    1109000 | #Constraints:      30601
1317.36/1321.87	c #Conflicts:    1110000 | #Constraints:      31601
1317.36/1321.87	c #Conflicts:    1111000 | #Constraints:      32601
1317.36/1321.87	c #Conflicts:    1112000 | #Constraints:      33601
1317.36/1321.87	c #Conflicts:    1113000 | #Constraints:      34601
1317.36/1321.87	c #Conflicts:    1114000 | #Constraints:      35601
1317.36/1321.87	c #Conflicts:    1115000 | #Constraints:      36601
1317.36/1321.87	c #Conflicts:    1116000 | #Constraints:      37601
1317.36/1321.87	c #Conflicts:    1117000 | #Constraints:      38601
1317.36/1321.87	c #Conflicts:    1118000 | #Constraints:      39601
1317.36/1321.87	c #Conflicts:    1119000 | #Constraints:      40601
1317.36/1321.87	c #Conflicts:    1120000 | #Constraints:      41601
1317.36/1321.87	c #Conflicts:    1121000 | #Constraints:      42601
1317.36/1321.87	c #Conflicts:    1122000 | #Constraints:      43601
1317.36/1321.87	c #Conflicts:    1123000 | #Constraints:      44601
1317.36/1321.87	c #Conflicts:    1124000 | #Constraints:      45601
1317.36/1321.87	c #Conflicts:    1125000 | #Constraints:      46601
1317.36/1321.87	c INPROCESSING
1317.36/1321.87	c GARBAGE COLLECT
1317.36/1321.87	c #Conflicts:    1126000 | #Constraints:      26503
1317.36/1321.87	c #Conflicts:    1127000 | #Constraints:      27503
1317.36/1321.87	c #Conflicts:    1128000 | #Constraints:      28503
1317.36/1321.87	c #Conflicts:    1129000 | #Constraints:      29503
1317.36/1321.87	c #Conflicts:    1130000 | #Constraints:      30503
1317.36/1321.87	c #Conflicts:    1131000 | #Constraints:      31503
1317.36/1321.87	c #Conflicts:    1132000 | #Constraints:      32503
1317.36/1321.87	c #Conflicts:    1133000 | #Constraints:      33503
1317.36/1321.87	c #Conflicts:    1134000 | #Constraints:      34503
1317.36/1321.87	c #Conflicts:    1135000 | #Constraints:      35503
1317.36/1321.87	c #Conflicts:    1136000 | #Constraints:      36503
1317.36/1321.87	c #Conflicts:    1137000 | #Constraints:      37503
1317.36/1321.87	c #Conflicts:    1138000 | #Constraints:      38503
1462.45/1467.34	c #Conflicts:    1139000 | #Constraints:      39503
1462.45/1467.34	c #Conflicts:    1140000 | #Constraints:      40503
1462.45/1467.34	c #Conflicts:    1141000 | #Constraints:      41503
1462.45/1467.34	c #Conflicts:    1142000 | #Constraints:      42503
1462.45/1467.34	c #Conflicts:    1143000 | #Constraints:      43504
1462.45/1467.34	c #Conflicts:    1144000 | #Constraints:      44504
1462.45/1467.34	c #Conflicts:    1145000 | #Constraints:      45504
1462.45/1467.34	c #Conflicts:    1146000 | #Constraints:      46504
1462.45/1467.34	c INPROCESSING
1462.45/1467.34	c GARBAGE COLLECT
1462.45/1467.34	c #Conflicts:    1147000 | #Constraints:      26202
1462.45/1467.34	c #Conflicts:    1148000 | #Constraints:      27202
1462.45/1467.34	c #Conflicts:    1149000 | #Constraints:      28202
1462.45/1467.34	c #Conflicts:    1150000 | #Constraints:      29202
1462.45/1467.34	c #Conflicts:    1151000 | #Constraints:      30202
1462.45/1467.34	c #Conflicts:    1152000 | #Constraints:      31202
1462.45/1467.34	c #Conflicts:    1153000 | #Constraints:      32202
1462.45/1467.34	c #Conflicts:    1154000 | #Constraints:      33202
1462.45/1467.34	c #Conflicts:    1155000 | #Constraints:      34202
1462.45/1467.34	c #Conflicts:    1156000 | #Constraints:      35202
1462.45/1467.34	c #Conflicts:    1157000 | #Constraints:      36202
1462.45/1467.34	c #Conflicts:    1158000 | #Constraints:      37202
1462.45/1467.34	c #Conflicts:    1159000 | #Constraints:      38202
1462.45/1467.34	c #Conflicts:    1160000 | #Constraints:      39202
1462.45/1467.34	c #Conflicts:    1161000 | #Constraints:      40202
1462.45/1467.34	c #Conflicts:    1162000 | #Constraints:      41202
1462.45/1467.34	c #Conflicts:    1163000 | #Constraints:      42202
1462.45/1467.34	c #Conflicts:    1164000 | #Constraints:      43202
1462.45/1467.34	c #Conflicts:    1165000 | #Constraints:      44202
1462.45/1467.34	c #Conflicts:    1166000 | #Constraints:      45202
1462.45/1467.34	c #Conflicts:    1167000 | #Constraints:      46202
1462.45/1467.34	c #Conflicts:    1168000 | #Constraints:      47202
1462.45/1467.34	c INPROCESSING
1462.45/1467.34	c GARBAGE COLLECT
1462.45/1467.34	c #Conflicts:    1169000 | #Constraints:      26703
1462.45/1467.34	c #Conflicts:    1170000 | #Constraints:      27703
1462.45/1467.34	c #Conflicts:    1171000 | #Constraints:      28703
1462.45/1467.34	c #Conflicts:    1172000 | #Constraints:      29703
1462.45/1467.34	c #Conflicts:    1173000 | #Constraints:      30703
1462.45/1467.34	c #Conflicts:    1174000 | #Constraints:      31703
1462.45/1467.34	c #Conflicts:    1175000 | #Constraints:      32703
1462.45/1467.34	c #Conflicts:    1176000 | #Constraints:      33703
1462.45/1467.34	c #Conflicts:    1177000 | #Constraints:      34703
1462.45/1467.34	c #Conflicts:    1178000 | #Constraints:      35703
1462.45/1467.34	c #Conflicts:    1179000 | #Constraints:      36703
1462.45/1467.34	c #Conflicts:    1180000 | #Constraints:      37703
1462.45/1467.34	c #Conflicts:    1181000 | #Constraints:      38703
1462.45/1467.34	c #Conflicts:    1182000 | #Constraints:      39703
1462.45/1467.34	c #Conflicts:    1183000 | #Constraints:      40703
1462.45/1467.34	c #Conflicts:    1184000 | #Constraints:      41703
1462.45/1467.34	c #Conflicts:    1185000 | #Constraints:      42703
1462.45/1467.34	c #Conflicts:    1186000 | #Constraints:      43703
1462.45/1467.34	c #Conflicts:    1187000 | #Constraints:      44703
1462.45/1467.34	c #Conflicts:    1188000 | #Constraints:      45703
1462.45/1467.34	c #Conflicts:    1189000 | #Constraints:      46703
1462.45/1467.34	c #Conflicts:    1190000 | #Constraints:      47703
1462.45/1467.34	c INPROCESSING
1462.45/1467.34	c GARBAGE COLLECT
1462.45/1467.34	c #Conflicts:    1191000 | #Constraints:      27001
1462.45/1467.34	c #Conflicts:    1192000 | #Constraints:      28001
1462.45/1467.34	c #Conflicts:    1193000 | #Constraints:      29001
1462.45/1467.34	c #Conflicts:    1194000 | #Constraints:      30001
1462.45/1467.34	c #Conflicts:    1195000 | #Constraints:      31001
1462.45/1467.34	c #Conflicts:    1196000 | #Constraints:      32001
1462.45/1467.34	c #Conflicts:    1197000 | #Constraints:      33001
1462.45/1467.34	c #Conflicts:    1198000 | #Constraints:      34001
1462.45/1467.34	c #Conflicts:    1199000 | #Constraints:      35001
1462.45/1467.34	c #Conflicts:    1200000 | #Constraints:      36001
1462.45/1467.34	c #Conflicts:    1201000 | #Constraints:      37001
1462.45/1467.34	c #Conflicts:    1202000 | #Constraints:      38001
1462.45/1467.34	c #Conflicts:    1203000 | #Constraints:      39001
1462.45/1467.34	c #Conflicts:    1204000 | #Constraints:      40001
1462.45/1467.34	c #Conflicts:    1205000 | #Constraints:      41001
1462.45/1467.34	c #Conflicts:    1206000 | #Constraints:      42001
1462.45/1467.34	c #Conflicts:    1207000 | #Constraints:      43001
1462.45/1467.34	c #Conflicts:    1208000 | #Constraints:      44001
1462.45/1467.34	c #Conflicts:    1209000 | #Constraints:      45001
1462.45/1467.34	c #Conflicts:    1210000 | #Constraints:      46001
1462.45/1467.34	c #Conflicts:    1211000 | #Constraints:      47001
1462.45/1467.34	c #Conflicts:    1212000 | #Constraints:      48001
1462.45/1467.34	c INPROCESSING
1462.45/1467.34	c GARBAGE COLLECT
1462.45/1467.34	c #Conflicts:    1213000 | #Constraints:      27096
1462.45/1467.34	c #Conflicts:    1214000 | #Constraints:      28096
1606.06/1611.31	c #Conflicts:    1215000 | #Constraints:      29096
1606.06/1611.31	c #Conflicts:    1216000 | #Constraints:      30096
1606.06/1611.31	c #Conflicts:    1217000 | #Constraints:      31096
1606.06/1611.31	c #Conflicts:    1218000 | #Constraints:      32096
1606.06/1611.31	c #Conflicts:    1219000 | #Constraints:      33096
1606.06/1611.31	c #Conflicts:    1220000 | #Constraints:      34096
1606.06/1611.31	c #Conflicts:    1221000 | #Constraints:      35096
1606.06/1611.31	c #Conflicts:    1222000 | #Constraints:      36096
1606.06/1611.31	c #Conflicts:    1223000 | #Constraints:      37096
1606.06/1611.31	c #Conflicts:    1224000 | #Constraints:      38096
1606.06/1611.31	c #Conflicts:    1225000 | #Constraints:      39096
1606.06/1611.31	c #Conflicts:    1226000 | #Constraints:      40096
1606.06/1611.31	c #Conflicts:    1227000 | #Constraints:      41096
1606.06/1611.31	c #Conflicts:    1228000 | #Constraints:      42096
1606.06/1611.31	c #Conflicts:    1229000 | #Constraints:      43096
1606.06/1611.31	c #Conflicts:    1230000 | #Constraints:      44096
1606.06/1611.31	c #Conflicts:    1231000 | #Constraints:      45096
1606.06/1611.31	c #Conflicts:    1232000 | #Constraints:      46096
1606.06/1611.31	c #Conflicts:    1233000 | #Constraints:      47096
1606.06/1611.31	c #Conflicts:    1234000 | #Constraints:      48096
1606.06/1611.31	c INPROCESSING
1606.06/1611.31	c GARBAGE COLLECT
1606.06/1611.31	c #Conflicts:    1235000 | #Constraints:      26994
1606.06/1611.31	c #Conflicts:    1236000 | #Constraints:      27994
1606.06/1611.31	c #Conflicts:    1237000 | #Constraints:      28994
1606.06/1611.31	c #Conflicts:    1238000 | #Constraints:      29995
1606.06/1611.31	c #Conflicts:    1239000 | #Constraints:      30995
1606.06/1611.31	c #Conflicts:    1240000 | #Constraints:      31995
1606.06/1611.31	c #Conflicts:    1241000 | #Constraints:      32995
1606.06/1611.31	c #Conflicts:    1242000 | #Constraints:      33995
1606.06/1611.31	c #Conflicts:    1243000 | #Constraints:      34995
1606.06/1611.31	c #Conflicts:    1244000 | #Constraints:      35995
1606.06/1611.31	c #Conflicts:    1245000 | #Constraints:      36995
1606.06/1611.31	c #Conflicts:    1246000 | #Constraints:      38005
1606.06/1611.31	c #Conflicts:    1247000 | #Constraints:      39005
1606.06/1611.31	c #Conflicts:    1248000 | #Constraints:      40005
1606.06/1611.31	c #Conflicts:    1249000 | #Constraints:      41005
1606.06/1611.31	c #Conflicts:    1250000 | #Constraints:      42005
1606.06/1611.31	c #Conflicts:    1251000 | #Constraints:      43005
1606.06/1611.31	c #Conflicts:    1252000 | #Constraints:      44005
1606.06/1611.31	c #Conflicts:    1253000 | #Constraints:      45005
1606.06/1611.31	c #Conflicts:    1254000 | #Constraints:      46005
1606.06/1611.31	c #Conflicts:    1255000 | #Constraints:      47006
1606.06/1611.31	c #Conflicts:    1256000 | #Constraints:      48006
1606.06/1611.31	c #Conflicts:    1257000 | #Constraints:      49006
1606.06/1611.31	c INPROCESSING
1606.06/1611.31	c GARBAGE COLLECT
1606.06/1611.31	c #Conflicts:    1258000 | #Constraints:      27700
1606.06/1611.31	c #Conflicts:    1259000 | #Constraints:      28700
1606.06/1611.31	c #Conflicts:    1260000 | #Constraints:      29700
1606.06/1611.31	c #Conflicts:    1261000 | #Constraints:      30700
1606.06/1611.31	c #Conflicts:    1262000 | #Constraints:      31700
1606.06/1611.31	c #Conflicts:    1263000 | #Constraints:      32700
1606.06/1611.31	c #Conflicts:    1264000 | #Constraints:      33701
1606.06/1611.31	c #Conflicts:    1265000 | #Constraints:      34701
1606.06/1611.31	c #Conflicts:    1266000 | #Constraints:      35701
1606.06/1611.31	c #Conflicts:    1267000 | #Constraints:      36701
1606.06/1611.31	c #Conflicts:    1268000 | #Constraints:      37701
1606.06/1611.31	c #Conflicts:    1269000 | #Constraints:      38701
1606.06/1611.31	c #Conflicts:    1270000 | #Constraints:      39701
1606.06/1611.31	c #Conflicts:    1271000 | #Constraints:      40701
1606.06/1611.31	c #Conflicts:    1272000 | #Constraints:      41701
1606.06/1611.31	c #Conflicts:    1273000 | #Constraints:      42701
1606.06/1611.31	c #Conflicts:    1274000 | #Constraints:      43701
1606.06/1611.31	c #Conflicts:    1275000 | #Constraints:      44701
1606.06/1611.31	c #Conflicts:    1276000 | #Constraints:      45701
1606.06/1611.31	c #Conflicts:    1277000 | #Constraints:      46701
1606.06/1611.31	c #Conflicts:    1278000 | #Constraints:      47701
1606.06/1611.31	c #Conflicts:    1279000 | #Constraints:      48701
1606.06/1611.31	c #Conflicts:    1280000 | #Constraints:      49701
1606.06/1611.31	c INPROCESSING
1606.06/1611.31	c GARBAGE COLLECT
1606.06/1611.31	c #Conflicts:    1281000 | #Constraints:      28198
1606.06/1611.31	c #Conflicts:    1282000 | #Constraints:      29198
1606.06/1611.31	c #Conflicts:    1283000 | #Constraints:      30198
1606.06/1611.31	c #Conflicts:    1284000 | #Constraints:      31198
1606.06/1611.31	c #Conflicts:    1285000 | #Constraints:      32198
1606.06/1611.31	c #Conflicts:    1286000 | #Constraints:      33198
1606.06/1611.31	c #Conflicts:    1287000 | #Constraints:      34198
1606.06/1611.31	c #Conflicts:    1288000 | #Constraints:      35198
1606.06/1611.31	c #Conflicts:    1289000 | #Constraints:      36198
1606.06/1611.31	c #Conflicts:    1290000 | #Constraints:      37198
1606.06/1611.31	c #Conflicts:    1291000 | #Constraints:      38198
1764.52/1770.29	c #Conflicts:    1292000 | #Constraints:      39198
1764.52/1770.29	c #Conflicts:    1293000 | #Constraints:      40198
1764.52/1770.29	c #Conflicts:    1294000 | #Constraints:      41198
1764.52/1770.29	c #Conflicts:    1295000 | #Constraints:      42198
1764.52/1770.29	c #Conflicts:    1296000 | #Constraints:      43198
1764.52/1770.29	c #Conflicts:    1297000 | #Constraints:      44198
1764.52/1770.29	c #Conflicts:    1298000 | #Constraints:      45198
1764.52/1770.29	c #Conflicts:    1299000 | #Constraints:      46198
1764.52/1770.29	c #Conflicts:    1300000 | #Constraints:      47198
1764.52/1770.29	c #Conflicts:    1301000 | #Constraints:      48198
1764.52/1770.29	c #Conflicts:    1302000 | #Constraints:      49198
1764.52/1770.29	c INPROCESSING
1764.52/1770.29	c GARBAGE COLLECT
1764.52/1770.29	c #Conflicts:    1303000 | #Constraints:      27496
1764.52/1770.29	c #Conflicts:    1304000 | #Constraints:      28496
1764.52/1770.29	c #Conflicts:    1305000 | #Constraints:      29496
1764.52/1770.29	c #Conflicts:    1306000 | #Constraints:      30496
1764.52/1770.29	c #Conflicts:    1307000 | #Constraints:      31496
1764.52/1770.29	c #Conflicts:    1308000 | #Constraints:      32496
1764.52/1770.29	c #Conflicts:    1309000 | #Constraints:      33496
1764.52/1770.29	c #Conflicts:    1310000 | #Constraints:      34496
1764.52/1770.29	c #Conflicts:    1311000 | #Constraints:      35496
1764.52/1770.29	c #Conflicts:    1312000 | #Constraints:      36496
1764.52/1770.29	c #Conflicts:    1313000 | #Constraints:      37496
1764.52/1770.29	c #Conflicts:    1314000 | #Constraints:      38496
1764.52/1770.29	c #Conflicts:    1315000 | #Constraints:      39496
1764.52/1770.29	c #Conflicts:    1316000 | #Constraints:      40497
1764.52/1770.29	c #Conflicts:    1317000 | #Constraints:      41497
1764.52/1770.29	c #Conflicts:    1318000 | #Constraints:      42497
1764.52/1770.29	c #Conflicts:    1319000 | #Constraints:      43497
1764.52/1770.29	c #Conflicts:    1320000 | #Constraints:      44497
1764.52/1770.29	c #Conflicts:    1321000 | #Constraints:      45497
1764.52/1770.29	c #Conflicts:    1322000 | #Constraints:      46497
1764.52/1770.29	c #Conflicts:    1323000 | #Constraints:      47497
1764.52/1770.29	c #Conflicts:    1324000 | #Constraints:      48497
1764.52/1770.29	c #Conflicts:    1325000 | #Constraints:      49499
1764.52/1770.29	c #Conflicts:    1326000 | #Constraints:      50499
1764.52/1770.29	c INPROCESSING
1764.52/1770.29	c GARBAGE COLLECT
1764.52/1770.29	c #Conflicts:    1327000 | #Constraints:      28600
1764.52/1770.29	c #Conflicts:    1328000 | #Constraints:      29600
1764.52/1770.29	c #Conflicts:    1329000 | #Constraints:      30600
1764.52/1770.29	c #Conflicts:    1330000 | #Constraints:      31600
1764.52/1770.29	c #Conflicts:    1331000 | #Constraints:      32600
1764.52/1770.29	c #Conflicts:    1332000 | #Constraints:      33600
1764.52/1770.29	c #Conflicts:    1333000 | #Constraints:      34600
1764.52/1770.29	c #Conflicts:    1334000 | #Constraints:      35600
1764.52/1770.29	c #Conflicts:    1335000 | #Constraints:      36600
1764.52/1770.29	c #Conflicts:    1336000 | #Constraints:      37600
1764.52/1770.29	c #Conflicts:    1337000 | #Constraints:      38600
1764.52/1770.29	c #Conflicts:    1338000 | #Constraints:      39600
1764.52/1770.29	c #Conflicts:    1339000 | #Constraints:      40600
1764.52/1770.29	c #Conflicts:    1340000 | #Constraints:      41600
1764.52/1770.29	c #Conflicts:    1341000 | #Constraints:      42600
1764.52/1770.29	c #Conflicts:    1342000 | #Constraints:      43600
1764.52/1770.29	c #Conflicts:    1343000 | #Constraints:      44600
1764.52/1770.29	c #Conflicts:    1344000 | #Constraints:      45600
1764.52/1770.29	c #Conflicts:    1345000 | #Constraints:      46600
1764.52/1770.29	c #Conflicts:    1346000 | #Constraints:      47600
1764.52/1770.29	c #Conflicts:    1347000 | #Constraints:      48600
1764.52/1770.29	c #Conflicts:    1348000 | #Constraints:      49600
1764.52/1770.29	c #Conflicts:    1349000 | #Constraints:      50600
1764.52/1770.29	c INPROCESSING
1764.52/1770.29	c GARBAGE COLLECT
1764.52/1770.29	c #Conflicts:    1350000 | #Constraints:      28499
1764.52/1770.29	c #Conflicts:    1351000 | #Constraints:      29499
1764.52/1770.29	c #Conflicts:    1352000 | #Constraints:      30499
1764.52/1770.29	c #Conflicts:    1353000 | #Constraints:      31500
1764.52/1770.29	c #Conflicts:    1354000 | #Constraints:      32500
1764.52/1770.29	c #Conflicts:    1355000 | #Constraints:      33500
1764.52/1770.29	c #Conflicts:    1356000 | #Constraints:      34500
1764.52/1770.29	c #Conflicts:    1357000 | #Constraints:      35500
1764.52/1770.29	c #Conflicts:    1358000 | #Constraints:      36500
1764.52/1770.29	c #Conflicts:    1359000 | #Constraints:      37500
1764.52/1770.29	c #Conflicts:    1360000 | #Constraints:      38500
1764.52/1770.29	c #Conflicts:    1361000 | #Constraints:      39500
1764.52/1770.29	c #Conflicts:    1362000 | #Constraints:      40500
1764.52/1770.29	c #Conflicts:    1363000 | #Constraints:      41500
1764.52/1770.29	c #Conflicts:    1364000 | #Constraints:      42500
1764.52/1770.29	c #Conflicts:    1365000 | #Constraints:      43500
1764.52/1770.29	c #Conflicts:    1366000 | #Constraints:      44500
1764.52/1770.29	c #Conflicts:    1367000 | #Constraints:      45500
1764.52/1770.29	c #Conflicts:    1368000 | #Constraints:      46500
1921.88/1928.01	c #Conflicts:    1369000 | #Constraints:      47500
1921.88/1928.01	c #Conflicts:    1370000 | #Constraints:      48500
1921.88/1928.01	c #Conflicts:    1371000 | #Constraints:      49500
1921.88/1928.01	c #Conflicts:    1372000 | #Constraints:      50500
1921.88/1928.01	c INPROCESSING
1921.88/1928.01	c GARBAGE COLLECT
1921.88/1928.01	c #Conflicts:    1373000 | #Constraints:      28197
1921.88/1928.01	c #Conflicts:    1374000 | #Constraints:      29197
1921.88/1928.01	c #Conflicts:    1375000 | #Constraints:      30197
1921.88/1928.01	c #Conflicts:    1376000 | #Constraints:      31197
1921.88/1928.01	c #Conflicts:    1377000 | #Constraints:      32197
1921.88/1928.01	c #Conflicts:    1378000 | #Constraints:      33197
1921.88/1928.01	c #Conflicts:    1379000 | #Constraints:      34197
1921.88/1928.01	c #Conflicts:    1380000 | #Constraints:      35197
1921.88/1928.01	c #Conflicts:    1381000 | #Constraints:      36197
1921.88/1928.01	c #Conflicts:    1382000 | #Constraints:      37197
1921.88/1928.01	c #Conflicts:    1383000 | #Constraints:      38197
1921.88/1928.01	c #Conflicts:    1384000 | #Constraints:      39197
1921.88/1928.01	c #Conflicts:    1385000 | #Constraints:      40197
1921.88/1928.01	c #Conflicts:    1386000 | #Constraints:      41197
1921.88/1928.01	c #Conflicts:    1387000 | #Constraints:      42197
1921.88/1928.01	c #Conflicts:    1388000 | #Constraints:      43197
1921.88/1928.01	c #Conflicts:    1389000 | #Constraints:      44197
1921.88/1928.01	c #Conflicts:    1390000 | #Constraints:      45197
1921.88/1928.01	c #Conflicts:    1391000 | #Constraints:      46197
1921.88/1928.01	c #Conflicts:    1392000 | #Constraints:      47197
1921.88/1928.01	c #Conflicts:    1393000 | #Constraints:      48197
1921.88/1928.01	c #Conflicts:    1394000 | #Constraints:      49197
1921.88/1928.01	c #Conflicts:    1395000 | #Constraints:      50197
1921.88/1928.01	c #Conflicts:    1396000 | #Constraints:      51197
1921.88/1928.01	c INPROCESSING
1921.88/1928.01	c GARBAGE COLLECT
1921.88/1928.01	c #Conflicts:    1397000 | #Constraints:      28698
1921.88/1928.01	c #Conflicts:    1398000 | #Constraints:      29698
1921.88/1928.01	c #Conflicts:    1399000 | #Constraints:      30698
1921.88/1928.01	c #Conflicts:    1400000 | #Constraints:      31698
1921.88/1928.01	c #Conflicts:    1401000 | #Constraints:      32698
1921.88/1928.01	c #Conflicts:    1402000 | #Constraints:      33698
1921.88/1928.01	c #Conflicts:    1403000 | #Constraints:      34698
1921.88/1928.01	c #Conflicts:    1404000 | #Constraints:      35698
1921.88/1928.01	c #Conflicts:    1405000 | #Constraints:      36698
1921.88/1928.01	c #Conflicts:    1406000 | #Constraints:      37698
1921.88/1928.01	c #Conflicts:    1407000 | #Constraints:      38698
1921.88/1928.01	c #Conflicts:    1408000 | #Constraints:      39698
1921.88/1928.01	c #Conflicts:    1409000 | #Constraints:      40698
1921.88/1928.01	c #Conflicts:    1410000 | #Constraints:      41698
1921.88/1928.01	c #Conflicts:    1411000 | #Constraints:      42698
1921.88/1928.01	c #Conflicts:    1412000 | #Constraints:      43698
1921.88/1928.01	c #Conflicts:    1413000 | #Constraints:      44698
1921.88/1928.01	c #Conflicts:    1414000 | #Constraints:      45699
1921.88/1928.01	c #Conflicts:    1415000 | #Constraints:      46699
1921.88/1928.01	c #Conflicts:    1416000 | #Constraints:      47699
1921.88/1928.01	c #Conflicts:    1417000 | #Constraints:      48699
1921.88/1928.01	c #Conflicts:    1418000 | #Constraints:      49699
1921.88/1928.01	c #Conflicts:    1419000 | #Constraints:      50699
1921.88/1928.01	c #Conflicts:    1420000 | #Constraints:      51699
1921.88/1928.01	c INPROCESSING
1921.88/1928.01	c GARBAGE COLLECT
1921.88/1928.01	c #Conflicts:    1421000 | #Constraints:      29002
1921.88/1928.01	c #Conflicts:    1422000 | #Constraints:      30002
1921.88/1928.01	c #Conflicts:    1423000 | #Constraints:      31002
1921.88/1928.01	c #Conflicts:    1424000 | #Constraints:      32002
1921.88/1928.01	c #Conflicts:    1425000 | #Constraints:      33002
1921.88/1928.01	c #Conflicts:    1426000 | #Constraints:      34002
1921.88/1928.01	c #Conflicts:    1427000 | #Constraints:      35002
1921.88/1928.01	c #Conflicts:    1428000 | #Constraints:      36002
1921.88/1928.01	c #Conflicts:    1429000 | #Constraints:      37002
1921.88/1928.01	c #Conflicts:    1430000 | #Constraints:      38002
1921.88/1928.01	c #Conflicts:    1431000 | #Constraints:      39002
1921.88/1928.01	c #Conflicts:    1432000 | #Constraints:      40002
1921.88/1928.01	c #Conflicts:    1433000 | #Constraints:      41002
1921.88/1928.01	c #Conflicts:    1434000 | #Constraints:      42002
1921.88/1928.01	c #Conflicts:    1435000 | #Constraints:      43002
1921.88/1928.01	c #Conflicts:    1436000 | #Constraints:      44002
1921.88/1928.01	c #Conflicts:    1437000 | #Constraints:      45002
1921.88/1928.01	c #Conflicts:    1438000 | #Constraints:      46002
1921.88/1928.01	c #Conflicts:    1439000 | #Constraints:      47002
1921.88/1928.01	c #Conflicts:    1440000 | #Constraints:      48002
1921.88/1928.01	c #Conflicts:    1441000 | #Constraints:      49002
1921.88/1928.01	c #Conflicts:    1442000 | #Constraints:      50002
1921.88/1928.01	c #Conflicts:    1443000 | #Constraints:      51002
1921.88/1928.01	c #Conflicts:    1444000 | #Constraints:      52002
2074.14/2080.77	c INPROCESSING
2074.14/2080.77	c GARBAGE COLLECT
2074.14/2080.77	c #Conflicts:    1445000 | #Constraints:      29106
2074.14/2080.77	c #Conflicts:    1446000 | #Constraints:      30106
2074.14/2080.77	c #Conflicts:    1447000 | #Constraints:      31106
2074.14/2080.77	c #Conflicts:    1448000 | #Constraints:      32106
2074.14/2080.77	c #Conflicts:    1449000 | #Constraints:      33106
2074.14/2080.77	c #Conflicts:    1450000 | #Constraints:      34106
2074.14/2080.77	c #Conflicts:    1451000 | #Constraints:      35106
2074.14/2080.77	c #Conflicts:    1452000 | #Constraints:      36106
2074.14/2080.77	c #Conflicts:    1453000 | #Constraints:      37106
2074.14/2080.77	c #Conflicts:    1454000 | #Constraints:      38106
2074.14/2080.77	c #Conflicts:    1455000 | #Constraints:      39118
2074.14/2080.77	c #Conflicts:    1456000 | #Constraints:      40118
2074.14/2080.77	c #Conflicts:    1457000 | #Constraints:      41118
2074.14/2080.77	c #Conflicts:    1458000 | #Constraints:      42118
2074.14/2080.77	c #Conflicts:    1459000 | #Constraints:      43118
2074.14/2080.77	c #Conflicts:    1460000 | #Constraints:      44118
2074.14/2080.77	c #Conflicts:    1461000 | #Constraints:      45118
2074.14/2080.77	c #Conflicts:    1462000 | #Constraints:      46118
2074.14/2080.77	c #Conflicts:    1463000 | #Constraints:      47118
2074.14/2080.77	c #Conflicts:    1464000 | #Constraints:      48118
2074.14/2080.77	c #Conflicts:    1465000 | #Constraints:      49118
2074.14/2080.77	c #Conflicts:    1466000 | #Constraints:      50118
2074.14/2080.77	c #Conflicts:    1467000 | #Constraints:      51118
2074.14/2080.77	c #Conflicts:    1468000 | #Constraints:      52118
2074.14/2080.77	c INPROCESSING
2074.14/2080.77	c GARBAGE COLLECT
2074.14/2080.77	c #Conflicts:    1469000 | #Constraints:      29009
2074.14/2080.77	c #Conflicts:    1470000 | #Constraints:      30009
2074.14/2080.77	c #Conflicts:    1471000 | #Constraints:      31009
2074.14/2080.77	c #Conflicts:    1472000 | #Constraints:      32009
2074.14/2080.77	c #Conflicts:    1473000 | #Constraints:      33009
2074.14/2080.77	c #Conflicts:    1474000 | #Constraints:      34009
2074.14/2080.77	c #Conflicts:    1475000 | #Constraints:      35009
2074.14/2080.77	c #Conflicts:    1476000 | #Constraints:      36009
2074.14/2080.77	c #Conflicts:    1477000 | #Constraints:      37009
2074.14/2080.77	c #Conflicts:    1478000 | #Constraints:      38009
2074.14/2080.77	c #Conflicts:    1479000 | #Constraints:      39009
2074.14/2080.77	c #Conflicts:    1480000 | #Constraints:      40009
2074.14/2080.77	c #Conflicts:    1481000 | #Constraints:      41009
2074.14/2080.77	c #Conflicts:    1482000 | #Constraints:      42009
2074.14/2080.77	c #Conflicts:    1483000 | #Constraints:      43009
2074.14/2080.77	c #Conflicts:    1484000 | #Constraints:      44009
2074.14/2080.77	c #Conflicts:    1485000 | #Constraints:      45009
2074.14/2080.77	c #Conflicts:    1486000 | #Constraints:      46009
2074.14/2080.77	c #Conflicts:    1487000 | #Constraints:      47009
2074.14/2080.77	c #Conflicts:    1488000 | #Constraints:      48009
2074.14/2080.77	c #Conflicts:    1489000 | #Constraints:      49009
2074.14/2080.77	c #Conflicts:    1490000 | #Constraints:      50009
2074.14/2080.77	c #Conflicts:    1491000 | #Constraints:      51009
2074.14/2080.77	c #Conflicts:    1492000 | #Constraints:      52009
2074.14/2080.77	c #Conflicts:    1493000 | #Constraints:      53009
2074.14/2080.77	c INPROCESSING
2074.14/2080.77	c GARBAGE COLLECT
2074.14/2080.77	c #Conflicts:    1494000 | #Constraints:      29706
2074.14/2080.77	c #Conflicts:    1495000 | #Constraints:      30706
2074.14/2080.77	c #Conflicts:    1496000 | #Constraints:      31706
2074.14/2080.77	c #Conflicts:    1497000 | #Constraints:      32706
2074.14/2080.77	c #Conflicts:    1498000 | #Constraints:      33706
2074.14/2080.77	c #Conflicts:    1499000 | #Constraints:      34706
2074.14/2080.77	c #Conflicts:    1500000 | #Constraints:      35706
2074.14/2080.77	c #Conflicts:    1501000 | #Constraints:      36706
2074.14/2080.77	c #Conflicts:    1502000 | #Constraints:      37706
2074.14/2080.77	c #Conflicts:    1503000 | #Constraints:      38706
2074.14/2080.77	c #Conflicts:    1504000 | #Constraints:      39706
2074.14/2080.77	c #Conflicts:    1505000 | #Constraints:      40706
2074.14/2080.77	c #Conflicts:    1506000 | #Constraints:      41706
2074.14/2080.77	c #Conflicts:    1507000 | #Constraints:      42706
2074.14/2080.77	c #Conflicts:    1508000 | #Constraints:      43706
2074.14/2080.77	c #Conflicts:    1509000 | #Constraints:      44706
2074.14/2080.77	c #Conflicts:    1510000 | #Constraints:      45706
2074.14/2080.77	c #Conflicts:    1511000 | #Constraints:      46706
2074.14/2080.77	c #Conflicts:    1512000 | #Constraints:      47706
2074.14/2080.77	c #Conflicts:    1513000 | #Constraints:      48706
2074.14/2080.77	c #Conflicts:    1514000 | #Constraints:      49706
2074.14/2080.77	c #Conflicts:    1515000 | #Constraints:      50706
2074.14/2080.77	c #Conflicts:    1516000 | #Constraints:      51706
2074.14/2080.77	c #Conflicts:    1517000 | #Constraints:      52706
2074.14/2080.77	c #Conflicts:    1518000 | #Constraints:      53706
2074.14/2080.77	c INPROCESSING
2074.14/2080.77	c GARBAGE COLLECT
2074.14/2080.77	c #Conflicts:    1519000 | #Constraints:      30205
2074.14/2080.77	c #Conflicts:    1520000 | #Constraints:      31205
2074.14/2080.77	c #Conflicts:    1521000 | #Constraints:      32205
2214.73/2221.74	c #Conflicts:    1522000 | #Constraints:      33205
2214.73/2221.74	c #Conflicts:    1523000 | #Constraints:      34205
2214.73/2221.74	c #Conflicts:    1524000 | #Constraints:      35205
2214.73/2221.74	c #Conflicts:    1525000 | #Constraints:      36205
2214.73/2221.74	c #Conflicts:    1526000 | #Constraints:      37205
2214.73/2221.74	c #Conflicts:    1527000 | #Constraints:      38205
2214.73/2221.74	c #Conflicts:    1528000 | #Constraints:      39205
2214.73/2221.74	c #Conflicts:    1529000 | #Constraints:      40205
2214.73/2221.74	c #Conflicts:    1530000 | #Constraints:      41205
2214.73/2221.74	c #Conflicts:    1531000 | #Constraints:      42205
2214.73/2221.74	c #Conflicts:    1532000 | #Constraints:      43205
2214.73/2221.74	c #Conflicts:    1533000 | #Constraints:      44205
2214.73/2221.74	c #Conflicts:    1534000 | #Constraints:      45205
2214.73/2221.74	c #Conflicts:    1535000 | #Constraints:      46205
2214.73/2221.74	c #Conflicts:    1536000 | #Constraints:      47205
2214.73/2221.74	c #Conflicts:    1537000 | #Constraints:      48205
2214.73/2221.74	c #Conflicts:    1538000 | #Constraints:      49205
2214.73/2221.74	c #Conflicts:    1539000 | #Constraints:      50205
2214.73/2221.74	c #Conflicts:    1540000 | #Constraints:      51205
2214.73/2221.74	c #Conflicts:    1541000 | #Constraints:      52205
2214.73/2221.74	c #Conflicts:    1542000 | #Constraints:      53205
2214.73/2221.74	c INPROCESSING
2214.73/2221.74	c GARBAGE COLLECT
2214.73/2221.74	c #Conflicts:    1543000 | #Constraints:      29506
2214.73/2221.74	c #Conflicts:    1544000 | #Constraints:      30506
2214.73/2221.74	c #Conflicts:    1545000 | #Constraints:      31506
2214.73/2221.74	c #Conflicts:    1546000 | #Constraints:      32506
2214.73/2221.74	c #Conflicts:    1547000 | #Constraints:      33506
2214.73/2221.74	c #Conflicts:    1548000 | #Constraints:      34506
2214.73/2221.74	c #Conflicts:    1549000 | #Constraints:      35506
2214.73/2221.74	c #Conflicts:    1550000 | #Constraints:      36506
2214.73/2221.74	c #Conflicts:    1551000 | #Constraints:      37506
2214.73/2221.74	c #Conflicts:    1552000 | #Constraints:      38506
2214.73/2221.74	c #Conflicts:    1553000 | #Constraints:      39506
2214.73/2221.74	c #Conflicts:    1554000 | #Constraints:      40506
2214.73/2221.74	c #Conflicts:    1555000 | #Constraints:      41506
2214.73/2221.74	c #Conflicts:    1556000 | #Constraints:      42506
2214.73/2221.74	c #Conflicts:    1557000 | #Constraints:      43506
2214.73/2221.74	c #Conflicts:    1558000 | #Constraints:      44506
2214.73/2221.74	c #Conflicts:    1559000 | #Constraints:      45506
2214.73/2221.74	c #Conflicts:    1560000 | #Constraints:      46506
2214.73/2221.74	c #Conflicts:    1561000 | #Constraints:      47506
2214.73/2221.74	c #Conflicts:    1562000 | #Constraints:      48506
2214.73/2221.74	c #Conflicts:    1563000 | #Constraints:      49506
2214.73/2221.74	c #Conflicts:    1564000 | #Constraints:      50506
2214.73/2221.74	c #Conflicts:    1565000 | #Constraints:      51506
2214.73/2221.74	c #Conflicts:    1566000 | #Constraints:      52506
2214.73/2221.74	c #Conflicts:    1567000 | #Constraints:      53506
2214.73/2221.74	c #Conflicts:    1568000 | #Constraints:      54506
2214.73/2221.74	c INPROCESSING
2214.73/2221.74	c GARBAGE COLLECT
2214.73/2221.74	c #Conflicts:    1569000 | #Constraints:      30601
2214.73/2221.74	c #Conflicts:    1570000 | #Constraints:      31601
2214.73/2221.74	c #Conflicts:    1571000 | #Constraints:      32601
2214.73/2221.74	c #Conflicts:    1572000 | #Constraints:      33601
2214.73/2221.74	c #Conflicts:    1573000 | #Constraints:      34601
2214.73/2221.74	c #Conflicts:    1574000 | #Constraints:      35601
2214.73/2221.74	c #Conflicts:    1575000 | #Constraints:      36601
2214.73/2221.74	c #Conflicts:    1576000 | #Constraints:      37601
2214.73/2221.74	c #Conflicts:    1577000 | #Constraints:      38601
2214.73/2221.74	c #Conflicts:    1578000 | #Constraints:      39602
2214.73/2221.74	c #Conflicts:    1579000 | #Constraints:      40602
2214.73/2221.74	c #Conflicts:    1580000 | #Constraints:      41602
2214.73/2221.74	c #Conflicts:    1581000 | #Constraints:      42602
2214.73/2221.74	c #Conflicts:    1582000 | #Constraints:      43602
2214.73/2221.74	c #Conflicts:    1583000 | #Constraints:      44602
2214.73/2221.74	c #Conflicts:    1584000 | #Constraints:      45602
2214.73/2221.74	c #Conflicts:    1585000 | #Constraints:      46602
2214.73/2221.74	c #Conflicts:    1586000 | #Constraints:      47602
2214.73/2221.74	c #Conflicts:    1587000 | #Constraints:      48602
2214.73/2221.74	c #Conflicts:    1588000 | #Constraints:      49602
2214.73/2221.74	c #Conflicts:    1589000 | #Constraints:      50602
2214.73/2221.74	c #Conflicts:    1590000 | #Constraints:      51602
2214.73/2221.74	WSVECS04 Frhs2[18]: 6 -3.40132e+08 0 shouldn't be
2214.73/2221.74	WSVECS04 Frhs2[36]: 6 -3.70278e+07 0 shouldn't be
2214.73/2221.74	WSVECS04 Frhs2[37]: 6 -3.80109e+06 0 shouldn't be
2214.73/2221.74	WSVECS04 Frhs2[38]: 6 -1.49239e+09 0 shouldn't be
2370.16/2377.64	c #Conflicts:    1591000 | #Constraints:      52602
2370.16/2377.64	c #Conflicts:    1592000 | #Constraints:      53602
2370.16/2377.64	c #Conflicts:    1593000 | #Constraints:      54602
2370.16/2377.64	c INPROCESSING
2370.16/2377.64	c GARBAGE COLLECT
2370.16/2377.64	c #Conflicts:    1594000 | #Constraints:      30499
2370.16/2377.64	c #Conflicts:    1595000 | #Constraints:      31499
2370.16/2377.64	c #Conflicts:    1596000 | #Constraints:      32499
2370.16/2377.64	c #Conflicts:    1597000 | #Constraints:      33499
2370.16/2377.64	c #Conflicts:    1598000 | #Constraints:      34499
2370.16/2377.64	c #Conflicts:    1599000 | #Constraints:      35499
2370.16/2377.64	c #Conflicts:    1600000 | #Constraints:      36499
2370.16/2377.64	c #Conflicts:    1601000 | #Constraints:      37499
2370.16/2377.64	c #Conflicts:    1602000 | #Constraints:      38499
2370.16/2377.64	c #Conflicts:    1603000 | #Constraints:      39499
2370.16/2377.64	c #Conflicts:    1604000 | #Constraints:      40499
2370.16/2377.64	c #Conflicts:    1605000 | #Constraints:      41499
2370.16/2377.64	c #Conflicts:    1606000 | #Constraints:      42499
2370.16/2377.64	c #Conflicts:    1607000 | #Constraints:      43499
2370.16/2377.64	c #Conflicts:    1608000 | #Constraints:      44499
2370.16/2377.64	c #Conflicts:    1609000 | #Constraints:      45499
2370.16/2377.64	c #Conflicts:    1610000 | #Constraints:      46499
2370.16/2377.64	c #Conflicts:    1611000 | #Constraints:      47499
2370.16/2377.64	c #Conflicts:    1612000 | #Constraints:      48499
2370.16/2377.64	c #Conflicts:    1613000 | #Constraints:      49499
2370.16/2377.64	c #Conflicts:    1614000 | #Constraints:      50499
2370.16/2377.64	c #Conflicts:    1615000 | #Constraints:      51499
2370.16/2377.64	c #Conflicts:    1616000 | #Constraints:      52499
2370.16/2377.64	c #Conflicts:    1617000 | #Constraints:      53499
2370.16/2377.64	c #Conflicts:    1618000 | #Constraints:      54499
2370.16/2377.64	c INPROCESSING
2370.16/2377.64	c GARBAGE COLLECT
2370.16/2377.64	c #Conflicts:    1619000 | #Constraints:      30199
2370.16/2377.64	c #Conflicts:    1620000 | #Constraints:      31199
2370.16/2377.64	c #Conflicts:    1621000 | #Constraints:      32199
2370.16/2377.64	c #Conflicts:    1622000 | #Constraints:      33199
2370.16/2377.64	c #Conflicts:    1623000 | #Constraints:      34199
2370.16/2377.64	c #Conflicts:    1624000 | #Constraints:      35199
2370.16/2377.64	c #Conflicts:    1625000 | #Constraints:      36199
2370.16/2377.64	c #Conflicts:    1626000 | #Constraints:      37199
2370.16/2377.64	c #Conflicts:    1627000 | #Constraints:      38199
2370.16/2377.64	c #Conflicts:    1628000 | #Constraints:      39199
2370.16/2377.64	c #Conflicts:    1629000 | #Constraints:      40199
2370.16/2377.64	c #Conflicts:    1630000 | #Constraints:      41199
2370.16/2377.64	c #Conflicts:    1631000 | #Constraints:      42199
2370.16/2377.64	c #Conflicts:    1632000 | #Constraints:      43199
2370.16/2377.64	c #Conflicts:    1633000 | #Constraints:      44199
2370.16/2377.64	c #Conflicts:    1634000 | #Constraints:      45199
2370.16/2377.64	c #Conflicts:    1635000 | #Constraints:      46199
2370.16/2377.64	c #Conflicts:    1636000 | #Constraints:      47199
2370.16/2377.64	c #Conflicts:    1637000 | #Constraints:      48199
2370.16/2377.64	c #Conflicts:    1638000 | #Constraints:      49199
2370.16/2377.64	c #Conflicts:    1639000 | #Constraints:      50199
2370.16/2377.64	c #Conflicts:    1640000 | #Constraints:      51199
2370.16/2377.64	c #Conflicts:    1641000 | #Constraints:      52199
2370.16/2377.64	c #Conflicts:    1642000 | #Constraints:      53199
2370.16/2377.64	c #Conflicts:    1643000 | #Constraints:      54199
2370.16/2377.64	c #Conflicts:    1644000 | #Constraints:      55199
2370.16/2377.64	c INPROCESSING
2370.16/2377.64	c GARBAGE COLLECT
2370.16/2377.64	c #Conflicts:    1645000 | #Constraints:      30701
2370.16/2377.64	c #Conflicts:    1646000 | #Constraints:      31701
2370.16/2377.64	c #Conflicts:    1647000 | #Constraints:      32701
2370.16/2377.64	c #Conflicts:    1648000 | #Constraints:      33701
2370.16/2377.64	c #Conflicts:    1649000 | #Constraints:      34701
2370.16/2377.64	c #Conflicts:    1650000 | #Constraints:      35701
2370.16/2377.64	c #Conflicts:    1651000 | #Constraints:      36701
2370.16/2377.64	c #Conflicts:    1652000 | #Constraints:      37701
2370.16/2377.64	c #Conflicts:    1653000 | #Constraints:      38701
2370.16/2377.64	c #Conflicts:    1654000 | #Constraints:      39701
2370.16/2377.64	c #Conflicts:    1655000 | #Constraints:      40701
2370.16/2377.64	c #Conflicts:    1656000 | #Constraints:      41701
2370.16/2377.64	c #Conflicts:    1657000 | #Constraints:      42701
2370.16/2377.64	c #Conflicts:    1658000 | #Constraints:      43701
2370.16/2377.64	c #Conflicts:    1659000 | #Constraints:      44701
2370.16/2377.64	c #Conflicts:    1660000 | #Constraints:      45701
2370.16/2377.64	c #Conflicts:    1661000 | #Constraints:      46701
2370.16/2377.64	c #Conflicts:    1662000 | #Constraints:      47701
2370.16/2377.64	c #Conflicts:    1663000 | #Constraints:      48701
2370.16/2377.64	c #Conflicts:    1664000 | #Constraints:      49701
2370.16/2377.64	c #Conflicts:    1665000 | #Constraints:      50701
2370.16/2377.64	c #Conflicts:    1666000 | #Constraints:      51701
2370.16/2377.64	c #Conflicts:    1667000 | #Constraints:      52701
2549.69/2557.74	c #Conflicts:    1668000 | #Constraints:      53702
2549.69/2557.74	c #Conflicts:    1669000 | #Constraints:      54702
2549.69/2557.74	c #Conflicts:    1670000 | #Constraints:      55702
2549.69/2557.74	c INPROCESSING
2549.69/2557.74	c GARBAGE COLLECT
2549.69/2557.74	c #Conflicts:    1671000 | #Constraints:      31000
2549.69/2557.74	c #Conflicts:    1672000 | #Constraints:      32000
2549.69/2557.74	c #Conflicts:    1673000 | #Constraints:      33000
2549.69/2557.74	c #Conflicts:    1674000 | #Constraints:      34000
2549.69/2557.74	c #Conflicts:    1675000 | #Constraints:      35000
2549.69/2557.74	c #Conflicts:    1676000 | #Constraints:      36000
2549.69/2557.74	c #Conflicts:    1677000 | #Constraints:      37000
2549.69/2557.74	c #Conflicts:    1678000 | #Constraints:      38462
2549.69/2557.74	c #Conflicts:    1679000 | #Constraints:      40000
2549.69/2557.74	c #Conflicts:    1680000 | #Constraints:      41491
2549.69/2557.74	c #Conflicts:    1681000 | #Constraints:      42995
2549.69/2557.74	c #Conflicts:    1682000 | #Constraints:      44552
2549.69/2557.74	c #Conflicts:    1683000 | #Constraints:      46124
2549.69/2557.74	c #Conflicts:    1684000 | #Constraints:      47601
2549.69/2557.74	c #Conflicts:    1685000 | #Constraints:      49105
2549.69/2557.74	c #Conflicts:    1686000 | #Constraints:      50148
2549.69/2557.74	c #Conflicts:    1687000 | #Constraints:      51148
2549.69/2557.74	c #Conflicts:    1688000 | #Constraints:      52148
2549.69/2557.74	c #Conflicts:    1689000 | #Constraints:      53148
2549.69/2557.74	c #Conflicts:    1690000 | #Constraints:      54148
2549.69/2557.74	c #Conflicts:    1691000 | #Constraints:      55148
2549.69/2557.74	c #Conflicts:    1692000 | #Constraints:      56148
2549.69/2557.74	c #Conflicts:    1693000 | #Constraints:      57148
2549.69/2557.74	c #Conflicts:    1694000 | #Constraints:      58148
2549.69/2557.74	c #Conflicts:    1695000 | #Constraints:      59148
2549.69/2557.74	c #Conflicts:    1696000 | #Constraints:      60148
2549.69/2557.74	c INPROCESSING
2549.69/2557.74	c GARBAGE COLLECT
2549.69/2557.74	c #Conflicts:    1697000 | #Constraints:      33177
2549.69/2557.74	c #Conflicts:    1698000 | #Constraints:      34177
2549.69/2557.74	c #Conflicts:    1699000 | #Constraints:      35177
2549.69/2557.74	c #Conflicts:    1700000 | #Constraints:      36177
2549.69/2557.74	c #Conflicts:    1701000 | #Constraints:      37177
2549.69/2557.74	c #Conflicts:    1702000 | #Constraints:      38177
2549.69/2557.74	c #Conflicts:    1703000 | #Constraints:      39177
2549.69/2557.74	c #Conflicts:    1704000 | #Constraints:      40177
2549.69/2557.74	c #Conflicts:    1705000 | #Constraints:      41177
2549.69/2557.74	c #Conflicts:    1706000 | #Constraints:      42177
2549.69/2557.74	c #Conflicts:    1707000 | #Constraints:      43177
2549.69/2557.74	c #Conflicts:    1708000 | #Constraints:      44177
2549.69/2557.74	c #Conflicts:    1709000 | #Constraints:      45177
2549.69/2557.74	c #Conflicts:    1710000 | #Constraints:      46177
2549.69/2557.74	c #Conflicts:    1711000 | #Constraints:      47177
2549.69/2557.74	c #Conflicts:    1712000 | #Constraints:      48177
2549.69/2557.74	c #Conflicts:    1713000 | #Constraints:      49177
2549.69/2557.74	c #Conflicts:    1714000 | #Constraints:      50177
2549.69/2557.74	c #Conflicts:    1715000 | #Constraints:      51177
2549.69/2557.74	c #Conflicts:    1716000 | #Constraints:      52177
2549.69/2557.74	c #Conflicts:    1717000 | #Constraints:      53177
2549.69/2557.74	c #Conflicts:    1718000 | #Constraints:      54177
2549.69/2557.74	c #Conflicts:    1719000 | #Constraints:      55177
2549.69/2557.74	c #Conflicts:    1720000 | #Constraints:      56177
2549.69/2557.74	c #Conflicts:    1721000 | #Constraints:      57177
2549.69/2557.74	c #Conflicts:    1722000 | #Constraints:      58177
2549.69/2557.74	c INPROCESSING
2549.69/2557.74	c GARBAGE COLLECT
2549.69/2557.74	c #Conflicts:    1723000 | #Constraints:      32040
2549.69/2557.74	c #Conflicts:    1724000 | #Constraints:      33040
2549.69/2557.74	c #Conflicts:    1725000 | #Constraints:      34040
2549.69/2557.74	c #Conflicts:    1726000 | #Constraints:      35040
2549.69/2557.74	c #Conflicts:    1727000 | #Constraints:      36040
2549.69/2557.74	c #Conflicts:    1728000 | #Constraints:      37040
2549.69/2557.74	c #Conflicts:    1729000 | #Constraints:      38040
2549.69/2557.74	c #Conflicts:    1730000 | #Constraints:      39040
2549.69/2557.74	c #Conflicts:    1731000 | #Constraints:      40040
2549.69/2557.74	c #Conflicts:    1732000 | #Constraints:      41040
2549.69/2557.74	c #Conflicts:    1733000 | #Constraints:      42040
2549.69/2557.74	c #Conflicts:    1734000 | #Constraints:      43040
2549.69/2557.74	c #Conflicts:    1735000 | #Constraints:      44040
2549.69/2557.74	c #Conflicts:    1736000 | #Constraints:      45040
2549.69/2557.74	c #Conflicts:    1737000 | #Constraints:      46040
2549.69/2557.74	c #Conflicts:    1738000 | #Constraints:      47040
2549.69/2557.74	c #Conflicts:    1739000 | #Constraints:      48040
2549.69/2557.74	c #Conflicts:    1740000 | #Constraints:      49040
2549.69/2557.74	c #Conflicts:    1741000 | #Constraints:      50040
2549.69/2557.74	c #Conflicts:    1742000 | #Constraints:      51040
2549.69/2557.74	c #Conflicts:    1743000 | #Constraints:      52040
2549.69/2557.74	c #Conflicts:    1744000 | #Constraints:      53041
2659.14/2667.57	c #Conflicts:    1745000 | #Constraints:      54041
2659.14/2667.57	c #Conflicts:    1746000 | #Constraints:      55041
2659.14/2667.57	c #Conflicts:    1747000 | #Constraints:      56041
2659.14/2667.57	c #Conflicts:    1748000 | #Constraints:      57041
2659.14/2667.57	c #Conflicts:    1749000 | #Constraints:      58041
2659.14/2667.57	c INPROCESSING
2659.14/2667.57	c GARBAGE COLLECT
2659.14/2667.57	c #Conflicts:    1750000 | #Constraints:      32224
2659.14/2667.57	c #Conflicts:    1751000 | #Constraints:      33224
2659.14/2667.57	c #Conflicts:    1752000 | #Constraints:      34224
2659.14/2667.57	c #Conflicts:    1753000 | #Constraints:      35224
2659.14/2667.57	c #Conflicts:    1754000 | #Constraints:      36263
2659.14/2667.57	c #Conflicts:    1755000 | #Constraints:      37263
2659.14/2667.57	c #Conflicts:    1756000 | #Constraints:      38263
2659.14/2667.57	c #Conflicts:    1757000 | #Constraints:      39263
2659.14/2667.57	c #Conflicts:    1758000 | #Constraints:      40263
2659.14/2667.57	c #Conflicts:    1759000 | #Constraints:      41263
2659.14/2667.57	c #Conflicts:    1760000 | #Constraints:      42263
2659.14/2667.57	c #Conflicts:    1761000 | #Constraints:      43263
2659.14/2667.57	c #Conflicts:    1762000 | #Constraints:      44263
2659.14/2667.57	c #Conflicts:    1763000 | #Constraints:      45263
2659.14/2667.57	c #Conflicts:    1764000 | #Constraints:      46263
2659.14/2667.57	c #Conflicts:    1765000 | #Constraints:      47263
2659.14/2667.57	c #Conflicts:    1766000 | #Constraints:      48263
2659.14/2667.57	c #Conflicts:    1767000 | #Constraints:      49263
2659.14/2667.57	c #Conflicts:    1768000 | #Constraints:      50263
2659.14/2667.57	c #Conflicts:    1769000 | #Constraints:      51263
2659.14/2667.57	c #Conflicts:    1770000 | #Constraints:      52263
2659.14/2667.57	c #Conflicts:    1771000 | #Constraints:      53263
2659.14/2667.57	c #Conflicts:    1772000 | #Constraints:      54263
2659.14/2667.57	c #Conflicts:    1773000 | #Constraints:      55263
2659.14/2667.57	c #Conflicts:    1774000 | #Constraints:      56263
2659.14/2667.57	c #Conflicts:    1775000 | #Constraints:      57263
2659.14/2667.57	c #Conflicts:    1776000 | #Constraints:      58263
2659.14/2667.57	c INPROCESSING
2659.14/2667.57	c GARBAGE COLLECT
2659.14/2667.57	c #Conflicts:    1777000 | #Constraints:      32482
2659.14/2667.57	c #Conflicts:    1778000 | #Constraints:      33482
2659.14/2667.57	c #Conflicts:    1779000 | #Constraints:      34482
2659.14/2667.57	c #Conflicts:    1780000 | #Constraints:      35482
2659.14/2667.57	c #Conflicts:    1781000 | #Constraints:      36482
2659.14/2667.57	c #Conflicts:    1782000 | #Constraints:      37482
2659.14/2667.57	c #Conflicts:    1783000 | #Constraints:      38483
2659.14/2667.57	c #Conflicts:    1784000 | #Constraints:      39483
2659.14/2667.57	c #Conflicts:    1785000 | #Constraints:      40483
2659.14/2667.57	c #Conflicts:    1786000 | #Constraints:      41483
2659.14/2667.57	c #Conflicts:    1787000 | #Constraints:      42483
2659.14/2667.57	c #Conflicts:    1788000 | #Constraints:      43483
2659.14/2667.57	c #Conflicts:    1789000 | #Constraints:      44483
2659.14/2667.57	c #Conflicts:    1790000 | #Constraints:      45483
2659.14/2667.57	c #Conflicts:    1791000 | #Constraints:      46483
2659.14/2667.57	c #Conflicts:    1792000 | #Constraints:      47483
2659.14/2667.57	c #Conflicts:    1793000 | #Constraints:      48483
2659.14/2667.57	c #Conflicts:    1794000 | #Constraints:      49483
2659.14/2667.57	WSVECS04 Frhs2[38]: 6 -3.7484e+09 0 shouldn't be
2659.14/2667.57	WSVECS04 Frhs2[361]: 6 -1.71799e+10 0 shouldn't be
2659.14/2667.57	WSVECS04 Frhs2[1442]: 6 -3.43597e+10 0 shouldn't be
2788.43/2797.28	c #Conflicts:    1795000 | #Constraints:      50483
2788.43/2797.28	c #Conflicts:    1796000 | #Constraints:      51483
2788.43/2797.28	c #Conflicts:    1797000 | #Constraints:      52483
2788.43/2797.28	c #Conflicts:    1798000 | #Constraints:      53483
2788.43/2797.28	c #Conflicts:    1799000 | #Constraints:      54483
2788.43/2797.28	c #Conflicts:    1800000 | #Constraints:      55483
2788.43/2797.28	c #Conflicts:    1801000 | #Constraints:      56483
2788.43/2797.28	c #Conflicts:    1802000 | #Constraints:      57483
2788.43/2797.28	c INPROCESSING
2788.43/2797.28	c GARBAGE COLLECT
2788.43/2797.28	c #Conflicts:    1803000 | #Constraints:      31643
2788.43/2797.28	c #Conflicts:    1804000 | #Constraints:      32643
2788.43/2797.28	c #Conflicts:    1805000 | #Constraints:      33643
2788.43/2797.28	c #Conflicts:    1806000 | #Constraints:      34643
2788.43/2797.28	c #Conflicts:    1807000 | #Constraints:      35643
2788.43/2797.28	c #Conflicts:    1808000 | #Constraints:      36643
2788.43/2797.28	c #Conflicts:    1809000 | #Constraints:      37643
2788.43/2797.28	c #Conflicts:    1810000 | #Constraints:      38643
2788.43/2797.28	c #Conflicts:    1811000 | #Constraints:      39643
2788.43/2797.28	c #Conflicts:    1812000 | #Constraints:      40643
2788.43/2797.28	c #Conflicts:    1813000 | #Constraints:      41643
2788.43/2797.28	c #Conflicts:    1814000 | #Constraints:      42643
2788.43/2797.28	c #Conflicts:    1815000 | #Constraints:      43643
2788.43/2797.28	c #Conflicts:    1816000 | #Constraints:      44643
2788.43/2797.28	c #Conflicts:    1817000 | #Constraints:      45643
2788.43/2797.28	c #Conflicts:    1818000 | #Constraints:      46643
2788.43/2797.28	c #Conflicts:    1819000 | #Constraints:      47643
2788.43/2797.28	c #Conflicts:    1820000 | #Constraints:      48643
2788.43/2797.28	c #Conflicts:    1821000 | #Constraints:      49643
2788.43/2797.28	c #Conflicts:    1822000 | #Constraints:      50643
2788.43/2797.28	c #Conflicts:    1823000 | #Constraints:      51643
2788.43/2797.28	c #Conflicts:    1824000 | #Constraints:      52643
2788.43/2797.28	c #Conflicts:    1825000 | #Constraints:      53643
2788.43/2797.28	c #Conflicts:    1826000 | #Constraints:      54643
2788.43/2797.28	c #Conflicts:    1827000 | #Constraints:      55643
2788.43/2797.28	c #Conflicts:    1828000 | #Constraints:      56643
2788.43/2797.28	c #Conflicts:    1829000 | #Constraints:      57643
2788.43/2797.28	c #Conflicts:    1830000 | #Constraints:      58643
2788.43/2797.28	c INPROCESSING
2788.43/2797.28	c GARBAGE COLLECT
2788.43/2797.28	c #Conflicts:    1831000 | #Constraints:      32672
2788.43/2797.28	c #Conflicts:    1832000 | #Constraints:      33672
2788.43/2797.28	c #Conflicts:    1833000 | #Constraints:      34672
2788.43/2797.28	c #Conflicts:    1834000 | #Constraints:      35672
2788.43/2797.28	c #Conflicts:    1835000 | #Constraints:      36672
2788.43/2797.28	c #Conflicts:    1836000 | #Constraints:      37672
2788.43/2797.28	c #Conflicts:    1837000 | #Constraints:      38672
2788.43/2797.28	c #Conflicts:    1838000 | #Constraints:      39672
2788.43/2797.28	c #Conflicts:    1839000 | #Constraints:      40672
2788.43/2797.28	c #Conflicts:    1840000 | #Constraints:      41672
2788.43/2797.28	c #Conflicts:    1841000 | #Constraints:      42672
2788.43/2797.28	c #Conflicts:    1842000 | #Constraints:      43672
2788.43/2797.28	c #Conflicts:    1843000 | #Constraints:      44672
2788.43/2797.28	c #Conflicts:    1844000 | #Constraints:      45673
2788.43/2797.28	c #Conflicts:    1845000 | #Constraints:      46673
2788.43/2797.28	c #Conflicts:    1846000 | #Constraints:      47673
2788.43/2797.28	c #Conflicts:    1847000 | #Constraints:      48673
2788.43/2797.28	c #Conflicts:    1848000 | #Constraints:      49673
2788.43/2797.28	c #Conflicts:    1849000 | #Constraints:      50673
2788.43/2797.28	c #Conflicts:    1850000 | #Constraints:      51673
2788.43/2797.28	c #Conflicts:    1851000 | #Constraints:      52673
2788.43/2797.28	c #Conflicts:    1852000 | #Constraints:      53673
2788.43/2797.28	WSVECS04 Frhs2[16]: 6 -3.06545e+08 0 shouldn't be
2788.43/2797.28	WSVECS04 Frhs2[17]: 6 -4.78937e+08 0 shouldn't be
2788.43/2797.28	WSVECS04 Frhs2[18]: 6 -9.43456e+08 0 shouldn't be
2788.43/2797.28	WSVECS04 Frhs2[35]: 6 -1.35234e+08 0 shouldn't be
2788.43/2797.28	WSVECS04 Frhs2[36]: 6 -2.70139e+08 0 shouldn't be
2788.43/2797.28	WSVECS04 Frhs2[37]: 6 -4.06323e+06 0 shouldn't be
2788.43/2797.28	WSVECS04 Frhs2[38]: 6 -2.69117e+09 0 shouldn't be
2788.43/2797.28	WSVECS04 Frhs2[359]: 6 -4.29497e+09 0 shouldn't be
2788.43/2797.28	WSVECS04 Frhs2[1423]: 6 -8.58993e+09 0 shouldn't be
2788.82/2797.61	WSVECS04 Frhs2[323]: 6 -4.29497e+09 0 shouldn't be
2954.33/2963.69	c #Conflicts:    1853000 | #Constraints:      54673
2954.33/2963.69	c #Conflicts:    1854000 | #Constraints:      55673
2954.33/2963.69	c #Conflicts:    1855000 | #Constraints:      56673
2954.33/2963.69	c #Conflicts:    1856000 | #Constraints:      57673
2954.33/2963.69	c #Conflicts:    1857000 | #Constraints:      58673
2954.33/2963.69	c INPROCESSING
2954.33/2963.69	c GARBAGE COLLECT
2954.33/2963.69	c #Conflicts:    1858000 | #Constraints:      32538
2954.33/2963.69	c #Conflicts:    1859000 | #Constraints:      33538
2954.33/2963.69	c #Conflicts:    1860000 | #Constraints:      34538
2954.33/2963.69	c #Conflicts:    1861000 | #Constraints:      35539
2954.33/2963.69	c #Conflicts:    1862000 | #Constraints:      36539
2954.33/2963.69	c #Conflicts:    1863000 | #Constraints:      37539
2954.33/2963.69	c #Conflicts:    1864000 | #Constraints:      38539
2954.33/2963.69	c #Conflicts:    1865000 | #Constraints:      39539
2954.33/2963.69	c #Conflicts:    1866000 | #Constraints:      40539
2954.33/2963.69	c #Conflicts:    1867000 | #Constraints:      41539
2954.33/2963.69	c #Conflicts:    1868000 | #Constraints:      42539
2954.33/2963.69	c #Conflicts:    1869000 | #Constraints:      43539
2954.33/2963.69	c #Conflicts:    1870000 | #Constraints:      44540
2954.33/2963.69	c #Conflicts:    1871000 | #Constraints:      45542
2954.33/2963.69	c #Conflicts:    1872000 | #Constraints:      46542
2954.33/2963.69	c #Conflicts:    1873000 | #Constraints:      47542
2954.33/2963.69	c #Conflicts:    1874000 | #Constraints:      48542
2954.33/2963.69	c #Conflicts:    1875000 | #Constraints:      49542
2954.33/2963.69	c #Conflicts:    1876000 | #Constraints:      50542
2954.33/2963.69	c #Conflicts:    1877000 | #Constraints:      51542
2954.33/2963.69	c #Conflicts:    1878000 | #Constraints:      52542
2954.33/2963.69	c #Conflicts:    1879000 | #Constraints:      53542
2954.33/2963.69	c #Conflicts:    1880000 | #Constraints:      54542
2954.33/2963.69	c #Conflicts:    1881000 | #Constraints:      55542
2954.33/2963.69	c #Conflicts:    1882000 | #Constraints:      56543
2954.33/2963.69	c #Conflicts:    1883000 | #Constraints:      57543
2954.33/2963.69	c #Conflicts:    1884000 | #Constraints:      58543
2954.33/2963.69	c INPROCESSING
2954.33/2963.69	c GARBAGE COLLECT
2954.33/2963.69	c #Conflicts:    1885000 | #Constraints:      32225
2954.33/2963.69	c #Conflicts:    1886000 | #Constraints:      33225
2954.33/2963.69	c #Conflicts:    1887000 | #Constraints:      34225
2954.33/2963.69	c #Conflicts:    1888000 | #Constraints:      35225
2954.33/2963.69	c #Conflicts:    1889000 | #Constraints:      36225
2954.33/2963.69	c #Conflicts:    1890000 | #Constraints:      37225
2954.33/2963.69	c #Conflicts:    1891000 | #Constraints:      38225
2954.33/2963.69	c #Conflicts:    1892000 | #Constraints:      39358
2954.33/2963.69	c #Conflicts:    1893000 | #Constraints:      40883
2954.33/2963.69	c #Conflicts:    1894000 | #Constraints:      42380
2954.33/2963.69	c #Conflicts:    1895000 | #Constraints:      43903
2954.33/2963.69	c #Conflicts:    1896000 | #Constraints:      45416
2954.33/2963.69	c #Conflicts:    1897000 | #Constraints:      46461
2954.33/2963.69	c #Conflicts:    1898000 | #Constraints:      47461
2954.33/2963.69	c #Conflicts:    1899000 | #Constraints:      48461
2954.33/2963.69	c #Conflicts:    1900000 | #Constraints:      49461
2954.33/2963.69	c #Conflicts:    1901000 | #Constraints:      50461
2954.33/2963.69	c #Conflicts:    1902000 | #Constraints:      51461
2954.33/2963.69	c #Conflicts:    1903000 | #Constraints:      52461
2954.33/2963.69	c #Conflicts:    1904000 | #Constraints:      53461
2954.33/2963.69	c #Conflicts:    1905000 | #Constraints:      54461
2954.33/2963.69	c #Conflicts:    1906000 | #Constraints:      55461
2954.33/2963.69	c #Conflicts:    1907000 | #Constraints:      56461
2954.33/2963.69	c #Conflicts:    1908000 | #Constraints:      57461
2954.33/2963.69	c #Conflicts:    1909000 | #Constraints:      58461
2954.33/2963.69	c #Conflicts:    1910000 | #Constraints:      59461
2954.33/2963.69	c #Conflicts:    1911000 | #Constraints:      60461
2954.33/2963.69	c #Conflicts:    1912000 | #Constraints:      61462
2954.33/2963.69	c INPROCESSING
2954.33/2963.69	c GARBAGE COLLECT
2954.33/2963.69	c #Conflicts:    1913000 | #Constraints:      33831
2954.33/2963.69	c #Conflicts:    1914000 | #Constraints:      34831
2954.33/2963.69	c #Conflicts:    1915000 | #Constraints:      35831
2954.33/2963.69	c #Conflicts:    1916000 | #Constraints:      36831
2954.33/2963.69	c #Conflicts:    1917000 | #Constraints:      37831
2954.33/2963.69	c #Conflicts:    1918000 | #Constraints:      38831
2954.33/2963.69	c #Conflicts:    1919000 | #Constraints:      39831
2954.33/2963.69	c #Conflicts:    1920000 | #Constraints:      40831
2954.33/2963.69	c #Conflicts:    1921000 | #Constraints:      41831
2954.33/2963.69	c #Conflicts:    1922000 | #Constraints:      42831
2954.33/2963.69	c #Conflicts:    1923000 | #Constraints:      43831
2954.33/2963.69	c #Conflicts:    1924000 | #Constraints:      44831
2954.33/2963.69	c #Conflicts:    1925000 | #Constraints:      45831
2954.33/2963.69	c #Conflicts:    1926000 | #Constraints:      46831
2954.33/2963.69	c #Conflicts:    1927000 | #Constraints:      47831
2954.33/2963.69	c #Conflicts:    1928000 | #Constraints:      48831
2954.33/2963.69	c #Conflicts:    1929000 | #Constraints:      49831
3113.20/3122.94	c #Conflicts:    1930000 | #Constraints:      50831
3113.20/3122.94	c #Conflicts:    1931000 | #Constraints:      51831
3113.20/3122.94	c #Conflicts:    1932000 | #Constraints:      52831
3113.20/3122.94	c #Conflicts:    1933000 | #Constraints:      53831
3113.20/3122.94	c #Conflicts:    1934000 | #Constraints:      54831
3113.20/3122.94	c #Conflicts:    1935000 | #Constraints:      55831
3113.20/3122.94	c #Conflicts:    1936000 | #Constraints:      56832
3113.20/3122.94	c #Conflicts:    1937000 | #Constraints:      57832
3113.20/3122.94	c #Conflicts:    1938000 | #Constraints:      58832
3113.20/3122.94	c #Conflicts:    1939000 | #Constraints:      59832
3113.20/3122.94	c #Conflicts:    1940000 | #Constraints:      60832
3113.20/3122.94	c INPROCESSING
3113.20/3122.94	c GARBAGE COLLECT
3113.20/3122.94	c #Conflicts:    1941000 | #Constraints:      33566
3113.20/3122.94	c #Conflicts:    1942000 | #Constraints:      34566
3113.20/3122.94	c #Conflicts:    1943000 | #Constraints:      35566
3113.20/3122.94	c #Conflicts:    1944000 | #Constraints:      36566
3113.20/3122.94	c #Conflicts:    1945000 | #Constraints:      37566
3113.20/3122.94	c #Conflicts:    1946000 | #Constraints:      38566
3113.20/3122.94	c #Conflicts:    1947000 | #Constraints:      39566
3113.20/3122.94	c #Conflicts:    1948000 | #Constraints:      40566
3113.20/3122.94	c #Conflicts:    1949000 | #Constraints:      41566
3113.20/3122.94	c #Conflicts:    1950000 | #Constraints:      42566
3113.20/3122.94	c #Conflicts:    1951000 | #Constraints:      43566
3113.20/3122.94	c #Conflicts:    1952000 | #Constraints:      44566
3113.20/3122.94	c #Conflicts:    1953000 | #Constraints:      45566
3113.20/3122.94	c #Conflicts:    1954000 | #Constraints:      46567
3113.20/3122.94	c #Conflicts:    1955000 | #Constraints:      47567
3113.20/3122.94	c #Conflicts:    1956000 | #Constraints:      48567
3113.20/3122.94	c #Conflicts:    1957000 | #Constraints:      49567
3113.20/3122.94	c #Conflicts:    1958000 | #Constraints:      50567
3113.20/3122.94	c #Conflicts:    1959000 | #Constraints:      51567
3113.20/3122.94	c #Conflicts:    1960000 | #Constraints:      52567
3113.20/3122.94	c #Conflicts:    1961000 | #Constraints:      53567
3113.20/3122.94	c #Conflicts:    1962000 | #Constraints:      54567
3113.20/3122.94	c #Conflicts:    1963000 | #Constraints:      55567
3113.20/3122.94	c #Conflicts:    1964000 | #Constraints:      56567
3113.20/3122.94	c #Conflicts:    1965000 | #Constraints:      57567
3113.20/3122.94	c #Conflicts:    1966000 | #Constraints:      58567
3113.20/3122.94	c #Conflicts:    1967000 | #Constraints:      59567
3113.20/3122.94	c #Conflicts:    1968000 | #Constraints:      60567
3113.20/3122.94	c INPROCESSING
3113.20/3122.94	c GARBAGE COLLECT
3113.20/3122.94	c #Conflicts:    1969000 | #Constraints:      33385
3113.20/3122.94	c #Conflicts:    1970000 | #Constraints:      34385
3113.20/3122.94	c #Conflicts:    1971000 | #Constraints:      35385
3113.20/3122.94	c #Conflicts:    1972000 | #Constraints:      36385
3113.20/3122.94	c #Conflicts:    1973000 | #Constraints:      37385
3113.20/3122.94	c #Conflicts:    1974000 | #Constraints:      38385
3113.20/3122.94	c #Conflicts:    1975000 | #Constraints:      39385
3113.20/3122.94	c #Conflicts:    1976000 | #Constraints:      40386
3113.20/3122.94	c #Conflicts:    1977000 | #Constraints:      41386
3113.20/3122.94	c #Conflicts:    1978000 | #Constraints:      42386
3113.20/3122.94	c #Conflicts:    1979000 | #Constraints:      43386
3113.20/3122.94	c #Conflicts:    1980000 | #Constraints:      44386
3113.20/3122.94	c #Conflicts:    1981000 | #Constraints:      45386
3113.20/3122.94	c #Conflicts:    1982000 | #Constraints:      46386
3113.20/3122.94	c #Conflicts:    1983000 | #Constraints:      47386
3113.20/3122.94	c #Conflicts:    1984000 | #Constraints:      48386
3113.20/3122.94	c #Conflicts:    1985000 | #Constraints:      49386
3113.20/3122.94	c #Conflicts:    1986000 | #Constraints:      50386
3113.20/3122.94	c #Conflicts:    1987000 | #Constraints:      51386
3113.20/3122.94	c #Conflicts:    1988000 | #Constraints:      52386
3113.20/3122.94	c #Conflicts:    1989000 | #Constraints:      53386
3113.20/3122.94	c #Conflicts:    1990000 | #Constraints:      54386
3113.20/3122.94	c #Conflicts:    1991000 | #Constraints:      55387
3113.20/3122.94	c #Conflicts:    1992000 | #Constraints:      56387
3113.20/3122.94	c #Conflicts:    1993000 | #Constraints:      57387
3113.20/3122.94	c #Conflicts:    1994000 | #Constraints:      58387
3113.20/3122.94	c #Conflicts:    1995000 | #Constraints:      59387
3113.20/3122.94	c #Conflicts:    1996000 | #Constraints:      60387
3113.20/3122.94	c INPROCESSING
3113.20/3122.94	c GARBAGE COLLECT
3113.20/3122.94	c #Conflicts:    1997000 | #Constraints:      32837
3113.20/3122.94	c #Conflicts:    1998000 | #Constraints:      33837
3113.20/3122.94	c #Conflicts:    1999000 | #Constraints:      34837
3113.20/3122.94	c #Conflicts:    2000000 | #Constraints:      35837
3113.20/3122.94	c #Conflicts:    2001000 | #Constraints:      36837
3113.20/3122.94	c #Conflicts:    2002000 | #Constraints:      37838
3113.20/3122.94	c #Conflicts:    2003000 | #Constraints:      38838
3113.20/3122.94	c #Conflicts:    2004000 | #Constraints:      39838
3113.20/3122.94	c #Conflicts:    2005000 | #Constraints:      40838
3113.20/3122.94	c #Conflicts:    2006000 | #Constraints:      41838
3179.93/3189.88	c #Conflicts:    2007000 | #Constraints:      42838
3179.93/3189.88	c #Conflicts:    2008000 | #Constraints:      43838
3179.93/3189.88	c #Conflicts:    2009000 | #Constraints:      44838
3179.93/3189.88	c #Conflicts:    2010000 | #Constraints:      45838
3179.93/3189.88	c #Conflicts:    2011000 | #Constraints:      46838
3179.93/3189.88	c #Conflicts:    2012000 | #Constraints:      47838
3179.93/3189.88	c #Conflicts:    2013000 | #Constraints:      48838
3179.93/3189.88	c #Conflicts:    2014000 | #Constraints:      49838
3179.93/3189.88	c #Conflicts:    2015000 | #Constraints:      50838
3179.93/3189.88	c #Conflicts:    2016000 | #Constraints:      51838
3179.93/3189.88	c #Conflicts:    2017000 | #Constraints:      52838
3179.93/3189.88	c #Conflicts:    2018000 | #Constraints:      53838
3179.93/3189.88	c #Conflicts:    2019000 | #Constraints:      54838
3179.93/3189.88	c #Conflicts:    2020000 | #Constraints:      55838
3179.93/3189.88	c #Conflicts:    2021000 | #Constraints:      56838
3179.93/3189.88	c #Conflicts:    2022000 | #Constraints:      57838
3179.93/3189.88	c #Conflicts:    2023000 | #Constraints:      58838
3179.93/3189.88	c #Conflicts:    2024000 | #Constraints:      59838
3179.93/3189.88	c #Conflicts:    2025000 | #Constraints:      60838
3179.93/3189.88	c INPROCESSING
3179.93/3189.88	c GARBAGE COLLECT
3179.93/3189.88	c #Conflicts:    2026000 | #Constraints:      32940
3179.93/3189.88	c #Conflicts:    2027000 | #Constraints:      33940
3179.93/3189.88	c #Conflicts:    2028000 | #Constraints:      34940
3179.93/3189.88	c #Conflicts:    2029000 | #Constraints:      35940
3179.93/3189.88	c #Conflicts:    2030000 | #Constraints:      36940
3179.93/3189.88	c #Conflicts:    2031000 | #Constraints:      37940
3179.93/3189.88	c #Conflicts:    2032000 | #Constraints:      38943
3179.93/3189.88	c #Conflicts:    2033000 | #Constraints:      39943
3179.93/3189.88	c #Conflicts:    2034000 | #Constraints:      40943
3179.93/3189.88	c #Conflicts:    2035000 | #Constraints:      41943
3179.93/3189.88	c #Conflicts:    2036000 | #Constraints:      42943
3179.93/3189.88	c #Conflicts:    2037000 | #Constraints:      43943
3179.93/3189.88	c #Conflicts:    2038000 | #Constraints:      44943
3179.93/3189.88	c #Conflicts:    2039000 | #Constraints:      45943
3179.93/3189.88	c #Conflicts:    2040000 | #Constraints:      46943
3179.93/3189.88	c #Conflicts:    2041000 | #Constraints:      47943
3179.93/3189.88	c #Conflicts:    2042000 | #Constraints:      48943
3179.93/3189.88	c #Conflicts:    2043000 | #Constraints:      49943
3179.93/3189.88	c bounds 0 >= 0 @ 3159.82
3179.93/3189.88	c cpu time 3159.82 s
3179.93/3189.88	c deterministic time 753241528766 7.53e+11
3179.93/3189.88	c optimization time 0.002747 s
3179.93/3189.88	c total solve time 3159.8 s
3179.93/3189.88	c core-guided solve time 1576.36 s
3179.93/3189.88	c propagation time 2734.67 s
3179.93/3189.88	c conflict analysis time 236.747 s
3179.93/3189.88	c propagations 44376879
3179.93/3189.88	c resolve steps 11136524
3179.93/3189.88	c decisions 2378236
3179.93/3189.88	c conflicts 2043240
3179.93/3189.88	c restarts 4055
3179.93/3189.88	c inprocessing phases 129
3179.93/3189.88	c garbage collections 129 ,( 100.00 )
3179.93/3189.88	c input clauses 3119 ,( 69.36 )
3179.93/3189.88	c input cardinalities 5 ,( 0.11 )
3179.93/3189.88	c input general constraints 1373 ,( 30.53 )
3179.93/3189.88	c input average constraint length 3.13
3179.93/3189.88	c input average constraint degree 152811824.45
3179.93/3189.88	c learned clauses 54845 ,( 2.68 )
3179.93/3189.88	c learned cardinalities 23 ,( 0.00 )
3179.93/3189.88	c learned general constraints 1995287 ,( 97.32 )
3179.93/3189.88	c learned average constraint length 37.62
3179.93/3189.88	c learned average constraint degree 597357779.71
3179.93/3189.88	c watched  CF 32, 64, 128, Arb: 13701 , 0 , 0 , 0
3179.93/3189.88	c counting CF 32, 64, 128, Arb: 1982955 , 5 , 0 , 0
3179.93/3189.88	c watched   constraints 13701 ,( 0.69 ) 
3179.93/3189.88	c counting  constraints 1982959 ,( 99.31 ) 
3179.93/3189.88	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 37715627 , 197970 , 68613349121 ,( 5616646 , 68607732475 )
3179.93/3189.88	c gcd simplifications 48049
3179.93/3189.88	c detected cardinalities 2
3179.93/3189.88	c weakened non-implied lits 20644310
3179.93/3189.88	c weakened non-implying lits 422398
3179.93/3189.88	c original variables 2242
3179.93/3189.88	c clausal propagations 19435568
3179.93/3189.88	c cardinality propagations 25145
3179.93/3189.88	c watched propagations 9789
3179.93/3189.88	c counting propagations 22463768
3179.93/3189.88	c watch lookups 69584708831
3179.93/3189.88	c watch backjump lookups 0
3179.93/3189.88	c watch checks 95086678
3179.93/3189.88	c propagation checks 682886120121
3179.93/3189.88	c constraint additions 576235606
3179.93/3189.88	c trail pops 48797034
3179.93/3189.88	c formula constraints 4484
3179.93/3189.88	c learned constraints 2043231
3179.93/3189.88	c bound constraints 4
3179.93/3189.88	c core-guided constraints 9
3179.93/3189.88	c encountered formula constraints 1173524
3179.93/3189.88	c encountered learned constraints 8445544
3179.93/3189.88	c encountered bound constraints 2617192
3179.93/3189.88	c encountered core-guided constraints 1628
3179.93/3189.88	c LP total time 388.647 s
3179.93/3189.88	c LP solve time 383.49 s
3179.93/3189.88	c LP constraints added 4484
3179.93/3189.88	c LP constraints removed 0
3179.93/3189.88	c LP pivots internal 2050182
3179.93/3189.88	c LP pivots root 1775198
3179.93/3189.88	c LP calls 7321
3179.93/3189.88	c LP optimalities 5
3179.93/3189.88	c LP no pivot count 0
3179.93/3189.88	c LP infeasibilities 6916
3179.93/3189.88	c LP valid Farkas constraints 6915
3179.93/3189.88	c LP learned Farkas constraints 9
3179.93/3189.88	c LP basis resets 396
3179.93/3189.88	c LP cycling count 114
3179.93/3189.88	c LP singular count 8
3179.93/3189.88	c LP no primal count 0
3179.93/3189.88	c LP no farkas count 1
3179.93/3189.88	c LP other issue count 273
3179.93/3189.88	c LP Gomory cuts 0
3179.93/3189.88	c LP learned cuts 0
3179.93/3189.88	c LP deleted cuts 0
3179.93/3189.88	c LP encountered Gomory constraints 0
3179.93/3189.88	c LP encountered Farkas constraints 941819
3179.93/3189.88	c LP encountered learned Farkas constraints 48
3179.93/3189.88	c CG auxiliary variables introduced 3
3179.93/3189.88	c CG solutions found 1
3179.93/3189.88	c CG cores constructed 3
3179.93/3189.88	c CG core cardinality constraints returned 0
3179.93/3189.88	c CG unit cores 0
3179.93/3189.88	c CG single cores 3
3179.93/3189.88	c CG blocks removed during cardinality reduction 0
3179.93/3189.88	c CG first core best 0
3179.93/3189.88	c CG decision core best 0
3179.93/3189.88	c CG core reduction tie 0
3179.93/3189.88	c CG core degree average 1.00
3179.93/3189.88	c CG core slack average 2.00
3179.93/3189.88	c CG core upper bound improvements 0
3179.93/3189.88	c STR number of successful calls 0
3179.93/3189.88	c STR number of unsuccessful calls 0
3179.93/3189.88	c STR number of inconclusive calls 0
3179.93/3189.88	c STR number of successful attempts 0
3179.93/3189.88	c STR number of unsuccessful attempts 0
3179.93/3189.88	c STR number of inconclusive attempts 0
3179.93/3189.88	c STR average degree increase per successful call inf
3179.93/3189.88	c STR average degree increase per successful attempt inf
3179.93/3189.88	c STR total number of conflicts for successful attempts 0
3179.93/3189.88	c STR total number of conflicts for unsuccessful attempts 0
3179.93/3189.88	c STR total number of conflicts for inconclusive attempts 0
3179.93/3189.88	c STR average number of conflicts per successful attempt inf
3179.93/3189.88	c STR average number of conflicts per unsuccessful attempt inf
3179.93/3189.88	c STR average number of conflicts per inconclusive attempt inf
3179.93/3189.88	c AVG.sumWPerc 96.13 
3179.93/3189.88	c bigint constraints 5 
3179.93/3189.88	o 0
3179.93/3189.88	s OPTIMUM FOUND
3179.93/3189.88	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

Verifier Data

OK	0

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4518874-1751532157/watcher-4518874-1751532157 -o /tmp/evaluation-result-4518874-1751532157/solver-4518874-1751532157 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751524861-73755 --watchdog 3760 run-opt-break.sh HOME/instance-4518874-1751532157.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=76316, runsolver pid=76313

[startup+0.10006 s]*
/proc/loadavg: 4.03 4.07 4.08 5/270 76319
/proc/meminfo: memFree=128621844/131249996 swapFree=33003468/33010684
[pid=76316] ppid=76313 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/76316/stat : 76316 (run-opt-break.s) S 76313 76316 73742 0 -1 4194304 238 1298 0 0 0 0 0 0 20 0 1 0 68893407 4292608 768 18446744073709551615 94293675356160 94293676250693 140720730715280 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94293676489744 94293676537488 94293706829824 140720730720609 140720730720738 140720730720738 140720730726340 0
/proc/76316/statm: 1048 768 704 219 0 110 0
[pid=76319] ppid=76316 vsize=64360 memory=19040 CPUtime=0.07 cores=5,7
/proc/76319/stat : 76319 (roundingsat) R 76316 76316 73742 0 -1 4194304 2682 0 0 0 6 1 0 0 20 0 1 0 68893409 65904640 4760 18446744073709551615 4227072 8923433 140735644211792 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 28921856 140735644215652 140735644215848 140735644215848 140735644221418 0
/proc/76319/statm: 16090 4760 2304 1147 0 3517 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 68552 KiB
Current children cumulated memory: 22112 KiB

[startup+0.205654 s]*
/proc/loadavg: 4.03 4.07 4.08 6/270 76319
/proc/meminfo: memFree=128621844/131249996 swapFree=33003468/33010684
[pid=76316] ppid=76313 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/76316/stat : 76316 (run-opt-break.s) S 76313 76316 73742 0 -1 4194304 238 1298 0 0 0 0 0 0 20 0 1 0 68893407 4292608 768 18446744073709551615 94293675356160 94293676250693 140720730715280 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94293676489744 94293676537488 94293706829824 140720730720609 140720730720738 140720730720738 140720730726340 0
/proc/76316/statm: 1048 768 704 219 0 110 0
[pid=76319] ppid=76316 vsize=64992 memory=19808 CPUtime=0.17 cores=5,7
/proc/76319/stat : 76319 (roundingsat) R 76316 76316 73742 0 -1 4194304 2787 0 0 0 16 1 0 0 20 0 1 0 68893409 66551808 4952 18446744073709551615 4227072 8923433 140735644211792 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 28921856 140735644215652 140735644215848 140735644215848 140735644221418 0
/proc/76319/statm: 16248 4952 2368 1147 0 3675 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 69184 KiB
Current children cumulated memory: 22880 KiB

[startup+0.304672 s]*
/proc/loadavg: 4.03 4.07 4.08 5/270 76319
/proc/meminfo: memFree=128621844/131249996 swapFree=33003468/33010684
[pid=76316] ppid=76313 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/76316/stat : 76316 (run-opt-break.s) S 76313 76316 73742 0 -1 4194304 238 1298 0 0 0 0 0 0 20 0 1 0 68893407 4292608 768 18446744073709551615 94293675356160 94293676250693 140720730715280 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94293676489744 94293676537488 94293706829824 140720730720609 140720730720738 140720730720738 140720730726340 0
/proc/76316/statm: 1048 768 704 219 0 110 0
[pid=76319] ppid=76316 vsize=64992 memory=19808 CPUtime=0.28 cores=5,7
/proc/76319/stat : 76319 (roundingsat) R 76316 76316 73742 0 -1 4194304 2805 0 0 0 26 2 0 0 20 0 1 0 68893409 66551808 4952 18446744073709551615 4227072 8923433 140735644211792 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 28921856 140735644215652 140735644215848 140735644215848 140735644221418 0
/proc/76319/statm: 16248 4952 2368 1147 0 3675 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 69184 KiB
Current children cumulated memory: 22880 KiB

[startup+0.700161 s]
/proc/loadavg: 4.03 4.07 4.08 5/270 76319
/proc/meminfo: memFree=128621844/131249996 swapFree=33003468/33010684
[pid=76316] ppid=76313 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/76316/stat : 76316 (run-opt-break.s) S 76313 76316 73742 0 -1 4194304 238 1298 0 0 0 0 0 0 20 0 1 0 68893407 4292608 768 18446744073709551615 94293675356160 94293676250693 140720730715280 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94293676489744 94293676537488 94293706829824 140720730720609 140720730720738 140720730720738 140720730726340 0
/proc/76316/statm: 1048 768 704 219 0 110 0
[pid=76319] ppid=76316 vsize=65756 memory=20448 CPUtime=0.66 cores=5,7
/proc/76319/stat : 76319 (roundingsat) R 76316 76316 73742 0 -1 4194304 2967 0 0 0 63 3 0 0 20 0 1 0 68893409 67334144 5112 18446744073709551615 4227072 8923433 140735644211792 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 28921856 140735644215652 140735644215848 140735644215848 140735644221418 0
/proc/76319/statm: 16439 5112 2368 1147 0 3866 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 69948 KiB
Current children cumulated memory: 23520 KiB

[startup+1.5002 s]
/proc/loadavg: 4.03 4.07 4.08 5/270 76319
/proc/meminfo: memFree=128621844/131249996 swapFree=33003468/33010684
[pid=76316] ppid=76313 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/76316/stat : 76316 (run-opt-break.s) S 76313 76316 73742 0 -1 4194304 238 1298 0 0 0 0 0 0 20 0 1 0 68893407 4292608 768 18446744073709551615 94293675356160 94293676250693 140720730715280 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94293676489744 94293676537488 94293706829824 140720730720609 140720730720738 140720730720738 140720730726340 0
/proc/76316/statm: 1048 768 704 219 0 110 0
[pid=76319] ppid=76316 vsize=70104 memory=26580 CPUtime=1.47 cores=5,7
/proc/76319/stat : 76319 (roundingsat) R 76316 76316 73742 0 -1 4194304 3985 0 0 0 141 6 0 0 20 0 1 0 68893409 71786496 6645 18446744073709551615 4227072 8923433 140735644211792 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 28921856 140735644215652 140735644215848 140735644215848 140735644221418 0
/proc/76319/statm: 17526 6645 2368 1147 0 4953 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 74296 KiB
Current children cumulated memory: 29652 KiB

[startup+3.10539 s]
/proc/loadavg: 4.03 4.07 4.08 5/270 76319
/proc/meminfo: memFree=128619064/131249996 swapFree=33003468/33010684
[pid=76316] ppid=76313 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/76316/stat : 76316 (run-opt-break.s) S 76313 76316 73742 0 -1 4194304 238 1298 0 0 0 0 0 0 20 0 1 0 68893407 4292608 768 18446744073709551615 94293675356160 94293676250693 140720730715280 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94293676489744 94293676537488 94293706829824 140720730720609 140720730720738 140720730720738 140720730726340 0
/proc/76316/statm: 1048 768 704 219 0 110 0
[pid=76319] ppid=76316 vsize=71368 memory=27860 CPUtime=3.06 cores=5,7
/proc/76319/stat : 76319 (roundingsat) R 76316 76316 73742 0 -1 4194304 4286 0 0 0 297 9 0 0 20 0 1 0 68893409 73080832 6965 18446744073709551615 4227072 8923433 140735644211792 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 28921856 140735644215652 140735644215848 140735644215848 140735644221418 0
/proc/76319/statm: 17842 6965 2400 1147 0 5269 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 75560 KiB
Current children cumulated memory: 30932 KiB

[startup+6.30019 s]
/proc/loadavg: 4.03 4.07 4.08 5/270 76319
/proc/meminfo: memFree=128619064/131249996 swapFree=33003468/33010684
[pid=76316] ppid=76313 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/76316/stat : 76316 (run-opt-break.s) S 76313 76316 73742 0 -1 4194304 238 1298 0 0 0 0 0 0 20 0 1 0 68893407 4292608 768 18446744073709551615 94293675356160 94293676250693 140720730715280 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94293676489744 94293676537488 94293706829824 140720730720609 140720730720738 140720730720738 140720730726340 0
/proc/76316/statm: 1048 768 704 219 0 110 0
[pid=76319] ppid=76316 vsize=74472 memory=31060 CPUtime=6.25 cores=5,7
/proc/76319/stat : 76319 (roundingsat) R 76316 76316 73742 0 -1 4194304 5061 0 0 0 608 17 0 0 20 0 1 0 68893409 76259328 7765 18446744073709551615 4227072 8923433 140735644211792 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 28921856 140735644215652 140735644215848 140735644215848 140735644221418 0
/proc/76319/statm: 18618 7765 2400 1147 0 6045 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 78664 KiB
Current children cumulated memory: 34132 KiB

[startup+12.7002 s]
/proc/loadavg: 4.11 4.08 4.09 5/270 76319
/proc/meminfo: memFree=128595376/131249996 swapFree=33003468/33010684
[pid=76316] ppid=76313 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/76316/stat : 76316 (run-opt-break.s) S 76313 76316 73742 0 -1 4194304 238 1298 0 0 0 0 0 0 20 0 1 0 68893407 4292608 768 18446744073709551615 94293675356160 94293676250693 140720730715280 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94293676489744 94293676537488 94293706829824 140720730720609 140720730720738 140720730720738 140720730726340 0
/proc/76316/statm: 1048 768 704 219 0 110 0
[pid=76319] ppid=76316 vsize=88672 memory=44116 CPUtime=12.63 cores=5,7
/proc/76319/stat : 76319 (roundingsat) R 76316 76316 73742 0 -1 4194304 8267 0 0 0 1235 28 0 0 20 0 1 0 68893409 90800128 11029 18446744073709551615 4227072 8923433 140735644211792 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 28921856 140735644215652 140735644215848 140735644215848 140735644221418 0
/proc/76319/statm: 22168 11029 2496 1147 0 9595 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 92864 KiB
Current children cumulated memory: 47188 KiB

[startup+25.5002 s]
/proc/loadavg: 4.08 4.08 4.08 5/272 76322
/proc/meminfo: memFree=128481056/131249996 swapFree=33003468/33010684
[pid=76316] ppid=76313 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/76316/stat : 76316 (run-opt-break.s) S 76313 76316 73742 0 -1 4194304 238 1298 0 0 0 0 0 0 20 0 1 0 68893407 4292608 768 18446744073709551615 94293675356160 94293676250693 140720730715280 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94293676489744 94293676537488 94293706829824 140720730720609 140720730720738 140720730720738 140720730726340 0
/proc/76316/statm: 1048 768 704 219 0 110 0
[pid=76319] ppid=76316 vsize=104524 memory=59532 CPUtime=25.4 cores=5,7
/proc/76319/stat : 76319 (roundingsat) R 76316 76316 73742 0 -1 4194304 11565 0 0 0 2483 57 0 0 20 0 1 0 68893409 107032576 14883 18446744073709551615 4227072 8923433 140735644211792 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 28921856 140735644215652 140735644215848 140735644215848 140735644221418 0
/proc/76319/statm: 26131 14883 2528 1147 0 13558 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 108716 KiB
Current children cumulated memory: 62604 KiB

[startup+51.1056 s]
/proc/loadavg: 4.05 4.07 4.08 5/272 76322
/proc/meminfo: memFree=128422352/131249996 swapFree=33003468/33010684
[pid=76316] ppid=76313 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/76316/stat : 76316 (run-opt-break.s) S 76313 76316 73742 0 -1 4194304 238 1298 0 0 0 0 0 0 20 0 1 0 68893407 4292608 768 18446744073709551615 94293675356160 94293676250693 140720730715280 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94293676489744 94293676537488 94293706829824 140720730720609 140720730720738 140720730720738 140720730726340 0
/proc/76316/statm: 1048 768 704 219 0 110 0
[pid=76319] ppid=76316 vsize=108936 memory=64012 CPUtime=50.94 cores=5,7
/proc/76319/stat : 76319 (roundingsat) R 76316 76316 73742 0 -1 4194304 12679 0 0 0 4990 104 0 0 20 0 1 0 68893409 111550464 16003 18446744073709551615 4227072 8923433 140735644211792 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 28921856 140735644215652 140735644215848 140735644215848 140735644221418 0
/proc/76319/statm: 27234 16003 2528 1147 0 14661 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 67084 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.09 4.09 5/272 76324
/proc/meminfo: memFree=128333092/131249996 swapFree=33003468/33010684
[pid=76316] ppid=76313 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/76316/stat : 76316 (run-opt-break.s) S 76313 76316 73742 0 -1 4194304 238 1298 0 0 0 0 0 0 20 0 1 0 68893407 4292608 768 18446744073709551615 94293675356160 94293676250693 140720730715280 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94293676489744 94293676537488 94293706829824 140720730720609 140720730720738 140720730720738 140720730726340 0
/proc/76316/statm: 1048 768 704 219 0 110 0
[pid=76319] ppid=76316 vsize=115516 memory=69004 CPUtime=101.99 cores=5,7
/proc/76319/stat : 76319 (roundingsat) R 76316 76316 73742 0 -1 4194304 13927 0 0 0 10022 177 0 0 20 0 1 0 68893409 118288384 17251 18446744073709551615 4227072 8923433 140735644211792 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 28921856 140735644215652 140735644215848 140735644215848 140735644221418 0
/proc/76319/statm: 28879 17251 2528 1147 0 16306 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 119708 KiB
Current children cumulated memory: 72076 KiB

[startup+162.3 s]
/proc/loadavg: 4.05 4.07 4.08 5/271 76326
/proc/meminfo: memFree=128159068/131249996 swapFree=33003468/33010684
[pid=76316] ppid=76313 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/76316/stat : 76316 (run-opt-break.s) S 76313 76316 73742 0 -1 4194304 238 1298 0 0 0 0 0 0 20 0 1 0 68893407 4292608 768 18446744073709551615 94293675356160 94293676250693 140720730715280 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94293676489744 94293676537488 94293706829824 140720730720609 140720730720738 140720730720738 140720730726340 0
/proc/76316/statm: 1048 768 704 219 0 110 0
[pid=76319] ppid=76316 vsize=116340 memory=70412 CPUtime=161.82 cores=5,7
/proc/76319/stat : 76319 (roundingsat) R 76316 76316 73742 0 -1 4194304 14290 0 0 0 15928 254 0 0 20 0 1 0 68893409 119132160 17603 18446744073709551615 4227072 8923433 140735644211792 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 28921856 140735644215652 140735644215848 140735644215848 140735644221418 0
/proc/76319/statm: 29085 17603 2528 1147 0 16512 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 120532 KiB
Current children cumulated memory: 73484 KiB

[startup+222.3 s]
/proc/loadavg: 4.06 4.07 4.08 5/271 76331
/proc/meminfo: memFree=128118256/131249996 swapFree=33003468/33010684
[pid=76316] ppid=76313 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/76316/stat : 76316 (run-opt-break.s) S 76313 76316 73742 0 -1 4194304 238 1298 0 0 0 0 0 0 20 0 1 0 68893407 4292608 768 18446744073709551615 94293675356160 94293676250693 140720730715280 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94293676489744 94293676537488 94293706829824 140720730720609 140720730720738 140720730720738 140720730726340 0
/proc/76316/statm: 1048 768 704 219 0 110 0
[pid=76319] ppid=76316 vsize=118100 memory=72460 CPUtime=221.62 cores=5,7
/proc/76319/stat : 76319 (roundingsat) R 76316 76316 73742 0 -1 4194304 14811 0 0 0 21846 316 0 0 20 0 1 0 68893409 120934400 18115 18446744073709551615 4227072 8923433 140735644211792 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 28921856 140735644215652 140735644215848 140735644215848 140735644221418 0
/proc/76319/statm: 29525 18115 2528 1147 0 16952 0
Current children cumulated CPU time: 221.62 s

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

/proc/76319/stat : 76319 (roundingsat) R 76316 76316 73742 0 -1 4194304 22324 0 0 0 289406 1908 0 0 20 0 1 0 68893409 165605376 27218 18446744073709551615 4227072 8923433 140735644211792 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 28921856 140735644215652 140735644215848 140735644215848 140735644221418 0
/proc/76319/statm: 40431 27218 2528 1147 0 27858 0
Current children cumulated CPU time: 2913.14 s
Current children cumulated vsize: 165916 KiB
Current children cumulated memory: 111944 KiB

[startup+2982.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/268 76584
/proc/meminfo: memFree=126565680/131249996 swapFree=33003468/33010684
[pid=76316] ppid=76313 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/76316/stat : 76316 (run-opt-break.s) S 76313 76316 73742 0 -1 4194304 238 1298 0 0 0 0 0 0 20 0 1 0 68893407 4292608 768 18446744073709551615 94293675356160 94293676250693 140720730715280 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94293676489744 94293676537488 94293706829824 140720730720609 140720730720738 140720730720738 140720730726340 0
/proc/76316/statm: 1048 768 704 219 0 110 0
[pid=76319] ppid=76316 vsize=161724 memory=109000 CPUtime=2972.98 cores=5,7
/proc/76319/stat : 76319 (roundingsat) R 76316 76316 73742 0 -1 4194304 22360 0 0 0 295370 1928 0 0 20 0 1 0 68893409 165605376 27250 18446744073709551615 4227072 8923433 140735644211792 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 28921856 140735644215652 140735644215848 140735644215848 140735644221418 0
/proc/76319/statm: 40431 27250 2528 1147 0 27858 0
Current children cumulated CPU time: 2972.98 s
Current children cumulated vsize: 165916 KiB
Current children cumulated memory: 112072 KiB

[startup+3042.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/268 76586
/proc/meminfo: memFree=126565404/131249996 swapFree=33003468/33010684
[pid=76316] ppid=76313 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/76316/stat : 76316 (run-opt-break.s) S 76313 76316 73742 0 -1 4194304 238 1298 0 0 0 0 0 0 20 0 1 0 68893407 4292608 768 18446744073709551615 94293675356160 94293676250693 140720730715280 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94293676489744 94293676537488 94293706829824 140720730720609 140720730720738 140720730720738 140720730726340 0
/proc/76316/statm: 1048 768 704 219 0 110 0
[pid=76319] ppid=76316 vsize=161724 memory=109000 CPUtime=3032.82 cores=5,7
/proc/76319/stat : 76319 (roundingsat) R 76316 76316 73742 0 -1 4194304 22360 0 0 0 301329 1953 0 0 20 0 1 0 68893409 165605376 27250 18446744073709551615 4227072 8923433 140735644211792 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 28921856 140735644215652 140735644215848 140735644215848 140735644221418 0
/proc/76319/statm: 40431 27250 2528 1147 0 27858 0
Current children cumulated CPU time: 3032.82 s
Current children cumulated vsize: 165916 KiB
Current children cumulated memory: 112072 KiB

[startup+3102.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/268 76588
/proc/meminfo: memFree=126564296/131249996 swapFree=33003468/33010684
[pid=76316] ppid=76313 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/76316/stat : 76316 (run-opt-break.s) S 76313 76316 73742 0 -1 4194304 238 1298 0 0 0 0 0 0 20 0 1 0 68893407 4292608 768 18446744073709551615 94293675356160 94293676250693 140720730715280 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94293676489744 94293676537488 94293706829824 140720730720609 140720730720738 140720730720738 140720730726340 0
/proc/76316/statm: 1048 768 704 219 0 110 0
[pid=76319] ppid=76316 vsize=161724 memory=109128 CPUtime=3092.66 cores=5,7
/proc/76319/stat : 76319 (roundingsat) R 76316 76316 73742 0 -1 4194304 22376 0 0 0 307287 1979 0 0 20 0 1 0 68893409 165605376 27282 18446744073709551615 4227072 8923433 140735644211792 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 28921856 140735644215652 140735644215848 140735644215848 140735644221418 0
/proc/76319/statm: 40431 27282 2528 1147 0 27858 0
Current children cumulated CPU time: 3092.66 s
Current children cumulated vsize: 165916 KiB
Current children cumulated memory: 112200 KiB

[startup+3162.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/268 76590
/proc/meminfo: memFree=126584324/131249996 swapFree=33003468/33010684
[pid=76316] ppid=76313 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/76316/stat : 76316 (run-opt-break.s) S 76313 76316 73742 0 -1 4194304 238 1298 0 0 0 0 0 0 20 0 1 0 68893407 4292608 768 18446744073709551615 94293675356160 94293676250693 140720730715280 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94293676489744 94293676537488 94293706829824 140720730720609 140720730720738 140720730720738 140720730726340 0
/proc/76316/statm: 1048 768 704 219 0 110 0
[pid=76319] ppid=76316 vsize=161724 memory=109128 CPUtime=3152.49 cores=5,7
/proc/76319/stat : 76319 (roundingsat) R 76316 76316 73742 0 -1 4194304 22387 0 0 0 313246 2003 0 0 20 0 1 0 68893409 165605376 27282 18446744073709551615 4227072 8923433 140735644211792 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 28921856 140735644215652 140735644215848 140735644215848 140735644221418 0
/proc/76319/statm: 40431 27282 2528 1147 0 27858 0
Current children cumulated CPU time: 3152.49 s
Current children cumulated vsize: 165916 KiB
Current children cumulated memory: 112200 KiB

[startup+3189.89 s]
# the end of solver process 76316 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=3159.82 s, system=20.211 s

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

[startup+3174.4 s]
/proc/loadavg: 4.11 4.09 4.09 5/268 76590
/proc/meminfo: memFree=126584836/131249996 swapFree=33003468/33010684
[pid=76316] ppid=76313 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/76316/stat : 76316 (run-opt-break.s) S 76313 76316 73742 0 -1 4194304 238 1298 0 0 0 0 0 0 20 0 1 0 68893407 4292608 768 18446744073709551615 94293675356160 94293676250693 140720730715280 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94293676489744 94293676537488 94293706829824 140720730720609 140720730720738 140720730720738 140720730726340 0
/proc/76316/statm: 1048 768 704 219 0 110 0
[pid=76319] ppid=76316 vsize=161724 memory=109128 CPUtime=3164.56 cores=5,7
/proc/76319/stat : 76319 (roundingsat) R 76316 76316 73742 0 -1 4194304 22393 0 0 0 314443 2013 0 0 20 0 1 0 68893409 165605376 27282 18446744073709551615 4227072 8923433 140735644211792 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 28921856 140735644215652 140735644215848 140735644215848 140735644221418 0
/proc/76319/statm: 40431 27282 2528 1147 0 27858 0
Current children cumulated CPU time: 3164.56 s
Current children cumulated vsize: 165916 KiB
Current children cumulated memory: 112200 KiB

[startup+3180.8 s]
/proc/loadavg: 4.10 4.09 4.09 5/268 76590
/proc/meminfo: memFree=126584836/131249996 swapFree=33003468/33010684
[pid=76316] ppid=76313 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/76316/stat : 76316 (run-opt-break.s) S 76313 76316 73742 0 -1 4194304 238 1298 0 0 0 0 0 0 20 0 1 0 68893407 4292608 768 18446744073709551615 94293675356160 94293676250693 140720730715280 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94293676489744 94293676537488 94293706829824 140720730720609 140720730720738 140720730720738 140720730726340 0
/proc/76316/statm: 1048 768 704 219 0 110 0
[pid=76319] ppid=76316 vsize=161724 memory=109128 CPUtime=3170.95 cores=5,7
/proc/76319/stat : 76319 (roundingsat) R 76316 76316 73742 0 -1 4194304 22393 0 0 0 315079 2016 0 0 20 0 1 0 68893409 165605376 27282 18446744073709551615 4227072 8923433 140735644211792 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 28921856 140735644215652 140735644215848 140735644215848 140735644221418 0
/proc/76319/statm: 40431 27282 2528 1147 0 27858 0
Current children cumulated CPU time: 3170.95 s
Current children cumulated vsize: 165916 KiB
Current children cumulated memory: 112200 KiB

[startup+3184 s]*
/proc/loadavg: 4.10 4.09 4.09 5/268 76590
/proc/meminfo: memFree=126584836/131249996 swapFree=33003468/33010684
[pid=76316] ppid=76313 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/76316/stat : 76316 (run-opt-break.s) S 76313 76316 73742 0 -1 4194304 238 1298 0 0 0 0 0 0 20 0 1 0 68893407 4292608 768 18446744073709551615 94293675356160 94293676250693 140720730715280 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94293676489744 94293676537488 94293706829824 140720730720609 140720730720738 140720730720738 140720730726340 0
/proc/76316/statm: 1048 768 704 219 0 110 0
[pid=76319] ppid=76316 vsize=161724 memory=109128 CPUtime=3174.15 cores=5,7
/proc/76319/stat : 76319 (roundingsat) R 76316 76316 73742 0 -1 4194304 22393 0 0 0 315397 2018 0 0 20 0 1 0 68893409 165605376 27282 18446744073709551615 4227072 8923433 140735644211792 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 28921856 140735644215652 140735644215848 140735644215848 140735644221418 0
/proc/76319/statm: 40431 27282 2528 1147 0 27858 0
Current children cumulated CPU time: 3174.15 s
Current children cumulated vsize: 165916 KiB
Current children cumulated memory: 112200 KiB

[startup+3187.2 s]
/proc/loadavg: 4.09 4.09 4.09 5/268 76590
/proc/meminfo: memFree=126584836/131249996 swapFree=33003468/33010684
[pid=76316] ppid=76313 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/76316/stat : 76316 (run-opt-break.s) S 76313 76316 73742 0 -1 4194304 238 1298 0 0 0 0 0 0 20 0 1 0 68893407 4292608 768 18446744073709551615 94293675356160 94293676250693 140720730715280 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94293676489744 94293676537488 94293706829824 140720730720609 140720730720738 140720730720738 140720730726340 0
/proc/76316/statm: 1048 768 704 219 0 110 0
[pid=76319] ppid=76316 vsize=161724 memory=109128 CPUtime=3177.33 cores=5,7
/proc/76319/stat : 76319 (roundingsat) R 76316 76316 73742 0 -1 4194304 22393 0 0 0 315714 2019 0 0 20 0 1 0 68893409 165605376 27282 18446744073709551615 4227072 8923433 140735644211792 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 28921856 140735644215652 140735644215848 140735644215848 140735644221418 0
/proc/76319/statm: 40431 27282 2528 1147 0 27858 0
Current children cumulated CPU time: 3177.33 s
Current children cumulated vsize: 165916 KiB
Current children cumulated memory: 112200 KiB

[startup+3188.8 s]
/proc/loadavg: 4.09 4.09 4.09 5/268 76590
/proc/meminfo: memFree=126584836/131249996 swapFree=33003468/33010684
[pid=76316] ppid=76313 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/76316/stat : 76316 (run-opt-break.s) S 76313 76316 73742 0 -1 4194304 238 1298 0 0 0 0 0 0 20 0 1 0 68893407 4292608 768 18446744073709551615 94293675356160 94293676250693 140720730715280 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94293676489744 94293676537488 94293706829824 140720730720609 140720730720738 140720730720738 140720730726340 0
/proc/76316/statm: 1048 768 704 219 0 110 0
[pid=76319] ppid=76316 vsize=161724 memory=109128 CPUtime=3178.93 cores=5,7
/proc/76319/stat : 76319 (roundingsat) R 76316 76316 73742 0 -1 4194304 22393 0 0 0 315874 2019 0 0 20 0 1 0 68893409 165605376 27282 18446744073709551615 4227072 8923433 140735644211792 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 28921856 140735644215652 140735644215848 140735644215848 140735644221418 0
/proc/76319/statm: 40431 27282 2528 1147 0 27858 0
Current children cumulated CPU time: 3178.93 s
Current children cumulated vsize: 165916 KiB
Current children cumulated memory: 112200 KiB

[startup+3189.6 s]
/proc/loadavg: 4.09 4.09 4.09 5/268 76590
/proc/meminfo: memFree=126584836/131249996 swapFree=33003468/33010684
[pid=76316] ppid=76313 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/76316/stat : 76316 (run-opt-break.s) S 76313 76316 73742 0 -1 4194304 238 1298 0 0 0 0 0 0 20 0 1 0 68893407 4292608 768 18446744073709551615 94293675356160 94293676250693 140720730715280 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94293676489744 94293676537488 94293706829824 140720730720609 140720730720738 140720730720738 140720730726340 0
/proc/76316/statm: 1048 768 704 219 0 110 0
[pid=76319] ppid=76316 vsize=161724 memory=109128 CPUtime=3179.73 cores=5,7
/proc/76319/stat : 76319 (roundingsat) R 76316 76316 73742 0 -1 4194304 22393 0 0 0 315953 2020 0 0 20 0 1 0 68893409 165605376 27282 18446744073709551615 4227072 8923433 140735644211792 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 28921856 140735644215652 140735644215848 140735644215848 140735644221418 0
/proc/76319/statm: 40431 27282 2528 1147 0 27858 0
Current children cumulated CPU time: 3179.73 s
Current children cumulated vsize: 165916 KiB
Current children cumulated memory: 112200 KiB

[startup+3189.8 s]
/proc/loadavg: 4.09 4.09 4.09 5/268 76590
/proc/meminfo: memFree=126584836/131249996 swapFree=33003468/33010684
[pid=76316] ppid=76313 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/76316/stat : 76316 (run-opt-break.s) S 76313 76316 73742 0 -1 4194304 238 1298 0 0 0 0 0 0 20 0 1 0 68893407 4292608 768 18446744073709551615 94293675356160 94293676250693 140720730715280 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94293676489744 94293676537488 94293706829824 140720730720609 140720730720738 140720730720738 140720730726340 0
/proc/76316/statm: 1048 768 704 219 0 110 0
[pid=76319] ppid=76316 vsize=161724 memory=109128 CPUtime=3179.93 cores=5,7
/proc/76319/stat : 76319 (roundingsat) R 76316 76316 73742 0 -1 4194304 22393 0 0 0 315973 2020 0 0 20 0 1 0 68893409 165605376 27282 18446744073709551615 4227072 8923433 140735644211792 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 28921856 140735644215652 140735644215848 140735644215848 140735644221418 0
/proc/76319/statm: 40431 27282 2528 1147 0 27858 0
Current children cumulated CPU time: 3179.93 s
Current children cumulated vsize: 165916 KiB
Current children cumulated memory: 112200 KiB

Child status: 0

Real time (s): 3189.89
CPU time (s): 3180.03
CPU user time (s): 3159.82
CPU system time (s): 20.211
CPU usage (%): 99.6911
Max. virtual memory (cumulated for all children) (KiB): 165916
Max. memory (cumulated for all children) (KiB): 112200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3159.82
system time used= 20.211
maximum resident set size= 109128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23952
page faults= 0
swaps= 0
block input operations= 0
block output operations= 200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 228
involuntary context switches= 16794


# summary of solver processes directly reported to runsolver:
#   pid: 76316
#   total CPU time (s): 3180.03
#   total CPU user time (s): 3159.82
#   total CPU system time (s): 20.211

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.20841 second user time and 14.5473 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-07-03 10:42:37
IDJOB=4518874
IDBENCH=177132
IDSOLVER=3359
FILE ID=nodeC021/4518874-1751532157
RUNJOBID= nodeC021-1751524861-73755
SLURM_JOB_ID= 9598653
Free space on /tmp= 430932 MiB

SOLVER NAME= roundingsat+pbsuma-opt 63f22ad
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/multverif/diagcomm_less/normalized-mult_diagcomm_opt_less_teq_nbits_19.opb
COMMAND LINE= run-opt-break.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4518874-1751532157/watcher-4518874-1751532157 -o /tmp/evaluation-result-4518874-1751532157/solver-4518874-1751532157 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751524861-73755 --watchdog 3760  run-opt-break.sh HOME/instance-4518874-1751532157.opb

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

MD5SUM BENCH= d7b5082e0c8210cd1db8ac24c14853d2
RANDOM SEED=915670386

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        128630452 kB
MemAvailable:   128605632 kB
Buffers:            1056 kB
Cached:           709432 kB
SwapCached:           32 kB
Active:          1648812 kB
Inactive:         249300 kB
Active(anon):    1160016 kB
Inactive(anon):    41060 kB
Active(file):     488796 kB
Inactive(file):   208240 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33003468 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             16996 kB
Writeback:             0 kB
AnonPages:       1188444 kB
Mapped:           113228 kB
Shmem:             13452 kB
KReclaimable:     234364 kB
Slab:             326456 kB
SReclaimable:     234364 kB
SUnreclaim:        92092 kB
KernelStack:        4336 kB
PageTables:         5656 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    1657116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150632 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:    387072 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430928 MiB
End job on nodeC021 at 2025-07-03 11:35:47