Trace number 4778994

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
NaPS 1.04SAT (TO)-43 3600.1 3612.84

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb45-21-opb/normalized-frb45-21-2.opb
MD5SUM61020936e0cc9c513b326f20cd72b5b2
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 benchmark-45
Best CPU time to get the best result obtained on this benchmark839.171
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables945
Total number of constraints58624
Number of constraints which are clauses58624
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 945
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 945
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 945
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file

Solver Data

0.00/0.09	exec HOME/naps_release -v2 -mc -cSCIP -scip-solve-prop -scip-stage-prop -given-time=3600 HOME/instance-4778994-1782129864.opb
0.00/0.20	c NaPS 1.03a50.
0.00/0.20	c Using SAT solver: CaDiCaL 3.0.0
0.00/0.20	c Input file name: HOME/instance-4778994-1782129864.opb
0.00/0.20	c Parsing PB file...
0.00/0.20	c goal was devided by 1 with offset 0.
0.12/0.34	c assumptions before coding: 
0.12/0.36	c initScipForCoop
0.12/0.39	c Running SCIP presolver (time limit: 10 sec)...
0.12/0.39	c solveScip
0.12/0.39	c initScipForCoop
0.12/0.39	c Cooperative mode: scip_coop_offset=0.000000
0.12/0.39	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
0.12/0.39	c Running SCIP presolve for solve-time propagation (rounds=3)
0.12/0.41	c feasible solution found by trivial heuristic after 0.0 seconds, objective value 0.000000e+00
0.12/0.41	c presolving:
0.22/0.49	c    (0.1s) running MILP presolver
0.22/0.52	c    (0.1s) MILP presolver found nothing
0.33/0.57	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 58624 upgd conss, 0 impls, 58624 clqs, 0 implints
0.41/0.69	c    (0.3s) probing: 51/945 (5.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.41/0.69	c    (0.3s) probing aborted: 50/50 successive totally useless probings
0.70/0.96	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
0.70/0.96	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.70/0.96	c  0 implications, 58624 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
0.70/0.96	c presolved problem has 945 variables (945 bin, 0 int, 0 cont) and 58624 constraints
0.70/0.96	c   58624 constraints of type <setppc>
0.70/0.96	c transformed objective value is always integral (scale: 1)
0.70/0.96	c Presolving Time: 0.55
0.70/0.99	c 1/1 feasible solution given by solution candidate storage, new primal bound 0.000000e+00
0.70/0.99	c 
0.70/1.00	c presolving:
0.81/1.08	c    (0.1s) running MILP presolver
0.91/1.11	c    (0.1s) MILP presolver found nothing
0.91/1.16	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 58624 upgd conss, 0 impls, 58624 clqs, 0 implints
1.10/1.30	c    (0.3s) probing: 51/945 (5.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1.10/1.30	c    (0.3s) probing aborted: 50/50 successive totally useless probings
1.30/1.56	c    (0.6s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
1.30/1.57	c    (0.6s) no symmetry present (symcode time: 0.00)
1.30/1.58	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
1.30/1.58	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.30/1.58	c  0 implications, 58624 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1.30/1.58	c presolved problem has 945 variables (945 bin, 0 int, 0 cont) and 58624 constraints
1.30/1.58	c   58624 constraints of type <setppc>
1.30/1.58	c transformed objective value is always integral (scale: 1)
1.30/1.58	c Presolving Time: 0.58
1.30/1.58	c transformed 1/1 original solutions to the transformed problem space
1.30/1.58	c 
1.39/1.64	c in SCIP_DECL_EVENTEXEC found by SCIP
1.39/1.64	o -31
1.39/1.64	c Model check passed
1.39/1.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1.39/1.64	c p 0.7s|     1 |     0 |     0 |     - |  clique|   0 | 945 |  58k|  58k|   0 |  0 |   0 |   0 | 9.450000e+02 | 3.100000e+01 |2948.39%| unknown
1.59/1.88	c   0.9s|     1 |     0 |   945 |     - |   318M |   0 | 945 |  58k|  58k|   0 |  0 |   0 |   0 | 4.725000e+02 | 3.100000e+01 |1424.19%| unknown
2.00/2.25	c   1.3s|     1 |     0 |  1100 |     - |   335M |   0 | 945 |  58k|  58k|  10 |  1 |   0 |   0 | 4.410000e+02 | 3.100000e+01 |1322.58%| unknown
2.80/3.05	c   2.1s|     1 |     0 |  1283 |     - |   343M |   0 | 945 |  58k|  58k|  38 |  2 |   0 |   0 | 4.110000e+02 | 3.100000e+01 |1225.81%| unknown
4.18/4.41	c   3.4s|     1 |     0 |  1628 |     - |   350M |   0 | 945 |  58k|  58k|  69 |  3 |   0 |   0 | 3.830000e+02 | 3.100000e+01 |1135.48%| unknown
5.68/5.94	c   5.0s|     1 |     0 |  1888 |     - |   357M |   0 | 945 |  58k|  58k|  92 |  4 |   0 |   0 | 3.570000e+02 | 3.100000e+01 |1051.61%| unknown
5.98/6.23	c   5.2s|     1 |     0 |  2205 |     - |   364M |   0 | 945 |  58k|  58k| 119 |  5 |   0 |   0 | 3.335000e+02 | 3.100000e+01 | 975.81%| unknown
6.18/6.47	c   5.5s|     1 |     0 |  2765 |     - |   372M |   0 | 945 |  58k|  58k| 152 |  6 |   0 |   0 | 3.095000e+02 | 3.100000e+01 | 898.39%| unknown
6.57/6.86	c   5.9s|     1 |     0 |  3690 |     - |   378M |   0 | 945 |  58k|  58k| 184 |  7 |   0 |   0 | 2.845000e+02 | 3.100000e+01 | 817.74%| unknown
6.97/7.26	c   6.3s|     1 |     0 |  4460 |     - |   385M |   0 | 945 |  58k|  58k| 213 |  8 |   0 |   0 | 2.558333e+02 | 3.100000e+01 | 725.27%| unknown
7.27/7.58	c   6.6s|     1 |     0 |  5142 |     - |   391M |   0 | 945 |  58k|  58k| 251 |  9 |   0 |   0 | 2.328750e+02 | 3.100000e+01 | 651.21%| unknown
7.78/8.10	c   7.1s|     1 |     0 |  6811 |     - |   400M |   0 | 945 |  58k|  58k| 282 | 10 |   0 |   0 | 2.207500e+02 | 3.100000e+01 | 612.10%| unknown
8.17/8.44	c   7.5s|     1 |     0 |  7911 |     - |   405M |   0 | 945 |  58k|  58k| 305 | 11 |   0 |   0 | 1.977500e+02 | 3.100000e+01 | 537.90%| unknown
8.46/8.74	c   7.8s|     1 |     0 |  9119 |     - |   411M |   0 | 945 |  58k|  58k| 326 | 12 |   0 |   0 | 1.812500e+02 | 3.100000e+01 | 484.68%| unknown
8.66/8.92	c   7.9s|     1 |     0 |  9815 |     - |   417M |   0 | 945 |  58k|  58k| 351 | 13 |   0 |   0 | 1.660000e+02 | 3.100000e+01 | 435.48%| unknown
8.87/9.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
8.87/9.17	c   8.2s|     1 |     0 | 10840 |     - |   423M |   0 | 945 |  58k|  59k| 376 | 14 |   0 |   0 | 1.500000e+02 | 3.100000e+01 | 383.87%| unknown
9.07/9.37	c   8.4s|     1 |     0 | 11872 |     - |   429M |   0 | 945 |  58k|  59k| 398 | 15 |   0 |   0 | 1.347500e+02 | 3.100000e+01 | 334.68%| unknown
9.37/9.60	c   8.6s|     1 |     0 | 13062 |     - |   435M |   0 | 945 |  58k|  59k| 418 | 16 |   0 |   0 | 1.269167e+02 | 3.100000e+01 | 309.41%| unknown
9.57/9.80	c   8.8s|     1 |     0 | 14035 |     - |   441M |   0 | 945 |  58k|  59k| 438 | 17 |   0 |   0 | 1.117222e+02 | 3.100000e+01 | 260.39%| unknown
9.67/9.92	c   8.9s|     1 |     0 | 14639 |     - |   446M |   0 | 945 |  58k|  59k| 454 | 18 |   0 |   0 | 9.916667e+01 | 3.100000e+01 | 219.89%| unknown
9.78/10.06	c   9.1s|     1 |     0 | 15332 |     - |   452M |   0 | 945 |  58k|  59k| 474 | 19 |   0 |   0 | 9.266667e+01 | 3.100000e+01 | 198.92%| unknown
9.96/10.21	c   9.2s|     1 |     0 | 16194 |     - |   458M |   0 | 945 |  58k|  59k| 486 | 20 |   0 |   0 | 7.972500e+01 | 3.100000e+01 | 157.18%| unknown
10.06/10.32	c   9.3s|     1 |     0 | 16985 |     - |   458M |   0 | 945 |  58k|  59k| 492 | 21 |   0 |   0 | 6.637500e+01 | 3.100000e+01 | 114.11%| unknown
10.16/10.46	c   9.5s|     1 |     0 | 17974 |     - |   458M |   0 | 945 |  58k|  59k| 494 | 22 |   0 |   0 | 5.941667e+01 | 3.100000e+01 |  91.67%| unknown
10.26/10.50	c   9.5s|     1 |     0 | 18070 |     - |   458M |   0 | 945 |  58k|  58k| 498 | 23 |   0 |   0 | 5.350000e+01 | 3.100000e+01 |  72.58%| unknown
10.26/10.54	c   9.6s|     1 |     0 | 18167 |     - |   458M |   0 | 945 |  58k|  58k| 502 | 24 |   0 |   0 | 4.650000e+01 | 3.100000e+01 |  50.00%| unknown
10.26/10.57	c   9.6s|     1 |     0 | 18224 |     - |   459M |   0 | 945 |  58k|  58k| 506 | 25 |   0 |   0 | 4.600000e+01 | 3.100000e+01 |  48.39%| unknown
10.26/10.59	c   9.6s|     1 |     0 | 18246 |     - |   459M |   0 | 945 |  58k|  58k| 510 | 26 |   0 |   0 | 4.600000e+01 | 3.100000e+01 |  48.39%| unknown
10.36/10.62	c   9.6s|     1 |     0 | 18294 |     - |   460M |   0 | 945 |  58k|  58k| 516 | 27 |   0 |   0 | 4.600000e+01 | 3.100000e+01 |  48.39%| unknown
10.36/10.65	c   9.7s|     1 |     0 | 18322 |     - |   460M |   0 | 945 |  58k|  58k| 522 | 28 |   0 |   0 | 4.600000e+01 | 3.100000e+01 |  48.39%| unknown
10.46/10.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
10.46/10.70	c   9.7s|     1 |     0 | 18416 |     - |   461M |   0 | 945 |  58k|  58k| 529 | 29 |   0 |   0 | 4.600000e+01 | 3.100000e+01 |  48.39%| unknown
10.46/10.74	c   9.8s|     1 |     0 | 18500 |     - |   461M |   0 | 945 |  58k|  58k| 536 | 30 |   0 |   0 | 4.596154e+01 | 3.100000e+01 |  48.26%| unknown
10.46/10.78	c   9.8s|     1 |     0 | 18548 |     - |   461M |   0 | 945 |  58k|  58k| 543 | 31 |   0 |   0 | 4.596154e+01 | 3.100000e+01 |  48.26%| unknown
10.56/10.82	c   9.8s|     1 |     0 | 18643 |     - |   462M |   0 | 945 |  58k|  58k| 549 | 32 |   0 |   0 | 4.550000e+01 | 3.100000e+01 |  46.77%| unknown
10.56/10.87	c   9.9s|     1 |     0 | 18729 |     - |   462M |   0 | 945 |  58k|  58k| 557 | 33 |   0 |   0 | 4.550000e+01 | 3.100000e+01 |  46.77%| unknown
10.66/10.91	c   9.9s|     1 |     0 | 18810 |     - |   462M |   0 | 945 |  58k|  58k| 565 | 34 |   0 |   0 | 4.550000e+01 | 3.100000e+01 |  46.77%| unknown
10.66/10.95	c  10.0s|     1 |     0 | 18855 |     - |   463M |   0 | 945 |  58k|  58k| 575 | 35 |   0 |   0 | 4.550000e+01 | 3.100000e+01 |  46.77%| unknown
10.66/10.98	c  10.0s|     1 |     0 | 18899 |     - |   463M |   0 | 945 |  58k|  58k| 582 | 36 |   0 |   0 | 4.550000e+01 | 3.100000e+01 |  46.77%| unknown
10.66/10.98	c (node 1) LP solver hit time limit in LP 37 -- using pseudo solution instead
10.66/10.98	c 
10.66/10.98	c SCIP Status        : solving was interrupted [time limit reached]
10.66/10.98	c Solving Time (sec) : 10.00
10.66/10.98	c Solving Nodes      : 1
10.66/10.98	c Primal Bound       : +3.10000000000000e+01 (40 solutions)
10.66/10.98	c Dual Bound         : +4.55000000000000e+01
10.66/10.98	c Gap                : 46.77 %
10.66/10.98	c SCIP status: 23 (TIMELIMIT)
10.66/10.98	c solveScip: freeing transform (!can_skip_free_transform)
10.77/11.02	c SCIP presolver: sst_sat
10.77/11.02	c Converting 58624 PB-constraints to clauses...
10.77/11.02	c   -- Clauses(.)/Splits(s): 
10.77/11.04	c pb_solver_status: sst_sat
10.77/11.04	c total stages of optimization mode: 1
10.77/11.04	c Use UB found in presolve
10.77/11.04	c Use LB found in presolve
10.77/11.04	c minimizationMode: cmm_Binary
10.77/11.04	c goal coeffs: 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 
10.77/11.04	c Try to find a solution more than 36
10.77/11.04	c 
10.77/11.05	c assumptions: 
10.77/11.05	c invoking solver with time budget: 5.000000
13.95/14.28	c Model check passed
13.95/14.28	c sat_solver_result: sst_sat
13.95/14.28	c pb_solver_status: sst_sat
13.95/14.28	c in maximizeGoal found by SAT
13.95/14.28	o -37
13.95/14.28	c addUnit: @goal_constraint0
13.95/14.28	c Found a solution: 37.  Optimum bounded: [37,46].
13.95/14.28	c Try to find a solution more than 40
13.95/14.28	c 
13.95/14.28	c assumptions: 
13.95/14.28	c invoking solver with time budget: 1.782817
15.76/16.07	c sat_solver_result: sst_unknown
15.76/16.07	c SAT solver timed out; proceeding to cooperative SCIP call
15.76/16.07	c Calling solveScip for cooperative mode with LB_goalvalue:       37, UB_goalvalue: 46
15.76/16.07	c scip solving with time budget: 7.000000
15.76/16.07	c solveScip
15.76/16.07	c initScipForCoop
15.76/16.07	c Coop Mode: Using SCIP obj units for LB/UB: 37, +oo
15.76/16.11	c 10/10 feasible solutions given by solution candidate storage, new primal bound 3.700000e+01
15.76/16.11	c 
15.86/16.11	c presolving:
15.86/16.19	c    (0.1s) running MILP presolver
15.94/16.22	c    (0.1s) MILP presolver found nothing
15.94/16.27	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 58624 upgd conss, 0 impls, 58624 clqs, 0 implints
16.14/16.40	c    (0.3s) probing: 51/945 (5.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
16.14/16.40	c    (0.3s) probing aborted: 50/50 successive totally useless probings
16.34/16.66	c    (0.6s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
16.34/16.67	c    (0.6s) no symmetry present (symcode time: 0.00)
16.34/16.68	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
16.34/16.68	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
16.34/16.68	c  0 implications, 58624 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
16.34/16.68	c presolved problem has 945 variables (945 bin, 0 int, 0 cont) and 58624 constraints
16.34/16.68	c   58624 constraints of type <setppc>
16.34/16.68	c transformed objective value is always integral (scale: 1)
16.34/16.68	c Presolving Time: 0.57
16.34/16.69	c transformed 11/11 original solutions to the transformed problem space
16.34/16.69	c 
16.64/16.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
16.64/16.96	c   0.9s|     1 |     0 |   945 |     - |   455M |   0 | 945 |  58k|  58k|   0 |  0 |   0 |   0 | 4.725000e+02 | 3.700000e+01*|1177.03%| unknown
17.04/17.34	c   1.3s|     1 |     0 |  1100 |     - |   460M |   0 | 945 |  58k|  58k|  10 |  1 |   0 |   0 | 4.410000e+02 | 3.700000e+01*|1091.89%| unknown
17.84/18.14	c   2.1s|     1 |     0 |  1283 |     - |   461M |   0 | 945 |  58k|  58k|  38 |  2 |   0 |   0 | 4.110000e+02 | 3.700000e+01*|1010.81%| unknown
19.22/19.51	c   3.4s|     1 |     0 |  1628 |     - |   461M |   0 | 945 |  58k|  58k|  69 |  3 |   0 |   0 | 3.830000e+02 | 3.700000e+01*| 935.14%| unknown
20.83/21.13	c   5.1s|     1 |     0 |  1888 |     - |   461M |   0 | 945 |  58k|  58k|  92 |  4 |   0 |   0 | 3.570000e+02 | 3.700000e+01*| 864.86%| unknown
21.12/21.43	c   5.4s|     1 |     0 |  2205 |     - |   461M |   0 | 945 |  58k|  58k| 119 |  5 |   0 |   0 | 3.335000e+02 | 3.700000e+01*| 801.35%| unknown
21.32/21.69	c   5.6s|     1 |     0 |  2796 |     - |   462M |   0 | 945 |  58k|  58k| 152 |  6 |   0 |   0 | 3.095000e+02 | 3.700000e+01*| 736.49%| unknown
21.72/22.06	c   6.0s|     1 |     0 |  3438 |     - |   462M |   0 | 945 |  58k|  58k| 188 |  7 |   0 |   0 | 2.740000e+02 | 3.700000e+01*| 640.54%| unknown
22.21/22.57	c   6.5s|     1 |     0 |  4895 |     - |   469M |   0 | 945 |  58k|  58k| 216 |  8 |   0 |   0 | 2.515000e+02 | 3.700000e+01*| 579.73%| unknown
22.72/23.02	c   6.9s|     1 |     0 |  6100 |     - |   475M |   0 | 945 |  58k|  58k| 250 |  9 |   0 |   0 | 2.240000e+02 | 3.700000e+01*| 505.41%| unknown
22.72/23.07	c   7.0s|     1 |     0 |  6100 |     - |   475M |   0 | 945 |  58k|  58k| 272 | 10 |   0 |   0 | 2.240000e+02 | 3.700000e+01*| 505.41%| unknown
22.72/23.07	c (node 1) LP solver hit time limit in LP 10 -- using pseudo solution instead
22.72/23.07	c 
22.72/23.07	c SCIP Status        : solving was interrupted [time limit reached]
22.72/23.07	c Solving Time (sec) : 7.00
22.72/23.07	c Solving Nodes      : 1
22.72/23.07	c Primal Bound       : +3.70000000000000e+01 (15 solutions, 0 respecting the objective limit)
22.72/23.07	c Dual Bound         : +2.24000000000000e+02
22.72/23.07	c Gap                : 505.41 %
22.72/23.08	c SCIP status: 23 (TIMELIMIT)
22.72/23.08	c pb_solver_status: sst_sat
22.72/23.08	c LB_goalvalue: 37
22.72/23.08	c UB_goalvalue: 46
22.72/23.08	c # improved by sat (lb/ub): 1, # improved by scip (lb): 0
22.72/23.08	c SCIP returned: sst_sat
22.72/23.08	c SCIP primal LB: 37, dual UB: 224
22.72/23.08	c Try to find a solution more than 40
22.72/23.08	c assumptions: 
22.72/23.08	c invoking solver with time budget: 7.000000
27.00/27.37	c Model check passed
27.00/27.37	c sat_solver_result: sst_sat
27.00/27.37	c pb_solver_status: sst_sat
27.00/27.37	c in maximizeGoal found by SAT
27.00/27.37	o -41
27.00/27.37	c addUnit: @goal_constraint1
27.00/27.37	c Found a solution: 41.  Optimum bounded: [41,46].
27.00/27.37	c Try to find a solution more than 42
27.00/27.37	c 
27.00/27.37	c assumptions: 
27.00/27.37	c invoking solver with time budget: 2.722744
29.70/30.10	c sat_solver_result: sst_unknown
29.70/30.10	c SAT solver timed out; proceeding to cooperative SCIP call
29.70/30.10	c Calling solveScip for cooperative mode with LB_goalvalue:       41, UB_goalvalue: 46
29.70/30.10	c scip solving with time budget: 9.800000
29.70/30.10	c solveScip
29.70/30.10	c initScipForCoop
29.70/30.10	c Coop Mode: Using SCIP obj units for LB/UB: 41, +oo
29.70/30.10	c SCIPfreeTransform due to timeout and having shadow nodes
29.70/30.10	c forcing SCIPfreeTransform before solve
29.80/30.15	c Running SCIP presolve for solve-time propagation (rounds=3)
29.80/30.18	c 10/10 feasible solutions given by solution candidate storage, new primal bound 4.100000e+01
29.80/30.18	c 
29.80/30.19	c presolving:
29.89/30.25	c    (0.1s) running MILP presolver
29.89/30.28	c    (0.1s) MILP presolver found nothing
29.99/30.32	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 58624 upgd conss, 0 impls, 58624 clqs, 0 implints
30.09/30.44	c    (0.3s) probing: 51/945 (5.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
30.09/30.44	c    (0.3s) probing aborted: 50/50 successive totally useless probings
30.39/30.70	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
30.39/30.70	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
30.39/30.70	c  0 implications, 58624 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
30.39/30.70	c presolved problem has 945 variables (945 bin, 0 int, 0 cont) and 58624 constraints
30.39/30.70	c   58624 constraints of type <setppc>
30.39/30.70	c transformed objective value is always integral (scale: 1)
30.39/30.70	c Presolving Time: 0.52
30.39/30.76	c 10/10 feasible solutions given by solution candidate storage, new primal bound 3.100000e+01
30.39/30.76	c 
30.39/30.76	c presolving:
30.49/30.84	c    (0.1s) running MILP presolver
30.49/30.88	c    (0.2s) MILP presolver found nothing
30.59/30.92	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 58624 upgd conss, 0 impls, 58624 clqs, 0 implints
30.70/31.06	c    (0.3s) probing: 51/945 (5.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
30.70/31.06	c    (0.3s) probing aborted: 50/50 successive totally useless probings
30.99/31.32	c    (0.6s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
30.99/31.33	c    (0.6s) no symmetry present (symcode time: 0.00)
30.99/31.33	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
30.99/31.33	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
30.99/31.33	c  0 implications, 58624 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
30.99/31.33	c presolved problem has 945 variables (945 bin, 0 int, 0 cont) and 58624 constraints
30.99/31.33	c   58624 constraints of type <setppc>
30.99/31.33	c transformed objective value is always integral (scale: 1)
30.99/31.33	c Presolving Time: 0.57
30.99/31.35	c transformed 11/11 original solutions to the transformed problem space
30.99/31.35	c 
31.29/31.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
31.29/31.64	c   0.9s|     1 |     0 |   945 |     - |   468M |   0 | 945 |  58k|  58k|   0 |  0 |   0 |   0 | 4.725000e+02 | 3.100000e+01 |1424.19%| unknown
31.70/32.03	c   1.3s|     1 |     0 |  1100 |     - |   472M |   0 | 945 |  58k|  58k|  10 |  1 |   0 |   0 | 4.410000e+02 | 3.100000e+01 |1322.58%| unknown
32.48/32.83	c   2.1s|     1 |     0 |  1283 |     - |   472M |   0 | 945 |  58k|  58k|  38 |  2 |   0 |   0 | 4.110000e+02 | 3.100000e+01 |1225.81%| unknown
33.88/34.21	c   3.5s|     1 |     0 |  1628 |     - |   473M |   0 | 945 |  58k|  58k|  69 |  3 |   0 |   0 | 3.830000e+02 | 3.100000e+01 |1135.48%| unknown
35.37/35.75	c   5.0s|     1 |     0 |  1888 |     - |   473M |   0 | 945 |  58k|  58k|  92 |  4 |   0 |   0 | 3.570000e+02 | 3.100000e+01 |1051.61%| unknown
35.68/36.05	c   5.3s|     1 |     0 |  2205 |     - |   473M |   0 | 945 |  58k|  58k| 119 |  5 |   0 |   0 | 3.335000e+02 | 3.100000e+01 | 975.81%| unknown
35.97/36.30	c   5.6s|     1 |     0 |  2765 |     - |   473M |   0 | 945 |  58k|  58k| 152 |  6 |   0 |   0 | 3.095000e+02 | 3.100000e+01 | 898.39%| unknown
36.37/36.70	c   6.0s|     1 |     0 |  3690 |     - |   473M |   0 | 945 |  58k|  58k| 184 |  7 |   0 |   0 | 2.845000e+02 | 3.100000e+01 | 817.74%| unknown
36.68/37.09	c   6.4s|     1 |     0 |  4460 |     - |   474M |   0 | 945 |  58k|  58k| 213 |  8 |   0 |   0 | 2.558333e+02 | 3.100000e+01 | 725.27%| unknown
37.07/37.42	c   6.7s|     1 |     0 |  5142 |     - |   475M |   0 | 945 |  58k|  58k| 251 |  9 |   0 |   0 | 2.328750e+02 | 3.100000e+01 | 651.21%| unknown
37.56/37.94	c   7.2s|     1 |     0 |  6811 |     - |   475M |   0 | 945 |  58k|  58k| 282 | 10 |   0 |   0 | 2.207500e+02 | 3.100000e+01 | 612.10%| unknown
37.86/38.28	c   7.6s|     1 |     0 |  7911 |     - |   475M |   0 | 945 |  58k|  58k| 305 | 11 |   0 |   0 | 1.977500e+02 | 3.100000e+01 | 537.90%| unknown
38.16/38.59	c   7.9s|     1 |     0 |  9119 |     - |   475M |   0 | 945 |  58k|  58k| 326 | 12 |   0 |   0 | 1.812500e+02 | 3.100000e+01 | 484.68%| unknown
38.36/38.77	c   8.0s|     1 |     0 |  9815 |     - |   475M |   0 | 945 |  58k|  58k| 351 | 13 |   0 |   0 | 1.660000e+02 | 3.100000e+01 | 435.48%| unknown
38.67/39.01	c   8.3s|     1 |     0 | 10840 |     - |   475M |   0 | 945 |  58k|  59k| 376 | 14 |   0 |   0 | 1.500000e+02 | 3.100000e+01 | 383.87%| unknown
38.86/39.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
38.86/39.22	c   8.5s|     1 |     0 | 11872 |     - |   475M |   0 | 945 |  58k|  59k| 398 | 15 |   0 |   0 | 1.347500e+02 | 3.100000e+01 | 334.68%| unknown
39.06/39.46	c   8.7s|     1 |     0 | 13062 |     - |   475M |   0 | 945 |  58k|  59k| 418 | 16 |   0 |   0 | 1.269167e+02 | 3.100000e+01 | 309.41%| unknown
39.26/39.66	c   8.9s|     1 |     0 | 14035 |     - |   475M |   0 | 945 |  58k|  59k| 438 | 17 |   0 |   0 | 1.117222e+02 | 3.100000e+01 | 260.39%| unknown
39.36/39.78	c   9.1s|     1 |     0 | 14639 |     - |   475M |   0 | 945 |  58k|  59k| 454 | 18 |   0 |   0 | 9.916667e+01 | 3.100000e+01 | 219.89%| unknown
39.56/39.92	c   9.2s|     1 |     0 | 15332 |     - |   475M |   0 | 945 |  58k|  59k| 474 | 19 |   0 |   0 | 9.266667e+01 | 3.100000e+01 | 198.92%| unknown
39.67/40.08	c   9.4s|     1 |     0 | 16194 |     - |   475M |   0 | 945 |  58k|  59k| 486 | 20 |   0 |   0 | 7.972500e+01 | 3.100000e+01 | 157.18%| unknown
39.85/40.20	c   9.5s|     1 |     0 | 16985 |     - |   475M |   0 | 945 |  58k|  59k| 492 | 21 |   0 |   0 | 6.637500e+01 | 3.100000e+01 | 114.11%| unknown
39.95/40.35	c   9.6s|     1 |     0 | 17974 |     - |   475M |   0 | 945 |  58k|  59k| 494 | 22 |   0 |   0 | 5.941667e+01 | 3.100000e+01 |  91.67%| unknown
40.05/40.40	c   9.7s|     1 |     0 | 18070 |     - |   475M |   0 | 945 |  58k|  58k| 498 | 23 |   0 |   0 | 5.350000e+01 | 3.100000e+01 |  72.58%| unknown
40.05/40.44	c   9.7s|     1 |     0 | 18167 |     - |   475M |   0 | 945 |  58k|  58k| 502 | 24 |   0 |   0 | 4.650000e+01 | 3.100000e+01 |  50.00%| unknown
40.05/40.47	c   9.7s|     1 |     0 | 18224 |     - |   475M |   0 | 945 |  58k|  58k| 506 | 25 |   0 |   0 | 4.600000e+01 | 3.100000e+01 |  48.39%| unknown
40.15/40.50	c   9.8s|     1 |     0 | 18246 |     - |   475M |   0 | 945 |  58k|  58k| 510 | 26 |   0 |   0 | 4.600000e+01 | 3.100000e+01 |  48.39%| unknown
40.15/40.53	c   9.8s|     1 |     0 | 18294 |     - |   475M |   0 | 945 |  58k|  58k| 516 | 27 |   0 |   0 | 4.600000e+01 | 3.100000e+01 |  48.39%| unknown
40.15/40.53	c 
40.15/40.53	c SCIP Status        : solving was interrupted [time limit reached]
40.15/40.53	c Solving Time (sec) : 9.81
40.15/40.53	c Solving Nodes      : 1
40.15/40.53	c Primal Bound       : +3.10000000000000e+01 (32 solutions)
40.15/40.53	c Dual Bound         : +4.60000000000000e+01
40.15/40.53	c Gap                : 48.39 %
40.15/40.53	c SCIP status: 23 (TIMELIMIT)
40.15/40.53	c solveScip: freeing transform (!can_skip_free_transform)
40.15/40.58	c pb_solver_status: sst_sat
40.15/40.58	c LB_goalvalue: 41
40.15/40.58	c UB_goalvalue: 46
40.15/40.58	c # improved by sat (lb/ub): 1, # improved by scip (lb): 0
40.15/40.58	c SCIP returned: sst_sat
40.15/40.58	c SCIP primal LB: 31, dual UB: 46
40.15/40.58	c Try to find a solution more than 42
40.15/40.58	c assumptions: 
40.15/40.58	c invoking solver with time budget: 9.800000
50.02/50.41	c sat_solver_result: sst_unknown
50.02/50.41	c SAT solver timed out; proceeding to cooperative SCIP call
50.02/50.41	c Calling solveScip for cooperative mode with LB_goalvalue:       41, UB_goalvalue: 46
50.02/50.41	c scip solving with time budget: 13.720000
50.02/50.41	c solveScip
50.02/50.41	c initScipForCoop
50.02/50.41	c Coop Mode: Using SCIP obj units for LB/UB: 41, +oo
50.02/50.44	c 10/10 feasible solutions given by solution candidate storage, new primal bound 4.100000e+01
50.02/50.44	c 
50.02/50.45	c presolving:
50.12/50.53	c    (0.1s) running MILP presolver
50.12/50.56	c    (0.1s) MILP presolver found nothing
50.22/50.60	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 58624 upgd conss, 0 impls, 58624 clqs, 0 implints
50.32/50.74	c    (0.3s) probing: 51/945 (5.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
50.32/50.74	c    (0.3s) probing aborted: 50/50 successive totally useless probings
50.51/51.00	c    (0.6s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
50.63/51.01	c    (0.6s) no symmetry present (symcode time: 0.00)
50.63/51.02	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
50.63/51.02	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
50.63/51.02	c  0 implications, 58624 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
50.63/51.02	c presolved problem has 945 variables (945 bin, 0 int, 0 cont) and 58624 constraints
50.63/51.02	c   58624 constraints of type <setppc>
50.63/51.02	c transformed objective value is always integral (scale: 1)
50.63/51.02	c Presolving Time: 0.57
50.63/51.03	c transformed 11/11 original solutions to the transformed problem space
50.63/51.03	c 
50.91/51.30	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
50.91/51.30	c   0.9s|     1 |     0 |   945 |     - |   469M |   0 | 945 |  58k|  58k|   0 |  0 |   0 |   0 | 4.725000e+02 | 4.100000e+01*|1052.44%| unknown
51.21/51.69	c   1.3s|     1 |     0 |  1100 |     - |   473M |   0 | 945 |  58k|  58k|  10 |  1 |   0 |   0 | 4.410000e+02 | 4.100000e+01*| 975.61%| unknown
52.01/52.49	c   2.1s|     1 |     0 |  1283 |     - |   474M |   0 | 945 |  58k|  58k|  38 |  2 |   0 |   0 | 4.110000e+02 | 4.100000e+01*| 902.44%| unknown
53.30/53.79	c   3.4s|     1 |     0 |  1628 |     - |   474M |   0 | 945 |  58k|  58k|  69 |  3 |   0 |   0 | 3.830000e+02 | 4.100000e+01*| 834.15%| unknown
54.90/55.32	c   4.9s|     1 |     0 |  1888 |     - |   474M |   0 | 945 |  58k|  58k|  92 |  4 |   0 |   0 | 3.570000e+02 | 4.100000e+01*| 770.73%| unknown
55.20/55.61	c   5.2s|     1 |     0 |  2205 |     - |   474M |   0 | 945 |  58k|  58k| 119 |  5 |   0 |   0 | 3.335000e+02 | 4.100000e+01*| 713.41%| unknown
55.50/55.91	c   5.5s|     1 |     0 |  2926 |     - |   474M |   0 | 945 |  58k|  58k| 152 |  6 |   0 |   0 | 3.095000e+02 | 4.100000e+01*| 654.88%| unknown
55.89/56.34	c   5.9s|     1 |     0 |  3856 |     - |   474M |   0 | 945 |  58k|  58k| 185 |  7 |   0 |   0 | 2.780000e+02 | 4.100000e+01*| 578.05%| unknown
56.29/56.73	c   6.3s|     1 |     0 |  4724 |     - |   480M |   0 | 945 |  58k|  58k| 218 |  8 |   0 |   0 | 2.440000e+02 | 4.100000e+01*| 495.12%| unknown
57.39/57.83	c   7.4s|     1 |     0 |  6059 |     - |   486M |   0 | 945 |  58k|  58k| 240 |  9 |   0 |   0 | 2.195000e+02 | 4.100000e+01*| 435.37%| unknown
57.70/58.16	c   7.8s|     1 |     0 |  6831 |     - |   492M |   0 | 945 |  58k|  58k| 273 | 10 |   0 |   0 | 2.020000e+02 | 4.100000e+01*| 392.68%| unknown
58.09/58.50	c   8.1s|     1 |     0 |  7965 |     - |   498M |   0 | 945 |  58k|  58k| 297 | 11 |   0 |   0 | 1.945000e+02 | 4.100000e+01*| 374.39%| unknown
58.39/58.80	c   8.4s|     1 |     0 |  9193 |     - |   503M |   0 | 945 |  58k|  58k| 322 | 12 |   0 |   0 | 1.772500e+02 | 4.100000e+01*| 332.32%| unknown
58.60/59.07	c   8.7s|     1 |     0 | 10295 |     - |   510M |   0 | 945 |  58k|  58k| 360 | 13 |   0 |   0 | 1.523750e+02 | 4.100000e+01*| 271.65%| unknown
58.98/59.48	c   9.1s|     1 |     0 | 12026 |     - |   516M |   0 | 945 |  58k|  59k| 383 | 14 |   0 |   0 | 1.377500e+02 | 4.100000e+01*| 235.98%| unknown
59.28/59.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
59.28/59.78	c   9.4s|     1 |     0 | 13381 |     - |   522M |   0 | 945 |  58k|  59k| 405 | 15 |   0 |   0 | 1.235000e+02 | 4.100000e+01*| 201.22%| unknown
59.48/59.93	c   9.5s|     1 |     0 | 14232 |     - |   528M |   0 | 945 |  58k|  59k| 427 | 16 |   0 |   0 | 1.152500e+02 | 4.100000e+01*| 181.10%| unknown
59.59/60.07	c   9.7s|     1 |     0 | 14839 |     - |   533M |   0 | 945 |  58k|  59k| 453 | 17 |   0 |   0 | 1.076250e+02 | 4.100000e+01*| 162.50%| unknown
59.78/60.25	c   9.8s|     1 |     0 | 15773 |     - |   539M |   0 | 945 |  58k|  59k| 472 | 18 |   0 |   0 | 9.337500e+01 | 4.100000e+01*| 127.74%| unknown
59.98/60.40	c  10.0s|     1 |     0 | 16639 |     - |   545M |   0 | 945 |  58k|  59k| 486 | 19 |   0 |   0 | 8.725000e+01 | 4.100000e+01*| 112.80%| unknown
60.18/60.64	c  10.2s|     1 |     0 | 17982 |     - |   550M |   0 | 945 |  58k|  59k| 500 | 20 |   0 |   0 | 7.350000e+01 | 4.100000e+01*|  79.27%| unknown
60.28/60.75	c  10.3s|     1 |     0 | 18518 |     - |   550M |   0 | 945 |  58k|  59k| 506 | 21 |   0 |   0 | 5.250000e+01 | 4.100000e+01*|  28.05%| unknown
60.38/60.81	c  10.4s|     1 |     0 | 18656 |     - |   550M |   0 | 945 |  58k|  59k| 507 | 22 |   0 |   0 | 4.550000e+01 | 4.100000e+01*|  10.98%| unknown
60.38/60.84	c  10.4s|     1 |     0 | 18686 |     - |   550M |   0 | 945 |  58k|  58k| 511 | 23 |   0 |   0 | 4.550000e+01 | 4.100000e+01*|  10.98%| unknown
60.38/60.88	c  10.5s|     1 |     0 | 18730 |     - |   550M |   0 | 945 |  58k|  58k| 517 | 24 |   0 |   0 | 4.550000e+01 | 4.100000e+01*|  10.98%| unknown
60.48/60.91	c  10.5s|     1 |     0 | 18790 |     - |   551M |   0 | 945 |  58k|  58k| 522 | 25 |   0 |   0 | 4.550000e+01 | 4.100000e+01*|  10.98%| unknown
60.48/60.95	c  10.5s|     1 |     0 | 18851 |     - |   551M |   0 | 945 |  58k|  58k| 530 | 26 |   0 |   0 | 4.550000e+01 | 4.100000e+01*|  10.98%| unknown
60.48/60.99	c  10.6s|     1 |     0 | 18910 |     - |   551M |   0 | 945 |  58k|  58k| 537 | 27 |   0 |   0 | 4.550000e+01 | 4.100000e+01*|  10.98%| unknown
60.59/61.03	c  10.6s|     1 |     0 | 18969 |     - |   552M |   0 | 945 |  58k|  58k| 546 | 28 |   0 |   0 | 4.550000e+01 | 4.100000e+01*|  10.98%| unknown
60.59/61.08	c  10.7s|     1 |     0 | 19018 |     - |   552M |   0 | 945 |  58k|  58k| 551 | 29 |   0 |   0 | 4.550000e+01 | 4.100000e+01*|  10.98%| unknown
60.69/61.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
60.69/61.12	c  10.7s|     1 |     0 | 19073 |     - |   552M |   0 | 945 |  58k|  58k| 558 | 30 |   0 |   0 | 4.550000e+01 | 4.100000e+01*|  10.98%| unknown
60.69/61.16	c  10.7s|     1 |     0 | 19141 |     - |   552M |   0 | 945 |  58k|  58k| 567 | 31 |   0 |   0 | 4.550000e+01 | 4.100000e+01*|  10.98%| unknown
60.78/61.21	c  10.8s|     1 |     0 | 19202 |     - |   553M |   0 | 945 |  58k|  58k| 574 | 32 |   0 |   0 | 4.550000e+01 | 4.100000e+01*|  10.98%| unknown
62.17/62.67	c  12.3s|     1 |     2 | 19226 |     - |   554M |   0 | 945 |  58k|  58k| 574 | 32 |   0 |  20 | 4.500000e+01 | 4.100000e+01*|   9.76%| unknown
63.68/64.13	c 
63.68/64.13	c SCIP Status        : solving was interrupted [time limit reached]
63.68/64.13	c Solving Time (sec) : 13.72
63.68/64.13	c Solving Nodes      : 19
63.68/64.13	c Primal Bound       : +4.10000000000000e+01 (87 solutions, 0 respecting the objective limit)
63.68/64.13	c Dual Bound         : +4.50000000000000e+01
63.68/64.13	c Gap                : 9.76 %
63.68/64.13	c SCIP status: 23 (TIMELIMIT)
63.68/64.13	c SCIP LP bound tightened UB: 46 -> 45
63.68/64.13	c pb_solver_status: sst_sat
63.68/64.13	c LB_goalvalue: 41
63.68/64.13	c UB_goalvalue: 45
63.68/64.13	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
63.68/64.13	c SCIP returned: sst_sat
63.68/64.13	c SCIP primal LB: 41, dual UB: 45
63.68/64.13	c Try to find a solution more than 42
63.68/64.13	c assumptions: 
63.68/64.13	c invoking solver with time budget: 9.800000
73.43/73.97	c sat_solver_result: sst_unknown
73.43/73.97	c SAT solver timed out; proceeding to cooperative SCIP call
73.43/73.97	c Calling solveScip for cooperative mode with LB_goalvalue:       41, UB_goalvalue: 45
73.43/73.97	c scip solving with time budget: 19.208000
73.43/73.97	c solveScip
73.43/73.97	c initScipForCoop
73.43/73.97	c Coop Mode: Using SCIP obj units for LB/UB: 41, +oo
73.43/73.97	c SCIPfreeTransform due to timeout and having shadow nodes
73.43/73.97	c forcing SCIPfreeTransform before solve
73.55/74.02	c Running SCIP presolve for solve-time propagation (rounds=3)
73.55/74.05	c 10/10 feasible solutions given by solution candidate storage, new primal bound 4.100000e+01
73.55/74.05	c 
73.55/74.05	c presolving:
73.65/74.12	c    (0.1s) running MILP presolver
73.65/74.15	c    (0.1s) MILP presolver found nothing
73.65/74.19	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 58624 upgd conss, 0 impls, 58624 clqs, 0 implints
73.83/74.31	c    (0.3s) probing: 51/945 (5.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
73.83/74.31	c    (0.3s) probing aborted: 50/50 successive totally useless probings
74.03/74.57	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
74.03/74.57	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
74.03/74.57	c  0 implications, 58624 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
74.03/74.57	c presolved problem has 945 variables (945 bin, 0 int, 0 cont) and 58624 constraints
74.03/74.57	c   58624 constraints of type <setppc>
74.03/74.57	c transformed objective value is always integral (scale: 1)
74.03/74.57	c Presolving Time: 0.52
74.13/74.62	c 10/10 feasible solutions given by solution candidate storage, new primal bound 3.100000e+01
74.13/74.62	c 
74.13/74.63	c presolving:
74.23/74.71	c    (0.1s) running MILP presolver
74.23/74.74	c    (0.2s) MILP presolver found nothing
74.23/74.79	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 58624 upgd conss, 0 impls, 58624 clqs, 0 implints
74.43/74.92	c    (0.3s) probing: 51/945 (5.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
74.43/74.92	c    (0.3s) probing aborted: 50/50 successive totally useless probings
74.64/75.19	c    (0.6s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
74.73/75.20	c    (0.6s) no symmetry present (symcode time: 0.00)
74.73/75.21	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
74.73/75.21	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
74.73/75.21	c  0 implications, 58624 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
74.73/75.21	c presolved problem has 945 variables (945 bin, 0 int, 0 cont) and 58624 constraints
74.73/75.21	c   58624 constraints of type <setppc>
74.73/75.21	c transformed objective value is always integral (scale: 1)
74.73/75.21	c Presolving Time: 0.58
74.73/75.22	c transformed 11/11 original solutions to the transformed problem space
74.73/75.22	c 
75.03/75.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
75.03/75.51	c   0.9s|     1 |     0 |   945 |     - |   564M |   0 | 945 |  58k|  58k|   0 |  0 |   0 |   0 | 4.725000e+02 | 3.100000e+01 |1424.19%| unknown
75.33/75.89	c   1.3s|     1 |     0 |  1100 |     - |   568M |   0 | 945 |  58k|  58k|  10 |  1 |   0 |   0 | 4.410000e+02 | 3.100000e+01 |1322.58%| unknown
76.12/76.69	c   2.1s|     1 |     0 |  1283 |     - |   568M |   0 | 945 |  58k|  58k|  38 |  2 |   0 |   0 | 4.110000e+02 | 3.100000e+01 |1225.81%| unknown
77.42/78.00	c   3.4s|     1 |     0 |  1628 |     - |   568M |   0 | 945 |  58k|  58k|  69 |  3 |   0 |   0 | 3.830000e+02 | 3.100000e+01 |1135.48%| unknown
79.01/79.52	c   4.9s|     1 |     0 |  1888 |     - |   568M |   0 | 945 |  58k|  58k|  92 |  4 |   0 |   0 | 3.570000e+02 | 3.100000e+01 |1051.61%| unknown
79.31/79.82	c   5.2s|     1 |     0 |  2205 |     - |   568M |   0 | 945 |  58k|  58k| 119 |  5 |   0 |   0 | 3.335000e+02 | 3.100000e+01 | 975.81%| unknown
79.52/80.07	c   5.5s|     1 |     0 |  2765 |     - |   568M |   0 | 945 |  58k|  58k| 152 |  6 |   0 |   0 | 3.095000e+02 | 3.100000e+01 | 898.39%| unknown
79.91/80.47	c   5.9s|     1 |     0 |  3690 |     - |   568M |   0 | 945 |  58k|  58k| 184 |  7 |   0 |   0 | 2.845000e+02 | 3.100000e+01 | 817.74%| unknown
80.31/80.86	c   6.3s|     1 |     0 |  4460 |     - |   568M |   0 | 945 |  58k|  58k| 213 |  8 |   0 |   0 | 2.558333e+02 | 3.100000e+01 | 725.27%| unknown
80.62/81.19	c   6.6s|     1 |     0 |  5142 |     - |   569M |   0 | 945 |  58k|  58k| 251 |  9 |   0 |   0 | 2.328750e+02 | 3.100000e+01 | 651.21%| unknown
81.20/81.72	c   7.1s|     1 |     0 |  6811 |     - |   569M |   0 | 945 |  58k|  58k| 282 | 10 |   0 |   0 | 2.207500e+02 | 3.100000e+01 | 612.10%| unknown
81.52/82.05	c   7.5s|     1 |     0 |  7911 |     - |   569M |   0 | 945 |  58k|  58k| 305 | 11 |   0 |   0 | 1.977500e+02 | 3.100000e+01 | 537.90%| unknown
81.80/82.36	c   7.8s|     1 |     0 |  9119 |     - |   569M |   0 | 945 |  58k|  58k| 326 | 12 |   0 |   0 | 1.812500e+02 | 3.100000e+01 | 484.68%| unknown
82.00/82.54	c   7.9s|     1 |     0 |  9815 |     - |   569M |   0 | 945 |  58k|  58k| 351 | 13 |   0 |   0 | 1.660000e+02 | 3.100000e+01 | 435.48%| unknown
82.20/82.78	c   8.2s|     1 |     0 | 10840 |     - |   569M |   0 | 945 |  58k|  59k| 376 | 14 |   0 |   0 | 1.500000e+02 | 3.100000e+01 | 383.87%| unknown
82.40/82.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
82.40/82.99	c   8.4s|     1 |     0 | 11872 |     - |   569M |   0 | 945 |  58k|  59k| 398 | 15 |   0 |   0 | 1.347500e+02 | 3.100000e+01 | 334.68%| unknown
82.70/83.22	c   8.6s|     1 |     0 | 13062 |     - |   569M |   0 | 945 |  58k|  59k| 418 | 16 |   0 |   0 | 1.269167e+02 | 3.100000e+01 | 309.41%| unknown
82.90/83.42	c   8.8s|     1 |     0 | 14035 |     - |   569M |   0 | 945 |  58k|  59k| 438 | 17 |   0 |   0 | 1.117222e+02 | 3.100000e+01 | 260.39%| unknown
83.00/83.55	c   9.0s|     1 |     0 | 14639 |     - |   569M |   0 | 945 |  58k|  59k| 454 | 18 |   0 |   0 | 9.916667e+01 | 3.100000e+01 | 219.89%| unknown
83.10/83.68	c   9.1s|     1 |     0 | 15332 |     - |   569M |   0 | 945 |  58k|  59k| 474 | 19 |   0 |   0 | 9.266667e+01 | 3.100000e+01 | 198.92%| unknown
83.30/83.83	c   9.2s|     1 |     0 | 16194 |     - |   569M |   0 | 945 |  58k|  59k| 486 | 20 |   0 |   0 | 7.972500e+01 | 3.100000e+01 | 157.18%| unknown
83.40/83.95	c   9.4s|     1 |     0 | 16985 |     - |   569M |   0 | 945 |  58k|  59k| 492 | 21 |   0 |   0 | 6.637500e+01 | 3.100000e+01 | 114.11%| unknown
83.51/84.08	c   9.5s|     1 |     0 | 17974 |     - |   569M |   0 | 945 |  58k|  59k| 494 | 22 |   0 |   0 | 5.941667e+01 | 3.100000e+01 |  91.67%| unknown
83.61/84.13	c   9.5s|     1 |     0 | 18070 |     - |   569M |   0 | 945 |  58k|  58k| 498 | 23 |   0 |   0 | 5.350000e+01 | 3.100000e+01 |  72.58%| unknown
83.61/84.17	c   9.6s|     1 |     0 | 18167 |     - |   569M |   0 | 945 |  58k|  58k| 502 | 24 |   0 |   0 | 4.650000e+01 | 3.100000e+01 |  50.00%| unknown
83.69/84.20	c   9.6s|     1 |     0 | 18224 |     - |   569M |   0 | 945 |  58k|  58k| 506 | 25 |   0 |   0 | 4.600000e+01 | 3.100000e+01 |  48.39%| unknown
83.69/84.23	c   9.6s|     1 |     0 | 18246 |     - |   569M |   0 | 945 |  58k|  58k| 510 | 26 |   0 |   0 | 4.600000e+01 | 3.100000e+01 |  48.39%| unknown
83.69/84.26	c   9.7s|     1 |     0 | 18294 |     - |   569M |   0 | 945 |  58k|  58k| 516 | 27 |   0 |   0 | 4.600000e+01 | 3.100000e+01 |  48.39%| unknown
83.69/84.29	c   9.7s|     1 |     0 | 18322 |     - |   569M |   0 | 945 |  58k|  58k| 522 | 28 |   0 |   0 | 4.600000e+01 | 3.100000e+01 |  48.39%| unknown
83.79/84.34	c   9.8s|     1 |     0 | 18416 |     - |   569M |   0 | 945 |  58k|  58k| 529 | 29 |   0 |   0 | 4.600000e+01 | 3.100000e+01 |  48.39%| unknown
83.79/84.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
83.79/84.39	c   9.8s|     1 |     0 | 18500 |     - |   569M |   0 | 945 |  58k|  58k| 536 | 30 |   0 |   0 | 4.596154e+01 | 3.100000e+01 |  48.26%| unknown
83.89/84.42	c   9.8s|     1 |     0 | 18548 |     - |   569M |   0 | 945 |  58k|  58k| 543 | 31 |   0 |   0 | 4.596154e+01 | 3.100000e+01 |  48.26%| unknown
83.89/84.47	c   9.9s|     1 |     0 | 18643 |     - |   569M |   0 | 945 |  58k|  58k| 549 | 32 |   0 |   0 | 4.550000e+01 | 3.100000e+01 |  46.77%| unknown
83.99/84.52	c   9.9s|     1 |     0 | 18729 |     - |   569M |   0 | 945 |  58k|  58k| 557 | 33 |   0 |   0 | 4.550000e+01 | 3.100000e+01 |  46.77%| unknown
83.99/84.56	c  10.0s|     1 |     0 | 18810 |     - |   569M |   0 | 945 |  58k|  58k| 565 | 34 |   0 |   0 | 4.550000e+01 | 3.100000e+01 |  46.77%| unknown
84.09/84.61	c  10.0s|     1 |     0 | 18855 |     - |   569M |   0 | 945 |  58k|  58k| 575 | 35 |   0 |   0 | 4.550000e+01 | 3.100000e+01 |  46.77%| unknown
84.09/84.65	c  10.1s|     1 |     0 | 18912 |     - |   569M |   0 | 945 |  58k|  58k| 582 | 36 |   0 |   0 | 4.550000e+01 | 3.100000e+01 |  46.77%| unknown
84.09/84.69	c  10.1s|     1 |     0 | 18966 |     - |   570M |   0 | 945 |  58k|  58k| 588 | 37 |   0 |   0 | 4.550000e+01 | 3.100000e+01 |  46.77%| unknown
84.19/84.74	c  10.2s|     1 |     0 | 19064 |     - |   570M |   0 | 945 |  58k|  58k| 597 | 38 |   0 |   0 | 4.550000e+01 | 3.100000e+01 |  46.77%| unknown
84.19/84.78	c  10.2s|     1 |     0 | 19108 |     - |   571M |   0 | 945 |  58k|  58k| 602 | 39 |   0 |   0 | 4.550000e+01 | 3.100000e+01 |  46.77%| unknown
84.29/84.83	c  10.2s|     1 |     0 | 19170 |     - |   571M |   0 | 945 |  58k|  58k| 609 | 40 |   0 |   0 | 4.550000e+01 | 3.100000e+01 |  46.77%| unknown
84.29/84.87	c  10.3s|     1 |     0 | 19215 |     - |   572M |   0 | 945 |  58k|  58k| 615 | 41 |   0 |   0 | 4.550000e+01 | 3.100000e+01 |  46.77%| unknown
84.39/84.91	c  10.3s|     1 |     0 | 19259 |     - |   572M |   0 | 945 |  58k|  58k| 623 | 42 |   0 |   0 | 4.550000e+01 | 3.100000e+01 |  46.77%| unknown
86.19/86.75	c  12.2s|     1 |     2 | 19280 |     - |   572M |   0 | 945 |  58k|  58k| 623 | 42 |   0 |  20 | 4.500000e+01 | 3.100000e+01 |  45.16%| unknown
86.39/87.01	c d12.4s|    11 |    12 | 20010 |  75.1 |pscostdi|   9 | 945 |  58k|  58k|   0 |  1 |   0 |  20 | 4.500000e+01 | 3.500000e+01 |  28.57%| unknown
93.27/93.80	c 
93.27/93.80	c SCIP Status        : solving was interrupted [time limit reached]
93.27/93.80	c Solving Time (sec) : 19.21
93.27/93.80	c Solving Nodes      : 40
93.27/93.80	c Primal Bound       : +3.50000000000000e+01 (272 solutions)
93.27/93.80	c Dual Bound         : +4.50000000000000e+01
93.27/93.80	c Gap                : 28.57 %
93.27/93.80	c SCIP status: 23 (TIMELIMIT)
93.27/93.80	c solveScip: freeing transform (!can_skip_free_transform)
93.27/93.85	c pb_solver_status: sst_sat
93.27/93.85	c LB_goalvalue: 41
93.27/93.85	c UB_goalvalue: 45
93.27/93.85	c Both SAT and SCIP timed out; boosting budgets to sat=19.600000 scip=53.782400
93.27/93.85	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
93.27/93.85	c SCIP returned: sst_sat
93.27/93.85	c SCIP primal LB: 35, dual UB: 45
93.27/93.85	c Try to find a solution more than 42
93.27/93.85	c assumptions: 
93.27/93.85	c invoking solver with time budget: 19.600000
110.01/110.64	c Model check passed
110.01/110.64	c sat_solver_result: sst_sat
110.01/110.64	c pb_solver_status: sst_sat
110.01/110.64	c in maximizeGoal found by SAT
110.01/110.64	o -43
110.01/110.64	c addUnit: @goal_constraint2
110.01/110.64	c Found a solution: 43.  Optimum bounded: [43,45].
110.01/110.64	c Try to find a solution more than 43
110.01/110.65	c 
110.01/110.65	c assumptions: 
110.01/110.65	c invoking solver with time budget: 2.861383
112.90/113.52	c sat_solver_result: sst_unknown
112.90/113.52	c SAT solver timed out; proceeding to cooperative SCIP call
112.90/113.52	c Calling solveScip for cooperative mode with LB_goalvalue:       43, UB_goalvalue: 45
112.90/113.52	c scip solving with time budget: 53.782400
112.90/113.52	c solveScip
112.90/113.52	c initScipForCoop
112.90/113.52	c Coop Mode: Using SCIP obj units for LB/UB: 43, +oo
112.90/113.55	c 10/10 feasible solutions given by solution candidate storage, new primal bound 4.300000e+01
112.90/113.55	c 
112.90/113.56	c presolving:
113.00/113.63	c    (0.1s) running MILP presolver
113.00/113.67	c    (0.1s) MILP presolver found nothing
113.10/113.71	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 58624 upgd conss, 0 impls, 58624 clqs, 0 implints
113.20/113.84	c    (0.3s) probing: 51/945 (5.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
113.20/113.84	c    (0.3s) probing aborted: 50/50 successive totally useless probings
113.41/114.10	c    (0.6s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
113.51/114.11	c    (0.6s) no symmetry present (symcode time: 0.00)
113.51/114.12	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
113.51/114.12	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
113.51/114.12	c  0 implications, 58624 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
113.51/114.12	c presolved problem has 945 variables (945 bin, 0 int, 0 cont) and 58624 constraints
113.51/114.12	c   58624 constraints of type <setppc>
113.51/114.12	c transformed objective value is always integral (scale: 1)
113.51/114.12	c Presolving Time: 0.56
113.51/114.13	c transformed 11/11 original solutions to the transformed problem space
113.51/114.13	c 
113.79/114.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
113.79/114.41	c   0.9s|     1 |     0 |   945 |     - |   576M |   0 | 945 |  58k|  58k|   0 |  0 |   0 |   0 | 4.725000e+02 | 4.300000e+01*| 998.84%| unknown
114.09/114.79	c   1.3s|     1 |     0 |  1100 |     - |   580M |   0 | 945 |  58k|  58k|  10 |  1 |   0 |   0 | 4.410000e+02 | 4.300000e+01*| 925.58%| unknown
114.89/115.59	c   2.1s|     1 |     0 |  1283 |     - |   581M |   0 | 945 |  58k|  58k|  38 |  2 |   0 |   0 | 4.110000e+02 | 4.300000e+01*| 855.81%| unknown
116.18/116.89	c   3.4s|     1 |     0 |  1628 |     - |   581M |   0 | 945 |  58k|  58k|  69 |  3 |   0 |   0 | 3.830000e+02 | 4.300000e+01*| 790.70%| unknown
117.78/118.41	c   4.9s|     1 |     0 |  1888 |     - |   581M |   0 | 945 |  58k|  58k|  92 |  4 |   0 |   0 | 3.570000e+02 | 4.300000e+01*| 730.23%| unknown
118.08/118.71	c   5.2s|     1 |     0 |  2205 |     - |   581M |   0 | 945 |  58k|  58k| 119 |  5 |   0 |   0 | 3.335000e+02 | 4.300000e+01*| 675.58%| unknown
118.28/118.97	c   5.5s|     1 |     0 |  2803 |     - |   581M |   0 | 945 |  58k|  58k| 152 |  6 |   0 |   0 | 3.095000e+02 | 4.300000e+01*| 619.77%| unknown
118.78/119.42	c   5.9s|     1 |     0 |  3957 |     - |   581M |   0 | 945 |  58k|  58k| 185 |  7 |   0 |   0 | 2.690000e+02 | 4.300000e+01*| 525.58%| unknown
119.07/119.79	c   6.3s|     1 |     0 |  4669 |     - |   581M |   0 | 945 |  58k|  58k| 228 |  8 |   0 |   0 | 2.455000e+02 | 4.300000e+01*| 470.93%| unknown
119.57/120.29	c   6.8s|     1 |     0 |  6019 |     - |   587M |   0 | 945 |  58k|  58k| 273 |  9 |   0 |   0 | 2.242500e+02 | 4.300000e+01*| 421.51%| unknown
120.17/120.82	c   7.3s|     1 |     0 |  7399 |     - |   587M |   0 | 945 |  58k|  58k| 310 | 10 |   0 |   0 | 2.027500e+02 | 4.300000e+01*| 371.51%| unknown
120.48/121.19	c   7.7s|     1 |     0 |  8653 |     - |   593M |   0 | 945 |  58k|  58k| 345 | 11 |   0 |   0 | 1.792500e+02 | 4.300000e+01*| 316.86%| unknown
121.07/121.70	c   8.2s|     1 |     0 | 10631 |     - |   599M |   0 | 945 |  58k|  59k| 379 | 12 |   0 |   0 | 1.632500e+02 | 4.300000e+01*| 279.65%| unknown
121.38/122.02	c   8.5s|     1 |     0 | 11732 |     - |   604M |   0 | 945 |  58k|  59k| 407 | 13 |   0 |   0 | 1.450000e+02 | 4.300000e+01*| 237.21%| unknown
121.57/122.21	c   8.7s|     1 |     0 | 12442 |     - |   610M |   0 | 945 |  58k|  59k| 435 | 14 |   0 |   0 | 1.363750e+02 | 4.300000e+01*| 217.15%| unknown
121.67/122.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
121.67/122.39	c   8.9s|     1 |     0 | 13058 |     - |   616M |   0 | 945 |  58k|  59k| 458 | 15 |   0 |   0 | 1.278667e+02 | 4.300000e+01*| 197.36%| unknown
121.86/122.56	c   9.0s|     1 |     0 | 13853 |     - |   622M |   0 | 945 |  58k|  59k| 480 | 16 |   0 |   0 | 1.135833e+02 | 4.300000e+01*| 164.15%| unknown
122.16/122.81	c   9.3s|     1 |     0 | 15172 |     - |   628M |   0 | 945 |  58k|  59k| 497 | 17 |   0 |   0 | 9.883333e+01 | 4.300000e+01*| 129.84%| unknown
122.38/123.02	c   9.5s|     1 |     0 | 16406 |     - |   633M |   0 | 945 |  58k|  59k| 516 | 18 |   0 |   0 | 8.577273e+01 | 4.300000e+01*|  99.47%| unknown
122.38/123.08	c   9.6s|     1 |     0 | 16576 |     - |   639M |   0 | 945 |  58k|  59k| 528 | 19 |   0 |   0 | 7.802273e+01 | 4.300000e+01*|  81.45%| unknown
122.47/123.13	c   9.6s|     1 |     0 | 16714 |     - |   645M |   0 | 945 |  58k|  59k| 539 | 20 |   0 |   0 | 6.477273e+01 | 4.300000e+01*|  50.63%| unknown
122.47/123.19	c   9.7s|     1 |     0 | 16934 |     - |   645M |   0 | 945 |  58k|  59k| 541 | 21 |   0 |   0 | 5.875000e+01 | 4.300000e+01*|  36.63%| unknown
122.56/123.26	c   9.7s|     1 |     0 | 17220 |     - |   646M |   0 | 945 |  58k|  59k| 544 | 22 |   0 |   0 | 5.300000e+01 | 4.300000e+01*|  23.26%| unknown
122.66/123.32	c   9.8s|     1 |     0 | 17429 |     - |   646M |   0 | 945 |  58k|  58k| 548 | 23 |   0 |   0 | 4.585714e+01 | 4.300000e+01*|   6.64%| unknown
122.66/123.35	c   9.8s|     1 |     0 | 17485 |     - |   646M |   0 | 945 |  58k|  58k| 553 | 24 |   0 |   0 | 4.550000e+01 | 4.300000e+01*|   5.81%| unknown
122.66/123.39	c   9.9s|     1 |     0 | 17532 |     - |   646M |   0 | 945 |  58k|  58k| 562 | 25 |   0 |   0 | 4.550000e+01 | 4.300000e+01*|   5.81%| unknown
122.76/123.42	c   9.9s|     1 |     0 | 17586 |     - |   647M |   0 | 945 |  58k|  58k| 567 | 26 |   0 |   0 | 4.500000e+01 | 4.300000e+01*|   4.65%| unknown
122.76/123.46	c   9.9s|     1 |     0 | 17624 |     - |   647M |   0 | 945 |  58k|  58k| 573 | 27 |   0 |   0 | 4.500000e+01 | 4.300000e+01*|   4.65%| unknown
122.76/123.49	c  10.0s|     1 |     0 | 17648 |     - |   647M |   0 | 945 |  58k|  58k| 579 | 28 |   0 |   0 | 4.500000e+01 | 4.300000e+01*|   4.65%| unknown
122.86/123.53	c  10.0s|     1 |     0 | 17708 |     - |   647M |   0 | 945 |  58k|  58k| 585 | 29 |   0 |   0 | 4.500000e+01 | 4.300000e+01*|   4.65%| unknown
122.86/123.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
122.86/123.57	c  10.0s|     1 |     0 | 17756 |     - |   647M |   0 | 945 |  58k|  58k| 594 | 30 |   0 |   0 | 4.500000e+01 | 4.300000e+01*|   4.65%| unknown
122.96/123.61	c  10.1s|     1 |     0 | 17830 |     - |   648M |   0 | 945 |  58k|  58k| 602 | 31 |   0 |   0 | 4.500000e+01 | 4.300000e+01*|   4.65%| unknown
122.96/123.65	c  10.1s|     1 |     0 | 17892 |     - |   648M |   0 | 945 |  58k|  58k| 609 | 32 |   0 |   0 | 4.500000e+01 | 4.300000e+01*|   4.65%| unknown
122.96/123.69	c  10.2s|     1 |     0 | 17929 |     - |   648M |   0 | 945 |  58k|  58k| 614 | 33 |   0 |   0 | 4.500000e+01 | 4.300000e+01*|   4.65%| unknown
123.06/123.73	c  10.2s|     1 |     0 | 17992 |     - |   649M |   0 | 945 |  58k|  58k| 622 | 34 |   0 |   0 | 4.500000e+01 | 4.300000e+01*|   4.65%| unknown
123.06/123.78	c  10.3s|     1 |     0 | 18050 |     - |   649M |   0 | 945 |  58k|  58k| 631 | 35 |   0 |   0 | 4.500000e+01 | 4.300000e+01*|   4.65%| unknown
123.16/123.82	c  10.3s|     1 |     0 | 18107 |     - |   649M |   0 | 945 |  58k|  58k| 638 | 36 |   0 |   0 | 4.500000e+01 | 4.300000e+01*|   4.65%| unknown
124.06/124.77	c  11.2s|     1 |     2 | 18121 |     - |   649M |   0 | 945 |  58k|  58k| 638 | 36 |   0 |  21 | 4.500000e+01 | 4.300000e+01*|   4.65%| unknown
135.72/136.49	c  23.0s|   100 |    87 | 33948 | 160.0 |   684M |  21 | 945 |  59k|  58k| 722 |  2 | 886 | 245 | 4.500000e+01 | 4.300000e+01*|   4.65%| unknown
152.75/153.57	c  40.0s|   200 |   137 | 45874 | 139.5 |   691M |  33 | 945 |  61k|  58k| 761 |  1 |2895 |1244 | 4.500000e+01 | 4.300000e+01*|   4.65%| unknown
163.60/164.43	c  50.9s|   300 |   149 | 54225 | 120.8 |   700M |  33 | 945 |  62k|  58k| 817 |  1 |5047 |1857 | 4.500000e+01 | 4.300000e+01*|   4.65%| unknown
166.49/167.30	c 
166.49/167.30	c SCIP Status        : solving was interrupted [time limit reached]
166.49/167.30	c Solving Time (sec) : 53.79
166.49/167.30	c Solving Nodes      : 365
166.49/167.30	c Primal Bound       : +4.30000000000000e+01 (345 solutions, 0 respecting the objective limit)
166.49/167.30	c Dual Bound         : +4.50000000000000e+01
166.49/167.30	c Gap                : 4.65 %
166.49/167.31	c SCIP status: 23 (TIMELIMIT)
166.49/167.31	c pb_solver_status: sst_sat
166.49/167.31	c LB_goalvalue: 43
166.49/167.31	c UB_goalvalue: 45
166.49/167.31	c # improved by sat (lb/ub): 1, # improved by scip (lb): 0
166.49/167.31	c SCIP returned: sst_sat
166.49/167.31	c SCIP primal LB: 43, dual UB: 45
166.49/167.31	c Try to find a solution more than 43
166.49/167.31	c assumptions: 
166.49/167.31	c invoking solver with time budget: 27.440000
193.90/194.84	c sat_solver_result: sst_unknown
193.90/194.84	c SAT solver timed out; proceeding to cooperative SCIP call
193.90/194.84	c Calling solveScip for cooperative mode with LB_goalvalue:       43, UB_goalvalue: 45
193.90/194.84	c scip solving with time budget: 75.295360
193.90/194.84	c solveScip
193.90/194.84	c initScipForCoop
193.90/194.84	c Coop Mode: Using SCIP obj units for LB/UB: 43, +oo
193.90/194.84	c SCIPfreeTransform due to timeout and having shadow nodes
193.90/194.84	c forcing SCIPfreeTransform before solve
193.90/194.89	c Running SCIP presolve for solve-time propagation (rounds=3)
194.00/194.92	c 10/10 feasible solutions given by solution candidate storage, new primal bound 4.300000e+01
194.00/194.92	c 
194.00/194.93	c presolving:
194.00/194.99	c    (0.1s) running MILP presolver
194.12/195.03	c    (0.1s) MILP presolver found nothing
194.12/195.07	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 58624 upgd conss, 0 impls, 58624 clqs, 0 implints
194.21/195.19	c    (0.3s) probing: 51/945 (5.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
194.21/195.19	c    (0.3s) probing aborted: 50/50 successive totally useless probings
194.50/195.46	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
194.50/195.46	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
194.50/195.46	c  0 implications, 58624 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
194.50/195.46	c presolved problem has 945 variables (945 bin, 0 int, 0 cont) and 58624 constraints
194.50/195.46	c   58624 constraints of type <setppc>
194.50/195.46	c transformed objective value is always integral (scale: 1)
194.50/195.46	c Presolving Time: 0.53
194.60/195.51	c 10/10 feasible solutions given by solution candidate storage, new primal bound 3.500000e+01
194.60/195.51	c 
194.60/195.52	c presolving:
194.60/195.60	c    (0.1s) running MILP presolver
194.70/195.63	c    (0.2s) MILP presolver found nothing
194.70/195.68	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 58624 upgd conss, 0 impls, 58624 clqs, 0 implints
194.90/195.81	c    (0.3s) probing: 51/945 (5.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
194.90/195.81	c    (0.3s) probing aborted: 50/50 successive totally useless probings
195.11/196.08	c    (0.6s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
195.11/196.09	c    (0.6s) no symmetry present (symcode time: 0.00)
195.11/196.10	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
195.11/196.10	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
195.11/196.10	c  0 implications, 58624 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
195.11/196.10	c presolved problem has 945 variables (945 bin, 0 int, 0 cont) and 58624 constraints
195.11/196.10	c   58624 constraints of type <setppc>
195.11/196.10	c transformed objective value is always integral (scale: 1)
195.11/196.10	c Presolving Time: 0.58
195.11/196.11	c transformed 11/11 original solutions to the transformed problem space
195.11/196.11	c 
195.40/196.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
195.40/196.39	c   0.9s|     1 |     0 |   945 |     - |   693M |   0 | 945 |  58k|  58k|   0 |  0 |   0 |   0 | 4.725000e+02 | 3.500000e+01 |1250.00%| unknown
195.80/196.78	c   1.3s|     1 |     0 |  1100 |     - |   697M |   0 | 945 |  58k|  58k|  10 |  1 |   0 |   0 | 4.410000e+02 | 3.500000e+01 |1160.00%| unknown
196.59/197.59	c   2.1s|     1 |     0 |  1283 |     - |   698M |   0 | 945 |  58k|  58k|  38 |  2 |   0 |   0 | 4.110000e+02 | 3.500000e+01 |1074.29%| unknown
197.99/198.95	c   3.5s|     1 |     0 |  1628 |     - |   698M |   0 | 945 |  58k|  58k|  69 |  3 |   0 |   0 | 3.830000e+02 | 3.500000e+01 | 994.29%| unknown
199.58/200.56	c   5.1s|     1 |     0 |  1888 |     - |   698M |   0 | 945 |  58k|  58k|  92 |  4 |   0 |   0 | 3.570000e+02 | 3.500000e+01 | 920.00%| unknown
199.88/200.87	c   5.4s|     1 |     0 |  2205 |     - |   698M |   0 | 945 |  58k|  58k| 119 |  5 |   0 |   0 | 3.335000e+02 | 3.500000e+01 | 852.86%| unknown
200.19/201.15	c   5.7s|     1 |     0 |  2858 |     - |   698M |   0 | 945 |  58k|  58k| 152 |  6 |   0 |   0 | 3.095000e+02 | 3.500000e+01 | 784.29%| unknown
200.48/201.41	c   5.9s|     1 |     0 |  3248 |     - |   698M |   0 | 945 |  58k|  58k| 192 |  7 |   0 |   0 | 2.850000e+02 | 3.500000e+01 | 714.29%| unknown
200.88/201.88	c   6.4s|     1 |     0 |  4332 |     - |   704M |   0 | 945 |  58k|  58k| 222 |  8 |   0 |   0 | 2.682500e+02 | 3.500000e+01 | 666.43%| unknown
201.48/202.44	c   7.0s|     1 |     0 |  5674 |     - |   710M |   0 | 945 |  58k|  58k| 262 |  9 |   0 |   0 | 2.372500e+02 | 3.500000e+01 | 577.86%| unknown
201.87/202.83	c   7.4s|     1 |     0 |  6738 |     - |   717M |   0 | 945 |  58k|  58k| 293 | 10 |   0 |   0 | 2.061250e+02 | 3.500000e+01 | 488.93%| unknown
202.19/203.13	c   7.7s|     1 |     0 |  8010 |     - |   722M |   0 | 945 |  58k|  58k| 325 | 11 |   0 |   0 | 1.895000e+02 | 3.500000e+01 | 441.43%| unknown
202.47/203.43	c   8.0s|     1 |     0 |  9098 |     - |   728M |   0 | 945 |  58k|  58k| 352 | 12 |   0 |   0 | 1.660000e+02 | 3.500000e+01 | 374.29%| unknown
202.77/203.73	c   8.3s|     1 |     0 | 10403 |     - |   734M |   0 | 945 |  58k|  59k| 379 | 13 |   0 |   0 | 1.517500e+02 | 3.500000e+01 | 333.57%| unknown
202.97/203.91	c   8.4s|     1 |     0 | 11035 |     - |   735M |   0 | 945 |  58k|  59k| 403 | 14 |   0 |   0 | 1.370000e+02 | 3.500000e+01 | 291.43%| unknown
203.08/204.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
203.08/204.02	c   8.5s|     1 |     0 | 11421 |     - |   741M |   0 | 945 |  58k|  59k| 426 | 15 |   0 |   0 | 1.303333e+02 | 3.500000e+01 | 272.38%| unknown
203.27/204.28	c   8.8s|     1 |     0 | 12762 |     - |   741M |   0 | 945 |  58k|  59k| 451 | 16 |   0 |   0 | 1.145000e+02 | 3.500000e+01 | 227.14%| unknown
203.37/204.39	c   8.9s|     1 |     0 | 13190 |     - |   747M |   0 | 945 |  58k|  59k| 471 | 17 |   0 |   0 | 9.433333e+01 | 3.500000e+01 | 169.52%| unknown
203.47/204.48	c   9.0s|     1 |     0 | 13559 |     - |   752M |   0 | 945 |  58k|  59k| 488 | 18 |   0 |   0 | 8.766667e+01 | 3.500000e+01 | 150.48%| unknown
203.67/204.64	c   9.2s|     1 |     0 | 14475 |     - |   759M |   0 | 945 |  58k|  59k| 505 | 19 |   0 |   0 | 8.258333e+01 | 3.500000e+01 | 135.95%| unknown
203.77/204.78	c   9.3s|     1 |     0 | 15364 |     - |   764M |   0 | 945 |  58k|  59k| 519 | 20 |   0 |   0 | 6.775000e+01 | 3.500000e+01 |  93.57%| unknown
203.87/204.86	c   9.4s|     1 |     0 | 15786 |     - |   764M |   0 | 945 |  58k|  59k| 525 | 21 |   0 |   0 | 5.400000e+01 | 3.500000e+01 |  54.29%| unknown
203.97/204.90	c   9.4s|     1 |     0 | 15843 |     - |   764M |   0 | 945 |  58k|  59k| 527 | 22 |   0 |   0 | 4.750000e+01 | 3.500000e+01 |  35.71%| unknown
203.97/204.93	c   9.5s|     1 |     0 | 15888 |     - |   764M |   0 | 945 |  58k|  58k| 528 | 23 |   0 |   0 | 4.716667e+01 | 3.500000e+01 |  34.76%| unknown
203.97/204.96	c   9.5s|     1 |     0 | 15901 |     - |   764M |   0 | 945 |  58k|  58k| 532 | 24 |   0 |   0 | 4.650000e+01 | 3.500000e+01 |  32.86%| unknown
203.97/205.00	c   9.5s|     1 |     0 | 15970 |     - |   765M |   0 | 945 |  58k|  58k| 537 | 25 |   0 |   0 | 4.650000e+01 | 3.500000e+01 |  32.86%| unknown
204.08/205.03	c   9.6s|     1 |     0 | 16008 |     - |   765M |   0 | 945 |  58k|  58k| 544 | 26 |   0 |   0 | 4.650000e+01 | 3.500000e+01 |  32.86%| unknown
204.08/205.07	c   9.6s|     1 |     0 | 16072 |     - |   766M |   0 | 945 |  58k|  58k| 549 | 27 |   0 |   0 | 4.650000e+01 | 3.500000e+01 |  32.86%| unknown
204.18/205.12	c   9.6s|     1 |     0 | 16154 |     - |   766M |   0 | 945 |  58k|  58k| 555 | 28 |   0 |   0 | 4.650000e+01 | 3.500000e+01 |  32.86%| unknown
204.18/205.16	c   9.7s|     1 |     0 | 16215 |     - |   767M |   0 | 945 |  58k|  58k| 562 | 29 |   0 |   0 | 4.638889e+01 | 3.500000e+01 |  32.54%| unknown
204.26/205.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
204.26/205.21	c   9.7s|     1 |     0 | 16284 |     - |   767M |   0 | 945 |  58k|  58k| 569 | 30 |   0 |   0 | 4.638889e+01 | 3.500000e+01 |  32.54%| unknown
204.26/205.26	c   9.8s|     1 |     0 | 16370 |     - |   767M |   0 | 945 |  58k|  58k| 577 | 31 |   0 |   0 | 4.625000e+01 | 3.500000e+01 |  32.14%| unknown
204.36/205.30	c   9.8s|     1 |     0 | 16432 |     - |   767M |   0 | 945 |  58k|  58k| 582 | 32 |   0 |   0 | 4.625000e+01 | 3.500000e+01 |  32.14%| unknown
204.36/205.34	c   9.9s|     1 |     0 | 16488 |     - |   767M |   0 | 945 |  58k|  58k| 591 | 33 |   0 |   0 | 4.625000e+01 | 3.500000e+01 |  32.14%| unknown
204.36/205.38	c   9.9s|     1 |     0 | 16535 |     - |   768M |   0 | 945 |  58k|  58k| 598 | 34 |   0 |   0 | 4.625000e+01 | 3.500000e+01 |  32.14%| unknown
204.46/205.43	c  10.0s|     1 |     0 | 16591 |     - |   768M |   0 | 945 |  58k|  58k| 608 | 35 |   0 |   0 | 4.625000e+01 | 3.500000e+01 |  32.14%| unknown
204.46/205.46	c  10.0s|     1 |     0 | 16620 |     - |   768M |   0 | 945 |  58k|  58k| 614 | 36 |   0 |   0 | 4.625000e+01 | 3.500000e+01 |  32.14%| unknown
204.56/205.51	c  10.0s|     1 |     0 | 16692 |     - |   769M |   0 | 945 |  58k|  58k| 622 | 37 |   0 |   0 | 4.625000e+01 | 3.500000e+01 |  32.14%| unknown
204.56/205.57	c  10.1s|     1 |     0 | 16786 |     - |   769M |   0 | 945 |  58k|  58k| 628 | 38 |   0 |   0 | 4.550000e+01 | 3.500000e+01 |  30.00%| unknown
204.66/205.61	c  10.1s|     1 |     0 | 16828 |     - |   769M |   0 | 945 |  58k|  58k| 633 | 39 |   0 |   0 | 4.550000e+01 | 3.500000e+01 |  30.00%| unknown
204.66/205.65	c  10.2s|     1 |     0 | 16887 |     - |   770M |   0 | 945 |  58k|  58k| 644 | 40 |   0 |   0 | 4.550000e+01 | 3.500000e+01 |  30.00%| unknown
204.76/205.70	c  10.2s|     1 |     0 | 16926 |     - |   770M |   0 | 945 |  58k|  58k| 650 | 41 |   0 |   0 | 4.550000e+01 | 3.500000e+01 |  30.00%| unknown
204.76/205.75	c  10.3s|     1 |     0 | 17002 |     - |   770M |   0 | 945 |  58k|  58k| 659 | 42 |   0 |   0 | 4.550000e+01 | 3.500000e+01 |  30.00%| unknown
204.76/205.79	c  10.3s|     1 |     0 | 17047 |     - |   771M |   0 | 945 |  58k|  58k| 668 | 43 |   0 |   0 | 4.550000e+01 | 3.500000e+01 |  30.00%| unknown
204.86/205.83	c  10.4s|     1 |     0 | 17096 |     - |   771M |   0 | 945 |  58k|  58k| 672 | 44 |   0 |   0 | 4.550000e+01 | 3.500000e+01 |  30.00%| unknown
204.86/205.89	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
204.86/205.89	c  10.4s|     1 |     0 | 17166 |     - |   771M |   0 | 945 |  58k|  58k| 680 | 45 |   0 |   0 | 4.550000e+01 | 3.500000e+01 |  30.00%| unknown
204.96/205.93	c  10.5s|     1 |     0 | 17212 |     - |   772M |   0 | 945 |  58k|  58k| 687 | 46 |   0 |   0 | 4.550000e+01 | 3.500000e+01 |  30.00%| unknown
204.96/205.99	c  10.5s|     1 |     0 | 17297 |     - |   772M |   0 | 945 |  58k|  58k| 695 | 47 |   0 |   0 | 4.500000e+01 | 3.500000e+01 |  28.57%| unknown
205.07/206.04	c  10.6s|     1 |     0 | 17353 |     - |   772M |   0 | 945 |  58k|  58k| 703 | 48 |   0 |   0 | 4.500000e+01 | 3.500000e+01 |  28.57%| unknown
205.07/206.08	c  10.6s|     1 |     0 | 17405 |     - |   773M |   0 | 945 |  58k|  58k| 714 | 49 |   0 |   0 | 4.500000e+01 | 3.500000e+01 |  28.57%| unknown
205.17/206.14	c  10.7s|     1 |     0 | 17469 |     - |   773M |   0 | 945 |  58k|  58k| 722 | 50 |   0 |   0 | 4.500000e+01 | 3.500000e+01 |  28.57%| unknown
205.17/206.19	c  10.7s|     1 |     0 | 17533 |     - |   774M |   0 | 945 |  58k|  58k| 730 | 51 |   0 |   0 | 4.500000e+01 | 3.500000e+01 |  28.57%| unknown
205.26/206.24	c  10.8s|     1 |     0 | 17587 |     - |   774M |   0 | 945 |  58k|  58k| 736 | 52 |   0 |   0 | 4.500000e+01 | 3.500000e+01 |  28.57%| unknown
205.26/206.30	c  10.8s|     1 |     0 | 17653 |     - |   775M |   0 | 945 |  58k|  58k| 744 | 53 |   0 |   0 | 4.500000e+01 | 3.500000e+01 |  28.57%| unknown
205.36/206.35	c  10.9s|     1 |     0 | 17707 |     - |   775M |   0 | 945 |  58k|  58k| 752 | 54 |   0 |   0 | 4.500000e+01 | 3.500000e+01 |  28.57%| unknown
205.36/206.39	c  10.9s|     1 |     0 | 17757 |     - |   775M |   0 | 945 |  58k|  58k| 760 | 55 |   0 |   0 | 4.500000e+01 | 3.500000e+01 |  28.57%| unknown
205.46/206.45	c  11.0s|     1 |     0 | 17821 |     - |   776M |   0 | 945 |  58k|  58k| 769 | 56 |   0 |   0 | 4.500000e+01 | 3.500000e+01 |  28.57%| unknown
205.56/206.50	c  11.0s|     1 |     0 | 17865 |     - |   776M |   0 | 945 |  58k|  58k| 775 | 57 |   0 |   0 | 4.500000e+01 | 3.500000e+01 |  28.57%| unknown
209.45/210.46	c  15.0s|     1 |     2 | 17882 |     - |   777M |   0 | 945 |  58k|  58k| 775 | 57 |   0 |  29 | 4.500000e+01 | 3.500000e+01 |  28.57%| unknown
217.52/218.59	c o23.1s|    35 |    36 | 28559 | 314.5 |objpscos|  12 | 945 |  58k|  58k| 827 |  1 |  22 | 169 | 4.500000e+01 | 3.700000e+01 |  21.62%| unknown
232.75/233.82	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
232.75/233.82	c  38.3s|   100 |    95 | 35869 | 181.9 |   814M |  34 | 945 |  58k|  58k| 877 |  1 | 142 | 963 | 4.500000e+01 | 3.700000e+01 |  21.62%| unknown
242.61/243.71	c  48.2s|   200 |   153 | 41339 | 118.0 |   814M |  34 | 945 |  58k|  58k| 900 |  1 | 222 |1508 | 4.500000e+01 | 3.700000e+01 |  21.62%| unknown
250.58/251.71	c  56.2s|   300 |   217 | 47312 |  98.5 |   835M |  34 | 945 |  58k|  58k| 940 |  1 | 227 |1740 | 4.500000e+01 | 3.700000e+01 |  21.62%| unknown
252.58/253.71	c  58.2s|   400 |   283 | 52589 |  87.0 |   837M |  35 | 945 |  58k|  58k| 960 |  1 | 227 |1771 | 4.500000e+01 | 3.700000e+01 |  21.62%| unknown
255.16/256.36	c  60.9s|   500 |   347 | 57639 |  79.7 |   845M |  38 | 945 |  58k|  58k| 987 |  1 | 227 |1838 | 4.500000e+01 | 3.700000e+01 |  21.62%| unknown
258.45/259.63	c  64.2s|   600 |   405 | 61799 |  73.3 |   853M |  40 | 945 |  58k|  58k|1025 |  1 | 227 |1899 | 4.500000e+01 | 3.700000e+01 |  21.62%| unknown
260.25/261.47	c  66.0s|   700 |   451 | 66453 |  69.5 |   854M |  40 | 945 |  58k|  58k|1044 |  0 | 227 |1908 | 4.500000e+01 | 3.700000e+01 |  21.62%| unknown
263.95/265.15	c  69.7s|   800 |   485 | 69821 |  65.0 |   878M |  43 | 945 |  58k|  58k|1078 |  0 | 227 |1909 | 4.500000e+01 | 3.700000e+01 |  21.62%| unknown
269.52/270.77	c 
269.52/270.77	c SCIP Status        : solving was interrupted [time limit reached]
269.52/270.77	c Solving Time (sec) : 75.30
269.52/270.77	c Solving Nodes      : 894
269.52/270.77	c Primal Bound       : +3.70000000000000e+01 (476 solutions)
269.52/270.77	c Dual Bound         : +4.49999999999998e+01
269.52/270.77	c Gap                : 21.62 %
269.52/270.78	c SCIP status: 23 (TIMELIMIT)
269.52/270.78	c solveScip: freeing transform (!can_skip_free_transform)
269.62/270.83	c pb_solver_status: sst_sat
269.62/270.83	c LB_goalvalue: 43
269.62/270.83	c UB_goalvalue: 45
269.62/270.83	c Both SAT and SCIP timed out; boosting budgets to sat=54.880000 scip=210.827008
269.62/270.83	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
269.62/270.83	c SCIP returned: sst_sat
269.62/270.83	c SCIP primal LB: 37, dual UB: 45
269.62/270.83	c Try to find a solution more than 43
269.62/270.83	c assumptions: 
269.62/270.83	c invoking solver with time budget: 54.880000
324.43/325.89	c sat_solver_result: sst_unknown
324.43/325.89	c SAT solver timed out; proceeding to cooperative SCIP call
324.43/325.89	c Calling solveScip for cooperative mode with LB_goalvalue:       43, UB_goalvalue: 45
324.43/325.89	c scip solving with time budget: 210.827008
324.43/325.89	c solveScip
324.43/325.89	c initScipForCoop
324.43/325.89	c Coop Mode: Using SCIP obj units for LB/UB: 43, +oo
324.54/325.92	c 10/10 feasible solutions given by solution candidate storage, new primal bound 4.300000e+01
324.54/325.92	c 
324.54/325.93	c presolving:
324.54/326.00	c    (0.1s) running MILP presolver
324.65/326.04	c    (0.2s) MILP presolver found nothing
324.65/326.08	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 58624 upgd conss, 0 impls, 58624 clqs, 0 implints
324.84/326.22	c    (0.3s) probing: 51/945 (5.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
324.84/326.22	c    (0.3s) probing aborted: 50/50 successive totally useless probings
325.04/326.48	c    (0.6s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
325.04/326.49	c    (0.6s) no symmetry present (symcode time: 0.00)
325.14/326.50	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
325.14/326.50	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
325.14/326.50	c  0 implications, 58624 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
325.14/326.50	c presolved problem has 945 variables (945 bin, 0 int, 0 cont) and 58624 constraints
325.14/326.50	c   58624 constraints of type <setppc>
325.14/326.50	c transformed objective value is always integral (scale: 1)
325.14/326.50	c Presolving Time: 0.57
325.14/326.51	c transformed 11/11 original solutions to the transformed problem space
325.14/326.51	c 
325.34/326.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
325.34/326.79	c   0.9s|     1 |     0 |   945 |     - |   888M |   0 | 945 |  58k|  58k|   0 |  0 |   0 |   0 | 4.725000e+02 | 4.300000e+01*| 998.84%| unknown
325.75/327.18	c   1.3s|     1 |     0 |  1100 |     - |   892M |   0 | 945 |  58k|  58k|  10 |  1 |   0 |   0 | 4.410000e+02 | 4.300000e+01*| 925.58%| unknown
326.53/327.98	c   2.1s|     1 |     0 |  1283 |     - |   892M |   0 | 945 |  58k|  58k|  38 |  2 |   0 |   0 | 4.110000e+02 | 4.300000e+01*| 855.81%| unknown
327.83/329.29	c   3.4s|     1 |     0 |  1628 |     - |   892M |   0 | 945 |  58k|  58k|  69 |  3 |   0 |   0 | 3.830000e+02 | 4.300000e+01*| 790.70%| unknown
329.52/330.97	c   5.1s|     1 |     0 |  1888 |     - |   892M |   0 | 945 |  58k|  58k|  92 |  4 |   0 |   0 | 3.570000e+02 | 4.300000e+01*| 730.23%| unknown
329.82/331.27	c   5.4s|     1 |     0 |  2205 |     - |   892M |   0 | 945 |  58k|  58k| 119 |  5 |   0 |   0 | 3.335000e+02 | 4.300000e+01*| 675.58%| unknown
330.12/331.54	c   5.7s|     1 |     0 |  2803 |     - |   892M |   0 | 945 |  58k|  58k| 152 |  6 |   0 |   0 | 3.095000e+02 | 4.300000e+01*| 619.77%| unknown
330.52/331.99	c   6.1s|     1 |     0 |  3957 |     - |   892M |   0 | 945 |  58k|  58k| 185 |  7 |   0 |   0 | 2.690000e+02 | 4.300000e+01*| 525.58%| unknown
330.92/332.36	c   6.5s|     1 |     0 |  4669 |     - |   892M |   0 | 945 |  58k|  58k| 228 |  8 |   0 |   0 | 2.455000e+02 | 4.300000e+01*| 470.93%| unknown
331.42/332.88	c   7.0s|     1 |     0 |  6019 |     - |   893M |   0 | 945 |  58k|  58k| 273 |  9 |   0 |   0 | 2.242500e+02 | 4.300000e+01*| 421.51%| unknown
332.01/333.41	c   7.5s|     1 |     0 |  7399 |     - |   893M |   0 | 945 |  58k|  58k| 310 | 10 |   0 |   0 | 2.027500e+02 | 4.300000e+01*| 371.51%| unknown
332.31/333.78	c   7.9s|     1 |     0 |  8653 |     - |   893M |   0 | 945 |  58k|  58k| 345 | 11 |   0 |   0 | 1.792500e+02 | 4.300000e+01*| 316.86%| unknown
332.81/334.29	c   8.4s|     1 |     0 | 10631 |     - |   893M |   0 | 945 |  58k|  59k| 379 | 12 |   0 |   0 | 1.632500e+02 | 4.300000e+01*| 279.65%| unknown
333.21/334.61	c   8.7s|     1 |     0 | 11732 |     - |   893M |   0 | 945 |  58k|  59k| 407 | 13 |   0 |   0 | 1.450000e+02 | 4.300000e+01*| 237.21%| unknown
333.41/334.80	c   8.9s|     1 |     0 | 12442 |     - |   893M |   0 | 945 |  58k|  59k| 435 | 14 |   0 |   0 | 1.363750e+02 | 4.300000e+01*| 217.15%| unknown
333.51/334.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
333.51/334.98	c   9.1s|     1 |     0 | 13058 |     - |   893M |   0 | 945 |  58k|  59k| 458 | 15 |   0 |   0 | 1.278667e+02 | 4.300000e+01*| 197.36%| unknown
333.72/335.15	c   9.3s|     1 |     0 | 13853 |     - |   893M |   0 | 945 |  58k|  59k| 480 | 16 |   0 |   0 | 1.135833e+02 | 4.300000e+01*| 164.15%| unknown
334.01/335.40	c   9.5s|     1 |     0 | 15172 |     - |   893M |   0 | 945 |  58k|  59k| 497 | 17 |   0 |   0 | 9.883333e+01 | 4.300000e+01*| 129.84%| unknown
334.21/335.61	c   9.7s|     1 |     0 | 16406 |     - |   893M |   0 | 945 |  58k|  59k| 516 | 18 |   0 |   0 | 8.577273e+01 | 4.300000e+01*|  99.47%| unknown
334.21/335.67	c   9.8s|     1 |     0 | 16576 |     - |   893M |   0 | 945 |  58k|  59k| 528 | 19 |   0 |   0 | 7.802273e+01 | 4.300000e+01*|  81.45%| unknown
334.30/335.73	c   9.8s|     1 |     0 | 16714 |     - |   893M |   0 | 945 |  58k|  59k| 539 | 20 |   0 |   0 | 6.477273e+01 | 4.300000e+01*|  50.63%| unknown
334.30/335.79	c   9.9s|     1 |     0 | 16934 |     - |   893M |   0 | 945 |  58k|  59k| 541 | 21 |   0 |   0 | 5.875000e+01 | 4.300000e+01*|  36.63%| unknown
334.40/335.85	c  10.0s|     1 |     0 | 17220 |     - |   893M |   0 | 945 |  58k|  59k| 544 | 22 |   0 |   0 | 5.300000e+01 | 4.300000e+01*|  23.26%| unknown
334.50/335.91	c  10.0s|     1 |     0 | 17429 |     - |   893M |   0 | 945 |  58k|  58k| 548 | 23 |   0 |   0 | 4.585714e+01 | 4.300000e+01*|   6.64%| unknown
334.50/335.95	c  10.1s|     1 |     0 | 17485 |     - |   893M |   0 | 945 |  58k|  58k| 553 | 24 |   0 |   0 | 4.550000e+01 | 4.300000e+01*|   5.81%| unknown
334.50/335.98	c  10.1s|     1 |     0 | 17532 |     - |   893M |   0 | 945 |  58k|  58k| 562 | 25 |   0 |   0 | 4.550000e+01 | 4.300000e+01*|   5.81%| unknown
334.62/336.02	c  10.1s|     1 |     0 | 17586 |     - |   893M |   0 | 945 |  58k|  58k| 567 | 26 |   0 |   0 | 4.500000e+01 | 4.300000e+01*|   4.65%| unknown
334.62/336.06	c  10.2s|     1 |     0 | 17624 |     - |   893M |   0 | 945 |  58k|  58k| 573 | 27 |   0 |   0 | 4.500000e+01 | 4.300000e+01*|   4.65%| unknown
334.62/336.09	c  10.2s|     1 |     0 | 17648 |     - |   893M |   0 | 945 |  58k|  58k| 579 | 28 |   0 |   0 | 4.500000e+01 | 4.300000e+01*|   4.65%| unknown
334.72/336.14	c  10.3s|     1 |     0 | 17708 |     - |   893M |   0 | 945 |  58k|  58k| 585 | 29 |   0 |   0 | 4.500000e+01 | 4.300000e+01*|   4.65%| unknown
334.72/336.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
334.72/336.18	c  10.3s|     1 |     0 | 17756 |     - |   893M |   0 | 945 |  58k|  58k| 594 | 30 |   0 |   0 | 4.500000e+01 | 4.300000e+01*|   4.65%| unknown
334.80/336.22	c  10.3s|     1 |     0 | 17830 |     - |   893M |   0 | 945 |  58k|  58k| 602 | 31 |   0 |   0 | 4.500000e+01 | 4.300000e+01*|   4.65%| unknown
334.80/336.26	c  10.4s|     1 |     0 | 17892 |     - |   893M |   0 | 945 |  58k|  58k| 609 | 32 |   0 |   0 | 4.500000e+01 | 4.300000e+01*|   4.65%| unknown
334.90/336.30	c  10.4s|     1 |     0 | 17929 |     - |   893M |   0 | 945 |  58k|  58k| 614 | 33 |   0 |   0 | 4.500000e+01 | 4.300000e+01*|   4.65%| unknown
334.90/336.35	c  10.5s|     1 |     0 | 17992 |     - |   893M |   0 | 945 |  58k|  58k| 622 | 34 |   0 |   0 | 4.500000e+01 | 4.300000e+01*|   4.65%| unknown
335.00/336.40	c  10.5s|     1 |     0 | 18050 |     - |   893M |   0 | 945 |  58k|  58k| 631 | 35 |   0 |   0 | 4.500000e+01 | 4.300000e+01*|   4.65%| unknown
335.00/336.44	c  10.6s|     1 |     0 | 18107 |     - |   893M |   0 | 945 |  58k|  58k| 638 | 36 |   0 |   0 | 4.500000e+01 | 4.300000e+01*|   4.65%| unknown
336.00/337.40	c  11.5s|     1 |     2 | 18121 |     - |   893M |   0 | 945 |  58k|  58k| 638 | 36 |   0 |  21 | 4.500000e+01 | 4.300000e+01*|   4.65%| unknown
356.12/357.61	c  31.7s|   100 |    83 | 37613 | 197.0 |   918M |  21 | 945 |  59k|  58k| 733 |  6 |1043 | 650 | 4.500000e+01 | 4.300000e+01*|   4.65%| unknown
382.02/383.66	c  57.8s|   200 |   117 | 46506 | 142.7 |   980M |  25 | 945 |  61k|  58k| 974 |  1 |2999 |1526 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.24%
395.37/397.05	c  71.2s|   300 |   147 | 54182 | 120.7 |  1003M |  25 | 945 |  61k|  58k|1101 |  0 |3684 |1811 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.29%
404.73/406.41	c  80.5s|   400 |   174 | 60078 | 105.2 |  1004M |  28 | 945 |  62k|  58k|1238 |  1 |4848 |2076 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.36%
412.60/414.35	c  88.5s|   500 |   196 | 65586 |  95.1 |  1004M |  36 | 945 |  63k|  58k|1324 |  1 |5431 |2220 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.40%
415.78/417.53	c  91.6s|   600 |   215 | 69013 |  85.0 |  1011M |  36 | 945 |  63k|  58k|1377 |  1 |5619 |2254 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.43%
418.48/420.27	c  94.4s|   700 |   237 | 73170 |  78.8 |  1018M |  36 | 945 |  63k|  58k|1428 |  1 |5858 |2298 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.44%
420.47/422.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
420.47/422.24	c  96.4s|   800 |   259 | 76374 |  72.9 |  1018M |  36 | 945 |  63k|  58k|1455 |  1 |5876 |2319 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.44%
421.67/423.47	c  97.6s|   900 |   273 | 79130 |  67.9 |  1018M |  36 | 945 |  63k|  58k|1462 |  0 |5984 |2344 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.45%
422.66/424.44	c  98.6s|  1000 |   279 | 80791 |  62.7 |  1018M |  36 | 945 |  63k|  58k|1478 |  1 |6084 |2361 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.45%
424.85/426.65	c   101s|  1100 |   287 | 84552 |  60.5 |  1025M |  36 | 945 |  63k|  58k|1506 |  2 |6241 |2411 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.47%
428.35/430.13	c   104s|  1189 |   318 | 88426 |  59.2 |  1032M |  36 | 945 |  63k|  58k|1561 |  1 |6416 |2437 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.47%
428.74/430.53	c   105s|  1200 |   329 | 89442 |  59.5 |  1055M |  36 | 945 |  63k|  58k|1569 |  1 |6467 |2445 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.47%
432.42/434.21	c   108s|  1300 |   379 | 94684 |  59.0 |  1056M |  36 | 945 |  63k|  58k|1597 |  2 |6661 |2490 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.47%
440.40/442.25	c   116s|  1400 |   411 | 99656 |  58.3 |  1058M |  36 | 945 |  63k|  58k|1688 |  0 |6826 |2536 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.48%
444.38/446.26	c   120s|  1500 |   445 |104976 |  58.0 |  1066M |  36 | 945 |  63k|  58k|1749 |  1 |6977 |2567 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.48%
449.66/451.54	c   126s|  1600 |   501 |111510 |  58.4 |  1068M |  36 | 945 |  63k|  58k|1797 |  1 |7259 |2624 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.49%
450.85/452.76	c   127s|  1700 |   527 |114783 |  56.9 |  1068M |  36 | 945 |  63k|  58k|1801 |  0 |7365 |2640 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.49%
453.75/455.68	c   130s|  1800 |   553 |118461 |  55.8 |  1068M |  36 | 945 |  63k|  58k|1841 |  1 |7504 |2687 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.49%
460.02/462.00	c   136s|  1900 |   581 |124357 |  56.0 |  1070M |  37 | 945 |  63k|  58k|1931 |  0 |7812 |2761 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.51%
461.71/463.60	c   138s|  2000 |   623 |128818 |  55.4 |  1077M |  37 | 945 |  63k|  58k|1953 |  0 |7995 |2784 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.51%
464.70/466.66	c   141s|  2100 |   643 |132578 |  54.5 |  1095M |  40 | 945 |  63k|  58k|2007 |  1 |8080 |2796 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.51%
471.09/473.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
471.09/473.08	c   147s|  2200 |   691 |139621 |  55.3 |  1098M |  40 | 945 |  63k|  58k|2108 |  1 |8235 |2874 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.52%
473.08/475.09	c   149s|  2300 |   713 |143314 |  54.5 |  1099M |  40 | 945 |  63k|  58k|2138 |  0 |8290 |2906 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.52%
474.56/476.59	c   151s|  2400 |   725 |146374 |  53.5 |  1101M |  40 | 945 |  63k|  58k|2202 |  0 |8375 |2928 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.52%
476.35/478.34	c   152s|  2500 |   761 |151265 |  53.3 |  1101M |  40 | 945 |  63k|  58k|2238 |  1 |8443 |2939 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.53%
477.95/479.93	c   154s|  2600 |   793 |155231 |  52.8 |  1102M |  40 | 945 |  63k|  58k|2288 |  2 |8510 |2944 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.53%
480.24/482.24	c   156s|  2700 |   829 |159278 |  52.3 |  1106M |  40 | 945 |  62k|  58k|2337 |  0 |8586 |2950 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.53%
481.44/483.47	c   158s|  2800 |   863 |163190 |  51.8 |  1107M |  40 | 945 |  63k|  58k|2348 |  2 |8706 |2963 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.53%
484.43/486.41	c   161s|  2900 |   889 |166501 |  51.2 |  1108M |  40 | 945 |  62k|  58k|2401 |  1 |8752 |2973 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.53%
486.22/488.23	c   162s|  3000 |   905 |169440 |  50.5 |  1110M |  40 | 945 |  62k|  58k|2427 |  0 |8808 |2985 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.54%
489.21/491.25	c   165s|  3100 |   945 |174310 |  50.4 |  1112M |  40 | 945 |  62k|  58k|2469 |  1 |8927 |3002 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.57%
491.40/493.41	c   168s|  3200 |   973 |179054 |  50.3 |  1114M |  40 | 945 |  62k|  58k|2497 |  1 |9047 |3021 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.57%
492.79/494.87	c   169s|  3300 |  1003 |183549 |  50.1 |  1114M |  40 | 945 |  62k|  58k|2513 |  0 |9178 |3039 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.58%
495.00/497.02	c   171s|  3400 |  1025 |186874 |  49.7 |  1114M |  40 | 945 |  62k|  58k|2557 |  0 |9226 |3044 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.58%
499.57/501.65	c   176s|  3500 |  1063 |190464 |  49.3 |  1115M |  40 | 945 |  62k|  58k|2590 |  1 |9323 |3076 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.59%
500.86/502.94	c   177s|  3600 |  1085 |193801 |  48.8 |  1115M |  40 | 945 |  62k|  58k|2598 |  1 |9419 |3093 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.60%
502.16/504.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
502.16/504.21	c   178s|  3700 |  1111 |197205 |  48.4 |  1115M |  40 | 945 |  62k|  58k|2602 |  1 |9529 |3115 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.60%
505.54/507.65	c   182s|  3800 |  1135 |201481 |  48.3 |  1123M |  40 | 945 |  62k|  58k|2647 |  0 |9633 |3145 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.62%
508.33/510.44	c   185s|  3900 |  1147 |204073 |  47.7 |  1123M |  40 | 945 |  62k|  58k|2693 |  1 |9744 |3158 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.62%
510.53/512.67	c   187s|  4000 |  1159 |206459 |  47.1 |  1123M |  40 | 945 |  62k|  58k|2728 |  0 |9773 |3165 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.64%
511.82/514.00	c   188s|  4100 |  1179 |210844 |  47.0 |  1123M |  40 | 945 |  62k|  58k|2742 |  0 |9817 |3173 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.64%
516.10/518.28	c   192s|  4200 |  1239 |216339 |  47.2 |  1125M |  40 | 945 |  62k|  58k|2804 |  1 |  10k|3263 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.65%
517.91/520.07	c   194s|  4300 |  1281 |221060 |  47.2 |  1125M |  40 | 945 |  63k|  58k|2835 |  2 |  10k|3294 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.65%
519.19/521.38	c   195s|  4400 |  1323 |225213 |  47.1 |  1127M |  40 | 945 |  63k|  58k|2848 |  1 |  10k|3305 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.65%
520.19/522.31	c   196s|  4500 |  1351 |228390 |  46.7 |  1127M |  40 | 945 |  63k|  58k|2854 |  2 |  10k|3307 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.65%
523.48/525.68	c   200s|  4600 |  1369 |231975 |  46.5 |  1151M |  44 | 945 |  63k|  58k|2906 |  1 |  10k|3310 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.65%
530.75/532.94	c   207s|  4700 |  1383 |236611 |  46.5 |  1199M |  44 | 945 |  63k|  58k|3130 |  0 |  10k|3313 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.65%
533.44/535.63	c   210s|  4800 |  1411 |240169 |  46.3 |  1199M |  44 | 945 |  63k|  58k|3209 |  1 |  10k|3318 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.68%
534.53/536.71	c 
534.53/536.71	c SCIP Status        : solving was interrupted [time limit reached]
534.53/536.71	c Solving Time (sec) : 210.83
534.53/536.71	c Solving Nodes      : 4803
534.53/536.71	c Primal Bound       : +4.30000000000000e+01 (600 solutions, 0 respecting the objective limit)
534.53/536.71	c Dual Bound         : +4.50000000000000e+01
534.53/536.71	c Gap                : 4.65 %
534.53/536.72	c SCIP status: 23 (TIMELIMIT)
534.53/536.72	c pb_solver_status: sst_sat
534.53/536.72	c LB_goalvalue: 43
534.53/536.72	c UB_goalvalue: 45
534.53/536.72	c Both SAT and SCIP timed out; boosting budgets to sat=109.760000 scip=590.315622
534.53/536.72	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
534.53/536.72	c SCIP returned: sst_sat
534.53/536.72	c SCIP primal LB: 43, dual UB: 45
534.53/536.72	c Try to find a solution more than 43
534.53/536.72	c assumptions: 
534.53/536.72	c invoking solver with time budget: 109.760000
644.25/646.85	c sat_solver_result: sst_unknown
644.25/646.85	c SAT solver timed out; proceeding to cooperative SCIP call
644.25/646.85	c Calling solveScip for cooperative mode with LB_goalvalue:       43, UB_goalvalue: 45
644.25/646.85	c scip solving with time budget: 590.315622
644.25/646.85	c solveScip
644.25/646.85	c initScipForCoop
644.25/646.85	c Coop Mode: Using SCIP obj units for LB/UB: 43, +oo
644.25/646.85	c SCIPfreeTransform due to timeout and having shadow nodes
644.25/646.85	c forcing SCIPfreeTransform before solve
644.35/646.92	c Running SCIP presolve for solve-time propagation (rounds=3)
644.35/646.95	c 10/10 feasible solutions given by solution candidate storage, new primal bound 4.300000e+01
644.35/646.95	c 
644.35/646.96	c presolving:
644.47/647.02	c    (0.1s) running MILP presolver
644.47/647.05	c    (0.1s) MILP presolver found nothing
644.47/647.10	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 58624 upgd conss, 0 impls, 58624 clqs, 0 implints
644.65/647.22	c    (0.3s) probing: 51/945 (5.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
644.65/647.22	c    (0.3s) probing aborted: 50/50 successive totally useless probings
644.85/647.48	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
644.85/647.48	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
644.85/647.48	c  0 implications, 58624 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
644.85/647.48	c presolved problem has 945 variables (945 bin, 0 int, 0 cont) and 58624 constraints
644.85/647.48	c   58624 constraints of type <setppc>
644.85/647.48	c transformed objective value is always integral (scale: 1)
644.85/647.48	c Presolving Time: 0.53
644.95/647.54	c 10/10 feasible solutions given by solution candidate storage, new primal bound 3.800000e+01
644.95/647.54	c 
644.95/647.54	c presolving:
645.05/647.62	c    (0.1s) running MILP presolver
645.05/647.66	c    (0.2s) MILP presolver found nothing
645.15/647.71	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 58624 upgd conss, 0 impls, 58624 clqs, 0 implints
645.25/647.85	c    (0.3s) probing: 51/945 (5.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
645.25/647.85	c    (0.3s) probing aborted: 50/50 successive totally useless probings
645.56/648.11	c    (0.6s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
645.56/648.13	c    (0.6s) no symmetry present (symcode time: 0.00)
645.56/648.13	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
645.56/648.13	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
645.56/648.13	c  0 implications, 58624 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
645.56/648.13	c presolved problem has 945 variables (945 bin, 0 int, 0 cont) and 58624 constraints
645.56/648.13	c   58624 constraints of type <setppc>
645.56/648.13	c transformed objective value is always integral (scale: 1)
645.56/648.13	c Presolving Time: 0.59
645.56/648.15	c transformed 11/11 original solutions to the transformed problem space
645.56/648.15	c 
645.85/648.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
645.85/648.42	c   0.9s|     1 |     0 |   945 |     - |  1182M |   0 | 945 |  58k|  58k|   0 |  0 |   0 |   0 | 4.725000e+02 | 3.800000e+01 |1143.42%| unknown
646.25/648.82	c   1.3s|     1 |     0 |  1100 |     - |  1186M |   0 | 945 |  58k|  58k|  10 |  1 |   0 |   0 | 4.410000e+02 | 3.800000e+01 |1060.53%| unknown
647.04/649.63	c   2.1s|     1 |     0 |  1283 |     - |  1186M |   0 | 945 |  58k|  58k|  38 |  2 |   0 |   0 | 4.110000e+02 | 3.800000e+01 | 981.58%| unknown
648.34/651.01	c   3.5s|     1 |     0 |  1628 |     - |  1186M |   0 | 945 |  58k|  58k|  69 |  3 |   0 |   0 | 3.830000e+02 | 3.800000e+01 | 907.89%| unknown
649.93/652.55	c   5.0s|     1 |     0 |  1888 |     - |  1186M |   0 | 945 |  58k|  58k|  92 |  4 |   0 |   0 | 3.570000e+02 | 3.800000e+01 | 839.47%| unknown
650.23/652.85	c   5.3s|     1 |     0 |  2205 |     - |  1186M |   0 | 945 |  58k|  58k| 119 |  5 |   0 |   0 | 3.335000e+02 | 3.800000e+01 | 777.63%| unknown
650.54/653.12	c   5.6s|     1 |     0 |  2812 |     - |  1186M |   0 | 945 |  58k|  58k| 152 |  6 |   0 |   0 | 3.095000e+02 | 3.800000e+01 | 714.47%| unknown
651.13/653.71	c   6.2s|     1 |     0 |  4079 |     - |  1186M |   0 | 945 |  58k|  58k| 185 |  7 |   0 |   0 | 2.830000e+02 | 3.800000e+01 | 644.74%| unknown
651.73/654.34	c   6.8s|     1 |     0 |  5427 |     - |  1187M |   0 | 945 |  58k|  58k| 218 |  8 |   0 |   0 | 2.515000e+02 | 3.800000e+01 | 561.84%| unknown
652.22/654.80	c   7.3s|     1 |     0 |  6623 |     - |  1187M |   0 | 945 |  58k|  58k| 257 |  9 |   0 |   0 | 2.297500e+02 | 3.800000e+01 | 504.61%| unknown
652.72/655.38	c   7.9s|     1 |     0 |  8108 |     - |  1192M |   0 | 945 |  58k|  58k| 290 | 10 |   0 |   0 | 2.100000e+02 | 3.800000e+01 | 452.63%| unknown
653.12/655.76	c   8.3s|     1 |     0 |  9529 |     - |  1198M |   0 | 945 |  58k|  58k| 315 | 11 |   0 |   0 | 1.826667e+02 | 3.800000e+01 | 380.70%| unknown
653.32/655.95	c   8.4s|     1 |     0 | 10180 |     - |  1204M |   0 | 945 |  58k|  58k| 342 | 12 |   0 |   0 | 1.666667e+02 | 3.800000e+01 | 338.60%| unknown
653.53/656.18	c   8.7s|     1 |     0 | 11061 |     - |  1210M |   0 | 945 |  58k|  58k| 363 | 13 |   0 |   0 | 1.598086e+02 | 3.800000e+01 | 320.55%| unknown
653.82/656.44	c   8.9s|     1 |     0 | 12192 |     - |  1216M |   0 | 945 |  58k|  59k| 383 | 14 |   0 |   0 | 1.507500e+02 | 3.800000e+01 | 296.71%| unknown
654.02/656.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
654.02/656.67	c   9.2s|     1 |     0 | 12923 |     - |  1216M |   0 | 945 |  58k|  59k| 404 | 15 |   0 |   0 | 1.355000e+02 | 3.800000e+01 | 256.58%| unknown
654.32/656.90	c   9.4s|     1 |     0 | 13912 |     - |  1222M |   0 | 945 |  58k|  59k| 424 | 16 |   0 |   0 | 1.225000e+02 | 3.800000e+01 | 222.37%| unknown
654.43/657.11	c   9.6s|     1 |     0 | 14954 |     - |  1227M |   0 | 945 |  58k|  59k| 445 | 17 |   0 |   0 | 1.064500e+02 | 3.800000e+01 | 180.13%| unknown
654.62/657.25	c   9.8s|     1 |     0 | 15484 |     - |  1233M |   0 | 945 |  58k|  59k| 459 | 18 |   0 |   0 | 9.157143e+01 | 3.800000e+01 | 140.98%| unknown
654.72/657.35	c   9.9s|     1 |     0 | 15840 |     - |  1239M |   0 | 945 |  58k|  59k| 475 | 19 |   0 |   0 | 7.729167e+01 | 3.800000e+01 | 103.40%| unknown
654.81/657.45	c  10.0s|     1 |     0 | 16251 |     - |  1240M |   0 | 945 |  58k|  59k| 486 | 20 |   0 |   0 | 6.650000e+01 | 3.800000e+01 |  75.00%| unknown
654.92/657.59	c  10.1s|     1 |     0 | 16911 |     - |  1240M |   0 | 945 |  58k|  59k| 490 | 21 |   0 |   0 | 5.325000e+01 | 3.800000e+01 |  40.13%| unknown
655.02/657.63	c  10.1s|     1 |     0 | 16962 |     - |  1240M |   0 | 945 |  58k|  59k| 494 | 22 |   0 |   0 | 4.550000e+01 | 3.800000e+01 |  19.74%| unknown
655.02/657.67	c  10.2s|     1 |     0 | 16980 |     - |  1240M |   0 | 945 |  58k|  58k| 497 | 23 |   0 |   0 | 4.550000e+01 | 3.800000e+01 |  19.74%| unknown
655.12/657.70	c  10.2s|     1 |     0 | 17006 |     - |  1240M |   0 | 945 |  58k|  58k| 501 | 24 |   0 |   0 | 4.550000e+01 | 3.800000e+01 |  19.74%| unknown
655.12/657.74	c  10.2s|     1 |     0 | 17061 |     - |  1240M |   0 | 945 |  58k|  58k| 506 | 25 |   0 |   0 | 4.550000e+01 | 3.800000e+01 |  19.74%| unknown
655.12/657.78	c  10.3s|     1 |     0 | 17131 |     - |  1241M |   0 | 945 |  58k|  58k| 512 | 26 |   0 |   0 | 4.550000e+01 | 3.800000e+01 |  19.74%| unknown
655.22/657.82	c  10.3s|     1 |     0 | 17191 |     - |  1241M |   0 | 945 |  58k|  58k| 521 | 27 |   0 |   0 | 4.550000e+01 | 3.800000e+01 |  19.74%| unknown
655.22/657.85	c  10.3s|     1 |     0 | 17231 |     - |  1241M |   0 | 945 |  58k|  58k| 529 | 28 |   0 |   0 | 4.550000e+01 | 3.800000e+01 |  19.74%| unknown
655.32/657.90	c  10.4s|     1 |     0 | 17284 |     - |  1242M |   0 | 945 |  58k|  58k| 538 | 29 |   0 |   0 | 4.550000e+01 | 3.800000e+01 |  19.74%| unknown
655.32/657.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
655.32/657.94	c  10.4s|     1 |     0 | 17341 |     - |  1242M |   0 | 945 |  58k|  58k| 546 | 30 |   0 |   0 | 4.550000e+01 | 3.800000e+01 |  19.74%| unknown
655.32/657.98	c  10.5s|     1 |     0 | 17392 |     - |  1242M |   0 | 945 |  58k|  58k| 553 | 31 |   0 |   0 | 4.550000e+01 | 3.800000e+01 |  19.74%| unknown
655.43/658.02	c  10.5s|     1 |     0 | 17434 |     - |  1242M |   0 | 945 |  58k|  58k| 561 | 32 |   0 |   0 | 4.550000e+01 | 3.800000e+01 |  19.74%| unknown
656.61/659.20	c  11.7s|     1 |     2 | 17450 |     - |  1242M |   0 | 945 |  58k|  58k| 561 | 32 |   0 |  19 | 4.500000e+01 | 3.800000e+01 |  18.42%| unknown
680.03/682.72	c *35.2s|    80 |    74 | 24762 |  92.8 |    LP  |  20 | 945 |  58k|  58k| 793 |  6 |  42 | 680 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
687.50/690.24	c  42.7s|   100 |    88 | 27308 |  99.7 |  1273M |  20 | 945 |  58k|  58k| 841 |  2 | 123 | 938 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
707.02/709.89	c  62.4s|   200 |   138 | 35174 |  89.1 |  1280M |  26 | 945 |  58k|  58k|1033 |  1 | 274 |1510 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
715.09/717.96	c  70.5s|   300 |   194 | 40068 |  75.7 |  1280M |  26 | 945 |  58k|  58k|1098 |  1 | 307 |1729 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
718.19/721.03	c  73.5s|   400 |   244 | 45300 |  69.8 |  1280M |  27 | 945 |  58k|  58k|1129 |  1 | 317 |1767 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
719.57/722.40	c  74.9s|   500 |   278 | 48480 |  62.2 |  1280M |  36 | 945 |  58k|  58k|1140 |  1 | 325 |1792 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
722.17/725.01	c  77.5s|   600 |   312 | 51379 |  56.7 |  1280M |  38 | 945 |  58k|  58k|1171 |  1 | 358 |1832 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
723.65/726.51	c  79.0s|   700 |   346 | 53937 |  52.2 |  1280M |  40 | 945 |  58k|  58k|1188 |  1 | 368 |1854 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
724.75/727.63	c  80.1s|   800 |   380 | 56646 |  49.1 |  1280M |  40 | 945 |  59k|  58k|1191 |  1 | 382 |1875 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
726.04/728.96	c  81.5s|   900 |   412 | 59940 |  47.3 |  1280M |  40 | 945 |  59k|  58k|1194 |  1 | 404 |1904 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
727.34/730.24	c  82.7s|  1000 |   448 | 63246 |  45.9 |  1281M |  40 | 945 |  59k|  58k|1201 |  0 | 409 |1927 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
728.84/731.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
728.84/731.71	c  84.2s|  1100 |   480 | 66680 |  44.8 |  1282M |  40 | 945 |  59k|  58k|1205 |  1 | 429 |1954 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
732.82/735.77	c  88.3s|  1200 |   510 | 70283 |  44.1 |  1282M |  40 | 945 |  59k|  58k|1230 |  0 | 438 |1982 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
735.71/738.68	c  91.2s|  1300 |   538 | 73005 |  42.8 |  1283M |  40 | 945 |  59k|  58k|1271 |  0 | 447 |1993 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
737.90/740.86	c  93.4s|  1400 |   602 | 78727 |  43.8 |  1285M |  40 | 945 |  59k|  58k|1282 |  1 | 482 |2009 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
757.53/760.53	c   113s|  1500 |   654 | 84734 |  44.9 |  1303M |  44 | 945 |  59k|  58k|1512 |  0 | 525 |2020 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
777.35/780.46	c   133s|  1600 |   730 | 93303 |  47.4 |  1321M |  44 | 945 |  59k|  58k|1841 |  1 | 550 |2089 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
786.72/789.89	c   142s|  1700 |   804 | 99729 |  48.4 |  1328M |  44 | 945 |  59k|  58k|2044 |  0 | 602 |2121 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
791.10/794.23	c   147s|  1800 |   888 |107007 |  49.8 |  1336M |  44 | 945 |  59k|  58k|2135 |  1 | 631 |2140 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
796.68/799.87	c   152s|  1900 |   984 |117144 |  52.5 |  1340M |  44 | 945 |  59k|  58k|2257 |  1 | 738 |2172 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
799.07/802.22	c   155s|  2000 |  1080 |126932 |  54.8 |  1341M |  44 | 945 |  59k|  58k|2266 |  1 | 820 |2179 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
804.25/807.41	c   160s|  2100 |  1178 |136011 |  56.5 |  1343M |  44 | 945 |  59k|  58k|2349 |  2 | 865 |2187 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
806.85/810.02	c   163s|  2200 |  1274 |147595 |  59.2 |  1351M |  44 | 945 |  59k|  58k|2384 |  1 | 918 |2188 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
809.23/812.46	c   165s|  2300 |  1372 |158249 |  61.3 |  1352M |  44 | 945 |  59k|  58k|2412 |  1 | 972 |2189 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
812.32/815.52	c   168s|  2400 |  1466 |168481 |  63.0 |  1355M |  44 | 945 |  59k|  58k|2466 |  1 |1021 |2190 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
819.10/822.32	c   175s|  2500 |  1566 |180720 |  65.3 |  1363M |  48 | 945 |  59k|  58k|2580 |  1 |1124 |2190 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
822.90/826.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
822.90/826.12	c   179s|  2600 |  1648 |190142 |  66.5 |  1363M |  55 | 945 |  59k|  58k|2649 |  0 |1151 |2192 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
834.44/837.75	c   190s|  2700 |  1726 |198491 |  67.1 |  1366M |  55 | 945 |  59k|  58k|2787 |  1 |1180 |2209 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
843.82/847.11	c   200s|  2800 |  1804 |206949 |  67.7 |  1386M |  55 | 945 |  59k|  58k|3039 |  1 |1199 |2251 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
856.06/859.48	c   212s|  2900 |  1874 |214738 |  68.1 |  1387M |  55 | 945 |  59k|  58k|3220 |  1 |1213 |2306 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
862.24/865.64	c   218s|  3000 |  1964 |223824 |  68.8 |  1390M |  55 | 945 |  59k|  58k|3348 |  1 |1259 |2335 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
869.31/872.78	c   225s|  3100 |  2052 |233968 |  69.9 |  1415M |  55 | 945 |  59k|  58k|3510 |  1 |1288 |2379 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
874.49/878.00	c   230s|  3200 |  2138 |241540 |  70.1 |  1416M |  55 | 945 |  59k|  58k|3599 |  1 |1314 |2429 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
881.58/885.06	c   238s|  3300 |  2212 |248635 |  70.1 |  1418M |  55 | 945 |  59k|  58k|3737 |  0 |1364 |2471 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
888.34/891.82	c   244s|  3400 |  2296 |256778 |  70.4 |  1420M |  55 | 945 |  60k|  58k|3889 |  1 |1405 |2509 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
897.62/901.13	c   254s|  3500 |  2380 |265291 |  70.8 |  1423M |  55 | 945 |  60k|  58k|4034 |  1 |1428 |2543 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
908.17/911.74	c   264s|  3600 |  2462 |274412 |  71.4 |  1424M |  55 | 945 |  60k|  58k|4238 |  2 |1477 |2616 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
911.36/914.91	c   267s|  3700 |  2546 |281221 |  71.3 |  1431M |  55 | 945 |  60k|  58k|4369 |  1 |1498 |2621 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
920.91/924.56	c   277s|  3800 |  2628 |289197 |  71.5 |  1434M |  55 | 945 |  60k|  58k|4537 |  1 |1554 |2661 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
924.20/927.82	c   280s|  3900 |  2716 |296000 |  71.4 |  1435M |  55 | 945 |  60k|  58k|4568 |  1 |1595 |2689 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
927.41/931.09	c   284s|  4000 |  2804 |306339 |  72.2 |  1436M |  55 | 945 |  60k|  58k|4602 |  2 |1620 |2742 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
931.68/935.30	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
931.68/935.30	c   288s|  4100 |  2896 |313865 |  72.3 |  1456M |  55 | 945 |  60k|  58k|4640 |  1 |1638 |2764 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
937.16/940.80	c   293s|  4200 |  2992 |321076 |  72.3 |  1459M |  55 | 945 |  60k|  58k|4701 |  1 |1644 |2798 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
939.95/943.61	c   296s|  4300 |  3088 |328050 |  72.3 |  1461M |  55 | 945 |  60k|  58k|4735 |  1 |1644 |2829 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
942.64/946.31	c   299s|  4400 |  3176 |333598 |  71.9 |  1464M |  55 | 945 |  60k|  58k|4778 |  1 |1656 |2847 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
944.93/948.60	c   301s|  4500 |  3264 |339855 |  71.7 |  1465M |  55 | 945 |  60k|  58k|4811 |  1 |1671 |2860 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
946.13/949.84	c   302s|  4600 |  3346 |344441 |  71.1 |  1467M |  55 | 945 |  60k|  58k|4820 |  1 |1674 |2862 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
954.99/958.74	c   311s|  4700 |  3432 |352023 |  71.2 |  1471M |  55 | 945 |  60k|  58k|4942 |  1 |1690 |2907 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
956.40/960.19	c   313s|  4800 |  3512 |357778 |  70.9 |  1474M |  55 | 945 |  60k|  58k|4944 |  1 |1692 |2915 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
957.98/961.75	c   314s|  4900 |  3570 |361702 |  70.3 |  1475M |  55 | 945 |  60k|  58k|4954 |  1 |1704 |2919 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
960.17/963.94	c   316s|  5000 |  3660 |367835 |  70.1 |  1476M |  55 | 945 |  60k|  58k|4976 |  1 |1704 |2924 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
961.57/965.32	c   318s|  5100 |  3744 |372927 |  69.7 |  1477M |  55 | 945 |  60k|  58k|4982 |  1 |1704 |2924 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
970.63/974.44	c   327s|  5200 |  3808 |377453 |  69.2 |  1479M |  55 | 945 |  60k|  58k|5137 |  1 |1707 |2924 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
988.07/991.94	c   344s|  5300 |  3862 |382323 |  68.9 |  1486M |  55 | 945 |  60k|  58k|5305 |  1 |1715 |2924 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
990.46/994.39	c   347s|  5400 |  3924 |387710 |  68.6 |  1519M |  55 | 945 |  60k|  58k|5394 |  0 |1719 |2924 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
992.75/996.62	c   349s|  5500 |  3996 |392240 |  68.2 |  1519M |  55 | 945 |  60k|  58k|5413 |  1 |1728 |2925 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
997.04/1000.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
997.04/1000.90	c   353s|  5600 |  4082 |397454 |  67.9 |  1521M |  55 | 945 |  60k|  58k|5449 |  1 |1735 |2925 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
999.03/1002.93	c   355s|  5700 |  4160 |402486 |  67.6 |  1521M |  55 | 945 |  60k|  58k|5465 |  1 |1752 |2926 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
1001.32/1005.29	c   358s|  5800 |  4242 |408655 |  67.5 |  1522M |  55 | 945 |  60k|  58k|5485 |  1 |1758 |2927 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
1009.20/1013.17	c   366s|  5900 |  4324 |413682 |  67.2 |  1523M |  55 | 945 |  60k|  58k|5570 |  1 |1765 |2928 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
1022.64/1026.66	c   379s|  6000 |  4380 |418115 |  66.8 |  1526M |  55 | 945 |  60k|  58k|5748 |  1 |1789 |2929 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
1035.90/1039.94	c   392s|  6100 |  4428 |423032 |  66.5 |  1545M |  55 | 945 |  60k|  58k|5978 |  0 |1795 |2934 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
1042.99/1047.09	c   400s|  6200 |  4492 |428237 |  66.3 |  1546M |  55 | 945 |  60k|  58k|6106 |  1 |1807 |2940 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
1049.65/1053.74	c   406s|  6300 |  4576 |435389 |  66.4 |  1549M |  55 | 945 |  60k|  58k|6201 |  1 |1833 |2962 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
1063.41/1067.51	c   420s|  6400 |  4638 |440616 |  66.1 |  1551M |  55 | 945 |  60k|  58k|6339 |  1 |1836 |2971 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
1069.09/1073.28	c   426s|  6500 |  4720 |446538 |  66.0 |  1553M |  55 | 945 |  60k|  58k|6502 |  1 |1836 |2979 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
1075.98/1080.17	c   433s|  6600 |  4786 |453622 |  66.1 |  1558M |  55 | 945 |  60k|  58k|6613 |  1 |1836 |2979 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
1084.33/1088.56	c   441s|  6700 |  4876 |460613 |  66.2 |  1560M |  55 | 945 |  60k|  58k|6735 |  1 |1841 |2981 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
1098.98/1103.24	c   456s|  6800 |  4966 |467529 |  66.2 |  1564M |  55 | 945 |  60k|  58k|6957 |  5 |1864 |3009 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
1116.73/1121.09	c   474s|  6900 |  5044 |475339 |  66.4 |  1579M |  55 | 945 |  60k|  58k|7270 |  0 |1882 |3031 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
1129.56/1133.94	c   486s|  7000 |  5122 |483766 |  66.6 |  1596M |  55 | 945 |  60k|  58k|7637 |  1 |1908 |3083 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
1133.95/1138.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1133.95/1138.37	c   491s|  7100 |  5204 |491932 |  66.8 |  1599M |  55 | 945 |  60k|  58k|7854 |  1 |1940 |3118 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
1140.02/1144.44	c   497s|  7200 |  5282 |499551 |  67.0 |  1601M |  55 | 945 |  60k|  58k|7981 |  1 |1944 |3153 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
1146.50/1150.91	c   503s|  7300 |  5352 |506487 |  67.0 |  1602M |  55 | 945 |  60k|  58k|8118 |  1 |1948 |3169 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
1153.97/1158.46	c   511s|  7400 |  5418 |511855 |  66.8 |  1604M |  55 | 945 |  60k|  58k|8294 |  0 |1948 |3195 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
1156.87/1161.31	c   514s|  7500 |  5498 |516481 |  66.5 |  1604M |  55 | 945 |  60k|  58k|8311 |  1 |1958 |3220 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
1161.16/1165.60	c   518s|  7600 |  5578 |522226 |  66.4 |  1606M |  55 | 945 |  60k|  58k|8444 |  0 |1958 |3238 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
1164.05/1168.53	c   521s|  7700 |  5650 |527530 |  66.3 |  1609M |  55 | 945 |  60k|  58k|8497 |  1 |1975 |3280 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
1171.63/1176.14	c   529s|  7800 |  5728 |533978 |  66.2 |  1611M |  55 | 945 |  60k|  58k|8618 |  2 |2003 |3308 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
1178.40/1182.93	c   535s|  7900 |  5820 |541344 |  66.3 |  1615M |  55 | 945 |  60k|  58k|8701 |  1 |2014 |3333 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
1190.25/1194.82	c   547s|  8000 |  5892 |548907 |  66.4 |  1617M |  55 | 945 |  60k|  58k|8868 |  1 |2014 |3368 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
1194.45/1199.06	c   552s|  8100 |  5962 |555257 |  66.4 |  1704M |  55 | 945 |  60k|  58k|8951 |  2 |2028 |3396 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
1202.52/1207.12	c   560s|  8200 |  6056 |563168 |  66.6 |  1713M |  55 | 945 |  60k|  58k|9075 |  1 |2057 |3414 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
1218.85/1223.53	c   576s|  8300 |  6144 |574303 |  67.1 |  1716M |  55 | 945 |  60k|  58k|9353 |  1 |2066 |3432 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
1220.74/1225.43	c   578s|  8400 |  6224 |581853 |  67.2 |  1718M |  58 | 945 |  60k|  58k|9476 |  2 |2072 |3443 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
1222.53/1227.29	c   580s|  8500 |  6310 |588810 |  67.2 |  1719M |  61 | 945 |  60k|  58k|9564 |  1 |2085 |3450 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
1224.03/1228.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1224.03/1228.79	c   581s|  8600 |  6398 |594154 |  67.1 |  1720M |  65 | 945 |  60k|  58k|9670 |  1 |2085 |3451 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
1226.72/1231.40	c   584s|  8700 |  6456 |599003 |  66.9 |  1723M |  65 | 945 |  60k|  58k|9739 |  0 |2091 |3463 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
1227.91/1232.61	c   585s|  8800 |  6496 |603374 |  66.6 |  1723M |  74 | 945 |  60k|  58k|9754 |  1 |2094 |3467 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
1231.70/1236.40	c   589s|  8900 |  6552 |609685 |  66.6 |  1726M |  74 | 945 |  60k|  58k|9817 |  0 |2108 |3491 | 4.500000e+01 | 3.900000e+01 |  15.38%| unknown
1233.09/1237.82	c 
1233.09/1237.82	c SCIP Status        : solving was interrupted [time limit reached]
1233.09/1237.82	c Solving Time (sec) : 590.32
1233.09/1237.82	c Solving Nodes      : 8919
1233.09/1237.82	c Primal Bound       : +3.90000000000000e+01 (725 solutions)
1233.09/1237.82	c Dual Bound         : +4.50000000000000e+01
1233.09/1237.82	c Gap                : 15.38 %
1233.09/1237.82	c SCIP status: 23 (TIMELIMIT)
1233.09/1237.82	c solveScip: freeing transform (!can_skip_free_transform)
1233.19/1237.90	c pb_solver_status: sst_sat
1233.19/1237.90	c LB_goalvalue: 43
1233.19/1237.90	c UB_goalvalue: 45
1233.19/1237.90	c Both SAT and SCIP timed out; boosting budgets to sat=219.520000 scip=1652.883743
1233.19/1237.90	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
1233.19/1237.90	c SCIP returned: sst_sat
1233.19/1237.90	c SCIP primal LB: 39, dual UB: 45
1233.19/1237.90	c Try to find a solution more than 43
1233.19/1237.90	c assumptions: 
1233.19/1237.90	c invoking solver with time budget: 219.520000
1452.71/1458.12	c sat_solver_result: sst_unknown
1452.71/1458.12	c SAT solver timed out; proceeding to cooperative SCIP call
1452.71/1458.12	c Calling solveScip for cooperative mode with LB_goalvalue:       43, UB_goalvalue: 45
1452.71/1458.12	c scip solving with time budget: 1652.883743
1452.71/1458.12	c solveScip
1452.71/1458.12	c initScipForCoop
1452.71/1458.12	c Coop Mode: Using SCIP obj units for LB/UB: 43, +oo
1452.71/1458.15	c 10/10 feasible solutions given by solution candidate storage, new primal bound 4.300000e+01
1452.71/1458.15	c 
1452.71/1458.16	c presolving:
1452.79/1458.23	c    (0.1s) running MILP presolver
1452.79/1458.27	c    (0.1s) MILP presolver found nothing
1452.89/1458.31	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 58624 upgd conss, 0 impls, 58624 clqs, 0 implints
1452.99/1458.45	c    (0.3s) probing: 51/945 (5.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1452.99/1458.45	c    (0.3s) probing aborted: 50/50 successive totally useless probings
1453.29/1458.72	c    (0.6s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
1453.29/1458.73	c    (0.6s) no symmetry present (symcode time: 0.00)
1453.29/1458.73	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
1453.29/1458.73	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1453.29/1458.73	c  0 implications, 58624 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1453.29/1458.73	c presolved problem has 945 variables (945 bin, 0 int, 0 cont) and 58624 constraints
1453.29/1458.73	c   58624 constraints of type <setppc>
1453.29/1458.73	c transformed objective value is always integral (scale: 1)
1453.29/1458.73	c Presolving Time: 0.58
1453.29/1458.75	c transformed 11/11 original solutions to the transformed problem space
1453.29/1458.75	c 
1453.60/1459.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1453.60/1459.03	c   0.9s|     1 |     0 |   945 |     - |  1633M |   0 | 945 |  58k|  58k|   0 |  0 |   0 |   0 | 4.725000e+02 | 4.300000e+01*| 998.84%| unknown
1453.99/1459.42	c   1.3s|     1 |     0 |  1100 |     - |  1637M |   0 | 945 |  58k|  58k|  10 |  1 |   0 |   0 | 4.410000e+02 | 4.300000e+01*| 925.58%| unknown
1454.79/1460.23	c   2.1s|     1 |     0 |  1283 |     - |  1637M |   0 | 945 |  58k|  58k|  38 |  2 |   0 |   0 | 4.110000e+02 | 4.300000e+01*| 855.81%| unknown
1456.08/1461.54	c   3.4s|     1 |     0 |  1628 |     - |  1637M |   0 | 945 |  58k|  58k|  69 |  3 |   0 |   0 | 3.830000e+02 | 4.300000e+01*| 790.70%| unknown
1457.59/1463.08	c   5.0s|     1 |     0 |  1888 |     - |  1637M |   0 | 945 |  58k|  58k|  92 |  4 |   0 |   0 | 3.570000e+02 | 4.300000e+01*| 730.23%| unknown
1457.88/1463.38	c   5.3s|     1 |     0 |  2205 |     - |  1637M |   0 | 945 |  58k|  58k| 119 |  5 |   0 |   0 | 3.335000e+02 | 4.300000e+01*| 675.58%| unknown
1458.18/1463.65	c   5.5s|     1 |     0 |  2803 |     - |  1637M |   0 | 945 |  58k|  58k| 152 |  6 |   0 |   0 | 3.095000e+02 | 4.300000e+01*| 619.77%| unknown
1458.59/1464.10	c   6.0s|     1 |     0 |  3957 |     - |  1637M |   0 | 945 |  58k|  58k| 185 |  7 |   0 |   0 | 2.690000e+02 | 4.300000e+01*| 525.58%| unknown
1458.97/1464.47	c   6.4s|     1 |     0 |  4669 |     - |  1637M |   0 | 945 |  58k|  58k| 228 |  8 |   0 |   0 | 2.455000e+02 | 4.300000e+01*| 470.93%| unknown
1459.47/1464.99	c   6.9s|     1 |     0 |  6019 |     - |  1638M |   0 | 945 |  58k|  58k| 273 |  9 |   0 |   0 | 2.242500e+02 | 4.300000e+01*| 421.51%| unknown
1460.07/1465.52	c   7.4s|     1 |     0 |  7399 |     - |  1638M |   0 | 945 |  58k|  58k| 310 | 10 |   0 |   0 | 2.027500e+02 | 4.300000e+01*| 371.51%| unknown
1460.47/1465.90	c   7.8s|     1 |     0 |  8653 |     - |  1638M |   0 | 945 |  58k|  58k| 345 | 11 |   0 |   0 | 1.792500e+02 | 4.300000e+01*| 316.86%| unknown
1460.97/1466.41	c   8.3s|     1 |     0 | 10631 |     - |  1638M |   0 | 945 |  58k|  59k| 379 | 12 |   0 |   0 | 1.632500e+02 | 4.300000e+01*| 279.65%| unknown
1461.27/1466.74	c   8.6s|     1 |     0 | 11732 |     - |  1638M |   0 | 945 |  58k|  59k| 407 | 13 |   0 |   0 | 1.450000e+02 | 4.300000e+01*| 237.21%| unknown
1461.47/1466.93	c   8.8s|     1 |     0 | 12442 |     - |  1638M |   0 | 945 |  58k|  59k| 435 | 14 |   0 |   0 | 1.363750e+02 | 4.300000e+01*| 217.15%| unknown
1461.68/1467.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1461.68/1467.11	c   9.0s|     1 |     0 | 13058 |     - |  1638M |   0 | 945 |  58k|  59k| 458 | 15 |   0 |   0 | 1.278667e+02 | 4.300000e+01*| 197.36%| unknown
1461.77/1467.28	c   9.2s|     1 |     0 | 13853 |     - |  1638M |   0 | 945 |  58k|  59k| 480 | 16 |   0 |   0 | 1.135833e+02 | 4.300000e+01*| 164.15%| unknown
1462.06/1467.54	c   9.4s|     1 |     0 | 15172 |     - |  1638M |   0 | 945 |  58k|  59k| 497 | 17 |   0 |   0 | 9.883333e+01 | 4.300000e+01*| 129.84%| unknown
1462.26/1467.74	c   9.6s|     1 |     0 | 16406 |     - |  1638M |   0 | 945 |  58k|  59k| 516 | 18 |   0 |   0 | 8.577273e+01 | 4.300000e+01*|  99.47%| unknown
1462.36/1467.81	c   9.7s|     1 |     0 | 16576 |     - |  1638M |   0 | 945 |  58k|  59k| 528 | 19 |   0 |   0 | 7.802273e+01 | 4.300000e+01*|  81.45%| unknown
1462.36/1467.87	c   9.7s|     1 |     0 | 16714 |     - |  1638M |   0 | 945 |  58k|  59k| 539 | 20 |   0 |   0 | 6.477273e+01 | 4.300000e+01*|  50.63%| unknown
1462.46/1467.93	c   9.8s|     1 |     0 | 16934 |     - |  1638M |   0 | 945 |  58k|  59k| 541 | 21 |   0 |   0 | 5.875000e+01 | 4.300000e+01*|  36.63%| unknown
1462.46/1468.00	c   9.9s|     1 |     0 | 17220 |     - |  1638M |   0 | 945 |  58k|  59k| 544 | 22 |   0 |   0 | 5.300000e+01 | 4.300000e+01*|  23.26%| unknown
1462.58/1468.06	c   9.9s|     1 |     0 | 17429 |     - |  1638M |   0 | 945 |  58k|  58k| 548 | 23 |   0 |   0 | 4.585714e+01 | 4.300000e+01*|   6.64%| unknown
1462.58/1468.10	c  10.0s|     1 |     0 | 17485 |     - |  1638M |   0 | 945 |  58k|  58k| 553 | 24 |   0 |   0 | 4.550000e+01 | 4.300000e+01*|   5.81%| unknown
1462.68/1468.13	c  10.0s|     1 |     0 | 17532 |     - |  1638M |   0 | 945 |  58k|  58k| 562 | 25 |   0 |   0 | 4.550000e+01 | 4.300000e+01*|   5.81%| unknown
1462.68/1468.17	c  10.1s|     1 |     0 | 17586 |     - |  1638M |   0 | 945 |  58k|  58k| 567 | 26 |   0 |   0 | 4.500000e+01 | 4.300000e+01*|   4.65%| unknown
1462.76/1468.21	c  10.1s|     1 |     0 | 17624 |     - |  1638M |   0 | 945 |  58k|  58k| 573 | 27 |   0 |   0 | 4.500000e+01 | 4.300000e+01*|   4.65%| unknown
1462.76/1468.24	c  10.1s|     1 |     0 | 17648 |     - |  1638M |   0 | 945 |  58k|  58k| 579 | 28 |   0 |   0 | 4.500000e+01 | 4.300000e+01*|   4.65%| unknown
1462.76/1468.29	c  10.2s|     1 |     0 | 17708 |     - |  1638M |   0 | 945 |  58k|  58k| 585 | 29 |   0 |   0 | 4.500000e+01 | 4.300000e+01*|   4.65%| unknown
1462.86/1468.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1462.86/1468.33	c  10.2s|     1 |     0 | 17756 |     - |  1638M |   0 | 945 |  58k|  58k| 594 | 30 |   0 |   0 | 4.500000e+01 | 4.300000e+01*|   4.65%| unknown
1462.86/1468.37	c  10.3s|     1 |     0 | 17830 |     - |  1638M |   0 | 945 |  58k|  58k| 602 | 31 |   0 |   0 | 4.500000e+01 | 4.300000e+01*|   4.65%| unknown
1462.96/1468.42	c  10.3s|     1 |     0 | 17892 |     - |  1638M |   0 | 945 |  58k|  58k| 609 | 32 |   0 |   0 | 4.500000e+01 | 4.300000e+01*|   4.65%| unknown
1462.96/1468.46	c  10.3s|     1 |     0 | 17929 |     - |  1638M |   0 | 945 |  58k|  58k| 614 | 33 |   0 |   0 | 4.500000e+01 | 4.300000e+01*|   4.65%| unknown
1463.06/1468.50	c  10.4s|     1 |     0 | 17992 |     - |  1638M |   0 | 945 |  58k|  58k| 622 | 34 |   0 |   0 | 4.500000e+01 | 4.300000e+01*|   4.65%| unknown
1463.06/1468.55	c  10.4s|     1 |     0 | 18050 |     - |  1638M |   0 | 945 |  58k|  58k| 631 | 35 |   0 |   0 | 4.500000e+01 | 4.300000e+01*|   4.65%| unknown
1463.06/1468.59	c  10.5s|     1 |     0 | 18107 |     - |  1638M |   0 | 945 |  58k|  58k| 638 | 36 |   0 |   0 | 4.500000e+01 | 4.300000e+01*|   4.65%| unknown
1464.06/1469.57	c  11.4s|     1 |     2 | 18121 |     - |  1638M |   0 | 945 |  58k|  58k| 638 | 36 |   0 |  21 | 4.500000e+01 | 4.300000e+01*|   4.65%| unknown
1484.39/1489.93	c  31.8s|   100 |    77 | 37081 | 191.7 |  1639M |  26 | 945 |  60k|  58k| 755 |  3 |1689 | 757 | 4.500000e+01 | 4.300000e+01*|   4.65%| unknown
1510.20/1515.87	c  57.7s|   200 |   105 | 49459 | 157.5 |  1639M |  30 | 945 |  61k|  58k| 907 |  4 |3761 |1832 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.24%
1513.59/1519.22	c  61.1s|   300 |   129 | 53301 | 117.7 |  1639M |  40 | 945 |  61k|  58k| 942 |  0 |3892 |1922 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.24%
1525.55/1531.25	c  73.1s|   400 |   151 | 59404 | 103.5 |  1639M |  40 | 945 |  61k|  58k|1038 |  0 |4280 |2159 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.32%
1530.45/1536.12	c  78.0s|   500 |   177 | 63784 |  91.5 |  1639M |  40 | 945 |  61k|  58k|1104 |  0 |4400 |2201 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.34%
1532.83/1538.51	c  80.4s|   600 |   193 | 67685 |  82.8 |  1639M |  40 | 945 |  61k|  58k|1150 |  0 |4548 |2240 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.39%
1535.34/1541.03	c  82.9s|   700 |   207 | 70899 |  75.5 |  1639M |  40 | 945 |  61k|  58k|1191 |  0 |4673 |2272 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.42%
1536.43/1542.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1536.43/1542.14	c  84.0s|   800 |   213 | 73717 |  69.6 |  1639M |  40 | 945 |  61k|  58k|1197 |  2 |4766 |2290 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.42%
1538.11/1543.84	c  85.7s|   900 |   219 | 76688 |  65.2 |  1639M |  40 | 945 |  61k|  58k|1205 |  0 |4937 |2339 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.42%
1541.00/1546.74	c  88.6s|  1000 |   221 | 80622 |  62.6 |  1639M |  40 | 945 |  61k|  58k|1282 |  0 |5078 |2374 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.47%
1546.98/1552.70	c  94.6s|  1100 |   235 | 85432 |  61.3 |  1639M |  46 | 945 |  61k|  58k|1360 |  1 |5357 |2454 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.48%
1551.38/1557.17	c  99.1s|  1200 |   265 | 91175 |  60.9 |  1639M |  46 | 945 |  61k|  58k|1430 |  0 |5517 |2506 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.49%
1556.65/1562.40	c   104s|  1300 |   295 | 95617 |  59.7 |  1639M |  46 | 945 |  61k|  58k|1513 |  0 |5613 |2532 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.49%
1561.74/1567.54	c   109s|  1400 |   321 | 99749 |  58.4 |  1640M |  46 | 945 |  61k|  58k|1610 |  0 |5705 |2578 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.51%
1563.13/1568.99	c   111s|  1500 |   335 |103404 |  56.9 |  1640M |  46 | 945 |  61k|  58k|1670 |  0 |5797 |2596 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.51%
1566.24/1572.03	c   114s|  1600 |   359 |108706 |  56.7 |  1640M |  46 | 945 |  61k|  58k|1709 |  1 |5984 |2654 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.51%
1569.01/1574.84	c   117s|  1700 |   395 |115448 |  57.3 |  1641M |  46 | 945 |  61k|  58k|1757 |  1 |6112 |2716 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.52%
1570.71/1576.55	c   118s|  1800 |   423 |119684 |  56.5 |  1641M |  46 | 945 |  61k|  58k|1789 |  1 |6235 |2749 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.53%
1576.99/1582.80	c   125s|  1900 |   465 |126249 |  56.9 |  1641M |  46 | 945 |  61k|  58k|1881 |  0 |6394 |2769 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.53%
1581.67/1587.55	c   129s|  2000 |   499 |130134 |  56.0 |  1641M |  46 | 945 |  61k|  58k|1965 |  1 |6519 |2783 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.53%
1585.17/1591.08	c   133s|  2100 |   515 |134488 |  55.4 |  1642M |  46 | 945 |  61k|  58k|2019 |  1 |6611 |2801 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.53%
1592.44/1598.39	c   140s|  2200 |   545 |139401 |  55.2 |  1648M |  46 | 945 |  61k|  58k|2139 |  2 |6744 |2860 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.55%
1602.71/1608.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1602.71/1608.68	c   151s|  2300 |   559 |145599 |  55.5 |  1653M |  46 | 945 |  61k|  58k|2297 |  2 |6818 |2894 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.58%
1610.38/1616.34	c   158s|  2400 |   567 |150082 |  55.0 |  1653M |  46 | 945 |  61k|  58k|2509 |  0 |6832 |2902 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.59%
1615.08/1621.09	c   163s|  2500 |   585 |154113 |  54.4 |  1654M |  46 | 945 |  61k|  58k|2661 |  1 |6893 |2925 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.61%
1616.46/1622.48	c   164s|  2600 |   607 |158191 |  53.9 |  1654M |  46 | 945 |  61k|  58k|2771 |  0 |6960 |2930 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.61%
1619.16/1625.14	c   167s|  2700 |   623 |161557 |  53.1 |  1654M |  55 | 945 |  61k|  58k|2839 |  1 |7014 |2934 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.62%
1628.22/1634.28	c   176s|  2800 |   633 |165350 |  52.6 |  1654M |  55 | 945 |  61k|  58k|2947 |  1 |7082 |2945 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.67%
1630.41/1636.48	c   178s|  2900 |   651 |170645 |  52.6 |  1655M |  55 | 945 |  61k|  58k|3101 |  1 |7163 |2952 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.67%
1631.81/1637.80	c   180s|  3000 |   671 |174782 |  52.2 |  1655M |  55 | 945 |  61k|  58k|3182 |  0 |7312 |2966 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.67%
1636.49/1642.59	c   184s|  3100 |   699 |180455 |  52.4 |  1661M |  55 | 945 |  61k|  58k|3349 |  1 |7346 |2981 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.67%
1640.48/1646.57	c   188s|  3200 |   731 |186820 |  52.7 |  1661M |  55 | 945 |  61k|  58k|3473 |  2 |7485 |3000 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.67%
1644.77/1650.85	c   193s|  3300 |   745 |190673 |  52.3 |  1661M |  55 | 945 |  61k|  58k|3586 |  1 |7502 |3005 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.68%
1651.55/1657.69	c   200s|  3400 |   763 |194228 |  51.8 |  1662M |  55 | 945 |  61k|  58k|3755 |  1 |7542 |3007 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.68%
1656.13/1662.28	c   204s|  3500 |   794 |199516 |  51.8 |  1662M |  55 | 945 |  61k|  58k|3855 |  4 |7627 |3037 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.70%
1661.32/1667.49	c   209s|  3600 |   814 |203804 |  51.6 |  1668M |  55 | 945 |  61k|  58k|3948 |  1 |7679 |3039 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.71%
1664.41/1670.55	c   212s|  3700 |   830 |206725 |  51.0 |  1669M |  55 | 945 |  61k|  58k|4039 |  0 |7727 |3050 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.71%
1668.01/1674.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1668.01/1674.18	c   216s|  3800 |   851 |211755 |  51.0 |  1669M |  55 | 945 |  61k|  58k|4107 |  0 |7819 |3062 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.72%
1671.68/1677.86	c   220s|  3900 |   857 |216102 |  50.8 |  1669M |  55 | 945 |  61k|  58k|4324 |  0 |7857 |3064 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.72%
1677.97/1684.19	c   226s|  4000 |   875 |219796 |  50.4 |  1674M |  55 | 945 |  61k|  58k|4438 |  1 |7987 |3091 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.73%
1688.43/1694.67	c   237s|  4100 |   900 |223864 |  50.2 |  1709M |  55 | 945 |  61k|  58k|4652 |  1 |8079 |3103 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.73%
1698.00/1704.28	c   246s|  4200 |   918 |228289 |  50.1 |  1715M |  55 | 945 |  62k|  58k|4843 |  1 |8236 |3147 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.77%
1702.19/1708.47	c   250s|  4300 |   942 |232285 |  49.8 |  1715M |  55 | 945 |  62k|  58k|4925 |  1 |8300 |3156 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.80%
1703.89/1710.19	c   252s|  4400 |   962 |235896 |  49.5 |  1715M |  55 | 945 |  62k|  58k|4978 |  0 |8352 |3163 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.81%
1708.56/1714.85	c   257s|  4500 |   978 |239455 |  49.2 |  1716M |  55 | 945 |  61k|  58k|5074 |  1 |8397 |3179 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.84%
1710.06/1716.38	c   258s|  4600 |  1006 |242827 |  48.9 |  1716M |  55 | 945 |  61k|  58k|5086 |  1 |8420 |3196 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.84%
1715.64/1721.94	c   264s|  4700 |  1024 |247995 |  48.9 |  1716M |  55 | 945 |  61k|  58k|5157 |  1 |8546 |3240 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.88%
1718.84/1725.14	c   267s|  4800 |  1058 |252939 |  48.9 |  1716M |  55 | 945 |  61k|  58k|5194 |  1 |8638 |3260 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.88%
1719.93/1726.29	c   268s|  4900 |  1078 |256764 |  48.7 |  1717M |  55 | 945 |  61k|  58k|5204 |  0 |8677 |3261 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.89%
1725.11/1731.42	c   273s|  5000 |  1090 |260674 |  48.5 |  1717M |  55 | 945 |  61k|  58k|5266 |  1 |8696 |3263 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.89%
1730.71/1737.10	c   279s|  5100 |  1102 |265127 |  48.4 |  1717M |  55 | 945 |  61k|  58k|5374 |  1 |8737 |3279 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.92%
1737.47/1743.80	c   286s|  5200 |  1112 |268893 |  48.2 |  1717M |  55 | 945 |  61k|  58k|5485 |  0 |8768 |3286 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.93%
1739.57/1745.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1739.57/1745.95	c   288s|  5300 |  1134 |272771 |  48.1 |  1718M |  55 | 945 |  61k|  58k|5514 |  0 |8845 |3310 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.93%
1748.54/1754.94	c   297s|  5400 |  1154 |277152 |  48.0 |  1718M |  55 | 945 |  62k|  58k|5656 |  1 |9121 |3388 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.96%
1753.12/1759.58	c   301s|  5500 |  1180 |282301 |  48.0 |  1720M |  55 | 945 |  62k|  58k|5715 |  0 |9253 |3426 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.96%
1755.81/1762.21	c   304s|  5600 |  1197 |285919 |  47.8 |  1720M |  55 | 945 |  62k|  58k|5743 |  0 |9379 |3447 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.99%
1758.31/1764.72	c   307s|  5700 |  1225 |289049 |  47.5 |  1720M |  55 | 945 |  62k|  58k|5780 |  1 |9475 |3467 | 4.500000e+01 | 4.300000e+01*|   4.65%|   0.99%
1760.61/1767.07	c   309s|  5800 |  1245 |292977 |  47.4 |  1721M |  55 | 945 |  62k|  58k|5796 |  1 |9607 |3489 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.00%
1762.70/1769.18	c   311s|  5900 |  1279 |297768 |  47.4 |  1721M |  55 | 945 |  62k|  58k|5816 |  0 |9772 |3541 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.00%
1765.48/1772.01	c   314s|  6000 |  1305 |301839 |  47.3 |  1721M |  55 | 945 |  62k|  58k|5858 |  1 |9807 |3555 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.00%
1770.17/1776.68	c   319s|  6100 |  1331 |306475 |  47.3 |  1722M |  55 | 945 |  62k|  58k|5929 |  1 |9895 |3580 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.01%
1772.57/1779.03	c   321s|  6200 |  1344 |309783 |  47.1 |  1722M |  55 | 945 |  62k|  58k|5947 |  0 |9933 |3594 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.01%
1774.45/1780.95	c   323s|  6300 |  1354 |312595 |  46.8 |  1722M |  55 | 945 |  62k|  58k|5969 |  0 |  10k|3624 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.01%
1779.34/1785.88	c   328s|  6400 |  1380 |317101 |  46.7 |  1722M |  55 | 945 |  62k|  58k|6027 |  0 |  10k|3666 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.01%
1783.03/1789.56	c   331s|  6500 |  1394 |320838 |  46.6 |  1722M |  55 | 945 |  62k|  58k|6075 |  0 |  10k|3686 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.03%
1785.42/1791.92	c   334s|  6600 |  1408 |324819 |  46.5 |  1723M |  55 | 945 |  62k|  58k|6098 |  1 |  10k|3715 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.04%
1787.11/1793.61	c   335s|  6700 |  1430 |329192 |  46.4 |  1723M |  55 | 945 |  62k|  58k|6105 |  0 |  10k|3750 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.04%
1788.41/1795.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1788.41/1795.01	c   337s|  6800 |  1454 |331975 |  46.2 |  1723M |  55 | 945 |  62k|  58k|6113 |  1 |  10k|3769 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.04%
1790.62/1797.15	c   339s|  6900 |  1482 |334880 |  45.9 |  1724M |  55 | 945 |  62k|  58k|6131 |  1 |  10k|3803 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.04%
1794.29/1800.80	c   343s|  7000 |  1506 |339667 |  45.9 |  1724M |  55 | 945 |  62k|  58k|6194 |  1 |  10k|3832 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.04%
1797.28/1803.81	c   346s|  7100 |  1522 |343097 |  45.8 |  1724M |  55 | 945 |  62k|  58k|6225 |  1 |  10k|3870 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.05%
1802.86/1809.47	c   351s|  7200 |  1530 |346657 |  45.6 |  1724M |  55 | 945 |  62k|  58k|6322 |  0 |  10k|3903 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.06%
1804.16/1810.74	c   353s|  7300 |  1544 |349222 |  45.4 |  1724M |  55 | 945 |  62k|  58k|6323 |  0 |  10k|3922 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.06%
1810.84/1817.47	c   359s|  7400 |  1556 |354046 |  45.4 |  1725M |  55 | 945 |  62k|  58k|6395 |  1 |  10k|3975 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.07%
1813.03/1819.66	c   362s|  7500 |  1566 |357478 |  45.3 |  1726M |  55 | 945 |  62k|  58k|6423 |  1 |  11k|4020 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.08%
1818.31/1824.96	c   367s|  7600 |  1586 |362182 |  45.3 |  1726M |  55 | 945 |  62k|  58k|6484 |  1 |  11k|4068 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.10%
1823.20/1829.87	c   372s|  7700 |  1602 |366633 |  45.3 |  1726M |  55 | 945 |  62k|  58k|6596 |  1 |  11k|4105 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.12%
1824.51/1831.16	c   373s|  7800 |  1598 |369362 |  45.0 |  1726M |  56 | 945 |  62k|  58k|6614 |  0 |  11k|4135 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.12%
1828.08/1834.77	c   377s|  7900 |  1604 |372365 |  44.8 |  1726M |  56 | 945 |  62k|  58k|6667 |  0 |  11k|4159 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.13%
1831.97/1838.66	c   381s|  8000 |  1642 |377661 |  44.9 |  1727M |  56 | 945 |  62k|  58k|6729 |  1 |  11k|4199 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.13%
1833.77/1840.45	c   382s|  8100 |  1678 |383162 |  45.1 |  1727M |  56 | 945 |  62k|  58k|6731 |  1 |  11k|4221 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.13%
1835.66/1842.37	c   384s|  8200 |  1712 |388390 |  45.2 |  1728M |  56 | 945 |  62k|  58k|6734 |  1 |  11k|4258 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.14%
1838.15/1844.82	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1838.15/1844.82	c   387s|  8300 |  1756 |395614 |  45.5 |  1728M |  56 | 945 |  62k|  58k|6748 |  1 |  11k|4300 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.14%
1840.84/1847.51	c   389s|  8400 |  1782 |401895 |  45.7 |  1729M |  56 | 945 |  62k|  58k|6758 |  2 |  11k|4350 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.14%
1845.73/1852.40	c   394s|  8500 |  1830 |409507 |  46.1 |  1729M |  56 | 945 |  62k|  58k|6859 |  1 |  12k|4408 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.14%
1847.52/1854.27	c   396s|  8600 |  1854 |413394 |  46.0 |  1730M |  56 | 945 |  62k|  58k|6898 |  0 |  12k|4422 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.14%
1849.33/1856.07	c   398s|  8700 |  1866 |417342 |  45.9 |  1730M |  56 | 945 |  62k|  58k|6947 |  0 |  12k|4434 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.15%
1850.91/1857.64	c   400s|  8800 |  1884 |421544 |  45.9 |  1730M |  56 | 945 |  62k|  58k|6989 |  1 |  12k|4448 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.15%
1852.50/1859.26	c   401s|  8900 |  1902 |426974 |  45.9 |  1730M |  56 | 945 |  62k|  58k|7070 |  0 |  12k|4455 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.15%
1855.41/1862.13	c   404s|  9000 |  1914 |430347 |  45.8 |  1730M |  56 | 945 |  62k|  58k|7138 |  0 |  12k|4464 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.15%
1856.99/1863.74	c   406s|  9100 |  1934 |435024 |  45.8 |  1731M |  56 | 945 |  62k|  58k|7160 |  0 |  12k|4487 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.15%
1859.78/1866.59	c   408s|  9200 |  1966 |438979 |  45.8 |  1731M |  56 | 945 |  62k|  58k|7214 |  1 |  12k|4499 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.17%
1862.67/1869.48	c   411s|  9300 |  1996 |443571 |  45.8 |  1731M |  56 | 945 |  62k|  58k|7240 |  0 |  12k|4508 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.19%
1865.66/1872.44	c   414s|  9400 |  2062 |450943 |  46.1 |  1732M |  56 | 945 |  62k|  58k|7286 |  1 |  12k|4520 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.19%
1869.05/1875.85	c   418s|  9500 |  2120 |458376 |  46.3 |  1734M |  56 | 945 |  62k|  58k|7362 |  0 |  12k|4550 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.19%
1871.54/1878.38	c   420s|  9600 |  2178 |464247 |  46.5 |  1735M |  56 | 945 |  62k|  58k|7409 |  1 |  12k|4557 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.19%
1874.53/1881.31	c   423s|  9700 |  2208 |468985 |  46.5 |  1735M |  56 | 945 |  62k|  58k|7473 |  1 |  12k|4570 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.20%
1875.73/1882.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1875.73/1882.57	c   424s|  9800 |  2242 |472978 |  46.4 |  1736M |  56 | 945 |  62k|  58k|7491 |  1 |  12k|4575 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.21%
1877.92/1884.71	c   427s|  9900 |  2282 |477417 |  46.4 |  1736M |  56 | 945 |  62k|  58k|7537 |  1 |  12k|4594 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.21%
1879.41/1886.23	c   428s| 10000 |  2324 |482356 |  46.4 |  1737M |  56 | 945 |  62k|  58k|7546 |  0 |  12k|4606 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.21%
1881.22/1888.04	c   430s| 10100 |  2364 |486223 |  46.4 |  1737M |  56 | 945 |  62k|  58k|7568 |  0 |  12k|4609 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.21%
1882.32/1889.17	c   431s| 10200 |  2400 |489143 |  46.2 |  1739M |  56 | 945 |  62k|  58k|7568 |  1 |  12k|4617 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.21%
1883.21/1890.08	c   432s| 10300 |  2426 |492229 |  46.0 |  1739M |  56 | 945 |  62k|  58k|7568 |  0 |  12k|4618 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.21%
1884.80/1891.61	c   433s| 10400 |  2468 |497235 |  46.1 |  1741M |  56 | 945 |  62k|  58k|7574 |  0 |  12k|4629 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.21%
1886.10/1892.98	c   435s| 10500 |  2496 |500760 |  46.0 |  1741M |  56 | 945 |  62k|  58k|7578 |  0 |  12k|4642 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.21%
1887.60/1894.46	c   436s| 10600 |  2546 |506114 |  46.0 |  1742M |  56 | 945 |  62k|  58k|7581 |  1 |  12k|4645 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.21%
1890.79/1897.66	c   440s| 10700 |  2574 |510222 |  46.0 |  1742M |  56 | 945 |  62k|  58k|7639 |  1 |  12k|4647 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.21%
1892.78/1899.60	c   441s| 10800 |  2596 |513642 |  45.9 |  1742M |  56 | 945 |  62k|  58k|7705 |  0 |  12k|4648 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.21%
1896.07/1902.94	c   445s| 10900 |  2614 |517659 |  45.8 |  1742M |  56 | 945 |  62k|  58k|7776 |  0 |  13k|4648 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.21%
1897.07/1903.92	c   446s| 11000 |  2632 |520649 |  45.7 |  1743M |  56 | 945 |  62k|  58k|7800 |  1 |  13k|4648 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.21%
1898.56/1905.42	c   447s| 11100 |  2682 |525402 |  45.7 |  1743M |  56 | 945 |  62k|  58k|7815 |  1 |  13k|4648 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.21%
1900.65/1907.51	c   449s| 11200 |  2700 |528032 |  45.5 |  1743M |  56 | 945 |  62k|  58k|7841 |  1 |  13k|4648 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.21%
1901.95/1908.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1901.95/1908.87	c   451s| 11300 |  2722 |531076 |  45.4 |  1744M |  56 | 945 |  62k|  58k|7862 |  1 |  13k|4648 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.21%
1902.95/1909.82	c   452s| 11400 |  2746 |534051 |  45.3 |  1744M |  56 | 945 |  62k|  58k|7879 |  1 |  13k|4648 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.21%
1904.26/1911.18	c   453s| 11500 |  2788 |538137 |  45.2 |  1745M |  56 | 945 |  62k|  58k|7909 |  1 |  13k|4652 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.21%
1905.74/1912.69	c   455s| 11600 |  2840 |543691 |  45.3 |  1746M |  56 | 945 |  62k|  58k|7909 |  2 |  13k|4654 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.21%
1908.63/1915.50	c   457s| 11700 |  2866 |547777 |  45.3 |  1748M |  56 | 945 |  62k|  58k|7966 |  1 |  13k|4655 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.21%
1916.50/1923.49	c   465s| 11800 |  2884 |553253 |  45.4 |  1749M |  56 | 945 |  62k|  58k|8058 |  0 |  13k|4656 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.21%
1917.80/1924.79	c   467s| 11900 |  2918 |556621 |  45.3 |  1750M |  56 | 945 |  62k|  58k|8099 |  0 |  13k|4661 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.21%
1919.10/1926.11	c   468s| 12000 |  2950 |561512 |  45.3 |  1751M |  56 | 945 |  62k|  58k|8114 |  0 |  13k|4661 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.21%
1920.99/1927.98	c   470s| 12100 |  2980 |567058 |  45.4 |  1751M |  56 | 945 |  62k|  58k|8128 |  1 |  13k|4671 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.21%
1923.09/1930.07	c   472s| 12200 |  3004 |570547 |  45.3 |  1752M |  56 | 945 |  62k|  58k|8159 |  1 |  13k|4671 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.21%
1924.47/1931.41	c   473s| 12300 |  3030 |574177 |  45.2 |  1753M |  56 | 945 |  62k|  58k|8182 |  0 |  13k|4683 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.21%
1926.47/1933.44	c   475s| 12400 |  3084 |580233 |  45.3 |  1753M |  56 | 945 |  62k|  58k|8186 |  1 |  13k|4706 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.21%
1927.66/1934.64	c   477s| 12500 |  3114 |583084 |  45.2 |  1755M |  56 | 945 |  62k|  58k|8189 |  1 |  13k|4724 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.21%
1928.96/1935.98	c   478s| 12600 |  3140 |586049 |  45.1 |  1755M |  56 | 945 |  62k|  58k|8196 |  1 |  13k|4752 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.21%
1930.55/1937.51	c   479s| 12700 |  3175 |590123 |  45.0 |  1756M |  56 | 945 |  63k|  58k|8198 |  1 |  13k|4782 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.21%
1931.95/1938.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1931.95/1938.92	c   481s| 12800 |  3205 |594024 |  45.0 |  1756M |  56 | 945 |  63k|  58k|8205 |  1 |  13k|4799 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.21%
1933.34/1940.34	c   482s| 12900 |  3223 |597591 |  44.9 |  1756M |  56 | 945 |  63k|  58k|8209 |  2 |  13k|4829 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.21%
1935.34/1942.35	c   484s| 13000 |  3237 |600631 |  44.8 |  1756M |  56 | 945 |  63k|  58k|8248 |  1 |  14k|4846 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.21%
1937.15/1944.19	c   486s| 13100 |  3267 |604848 |  44.8 |  1757M |  56 | 945 |  63k|  58k|8268 |  1 |  14k|4886 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.21%
1938.83/1945.88	c   488s| 13200 |  3307 |609535 |  44.8 |  1757M |  56 | 945 |  63k|  58k|8285 |  1 |  14k|4917 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.21%
1940.62/1947.60	c   489s| 13300 |  3343 |614753 |  44.9 |  1759M |  56 | 945 |  63k|  58k|8291 |  1 |  14k|4947 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.21%
1942.91/1949.96	c   492s| 13400 |  3381 |619685 |  44.9 |  1760M |  56 | 945 |  63k|  58k|8302 |  1 |  14k|4988 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.21%
1945.50/1952.56	c   494s| 13500 |  3401 |624459 |  44.9 |  1761M |  56 | 945 |  63k|  58k|8332 |  0 |  14k|5019 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.21%
1947.70/1954.72	c   497s| 13600 |  3437 |631198 |  45.1 |  1761M |  56 | 945 |  63k|  58k|8369 |  0 |  14k|5056 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.21%
1956.87/1963.95	c   506s| 13700 |  3463 |636353 |  45.1 |  1761M |  56 | 945 |  63k|  58k|8529 |  1 |  15k|5111 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.21%
1958.56/1965.69	c   508s| 13800 |  3503 |641395 |  45.2 |  1763M |  56 | 945 |  63k|  58k|8583 |  1 |  15k|5140 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.21%
1961.36/1968.40	c   510s| 13900 |  3535 |645655 |  45.2 |  1763M |  56 | 945 |  63k|  58k|8694 |  1 |  15k|5158 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.21%
1963.96/1971.11	c   513s| 14000 |  3595 |650414 |  45.2 |  1764M |  56 | 945 |  63k|   0 |8709 |  0 |  15k|5191 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.21%
1971.12/1978.21	c   520s| 14100 |  3631 |655090 |  45.2 |  1765M |  56 | 945 |  63k|  58k|8793 |  1 |  15k|5224 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.23%
1973.72/1980.88	c   523s| 14200 |  3663 |659270 |  45.2 |  1766M |  56 | 945 |  63k|  58k|8862 |  1 |  15k|5245 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.23%
1975.92/1983.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1975.92/1983.09	c   525s| 14300 |  3711 |665208 |  45.3 |  1766M |  56 | 945 |  63k|  58k|8888 |  1 |  15k|5281 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.23%
1978.20/1985.33	c   527s| 14400 |  3759 |670141 |  45.3 |  1767M |  56 | 945 |  63k|  58k|8950 |  2 |  15k|5302 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.23%
1981.49/1988.66	c   531s| 14500 |  3809 |675005 |  45.3 |  1768M |  56 | 945 |  63k|  58k|8987 |  0 |  15k|5326 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.23%
1987.37/1994.53	c   536s| 14600 |  3861 |682721 |  45.5 |  1768M |  56 | 945 |  63k|  58k|9064 |  1 |  15k|5360 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.23%
1989.56/1996.70	c   539s| 14700 |  3895 |687696 |  45.6 |  1769M |  56 | 945 |  63k|  58k|9101 |  1 |  16k|5383 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.23%
1992.06/1999.21	c   541s| 14800 |  3937 |693193 |  45.6 |  1770M |  56 | 945 |  63k|  58k|9138 |  1 |  16k|5427 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.23%
1996.04/2003.22	c   545s| 14900 |  3975 |698178 |  45.6 |  1773M |  56 | 945 |  63k|  58k|9185 |  2 |  16k|5468 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.23%
1998.63/2005.89	c   548s| 15000 |  3993 |704240 |  45.7 |  1773M |  56 | 945 |  63k|  58k|9218 |  0 |  16k|5521 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.25%
2000.43/2007.69	c   550s| 15100 |  4033 |708980 |  45.8 |  1773M |  56 | 945 |  63k|  58k|9229 |  1 |  16k|5547 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.25%
2003.52/2010.73	c   553s| 15200 |  4049 |713282 |  45.7 |  1774M |  56 | 945 |  63k|  58k|9273 |  1 |  16k|5574 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.26%
2006.01/2013.26	c   555s| 15300 |  4085 |716575 |  45.7 |  1774M |  56 | 945 |  63k|  58k|9313 |  3 |  16k|5588 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.26%
2009.50/2016.74	c   559s| 15400 |  4103 |718836 |  45.5 |  1774M |  56 | 945 |  63k|  58k|9354 |  1 |  16k|5595 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.26%
2011.99/2019.27	c   561s| 15500 |  4125 |723217 |  45.5 |  1775M |  56 | 945 |  63k|  58k|9398 |  1 |  16k|5619 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.26%
2013.49/2020.77	c   563s| 15600 |  4145 |726516 |  45.4 |  1776M |  56 | 945 |  63k|  58k|9414 |  1 |  17k|5648 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.26%
2015.28/2022.55	c   564s| 15700 |  4179 |732106 |  45.5 |  1776M |  56 | 945 |  63k|  58k|9420 |  2 |  17k|5666 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.26%
2016.57/2023.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2016.57/2023.88	c   566s| 15800 |  4199 |735321 |  45.4 |  1777M |  56 | 945 |  63k|  58k|9435 |  0 |  17k|5673 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.26%
2017.88/2025.18	c   567s| 15900 |  4219 |739066 |  45.3 |  1777M |  56 | 945 |  63k|  58k|9455 |  1 |  17k|5682 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.26%
2019.66/2027.00	c   569s| 16000 |  4275 |746470 |  45.5 |  1777M |  56 | 945 |  63k|  58k|9470 |  1 |  17k|5687 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.26%
2025.95/2033.21	c   575s| 16100 |  4315 |751939 |  45.6 |  1778M |  56 | 945 |  63k|  58k|9557 |  1 |  17k|5696 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.26%
2028.75/2036.05	c   578s| 16200 |  4341 |757796 |  45.7 |  1778M |  56 | 945 |  63k|  58k|9631 |  1 |  17k|5717 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.26%
2032.52/2039.87	c   582s| 16300 |  4379 |762912 |  45.7 |  1779M |  56 | 945 |  63k|  58k|9712 |  0 |  17k|5718 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.26%
2034.32/2041.61	c   583s| 16400 |  4403 |766818 |  45.7 |  1781M |  56 | 945 |  63k|  58k|9748 |  1 |  17k|5725 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.26%
2035.51/2042.89	c   585s| 16500 |  4405 |769859 |  45.6 |  1781M |  56 | 945 |  63k|  58k|9762 |  1 |  17k|5737 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.26%
2037.82/2045.16	c   587s| 16600 |  4431 |774492 |  45.6 |  1782M |  56 | 945 |  63k|  58k|9796 |  0 |  17k|5748 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.26%
2039.60/2046.92	c   589s| 16700 |  4482 |779878 |  45.6 |  1783M |  56 | 945 |  63k|  58k|9813 |  1 |  17k|5768 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.26%
2040.81/2048.13	c   590s| 16800 |  4510 |783562 |  45.6 |  1783M |  56 | 945 |  63k|  58k|9832 |  1 |  17k|5770 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.26%
2042.60/2049.99	c   592s| 16900 |  4550 |789517 |  45.6 |  1786M |  56 | 945 |  63k|  58k|9859 |  1 |  17k|5776 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.26%
2044.09/2051.40	c   593s| 17000 |  4592 |793981 |  45.6 |  1787M |  56 | 945 |  63k|  58k|9861 |  1 |  17k|5790 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.26%
2045.29/2052.64	c   595s| 17100 |  4632 |797888 |  45.6 |  1788M |  56 | 945 |  63k|  58k|9861 |  1 |  17k|5800 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.26%
2046.79/2054.15	c   596s| 17200 |  4644 |800960 |  45.5 |  1788M |  56 | 945 |  63k|  58k|9876 |  0 |  17k|5801 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.26%
2050.17/2057.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2050.17/2057.58	c   599s| 17300 |  4662 |804999 |  45.5 |  1788M |  56 | 945 |  63k|  58k|9929 |  1 |  17k|5809 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.26%
2051.87/2059.27	c   601s| 17400 |  4694 |810343 |  45.5 |  1789M |  56 | 945 |  63k|  58k|9943 |  0 |  17k|5822 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.26%
2053.96/2061.37	c   603s| 17500 |  4700 |813613 |  45.5 |  1789M |  56 | 945 |  63k|  58k|9975 |  0 |  17k|5825 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.26%
2055.95/2063.39	c   605s| 17600 |  4730 |819067 |  45.5 |  1789M |  56 | 945 |  63k|  58k|9992 |  1 |  18k|5853 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.26%
2057.85/2065.24	c   607s| 17700 |  4762 |825904 |  45.6 |  1789M |  56 | 945 |  63k|  58k|  10k|  0 |  18k|5860 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.26%
2059.65/2067.02	c   609s| 17800 |  4814 |832431 |  45.8 |  1790M |  56 | 945 |  63k|  58k|  10k|  1 |  18k|5861 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.26%
2061.53/2068.95	c   611s| 17897 |  4883 |839758 |  45.9 |  1791M |  56 | 945 |  63k|  58k|  10k|  1 |  18k|5861 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.26%
2061.65/2069.04	c   611s| 17900 |  4886 |840198 |  45.9 |  1791M |  56 | 945 |  63k|  58k|  10k|  1 |  18k|5861 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.26%
2063.93/2071.39	c   613s| 18000 |  4924 |844319 |  45.9 |  1791M |  56 | 945 |  63k|  58k|  10k|  1 |  18k|5862 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.26%
2068.40/2075.86	c   618s| 18100 |  4976 |848900 |  45.9 |  1794M |  56 | 945 |  63k|  58k|  10k|  1 |  18k|5863 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.26%
2069.90/2077.35	c   619s| 18200 |  5012 |854699 |  46.0 |  1794M |  56 | 945 |  63k|  58k|  10k|  0 |  18k|5863 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.26%
2071.89/2079.38	c   621s| 18300 |  5050 |862533 |  46.1 |  1795M |  56 | 945 |  63k|  58k|  10k|  1 |  18k|5866 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.26%
2074.69/2082.19	c   624s| 18400 |  5068 |866624 |  46.1 |  1796M |  56 | 945 |  63k|  58k|  10k|  1 |  18k|5868 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.26%
2076.38/2083.87	c   626s| 18500 |  5108 |873071 |  46.2 |  1798M |  56 | 945 |  63k|  58k|  10k|  1 |  18k|5868 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.26%
2077.68/2085.15	c   627s| 18600 |  5152 |877756 |  46.2 |  1798M |  56 | 945 |  63k|  58k|  10k|  2 |  18k|5870 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.26%
2079.17/2086.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2079.17/2086.68	c   629s| 18700 |  5176 |880506 |  46.1 |  1799M |  56 | 945 |  63k|  58k|  10k|  1 |  18k|5878 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.26%
2081.36/2088.86	c   631s| 18800 |  5218 |887169 |  46.2 |  1800M |  56 | 945 |  63k|  58k|  10k|  1 |  18k|5878 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.26%
2082.56/2090.02	c   632s| 18900 |  5240 |892416 |  46.3 |  1800M |  56 | 945 |  63k|  58k|  10k|  0 |  18k|5880 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.26%
2084.15/2091.61	c   633s| 19000 |  5308 |898263 |  46.3 |  1801M |  56 | 945 |  63k|  58k|  10k|  1 |  18k|5880 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.26%
2085.65/2093.11	c   635s| 19100 |  5362 |904196 |  46.4 |  1802M |  56 | 945 |  63k|  58k|  10k|  1 |  18k|5882 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.26%
2088.23/2095.73	c   638s| 19200 |  5390 |908788 |  46.4 |  1802M |  56 | 945 |  63k|  58k|  10k|  1 |  18k|5882 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.26%
2089.43/2097.01	c   639s| 19300 |  5428 |912528 |  46.3 |  1803M |  56 | 945 |  63k|  58k|  10k|  1 |  18k|5885 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.26%
2092.01/2099.56	c   641s| 19400 |  5456 |916950 |  46.3 |  1803M |  56 | 945 |  63k|  58k|  10k|  0 |  18k|5925 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.26%
2094.21/2101.73	c   644s| 19500 |  5478 |921506 |  46.3 |  1803M |  56 | 945 |  63k|  58k|  10k|  1 |  18k|5925 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.26%
2095.70/2103.25	c   645s| 19600 |  5508 |926210 |  46.3 |  1806M |  56 | 945 |  63k|  58k|  10k|  1 |  18k|5971 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.26%
2102.59/2110.16	c   652s| 19700 |  5528 |933758 |  46.5 |  1806M |  56 | 945 |  63k|  58k|  10k|  1 |  19k|6025 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.26%
2104.67/2112.28	c   654s| 19800 |  5579 |940746 |  46.6 |  1808M |  56 | 945 |  64k|  58k|  10k|  2 |  19k|6073 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.26%
2108.47/2116.08	c   658s| 19900 |  5647 |947587 |  46.7 |  1808M |  56 | 945 |  64k|  58k|  10k|  2 |  19k|6112 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.27%
2112.24/2119.81	c   662s| 20000 |  5699 |957382 |  47.0 |  1810M |  56 | 945 |  64k|  58k|  10k|  2 |  19k|6147 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.27%
2114.23/2121.80	c   664s| 20100 |  5741 |963768 |  47.1 |  1811M |  56 | 945 |  64k|  58k|  10k|  2 |  19k|6174 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.27%
2117.02/2124.61	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2117.02/2124.61	c   666s| 20200 |  5779 |969154 |  47.1 |  1812M |  56 | 945 |  64k|  58k|  10k|  1 |  19k|6208 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.27%
2120.52/2128.16	c   670s| 20300 |  5825 |979917 |  47.4 |  1812M |  56 | 945 |  64k|  58k|  10k|  1 |  19k|6268 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.27%
2123.90/2131.51	c   673s| 20400 |  5852 |987227 |  47.5 |  1812M |  56 | 945 |  64k|  58k|  11k|  0 |  20k|6317 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.27%
2125.41/2133.01	c   675s| 20500 |  5871 |991281 |  47.5 |  1813M |  56 | 945 |  64k|  58k|  11k|  0 |  20k|6343 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.28%
2129.08/2136.74	c   679s| 20600 |  5897 |995579 |  47.5 |  1814M |  56 | 945 |  64k|   0 |  11k|  0 |  20k|6373 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.29%
2131.17/2138.83	c   681s| 20700 |  5931 |  1000k|  47.4 |  1814M |  56 | 945 |  64k|  58k|  11k|  1 |  20k|6401 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.29%
2132.49/2140.14	c   682s| 20800 |  5957 |  1003k|  47.4 |  1815M |  56 | 945 |  64k|  58k|  11k|  1 |  20k|6421 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.29%
2134.66/2142.37	c   684s| 20900 |  5993 |  1009k|  47.4 |  1816M |  56 | 945 |  64k|  58k|  11k|  0 |  20k|6443 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.29%
2138.15/2145.82	c   688s| 21000 |  6027 |  1012k|  47.4 |  1817M |  56 | 945 |  64k|  58k|  11k|  0 |  20k|6481 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.31%
2141.94/2149.66	c   692s| 21100 |  6069 |  1017k|  47.4 |  1817M |  56 | 945 |  64k|  58k|  11k|  0 |  20k|6502 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.31%
2144.34/2152.06	c   694s| 21200 |  6093 |  1020k|  47.3 |  1817M |  56 | 945 |  64k|  58k|  11k|  1 |  20k|6518 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.31%
2147.12/2154.82	c   697s| 21300 |  6121 |  1024k|  47.3 |  1818M |  56 | 945 |  64k|  58k|  11k|  1 |  21k|6546 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.32%
2150.01/2157.76	c   700s| 21400 |  6153 |  1029k|  47.3 |  1818M |  56 | 945 |  64k|  58k|  11k|  0 |  21k|6579 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.33%
2153.60/2161.38	c   703s| 21500 |  6215 |  1036k|  47.4 |  1820M |  56 | 945 |  64k|  58k|  11k|  1 |  21k|6613 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.34%
2156.30/2164.02	c   706s| 21600 |  6251 |  1040k|  47.3 |  1820M |  56 | 945 |  64k|  58k|  11k|  0 |  21k|6625 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.34%
2157.58/2165.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2157.58/2165.36	c   707s| 21700 |  6267 |  1044k|  47.3 |  1821M |  56 | 945 |  64k|  58k|  11k|  1 |  21k|6640 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.34%
2159.77/2167.51	c   709s| 21800 |  6293 |  1048k|  47.3 |  1822M |  56 | 945 |  64k|  58k|  11k|  2 |  21k|6659 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.34%
2161.28/2169.04	c   711s| 21900 |  6337 |  1053k|  47.3 |  1823M |  56 | 945 |  64k|  58k|  11k|  1 |  21k|6683 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.34%
2165.27/2173.06	c   715s| 22000 |  6381 |  1059k|  47.3 |  1824M |  56 | 945 |  64k|  58k|  11k|  1 |  21k|6721 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.34%
2168.04/2175.85	c   718s| 22100 |  6409 |  1063k|  47.3 |  1826M |  56 | 945 |  64k|  58k|  11k|  0 |  21k|6742 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.35%
2171.03/2178.83	c   721s| 22200 |  6435 |  1067k|  47.3 |  1827M |  56 | 945 |  64k|  58k|  11k|  0 |  21k|6773 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.35%
2172.43/2180.28	c   722s| 22300 |  6451 |  1071k|  47.3 |  1827M |  56 | 945 |  64k|  58k|  11k|  0 |  21k|6794 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.36%
2177.61/2185.40	c   727s| 22400 |  6487 |  1077k|  47.3 |  1828M |  56 | 945 |  64k|  58k|  11k|  0 |  21k|6830 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.37%
2178.70/2186.57	c   728s| 22500 |  6505 |  1081k|  47.2 |  1829M |  56 | 945 |  64k|  58k|  11k|  1 |  21k|6833 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.37%
2180.60/2188.49	c   730s| 22600 |  6528 |  1084k|  47.2 |  1831M |  56 | 945 |  64k|  58k|  11k|  0 |  21k|6843 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.37%
2183.58/2191.42	c   733s| 22700 |  6552 |  1089k|  47.2 |  1831M |  56 | 945 |  63k|  58k|  11k|  0 |  22k|6870 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.39%
2187.18/2195.04	c   737s| 22800 |  6600 |  1094k|  47.2 |  1832M |  56 | 945 |  63k|  58k|  11k|  1 |  22k|6904 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.41%
2188.86/2196.77	c   739s| 22900 |  6616 |  1099k|  47.2 |  1832M |  56 | 945 |  63k|  58k|  11k|  0 |  22k|6938 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.41%
2194.05/2201.96	c   744s| 23000 |  6648 |  1103k|  47.2 |  1832M |  56 | 945 |  64k|  58k|  11k|  1 |  22k|6956 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.41%
2195.94/2203.81	c   746s| 23100 |  6702 |  1109k|  47.2 |  1834M |  56 | 945 |  64k|  58k|  11k|  0 |  22k|6985 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.41%
2197.43/2205.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2197.43/2205.31	c   747s| 23200 |  6764 |  1114k|  47.2 |  1835M |  56 | 945 |  64k|  58k|  11k|  1 |  22k|6995 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.41%
2200.52/2208.48	c   750s| 23300 |  6818 |  1118k|  47.2 |  1836M |  56 | 945 |  64k|  58k|  11k|  1 |  22k|7005 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.41%
2204.90/2212.89	c   755s| 23400 |  6850 |  1122k|  47.2 |  1836M |  56 | 945 |  64k|  58k|  11k|  1 |  22k|7017 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.41%
2208.20/2216.18	c   758s| 23500 |  6886 |  1125k|  47.1 |  1838M |  56 | 945 |  64k|  58k|  11k|  1 |  22k|7018 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.42%
2211.28/2219.25	c   761s| 23600 |  6932 |  1130k|  47.1 |  1838M |  56 | 945 |  64k|  58k|  12k|  0 |  22k|7045 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.42%
2213.18/2221.19	c   763s| 23700 |  6972 |  1134k|  47.1 |  1840M |  56 | 945 |  64k|  58k|  12k|  0 |  22k|7065 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.42%
2214.97/2222.91	c   765s| 23800 |  7004 |  1137k|  47.0 |  1840M |  56 | 945 |  64k|  58k|  12k|  1 |  22k|7074 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.42%
2216.08/2224.10	c   766s| 23900 |  7044 |  1141k|  47.0 |  1842M |  56 | 945 |  64k|  58k|  12k|  1 |  22k|7079 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.42%
2217.96/2225.92	c   768s| 24000 |  7086 |  1145k|  47.0 |  1843M |  56 | 945 |  64k|  58k|  12k|  0 |  23k|7109 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.42%
2223.84/2231.80	c   774s| 24100 |  7100 |  1150k|  47.0 |  1843M |  56 | 945 |  64k|  58k|  12k|  2 |  23k|7150 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.42%
2226.52/2234.56	c   776s| 24200 |  7125 |  1156k|  47.0 |  1844M |  56 | 945 |  64k|  58k|  12k|  1 |  23k|7228 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.45%
2228.91/2236.95	c   779s| 24300 |  7151 |  1160k|  47.0 |  1845M |  56 | 945 |  64k|  58k|  12k|  1 |  23k|7258 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.45%
2230.42/2238.49	c   780s| 24400 |  7181 |  1164k|  47.0 |  1845M |  56 | 945 |  64k|  58k|  12k|  1 |  23k|7267 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.45%
2232.81/2240.86	c   783s| 24500 |  7195 |  1169k|  47.0 |  1846M |  56 | 945 |  64k|  58k|  12k|  1 |  23k|7280 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.45%
2235.01/2243.08	c   785s| 24600 |  7222 |  1174k|  47.0 |  1846M |  56 | 945 |  64k|  58k|  12k|  1 |  23k|7306 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.46%
2236.69/2244.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2236.69/2244.78	c   787s| 24700 |  7222 |  1177k|  46.9 |  1847M |  56 | 945 |  64k|  58k|  12k|  1 |  23k|7312 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.46%
2238.88/2246.98	c   789s| 24800 |  7250 |  1180k|  46.9 |  1847M |  56 | 945 |  64k|  58k|  12k|  1 |  23k|7334 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.46%
2240.48/2248.54	c   790s| 24900 |  7266 |  1184k|  46.9 |  1848M |  56 | 945 |  64k|  58k|  12k|  1 |  23k|7358 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.47%
2242.08/2250.19	c   792s| 25000 |  7326 |  1191k|  46.9 |  1848M |  56 | 945 |  64k|  58k|  12k|  1 |  23k|7361 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.47%
2243.76/2251.87	c   794s| 25100 |  7386 |  1197k|  47.0 |  1850M |  56 | 945 |  64k|  58k|  12k|  1 |  24k|7371 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.47%
2244.97/2253.02	c   795s| 25200 |  7412 |  1201k|  47.0 |  1851M |  56 | 945 |  64k|  58k|  12k|  0 |  24k|7376 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.47%
2246.15/2254.21	c   796s| 25300 |  7426 |  1205k|  46.9 |  1852M |  56 | 945 |  64k|  58k|  12k|  0 |  24k|7388 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.47%
2247.35/2255.40	c   797s| 25400 |  7460 |  1208k|  46.9 |  1852M |  56 | 945 |  64k|  58k|  12k|  1 |  24k|7397 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.47%
2248.44/2256.52	c   798s| 25500 |  7488 |  1212k|  46.9 |  1852M |  56 | 945 |  64k|  58k|  12k|  1 |  24k|7400 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.47%
2250.05/2258.13	c   800s| 25600 |  7526 |  1216k|  46.8 |  1855M |  56 | 945 |  64k|  58k|  12k|  1 |  24k|7403 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.48%
2254.42/2262.55	c   804s| 25700 |  7552 |  1221k|  46.8 |  1856M |  56 | 945 |  64k|  58k|  12k|  1 |  24k|7421 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.48%
2255.82/2263.93	c   806s| 25800 |  7582 |  1225k|  46.8 |  1857M |  56 | 945 |  64k|  58k|  12k|  0 |  24k|7430 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.49%
2257.31/2265.40	c   807s| 25900 |  7612 |  1229k|  46.8 |  1858M |  56 | 945 |  64k|  58k|  12k|  1 |  24k|7450 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.49%
2258.60/2266.76	c   809s| 26000 |  7640 |  1233k|  46.7 |  1859M |  56 | 945 |  64k|  58k|  12k|  2 |  24k|7466 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.50%
2261.39/2269.60	c   811s| 26100 |  7660 |  1237k|  46.7 |  1860M |  56 | 945 |  64k|  58k|  12k|  1 |  24k|7466 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.50%
2263.79/2271.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2263.79/2271.96	c   814s| 26200 |  7684 |  1243k|  46.8 |  1862M |  56 | 945 |  64k|  58k|  12k|  0 |  24k|7474 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.50%
2265.78/2273.96	c   816s| 26300 |  7706 |  1246k|  46.7 |  1863M |  56 | 945 |  63k|  58k|  12k|  0 |  24k|7476 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.50%
2267.89/2276.02	c   818s| 26400 |  7734 |  1250k|  46.7 |  1865M |  56 | 945 |  63k|  58k|  12k|  1 |  24k|7485 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.50%
2269.07/2277.23	c   819s| 26500 |  7750 |  1253k|  46.6 |  1865M |  56 | 945 |  64k|  58k|  12k|  0 |  24k|7501 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.51%
2270.76/2278.95	c   821s| 26600 |  7788 |  1258k|  46.6 |  1867M |  56 | 945 |  63k|  58k|  12k|  1 |  24k|7517 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.51%
2276.64/2284.85	c   827s| 26700 |  7816 |  1263k|  46.6 |  1868M |  56 | 945 |  63k|  58k|  12k|  1 |  24k|7533 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.51%
2278.14/2286.35	c   828s| 26800 |  7826 |  1266k|  46.6 |  1868M |  56 | 945 |  63k|  58k|  12k|  1 |  24k|7539 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.51%
2281.43/2289.65	c   832s| 26900 |  7860 |  1271k|  46.6 |  1868M |  56 | 945 |  63k|  58k|  12k|  0 |  24k|7556 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.51%
2282.52/2290.76	c   833s| 27000 |  7878 |  1274k|  46.5 |  1869M |  56 | 945 |  63k|  58k|  12k|  1 |  24k|7558 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.51%
2286.82/2295.05	c   837s| 27100 |  7910 |  1280k|  46.6 |  1869M |  56 | 945 |  63k|  58k|  12k|  0 |  24k|7565 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.51%
2288.50/2296.79	c   839s| 27200 |  7934 |  1285k|  46.6 |  1869M |  56 | 945 |  63k|  58k|  12k|  0 |  24k|7565 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.52%
2292.08/2300.34	c   842s| 27300 |  7968 |  1290k|  46.6 |  1870M |  56 | 945 |  63k|  58k|  12k|  0 |  25k|7568 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.52%
2294.79/2303.10	c   845s| 27400 |  8004 |  1297k|  46.7 |  1870M |  56 | 945 |  63k|  58k|  12k|  1 |  25k|7579 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.52%
2299.06/2307.34	c   849s| 27500 |  8018 |  1300k|  46.6 |  1870M |  56 | 945 |  63k|  58k|  13k|  2 |  25k|7590 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.53%
2302.94/2311.25	c   853s| 27600 |  8034 |  1304k|  46.6 |  1871M |  56 | 945 |  63k|  58k|  13k|  0 |  25k|7592 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.53%
2309.12/2317.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2309.12/2317.48	c   859s| 27700 |  8075 |  1308k|  46.6 |  1872M |  56 | 945 |  63k|  58k|  13k|  1 |  25k|7607 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.54%
2312.61/2320.95	c   863s| 27800 |  8091 |  1313k|  46.6 |  1872M |  56 | 945 |  63k|  58k|  13k|  1 |  25k|7612 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.55%
2316.50/2324.85	c   867s| 27900 |  8127 |  1319k|  46.6 |  1873M |  56 | 945 |  63k|  58k|  13k|  0 |  25k|7627 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.56%
2317.90/2326.23	c   868s| 28000 |  8147 |  1323k|  46.6 |  1874M |  56 | 945 |  63k|   0 |  13k|  0 |  25k|7645 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.56%
2320.19/2328.56	c   870s| 28100 |  8161 |  1327k|  46.6 |  1906M |  56 | 945 |  63k|  58k|  13k|  1 |  25k|7647 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.56%
2321.59/2329.95	c   872s| 28200 |  8189 |  1331k|  46.6 |  1907M |  56 | 945 |  63k|  58k|  13k|  1 |  25k|7654 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.58%
2325.17/2333.53	c   875s| 28300 |  8206 |  1336k|  46.6 |  1908M |  56 | 945 |  63k|  58k|  13k|  1 |  25k|7655 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.59%
2329.36/2337.76	c   880s| 28400 |  8236 |  1341k|  46.6 |  1909M |  56 | 945 |  63k|  58k|  13k|  0 |  25k|7659 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.59%
2330.55/2338.92	c   881s| 28500 |  8258 |  1345k|  46.6 |  1909M |  56 | 945 |  63k|  58k|  13k|  1 |  25k|7661 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.60%
2331.95/2340.36	c   882s| 28600 |  8280 |  1350k|  46.6 |  1911M |  56 | 945 |  63k|  58k|  13k|  1 |  25k|7664 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.60%
2332.94/2341.38	c   883s| 28700 |  8286 |  1353k|  46.5 |  1912M |  56 | 945 |  63k|  58k|  13k|  0 |  25k|7666 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.61%
2335.83/2344.26	c   886s| 28800 |  8298 |  1356k|  46.5 |  1912M |  56 | 945 |  63k|  58k|  13k|  1 |  25k|7667 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.61%
2337.03/2345.46	c   887s| 28900 |  8324 |  1360k|  46.4 |  1912M |  56 | 945 |  63k|  58k|  13k|  0 |  25k|7670 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.62%
2338.42/2346.87	c   889s| 29000 |  8356 |  1364k|  46.4 |  1913M |  56 | 945 |  63k|  58k|  13k|  2 |  25k|7680 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.62%
2339.63/2348.07	c   890s| 29100 |  8378 |  1367k|  46.4 |  1913M |  56 | 945 |  63k|  58k|  13k|  0 |  25k|7686 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.62%
2341.01/2349.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2341.01/2349.41	c   891s| 29200 |  8416 |  1372k|  46.4 |  1914M |  56 | 945 |  63k|  58k|  13k|  0 |  25k|7690 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.62%
2342.31/2350.75	c   893s| 29300 |  8432 |  1376k|  46.4 |  1914M |  56 | 945 |  63k|  58k|  13k|  0 |  25k|7694 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.63%
2344.50/2352.95	c   895s| 29400 |  8446 |  1380k|  46.3 |  1914M |  56 | 945 |  63k|  58k|  13k|  1 |  25k|7697 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.63%
2347.89/2356.32	c   898s| 29500 |  8466 |  1383k|  46.3 |  1914M |  56 | 945 |  63k|  58k|  13k|  1 |  25k|7700 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.63%
2348.88/2357.32	c   899s| 29600 |  8494 |  1387k|  46.3 |  1915M |  56 | 945 |  63k|  58k|  13k|  1 |  25k|7700 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.63%
2351.59/2360.10	c   902s| 29700 |  8520 |  1389k|  46.2 |  1915M |  56 | 945 |  63k|  58k|  13k|  1 |  25k|7700 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.63%
2352.58/2361.03	c   903s| 29800 |  8536 |  1392k|  46.1 |  1915M |  56 | 945 |  63k|  58k|  13k|  0 |  25k|7706 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.63%
2358.75/2367.21	c   909s| 29900 |  8548 |  1394k|  46.0 |  1915M |  56 | 945 |  63k|  58k|  13k|  1 |  25k|7706 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.63%
2359.85/2368.38	c   910s| 30000 |  8556 |  1399k|  46.0 |  1916M |  56 | 945 |  63k|  58k|  13k|  0 |  25k|7706 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.64%
2362.04/2370.54	c   912s| 30100 |  8602 |  1405k|  46.1 |  1917M |  56 | 945 |  63k|  58k|  13k|  0 |  25k|7706 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.64%
2363.83/2372.32	c   914s| 30200 |  8628 |  1409k|  46.1 |  1917M |  56 | 945 |  63k|  58k|  13k|  1 |  25k|7707 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.64%
2365.13/2373.61	c   915s| 30300 |  8656 |  1414k|  46.1 |  1918M |  56 | 945 |  63k|  58k|  13k|  1 |  25k|7708 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.64%
2366.53/2375.10	c   917s| 30400 |  8680 |  1420k|  46.1 |  1919M |  56 | 945 |  63k|  58k|  13k|  1 |  26k|7711 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.64%
2368.31/2376.82	c   919s| 30500 |  8710 |  1424k|  46.1 |  1920M |  56 | 945 |  63k|  58k|  13k|  0 |  26k|7718 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.65%
2369.31/2377.88	c   920s| 30600 |  8738 |  1429k|  46.1 |  1921M |  56 | 945 |  63k|  58k|  13k|  1 |  26k|7718 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.65%
2374.79/2383.30	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2374.79/2383.30	c   925s| 30700 |  8780 |  1432k|  46.1 |  1921M |  56 | 945 |  63k|  58k|  14k|  3 |  26k|7718 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.65%
2379.48/2388.09	c   930s| 30800 |  8790 |  1435k|  46.0 |  1921M |  56 | 945 |  63k|  58k|  14k|  1 |  26k|7718 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.65%
2380.48/2389.09	c   931s| 30900 |  8796 |  1438k|  46.0 |  1922M |  56 | 945 |  63k|  58k|  14k|  1 |  26k|7719 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.65%
2381.58/2390.16	c   932s| 31000 |  8826 |  1441k|  45.9 |  1923M |  56 | 945 |  63k|  58k|  14k|  1 |  26k|7719 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.65%
2382.66/2391.21	c   933s| 31100 |  8846 |  1445k|  45.9 |  1925M |  56 | 945 |  63k|  58k|  14k|  1 |  26k|7719 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.65%
2384.57/2393.12	c   935s| 31200 |  8884 |  1450k|  45.9 |  1928M |  56 | 945 |  63k|  58k|  14k|  1 |  26k|7719 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.65%
2385.65/2394.24	c   936s| 31300 |  8912 |  1454k|  45.9 |  1928M |  56 | 945 |  63k|  58k|  14k|  1 |  26k|7719 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.65%
2386.56/2395.17	c   937s| 31400 |  8928 |  1457k|  45.8 |  1928M |  56 | 945 |  63k|  58k|  14k|  0 |  26k|7720 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.65%
2393.62/2402.27	c   944s| 31500 |  8942 |  1461k|  45.8 |  1928M |  56 | 945 |  63k|  58k|  14k|  0 |  26k|7722 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.65%
2396.61/2405.27	c   947s| 31600 |  8968 |  1465k|  45.8 |  1929M |  56 | 945 |  63k|  58k|  14k|  0 |  26k|7722 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.65%
2397.80/2406.46	c   948s| 31700 |  8996 |  1470k|  45.8 |  1930M |  56 | 945 |  63k|  58k|  14k|  0 |  26k|7722 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.65%
2399.30/2407.95	c   950s| 31800 |  9008 |  1473k|  45.8 |  1930M |  56 | 945 |  63k|  58k|  14k|  0 |  26k|7722 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.65%
2400.41/2409.01	c   951s| 31900 |  9034 |  1476k|  45.7 |  1931M |  56 | 945 |  63k|  58k|  14k|  1 |  26k|7729 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.66%
2401.79/2410.47	c   952s| 32000 |  9046 |  1479k|  45.7 |  1932M |  56 | 945 |  63k|  58k|  14k|  0 |  26k|7729 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.66%
2403.50/2412.15	c   954s| 32100 |  9068 |  1483k|  45.6 |  1932M |  56 | 945 |  63k|  58k|  14k|  3 |  26k|7733 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.66%
2405.28/2413.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2405.28/2413.98	c   956s| 32200 |  9080 |  1486k|  45.6 |  1933M |  56 | 945 |  63k|  58k|  14k|  1 |  26k|7735 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.66%
2407.57/2416.28	c   958s| 32300 |  9096 |  1490k|  45.6 |  1933M |  56 | 945 |  63k|  58k|  14k|  1 |  26k|7736 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.66%
2409.37/2418.06	c   960s| 32400 |  9124 |  1495k|  45.6 |  1936M |  56 | 945 |  63k|  58k|  14k|  2 |  26k|7737 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.67%
2411.06/2419.79	c   962s| 32500 |  9142 |  1498k|  45.6 |  1936M |  56 | 945 |  63k|  58k|  14k|  1 |  26k|7738 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.67%
2412.95/2421.62	c   964s| 32600 |  9166 |  1503k|  45.6 |  1936M |  56 | 945 |  63k|  58k|  14k|  1 |  26k|7740 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.67%
2414.04/2422.71	c   965s| 32700 |  9177 |  1506k|  45.5 |  1937M |  56 | 945 |  63k|  58k|  14k|  1 |  26k|7742 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.67%
2415.35/2424.02	c   966s| 32800 |  9195 |  1511k|  45.5 |  1938M |  56 | 945 |  63k|  58k|  14k|  1 |  26k|7744 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.67%
2416.35/2425.01	c   967s| 32900 |  9207 |  1514k|  45.5 |  1938M |  56 | 945 |  63k|  58k|  14k|  2 |  26k|7745 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.67%
2417.83/2426.53	c   968s| 33000 |  9229 |  1520k|  45.5 |  1938M |  56 | 945 |  63k|  58k|  14k|  1 |  26k|7747 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.68%
2420.72/2429.44	c   971s| 33100 |  9243 |  1523k|  45.5 |  1938M |  56 | 945 |  63k|  58k|  14k|  0 |  26k|7747 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.69%
2423.21/2431.90	c   974s| 33200 |  9273 |  1527k|  45.5 |  1939M |  56 | 945 |  62k|  58k|  14k|  1 |  26k|7750 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.70%
2424.11/2432.81	c   975s| 33300 |  9307 |  1531k|  45.4 |  1939M |  56 | 945 |  62k|  58k|  14k|  1 |  26k|7750 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.70%
2425.80/2434.50	c   976s| 33400 |  9333 |  1534k|  45.4 |  1941M |  56 | 945 |  63k|  58k|  14k|  1 |  26k|7758 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.70%
2427.31/2436.04	c   978s| 33500 |  9343 |  1537k|  45.4 |  1941M |  56 | 945 |  63k|  58k|  14k|  1 |  26k|7761 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.70%
2428.49/2437.28	c   979s| 33600 |  9353 |  1540k|  45.3 |  1941M |  56 | 945 |  63k|  58k|  14k|  1 |  26k|7761 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.70%
2430.09/2438.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2430.09/2438.80	c   981s| 33700 |  9373 |  1544k|  45.3 |  1941M |  56 | 945 |  62k|  58k|  14k|  0 |  26k|7762 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.70%
2431.18/2439.98	c   982s| 33800 |  9389 |  1547k|  45.2 |  1941M |  56 | 945 |  62k|  58k|  14k|  0 |  26k|7764 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.70%
2432.18/2441.00	c   983s| 33900 |  9403 |  1551k|  45.2 |  1941M |  56 | 945 |  62k|  58k|  14k|  0 |  26k|7764 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.70%
2435.17/2443.93	c   986s| 34000 |  9419 |  1554k|  45.2 |  1943M |  56 | 945 |  62k|  58k|  14k|  0 |  26k|7765 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.70%
2437.76/2446.55	c   988s| 34100 |  9449 |  1558k|  45.2 |  1943M |  56 | 945 |  62k|  58k|  14k|  0 |  26k|7770 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.71%
2439.27/2448.03	c   990s| 34200 |  9459 |  1561k|  45.1 |  1943M |  56 | 945 |  62k|  58k|  14k|  0 |  26k|7770 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.71%
2442.04/2450.83	c   993s| 34300 |  9481 |  1565k|  45.1 |  1943M |  56 | 945 |  62k|  58k|  14k|  2 |  26k|7772 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.71%
2443.04/2451.83	c   994s| 34400 |  9503 |  1568k|  45.1 |  1944M |  56 | 945 |  62k|  58k|  14k|  2 |  26k|7773 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.72%
2447.03/2455.81	c   998s| 34500 |  9533 |  1573k|  45.1 |  1945M |  56 | 945 |  62k|  58k|  14k|  0 |  26k|7775 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.72%
2449.23/2458.07	c  1000s| 34600 |  9553 |  1576k|  45.1 |  1946M |  56 | 945 |  62k|  58k|  14k|  1 |  26k|7775 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.72%
2450.23/2459.10	c  1001s| 34700 |  9563 |  1579k|  45.0 |  1947M |  56 | 945 |  62k|  58k|  14k|  0 |  26k|7775 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.72%
2452.11/2460.92	c  1003s| 34800 |  9579 |  1582k|  45.0 |  1947M |  56 | 945 |  62k|  58k|  14k|  1 |  26k|7777 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.72%
2453.10/2461.95	c  1004s| 34900 |  9587 |  1585k|  44.9 |  1947M |  56 | 945 |  62k|  58k|  15k|  1 |  26k|7777 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.72%
2454.21/2463.10	c  1005s| 35000 |  9597 |  1588k|  44.9 |  1947M |  56 | 945 |  62k|  58k|  15k|  1 |  26k|7777 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.72%
2456.89/2465.70	c  1008s| 35100 |  9604 |  1592k|  44.8 |  1947M |  56 | 945 |  62k|  58k|  15k|  1 |  26k|7777 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.72%
2458.38/2467.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2458.38/2467.24	c  1009s| 35200 |  9618 |  1595k|  44.8 |  1947M |  56 | 945 |  62k|  58k|  15k|  1 |  26k|7780 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.73%
2463.07/2471.93	c  1014s| 35300 |  9640 |  1599k|  44.8 |  1948M |  56 | 945 |  62k|  58k|  15k|  1 |  26k|7782 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.73%
2466.06/2474.98	c  1017s| 35400 |  9674 |  1603k|  44.8 |  1949M |  56 | 945 |  62k|  58k|  15k|  1 |  26k|7783 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.73%
2470.34/2479.27	c  1021s| 35500 |  9694 |  1607k|  44.8 |  1950M |  56 | 945 |  62k|  58k|  15k|  1 |  26k|7787 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.74%
2472.73/2481.64	c  1024s| 35600 |  9738 |  1612k|  44.8 |  1951M |  56 | 945 |  62k|  58k|  15k|  1 |  26k|7792 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.74%
2475.52/2484.40	c  1026s| 35700 |  9778 |  1616k|  44.8 |  1952M |  56 | 945 |  62k|  58k|  15k|  1 |  26k|7798 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.74%
2477.02/2485.93	c  1028s| 35800 |  9798 |  1619k|  44.7 |  1954M |  56 | 945 |  62k|  58k|  15k|  2 |  26k|7802 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.75%
2478.41/2487.32	c  1029s| 35900 |  9815 |  1623k|  44.7 |  1954M |  56 | 945 |  62k|  58k|  15k|  1 |  26k|7804 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.75%
2480.22/2489.17	c  1031s| 36000 |  9835 |  1627k|  44.7 |  1955M |  56 | 945 |  62k|  58k|  15k|  0 |  26k|7804 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.75%
2482.30/2491.24	c  1033s| 36100 |  9875 |  1631k|  44.7 |  2012M |  56 | 945 |  62k|  58k|  15k|  0 |  26k|7804 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.75%
2484.69/2493.64	c  1036s| 36200 |  9889 |  1634k|  44.7 |  2014M |  56 | 945 |  62k|  58k|  15k|  0 |  26k|7805 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.77%
2485.68/2494.68	c  1037s| 36300 |  9907 |  1638k|  44.6 |  2014M |  56 | 945 |  62k|  58k|  15k|  1 |  26k|7806 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.77%
2486.88/2495.84	c  1038s| 36400 |  9945 |  1642k|  44.6 |  2015M |  56 | 945 |  62k|  58k|  15k|  1 |  26k|7806 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.78%
2487.88/2496.88	c  1039s| 36500 |  9973 |  1645k|  44.6 |  2016M |  56 | 945 |  62k|  58k|  15k|  1 |  26k|7809 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.78%
2489.97/2498.95	c  1041s| 36600 |  9989 |  1650k|  44.6 |  2016M |  56 | 945 |  62k|  58k|  15k|  0 |  27k|7811 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.78%
2491.36/2500.38	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2491.36/2500.38	c  1042s| 36700 | 10021 |  1655k|  44.6 |  2017M |  56 | 945 |  62k|  58k|  15k|  1 |  27k|7818 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.78%
2492.96/2501.92	c  1044s| 36800 | 10041 |  1659k|  44.6 |  2018M |  56 | 945 |  62k|  58k|  15k|  0 |  27k|7818 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.78%
2493.95/2502.91	c  1045s| 36900 | 10049 |  1662k|  44.6 |  2018M |  56 | 945 |  62k|  58k|  15k|  0 |  27k|7819 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.78%
2494.95/2503.99	c  1046s| 37000 | 10061 |  1666k|  44.5 |  2018M |  56 | 945 |  62k|  58k|  15k|  1 |  27k|7819 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.78%
2496.24/2505.28	c  1047s| 37100 | 10083 |  1670k|  44.5 |  2018M |  56 | 945 |  62k|  58k|  15k|  0 |  27k|7833 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.78%
2499.63/2508.61	c  1050s| 37200 | 10091 |  1673k|  44.5 |  2018M |  56 | 945 |  62k|  58k|  15k|  0 |  27k|7852 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.78%
2501.53/2510.58	c  1052s| 37300 | 10106 |  1677k|  44.5 |  2019M |  56 | 945 |  62k|  58k|  15k|  1 |  27k|7885 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.78%
2502.82/2511.80	c  1054s| 37400 | 10136 |  1681k|  44.5 |  2019M |  56 | 945 |  62k|  58k|  15k|  1 |  27k|7893 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.78%
2504.51/2513.52	c  1055s| 37500 | 10160 |  1685k|  44.5 |  2019M |  56 | 945 |  62k|  58k|  15k|  1 |  27k|7911 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.78%
2505.61/2514.67	c  1057s| 37600 | 10202 |  1688k|  44.4 |  2021M |  56 | 945 |  62k|  58k|  15k|  1 |  27k|7919 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.78%
2507.80/2516.87	c  1059s| 37700 | 10216 |  1691k|  44.4 |  2021M |  56 | 945 |  62k|  58k|  15k|  0 |  27k|7931 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.78%
2509.50/2518.54	c  1060s| 37800 | 10244 |  1696k|  44.4 |  2021M |  56 | 945 |  62k|  58k|  15k|  0 |  27k|7952 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.79%
2510.39/2519.42	c  1061s| 37900 | 10270 |  1698k|  44.4 |  2023M |  56 | 945 |  62k|  58k|  15k|  0 |  27k|7952 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.79%
2511.89/2520.96	c  1063s| 38000 | 10288 |  1703k|  44.4 |  2024M |  56 | 945 |  62k|  58k|  15k|  0 |  27k|7973 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.80%
2513.10/2522.14	c  1064s| 38100 | 10324 |  1707k|  44.3 |  2025M |  56 | 945 |  62k|  58k|  15k|  0 |  27k|7979 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.80%
2514.68/2523.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2514.68/2523.73	c  1066s| 38200 | 10336 |  1711k|  44.3 |  2025M |  56 | 945 |  62k|  58k|  15k|  0 |  27k|7996 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.80%
2516.17/2525.29	c  1067s| 38300 | 10350 |  1716k|  44.3 |  2027M |  56 | 945 |  62k|  58k|  15k|  0 |  27k|8019 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.80%
2518.46/2527.51	c  1069s| 38400 | 10368 |  1720k|  44.3 |  2027M |  56 | 945 |  62k|  58k|  15k|  2 |  27k|8053 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.80%
2520.46/2529.54	c  1071s| 38500 | 10376 |  1724k|  44.3 |  2027M |  56 | 945 |  63k|  58k|  15k|  1 |  27k|8083 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.81%
2522.45/2531.55	c  1073s| 38600 | 10388 |  1728k|  44.3 |  2027M |  56 | 945 |  63k|  58k|  15k|  2 |  27k|8096 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.82%
2526.95/2536.04	c  1078s| 38700 | 10404 |  1731k|  44.3 |  2027M |  56 | 945 |  63k|  58k|  15k|  0 |  27k|8116 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.83%
2530.42/2539.57	c  1081s| 38800 | 10428 |  1737k|  44.3 |  2028M |  56 | 945 |  63k|  58k|  15k|  0 |  28k|8162 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.83%
2531.82/2540.92	c  1083s| 38900 | 10440 |  1741k|  44.3 |  2028M |  56 | 945 |  63k|  58k|  15k|  1 |  28k|8187 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.83%
2533.11/2542.20	c  1084s| 39000 | 10446 |  1744k|  44.3 |  2028M |  56 | 945 |  63k|  58k|  15k|  1 |  28k|8217 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.83%
2534.41/2543.59	c  1085s| 39100 | 10482 |  1749k|  44.3 |  2029M |  56 | 945 |  63k|  58k|  15k|  1 |  28k|8240 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.83%
2538.01/2547.19	c  1089s| 39200 | 10504 |  1753k|  44.3 |  2030M |  56 | 945 |  63k|  58k|  15k|  0 |  28k|8255 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.84%
2539.49/2548.60	c  1090s| 39300 | 10509 |  1757k|  44.3 |  2030M |  56 | 945 |  63k|  58k|  15k|  0 |  28k|8287 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.84%
2541.68/2550.80	c  1093s| 39400 | 10529 |  1761k|  44.3 |  2030M |  56 | 945 |  63k|  58k|  15k|  1 |  28k|8314 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.84%
2546.46/2555.63	c  1098s| 39500 | 10535 |  1767k|  44.3 |  2030M |  56 | 945 |  63k|  58k|  16k|  1 |  28k|8365 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.85%
2548.75/2557.99	c  1100s| 39600 | 10555 |  1771k|  44.3 |  2030M |  56 | 945 |  63k|  58k|  16k|  1 |  28k|8393 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.85%
2552.74/2561.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2552.74/2561.94	c  1104s| 39700 | 10557 |  1775k|  44.3 |  2030M |  56 | 945 |  63k|  58k|  16k|  0 |  28k|8423 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.88%
2554.13/2563.39	c  1105s| 39800 | 10567 |  1779k|  44.2 |  2031M |  56 | 945 |  63k|  58k|  16k|  1 |  29k|8445 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.88%
2555.53/2564.73	c  1107s| 39900 | 10575 |  1782k|  44.2 |  2031M |  56 | 945 |  63k|  58k|  16k|  1 |  29k|8477 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.89%
2557.02/2566.29	c  1108s| 40000 | 10583 |  1787k|  44.2 |  2031M |  56 | 945 |  63k|  58k|  16k|  1 |  29k|8507 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.89%
2559.11/2568.38	c  1110s| 40100 | 10593 |  1791k|  44.2 |  2031M |  56 | 945 |  63k|  58k|  16k|  0 |  29k|8534 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.89%
2560.31/2569.55	c  1111s| 40200 | 10601 |  1794k|  44.2 |  2031M |  56 | 945 |  63k|  58k|  16k|  1 |  29k|8544 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.89%
2561.91/2571.16	c  1113s| 40300 | 10621 |  1798k|  44.2 |  2032M |  56 | 945 |  63k|  58k|  16k|  1 |  29k|8576 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.89%
2563.00/2572.27	c  1114s| 40400 | 10617 |  1801k|  44.1 |  2032M |  56 | 945 |  63k|  58k|  16k|  0 |  29k|8587 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.90%
2564.39/2573.65	c  1116s| 40500 | 10617 |  1804k|  44.1 |  2032M |  56 | 945 |  63k|  58k|  16k|  1 |  29k|8624 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.90%
2566.29/2575.51	c  1117s| 40600 | 10631 |  1808k|  44.1 |  2034M |  56 | 945 |  63k|  58k|  16k|  0 |  29k|8650 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.90%
2567.68/2576.94	c  1119s| 40700 | 10651 |  1812k|  44.1 |  2034M |  56 | 945 |  63k|  58k|  16k|  0 |  29k|8667 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.91%
2568.98/2578.27	c  1120s| 40800 | 10661 |  1815k|  44.1 |  2034M |  56 | 945 |  63k|  58k|  16k|  2 |  29k|8690 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.91%
2570.07/2579.34	c  1121s| 40900 | 10655 |  1819k|  44.0 |  2035M |  56 | 945 |  63k|  58k|  16k|  1 |  29k|8696 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.91%
2571.97/2581.27	c  1123s| 41000 | 10655 |  1824k|  44.1 |  2035M |  56 | 945 |  63k|  58k|  16k|  0 |  30k|8751 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.91%
2573.66/2582.90	c  1125s| 41100 | 10671 |  1828k|  44.1 |  2035M |  56 | 945 |  63k|  58k|  16k|  0 |  30k|8786 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.91%
2574.96/2584.29	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2574.96/2584.29	c  1126s| 41200 | 10671 |  1832k|  44.0 |  2036M |  56 | 945 |  63k|  58k|  16k|  1 |  30k|8811 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.91%
2578.24/2587.50	c  1129s| 41300 | 10675 |  1834k|  44.0 |  2036M |  56 | 945 |  63k|  58k|  16k|  1 |  30k|8812 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.91%
2581.53/2590.84	c  1133s| 41400 | 10697 |  1839k|  44.0 |  2038M |  56 | 945 |  63k|  58k|  16k|  1 |  30k|8838 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.91%
2583.84/2593.17	c  1135s| 41500 | 10749 |  1846k|  44.0 |  2038M |  56 | 945 |  63k|  58k|  16k|  0 |  30k|8880 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.91%
2585.32/2594.64	c  1137s| 41600 | 10823 |  1850k|  44.0 |  2040M |  56 | 945 |  63k|  58k|  16k|  0 |  30k|8888 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.91%
2586.91/2596.20	c  1138s| 41700 | 10837 |  1854k|  44.0 |  2040M |  56 | 945 |  63k|  58k|  16k|  0 |  30k|8925 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.92%
2588.82/2598.16	c  1140s| 41800 | 10853 |  1858k|  44.0 |  2041M |  56 | 945 |  63k|  58k|  16k|  0 |  30k|8941 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.92%
2595.18/2604.53	c  1146s| 41900 | 10851 |  1863k|  44.0 |  2041M |  56 | 945 |  64k|  58k|  16k|  0 |  30k|8987 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.93%
2596.79/2606.18	c  1148s| 42000 | 10881 |  1868k|  44.1 |  2041M |  56 | 945 |  64k|  58k|  16k|  1 |  30k|9011 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.93%
2598.68/2608.08	c  1150s| 42100 | 10898 |  1874k|  44.1 |  2042M |  56 | 945 |  64k|  58k|  16k|  2 |  31k|9057 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.93%
2601.26/2610.61	c  1152s| 42200 | 10906 |  1877k|  44.1 |  2042M |  56 | 945 |  64k|  58k|  16k|  0 |  31k|9071 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.93%
2602.95/2612.39	c  1154s| 42300 | 10920 |  1882k|  44.1 |  2043M |  56 | 945 |  64k|  58k|  16k|  0 |  31k|9112 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.93%
2604.66/2614.04	c  1156s| 42400 | 10940 |  1887k|  44.1 |  2043M |  56 | 945 |  64k|  58k|  16k|  1 |  31k|9155 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.93%
2608.23/2617.69	c  1160s| 42500 | 10954 |  1891k|  44.1 |  2044M |  56 | 945 |  64k|  58k|  16k|  1 |  31k|9171 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.94%
2609.92/2619.34	c  1161s| 42600 | 10972 |  1895k|  44.1 |  2044M |  56 | 945 |  64k|  58k|  16k|  1 |  31k|9183 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.94%
2612.02/2621.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2612.02/2621.47	c  1163s| 42700 | 11022 |  1899k|  44.1 |  2045M |  56 | 945 |  64k|  58k|  16k|  1 |  31k|9200 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.94%
2613.31/2622.75	c  1165s| 42800 | 11084 |  1904k|  44.1 |  2046M |  56 | 945 |  64k|  58k|  16k|  1 |  31k|9205 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.94%
2615.90/2625.33	c  1167s| 42900 | 11098 |  1908k|  44.1 |  2047M |  56 | 945 |  64k|  58k|  16k|  0 |  31k|9220 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.94%
2618.79/2628.24	c  1170s| 43000 | 11100 |  1912k|  44.1 |  2047M |  56 | 945 |  64k|  58k|  16k|  1 |  31k|9241 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.95%
2621.28/2630.77	c  1173s| 43100 | 11110 |  1917k|  44.1 |  2047M |  56 | 945 |  64k|  58k|  16k|  1 |  32k|9262 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.95%
2623.87/2633.36	c  1175s| 43200 | 11136 |  1920k|  44.0 |  2047M |  56 | 945 |  64k|  58k|  16k|  1 |  32k|9271 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.95%
2625.07/2634.59	c  1176s| 43300 | 11172 |  1925k|  44.0 |  2048M |  56 | 945 |  64k|  58k|  16k|  0 |  32k|9276 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.95%
2627.06/2636.51	c  1178s| 43400 | 11177 |  1927k|  44.0 |  2048M |  56 | 945 |  64k|  58k|  16k|  1 |  32k|9290 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.96%
2630.66/2640.16	c  1182s| 43500 | 11185 |  1930k|  44.0 |  2048M |  56 | 945 |  64k|  58k|  16k|  0 |  32k|9302 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.96%
2631.94/2641.45	c  1183s| 43600 | 11209 |  1933k|  43.9 |  2049M |  56 | 945 |  64k|  58k|  16k|  0 |  32k|9315 | 4.500000e+01 | 4.300000e+01*|   4.65%|   1.96%
2636.33/2645.89	c  1188s| 43700 | 11213 |  1937k|  43.9 |  2051M |  56 | 945 |  64k|  58k|  16k|  0 |  32k|9325 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.01%
2639.12/2648.63	c  1191s| 43800 | 11233 |  1942k|  43.9 |  2051M |  56 | 945 |  64k|  58k|  16k|  1 |  32k|9348 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.03%
2640.11/2649.66	c  1192s| 43900 | 11267 |  1945k|  43.9 |  2052M |  56 | 945 |  64k|  58k|  16k|  1 |  32k|9356 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.03%
2641.21/2650.79	c  1193s| 44000 | 11262 |  1948k|  43.9 |  2052M |  56 | 945 |  64k|  58k|  16k|  0 |  32k|9364 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.03%
2642.40/2651.92	c  1194s| 44100 | 11260 |  1952k|  43.9 |  2052M |  56 | 945 |  64k|  58k|  16k|  0 |  32k|9366 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.03%
2643.61/2653.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2643.61/2653.12	c  1195s| 44200 | 11272 |  1956k|  43.8 |  2053M |  56 | 945 |  64k|  58k|  16k|  1 |  32k|9374 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.03%
2644.69/2654.29	c  1196s| 44300 | 11282 |  1959k|  43.8 |  2054M |  56 | 945 |  64k|  58k|  16k|  1 |  32k|9382 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.03%
2645.89/2655.50	c  1197s| 44400 | 11294 |  1963k|  43.8 |  2054M |  56 | 945 |  64k|  58k|  16k|  1 |  32k|9386 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.03%
2647.18/2656.75	c  1199s| 44500 | 11294 |  1967k|  43.8 |  2054M |  56 | 945 |  64k|  58k|  16k|  1 |  32k|9398 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.06%
2648.49/2658.03	c  1200s| 44600 | 11294 |  1970k|  43.8 |  2054M |  56 | 945 |  64k|  58k|  16k|  1 |  32k|9413 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.07%
2650.27/2659.88	c  1202s| 44700 | 11294 |  1974k|  43.8 |  2054M |  56 | 945 |  64k|  58k|  16k|  0 |  32k|9420 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.07%
2652.07/2661.60	c  1203s| 44800 | 11306 |  1978k|  43.8 |  2055M |  56 | 945 |  64k|  58k|  16k|  1 |  32k|9422 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.07%
2653.66/2663.23	c  1205s| 44900 | 11324 |  1981k|  43.7 |  2055M |  56 | 945 |  64k|  58k|  16k|  0 |  32k|9428 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.07%
2654.75/2664.33	c  1206s| 45000 | 11336 |  1984k|  43.7 |  2056M |  56 | 945 |  64k|  58k|  16k|  1 |  32k|9433 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.07%
2656.05/2665.68	c  1208s| 45100 | 11356 |  1989k|  43.7 |  2057M |  56 | 945 |  64k|  58k|  16k|  0 |  32k|9435 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.08%
2657.05/2666.67	c  1209s| 45200 | 11370 |  1991k|  43.7 |  2058M |  56 | 945 |  64k|  58k|  16k|  0 |  32k|9442 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.08%
2657.94/2667.51	c  1209s| 45300 | 11380 |  1994k|  43.6 |  2058M |  56 | 945 |  64k|  58k|  16k|  0 |  32k|9443 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.08%
2658.94/2668.54	c  1210s| 45400 | 11396 |  1996k|  43.6 |  2058M |  56 | 945 |  64k|  58k|  17k|  1 |  32k|9445 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.08%
2659.93/2669.53	c  1211s| 45500 | 11406 |  1999k|  43.6 |  2059M |  56 | 945 |  63k|  58k|  17k|  1 |  32k|9448 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.08%
2661.23/2670.86	c  1213s| 45600 | 11430 |  2005k|  43.6 |  2059M |  56 | 945 |  63k|  58k|  17k|  0 |  32k|9452 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.09%
2662.62/2672.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2662.62/2672.22	c  1214s| 45700 | 11432 |  2008k|  43.5 |  2059M |  56 | 945 |  63k|  58k|  17k|  0 |  32k|9453 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.09%
2665.01/2674.67	c  1217s| 45800 | 11446 |  2012k|  43.5 |  2060M |  56 | 945 |  63k|  58k|  17k|  0 |  32k|9458 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.09%
2667.52/2677.14	c  1219s| 45900 | 11465 |  2016k|  43.5 |  2060M |  56 | 945 |  63k|  58k|  17k|  1 |  32k|9463 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.09%
2669.80/2679.46	c  1221s| 46000 | 11474 |  2019k|  43.5 |  2061M |  56 | 945 |  63k|  58k|  17k|  0 |  32k|9464 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.09%
2671.69/2681.38	c  1223s| 46100 | 11484 |  2023k|  43.5 |  2062M |  56 | 945 |  63k|  58k|  17k|  1 |  32k|9467 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.09%
2673.40/2683.02	c  1225s| 46200 | 11507 |  2029k|  43.5 |  2062M |  56 | 945 |  63k|  58k|  17k|  1 |  33k|9473 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.09%
2674.58/2684.29	c  1226s| 46300 | 11521 |  2034k|  43.5 |  2063M |  56 | 945 |  63k|  58k|  17k|  1 |  33k|9474 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.10%
2675.88/2685.55	c  1227s| 46400 | 11523 |  2036k|  43.5 |  2063M |  56 | 945 |  63k|  58k|  17k|  1 |  33k|9474 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.10%
2679.07/2688.79	c  1231s| 46500 | 11529 |  2039k|  43.5 |  2063M |  56 | 945 |  63k|  58k|  17k|  0 |  33k|9490 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.10%
2681.37/2691.02	c  1233s| 46600 | 11539 |  2042k|  43.4 |  2063M |  56 | 945 |  63k|  58k|  17k|  0 |  33k|9494 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.10%
2682.47/2692.18	c  1234s| 46700 | 11555 |  2046k|  43.4 |  2064M |  56 | 945 |  63k|  58k|  17k|  1 |  33k|9496 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.10%
2683.55/2693.26	c  1235s| 46800 | 11565 |  2050k|  43.4 |  2064M |  56 | 945 |  63k|  58k|  17k|  0 |  33k|9498 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.10%
2684.65/2694.32	c  1236s| 46900 | 11555 |  2052k|  43.4 |  2064M |  56 | 945 |  63k|  58k|  17k|  1 |  33k|9504 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.11%
2685.64/2695.30	c  1237s| 47000 | 11559 |  2055k|  43.4 |  2064M |  56 | 945 |  63k|  58k|  17k|  1 |  33k|9506 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.11%
2687.35/2697.03	c  1239s| 47100 | 11565 |  2058k|  43.3 |  2064M |  56 | 945 |  63k|  58k|  17k|  0 |  33k|9506 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.11%
2688.35/2698.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2688.35/2698.05	c  1240s| 47200 | 11587 |  2062k|  43.3 |  2064M |  56 | 945 |  63k|  58k|  17k|  1 |  33k|9506 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.12%
2689.44/2699.14	c  1241s| 47300 | 11613 |  2066k|  43.3 |  2065M |  56 | 945 |  63k|  58k|  17k|  1 |  33k|9507 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.12%
2692.22/2701.95	c  1244s| 47400 | 11625 |  2068k|  43.3 |  2066M |  56 | 945 |  63k|  58k|  17k|  1 |  33k|9508 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.12%
2693.51/2703.24	c  1245s| 47500 | 11647 |  2072k|  43.2 |  2066M |  56 | 945 |  63k|  58k|  17k|  1 |  33k|9511 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.12%
2695.11/2704.83	c  1247s| 47600 | 11681 |  2075k|  43.2 |  2066M |  56 | 945 |  63k|  58k|  17k|  0 |  33k|9511 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.13%
2696.50/2706.23	c  1248s| 47700 | 11687 |  2077k|  43.2 |  2066M |  56 | 945 |  63k|  58k|  17k|  0 |  33k|9514 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.13%
2697.80/2707.56	c  1249s| 47800 | 11711 |  2082k|  43.2 |  2067M |  56 | 945 |  63k|  58k|  17k|  1 |  33k|9517 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.13%
2699.19/2708.93	c  1251s| 47900 | 11731 |  2086k|  43.2 |  2069M |  56 | 945 |  63k|  58k|  17k|  1 |  33k|9517 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.14%
2700.19/2709.94	c  1252s| 48000 | 11744 |  2089k|  43.2 |  2069M |  56 | 945 |  63k|  58k|  17k|  0 |  33k|9518 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.14%
2703.78/2713.56	c  1255s| 48100 | 11744 |  2093k|  43.1 |  2070M |  56 | 945 |  63k|  58k|  17k|  0 |  33k|9519 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.14%
2706.38/2716.16	c  1258s| 48200 | 11772 |  2097k|  43.1 |  2074M |  56 | 945 |  63k|  58k|  17k|  0 |  33k|9523 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.14%
2708.66/2718.40	c  1260s| 48300 | 11792 |  2100k|  43.1 |  2074M |  56 | 945 |  63k|  58k|  17k|  0 |  33k|9527 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.15%
2710.45/2720.29	c  1262s| 48400 | 11792 |  2103k|  43.1 |  2074M |  56 | 945 |  63k|  58k|  17k|  0 |  33k|9527 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.15%
2713.64/2723.48	c  1265s| 48500 | 11820 |  2107k|  43.1 |  2075M |  56 | 945 |  63k|  58k|  17k|  1 |  33k|9532 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.16%
2714.84/2724.63	c  1267s| 48600 | 11848 |  2110k|  43.1 |  2076M |  56 | 945 |  63k|  58k|  17k|  1 |  33k|9540 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.18%
2717.82/2727.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2717.82/2727.69	c  1270s| 48700 | 11864 |  2113k|  43.0 |  2077M |  56 | 945 |  63k|  58k|  17k|  0 |  33k|9544 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.18%
2719.33/2729.15	c  1271s| 48800 | 11881 |  2117k|  43.0 |  2079M |  56 | 945 |  63k|  58k|  17k|  0 |  33k|9544 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.18%
2721.71/2731.51	c  1273s| 48900 | 11905 |  2122k|  43.0 |  2079M |  56 | 945 |  63k|  58k|  17k|  1 |  33k|9549 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.18%
2723.60/2733.40	c  1275s| 49000 | 11911 |  2125k|  43.0 |  2079M |  56 | 945 |  63k|  58k|  17k|  1 |  33k|9552 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.20%
2724.59/2734.42	c  1276s| 49100 | 11907 |  2128k|  43.0 |  2079M |  56 | 945 |  63k|  58k|  17k|  0 |  33k|9553 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.20%
2725.79/2735.63	c  1278s| 49200 | 11923 |  2133k|  43.0 |  2081M |  56 | 945 |  63k|  58k|  17k|  1 |  33k|9553 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.21%
2726.89/2736.75	c  1279s| 49300 | 11963 |  2137k|  43.0 |  2081M |  56 | 945 |  63k|  58k|  17k|  1 |  33k|9556 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.21%
2727.98/2737.83	c  1280s| 49400 | 11977 |  2140k|  43.0 |  2081M |  56 | 945 |  63k|  58k|  17k|  0 |  33k|9559 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.21%
2728.98/2738.81	c  1281s| 49500 | 11979 |  2144k|  43.0 |  2081M |  56 | 945 |  63k|  58k|  17k|  0 |  33k|9559 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.21%
2730.07/2739.99	c  1282s| 49600 | 11971 |  2146k|  42.9 |  2081M |  56 | 945 |  63k|  58k|  17k|  0 |  33k|9559 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.21%
2730.97/2740.89	c  1283s| 49700 | 11983 |  2149k|  42.9 |  2081M |  56 | 945 |  63k|  58k|  17k|  1 |  33k|9560 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.21%
2734.17/2744.07	c  1286s| 49800 | 12007 |  2152k|  42.9 |  2082M |  56 | 945 |  63k|  58k|  17k|  1 |  33k|9562 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.22%
2734.86/2744.76	c  1287s| 49900 | 12031 |  2154k|  42.8 |  2082M |  56 | 945 |  63k|  58k|  17k|  0 |  33k|9562 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.22%
2736.95/2746.80	c  1289s| 50000 | 12047 |  2156k|  42.8 |  2082M |  56 | 945 |  63k|  58k|  17k|  1 |  33k|9562 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.22%
2738.54/2748.47	c  1290s| 50100 | 12059 |  2159k|  42.8 |  2082M |  56 | 945 |  63k|  58k|  17k|  1 |  33k|9563 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.22%
2740.33/2750.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2740.33/2750.20	c  1292s| 50200 | 12073 |  2162k|  42.7 |  2084M |  56 | 945 |  63k|  58k|  17k|  1 |  33k|9563 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.22%
2741.43/2751.37	c  1293s| 50300 | 12099 |  2166k|  42.7 |  2084M |  56 | 945 |  63k|  58k|  17k|  2 |  33k|9566 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.23%
2742.63/2752.52	c  1294s| 50400 | 12121 |  2170k|  42.7 |  2084M |  56 | 945 |  63k|  58k|  17k|  1 |  33k|9567 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.23%
2743.62/2753.53	c  1295s| 50500 | 12163 |  2173k|  42.7 |  2086M |  56 | 945 |  63k|  58k|  17k|  1 |  33k|9567 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.23%
2744.82/2754.74	c  1297s| 50600 | 12197 |  2178k|  42.7 |  2086M |  56 | 945 |  63k|  58k|  17k|  1 |  33k|9567 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.23%
2748.40/2758.36	c  1300s| 50700 | 12227 |  2185k|  42.8 |  2088M |  56 | 945 |  63k|  58k|  17k|  1 |  33k|9579 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.23%
2753.20/2763.12	c  1305s| 50800 | 12263 |  2192k|  42.8 |  2089M |  56 | 945 |  63k|  58k|  18k|  1 |  33k|9598 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.23%
2755.19/2765.14	c  1307s| 50900 | 12291 |  2197k|  42.8 |  2090M |  56 | 945 |  63k|  58k|  18k|  0 |  33k|9610 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.23%
2756.58/2766.59	c  1308s| 51000 | 12293 |  2202k|  42.8 |  2090M |  56 | 945 |  63k|  58k|  18k|  1 |  34k|9634 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.23%
2758.18/2768.17	c  1310s| 51100 | 12311 |  2206k|  42.8 |  2090M |  56 | 945 |  63k|  58k|  18k|  1 |  34k|9655 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.23%
2759.76/2769.70	c  1312s| 51200 | 12313 |  2210k|  42.8 |  2090M |  56 | 945 |  63k|  58k|  18k|  0 |  34k|9675 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.23%
2760.76/2770.79	c  1313s| 51300 | 12315 |  2213k|  42.8 |  2090M |  56 | 945 |  63k|  58k|  18k|  0 |  34k|9684 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.23%
2762.17/2772.14	c  1314s| 51400 | 12319 |  2216k|  42.8 |  2090M |  56 | 945 |  63k|  58k|  18k|  1 |  34k|9705 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.24%
2763.55/2773.53	c  1315s| 51500 | 12327 |  2220k|  42.8 |  2090M |  56 | 945 |  63k|  58k|  18k|  0 |  34k|9707 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.24%
2765.44/2775.42	c  1317s| 51600 | 12343 |  2225k|  42.8 |  2090M |  56 | 945 |  63k|  58k|  18k|  0 |  34k|9717 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.24%
2767.23/2777.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2767.23/2777.24	c  1319s| 51700 | 12359 |  2230k|  42.8 |  2090M |  56 | 945 |  63k|  58k|  18k|  1 |  34k|9758 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.24%
2769.04/2779.05	c  1321s| 51800 | 12394 |  2237k|  42.8 |  2094M |  56 | 945 |  63k|  58k|  18k|  1 |  34k|9777 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.24%
2770.52/2780.50	c  1322s| 51900 | 12422 |  2242k|  42.9 |  2094M |  56 | 945 |  63k|  58k|  18k|  1 |  34k|9809 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.24%
2772.03/2782.11	c  1324s| 52000 | 12444 |  2245k|  42.8 |  2096M |  56 | 945 |  63k|  58k|  18k|  1 |  34k|9831 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.24%
2773.31/2783.34	c  1325s| 52100 | 12476 |  2249k|  42.8 |  2096M |  56 | 945 |  63k|  58k|  18k|  0 |  34k|9849 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.24%
2775.02/2785.07	c  1327s| 52200 | 12530 |  2255k|  42.9 |  2098M |  56 | 945 |  63k|  58k|  18k|  1 |  34k|9874 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.24%
2776.40/2786.40	c  1328s| 52300 | 12536 |  2258k|  42.8 |  2098M |  56 | 945 |  63k|  58k|  18k|  1 |  34k|9893 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.24%
2779.10/2789.18	c  1331s| 52400 | 12546 |  2262k|  42.8 |  2098M |  56 | 945 |  63k|  58k|  18k|  0 |  34k|9913 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.24%
2780.19/2790.25	c  1332s| 52500 | 12552 |  2265k|  42.8 |  2098M |  56 | 945 |  63k|  58k|  18k|  0 |  34k|9918 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.25%
2781.68/2791.70	c  1334s| 52600 | 12556 |  2269k|  42.8 |  2098M |  56 | 945 |  63k|  58k|  18k|  1 |  35k|9964 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.25%
2783.27/2793.35	c  1335s| 52700 | 12576 |  2274k|  42.8 |  2098M |  56 | 945 |  63k|  58k|  18k|  1 |  35k|9991 | 4.500000e+01 | 4.300000e+01*|   4.65%|   2.25%
2784.98/2795.01	c  1337s| 52800 | 12612 |  2278k|  42.8 |  2099M |  56 | 945 |  63k|  58k|  18k|  1 |  35k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.25%
2786.26/2796.33	c  1338s| 52900 | 12626 |  2282k|  42.8 |  2099M |  56 | 945 |  63k|  58k|  18k|  1 |  35k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.25%
2787.86/2797.99	c  1340s| 53000 | 12648 |  2287k|  42.8 |  2099M |  56 | 945 |  63k|  58k|  18k|  0 |  35k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.25%
2789.55/2799.69	c  1342s| 53100 | 12666 |  2292k|  42.8 |  2099M |  56 | 945 |  63k|  58k|  18k|  0 |  35k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.25%
2790.75/2800.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2790.75/2800.86	c  1343s| 53200 | 12691 |  2296k|  42.8 |  2100M |  56 | 945 |  63k|  58k|  18k|  1 |  35k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.25%
2792.14/2802.22	c  1344s| 53300 | 12702 |  2299k|  42.8 |  2101M |  56 | 945 |  63k|  58k|  18k|  1 |  35k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.25%
2793.24/2803.36	c  1345s| 53400 | 12717 |  2303k|  42.8 |  2101M |  56 | 945 |  63k|  58k|  18k|  0 |  35k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.25%
2795.53/2805.60	c  1347s| 53500 | 12714 |  2306k|  42.8 |  2101M |  56 | 945 |  63k|  58k|  18k|  1 |  35k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.25%
2796.82/2806.96	c  1349s| 53600 | 12740 |  2310k|  42.8 |  2102M |  56 | 945 |  64k|  58k|  18k|  0 |  35k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.26%
2798.12/2808.21	c  1350s| 53700 | 12756 |  2314k|  42.8 |  2102M |  56 | 945 |  64k|  58k|  18k|  0 |  35k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.26%
2799.41/2809.55	c  1351s| 53800 | 12774 |  2317k|  42.7 |  2104M |  56 | 945 |  64k|  58k|  18k|  0 |  36k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.27%
2801.31/2811.41	c  1353s| 53900 | 12780 |  2321k|  42.7 |  2104M |  56 | 945 |  64k|  58k|  18k|  1 |  36k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.27%
2802.50/2812.65	c  1355s| 54000 | 12790 |  2324k|  42.7 |  2104M |  56 | 945 |  64k|  58k|  18k|  1 |  36k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.27%
2803.50/2813.66	c  1356s| 54100 | 12806 |  2326k|  42.7 |  2106M |  56 | 945 |  64k|  58k|  18k|  0 |  36k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.27%
2804.90/2815.01	c  1357s| 54200 | 12816 |  2330k|  42.7 |  2107M |  56 | 945 |  64k|  58k|  18k|  1 |  36k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.27%
2806.90/2817.01	c  1359s| 54300 | 12876 |  2337k|  42.7 |  2108M |  56 | 945 |  64k|  58k|  18k|  1 |  36k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.27%
2811.17/2821.36	c  1363s| 54400 | 12920 |  2342k|  42.7 |  2109M |  56 | 945 |  64k|  58k|  18k|  1 |  36k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.27%
2812.66/2822.85	c  1365s| 54500 | 12964 |  2346k|  42.7 |  2109M |  56 | 945 |  64k|  58k|  18k|  2 |  36k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.27%
2816.55/2826.75	c  1369s| 54600 | 12996 |  2351k|  42.7 |  2110M |  56 | 945 |  64k|  58k|  18k|  3 |  36k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.27%
2820.24/2830.46	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2820.24/2830.46	c  1372s| 54700 | 13038 |  2356k|  42.7 |  2110M |  56 | 945 |  64k|  58k|  18k|  1 |  36k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.27%
2822.43/2832.64	c  1375s| 54800 | 13078 |  2361k|  42.8 |  2112M |  56 | 945 |  64k|  58k|  18k|  0 |  36k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.27%
2824.62/2834.83	c  1377s| 54900 | 13138 |  2368k|  42.8 |  2113M |  56 | 945 |  64k|  58k|  18k|  0 |  36k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.27%
2825.94/2836.16	c  1378s| 55000 | 13182 |  2372k|  42.8 |  2182M |  56 | 945 |  64k|  58k|  18k|  1 |  36k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.27%
2828.21/2838.43	c  1380s| 55100 | 13198 |  2375k|  42.8 |  2182M |  56 | 945 |  64k|  58k|  18k|  0 |  36k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.27%
2830.01/2840.22	c  1382s| 55200 | 13244 |  2382k|  42.8 |  2183M |  56 | 945 |  64k|  58k|  18k|  1 |  36k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.27%
2831.30/2841.53	c  1383s| 55300 | 13294 |  2386k|  42.8 |  2186M |  56 | 945 |  64k|  58k|  18k|  1 |  36k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.27%
2832.40/2842.67	c  1385s| 55400 | 13328 |  2390k|  42.8 |  2187M |  56 | 945 |  64k|  58k|  18k|  1 |  36k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.28%
2833.39/2843.67	c  1386s| 55500 | 13356 |  2393k|  42.8 |  2187M |  56 | 945 |  64k|  58k|  18k|  0 |  36k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.28%
2836.79/2847.07	c  1389s| 55600 | 13376 |  2397k|  42.8 |  2188M |  56 | 945 |  64k|  58k|  18k|  1 |  36k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.28%
2839.27/2849.58	c  1391s| 55700 | 13376 |  2401k|  42.8 |  2188M |  56 | 945 |  64k|  58k|  18k|  2 |  36k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.28%
2840.47/2850.70	c  1393s| 55800 | 13382 |  2405k|  42.8 |  2189M |  56 | 945 |  64k|  58k|  18k|  1 |  36k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.28%
2842.16/2852.43	c  1394s| 55900 | 13402 |  2410k|  42.8 |  2189M |  56 | 945 |  64k|  58k|  18k|  1 |  36k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.28%
2843.77/2854.10	c  1396s| 56000 | 13408 |  2413k|  42.8 |  2190M |  56 | 945 |  64k|  58k|  18k|  0 |  36k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.28%
2845.15/2855.47	c  1397s| 56100 | 13428 |  2417k|  42.8 |  2190M |  56 | 945 |  64k|  58k|  18k|  0 |  36k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.29%
2846.44/2856.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2846.44/2856.73	c  1399s| 56200 | 13446 |  2421k|  42.8 |  2190M |  56 | 945 |  64k|  58k|  18k|  1 |  37k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.29%
2847.75/2858.03	c  1400s| 56300 | 13460 |  2424k|  42.7 |  2191M |  56 | 945 |  64k|  58k|  18k|  1 |  37k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.29%
2849.23/2859.51	c  1401s| 56400 | 13488 |  2429k|  42.8 |  2191M |  56 | 945 |  64k|  58k|  18k|  1 |  37k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.29%
2850.43/2860.73	c  1403s| 56500 | 13524 |  2433k|  42.7 |  2192M |  56 | 945 |  64k|  58k|  18k|  1 |  37k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.29%
2851.52/2861.84	c  1404s| 56600 | 13550 |  2437k|  42.7 |  2192M |  56 | 945 |  64k|  58k|  18k|  1 |  37k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.29%
2852.83/2863.17	c  1405s| 56700 | 13562 |  2440k|  42.7 |  2192M |  56 | 945 |  64k|  58k|  18k|  0 |  37k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.29%
2853.72/2864.10	c  1406s| 56800 | 13556 |  2443k|  42.7 |  2192M |  56 | 945 |  64k|  58k|  18k|  0 |  37k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.29%
2855.21/2865.58	c  1407s| 56900 | 13584 |  2448k|  42.7 |  2192M |  56 | 945 |  64k|  58k|  18k|  1 |  37k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.29%
2856.40/2866.76	c  1409s| 57000 | 13634 |  2451k|  42.7 |  2193M |  56 | 945 |  64k|  58k|  18k|  0 |  37k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.30%
2857.40/2867.75	c  1410s| 57100 | 13634 |  2453k|  42.7 |  2193M |  56 | 945 |  64k|  58k|  18k|  1 |  37k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.30%
2858.59/2868.90	c  1411s| 57200 | 13638 |  2457k|  42.6 |  2193M |  56 | 945 |  64k|  58k|  18k|  1 |  37k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.30%
2860.81/2871.19	c  1413s| 57300 | 13650 |  2460k|  42.6 |  2193M |  56 | 945 |  63k|  58k|  18k|  0 |  37k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.31%
2862.09/2872.41	c  1414s| 57400 | 13654 |  2464k|  42.6 |  2193M |  56 | 945 |  63k|  58k|  18k|  1 |  37k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.31%
2863.48/2873.84	c  1416s| 57500 | 13650 |  2467k|  42.6 |  2193M |  56 | 945 |  63k|  58k|  18k|  0 |  37k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.31%
2864.69/2875.05	c  1417s| 57600 | 13664 |  2471k|  42.6 |  2194M |  56 | 945 |  63k|  58k|  18k|  0 |  37k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.31%
2865.87/2876.29	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2865.87/2876.29	c  1418s| 57700 | 13678 |  2475k|  42.6 |  2194M |  56 | 945 |  63k|  58k|  18k|  0 |  37k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.31%
2867.17/2877.58	c  1419s| 57800 | 13696 |  2479k|  42.6 |  2194M |  56 | 945 |  63k|  58k|  18k|  1 |  37k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.31%
2868.26/2878.68	c  1421s| 57900 | 13702 |  2483k|  42.6 |  2195M |  56 | 945 |  63k|  58k|  18k|  0 |  37k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.31%
2869.67/2880.02	c  1422s| 58000 | 13720 |  2486k|  42.6 |  2195M |  56 | 945 |  63k|  58k|  18k|  1 |  37k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.31%
2870.85/2881.28	c  1423s| 58100 | 13732 |  2491k|  42.6 |  2195M |  56 | 945 |  63k|  58k|  18k|  0 |  37k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.32%
2873.66/2884.02	c  1426s| 58200 | 13734 |  2494k|  42.6 |  2195M |  56 | 945 |  63k|  58k|  19k|  0 |  37k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.32%
2876.23/2886.64	c  1429s| 58300 | 13758 |  2498k|  42.5 |  2196M |  56 | 945 |  63k|  58k|  19k|  1 |  37k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.32%
2877.53/2887.91	c  1430s| 58400 | 13792 |  2502k|  42.5 |  2197M |  56 | 945 |  63k|  58k|  19k|  0 |  37k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.32%
2879.22/2889.60	c  1431s| 58500 | 13820 |  2506k|  42.5 |  2199M |  56 | 945 |  63k|  58k|  19k|  0 |  37k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.32%
2880.12/2890.51	c  1432s| 58600 | 13828 |  2508k|  42.5 |  2199M |  56 | 945 |  63k|  58k|  19k|  1 |  37k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.32%
2881.81/2892.29	c  1434s| 58700 | 13836 |  2511k|  42.5 |  2200M |  56 | 945 |  63k|  58k|  19k|  0 |  37k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.32%
2882.81/2893.24	c  1435s| 58800 | 13838 |  2514k|  42.5 |  2200M |  56 | 945 |  63k|  58k|  19k|  1 |  37k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.32%
2884.20/2894.68	c  1437s| 58900 | 13860 |  2519k|  42.5 |  2200M |  56 | 945 |  63k|  58k|  19k|  1 |  37k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.32%
2885.61/2896.02	c  1438s| 59000 | 13916 |  2524k|  42.5 |  2202M |  56 | 945 |  63k|  58k|  19k|  0 |  37k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.32%
2887.09/2897.52	c  1439s| 59100 | 13976 |  2530k|  42.5 |  2204M |  56 | 945 |  63k|  58k|  19k|  1 |  37k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.32%
2888.28/2898.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2888.28/2898.73	c  1441s| 59200 | 13994 |  2534k|  42.5 |  2204M |  56 | 945 |  63k|  58k|  19k|  1 |  37k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.33%
2889.38/2899.86	c  1442s| 59300 | 14010 |  2537k|  42.5 |  2205M |  56 | 945 |  63k|  58k|  19k|  0 |  37k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.33%
2891.07/2901.51	c  1443s| 59400 | 14026 |  2541k|  42.5 |  2206M |  56 | 945 |  63k|  58k|  19k|  0 |  37k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.33%
2892.77/2903.28	c  1445s| 59500 | 14040 |  2545k|  42.5 |  2207M |  56 | 945 |  63k|  58k|  19k|  2 |  37k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.34%
2895.26/2905.73	c  1448s| 59600 | 14056 |  2549k|  42.5 |  2207M |  56 | 945 |  63k|  58k|  19k|  1 |  37k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.34%
2897.35/2907.86	c  1450s| 59700 | 14058 |  2554k|  42.5 |  2208M |  56 | 945 |  63k|  58k|  19k|  1 |  38k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.34%
2898.45/2908.98	c  1451s| 59800 | 14076 |  2557k|  42.5 |  2209M |  56 | 945 |  63k|  58k|  19k|  1 |  38k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.34%
2901.43/2911.92	c  1454s| 59900 | 14102 |  2563k|  42.5 |  2209M |  56 | 945 |  63k|  58k|  19k|  1 |  38k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.34%
2902.54/2913.02	c  1455s| 60000 | 14106 |  2566k|  42.5 |  2210M |  56 | 945 |  63k|  58k|  19k|  0 |  38k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.34%
2903.93/2914.49	c  1456s| 60100 | 14106 |  2569k|  42.5 |  2210M |  56 | 945 |  63k|  58k|  19k|  0 |  38k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.35%
2904.92/2915.49	c  1457s| 60200 | 14128 |  2573k|  42.4 |  2211M |  56 | 945 |  63k|  58k|  19k|  0 |  38k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.35%
2906.02/2916.52	c  1458s| 60300 | 14134 |  2576k|  42.4 |  2211M |  56 | 945 |  63k|  58k|  19k|  2 |  38k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.35%
2909.41/2919.96	c  1462s| 60400 | 14138 |  2580k|  42.4 |  2211M |  56 | 945 |  63k|  58k|  19k|  1 |  38k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.35%
2911.40/2921.96	c  1464s| 60500 | 14144 |  2583k|  42.4 |  2211M |  56 | 945 |  63k|  58k|  19k|  1 |  38k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.35%
2912.61/2923.14	c  1465s| 60600 | 14162 |  2587k|  42.4 |  2211M |  56 | 945 |  63k|  58k|  19k|  1 |  38k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.35%
2913.60/2924.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2913.60/2924.17	c  1466s| 60700 | 14168 |  2590k|  42.4 |  2211M |  56 | 945 |  63k|  58k|  19k|  0 |  38k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.35%
2915.28/2925.87	c  1468s| 60800 | 14184 |  2594k|  42.4 |  2211M |  56 | 945 |  63k|  58k|  19k|  2 |  38k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.35%
2916.78/2927.35	c  1469s| 60900 | 14186 |  2597k|  42.4 |  2212M |  56 | 945 |  63k|  58k|  19k|  0 |  38k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.36%
2917.87/2928.46	c  1470s| 61000 | 14200 |  2600k|  42.3 |  2212M |  56 | 945 |  63k|  58k|  19k|  1 |  38k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.36%
2918.87/2929.46	c  1471s| 61100 | 14196 |  2603k|  42.3 |  2212M |  56 | 945 |  63k|  58k|  19k|  1 |  38k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.36%
2920.06/2930.63	c  1473s| 61200 | 14224 |  2607k|  42.3 |  2213M |  56 | 945 |  63k|  58k|  19k|  1 |  38k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.36%
2921.06/2931.60	c  1473s| 61300 | 14238 |  2610k|  42.3 |  2213M |  56 | 945 |  63k|  58k|  19k|  0 |  38k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.37%
2922.06/2932.69	c  1475s| 61400 | 14246 |  2614k|  42.3 |  2213M |  56 | 945 |  63k|  58k|  19k|  1 |  38k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.37%
2923.85/2934.41	c  1476s| 61500 | 14258 |  2618k|  42.3 |  2213M |  56 | 945 |  63k|  58k|  19k|  1 |  38k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.37%
2926.34/2937.00	c  1479s| 61600 | 14270 |  2622k|  42.3 |  2214M |  56 | 945 |  63k|  58k|  19k|  0 |  38k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.37%
2927.55/2938.12	c  1480s| 61700 | 14288 |  2626k|  42.3 |  2214M |  56 | 945 |  63k|  58k|  19k|  0 |  38k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.38%
2928.83/2939.47	c  1481s| 61800 | 14328 |  2631k|  42.3 |  2214M |  56 | 945 |  63k|  58k|  19k|  0 |  38k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.38%
2930.04/2940.67	c  1483s| 61900 | 14346 |  2635k|  42.3 |  2215M |  56 | 945 |  63k|  58k|  19k|  0 |  38k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.38%
2931.33/2941.91	c  1484s| 62000 | 14368 |  2640k|  42.3 |  2215M |  56 | 945 |  63k|  58k|  19k|  1 |  38k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.38%
2932.33/2942.93	c  1485s| 62100 | 14392 |  2644k|  42.3 |  2215M |  56 | 945 |  63k|  58k|  19k|  1 |  38k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.39%
2934.32/2944.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2934.32/2944.98	c  1487s| 62200 | 14398 |  2647k|  42.3 |  2215M |  56 | 945 |  63k|  58k|  19k|  1 |  38k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.39%
2935.32/2945.99	c  1488s| 62300 | 14414 |  2651k|  42.3 |  2218M |  56 | 945 |  63k|  58k|  19k|  1 |  38k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.39%
2937.21/2947.85	c  1490s| 62400 | 14442 |  2655k|  42.3 |  2218M |  56 | 945 |  63k|  58k|  19k|  1 |  38k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.40%
2938.42/2949.02	c  1491s| 62500 | 14462 |  2659k|  42.3 |  2218M |  56 | 945 |  63k|  58k|  19k|  0 |  38k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.40%
2939.51/2950.17	c  1492s| 62600 | 14488 |  2663k|  42.3 |  2219M |  56 | 945 |  63k|  58k|  19k|  0 |  38k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.40%
2940.51/2951.16	c  1493s| 62700 | 14508 |  2666k|  42.2 |  2219M |  56 | 945 |  63k|  58k|  19k|  0 |  38k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.40%
2941.59/2952.22	c  1494s| 62800 | 14516 |  2670k|  42.2 |  2219M |  56 | 945 |  63k|  58k|  19k|  0 |  38k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.40%
2942.69/2953.39	c  1495s| 62900 | 14526 |  2674k|  42.2 |  2219M |  56 | 945 |  63k|  58k|  19k|  1 |  38k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.40%
2944.28/2954.98	c  1497s| 63000 | 14544 |  2680k|  42.3 |  2219M |  56 | 945 |  63k|  58k|  19k|  0 |  38k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.41%
2945.68/2956.35	c  1498s| 63100 | 14558 |  2683k|  42.2 |  2221M |  56 | 945 |  63k|  58k|  19k|  1 |  38k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.42%
2946.97/2957.69	c  1500s| 63200 | 14574 |  2688k|  42.3 |  2221M |  56 | 945 |  63k|  58k|  19k|  0 |  38k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.42%
2948.17/2958.86	c  1501s| 63300 | 14616 |  2692k|  42.2 |  2221M |  56 | 945 |  63k|  58k|  19k|  1 |  38k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.42%
2949.86/2960.51	c  1502s| 63400 | 14654 |  2695k|  42.2 |  2222M |  56 | 945 |  63k|  58k|  19k|  0 |  38k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.42%
2951.47/2962.19	c  1504s| 63500 | 14702 |  2699k|  42.2 |  2223M |  56 | 945 |  63k|  58k|  19k|  0 |  38k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.42%
2953.55/2964.20	c  1506s| 63600 | 14722 |  2703k|  42.2 |  2224M |  56 | 945 |  63k|  58k|  19k|  1 |  38k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.42%
2954.64/2965.38	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2954.64/2965.38	c  1507s| 63700 | 14752 |  2707k|  42.2 |  2225M |  56 | 945 |  63k|  58k|  19k|  1 |  38k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.42%
2957.45/2968.13	c  1510s| 63800 | 14780 |  2711k|  42.2 |  2225M |  56 | 945 |  63k|  58k|  19k|  1 |  38k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.43%
2959.34/2970.09	c  1512s| 63900 | 14792 |  2715k|  42.2 |  2226M |  56 | 945 |  63k|  58k|  19k|  0 |  38k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.43%
2961.92/2972.69	c  1515s| 64000 | 14786 |  2719k|  42.2 |  2226M |  56 | 945 |  63k|  58k|  19k|  0 |  38k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.44%
2963.01/2973.71	c  1516s| 64100 | 14798 |  2722k|  42.2 |  2226M |  56 | 945 |  63k|  58k|  19k|  1 |  38k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.44%
2965.50/2976.25	c  1518s| 64200 | 14803 |  2726k|  42.2 |  2226M |  56 | 945 |  63k|  58k|  19k|  0 |  39k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.46%
2967.90/2978.67	c  1521s| 64300 | 14825 |  2730k|  42.2 |  2226M |  56 | 945 |  63k|  58k|  19k|  1 |  39k|  10k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.46%
2969.40/2980.17	c  1522s| 64400 | 14861 |  2735k|  42.2 |  2228M |  56 | 945 |  63k|  58k|  19k|  1 |  39k|  11k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.46%
2970.79/2981.52	c  1523s| 64500 | 14870 |  2739k|  42.2 |  2228M |  56 | 945 |  63k|  58k|  19k|  0 |  39k|  11k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.47%
2972.48/2983.20	c  1525s| 64600 | 14868 |  2742k|  42.2 |  2228M |  56 | 945 |  63k|  58k|  19k|  0 |  39k|  11k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.48%
2973.67/2984.46	c  1526s| 64700 | 14874 |  2746k|  42.2 |  2230M |  56 | 945 |  63k|  58k|  19k|  1 |  39k|  11k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.48%
2974.87/2985.65	c  1528s| 64800 | 14876 |  2749k|  42.2 |  2230M |  56 | 945 |  63k|  58k|  19k|  2 |  39k|  11k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.48%
2977.16/2987.90	c  1530s| 64900 | 14896 |  2754k|  42.2 |  2230M |  56 | 945 |  63k|  58k|  19k|  0 |  39k|  11k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.48%
2978.76/2989.56	c  1531s| 65000 | 14940 |  2759k|  42.2 |  2232M |  56 | 945 |  63k|  58k|  19k|  1 |  39k|  11k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.49%
2980.15/2990.91	c  1533s| 65100 | 14982 |  2764k|  42.2 |  2232M |  56 | 945 |  63k|  58k|  19k|  0 |  39k|  11k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.49%
2981.54/2992.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2981.54/2992.31	c  1534s| 65200 | 15022 |  2768k|  42.2 |  2235M |  56 | 945 |  63k|  58k|  19k|  1 |  39k|  11k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.49%
2982.94/2993.76	c  1536s| 65300 | 15042 |  2772k|  42.2 |  2235M |  56 | 945 |  63k|  58k|  19k|  1 |  39k|  11k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.49%
2984.04/2994.84	c  1537s| 65400 | 15056 |  2775k|  42.2 |  2236M |  56 | 945 |  63k|  58k|  19k|  0 |  39k|  11k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.50%
2985.43/2996.22	c  1538s| 65500 | 15078 |  2780k|  42.2 |  2236M |  56 | 945 |  63k|  58k|  19k|  0 |  39k|  11k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.50%
2987.02/2997.83	c  1540s| 65600 | 15090 |  2784k|  42.2 |  2237M |  56 | 945 |  63k|  58k|  19k|  2 |  39k|  11k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.50%
2988.23/2999.02	c  1541s| 65700 | 15100 |  2788k|  42.2 |  2237M |  56 | 945 |  63k|  58k|  19k|  0 |  40k|  11k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.50%
2989.51/3000.39	c  1542s| 65800 | 15114 |  2792k|  42.2 |  2237M |  56 | 945 |  63k|  58k|  19k|  2 |  40k|  11k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.50%
2991.11/3002.00	c  1544s| 65900 | 15124 |  2795k|  42.2 |  2238M |  56 | 945 |  63k|  58k|  19k|  1 |  40k|  11k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.50%
2993.00/3003.84	c  1546s| 66000 | 15130 |  2799k|  42.1 |  2238M |  56 | 945 |  63k|  58k|  19k|  1 |  40k|  11k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.50%
2994.50/3005.35	c  1547s| 66100 | 15134 |  2803k|  42.1 |  2238M |  56 | 945 |  63k|  58k|  19k|  1 |  40k|  11k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.50%
2996.30/3007.14	c  1549s| 66200 | 15174 |  2809k|  42.2 |  2239M |  56 | 945 |  64k|  58k|  19k|  1 |  40k|  11k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.50%
2997.68/3008.54	c  1550s| 66300 | 15180 |  2814k|  42.2 |  2239M |  56 | 945 |  64k|  58k|  19k|  0 |  40k|  11k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.51%
2999.08/3009.94	c  1552s| 66400 | 15208 |  2818k|  42.2 |  2240M |  56 | 945 |  64k|  58k|  19k|  1 |  40k|  11k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.51%
3000.29/3011.18	c  1553s| 66500 | 15237 |  2822k|  42.2 |  2242M |  56 | 945 |  64k|  58k|  19k|  1 |  40k|  11k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.51%
3001.57/3012.44	c  1554s| 66600 | 15231 |  2825k|  42.2 |  2242M |  56 | 945 |  64k|  58k|  19k|  1 |  40k|  11k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.51%
3002.86/3013.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3002.86/3013.78	c  1556s| 66700 | 15225 |  2829k|  42.1 |  2242M |  56 | 945 |  64k|  58k|  19k|  0 |  40k|  11k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.51%
3004.27/3015.17	c  1557s| 66800 | 15239 |  2832k|  42.1 |  2242M |  56 | 945 |  64k|  58k|  19k|  1 |  41k|  11k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.51%
3006.55/3017.48	c  1559s| 66900 | 15255 |  2836k|  42.1 |  2242M |  56 | 945 |  64k|  58k|  19k|  0 |  41k|  11k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.52%
3007.65/3018.52	c  1560s| 67000 | 15263 |  2839k|  42.1 |  2242M |  56 | 945 |  64k|  58k|  19k|  1 |  41k|  11k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.53%
3009.04/3020.00	c  1562s| 67100 | 15277 |  2843k|  42.1 |  2243M |  56 | 945 |  64k|  58k|  19k|  1 |  41k|  11k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.53%
3011.33/3022.22	c  1564s| 67200 | 15287 |  2847k|  42.1 |  2243M |  56 | 945 |  64k|  58k|  19k|  1 |  41k|  11k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.54%
3012.73/3023.69	c  1566s| 67300 | 15297 |  2851k|  42.1 |  2243M |  56 | 945 |  64k|  58k|  19k|  0 |  41k|  11k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.54%
3014.02/3024.95	c  1567s| 67400 | 15307 |  2854k|  42.1 |  2244M |  56 | 945 |  64k|  58k|  19k|  0 |  41k|  11k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.54%
3015.32/3026.28	c  1568s| 67500 | 15343 |  2859k|  42.1 |  2244M |  56 | 945 |  64k|  58k|  19k|  1 |  41k|  11k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.54%
3016.51/3027.48	c  1569s| 67600 | 15363 |  2863k|  42.1 |  2244M |  56 | 945 |  64k|  58k|  19k|  1 |  41k|  11k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.54%
3018.70/3029.67	c  1572s| 67700 | 15409 |  2867k|  42.1 |  2245M |  56 | 945 |  64k|  58k|  19k|  1 |  41k|  11k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.55%
3020.21/3031.14	c  1573s| 67800 | 15435 |  2872k|  42.1 |  2245M |  56 | 945 |  64k|  58k|  19k|  0 |  41k|  11k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.55%
3022.89/3033.80	c  1576s| 67900 | 15441 |  2875k|  42.1 |  2245M |  56 | 945 |  64k|  58k|  19k|  1 |  41k|  11k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.55%
3023.99/3034.94	c  1577s| 68000 | 15445 |  2878k|  42.1 |  2246M |  56 | 945 |  64k|  58k|  19k|  1 |  41k|  11k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.55%
3025.77/3036.76	c  1579s| 68100 | 15453 |  2881k|  42.1 |  2247M |  56 | 945 |  64k|  58k|  19k|  1 |  42k|  11k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.55%
3027.56/3038.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3027.56/3038.56	c  1580s| 68200 | 15463 |  2885k|  42.0 |  2247M |  56 | 945 |  64k|  58k|  19k|  0 |  42k|  11k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.55%
3031.75/3042.79	c  1585s| 68300 | 15479 |  2891k|  42.1 |  2248M |  56 | 945 |  64k|  58k|  19k|  0 |  42k|  11k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.58%
3034.94/3045.92	c  1588s| 68400 | 15493 |  2894k|  42.0 |  2248M |  56 | 945 |  64k|  58k|  20k|  1 |  42k|  11k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.58%
3037.14/3048.14	c  1590s| 68500 | 15513 |  2897k|  42.0 |  2248M |  56 | 945 |  64k|  58k|  20k|  1 |  42k|  11k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.58%
3039.32/3050.39	c  1592s| 68600 | 15533 |  2901k|  42.0 |  2249M |  56 | 945 |  64k|  58k|  20k|  1 |  42k|  11k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.58%
3040.91/3052.00	c  1594s| 68700 | 15553 |  2907k|  42.1 |  2249M |  56 | 945 |  64k|  58k|  20k|  1 |  42k|  11k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.58%
3042.61/3053.65	c  1596s| 68800 | 15545 |  2910k|  42.0 |  2249M |  56 | 945 |  64k|  58k|  20k|  0 |  42k|  12k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.59%
3045.90/3056.93	c  1599s| 68900 | 15557 |  2915k|  42.0 |  2249M |  56 | 945 |  64k|  58k|  20k|  1 |  42k|  12k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.59%
3047.19/3058.24	c  1600s| 69000 | 15565 |  2919k|  42.0 |  2249M |  56 | 945 |  64k|  58k|  20k|  0 |  42k|  12k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.60%
3049.10/3060.13	c  1602s| 69100 | 15571 |  2923k|  42.0 |  2250M |  56 | 945 |  64k|  58k|  20k|  1 |  42k|  12k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.60%
3050.68/3061.70	c  1604s| 69200 | 15573 |  2926k|  42.0 |  2250M |  56 | 945 |  64k|  58k|  20k|  2 |  42k|  12k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.60%
3053.67/3064.79	c  1607s| 69300 | 15597 |  2930k|  42.0 |  2251M |  56 | 945 |  64k|  58k|  20k|  1 |  42k|  12k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.60%
3055.36/3066.45	c  1608s| 69400 | 15619 |  2934k|  42.0 |  2251M |  56 | 945 |  64k|  58k|  20k|  1 |  43k|  12k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.60%
3056.56/3067.69	c  1610s| 69500 | 15635 |  2938k|  42.0 |  2251M |  56 | 945 |  64k|  58k|  20k|  2 |  43k|  12k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.61%
3058.35/3069.49	c  1611s| 69600 | 15641 |  2942k|  42.0 |  2251M |  56 | 945 |  64k|  58k|  20k|  0 |  43k|  12k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.61%
3059.75/3070.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3059.75/3070.88	c  1613s| 69700 | 15661 |  2946k|  42.0 |  2251M |  56 | 945 |  64k|  58k|  20k|  0 |  43k|  12k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.61%
3061.35/3072.49	c  1614s| 69800 | 15675 |  2949k|  42.0 |  2253M |  56 | 945 |  64k|  58k|  20k|  0 |  43k|  12k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.62%
3062.95/3074.03	c  1616s| 69900 | 15703 |  2954k|  42.0 |  2253M |  56 | 945 |  64k|  58k|  20k|  0 |  43k|  12k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.62%
3063.95/3075.03	c  1617s| 70000 | 15723 |  2957k|  42.0 |  2253M |  56 | 945 |  64k|  58k|  20k|  0 |  43k|  12k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.62%
3065.63/3076.79	c  1619s| 70100 | 15735 |  2962k|  42.0 |  2255M |  56 | 945 |  64k|  58k|  20k|  2 |  43k|  12k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.62%
3067.52/3078.66	c  1621s| 70200 | 15775 |  2966k|  42.0 |  2256M |  56 | 945 |  64k|  58k|  20k|  1 |  43k|  12k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.62%
3068.62/3079.76	c  1622s| 70300 | 15801 |  2969k|  42.0 |  2258M |  56 | 945 |  64k|  58k|  20k|  0 |  43k|  12k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.62%
3071.02/3082.12	c  1624s| 70400 | 15823 |  2973k|  42.0 |  2259M |  56 | 945 |  64k|  58k|  20k|  1 |  43k|  12k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.63%
3073.70/3084.80	c  1627s| 70500 | 15841 |  2977k|  42.0 |  2259M |  56 | 945 |  64k|  58k|  20k|  0 |  44k|  12k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.63%
3076.69/3087.88	c  1630s| 70600 | 15843 |  2980k|  42.0 |  2261M |  56 | 945 |  64k|  58k|  20k|  1 |  44k|  12k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.63%
3078.19/3089.33	c  1631s| 70700 | 15849 |  2985k|  42.0 |  2261M |  56 | 945 |  64k|  58k|  20k|  1 |  44k|  12k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.63%
3079.48/3090.67	c  1633s| 70800 | 15885 |  2989k|  42.0 |  2263M |  56 | 945 |  64k|  58k|  20k|  1 |  44k|  12k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.63%
3081.07/3092.26	c  1634s| 70900 | 15887 |  2993k|  42.0 |  2263M |  56 | 945 |  64k|  58k|  20k|  0 |  44k|  12k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.63%
3082.17/3093.36	c  1635s| 71000 | 15893 |  2996k|  41.9 |  2263M |  56 | 945 |  64k|  58k|  20k|  0 |  44k|  12k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.63%
3083.98/3095.17	c  1637s| 71100 | 15933 |  3002k|  42.0 |  2264M |  56 | 945 |  64k|  58k|  20k|  1 |  44k|  12k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.63%
3084.97/3096.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3084.97/3096.12	c  1638s| 71200 | 15947 |  3005k|  42.0 |  2264M |  56 | 945 |  64k|  58k|  20k|  0 |  44k|  12k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.63%
3086.75/3097.96	c  1640s| 71300 | 16025 |  3011k|  42.0 |  2266M |  56 | 945 |  64k|  58k|  20k|  1 |  44k|  12k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.63%
3088.15/3099.34	c  1641s| 71400 | 16103 |  3017k|  42.0 |  2268M |  56 | 945 |  64k|  58k|  20k|  1 |  44k|  12k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.63%
3089.24/3100.47	c  1642s| 71500 | 16151 |  3021k|  42.0 |  2271M |  56 | 945 |  64k|  58k|  20k|  1 |  44k|  12k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.63%
3090.54/3101.75	c  1644s| 71600 | 16149 |  3025k|  42.0 |  2271M |  56 | 945 |  64k|  58k|  20k|  1 |  44k|  12k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.63%
3091.73/3102.90	c  1645s| 71700 | 16151 |  3029k|  42.0 |  2271M |  56 | 945 |  64k|  58k|  20k|  0 |  44k|  12k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.63%
3092.94/3104.19	c  1646s| 71800 | 16181 |  3034k|  42.0 |  2271M |  56 | 945 |  64k|  58k|  20k|  1 |  44k|  12k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.63%
3093.84/3105.01	c  1647s| 71900 | 16191 |  3036k|  42.0 |  2272M |  56 | 945 |  64k|  58k|  20k|  2 |  44k|  12k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.63%
3094.93/3106.13	c  1648s| 72000 | 16203 |  3040k|  42.0 |  2272M |  56 | 945 |  64k|  58k|  20k|  1 |  44k|  12k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.63%
3096.02/3107.21	c  1649s| 72100 | 16213 |  3043k|  42.0 |  2273M |  56 | 945 |  64k|  58k|  20k|  0 |  44k|  12k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.64%
3097.21/3108.41	c  1650s| 72200 | 16257 |  3047k|  42.0 |  2275M |  56 | 945 |  64k|  58k|  20k|  1 |  44k|  12k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.64%
3099.01/3110.23	c  1652s| 72300 | 16307 |  3052k|  42.0 |  2276M |  56 | 945 |  64k|  58k|  20k|  2 |  44k|  12k| 4.500000e+01 | 4.300000e+01*|   4.65%|   2.65%
3099.70/3111.00	c 
3099.70/3111.00	c SCIP Status        : solving was interrupted [time limit reached]
3099.70/3111.00	c Solving Time (sec) : 1652.88
3099.70/3111.00	c Solving Nodes      : 72364
3099.70/3111.00	c Primal Bound       : +4.30000000000000e+01 (807 solutions, 0 respecting the objective limit)
3099.70/3111.00	c Dual Bound         : +4.50000000000000e+01
3099.70/3111.00	c Gap                : 4.65 %
3099.70/3111.00	c SCIP status: 23 (TIMELIMIT)
3099.70/3111.00	c pb_solver_status: sst_sat
3099.70/3111.00	c LB_goalvalue: 43
3099.70/3111.00	c UB_goalvalue: 45
3099.70/3111.00	c Both SAT and SCIP timed out; boosting budgets to sat=439.040000 scip=1800.000000
3099.70/3111.00	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
3099.70/3111.00	c SCIP returned: sst_sat
3099.70/3111.00	c SCIP primal LB: 43, dual UB: 45
3099.70/3111.00	c Try to find a solution more than 43
3099.70/3111.00	c assumptions: 
3099.70/3111.00	c invoking solver with time budget: 439.040000
3538.75/3551.39	c sat_solver_result: sst_unknown
3538.75/3551.39	c SAT solver timed out; proceeding to cooperative SCIP call
3538.75/3551.39	c Calling solveScip for cooperative mode with LB_goalvalue:       43, UB_goalvalue: 45
3538.75/3551.39	c scip solving with time budget: 1800.000000
3538.75/3551.39	c solveScip
3538.75/3551.39	c initScipForCoop
3538.75/3551.39	c Coop Mode: Using SCIP obj units for LB/UB: 43, +oo
3538.75/3551.39	c SCIPfreeTransform due to timeout and having shadow nodes
3538.75/3551.39	c forcing SCIPfreeTransform before solve
3538.95/3551.54	c Running SCIP presolve for solve-time propagation (rounds=3)
3538.95/3551.58	c 10/10 feasible solutions given by solution candidate storage, new primal bound 4.300000e+01
3538.95/3551.58	c 
3538.95/3551.59	c presolving:
3539.05/3551.65	c    (0.1s) running MILP presolver
3539.05/3551.69	c    (0.1s) MILP presolver found nothing
3539.15/3551.73	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 58624 upgd conss, 0 impls, 58624 clqs, 0 implints
3539.25/3551.86	c    (0.3s) probing: 51/945 (5.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
3539.25/3551.86	c    (0.3s) probing aborted: 50/50 successive totally useless probings
3539.56/3552.12	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
3539.56/3552.12	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
3539.56/3552.12	c  0 implications, 58624 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
3539.56/3552.12	c presolved problem has 945 variables (945 bin, 0 int, 0 cont) and 58624 constraints
3539.56/3552.12	c   58624 constraints of type <setppc>
3539.56/3552.12	c transformed objective value is always integral (scale: 1)
3539.56/3552.12	c Presolving Time: 0.54
3539.56/3552.18	c 10/10 feasible solutions given by solution candidate storage, new primal bound 4.100000e+01
3539.56/3552.18	c 
3539.56/3552.19	c presolving:
3539.65/3552.27	c    (0.1s) running MILP presolver
3539.75/3552.30	c    (0.2s) MILP presolver found nothing
3539.75/3552.35	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 58624 upgd conss, 0 impls, 58624 clqs, 0 implints
3539.95/3552.50	c    (0.4s) probing: 51/945 (5.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
3539.95/3552.50	c    (0.4s) probing aborted: 50/50 successive totally useless probings
3540.15/3552.76	c    (0.6s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
3540.15/3552.77	c    (0.6s) no symmetry present (symcode time: 0.00)
3540.15/3552.78	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
3540.15/3552.78	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
3540.15/3552.78	c  0 implications, 58624 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
3540.15/3552.78	c presolved problem has 945 variables (945 bin, 0 int, 0 cont) and 58624 constraints
3540.15/3552.78	c   58624 constraints of type <setppc>
3540.15/3552.78	c transformed objective value is always integral (scale: 1)
3540.15/3552.78	c Presolving Time: 0.59
3540.15/3552.79	c transformed 11/11 original solutions to the transformed problem space
3540.15/3552.79	c 
3540.46/3553.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3540.46/3553.08	c   0.9s|     1 |     0 |   945 |     - |  1960M |   0 | 945 |  58k|  58k|   0 |  0 |   0 |   0 | 4.725000e+02 | 4.100000e+01 |1052.44%| unknown
3540.85/3553.48	c   1.3s|     1 |     0 |  1100 |     - |  1964M |   0 | 945 |  58k|  58k|  10 |  1 |   0 |   0 | 4.410000e+02 | 4.100000e+01 | 975.61%| unknown
3541.64/3554.29	c   2.1s|     1 |     0 |  1283 |     - |  1964M |   0 | 945 |  58k|  58k|  38 |  2 |   0 |   0 | 4.110000e+02 | 4.100000e+01 | 902.44%| unknown
3543.04/3555.68	c   3.5s|     1 |     0 |  1628 |     - |  1964M |   0 | 945 |  58k|  58k|  69 |  3 |   0 |   0 | 3.830000e+02 | 4.100000e+01 | 834.15%| unknown
3544.63/3557.23	c   5.1s|     1 |     0 |  1888 |     - |  1964M |   0 | 945 |  58k|  58k|  92 |  4 |   0 |   0 | 3.570000e+02 | 4.100000e+01 | 770.73%| unknown
3544.93/3557.54	c   5.4s|     1 |     0 |  2205 |     - |  1964M |   0 | 945 |  58k|  58k| 119 |  5 |   0 |   0 | 3.335000e+02 | 4.100000e+01 | 713.41%| unknown
3545.23/3557.84	c   5.7s|     1 |     0 |  2926 |     - |  1964M |   0 | 945 |  58k|  58k| 152 |  6 |   0 |   0 | 3.095000e+02 | 4.100000e+01 | 654.88%| unknown
3545.63/3558.28	c   6.1s|     1 |     0 |  3856 |     - |  1964M |   0 | 945 |  58k|  58k| 185 |  7 |   0 |   0 | 2.780000e+02 | 4.100000e+01 | 578.05%| unknown
3546.03/3558.67	c   6.5s|     1 |     0 |  4724 |     - |  1964M |   0 | 945 |  58k|  58k| 218 |  8 |   0 |   0 | 2.440000e+02 | 4.100000e+01 | 495.12%| unknown
3547.12/3559.77	c   7.6s|     1 |     0 |  6059 |     - |  1965M |   0 | 945 |  58k|  58k| 240 |  9 |   0 |   0 | 2.195000e+02 | 4.100000e+01 | 435.37%| unknown
3547.54/3560.12	c   8.0s|     1 |     0 |  6831 |     - |  1965M |   0 | 945 |  58k|  58k| 273 | 10 |   0 |   0 | 2.020000e+02 | 4.100000e+01 | 392.68%| unknown
3547.82/3560.46	c   8.3s|     1 |     0 |  7965 |     - |  1965M |   0 | 945 |  58k|  58k| 297 | 11 |   0 |   0 | 1.945000e+02 | 4.100000e+01 | 374.39%| unknown
3548.12/3560.78	c   8.6s|     1 |     0 |  9193 |     - |  1965M |   0 | 945 |  58k|  58k| 322 | 12 |   0 |   0 | 1.772500e+02 | 4.100000e+01 | 332.32%| unknown
3548.43/3561.05	c   8.9s|     1 |     0 | 10295 |     - |  1965M |   0 | 945 |  58k|  58k| 360 | 13 |   0 |   0 | 1.523750e+02 | 4.100000e+01 | 271.65%| unknown
3548.82/3561.45	c   9.3s|     1 |     0 | 12026 |     - |  1965M |   0 | 945 |  58k|  59k| 383 | 14 |   0 |   0 | 1.377500e+02 | 4.100000e+01 | 235.98%| unknown
3549.12/3561.75	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3549.12/3561.75	c   9.6s|     1 |     0 | 13381 |     - |  1965M |   0 | 945 |  58k|  59k| 405 | 15 |   0 |   0 | 1.235000e+02 | 4.100000e+01 | 201.22%| unknown
3549.32/3561.90	c   9.8s|     1 |     0 | 14232 |     - |  1965M |   0 | 945 |  58k|  59k| 427 | 16 |   0 |   0 | 1.152500e+02 | 4.100000e+01 | 181.10%| unknown
3549.43/3562.04	c   9.9s|     1 |     0 | 14839 |     - |  1965M |   0 | 945 |  58k|  59k| 453 | 17 |   0 |   0 | 1.076250e+02 | 4.100000e+01 | 162.50%| unknown
3549.62/3562.23	c  10.1s|     1 |     0 | 15773 |     - |  1965M |   0 | 945 |  58k|  59k| 472 | 18 |   0 |   0 | 9.337500e+01 | 4.100000e+01 | 127.74%| unknown
3549.72/3562.38	c  10.2s|     1 |     0 | 16639 |     - |  1965M |   0 | 945 |  58k|  59k| 486 | 19 |   0 |   0 | 8.725000e+01 | 4.100000e+01 | 112.80%| unknown
3550.02/3562.63	c  10.5s|     1 |     0 | 17982 |     - |  1965M |   0 | 945 |  58k|  59k| 500 | 20 |   0 |   0 | 7.350000e+01 | 4.100000e+01 |  79.27%| unknown
3550.11/3562.74	c  10.6s|     1 |     0 | 18518 |     - |  1965M |   0 | 945 |  58k|  59k| 506 | 21 |   0 |   0 | 5.250000e+01 | 4.100000e+01 |  28.05%| unknown
3550.21/3562.80	c  10.7s|     1 |     0 | 18656 |     - |  1965M |   0 | 945 |  58k|  59k| 507 | 22 |   0 |   0 | 4.550000e+01 | 4.100000e+01 |  10.98%| unknown
3550.21/3562.84	c  10.7s|     1 |     0 | 18686 |     - |  1965M |   0 | 945 |  58k|  58k| 511 | 23 |   0 |   0 | 4.550000e+01 | 4.100000e+01 |  10.98%| unknown
3550.21/3562.87	c  10.7s|     1 |     0 | 18730 |     - |  1965M |   0 | 945 |  58k|  58k| 517 | 24 |   0 |   0 | 4.550000e+01 | 4.100000e+01 |  10.98%| unknown
3550.31/3562.91	c  10.8s|     1 |     0 | 18790 |     - |  1965M |   0 | 945 |  58k|  58k| 522 | 25 |   0 |   0 | 4.550000e+01 | 4.100000e+01 |  10.98%| unknown
3550.31/3562.96	c  10.8s|     1 |     0 | 18851 |     - |  1965M |   0 | 945 |  58k|  58k| 530 | 26 |   0 |   0 | 4.550000e+01 | 4.100000e+01 |  10.98%| unknown
3550.31/3563.00	c  10.9s|     1 |     0 | 18910 |     - |  1965M |   0 | 945 |  58k|  58k| 537 | 27 |   0 |   0 | 4.550000e+01 | 4.100000e+01 |  10.98%| unknown
3550.43/3563.04	c  10.9s|     1 |     0 | 18969 |     - |  1965M |   0 | 945 |  58k|  58k| 546 | 28 |   0 |   0 | 4.550000e+01 | 4.100000e+01 |  10.98%| unknown
3550.43/3563.09	c  10.9s|     1 |     0 | 19018 |     - |  1965M |   0 | 945 |  58k|  58k| 551 | 29 |   0 |   0 | 4.550000e+01 | 4.100000e+01 |  10.98%| unknown
3550.53/3563.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3550.53/3563.13	c  11.0s|     1 |     0 | 19073 |     - |  1965M |   0 | 945 |  58k|  58k| 558 | 30 |   0 |   0 | 4.550000e+01 | 4.100000e+01 |  10.98%| unknown
3550.53/3563.18	c  11.0s|     1 |     0 | 19141 |     - |  1965M |   0 | 945 |  58k|  58k| 567 | 31 |   0 |   0 | 4.550000e+01 | 4.100000e+01 |  10.98%| unknown
3550.61/3563.23	c  11.1s|     1 |     0 | 19202 |     - |  1965M |   0 | 945 |  58k|  58k| 574 | 32 |   0 |   0 | 4.550000e+01 | 4.100000e+01 |  10.98%| unknown
3552.01/3564.67	c  12.5s|     1 |     2 | 19226 |     - |  1965M |   0 | 945 |  58k|  58k| 574 | 32 |   0 |  20 | 4.500000e+01 | 4.100000e+01 |   9.76%| unknown
3575.44/3588.13	c  36.0s|   100 |    75 | 35086 | 160.4 |  1965M |  27 | 945 |  59k|  58k| 653 |  1 |1063 |1172 | 4.500000e+01 | 4.100000e+01 |   9.76%| unknown
3586.40/3599.12	c  47.0s|   200 |   121 | 41084 | 110.0 |  1965M |  27 | 945 |  60k|  58k| 712 |  1 |1696 |1706 | 4.500000e+01 | 4.100000e+01 |   9.76%| unknown
3598.64/3611.43	c  59.3s|   300 |   167 | 47727 |  95.4 |  1965M |  27 | 945 |  60k|  58k| 828 |  1 |1941 |1961 | 4.500000e+01 | 4.100000e+01 |   9.76%| unknown
3600.04/3612.80	
3600.04/3612.80	*** TERMINATED *** by signal
3600.04/3612.80	c
3600.04/3612.80	s SATISFIABLE
3600.04/3612.80	v -x945 -x944 -x943 -x942 -x941 -x940 -x939 -x938 -x937 -x936 -x935 -x934 -x933 -x932 -x931 -x930 -x929 -x928 -x927 x926 -x925 -x924 -x923 -x922 -x921 -x920 -x919 -x918 -x917 -x916 -x915 -x914 -x913 x912 -x911 -x910 -x909 -x908 -x907 -x906 -x905 -x904 -x903 -x902 -x901 -x900 -x899 x898 -x897 -x896 -x895 -x894 -x893 -x892 -x891 -x890 -x889 -x888 -x887 -x886 -x885 -x884 -x883 -x882 -x881 -x880 -x879 -x878 -x877 -x876 -x875 -x874 -x873 x872 -x871 -x870 -x869 -x868 -x867 -x866 -x865 -x864 -x863 -x862 -x861 -x860 -x859 -x858 -x857 -x856 -x855 -x854 -x853 -x852 -x851 -x850 -x849 -x848 -x847 -x846 -x845 x844 -x843 -x842 -x841 -x840 -x839 -x838 -x837 -x836 -x835 -x834 -x833 -x832 -x831 -x830 -x829 -x828 -x827 -x826 -x825 -x824 -x823 x822 -x821 -x820 -x819 -x818 -x817 -x816 -x815 -x814 -x813 -x812 -x811 -x810 -x809 -x808 -x807 -x806 -x805 -x804 -x803 -x802 x801 -x800 -x799 -x798 -x797 -x796 -x795 -x794 -x793 -x792 -x791 -x790 x789 -x788 -x787 -x786 -x785 -x784 -x783 -x782 -x781 -x780 -x779 -x778 -x777 -x776 -x775 -x774 -x773 -x772 -x771 -x770 x769 -x768 -x767 -x766 -x765 -x764 -x763 -x762 -x761 -x760 -x759 -x758 -x757 -x756 -x755 -x754 -x753 -x752 -x751 -x750 -x749 x748 -x747 -x746 -x745 -x744 -x743 -x742 -x741 -x740 -x739 -x738 -x737 -x736 -x735 -x734 -x733 x732 -x731 -x730 -x729 -x728 -x727 -x726 -x725 -x724 -x723 -x722 -x721 -x720 -x719 -x718 -x717 -x716 -x715 x714 -x713 -x712 -x711 -x710 -x709 -x708 -x707 -x706 -x705 -x704 -x703 -x702 -x701 -x700 -x699 -x698 -x697 -x696 -x695 -x694 -x693 -x692 -x691 -x690 -x689 -x688 -x687 -x686 -x685 -x684 -x683 -x682 -x681 -x680 -x679 -x678 -x677 -x676 x675 -x674 -x673 -x672 -x671 -x670 -x669 -x668 -x667 -x666 -x665 -x664 -x663 -x662 -x661 x660 -x659 -x658 -x657 -x656 -x655 -x654 -x653 -x652 -x651 x650 -x649 -x648 -x647 -x646 -x645 -x644 -x643 -x642 -x641 -x640 -x639 -x638 -x637 -x636 -x635 -x634 -x633 -x632 -x631 -x630 -x629 -x628 -x627 -x626 -x625 -x624 -x623 -x622 -x621 -x620 -x619 -x618 -x617 -x616 -x615 -x614 -x613 -x612 -x611 -x610 -x609 -x608 -x607 -x606 -x605 -x604 -x603 -x602 -x601 -x600 -x599 -x598 -x597 -x596 -x595 -x594 x593 -x592 -x591 -x590 -x589 -x588 -x587 -x586 -x585 -x584 -x583 -x582 -x581 -x580 -x579 -x578 -x577 -x576 -x575 -x574 -x573 -x572 -x571 -x570 -x569 -x568 -x567 -x566 x565 -x564 -x563 -x562 -x561 -x560 -x559 -x558 -x557 -x556 -x555 -x554 -x553 -x552 -x551 -x550 -x549 -x548 -x547 -x546 -x545 -x544 -x543 -x542 -x541 -x540 -x539 -x538 -x537 -x536 -x535 -x534 -x533 -x532 -x531 -x530 -x529 x528 -x527 -x526 -x525 -x524 -x523 -x522 -x521 -x520 -x519 -x518 -x517 -x516 -x515 -x514 -x513 -x512 -x511 -x510 -x509 -x508 -x507 -x506 x505 -x504 -x503 -x502 -x501 -x500 -x499 -x498 -x497 -x496 -x495 -x494 -x493 -x492 -x491 -x490 -x489 -x488 -x487 -x486 -x485 x484 -x483 -x482 -x481 -x480 -x479 -x478 -x477 -x476 -x475 x474 -x473 -x472 -x471 -x470 -x469 -x468 -x467 -x466 -x465 -x464 -x463 -x462 x461 -x460 -x459 -x458 -x457 -x456 -x455 -x454 -x453 -x452 -x451 -x450 -x449 -x448 -x447 -x446 -x445 -x444 -x443 -x442 -x441 -x440 -x439 -x438 -x437 -x436 -x435 -x434 -x433 -x432 -x431 -x430 -x429 -x428 -x427 -x426 -x425 -x424 -x423 x422 -x421 -x420 x419 -x418 -x417 -x416 -x415 -x414 -x413 -x412 -x411 -x410 -x409 -x408 -x407 -x406 -x405 -x404 -x403 -x402 -x401 -x400 -x399 -x398 -x397 -x396 -x395 -x394 -x393 -x392 -x391 -x390 -x389 -x388 -x387 -x386 -x385 x384 -x383 -x382 -x381 -x380 -x379 -x378 -x377 x376 -x375 -x374 -x373 -x372 -x371 -x370 -x369 -x368 -x367 -x366 -x365 -x364 -x363 -x362 -x361 -x360 -x359 -x358 -x357 -x356 -x355 -x354 -x353 -x352 -x351 -x350 -x349 -x348 -x347 -x346 -x345 x344 -x343 -x342 -x341 -x340 -x339 -x338 -x337 -x336 -x335 -x334 -x333 -x332 -x331 -x330 -x329 -x328 x327 -x326 -x325 -x324 -x323 -x322 -x321 -x320 -x319 -x318 -x317 -x316 -x315 -x314 -x313 -x312 -x311 -x310 x309 -x308 -x307 -x306 -x305 -x304 -x303 -x302 -x301 -x300 -x299 -x298 -x297 -x296 -x295 -x294 -x293 -x292 -x291 -x290 -x289 -x288 -x287 -x286 -x285 -x284 -x283 -x282 -x281 -x280 -x279 x278 -x277 -x276 -x275 -x274 -x273 -x272 -x271 -x270 -x269 -x268 -x267 -x266 -x265 -x264 -x263 x262 -x261 -x260 -x259 -x258 -x257 -x256 -x255 -x254 -x253 -x252 -x251 -x250 -x249 -x248 -x247 -x246 -x245 -x244 -x243 -x242 -x241 -x240 -x239 x238 -x237 -x236 -x235 -x234 -x233 -x232 -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 x3 -x2 -x1
3600.04/3612.80	c Model check passed
3600.04/3612.80	c Model check has passed with goal value: -43
3600.04/3612.80	c _____________________________________________________________________________
3600.04/3612.80	c std/band forms        : 4,0
3600.04/3612.80	c 2cl/3cl ITE-codings   : 0,0
3600.04/3612.80	c BDD/srt/adr Max costs : 0,44290,0
3600.04/3612.80	c BDDraw/bin/mul/srt/adr: 0,0,0,4,0
3600.04/3612.80	c BDD nodes             : 0
3600.04/3612.80	c Es1/CC detections     : 0,0
3600.04/3612.80	c CC sort               : 4
3600.04/3612.80	c SAT/UNSAT calls       : 3,0
3600.04/3612.80	c regenrated variables  : 0
3600.04/3612.80	c eliminated fixed lits : 0
3600.04/3612.80	c goal lit flips        : 0
3600.04/3612.80	c goal stages           : 0
3600.04/3612.80	c goal shrink           : 0
3600.04/3612.80	c goal coeff separations: 0
3600.04/3612.80	c restarts              : 345229
3600.04/3612.80	c conflicts             : 15575932       (4327 /sec)
3600.04/3612.80	c decisions             : 20712769       (5753 /sec)
3600.04/3612.80	c propagations          : 4159562744     (1155417 /sec)
3600.04/3612.80	c inspects              : 0              (0 /sec)
3600.04/3612.80	c CPU time (solving tm) : 3600 s        (901.8 s, SAT 24.23 s, UNSAT 0 s)
3600.04/3612.80	c SAT solver time       : 901.8 s
3600.04/3612.80	c SAT solver SAT time   : 24.23 s
3600.04/3612.80	c SAT solver UNSAT time : 0 s
3600.04/3612.80	c SAT solver TO time    : 877.6 s
3600.04/3612.80	c Time for SCIP         : 2633 s
3600.04/3612.80	c Coop SCIP LB improvements           : 0
3600.04/3612.80	c Coop SCIP UB improvements           : 1
3600.04/3612.80	c SCIP globally fixed variables       : 0
3600.04/3612.80	c SAT  globally fixed variables       : 0
3600.04/3612.80	c SCIP freeTransform calls            : 16
3600.04/3612.80	c Time for Opt-base     : 0.000391 s
3600.04/3612.80	c Steps for Opt-base    : 0
3600.04/3612.80	c Time for BDD coding   : 0 s
3600.04/3612.80	c Time for srt coding   : 0.006698 s
3600.04/3612.80	c Inner solver invocations            : 0
3600.04/3612.80	c Inner solving count                 : 0
3600.04/3612.80	c _____________________________________________________________________________

Verifier Data

OK	-43

Watcher Data

runsolver version 3.4.3 (svn: 5215) 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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4778994-1782129864/watcher-4778994-1782129864 -o /tmp/evaluation-result-4778994-1782129864/solver-4778994-1782129864 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4778994-1782129864/vars-4778994-1782129864 --bin-var /tmp/runsolver-exch-nodeE003-1782129864-2338061 --watchdog 3760 ./naps.sh -given-time=3600 HOME/instance-4778994-1782129864.opb 

running on 4 cores: 8-11

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 1,3,5-6,8-9,18-19,21-25,33-34,36,38-41,45,48,50-51,53,57,61-62
  3550 MHz: 0,2,29,42-43,56,58-59
  3600 MHz: 4,7,10-17,20,26-28,30-32,35,37,44,46-47,49,52,54-55,60,63
WARNING: cores do not run at the same frequency!

Cores frequency (cpufreq):
  2500 MHz: 1,3
  3550 MHz: 0,2
WARNING: cores do not run at the same frequency!

CPU governors:
  performance: 8-11

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (109498 MiB free)
  node 1: cores 8-15, 129019 MiB (113453 MiB free)
  node 2: cores 16-23, 129019 MiB (109894 MiB free)
  node 3: cores 24-31, 129003 MiB (112018 MiB free)
  node 4: cores 32-39, 129019 MiB (114909 MiB free)
  node 5: cores 40-47, 129019 MiB (110064 MiB free)
  node 6: cores 48-55, 128973 MiB (114198 MiB free)
  node 7: cores 56-63, 128474 MiB (104751 MiB free)
  node distances:
     10  12  12  12  32  32  32  32
     12  10  12  12  32  32  32  32
     12  12  10  12  32  32  32  32
     12  12  12  10  32  32  32  32
     32  32  32  32  10  12  12  12
     32  32  32  32  12  10  12  12
     32  32  32  32  12  12  10  12
     32  32  32  32  12  12  12  10

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): 63488000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 63539200 KiB
Linux 5.14.0-611.55.1.el9_7.0.3.x86_64
Starting watchdog thread
solver pid=2338291, runsolver pid=2338260
Current StackSize limit: 8192 KiB


[startup+0.100073 s]*
/proc/loadavg: 4.21 5.78 7.25 5/861 2338306
/proc/meminfo: memFree=910124976/1055320712 swapFree=33554428/33554428
[pid=2338291] ppid=2338260 vsize=2820 memory=280 CPUtime=0 cores=8-11
/proc/2338291/stat : 2338291 (naps_release) D 2338260 2338291 2335179 0 -1 4194304 239 207 0 0 0 0 0 0 20 0 1 0 146274458 2887680 0 18446744073709551615 4210688 6281017 140721767827840 0 0 0 0 0 0 1 0 0 17 9 0 0 0 0 0 6662968 6676388 21491712 140721767831771 140721767831952 140721767831952 140721767837640 0
/proc/2338291/statm: 705 70 59 506 0 45 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 2820 KiB
Current children cumulated memory: 280 KiB

[startup+0.212545 s]*
/proc/loadavg: 4.21 5.78 7.25 15/877 2338328
/proc/meminfo: memFree=910103792/1055320712 swapFree=33554428/33554428
[pid=2338291] ppid=2338260 vsize=89052 memory=17940 CPUtime=0.03 cores=8-11
/proc/2338291/stat : 2338291 (naps_release) R 2338260 2338291 2335179 0 -1 4194304 2195 207 0 0 2 1 0 0 20 0 1 0 146274458 91189248 4352 18446744073709551615 4210688 6281017 140721767827840 0 0 0 0 0 16898 0 0 0 17 9 0 0 0 0 0 6662968 6676388 21491712 140721767831771 140721767831952 140721767831952 140721767837640 0
/proc/2338291/statm: 22263 4485 2756 506 0 2954 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 89052 KiB
Current children cumulated memory: 17940 KiB

[startup+0.311692 s]*
/proc/loadavg: 4.21 5.78 7.25 16/873 2338330
/proc/meminfo: memFree=909910068/1055320712 swapFree=33554428/33554428
[pid=2338291] ppid=2338260 vsize=114796 memory=43500 CPUtime=0.12 cores=8-11
/proc/2338291/stat : 2338291 (naps_release) R 2338260 2338291 2335179 0 -1 4194304 8585 207 0 0 11 1 0 0 20 0 1 0 146274458 117551104 10752 18446744073709551615 4210688 6281017 140721767827840 0 0 0 0 0 16898 0 0 0 17 9 0 0 0 0 0 6662968 6676388 21491712 140721767831771 140721767831952 140721767831952 140721767837640 0
/proc/2338291/statm: 28699 10875 2756 506 0 9390 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 114796 KiB
Current children cumulated memory: 43500 KiB

[startup+0.700215 s]
/proc/loadavg: 4.21 5.78 7.25 17/871 2338338
/proc/meminfo: memFree=909128224/1055320712 swapFree=33554428/33554428
[pid=2338291] ppid=2338260 vsize=216836 memory=153672 CPUtime=0.5 cores=8-11
/proc/2338291/stat : 2338291 (naps_release) R 2338260 2338291 2335179 0 -1 4194304 46690 207 0 0 46 4 0 0 20 0 1 0 146274458 222040064 38228 18446744073709551615 4210688 6281017 140721767827840 0 0 0 0 0 16898 0 0 0 17 9 0 0 0 0 0 6662968 6676388 21491712 140721767831771 140721767831952 140721767831952 140721767837640 0
/proc/2338291/statm: 54209 38418 5717 506 0 34900 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 216836 KiB
Current children cumulated memory: 153672 KiB

[startup+1.50024 s]
/proc/loadavg: 4.21 5.78 7.25 15/867 2338346
/proc/meminfo: memFree=908065596/1055320712 swapFree=33554428/33554428
[pid=2338291] ppid=2338260 vsize=413952 memory=337200 CPUtime=1.3 cores=8-11
/proc/2338291/stat : 2338291 (naps_release) R 2338260 2338291 2335179 0 -1 4194304 64769 207 0 0 124 6 0 0 20 0 1 0 146274458 423886848 84150 18446744073709551615 4210688 6281017 140721767827840 0 0 0 0 0 16898 0 0 0 17 9 0 0 0 0 0 6662968 6676388 21491712 140721767831771 140721767831952 140721767831952 140721767837640 0
/proc/2338291/statm: 103488 84300 5749 506 0 84179 0
Current children cumulated CPU time: 1.3 s
Current children cumulated vsize: 413952 KiB
Current children cumulated memory: 337200 KiB

[startup+3.11267 s]
/proc/loadavg: 4.21 5.78 7.25 13/859 2338362
/proc/meminfo: memFree=906685084/1055320712 swapFree=33554428/33554428
[pid=2338291] ppid=2338260 vsize=502856 memory=411408 CPUtime=2.9 cores=8-11
/proc/2338291/stat : 2338291 (naps_release) R 2338260 2338291 2335179 0 -1 4194304 82936 207 0 0 283 7 0 0 20 0 1 0 146274458 514924544 102701 18446744073709551615 4210688 6281017 140721767827840 0 0 0 0 0 16898 0 0 0 17 9 0 0 0 0 0 6662968 6676388 21491712 140721767831771 140721767831952 140721767831952 140721767837640 0
/proc/2338291/statm: 125714 102852 6124 506 0 106405 0
Current children cumulated CPU time: 2.9 s
Current children cumulated vsize: 502856 KiB
Current children cumulated memory: 411408 KiB

[startup+6.30014 s]
/proc/loadavg: 5.15 5.95 7.30 14/859 2338362
/proc/meminfo: memFree=906449724/1055320712 swapFree=33554428/33554428
[pid=2338291] ppid=2338260 vsize=519364 memory=411472 CPUtime=6.08 cores=8-11
/proc/2338291/stat : 2338291 (naps_release) R 2338260 2338291 2335179 0 -1 4194304 82957 207 0 0 601 7 0 0 20 0 1 0 146274458 531828736 102701 18446744073709551615 4210688 6281017 140721767827840 0 0 0 0 0 16898 0 0 0 17 9 0 0 0 0 0 6662968 6676388 21491712 140721767831771 140721767831952 140721767831952 140721767837640 0
/proc/2338291/statm: 129841 102868 6124 506 0 110532 0
Current children cumulated CPU time: 6.08 s
Current children cumulated vsize: 519364 KiB
Current children cumulated memory: 411472 KiB

[startup+12.7001 s]
/proc/loadavg: 6.02 6.12 7.34 13/859 2338362
/proc/meminfo: memFree=905152340/1055320712 swapFree=33554428/33554428
[pid=2338291] ppid=2338260 vsize=616836 memory=433792 CPUtime=12.45 cores=8-11
/proc/2338291/stat : 2338291 (naps_release) R 2338260 2338291 2335179 0 -1 4194304 88162 207 0 0 1210 35 0 0 20 0 1 0 146274458 631640064 108289 18446744073709551615 4210688 6281017 140721767827840 0 0 0 0 0 16898 0 0 0 17 9 0 0 0 0 0 6662968 6676388 21491712 140721767831771 140721767831952 140721767831952 140721767837640 0
/proc/2338291/statm: 154209 108448 6236 506 0 134900 0
Current children cumulated CPU time: 12.45 s
Current children cumulated vsize: 616836 KiB
Current children cumulated memory: 433792 KiB

[startup+25.5002 s]
/proc/loadavg: 8.30 6.62 7.49 17/875 2338530
/proc/meminfo: memFree=904222992/1055320712 swapFree=33554428/33554428
[pid=2338291] ppid=2338260 vsize=657376 memory=466336 CPUtime=25.2 cores=8-11
/proc/2338291/stat : 2338291 (naps_release) R 2338260 2338291 2335179 0 -1 4194304 95814 207 0 0 2433 87 0 0 20 0 1 0 146274458 673153024 116391 18446744073709551615 4210688 6281017 140721767827840 0 0 0 0 0 16898 0 0 0 17 9 0 0 0 0 0 6662968 6676388 21491712 140721767831771 140721767831952 140721767831952 140721767837640 0
/proc/2338291/statm: 164344 116584 6252 506 0 145035 0
Current children cumulated CPU time: 25.2 s
Current children cumulated vsize: 657376 KiB
Current children cumulated memory: 466336 KiB

[startup+51.1131 s]
/proc/loadavg: 10.93 7.38 7.72 17/875 2338530
/proc/meminfo: memFree=896597360/1055320712 swapFree=33554428/33554428
[pid=2338291] ppid=2338260 vsize=662496 memory=472032 CPUtime=50.73 cores=8-11
/proc/2338291/stat : 2338291 (naps_release) R 2338260 2338291 2335179 0 -1 4194304 96729 207 0 0 4898 175 0 0 20 0 1 0 146274458 678395904 117885 18446744073709551615 4210688 6281017 140721767827840 0 0 0 0 0 16898 0 0 0 17 9 0 0 0 0 0 6662968 6676388 21491712 140721767831771 140721767831952 140721767831952 140721767837640 0
/proc/2338291/statm: 165624 118008 6252 506 0 146315 0
Current children cumulated CPU time: 50.73 s
Current children cumulated vsize: 662496 KiB
Current children cumulated memory: 472032 KiB

[startup+102.3 s]
/proc/loadavg: 13.80 8.71 8.15 17/875 2338581
/proc/meminfo: memFree=864522472/1055320712 swapFree=33554428/33554428
[pid=2338291] ppid=2338260 vsize=814420 memory=556076 CPUtime=101.74 cores=8-11
/proc/2338291/stat : 2338291 (naps_release) R 2338260 2338291 2335179 0 -1 4194304 117331 207 0 0 9915 259 0 0 20 0 1 0 146274458 833966080 138929 18446744073709551615 4210688 6281017 140721767827840 0 0 0 0 0 16898 0 0 0 17 9 0 0 0 0 0 6662968 6676388 21491712 140721767831771 140721767831952 140721767831952 140721767837640 0
/proc/2338291/statm: 203605 139019 6280 506 0 184296 0
Current children cumulated CPU time: 101.74 s
Current children cumulated vsize: 814420 KiB
Current children cumulated memory: 556076 KiB

[startup+162.3 s]
/proc/loadavg: 15.19 10.04 8.65 17/875 2338582
/proc/meminfo: memFree=853653800/1055320712 swapFree=33554428/33554428
[pid=2338291] ppid=2338260 vsize=934352 memory=638804 CPUtime=161.51 cores=8-11
/proc/2338291/stat : 2338291 (naps_release) R 2338260 2338291 2335179 0 -1 4194304 157273 207 0 0 15878 273 0 0 20 0 1 0 146274458 956776448 159580 18446744073709551615 4210688 6281017 140721767827840 0 0 0 0 0 16898 0 0 0 17 9 0 0 0 0 0 6662968 6676388 21491712 140721767831771 140721767831952 140721767831952 140721767837640 0
/proc/2338291/statm: 233588 159701 6280 506 0 214279 0
Current children cumulated CPU time: 161.51 s
Current children cumulated vsize: 934352 KiB
Current children cumulated memory: 638804 KiB

[startup+222.3 s]
/proc/loadavg: 15.71 11.13 9.11 17/875 2338586
/proc/meminfo: memFree=857233956/1055320712 swapFree=33554428/33554428
[pid=2338291] ppid=2338260 vsize=1019880 memory=695112 CPUtime=221.3 cores=8-11
/proc/2338291/stat : 2338291 (naps_release) R 2338260 2338291 2335179 0 -1 4194304 170885 207 0 0 21774 356 0 0 20 0 1 0 146274458 1044357120 173729 18446744073709551615 4210688 6281017 140721767827840 0 0 0 0 0 16898 0 0 0 17 9 0 0 0 0 0 6662968 6676388 21491712 140721767831771 140721767831952 140721767831952 140721767837640 0
/proc/2338291/statm: 254970 173778 6280 506 0 235661 0
Current children cumulated CPU time: 221.3 s
Current children cumulated vsize: 1019880 KiB
Current children cumulated memory: 695112 KiB

[startup+282.3 s]
/proc/loadavg: 15.89 12.02 9.54 17/873 2338587
/proc/meminfo: memFree=850380644/1055320712 swapFree=33554428/33554428
[pid=2338291] ppid=2338260 vsize=1107144 memory=750408 CPUtime=281.07 cores=8-11
/proc/2338291/stat : 2338291 (naps_release) R 2338260 2338291 2335179 0 -1 4194304 230972 207 0 0 27733 374 0 0 20 0 1 0 146274458 1133715456 187635 18446744073709551615 4210688 6281017 140721767827840 0 0 0 0 0 16898 0 0 0 17 9 0 0 0 0 0 6662968 6676388 21491712 140721767831771 140721767831952 140721767831952 140721767837640 0
/proc/2338291/statm: 276786 187602 6280 506 0 257477 0
Current children cumulated CPU time: 281.07 s
Current children cumulated vsize: 1107144 KiB
Current children cumulated memory: 750408 KiB

[startup+342.3 s]
/proc/loadavg: 15.96 12.74 9.95 17/872 2338594
/proc/meminfo: memFree=835478388/1055320712 swapFree=33554428/33554428

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

Current children cumulated memory: 1697548 KiB

[startup+2862.3 s]
/proc/loadavg: 16.01 16.01 15.67 17/872 2338921
/proc/meminfo: memFree=846613800/1055320712 swapFree=33554428/33554428
[pid=2338291] ppid=2338260 vsize=2350832 memory=1722764 CPUtime=2852.02 cores=8-11
/proc/2338291/stat : 2338291 (naps_release) R 2338260 2338291 2335179 0 -1 4194304 752233 207 0 0 283679 1523 0 0 20 0 1 0 146274458 2407251968 430572 18446744073709551615 4210688 6281017 140721767827840 0 0 0 0 0 16898 0 0 0 17 9 0 0 0 0 0 6662968 6676388 21491712 140721767831771 140721767831952 140721767831952 140721767837640 0
/proc/2338291/statm: 587708 430691 6452 506 0 568399 0
Current children cumulated CPU time: 2852.02 s
Current children cumulated vsize: 2350832 KiB
Current children cumulated memory: 1722764 KiB

[startup+2922.3 s]
/proc/loadavg: 16.07 16.02 15.70 17/872 2338922
/proc/meminfo: memFree=845577872/1055320712 swapFree=33554428/33554428
[pid=2338291] ppid=2338260 vsize=2400264 memory=1788128 CPUtime=2911.8 cores=8-11
/proc/2338291/stat : 2338291 (naps_release) R 2338260 2338291 2335179 0 -1 4194304 770039 207 0 0 289655 1525 0 0 20 0 1 0 146274458 2457870336 446884 18446744073709551615 4210688 6281017 140721767827840 0 0 0 0 0 16898 0 0 0 17 9 0 0 0 0 0 6662968 6676388 21491712 140721767831771 140721767831952 140721767831952 140721767837640 0
/proc/2338291/statm: 600066 447032 6452 506 0 580757 0
Current children cumulated CPU time: 2911.8 s
Current children cumulated vsize: 2400264 KiB
Current children cumulated memory: 1788128 KiB

[startup+2982.3 s]
/proc/loadavg: 16.02 16.01 15.72 17/872 2338924
/proc/meminfo: memFree=846322076/1055320712 swapFree=33554428/33554428
[pid=2338291] ppid=2338260 vsize=2400264 memory=1793460 CPUtime=2971.58 cores=8-11
/proc/2338291/stat : 2338291 (naps_release) R 2338260 2338291 2335179 0 -1 4194304 770350 207 0 0 295632 1526 0 0 20 0 1 0 146274458 2457870336 448262 18446744073709551615 4210688 6281017 140721767827840 0 0 0 0 0 16898 0 0 0 17 9 0 0 0 0 0 6662968 6676388 21491712 140721767831771 140721767831952 140721767831952 140721767837640 0
/proc/2338291/statm: 600066 448365 6452 506 0 580757 0
Current children cumulated CPU time: 2971.58 s
Current children cumulated vsize: 2400264 KiB
Current children cumulated memory: 1793460 KiB

[startup+3042.3 s]
/proc/loadavg: 16.01 16.01 15.74 17/872 2338925
/proc/meminfo: memFree=846370212/1055320712 swapFree=33554428/33554428
[pid=2338291] ppid=2338260 vsize=2477880 memory=1873616 CPUtime=3031.35 cores=8-11
/proc/2338291/stat : 2338291 (naps_release) R 2338260 2338291 2335179 0 -1 4194304 805316 207 0 0 301608 1527 0 0 20 0 1 0 146274458 2537349120 468236 18446744073709551615 4210688 6281017 140721767827840 0 0 0 0 0 16898 0 0 0 17 9 0 0 0 0 0 6662968 6676388 21491712 140721767831771 140721767831952 140721767831952 140721767837640 0
/proc/2338291/statm: 619470 468404 6452 506 0 600161 0
Current children cumulated CPU time: 3031.35 s
Current children cumulated vsize: 2477880 KiB
Current children cumulated memory: 1873616 KiB

[startup+3102.3 s]
/proc/loadavg: 16.00 16.00 15.76 17/871 2338926
/proc/meminfo: memFree=845660920/1055320712 swapFree=33554428/33554428
[pid=2338291] ppid=2338260 vsize=2477880 memory=1882412 CPUtime=3091.14 cores=8-11
/proc/2338291/stat : 2338291 (naps_release) R 2338260 2338291 2335179 0 -1 4194304 805471 207 0 0 307586 1528 0 0 20 0 1 0 146274458 2537349120 470529 18446744073709551615 4210688 6281017 140721767827840 0 0 0 0 0 16898 0 0 0 17 9 0 0 0 0 0 6662968 6676388 21491712 140721767831771 140721767831952 140721767831952 140721767837640 0
/proc/2338291/statm: 619470 470603 6452 506 0 600161 0
Current children cumulated CPU time: 3091.14 s
Current children cumulated vsize: 2477880 KiB
Current children cumulated memory: 1882412 KiB

[startup+3162.3 s]
/proc/loadavg: 16.00 16.00 15.78 17/870 2338927
/proc/meminfo: memFree=846116236/1055320712 swapFree=33554428/33554428
[pid=2338291] ppid=2338260 vsize=2477880 memory=1891016 CPUtime=3150.94 cores=8-11
/proc/2338291/stat : 2338291 (naps_release) R 2338260 2338291 2335179 0 -1 4194304 805580 207 0 0 313315 1779 0 0 20 0 1 0 146274458 2537349120 472599 18446744073709551615 4210688 6281017 140721767827840 0 0 0 0 0 16898 0 0 0 17 9 0 0 0 0 0 6662968 6676388 21491712 140721767831771 140721767831952 140721767831952 140721767837640 0
/proc/2338291/statm: 619470 472754 6452 506 0 600161 0
Current children cumulated CPU time: 3150.94 s
Current children cumulated vsize: 2477880 KiB
Current children cumulated memory: 1891016 KiB

[startup+3222.3 s]
/proc/loadavg: 16.60 16.17 15.85 17/870 2338928
/proc/meminfo: memFree=846192264/1055320712 swapFree=33554428/33554428
[pid=2338291] ppid=2338260 vsize=2477880 memory=1891016 CPUtime=3210.76 cores=8-11
/proc/2338291/stat : 2338291 (naps_release) R 2338260 2338291 2335179 0 -1 4194304 805580 207 0 0 319249 1827 0 0 20 0 1 0 146274458 2537349120 472599 18446744073709551615 4210688 6281017 140721767827840 0 0 0 0 0 16898 0 0 0 17 9 0 0 0 0 0 6662968 6676388 21491712 140721767831771 140721767831952 140721767831952 140721767837640 0
/proc/2338291/statm: 619470 472754 6452 506 0 600161 0
Current children cumulated CPU time: 3210.76 s
Current children cumulated vsize: 2477880 KiB
Current children cumulated memory: 1891016 KiB

[startup+3282.3 s]
/proc/loadavg: 16.30 16.17 15.87 17/870 2338929
/proc/meminfo: memFree=846157152/1055320712 swapFree=33554428/33554428
[pid=2338291] ppid=2338260 vsize=2477880 memory=1891068 CPUtime=3270.58 cores=8-11
/proc/2338291/stat : 2338291 (naps_release) R 2338260 2338291 2335179 0 -1 4194304 805593 207 0 0 325020 2038 0 0 20 0 1 0 146274458 2537349120 472599 18446744073709551615 4210688 6281017 140721767827840 0 0 0 0 0 16898 0 0 0 17 9 0 0 0 0 0 6662968 6676388 21491712 140721767831771 140721767831952 140721767831952 140721767837640 0
/proc/2338291/statm: 619470 472767 6452 506 0 600161 0
Current children cumulated CPU time: 3270.58 s
Current children cumulated vsize: 2477880 KiB
Current children cumulated memory: 1891068 KiB

[startup+3342.3 s]
/proc/loadavg: 16.11 16.13 15.89 17/870 2338932
/proc/meminfo: memFree=845973696/1055320712 swapFree=33554428/33554428
[pid=2338291] ppid=2338260 vsize=2477880 memory=1891068 CPUtime=3330.4 cores=8-11
/proc/2338291/stat : 2338291 (naps_release) R 2338260 2338291 2335179 0 -1 4194304 805593 207 0 0 330950 2090 0 0 20 0 1 0 146274458 2537349120 472599 18446744073709551615 4210688 6281017 140721767827840 0 0 0 0 0 16898 0 0 0 17 9 0 0 0 0 0 6662968 6676388 21491712 140721767831771 140721767831952 140721767831952 140721767837640 0
/proc/2338291/statm: 619470 472767 6452 506 0 600161 0
Current children cumulated CPU time: 3330.4 s
Current children cumulated vsize: 2477880 KiB
Current children cumulated memory: 1891068 KiB

[startup+3402.3 s]
/proc/loadavg: 16.04 16.11 15.90 17/870 2338944
/proc/meminfo: memFree=846003420/1055320712 swapFree=33554428/33554428
[pid=2338291] ppid=2338260 vsize=2483660 memory=1898028 CPUtime=3390.22 cores=8-11
/proc/2338291/stat : 2338291 (naps_release) R 2338260 2338291 2335179 0 -1 4194304 806311 207 0 0 336706 2316 0 0 20 0 1 0 146274458 2543267840 474357 18446744073709551615 4210688 6281017 140721767827840 0 0 0 0 0 16898 0 0 0 17 9 0 0 0 0 0 6662968 6676388 21491712 140721767831771 140721767831952 140721767831952 140721767837640 0
/proc/2338291/statm: 620915 474507 6452 506 0 601606 0
Current children cumulated CPU time: 3390.22 s
Current children cumulated vsize: 2483660 KiB
Current children cumulated memory: 1898028 KiB

[startup+3462.3 s]
/proc/loadavg: 16.05 16.10 15.91 17/872 2338951
/proc/meminfo: memFree=845922120/1055320712 swapFree=33554428/33554428
[pid=2338291] ppid=2338260 vsize=2483660 memory=1898028 CPUtime=3450.02 cores=8-11
/proc/2338291/stat : 2338291 (naps_release) R 2338260 2338291 2335179 0 -1 4194304 806311 207 0 0 342644 2358 0 0 20 0 1 0 146274458 2543267840 474357 18446744073709551615 4210688 6281017 140721767827840 0 0 0 0 0 16898 0 0 0 17 9 0 0 0 0 0 6662968 6676388 21491712 140721767831771 140721767831952 140721767831952 140721767837640 0
/proc/2338291/statm: 620915 474507 6452 506 0 601606 0
Current children cumulated CPU time: 3450.02 s
Current children cumulated vsize: 2483660 KiB
Current children cumulated memory: 1898028 KiB

[startup+3522.3 s]
/proc/loadavg: 15.93 16.06 15.91 16/866 2338986
/proc/meminfo: memFree=847528432/1055320712 swapFree=33554428/33554428
[pid=2338291] ppid=2338260 vsize=2483660 memory=1898028 CPUtime=3509.85 cores=8-11
/proc/2338291/stat : 2338291 (naps_release) R 2338260 2338291 2335179 0 -1 4194304 806311 207 0 0 348388 2597 0 0 20 0 1 0 146274458 2543267840 474357 18446744073709551615 4210688 6281017 140721767827840 0 0 0 0 0 16898 0 0 0 17 9 0 0 0 0 0 6662968 6676388 21491712 140721767831771 140721767831952 140721767831952 140721767837640 0
/proc/2338291/statm: 620915 474507 6452 506 0 601606 0
Current children cumulated CPU time: 3509.85 s
Current children cumulated vsize: 2483660 KiB
Current children cumulated memory: 1898028 KiB

[startup+3582.3 s]
/proc/loadavg: 15.34 15.87 15.85 16/866 2338987
/proc/meminfo: memFree=847466472/1055320712 swapFree=33554428/33554428
[pid=2338291] ppid=2338260 vsize=2483660 memory=1898028 CPUtime=3569.65 cores=8-11
/proc/2338291/stat : 2338291 (naps_release) R 2338260 2338291 2335179 0 -1 4194304 806647 207 0 0 354334 2631 0 0 20 0 1 0 146274458 2543267840 474357 18446744073709551615 4210688 6281017 140721767827840 0 0 0 0 0 16898 0 0 0 17 9 0 0 0 0 0 6662968 6676388 21491712 140721767831771 140721767831952 140721767831952 140721767837640 0
/proc/2338291/statm: 620915 474507 6452 506 0 601606 0
Current children cumulated CPU time: 3569.65 s
Current children cumulated vsize: 2483660 KiB
Current children cumulated memory: 1898028 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612.8 s]
/proc/loadavg: 15.21 15.78 15.82 13/853 2339011
/proc/meminfo: memFree=853910912/1055320712 swapFree=33554428/33554428
[pid=2338291] ppid=2338260 vsize=2483660 memory=1898028 CPUtime=3600.04 cores=8-11
/proc/2338291/stat : 2338291 (naps_release) R 2338260 2338291 2335179 0 -1 4194304 806647 207 0 0 357373 2631 0 0 20 0 1 0 146274458 2543267840 474357 18446744073709551615 4210688 6281017 140721767827840 0 0 0 0 0 16898 0 0 0 17 9 0 0 0 0 0 6662968 6676388 21491712 140721767831771 140721767831952 140721767831952 140721767837640 0
/proc/2338291/statm: 620915 474507 6452 506 0 601606 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 2483660 KiB
Current children cumulated memory: 1898028 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+3612.84 s]
# the end of solver process 2338291 was just reported to runsolver
# Child status: 10

# cumulated CPU time of all completed processes:  user=3573.74 s, system=26.3595 s

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

Child status: 10

Real time (s): 3612.84
CPU time (s): 3600.1
CPU user time (s): 3573.74
CPU system time (s): 26.3595
CPU usage (%): 99.6473
Max. virtual memory (cumulated for all children) (KiB): 2483660
Max. memory (cumulated for all children) (KiB): 1898028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3573.74
system time used= 26.3595
maximum resident set size= 1897428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 806854
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 628
involuntary context switches= 3755


# summary of solver processes directly reported to runsolver:
#   pid: 2338291
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3573.74
#   total CPU system time (s): 26.3595

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.7086 second user time and 38.1717 second system time

The end

Launcher Data

Begin job on nodeE003 at 2026-06-22 14:04:25
IDJOB=4778994
IDBENCH=146683
IDSOLVER=3589
FILE ID=nodeE003/4778994-1782129864
RUNJOBID= nodeE003-1782129864-2338061
SLURM_JOB_ID= 12510902
Free space on /tmp= 800696 MiB

SOLVER NAME= NaPS 1.04
BENCH NAME= PB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb45-21-opb/normalized-frb45-21-2.opb
COMMAND LINE= ./naps.sh -given-time=TIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4778994-1782129864/watcher-4778994-1782129864 -o /tmp/evaluation-result-4778994-1782129864/solver-4778994-1782129864 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4778994-1782129864/vars-4778994-1782129864 --bin-var /tmp/runsolver-exch-nodeE003-1782129864-2338061 --watchdog 3760  ./naps.sh -given-time=3600 HOME/instance-4778994-1782129864.opb

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 62000 MiB
NBCORE= 3

MD5SUM BENCH= 61020936e0cc9c513b326f20cd72b5b2
RANDOM SEED=230036738

nodeE003 Linux 5.14.0-611.55.1.el9_7.0.3.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 18 19:21:10 UTC 2026

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

/proc/cpuinfo:
processor	: 0
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3568.178
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 0
cpu cores	: 32
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3569.258
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 1
cpu cores	: 32
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3570.184
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 2
cpu cores	: 32
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 3
cpu cores	: 32
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 4
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3576.830
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 64
cpu cores	: 32
apicid		: 64
initial apicid	: 64
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 5
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3580.029
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 65
cpu cores	: 32
apicid		: 65
initial apicid	: 65
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 6
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3582.664
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 66
cpu cores	: 32
apicid		: 66
initial apicid	: 66
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 7
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3582.187
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 67
cpu cores	: 32
apicid		: 67
initial apicid	: 67
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 8
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3596.246
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 32
cpu cores	: 32
apicid		: 32
initial apicid	: 32
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 9
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3595.488
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 33
cpu cores	: 32
apicid		: 33
initial apicid	: 33
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 10
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 34
cpu cores	: 32
apicid		: 34
initial apicid	: 34
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 11
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 35
cpu cores	: 32
apicid		: 35
initial apicid	: 35
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 12
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3588.756
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 96
cpu cores	: 32
apicid		: 96
initial apicid	: 96
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 13
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3586.341
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 97
cpu cores	: 32
apicid		: 97
initial apicid	: 97
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 14
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 98
cpu cores	: 32
apicid		: 98
initial apicid	: 98
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 15
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 99
cpu cores	: 32
apicid		: 99
initial apicid	: 99
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 16
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 48
cpu cores	: 32
apicid		: 48
initial apicid	: 48
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 17
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3595.893
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 49
cpu cores	: 32
apicid		: 49
initial apicid	: 49
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 18
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3589.618
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 50
cpu cores	: 32
apicid		: 50
initial apicid	: 50
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 19
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3591.434
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 51
cpu cores	: 32
apicid		: 51
initial apicid	: 51
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 20
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3578.794
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 112
cpu cores	: 32
apicid		: 112
initial apicid	: 112
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 21
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 113
cpu cores	: 32
apicid		: 113
initial apicid	: 113
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 22
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 114
cpu cores	: 32
apicid		: 114
initial apicid	: 114
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 23
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 115
cpu cores	: 32
apicid		: 115
initial apicid	: 115
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 24
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3584.884
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 16
cpu cores	: 32
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 25
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3582.959
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 17
cpu cores	: 32
apicid		: 17
initial apicid	: 17
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 26
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3579.808
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 18
cpu cores	: 32
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 27
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3585.656
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 19
cpu cores	: 32
apicid		: 19
initial apicid	: 19
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 28
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3585.807
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 80
cpu cores	: 32
apicid		: 80
initial apicid	: 80
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 29
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3582.195
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 81
cpu cores	: 32
apicid		: 81
initial apicid	: 81
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 30
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 82
cpu cores	: 32
apicid		: 82
initial apicid	: 82
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 31
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3587.699
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 83
cpu cores	: 32
apicid		: 83
initial apicid	: 83
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 32
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3582.700
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 0
cpu cores	: 32
apicid		: 128
initial apicid	: 128
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 33
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 1
cpu cores	: 32
apicid		: 129
initial apicid	: 129
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 34
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3581.443
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 2
cpu cores	: 32
apicid		: 130
initial apicid	: 130
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 35
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3583.884
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 3
cpu cores	: 32
apicid		: 131
initial apicid	: 131
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 36
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3579.825
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 64
cpu cores	: 32
apicid		: 192
initial apicid	: 192
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 37
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3578.461
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 65
cpu cores	: 32
apicid		: 193
initial apicid	: 193
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 38
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3567.254
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 66
cpu cores	: 32
apicid		: 194
initial apicid	: 194
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 39
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 67
cpu cores	: 32
apicid		: 195
initial apicid	: 195
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 40
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3565.324
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 32
cpu cores	: 32
apicid		: 160
initial apicid	: 160
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 41
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3552.476
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 33
cpu cores	: 32
apicid		: 161
initial apicid	: 161
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 42
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3567.006
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 34
cpu cores	: 32
apicid		: 162
initial apicid	: 162
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 43
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3552.158
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 35
cpu cores	: 32
apicid		: 163
initial apicid	: 163
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 44
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3590.802
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 96
cpu cores	: 32
apicid		: 224
initial apicid	: 224
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 45
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 97
cpu cores	: 32
apicid		: 225
initial apicid	: 225
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 46
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3587.028
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 98
cpu cores	: 32
apicid		: 226
initial apicid	: 226
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 47
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3588.435
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 99
cpu cores	: 32
apicid		: 227
initial apicid	: 227
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 48
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3583.567
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 48
cpu cores	: 32
apicid		: 176
initial apicid	: 176
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 49
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3580.879
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 49
cpu cores	: 32
apicid		: 177
initial apicid	: 177
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 50
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 50
cpu cores	: 32
apicid		: 178
initial apicid	: 178
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 51
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3587.879
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 51
cpu cores	: 32
apicid		: 179
initial apicid	: 179
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 52
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3594.023
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 112
cpu cores	: 32
apicid		: 240
initial apicid	: 240
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 53
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3596.079
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 113
cpu cores	: 32
apicid		: 241
initial apicid	: 241
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 54
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3599.206
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 114
cpu cores	: 32
apicid		: 242
initial apicid	: 242
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 55
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 115
cpu cores	: 32
apicid		: 243
initial apicid	: 243
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 56
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3551.957
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 16
cpu cores	: 32
apicid		: 144
initial apicid	: 144
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 57
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3547.494
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 17
cpu cores	: 32
apicid		: 145
initial apicid	: 145
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 58
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3550.866
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 18
cpu cores	: 32
apicid		: 146
initial apicid	: 146
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 59
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3553.956
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 19
cpu cores	: 32
apicid		: 147
initial apicid	: 147
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 60
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3582.113
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 80
cpu cores	: 32
apicid		: 208
initial apicid	: 208
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 61
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3581.655
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 81
cpu cores	: 32
apicid		: 209
initial apicid	: 209
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 62
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 82
cpu cores	: 32
apicid		: 210
initial apicid	: 210
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 63
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3583.327
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 83
cpu cores	: 32
apicid		: 211
initial apicid	: 211
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]


/proc/meminfo:
MemTotal:       1055320712 kB
MemFree:        910143380 kB
MemAvailable:   1042774948 kB
Buffers:            3352 kB
Cached:         136983848 kB
SwapCached:            0 kB
Active:          1792108 kB
Inactive:       135422060 kB
Active(anon):    1151080 kB
Inactive(anon):        0 kB
Active(file):     641028 kB
Inactive(file): 135422060 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33554428 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            231436 kB
Writeback:             0 kB
AnonPages:        230760 kB
Mapped:           209192 kB
Shmem:            924096 kB
KReclaimable:    1422216 kB
Slab:            1986944 kB
SReclaimable:    1422216 kB
SUnreclaim:       564728 kB
KernelStack:       14400 kB
PageTables:         5936 kB
SecPageTables:     15296 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214784 kB
Committed_AS:    1592024 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      477920 kB
VmallocChunk:          0 kB
Percpu:           124928 kB
HardwareCorrupted:     8 kB
AnonHugePages:     22528 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:      516548 kB
DirectMap2M:    22874112 kB
DirectMap1G:    1050673152 kB

Free space on /tmp at the end= 800552 MiB
End job on nodeE003 at 2026-06-22 15:04:38