Trace number 4517685

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-13OPT7 15.6634 15.7121

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/
normalized-clique-coloring-max-clique-n=10-t=3.opb
MD5SUM3e50d3b7c5b20854de6ffc628b5756bc
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark0.177486
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables185
Total number of constraints4215
Number of constraints which are clauses4205
Number of constraints which are cardinality constraints (but not clauses)10
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint11
Number of terms in the objective function 10
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 10
Number of bits of the sum of numbers in the objective function 4
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 12
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 8.0.0] [GitHash: 0408ae5eca]
0.00/0.00	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c External libraries: 
0.00/0.00	c   SoPlex 8.0.0         Linear programming solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: 67f6a391]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 4.0.0        AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 3.0.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   bliss 0.77           Computing Graph Automorphisms by T. Junttila and P. Kaski (users.aalto.fi/~tjunttil/bliss)
0.00/0.00	c   sassy 2.0            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.00	c 
0.00/0.00	c reading problem <HOME/instance-4517685-1751531244.opb>
0.00/0.00	c original problem has 185 variables (185 bin, 0 int, 0 cont) and 4215 constraints
0.00/0.00	c problem read in 0.007 seconds
0.00/0.01	c presolving:
0.00/0.02	c    (0.0s) running MILP presolver
0.00/0.02	c    (0.0s) MILP presolver found nothing
0.00/0.03	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 4215 upgd conss, 0 impls, 10 clqs
0.00/0.04	c    (0.0s) probing: 51/185 (27.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.04	c    (0.0s) probing aborted: 50/50 successive totally useless probings
0.00/0.04	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.00/0.06	c    (0.1s) symmetry computation finished: 20 generators found (max: 1500, log10 of symmetry group size: 13.90) (symcode time: 0.02)
0.00/0.06	c dynamic symmetry handling statistics:
0.00/0.06	c    orbitopal reduction:       no components
0.00/0.06	c    orbital reduction:          1 components of sizes 20
0.00/0.06	c    lexicographic reduction:   20 permutations with support sizes 20, 20, 22, 22, 22, 22, 22, 22, 22, 22, 22, 42, 42, 42, 42, 42, 42, 42, 42, 42
0.00/0.06	c handled 1 out of 1 symmetry components
0.00/0.06	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
0.00/0.06	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.06	c  0 implications, 10 cliques
0.00/0.06	c presolved problem has 185 variables (185 bin, 0 int, 0 cont) and 4215 constraints
0.00/0.06	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
0.00/0.06	c      10 constraints of type <setppc>
0.00/0.06	c    4205 constraints of type <logicor>
0.00/0.06	c transformed objective value is always integral (scale: 1)
0.00/0.06	c Presolving Time: 0.05
0.00/0.06	c 
0.00/0.06	c - non default parameters ----------------------------------------------------------------------
0.00/0.06	c 
0.00/0.06	c # SCIP version 10.0.0
0.00/0.06	c 
0.00/0.06	c # maximal time in seconds to run
0.00/0.06	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.00/0.06	c limits/time = 3596.998009
0.00/0.06	c 
0.00/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.06	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.00/0.06	c limits/memory = 27900
0.00/0.06	c 
0.00/0.06	c # belongs reading time to solving time?
0.00/0.06	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c timing/reading = TRUE
0.00/0.06	c 
0.00/0.06	c # maximum allowed 'intsize' (i.e. the number of bits required to represent the sum of absolute values of all integers that appear in a constraint or objective function) or -1 for unlimited
0.00/0.06	c # [type: int, advanced: TRUE, range: [-1,2147483647], default: -1]
0.00/0.06	c reading/opbreader/maxintsize = 47
0.00/0.06	c 
0.00/0.06	c # timing when propagator should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS))
0.00/0.06	c # [type: int, advanced: TRUE, range: [0,15], default: 15]
0.00/0.06	c propagating/genvbounds/timingmask = 0
0.00/0.06	c 
0.00/0.06	c -----------------------------------------------------------------------------------------------
0.00/0.06	c 
0.00/0.07	o 10
0.00/0.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.00/0.07	c p 0.1s|     1 |     0 |     0 |     - |shiftand|   0 | 185 |4218 |4215 |   0 |  0 |   3 |   0 | 0.000000e+00 | 1.000000e+01 |    Inf | unknown
0.00/0.07	o 9
0.00/0.07	c i 0.1s|     1 |     0 |     0 |     - |  oneopt|   0 | 185 |4218 |4215 |   0 |  0 |   3 |   0 | 0.000000e+00 | 9.000000e+00 |    Inf | unknown
0.00/0.07	c   0.1s|     1 |     0 |   104 |     - |    19M |   0 | 185 |4218 |4215 |   0 |  0 |   3 |   0 | 0.000000e+00 | 9.000000e+00 |    Inf | unknown
0.10/0.18	o 7
0.10/0.18	c * 0.2s|     1 |     0 |   104 |     - |    LP  |   0 | 185 |4219 |4215 |   0 |  0 |   4 |   0 | 0.000000e+00 | 7.000000e+00 |    Inf | unknown
0.10/0.18	c   0.2s|     1 |     0 |   154 |     - |    20M |   0 | 185 |4369 |4218 |   3 |  1 |   4 |   0 | 0.000000e+00 | 7.000000e+00 |    Inf | unknown
0.20/0.30	c   0.3s|     1 |     0 |   186 |     - |    21M |   0 | 185 |4371 |4221 |   6 |  2 |   6 |   0 | 0.000000e+00 | 7.000000e+00 |    Inf | unknown
0.30/0.39	c   0.4s|     1 |     0 |   220 |     - |    23M |   0 | 185 |4371 |4223 |   8 |  3 |   6 |   0 | 0.000000e+00 | 7.000000e+00 |    Inf | unknown
0.49/0.55	c   0.6s|     1 |     0 |   262 |     - |    24M |   0 | 185 |4373 |4226 |  11 |  4 |   8 |   0 | 0.000000e+00 | 7.000000e+00 |    Inf | unknown
0.59/0.65	c   0.7s|     1 |     0 |   290 |     - |    26M |   0 | 185 |4374 |4228 |  13 |  5 |   9 |   0 | 0.000000e+00 | 7.000000e+00 |    Inf | unknown
0.68/0.76	c   0.8s|     1 |     0 |   299 |     - |    28M |   0 | 185 |4374 |4230 |  15 |  6 |   9 |   0 | 0.000000e+00 | 7.000000e+00 |    Inf | unknown
0.78/0.84	c   0.8s|     1 |     0 |   338 |     - |    30M |   0 | 185 |4378 |4233 |  18 |  7 |  13 |   0 | 0.000000e+00 | 7.000000e+00 |    Inf | unknown
0.88/0.92	c   0.9s|     1 |     0 |   358 |     - |    32M |   0 | 185 |4379 |4235 |  20 |  8 |  14 |   0 | 0.000000e+00 | 7.000000e+00 |    Inf | unknown
0.88/0.99	c   1.0s|     1 |     0 |   376 |     - |    34M |   0 | 185 |4379 |4238 |  23 |  9 |  14 |   0 | 0.000000e+00 | 7.000000e+00 |    Inf | unknown
1.09/1.10	c   1.1s|     1 |     0 |   401 |     - |    37M |   0 | 185 |4379 |4241 |  26 | 10 |  14 |   0 | 0.000000e+00 | 7.000000e+00 |    Inf | unknown
1.09/1.11	c   1.1s|     1 |     0 |   422 |     - |    38M |   0 | 185 |4382 |4244 |  30 | 11 |  17 |   0 | 0.000000e+00 | 7.000000e+00 |    Inf | unknown
1.18/1.21	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.21	c   1.2s|     1 |     2 |   625 |     - |    38M |   0 | 185 |4400 |4244 |  30 | 11 |  35 |  19 | 0.000000e+00 | 7.000000e+00 |    Inf | unknown
3.08/3.17	c   3.2s|   100 |    41 |  3072 |  26.8 |    42M |  16 | 185 |4517 |4222 | 106 |  1 | 239 | 482 | 0.000000e+00 | 7.000000e+00 |    Inf |  61.58%
3.87/3.98	c   4.0s|   200 |    58 |  5025 |  23.1 |    43M |  21 | 185 |4625 |4228 | 163 |  1 | 394 | 673 | 1.000000e+00 | 7.000000e+00 | 600.00%|  66.91%
4.67/4.79	c r 4.8s|   278 |    70 |  6180 |  20.8 |shifting|  21 | 185 |4682 |4224 | 219 |  1 | 471 | 734 | 1.000000e+00 | 7.000000e+00 | 600.00%|  67.27%
4.87/4.96	c   5.0s|   300 |    76 |  6440 |  20.1 |    44M |  21 | 185 |4695 |4229 | 239 |  1 | 486 | 736 | 1.000000e+00 | 7.000000e+00 | 600.00%|  67.31%
6.17/6.27	c   6.3s|   400 |   105 |  8518 |  20.3 |    51M |  21 | 185 |4766 |4228 | 351 |  1 | 593 | 764 | 2.000000e+00 | 7.000000e+00 | 250.00%|  72.36%
6.57/6.66	c   6.7s|   500 |   155 | 10285 |  19.8 |    52M |  21 | 185 |4859 |4228 | 370 |  1 | 724 | 774 | 3.000000e+00 | 7.000000e+00 | 133.33%|  77.22%
8.86/8.96	c   9.0s|   600 |   188 | 11708 |  18.8 |    53M |  21 | 185 |4932 |4229 | 428 |  1 | 861 | 786 | 3.000000e+00 | 7.000000e+00 | 133.33%|  77.45%
9.36/9.46	c   9.5s|   700 |   225 | 12937 |  17.9 |    55M |  28 | 185 |5016 |4227 | 466 |  1 | 975 | 790 | 3.000000e+00 | 7.000000e+00 | 133.33%|  77.66%
9.76/9.81	c   9.8s|   800 |   252 | 14195 |  17.2 |    55M |  28 | 185 |5095 |4231 | 475 |  1 |1100 | 792 | 3.000000e+00 | 7.000000e+00 | 133.33%|  77.78%
9.86/10.00	c  10.0s|   900 |   283 | 15018 |  16.2 |    55M |  31 | 185 |5171 |4232 | 490 |  2 |1197 | 792 | 3.000000e+00 | 7.000000e+00 | 133.33%|  77.81%
10.15/10.24	c  10.2s|  1000 |   297 | 15502 |  15.1 |    56M |  31 | 185 |5194 |4225 | 508 |  1 |1270 | 793 | 3.000000e+00 | 7.000000e+00 | 133.33%|  78.04%
10.45/10.51	c  10.5s|  1100 |   297 | 16078 |  14.2 |    56M |  31 | 185 |5175 |4232 | 540 |  1 |1324 | 795 | 3.000000e+00 | 7.000000e+00 | 133.33%|  78.24%
10.75/10.87	c  10.9s|  1200 |   292 | 16775 |  13.6 |    56M |  31 | 185 |5196 |   0 | 579 |  0 |1401 | 795 | 3.000000e+00 | 7.000000e+00 | 133.33%|  78.40%
11.06/11.15	c  11.2s|  1300 |   287 | 17376 |  13.1 |    56M |  31 | 185 |5195 |4228 | 592 |  1 |1452 | 795 | 3.000000e+00 | 7.000000e+00 | 133.33%|  78.51%
11.55/11.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
11.55/11.69	c  11.7s|  1400 |   278 | 18088 |  12.6 |    56M |  31 | 185 |5240 |   0 | 642 |  0 |1537 | 798 | 3.000000e+00 | 7.000000e+00 | 133.33%|  78.70%
11.85/11.99	c  12.0s|  1500 |   286 | 18769 |  12.2 |    59M |  31 | 185 |5265 |4231 | 662 |  0 |1603 | 798 | 3.000000e+00 | 7.000000e+00 | 133.33%|  78.75%
12.05/12.14	c  12.1s|  1600 |   293 | 19407 |  11.9 |    59M |  31 | 185 |5311 |4231 | 675 |  1 |1692 | 798 | 3.000000e+00 | 7.000000e+00 | 133.33%|  78.98%
12.15/12.25	c  12.3s|  1700 |   286 | 19718 |  11.4 |    59M |  31 | 185 |5302 |   0 | 680 |  0 |1744 | 798 | 3.000000e+00 | 7.000000e+00 | 133.33%|  79.05%
12.25/12.33	c  12.3s|  1800 |   264 | 19954 |  10.9 |    59M |  31 | 185 |5321 |   0 | 681 |  0 |1814 | 798 | 3.000000e+00 | 7.000000e+00 | 133.33%|  79.12%
12.45/12.56	c  12.6s|  1900 |   255 | 20624 |  10.6 |    59M |  31 | 185 |5332 |   0 | 696 |  0 |1922 | 798 | 3.000000e+00 | 7.000000e+00 | 133.33%|  79.21%
12.75/12.87	c  12.9s|  2000 |   245 | 21050 |  10.3 |    60M |  31 | 185 |5333 |   0 | 716 |  0 |1975 | 798 | 4.000000e+00 | 7.000000e+00 |  75.00%|  83.83%
12.95/13.10	c r13.1s|  2094 |   233 | 21367 |  10.0 |shifting|  31 | 185 |5344 |4222 | 729 |  0 |2042 | 799 | 4.000000e+00 | 7.000000e+00 |  75.00%|  83.98%
13.05/13.15	c  13.2s|  2100 |   230 | 21404 |  10.0 |    60M |  31 | 185 |5348 |4228 | 737 |  0 |2047 | 799 | 4.000000e+00 | 7.000000e+00 |  75.00%|  84.00%
14.34/14.45	c  14.4s|  2200 |   224 | 21907 |   9.8 |    60M |  31 | 185 |5361 |4227 | 760 |  1 |2108 | 799 | 4.000000e+00 | 7.000000e+00 |  75.00%|  84.15%
14.44/14.52	c  14.5s|  2300 |   194 | 22150 |   9.5 |    60M |  31 | 185 |5359 |   0 | 760 |  0 |2175 | 799 | 4.000000e+00 | 7.000000e+00 |  75.00%|  84.42%
14.74/14.82	c  14.8s|  2400 |   169 | 22597 |   9.2 |    60M |  31 | 185 |5359 |4226 | 779 |  2 |2232 | 800 | 4.000000e+00 | 7.000000e+00 |  75.00%|  84.67%
14.85/14.90	c  14.9s|  2500 |   163 | 22873 |   9.0 |    60M |  31 | 185 |5371 |   0 | 779 |  0 |2308 | 800 | 4.000000e+00 | 7.000000e+00 |  75.00%|  84.74%
14.95/15.03	c  15.0s|  2600 |   144 | 23187 |   8.8 |    60M |  31 | 185 |5375 |4227 | 786 |  1 |2373 | 800 | 4.333333e+00 | 7.000000e+00 |  61.54%|  86.39%
15.05/15.11	c  15.1s|  2700 |    85 | 23391 |   8.5 |    60M |  31 | 185 |5410 |4230 | 786 |  1 |2450 | 800 | 5.000000e+00 | 7.000000e+00 |  40.00%|  89.58%
15.15/15.25	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
15.15/15.25	c  15.3s|  2800 |    54 | 23647 |   8.3 |    60M |  31 | 185 |5434 |4227 | 792 |  1 |2521 | 801 | 5.000000e+00 | 7.000000e+00 |  40.00%|  90.10%
15.35/15.46	c  15.5s|  2900 |    33 | 23969 |   8.1 |    60M |  31 | 185 |5443 |4235 | 811 |  1 |2581 | 801 | 5.000000e+00 | 7.000000e+00 |  40.00%|  90.55%
15.55/15.68	c  15.7s|  3000 |     8 | 24283 |   8.0 |    60M |  31 | 185 |5454 |4223 | 835 |  0 |2635 | 801 | 6.000000e+00 | 7.000000e+00 |  16.67%|  95.36%
15.55/15.69	c 
15.55/15.69	c SCIP Status        : problem is solved [optimal solution found]
15.55/15.69	c Solving Time (sec) : 15.70
15.55/15.69	c Solving Nodes      : 3016
15.55/15.69	c Primal Bound       : +7.00000000000000e+00 (140 solutions)
15.55/15.69	c Dual Bound         : +7.00000000000000e+00
15.55/15.69	c Gap                : 0.00 %
15.55/15.69	s OPTIMUM FOUND
15.55/15.69	v x46 x47 x48 x49 x50 x51 -x52 -x53 x54 -x55 -x56 -x66 -x76 -x86 -x96 -x106 -x116 -x126 -x136 -x146 -x57 -x67 -x77 -x87 -x97 -x107
15.55/15.69	v -x117 -x127 -x137 -x147 -x58 -x68 -x78 -x88 -x98 -x108 -x118 -x128 -x138 -x148 -x59 -x69 -x79 -x89 -x99 -x109 -x119 -x129 -x139
15.55/15.69	v -x149 -x60 -x70 -x80 -x90 -x100 -x110 -x120 -x130 -x140 -x150 -x61 -x71 -x81 -x91 -x101 -x111 -x121 -x131 -x141 -x151 -x62 -x72
15.55/15.69	v -x82 -x92 -x102 -x112 x122 -x132 -x142 -x152 -x63 x73 -x83 -x93 -x103 -x113 -x123 -x133 -x143 -x153 -x64 -x74 -x84 -x94 -x104 -x114
15.55/15.69	v -x124 -x134 -x144 -x154 -x65 -x75 -x85 -x95 -x105 -x115 -x125 -x135 -x145 x155 x1 -x2 x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12
15.55/15.69	v -x13 x14 x15 -x16 x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 x25 -x26 x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39
15.55/15.69	v x40 -x41 x42 -x43 -x44 -x45 -x156 -x157 x158 -x159 x160 -x161 -x162 x163 -x164 x165 -x166 -x167 -x168 x169 x170 -x171 x172 x173
15.55/15.69	v -x174 -x175 x176 x177 -x178 -x179 -x180 x181 x182 x183 -x184 -x185
15.55/15.69	c SCIP Status        : problem is solved [optimal solution found]
15.55/15.69	c Total Time         :      15.70
15.55/15.69	c   solving          :      15.70
15.55/15.69	c   presolving       :       0.05 (included in solving)
15.55/15.69	c   reading          :       0.01 (included in solving)
15.55/15.69	c   copying          :       0.19 (34 #copies) (minimal 0.00, maximal 0.01, average 0.01)
15.55/15.69	c Original Problem   :
15.55/15.69	c   Problem name     : HOME/instance-4517685-1751531244.opb
15.55/15.69	c   Variables        : 185 (185 binary, 0 integer, 0 continuous)
15.55/15.69	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
15.55/15.69	c   Constraints      : 4215 initial, 4215 maximal
15.55/15.69	c   Objective        : minimize, 10 non-zeros (abs.min = 1, abs.max = 1)
15.55/15.69	c Presolved Problem  :
15.55/15.69	c   Problem name     : t_HOME/instance-4517685-1751531244.opb
15.55/15.69	c   Variables        : 185 (185 binary, 0 integer, 0 continuous)
15.55/15.69	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
15.55/15.69	c   Constraints      : 4215 initial, 5458 maximal
15.55/15.69	c   Objective        : minimize, 10 non-zeros (abs.min = 1, abs.max = 1)
15.55/15.69	c   Nonzeros         : 12795 constraint, 92 clique table
15.55/15.69	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
15.55/15.69	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
15.55/15.69	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
15.55/15.69	c   domcol           :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
15.55/15.69	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
15.55/15.69	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
15.55/15.69	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
15.55/15.69	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
15.55/15.69	c   gateextraction   :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
15.55/15.69	c   implics          :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
15.55/15.69	c   implint          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
15.55/15.69	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
15.55/15.69	c   milp             :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
15.55/15.69	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
15.55/15.69	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
15.55/15.69	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
15.55/15.69	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
15.55/15.69	c   trivial          :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
15.55/15.69	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
15.55/15.69	c   dualfix          :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
15.55/15.69	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
15.55/15.69	c   probing          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
15.55/15.69	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
15.55/15.69	c   symmetry         :       0.02       0.00      1          0          0          0          0          0          0          0          0          0
15.55/15.69	c   vbounds          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
15.55/15.69	c   knapsack         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
15.55/15.69	c   setppc           :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
15.55/15.69	c   linear           :       0.01       0.00      2          0          0          0          0          0          0          0          0          0
15.55/15.69	c   logicor          :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
15.55/15.69	c   components       :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
15.55/15.69	c   root node        :          -          -      -        116          -          -        116          -          -          -          -          -
15.55/15.69	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
15.55/15.69	c   integral         :          0          0          0          0       1736          0          0        280          0          0        285          0          0        308       3274
15.55/15.69	c   knapsack         :          0+         5          0      15079          0          0          0          0         63        126          0          0          0          0          0
15.55/15.69	c   setppc           :         10         10         11      16922          0          0          0        274       6892         23       4822          0          0          0          0
15.55/15.69	c   linear           :          0+       160         11      16558          0          0          0          3         20          7         30          0          0          0          0
15.55/15.69	c   logicor          :       4205+      5346         11      14439          0          0          0        236      30348       1173      19670          0          0          0          0
15.55/15.69	c   fixedvar         :          0          0          0          0          0          0          0        173          0          0          0          0          0          0          0
15.55/15.69	c   countsols        :          0          0          0          0          0          0          0        173          0          0          0          0          0          0          0
15.55/15.69	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
15.55/15.69	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
15.55/15.69	c   integral         :       1.32       0.00       0.00       0.00       1.32       0.00       0.00       0.00       0.00       0.00
15.55/15.69	c   knapsack         :       0.01       0.00       0.00       0.01       0.00       0.00       0.00       0.00       0.00       0.00
15.55/15.69	c   setppc           :       0.02       0.00       0.00       0.01       0.00       0.00       0.00       0.00       0.00       0.00
15.55/15.69	c   linear           :       0.01       0.00       0.00       0.01       0.00       0.00       0.00       0.00       0.00       0.00
15.55/15.69	c   logicor          :       0.30       0.00       0.01       0.23       0.00       0.00       0.00       0.02       0.01       0.03
15.55/15.69	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
15.55/15.69	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
15.55/15.69	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
15.55/15.69	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
15.55/15.69	c   dualfix          :          2          0          0          0
15.55/15.69	c   genvbounds       :          0          0          0          0
15.55/15.69	c   nlobbt           :          0          0          0          0
15.55/15.69	c   obbt             :          0          0          0          0
15.55/15.69	c   probing          :          0          0          0          0
15.55/15.69	c   pseudoobj        :      13311        238        457        771
15.55/15.69	c   redcost          :       4397          0          0       1620
15.55/15.69	c   rootredcost      :          1          0          0          0
15.55/15.69	c   symmetry         :      15139          0        264       7628
15.55/15.69	c   vbounds          :       4596          0          0          0
15.55/15.69	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
15.55/15.69	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
15.55/15.69	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
15.55/15.69	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
15.55/15.69	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
15.55/15.69	c   probing          :       0.00       0.00       0.00       0.00       0.00       0.00
15.55/15.69	c   pseudoobj        :       0.02       0.00       0.00       0.02       0.00       0.00
15.55/15.69	c   redcost          :       0.02       0.00       0.00       0.02       0.00       0.00
15.55/15.69	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
15.55/15.69	c   symmetry         :       0.29       0.00       0.02       0.25       0.00       0.02
15.55/15.69	c   vbounds          :       0.00       0.00       0.00       0.00       0.00       0.00
15.55/15.69	c Symmetry           :
15.55/15.69	c   #affected vars   :        185 (185 bin, 0 int, 0 cont)
15.55/15.69	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
15.55/15.69	c   orbital reduction:       7307 reductions applied,        142 cutoffs
15.55/15.69	c   lexicographic red:        454 reductions applied,        122 cutoffs
15.55/15.69	c   shadow tree time :       0.00 s
15.55/15.69	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
15.55/15.69	c   propagation      :       0.04       1786       1723          -       6690       29.8         74       24.1          -          -          -
15.55/15.69	c   infeasible LP    :       0.00         41         40          -        109       24.8          1        5.0         20        6.7          0
15.55/15.69	c   bound exceed. LP :       0.00         22         16          -         85       35.4          1       13.0          4       10.0          0
15.55/15.69	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
15.55/15.69	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
15.55/15.69	c   applied globally :       0.00          -          -          0       2084       12.4          -          -         23          -          -
15.55/15.69	c   applied locally  :          -          -          -          0        537       38.2          -          -          1          -          -
15.55/15.69	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
15.55/15.69	c   cut pool         :       0.09          -        619         21          -          -       5645       9336          -          -          -          -          -    (maximal pool size:       3254)
15.55/15.69	c   aggregation      :       0.06       0.00        263         11          0          0          1          1          0          1          1          0          0
15.55/15.69	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
15.55/15.69	c   > flowcover      :          -          -          -          -          -          -          -          1          0          1          1          0          -
15.55/15.69	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
15.55/15.69	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
15.55/15.69	c   clique           :       0.00       0.00         11         11          0          0          0          0          0          0          0          0          0
15.55/15.69	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
15.55/15.69	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
15.55/15.69	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
15.55/15.69	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
15.55/15.69	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
15.55/15.69	c   gomory           :       7.26       0.00        262         10          0          0       5676       8063        494        436        426         10          0
15.55/15.69	c   > gomorymi       :          -          -          -          -          -          -          -       2744        247        159        152          7          -
15.55/15.69	c   > strongcg       :          -          -          -          -          -          -          -       5319        247        277        274          3          -
15.55/15.69	c   impliedbounds    :       0.00       0.00        263         11          0          0          0          0          0          0          0          0          0
15.55/15.69	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
15.55/15.69	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
15.55/15.69	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
15.55/15.69	c   mcf              :       0.00       0.00          1          1          0          0          0          0          0          0          0          0          0
15.55/15.69	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
15.55/15.69	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
15.55/15.69	c   multilinear      :       0.00       0.00        172         11          0          0          0          0          0          0          0          0          0
15.55/15.69	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
15.55/15.69	c   rapidlearning    :       0.58       0.00         18          1          0        334          0          0          0          0          0          0        200
15.55/15.69	c   rlt              :       0.00       0.00         10         10          0          0          0          0          0          0          0          0          0
15.55/15.69	c   zerohalf         :       0.06       0.00        263         11          0          0        521       1272         59        398        369         29          0
15.55/15.69	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
15.55/15.69	c   hybrid           :       0.00       0.00        301         11        835          0       9013         30          0       2437
15.55/15.69	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
15.55/15.69	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
15.55/15.69	c Pricers            :   ExecTime  SetupTime      Calls       Vars
15.55/15.69	c   problem variables:       0.00          -          0          0
15.55/15.69	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
15.55/15.69	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
15.55/15.69	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
15.55/15.69	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
15.55/15.69	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
15.55/15.69	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
15.55/15.69	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
15.55/15.69	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
15.55/15.69	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
15.55/15.69	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
15.55/15.69	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
15.55/15.69	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
15.55/15.69	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
15.55/15.69	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
15.55/15.69	c   relpscost        :       1.32       0.00       1736          0          0          0        285          0        312       3274
15.55/15.69	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
15.55/15.69	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
15.55/15.69	c   LP solutions     :       0.00          -          -          0          0
15.55/15.69	c   relax solutions  :       0.00          -          -          0          0
15.55/15.69	c   pseudo solutions :       0.00          -          -          0          0
15.55/15.69	c   strong branching :       0.00          -          -          0          0
15.55/15.69	c   actconsdiving    :       0.00       0.00          0          0          0
15.55/15.69	c   adaptivediving   :       0.07       0.00         43          0          0
15.55/15.69	c   alns             :       0.05       0.00          5          0          0
15.55/15.69	c   bound            :       0.00       0.00          0          0          0
15.55/15.69	c   clique           :       0.01       0.00          1          0          0
15.55/15.69	c   coefdiving       :       0.00       0.00          0          0          0
15.55/15.69	c   completesol      :       0.00       0.00          0          0          0
15.55/15.69	c   conflictdiving   :       0.03       0.00         25          0          0
15.55/15.69	c   crossover        :       0.06       0.00          4          0          0
15.55/15.69	c   dins             :       0.00       0.00          0          0          0
15.55/15.69	c   distributiondivin:       0.13       0.00         23          0          0
15.55/15.69	c   dks              :       0.00       0.00          0          0          0
15.55/15.69	c   dps              :       0.00       0.00          0          0          0
15.55/15.69	c   dualval          :       0.00       0.00          0          0          0
15.55/15.69	c   farkasdiving     :       0.00       0.00          0          0          0
15.55/15.69	c   feaspump         :       0.00       0.00          0          0          0
15.55/15.69	c   fixandinfer      :       0.00       0.00          0          0          0
15.55/15.69	c   fracdiving       :       0.02       0.00         24          0          0
15.55/15.69	c   gins             :       0.00       0.00          0          0          0
15.55/15.69	c   guideddiving     :       0.01       0.00         25          0          0
15.55/15.69	c   indicator        :       0.00       0.00          0          0          0
15.55/15.69	c   indicatordiving  :       0.00       0.00          0          0          0
15.55/15.69	c   intdiving        :       0.00       0.00          0          0          0
15.55/15.69	c   intshifting      :       0.00       0.00          0          0          0
15.55/15.69	c   linesearchdiving :       0.01       0.00         22          0          0
15.55/15.69	c   localbranching   :       0.00       0.00          0          0          0
15.55/15.69	c   locks            :       0.00       0.00          1          0          0
15.55/15.69	c   lpface           :       2.50       0.00          2          0          0
15.55/15.69	c   mpec             :       0.00       0.00          0          0          0
15.55/15.69	c   multistart       :       0.00       0.00          0          0          0
15.55/15.69	c   mutation         :       0.00       0.00          0          0          0
15.55/15.69	c   nlpdiving        :       0.00       0.00          0          0          0
15.55/15.69	c   objpscostdiving  :       0.03       0.00         10          1          0
15.55/15.69	c   octane           :       0.00       0.00          0          0          0
15.55/15.69	c   ofins            :       0.00       0.00          0          0          0
15.55/15.69	c   oneopt           :       0.00       0.00          4          1          1
15.55/15.69	c   padm             :       0.00       0.00          0          0          0
15.55/15.69	c   proximity        :       0.00       0.00          0          0          0
15.55/15.69	c   pscostdiving     :       0.05       0.00         26          0          0
15.55/15.69	c   randrounding     :       0.01       0.00        113          0          0
15.55/15.69	c   rens             :       0.01       0.00          1          0          0
15.55/15.69	c   reoptsols        :       0.00       0.00          0          0          0
15.55/15.69	c   repair           :       0.00       0.00          0          0          0
15.55/15.69	c   rins             :       0.09       0.00          6          0          0
15.55/15.69	c   rootsoldiving    :       0.06       0.00          7          0          0
15.55/15.69	c   rounding         :       0.03       0.00        585          0          0
15.55/15.69	c   scheduler        :       0.00       0.00          0          0          0
15.55/15.69	c   shiftandpropagate:       0.00       0.00          1          1          1
15.55/15.69	c   shifting         :       0.10       0.00        472        105          0
15.55/15.69	c   simplerounding   :       0.00       0.00       2268          0          0
15.55/15.69	c   subnlp           :       0.00       0.00          0          0          0
15.55/15.69	c   trivial          :       0.00       0.00          2          0          0
15.55/15.69	c   trivialnegation  :       0.00       0.00          0          0          0
15.55/15.69	c   trustregion      :       0.00       0.00          0          0          0
15.55/15.69	c   trysol           :       0.00       0.00          0          0          0
15.55/15.69	c   twoopt           :       0.00       0.00          0          0          0
15.55/15.69	c   undercover       :       0.00       0.00          0          0          0
15.55/15.69	c   vbounds          :       0.00       0.00          0          0          0
15.55/15.69	c   veclendiving     :       0.01       0.00         24          0          0
15.55/15.69	c   zeroobj          :       0.00       0.00          0          0          0
15.55/15.69	c   zirounding       :       0.10       0.00       1551         31          0
15.55/15.69	c   other solutions  :          -          -          -          0          -
15.55/15.69	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
15.55/15.69	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
15.55/15.69	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
15.55/15.69	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
15.55/15.69	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
15.55/15.69	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
15.55/15.69	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
15.55/15.69	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
15.55/15.69	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
15.55/15.69	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
15.55/15.69	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
15.55/15.69	c   primal LP        :       0.06        179          0       0.00       0.00       0.06        179
15.55/15.69	c   dual LP          :       1.41       2566      18700       8.38   13261.72       0.12        335
15.55/15.69	c   lex dual LP      :       0.00          0          0       0.00          -
15.55/15.69	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
15.55/15.69	c   resolve instable :       0.00          0          0       0.00          -
15.55/15.69	c   diving/probing LP:       0.40        427       5637      13.20   13970.88
15.55/15.69	c   strong branching :       0.75        801      10846      13.54   14542.66          -          -         60
15.55/15.69	c     (at root node) :          -         19        652      34.32          -
15.55/15.69	c   conflict analysis:       0.00          0          0       0.00          -
15.55/15.69	c Relaxators         :       Time      Calls    Cutoffs ImprBounds   ImprTime ReducedDom  Separated AddedConss
15.55/15.69	c   benders          :       0.00          0          0          0       0.00          0          0          0
15.55/15.69	c B&B Tree           :
15.55/15.69	c   number of runs   :          1
15.55/15.69	c   nodes            :       3016 (1637 internal, 1379 leaves)
15.55/15.69	c   feasible leaves  :          0
15.55/15.69	c   infeas. leaves   :       1215
15.55/15.69	c   objective leaves :        164
15.55/15.69	c   nodes (total)    :       3016 (1637 internal, 1379 leaves)
15.55/15.69	c   nodes left       :          0
15.55/15.69	c   max depth        :         31
15.55/15.69	c   max depth (total):         31
15.55/15.69	c   backtracks       :        936 (31.0%)
15.55/15.69	c   early backtracks :          0 (0.0%)
15.55/15.69	c   nodes exc. ref.  :          0 (0.0%)
15.55/15.69	c   delayed cutoffs  :        259
15.55/15.69	c   repropagations   :       1387 (2854 domain reductions, 181 cutoffs)
15.55/15.69	c   avg switch length:       7.16
15.55/15.69	c   switching time   :       0.33
15.55/15.69	c Root Node          :
15.55/15.69	c   First LP value   : +0.00000000000000e+00
15.55/15.69	c   First LP Iters   :        104 (24316.11 Iter/sec)
15.55/15.69	c   First LP Time    :       0.00
15.55/15.69	c   Final Dual Bound : +0.00000000000000e+00
15.55/15.69	c   Final Root Iters :        422
15.55/15.69	c   Root LP Estimate : +5.82309960749885e+00
15.55/15.69	c Solution           :
15.55/15.69	c   Solutions found  :        140 (3 improvements)
15.55/15.69	c   First Solution   : +1.00000000000000e+01   (in run 1, after 1 nodes, 0.07 seconds, depth 49, found by <shiftandpropagate>)
15.55/15.69	c   Gap First Sol.   :   infinite
15.55/15.69	c   Gap Last Sol.    :      75.00 %
15.55/15.69	c   Primal Bound     : +7.00000000000000e+00   (in run 1, after 2094 nodes, 13.10 seconds, depth 10, found by <shifting>)
15.55/15.69	c   Dual Bound       : +7.00000000000000e+00
15.55/15.69	c   Gap              :       0.00 %
15.55/15.69	c Integrals          :      Total       Avg%
15.55/15.69	c   primal-dual      :    1079.13      68.76
15.55/15.69	c   primal-ref       :          -          - (not evaluated)
15.55/15.69	c   dual-ref         :          -          - (not evaluated)
15.64/15.70	c Time complete (sec):     15.658

Verifier Data

OK	7

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4517685-1751531244/watcher-4517685-1751531244 -o /tmp/evaluation-result-4517685-1751531244/solver-4517685-1751531244 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751526542-73835 --watchdog 3760 pbsolver -f HOME/instance-4517685-1751531244.opb -t 3600 -m 31000 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=74973, runsolver pid=74970

[startup+0.100063 s]*
/proc/loadavg: 4.08 4.10 4.09 5/262 74974
/proc/meminfo: memFree=127700368/131250000 swapFree=33010416/33010684
[pid=74973] ppid=74970 vsize=41588 memory=32948 CPUtime=0.1 cores=1,3
/proc/74973/stat : 74973 (pbsolver) R 74970 74973 73823 0 -1 4194304 6313 0 0 0 9 1 0 0 20 0 1 0 68804313 42586112 8237 18446744073709551615 4198400 14743177 140730107406480 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 25317376 140730107410826 140730107410922 140730107410922 140730107416524 0
/proc/74973/statm: 10397 8237 2688 2575 0 7304 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 41588 KiB
Current children cumulated memory: 32948 KiB

[startup+0.205351 s]*
/proc/loadavg: 4.08 4.10 4.09 5/262 74974
/proc/meminfo: memFree=127692556/131250000 swapFree=33010416/33010684
[pid=74973] ppid=74970 vsize=52168 memory=41872 CPUtime=0.2 cores=1,3
/proc/74973/stat : 74973 (pbsolver) R 74970 74973 73823 0 -1 4194304 9471 0 0 0 19 1 0 0 20 0 1 0 68804313 53420032 10468 18446744073709551615 4198400 14743177 140730107406480 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 25317376 140730107410826 140730107410922 140730107410922 140730107416524 0
/proc/74973/statm: 13042 10468 2688 2575 0 9949 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 52168 KiB
Current children cumulated memory: 41872 KiB

[startup+0.305356 s]*
/proc/loadavg: 4.08 4.10 4.09 5/262 74974
/proc/meminfo: memFree=127692556/131250000 swapFree=33010416/33010684
[pid=74973] ppid=74970 vsize=52168 memory=41872 CPUtime=0.3 cores=1,3
/proc/74973/stat : 74973 (pbsolver) R 74970 74973 73823 0 -1 4194304 9483 0 0 0 29 1 0 0 20 0 1 0 68804313 53420032 10468 18446744073709551615 4198400 14743177 140730107406480 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 25317376 140730107410826 140730107410922 140730107410922 140730107416524 0
/proc/74973/statm: 13042 10468 2688 2575 0 9949 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 52168 KiB
Current children cumulated memory: 41872 KiB

[startup+0.700136 s]
/proc/loadavg: 4.08 4.10 4.09 5/262 74974
/proc/meminfo: memFree=127692556/131250000 swapFree=33010416/33010684
[pid=74973] ppid=74970 vsize=52168 memory=42000 CPUtime=0.68 cores=1,3
/proc/74973/stat : 74973 (pbsolver) R 74970 74973 73823 0 -1 4194304 9510 0 0 0 67 1 0 0 20 0 1 0 68804313 53420032 10500 18446744073709551615 4198400 14743177 140730107406480 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 25317376 140730107410826 140730107410922 140730107410922 140730107416524 0
/proc/74973/statm: 13042 10500 2688 2575 0 9949 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 52168 KiB
Current children cumulated memory: 42000 KiB

[startup+1.50017 s]
/proc/loadavg: 4.08 4.10 4.09 5/262 74974
/proc/meminfo: memFree=127693104/131250000 swapFree=33010416/33010684
[pid=74973] ppid=74970 vsize=73120 memory=60944 CPUtime=1.48 cores=1,3
/proc/74973/stat : 74973 (pbsolver) R 74970 74973 73823 0 -1 4194304 14253 0 0 0 146 2 0 0 20 0 1 0 68804313 74874880 15236 18446744073709551615 4198400 14743177 140730107406480 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 25317376 140730107410826 140730107410922 140730107410922 140730107416524 0
/proc/74973/statm: 18280 15236 2688 2575 0 15187 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 73120 KiB
Current children cumulated memory: 60944 KiB

[startup+3.1052 s]
/proc/loadavg: 4.08 4.10 4.09 5/262 74974
/proc/meminfo: memFree=127674800/131250000 swapFree=33010416/33010684
[pid=74973] ppid=74970 vsize=74484 memory=62096 CPUtime=3.08 cores=1,3
/proc/74973/stat : 74973 (pbsolver) R 74970 74973 73823 0 -1 4194304 14536 0 0 0 306 2 0 0 20 0 1 0 68804313 76271616 15524 18446744073709551615 4198400 14743177 140730107406480 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 25317376 140730107410826 140730107410922 140730107410922 140730107416524 0
/proc/74973/statm: 18621 15524 2688 2575 0 15528 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 74484 KiB
Current children cumulated memory: 62096 KiB

[startup+6.30015 s]
/proc/loadavg: 4.08 4.10 4.09 5/262 74974
/proc/meminfo: memFree=127658088/131250000 swapFree=33010416/33010684
[pid=74973] ppid=74970 vsize=79500 memory=66960 CPUtime=6.27 cores=1,3
/proc/74973/stat : 74973 (pbsolver) R 74970 74973 73823 0 -1 4194304 15777 0 0 0 624 3 0 0 20 0 1 0 68804313 81408000 16740 18446744073709551615 4198400 14743177 140730107406480 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 25317376 140730107410826 140730107410922 140730107410922 140730107416524 0
/proc/74973/statm: 19875 16740 2688 2575 0 16782 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 79500 KiB
Current children cumulated memory: 66960 KiB

[startup+12.7001 s]
/proc/loadavg: 4.07 4.10 4.09 5/262 74974
/proc/meminfo: memFree=127626084/131250000 swapFree=33010416/33010684
[pid=74973] ppid=74970 vsize=113752 memory=100368 CPUtime=12.65 cores=1,3
/proc/74973/stat : 74973 (pbsolver) R 74970 74973 73823 0 -1 4194304 24113 0 0 0 1261 4 0 0 20 0 1 0 68804313 116482048 25092 18446744073709551615 4198400 14743177 140730107406480 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 25317376 140730107410826 140730107410922 140730107410922 140730107416524 0
/proc/74973/statm: 28438 25092 2688 2575 0 25345 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 113752 KiB
Current children cumulated memory: 100368 KiB

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

# cumulated CPU time of all completed processes:  user=15.6075 s, system=0.055833 s

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

[startup+12.8002 s]
/proc/loadavg: 4.07 4.10 4.09 5/262 74974
/proc/meminfo: memFree=127626084/131250000 swapFree=33010416/33010684
[pid=74973] ppid=74970 vsize=113752 memory=100368 CPUtime=12.75 cores=1,3
/proc/74973/stat : 74973 (pbsolver) R 74970 74973 73823 0 -1 4194304 24113 0 0 0 1271 4 0 0 20 0 1 0 68804313 116482048 25092 18446744073709551615 4198400 14743177 140730107406480 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 25317376 140730107410826 140730107410922 140730107410922 140730107416524 0
/proc/74973/statm: 28438 25092 2688 2575 0 25345 0
Current children cumulated CPU time: 12.75 s
Current children cumulated vsize: 113752 KiB
Current children cumulated memory: 100368 KiB

[startup+14.4002 s]
/proc/loadavg: 4.07 4.10 4.09 5/262 74974
/proc/meminfo: memFree=127625568/131250000 swapFree=33010416/33010684
[pid=74973] ppid=74970 vsize=116312 memory=103184 CPUtime=14.34 cores=1,3
/proc/74973/stat : 74973 (pbsolver) R 74970 74973 73823 0 -1 4194304 24838 0 0 0 1430 4 0 0 20 0 1 0 68804313 119103488 25796 18446744073709551615 4198400 14743177 140730107406480 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 25317376 140730107410826 140730107410922 140730107410922 140730107416524 0
/proc/74973/statm: 29078 25796 2688 2575 0 25985 0
Current children cumulated CPU time: 14.34 s
Current children cumulated vsize: 116312 KiB
Current children cumulated memory: 103184 KiB

[startup+15.2002 s]
/proc/loadavg: 4.14 4.11 4.09 5/262 74974
/proc/meminfo: memFree=127620968/131250000 swapFree=33010416/33010684
[pid=74973] ppid=74970 vsize=116312 memory=104208 CPUtime=15.15 cores=1,3
/proc/74973/stat : 74973 (pbsolver) R 74970 74973 73823 0 -1 4194304 25095 0 0 0 1510 5 0 0 20 0 1 0 68804313 119103488 26052 18446744073709551615 4198400 14743177 140730107406480 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 25317376 140730107410826 140730107410922 140730107410922 140730107416524 0
/proc/74973/statm: 29078 26052 2688 2575 0 25985 0
Current children cumulated CPU time: 15.15 s
Current children cumulated vsize: 116312 KiB
Current children cumulated memory: 104208 KiB

[startup+15.6001 s]
/proc/loadavg: 4.14 4.11 4.09 5/262 74974
/proc/meminfo: memFree=127620968/131250000 swapFree=33010416/33010684
[pid=74973] ppid=74970 vsize=116312 memory=104208 CPUtime=15.55 cores=1,3
/proc/74973/stat : 74973 (pbsolver) R 74970 74973 73823 0 -1 4194304 25095 0 0 0 1550 5 0 0 20 0 1 0 68804313 119103488 26052 18446744073709551615 4198400 14743177 140730107406480 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 25317376 140730107410826 140730107410922 140730107410922 140730107416524 0
/proc/74973/statm: 29078 26052 2688 2575 0 25985 0
Current children cumulated CPU time: 15.55 s
Current children cumulated vsize: 116312 KiB
Current children cumulated memory: 104208 KiB

[startup+15.7001 s]
/proc/loadavg: 4.14 4.11 4.09 5/262 74974
/proc/meminfo: memFree=127620968/131250000 swapFree=33010416/33010684
[pid=74973] ppid=74970 vsize=116312 memory=104208 CPUtime=15.64 cores=1,3
/proc/74973/stat : 74973 (pbsolver) R 74970 74973 73823 0 -1 4194304 25096 0 0 0 1559 5 0 0 20 0 1 0 68804313 119103488 26052 18446744073709551615 4198400 14743177 140730107406480 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 16769280 16853168 25317376 140730107410826 140730107410922 140730107410922 140730107416524 0
/proc/74973/statm: 29078 26052 2688 2575 0 25985 0
Current children cumulated CPU time: 15.64 s
Current children cumulated vsize: 116312 KiB
Current children cumulated memory: 104208 KiB

Child status: 0

Real time (s): 15.7121
CPU time (s): 15.6634
CPU user time (s): 15.6075
CPU system time (s): 0.055833
CPU usage (%): 99.6896
Max. virtual memory (cumulated for all children) (KiB): 116312
Max. memory (cumulated for all children) (KiB): 104208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.6075
system time used= 0.055833
maximum resident set size= 104208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25096
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= 28


# summary of solver processes directly reported to runsolver:
#   pid: 74973
#   total CPU time (s): 15.6634
#   total CPU user time (s): 15.6075
#   total CPU system time (s): 0.055833

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.035274 second user time and 0.09726 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-03 10:27:24
IDJOB=4517685
IDBENCH=176157
IDSOLVER=3366
FILE ID=nodeC027/4517685-1751531244
RUNJOBID= nodeC027-1751526542-73835
SLURM_JOB_ID= 9598657
Free space on /tmp= 431136 MiB

SOLVER NAME= SCIP-10 2025-06-13
BENCH NAME= PB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/normalized-clique-coloring-max-clique-n=10-t=3.opb
COMMAND LINE= pbsolver -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4517685-1751531244/watcher-4517685-1751531244 -o /tmp/evaluation-result-4517685-1751531244/solver-4517685-1751531244 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751526542-73835 --watchdog 3760  pbsolver -f HOME/instance-4517685-1751531244.opb -t 3600 -m 31000

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

MD5SUM BENCH= 3e50d3b7c5b20854de6ffc628b5756bc
RANDOM SEED=1502093939

nodeC027 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.634
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.29
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		: 3601.797
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.29
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		: 3598.443
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.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        127704436 kB
MemAvailable:   127935596 kB
Buffers:            2488 kB
Cached:          1030936 kB
SwapCached:           12 kB
Active:          2397752 kB
Inactive:         490412 kB
Active(anon):    1870008 kB
Inactive(anon):     2792 kB
Active(file):     527744 kB
Inactive(file):   487620 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             15084 kB
Writeback:            20 kB
AnonPages:       1854760 kB
Mapped:           137688 kB
Shmem:             18056 kB
KReclaimable:     109668 kB
Slab:             198620 kB
SReclaimable:     109668 kB
SUnreclaim:        88952 kB
KernelStack:        4272 kB
PageTables:         6684 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    2283180 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1005568 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:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431124 MiB
End job on nodeC027 at 2025-07-03 10:27:40