Trace number 4521871

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
SCIP 2025-06-13OPT28 2.57109 2.58996

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/comppebphp_pyrheight_equals_nholes/
normalized-comppebphp_opt_pyrheightequalsnholes_06.opb
MD5SUMda2c432e6d1460c5833697ae1752095a
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 benchmark28
Best CPU time to get the best result obtained on this benchmark0.022338
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1232
Total number of constraints490
Number of constraints which are clauses259
Number of constraints which are cardinality constraints (but not clauses)140
Number of constraints which are nor clauses,nor cardinality constraints91
Minimum length of a constraint6
Maximum length of a constraint11
Number of terms in the objective function 56
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 56
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 56
Number of bits of the biggest sum of numbers6
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 / as an EPS file

Solver Data

0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 8.0.0] [GitHash: 0408ae5eca]
0.00/0.00	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c External libraries: 
0.00/0.00	c   SoPlex 8.0.0         Linear programming solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: 67f6a391]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 4.0.0        AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 3.0.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   bliss 0.77           Computing Graph Automorphisms by T. Junttila and P. Kaski (users.aalto.fi/~tjunttil/bliss)
0.00/0.00	c   sassy 2.0            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.00	c 
0.00/0.00	c reading problem <HOME/instance-4521871-1751575363.opb>
0.00/0.00	c original problem has 1232 variables (1232 bin, 0 int, 0 cont) and 490 constraints
0.00/0.00	c problem read in 0.003 seconds
0.00/0.00	c presolving:
0.00/0.01	c    (0.0s) running MILP presolver
0.00/0.01	c    (0.0s) MILP presolver found nothing
0.00/0.01	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 343 upgd conss, 0 impls, 140 clqs
0.00/0.01	c (round 2, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 490 upgd conss, 0 impls, 140 clqs
0.00/0.01	c    (0.0s) probing: 51/1232 (4.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.01	c    (0.0s) probing aborted: 50/50 successive totally useless probings
0.00/0.02	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.00/0.05	c    (0.0s) symmetry computation finished: 281 generators found (max: 1500, log10 of symmetry group size: 146.95) (symcode time: 0.03)
0.00/0.05	c dynamic symmetry handling statistics:
0.00/0.05	c    orbitopal reduction:       no components
0.00/0.05	c    orbital reduction:          5 components of sizes 241, 9, 9, 9, 9
0.00/0.05	c    lexicographic reduction:  277 permutations with support sizes 14, 1056, 2, 2, 2, 2, 12, 2, 2, 2, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 2, 2, 2, 2, 2, 12, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 12, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 14, 14, 14, 14, 14, 14, 14, 14, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 14, 14, 14, 14, 14, 14, 14, 14, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 14, 14, 14, 12, 14, 14, 14, 14, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 14, 14, 14, 14, 14, 14, 14, 14, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 14, 14, 14, 14, 14, 14, 14, 14, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 14, 14, 14, 14, 14, 14, 14, 14, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 14, 14, 14, 14, 14, 14, 14, 14, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 14, 14, 14, 14, 14, 14, 14, 14, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12,c  12, 14, 14, 14, 14, 12, 12, 12, 12, 12, 14, 14, 14, 14, 12, 12, 12, 12, 12, 14, 14, 14, 14, 12, 12, 12, 12, 12, 14, 14, 14, 14
0.00/0.05	c handled 9 out of 9 symmetry components
0.00/0.05	c (round 3, exhaustive) 0 del vars, 0 del conss, 4 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 490 upgd conss, 0 impls, 144 clqs
0.00/0.05	c (round 4, exhaustive) 0 del vars, 0 del conss, 4 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 494 upgd conss, 0 impls, 144 clqs
0.00/0.05	c (round 5, exhaustive) 0 del vars, 0 del conss, 4 add conss, 0 chg bounds, 0 chg sides, 13 chg coeffs, 494 upgd conss, 0 impls, 144 clqs
0.00/0.06	c presolving (6 rounds: 6 fast, 6 medium, 6 exhaustive):
0.00/0.06	c  0 deleted vars, 0 deleted constraints, 4 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 13 changed coefficients
0.00/0.06	c  0 implications, 144 cliques
0.00/0.06	c presolved problem has 1232 variables (1232 bin, 0 int, 0 cont) and 494 constraints
0.00/0.06	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
0.00/0.06	c      91 constraints of type <knapsack>
0.00/0.06	c     144 constraints of type <setppc>
0.00/0.06	c     259 constraints of type <logicor>
0.00/0.06	c transformed objective value is always integral (scale: 1)
0.00/0.06	c Presolving Time: 0.05
0.00/0.06	c 
0.00/0.06	c - non default parameters ----------------------------------------------------------------------
0.00/0.06	c 
0.00/0.06	c # SCIP version 10.0.0
0.00/0.06	c 
0.00/0.06	c # maximal time in seconds to run
0.00/0.06	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.00/0.06	c limits/time = 3596.998009
0.00/0.06	c 
0.00/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.06	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.00/0.06	c limits/memory = 27900
0.00/0.06	c 
0.00/0.06	c # belongs reading time to solving time?
0.00/0.06	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c timing/reading = TRUE
0.00/0.06	c 
0.00/0.06	c # maximum allowed 'intsize' (i.e. the number of bits required to represent the sum of absolute values of all integers that appear in a constraint or objective function) or -1 for unlimited
0.00/0.06	c # [type: int, advanced: TRUE, range: [-1,2147483647], default: -1]
0.00/0.06	c reading/opbreader/maxintsize = 47
0.00/0.06	c 
0.00/0.06	c # timing when propagator should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS))
0.00/0.06	c # [type: int, advanced: TRUE, range: [0,15], default: 15]
0.00/0.06	c propagating/genvbounds/timingmask = 0
0.00/0.06	c 
0.00/0.06	c -----------------------------------------------------------------------------------------------
0.00/0.06	c 
0.00/0.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.00/0.07	c   0.1s|     1 |     0 |   519 |     - |    24M |   0 |1232 | 608 | 494 |   0 |  0 | 114 |   0 | 3.500000e+00 |      --      |    Inf | unknown
0.09/0.12	c   0.1s|     1 |     0 |  1075 |     - |    25M |   0 |1232 | 616 | 503 |   9 |  1 | 114 |   0 | 7.000000e+00 |      --      |    Inf | unknown
0.09/0.12	c   0.1s|     1 |     0 |  1125 |     - |    25M |   0 |1232 | 616 | 509 |  15 |  2 | 114 |   0 | 7.000000e+00 |      --      |    Inf | unknown
0.09/0.12	c   0.1s|     1 |     0 |  1153 |     - |    25M |   0 |1232 | 616 | 511 |  48 |  3 | 114 |   0 | 7.250000e+00 |      --      |    Inf | unknown
0.09/0.13	c   0.1s|     1 |     0 |  1185 |     - |    25M |   0 |1232 | 616 | 515 |  52 |  4 | 114 |   0 | 8.100000e+00 |      --      |    Inf | unknown
0.09/0.13	c   0.1s|     1 |     0 |  1205 |     - |    25M |   0 |1232 | 616 | 518 |  55 |  5 | 114 |   0 | 9.153846e+00 |      --      |    Inf | unknown
0.09/0.14	c   0.1s|     1 |     0 |  1216 |     - |    26M |   0 |1232 | 616 | 522 |  59 |  6 | 114 |   0 | 1.000000e+01 |      --      |    Inf | unknown
0.09/0.14	c   0.1s|     1 |     0 |  1228 |     - |    26M |   0 |1232 | 616 | 526 |  63 |  7 | 114 |   0 | 1.000000e+01 |      --      |    Inf | unknown
0.09/0.15	c   0.2s|     1 |     0 |  1245 |     - |    26M |   0 |1232 | 616 | 529 |  66 |  8 | 114 |   0 | 1.000000e+01 |      --      |    Inf | unknown
0.09/0.15	c   0.2s|     1 |     0 |  1254 |     - |    26M |   0 |1232 | 616 | 532 |  69 |  9 | 114 |   0 | 1.000000e+01 |      --      |    Inf | unknown
0.09/0.16	c   0.2s|     1 |     0 |  1266 |     - |    26M |   0 |1232 | 621 | 536 |  73 | 10 | 119 |   0 | 1.043478e+01 |      --      |    Inf | unknown
0.09/0.16	c   0.2s|     1 |     0 |  1273 |     - |    26M |   0 |1232 | 621 | 537 |  76 | 11 | 119 |   0 | 1.043478e+01 |      --      |    Inf | unknown
0.09/0.16	c   0.2s|     1 |     0 |  1281 |     - |    26M |   0 |1232 | 621 | 541 |  80 | 12 | 119 |   0 | 1.044444e+01 |      --      |    Inf | unknown
0.09/0.17	c   0.2s|     1 |     0 |  1290 |     - |    26M |   0 |1232 | 621 | 546 |  85 | 13 | 119 |   0 | 1.044444e+01 |      --      |    Inf | unknown
0.09/0.17	c   0.2s|     1 |     0 |  1301 |     - |    26M |   0 |1232 | 621 | 550 |  89 | 14 | 119 |   0 | 1.044444e+01 |      --      |    Inf | unknown
0.09/0.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.09/0.17	c   0.2s|     1 |     0 |  1307 |     - |    26M |   0 |1232 | 621 | 554 |  93 | 15 | 119 |   0 | 1.044444e+01 |      --      |    Inf | unknown
0.09/0.17	c   0.2s|     1 |     0 |  1313 |     - |    27M |   0 |1232 | 621 | 558 |  97 | 16 | 119 |   0 | 1.044444e+01 |      --      |    Inf | unknown
0.09/0.18	c   0.2s|     1 |     0 |  1319 |     - |    27M |   0 |1232 | 621 | 549 | 100 | 17 | 119 |   0 | 1.044444e+01 |      --      |    Inf | unknown
0.09/0.18	c   0.2s|     1 |     0 |  1328 |     - |    27M |   0 |1232 | 621 | 553 | 104 | 18 | 119 |   0 | 1.045455e+01 |      --      |    Inf | unknown
0.09/0.18	c   0.2s|     1 |     0 |  1332 |     - |    27M |   0 |1232 | 626 | 556 | 107 | 19 | 124 |   0 | 1.045455e+01 |      --      |    Inf | unknown
0.09/0.19	c   0.2s|     1 |     0 |  1339 |     - |    27M |   0 |1232 | 626 | 559 | 110 | 20 | 124 |   0 | 1.045455e+01 |      --      |    Inf | unknown
0.09/0.19	c   0.2s|     1 |     0 |  1341 |     - |    27M |   0 |1232 | 626 | 561 | 112 | 21 | 124 |   0 | 1.050000e+01 |      --      |    Inf | unknown
0.19/0.23	c   0.2s|     1 |     2 |  1597 |     - |    27M |   0 |1232 | 631 | 561 | 112 | 22 | 130 |  16 | 1.050000e+01 |      --      |    Inf | unknown
0.49/0.53	o 29
0.49/0.53	c o 0.5s|    69 |    14 |  3887 |  37.4 |objpscos|  13 |1232 | 662 | 531 | 241 |  4 | 164 |  16 | 1.325000e+01 | 2.900000e+01 | 118.87%|  98.72%
0.58/0.64	c   0.6s|   100 |    31 |  5169 |  38.7 |    28M |  23 |1232 | 679 |   0 | 294 |  0 | 181 |  16 | 1.583333e+01 | 2.900000e+01 |  83.16%|  44.49%
0.98/1.02	c   1.0s|   200 |    47 |  7348 |  30.2 |    29M |  26 |1232 | 715 |   0 | 358 |  0 | 217 |  16 | 1.625000e+01 | 2.900000e+01 |  78.46%|  55.68%
1.18/1.22	o 28
1.18/1.22	c L 1.2s|   299 |    38 |  8572 |  24.3 |    rins|  26 |1232 | 729 | 542 | 362 |  1 | 231 |  16 | 2.000000e+01 | 2.800000e+01 |  40.00%|  72.57%
1.18/1.22	c   1.2s|   300 |    37 |  8572 |  24.2 |    29M |  26 |1232 | 729 |   0 | 362 |  0 | 231 |  16 | 2.000000e+01 | 2.800000e+01 |  40.00%|  72.57%
1.57/1.62	c   1.6s|   400 |    37 |  9224 |  19.8 |    29M |  33 |1232 | 764 |   0 | 386 |  0 | 266 |  16 | 2.100000e+01 | 2.800000e+01 |  33.33%|  77.14%
1.87/1.96	c   2.0s|   500 |    39 | 10028 |  17.4 |    30M |  33 |1232 | 797 |   0 | 393 |  0 | 299 |  16 | 2.150000e+01 | 2.800000e+01 |  30.23%|  84.28%
2.27/2.30	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2.27/2.30	c   2.3s|   600 |    51 | 11102 |  16.3 |    30M |  36 |1232 | 819 | 538 | 395 |  2 | 321 |  16 | 2.225000e+01 | 2.800000e+01 |  25.84%|  88.37%
2.47/2.56	c   2.6s|   700 |    35 | 11909 |  15.1 |    30M |  36 |1232 | 838 |   0 | 403 |  0 | 340 |  16 | 2.537500e+01 | 2.800000e+01 |  10.34%|  95.91%
2.47/2.58	c 
2.47/2.58	c SCIP Status        : problem is solved [optimal solution found]
2.47/2.58	c Solving Time (sec) : 2.58
2.47/2.58	c Solving Nodes      : 734
2.47/2.58	c Primal Bound       : +2.80000000000000e+01 (30 solutions)
2.47/2.58	c Dual Bound         : +2.80000000000000e+01
2.47/2.58	c Gap                : 0.00 %
2.47/2.58	s OPTIMUM FOUND
2.47/2.58	v x1 -x2 -x45 x46 -x89 x90 x133 -x134 -x177 x178 x221 -x222 x265 -x266 -x309 x310 -x353 x354 -x397 x398 -x441 x442 -x485 x486 -x529
2.47/2.58	v x530 x573 -x574 x617 -x618 x661 -x662 -x705 x706 -x749 x750 x793 -x794 x837 -x838 x881 -x882 x925 -x926 -x969 x970 x1013 -x1014
2.47/2.58	v x1057 -x1058 -x1101 x1102 x1145 -x1146 x1189 -x1190 -x3 -x4 -x5 -x6 -x7 -x8 -x9 x15 x21 -x27 -x33 -x39 -x10 x11 -x12 -x13 -x14 -x16
2.47/2.58	v -x17 -x18 -x19 -x20 -x22 -x23 -x24 -x25 -x26 -x28 -x29 -x30 -x31 x32 -x34 -x35 -x36 x37 -x38 x40 -x41 x42 -x43 -x44 -x47 -x48 -x49
2.47/2.58	v -x50 -x51 -x52 -x53 -x59 -x65 x71 x77 -x83 -x54 -x55 -x56 x57 x58 -x60 x61 -x62 -x63 -x64 -x66 -x67 x68 -x69 -x70 -x72 -x73 -x74
2.47/2.58	v -x75 -x76 -x78 -x79 -x80 -x81 -x82 x84 -x85 -x86 -x87 -x88 -x91 -x92 -x93 x94 -x95 -x96 -x97 -x103 -x109 x115 x121 -x127 -x98 -x99
2.47/2.58	v -x100 -x101 x102 -x104 x105 -x106 -x107 -x108 -x110 -x111 -x112 x113 -x114 -x116 -x117 -x118 -x119 -x120 -x122 -x123 -x124 -x125
2.47/2.58	v -x126 x128 -x129 -x130 -x131 -x132 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x147 -x153 x159 -x165 x171 -x142 x143 -x144 x145 -x146
2.47/2.58	v x148 -x149 -x150 -x151 -x152 -x154 -x155 x156 -x157 -x158 -x160 -x161 -x162 -x163 -x164 -x166 -x167 -x168 -x169 x170 -x172 -x173
2.47/2.58	v -x174 -x175 -x176 -x179 x180 -x181 -x182 -x183 -x184 -x185 -x191 -x197 x203 -x209 x215 -x186 x187 -x188 -x189 -x190 -x192 -x193
2.47/2.58	v -x194 x195 -x196 -x198 -x199 x200 -x201 -x202 -x204 -x205 -x206 -x207 -x208 -x210 -x211 -x212 -x213 x214 -x216 -x217 -x218 -x219
2.47/2.58	v -x220 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x235 -x241 -x247 x253 x259 x230 -x231 -x232 -x233 -x234 -x236 -x237 x238 -x239
2.47/2.58	v -x240 -x242 x243 -x244 -x245 -x246 -x248 -x249 -x250 x251 -x252 -x254 -x255 -x256 -x257 x258 -x260 -x261 -x262 -x263 -x264 -x267
2.47/2.58	v -x268 -x269 -x270 -x271 -x272 -x273 -x279 -x285 x291 -x297 x303 -x274 -x275 -x276 x277 -x278 -x280 x281 -x282 -x283 -x284 -x286
2.47/2.58	v -x287 x288 -x289 -x290 -x292 -x293 -x294 -x295 -x296 -x298 -x299 -x300 -x301 x302 -x304 -x305 -x306 -x307 -x308 -x311 -x312 -x313
2.47/2.58	v -x314 -x315 -x316 -x317 -x323 -x329 x335 -x341 -x347 -x318 -x319 -x320 -x321 x322 x324 -x325 -x326 -x327 -x328 -x330 -x331 -x332
2.47/2.58	v x333 -x334 -x336 -x337 -x338 -x339 -x340 -x342 x343 -x344 -x345 -x346 -x348 -x349 x350 -x351 -x352 -x355 -x356 -x357 -x358 -x359
2.47/2.58	v -x360 -x361 x367 -x373 x379 -x385 -x391 -x362 -x363 x364 -x365 -x366 -x368 -x369 -x370 -x371 -x372 x374 -x375 -x376 -x377 -x378
2.47/2.58	v -x380 -x381 -x382 -x383 -x384 -x386 -x387 -x388 x389 -x390 -x392 -x393 -x394 -x395 x396 -x399 -x400 -x401 -x402 -x403 -x404 -x405
2.47/2.58	v -x411 x417 x423 -x429 -x435 -x406 -x407 -x408 x409 -x410 -x412 x413 -x414 -x415 -x416 -x418 -x419 -x420 -x421 -x422 -x424 -x425
2.47/2.58	v -x426 -x427 -x428 x430 -x431 -x432 -x433 -x434 -x436 -x437 x438 -x439 -x440 -x443 -x444 -x445 -x446 -x447 -x448 x449 -x455 -x461
2.47/2.58	v -x467 x473 -x479 -x450 -x451 -x452 -x453 -x454 -x456 x457 -x458 -x459 -x460 -x462 -x463 -x464 x465 -x466 -x468 -x469 -x470 -x471
2.47/2.58	v x472 -x474 -x475 -x476 -x477 -x478 -x480 -x481 x482 -x483 -x484 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x499 -x505 -x511 x517
2.47/2.58	v x523 -x494 -x495 -x496 -x497 x498 -x500 -x501 -x502 x503 -x504 -x506 -x507 x508 -x509 -x510 -x512 x513 -x514 -x515 -x516 -x518 -x519
2.47/2.58	v -x520 -x521 -x522 -x524 -x525 -x526 -x527 -x528 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x543 -x549 -x555 x561 -x567 -x538 -x539
2.47/2.58	v -x540 -x541 x542 -x544 -x545 -x546 x547 -x548 x550 -x551 -x552 -x553 -x554 -x556 x557 -x558 -x559 -x560 -x562 -x563 -x564 -x565
2.47/2.58	v -x566 -x568 -x569 x570 -x571 -x572 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x587 -x593 x599 x605 -x611 -x582 -x583 -x584 x585
2.47/2.58	v -x586 -x588 -x589 x590 -x591 -x592 x594 -x595 -x596 -x597 -x598 -x600 -x601 -x602 -x603 -x604 -x606 -x607 -x608 -x609 -x610 -x612
2.47/2.58	v x613 -x614 -x615 -x616 x619 -x620 -x621 -x622 -x623 -x624 -x625 -x631 -x637 x643 -x649 -x655 -x626 -x627 -x628 x629 -x630 -x632
2.47/2.58	v -x633 x634 -x635 -x636 x638 -x639 -x640 -x641 -x642 -x644 -x645 -x646 -x647 -x648 -x650 -x651 -x652 -x653 x654 -x656 x657 -x658
2.47/2.58	v -x659 -x660 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x675 -x681 -x687 x693 -x699 -x670 -x671 x672 -x673 -x674 -x676 -x677 -x678
2.47/2.58	v x679 -x680 -x682 -x683 -x684 -x685 x686 x688 -x689 -x690 -x691 -x692 -x694 -x695 -x696 -x697 -x698 -x700 x701 -x702 -x703 -x704
2.47/2.58	v -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x719 -x725 -x731 x737 -x743 -x714 -x715 -x716 -x717 x718 -x720 -x721 -x722 x723 -x724
2.47/2.58	v -x726 -x727 x728 -x729 -x730 x732 -x733 -x734 -x735 -x736 -x738 -x739 -x740 -x741 -x742 -x744 x745 -x746 -x747 -x748 -x751 -x752
2.47/2.58	v -x753 -x754 -x755 -x756 -x757 -x763 x769 -x775 x781 -x787 -x758 -x759 -x760 x761 -x762 -x764 -x765 x766 -x767 -x768 -x770 -x771
2.47/2.58	v -x772 -x773 -x774 -x776 -x777 -x778 -x779 x780 -x782 -x783 -x784 -x785 -x786 -x788 x789 -x790 -x791 -x792 -x795 x796 -x797 -x798
2.47/2.58	v -x799 -x800 -x801 -x807 -x813 x819 x825 -x831 -x802 -x803 -x804 -x805 x806 -x808 -x809 -x810 x811 -x812 -x814 -x815 x816 -x817 -x818
2.47/2.58	v -x820 -x821 -x822 -x823 -x824 -x826 -x827 -x828 -x829 -x830 -x832 x833 -x834 -x835 -x836 -x839 -x840 -x841 -x842 -x843 -x844 -x845
2.47/2.58	v -x851 -x857 x863 x869 -x875 -x846 -x847 -x848 -x849 x850 -x852 -x853 -x854 x855 -x856 -x858 -x859 x860 -x861 -x862 x864 -x865 -x866
2.47/2.58	v -x867 -x868 -x870 -x871 -x872 -x873 -x874 -x876 x877 -x878 -x879 -x880 x883 -x884 -x885 -x886 -x887 -x888 -x889 -x895 -x901 -x907
2.47/2.58	v x913 -x919 -x890 -x891 -x892 x893 -x894 -x896 -x897 x898 -x899 -x900 x902 -x903 -x904 -x905 -x906 -x908 -x909 -x910 -x911 x912 -x914
2.47/2.58	v -x915 -x916 -x917 -x918 -x920 x921 -x922 -x923 -x924 -x927 -x928 -x929 -x930 -x931 -x932 -x933 -x939 -x945 x951 x957 -x963 -x934
2.47/2.58	v -x935 -x936 -x937 x938 x940 -x941 x942 -x943 -x944 -x946 -x947 -x948 x949 -x950 -x952 -x953 -x954 -x955 -x956 -x958 -x959 -x960
2.47/2.58	v -x961 -x962 -x964 x965 -x966 -x967 -x968 -x971 -x972 -x973 -x974 -x975 -x976 -x977 -x983 x989 -x995 -x1001 -x1007 -x978 -x979 x980
2.47/2.58	v -x981 -x982 -x984 -x985 -x986 x987 -x988 -x990 -x991 -x992 -x993 -x994 -x996 x997 -x998 -x999 -x1000 x1002 -x1003 -x1004 -x1005
2.47/2.58	v -x1006 -x1008 -x1009 -x1010 -x1011 x1012 x1015 -x1016 -x1017 -x1018 -x1019 -x1020 -x1021 -x1027 -x1033 -x1039 -x1045 x1051 -x1022
2.47/2.58	v -x1023 -x1024 x1025 -x1026 -x1028 -x1029 x1030 -x1031 -x1032 -x1034 x1035 -x1036 -x1037 -x1038 x1040 -x1041 -x1042 -x1043 -x1044
2.47/2.58	v -x1046 -x1047 -x1048 -x1049 x1050 -x1052 -x1053 -x1054 -x1055 -x1056 -x1059 -x1060 -x1061 -x1062 -x1063 -x1064 -x1065 -x1071 -x1077
2.47/2.58	v -x1083 -x1089 x1095 -x1066 -x1067 -x1068 -x1069 x1070 -x1072 -x1073 -x1074 x1075 -x1076 -x1078 -x1079 x1080 -x1081 -x1082 -x1084
2.47/2.58	v x1085 -x1086 -x1087 -x1088 x1090 -x1091 -x1092 -x1093 -x1094 -x1096 -x1097 -x1098 -x1099 -x1100 x1103 -x1104 -x1105 -x1106 -x1107
2.47/2.58	v -x1108 -x1109 -x1115 -x1121 -x1127 -x1133 x1139 -x1110 -x1111 -x1112 x1113 -x1114 -x1116 -x1117 x1118 -x1119 -x1120 -x1122 x1123
2.47/2.58	v -x1124 -x1125 -x1126 x1128 -x1129 -x1130 -x1131 -x1132 -x1134 -x1135 -x1136 -x1137 x1138 -x1140 -x1141 -x1142 -x1143 -x1144 -x1147
2.47/2.58	v x1148 -x1149 -x1150 -x1151 -x1152 -x1153 -x1159 -x1165 -x1171 x1177 x1183 -x1154 -x1155 x1156 -x1157 -x1158 -x1160 x1161 -x1162
2.47/2.58	v -x1163 -x1164 -x1166 -x1167 -x1168 -x1169 x1170 -x1172 -x1173 -x1174 x1175 -x1176 -x1178 -x1179 -x1180 -x1181 -x1182 -x1184 -x1185
2.47/2.58	v -x1186 -x1187 -x1188 x1191 -x1192 -x1193 -x1194 -x1195 -x1196 -x1197 -x1203 -x1209 -x1215 -x1221 x1227 -x1198 -x1199 x1200 -x1201
2.47/2.58	v -x1202 -x1204 x1205 -x1206 -x1207 -x1208 x1210 -x1211 -x1212 -x1213 -x1214 -x1216 -x1217 -x1218 x1219 -x1220 -x1222 -x1223 -x1224
2.47/2.58	v -x1225 x1226 -x1228 -x1229 -x1230 -x1231 -x1232
2.47/2.58	c SCIP Status        : problem is solved [optimal solution found]
2.47/2.58	c Total Time         :       2.58
2.47/2.58	c   solving          :       2.58
2.47/2.58	c   presolving       :       0.05 (included in solving)
2.47/2.58	c   reading          :       0.00 (included in solving)
2.47/2.58	c   copying          :       0.12 (47 #copies) (minimal 0.00, maximal 0.00, average 0.00)
2.47/2.58	c Original Problem   :
2.47/2.58	c   Problem name     : HOME/instance-4521871-1751575363.opb
2.47/2.58	c   Variables        : 1232 (1232 binary, 0 integer, 0 continuous)
2.47/2.58	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
2.47/2.58	c   Constraints      : 490 initial, 490 maximal
2.47/2.58	c   Objective        : minimize, 56 non-zeros (abs.min = 1, abs.max = 1)
2.47/2.58	c Presolved Problem  :
2.47/2.58	c   Problem name     : t_HOME/instance-4521871-1751575363.opb
2.47/2.58	c   Variables        : 1232 (1232 binary, 0 integer, 0 continuous)
2.47/2.58	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
2.47/2.58	c   Constraints      : 494 initial, 863 maximal
2.47/2.58	c   Objective        : minimize, 56 non-zeros (abs.min = 1, abs.max = 1)
2.47/2.58	c   Nonzeros         : 3866 constraint, 992 clique table
2.47/2.58	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
2.47/2.58	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
2.47/2.58	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
2.47/2.58	c   domcol           :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
2.47/2.58	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
2.47/2.58	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
2.47/2.58	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
2.47/2.58	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
2.47/2.58	c   gateextraction   :       0.00       0.00      4          0          0          0          0          0          0          0          0          0
2.47/2.58	c   implics          :       0.00       0.00      6          0          0          0          0          0          0          0          0          0
2.47/2.58	c   implint          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
2.47/2.58	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
2.47/2.58	c   milp             :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
2.47/2.58	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
2.47/2.58	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
2.47/2.58	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
2.47/2.58	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
2.47/2.58	c   trivial          :       0.00       0.00      6          0          0          0          0          0          0          0          0          0
2.47/2.58	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
2.47/2.58	c   dualfix          :       0.00       0.00      6          0          0          0          0          0          0          0          0          0
2.47/2.58	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
2.47/2.58	c   probing          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
2.47/2.58	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
2.47/2.58	c   symmetry         :       0.04       0.00      1          0          0          0          0          0          0          4          0          0
2.47/2.58	c   vbounds          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
2.47/2.58	c   knapsack         :       0.00       0.00     15          0          0          0          0          0          0          0          0          0
2.47/2.58	c   setppc           :       0.00       0.00     12          0          0          0          0          0          0          0          0          0
2.47/2.58	c   linear           :       0.00       0.00      6          0          0          0          0          0          0          0          0          0
2.47/2.58	c   logicor          :       0.00       0.00     13          0          0          0          0          0          0          0          0         13
2.47/2.58	c   components       :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
2.47/2.58	c   root node        :          -          -      -         83          -          -         83          -          -          -          -          -
2.47/2.58	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
2.47/2.58	c   integral         :          0          0          0          0        371          0          0        120          0          0          0          0          0          0        742
2.47/2.58	c   knapsack         :         91+       105         22       3611          0          0          0        114        123         47        249          0          0          0          0
2.47/2.58	c   setppc           :        144+       161         22       3564          0          0          0         36        694         27        522          0          0          0          0
2.47/2.58	c   linear           :          0+        35         22       2776          0          0          0          3          3          0          6          0          0          0          0
2.47/2.58	c   logicor          :        259+       573         22       1627          0          0          0         33        310         66        417          0          0          0          0
2.47/2.58	c   fixedvar         :          0          0          0          0          0          0          0         32          0          0          0          0          0          0          0
2.47/2.58	c   countsols        :          0          0          0          0          0          0          0         32          0          0          0          0          0          0          0
2.47/2.58	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
2.47/2.58	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
2.47/2.58	c   integral         :       0.03       0.00       0.00       0.00       0.03       0.00       0.00       0.00       0.00       0.00
2.47/2.58	c   knapsack         :       0.01       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
2.47/2.58	c   setppc           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
2.47/2.58	c   linear           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
2.47/2.58	c   logicor          :       0.01       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
2.47/2.58	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
2.47/2.58	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
2.47/2.58	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
2.47/2.58	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
2.47/2.58	c   dualfix          :          2          0          0          0
2.47/2.58	c   genvbounds       :          0          0          0          0
2.47/2.58	c   nlobbt           :          0          0          0          0
2.47/2.58	c   obbt             :          0          0          0          0
2.47/2.58	c   probing          :          0          0          0          0
2.47/2.58	c   pseudoobj        :       1593          0          0          0
2.47/2.58	c   redcost          :        706          0          0        314
2.47/2.58	c   rootredcost      :          3          0          0          0
2.47/2.58	c   symmetry         :       1548          0        248       1791
2.47/2.58	c   vbounds          :        909          0          0          0
2.47/2.58	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
2.47/2.58	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
2.47/2.58	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
2.47/2.58	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
2.47/2.58	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
2.47/2.58	c   probing          :       0.00       0.00       0.00       0.00       0.00       0.00
2.47/2.58	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00       0.00
2.47/2.58	c   redcost          :       0.02       0.00       0.00       0.02       0.00       0.00
2.47/2.58	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
2.47/2.58	c   symmetry         :       0.40       0.00       0.04       0.36       0.00       0.00
2.47/2.58	c   vbounds          :       0.00       0.00       0.00       0.00       0.00       0.00
2.47/2.58	c Symmetry           :
2.47/2.58	c   #affected vars   :       1228 (1228 bin, 0 int, 0 cont)
2.47/2.58	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
2.47/2.58	c   orbital reduction:       1791 reductions applied,        248 cutoffs
2.47/2.58	c   lexicographic red:          0 reductions applied,          0 cutoffs
2.47/2.58	c   shadow tree time :       0.00 s
2.47/2.58	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
2.47/2.58	c   propagation      :       0.00        129         89          -        235       14.3          1       22.0          -          -          -
2.47/2.58	c   infeasible LP    :       0.00         44         44          -         62        7.2          0        0.0         44        6.7          0
2.47/2.58	c   bound exceed. LP :       0.00          7          7          -         15       24.8          0        0.0          7       40.1         10
2.47/2.58	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
2.47/2.58	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
2.47/2.58	c   applied globally :       0.00          -          -          0        304       13.3          -          -         50          -          -
2.47/2.58	c   applied locally  :          -          -          -          0          0        0.0          -          -          1          -          -
2.47/2.58	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
2.47/2.58	c   cut pool         :       0.01          -        203         42          -          -        611       2330          -          -          -          -          -    (maximal pool size:        566)
2.47/2.58	c   aggregation      :       0.03       0.00         74         22          0          0          6          6          0          1          1          0          0
2.47/2.58	c   > cmir           :          -          -          -          -          -          -          -          4          0          0          0          0          -
2.47/2.58	c   > flowcover      :          -          -          -          -          -          -          -          1          0          1          1          0          -
2.47/2.58	c   > knapsackcover  :          -          -          -          -          -          -          -          1          0          0          0          0          -
2.47/2.58	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2.47/2.58	c   clique           :       0.00       0.00         22         22          0          0          0          0          0          0          0          0          0
2.47/2.58	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2.47/2.58	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2.47/2.58	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2.47/2.58	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2.47/2.58	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2.47/2.58	c   gomory           :       0.07       0.00         54         10          0          0        569       1644        120        276        244         32          0
2.47/2.58	c   > gomorymi       :          -          -          -          -          -          -          -        520         60        101         83         18          -
2.47/2.58	c   > strongcg       :          -          -          -          -          -          -          -       1124         60        175        161         14          -
2.47/2.58	c   impliedbounds    :       0.00       0.00         74         22          0          0          1          1          0          1          1          0          0
2.47/2.58	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2.47/2.58	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2.47/2.58	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2.47/2.58	c   mcf              :       0.00       0.00          1          1          0          0          0          0          0          0          0          0          0
2.47/2.58	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2.47/2.58	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2.47/2.58	c   multilinear      :       0.00       0.00         48         22          0          0          0          0          0          0          0          0          0
2.47/2.58	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2.47/2.58	c   rapidlearning    :       1.13       0.00         32          1          0         33          0          0          0          0          0          0        278
2.47/2.58	c   rlt              :       0.00       0.00         10         10          0          0          0          0          0          0          0          0          0
2.47/2.58	c   zerohalf         :       0.02       0.00         64         20          0          0        158        679          4        124        122          2          0
2.47/2.58	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
2.47/2.58	c   hybrid           :       0.00       0.00        108         21        372         31       2049         81         31        403
2.47/2.58	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
2.47/2.58	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
2.47/2.58	c Pricers            :   ExecTime  SetupTime      Calls       Vars
2.47/2.58	c   problem variables:       0.00          -          0          0
2.47/2.58	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
2.47/2.58	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
2.47/2.58	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
2.47/2.58	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
2.47/2.58	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
2.47/2.58	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
2.47/2.58	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
2.47/2.58	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
2.47/2.58	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
2.47/2.58	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
2.47/2.58	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
2.47/2.58	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
2.47/2.58	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
2.47/2.58	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
2.47/2.58	c   relpscost        :       0.03       0.00        371          0          0          0          0          0          0        742
2.47/2.58	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
2.47/2.58	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
2.47/2.58	c   LP solutions     :       0.00          -          -          0          0
2.47/2.58	c   relax solutions  :       0.00          -          -          0          0
2.47/2.58	c   pseudo solutions :       0.00          -          -          0          0
2.47/2.58	c   strong branching :       0.00          -          -          0          0
2.47/2.58	c   actconsdiving    :       0.00       0.00          0          0          0
2.47/2.58	c   adaptivediving   :       0.01       0.00          4          0          0
2.47/2.58	c   alns             :       0.06       0.00          4          0          0
2.47/2.58	c   bound            :       0.00       0.00          0          0          0
2.47/2.58	c   clique           :       0.00       0.00          1          0          0
2.47/2.58	c   coefdiving       :       0.00       0.00          0          0          0
2.47/2.58	c   completesol      :       0.00       0.00          0          0          0
2.47/2.58	c   conflictdiving   :       0.00       0.00          2          0          0
2.47/2.58	c   crossover        :       0.04       0.00          2          2          0
2.47/2.58	c   dins             :       0.00       0.00          0          0          0
2.47/2.58	c   distributiondivin:       0.01       0.00          2          0          0
2.47/2.58	c   dks              :       0.00       0.00          0          0          0
2.47/2.58	c   dps              :       0.00       0.00          0          0          0
2.47/2.58	c   dualval          :       0.00       0.00          0          0          0
2.47/2.58	c   farkasdiving     :       0.00       0.00          0          0          0
2.47/2.58	c   feaspump         :       0.01       0.00          1          0          0
2.47/2.58	c   fixandinfer      :       0.00       0.00          0          0          0
2.47/2.58	c   fracdiving       :       0.01       0.00          3          0          0
2.47/2.58	c   gins             :       0.17       0.00          4          4          0
2.47/2.58	c   guideddiving     :       0.01       0.00          2          0          0
2.47/2.58	c   indicator        :       0.00       0.00          0          0          0
2.47/2.58	c   indicatordiving  :       0.00       0.00          0          0          0
2.47/2.58	c   intdiving        :       0.00       0.00          0          0          0
2.47/2.58	c   intshifting      :       0.00       0.00          0          0          0
2.47/2.58	c   linesearchdiving :       0.01       0.00          2          0          0
2.47/2.58	c   localbranching   :       0.00       0.00          0          0          0
2.47/2.58	c   locks            :       0.00       0.00          1          0          0
2.47/2.58	c   lpface           :       0.00       0.00          0          0          0
2.47/2.58	c   mpec             :       0.00       0.00          0          0          0
2.47/2.58	c   multistart       :       0.00       0.00          0          0          0
2.47/2.58	c   mutation         :       0.00       0.00          0          0          0
2.47/2.58	c   nlpdiving        :       0.00       0.00          0          0          0
2.47/2.58	c   objpscostdiving  :       0.02       0.00          2          1          1
2.47/2.58	c   octane           :       0.00       0.00          0          0          0
2.47/2.58	c   ofins            :       0.00       0.00          0          0          0
2.47/2.58	c   oneopt           :       0.00       0.00          2          0          0
2.47/2.58	c   padm             :       0.00       0.00          0          0          0
2.47/2.58	c   proximity        :       0.00       0.00          0          0          0
2.47/2.58	c   pscostdiving     :       0.01       0.00          3          0          0
2.47/2.58	c   randrounding     :       0.01       0.00         83          0          0
2.47/2.58	c   rens             :       0.01       0.00          1          0          0
2.47/2.58	c   reoptsols        :       0.00       0.00          0          0          0
2.47/2.58	c   repair           :       0.00       0.00          0          0          0
2.47/2.58	c   rins             :       0.08       0.00          4          4          1
2.47/2.58	c   rootsoldiving    :       0.01       0.00          2          2          0
2.47/2.58	c   rounding         :       0.00       0.00        263          0          0
2.47/2.58	c   scheduler        :       0.00       0.00          0          0          0
2.47/2.58	c   shiftandpropagate:       0.00       0.00          1          0          0
2.47/2.58	c   shifting         :       0.02       0.00        152         17          0
2.47/2.58	c   simplerounding   :       0.00       0.00        529          0          0
2.47/2.58	c   subnlp           :       0.00       0.00          0          0          0
2.47/2.58	c   trivial          :       0.00       0.00          2          0          0
2.47/2.58	c   trivialnegation  :       0.00       0.00          0          0          0
2.47/2.58	c   trustregion      :       0.00       0.00          0          0          0
2.47/2.58	c   trysol           :       0.00       0.00          0          0          0
2.47/2.58	c   twoopt           :       0.00       0.00          0          0          0
2.47/2.58	c   undercover       :       0.00       0.00          0          0          0
2.47/2.58	c   vbounds          :       0.00       0.00          1          0          0
2.47/2.58	c   veclendiving     :       0.01       0.00          2          0          0
2.47/2.58	c   zeroobj          :       0.00       0.00          0          0          0
2.47/2.58	c   zirounding       :       0.00       0.00        370          0          0
2.47/2.58	c   other solutions  :          -          -          -          0          -
2.47/2.58	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
2.47/2.58	c   rens             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
2.47/2.58	c   rins             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
2.47/2.58	c   mutation         :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
2.47/2.58	c   localbranching   :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
2.47/2.58	c   crossover        :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
2.47/2.58	c   proximity        :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
2.47/2.58	c   zeroobjective    :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
2.47/2.58	c   dins             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
2.47/2.58	c   trustregion      :          0       0.00       0.00          0          0          0    0.00000    0.00000   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    0
2.47/2.58	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
2.47/2.58	c   primal LP        :       0.03         93          0       0.00       0.00       0.03         93
2.47/2.58	c   dual LP          :       0.23        566       7172      13.66   30840.81       0.01         41
2.47/2.58	c   lex dual LP      :       0.00          0          0       0.00          -
2.47/2.58	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
2.47/2.58	c   resolve instable :       0.00          0          0       0.00          -
2.47/2.58	c   diving/probing LP:       0.05        107       4745      44.35   88880.98
2.47/2.58	c   strong branching :       0.01         16        133       8.31    9880.40          -          -          0
2.47/2.58	c     (at root node) :          -         16        133       8.31          -
2.47/2.58	c   conflict analysis:       0.00          1         10      10.00          -
2.47/2.58	c Relaxators         :       Time      Calls    Cutoffs ImprBounds   ImprTime ReducedDom  Separated AddedConss
2.47/2.58	c   benders          :       0.00          0          0          0       0.00          0          0          0
2.47/2.58	c B&B Tree           :
2.47/2.58	c   number of runs   :          1
2.47/2.58	c   nodes            :        734 (371 internal, 363 leaves)
2.47/2.58	c   feasible leaves  :          0
2.47/2.58	c   infeas. leaves   :        361
2.47/2.58	c   objective leaves :          2
2.47/2.58	c   nodes (total)    :        734 (371 internal, 363 leaves)
2.47/2.58	c   nodes left       :          0
2.47/2.58	c   max depth        :         36
2.47/2.58	c   max depth (total):         36
2.47/2.58	c   backtracks       :        216 (29.4%)
2.47/2.58	c   early backtracks :          0 (0.0%)
2.47/2.58	c   nodes exc. ref.  :          0 (0.0%)
2.47/2.58	c   delayed cutoffs  :          9
2.47/2.58	c   repropagations   :         66 (24 domain reductions, 4 cutoffs)
2.47/2.58	c   avg switch length:       8.60
2.47/2.58	c   switching time   :       0.05
2.47/2.58	c Root Node          :
2.47/2.58	c   First LP value   : +3.50000000000000e+00
2.47/2.58	c   First LP Iters   :        519 (194966.19 Iter/sec)
2.47/2.58	c   First LP Time    :       0.00
2.47/2.58	c   Final Dual Bound : +1.05000000000000e+01
2.47/2.58	c   Final Root Iters :       1341
2.47/2.58	c   Root LP Estimate : +1.17839074494950e+01
2.47/2.58	c Solution           :
2.47/2.58	c   Solutions found  :         30 (2 improvements)
2.47/2.58	c   First Solution   : +2.90000000000000e+01   (in run 1, after 69 nodes, 0.53 seconds, depth 10, found by <objpscostdiving>)
2.47/2.58	c   Gap First Sol.   :     118.87 %
2.47/2.58	c   Gap Last Sol.    :      40.00 %
2.47/2.58	c   Primal Bound     : +2.80000000000000e+01   (in run 1, after 299 nodes, 1.22 seconds, depth 19, found by <rins>)
2.47/2.58	c   Dual Bound       : +2.80000000000000e+01
2.47/2.58	c   Gap              :       0.00 %
2.47/2.58	c Integrals          :      Total       Avg%
2.47/2.58	c   primal-dual      :     113.16      43.87
2.47/2.58	c   primal-ref       :          -          - (not evaluated)
2.47/2.58	c   dual-ref         :          -          - (not evaluated)
2.47/2.58	c Time complete (sec):      2.568

Verifier Data

OK	28

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (60476 MiB free)
  memory of node 1: 64507 MiB (53506 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4521871-1751575363/watcher-4521871-1751575363 -o /tmp/evaluation-result-4521871-1751575363/solver-4521871-1751575363 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751575332-91899 --watchdog 3760 pbsolver -f HOME/instance-4521871-1751575363.opb -t 3600 -m 31000 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=92362, runsolver pid=92359

[startup+0.100066 s]*
/proc/loadavg: 2.12 1.33 1.73 5/269 92363
/proc/meminfo: memFree=116683144/131249996 swapFree=33010684/33010684
[pid=92362] ppid=92359 vsize=56024 memory=41984 CPUtime=0.09 cores=1,3
/proc/92362/stat : 92362 (pbsolver) R 92359 92362 91882 0 -1 4194304 8063 0 0 0 8 1 0 0 20 0 1 0 73214231 57368576 10496 18446744073709551615 4198400 14743177 140723211497120 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 16769280 16853168 35487744 140723211504010 140723211504106 140723211504106 140723211509708 0
/proc/92362/statm: 14006 10496 2688 2575 0 10913 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 56024 KiB
Current children cumulated memory: 41984 KiB

[startup+0.205574 s]*
/proc/loadavg: 2.12 1.33 1.73 5/269 92363
/proc/meminfo: memFree=116683144/131249996 swapFree=33010684/33010684
[pid=92362] ppid=92359 vsize=56332 memory=42808 CPUtime=0.19 cores=1,3
/proc/92362/stat : 92362 (pbsolver) R 92359 92362 91882 0 -1 4194304 8736 0 0 0 18 1 0 0 20 0 1 0 73214231 57683968 10702 18446744073709551615 4198400 14743177 140723211497120 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 35487744 140723211504010 140723211504106 140723211504106 140723211509708 0
/proc/92362/statm: 14083 10702 2688 2575 0 10990 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 56332 KiB
Current children cumulated memory: 42808 KiB

[startup+0.305485 s]*
/proc/loadavg: 2.12 1.33 1.73 5/269 92363
/proc/meminfo: memFree=116682388/131249996 swapFree=33010684/33010684
[pid=92362] ppid=92359 vsize=58536 memory=46008 CPUtime=0.29 cores=1,3
/proc/92362/stat : 92362 (pbsolver) R 92359 92362 91882 0 -1 4194304 9556 0 0 0 28 1 0 0 20 0 1 0 73214231 59940864 11502 18446744073709551615 4198400 14743177 140723211497120 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 35487744 140723211504010 140723211504106 140723211504106 140723211509708 0
/proc/92362/statm: 14634 11502 2688 2575 0 11541 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 58536 KiB
Current children cumulated memory: 46008 KiB

[startup+0.700179 s]
/proc/loadavg: 2.12 1.33 1.73 5/269 92363
/proc/meminfo: memFree=116674552/131249996 swapFree=33010684/33010684
[pid=92362] ppid=92359 vsize=60120 memory=47672 CPUtime=0.68 cores=1,3
/proc/92362/stat : 92362 (pbsolver) R 92359 92362 91882 0 -1 4194304 9962 0 0 0 67 1 0 0 20 0 1 0 73214231 61562880 11918 18446744073709551615 4198400 14743177 140723211497120 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 35487744 140723211504010 140723211504106 140723211504106 140723211509708 0
/proc/92362/statm: 15030 11918 2688 2575 0 11937 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 60120 KiB
Current children cumulated memory: 47672 KiB

[startup+1.50018 s]
/proc/loadavg: 2.12 1.33 1.73 5/269 92363
/proc/meminfo: memFree=116671528/131249996 swapFree=33010684/33010684
[pid=92362] ppid=92359 vsize=61204 memory=48824 CPUtime=1.47 cores=1,3
/proc/92362/stat : 92362 (pbsolver) R 92359 92362 91882 0 -1 4194304 10256 0 0 0 146 1 0 0 20 0 1 0 73214231 62672896 12206 18446744073709551615 4198400 14743177 140723211497120 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 35487744 140723211504010 140723211504106 140723211504106 140723211509708 0
/proc/92362/statm: 15301 12206 2688 2575 0 12208 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 61204 KiB
Current children cumulated memory: 48824 KiB

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

# cumulated CPU time of all completed processes:  user=2.55115 s, system=0.019939 s

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

[startup+1.6002 s]
/proc/loadavg: 2.12 1.33 1.73 5/269 92363
/proc/meminfo: memFree=116671528/131249996 swapFree=33010684/33010684
[pid=92362] ppid=92359 vsize=61204 memory=48824 CPUtime=1.57 cores=1,3
/proc/92362/stat : 92362 (pbsolver) R 92359 92362 91882 0 -1 4194304 10264 0 0 0 156 1 0 0 20 0 1 0 73214231 62672896 12206 18446744073709551615 4198400 14743177 140723211497120 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 35487744 140723211504010 140723211504106 140723211504106 140723211509708 0
/proc/92362/statm: 15301 12206 2688 2575 0 12208 0
Current children cumulated CPU time: 1.57 s
Current children cumulated vsize: 61204 KiB
Current children cumulated memory: 48824 KiB

[startup+2.00016 s]*
/proc/loadavg: 2.12 1.33 1.73 5/269 92363
/proc/meminfo: memFree=116667828/131249996 swapFree=33010684/33010684
[pid=92362] ppid=92359 vsize=61808 memory=49336 CPUtime=1.98 cores=1,3
/proc/92362/stat : 92362 (pbsolver) R 92359 92362 91882 0 -1 4194304 10392 0 0 0 197 1 0 0 20 0 1 0 73214231 63291392 12334 18446744073709551615 4198400 14743177 140723211497120 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 35487744 140723211504010 140723211504106 140723211504106 140723211509708 0
/proc/92362/statm: 15452 12334 2688 2575 0 12359 0
Current children cumulated CPU time: 1.98 s
Current children cumulated vsize: 61808 KiB
Current children cumulated memory: 49336 KiB

[startup+2.40015 s]
/proc/loadavg: 2.12 1.33 1.73 5/269 92363
/proc/meminfo: memFree=116667828/131249996 swapFree=33010684/33010684
[pid=92362] ppid=92359 vsize=61944 memory=49592 CPUtime=2.37 cores=1,3
/proc/92362/stat : 92362 (pbsolver) R 92359 92362 91882 0 -1 4194304 10454 0 0 0 236 1 0 0 20 0 1 0 73214231 63430656 12398 18446744073709551615 4198400 14743177 140723211497120 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 35487744 140723211504010 140723211504106 140723211504106 140723211509708 0
/proc/92362/statm: 15486 12398 2688 2575 0 12393 0
Current children cumulated CPU time: 2.37 s
Current children cumulated vsize: 61944 KiB
Current children cumulated memory: 49592 KiB

[startup+2.50016 s]
/proc/loadavg: 2.12 1.33 1.73 5/269 92363
/proc/meminfo: memFree=116667828/131249996 swapFree=33010684/33010684
[pid=92362] ppid=92359 vsize=62076 memory=49720 CPUtime=2.47 cores=1,3
/proc/92362/stat : 92362 (pbsolver) R 92359 92362 91882 0 -1 4194304 10466 0 0 0 246 1 0 0 20 0 1 0 73214231 63565824 12430 18446744073709551615 4198400 14743177 140723211497120 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 35487744 140723211504010 140723211504106 140723211504106 140723211509708 0
/proc/92362/statm: 15519 12430 2688 2575 0 12426 0
Current children cumulated CPU time: 2.47 s
Current children cumulated vsize: 62076 KiB
Current children cumulated memory: 49720 KiB

Child status: 0

Real time (s): 2.58996
CPU time (s): 2.57109
CPU user time (s): 2.55115
CPU system time (s): 0.019939
CPU usage (%): 99.2713
Max. virtual memory (cumulated for all children) (KiB): 62076
Max. memory (cumulated for all children) (KiB): 49720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.55115
system time used= 0.019939
maximum resident set size= 49720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10471
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= 3
involuntary context switches= 8


# summary of solver processes directly reported to runsolver:
#   pid: 92362
#   total CPU time (s): 2.57109
#   total CPU user time (s): 2.55115
#   total CPU system time (s): 0.019939

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.014692 second user time and 0.041184 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-07-03 22:42:43
IDJOB=4521871
IDBENCH=178488
IDSOLVER=3366
FILE ID=nodeC024/4521871-1751575363
RUNJOBID= nodeC024-1751575332-91899
SLURM_JOB_ID= 9598803
Free space on /tmp= 432316 MiB

SOLVER NAME= SCIP-10 2025-06-13
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/comppebphp_pyrheight_equals_nholes/normalized-comppebphp_opt_pyrheightequalsnholes_06.opb
COMMAND LINE= pbsolver -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4521871-1751575363/watcher-4521871-1751575363 -o /tmp/evaluation-result-4521871-1751575363/solver-4521871-1751575363 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751575332-91899 --watchdog 3760  pbsolver -f HOME/instance-4521871-1751575363.opb -t 3600 -m 31000

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

MD5SUM BENCH= da2c432e6d1460c5833697ae1752095a
RANDOM SEED=1333036143

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.676
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3597.288
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3410.444
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.696
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.682
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.674
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.998
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3598.228
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        116718864 kB
MemAvailable:   129520560 kB
Buffers:            2144 kB
Cached:         13568184 kB
SwapCached:            0 kB
Active:           886308 kB
Inactive:       12993832 kB
Active(anon):     325800 kB
Inactive(anon):     2084 kB
Active(file):     560508 kB
Inactive(file): 12991748 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             60548 kB
Writeback:             0 kB
AnonPages:        310960 kB
Mapped:           136392 kB
Shmem:             18064 kB
KReclaimable:     176960 kB
Slab:             268520 kB
SReclaimable:     176960 kB
SUnreclaim:        91560 kB
KernelStack:        4368 kB
PageTables:         3696 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     716656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432300 MiB
End job on nodeC024 at 2025-07-03 22:42:46