Trace number 4507871

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-13? 3587.47 3597.1

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/
EmployeeScheduling/normalized-sep5.5.opb
MD5SUM57020c0b0c1558ae6f18629e32faebb8
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 benchmark101
Best CPU time to get the best result obtained on this benchmark61.599
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9324
Total number of constraints28660
Number of constraints which are clauses26659
Number of constraints which are cardinality constraints (but not clauses)237
Number of constraints which are nor clauses,nor cardinality constraints1764
Minimum length of a constraint2
Maximum length of a constraint240
Number of terms in the objective function 26
Biggest coefficient in the objective function 20
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 211
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 160
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 670
Number of bits of the biggest sum of numbers10
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-4507871-1751501296.opb>
0.00/0.06	c original problem has 9324 variables (9324 bin, 0 int, 0 cont) and 28660 constraints
0.00/0.06	c problem read in 0.066 seconds
0.09/0.12	c presolving:
0.09/0.17	c (round 1, fast)       56 del vars, 812 del conss, 0 add conss, 0 chg bounds, 1680 chg sides, 2520 chg coeffs, 0 upgd conss, 0 impls, 15960 clqs
0.09/0.17	c (round 2, fast)       71 del vars, 1262 del conss, 0 add conss, 0 chg bounds, 1680 chg sides, 2520 chg coeffs, 0 upgd conss, 0 impls, 15510 clqs
0.20/0.21	c    (0.2s) running MILP presolver
0.20/0.23	c    (0.2s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
0.20/0.26	c (round 3, exhaustive) 71 del vars, 1290 del conss, 0 add conss, 0 chg bounds, 1680 chg sides, 2520 chg coeffs, 0 upgd conss, 0 impls, 15510 clqs
0.30/0.36	c (round 4, exhaustive) 71 del vars, 1290 del conss, 0 add conss, 0 chg bounds, 1680 chg sides, 2520 chg coeffs, 27342 upgd conss, 0 impls, 15510 clqs
0.40/0.45	c (round 5, exhaustive) 71 del vars, 2130 del conss, 0 add conss, 0 chg bounds, 1680 chg sides, 2520 chg coeffs, 27342 upgd conss, 0 impls, 15510 clqs
2.78/2.89	c    (2.9s) probing: 1000/9253 (10.8%) - 0 fixings, 0 aggregations, 4677 implications, 0 bound changes
2.78/2.89	c    (2.9s) probing: 1001/9253 (10.8%) - 0 fixings, 0 aggregations, 4680 implications, 0 bound changes
2.78/2.89	c    (2.9s) probing aborted: 1000/1000 successive useless probings
2.88/2.94	c    (2.9s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
3.09/3.15	c    (3.1s) symmetry computation finished: 23 generators found (max: 1500, log10 of symmetry group size: 14.70) (symcode time: 0.17)
3.09/3.16	c dynamic symmetry handling statistics:
3.09/3.16	c    orbitopal reduction:        4 components: 331x6, 331x6, 330x11, 330x4
3.09/3.16	c    orbital reduction:         no components
3.09/3.16	c    lexicographic reduction:   no permutations
3.09/3.16	c handled 4 out of 4 symmetry components
3.09/3.18	c presolving (6 rounds: 6 fast, 4 medium, 4 exhaustive):
3.09/3.18	c  71 deleted vars, 2130 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 1680 changed sides, 2520 changed coefficients
3.09/3.18	c  0 implications, 20190 cliques
3.09/3.18	c presolved problem has 9253 variables (9253 bin, 0 int, 0 cont) and 26530 constraints
3.09/3.18	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
3.09/3.18	c    1105 constraints of type <knapsack>
3.09/3.18	c   15510 constraints of type <setppc>
3.09/3.18	c      28 constraints of type <linear>
3.09/3.18	c    9887 constraints of type <logicor>
3.09/3.18	c transformed objective value is always integral (scale: 1)
3.09/3.18	c Presolving Time: 3.06
3.09/3.18	c 
3.09/3.18	c - non default parameters ----------------------------------------------------------------------
3.09/3.18	c 
3.09/3.18	c # SCIP version 10.0.0
3.09/3.18	c 
3.09/3.18	c # maximal time in seconds to run
3.09/3.18	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
3.09/3.18	c limits/time = 3596.998009
3.09/3.18	c 
3.09/3.18	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
3.09/3.18	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
3.09/3.18	c limits/memory = 27900
3.09/3.18	c 
3.09/3.18	c # belongs reading time to solving time?
3.09/3.18	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
3.09/3.18	c timing/reading = TRUE
3.09/3.18	c 
3.09/3.18	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
3.09/3.18	c # [type: int, advanced: TRUE, range: [-1,2147483647], default: -1]
3.09/3.18	c reading/opbreader/maxintsize = 47
3.09/3.18	c 
3.09/3.18	c # timing when propagator should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS))
3.09/3.18	c # [type: int, advanced: TRUE, range: [0,15], default: 15]
3.09/3.18	c propagating/genvbounds/timingmask = 0
3.09/3.18	c 
3.09/3.18	c -----------------------------------------------------------------------------------------------
3.09/3.18	c 
37.08/37.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
37.08/37.28	c  37.3s|     1 |     0 | 37818 |     - |   202M |   0 |9253 |  26k|  26k|   0 |  0 |  74 |   0 | 9.500000e+00 |      --      |    Inf | unknown
71.79/72.09	c  72.1s|     1 |     0 |131873 |     - |   213M |   0 |9253 |  26k|  26k| 196 |  1 |  76 |   0 | 1.200000e+01 |      --      |    Inf | unknown
74.57/74.88	c  74.9s|     1 |     0 |135396 |     - |   217M |   0 |9253 |  26k|  26k| 388 |  2 |  78 |   0 | 1.200000e+01 |      --      |    Inf | unknown
78.06/78.35	c  78.4s|     1 |     0 |139075 |     - |   220M |   0 |9253 |  26k|  27k| 547 |  3 |  80 |   0 | 1.200000e+01 |      --      |    Inf | unknown
81.65/82.00	c  82.0s|     1 |     0 |142833 |     - |   223M |   0 |9253 |  26k|  27k| 728 |  4 |  81 |   0 | 1.375000e+01 |      --      |    Inf | unknown
85.43/85.72	c  85.7s|     1 |     0 |146315 |     - |   226M |   0 |9253 |  26k|  27k| 895 |  5 |  82 |   0 | 2.333333e+01 |      --      |    Inf | unknown
88.73/89.08	c  89.1s|     1 |     0 |149807 |     - |   230M |   0 |9253 |  26k|  27k|1058 |  6 |  83 |   0 | 2.400000e+01 |      --      |    Inf | unknown
94.61/94.91	c  94.9s|     1 |     0 |156567 |     - |   233M |   0 |9253 |  26k|  27k|1203 |  7 |  84 |   0 | 2.400000e+01 |      --      |    Inf | unknown
98.29/98.65	c  98.7s|     1 |     0 |160572 |     - |   237M |   0 |9253 |  26k|  27k|1352 |  8 |  86 |   0 | 2.400000e+01 |      --      |    Inf | unknown
103.18/103.51	c   104s|     1 |     0 |166127 |     - |   240M |   0 |9253 |  26k|  28k|1483 |  9 |  87 |   0 | 2.575000e+01 |      --      |    Inf | unknown
106.87/107.27	c   107s|     1 |     0 |170216 |     - |   243M |   0 |9253 |  26k|  28k|1645 | 10 |  89 |   0 | 2.950000e+01 |      --      |    Inf | unknown
110.06/110.41	c   110s|     1 |     0 |174306 |     - |   246M |   0 |9253 |  26k|  28k|1780 | 11 |  90 |   0 | 3.016667e+01 |      --      |    Inf | unknown
114.34/114.74	c   115s|     1 |     0 |180433 |     - |   249M |   0 |9253 |  26k|  28k|1901 | 12 |  92 |   0 | 3.033333e+01 |      --      |    Inf | unknown
116.94/117.32	c   117s|     1 |     0 |183729 |     - |   253M |   0 |9253 |  26k|  28k|2021 | 13 |  94 |   0 | 3.200000e+01 |      --      |    Inf | unknown
119.64/120.03	c   120s|     1 |     0 |187312 |     - |   256M |   0 |9253 |  26k|  28k|2138 | 14 |  96 |   0 | 3.270833e+01 |      --      |    Inf | unknown
123.12/123.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
123.12/123.59	c   124s|     1 |     0 |191869 |     - |   259M |   0 |9253 |  26k|  28k|2246 | 15 |  98 |   0 | 3.683333e+01 |      --      |    Inf | unknown
125.22/125.60	c   126s|     1 |     0 |194304 |     - |   262M |   0 |9253 |  26k|  28k|2357 | 16 |  99 |   0 | 3.888889e+01 |      --      |    Inf | unknown
127.91/128.35	c   128s|     1 |     0 |197595 |     - |   264M |   0 |9253 |  26k|  28k|2437 | 17 | 100 |   0 | 3.961111e+01 |      --      |    Inf | unknown
130.90/131.32	c   131s|     1 |     0 |201207 |     - |   268M |   0 |9253 |  26k|  28k|2543 | 18 | 101 |   0 | 3.961111e+01 |      --      |    Inf | unknown
133.99/134.43	c   134s|     1 |     0 |204936 |     - |   271M |   0 |9253 |  26k|  28k|2601 | 19 | 102 |   0 | 4.044444e+01 |      --      |    Inf | unknown
136.69/137.10	c   137s|     1 |     0 |208149 |     - |   274M |   0 |9253 |  26k|  28k|2706 | 20 | 104 |   0 | 4.100000e+01 |      --      |    Inf | unknown
137.98/138.48	c   138s|     1 |     0 |209656 |     - |   274M |   0 |9253 |  26k|  28k|2727 | 21 | 106 |   0 | 4.100000e+01 |      --      |    Inf | unknown
138.47/138.95	c   139s|     1 |     0 |209905 |     - |   274M |   0 |9253 |  26k|  29k|2736 | 22 | 107 |   0 | 4.100000e+01 |      --      |    Inf | unknown
139.27/139.72	c   140s|     1 |     0 |210464 |     - |   274M |   0 |9253 |  26k|  28k|2745 | 23 | 108 |   0 | 4.100000e+01 |      --      |    Inf | unknown
139.77/140.21	c   140s|     1 |     0 |210723 |     - |   274M |   0 |9253 |  26k|  28k|2751 | 24 | 109 |   0 | 4.100000e+01 |      --      |    Inf | unknown
140.27/140.71	c   141s|     1 |     0 |211017 |     - |   274M |   0 |9253 |  26k|  28k|2757 | 25 | 110 |   0 | 4.100000e+01 |      --      |    Inf | unknown
140.97/141.45	c   141s|     1 |     0 |211682 |     - |   274M |   0 |9253 |  26k|  28k|2766 | 26 | 111 |   0 | 4.100000e+01 |      --      |    Inf | unknown
141.46/141.96	c   142s|     1 |     0 |212016 |     - |   274M |   0 |9253 |  26k|  28k|2773 | 27 | 113 |   0 | 4.100000e+01 |      --      |    Inf | unknown
142.36/142.83	c   143s|     1 |     0 |212893 |     - |   274M |   0 |9253 |  26k|  28k|2783 | 28 | 114 |   0 | 4.100000e+01 |      --      |    Inf | unknown
142.96/143.43	c   143s|     1 |     0 |213259 |     - |   274M |   0 |9253 |  26k|  28k|2791 | 29 | 116 |   0 | 4.100000e+01 |      --      |    Inf | unknown
143.46/143.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
143.46/143.91	c   144s|     1 |     0 |213542 |     - |   274M |   0 |9253 |  26k|  28k|2800 | 30 | 117 |   0 | 4.100000e+01 |      --      |    Inf | unknown
672.21/674.16	c   674s|     1 |     2 |272666 |     - |   275M |   0 |9253 |  26k|  28k|2800 | 30 | 231 |  19 | 4.100000e+01 |      --      |    Inf | unknown
2345.03/2351.40	c  2351s|   100 |    99 |  1714k|15166.1 |   292M |  12 |9253 |  27k|  27k|5700 |  1 | 936 |  19 | 4.266667e+01 |      --      |    Inf |   1.56%
2741.87/2749.37	c  2749s|   200 |   195 |  2222k|10095.6 |   311M |  19 |9253 |  27k|  27k|9276 |  1 |1542 |  19 | 4.266667e+01 |      --      |    Inf |   1.61%
3122.25/3130.70	c  3131s|   300 |   281 |  2644k|8130.3 |   323M |  22 |9253 |  27k|  27k|  13k|  1 |2100 |  19 | 4.266667e+01 |      --      |    Inf |   2.50%
3516.68/3526.18	c  3526s|   400 |   379 |  3170k|7412.0 |   326M |  24 |9253 |  27k|  27k|  18k|  1 |2645 |  19 | 4.866667e+01 |      --      |    Inf |   2.52%
3587.37/3597.00	c 
3587.37/3597.00	c SCIP Status        : solving was interrupted [time limit reached]
3587.37/3597.00	c Solving Time (sec) : 3597.00
3587.37/3597.00	c Solving Nodes      : 421
3587.37/3597.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
3587.37/3597.00	c Dual Bound         : +5.00000000000000e+01
3587.37/3597.00	c Gap                : infinite
3587.37/3597.00	s UNKNOWN
3587.37/3597.00	c SCIP Status        : solving was interrupted [time limit reached]
3587.37/3597.00	c Total Time         :    3597.00
3587.37/3597.00	c   solving          :    3597.00
3587.37/3597.00	c   presolving       :       3.06 (included in solving)
3587.37/3597.00	c   reading          :       0.07 (included in solving)
3587.37/3597.00	c   copying          :       0.16 (4 #copies) (minimal 0.04, maximal 0.05, average 0.04)
3587.37/3597.00	c Original Problem   :
3587.37/3597.00	c   Problem name     : HOME/instance-4507871-1751501296.opb
3587.37/3597.00	c   Variables        : 9324 (9324 binary, 0 integer, 0 continuous)
3587.37/3597.00	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
3587.37/3597.00	c   Constraints      : 28660 initial, 28660 maximal
3587.37/3597.00	c   Objective        : minimize, 26 non-zeros (abs.min = 2, abs.max = 20)
3587.37/3597.00	c Presolved Problem  :
3587.37/3597.00	c   Problem name     : t_HOME/instance-4507871-1751501296.opb
3587.37/3597.00	c   Variables        : 9253 (9253 binary, 0 integer, 0 continuous)
3587.37/3597.00	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
3587.37/3597.00	c   Constraints      : 26530 initial, 27949 maximal
3587.37/3597.00	c   Objective        : minimize, 13 non-zeros (abs.min = 7, abs.max = 22)
3587.37/3597.00	c   Nonzeros         : 90772 constraint, 40952 clique table
3587.37/3597.00	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3587.37/3597.00	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.37/3597.00	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.37/3597.00	c   domcol           :       0.02       0.00      1          0          0          0          0          0          0          0          0          0
3587.37/3597.00	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.37/3597.00	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.37/3597.00	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.37/3597.00	c   dualsparsify     :       0.05       0.00      1          0          0          0          0          0          0          0          0          0
3587.37/3597.00	c   gateextraction   :       0.03       0.00      2          0          0          0          0          0          0          0          0          0
3587.37/3597.00	c   implics          :       0.00       0.00      4          0          0          0          0          0          0          0          0          0
3587.37/3597.00	c   implint          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.37/3597.00	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.37/3597.00	c   milp             :       0.06       0.00      1          0          0          0          0          0          0          0          0          0
3587.37/3597.00	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.37/3597.00	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.37/3597.00	c   sparsify         :       0.03       0.00      1          0          0          0          0          0          0          0          0          0
3587.37/3597.00	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.37/3597.00	c   trivial          :       0.00       0.00      6          0          0          0          0          0          0          0          0          0
3587.37/3597.00	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.37/3597.00	c   dualfix          :       0.00       0.00      6         58          0          0          0          0          0          0          0          0
3587.37/3597.00	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.37/3597.00	c   probing          :       2.35       0.00      1          0          0          0          0          0          0          0          0          0
3587.37/3597.00	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.37/3597.00	c   symmetry         :       0.22       0.00      1          0          0          0          0          0          0          0          0          0
3587.37/3597.00	c   vbounds          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3587.37/3597.00	c   knapsack         :       0.02       0.00      6          0          0          0          0          0          0          0          0          0
3587.37/3597.00	c   setppc           :       0.03       0.00      6          0          0          0          0          0          0          0          0          0
3587.37/3597.00	c   linear           :       0.15       0.01     10          0         13          0          0          0       1290          0       1680       2520
3587.37/3597.00	c   logicor          :       0.05       0.00      6          0          0          0          0          0        840          0          0          0
3587.37/3597.00	c   components       :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
3587.37/3597.00	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
3587.37/3597.00	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3587.37/3597.00	c   integral         :          0          0          0          0        410          0          0         59          0          0          0          0          0          0        820
3587.37/3597.00	c   knapsack         :       1105+      1116         30     135679          0          0          0         55       2097        245        325         19         10          0          0
3587.37/3597.00	c   setppc           :      15510+     15807         30     135434          0          0          0          0      19703        209       5189          0          0          0          0
3587.37/3597.00	c   linear           :         28+        69         30     135225          0          0          0          3        125         67          0          0          0          0          0
3587.37/3597.00	c   logicor          :       9887+     10983         30      83071          0          0          0          0       1315        411        260          7          5          0          0
3587.37/3597.00	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3587.37/3597.00	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3587.37/3597.00	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3587.37/3597.00	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3587.37/3597.00	c   integral         :      17.98       0.00       0.00       0.00      17.98       0.00       0.00       0.00       0.00       0.00
3587.37/3597.00	c   knapsack         :       1.08       0.00       0.44       0.64       0.00       0.00       0.00       0.00       0.00       0.00
3587.37/3597.00	c   setppc           :       0.81       0.00       0.03       0.77       0.00       0.00       0.00       0.00       0.01       0.00
3587.37/3597.00	c   linear           :       0.04       0.01       0.00       0.03       0.00       0.00       0.00       0.00       0.00       0.00
3587.37/3597.00	c   logicor          :       0.23       0.00       0.03       0.20       0.00       0.00       0.00       0.00       0.00       0.00
3587.37/3597.00	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3587.37/3597.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3587.37/3597.00	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3587.37/3597.00	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3587.37/3597.00	c   dualfix          :          1          0          0          0
3587.37/3597.00	c   genvbounds       :          0          0          0          0
3587.37/3597.00	c   nlobbt           :          0          0          0          0
3587.37/3597.00	c   obbt             :          0          0          0          0
3587.37/3597.00	c   probing          :          0          0          0          0
3587.37/3597.00	c   pseudoobj        :       2056          0          0          0
3587.37/3597.00	c   redcost          :         33          0          0          0
3587.37/3597.00	c   rootredcost      :          1          0          0          0
3587.37/3597.00	c   symmetry         :       1535          0          3        438
3587.37/3597.00	c   vbounds          :      71804          0          0          0
3587.37/3597.00	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3587.37/3597.00	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
3587.37/3597.00	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
3587.37/3597.00	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3587.37/3597.00	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3587.37/3597.00	c   probing          :       2.35       0.00       2.35       0.00       0.00       0.00
3587.37/3597.00	c   pseudoobj        :       0.03       0.00       0.00       0.03       0.00       0.00
3587.37/3597.00	c   redcost          :       0.02       0.00       0.00       0.02       0.00       0.00
3587.37/3597.00	c   rootredcost      :       0.01       0.00       0.00       0.01       0.00       0.00
3587.37/3597.00	c   symmetry         :       0.24       0.00       0.22       0.02       0.00       0.00
3587.37/3597.00	c   vbounds          :       0.03       0.00       0.00       0.03       0.00       0.00
3587.37/3597.00	c Symmetry           :
3587.37/3597.00	c   #affected vars   :       8922 (8922 bin, 0 int, 0 cont)
3587.37/3597.00	c   orbitopal red.   :        438 reductions applied,          3 cutoffs
3587.37/3597.00	c   orbital reduction:          0 reductions applied,          0 cutoffs
3587.37/3597.00	c   lexicographic red:          0 reductions applied,          0 cutoffs
3587.37/3597.00	c   shadow tree time :       0.00 s
3587.37/3597.00	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3587.37/3597.00	c   propagation      :       0.02        858        854          -       4280       25.6         27       12.7          -          -          -
3587.37/3597.00	c   infeasible LP    :       0.08         74         74          -        573       45.7         14        6.8         74       61.6          0
3587.37/3597.00	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3587.37/3597.00	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3587.37/3597.00	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3587.37/3597.00	c   applied globally :       0.01          -          -          0       2672       28.0          -          -         74          -          -
3587.37/3597.00	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
3587.37/3597.00	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3587.37/3597.00	c   cut pool         :       0.12          -        238         59          -          -       5072      68309          -          -          -          -          -    (maximal pool size:       4844)
3587.37/3597.00	c   aggregation      :       0.34       0.00         44         30          0          0          6         35          0          3          3          0          0
3587.37/3597.00	c   > cmir           :          -          -          -          -          -          -          -         26          0          3          3          0          -
3587.37/3597.00	c   > flowcover      :          -          -          -          -          -          -          -          9          0          0          0          0          -
3587.37/3597.00	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
3587.37/3597.00	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.37/3597.00	c   clique           :       3.88       0.00         30         30          0          0        166       2356          0        636        636          0          0
3587.37/3597.00	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.37/3597.00	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.37/3597.00	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.37/3597.00	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.37/3597.00	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.37/3597.00	c   gomory           :       7.55       0.00         24         10          0          0       2701      36612          0       9118       9118          0          0
3587.37/3597.00	c   > gomorymi       :          -          -          -          -          -          -          -       2130          0        182        182          0          -
3587.37/3597.00	c   > strongcg       :          -          -          -          -          -          -          -      34482          0       8936       8936          0          -
3587.37/3597.00	c   impliedbounds    :       0.05       0.00         44         30          0          0         43        875          0        442        442          0          0
3587.37/3597.00	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.37/3597.00	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.37/3597.00	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.37/3597.00	c   mcf              :       0.01       0.00          1          1          0          0          0          0          0          0          0          0          0
3587.37/3597.00	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.37/3597.00	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.37/3597.00	c   multilinear      :       0.00       0.00         47         30          0          0          0          0          0          0          0          0          0
3587.37/3597.00	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.37/3597.00	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.37/3597.00	c   rlt              :       0.00       0.00         10         10          0          0          0          0          0          0          0          0          0
3587.37/3597.00	c   zerohalf         :       2.72       0.00         34         20          0          0       2156      28431          0       8972       8972          0          0
3587.37/3597.00	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3587.37/3597.00	c   hybrid           :       0.14       0.00        195         30      19186          0      49149       2800          0       2195
3587.37/3597.00	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3587.37/3597.00	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3587.37/3597.00	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3587.37/3597.00	c   problem variables:       0.00          -          0          0
3587.37/3597.00	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3587.37/3597.00	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3587.37/3597.00	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3587.37/3597.00	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3587.37/3597.00	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3587.37/3597.00	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3587.37/3597.00	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3587.37/3597.00	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3587.37/3597.00	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3587.37/3597.00	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3587.37/3597.00	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3587.37/3597.00	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3587.37/3597.00	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3587.37/3597.00	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3587.37/3597.00	c   relpscost        :      17.98       0.00        410          0          0          0          0          0          0        820
3587.37/3597.00	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3587.37/3597.00	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3587.37/3597.00	c   LP solutions     :       0.00          -          -          0          0
3587.37/3597.00	c   relax solutions  :       0.00          -          -          0          0
3587.37/3597.00	c   pseudo solutions :       0.00          -          -          0          0
3587.37/3597.00	c   strong branching :       0.00          -          -          0          0
3587.37/3597.00	c   actconsdiving    :       0.00       0.00          0          0          0
3587.37/3597.00	c   adaptivediving   :      48.12       0.00          3          0          0
3587.37/3597.00	c   alns             :      38.56       0.00          3          0          0
3587.37/3597.00	c   bound            :       0.00       0.00          0          0          0
3587.37/3597.00	c   clique           :       0.06       0.00          1          0          0
3587.37/3597.00	c   coefdiving       :       0.00       0.00          0          0          0
3587.37/3597.00	c   completesol      :       0.00       0.00          0          0          0
3587.37/3597.00	c   conflictdiving   :     209.39       0.00         63          0          0
3587.37/3597.00	c   crossover        :       0.00       0.00          0          0          0
3587.37/3597.00	c   dins             :       0.00       0.00          0          0          0
3587.37/3597.00	c   distributiondivin:     169.51       0.00         11          0          0
3587.37/3597.00	c   dks              :       0.00       0.00          0          0          0
3587.37/3597.00	c   dps              :       0.00       0.00          0          0          0
3587.37/3597.00	c   dualval          :       0.00       0.00          0          0          0
3587.37/3597.00	c   farkasdiving     :     219.73       0.00          1          0          0
3587.37/3597.00	c   feaspump         :      53.58       0.00          3          0          0
3587.37/3597.00	c   fixandinfer      :       0.00       0.00          0          0          0
3587.37/3597.00	c   fracdiving       :     168.22       0.00         10          0          0
3587.37/3597.00	c   gins             :       0.00       0.00          0          0          0
3587.37/3597.00	c   guideddiving     :       0.00       0.00          0          0          0
3587.37/3597.00	c   indicator        :       0.00       0.00          0          0          0
3587.37/3597.00	c   indicatordiving  :       0.00       0.00          0          0          0
3587.37/3597.00	c   intdiving        :       0.00       0.00          0          0          0
3587.37/3597.00	c   intshifting      :       0.00       0.00          0          0          0
3587.37/3597.00	c   linesearchdiving :     152.22       0.00          9          0          0
3587.37/3597.00	c   localbranching   :       0.00       0.00          0          0          0
3587.37/3597.00	c   locks            :       0.00       0.00          1          0          0
3587.37/3597.00	c   lpface           :       0.00       0.00          0          0          0
3587.37/3597.00	c   mpec             :       0.00       0.00          0          0          0
3587.37/3597.00	c   multistart       :       0.00       0.00          0          0          0
3587.37/3597.00	c   mutation         :       0.00       0.00          0          0          0
3587.37/3597.00	c   nlpdiving        :       0.00       0.00          0          0          0
3587.37/3597.00	c   objpscostdiving  :    1108.66       0.00          1          0          0
3587.37/3597.00	c   octane           :       0.00       0.00          0          0          0
3587.37/3597.00	c   ofins            :       0.00       0.00          0          0          0
3587.37/3597.00	c   oneopt           :       0.00       0.00          0          0          0
3587.37/3597.00	c   padm             :       0.00       0.00          0          0          0
3587.37/3597.00	c   proximity        :       0.00       0.00          0          0          0
3587.37/3597.00	c   pscostdiving     :     197.76       0.00          6          0          0
3587.37/3597.00	c   randrounding     :       0.20       0.00         83          0          0
3587.37/3597.00	c   rens             :     280.02       0.00          1          0          0
3587.37/3597.00	c   reoptsols        :       0.00       0.00          0          0          0
3587.37/3597.00	c   repair           :       0.00       0.00          0          0          0
3587.37/3597.00	c   rins             :       0.00       0.00          0          0          0
3587.37/3597.00	c   rootsoldiving    :      22.14       0.00          3          0          0
3587.37/3597.00	c   rounding         :       0.40       0.00        309          0          0
3587.37/3597.00	c   scheduler        :       0.00       0.00          0          0          0
3587.37/3597.00	c   shiftandpropagate:       0.05       0.00          1          0          0
3587.37/3597.00	c   shifting         :       3.41       0.00        193          0          0
3587.37/3597.00	c   simplerounding   :       0.00       0.00        605          0          0
3587.37/3597.00	c   subnlp           :       0.00       0.00          0          0          0
3587.37/3597.00	c   trivial          :       0.00       0.00          2          0          0
3587.37/3597.00	c   trivialnegation  :       0.00       0.00          0          0          0
3587.37/3597.00	c   trustregion      :       0.00       0.00          0          0          0
3587.37/3597.00	c   trysol           :       0.00       0.00          0          0          0
3587.37/3597.00	c   twoopt           :       0.00       0.00          0          0          0
3587.37/3597.00	c   undercover       :       0.00       0.00          0          0          0
3587.37/3597.00	c   vbounds          :       0.06       0.00          1          0          0
3587.37/3597.00	c   veclendiving     :     133.24       0.00         12          0          0
3587.37/3597.00	c   zeroobj          :       0.00       0.00          0          0          0
3587.37/3597.00	c   zirounding       :       0.79       0.00        408          0          0
3587.37/3597.00	c   other solutions  :          -          -          -          0          -
3587.37/3597.00	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3587.37/3597.00	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
3587.37/3597.00	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
3587.37/3597.00	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
3587.37/3597.00	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
3587.37/3597.00	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
3587.37/3597.00	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
3587.37/3597.00	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
3587.37/3597.00	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
3587.37/3597.00	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
3587.37/3597.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3587.37/3597.00	c   primal LP        :       0.77        151          0       0.00       0.00       0.77        151
3587.37/3597.00	c   dual LP          :     751.05        605    1258281    2083.25    1675.37       0.01          1
3587.37/3597.00	c   lex dual LP      :       0.00          0          0       0.00          -
3587.37/3597.00	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3587.37/3597.00	c   resolve instable :       0.00          0          0       0.00          -
3587.37/3597.00	c   diving/probing LP:    2469.04       2896    2006592     692.88     812.70
3587.37/3597.00	c   strong branching :      12.37         19      16090     846.84    1300.50          -          -         24
3587.37/3597.00	c     (at root node) :          -         19      16090     846.84          -
3587.37/3597.00	c   conflict analysis:       0.00          0          0       0.00          -
3587.37/3597.00	c Relaxators         :       Time      Calls    Cutoffs ImprBounds   ImprTime ReducedDom  Separated AddedConss
3587.37/3597.00	c   benders          :       0.00          0          0          0       0.00          0          0          0
3587.37/3597.00	c B&B Tree           :
3587.37/3597.00	c   number of runs   :          1
3587.37/3597.00	c   nodes            :        421 (410 internal, 11 leaves)
3587.37/3597.00	c   feasible leaves  :          0
3587.37/3597.00	c   infeas. leaves   :         11
3587.37/3597.00	c   objective leaves :          0
3587.37/3597.00	c   nodes (total)    :        421 (410 internal, 11 leaves)
3587.37/3597.00	c   nodes left       :        400
3587.37/3597.00	c   max depth        :         24
3587.37/3597.00	c   max depth (total):         24
3587.37/3597.00	c   backtracks       :        166 (39.4%)
3587.37/3597.00	c   early backtracks :          0 (0.0%)
3587.37/3597.00	c   nodes exc. ref.  :          0 (0.0%)
3587.37/3597.00	c   delayed cutoffs  :          0
3587.37/3597.00	c   repropagations   :         64 (14 domain reductions, 0 cutoffs)
3587.37/3597.00	c   avg switch length:       5.35
3587.37/3597.00	c   switching time   :       0.97
3587.37/3597.00	c Root Node          :
3587.37/3597.00	c   First LP value   : +9.50000000000000e+00
3587.37/3597.00	c   First LP Iters   :      37818 (1115.72 Iter/sec)
3587.37/3597.00	c   First LP Time    :      33.90
3587.37/3597.00	c   Final Dual Bound : +4.10000000000000e+01
3587.37/3597.00	c   Final Root Iters :     213542
3587.37/3597.00	c   Root LP Estimate : +1.45473935579483e+02
3587.37/3597.00	c Solution           :
3587.37/3597.00	c   Solutions found  :          0 (0 improvements)
3587.37/3597.00	c   Primal Bound     :          -
3587.37/3597.00	c   Dual Bound       : +5.00000000000000e+01
3587.37/3597.00	c   Gap              :   infinite
3587.37/3597.00	c Integrals          :      Total       Avg%
3587.37/3597.00	c   primal-dual      :  359700.26     100.00
3587.37/3597.00	c   primal-ref       :          -          - (not evaluated)
3587.37/3597.00	c   dual-ref         :          -          - (not evaluated)
3587.37/3597.09	c Time complete (sec):   3587.472

Verifier Data

ERROR: no interpretation found !

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4507871-1751501296/watcher-4507871-1751501296 -o /tmp/evaluation-result-4507871-1751501296/solver-4507871-1751501296 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751493060-83817 --watchdog 3760 pbsolver -f HOME/instance-4507871-1751501296.opb -t 3600 -m 31000 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100065 s]*
/proc/loadavg: 4.10 4.11 4.09 5/263 84837
/proc/meminfo: memFree=124043028/131250000 swapFree=33010160/33010684
[pid=84836] ppid=84833 vsize=69896 memory=60672 CPUtime=0.09 cores=5,7
/proc/84836/stat : 84836 (pbsolver) R 84833 84836 83801 0 -1 4194304 13043 0 0 0 8 1 0 0 20 0 1 0 65807177 71573504 15168 18446744073709551615 4198400 14743177 140734106613936 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 29560832 140734106618250 140734106618346 140734106618346 140734106623948 0
/proc/84836/statm: 17474 15168 2368 2575 0 14381 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 69896 KiB
Current children cumulated memory: 60672 KiB

[startup+0.205777 s]*
/proc/loadavg: 4.10 4.11 4.09 5/263 84837
/proc/meminfo: memFree=124010772/131250000 swapFree=33010160/33010684
[pid=84836] ppid=84833 vsize=107836 memory=95272 CPUtime=0.2 cores=5,7
/proc/84836/stat : 84836 (pbsolver) R 84833 84836 83801 0 -1 4194304 21116 0 0 0 18 2 0 0 20 0 1 0 65807177 110424064 23818 18446744073709551615 4198400 14743177 140734106613936 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 29560832 140734106618250 140734106618346 140734106618346 140734106623948 0
/proc/84836/statm: 26959 23818 2464 2575 0 23866 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 107836 KiB
Current children cumulated memory: 95272 KiB

[startup+0.305687 s]*
/proc/loadavg: 4.10 4.11 4.09 5/263 84837
/proc/meminfo: memFree=124002708/131250000 swapFree=33010160/33010684
[pid=84836] ppid=84833 vsize=105680 memory=95192 CPUtime=0.3 cores=5,7
/proc/84836/stat : 84836 (pbsolver) R 84833 84836 83801 0 -1 4194304 26886 0 0 0 27 3 0 0 20 0 1 0 65807177 108216320 23798 18446744073709551615 4198400 14743177 140734106613936 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 29560832 140734106618250 140734106618346 140734106618346 140734106623948 0
/proc/84836/statm: 26420 23798 2496 2575 0 23327 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 105680 KiB
Current children cumulated memory: 95192 KiB

[startup+0.700179 s]
/proc/loadavg: 4.10 4.11 4.09 5/263 84837
/proc/meminfo: memFree=123998928/131250000 swapFree=33010160/33010684
[pid=84836] ppid=84833 vsize=113756 memory=102320 CPUtime=0.69 cores=5,7
/proc/84836/stat : 84836 (pbsolver) R 84833 84836 83801 0 -1 4194304 29614 0 0 0 65 4 0 0 20 0 1 0 65807177 116486144 25580 18446744073709551615 4198400 14743177 140734106613936 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 29560832 140734106618250 140734106618346 140734106618346 140734106623948 0
/proc/84836/statm: 28439 25580 2592 2575 0 25346 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 113756 KiB
Current children cumulated memory: 102320 KiB

[startup+1.50017 s]
/proc/loadavg: 4.10 4.11 4.09 5/263 84837
/proc/meminfo: memFree=123998928/131250000 swapFree=33010160/33010684
[pid=84836] ppid=84833 vsize=115396 memory=103856 CPUtime=1.48 cores=5,7
/proc/84836/stat : 84836 (pbsolver) R 84833 84836 83801 0 -1 4194304 29995 0 0 0 144 4 0 0 20 0 1 0 65807177 118165504 25964 18446744073709551615 4198400 14743177 140734106613936 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 29560832 140734106618250 140734106618346 140734106618346 140734106623948 0
/proc/84836/statm: 28849 25964 2592 2575 0 25756 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 115396 KiB
Current children cumulated memory: 103856 KiB

[startup+3.10563 s]
/proc/loadavg: 4.10 4.11 4.09 5/263 84837
/proc/meminfo: memFree=123972296/131250000 swapFree=33010160/33010684
[pid=84836] ppid=84833 vsize=169428 memory=142464 CPUtime=3.09 cores=5,7
/proc/84836/stat : 84836 (pbsolver) R 84833 84836 83801 0 -1 4194304 39357 0 0 0 303 6 0 0 20 0 1 0 65807177 173494272 35616 18446744073709551615 4198400 14743177 140734106613936 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 29560832 140734106618250 140734106618346 140734106618346 140734106623948 0
/proc/84836/statm: 42357 35616 2592 2575 0 39264 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 169428 KiB
Current children cumulated memory: 142464 KiB

[startup+6.30016 s]
/proc/loadavg: 4.09 4.11 4.09 5/263 84837
/proc/meminfo: memFree=123898208/131250000 swapFree=33010160/33010684
[pid=84836] ppid=84833 vsize=241376 memory=205864 CPUtime=6.27 cores=5,7
/proc/84836/stat : 84836 (pbsolver) R 84833 84836 83801 0 -1 4194304 55557 0 0 0 619 8 0 0 20 0 1 0 65807177 247169024 51466 18446744073709551615 4198400 14743177 140734106613936 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 29560832 140734106618250 140734106618346 140734106618346 140734106623948 0
/proc/84836/statm: 60344 51466 2656 2575 0 57251 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 241376 KiB
Current children cumulated memory: 205864 KiB

[startup+12.7002 s]
/proc/loadavg: 4.08 4.11 4.09 5/263 84837
/proc/meminfo: memFree=123890544/131250000 swapFree=33010160/33010684
[pid=84836] ppid=84833 vsize=243124 memory=208040 CPUtime=12.66 cores=5,7
/proc/84836/stat : 84836 (pbsolver) R 84833 84836 83801 0 -1 4194304 56081 0 0 0 1257 9 0 0 20 0 1 0 65807177 248958976 52010 18446744073709551615 4198400 14743177 140734106613936 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 29560832 140734106618250 140734106618346 140734106618346 140734106623948 0
/proc/84836/statm: 60781 52010 2656 2575 0 57688 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 243124 KiB
Current children cumulated memory: 208040 KiB

[startup+25.5002 s]
/proc/loadavg: 4.06 4.10 4.09 5/263 84838
/proc/meminfo: memFree=123871144/131250000 swapFree=33010160/33010684
[pid=84836] ppid=84833 vsize=246228 memory=210344 CPUtime=25.41 cores=5,7
/proc/84836/stat : 84836 (pbsolver) R 84833 84836 83801 0 -1 4194304 56654 0 0 0 2532 9 0 0 20 0 1 0 65807177 252137472 52586 18446744073709551615 4198400 14743177 140734106613936 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 29560832 140734106618250 140734106618346 140734106618346 140734106623948 0
/proc/84836/statm: 61557 52586 2656 2575 0 58464 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 246228 KiB
Current children cumulated memory: 210344 KiB

[startup+51.1057 s]
/proc/loadavg: 4.04 4.09 4.08 5/263 84838
/proc/meminfo: memFree=123864732/131250000 swapFree=33010160/33010684
[pid=84836] ppid=84833 vsize=247376 memory=210856 CPUtime=50.95 cores=5,7
/proc/84836/stat : 84836 (pbsolver) R 84833 84836 83801 0 -1 4194304 56776 0 0 0 5086 9 0 0 20 0 1 0 65807177 253313024 52714 18446744073709551615 4198400 14743177 140734106613936 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 29560832 140734106618250 140734106618346 140734106618346 140734106623948 0
/proc/84836/statm: 61844 52714 2656 2575 0 58751 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 247376 KiB
Current children cumulated memory: 210856 KiB

[startup+102.3 s]
/proc/loadavg: 4.18 4.12 4.10 5/263 84840
/proc/meminfo: memFree=123756408/131250000 swapFree=33010160/33010684
[pid=84836] ppid=84833 vsize=304752 memory=247480 CPUtime=101.98 cores=5,7
/proc/84836/stat : 84836 (pbsolver) R 84833 84836 83801 0 -1 4194304 61884 0 0 0 10188 10 0 0 20 0 1 0 65807177 312066048 61870 18446744073709551615 4198400 14743177 140734106613936 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 29560832 140734106618250 140734106618346 140734106618346 140734106623948 0
/proc/84836/statm: 76188 61870 2688 2575 0 73095 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 304752 KiB
Current children cumulated memory: 247480 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/264 84845
/proc/meminfo: memFree=123744292/131250000 swapFree=33010160/33010684
[pid=84836] ppid=84833 vsize=337916 memory=256720 CPUtime=161.8 cores=5,7
/proc/84836/stat : 84836 (pbsolver) R 84833 84836 83801 0 -1 4194304 63712 0 0 0 16169 11 0 0 20 0 1 0 65807177 346025984 64180 18446744073709551615 4198400 14743177 140734106613936 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 29560832 140734106618250 140734106618346 140734106618346 140734106623948 0
/proc/84836/statm: 84479 64180 2688 2575 0 81386 0
Current children cumulated CPU time: 161.8 s
Current children cumulated vsize: 337916 KiB
Current children cumulated memory: 256720 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/265 84852
/proc/meminfo: memFree=123644616/131250000 swapFree=33010160/33010684
[pid=84836] ppid=84833 vsize=338204 memory=256848 CPUtime=221.63 cores=5,7
/proc/84836/stat : 84836 (pbsolver) R 84833 84836 83801 0 -1 4194304 63734 0 0 0 22152 11 0 0 20 0 1 0 65807177 346320896 64212 18446744073709551615 4198400 14743177 140734106613936 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 29560832 140734106618250 140734106618346 140734106618346 140734106623948 0
/proc/84836/statm: 84551 64212 2688 2575 0 81458 0
Current children cumulated CPU time: 221.63 s
Current children cumulated vsize: 338204 KiB
Current children cumulated memory: 256848 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/266 84855
/proc/meminfo: memFree=123519136/131250000 swapFree=33010160/33010684
[pid=84836] ppid=84833 vsize=338204 memory=256848 CPUtime=281.47 cores=5,7
/proc/84836/stat : 84836 (pbsolver) R 84833 84836 83801 0 -1 4194304 63734 0 0 0 28136 11 0 0 20 0 1 0 65807177 346320896 64212 18446744073709551615 4198400 14743177 140734106613936 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 29560832 140734106618250 140734106618346 140734106618346 140734106623948 0
/proc/84836/statm: 84551 64212 2688 2575 0 81458 0
Current children cumulated CPU time: 281.47 s
Current children cumulated vsize: 338204 KiB
Current children cumulated memory: 256848 KiB

[startup+342.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/267 84860
/proc/meminfo: memFree=123520456/131250000 swapFree=33010160/33010684
[pid=84836] ppid=84833 vsize=338644 memory=257104 CPUtime=341.3 cores=5,7
/proc/84836/stat : 84836 (pbsolver) R 84833 84836 83801 0 -1 4194304 63818 0 0 0 34119 11 0 0 20 0 1 0 65807177 346771456 64276 18446744073709551615 4198400 14743177 140734106613936 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 29560832 140734106618250 140734106618346 140734106618346 140734106623948 0
/proc/84836/statm: 84661 64276 2688 2575 0 81568 0
Current children cumulated CPU time: 341.3 s
Current children cumulated vsize: 338644 KiB
Current children cumulated memory: 257104 KiB

[startup+402.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/267 84862
/proc/meminfo: memFree=123438504/131250000 swapFree=33010160/33010684
[pid=84836] ppid=84833 vsize=419148 memory=333776 CPUtime=401.13 cores=5,7
/proc/84836/stat : 84836 (pbsolver) R 84833 84836 83801 0 -1 4194304 82992 0 0 0 40099 14 0 0 20 0 1 0 65807177 429207552 83444 18446744073709551615 4198400 14743177 140734106613936 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 29560832 140734106618250 140734106618346 140734106618346 140734106623948 0
/proc/84836/statm: 104787 83444 2688 2575 0 101694 0
Current children cumulated CPU time: 401.13 s
Current children cumulated vsize: 419148 KiB
Current children cumulated memory: 333776 KiB

[startup+462.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/267 84864
/proc/meminfo: memFree=123431884/131250000 swapFree=33010160/33010684
[pid=84836] ppid=84833 vsize=422584 memory=336976 CPUtime=460.97 cores=5,7
/proc/84836/stat : 84836 (pbsolver) R 84833 84836 83801 0 -1 4194304 83792 0 0 0 46083 14 0 0 20 0 1 0 65807177 432726016 84244 18446744073709551615 4198400 14743177 140734106613936 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 29560832 140734106618250 140734106618346 140734106618346 140734106623948 0
/proc/84836/statm: 105646 84244 2688 2575 0 102553 0

################
# More data... #
################

/proc/loadavg: 3.12 3.25 3.63 4/258 85075
/proc/meminfo: memFree=128312768/131250000 swapFree=33010160/33010684
[pid=84836] ppid=84833 vsize=457924 memory=438064 CPUtime=3153.78 cores=5,7
/proc/84836/stat : 84836 (pbsolver) R 84833 84836 83801 0 -1 4194304 97481 0 0 0 315360 18 0 0 20 0 1 0 65807177 468914176 109516 18446744073709551615 4198400 14743177 140734106613936 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 29560832 140734106618250 140734106618346 140734106618346 140734106623948 0
/proc/84836/statm: 114481 109516 2688 2575 0 111388 0
Current children cumulated CPU time: 3153.78 s
Current children cumulated vsize: 457924 KiB
Current children cumulated memory: 438064 KiB

[startup+3222.3 s]
/proc/loadavg: 3.10 3.22 3.59 4/260 85097
/proc/meminfo: memFree=128298084/131250000 swapFree=33010160/33010684
[pid=84836] ppid=84833 vsize=457924 memory=438064 CPUtime=3213.65 cores=5,7
/proc/84836/stat : 84836 (pbsolver) R 84833 84836 83801 0 -1 4194304 97500 0 0 0 321347 18 0 0 20 0 1 0 65807177 468914176 109516 18446744073709551615 4198400 14743177 140734106613936 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 29560832 140734106618250 140734106618346 140734106618346 140734106623948 0
/proc/84836/statm: 114481 109516 2688 2575 0 111388 0
Current children cumulated CPU time: 3213.65 s
Current children cumulated vsize: 457924 KiB
Current children cumulated memory: 438064 KiB

[startup+3282.3 s]
/proc/loadavg: 3.08 3.19 3.56 4/261 85100
/proc/meminfo: memFree=128276376/131250000 swapFree=33010160/33010684
[pid=84836] ppid=84833 vsize=457924 memory=438064 CPUtime=3273.52 cores=5,7
/proc/84836/stat : 84836 (pbsolver) R 84833 84836 83801 0 -1 4194304 97505 0 0 0 327334 18 0 0 20 0 1 0 65807177 468914176 109516 18446744073709551615 4198400 14743177 140734106613936 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 29560832 140734106618250 140734106618346 140734106618346 140734106623948 0
/proc/84836/statm: 114481 109516 2688 2575 0 111388 0
Current children cumulated CPU time: 3273.52 s
Current children cumulated vsize: 457924 KiB
Current children cumulated memory: 438064 KiB

[startup+3342.3 s]
/proc/loadavg: 2.56 3.03 3.48 3/255 85132
/proc/meminfo: memFree=128659984/131250000 swapFree=33010160/33010684
[pid=84836] ppid=84833 vsize=457924 memory=438064 CPUtime=3333.38 cores=5,7
/proc/84836/stat : 84836 (pbsolver) R 84833 84836 83801 0 -1 4194304 97511 0 0 0 333320 18 0 0 20 0 1 0 65807177 468914176 109516 18446744073709551615 4198400 14743177 140734106613936 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 29560832 140734106618250 140734106618346 140734106618346 140734106623948 0
/proc/84836/statm: 114481 109516 2688 2575 0 111388 0
Current children cumulated CPU time: 3333.38 s
Current children cumulated vsize: 457924 KiB
Current children cumulated memory: 438064 KiB

[startup+3402.3 s]
/proc/loadavg: 2.25 2.85 3.39 3/256 85137
/proc/meminfo: memFree=128650376/131250000 swapFree=33010160/33010684
[pid=84836] ppid=84833 vsize=457924 memory=438064 CPUtime=3393.24 cores=5,7
/proc/84836/stat : 84836 (pbsolver) R 84833 84836 83801 0 -1 4194304 97643 0 0 0 339306 18 0 0 20 0 1 0 65807177 468914176 109516 18446744073709551615 4198400 14743177 140734106613936 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 29560832 140734106618250 140734106618346 140734106618346 140734106623948 0
/proc/84836/statm: 114481 109516 2688 2575 0 111388 0
Current children cumulated CPU time: 3393.24 s
Current children cumulated vsize: 457924 KiB
Current children cumulated memory: 438064 KiB

[startup+3462.3 s]
/proc/loadavg: 2.21 2.73 3.31 3/256 85140
/proc/meminfo: memFree=128649712/131250000 swapFree=33010160/33010684
[pid=84836] ppid=84833 vsize=457924 memory=438064 CPUtime=3453.06 cores=5,7
/proc/84836/stat : 84836 (pbsolver) R 84833 84836 83801 0 -1 4194304 97764 0 0 0 345288 18 0 0 20 0 1 0 65807177 468914176 109516 18446744073709551615 4198400 14743177 140734106613936 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 29560832 140734106618250 140734106618346 140734106618346 140734106623948 0
/proc/84836/statm: 114481 109516 2688 2575 0 111388 0
Current children cumulated CPU time: 3453.06 s
Current children cumulated vsize: 457924 KiB
Current children cumulated memory: 438064 KiB

[startup+3522.3 s]
/proc/loadavg: 2.08 2.59 3.22 3/256 85142
/proc/meminfo: memFree=128657632/131250000 swapFree=33010160/33010684
[pid=84836] ppid=84833 vsize=457924 memory=438064 CPUtime=3512.88 cores=5,7
/proc/84836/stat : 84836 (pbsolver) R 84833 84836 83801 0 -1 4194304 97769 0 0 0 351270 18 0 0 20 0 1 0 65807177 468914176 109516 18446744073709551615 4198400 14743177 140734106613936 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 29560832 140734106618250 140734106618346 140734106618346 140734106623948 0
/proc/84836/statm: 114481 109516 2688 2575 0 111388 0
Current children cumulated CPU time: 3512.88 s
Current children cumulated vsize: 457924 KiB
Current children cumulated memory: 438064 KiB

[startup+3582.3 s]
/proc/loadavg: 2.07 2.50 3.15 3/255 85144
/proc/meminfo: memFree=128653280/131250000 swapFree=33010160/33010684
[pid=84836] ppid=84833 vsize=457924 memory=438064 CPUtime=3572.71 cores=5,7
/proc/84836/stat : 84836 (pbsolver) R 84833 84836 83801 0 -1 4194304 97769 0 0 0 357253 18 0 0 20 0 1 0 65807177 468914176 109516 18446744073709551615 4198400 14743177 140734106613936 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 29560832 140734106618250 140734106618346 140734106618346 140734106623948 0
/proc/84836/statm: 114481 109516 2688 2575 0 111388 0
Current children cumulated CPU time: 3572.71 s
Current children cumulated vsize: 457924 KiB
Current children cumulated memory: 438064 KiB

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

# cumulated CPU time of all completed processes:  user=3587.28 s, system=0.192422 s

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

[startup+3584 s]*
/proc/loadavg: 2.07 2.50 3.15 3/255 85144
/proc/meminfo: memFree=128653296/131250000 swapFree=33010160/33010684
[pid=84836] ppid=84833 vsize=457924 memory=438064 CPUtime=3574.41 cores=5,7
/proc/84836/stat : 84836 (pbsolver) R 84833 84836 83801 0 -1 4194304 97769 0 0 0 357423 18 0 0 20 0 1 0 65807177 468914176 109516 18446744073709551615 4198400 14743177 140734106613936 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 29560832 140734106618250 140734106618346 140734106618346 140734106623948 0
/proc/84836/statm: 114481 109516 2688 2575 0 111388 0
Current children cumulated CPU time: 3574.41 s
Current children cumulated vsize: 457924 KiB
Current children cumulated memory: 438064 KiB

[startup+3590.4 s]
/proc/loadavg: 2.14 2.51 3.15 3/255 85144
/proc/meminfo: memFree=128653296/131250000 swapFree=33010160/33010684
[pid=84836] ppid=84833 vsize=457924 memory=438064 CPUtime=3580.78 cores=5,7
/proc/84836/stat : 84836 (pbsolver) R 84833 84836 83801 0 -1 4194304 97769 0 0 0 358060 18 0 0 20 0 1 0 65807177 468914176 109516 18446744073709551615 4198400 14743177 140734106613936 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 29560832 140734106618250 140734106618346 140734106618346 140734106623948 0
/proc/84836/statm: 114481 109516 2688 2575 0 111388 0
Current children cumulated CPU time: 3580.78 s
Current children cumulated vsize: 457924 KiB
Current children cumulated memory: 438064 KiB

[startup+3593.6 s]
/proc/loadavg: 2.13 2.50 3.14 3/255 85144
/proc/meminfo: memFree=128653296/131250000 swapFree=33010160/33010684
[pid=84836] ppid=84833 vsize=457924 memory=438064 CPUtime=3583.98 cores=5,7
/proc/84836/stat : 84836 (pbsolver) R 84833 84836 83801 0 -1 4194304 97769 0 0 0 358380 18 0 0 20 0 1 0 65807177 468914176 109516 18446744073709551615 4198400 14743177 140734106613936 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 29560832 140734106618250 140734106618346 140734106618346 140734106623948 0
/proc/84836/statm: 114481 109516 2688 2575 0 111388 0
Current children cumulated CPU time: 3583.98 s
Current children cumulated vsize: 457924 KiB
Current children cumulated memory: 438064 KiB

[startup+3595.2 s]
/proc/loadavg: 2.13 2.50 3.14 3/255 85144
/proc/meminfo: memFree=128653296/131250000 swapFree=33010160/33010684
[pid=84836] ppid=84833 vsize=457924 memory=438064 CPUtime=3585.57 cores=5,7
/proc/84836/stat : 84836 (pbsolver) R 84833 84836 83801 0 -1 4194304 97769 0 0 0 358539 18 0 0 20 0 1 0 65807177 468914176 109516 18446744073709551615 4198400 14743177 140734106613936 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 29560832 140734106618250 140734106618346 140734106618346 140734106623948 0
/proc/84836/statm: 114481 109516 2688 2575 0 111388 0
Current children cumulated CPU time: 3585.57 s
Current children cumulated vsize: 457924 KiB
Current children cumulated memory: 438064 KiB

[startup+3596 s]*
/proc/loadavg: 2.12 2.49 3.14 3/255 85144
/proc/meminfo: memFree=128653296/131250000 swapFree=33010160/33010684
[pid=84836] ppid=84833 vsize=457924 memory=438064 CPUtime=3586.37 cores=5,7
/proc/84836/stat : 84836 (pbsolver) R 84833 84836 83801 0 -1 4194304 97769 0 0 0 358619 18 0 0 20 0 1 0 65807177 468914176 109516 18446744073709551615 4198400 14743177 140734106613936 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 29560832 140734106618250 140734106618346 140734106618346 140734106623948 0
/proc/84836/statm: 114481 109516 2688 2575 0 111388 0
Current children cumulated CPU time: 3586.37 s
Current children cumulated vsize: 457924 KiB
Current children cumulated memory: 438064 KiB

[startup+3596.8 s]
/proc/loadavg: 2.12 2.49 3.14 3/255 85144
/proc/meminfo: memFree=128653296/131250000 swapFree=33010160/33010684
[pid=84836] ppid=84833 vsize=457924 memory=438064 CPUtime=3587.17 cores=5,7
/proc/84836/stat : 84836 (pbsolver) R 84833 84836 83801 0 -1 4194304 97769 0 0 0 358699 18 0 0 20 0 1 0 65807177 468914176 109516 18446744073709551615 4198400 14743177 140734106613936 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 29560832 140734106618250 140734106618346 140734106618346 140734106623948 0
/proc/84836/statm: 114481 109516 2688 2575 0 111388 0
Current children cumulated CPU time: 3587.17 s
Current children cumulated vsize: 457924 KiB
Current children cumulated memory: 438064 KiB

[startup+3597 s]*
/proc/loadavg: 2.12 2.49 3.14 3/255 85144
/proc/meminfo: memFree=128653296/131250000 swapFree=33010160/33010684
[pid=84836] ppid=84833 vsize=457924 memory=438064 CPUtime=3587.37 cores=5,7
/proc/84836/stat : 84836 (pbsolver) R 84833 84836 83801 0 -1 4194304 97769 0 0 0 358719 18 0 0 20 0 1 0 65807177 468914176 109516 18446744073709551615 4198400 14743177 140734106613936 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 29560832 140734106618250 140734106618346 140734106618346 140734106623948 0
/proc/84836/statm: 114481 109516 2688 2575 0 111388 0
Current children cumulated CPU time: 3587.37 s
Current children cumulated vsize: 457924 KiB
Current children cumulated memory: 438064 KiB

Child status: 0

Real time (s): 3597.1
CPU time (s): 3587.47
CPU user time (s): 3587.28
CPU system time (s): 0.192422
CPU usage (%): 99.7325
Max. virtual memory (cumulated for all children) (KiB): 457924
Max. memory (cumulated for all children) (KiB): 438064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3587.28
system time used= 0.192422
maximum resident set size= 438064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97811
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= 26
involuntary context switches= 1247


# summary of solver processes directly reported to runsolver:
#   pid: 84836
#   total CPU time (s): 3587.47
#   total CPU user time (s): 3587.28
#   total CPU system time (s): 0.192422

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.76572 second user time and 14.7471 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-07-03 02:08:16
IDJOB=4507871
IDBENCH=158386
IDSOLVER=3366
FILE ID=nodeC016/4507871-1751501296
RUNJOBID= nodeC016-1751493060-83817
SLURM_JOB_ID= 9598563
Free space on /tmp= 432768 MiB

SOLVER NAME= SCIP-10 2025-06-13
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/EmployeeScheduling/normalized-sep5.5.opb
COMMAND LINE= pbsolver -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4507871-1751501296/watcher-4507871-1751501296 -o /tmp/evaluation-result-4507871-1751501296/solver-4507871-1751501296 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751493060-83817 --watchdog 3760  pbsolver -f HOME/instance-4507871-1751501296.opb -t 3600 -m 31000

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

MD5SUM BENCH= 57020c0b0c1558ae6f18629e32faebb8
RANDOM SEED=1457326959

nodeC016 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.740
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.48
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.692
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.48
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		: 3599.302
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.48
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		: 3578.782
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.48
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.723
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.48
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.983
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.48
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		: 3700.000
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.48
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		: 3573.019
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        124074652 kB
MemAvailable:   124260368 kB
Buffers:            2144 kB
Cached:           954556 kB
SwapCached:           28 kB
Active:          6153352 kB
Inactive:         334776 kB
Active(anon):    5544184 kB
Inactive(anon):     5288 kB
Active(file):     609168 kB
Inactive(file):   329488 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             15956 kB
Writeback:            40 kB
AnonPages:       5532392 kB
Mapped:           136660 kB
Shmem:             18044 kB
KReclaimable:     172600 kB
Slab:             264556 kB
SReclaimable:     172600 kB
SUnreclaim:        91956 kB
KernelStack:        4256 kB
PageTables:        14324 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    6534668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150504 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    731136 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432864 MiB
End job on nodeC016 at 2025-07-03 03:08:13