Trace number 4495975

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 NameAnswerCPU timeWall clock time
SCIP 2025-06-13SAT 1.53109 1.5367

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-prob6.opb
MD5SUMabfa6108019d186bb0a39186e3151874
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.03463
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables93
Total number of constraints2
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 constraints2
Minimum length of a constraint93
Maximum length of a constraint93
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 22382775
Number of bits of the biggest number in a constraint 25
Biggest sum of numbers in a constraint 362318209
Number of bits of the biggest sum of numbers29
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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-4495975-1751151862.opb>
0.00/0.00	c original problem has 93 variables (93 bin, 0 int, 0 cont) and 2 constraints
0.00/0.00	c problem read in 0.000 seconds
0.00/0.00	c problem without objective
0.00/0.00	c presolving:
0.00/0.00	c    (0.0s) running MILP presolver
0.00/0.00	c    (0.0s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
0.00/0.00	c (round 1, medium)     0 del vars, 2 del conss, 1 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 34 clqs
0.00/0.00	c (round 2, fast)       0 del vars, 2 del conss, 2 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 34 clqs
0.00/0.00	c (round 3, fast)       0 del vars, 2 del conss, 2 add conss, 0 chg bounds, 65 chg sides, 64 chg coeffs, 0 upgd conss, 0 impls, 34 clqs
0.00/0.00	c (round 4, exhaustive) 1 del vars, 2 del conss, 2 add conss, 0 chg bounds, 65 chg sides, 64 chg coeffs, 0 upgd conss, 0 impls, 34 clqs
0.00/0.00	c (round 5, fast)       1 del vars, 2 del conss, 3 add conss, 0 chg bounds, 66 chg sides, 64 chg coeffs, 0 upgd conss, 0 impls, 34 clqs
0.00/0.00	c (round 6, fast)       1 del vars, 2 del conss, 3 add conss, 0 chg bounds, 130 chg sides, 128 chg coeffs, 0 upgd conss, 0 impls, 34 clqs
0.00/0.00	c (round 7, exhaustive) 1 del vars, 2 del conss, 3 add conss, 0 chg bounds, 130 chg sides, 128 chg coeffs, 2 upgd conss, 0 impls, 34 clqs
0.00/0.00	c    (0.0s) probing: 51/92 (55.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.00	c    (0.0s) probing aborted: 50/50 successive totally useless probings
0.00/0.00	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.00/0.00	c    (0.0s) symmetry computation finished: 9 generators found (max: 1500, log10 of symmetry group size: 2.71) (symcode time: 0.00)
0.00/0.00	c dynamic symmetry handling statistics:
0.00/0.00	c    orbitopal reduction:       no components
0.00/0.00	c    orbital reduction:         no components
0.00/0.00	c    lexicographic reduction:   no permutations
0.00/0.00	c handled 9 out of 9 symmetry components
0.00/0.00	c (round 8, exhaustive) 1 del vars, 2 del conss, 12 add conss, 0 chg bounds, 130 chg sides, 128 chg coeffs, 2 upgd conss, 0 impls, 43 clqs
0.00/0.00	c (round 9, fast)       1 del vars, 2 del conss, 13 add conss, 0 chg bounds, 130 chg sides, 128 chg coeffs, 2 upgd conss, 0 impls, 43 clqs
0.00/0.00	c (round 10, fast)       1 del vars, 2 del conss, 13 add conss, 0 chg bounds, 130 chg sides, 191 chg coeffs, 2 upgd conss, 0 impls, 43 clqs
0.00/0.00	c (round 11, exhaustive) 1 del vars, 2 del conss, 13 add conss, 0 chg bounds, 130 chg sides, 191 chg coeffs, 12 upgd conss, 0 impls, 43 clqs
0.00/0.00	c (round 12, fast)       1 del vars, 3 del conss, 13 add conss, 0 chg bounds, 130 chg sides, 191 chg coeffs, 12 upgd conss, 0 impls, 43 clqs
0.00/0.00	c (round 13, exhaustive) 1 del vars, 3 del conss, 13 add conss, 0 chg bounds, 130 chg sides, 209 chg coeffs, 12 upgd conss, 0 impls, 43 clqs
0.00/0.00	c presolving (14 rounds: 14 fast, 7 medium, 6 exhaustive):
0.00/0.00	c  1 deleted vars, 3 deleted constraints, 13 added constraints, 0 tightened bounds, 0 added holes, 130 changed sides, 209 changed coefficients
0.00/0.00	c  0 implications, 43 cliques
0.00/0.00	c presolved problem has 92 variables (92 bin, 0 int, 0 cont) and 12 constraints
0.00/0.00	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
0.00/0.00	c       9 constraints of type <setppc>
0.00/0.00	c       1 constraints of type <linear>
0.00/0.00	c       2 constraints of type <logicor>
0.00/0.00	c transformed objective value is always integral (scale: 1)
0.00/0.00	c Presolving Time: 0.00
0.00/0.00	c 
0.00/0.00	c - non default parameters ----------------------------------------------------------------------
0.00/0.00	c 
0.00/0.00	c # SCIP version 10.0.0
0.00/0.00	c 
0.00/0.00	c # maximal time in seconds to run
0.00/0.00	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.00/0.00	c limits/time = 3596.998008
0.00/0.00	c 
0.00/0.00	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.00	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.00/0.00	c limits/memory = 27900
0.00/0.00	c 
0.00/0.00	c # belongs reading time to solving time?
0.00/0.00	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.00/0.00	c timing/reading = TRUE
0.00/0.00	c 
0.00/0.00	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.00	c # [type: int, advanced: TRUE, range: [-1,2147483647], default: -1]
0.00/0.00	c reading/opbreader/maxintsize = 47
0.00/0.00	c 
0.00/0.00	c # timing when propagator should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS))
0.00/0.00	c # [type: int, advanced: TRUE, range: [0,15], default: 15]
0.00/0.00	c propagating/genvbounds/timingmask = 0
0.00/0.00	c 
0.00/0.00	c -----------------------------------------------------------------------------------------------
0.00/0.00	c 
0.00/0.01	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.01	c   0.0s|     1 |     0 |     5 |     - |  2707k |   0 |  92 |  12 |  12 |   0 |  0 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.01	c   0.0s|     1 |     0 |     8 |     - |  2774k |   0 |  92 |  12 |  13 |   1 |  1 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.01	c   0.0s|     1 |     0 |     9 |     - |  2899k |   0 |  92 |  12 |  14 |   2 |  2 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.02	c   0.0s|     1 |     0 |    11 |     - |  2915k |   0 |  92 |  12 |  15 |   3 |  3 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.02	c   0.0s|     1 |     0 |    12 |     - |  2920k |   0 |  92 |  12 |  16 |   4 |  4 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.02	c   0.0s|     1 |     0 |    13 |     - |  2933k |   0 |  92 |  12 |  18 |   6 |  5 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.02	c   0.0s|     1 |     0 |    14 |     - |  2967k |   0 |  92 |  12 |  19 |   7 |  6 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.02	c   0.0s|     1 |     0 |    17 |     - |  2984k |   0 |  92 |  12 |  21 |   9 |  7 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.02	c   0.0s|     1 |     0 |    20 |     - |  3104k |   0 |  92 |  12 |  23 |  11 |  8 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.02	c   0.0s|     1 |     0 |    24 |     - |  3140k |   0 |  92 |  12 |  25 |  13 |  9 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.02	c   0.0s|     1 |     0 |    26 |     - |  3266k |   0 |  92 |  12 |  27 |  15 | 10 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.02	c   0.0s|     1 |     0 |    31 |     - |  3276k |   0 |  92 |  12 |  29 |  17 | 11 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.02	c   0.0s|     1 |     0 |    33 |     - |  3326k |   0 |  92 |  12 |  31 |  19 | 12 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.02	c   0.0s|     1 |     0 |    37 |     - |  3346k |   0 |  92 |  12 |  30 |  21 | 13 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.02	c   0.0s|     1 |     0 |    42 |     - |  3357k |   0 |  92 |  12 |  32 |  23 | 14 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.02	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.02	c   0.0s|     1 |     0 |    43 |     - |  3399k |   0 |  92 |  12 |  33 |  24 | 15 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.02	c   0.0s|     1 |     0 |    44 |     - |  3406k |   0 |  92 |  12 |  34 |  25 | 16 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.02	c   0.0s|     1 |     0 |    46 |     - |  3419k |   0 |  92 |  12 |  37 |  28 | 17 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.03	c   0.0s|     1 |     0 |    47 |     - |  3449k |   0 |  92 |  12 |  38 |  29 | 18 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.03	c   0.0s|     1 |     0 |    50 |     - |  3453k |   0 |  92 |  12 |  30 |  31 | 19 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.03	c   0.0s|     1 |     0 |    52 |     - |  3453k |   0 |  92 |  12 |  31 |  32 | 20 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.03	c   0.0s|     1 |     0 |    53 |     - |  3483k |   0 |  92 |  12 |  32 |  33 | 21 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.03	c   0.0s|     1 |     0 |    55 |     - |  3543k |   0 |  92 |  12 |  33 |  34 | 22 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.00/0.03	c   0.0s|     1 |     2 |    65 |     - |  3543k |   0 |  92 |  12 |  33 |  34 | 22 |   0 |   6 | 0.000000e+00 |      --      |    Inf | unknown
0.09/0.15	c   0.2s|   100 |    57 |   244 |   1.9 |  3912k |  30 |  92 |  12 |  12 |  43 |  1 |   0 |   6 | 0.000000e+00 |      --      |    Inf | unknown
0.20/0.21	c   0.2s|   200 |   153 |   823 |   3.9 |  4287k |  30 |  92 |  12 |   0 |  73 |  0 |   0 |   6 | 0.000000e+00 |      --      |    Inf | unknown
0.20/0.28	c   0.3s|   300 |   249 |  1314 |   4.2 |  4375k |  44 |  92 |  12 |  14 |  78 |  1 |   0 |   6 | 0.000000e+00 |      --      |    Inf | unknown
0.30/0.32	c   0.3s|   400 |   291 |  1491 |   3.6 |  4475k |  44 |  92 |  12 |  16 |  91 |  1 |   0 |   6 | 0.000000e+00 |      --      |    Inf |   0.92%
0.30/0.35	c   0.4s|   500 |   325 |  1596 |   3.1 |  4549k |  61 |  92 |  12 |   0 |  91 |  0 |   0 |   6 | 0.000000e+00 |      --      |    Inf |   0.92%
0.30/0.36	c   0.4s|   600 |   345 |  1674 |   2.7 |  4555k |  61 |  92 |  12 |   0 |  91 |  0 |   0 |   6 | 0.000000e+00 |      --      |    Inf |   0.92%
0.30/0.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.30/0.37	c   0.4s|   700 |   369 |  1753 |   2.4 |  4583k |  61 |  92 |  12 |  16 |  97 |  1 |   0 |   6 | 0.000000e+00 |      --      |    Inf |   0.92%
0.30/0.39	c   0.4s|   800 |   401 |  1889 |   2.3 |  4600k |  63 |  92 |  12 |  14 | 103 |  1 |   0 |   6 | 0.000000e+00 |      --      |    Inf |   1.85%
0.40/0.41	c   0.4s|   900 |   421 |  1972 |   2.1 |  4609k |  68 |  92 |  12 |   0 | 112 |  0 |   0 |   6 | 0.000000e+00 |      --      |    Inf |   1.85%
0.40/0.43	c   0.4s|  1000 |   431 |  2069 |   2.0 |  4655k |  71 |  92 |  12 |  16 | 124 |  1 |   0 |   6 | 0.000000e+00 |      --      |    Inf |   2.62%
0.40/0.45	c   0.5s|  1100 |   447 |  2153 |   1.9 |  4679k |  71 |  92 |  12 |   0 | 135 |  0 |   0 |   6 | 0.000000e+00 |      --      |    Inf |   2.62%
0.40/0.47	c   0.5s|  1200 |   451 |  2239 |   1.8 |  4682k |  71 |  92 |  12 |   0 | 150 |  0 |   0 |   6 | 0.000000e+00 |      --      |    Inf |   2.66%
0.40/0.49	c   0.5s|  1300 |   453 |  2297 |   1.7 |  4682k |  71 |  92 |  12 |   0 | 153 |  0 |   0 |   6 | 0.000000e+00 |      --      |    Inf |   2.66%
0.50/0.51	c   0.5s|  1400 |   463 |  2360 |   1.6 |  4700k |  71 |  92 |  12 |  14 | 156 |  1 |   0 |   6 | 0.000000e+00 |      --      |    Inf |   2.66%
0.50/0.52	c   0.5s|  1500 |   479 |  2476 |   1.6 |  5205k |  71 |  92 |  12 |  17 | 185 |  1 |   0 |   6 | 0.000000e+00 |      --      |    Inf |   2.66%
0.50/0.54	c   0.5s|  1600 |   493 |  2563 |   1.6 |  5207k |  71 |  92 |  12 |   0 | 187 |  0 |   0 |   6 | 0.000000e+00 |      --      |    Inf |   2.66%
0.50/0.57	c   0.6s|  1700 |   505 |  2640 |   1.5 |  5207k |  71 |  92 |  12 |  15 | 193 |  1 |   0 |   6 | 0.000000e+00 |      --      |    Inf |   2.67%
0.50/0.60	c   0.6s|  1800 |   519 |  2766 |   1.5 |  5332k |  71 |  92 |  12 |   0 | 197 |  0 |   0 |   6 | 0.000000e+00 |      --      |    Inf |   2.76%
0.59/0.62	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
0.59/0.62	c (run 1, node 1894) performing user restart
0.59/0.62	c 
0.59/0.62	c (restart) converted 2 cuts from the global cut pool into linear constraints
0.59/0.62	c 
0.59/0.62	c presolving:
0.59/0.62	c (round 1, fast)       0 del vars, 0 del conss, 1 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 43 clqs
0.59/0.62	c (round 2, fast)       0 del vars, 0 del conss, 1 add conss, 0 chg bounds, 8 chg sides, 8 chg coeffs, 0 upgd conss, 0 impls, 43 clqs
0.59/0.62	c (round 3, exhaustive) 0 del vars, 0 del conss, 1 add conss, 0 chg bounds, 8 chg sides, 8 chg coeffs, 2 upgd conss, 0 impls, 43 clqs
0.59/0.62	c (round 4, exhaustive) 0 del vars, 0 del conss, 1 add conss, 0 chg bounds, 8 chg sides, 9 chg coeffs, 2 upgd conss, 0 impls, 43 clqs
0.59/0.62	c (round 5, exhaustive) 0 del vars, 0 del conss, 1 add conss, 0 chg bounds, 8 chg sides, 31 chg coeffs, 2 upgd conss, 0 impls, 43 clqs
0.59/0.62	c presolving (6 rounds: 6 fast, 4 medium, 4 exhaustive):
0.59/0.62	c  0 deleted vars, 0 deleted constraints, 1 added constraints, 0 tightened bounds, 0 added holes, 8 changed sides, 31 changed coefficients
0.59/0.62	c  0 implications, 43 cliques
0.59/0.62	c presolved problem has 92 variables (92 bin, 0 int, 0 cont) and 15 constraints
0.59/0.62	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
0.59/0.62	c       9 constraints of type <setppc>
0.59/0.62	c       2 constraints of type <linear>
0.59/0.62	c       4 constraints of type <logicor>
0.59/0.62	c transformed objective value is always integral (scale: 1)
0.59/0.62	c Presolving Time: 0.00
0.59/0.62	c 
0.59/0.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.59/0.62	c   0.6s|     1 |     0 |  2824 |     - |  5494k |   0 |  92 |  15 |  15 |   0 |  0 |   0 |   6 | 0.000000e+00 |      --      |    Inf | unknown
0.59/0.62	c   0.6s|     1 |     0 |  2827 |     - |  5494k |   0 |  92 |  15 |  16 |   1 |  1 |   0 |   6 | 0.000000e+00 |      --      |    Inf | unknown
0.59/0.62	c   0.6s|     1 |     0 |  2828 |     - |  5495k |   0 |  92 |  15 |  17 |   2 |  2 |   0 |   6 | 0.000000e+00 |      --      |    Inf | unknown
0.59/0.62	c   0.6s|     1 |     0 |  2830 |     - |  5495k |   0 |  92 |  15 |  19 |   4 |  3 |   0 |   6 | 0.000000e+00 |      --      |    Inf | unknown
0.59/0.63	c   0.6s|     1 |     0 |  2831 |     - |  5495k |   0 |  92 |  15 |  20 |   5 |  4 |   0 |   6 | 0.000000e+00 |      --      |    Inf | unknown
0.59/0.63	c   0.6s|     1 |     0 |  2832 |     - |  5497k |   0 |  92 |  15 |  21 |   6 |  5 |   0 |   6 | 0.000000e+00 |      --      |    Inf | unknown
0.59/0.63	c   0.6s|     1 |     0 |  2834 |     - |  5497k |   0 |  92 |  15 |  23 |   8 |  6 |   0 |   6 | 0.000000e+00 |      --      |    Inf | unknown
0.59/0.63	c   0.6s|     1 |     0 |  2838 |     - |  5512k |   0 |  92 |  15 |  25 |  10 |  7 |   0 |   6 | 0.000000e+00 |      --      |    Inf | unknown
0.59/0.63	c   0.6s|     1 |     0 |  2841 |     - |  5606k |   0 |  92 |  15 |  26 |  11 |  8 |   0 |   6 | 0.000000e+00 |      --      |    Inf | unknown
0.59/0.63	c   0.6s|     1 |     0 |  2842 |     - |  5606k |   0 |  92 |  15 |  27 |  12 |  9 |   0 |   6 | 0.000000e+00 |      --      |    Inf | unknown
0.59/0.63	c   0.6s|     1 |     0 |  2843 |     - |  5606k |   0 |  92 |  15 |  28 |  13 | 10 |   0 |   6 | 0.000000e+00 |      --      |    Inf | unknown
0.59/0.63	c   0.6s|     1 |     0 |  2844 |     - |  5606k |   0 |  92 |  15 |  29 |  14 | 11 |   0 |   6 | 0.000000e+00 |      --      |    Inf | unknown
0.59/0.64	c   0.6s|     1 |     2 |  2905 |     - |  5606k |   0 |  92 |  16 |  29 |  14 | 11 |   1 |   6 | 0.000000e+00 |      --      |    Inf | unknown
0.69/0.74	c   0.7s|   100 |    33 |  3118 |   1.5 |  5614k |  23 |  92 |  16 |  12 |  16 |  1 |   1 |   6 | 0.000000e+00 |      --      |    Inf |  10.95%
0.69/0.78	c   0.8s|   200 |    39 |  3199 |   1.5 |  5614k |  29 |  92 |  16 |  12 |  22 |  1 |   1 |   6 | 0.000000e+00 |      --      |    Inf |  11.22%
0.79/0.82	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.79/0.82	c   0.8s|   300 |    81 |  3302 |   1.5 |  5614k |  38 |  92 |  16 |  12 |  22 |  1 |   1 |   6 | 0.000000e+00 |      --      |    Inf |  11.22%
0.79/0.85	c   0.8s|   400 |   103 |  3372 |   1.4 |  5614k |  40 |  92 |  16 |  12 |  22 |  1 |   1 |   6 | 0.000000e+00 |      --      |    Inf |  11.22%
0.79/0.86	c   0.9s|   500 |   115 |  3442 |   1.4 |  5614k |  40 |  92 |  16 |   0 |  26 |  0 |   1 |   6 | 0.000000e+00 |      --      |    Inf |  11.22%
0.79/0.88	c   0.9s|   600 |   129 |  3556 |   1.4 |  5614k |  41 |  92 |  16 |  12 |  43 |  1 |   1 |   6 | 0.000000e+00 |      --      |    Inf |  11.74%
0.89/0.90	c   0.9s|   700 |   131 |  3613 |   1.4 |  5614k |  43 |  92 |  16 |   0 |  45 |  0 |   1 |   6 | 0.000000e+00 |      --      |    Inf |  11.75%
0.89/0.96	c   1.0s|   800 |   135 |  3704 |   1.3 |  5618k |  43 |  92 |  16 |  10 |  56 |  1 |   1 |   6 | 0.000000e+00 |      --      |    Inf |  40.70%
0.89/1.00	c   1.0s|   900 |   135 |  3786 |   1.3 |  5618k |  43 |  92 |  16 |   0 |  66 |  0 |   1 |   6 | 0.000000e+00 |      --      |    Inf |  41.82%
0.99/1.03	c   1.0s|  1000 |   137 |  3858 |   1.3 |  5618k |  43 |  92 |  16 |  12 |  71 |  1 |   1 |   6 | 0.000000e+00 |      --      |    Inf |  42.42%
0.99/1.09	c   1.1s|  1100 |   147 |  3938 |   1.3 |  5622k |  43 |  92 |  16 |  12 |  75 |  1 |   1 |   6 | 0.000000e+00 |      --      |    Inf |  43.79%
1.09/1.12	c   1.1s|  1200 |   151 |  4008 |   1.3 |  5622k |  43 |  92 |  16 |   0 |  77 |  0 |   1 |   6 | 0.000000e+00 |      --      |    Inf |  43.84%
1.09/1.13	c   1.1s|  1300 |   153 |  4061 |   1.2 |  5622k |  43 |  92 |  16 |   0 |  77 |  0 |   1 |   6 | 0.000000e+00 |      --      |    Inf |  43.84%
1.09/1.15	c   1.1s|  1400 |   155 |  4120 |   1.2 |  5622k |  43 |  92 |  16 |   0 |  77 |  0 |   1 |   6 | 0.000000e+00 |      --      |    Inf |  43.88%
1.09/1.17	c   1.2s|  1500 |   155 |  4170 |   1.2 |  5622k |  43 |  92 |  16 |   0 |  77 |  0 |   1 |   6 | 0.000000e+00 |      --      |    Inf |  43.88%
1.09/1.19	c   1.2s|  1600 |   157 |  4228 |   1.2 |  5622k |  43 |  92 |  16 |   0 |  78 |  0 |   1 |   6 | 0.000000e+00 |      --      |    Inf |  43.88%
1.18/1.20	c   1.2s|  1700 |   163 |  4288 |   1.2 |  5622k |  43 |  92 |  16 |   0 |  78 |  0 |   1 |   6 | 0.000000e+00 |      --      |    Inf |  43.88%
1.18/1.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1.18/1.22	c   1.2s|  1800 |   163 |  4338 |   1.2 |  5622k |  43 |  92 |  16 |  12 |  78 |  1 |   1 |   6 | 0.000000e+00 |      --      |    Inf |  43.88%
1.18/1.24	c   1.2s|  1900 |   173 |  4400 |   1.1 |  5622k |  43 |  92 |  16 |  12 |  78 |  1 |   1 |   6 | 0.000000e+00 |      --      |    Inf |  43.89%
1.18/1.25	c   1.2s|  2000 |   187 |  4469 |   1.1 |  5626k |  43 |  92 |  16 |  12 |  78 |  1 |   1 |   6 | 0.000000e+00 |      --      |    Inf |  43.89%
1.18/1.27	c   1.3s|  2100 |   211 |  4561 |   1.1 |  5634k |  43 |  92 |  16 |   0 |  78 |  0 |   1 |   6 | 0.000000e+00 |      --      |    Inf |  43.89%
1.18/1.28	c   1.3s|  2200 |   217 |  4623 |   1.1 |  5650k |  43 |  92 |  16 |  12 |  78 |  1 |   1 |   6 | 0.000000e+00 |      --      |    Inf |  43.89%
1.18/1.29	c   1.3s|  2300 |   221 |  4683 |   1.1 |  5650k |  43 |  92 |  16 |  12 |  78 |  1 |   1 |   6 | 0.000000e+00 |      --      |    Inf |  43.89%
1.28/1.31	c   1.3s|  2400 |   227 |  4745 |   1.1 |  5650k |  43 |  92 |  16 |   0 |  78 |  0 |   1 |   6 | 0.000000e+00 |      --      |    Inf |  43.89%
1.28/1.32	c   1.3s|  2500 |   227 |  4796 |   1.1 |  5650k |  43 |  92 |  16 |  12 |  78 |  1 |   1 |   6 | 0.000000e+00 |      --      |    Inf |  43.89%
1.28/1.33	c   1.3s|  2600 |   233 |  4853 |   1.1 |  5650k |  43 |  92 |  16 |  12 |  78 |  1 |   1 |   6 | 0.000000e+00 |      --      |    Inf |  43.89%
1.28/1.35	c   1.3s|  2700 |   235 |  4907 |   1.1 |  5650k |  43 |  92 |  16 |   0 |  78 |  0 |   1 |   6 | 0.000000e+00 |      --      |    Inf |  43.89%
1.28/1.36	c   1.4s|  2800 |   237 |  4962 |   1.0 |  5650k |  43 |  92 |  16 |  12 |  78 |  1 |   1 |   6 | 0.000000e+00 |      --      |    Inf |  43.89%
1.28/1.38	c   1.4s|  2900 |   239 |  5016 |   1.0 |  5650k |  43 |  92 |  16 |   0 |  78 |  0 |   1 |   6 | 0.000000e+00 |      --      |    Inf |  43.90%
1.28/1.39	c   1.4s|  3000 |   239 |  5069 |   1.0 |  5650k |  43 |  92 |  16 |   0 |  78 |  0 |   1 |   6 | 0.000000e+00 |      --      |    Inf |  43.90%
1.38/1.41	c   1.4s|  3100 |   241 |  5126 |   1.0 |  5650k |  43 |  92 |  16 |  12 |  78 |  1 |   1 |   6 | 0.000000e+00 |      --      |    Inf |  43.90%
1.38/1.43	c   1.4s|  3200 |   249 |  5187 |   1.0 |  5650k |  43 |  92 |  16 |  12 |  78 |  1 |   1 |   6 | 0.000000e+00 |      --      |    Inf |  43.90%
1.38/1.45	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1.38/1.45	c   1.5s|  3300 |   259 |  5247 |   1.0 |  5650k |  43 |  92 |  16 |   0 |  78 |  0 |   1 |   6 | 0.000000e+00 |      --      |    Inf |  43.90%
1.38/1.47	c   1.5s|  3400 |   259 |  5297 |   1.0 |  5650k |  43 |  92 |  16 |   0 |  78 |  0 |   1 |   6 | 0.000000e+00 |      --      |    Inf |  43.90%
1.38/1.48	c   1.5s|  3500 |   261 |  5357 |   1.0 |  5650k |  43 |  92 |  16 |   0 |  84 |  0 |   1 |   6 | 0.000000e+00 |      --      |    Inf |  46.92%
1.48/1.50	c   1.5s|  3600 |   263 |  5414 |   1.0 |  5650k |  43 |  92 |  16 |  12 |  86 |  1 |   1 |   6 | 0.000000e+00 |      --      |    Inf |  46.97%
1.48/1.52	c   1.5s|  3700 |   263 |  5471 |   1.0 |  5650k |  43 |  92 |  16 |   0 |  87 |  0 |   1 |   6 | 0.000000e+00 |      --      |    Inf |  47.01%
1.48/1.53	c * 1.5s|  3750 |     0 |  5502 |   1.0 |    LP  |  43 |  92 |  16 |  12 |  87 |  1 |   1 |   6 | 0.000000e+00 | 0.000000e+00 |   0.00%| 100.00%
1.48/1.53	c 
1.48/1.53	c SCIP Status        : problem is solved [optimal solution found]
1.48/1.53	c Solving Time (sec) : 1.53
1.48/1.53	c Solving Nodes      : 3750 (total of 5644 nodes in 2 runs)
1.48/1.53	c Primal Bound       : +0.00000000000000e+00 (1 solutions)
1.48/1.53	c Dual Bound         : +0.00000000000000e+00
1.48/1.53	c Gap                : 0.00 %
1.48/1.53	s SATISFIABLE
1.48/1.53	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
1.48/1.53	v -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 x54
1.48/1.53	v -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 x77 x78 -x79 -x80
1.48/1.53	v -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93
1.48/1.53	c SCIP Status        : problem is solved [optimal solution found]
1.48/1.53	c Total Time         :       1.53
1.48/1.53	c   solving          :       1.53
1.48/1.53	c   presolving       :       0.00 (included in solving)
1.48/1.53	c   reading          :       0.00 (included in solving)
1.48/1.53	c   copying          :       0.14 (108 #copies) (minimal 0.00, maximal 0.00, average 0.00)
1.48/1.53	c Original Problem   :
1.48/1.53	c   Problem name     : HOME/instance-4495975-1751151862.opb
1.48/1.53	c   Variables        : 93 (93 binary, 0 integer, 0 continuous)
1.48/1.53	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
1.48/1.53	c   Constraints      : 2 initial, 2 maximal
1.48/1.53	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
1.48/1.53	c Presolved Problem  :
1.48/1.53	c   Problem name     : t_HOME/instance-4495975-1751151862.opb
1.48/1.53	c   Variables        : 92 (92 binary, 0 integer, 0 continuous)
1.48/1.53	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
1.48/1.53	c   Constraints      : 15 initial, 16 maximal
1.48/1.53	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
1.48/1.53	c   Nonzeros         : 374 constraint, 186 clique table
1.48/1.53	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1.48/1.53	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1.48/1.53	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1.48/1.53	c   domcol           :       0.00       0.00      4          1          0          0          0          0          0          0          0          0
1.48/1.53	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1.48/1.53	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1.48/1.53	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1.48/1.53	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
1.48/1.53	c   gateextraction   :       0.00       0.00      6          0          0          0          0          0          0          0          0          0
1.48/1.53	c   implics          :       0.00       0.00     11          0          0          0          0          0          0          0          0          0
1.48/1.53	c   implint          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1.48/1.53	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1.48/1.53	c   milp             :       0.00       0.00      1          0          0          0          0          0          2          1          0          0
1.48/1.53	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1.48/1.53	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1.48/1.53	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
1.48/1.53	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1.48/1.53	c   trivial          :       0.00       0.00     20          0          0          0          0          0          0          0          0          0
1.48/1.53	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1.48/1.53	c   dualfix          :       0.00       0.00     20          0          0          0          0          0          0          0          0          0
1.48/1.53	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1.48/1.53	c   probing          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
1.48/1.53	c   pseudoobj        :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
1.48/1.53	c   symmetry         :       0.00       0.00      1          0          0          0          0          0          0          9          0          0
1.48/1.53	c   vbounds          :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
1.48/1.53	c   setppc           :       0.00       0.00     21          0          0          0          0          0          0          0          0          0
1.48/1.53	c   linear           :       0.00       0.00     30          0          0          0          0          0          0          4        138        199
1.48/1.53	c   logicor          :       0.00       0.00     27          0          0          0          0          0          1          0          0         41
1.48/1.53	c   components       :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
1.48/1.53	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
1.48/1.53	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
1.48/1.53	c   integral         :          0          0          0          0       3215          0          0        329          0          0          0          0          0          0       6428
1.48/1.53	c   setppc           :          9+        10         33       7903          1          0          0        322          1          0        344          0          0          0          0
1.48/1.53	c   linear           :          2+         5         33       8453          1          0          0        324          0       2664      20704          0          0          0          0
1.48/1.53	c   logicor          :          4          4         33        485          1          0          0          0          0          0          0          0          0          0          0
1.48/1.53	c   fixedvar         :          0          0          0          0          1          0          0          2          0          0          0          0          0          0          0
1.48/1.53	c   countsols        :          0          0          0          0          1          0          0          2          0          0          0          0          0          0          0
1.48/1.53	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
1.48/1.53	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
1.48/1.53	c   integral         :       0.01       0.00       0.00       0.00       0.01       0.00       0.00       0.00       0.00       0.00
1.48/1.53	c   setppc           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1.48/1.53	c   linear           :       0.53       0.00       0.00       0.53       0.00       0.00       0.00       0.00       0.00       0.00
1.48/1.53	c   logicor          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1.48/1.53	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1.48/1.53	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1.48/1.53	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1.48/1.53	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1.48/1.53	c   dualfix          :          2          0          0          0
1.48/1.53	c   genvbounds       :          0          0          0          0
1.48/1.53	c   nlobbt           :          0          0          0          0
1.48/1.53	c   obbt             :          0          0          0          0
1.48/1.53	c   probing          :          0          0          0          0
1.48/1.53	c   pseudoobj        :          0          0          0          0
1.48/1.53	c   redcost          :          0          0          0          0
1.48/1.53	c   rootredcost      :          0          0          0          0
1.48/1.53	c   symmetry         :          0          0          0          0
1.48/1.53	c   vbounds          :       2955          0          0          0
1.48/1.53	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
1.48/1.53	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
1.48/1.53	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
1.48/1.53	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
1.48/1.53	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
1.48/1.53	c   probing          :       0.00       0.00       0.00       0.00       0.00       0.00
1.48/1.53	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00       0.00
1.48/1.53	c   redcost          :       0.00       0.00       0.00       0.00       0.00       0.00
1.48/1.53	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
1.48/1.53	c   symmetry         :       0.00       0.00       0.00       0.00       0.00       0.00
1.48/1.53	c   vbounds          :       0.00       0.00       0.00       0.00       0.00       0.00
1.48/1.53	c Symmetry           :
1.48/1.53	c   #affected vars   :         18 (18 bin, 0 int, 0 cont)
1.48/1.53	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
1.48/1.53	c   orbital reduction:          0 reductions applied,          0 cutoffs
1.48/1.53	c   lexicographic red:          0 reductions applied,          0 cutoffs
1.48/1.53	c   shadow tree time :       0.00 s
1.48/1.53	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
1.48/1.53	c   propagation      :       0.00          1          1          -          1        2.0          0        0.0          -          -          -
1.48/1.53	c   infeasible LP    :       0.00         37          0          -          0        0.0          0        0.0          0        0.0          0
1.48/1.53	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
1.48/1.53	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
1.48/1.53	c   pseudo solution  :       0.00          1          1          -          1        0.0          0        0.0          -          -          -
1.48/1.53	c   applied globally :       0.00          -          -          0          1        2.0          -          -          0          -          -
1.48/1.53	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
1.48/1.53	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
1.48/1.53	c   cut pool         :       0.01          -        717         64          -          -        493        849          -          -          -          -          -    (maximal pool size:        132)
1.48/1.53	c   aggregation      :       0.03       0.00        194         33          0          0        470        489        188        208        131         77          0
1.48/1.53	c   > cmir           :          -          -          -          -          -          -          -        241         19         27         26          1          -
1.48/1.53	c   > flowcover      :          -          -          -          -          -          -          -        225         16        100         95          5          -
1.48/1.53	c   > knapsackcover  :          -          -          -          -          -          -          -         23        153         81         10         71          -
1.48/1.53	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1.48/1.53	c   clique           :       0.00       0.00         33         33          0          0          7         10          0          4          4          0          0
1.48/1.53	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1.48/1.53	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1.48/1.53	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1.48/1.53	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1.48/1.53	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1.48/1.53	c   gomory           :       0.02       0.00        181         20          0          0        661        345        460         71         19         52          0
1.48/1.53	c   > gomorymi       :          -          -          -          -          -          -          -        196        243         33          9         24          -
1.48/1.53	c   > strongcg       :          -          -          -          -          -          -          -        149        217         38         10         28          -
1.48/1.53	c   impliedbounds    :       0.00       0.00        194         33          0          0          0          0          0          0          0          0          0
1.48/1.53	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1.48/1.53	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1.48/1.53	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1.48/1.53	c   mcf              :       0.00       0.00          2          2          0          0          0          0          0          0          0          0          0
1.48/1.53	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1.48/1.53	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1.48/1.53	c   multilinear      :       0.00       0.00        140         33          0          0          0          0          0          0          0          0          0
1.48/1.53	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1.48/1.53	c   rapidlearning    :       0.52       0.00        100          2          0        404          0          0          0          0          0          0         19
1.48/1.53	c   rlt              :       0.00       0.00         20         20          0          0          0          0          0          0          0          0          0
1.48/1.53	c   zerohalf         :       0.00       0.00        192         31          0          0          4          5          1          3          2          1          0
1.48/1.53	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
1.48/1.53	c   hybrid           :       0.00       0.00        209         33        286          0       1210         48          0        241
1.48/1.53	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
1.48/1.53	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
1.48/1.53	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1.48/1.53	c   problem variables:       0.00          -          0          0
1.48/1.53	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
1.48/1.53	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
1.48/1.53	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
1.48/1.53	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
1.48/1.53	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
1.48/1.53	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
1.48/1.53	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
1.48/1.53	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
1.48/1.53	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
1.48/1.53	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
1.48/1.53	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
1.48/1.53	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
1.48/1.53	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
1.48/1.53	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
1.48/1.53	c   relpscost        :       0.01       0.00       3214          0          0          0          0          0          0       6428
1.48/1.53	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
1.48/1.53	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
1.48/1.53	c   LP solutions     :       0.00          -          -          1          1
1.48/1.53	c   relax solutions  :       0.00          -          -          0          0
1.48/1.53	c   pseudo solutions :       0.00          -          -          0          0
1.48/1.53	c   strong branching :       0.00          -          -          0          0
1.48/1.53	c   actconsdiving    :       0.00       0.00          0          0          0
1.48/1.53	c   adaptivediving   :       0.01       0.00         18          0          0
1.48/1.53	c   alns             :       0.01       0.00          3          0          0
1.48/1.53	c   bound            :       0.00       0.00          0          0          0
1.48/1.53	c   clique           :       0.00       0.00          1          0          0
1.48/1.53	c   coefdiving       :       0.00       0.00          0          0          0
1.48/1.53	c   completesol      :       0.00       0.00          0          0          0
1.48/1.53	c   conflictdiving   :       0.01       0.00         10          0          0
1.48/1.53	c   crossover        :       0.00       0.00          0          0          0
1.48/1.53	c   dins             :       0.00       0.00          0          0          0
1.48/1.53	c   distributiondivin:       0.01       0.00          9          0          0
1.48/1.53	c   dks              :       0.00       0.00          0          0          0
1.48/1.53	c   dps              :       0.00       0.00          0          0          0
1.48/1.53	c   dualval          :       0.00       0.00          0          0          0
1.48/1.53	c   farkasdiving     :       0.00       0.00          0          0          0
1.48/1.53	c   feaspump         :       0.00       0.00          5          0          0
1.48/1.53	c   fixandinfer      :       0.00       0.00          0          0          0
1.48/1.53	c   fracdiving       :       0.01       0.00         10          0          0
1.48/1.53	c   gins             :       0.00       0.00          0          0          0
1.48/1.53	c   guideddiving     :       0.00       0.00          0          0          0
1.48/1.53	c   indicator        :       0.00       0.00          0          0          0
1.48/1.53	c   indicatordiving  :       0.00       0.00          0          0          0
1.48/1.53	c   intdiving        :       0.00       0.00          0          0          0
1.48/1.53	c   intshifting      :       0.00       0.00          0          0          0
1.48/1.53	c   linesearchdiving :       0.00       0.00         10          0          0
1.48/1.53	c   localbranching   :       0.00       0.00          0          0          0
1.48/1.53	c   locks            :       0.00       0.00          1          0          0
1.48/1.53	c   lpface           :       0.00       0.00          0          0          0
1.48/1.53	c   mpec             :       0.00       0.00          0          0          0
1.48/1.53	c   multistart       :       0.00       0.00          0          0          0
1.48/1.53	c   mutation         :       0.00       0.00          0          0          0
1.48/1.53	c   nlpdiving        :       0.00       0.00          0          0          0
1.48/1.53	c   objpscostdiving  :       0.00       0.00          5          0          0
1.48/1.53	c   octane           :       0.00       0.00          0          0          0
1.48/1.53	c   ofins            :       0.00       0.00          0          0          0
1.48/1.53	c   oneopt           :       0.00       0.00          0          0          0
1.48/1.53	c   padm             :       0.00       0.00          0          0          0
1.48/1.53	c   proximity        :       0.00       0.00          0          0          0
1.48/1.53	c   pscostdiving     :       0.01       0.00         10          0          0
1.48/1.53	c   randrounding     :       0.00       0.00        314          0          0
1.48/1.53	c   rens             :       0.00       0.00          2          0          0
1.48/1.53	c   reoptsols        :       0.00       0.00          0          0          0
1.48/1.53	c   repair           :       0.00       0.00          0          0          0
1.48/1.53	c   rins             :       0.00       0.00          0          0          0
1.48/1.53	c   rootsoldiving    :       0.02       0.00          5          0          0
1.48/1.53	c   rounding         :       0.00       0.00        767          0          0
1.48/1.53	c   scheduler        :       0.00       0.00          0          0          0
1.48/1.53	c   shiftandpropagate:       0.00       0.00          2          0          0
1.48/1.53	c   shifting         :       0.04       0.00        288          0          0
1.48/1.53	c   simplerounding   :       0.00       0.00          0          0          0
1.48/1.53	c   subnlp           :       0.00       0.00          0          0          0
1.48/1.53	c   trivial          :       0.00       0.00          4          0          0
1.48/1.53	c   trivialnegation  :       0.00       0.00          0          0          0
1.48/1.53	c   trustregion      :       0.00       0.00          0          0          0
1.48/1.53	c   trysol           :       0.00       0.00          0          0          0
1.48/1.53	c   twoopt           :       0.00       0.00          0          0          0
1.48/1.53	c   undercover       :       0.00       0.00          0          0          0
1.48/1.53	c   vbounds          :       0.01       0.00          2          0          0
1.48/1.53	c   veclendiving     :       0.00       0.00         10          0          0
1.48/1.53	c   zeroobj          :       0.00       0.00          0          0          0
1.48/1.53	c   zirounding       :       0.00       0.00       1000          0          0
1.48/1.53	c   other solutions  :          -          -          -          0          -
1.48/1.53	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
1.48/1.53	c   rens             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
1.48/1.53	c   rins             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
1.48/1.53	c   mutation         :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
1.48/1.53	c   localbranching   :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
1.48/1.53	c   crossover        :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
1.48/1.53	c   proximity        :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
1.48/1.53	c   dins             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
1.48/1.53	c   zeroobjective    :          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
1.48/1.53	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
1.48/1.53	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
1.48/1.53	c   primal LP        :       0.00         40          0       0.00          -       0.00         40
1.48/1.53	c   dual LP          :       0.07       3561       4080       1.16   58796.40       0.00         44
1.48/1.53	c   lex dual LP      :       0.00          0          0       0.00          -
1.48/1.53	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1.48/1.53	c   resolve instable :       0.00          0          0       0.00          -
1.48/1.53	c   diving/probing LP:       0.03       1046       1422       1.36   44168.35
1.48/1.53	c   strong branching :       0.00          6         59       9.83          -          -          -          0
1.48/1.53	c     (at root node) :          -          6         59       9.83          -
1.48/1.53	c   conflict analysis:       0.00          0          0       0.00          -
1.48/1.53	c Relaxators         :       Time      Calls    Cutoffs ImprBounds   ImprTime ReducedDom  Separated AddedConss
1.48/1.53	c   benders          :       0.00          0          0          0       0.00          0          0          0
1.48/1.53	c B&B Tree           :
1.48/1.53	c   number of runs   :          2
1.48/1.53	c   nodes            :       3750 (2007 internal, 1743 leaves)
1.48/1.53	c   feasible leaves  :          1
1.48/1.53	c   infeas. leaves   :       1742
1.48/1.53	c   objective leaves :          0
1.48/1.53	c   nodes (total)    :       5644 (3214 internal, 2430 leaves)
1.48/1.53	c   nodes left       :          0
1.48/1.53	c   max depth        :         43
1.48/1.53	c   max depth (total):         71
1.48/1.53	c   backtracks       :        491 (13.1%)
1.48/1.53	c   early backtracks :          0 (0.0%)
1.48/1.53	c   nodes exc. ref.  :          0 (0.0%)
1.48/1.53	c   delayed cutoffs  :          0
1.48/1.53	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1.48/1.53	c   avg switch length:       3.46
1.48/1.53	c   switching time   :       0.03
1.48/1.53	c Root Node          :
1.48/1.53	c   First LP value   : +0.00000000000000e+00
1.48/1.53	c   First LP Iters   :          2 (42553.19 Iter/sec)
1.48/1.53	c   First LP Time    :       0.00
1.48/1.53	c   Final Dual Bound :          -
1.48/1.53	c   Final Root Iters :         75
1.48/1.53	c   Root LP Estimate : +1.02243453342560e-05
1.48/1.53	c Solution           :
1.48/1.53	c   Solutions found  :          1 (1 improvements)
1.48/1.53	c   First Solution   : +0.00000000000000e+00   (in run 2, after 3750 nodes, 1.53 seconds, depth 23, found by <relaxation>)
1.48/1.53	c   Gap First Sol.   :       0.00 %
1.48/1.53	c   Gap Last Sol.    :       0.00 %
1.48/1.53	c   Primal Bound     : +0.00000000000000e+00   (in run 2, after 3750 nodes, 1.53 seconds, depth 23, found by <relaxation>)
1.48/1.53	c   Dual Bound       : +0.00000000000000e+00
1.48/1.53	c   Gap              :       0.00 %
1.48/1.53	c Integrals          :      Total       Avg%
1.48/1.53	c   primal-dual      :     153.19     100.00
1.48/1.53	c   primal-ref       :          -          - (not evaluated)
1.48/1.53	c   dual-ref         :          -          - (not evaluated)
1.48/1.53	c Time complete (sec):      1.530

Verifier Data

OK	0

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (62283 MiB free)
  memory of node 1: 64465 MiB (63266 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4495975-1751151862/watcher-4495975-1751151862 -o /tmp/evaluation-result-4495975-1751151862/solver-4495975-1751151862 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751144566-13226 --watchdog 3760 pbsolver -f HOME/instance-4495975-1751151862.opb -t 3600 -m 31000 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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
solver pid=14631, runsolver pid=14628
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 4.06 4.11 4.09 5/264 14632
/proc/meminfo: memFree=128563652/131249988 swapFree=33010684/33010684
[pid=14631] ppid=14628 vsize=26884 memory=17280 CPUtime=0.09 cores=4,6
/proc/14631/stat : 14631 (pbsolver) R 14628 14631 13215 0 -1 4194304 1887 0 0 0 9 0 0 0 20 0 1 0 30864756 27529216 4320 18446744073709551615 4198400 14743177 140730718905920 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 50208768 140730718910858 140730718910954 140730718910954 140730718916556 0
/proc/14631/statm: 6721 4320 2688 2575 0 3628 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 26884 KiB
Current children cumulated memory: 17280 KiB

[startup+0.205408 s]*
/proc/loadavg: 4.06 4.11 4.09 5/264 14632
/proc/meminfo: memFree=128562896/131249988 swapFree=33010684/33010684
[pid=14631] ppid=14628 vsize=27028 memory=17408 CPUtime=0.2 cores=4,6
/proc/14631/stat : 14631 (pbsolver) R 14628 14631 13215 0 -1 4194304 1936 0 0 0 20 0 0 0 20 0 1 0 30864756 27676672 4352 18446744073709551615 4198400 14743177 140730718905920 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 50208768 140730718910858 140730718910954 140730718910954 140730718916556 0
/proc/14631/statm: 6757 4352 2688 2575 0 3664 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 27028 KiB
Current children cumulated memory: 17408 KiB

[startup+0.30544 s]*
/proc/loadavg: 4.06 4.11 4.09 5/264 14632
/proc/meminfo: memFree=128562896/131249988 swapFree=33010684/33010684
[pid=14631] ppid=14628 vsize=27448 memory=17664 CPUtime=0.3 cores=4,6
/proc/14631/stat : 14631 (pbsolver) R 14628 14631 13215 0 -1 4194304 1988 0 0 0 30 0 0 0 20 0 1 0 30864756 28106752 4416 18446744073709551615 4198400 14743177 140730718905920 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 50208768 140730718910858 140730718910954 140730718910954 140730718916556 0
/proc/14631/statm: 6862 4416 2688 2575 0 3769 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 27448 KiB
Current children cumulated memory: 17664 KiB

[startup+0.700174 s]
/proc/loadavg: 4.06 4.11 4.09 5/264 14632
/proc/meminfo: memFree=128562896/131249988 swapFree=33010684/33010684
[pid=14631] ppid=14628 vsize=28652 memory=19192 CPUtime=0.69 cores=4,6
/proc/14631/stat : 14631 (pbsolver) R 14628 14631 13215 0 -1 4194304 2439 0 0 0 69 0 0 0 20 0 1 0 30864756 29339648 4798 18446744073709551615 4198400 14743177 140730718905920 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 50208768 140730718910858 140730718910954 140730718910954 140730718916556 0
/proc/14631/statm: 7163 4798 2688 2575 0 4070 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 28652 KiB
Current children cumulated memory: 19192 KiB

[startup+1.50013 s]
/proc/loadavg: 4.06 4.11 4.09 5/264 14632
/proc/meminfo: memFree=128560880/131249988 swapFree=33010684/33010684
[pid=14631] ppid=14628 vsize=28792 memory=19320 CPUtime=1.48 cores=4,6
/proc/14631/stat : 14631 (pbsolver) R 14628 14631 13215 0 -1 4194304 2460 0 0 0 148 0 0 0 20 0 1 0 30864756 29483008 4830 18446744073709551615 4198400 14743177 140730718905920 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 50208768 140730718910858 140730718910954 140730718910954 140730718916556 0
/proc/14631/statm: 7198 4830 2688 2575 0 4105 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 28792 KiB
Current children cumulated memory: 19320 KiB

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

# cumulated CPU time of all completed processes:  user=1.52412 s, system=0.006973 s

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

[startup+1.50013 s]
/proc/loadavg: 4.06 4.11 4.09 5/264 14632
/proc/meminfo: memFree=128560880/131249988 swapFree=33010684/33010684
[pid=14631] ppid=14628 vsize=28792 memory=19320 CPUtime=1.48 cores=4,6
/proc/14631/stat : 14631 (pbsolver) R 14628 14631 13215 0 -1 4194304 2460 0 0 0 148 0 0 0 20 0 1 0 30864756 29483008 4830 18446744073709551615 4198400 14743177 140730718905920 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 50208768 140730718910858 140730718910954 140730718910954 140730718916556 0
/proc/14631/statm: 7198 4830 2688 2575 0 4105 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 28792 KiB
Current children cumulated memory: 19320 KiB

Child status: 0

Real time (s): 1.5367
CPU time (s): 1.53109
CPU user time (s): 1.52412
CPU system time (s): 0.006973
CPU usage (%): 99.6349
Max. virtual memory (cumulated for all children) (KiB): 28792
Max. memory (cumulated for all children) (KiB): 19320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.52412
system time used= 0.006973
maximum resident set size= 19320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2461
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= 3


# summary of solver processes directly reported to runsolver:
#   pid: 14631
#   total CPU time (s): 1.53109
#   total CPU user time (s): 1.52412
#   total CPU system time (s): 0.006973

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.009839 second user time and 0.04045 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-06-29 01:04:22
IDJOB=4495975
IDBENCH=148103
IDSOLVER=3366
FILE ID=nodeC031/4495975-1751151862
RUNJOBID= nodeC031-1751144566-13226
SLURM_JOB_ID= 9587441
Free space on /tmp= 432996 MiB

SOLVER NAME= SCIP-10 2025-06-13
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/manquiho/Aardal_1/normalized-prob6.opb
COMMAND LINE= pbsolver -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4495975-1751151862/watcher-4495975-1751151862 -o /tmp/evaluation-result-4495975-1751151862/solver-4495975-1751151862 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751144566-13226 --watchdog 3760  pbsolver -f HOME/instance-4495975-1751151862.opb -t 3600 -m 31000

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

MD5SUM BENCH= abfa6108019d186bb0a39186e3151874
RANDOM SEED=1970673983

nodeC031 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.890
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.892
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.78
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.340
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.78
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		: 3700.000
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.78
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.891
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.78
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.890
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.78
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		: 3608.121
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        128564048 kB
MemAvailable:   128190960 kB
Buffers:            3280 kB
Cached:           419452 kB
SwapCached:            0 kB
Active:          1927572 kB
Inactive:         212768 kB
Active(anon):    1735744 kB
Inactive(anon):        0 kB
Active(file):     191828 kB
Inactive(file):   212768 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             15096 kB
Writeback:            36 kB
AnonPages:       1718208 kB
Mapped:           136280 kB
Shmem:             18064 kB
KReclaimable:      84580 kB
Slab:             167416 kB
SReclaimable:      84580 kB
SUnreclaim:        82836 kB
KernelStack:        4224 kB
PageTables:         6380 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    2161228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:    303104 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:      191188 kB
DirectMap2M:     9017344 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432984 MiB
End job on nodeC031 at 2025-06-29 01:04:24