Trace number 4493599

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 5.8148 5.83298

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/prestwich/armies/normalized-army11.17ls.opb
MD5SUM577423e4c806b19b8b5f6a5daee1c614
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.071126
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables370
Total number of constraints557
Number of constraints which are clauses313
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints242
Minimum length of a constraint2
Maximum length of a constraint121
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 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 138
Number of bits of the biggest sum of numbers8
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-4493599-1751148175.opb>
0.00/0.00	c original problem has 370 variables (370 bin, 0 int, 0 cont) and 557 constraints
0.00/0.00	c problem read in 0.001 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): 4 aggregations, 0 fixings, 0 bound changes
0.00/0.00	c (round 1, medium)     4 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 189 clqs
0.00/0.00	c (round 2, fast)       4 del vars, 4 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 189 clqs
0.00/0.01	c (round 3, exhaustive) 4 del vars, 4 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 553 upgd conss, 0 impls, 189 clqs
0.00/0.01	c (round 4, medium)     8 del vars, 250 del conss, 964 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 553 upgd conss, 0 impls, 1141 clqs
0.00/0.01	c (round 5, fast)       8 del vars, 258 del conss, 964 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 553 upgd conss, 0 impls, 1141 clqs
0.00/0.01	c (round 6, exhaustive) 8 del vars, 1338 del conss, 1084 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 553 upgd conss, 0 impls, 1141 clqs
0.00/0.04	c    (0.0s) probing cycle finished: starting next cycle
0.00/0.04	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.00/0.04	c    (0.0s) symmetry computation finished: 3 generators found (max: 1500, log10 of symmetry group size: 588.65) (symcode time: 0.00)
0.00/0.04	c dynamic symmetry handling statistics:
0.00/0.04	c    orbitopal reduction:       no components
0.00/0.04	c    orbital reduction:          1 components of sizes 3
0.00/0.04	c    lexicographic reduction:    3 permutations with support sizes 300, 362, 316
0.00/0.04	c handled 1 out of 1 symmetry components
0.00/0.04	c presolving (7 rounds: 7 fast, 5 medium, 3 exhaustive):
0.00/0.04	c  8 deleted vars, 1338 deleted constraints, 1084 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.04	c  0 implications, 2918 cliques
0.00/0.04	c presolved problem has 362 variables (362 bin, 0 int, 0 cont) and 303 constraints
0.00/0.04	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
0.00/0.04	c       2 constraints of type <knapsack>
0.00/0.04	c     181 constraints of type <setppc>
0.00/0.04	c     120 constraints of type <and>
0.00/0.04	c transformed objective value is always integral (scale: 1)
0.00/0.04	c Presolving Time: 0.04
0.00/0.04	c 
0.00/0.04	c - non default parameters ----------------------------------------------------------------------
0.00/0.04	c 
0.00/0.04	c # SCIP version 10.0.0
0.00/0.04	c 
0.00/0.04	c # maximal time in seconds to run
0.00/0.04	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.00/0.04	c limits/time = 3596.998061
0.00/0.04	c 
0.00/0.04	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.04	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.00/0.04	c limits/memory = 27900
0.00/0.04	c 
0.00/0.04	c # belongs reading time to solving time?
0.00/0.04	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.00/0.04	c timing/reading = TRUE
0.00/0.04	c 
0.00/0.04	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.04	c # [type: int, advanced: TRUE, range: [-1,2147483647], default: -1]
0.00/0.04	c reading/opbreader/maxintsize = 47
0.00/0.04	c 
0.00/0.04	c # timing when propagator should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS))
0.00/0.04	c # [type: int, advanced: TRUE, range: [0,15], default: 15]
0.00/0.04	c propagating/genvbounds/timingmask = 0
0.00/0.04	c 
0.00/0.04	c -----------------------------------------------------------------------------------------------
0.00/0.04	c 
0.00/0.06	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.06	c   0.1s|     1 |     0 |   219 |     - |    11M |   0 | 362 | 384 | 423 |   0 |  0 |  89 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.09/0.11	c   0.1s|     1 |     0 |   470 |     - |    12M |   0 | 362 | 405 | 484 |  61 |  1 |  98 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.09/0.13	c   0.1s|     1 |     0 |   540 |     - |    15M |   0 | 362 | 410 | 526 | 103 |  2 | 103 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.09/0.17	c   0.2s|     1 |     0 |   612 |     - |    21M |   0 | 362 | 413 | 563 | 140 |  3 | 106 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.20/0.21	c   0.2s|     1 |     0 |   643 |     - |    25M |   0 | 362 | 414 | 602 | 179 |  4 | 107 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.20/0.24	c   0.2s|     1 |     0 |   713 |     - |    28M |   0 | 362 | 418 | 607 | 184 |  5 | 111 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.20/0.29	c   0.3s|     1 |     0 |   785 |     - |    32M |   0 | 362 | 423 | 636 | 213 |  6 | 116 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.30/0.35	c   0.3s|     1 |     0 |   841 |     - |    35M |   0 | 362 | 425 | 662 | 239 |  7 | 118 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.40/0.41	c   0.4s|     1 |     0 |   916 |     - |    43M |   0 | 362 | 426 | 687 | 264 |  8 | 119 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.40/0.48	c   0.5s|     1 |     0 |  1020 |     - |    48M |   0 | 362 | 431 | 710 | 287 |  9 | 124 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.50/0.55	c   0.6s|     1 |     0 |  1067 |     - |    51M |   0 | 362 | 434 | 732 | 309 | 10 | 127 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.50/0.56	c   0.6s|     1 |     0 |  1106 |     - |    51M |   0 | 362 | 435 | 749 | 326 | 11 | 128 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.59/0.69	c   0.7s|     1 |     2 |  1536 |     - |    52M |   0 | 362 | 451 | 749 | 326 | 11 | 144 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1.09/1.14	c   1.1s|   100 |    21 |  5819 |  48.4 |    59M |  18 | 362 | 474 | 789 |1135 |  0 | 167 |  11 | 0.000000e+00 |      --      |    Inf |   0.54%
1.48/1.51	c   1.5s|   200 |    23 |  8887 |  39.5 |    68M |  18 | 362 | 501 | 817 |1708 |  0 | 194 |  11 | 0.000000e+00 |      --      |    Inf |   0.76%
1.78/1.81	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1.78/1.81	c   1.8s|   300 |    27 | 13515 |  41.7 |    69M |  20 | 362 | 514 | 809 |2268 |  0 | 207 |  11 | 0.000000e+00 |      --      |    Inf |   0.82%
1.98/2.08	c   2.1s|   400 |    29 | 15852 |  37.1 |    69M |  20 | 362 | 520 | 807 |2717 |  1 | 213 |  11 | 0.000000e+00 |      --      |    Inf |   0.88%
2.38/2.43	c   2.4s|   500 |    33 | 18175 |  34.4 |    72M |  22 | 362 | 543 | 798 |3161 |  2 | 236 |  11 | 0.000000e+00 |      --      |    Inf |   0.97%
2.58/2.61	c   2.6s|   600 |    31 | 19923 |  31.5 |    72M |  22 | 362 | 543 | 803 |3441 |  2 | 236 |  11 | 0.000000e+00 |      --      |    Inf |   1.06%
3.08/3.14	c   3.1s|   700 |    31 | 22211 |  30.3 |    72M |  26 | 362 | 547 | 849 |3767 |  1 | 240 |  11 | 0.000000e+00 |      --      |    Inf |   1.07%
3.37/3.49	c   3.5s|   800 |    29 | 24364 |  29.2 |    72M |  27 | 362 | 555 | 840 |4066 |  1 | 248 |  11 | 0.000000e+00 |      --      |    Inf |   1.07%
3.67/3.78	c   3.8s|   900 |    31 | 27033 |  28.9 |    76M |  28 | 362 | 567 | 817 |4478 |  2 | 260 |  11 | 0.000000e+00 |      --      |    Inf |   1.16%
3.98/4.07	c   4.1s|  1000 |    27 | 29732 |  28.7 |    76M |  28 | 362 | 578 | 835 |4826 |  0 | 271 |  11 | 0.000000e+00 |      --      |    Inf |   1.17%
4.38/4.46	c   4.5s|  1100 |    33 | 32449 |  28.6 |    76M |  28 | 362 | 594 | 821 |5235 |  0 | 288 |  11 | 0.000000e+00 |      --      |    Inf |   1.22%
4.38/4.47	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
4.38/4.47	c (run 1, node 1113) performing user restart
4.38/4.47	c 
4.38/4.47	c (restart) converted 121 cuts from the global cut pool into linear constraints
4.38/4.47	c 
4.38/4.48	c presolving:
4.38/4.48	c (round 1, fast)       0 del vars, 5 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 2918 clqs
4.38/4.49	c (round 2, exhaustive) 0 del vars, 5 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 128 upgd conss, 0 impls, 2918 clqs
4.38/4.49	c (round 3, medium)     0 del vars, 13 del conss, 19 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 128 upgd conss, 0 impls, 2918 clqs
4.38/4.49	c (round 4, exhaustive) 0 del vars, 21 del conss, 19 add conss, 0 chg bounds, 0 chg sides, 34 chg coeffs, 128 upgd conss, 0 impls, 2918 clqs
4.38/4.49	c (round 5, exhaustive) 0 del vars, 21 del conss, 19 add conss, 0 chg bounds, 0 chg sides, 99 chg coeffs, 128 upgd conss, 0 impls, 2918 clqs
4.48/4.50	c presolving (6 rounds: 6 fast, 5 medium, 4 exhaustive):
4.48/4.50	c  0 deleted vars, 21 deleted constraints, 19 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 99 changed coefficients
4.48/4.50	c  0 implications, 2918 cliques
4.48/4.50	c presolved problem has 362 variables (362 bin, 0 int, 0 cont) and 713 constraints
4.48/4.50	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
4.48/4.50	c       2 constraints of type <knapsack>
4.48/4.50	c     313 constraints of type <setppc>
4.48/4.50	c     120 constraints of type <and>
4.48/4.50	c       5 constraints of type <linear>
4.48/4.50	c     273 constraints of type <logicor>
4.48/4.50	c transformed objective value is always integral (scale: 1)
4.48/4.50	c Presolving Time: 0.06
4.48/4.50	c 
4.48/4.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
4.48/4.51	c   4.5s|     1 |     0 | 32823 |     - |    69M |   0 | 362 | 708 | 555 |   0 |  0 | 295 |  11 | 0.000000e+00 |      --      |    Inf | unknown
4.48/4.58	c   4.6s|     1 |     0 | 32935 |     - |    71M |   0 | 362 | 737 | 617 |  62 |  1 | 298 |  11 | 0.000000e+00 |      --      |    Inf | unknown
4.58/4.63	c   4.6s|     1 |     0 | 32993 |     - |    72M |   0 | 362 | 739 | 665 | 110 |  2 | 300 |  11 | 0.000000e+00 |      --      |    Inf | unknown
4.58/4.68	c   4.7s|     1 |     0 | 33081 |     - |    72M |   0 | 362 | 740 | 703 | 148 |  3 | 301 |  11 | 0.000000e+00 |      --      |    Inf | unknown
4.68/4.74	c   4.7s|     1 |     0 | 33172 |     - |    72M |   0 | 362 | 741 | 739 | 184 |  4 | 302 |  11 | 0.000000e+00 |      --      |    Inf | unknown
4.78/4.81	c   4.8s|     1 |     0 | 33253 |     - |    72M |   0 | 362 | 745 | 768 | 213 |  5 | 306 |  11 | 0.000000e+00 |      --      |    Inf | unknown
4.78/4.87	c   4.9s|     1 |     0 | 33303 |     - |    72M |   0 | 362 | 746 | 790 | 235 |  6 | 307 |  11 | 0.000000e+00 |      --      |    Inf | unknown
4.88/4.94	c   4.9s|     1 |     0 | 33395 |     - |    74M |   0 | 362 | 747 | 804 | 249 |  7 | 308 |  11 | 0.000000e+00 |      --      |    Inf | unknown
4.98/5.02	c   5.0s|     1 |     0 | 33506 |     - |    77M |   0 | 362 | 752 | 822 | 267 |  8 | 313 |  11 | 0.000000e+00 |      --      |    Inf | unknown
4.98/5.09	c   5.1s|     1 |     0 | 33547 |     - |    79M |   0 | 362 | 755 | 833 | 278 |  9 | 316 |  11 | 0.000000e+00 |      --      |    Inf | unknown
5.08/5.18	c   5.2s|     1 |     0 | 33608 |     - |    79M |   0 | 362 | 759 | 852 | 297 | 10 | 320 |  11 | 0.000000e+00 |      --      |    Inf | unknown
5.17/5.20	c   5.2s|     1 |     0 | 33639 |     - |    80M |   0 | 362 | 764 | 863 | 308 | 11 | 325 |  11 | 0.000000e+00 |      --      |    Inf | unknown
5.27/5.30	c   5.3s|     1 |     2 | 34066 |     - |    80M |   0 | 362 | 776 | 863 | 308 | 11 | 337 |  22 | 0.000000e+00 |      --      |    Inf | unknown
5.67/5.79	c * 5.8s|    53 |     0 | 37302 |  30.3 |    LP  |  17 | 362 | 824 | 768 | 850 |  3 | 385 |  22 | 0.000000e+00 | 0.000000e+00 |   0.00%|  99.99%
5.67/5.79	c 
5.67/5.79	c SCIP Status        : problem is solved [optimal solution found]
5.67/5.79	c Solving Time (sec) : 5.80
5.67/5.79	c Solving Nodes      : 53 (total of 1166 nodes in 2 runs)
5.67/5.79	c Primal Bound       : +0.00000000000000e+00 (1 solutions)
5.67/5.79	c Dual Bound         : +0.00000000000000e+00
5.67/5.79	c Gap                : 0.00 %
5.67/5.79	s SATISFIABLE
5.67/5.79	v -x1 -x3 -x5 -x7 -x9 -x11 -x13 -x15 -x17 -x19 -x21 -x23 -x25 -x27 -x29 -x31 -x33 -x35 -x37 -x39 -x41 -x43 -x45 -x47 -x49 -x51 -x53
5.67/5.79	v -x55 -x57 -x59 -x61 -x63 -x65 -x67 -x69 -x71 -x73 -x75 -x77 -x79 -x81 -x83 -x85 -x87 -x89 -x91 -x93 -x95 -x97 -x99 -x101 -x103 -x105
5.67/5.79	v -x107 -x109 -x111 -x113 -x115 -x117 -x119 -x121 -x123 -x125 -x127 -x129 -x131 -x133 -x135 x137 -x139 -x141 -x143 -x145 -x147 -x149
5.67/5.79	v -x151 -x153 -x155 x157 x159 -x161 -x163 -x165 -x167 -x169 -x171 -x173 -x175 x177 x179 x181 -x183 -x185 -x187 -x189 x191 x193 -x195
5.67/5.79	v -x197 x199 x201 -x203 -x205 -x207 -x209 x211 x213 x215 -x217 -x219 x221 -x223 -x225 -x227 -x229 -x231 x233 x235 x237 -x239 -x241
5.67/5.79	v -x2 -x4 -x6 x8 x10 x12 -x14 -x16 -x18 -x20 -x22 -x24 -x26 -x28 x30 -x32 x34 -x36 -x38 -x40 -x42 x44 -x46 -x48 -x50 x52 x54 x56 -x58
5.67/5.79	v -x60 -x62 x64 x66 -x68 -x70 -x72 -x74 x76 -x78 -x80 -x82 -x84 x86 x88 -x90 -x92 -x94 -x96 -x98 -x100 -x102 -x104 -x106 x108 x110
5.67/5.79	v -x112 -x114 -x116 -x118 -x120 -x122 -x124 -x126 -x128 x130 -x132 -x134 -x136 -x138 -x140 -x142 -x144 -x146 -x148 -x150 -x152 -x154
5.67/5.79	v -x156 -x158 -x160 -x162 -x164 -x166 -x168 -x170 -x172 -x174 -x176 -x178 -x180 -x182 -x184 -x186 -x188 -x190 -x192 -x194 -x196 -x198
5.67/5.79	v -x200 -x202 -x204 -x206 -x208 -x210 -x212 -x214 -x216 -x218 -x220 -x222 -x224 -x226 -x228 -x230 -x232 -x234 -x236 -x238 -x240 -x242
5.67/5.79	v -x244 x243 -x246 x245 -x248 x247 -x250 x249 -x252 x251 -x254 x253 x256 -x255 x258 -x257 x260 -x259 x262 -x261 x264 -x263 x266 -x265
5.67/5.79	v x268 -x267 x270 -x269 -x272 x271 -x274 x273 -x276 x275 x278 -x277 x280 -x279 x282 -x281 -x284 x283 -x286 x285 x288 -x287 x290 -x289
5.67/5.79	v x292 -x291 x294 -x293 x296 -x295 x298 -x297 x300 -x299 x302 -x301 x304 -x303 x306 -x305 x308 -x307 -x310 -x309 -x312 -x311 -x314
5.67/5.79	v -x313 -x316 x315 -x318 x317 -x320 x319 -x322 x321 -x324 x323 x326 -x325 x328 -x327 x330 -x329 -x332 x331 -x334 x333 -x336 x335 -x338
5.67/5.79	v x337 x340 -x339 x342 -x341 x344 -x343 x346 -x345 -x348 -x347 -x350 -x349 -x352 -x351 -x354 x353 -x356 x355 -x358 x357 -x360 x359
5.67/5.79	v -x362 x361 -x364 x363 -x366 x365 -x368 x367 -x370 x369
5.67/5.79	c SCIP Status        : problem is solved [optimal solution found]
5.67/5.79	c Total Time         :       5.80
5.67/5.79	c   solving          :       5.80
5.67/5.79	c   presolving       :       0.06 (included in solving)
5.67/5.79	c   reading          :       0.00 (included in solving)
5.67/5.79	c   copying          :       0.15 (60 #copies) (minimal 0.00, maximal 0.00, average 0.00)
5.67/5.79	c Original Problem   :
5.67/5.79	c   Problem name     : HOME/instance-4493599-1751148175.opb
5.67/5.79	c   Variables        : 370 (370 binary, 0 integer, 0 continuous)
5.67/5.79	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
5.67/5.79	c   Constraints      : 557 initial, 557 maximal
5.67/5.79	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
5.67/5.79	c Presolved Problem  :
5.67/5.79	c   Problem name     : t_HOME/instance-4493599-1751148175.opb
5.67/5.79	c   Variables        : 362 (362 binary, 0 integer, 0 continuous)
5.67/5.79	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
5.67/5.79	c   Constraints      : 713 initial, 824 maximal
5.67/5.79	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
5.67/5.79	c   Nonzeros         : 11170 constraint, 5836 clique table
5.67/5.79	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
5.67/5.79	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
5.67/5.79	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
5.67/5.79	c   domcol           :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
5.67/5.79	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
5.67/5.79	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
5.67/5.79	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
5.67/5.79	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
5.67/5.79	c   gateextraction   :       0.00       0.00      5          0          0          0          0          0       1080        120          0          0
5.67/5.79	c   implics          :       0.00       0.00     10          0          0          0          0          0          0          0          0          0
5.67/5.79	c   implint          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
5.67/5.79	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
5.67/5.79	c   milp             :       0.00       0.00      1          0          4          0          0          0          0          0          0          0
5.67/5.79	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
5.67/5.79	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
5.67/5.79	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
5.67/5.79	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
5.67/5.79	c   trivial          :       0.00       0.00     13          0          0          0          0          0          0          0          0          0
5.67/5.79	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
5.67/5.79	c   dualfix          :       0.00       0.00     13          0          0          0          0          0          0          0          0          0
5.67/5.79	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
5.67/5.79	c   probing          :       0.02       0.00      1          0          0          0          0          0          0          0          0          0
5.67/5.79	c   pseudoobj        :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
5.67/5.79	c   symmetry         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
5.67/5.79	c   vbounds          :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
5.67/5.79	c   knapsack         :       0.00       0.00     23          0          0          0          0          0        248        983          0          0
5.67/5.79	c   setppc           :       0.00       0.00     23          0          4          0          0          0         18          0          0          0
5.67/5.79	c   and              :       0.00       0.00     12          0          0          0          0          0          0          0          0          0
5.67/5.79	c   linear           :       0.00       0.00     14          0          0          0          0          0          4          0          0          0
5.67/5.79	c   logicor          :       0.01       0.00     19          0          0          0          0          0          9          0          0         99
5.67/5.79	c   components       :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
5.67/5.79	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
5.67/5.79	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
5.67/5.79	c   integral         :          0          0          0          0        609          0          0         74          0          0          0          0          0          0       1216
5.67/5.79	c   knapsack         :          2          2         22       6607          1          0          0         67        661        183        366          0          0          0          0
5.67/5.79	c   setppc           :        313+       317         22       6424          1          0          0         28       5236          5       2324          4          0          0          0
5.67/5.79	c   and              :        120        120       1371       6419          1          0          0          0      25500         13       9364       9390       5164          0          0
5.67/5.79	c   linear           :          5+        41         23       1914          0          0          0          3          0          0          0          0          0          0          0
5.67/5.79	c   logicor          :        273+       354         22       1707          0          0          0          0         47          4         72          1          0          0          0
5.67/5.79	c   fixedvar         :          0          0          0          0          1          0          0          2          0          0          0          0          0          0          0
5.67/5.79	c   countsols        :          0          0          0          0          1          0          0          2          0          0          0          0          0          0          0
5.67/5.79	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
5.67/5.79	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
5.67/5.79	c   integral         :       0.14       0.00       0.00       0.00       0.14       0.00       0.00       0.00       0.00       0.00
5.67/5.79	c   knapsack         :       0.05       0.00       0.02       0.03       0.00       0.00       0.00       0.00       0.00       0.00
5.67/5.79	c   setppc           :       0.01       0.00       0.00       0.01       0.00       0.00       0.00       0.00       0.00       0.00
5.67/5.79	c   and              :       0.07       0.00       0.02       0.05       0.00       0.00       0.00       0.00       0.00       0.00
5.67/5.79	c   linear           :       0.01       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
5.67/5.79	c   logicor          :       0.01       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
5.67/5.79	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
5.67/5.79	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
5.67/5.79	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
5.67/5.79	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
5.67/5.79	c   dualfix          :          2          0          0          0
5.67/5.79	c   genvbounds       :          0          0          0          0
5.67/5.79	c   nlobbt           :          0          0          0          0
5.67/5.79	c   obbt             :          0          0          0          0
5.67/5.79	c   probing          :          0          0          0          0
5.67/5.79	c   pseudoobj        :          0          0          0          0
5.67/5.79	c   redcost          :          0          0          0          0
5.67/5.79	c   rootredcost      :          0          0          0          0
5.67/5.79	c   symmetry         :       3127          0          0          7
5.67/5.79	c   vbounds          :       4189          0          0          0
5.67/5.79	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
5.67/5.79	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
5.67/5.79	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
5.67/5.79	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
5.67/5.79	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
5.67/5.79	c   probing          :       0.02       0.00       0.02       0.00       0.00       0.00
5.67/5.79	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00       0.00
5.67/5.79	c   redcost          :       0.00       0.00       0.00       0.00       0.00       0.00
5.67/5.79	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
5.67/5.79	c   symmetry         :       0.04       0.00       0.00       0.03       0.00       0.00
5.67/5.79	c   vbounds          :       0.00       0.00       0.00       0.00       0.00       0.00
5.67/5.79	c Symmetry           :
5.67/5.79	c   #affected vars   :        362 (362 bin, 0 int, 0 cont)
5.67/5.79	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
5.67/5.79	c   orbital reduction:          7 reductions applied,          0 cutoffs
5.67/5.79	c   lexicographic red:          0 reductions applied,          0 cutoffs
5.67/5.79	c   shadow tree time :       0.00 s
5.67/5.79	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
5.67/5.79	c   propagation      :       0.02        194        177          -       1785       90.8          2      111.0          -          -          -
5.67/5.79	c   infeasible LP    :       0.03        507          3          -          3        2.0          0        0.0          3        2.0          0
5.67/5.79	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
5.67/5.79	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
5.67/5.79	c   pseudo solution  :       0.00          1          1          -          1        0.0          0        0.0          -          -          -
5.67/5.79	c   applied globally :       0.00          -          -          0        365       24.3          -          -          3          -          -
5.67/5.79	c   applied locally  :          -          -          -          0         17      108.8          -          -          0          -          -
5.67/5.79	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
5.67/5.79	c   cut pool         :       0.14          -        157         42          -          -       7261      10305          -          -          -          -          -    (maximal pool size:       4135)
5.67/5.79	c   aggregation      :       0.12       0.00         50         22          0          0        562       1090          0         86         86          0          0
5.67/5.79	c   > cmir           :          -          -          -          -          -          -          -        954          0         61         61          0          -
5.67/5.79	c   > flowcover      :          -          -          -          -          -          -          -          6          0          0          0          0          -
5.67/5.79	c   > knapsackcover  :          -          -          -          -          -          -          -        130          0         25         25          0          -
5.67/5.79	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
5.67/5.79	c   clique           :       0.01       0.00         22         22          0          0          0          0          0          0          0          0          0
5.67/5.79	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
5.67/5.79	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
5.67/5.79	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
5.67/5.79	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
5.67/5.79	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
5.67/5.79	c   gomory           :       1.81       0.00         48         20          0          0       4976       5552          2         69         69          0          0
5.67/5.79	c   > gomorymi       :          -          -          -          -          -          -          -       3419          1         53         53          0          -
5.67/5.79	c   > strongcg       :          -          -          -          -          -          -          -       2133          1         16         16          0          -
5.67/5.79	c   impliedbounds    :       0.01       0.00         50         22          0          0       1691       3620          0        773        773          0          0
5.67/5.79	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
5.67/5.79	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
5.67/5.79	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
5.67/5.79	c   mcf              :       0.00       0.00          2          2          0          0          0          0          0          0          0          0          0
5.67/5.79	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
5.67/5.79	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
5.67/5.79	c   multilinear      :       0.00       0.00        180         22          0          0          0          0          0          0          0          0          0
5.67/5.79	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
5.67/5.79	c   rapidlearning    :       1.39       0.00         55          2          0       1891          0          0          0          0          0          0        552
5.67/5.79	c   rlt              :       0.00       0.00         20         20          0          0          0          0          0          0          0          0          0
5.67/5.79	c   zerohalf         :       0.02       0.00         50         22          0          0         63         43         29          2          1          1          0
5.67/5.79	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
5.67/5.79	c   hybrid           :       0.02       0.00       1108         22       6094          0      13423        634          0       8738
5.67/5.79	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
5.67/5.79	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
5.67/5.79	c Pricers            :   ExecTime  SetupTime      Calls       Vars
5.67/5.79	c   problem variables:       0.00          -          0          0
5.67/5.79	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
5.67/5.79	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
5.67/5.79	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
5.67/5.79	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
5.67/5.79	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
5.67/5.79	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
5.67/5.79	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
5.67/5.79	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
5.67/5.79	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
5.67/5.79	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
5.67/5.79	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
5.67/5.79	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
5.67/5.79	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
5.67/5.79	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
5.67/5.79	c   relpscost        :       0.14       0.00        608          0          0          0          0          0          0       1216
5.67/5.79	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
5.67/5.79	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
5.67/5.79	c   LP solutions     :       0.00          -          -          1          1
5.67/5.79	c   relax solutions  :       0.00          -          -          0          0
5.67/5.79	c   pseudo solutions :       0.00          -          -          0          0
5.67/5.79	c   strong branching :       0.00          -          -          0          0
5.67/5.79	c   actconsdiving    :       0.00       0.00          0          0          0
5.67/5.79	c   adaptivediving   :       0.03       0.00          3          0          0
5.67/5.79	c   alns             :       0.01       0.00          4          0          0
5.67/5.79	c   bound            :       0.00       0.00          0          0          0
5.67/5.79	c   clique           :       0.00       0.00          1          0          0
5.67/5.79	c   coefdiving       :       0.00       0.00          0          0          0
5.67/5.79	c   completesol      :       0.00       0.00          0          0          0
5.67/5.79	c   conflictdiving   :       0.04       0.00          3          0          0
5.67/5.79	c   crossover        :       0.00       0.00          0          0          0
5.67/5.79	c   dins             :       0.00       0.00          0          0          0
5.67/5.79	c   distributiondivin:       0.07       0.00          2          0          0
5.67/5.79	c   dks              :       0.00       0.00          0          0          0
5.67/5.79	c   dps              :       0.00       0.00          0          0          0
5.67/5.79	c   dualval          :       0.00       0.00          0          0          0
5.67/5.79	c   farkasdiving     :       0.00       0.00          0          0          0
5.67/5.79	c   feaspump         :       0.01       0.00          1          0          0
5.67/5.79	c   fixandinfer      :       0.00       0.00          0          0          0
5.67/5.79	c   fracdiving       :       0.03       0.00          2          0          0
5.67/5.79	c   gins             :       0.00       0.00          0          0          0
5.67/5.79	c   guideddiving     :       0.00       0.00          0          0          0
5.67/5.79	c   indicator        :       0.00       0.00          0          0          0
5.67/5.79	c   indicatordiving  :       0.00       0.00          0          0          0
5.67/5.79	c   intdiving        :       0.00       0.00          0          0          0
5.67/5.79	c   intshifting      :       0.00       0.00          0          0          0
5.67/5.79	c   linesearchdiving :       0.01       0.00          2          0          0
5.67/5.79	c   localbranching   :       0.00       0.00          0          0          0
5.67/5.79	c   locks            :       0.00       0.00          1          0          0
5.67/5.79	c   lpface           :       0.00       0.00          0          0          0
5.67/5.79	c   mpec             :       0.00       0.00          0          0          0
5.67/5.79	c   multistart       :       0.00       0.00          0          0          0
5.67/5.79	c   mutation         :       0.00       0.00          0          0          0
5.67/5.79	c   nlpdiving        :       0.00       0.00          0          0          0
5.67/5.79	c   objpscostdiving  :       0.05       0.00          1          0          0
5.67/5.79	c   octane           :       0.00       0.00          0          0          0
5.67/5.79	c   ofins            :       0.00       0.00          0          0          0
5.67/5.79	c   oneopt           :       0.00       0.00          0          0          0
5.67/5.79	c   padm             :       0.00       0.00          0          0          0
5.67/5.79	c   proximity        :       0.00       0.00          0          0          0
5.67/5.79	c   pscostdiving     :       0.02       0.00          2          0          0
5.67/5.79	c   randrounding     :       0.04       0.00         82          0          0
5.67/5.79	c   rens             :       0.05       0.00          2          0          0
5.67/5.79	c   reoptsols        :       0.00       0.00          0          0          0
5.67/5.79	c   repair           :       0.00       0.00          0          0          0
5.67/5.79	c   rins             :       0.00       0.00          0          0          0
5.67/5.79	c   rootsoldiving    :       0.02       0.00          1          0          0
5.67/5.79	c   rounding         :       0.02       0.00        543          0          0
5.67/5.79	c   scheduler        :       0.00       0.00          0          0          0
5.67/5.79	c   shiftandpropagate:       0.01       0.00          2          0          0
5.67/5.79	c   shifting         :       0.03       0.00        107          0          0
5.67/5.79	c   simplerounding   :       0.00       0.00          0          0          0
5.67/5.79	c   subnlp           :       0.00       0.00          0          0          0
5.67/5.79	c   trivial          :       0.00       0.00          4          0          0
5.67/5.79	c   trivialnegation  :       0.00       0.00          0          0          0
5.67/5.79	c   trustregion      :       0.00       0.00          0          0          0
5.67/5.79	c   trysol           :       0.00       0.00          0          0          0
5.67/5.79	c   twoopt           :       0.00       0.00          0          0          0
5.67/5.79	c   undercover       :       0.00       0.00          1          0          0
5.67/5.79	c   vbounds          :       0.01       0.00          2          0          0
5.67/5.79	c   veclendiving     :       0.02       0.00          2          0          0
5.67/5.79	c   zeroobj          :       0.00       0.00          0          0          0
5.67/5.79	c   zirounding       :       0.02       0.00        607          0          0
5.67/5.79	c   other solutions  :          -          -          -          0          -
5.67/5.79	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
5.67/5.79	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
5.67/5.79	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
5.67/5.79	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
5.67/5.79	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
5.67/5.79	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
5.67/5.79	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
5.67/5.79	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
5.67/5.79	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
5.67/5.79	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
5.67/5.79	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
5.67/5.79	c   primal LP        :       0.00         15          0       0.00          -       0.00         15
5.67/5.79	c   dual LP          :       1.15       2257      31635      14.02   27497.29       0.00          1
5.67/5.79	c   lex dual LP      :       0.00          0          0       0.00          -
5.67/5.79	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
5.67/5.79	c   resolve instable :       0.00          0          0       0.00          -
5.67/5.79	c   diving/probing LP:       0.20        166       5667      34.14   28364.22
5.67/5.79	c   strong branching :       0.11         22       2886     131.18   26375.19          -          -          0
5.67/5.79	c     (at root node) :          -         22       2886     131.18          -
5.67/5.79	c   conflict analysis:       0.00          0          0       0.00          -
5.67/5.79	c Relaxators         :       Time      Calls    Cutoffs ImprBounds   ImprTime ReducedDom  Separated AddedConss
5.67/5.79	c   benders          :       0.00          0          0          0       0.00          0          0          0
5.67/5.79	c B&B Tree           :
5.67/5.79	c   number of runs   :          2
5.67/5.79	c   nodes            :         53 (36 internal, 17 leaves)
5.67/5.79	c   feasible leaves  :          1
5.67/5.79	c   infeas. leaves   :         16
5.67/5.79	c   objective leaves :          0
5.67/5.79	c   nodes (total)    :       1166 (608 internal, 558 leaves)
5.67/5.79	c   nodes left       :          0
5.67/5.79	c   max depth        :         17
5.67/5.79	c   max depth (total):         28
5.67/5.79	c   backtracks       :         11 (20.8%)
5.67/5.79	c   early backtracks :          0 (0.0%)
5.67/5.79	c   nodes exc. ref.  :          0 (0.0%)
5.67/5.79	c   delayed cutoffs  :          0
5.67/5.79	c   repropagations   :          6 (6 domain reductions, 0 cutoffs)
5.67/5.79	c   avg switch length:       2.64
5.67/5.79	c   switching time   :       0.04
5.67/5.79	c Root Node          :
5.67/5.79	c   First LP value   : +0.00000000000000e+00
5.67/5.79	c   First LP Iters   :        145 (161469.93 Iter/sec)
5.67/5.79	c   First LP Time    :       0.00
5.67/5.79	c   Final Dual Bound :          -
5.67/5.79	c   Final Root Iters :       2029
5.67/5.79	c   Root LP Estimate : +9.11658200910763e-03
5.67/5.79	c Solution           :
5.67/5.79	c   Solutions found  :          1 (1 improvements)
5.67/5.79	c   First Solution   : +0.00000000000000e+00   (in run 2, after 53 nodes, 5.79 seconds, depth 12, found by <relaxation>)
5.67/5.79	c   Gap First Sol.   :       0.00 %
5.67/5.79	c   Gap Last Sol.    :       0.00 %
5.67/5.79	c   Primal Bound     : +0.00000000000000e+00   (in run 2, after 53 nodes, 5.79 seconds, depth 12, found by <relaxation>)
5.67/5.79	c   Dual Bound       : +0.00000000000000e+00
5.67/5.79	c   Gap              :       0.00 %
5.67/5.79	c Integrals          :      Total       Avg%
5.67/5.79	c   primal-dual      :     579.42      99.98
5.67/5.79	c   primal-ref       :          -          - (not evaluated)
5.67/5.79	c   dual-ref         :          -          - (not evaluated)
5.77/5.83	c Time complete (sec):      5.811

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4493599-1751148175/watcher-4493599-1751148175 -o /tmp/evaluation-result-4493599-1751148175/solver-4493599-1751148175 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751144566-13227 --watchdog 3760 pbsolver -f HOME/instance-4493599-1751148175.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
Starting watchdog thread
solver pid=14037, runsolver pid=14034
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 4.08 4.10 4.09 5/266 14038
/proc/meminfo: memFree=129340880/131249988 swapFree=33010684/33010684
[pid=14037] ppid=14034 vsize=39744 memory=28800 CPUtime=0.09 cores=1,3
/proc/14037/stat : 14037 (pbsolver) R 14034 14037 13215 0 -1 4194304 4775 0 0 0 9 0 0 0 20 0 1 0 30496050 40697856 7200 18446744073709551615 4198400 14743177 140731223073344 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 24272896 140731223075210 140731223075306 140731223075306 140731223080908 0
/proc/14037/statm: 9936 7200 2688 2575 0 6843 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 39744 KiB
Current children cumulated memory: 28800 KiB

[startup+0.205516 s]*
/proc/loadavg: 4.08 4.10 4.09 5/266 14038
/proc/meminfo: memFree=129340880/131249988 swapFree=33010684/33010684
[pid=14037] ppid=14034 vsize=45868 memory=35968 CPUtime=0.2 cores=1,3
/proc/14037/stat : 14037 (pbsolver) R 14034 14037 13215 0 -1 4194304 6571 0 0 0 19 1 0 0 20 0 1 0 30496050 46968832 8992 18446744073709551615 4198400 14743177 140731223073344 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 24272896 140731223075210 140731223075306 140731223075306 140731223080908 0
/proc/14037/statm: 11467 8992 2688 2575 0 8374 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 45868 KiB
Current children cumulated memory: 35968 KiB

[startup+0.305429 s]*
/proc/loadavg: 4.08 4.10 4.09 5/266 14038
/proc/meminfo: memFree=129337132/131249988 swapFree=33010684/33010684
[pid=14037] ppid=14034 vsize=53260 memory=43136 CPUtime=0.3 cores=1,3
/proc/14037/stat : 14037 (pbsolver) R 14034 14037 13215 0 -1 4194304 8346 0 0 0 29 1 0 0 20 0 1 0 30496050 54538240 10784 18446744073709551615 4198400 14743177 140731223073344 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 24272896 140731223075210 140731223075306 140731223075306 140731223080908 0
/proc/14037/statm: 13315 10784 2688 2575 0 10222 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 53260 KiB
Current children cumulated memory: 43136 KiB

[startup+0.700179 s]
/proc/loadavg: 4.08 4.10 4.09 5/266 14038
/proc/meminfo: memFree=129316972/131249988 swapFree=33010684/33010684
[pid=14037] ppid=14034 vsize=79884 memory=67328 CPUtime=0.69 cores=1,3
/proc/14037/stat : 14037 (pbsolver) R 14034 14037 13215 0 -1 4194304 14386 0 0 0 67 2 0 0 20 0 1 0 30496050 81801216 16832 18446744073709551615 4198400 14743177 140731223073344 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 24272896 140731223075210 140731223075306 140731223075306 140731223080908 0
/proc/14037/statm: 19971 16832 2688 2575 0 16878 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 79884 KiB
Current children cumulated memory: 67328 KiB

[startup+1.50016 s]
/proc/loadavg: 4.16 4.12 4.09 5/266 14038
/proc/meminfo: memFree=129308908/131249988 swapFree=33010684/33010684
[pid=14037] ppid=14034 vsize=95268 memory=80896 CPUtime=1.48 cores=1,3
/proc/14037/stat : 14037 (pbsolver) R 14034 14037 13215 0 -1 4194304 17796 0 0 0 146 2 0 0 20 0 1 0 30496050 97554432 20224 18446744073709551615 4198400 14743177 140731223073344 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 24272896 140731223075210 140731223075306 140731223075306 140731223080908 0
/proc/14037/statm: 23817 20224 2688 2575 0 20724 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 95268 KiB
Current children cumulated memory: 80896 KiB

[startup+3.10535 s]
/proc/loadavg: 4.16 4.12 4.09 5/266 14038
/proc/meminfo: memFree=129292928/131249988 swapFree=33010684/33010684
[pid=14037] ppid=14034 vsize=98544 memory=85504 CPUtime=3.08 cores=1,3
/proc/14037/stat : 14037 (pbsolver) R 14034 14037 13215 0 -1 4194304 18942 0 0 0 306 2 0 0 20 0 1 0 30496050 100909056 21376 18446744073709551615 4198400 14743177 140731223073344 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 24272896 140731223075210 140731223075306 140731223075306 140731223080908 0
/proc/14037/statm: 24636 21376 2688 2575 0 21543 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 98544 KiB
Current children cumulated memory: 85504 KiB

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

# cumulated CPU time of all completed processes:  user=5.77493 s, system=0.039868 s

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

[startup+3.20019 s]
/proc/loadavg: 4.16 4.12 4.09 5/266 14038
/proc/meminfo: memFree=129292928/131249988 swapFree=33010684/33010684
[pid=14037] ppid=14034 vsize=98544 memory=85504 CPUtime=3.17 cores=1,3
/proc/14037/stat : 14037 (pbsolver) R 14034 14037 13215 0 -1 4194304 18948 0 0 0 315 2 0 0 20 0 1 0 30496050 100909056 21376 18446744073709551615 4198400 14743177 140731223073344 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 24272896 140731223075210 140731223075306 140731223075306 140731223080908 0
/proc/14037/statm: 24636 21376 2688 2575 0 21543 0
Current children cumulated CPU time: 3.17 s
Current children cumulated vsize: 98544 KiB
Current children cumulated memory: 85504 KiB

[startup+4.80015 s]
/proc/loadavg: 4.16 4.12 4.09 5/266 14038
/proc/meminfo: memFree=129284864/131249988 swapFree=33010684/33010684
[pid=14037] ppid=14034 vsize=100064 memory=87720 CPUtime=4.78 cores=1,3
/proc/14037/stat : 14037 (pbsolver) R 14034 14037 13215 0 -1 4194304 21078 0 0 0 475 3 0 0 20 0 1 0 30496050 102465536 21930 18446744073709551615 4198400 14743177 140731223073344 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 24272896 140731223075210 140731223075306 140731223075306 140731223080908 0
/proc/14037/statm: 25016 21930 2688 2575 0 21923 0
Current children cumulated CPU time: 4.78 s
Current children cumulated vsize: 100064 KiB
Current children cumulated memory: 87720 KiB

[startup+5.60015 s]
/proc/loadavg: 4.16 4.12 4.09 5/266 14038
/proc/meminfo: memFree=129284912/131249988 swapFree=33010684/33010684
[pid=14037] ppid=14034 vsize=107724 memory=95016 CPUtime=5.57 cores=1,3
/proc/14037/stat : 14037 (pbsolver) R 14034 14037 13215 0 -1 4194304 22897 0 0 0 554 3 0 0 20 0 1 0 30496050 110309376 23754 18446744073709551615 4198400 14743177 140731223073344 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 24272896 140731223075210 140731223075306 140731223075306 140731223080908 0
/proc/14037/statm: 26931 23754 2688 2575 0 23838 0
Current children cumulated CPU time: 5.57 s
Current children cumulated vsize: 107724 KiB
Current children cumulated memory: 95016 KiB

[startup+5.80014 s]
/proc/loadavg: 4.16 4.12 4.09 5/266 14038
/proc/meminfo: memFree=129284912/131249988 swapFree=33010684/33010684
[pid=14037] ppid=14034 vsize=108716 memory=95528 CPUtime=5.77 cores=1,3
/proc/14037/stat : 14037 (pbsolver) R 14034 14037 13215 0 -1 4194304 23039 0 0 0 574 3 0 0 20 0 1 0 30496050 111325184 23882 18446744073709551615 4198400 14743177 140731223073344 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 16769280 16853168 24272896 140731223075210 140731223075306 140731223075306 140731223080908 0
/proc/14037/statm: 27179 23882 2688 2575 0 24086 0
Current children cumulated CPU time: 5.77 s
Current children cumulated vsize: 108716 KiB
Current children cumulated memory: 95528 KiB

Child status: 0

Real time (s): 5.83298
CPU time (s): 5.8148
CPU user time (s): 5.77493
CPU system time (s): 0.039868
CPU usage (%): 99.6883
Max. virtual memory (cumulated for all children) (KiB): 108716
Max. memory (cumulated for all children) (KiB): 95528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.77493
system time used= 0.039868
maximum resident set size= 95528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23039
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= 10


# summary of solver processes directly reported to runsolver:
#   pid: 14037
#   total CPU time (s): 5.8148
#   total CPU user time (s): 5.77493
#   total CPU system time (s): 0.039868

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.019746 second user time and 0.054566 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-06-29 00:02:55
IDJOB=4493599
IDBENCH=147867
IDSOLVER=3366
FILE ID=nodeC031/4493599-1751148175
RUNJOBID= nodeC031-1751144566-13227
SLURM_JOB_ID= 9587441
Free space on /tmp= 433016 MiB

SOLVER NAME= SCIP-10 2025-06-13
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/prestwich/armies/normalized-army11.17ls.opb
COMMAND LINE= pbsolver -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4493599-1751148175/watcher-4493599-1751148175 -o /tmp/evaluation-result-4493599-1751148175/solver-4493599-1751148175 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751144566-13227 --watchdog 3760  pbsolver -f HOME/instance-4493599-1751148175.opb -t 3600 -m 31000

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

MD5SUM BENCH= 577423e4c806b19b8b5f6a5daee1c614
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.891
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.881
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		: 3510.825
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		: 3601.195
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.952
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.889
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		: 3599.941
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		: 3700.000
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:        129340832 kB
MemAvailable:   128961224 kB
Buffers:            3280 kB
Cached:           406452 kB
SwapCached:            0 kB
Active:          1135852 kB
Inactive:         199836 kB
Active(anon):     944024 kB
Inactive(anon):        0 kB
Active(file):     191828 kB
Inactive(file):   199836 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             14684 kB
Writeback:            64 kB
AnonPages:        929012 kB
Mapped:           135200 kB
Shmem:             18064 kB
KReclaimable:      84480 kB
Slab:             167360 kB
SReclaimable:      84480 kB
SUnreclaim:        82880 kB
KernelStack:        4352 kB
PageTables:         4992 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    1314448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:    743424 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= 433000 MiB
End job on nodeC031 at 2025-06-29 00:03:01