Trace number 4506055

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? 3588.66 3600.13

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/NG/
normalized-NG.dot_unif_10null0mast_rapportOE2.0_TMAX180_K192_cod1.opb
MD5SUM00fa528bfee1582f0c8a78997b3aaa78
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-83802
Best CPU time to get the best result obtained on this benchmark71301.6
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables399113
Total number of constraints400980
Number of constraints which are clauses399002
Number of constraints which are cardinality constraints (but not clauses)1977
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint397089
Number of terms in the objective function 306555
Biggest coefficient in the objective function 998
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 158449780
Number of bits of the sum of numbers in the objective function 28
Biggest number in a constraint 998
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 158449780
Number of bits of the biggest sum of numbers28
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-4506055-1751490251.opb>
1.59/1.69	c original problem has 399113 variables (399113 bin, 0 int, 0 cont) and 400980 constraints
1.59/1.69	c problem read in 1.687 seconds
3.28/3.31	c presolving:
4.37/4.43	c (round 1, fast)       33998 del vars, 34176 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 24337 clqs
5.47/5.53	c    (5.5s) running MILP presolver
127.62/128.08	c    (128.1s) MILP presolver (4 rounds): 0 aggregations, 1120 fixings, 0 bound changes
127.72/128.19	c (round 2, medium)     35118 del vars, 34176 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 24324 clqs
128.01/128.45	c (round 3, fast)       35118 del vars, 35113 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 26105 clqs
129.90/130.32	c (round 4, exhaustive) 35118 del vars, 35307 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 365337 upgd conss, 0 impls, 26105 clqs
131.20/131.63	c (round 5, exhaustive) 35118 del vars, 35307 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 365673 upgd conss, 0 impls, 26105 clqs
138.69/139.13	c    (139.1s) sparsify finished: 5/2073298 (0.0%) nonzeros canceled - in total 5 canceled nonzeros, 5 changed coefficients, 0 added nonzeros
278.27/279.14	c    (279.1s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
279.67/280.52	c    (280.5s) symmetry computation finished: 87 generators found (max: 175, log10 of symmetry group size: 40.22) (symcode time: 0.55)
279.67/280.58	c dynamic symmetry handling statistics:
279.67/280.58	c    orbitopal reduction:       no components
279.67/280.58	c    orbital reduction:         no components
279.67/280.58	c    lexicographic reduction:   13 permutations with support sizes 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 1140
279.67/280.58	c handled 57 out of 57 symmetry components
280.46/281.30	c presolving (6 rounds: 6 fast, 4 medium, 3 exhaustive):
280.46/281.30	c  35275 deleted vars, 35311 deleted constraints, 74 added constraints, 0 tightened bounds, 0 added holes, 1 changed sides, 36 changed coefficients
280.46/281.30	c  0 implications, 2152771 cliques
280.46/281.30	c presolved problem has 363951 variables (363951 bin, 0 int, 0 cont) and 365729 constraints
280.46/281.30	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
280.46/281.30	c       1 constraints of type <knapsack>
280.46/281.30	c   26100 constraints of type <setppc>
280.46/281.30	c      59 constraints of type <linear>
280.46/281.30	c      16 constraints of type <orbitope_pp>
280.46/281.30	c  339553 constraints of type <logicor>
280.46/281.30	c transformed objective value is always integral (scale: 1)
280.46/281.30	c Presolving Time: 278.10
280.46/281.30	c 
280.46/281.30	c - non default parameters ----------------------------------------------------------------------
280.46/281.30	c 
280.46/281.30	c # SCIP version 10.0.0
280.46/281.30	c 
280.46/281.30	c # maximal time in seconds to run
280.46/281.30	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
280.46/281.30	c limits/time = 3596.99825
280.46/281.30	c 
280.46/281.30	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
280.46/281.30	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
280.46/281.30	c limits/memory = 27900
280.46/281.30	c 
280.46/281.30	c # belongs reading time to solving time?
280.46/281.30	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
280.46/281.30	c timing/reading = TRUE
280.46/281.30	c 
280.46/281.30	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
280.46/281.30	c # [type: int, advanced: TRUE, range: [-1,2147483647], default: -1]
280.46/281.30	c reading/opbreader/maxintsize = 47
280.46/281.30	c 
280.46/281.30	c # timing when propagator should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS))
280.46/281.30	c # [type: int, advanced: TRUE, range: [0,15], default: 15]
280.46/281.30	c propagating/genvbounds/timingmask = 0
280.46/281.30	c 
280.46/281.30	c -----------------------------------------------------------------------------------------------
280.46/281.39	c 
973.61/976.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
973.61/976.67	c   977s|     1 |     0 | 81464 |     - |  3720M |   0 | 363k| 358k| 358k|   0 |  0 | 477 |   0 |-9.748073e+04 |      --      |    Inf | unknown
3313.82/3324.45	c  3324s|     1 |     0 |251106 |     - |  3920M |   0 | 363k| 358k| 358k|   5 |  1 | 478 |   0 |-9.719715e+04 |      --      |    Inf | unknown
3585.53/3597.01	c  3597s|     1 |     0 |251106 |     - |  4171M |   0 | 363k| 358k| 358k|  13 |  2 | 479 |   0 |-9.719715e+04 |      --      |    Inf | unknown
3585.53/3597.01	c (node 1) LP solver hit time limit in LP 16 -- using pseudo solution instead
3585.53/3597.01	c 
3585.53/3597.01	c SCIP Status        : solving was interrupted [time limit reached]
3585.53/3597.01	c Solving Time (sec) : 3597.01
3585.53/3597.01	c Solving Nodes      : 1
3585.53/3597.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
3585.53/3597.01	c Dual Bound         : -9.71971488975276e+04
3585.53/3597.01	c Gap                : infinite
3585.53/3597.01	s UNKNOWN
3585.53/3597.01	c SCIP Status        : solving was interrupted [time limit reached]
3585.53/3597.01	c Total Time         :    3597.01
3585.53/3597.01	c   solving          :    3597.01
3585.53/3597.01	c   presolving       :     278.10 (included in solving)
3585.53/3597.01	c   reading          :       1.69 (included in solving)
3585.53/3597.01	c   copying          :       0.00 (0 times copied the problem)
3585.53/3597.01	c Original Problem   :
3585.53/3597.01	c   Problem name     : HOME/instance-4506055-1751490251.opb
3585.53/3597.01	c   Variables        : 399113 (399113 binary, 0 integer, 0 continuous)
3585.53/3597.01	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
3585.53/3597.01	c   Constraints      : 400980 initial, 400980 maximal
3585.53/3597.02	c   Objective        : minimize, 306555 non-zeros (abs.min = 1, abs.max = 998)
3585.53/3597.02	c Presolved Problem  :
3585.53/3597.02	c   Problem name     : t_HOME/instance-4506055-1751490251.opb
3585.53/3597.02	c   Variables        : 363951 (363951 binary, 0 integer, 0 continuous)
3585.53/3597.02	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
3585.53/3597.02	c   Constraints      : 365729 initial, 365729 maximal
3585.53/3597.03	c   Objective        : minimize, 306550 non-zeros (abs.min = 1, abs.max = 998)
3585.53/3597.03	c   Nonzeros         : 2072920 constraint, 4583222 clique table
3585.53/3597.03	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3585.53/3597.03	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.53/3597.03	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.53/3597.03	c   domcol           :       2.93       0.00      1          0          0          0          0          0          0          0          0          0
3585.53/3597.03	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.53/3597.03	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.53/3597.03	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.53/3597.03	c   dualsparsify     :       1.41       0.00      1          0          0          0          0          0          0          0          0         30
3585.53/3597.03	c   gateextraction   :       0.66       0.00      2          0          0          0          0          0          0          0          0          0
3585.53/3597.03	c   implics          :       0.03       0.00      4          0          0          0          0          0          0          0          0          0
3585.53/3597.03	c   implint          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.53/3597.03	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.53/3597.03	c   milp             :     123.61       0.00      1       1120          0          0          0          0          0          0          0          0
3585.53/3597.03	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.53/3597.03	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.53/3597.03	c   sparsify         :       1.02       0.00      1          0          0          0          0          0          0          0          0          5
3585.53/3597.03	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.53/3597.03	c   trivial          :       0.07       0.00      6          0          0          0          0          0          0          0          0          0
3585.53/3597.03	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.53/3597.03	c   dualfix          :       0.11       0.00      6      33998          0          0          0          0          0          0          0          0
3585.53/3597.03	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.53/3597.03	c   probing          :     138.60       0.01      1         25          0          0          0          0          0          0          0          0
3585.53/3597.03	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.53/3597.03	c   symmetry         :       1.44       0.00      1         14          0          0          0          0          0         74          0          0
3585.53/3597.03	c   vbounds          :       0.10       0.00      1          0          0          0          0          0          0          0          0          0
3585.53/3597.03	c   knapsack         :       0.35       0.02      6          0          0          0          0          0          0          0          0          0
3585.53/3597.03	c   setppc           :       0.32       0.01      6          0          5          0          0          0          4          0          1          1
3585.53/3597.03	c   linear           :       2.67       0.41      7          0          0          0          0          0      35307          0          0          0
3585.53/3597.03	c   orbitope_pp      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.53/3597.03	c   logicor          :       3.44       0.14      5          0          0          0          0          0          0          0          0          0
3585.53/3597.03	c   components       :       0.41       0.00      1          0          0          0          0          0          0          0          0          0
3585.53/3597.03	c   root node        :          -          -      -       7598          -          -       7598          -          -          -          -          -
3585.53/3597.03	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3585.53/3597.03	c   integral         :          0          0          0          0          0          0          0          7          0          0          0          0          0          0          0
3585.53/3597.03	c   knapsack         :          1          1          2      21620          0          0          0          3        978          0          0          0          0          0          0
3585.53/3597.03	c   setppc           :      26100      26100          2      21620          0          0          0          1     284055        376       2398          0          0          0          0
3585.53/3597.03	c   linear           :         59         59          2      20233          0          0          0          3          0          7        110          0          0          0          0
3585.53/3597.03	c   orbitope_pp      :         16         16          0       2664          0          0          0          0          0          0          0          0          0          0          0
3585.53/3597.03	c   logicor          :     339553     339553          2      20249          0          0          0          0     272802        109       5028          0          0          0          0
3585.53/3597.03	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3585.53/3597.03	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3585.53/3597.03	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3585.53/3597.03	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3585.53/3597.03	c   integral         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.53/3597.03	c   knapsack         :      17.17       0.02       0.86       8.32       0.00       0.00       0.00       0.03       7.94       0.00
3585.53/3597.03	c   setppc           :      23.39       0.01       0.06      22.95       0.00       0.00       0.00       0.00       0.36       0.00
3585.53/3597.03	c   linear           :       0.41       0.41       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.53/3597.03	c   orbitope_pp      :       0.01       0.00       0.00       0.01       0.00       0.00       0.00       0.00       0.00       0.00
3585.53/3597.03	c   logicor          :      60.26       0.14       0.40      59.55       0.00       0.00       0.00       0.00       0.17       0.00
3585.53/3597.03	c   fixedvar         :       0.01       0.01       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.53/3597.03	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.53/3597.03	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.53/3597.03	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3585.53/3597.03	c   dualfix          :         13          0          0          0
3585.53/3597.03	c   genvbounds       :          0          0          0          0
3585.53/3597.03	c   nlobbt           :          0          0          0          0
3585.53/3597.03	c   obbt             :          0          0          0          0
3585.53/3597.03	c   probing          :          0          0          0          0
3585.53/3597.03	c   pseudoobj        :         15          0          0          0
3585.53/3597.03	c   redcost          :          2          0          0          0
3585.53/3597.03	c   rootredcost      :          0          0          0          0
3585.53/3597.03	c   symmetry         :          0          0          0          0
3585.53/3597.03	c   vbounds          :       2362          0          0          0
3585.53/3597.03	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3585.53/3597.03	c   dualfix          :       0.25       0.00       0.11       0.14       0.00       0.00
3585.53/3597.03	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
3585.53/3597.03	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3585.53/3597.03	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3585.53/3597.03	c   probing          :     138.62       0.01     138.60       0.00       0.00       0.00
3585.53/3597.03	c   pseudoobj        :       0.13       0.00       0.00       0.13       0.00       0.00
3585.53/3597.03	c   redcost          :       0.04       0.00       0.00       0.04       0.00       0.00
3585.53/3597.03	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
3585.53/3597.03	c   symmetry         :       1.44       0.00       1.44       0.00       0.00       0.00
3585.53/3597.03	c   vbounds          :       0.21       0.00       0.10       0.10       0.00       0.00
3585.53/3597.03	c Symmetry           :
3585.53/3597.03	c   #affected vars   :       5842 (5842 bin, 0 int, 0 cont)
3585.53/3597.03	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
3585.53/3597.03	c   orbital reduction:          0 reductions applied,          0 cutoffs
3585.53/3597.03	c   lexicographic red:          0 reductions applied,          0 cutoffs
3585.53/3597.03	c   shadow tree time :       0.00 s
3585.53/3597.03	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3585.53/3597.03	c   propagation      :       9.43        473        456          -      29972      415.9          0        0.0          -          -          -
3585.53/3597.03	c   infeasible LP    :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3585.53/3597.03	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3585.53/3597.03	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3585.53/3597.03	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3585.53/3597.03	c   applied globally :       0.04          -          -          0        479       71.0          -          -          0          -          -
3585.53/3597.03	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
3585.53/3597.03	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3585.53/3597.03	c   cut pool         :       0.02          -          3          3          -          -        255        265          -          -          -          -          -    (maximal pool size:        255)
3585.53/3597.03	c   aggregation      :      17.28       0.00          2          2          0          0          0          0          0          0          0          0          0
3585.53/3597.03	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
3585.53/3597.03	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
3585.53/3597.03	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
3585.53/3597.03	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.53/3597.03	c   clique           :      17.57       0.00          2          2          0          0         13         13          0          3          3          0          0
3585.53/3597.03	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.53/3597.03	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.53/3597.03	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.53/3597.03	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.53/3597.03	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.53/3597.03	c   gomory           :     312.51       0.00          2          2          0          0        237        247          0          6          6          0          0
3585.53/3597.03	c   > gomorymi       :          -          -          -          -          -          -          -        143          0          3          3          0          -
3585.53/3597.03	c   > strongcg       :          -          -          -          -          -          -          -        104          0          3          3          0          -
3585.53/3597.03	c   impliedbounds    :       3.90       0.00          2          2          0         53          0          0          0          0          0          0          0
3585.53/3597.03	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.53/3597.03	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.53/3597.03	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.53/3597.03	c   mcf              :       0.31       0.00          1          1          0          0          0          0          0          0          0          0          0
3585.53/3597.03	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.53/3597.03	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.53/3597.03	c   multilinear      :       0.00       0.00          2          2          0          0          0          0          0          0          0          0          0
3585.53/3597.03	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.53/3597.03	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.53/3597.03	c   rlt              :       0.00       0.00          2          2          0          0          0          0          0          0          0          0          0
3585.53/3597.03	c   zerohalf         :       1.69       0.00          2          2          0          0          5          5          0          4          4          0          0
3585.53/3597.03	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3585.53/3597.03	c   hybrid           :       0.07       0.00          2          2         13          0        252         13          0        252
3585.53/3597.03	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3585.53/3597.03	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3585.53/3597.03	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3585.53/3597.03	c   problem variables:       0.00          -          0          0
3585.53/3597.03	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3585.53/3597.03	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3585.53/3597.03	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3585.53/3597.03	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3585.53/3597.03	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3585.53/3597.03	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3585.53/3597.03	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3585.53/3597.03	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3585.53/3597.03	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3585.53/3597.03	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3585.53/3597.03	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3585.53/3597.03	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3585.53/3597.03	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3585.53/3597.03	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3585.53/3597.03	c   relpscost        :       0.00       0.00          0          0          0          0          0          0          0          0
3585.53/3597.03	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3585.53/3597.03	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3585.53/3597.03	c   LP solutions     :       0.00          -          -          0          0
3585.53/3597.03	c   relax solutions  :       0.00          -          -          0          0
3585.53/3597.03	c   pseudo solutions :       0.00          -          -          0          0
3585.53/3597.03	c   strong branching :       0.00          -          -          0          0
3585.53/3597.03	c   actconsdiving    :       0.00       0.00          0          0          0
3585.53/3597.03	c   adaptivediving   :       0.00       0.00          0          0          0
3585.53/3597.03	c   alns             :       0.00       0.00          0          0          0
3585.53/3597.03	c   bound            :       0.00       0.00          0          0          0
3585.53/3597.03	c   clique           :       2.63       0.00          1          0          0
3585.53/3597.03	c   coefdiving       :       0.00       0.00          0          0          0
3585.53/3597.03	c   completesol      :       0.00       0.00          0          0          0
3585.53/3597.03	c   conflictdiving   :       0.00       0.00          0          0          0
3585.53/3597.03	c   crossover        :       0.00       0.00          0          0          0
3585.53/3597.03	c   dins             :       0.00       0.00          0          0          0
3585.53/3597.03	c   distributiondivin:       0.00       0.00          0          0          0
3585.53/3597.03	c   dks              :       0.00       0.00          0          0          0
3585.53/3597.03	c   dps              :       0.00       0.00          0          0          0
3585.53/3597.03	c   dualval          :       0.00       0.00          0          0          0
3585.53/3597.03	c   farkasdiving     :       0.00       0.00          0          0          0
3585.53/3597.03	c   feaspump         :    1092.99       0.00          1          0          0
3585.53/3597.03	c   fixandinfer      :       0.00       0.00          0          0          0
3585.53/3597.03	c   fracdiving       :       0.00       0.00          0          0          0
3585.53/3597.03	c   gins             :       0.00       0.00          0          0          0
3585.53/3597.03	c   guideddiving     :       0.00       0.00          0          0          0
3585.53/3597.03	c   indicator        :       0.00       0.00          0          0          0
3585.53/3597.03	c   indicatordiving  :       0.00       0.00          0          0          0
3585.53/3597.03	c   intdiving        :       0.00       0.00          0          0          0
3585.53/3597.03	c   intshifting      :       0.00       0.00          0          0          0
3585.53/3597.03	c   linesearchdiving :       0.00       0.00          0          0          0
3585.53/3597.03	c   localbranching   :       0.00       0.00          0          0          0
3585.53/3597.03	c   locks            :      25.21       0.00          1          0          0
3585.53/3597.03	c   lpface           :       0.00       0.00          0          0          0
3585.53/3597.03	c   mpec             :       0.00       0.00          0          0          0
3585.53/3597.03	c   multistart       :       0.00       0.00          0          0          0
3585.53/3597.03	c   mutation         :       0.00       0.00          0          0          0
3585.53/3597.03	c   nlpdiving        :       0.00       0.00          0          0          0
3585.53/3597.03	c   objpscostdiving  :       0.00       0.00          0          0          0
3585.53/3597.03	c   octane           :       0.00       0.00          0          0          0
3585.53/3597.03	c   ofins            :       0.00       0.00          0          0          0
3585.53/3597.03	c   oneopt           :       0.00       0.00          0          0          0
3585.53/3597.03	c   padm             :       0.00       0.00          0          0          0
3585.53/3597.03	c   proximity        :       0.00       0.00          0          0          0
3585.53/3597.03	c   pscostdiving     :       0.00       0.00          0          0          0
3585.53/3597.03	c   randrounding     :       1.20       0.00          2          0          0
3585.53/3597.03	c   rens             :       0.00       0.00          0          0          0
3585.53/3597.03	c   reoptsols        :       0.00       0.00          0          0          0
3585.53/3597.03	c   repair           :       0.00       0.00          0          0          0
3585.53/3597.03	c   rins             :       0.00       0.00          0          0          0
3585.53/3597.03	c   rootsoldiving    :       0.00       0.00          0          0          0
3585.53/3597.03	c   rounding         :       0.03       0.00          2          0          0
3585.53/3597.03	c   scheduler        :       0.00       0.00          0          0          0
3585.53/3597.03	c   shiftandpropagate:       1.70       0.00          1          0          0
3585.53/3597.03	c   shifting         :     193.38       0.00          2          0          0
3585.53/3597.03	c   simplerounding   :       0.01       0.00          2          0          0
3585.53/3597.03	c   subnlp           :       0.00       0.00          0          0          0
3585.53/3597.03	c   trivial          :       0.22       0.00          2          0          0
3585.53/3597.03	c   trivialnegation  :       0.00       0.00          0          0          0
3585.53/3597.03	c   trustregion      :       0.00       0.00          0          0          0
3585.53/3597.03	c   trysol           :       0.00       0.00          0          0          0
3585.53/3597.03	c   twoopt           :       0.00       0.00          0          0          0
3585.53/3597.03	c   undercover       :       0.00       0.00          0          0          0
3585.53/3597.03	c   vbounds          :       1.03       0.00          1          0          0
3585.53/3597.03	c   veclendiving     :       0.00       0.00          0          0          0
3585.53/3597.03	c   zeroobj          :       0.00       0.00          0          0          0
3585.53/3597.03	c   zirounding       :       0.00       0.00          0          0          0
3585.53/3597.03	c   other solutions  :          -          -          -          0          -
3585.53/3597.03	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3585.53/3597.03	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
3585.53/3597.03	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
3585.53/3597.03	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
3585.53/3597.03	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
3585.53/3597.03	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
3585.53/3597.03	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
3585.53/3597.03	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
3585.53/3597.03	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
3585.53/3597.03	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
3585.53/3597.03	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3585.53/3597.03	c   primal LP        :       0.00          0          0       0.00          -       0.00          0
3585.53/3597.03	c   dual LP          :    1640.95          4     138005   46001.67      84.10      85.04          1
3585.53/3597.03	c   lex dual LP      :       0.00          0          0       0.00          -
3585.53/3597.03	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3585.53/3597.03	c   resolve instable :       0.00          0          0       0.00          -
3585.53/3597.03	c   diving/probing LP:    1090.03         13     113101    8700.08     103.76
3585.53/3597.03	c   strong branching :       0.00          0          0       0.00          -          -          -          0
3585.53/3597.03	c     (at root node) :          -          0          0       0.00          -
3585.53/3597.03	c   conflict analysis:       0.00          0          0       0.00          -
3585.53/3597.03	c Relaxators         :       Time      Calls    Cutoffs ImprBounds   ImprTime ReducedDom  Separated AddedConss
3585.53/3597.03	c   benders          :       0.00          0          0          0       0.00          0          0          0
3585.53/3597.03	c B&B Tree           :
3585.53/3597.03	c   number of runs   :          1
3585.53/3597.03	c   nodes            :          1 (0 internal, 1 leaves)
3585.53/3597.03	c   feasible leaves  :          0
3585.53/3597.03	c   infeas. leaves   :          0
3585.53/3597.03	c   objective leaves :          0
3585.53/3597.03	c   nodes (total)    :          1 (0 internal, 1 leaves)
3585.53/3597.03	c   nodes left       :          1
3585.53/3597.03	c   max depth        :          0
3585.53/3597.03	c   max depth (total):          0
3585.53/3597.03	c   backtracks       :          0 (0.0%)
3585.53/3597.03	c   early backtracks :          0 (0.0%)
3585.53/3597.03	c   nodes exc. ref.  :          0 (0.0%)
3585.53/3597.03	c   delayed cutoffs  :          0
3585.53/3597.03	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
3585.53/3597.03	c   avg switch length:       1.00
3585.53/3597.03	c   switching time   :       0.00
3585.53/3597.03	c Root Node          :
3585.53/3597.03	c   First LP value   : -9.74807310369368e+04
3585.53/3597.03	c   First LP Iters   :      81464 (122.75 Iter/sec)
3585.53/3597.03	c   First LP Time    :     663.64
3585.53/3597.03	c   Final Dual Bound : -9.71971488975276e+04
3585.53/3597.03	c   Final Root Iters :     251106
3585.53/3597.03	c   Root LP Estimate :                     -
3585.53/3597.03	c Solution           :
3585.53/3597.03	c   Solutions found  :          0 (0 improvements)
3585.53/3597.03	c   Primal Bound     :          -
3585.53/3597.03	c   Dual Bound       : -9.71971488975276e+04
3585.53/3597.03	c   Gap              :   infinite
3585.53/3597.03	c Integrals          :      Total       Avg%
3585.53/3597.03	c   primal-dual      :  359700.91     100.00
3585.53/3597.03	c   primal-ref       :          -          - (not evaluated)
3585.53/3597.03	c   dual-ref         :          -          - (not evaluated)
3588.53/3600.06	c Time complete (sec):   3588.600

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4506055-1751490251/watcher-4506055-1751490251 -o /tmp/evaluation-result-4506055-1751490251/solver-4506055-1751490251 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1751482618-67602 --watchdog 3760 pbsolver -f HOME/instance-4506055-1751490251.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
Current StackSize limit: 8192 KiB

solver pid=68543, runsolver pid=68540

[startup+0.100063 s]*
/proc/loadavg: 4.06 4.10 4.09 5/263 68544
/proc/meminfo: memFree=116234388/131249996 swapFree=33010160/33010684
[pid=68543] ppid=68540 vsize=144640 memory=130532 CPUtime=0.1 cores=1,3
/proc/68543/stat : 68543 (pbsolver) R 68540 68543 67590 0 -1 4194304 29674 0 0 0 6 4 0 0 20 0 1 0 64703594 148111360 32633 18446744073709551615 4198400 14743177 140732382389024 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 16769280 16853168 50675712 140732382394762 140732382394858 140732382394858 140732382400460 0
/proc/68543/statm: 36160 32633 2176 2575 0 33067 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 144640 KiB
Current children cumulated memory: 130532 KiB

[startup+0.205498 s]*
/proc/loadavg: 4.06 4.10 4.09 5/263 68544
/proc/meminfo: memFree=116129808/131249996 swapFree=33010160/33010684
[pid=68543] ppid=68540 vsize=247104 memory=232804 CPUtime=0.2 cores=1,3
/proc/68543/stat : 68543 (pbsolver) R 68540 68543 67590 0 -1 4194304 55228 0 0 0 13 7 0 0 20 0 1 0 64703594 253034496 58201 18446744073709551615 4198400 14743177 140732382389024 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 16769280 16853168 50675712 140732382394762 140732382394858 140732382394858 140732382400460 0
/proc/68543/statm: 61776 58201 2176 2575 0 58683 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 247104 KiB
Current children cumulated memory: 232804 KiB

[startup+0.305498 s]*
/proc/loadavg: 4.06 4.10 4.09 5/263 68544
/proc/meminfo: memFree=116041104/131249996 swapFree=33010160/33010684
[pid=68543] ppid=68540 vsize=337440 memory=323112 CPUtime=0.3 cores=1,3
/proc/68543/stat : 68543 (pbsolver) R 68540 68543 67590 0 -1 4194304 77286 0 0 0 20 10 0 0 20 0 1 0 64703594 345538560 80778 18446744073709551615 4198400 14743177 140732382389024 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 16769280 16853168 50675712 140732382394762 140732382394858 140732382394858 140732382400460 0
/proc/68543/statm: 84360 80778 2176 2575 0 81267 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 337440 KiB
Current children cumulated memory: 323112 KiB

[startup+0.700167 s]
/proc/loadavg: 4.06 4.10 4.09 5/263 68544
/proc/meminfo: memFree=115925120/131249996 swapFree=33010160/33010684
[pid=68543] ppid=68540 vsize=496576 memory=482012 CPUtime=0.69 cores=1,3
/proc/68543/stat : 68543 (pbsolver) R 68540 68543 67590 0 -1 4194304 116528 0 0 0 52 17 0 0 20 0 1 0 64703594 508493824 120503 18446744073709551615 4198400 14743177 140732382389024 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 16769280 16853168 50675712 140732382394762 140732382394858 140732382394858 140732382400460 0
/proc/68543/statm: 124144 120503 2176 2575 0 121051 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 496576 KiB
Current children cumulated memory: 482012 KiB

[startup+1.50016 s]
/proc/loadavg: 4.06 4.10 4.09 5/263 68544
/proc/meminfo: memFree=115812224/131249996 swapFree=33010160/33010684
[pid=68543] ppid=68540 vsize=668860 memory=653536 CPUtime=1.49 cores=1,3
/proc/68543/stat : 68543 (pbsolver) R 68540 68543 67590 0 -1 4194304 158873 0 0 0 125 24 0 0 20 0 1 0 64703594 684912640 163384 18446744073709551615 4198400 14743177 140732382389024 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 16769280 16853168 50675712 140732382394762 140732382394858 140732382394858 140732382400460 0
/proc/68543/statm: 167215 163384 2176 2575 0 164122 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 668860 KiB
Current children cumulated memory: 653536 KiB

[startup+3.10532 s]
/proc/loadavg: 4.06 4.10 4.09 5/263 68544
/proc/meminfo: memFree=114978664/131249996 swapFree=33010160/33010684
[pid=68543] ppid=68540 vsize=1420080 memory=1408492 CPUtime=3.08 cores=1,3
/proc/68543/stat : 68543 (pbsolver) R 68540 68543 67590 0 -1 4194304 355679 0 0 0 255 53 0 0 20 0 1 0 64703594 1454161920 352091 18446744073709551615 4198400 14743177 140732382389024 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 50675712 140732382394762 140732382394858 140732382394858 140732382400460 0
/proc/68543/statm: 355020 352091 2368 2575 0 351927 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1420080 KiB
Current children cumulated memory: 1408492 KiB

[startup+6.30016 s]
/proc/loadavg: 4.06 4.09 4.09 5/263 68544
/proc/meminfo: memFree=114348880/131249996 swapFree=33010160/33010684
[pid=68543] ppid=68540 vsize=1965552 memory=1935140 CPUtime=6.28 cores=1,3
/proc/68543/stat : 68543 (pbsolver) R 68540 68543 67590 0 -1 4194304 408873 0 0 0 555 73 0 0 20 0 1 0 64703594 2012725248 483785 18446744073709551615 4198400 14743177 140732382389024 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 50675712 140732382394762 140732382394858 140732382394858 140732382400460 0
/proc/68543/statm: 491388 483785 2496 2575 0 488295 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 1965552 KiB
Current children cumulated memory: 1935140 KiB

[startup+12.7002 s]
/proc/loadavg: 4.13 4.11 4.09 5/262 68545
/proc/meminfo: memFree=114321268/131249996 swapFree=33010160/33010684
[pid=68543] ppid=68540 vsize=1979380 memory=1946332 CPUtime=12.65 cores=1,3
/proc/68543/stat : 68543 (pbsolver) R 68540 68543 67590 0 -1 4194304 410166 0 0 0 1192 73 0 0 20 0 1 0 64703594 2026885120 486583 18446744073709551615 4198400 14743177 140732382389024 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 50675712 140732382394762 140732382394858 140732382394858 140732382400460 0
/proc/68543/statm: 494845 486583 2496 2575 0 491752 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1979380 KiB
Current children cumulated memory: 1946332 KiB

[startup+25.5002 s]
/proc/loadavg: 4.10 4.10 4.09 5/262 68545
/proc/meminfo: memFree=114321304/131249996 swapFree=33010160/33010684
[pid=68543] ppid=68540 vsize=1992620 memory=1956748 CPUtime=25.42 cores=1,3
/proc/68543/stat : 68543 (pbsolver) R 68540 68543 67590 0 -1 4194304 411720 0 0 0 2468 74 0 0 20 0 1 0 64703594 2040442880 489187 18446744073709551615 4198400 14743177 140732382389024 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 50675712 140732382394762 140732382394858 140732382394858 140732382400460 0
/proc/68543/statm: 498155 489187 2496 2575 0 495062 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 1992620 KiB
Current children cumulated memory: 1956748 KiB

[startup+51.1054 s]
/proc/loadavg: 4.07 4.09 4.09 5/262 68545
/proc/meminfo: memFree=114345552/131249996 swapFree=33010160/33010684
[pid=68543] ppid=68540 vsize=1992620 memory=1958932 CPUtime=50.94 cores=1,3
/proc/68543/stat : 68543 (pbsolver) R 68540 68543 67590 0 -1 4194304 411865 0 0 0 5020 74 0 0 20 0 1 0 64703594 2040442880 489733 18446744073709551615 4198400 14743177 140732382389024 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 50675712 140732382394762 140732382394858 140732382394858 140732382400460 0
/proc/68543/statm: 498155 489733 2496 2575 0 495062 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 1992620 KiB
Current children cumulated memory: 1958932 KiB

[startup+102.3 s]
/proc/loadavg: 4.15 4.11 4.09 5/262 68547
/proc/meminfo: memFree=114265560/131249996 swapFree=33010160/33010684
[pid=68543] ppid=68540 vsize=1992620 memory=1958932 CPUtime=101.99 cores=1,3
/proc/68543/stat : 68543 (pbsolver) R 68540 68543 67590 0 -1 4194304 411946 0 0 0 10125 74 0 0 20 0 1 0 64703594 2040442880 489733 18446744073709551615 4198400 14743177 140732382389024 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 50675712 140732382394762 140732382394858 140732382394858 140732382400460 0
/proc/68543/statm: 498155 489733 2496 2575 0 495062 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 1992620 KiB
Current children cumulated memory: 1958932 KiB

[startup+162.3 s]
/proc/loadavg: 4.05 4.08 4.09 5/263 68552
/proc/meminfo: memFree=113304564/131249996 swapFree=33010160/33010684
[pid=68543] ppid=68540 vsize=2799484 memory=2755836 CPUtime=161.81 cores=1,3
/proc/68543/stat : 68543 (pbsolver) R 68540 68543 67590 0 -1 4194304 627990 0 0 0 16066 115 0 0 20 0 1 0 64703594 2866671616 688959 18446744073709551615 4198400 14743177 140732382389024 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 50675712 140732382394762 140732382394858 140732382394858 140732382400460 0
/proc/68543/statm: 699871 688959 2592 2575 0 696778 0
Current children cumulated CPU time: 161.81 s
Current children cumulated vsize: 2799484 KiB
Current children cumulated memory: 2755836 KiB

[startup+222.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/263 68554
/proc/meminfo: memFree=113242808/131249996 swapFree=33010160/33010684
[pid=68543] ppid=68540 vsize=2799484 memory=2755836 CPUtime=221.63 cores=1,3
/proc/68543/stat : 68543 (pbsolver) R 68540 68543 67590 0 -1 4194304 628075 0 0 0 22048 115 0 0 20 0 1 0 64703594 2866671616 688959 18446744073709551615 4198400 14743177 140732382389024 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 50675712 140732382394762 140732382394858 140732382394858 140732382400460 0
/proc/68543/statm: 699871 688959 2592 2575 0 696778 0
Current children cumulated CPU time: 221.63 s
Current children cumulated vsize: 2799484 KiB
Current children cumulated memory: 2755836 KiB

[startup+282.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/263 68556
/proc/meminfo: memFree=112654116/131249996 swapFree=33010160/33010684
[pid=68543] ppid=68540 vsize=3531068 memory=3308988 CPUtime=281.46 cores=1,3
/proc/68543/stat : 68543 (pbsolver) R 68540 68543 67590 0 -1 4194304 686247 0 0 0 28013 133 0 0 20 0 1 0 64703594 3615813632 827247 18446744073709551615 4198400 14743177 140732382389024 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 50675712 140732382394762 140732382394858 140732382394858 140732382400460 0
/proc/68543/statm: 882767 827247 2592 2575 0 879674 0
Current children cumulated CPU time: 281.46 s
Current children cumulated vsize: 3531068 KiB
Current children cumulated memory: 3308988 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/263 68558
/proc/meminfo: memFree=111991540/131249996 swapFree=33010160/33010684
[pid=68543] ppid=68540 vsize=4199764 memory=3931108 CPUtime=341.27 cores=1,3
/proc/68543/stat : 68543 (pbsolver) R 68540 68543 67590 0 -1 4194304 767453 0 0 0 33974 153 0 0 20 0 1 0 64703594 4300558336 982777 18446744073709551615 4198400 14743177 140732382389024 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 50675712 140732382394762 140732382394858 140732382394858 140732382400460 0
/proc/68543/statm: 1049941 982777 2656 2575 0 1046848 0
Current children cumulated CPU time: 341.27 s
Current children cumulated vsize: 4199764 KiB
Current children cumulated memory: 3931108 KiB

[startup+402.3 s]
/proc/loadavg: 4.11 4.09 4.09 5/264 68561
/proc/meminfo: memFree=111939872/131249996 swapFree=33010160/33010684
[pid=68543] ppid=68540 vsize=4243740 memory=3972612 CPUtime=401.07 cores=1,3
/proc/68543/stat : 68543 (pbsolver) R 68540 68543 67590 0 -1 4194304 771280 0 0 0 39953 154 0 0 20 0 1 0 64703594 4345589760 993153 18446744073709551615 4198400 14743177 140732382389024 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 50675712 140732382394762 140732382394858 140732382394858 140732382400460 0
/proc/68543/statm: 1060935 993153 2656 2575 0 1057842 0
Current children cumulated CPU time: 401.07 s
Current children cumulated vsize: 4243740 KiB
Current children cumulated memory: 3972612 KiB

[startup+462.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/264 68567
/proc/meminfo: memFree=111891588/131249996 swapFree=33010160/33010684
[pid=68543] ppid=68540 vsize=4243740 memory=3973764 CPUtime=460.87 cores=1,3
/proc/68543/stat : 68543 (pbsolver) R 68540 68543 67590 0 -1 4194304 771579 0 0 0 45933 154 0 0 20 0 1 0 64703594 4345589760 993441 18446744073709551615 4198400 14743177 140732382389024 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 50675712 140732382394762 140732382394858 140732382394858 140732382400460 0
/proc/68543/statm: 1060935 993441 2656 2575 0 1057842 0
Current children cumulated CPU time: 460.87 s

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

Current children cumulated memory: 4312324 KiB

[startup+3222.3 s]
/proc/loadavg: 3.63 4.00 4.07 3/251 68814
/proc/meminfo: memFree=119843948/131249996 swapFree=33010160/33010684
[pid=68543] ppid=68540 vsize=4634968 memory=4312324 CPUtime=3212.09 cores=1,3
/proc/68543/stat : 68543 (pbsolver) R 68540 68543 67590 0 -1 4194304 800654 0 0 0 321038 171 0 0 20 0 1 0 64703594 4746207232 1078081 18446744073709551615 4198400 14743177 140732382389024 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 50675712 140732382394762 140732382394858 140732382394858 140732382400460 0
/proc/68543/statm: 1158742 1078081 2688 2575 0 1155649 0
Current children cumulated CPU time: 3212.09 s
Current children cumulated vsize: 4634968 KiB
Current children cumulated memory: 4312324 KiB

[startup+3282.3 s]
/proc/loadavg: 2.71 3.66 3.95 3/251 68816
/proc/meminfo: memFree=119798860/131249996 swapFree=33010160/33010684
[pid=68543] ppid=68540 vsize=4634968 memory=4312324 CPUtime=3271.87 cores=1,3
/proc/68543/stat : 68543 (pbsolver) R 68540 68543 67590 0 -1 4194304 800671 0 0 0 327016 171 0 0 20 0 1 0 64703594 4746207232 1078081 18446744073709551615 4198400 14743177 140732382389024 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 50675712 140732382394762 140732382394858 140732382394858 140732382400460 0
/proc/68543/statm: 1158742 1078081 2688 2575 0 1155649 0
Current children cumulated CPU time: 3271.87 s
Current children cumulated vsize: 4634968 KiB
Current children cumulated memory: 4312324 KiB

[startup+3342.3 s]
/proc/loadavg: 2.32 3.37 3.83 3/251 68818
/proc/meminfo: memFree=119800656/131249996 swapFree=33010160/33010684
[pid=68543] ppid=68540 vsize=4634968 memory=4312708 CPUtime=3331.65 cores=1,3
/proc/68543/stat : 68543 (pbsolver) R 68540 68543 67590 0 -1 4194304 801090 0 0 0 332994 171 0 0 20 0 1 0 64703594 4746207232 1078177 18446744073709551615 4198400 14743177 140732382389024 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 50675712 140732382394762 140732382394858 140732382394858 140732382400460 0
/proc/68543/statm: 1158742 1078177 2688 2575 0 1155649 0
Current children cumulated CPU time: 3331.65 s
Current children cumulated vsize: 4634968 KiB
Current children cumulated memory: 4312708 KiB

[startup+3402.3 s]
/proc/loadavg: 2.17 3.13 3.72 3/254 68833
/proc/meminfo: memFree=119826448/131249996 swapFree=33010160/33010684
[pid=68543] ppid=68540 vsize=4634968 memory=4314116 CPUtime=3391.44 cores=1,3
/proc/68543/stat : 68543 (pbsolver) R 68540 68543 67590 0 -1 4194304 801610 0 0 0 338972 172 0 0 20 0 1 0 64703594 4746207232 1078529 18446744073709551615 4198400 14743177 140732382389024 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 50675712 140732382394762 140732382394858 140732382394858 140732382400460 0
/proc/68543/statm: 1158742 1078529 2688 2575 0 1155649 0
Current children cumulated CPU time: 3391.44 s
Current children cumulated vsize: 4634968 KiB
Current children cumulated memory: 4314116 KiB

[startup+3462.3 s]
/proc/loadavg: 2.13 2.94 3.61 3/254 68850
/proc/meminfo: memFree=119747464/131249996 swapFree=33010160/33010684
[pid=68543] ppid=68540 vsize=4715760 memory=4404140 CPUtime=3451.23 cores=1,3
/proc/68543/stat : 68543 (pbsolver) R 68540 68543 67590 0 -1 4194304 821142 0 0 0 344948 175 0 0 20 0 1 0 64703594 4828938240 1101035 18446744073709551615 4198400 14743177 140732382389024 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 50675712 140732382394762 140732382394858 140732382394858 140732382400460 0
/proc/68543/statm: 1178940 1101035 2688 2575 0 1175847 0
Current children cumulated CPU time: 3451.23 s
Current children cumulated vsize: 4715760 KiB
Current children cumulated memory: 4404140 KiB

[startup+3522.3 s]
/proc/loadavg: 2.10 2.78 3.51 3/255 68857
/proc/meminfo: memFree=119597388/131249996 swapFree=33010160/33010684
[pid=68543] ppid=68540 vsize=4849856 memory=4505728 CPUtime=3511.04 cores=1,3
/proc/68543/stat : 68543 (pbsolver) R 68540 68543 67590 0 -1 4194304 833891 0 0 0 350927 177 0 0 20 0 1 0 64703594 4966252544 1126432 18446744073709551615 4198400 14743177 140732382389024 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 50675712 140732382394762 140732382394858 140732382394858 140732382400460 0
/proc/68543/statm: 1212464 1126432 2688 2575 0 1209371 0
Current children cumulated CPU time: 3511.04 s
Current children cumulated vsize: 4849856 KiB
Current children cumulated memory: 4505728 KiB

[startup+3582.3 s]
/proc/loadavg: 2.13 2.67 3.43 3/254 68859
/proc/meminfo: memFree=119613956/131249996 swapFree=33010160/33010684
[pid=68543] ppid=68540 vsize=4849856 memory=4505728 CPUtime=3570.87 cores=1,3
/proc/68543/stat : 68543 (pbsolver) R 68540 68543 67590 0 -1 4194304 833894 0 0 0 356910 177 0 0 20 0 1 0 64703594 4966252544 1126432 18446744073709551615 4198400 14743177 140732382389024 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 50675712 140732382394762 140732382394858 140732382394858 140732382400460 0
/proc/68543/statm: 1212464 1126432 2688 2575 0 1209371 0
Current children cumulated CPU time: 3570.87 s
Current children cumulated vsize: 4849856 KiB
Current children cumulated memory: 4505728 KiB

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

# cumulated CPU time of all completed processes:  user=3586.78 s, system=1.87867 s

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

[startup+3584 s]*
/proc/loadavg: 2.13 2.67 3.43 3/254 68859
/proc/meminfo: memFree=119613956/131249996 swapFree=33010160/33010684
[pid=68543] ppid=68540 vsize=4849856 memory=4505728 CPUtime=3572.57 cores=1,3
/proc/68543/stat : 68543 (pbsolver) R 68540 68543 67590 0 -1 4194304 833894 0 0 0 357080 177 0 0 20 0 1 0 64703594 4966252544 1126432 18446744073709551615 4198400 14743177 140732382389024 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 50675712 140732382394762 140732382394858 140732382394858 140732382400460 0
/proc/68543/statm: 1212464 1126432 2688 2575 0 1209371 0
Current children cumulated CPU time: 3572.57 s
Current children cumulated vsize: 4849856 KiB
Current children cumulated memory: 4505728 KiB

[startup+3590.4 s]
/proc/loadavg: 2.18 2.66 3.42 3/254 68859
/proc/meminfo: memFree=119597572/131249996 swapFree=33010160/33010684
[pid=68543] ppid=68540 vsize=4849856 memory=4505728 CPUtime=3578.95 cores=1,3
/proc/68543/stat : 68543 (pbsolver) R 68540 68543 67590 0 -1 4194304 833894 0 0 0 357718 177 0 0 20 0 1 0 64703594 4966252544 1126432 18446744073709551615 4198400 14743177 140732382389024 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 50675712 140732382394762 140732382394858 140732382394858 140732382400460 0
/proc/68543/statm: 1212464 1126432 2688 2575 0 1209371 0
Current children cumulated CPU time: 3578.95 s
Current children cumulated vsize: 4849856 KiB
Current children cumulated memory: 4505728 KiB

[startup+3596.8 s]
/proc/loadavg: 2.17 2.65 3.41 3/254 68859
/proc/meminfo: memFree=119589056/131249996 swapFree=33010160/33010684
[pid=68543] ppid=68540 vsize=4849856 memory=4505728 CPUtime=3585.33 cores=1,3
/proc/68543/stat : 68543 (pbsolver) R 68540 68543 67590 0 -1 4194304 833896 0 0 0 358356 177 0 0 20 0 1 0 64703594 4966252544 1126432 18446744073709551615 4198400 14743177 140732382389024 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 50675712 140732382394762 140732382394858 140732382394858 140732382400460 0
/proc/68543/statm: 1212464 1126432 2688 2575 0 1209371 0
Current children cumulated CPU time: 3585.33 s
Current children cumulated vsize: 4849856 KiB
Current children cumulated memory: 4505728 KiB

[startup+3598.4 s]
/proc/loadavg: 2.17 2.65 3.41 3/254 68859
/proc/meminfo: memFree=119589056/131249996 swapFree=33010160/33010684
[pid=68543] ppid=68540 vsize=4849856 memory=4505728 CPUtime=3586.92 cores=1,3
/proc/68543/stat : 68543 (pbsolver) R 68540 68543 67590 0 -1 4194304 834255 0 0 0 358515 177 0 0 20 0 1 0 64703594 4966252544 1126432 18446744073709551615 4198400 14743177 140732382389024 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 16769280 16853168 50675712 140732382394762 140732382394858 140732382394858 140732382400460 0
/proc/68543/statm: 1212464 1126432 2688 2575 0 1209371 0
Current children cumulated CPU time: 3586.92 s
Current children cumulated vsize: 4849856 KiB
Current children cumulated memory: 4505728 KiB

[startup+3599.2 s]
/proc/loadavg: 2.17 2.65 3.41 3/254 68859
/proc/meminfo: memFree=119589056/131249996 swapFree=33010160/33010684
[pid=68543] ppid=68540 vsize=4849856 memory=4505728 CPUtime=3587.72 cores=1,3
/proc/68543/stat : 68543 (pbsolver) R 68540 68543 67590 0 -1 4194304 834377 0 0 0 358595 177 0 0 20 0 1 0 64703594 4966252544 1126432 18446744073709551615 4198400 14743177 140732382389024 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 16769280 16853168 50675712 140732382394762 140732382394858 140732382394858 140732382400460 0
/proc/68543/statm: 1212464 1126432 2688 2575 0 1209371 0
Current children cumulated CPU time: 3587.72 s
Current children cumulated vsize: 4849856 KiB
Current children cumulated memory: 4505728 KiB

[startup+3599.6 s]
/proc/loadavg: 2.17 2.65 3.41 3/254 68859
/proc/meminfo: memFree=119589056/131249996 swapFree=33010160/33010684
[pid=68543] ppid=68540 vsize=4849856 memory=4505728 CPUtime=3588.12 cores=1,3
/proc/68543/stat : 68543 (pbsolver) R 68540 68543 67590 0 -1 4194304 834390 0 0 0 358635 177 0 0 20 0 1 0 64703594 4966252544 1126432 18446744073709551615 4198400 14743177 140732382389024 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 16769280 16853168 50675712 140732382394762 140732382394858 140732382394858 140732382400460 0
/proc/68543/statm: 1212464 1126432 2688 2575 0 1209371 0
Current children cumulated CPU time: 3588.12 s
Current children cumulated vsize: 4849856 KiB
Current children cumulated memory: 4505728 KiB

[startup+3600 s]*
/proc/loadavg: 2.15 2.64 3.40 3/254 68859
/proc/meminfo: memFree=120114432/131249996 swapFree=33010160/33010684
[pid=68543] ppid=68540 vsize=4257248 memory=3946984 CPUtime=3588.53 cores=1,3
/proc/68543/stat : 68543 (pbsolver) R 68540 68543 67590 0 -1 4194304 834661 0 0 0 358674 179 0 0 20 0 1 0 64703594 4359421952 986746 18446744073709551615 4198400 14743177 140732382389024 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 16769280 16853168 50675712 140732382394762 140732382394858 140732382394858 140732382400460 0
/proc/68543/statm: 1064312 986746 2688 2575 0 1061219 0
Current children cumulated CPU time: 3588.53 s
Current children cumulated vsize: 4257248 KiB
Current children cumulated memory: 3946984 KiB

[startup+3600.11 s]*
/proc/loadavg: 2.15 2.64 3.40 3/254 68859
/proc/meminfo: memFree=122675808/131249996 swapFree=33010160/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 3600.13
CPU time (s): 3588.66
CPU user time (s): 3586.78
CPU system time (s): 1.87867
CPU usage (%): 99.6814
Max. virtual memory (cumulated for all children) (KiB): 4849856
Max. memory (cumulated for all children) (KiB): 4505728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3586.78
system time used= 1.87867
maximum resident set size= 4505728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 834695
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= 21
involuntary context switches= 3106


# summary of solver processes directly reported to runsolver:
#   pid: 68543
#   total CPU time (s): 3588.66
#   total CPU user time (s): 3586.78
#   total CPU system time (s): 1.87867

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.57412 second user time and 15.5315 second system time

The end

Launcher Data

Begin job on nodeC029 at 2025-07-02 23:04:12
IDJOB=4506055
IDBENCH=157779
IDSOLVER=3366
FILE ID=nodeC029/4506055-1751490251
RUNJOBID= nodeC029-1751482618-67602
SLURM_JOB_ID= 9598529
Free space on /tmp= 432104 MiB

SOLVER NAME= SCIP-10 2025-06-13
BENCH NAME= PB24/normalized-PB12/OPT-LIN/sroussel/NG/normalized-NG.dot_unif_10null0mast_rapportOE2.0_TMAX180_K192_cod1.opb
COMMAND LINE= pbsolver -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4506055-1751490251/watcher-4506055-1751490251 -o /tmp/evaluation-result-4506055-1751490251/solver-4506055-1751490251 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1751482618-67602 --watchdog 3760  pbsolver -f HOME/instance-4506055-1751490251.opb -t 3600 -m 31000

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

MD5SUM BENCH= 00fa528bfee1582f0c8a78997b3aaa78
RANDOM SEED=184065563

nodeC029 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.488
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.46
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		: 3598.388
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.46
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.724
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.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        116363112 kB
MemAvailable:   117305228 kB
Buffers:            2128 kB
Cached:          1742216 kB
SwapCached:           40 kB
Active:         12953592 kB
Inactive:        1302688 kB
Active(anon):   12525188 kB
Inactive(anon):     4768 kB
Active(file):     428404 kB
Inactive(file):  1297920 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             46248 kB
Writeback:             0 kB
AnonPages:      12511980 kB
Mapped:           136176 kB
Shmem:             18020 kB
KReclaimable:     110064 kB
Slab:             198844 kB
SReclaimable:     110064 kB
SUnreclaim:        88780 kB
KernelStack:        4240 kB
PageTables:        28028 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   13757424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3190784 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:      193236 kB
DirectMap2M:    11112448 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432180 MiB
End job on nodeC029 at 2025-07-03 00:04:12