Trace number 4498062

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-13OPT2 4.83262 4.89938

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=29-P1=61-P2=43-P3=131-P4=2-P5=59-P6=41-B.opb
MD5SUM47701c69f54c2f86b170fe57c52dc681
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.022746
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables144
Total number of constraints13
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints13
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)384
Sum of products size (including duplicates)768
Number of different products384
Sum of products size768

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-4498062-1751268243.opb>
0.00/0.00	c original problem has 528 variables (144 bin, 0 int, 384 cont) and 403 constraints
0.00/0.00	c original problem has 384 implied integral variables (0 bin, 0 int, 384 cont)
0.00/0.00	c problem read in 0.001 seconds
0.00/0.00	c presolving:
0.00/0.00	c (round 1, fast)       7 del vars, 0 del conss, 6 add conss, 0 chg bounds, 0 chg sides, 42 chg coeffs, 0 upgd conss, 0 impls, 766 clqs
0.00/0.00	c (round 2, fast)       7 del vars, 0 del conss, 6 add conss, 0 chg bounds, 0 chg sides, 42 chg coeffs, 1 upgd conss, 0 impls, 766 clqs
0.00/0.00	c (round 3, medium)     7 del vars, 7 del conss, 6 add conss, 0 chg bounds, 0 chg sides, 42 chg coeffs, 1 upgd conss, 0 impls, 762 clqs
0.00/0.00	c (round 4, exhaustive) 7 del vars, 7 del conss, 6 add conss, 0 chg bounds, 0 chg sides, 42 chg coeffs, 14 upgd conss, 0 impls, 762 clqs
0.00/0.01	c    (0.0s) probing: 56/521 (10.7%) - 0 fixings, 2 aggregations, 128 implications, 0 bound changes
0.00/0.01	c    (0.0s) probing aborted: 50/50 successive totally useless probings
0.00/0.01	c (round 5, exhaustive) 9 del vars, 7 del conss, 6 add conss, 0 chg bounds, 0 chg sides, 42 chg coeffs, 14 upgd conss, 0 impls, 884 clqs
0.00/0.01	c (round 6, fast)       9 del vars, 8 del conss, 12 add conss, 0 chg bounds, 0 chg sides, 42 chg coeffs, 14 upgd conss, 0 impls, 884 clqs
0.00/0.01	c (round 7, exhaustive) 9 del vars, 10 del conss, 14 add conss, 0 chg bounds, 0 chg sides, 42 chg coeffs, 14 upgd conss, 0 impls, 884 clqs
0.00/0.01	c (round 8, exhaustive) 9 del vars, 10 del conss, 14 add conss, 0 chg bounds, 0 chg sides, 42 chg coeffs, 20 upgd conss, 0 impls, 884 clqs
0.00/0.01	c (round 9, fast)       9 del vars, 16 del conss, 14 add conss, 0 chg bounds, 0 chg sides, 42 chg coeffs, 20 upgd conss, 0 impls, 884 clqs
0.00/0.02	c    (0.0s) probing cycle finished: starting next cycle
0.00/0.03	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.00/0.03	c    (0.0s) no symmetry present (symcode time: 0.00)
0.00/0.03	c presolving (10 rounds: 10 fast, 6 medium, 5 exhaustive):
0.00/0.03	c  9 deleted vars, 16 deleted constraints, 14 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 42 changed coefficients
0.00/0.03	c  0 implications, 1147 cliques
0.00/0.03	c presolved problem has 519 variables (143 bin, 0 int, 376 cont) and 408 constraints
0.00/0.03	c presolved problem has 376 implied integral variables (0 bin, 0 int, 376 cont)
0.00/0.03	c       2 constraints of type <setppc>
0.00/0.03	c     381 constraints of type <and>
0.00/0.03	c       6 constraints of type <linear>
0.00/0.03	c      13 constraints of type <logicor>
0.00/0.03	c       6 constraints of type <pseudoboolean>
0.00/0.03	c transformed objective value is always integral (scale: 1)
0.00/0.03	c Presolving Time: 0.03
0.00/0.03	c 
0.00/0.03	c - non default parameters ----------------------------------------------------------------------
0.00/0.03	c 
0.00/0.03	c # SCIP version 10.0.0
0.00/0.03	c 
0.00/0.03	c # maximal time in seconds to run
0.00/0.03	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.00/0.03	c limits/time = 3596.998071
0.00/0.03	c 
0.00/0.03	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.03	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.00/0.03	c limits/memory = 27900
0.00/0.03	c 
0.00/0.03	c # belongs reading time to solving time?
0.00/0.03	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c timing/reading = TRUE
0.00/0.03	c 
0.00/0.03	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.03	c # [type: int, advanced: TRUE, range: [-1,2147483647], default: -1]
0.00/0.03	c reading/opbreader/maxintsize = 47
0.00/0.03	c 
0.00/0.03	c # timing when propagator should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS))
0.00/0.03	c # [type: int, advanced: TRUE, range: [0,15], default: 15]
0.00/0.03	c propagating/genvbounds/timingmask = 0
0.00/0.03	c 
0.00/0.03	c -----------------------------------------------------------------------------------------------
0.00/0.03	c 
0.00/0.04	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.04	c   0.0s|     1 |     0 |    22 |     - |  7945k |   0 | 519 | 414 | 772 |   0 |  0 |   5 |   0 | 2.000000e+00 |      --      |    Inf | unknown
0.00/0.06	c   0.1s|     1 |     0 |   199 |     - |  8925k |   0 | 519 | 419 | 782 |  10 |  1 |  10 |   0 | 2.000000e+00 |      --      |    Inf | unknown
0.00/0.07	c   0.1s|     1 |     0 |   260 |     - |  9108k |   0 | 519 | 420 | 798 |  26 |  2 |  11 |   0 | 2.000000e+00 |      --      |    Inf | unknown
0.00/0.08	c   0.1s|     1 |     0 |   335 |     - |  9458k |   0 | 519 | 421 | 815 |  43 |  3 |  12 |   0 | 2.000000e+00 |      --      |    Inf | unknown
0.09/0.10	c   0.1s|     1 |     0 |   443 |     - |  9819k |   0 | 519 | 422 | 831 |  59 |  4 |  13 |   0 | 2.000000e+00 |      --      |    Inf | unknown
0.09/0.14	c   0.1s|     1 |     0 |   528 |     - |    10M |   0 | 519 | 422 | 845 |  73 |  5 |  13 |   0 | 2.000000e+00 |      --      |    Inf | unknown
0.09/0.17	c   0.2s|     1 |     0 |   647 |     - |    11M |   0 | 519 | 422 | 853 |  81 |  6 |  13 |   0 | 2.000000e+00 |      --      |    Inf | unknown
0.19/0.22	c   0.2s|     1 |     0 |   703 |     - |    12M |   0 | 519 | 422 | 865 |  93 |  7 |  13 |   0 | 2.000000e+00 |      --      |    Inf | unknown
0.19/0.28	c   0.3s|     1 |     0 |   790 |     - |    14M |   0 | 519 | 422 | 878 | 106 |  8 |  13 |   0 | 2.000000e+00 |      --      |    Inf | unknown
0.29/0.34	c   0.3s|     1 |     0 |   900 |     - |    15M |   0 | 519 | 422 | 887 | 115 |  9 |  13 |   0 | 2.000000e+00 |      --      |    Inf | unknown
0.29/0.40	c   0.4s|     1 |     0 |  1038 |     - |    17M |   0 | 519 | 422 | 900 | 128 | 10 |  13 |   0 | 2.000000e+00 |      --      |    Inf | unknown
0.38/0.43	c   0.4s|     1 |     0 |  1153 |     - |    17M |   0 | 519 | 422 | 207 | 137 | 11 |  13 |   0 | 2.000000e+00 |      --      |    Inf | unknown
0.38/0.43	c   0.4s|     1 |     0 |  1153 |     - |    17M |   0 | 519 | 422 | 207 | 137 | 11 |  13 |   0 | 2.000000e+00 |      --      |    Inf | unknown
0.38/0.46	c   0.5s|     1 |     0 |  1206 |     - |    17M |   0 | 519 | 422 | 221 | 151 | 12 |  13 |   0 | 2.000000e+00 |      --      |    Inf | unknown
0.38/0.49	c   0.5s|     1 |     2 |  1852 |     - |    18M |   0 | 519 | 425 | 221 | 151 | 12 |  16 |   2 | 2.000000e+00 |      --      |    Inf | unknown
0.77/0.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.77/0.80	c   0.8s|   100 |    99 |  7287 |  61.4 |    22M |  15 | 519 | 458 | 115 |1550 |  2 |  49 |   2 | 2.000000e+00 |      --      |    Inf |   3.12%
0.97/1.06	c   1.1s|   200 |   177 |  9680 |  42.6 |    24M |  33 | 519 | 464 | 177 |2378 |  2 |  55 |   2 | 2.000000e+00 |      --      |    Inf |   3.13%
1.17/1.28	c   1.3s|   300 |   251 | 11735 |  35.2 |    25M |  50 | 519 | 479 | 294 |2890 |  2 |  70 |   2 | 2.000000e+00 |      --      |    Inf |   3.13%
1.37/1.45	c   1.4s|   400 |   326 | 13723 |  31.4 |    25M |  55 | 519 | 515 | 302 |3366 |  2 | 106 |   5 | 2.000000e+00 |      --      |    Inf |   3.13%
1.57/1.60	c   1.6s|   500 |   409 | 15528 |  28.7 |    25M |  60 | 519 | 537 | 215 |3885 |  1 | 128 |   5 | 2.000000e+00 |      --      |    Inf |   3.13%
1.67/1.79	c   1.8s|   600 |   495 | 17754 |  27.6 |    26M |  60 | 519 | 560 |   0 |4439 |  0 | 155 |  42 | 2.000000e+00 |      --      |    Inf |   3.13%
1.97/2.05	c   2.0s|   700 |   557 | 20844 |  28.1 |    26M |  60 | 519 | 589 | 329 |5324 |  2 | 184 |  46 | 2.000000e+00 |      --      |    Inf |   3.13%
2.16/2.22	c   2.2s|   800 |   625 | 22951 |  27.2 |    27M |  60 | 519 | 639 |   0 |5839 |  0 | 234 |  46 | 2.000000e+00 |      --      |    Inf |   3.13%
2.26/2.33	c   2.3s|   900 |   675 | 24512 |  25.9 |    27M |  60 | 519 | 653 | 323 |6179 |  3 | 248 |  46 | 2.000000e+00 |      --      |    Inf |   3.13%
2.36/2.46	c   2.5s|  1000 |   746 | 26591 |  25.4 |    28M |  61 | 519 | 699 | 243 |6703 |  2 | 295 |  66 | 2.000000e+00 |      --      |    Inf |   3.13%
2.56/2.62	c   2.6s|  1100 |   807 | 29189 |  25.5 |    28M |  61 | 519 | 742 | 278 |7333 |  2 | 338 |  66 | 2.000000e+00 |      --      |    Inf |   3.13%
2.66/2.78	c   2.8s|  1200 |   865 | 32158 |  25.8 |    29M |  61 | 519 | 773 | 206 |8034 |  1 | 374 |  66 | 2.000000e+00 |      --      |    Inf |   3.13%
2.86/2.92	c   2.9s|  1300 |   901 | 34334 |  25.5 |    30M |  61 | 519 | 814 |   0 |8596 |  0 | 415 |  66 | 2.000000e+00 |      --      |    Inf |   3.13%
2.96/3.10	c   3.1s|  1400 |   954 | 37072 |  25.6 |    30M |  61 | 519 | 818 |   0 |9362 |  0 | 419 |  75 | 2.000000e+00 |      --      |    Inf |   3.13%
3.15/3.29	c   3.3s|  1500 |  1003 | 39968 |  25.9 |    31M |  61 | 519 | 852 | 342 |  10k|  2 | 453 |  78 | 2.000000e+00 |      --      |    Inf |   3.13%
3.35/3.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3.35/3.44	c   3.4s|  1600 |  1035 | 42326 |  25.7 |    31M |  61 | 519 | 878 | 259 |  10k|  2 | 479 |  78 | 2.000000e+00 |      --      |    Inf |   3.13%
3.45/3.58	c   3.6s|  1700 |  1117 | 44267 |  25.3 |    31M |  61 | 519 | 896 | 308 |  11k|  2 | 497 |  99 | 2.000000e+00 |      --      |    Inf |   3.13%
3.65/3.72	c   3.7s|  1800 |  1190 | 45982 |  24.9 |    32M |  61 | 519 | 931 | 314 |  11k|  2 | 532 | 119 | 2.000000e+00 |      --      |    Inf |   3.13%
3.75/3.80	c   3.8s|  1900 |  1235 | 46915 |  24.1 |    32M |  63 | 519 | 961 | 323 |  12k|  2 | 562 | 119 | 2.000000e+00 |      --      |    Inf |   3.13%
3.85/3.92	c   3.9s|  2000 |  1300 | 48540 |  23.7 |    32M |  63 | 519 | 975 | 307 |  12k|  2 | 576 | 119 | 2.000000e+00 |      --      |    Inf |   3.13%
3.96/4.07	c   4.1s|  2100 |  1358 | 50401 |  23.4 |    32M |  63 | 519 |1004 | 292 |  12k|  2 | 605 | 121 | 2.000000e+00 |      --      |    Inf |   3.13%
4.06/4.18	c   4.2s|  2200 |  1414 | 52213 |  23.2 |    32M |  63 | 519 |1037 | 285 |  13k|  2 | 638 | 121 | 2.000000e+00 |      --      |    Inf |   3.13%
4.15/4.26	c   4.3s|  2300 |  1446 | 53135 |  22.6 |    32M |  64 | 519 |1063 | 259 |  13k|  2 | 664 | 121 | 2.000000e+00 |      --      |    Inf |   3.13%
4.35/4.42	c   4.4s|  2400 |  1525 | 55394 |  22.6 |    32M |  64 | 519 |1072 | 327 |  14k|  2 | 673 | 143 | 2.000000e+00 |      --      |    Inf |   3.13%
4.44/4.54	c   4.5s|  2500 |  1586 | 56613 |  22.2 |    32M |  64 | 519 |1115 | 298 |  14k|  3 | 716 | 148 | 2.000000e+00 |      --      |    Inf |   3.13%
4.54/4.64	c   4.6s|  2600 |  1618 | 57897 |  21.8 |    33M |  64 | 519 |1170 | 320 |  14k|  2 | 771 | 150 | 2.000000e+00 |      --      |    Inf |   3.13%
4.64/4.74	c   4.7s|  2700 |  1660 | 59088 |  21.4 |    33M |  64 | 519 |1247 | 276 |  15k|  3 | 848 | 150 | 2.000000e+00 |      --      |    Inf |   3.13%
4.73/4.84	c   4.8s|  2800 |  1688 | 60418 |  21.2 |    33M |  64 | 519 |1309 | 295 |  15k|  2 | 910 | 166 | 2.000000e+00 |      --      |    Inf |   3.13%
4.73/4.88	o 2
4.73/4.88	c * 4.9s|  2861 |     0 | 60829 |  20.8 |    LP  |  64 | 519 |1309 | 270 |  15k|  1 | 910 | 166 | 2.000000e+00 | 2.000000e+00 |   0.00%| 100.00%
4.73/4.88	c 
4.73/4.88	c SCIP Status        : problem is solved [optimal solution found]
4.73/4.88	c Solving Time (sec) : 4.88
4.73/4.88	c Solving Nodes      : 2861
4.73/4.88	c Primal Bound       : +2.00000000000000e+00 (1 solutions)
4.73/4.88	c Dual Bound         : +2.00000000000000e+00
4.73/4.88	c Gap                : 0.00 %
4.73/4.88	s OPTIMUM FOUND
4.73/4.88	v -x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 x9 x10 -x11 -x12 -x13 -x14 -x15 -x16 x17 x18 -x19 x20 -x21 -x22 -x23 -x24 x25 -x26 -x27 x28 x29 -x30
4.73/4.88	v -x31 -x32 x33 x34 -x35 x36 -x37 x38 -x39 -x40 x41 x42 -x43 -x44 -x45 -x46 -x47 -x48 x49 x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 x58
4.73/4.88	v x59 -x60 -x61 -x62 -x63 -x64 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x65 x66 -x67 -x68 -x69 -x70 x71 -x72 -x105 -x106 -x107
4.73/4.88	v -x108 -x109 -x110 -x111 -x112 -x73 x74 -x75 -x76 x77 x78 x79 -x80 -x113 x114 x115 -x116 -x117 -x118 -x119 -x120 -x81 x82 x83 -x84
4.73/4.88	v -x85 x86 -x87 -x88 x121 x122 -x123 -x124 x125 -x126 -x127 -x128 -x89 x90 -x91 -x92 x93 x94 x95 -x96 -x129 -x130 -x131 -x132 -x133
4.73/4.88	v -x134 -x135 -x136 x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144
4.73/4.88	c SCIP Status        : problem is solved [optimal solution found]
4.73/4.88	c Total Time         :       4.88
4.73/4.88	c   solving          :       4.88
4.73/4.88	c   presolving       :       0.03 (included in solving)
4.73/4.88	c   reading          :       0.00 (included in solving)
4.73/4.88	c   copying          :       0.13 (66 #copies) (minimal 0.00, maximal 0.00, average 0.00)
4.73/4.88	c Original Problem   :
4.73/4.88	c   Problem name     : HOME/instance-4498062-1751268243.opb
4.73/4.88	c   Variables        : 528 (144 binary, 0 integer, 384 continuous)
4.73/4.88	c   implied integral : 384 (0 binary, 0 integer, 384 continuous)
4.73/4.88	c   Constraints      : 403 initial, 403 maximal
4.73/4.88	c   Objective        : minimize, 8 non-zeros (abs.min = 1, abs.max = 128)
4.73/4.88	c Presolved Problem  :
4.73/4.88	c   Problem name     : t_HOME/instance-4498062-1751268243.opb
4.73/4.88	c   Variables        : 519 (143 binary, 0 integer, 376 continuous)
4.73/4.88	c   implied integral : 376 (0 binary, 0 integer, 376 continuous)
4.73/4.88	c   Constraints      : 408 initial, 1309 maximal
4.73/4.88	c   Objective        : minimize, 8 non-zeros (abs.min = 1, abs.max = 128)
4.73/4.88	c   Nonzeros         : 2884 constraint, 2294 clique table
4.73/4.88	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
4.73/4.88	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
4.73/4.88	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
4.73/4.88	c   domcol           :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
4.73/4.88	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
4.73/4.88	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
4.73/4.88	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
4.73/4.88	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
4.73/4.88	c   gateextraction   :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
4.73/4.88	c   implics          :       0.00       0.00      6          0          0          0          0          0          0          0          0          0
4.73/4.88	c   implint          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
4.73/4.88	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
4.73/4.88	c   milp             :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
4.73/4.88	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
4.73/4.88	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
4.73/4.88	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
4.73/4.88	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
4.73/4.88	c   trivial          :       0.00       0.00     10          0          0          0          0          0          0          0          0          0
4.73/4.88	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
4.73/4.88	c   dualfix          :       0.00       0.00     10          0          0          0          0          0          0          0          0          0
4.73/4.88	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
4.73/4.88	c   probing          :       0.02       0.00      2          0          2          0          0          0          0          0          0          0
4.73/4.88	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
4.73/4.88	c   symmetry         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
4.73/4.88	c   vbounds          :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
4.73/4.88	c   knapsack         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
4.73/4.88	c   setppc           :       0.00       0.00     16          0          0          0          0          0          1          0          0          0
4.73/4.88	c   and              :       0.00       0.00     15          0          0          0          0          0          2          2          0          0
4.73/4.88	c   linear           :       0.00       0.00     14          1          6          0          0          0          0         12          0         42
4.73/4.88	c   logicor          :       0.00       0.00     12          0          0          0          0          0          6          0          0          0
4.73/4.88	c   pseudoboolean    :       0.00       0.00      6          0          0          0          0          0          7          0          0          0
4.73/4.88	c   components       :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
4.73/4.88	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
4.73/4.88	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
4.73/4.88	c   integral         :          0          0          0          0       2348          0          0        504          0          0        324          0          0         92       4630
4.73/4.88	c   knapsack         :          0+        10          0       3162          0          0          0          0          7          3         14          0          0          0          0
4.73/4.88	c   setppc           :          2+        19         12       7849          0          0          0        498         30          1        102          5          0          0          0
4.73/4.88	c   and              :        381        381       4764      10172          2          0          0        496       7016         99      15926      17522      11669          0          0
4.73/4.88	c   linear           :          6+        29         12      10075          1          0          0        487       1338        483       3182          0          0          0          0
4.73/4.88	c   logicor          :         13+       869         12       2607          1          0          0         22         73         10        233         13          1          0          0
4.73/4.88	c   pseudoboolean    :          6          6          0          0          1          0          0         22          0          0          0          0          0          0          0
4.73/4.88	c   fixedvar         :          0          0          0          0          1          0          0          2          0          0          0          0          0          0          0
4.73/4.88	c   countsols        :          0          0          0          0          1          0          0          2          0          0          0          0          0          0          0
4.73/4.88	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
4.73/4.88	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
4.73/4.88	c   integral         :       0.15       0.00       0.00       0.00       0.15       0.00       0.00       0.00       0.00       0.00
4.73/4.88	c   knapsack         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
4.73/4.88	c   setppc           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
4.73/4.88	c   and              :       0.15       0.00       0.10       0.05       0.00       0.00       0.00       0.00       0.00       0.00
4.73/4.88	c   linear           :       0.02       0.00       0.00       0.02       0.00       0.00       0.00       0.00       0.00       0.00
4.73/4.88	c   logicor          :       0.01       0.00       0.00       0.01       0.00       0.00       0.00       0.00       0.00       0.00
4.73/4.88	c   pseudoboolean    :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
4.73/4.88	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
4.73/4.88	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
4.73/4.88	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
4.73/4.88	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
4.73/4.88	c   dualfix          :          1          0          0          0
4.73/4.88	c   genvbounds       :          0          0          0          0
4.73/4.88	c   nlobbt           :          0          0          0          0
4.73/4.88	c   obbt             :          0          0          0          0
4.73/4.88	c   probing          :          0          0          0          0
4.73/4.88	c   pseudoobj        :      10461          0          0          0
4.73/4.88	c   redcost          :      10621          0          0          0
4.73/4.88	c   rootredcost      :          1          0          0          0
4.73/4.88	c   symmetry         :          0          0          0          0
4.73/4.88	c   vbounds          :       5107          0          0          0
4.73/4.88	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
4.73/4.88	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
4.73/4.88	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
4.73/4.88	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
4.73/4.88	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
4.73/4.88	c   probing          :       0.02       0.00       0.02       0.00       0.00       0.00
4.73/4.88	c   pseudoobj        :       0.01       0.00       0.00       0.01       0.00       0.00
4.73/4.88	c   redcost          :       0.09       0.00       0.00       0.09       0.00       0.00
4.73/4.88	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
4.73/4.88	c   symmetry         :       0.00       0.00       0.00       0.00       0.00       0.00
4.73/4.88	c   vbounds          :       0.01       0.00       0.00       0.01       0.00       0.00
4.73/4.88	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
4.73/4.88	c   propagation      :       0.01        130        122          -        932       40.5         42       17.7          -          -          -
4.73/4.88	c   infeasible LP    :       0.01         47         44          -        298       38.4         17       17.5         42       21.3          0
4.73/4.88	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
4.73/4.88	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
4.73/4.88	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
4.73/4.88	c   applied globally :       0.00          -          -          0        858       28.3          -          -         42          -          -
4.73/4.88	c   applied locally  :          -          -          -          0         10       25.4          -          -          0          -          -
4.73/4.88	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
4.73/4.88	c   cut pool         :       0.19          -        956         23          -          -       7025      33210          -          -          -          -          -    (maximal pool size:       1837)
4.73/4.88	c   aggregation      :       0.35       0.00        284         12          0          0       4076      13779       1769       1905       1322        583          0
4.73/4.88	c   > cmir           :          -          -          -          -          -          -          -      10264        276        693        665         28          -
4.73/4.88	c   > flowcover      :          -          -          -          -          -          -          -       3044       1291       1044        582        462          -
4.73/4.88	c   > knapsackcover  :          -          -          -          -          -          -          -        471        202        168         75         93          -
4.73/4.88	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
4.73/4.88	c   clique           :       0.00       0.00         12         12          0          0         16         66          0          5          5          0          0
4.73/4.88	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
4.73/4.88	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
4.73/4.88	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
4.73/4.88	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
4.73/4.88	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
4.73/4.88	c   gomory           :       0.64       0.00        280         10          0          0       7338      16769       3466        787        670        117          0
4.73/4.88	c   > gomorymi       :          -          -          -          -          -          -          -       8269       1730        398        324         74          -
4.73/4.88	c   > strongcg       :          -          -          -          -          -          -          -       8500       1736        389        346         43          -
4.73/4.88	c   impliedbounds    :       0.01       0.00        284         12          0          0        772       2210          0       1382       1382          0          0
4.73/4.88	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
4.73/4.88	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
4.73/4.88	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
4.73/4.88	c   mcf              :       0.00       0.00          1          1          0          0          0          0          0          0          0          0          0
4.73/4.88	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
4.73/4.88	c   mixing           :       0.00       0.00        291         12          0          0          0          0          0          0          0          0          0
4.73/4.88	c   multilinear      :       0.00       0.00         76         12          0          0          0          0          0          0          0          0          0
4.73/4.88	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
4.73/4.88	c   rapidlearning    :       0.44       0.00         61          1          0       1074          0          0          0          0          0          0         27
4.73/4.88	c   rlt              :       0.00       0.00         10         10          0          0          0          0          0          0          0          0          0
4.73/4.88	c   zerohalf         :       0.02       0.00        279         12          0          0        124        386         68         63         55          8          0
4.73/4.88	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
4.73/4.88	c   hybrid           :       0.05       0.00       4007         12      15822         17      39754        151          0       1467
4.73/4.88	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
4.73/4.88	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
4.73/4.88	c Pricers            :   ExecTime  SetupTime      Calls       Vars
4.73/4.88	c   problem variables:       0.00          -          1        307
4.73/4.88	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
4.73/4.88	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
4.73/4.88	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
4.73/4.88	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
4.73/4.88	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
4.73/4.88	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
4.73/4.88	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
4.73/4.88	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
4.73/4.88	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
4.73/4.88	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
4.73/4.88	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
4.73/4.88	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
4.73/4.88	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
4.73/4.88	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
4.73/4.88	c   relpscost        :       0.15       0.00       2346          0          0          0        324          0         92       4630
4.73/4.88	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
4.73/4.88	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
4.73/4.88	c   LP solutions     :       0.01          -          -          1          1
4.73/4.88	c   relax solutions  :       0.00          -          -          0          0
4.73/4.88	c   pseudo solutions :       0.00          -          -          0          0
4.73/4.88	c   strong branching :       0.00          -          -          0          0
4.73/4.88	c   actconsdiving    :       0.00       0.00          0          0          0
4.73/4.88	c   adaptivediving   :       0.01       0.00          4          0          0
4.73/4.88	c   alns             :       0.05       0.00          4          0          0
4.73/4.88	c   bound            :       0.00       0.00          0          0          0
4.73/4.88	c   clique           :       0.00       0.00          1          0          0
4.73/4.88	c   coefdiving       :       0.00       0.00          0          0          0
4.73/4.88	c   completesol      :       0.00       0.00          0          0          0
4.73/4.88	c   conflictdiving   :       0.01       0.00          2          0          0
4.73/4.88	c   crossover        :       0.00       0.00          0          0          0
4.73/4.88	c   dins             :       0.00       0.00          0          0          0
4.73/4.88	c   distributiondivin:       0.01       0.00          2          0          0
4.73/4.88	c   dks              :       0.00       0.00          0          0          0
4.73/4.88	c   dps              :       0.00       0.00          0          0          0
4.73/4.88	c   dualval          :       0.00       0.00          0          0          0
4.73/4.88	c   farkasdiving     :       0.01       0.00          1          0          0
4.73/4.88	c   feaspump         :       0.00       0.00          1          0          0
4.73/4.88	c   fixandinfer      :       0.00       0.00          0          0          0
4.73/4.88	c   fracdiving       :       0.01       0.00          2          0          0
4.73/4.88	c   gins             :       0.00       0.00          0          0          0
4.73/4.88	c   guideddiving     :       0.00       0.00          0          0          0
4.73/4.88	c   indicator        :       0.00       0.00          0          0          0
4.73/4.88	c   indicatordiving  :       0.00       0.00          0          0          0
4.73/4.88	c   intdiving        :       0.00       0.00          0          0          0
4.73/4.88	c   intshifting      :       0.00       0.00          0          0          0
4.73/4.88	c   linesearchdiving :       0.00       0.00          2          0          0
4.73/4.88	c   localbranching   :       0.00       0.00          0          0          0
4.73/4.88	c   locks            :       0.00       0.00          1          0          0
4.73/4.88	c   lpface           :       0.00       0.00          0          0          0
4.73/4.88	c   mpec             :       0.00       0.00          0          0          0
4.73/4.88	c   multistart       :       0.00       0.00          0          0          0
4.73/4.88	c   mutation         :       0.00       0.00          0          0          0
4.73/4.88	c   nlpdiving        :       0.00       0.00          0          0          0
4.73/4.88	c   objpscostdiving  :       0.00       0.00          2          0          0
4.73/4.88	c   octane           :       0.00       0.00          0          0          0
4.73/4.88	c   ofins            :       0.00       0.00          0          0          0
4.73/4.88	c   oneopt           :       0.00       0.00          0          0          0
4.73/4.88	c   padm             :       0.00       0.00          0          0          0
4.73/4.88	c   proximity        :       0.00       0.00          0          0          0
4.73/4.88	c   pscostdiving     :       0.01       0.00          2          0          0
4.73/4.88	c   randrounding     :       0.01       0.00        480          0          0
4.73/4.88	c   rens             :       0.01       0.00          1          0          0
4.73/4.88	c   reoptsols        :       0.00       0.00          0          0          0
4.73/4.88	c   repair           :       0.00       0.00          0          0          0
4.73/4.88	c   rins             :       0.00       0.00          0          0          0
4.73/4.88	c   rootsoldiving    :       0.00       0.00          1          0          0
4.73/4.88	c   rounding         :       0.01       0.00       1070          0          0
4.73/4.88	c   scheduler        :       0.00       0.00          0          0          0
4.73/4.88	c   shiftandpropagate:       0.00       0.00          1          0          0
4.73/4.88	c   shifting         :       0.13       0.00        386          0          0
4.73/4.88	c   simplerounding   :       0.00       0.00          2          0          0
4.73/4.88	c   subnlp           :       0.00       0.00          0          0          0
4.73/4.88	c   trivial          :       0.00       0.00          2          0          0
4.73/4.88	c   trivialnegation  :       0.00       0.00          0          0          0
4.73/4.88	c   trustregion      :       0.00       0.00          0          0          0
4.73/4.88	c   trysol           :       0.00       0.00          0          0          0
4.73/4.88	c   twoopt           :       0.00       0.00          0          0          0
4.73/4.88	c   undercover       :       0.01       0.00          1          0          0
4.73/4.88	c   vbounds          :       0.00       0.00          1          0          0
4.73/4.88	c   veclendiving     :       0.00       0.00          2          0          0
4.73/4.88	c   zeroobj          :       0.00       0.00          0          0          0
4.73/4.88	c   zirounding       :       0.00       0.00       1000          0          0
4.73/4.88	c   other solutions  :          -          -          -          0          -
4.73/4.88	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
4.73/4.88	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
4.73/4.88	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
4.73/4.88	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
4.73/4.88	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
4.73/4.88	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
4.73/4.88	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
4.73/4.88	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
4.73/4.88	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
4.73/4.88	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
4.73/4.88	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
4.73/4.88	c   primal LP        :       0.18       1142          0       0.00       0.00       0.18       1142
4.73/4.88	c   dual LP          :       1.70       6478      54305       8.43   31895.67       0.00         33
4.73/4.88	c   lex dual LP      :       0.00          0          0       0.00          -
4.73/4.88	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
4.73/4.88	c   resolve instable :       0.00          0          0       0.00          -
4.73/4.88	c   diving/probing LP:       0.07        288       6524      22.65   87147.02
4.73/4.88	c   strong branching :       0.06        166       1650       9.94   25844.65          -          -         12
4.73/4.88	c     (at root node) :          -          2         42      21.00          -
4.73/4.88	c   conflict analysis:       0.00          0          0       0.00          -
4.73/4.88	c Relaxators         :       Time      Calls    Cutoffs ImprBounds   ImprTime ReducedDom  Separated AddedConss
4.73/4.88	c   benders          :       0.00          0          0          0       0.00          0          0          0
4.73/4.88	c B&B Tree           :
4.73/4.88	c   number of runs   :          1
4.73/4.88	c   nodes            :       2861 (2315 internal, 546 leaves)
4.73/4.88	c   feasible leaves  :          1
4.73/4.88	c   infeas. leaves   :        545
4.73/4.88	c   objective leaves :          0
4.73/4.88	c   nodes (total)    :       2861 (2315 internal, 546 leaves)
4.73/4.88	c   nodes left       :          0
4.73/4.88	c   max depth        :         64
4.73/4.88	c   max depth (total):         64
4.73/4.88	c   backtracks       :        263 (9.2%)
4.73/4.88	c   early backtracks :          0 (0.0%)
4.73/4.88	c   nodes exc. ref.  :          0 (0.0%)
4.73/4.88	c   delayed cutoffs  :         71
4.73/4.88	c   repropagations   :        241 (1032 domain reductions, 48 cutoffs)
4.73/4.88	c   avg switch length:       3.00
4.73/4.88	c   switching time   :       0.24
4.73/4.88	c Root Node          :
4.73/4.88	c   First LP value   : +2.00000000000000e+00
4.73/4.88	c   First LP Iters   :         22 (33485.54 Iter/sec)
4.73/4.88	c   First LP Time    :       0.00
4.73/4.88	c   Final Dual Bound : +2.00000000000000e+00
4.73/4.88	c   Final Root Iters :       1206
4.73/4.88	c   Root LP Estimate : +2.00013670940740e+00
4.73/4.88	c Solution           :
4.73/4.88	c   Solutions found  :          1 (1 improvements)
4.73/4.88	c   First Solution   : +2.00000000000000e+00   (in run 1, after 2861 nodes, 4.88 seconds, depth 43, found by <relaxation>)
4.73/4.88	c   Gap First Sol.   :       0.00 %
4.73/4.88	c   Gap Last Sol.    :       0.00 %
4.73/4.88	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 2861 nodes, 4.88 seconds, depth 43, found by <relaxation>)
4.73/4.88	c   Dual Bound       : +2.00000000000000e+00
4.73/4.88	c   Gap              :       0.00 %
4.73/4.88	c Integrals          :      Total       Avg%
4.73/4.88	c   primal-dual      :     488.36      99.99
4.73/4.88	c   primal-ref       :          -          - (not evaluated)
4.73/4.88	c   dual-ref         :          -          - (not evaluated)
4.73/4.89	c Time complete (sec):      4.829

Verifier Data

OK	2

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: 63708 MiB (61522 MiB free)
  memory of node 1: 64465 MiB (62552 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4498062-1751268243/watcher-4498062-1751268243 -o /tmp/evaluation-result-4498062-1751268243/solver-4498062-1751268243 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1751268232-45645 --watchdog 3760 pbsolver -f HOME/instance-4498062-1751268243.opb -t 3600 -m 31000 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=45824, runsolver pid=45820

[startup+0.100031 s]*
/proc/loadavg: 1.15 0.31 0.16 3/262 45832
/proc/meminfo: memFree=127035816/131249992 swapFree=33010684/33010684
[pid=45824] ppid=45820 vsize=35300 memory=24960 CPUtime=0.09 cores=0,2
/proc/45824/stat : 45824 (pbsolver) R 45820 45824 45628 0 -1 4194304 3814 0 0 0 9 0 0 0 20 0 1 0 42503120 36147200 6240 18446744073709551615 4198400 14743177 140735071003632 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 37494784 140735071009162 140735071009258 140735071009258 140735071014860 0
/proc/45824/statm: 8825 6240 2688 2575 0 5732 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 35300 KiB
Current children cumulated memory: 24960 KiB

[startup+0.205471 s]*
/proc/loadavg: 1.15 0.31 0.16 3/258 45834
/proc/meminfo: memFree=127035808/131249992 swapFree=33010684/33010684
[pid=45824] ppid=45820 vsize=35300 memory=25216 CPUtime=0.19 cores=0,2
/proc/45824/stat : 45824 (pbsolver) R 45820 45824 45628 0 -1 4194304 3905 0 0 0 19 0 0 0 20 0 1 0 42503120 36147200 6304 18446744073709551615 4198400 14743177 140735071003632 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 37494784 140735071009162 140735071009258 140735071009258 140735071014860 0
/proc/45824/statm: 8825 6304 2688 2575 0 5732 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 35300 KiB
Current children cumulated memory: 25216 KiB

[startup+0.305349 s]*
/proc/loadavg: 1.15 0.31 0.16 3/262 45842
/proc/meminfo: memFree=127027480/131249992 swapFree=33010684/33010684
[pid=45824] ppid=45820 vsize=36296 memory=26752 CPUtime=0.29 cores=0,2
/proc/45824/stat : 45824 (pbsolver) R 45820 45824 45628 0 -1 4194304 4285 0 0 0 29 0 0 0 20 0 1 0 42503120 37167104 6688 18446744073709551615 4198400 14743177 140735071003632 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 37494784 140735071009162 140735071009258 140735071009258 140735071014860 0
/proc/45824/statm: 9074 6688 2688 2575 0 5981 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 36296 KiB
Current children cumulated memory: 26752 KiB

[startup+0.700189 s]
/proc/loadavg: 1.15 0.31 0.16 3/258 45858
/proc/meminfo: memFree=127027756/131249992 swapFree=33010684/33010684
[pid=45824] ppid=45820 vsize=46536 memory=36352 CPUtime=0.67 cores=0,2
/proc/45824/stat : 45824 (pbsolver) R 45820 45824 45628 0 -1 4194304 6677 0 0 0 66 1 0 0 20 0 1 0 42503120 47652864 9088 18446744073709551615 4198400 14743177 140735071003632 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 37494784 140735071009162 140735071009258 140735071009258 140735071014860 0
/proc/45824/statm: 11634 9088 2688 2575 0 8541 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 46536 KiB
Current children cumulated memory: 36352 KiB

[startup+1.50016 s]
/proc/loadavg: 1.15 0.31 0.16 3/258 45858
/proc/meminfo: memFree=127029252/131249992 swapFree=33010684/33010684
[pid=45824] ppid=45820 vsize=52480 memory=42076 CPUtime=1.47 cores=0,2
/proc/45824/stat : 45824 (pbsolver) R 45820 45824 45628 0 -1 4194304 8314 0 0 0 145 2 0 0 20 0 1 0 42503120 53739520 10519 18446744073709551615 4198400 14743177 140735071003632 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 37494784 140735071009162 140735071009258 140735071009258 140735071014860 0
/proc/45824/statm: 13120 10519 2688 2575 0 10027 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 52480 KiB
Current children cumulated memory: 42076 KiB

[startup+3.10496 s]
/proc/loadavg: 1.15 0.31 0.16 3/258 45858
/proc/meminfo: memFree=127034548/131249992 swapFree=33010684/33010684
[pid=45824] ppid=45820 vsize=54656 memory=43740 CPUtime=3.06 cores=0,2
/proc/45824/stat : 45824 (pbsolver) R 45820 45824 45628 0 -1 4194304 8724 0 0 0 304 2 0 0 20 0 1 0 42503120 55967744 10935 18446744073709551615 4198400 14743177 140735071003632 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 37494784 140735071009162 140735071009258 140735071009258 140735071014860 0
/proc/45824/statm: 13664 10935 2688 2575 0 10571 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 54656 KiB
Current children cumulated memory: 43740 KiB

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

# cumulated CPU time of all completed processes:  user=4.76963 s, system=0.062991 s

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

[startup+3.20017 s]
/proc/loadavg: 1.15 0.31 0.16 3/258 45858
/proc/meminfo: memFree=127034548/131249992 swapFree=33010684/33010684
[pid=45824] ppid=45820 vsize=54656 memory=43740 CPUtime=3.15 cores=0,2
/proc/45824/stat : 45824 (pbsolver) R 45820 45824 45628 0 -1 4194304 8724 0 0 0 313 2 0 0 20 0 1 0 42503120 55967744 10935 18446744073709551615 4198400 14743177 140735071003632 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 37494784 140735071009162 140735071009258 140735071009258 140735071014860 0
/proc/45824/statm: 13664 10935 2688 2575 0 10571 0
Current children cumulated CPU time: 3.15 s
Current children cumulated vsize: 54656 KiB
Current children cumulated memory: 43740 KiB

[startup+4.00014 s]*
/proc/loadavg: 1.38 0.37 0.18 3/258 45862
/proc/meminfo: memFree=127035088/131249992 swapFree=33010684/33010684
[pid=45824] ppid=45820 vsize=59636 memory=48348 CPUtime=3.96 cores=0,2
/proc/45824/stat : 45824 (pbsolver) R 45820 45824 45628 0 -1 4194304 9869 0 0 0 393 3 0 0 20 0 1 0 42503120 61067264 12087 18446744073709551615 4198400 14743177 140735071003632 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 37494784 140735071009162 140735071009258 140735071009258 140735071014860 0
/proc/45824/statm: 14909 12087 2688 2575 0 11816 0
Current children cumulated CPU time: 3.96 s
Current children cumulated vsize: 59636 KiB
Current children cumulated memory: 48348 KiB

[startup+4.40013 s]
/proc/loadavg: 1.38 0.37 0.18 3/258 45862
/proc/meminfo: memFree=127035088/131249992 swapFree=33010684/33010684
[pid=45824] ppid=45820 vsize=59636 memory=48348 CPUtime=4.35 cores=0,2
/proc/45824/stat : 45824 (pbsolver) R 45820 45824 45628 0 -1 4194304 9870 0 0 0 431 4 0 0 20 0 1 0 42503120 61067264 12087 18446744073709551615 4198400 14743177 140735071003632 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 37494784 140735071009162 140735071009258 140735071009258 140735071014860 0
/proc/45824/statm: 14909 12087 2688 2575 0 11816 0
Current children cumulated CPU time: 4.35 s
Current children cumulated vsize: 59636 KiB
Current children cumulated memory: 48348 KiB

[startup+4.80015 s]
/proc/loadavg: 1.38 0.37 0.18 3/258 45862
/proc/meminfo: memFree=127035088/131249992 swapFree=33010684/33010684
[pid=45824] ppid=45820 vsize=59636 memory=48348 CPUtime=4.73 cores=0,2
/proc/45824/stat : 45824 (pbsolver) R 45820 45824 45628 0 -1 4194304 9872 0 0 0 468 5 0 0 20 0 1 0 42503120 61067264 12087 18446744073709551615 4198400 14743177 140735071003632 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 37494784 140735071009162 140735071009258 140735071009258 140735071014860 0
/proc/45824/statm: 14909 12087 2688 2575 0 11816 0
Current children cumulated CPU time: 4.73 s
Current children cumulated vsize: 59636 KiB
Current children cumulated memory: 48348 KiB

Child status: 0

Real time (s): 4.89938
CPU time (s): 4.83262
CPU user time (s): 4.76963
CPU system time (s): 0.062991
CPU usage (%): 98.6372
Max. virtual memory (cumulated for all children) (KiB): 59636
Max. memory (cumulated for all children) (KiB): 48348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.76963
system time used= 0.062991
maximum resident set size= 48348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9872
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= 11


# summary of solver processes directly reported to runsolver:
#   pid: 45824
#   total CPU time (s): 4.83262
#   total CPU user time (s): 4.76963
#   total CPU system time (s): 0.062991

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.025333 second user time and 0.041838 second system time

The end

Launcher Data

Begin job on nodeC025 at 2025-06-30 09:24:03
IDJOB=4498062
IDBENCH=148484
IDSOLVER=3366
FILE ID=nodeC025/4498062-1751268243
RUNJOBID= nodeC025-1751268232-45645
SLURM_JOB_ID= 9594192
Free space on /tmp= 433048 MiB

SOLVER NAME= SCIP-10 2025-06-13
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=29-P1=61-P2=43-P3=131-P4=2-P5=59-P6=41-B.opb
COMMAND LINE= pbsolver -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4498062-1751268243/watcher-4498062-1751268243 -o /tmp/evaluation-result-4498062-1751268243/solver-4498062-1751268243 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1751268232-45645 --watchdog 3760  pbsolver -f HOME/instance-4498062-1751268243.opb -t 3600 -m 31000

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

MD5SUM BENCH= 47701c69f54c2f86b170fe57c52dc681
RANDOM SEED=1449179163

nodeC025 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.827
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.67
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		: 1693.753
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.67
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		: 3600.030
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.67
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		: 1199.694
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.67
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.857
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.67
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		: 1751.485
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.67
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		: 3598.505
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.67
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		: 1201.342
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        127052224 kB
MemAvailable:   129667440 kB
Buffers:            3280 kB
Cached:          3415032 kB
SwapCached:            0 kB
Active:           465944 kB
Inactive:        3076072 kB
Active(anon):     141800 kB
Inactive(anon):        0 kB
Active(file):     324144 kB
Inactive(file):  3076072 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             14932 kB
Writeback:             0 kB
AnonPages:        126880 kB
Mapped:           113868 kB
Shmem:             18084 kB
KReclaimable:     108476 kB
Slab:             196208 kB
SReclaimable:     108476 kB
SUnreclaim:        87732 kB
KernelStack:        4240 kB
PageTables:         3148 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     419292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150472 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 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:      207572 kB
DirectMap2M:     9000960 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433036 MiB
End job on nodeC025 at 2025-06-30 09:24:09