Trace number 4523986

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 2024-07-07? 3587.33 3597.24

General information on the benchmark

NamePB25/normalized-PB25/OPT-LIN/wallon/
normalized-AztecDiamondSym-mini-07_c24.opb
MD5SUM7b7d352a7105ac7993395b7f6c3b04bc
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 benchmark306
Best CPU time to get the best result obtained on this benchmark72000.6
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables35169
Total number of constraints28729
Number of constraints which are clauses6441
Number of constraints which are cardinality constraints (but not clauses)112
Number of constraints which are nor clauses,nor cardinality constraints22176
Minimum length of a constraint1
Maximum length of a constraint224
Number of terms in the objective function 216
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 2268
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 55
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 2268
Number of bits of the biggest sum of numbers12
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.01	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.01	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-4523986-1751601562.opb>
0.10/0.21	c original problem has 35169 variables (35169 bin, 0 int, 0 impl, 0 cont) and 28729 constraints
0.10/0.21	c problem read in 0.20
0.30/0.42	c presolving:
0.51/0.56	c (round 1, fast)       6273 del vars, 6273 del conss, 112 add conss, 0 chg bounds, 560 chg sides, 224 chg coeffs, 0 upgd conss, 0 impls, 2800 clqs
0.59/0.65	c    (0.6s) running MILP presolver
0.68/0.73	c    (0.7s) MILP presolver found nothing
0.78/0.86	c (round 2, exhaustive) 6273 del vars, 6273 del conss, 112 add conss, 0 chg bounds, 560 chg sides, 3248 chg coeffs, 22344 upgd conss, 0 impls, 2800 clqs
1.17/1.22	c (round 3, medium)     6273 del vars, 28225 del conss, 44016 add conss, 0 chg bounds, 560 chg sides, 3248 chg coeffs, 22344 upgd conss, 0 impls, 46704 clqs
1.27/1.38	c (round 4, exhaustive) 6273 del vars, 28225 del conss, 44016 add conss, 0 chg bounds, 560 chg sides, 3248 chg coeffs, 22456 upgd conss, 0 impls, 46704 clqs
10.96/11.10	c    (11.1s) probing: 1000/28896 (3.5%) - 0 fixings, 0 aggregations, 445554 implications, 0 bound changes
11.06/11.11	c    (11.1s) probing: 1001/28896 (3.5%) - 0 fixings, 0 aggregations, 446000 implications, 0 bound changes
11.06/11.11	c    (11.1s) probing aborted: 1000/1000 successive useless probings
11.14/11.22	c    (11.2s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
11.24/11.34	c    (11.3s) symmetry computation finished: 2 generators found (max: 1500, log10 of symmetry group size: 0.0) (symcode time: 0.07)
11.34/11.41	c dynamic symmetry handling statistics:
11.34/11.41	c    orbitopal reduction:       no components
11.34/11.41	c    orbital reduction:          1 components of sizes 2
11.34/11.41	c    lexicographic reduction:    2 permutations with support sizes 28896, 28400
11.34/11.41	c handled 1 out of 1 symmetry components
11.34/11.46	c presolving (5 rounds: 5 fast, 4 medium, 3 exhaustive):
11.34/11.46	c  6273 deleted vars, 28225 deleted constraints, 44016 added constraints, 0 tightened bounds, 0 added holes, 560 changed sides, 3248 changed coefficients
11.34/11.46	c  0 implications, 101977 cliques
11.34/11.46	c presolved problem has 28896 variables (28896 bin, 0 int, 0 impl, 0 cont) and 44520 constraints
11.34/11.46	c   44016 constraints of type <setppc>
11.34/11.46	c     112 constraints of type <linear>
11.34/11.46	c     392 constraints of type <logicor>
11.34/11.46	c transformed objective value is always integral (scale: 1)
11.34/11.46	c Presolving Time: 11.06
11.34/11.46	c - non default parameters ----------------------------------------------------------------------
11.34/11.46	c # SCIP version 10.0.0
11.34/11.46	c 
11.34/11.46	c # maximal time in seconds to run
11.34/11.46	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
11.34/11.46	c limits/time = 3596.995101
11.34/11.46	c 
11.34/11.46	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
11.34/11.46	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
11.34/11.46	c limits/memory = 27900
11.34/11.46	c 
11.34/11.46	c # belongs reading time to solving time?
11.34/11.46	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
11.34/11.46	c timing/reading = TRUE
11.34/11.46	c 
11.34/11.46	c -----------------------------------------------------------------------------------------------
11.34/11.46	c start solving
11.34/11.46	c 
92.29/92.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
92.29/92.64	c  92.6s|     1 |     0 | 36322 |     - |   533M |   0 |  28k|  44k|  44k|   0 |  0 | 278 |   0 | 0.000000e+00 |      --      |    Inf | unknown
272.55/273.48	c   273s|     1 |     0 |126244 |     - |   564M |   0 |  28k|  44k|  44k|  49 |  1 | 278 |   0 | 0.000000e+00 |      --      |    Inf | unknown
397.89/399.11	c   399s|     1 |     0 |143868 |     - |   577M |   0 |  28k|  44k|  44k| 102 |  2 | 278 |   0 | 0.000000e+00 |      --      |    Inf | unknown
545.04/546.79	c   547s|     1 |     0 |162074 |     - |   585M |   0 |  28k|  44k|  44k| 148 |  3 | 278 |   0 | 0.000000e+00 |      --      |    Inf | unknown
682.42/684.56	c   685s|     1 |     0 |179968 |     - |   592M |   0 |  28k|  44k|  44k| 186 |  4 | 278 |   0 | 0.000000e+00 |      --      |    Inf | unknown
810.43/812.90	c   813s|     1 |     0 |196125 |     - |   599M |   0 |  28k|  44k|  44k| 216 |  5 | 278 |   0 | 0.000000e+00 |      --      |    Inf | unknown
935.88/938.78	c   939s|     1 |     0 |211862 |     - |   607M |   0 |  28k|  44k|  44k| 248 |  6 | 278 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1084.79/1088.04	c  1088s|     1 |     0 |229457 |     - |   614M |   0 |  28k|  44k|  44k| 276 |  7 | 278 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1245.47/1249.14	c  1249s|     1 |     0 |247018 |     - |   621M |   0 |  28k|  44k|  44k| 298 |  8 | 278 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1413.81/1417.95	c  1418s|     1 |     0 |264500 |     - |   628M |   0 |  28k|  44k|  44k| 317 |  9 | 278 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1563.51/1568.02	c  1568s|     1 |     0 |281278 |     - |   633M |   0 |  28k|  44k|  44k| 341 | 10 | 278 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1733.16/1738.17	c  1738s|     1 |     0 |299801 |     - |   638M |   0 |  28k|  44k|  44k| 371 | 11 | 278 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2629.12/2636.50	c  2636s|     1 |     2 |528325 |     - |   644M |   0 |  28k|  44k|  44k| 371 | 11 | 289 |  23 | 0.000000e+00 |      --      |    Inf | unknown
3587.10/3597.01	c 
3587.10/3597.01	c SCIP Status        : solving was interrupted [time limit reached]
3587.10/3597.01	c Solving Time (sec) : 3597.00
3587.10/3597.01	c Solving Nodes      : 21
3587.10/3597.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
3587.10/3597.01	c Dual Bound         : +0.00000000000000e+00
3587.10/3597.01	c Gap                : infinite
3587.10/3597.01	s UNKNOWN
3587.10/3597.01	c SCIP Status        : solving was interrupted [time limit reached]
3587.10/3597.01	c Total Time         :    3597.00
3587.10/3597.01	c   solving          :    3597.00
3587.10/3597.01	c   presolving       :      11.06 (included in solving)
3587.10/3597.01	c   reading          :       0.20 (included in solving)
3587.10/3597.01	c   copying          :       0.18 (2 #copies) (minimal 0.09, maximal 0.09, average 0.09)
3587.10/3597.01	c Original Problem   :
3587.10/3597.01	c   Problem name     : HOME/instance-4523986-1751601562.opb
3587.10/3597.01	c   Variables        : 35169 (35169 binary, 0 integer, 0 implicit integer, 0 continuous)
3587.10/3597.01	c   Constraints      : 28729 initial, 28729 maximal
3587.10/3597.01	c   Objective        : minimize, 216 non-zeros (abs.min = 1, abs.max = 32)
3587.10/3597.01	c Presolved Problem  :
3587.10/3597.01	c   Problem name     : t_HOME/instance-4523986-1751601562.opb
3587.10/3597.01	c   Variables        : 28896 (28896 binary, 0 integer, 0 implicit integer, 0 continuous)
3587.10/3597.01	c   Constraints      : 44520 initial, 44810 maximal
3587.10/3597.01	c   Objective        : minimize, 216 non-zeros (abs.min = 1, abs.max = 32)
3587.10/3597.01	c   Nonzeros         : 132720 constraint, 240852 clique table
3587.10/3597.01	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3587.10/3597.01	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.10/3597.01	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.10/3597.01	c   domcol           :       0.07       0.00      1          0          0          0          0          0          0          0          0          0
3587.10/3597.01	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.10/3597.01	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.10/3597.01	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.10/3597.01	c   dualsparsify     :       0.11       0.00      1          0          0          0          0          0          0          0          0          0
3587.10/3597.01	c   gateextraction   :       0.10       0.00      2          0          0          0          0          0          0          0          0          0
3587.10/3597.01	c   implics          :       0.00       0.00      4          0          0          0          0          0          0          0          0          0
3587.10/3597.01	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.10/3597.01	c   milp             :       0.16       0.00      1          0          0          0          0          0          0          0          0          0
3587.10/3597.01	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.10/3597.01	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.10/3597.01	c   sparsify         :       0.15       0.00      1          0          0          0          0          0          0          0          0          0
3587.10/3597.01	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.10/3597.01	c   trivial          :       0.01       0.00      5          0          0          0          0          0          0          0          0          0
3587.10/3597.01	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.10/3597.01	c   dualfix          :       0.01       0.00      5          1          0          0          0          0          0          0          0          0
3587.10/3597.01	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.10/3597.01	c   probing          :       9.36       0.00      1          0          0          0          0          0          0          0          0          0
3587.10/3597.01	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.10/3597.01	c   symmetry         :       0.19       0.00      1          0          0          0          0          0          0          0          0          0
3587.10/3597.01	c   vbounds          :       0.03       0.00      2          0          0          0          0          0          0          0          0          0
3587.10/3597.01	c   knapsack         :       0.26       0.00      2          0          0          0          0          0      21952      43904          0          0
3587.10/3597.01	c   setppc           :       0.19       0.00      8          0          0          0          0          0          0          0          0          0
3587.10/3597.01	c   linear           :       0.26       0.03      8          0       6272          0          0          0       6273        112        560       3248
3587.10/3597.01	c   logicor          :       0.03       0.00      7          0          0          0          0          0          0          0          0          0
3587.10/3597.01	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.10/3597.01	c   components       :       0.02       0.00      1          0          0          0          0          0          0          0          0          0
3587.10/3597.01	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
3587.10/3597.01	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3587.10/3597.01	c   benderslp        :          0          0          0          0         20          0          0          8          0          0          0          0          0          0          0
3587.10/3597.01	c   integral         :          0          0          0          0         20          0          0          8          0          0          0          0          0          0         40
3587.10/3597.01	c   setppc           :      44016+     44052         11      12992          0          0          0          4      20597         41       4906          0          0          0          0
3587.10/3597.01	c   linear           :        112+       113         11      12951          0          0          0          3        966         16         65          0          0          0          0
3587.10/3597.01	c   logicor          :        392+       645         11       4160          0          0          0          0         90         31          0          8          6          0          0
3587.10/3597.01	c   benders          :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3587.10/3597.01	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3587.10/3597.01	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3587.10/3597.01	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3587.10/3597.01	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3587.10/3597.01	c   benderslp        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3587.10/3597.01	c   integral         :      33.69       0.00       0.00       0.00      33.69       0.00       0.00       0.00       0.00       0.00
3587.10/3597.01	c   setppc           :       2.68       0.00       0.05       2.61       0.00       0.00       0.00       0.00       0.00       0.01
3587.10/3597.01	c   linear           :       0.07       0.03       0.00       0.04       0.00       0.00       0.00       0.00       0.00       0.00
3587.10/3597.01	c   logicor          :       0.07       0.00       0.01       0.06       0.00       0.00       0.00       0.00       0.00       0.00
3587.10/3597.01	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3587.10/3597.01	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3587.10/3597.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3587.10/3597.01	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3587.10/3597.01	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3587.10/3597.01	c   dualfix          :          1          0          0          0
3587.10/3597.01	c   genvbounds       :          0          0          0          0
3587.10/3597.01	c   nlobbt           :          0          0          0          0
3587.10/3597.01	c   obbt             :          0          0          0          0
3587.10/3597.01	c   probing          :          0          0          0          0
3587.10/3597.01	c   pseudoobj        :         79          0          0          0
3587.10/3597.01	c   redcost          :         13          0          0          0
3587.10/3597.01	c   rootredcost      :          1          0          0          0
3587.10/3597.01	c   symmetry         :         46          0          0         62
3587.10/3597.01	c   vbounds          :       4519          0          0          0
3587.10/3597.01	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3587.10/3597.01	c   dualfix          :       0.01       0.00       0.01       0.00       0.00       0.00
3587.10/3597.01	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
3587.10/3597.01	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3587.10/3597.01	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3587.10/3597.01	c   probing          :       9.36       0.00       9.36       0.00       0.00       0.00
3587.10/3597.01	c   pseudoobj        :       0.16       0.00       0.00       0.16       0.00       0.00
3587.10/3597.01	c   redcost          :       0.02       0.00       0.00       0.02       0.00       0.00
3587.10/3597.01	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
3587.10/3597.01	c   symmetry         :       0.25       0.00       0.19       0.06       0.00       0.00
3587.10/3597.01	c   vbounds          :       0.04       0.00       0.03       0.01       0.00       0.00
3587.10/3597.01	c Symmetry           :
3587.10/3597.01	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
3587.10/3597.01	c   orbital reduction:         62 reductions applied,          0 cutoffs
3587.10/3597.01	c   lexicographic red:          0 reductions applied,          0 cutoffs
3587.10/3597.01	c   shadow tree time :       0.00 s
3587.10/3597.01	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3587.10/3597.01	c   propagation      :       0.02         70         70          -        692      205.0         25       77.8          -          -          -
3587.10/3597.01	c   infeasible LP    :       0.01          1          1          -         24      891.0          0        0.0          1     2245.0          0
3587.10/3597.01	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3587.10/3597.01	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3587.10/3597.01	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3587.10/3597.01	c   applied globally :       0.01          -          -          0        288       91.1          -          -          1          -          -
3587.10/3597.01	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
3587.10/3597.01	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3587.10/3597.01	c   cut pool         :       0.00          -         28         21          -          -        519        792          -          -          -          -          -    (maximal pool size:        519)
3587.10/3597.01	c   aggregation      :       0.13       0.00         14         11          0          0          0          0          0          0          0          0          0
3587.10/3597.01	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
3587.10/3597.01	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
3587.10/3597.01	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
3587.10/3597.01	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.10/3597.01	c   clique           :      12.91       0.00         11         11          0          0         25         64          0         11         11          0          0
3587.10/3597.01	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.10/3597.01	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.10/3597.01	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.10/3597.01	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.10/3597.01	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.10/3597.01	c   gomory           :      71.58       0.00         13         10          0          0         82        130          0         31         31          0          0
3587.10/3597.01	c   > gomorymi       :          -          -          -          -          -          -          -         65          0         23         23          0          -
3587.10/3597.01	c   > strongcg       :          -          -          -          -          -          -          -         65          0          8          8          0          -
3587.10/3597.01	c   impliedbounds    :       0.11       0.00         14         11          0          0        214        343          0        182        182          0          0
3587.10/3597.01	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.10/3597.01	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.10/3597.01	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.10/3597.01	c   mcf              :       0.38       0.00          1          1          0          0          0          0          0          0          0          0          0
3587.10/3597.01	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.10/3597.01	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.10/3597.01	c   multilinear      :       0.00       0.00         14         11          0          0          0          0          0          0          0          0          0
3587.10/3597.01	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.10/3597.01	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.10/3597.01	c   rlt              :       0.00       0.00         11         10          0          0          0          0          0          0          0          0          0
3587.10/3597.01	c   zerohalf         :       5.24       0.00         14         11          0          0        221        255         23        250        227         23          0
3587.10/3597.01	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3587.10/3597.01	c   hybrid           :       0.00       0.00         15         11        480          0        343        371          0        258
3587.10/3597.01	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3587.10/3597.01	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3587.10/3597.01	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3587.10/3597.01	c   problem variables:       0.00          -          0          0
3587.10/3597.01	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3587.10/3597.01	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3587.10/3597.01	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3587.10/3597.01	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3587.10/3597.01	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3587.10/3597.01	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3587.10/3597.01	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3587.10/3597.01	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3587.10/3597.01	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3587.10/3597.01	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3587.10/3597.01	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3587.10/3597.01	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3587.10/3597.01	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3587.10/3597.01	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3587.10/3597.01	c   relpscost        :      33.69       0.00         20          0          0          0          0          0          0         40
3587.10/3597.01	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3587.10/3597.01	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3587.10/3597.01	c   LP solutions     :       0.00          -          -          0          0
3587.10/3597.01	c   relax solutions  :       0.00          -          -          0          0
3587.10/3597.01	c   pseudo solutions :       0.00          -          -          0          0
3587.10/3597.01	c   strong branching :       0.00          -          -          0          0
3587.10/3597.01	c   actconsdiving    :       0.00       0.00          0          0          0
3587.10/3597.01	c   adaptivediving   :       0.00       0.00          0          0          0
3587.10/3597.01	c   alns             :       0.24       0.00          1          0          0
3587.10/3597.01	c   bound            :       0.00       0.00          0          0          0
3587.10/3597.01	c   clique           :       0.17       0.00          1          0          0
3587.10/3597.01	c   coefdiving       :       0.00       0.00          0          0          0
3587.10/3597.01	c   completesol      :       0.00       0.00          0          0          0
3587.10/3597.01	c   conflictdiving   :      73.61       0.00          1          0          0
3587.10/3597.01	c   crossover        :       0.00       0.00          0          0          0
3587.10/3597.01	c   dins             :       0.00       0.00          0          0          0
3587.10/3597.01	c   distributiondivin:       0.00       0.00          0          0          0
3587.10/3597.01	c   dps              :       0.00       0.00          0          0          0
3587.10/3597.01	c   dualval          :       0.00       0.00          0          0          0
3587.10/3597.01	c   farkasdiving     :     790.52       0.00          1          0          0
3587.10/3597.01	c   feasjump         :       0.04       0.00          1          0          0
3587.10/3597.01	c   feaspump         :      51.95       0.00          1          0          0
3587.10/3597.01	c   fixandinfer      :       0.00       0.00          0          0          0
3587.10/3597.01	c   fracdiving       :       0.00       0.00          0          0          0
3587.10/3597.01	c   gins             :       0.00       0.00          0          0          0
3587.10/3597.01	c   guideddiving     :       0.00       0.00          0          0          0
3587.10/3597.01	c   indcoefdiving    :       0.00       0.00          0          0          0
3587.10/3597.01	c   indicator        :       0.00       0.00          0          0          0
3587.10/3597.01	c   indicatordiving  :       0.00       0.00          0          0          0
3587.10/3597.01	c   indoneopt        :       0.00       0.00          0          0          0
3587.10/3597.01	c   indrounding      :       0.00       0.00          0          0          0
3587.10/3597.01	c   indtwoopt        :       0.00       0.00          0          0          0
3587.10/3597.01	c   intdiving        :       0.00       0.00          0          0          0
3587.10/3597.01	c   intshifting      :       0.00       0.00          0          0          0
3587.10/3597.01	c   linesearchdiving :       0.00       0.00          0          0          0
3587.10/3597.01	c   localbranching   :       0.00       0.00          0          0          0
3587.10/3597.01	c   locks            :       0.09       0.00          1          0          0
3587.10/3597.01	c   lpface           :       0.00       0.00          0          0          0
3587.10/3597.01	c   mpec             :       0.00       0.00          0          0          0
3587.10/3597.01	c   multistart       :       0.00       0.00          0          0          0
3587.10/3597.01	c   mutation         :       0.00       0.00          0          0          0
3587.10/3597.01	c   nlpdiving        :       0.00       0.00          0          0          0
3587.10/3597.01	c   objpscostdiving  :       0.00       0.00          0          0          0
3587.10/3597.01	c   octane           :       0.00       0.00          0          0          0
3587.10/3597.01	c   ofins            :       0.00       0.00          0          0          0
3587.10/3597.01	c   oneopt           :       0.00       0.00          0          0          0
3587.10/3597.01	c   padm             :       0.00       0.00          0          0          0
3587.10/3597.01	c   proximity        :       0.00       0.00          0          0          0
3587.10/3597.01	c   pscostdiving     :       0.00       0.00          0          0          0
3587.10/3597.01	c   randrounding     :       0.31       0.00         13          0          0
3587.10/3597.01	c   rens             :       0.27       0.00          1          0          0
3587.10/3597.01	c   reoptsols        :       0.00       0.00          0          0          0
3587.10/3597.01	c   repair           :       0.00       0.00          0          0          0
3587.10/3597.01	c   rins             :       0.00       0.00          0          0          0
3587.10/3597.01	c   rootsoldiving    :       0.00       0.00          0          0          0
3587.10/3597.01	c   rounding         :       0.08       0.00         35          0          0
3587.10/3597.01	c   scheduler        :       0.00       0.00          0          0          0
3587.10/3597.01	c   shiftandpropagate:       0.12       0.00          1          0          0
3587.10/3597.01	c   shifting         :       0.19       0.00         17          0          0
3587.10/3597.01	c   simplerounding   :       0.00       0.00          0          0          0
3587.10/3597.01	c   smallcard        :       0.00       0.00          0          0          0
3587.10/3597.01	c   subnlp           :       0.00       0.00          0          0          0
3587.10/3597.01	c   trivial          :       0.03       0.00          2          0          0
3587.10/3597.01	c   trivialnegation  :       0.00       0.00          0          0          0
3587.10/3597.01	c   trustregion      :       0.00       0.00          0          0          0
3587.10/3597.01	c   trysol           :       0.00       0.00          0          0          0
3587.10/3597.01	c   twoopt           :       0.00       0.00          0          0          0
3587.10/3597.01	c   undercover       :       0.00       0.00          0          0          0
3587.10/3597.01	c   vbounds          :       0.14       0.00          1          0          0
3587.10/3597.01	c   veclendiving     :       0.00       0.00          0          0          0
3587.10/3597.01	c   zeroobj          :       0.00       0.00          0          0          0
3587.10/3597.01	c   zirounding       :       0.01       0.00         20          0          0
3587.10/3597.01	c   other solutions  :          -          -          -          0          -
3587.10/3597.01	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3587.10/3597.01	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.10/3597.01	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.10/3597.01	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.10/3597.01	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.10/3597.01	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.10/3597.01	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.10/3597.01	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.10/3597.01	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.10/3597.01	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.10/3597.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3587.10/3597.01	c   primal LP        :       8.60          2          0       0.00       0.00       8.60          2
3587.10/3597.01	c   dual LP          :    2534.47         36     445035   12362.08     175.59       0.00          0
3587.10/3597.01	c   lex dual LP      :       0.00          0          0       0.00          -
3587.10/3597.01	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3587.10/3597.01	c   resolve instable :       0.00          0          0       0.00          -
3587.10/3597.01	c   diving/probing LP:     914.92        250     299569    1198.28     327.43
3587.10/3597.01	c   strong branching :      32.00         23      20878     907.74     652.34          -          -         40
3587.10/3597.01	c     (at root node) :          -         23      20878     907.74          -
3587.10/3597.01	c   conflict analysis:       0.00          0          0       0.00          -
3587.10/3597.01	c B&B Tree           :
3587.10/3597.01	c   number of runs   :          1
3587.10/3597.01	c   nodes            :         21 (20 internal, 1 leaves)
3587.10/3597.01	c   feasible leaves  :          0
3587.10/3597.01	c   infeas. leaves   :          0
3587.10/3597.01	c   objective leaves :          0
3587.10/3597.01	c   nodes (total)    :         21 (20 internal, 1 leaves)
3587.10/3597.01	c   nodes left       :         21
3587.10/3597.01	c   max depth        :         20
3587.10/3597.01	c   max depth (total):         20
3587.10/3597.01	c   backtracks       :          0 (0.0%)
3587.10/3597.01	c   early backtracks :          0 (0.0%)
3587.10/3597.01	c   nodes exc. ref.  :          0 (0.0%)
3587.10/3597.01	c   delayed cutoffs  :          0
3587.10/3597.01	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
3587.10/3597.01	c   avg switch length:       1.00
3587.10/3597.01	c   switching time   :       8.61
3587.10/3597.01	c Root Node          :
3587.10/3597.01	c   First LP value   : +0.00000000000000e+00
3587.10/3597.01	c   First LP Iters   :      36322 (451.66 Iter/sec)
3587.10/3597.01	c   First LP Time    :      80.42
3587.10/3597.01	c   Final Dual Bound : +0.00000000000000e+00
3587.10/3597.01	c   Final Root Iters :     299801
3587.10/3597.01	c   Root LP Estimate : +2.77295885585807e-03
3587.10/3597.01	c Solution           :
3587.10/3597.01	c   Solutions found  :          0 (0 improvements)
3587.10/3597.01	c   Primal Bound     :          -
3587.10/3597.01	c   Dual Bound       : +0.00000000000000e+00
3587.10/3597.01	c   Gap              :   infinite
3587.10/3597.01	c Integrals          :      Total       Avg%
3587.10/3597.01	c   primal-dual      :  359699.84     100.00
3587.10/3597.01	c   primal-ref       :          -          - (not evaluated)
3587.10/3597.01	c   dual-ref         :          -          - (not evaluated)
3587.29/3597.22	c Time complete: 3587.32.

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: 63794 MiB (62416 MiB free)
  memory of node 1: 64507 MiB (54782 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4523986-1751601562/watcher-4523986-1751601562 -o /tmp/evaluation-result-4523986-1751601562/solver-4523986-1751601562 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751594361-89439 --watchdog 3760 pbscip -f HOME/instance-4523986-1751601562.opb -t 3600 -j 2 -m 31000 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100183 s]*
/proc/loadavg: 4.17 4.14 4.15 5/248 90214
/proc/meminfo: memFree=119988284/131382116 swapFree=33010684/33010684
[pid=90213] ppid=90210 vsize=73424 memory=45312 CPUtime=0.1 cores=0,2
/proc/90213/stat : 90213 (pbscip) R 90210 90213 89429 0 -1 4194304 8430 0 0 0 8 2 0 0 20 0 1 0 75835898 75186176 11328 18446744073709551615 4235264 18693293 140721192434464 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 42196992 140721192438153 140721192438252 140721192438252 140721192443854 0
/proc/90213/statm: 18356 11328 3200 3530 0 9807 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 73424 KiB
Current children cumulated memory: 45312 KiB

[startup+0.213526 s]*
/proc/loadavg: 4.17 4.14 4.15 5/248 90214
/proc/meminfo: memFree=119964092/131382116 swapFree=33010684/33010684
[pid=90213] ppid=90210 vsize=100360 memory=74292 CPUtime=0.21 cores=0,2
/proc/90213/stat : 90213 (pbscip) R 90210 90213 89429 0 -1 4194304 15604 0 0 0 16 5 0 0 20 0 1 0 75835898 102768640 18573 18446744073709551615 4235264 18693293 140721192434464 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 42196992 140721192438153 140721192438252 140721192438252 140721192443854 0
/proc/90213/statm: 25090 18573 3488 3530 0 16541 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 100360 KiB
Current children cumulated memory: 74292 KiB

[startup+0.313204 s]*
/proc/loadavg: 4.17 4.14 4.15 6/248 90214
/proc/meminfo: memFree=119912180/131382116 swapFree=33010684/33010684
[pid=90213] ppid=90210 vsize=138920 memory=111668 CPUtime=0.3 cores=0,2
/proc/90213/stat : 90213 (pbscip) R 90210 90213 89429 0 -1 4194304 24964 0 0 0 23 7 0 0 20 0 1 0 75835898 142254080 27917 18446744073709551615 4235264 18693293 140721192434464 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 42196992 140721192438153 140721192438252 140721192438252 140721192443854 0
/proc/90213/statm: 34730 27917 3488 3530 0 26181 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 138920 KiB
Current children cumulated memory: 111668 KiB

[startup+0.700272 s]
/proc/loadavg: 4.17 4.14 4.15 4/247 90215
/proc/meminfo: memFree=119883956/131382116 swapFree=33010684/33010684
[pid=90213] ppid=90210 vsize=196948 memory=165864 CPUtime=0.68 cores=0,2
/proc/90213/stat : 90213 (pbscip) R 90210 90213 89429 0 -1 4194304 39493 0 0 0 56 12 0 0 20 0 1 0 75835898 201674752 41466 18446744073709551615 4235264 18693293 140721192434464 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 42196992 140721192438153 140721192438252 140721192438252 140721192443854 0
/proc/90213/statm: 49237 41466 3712 3530 0 40688 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 196948 KiB
Current children cumulated memory: 165864 KiB

[startup+1.50029 s]
/proc/loadavg: 4.17 4.14 4.15 6/251 90224
/proc/meminfo: memFree=119616680/131382116 swapFree=33010684/33010684
[pid=90213] ppid=90210 vsize=242572 memory=212364 CPUtime=1.48 cores=0,2
/proc/90213/stat : 90213 (pbscip) R 90210 90213 89429 0 -1 4194304 54607 0 0 0 132 16 0 0 20 0 1 0 75835898 248393728 53091 18446744073709551615 4235264 18693293 140721192434464 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 42196992 140721192438153 140721192438252 140721192438252 140721192443854 0
/proc/90213/statm: 60643 53091 3744 3530 0 52094 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 242572 KiB
Current children cumulated memory: 212364 KiB

[startup+3.11282 s]
/proc/loadavg: 4.15 4.14 4.15 5/251 90224
/proc/meminfo: memFree=118679184/131382116 swapFree=33010684/33010684
[pid=90213] ppid=90210 vsize=281156 memory=247644 CPUtime=3.09 cores=0,2
/proc/90213/stat : 90213 (pbscip) R 90210 90213 89429 0 -1 4194304 62581 0 0 0 291 18 0 0 20 0 1 0 75835898 287903744 61911 18446744073709551615 4235264 18693293 140721192434464 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 42196992 140721192438153 140721192438252 140721192438252 140721192443854 0
/proc/90213/statm: 70289 61911 3744 3530 0 61740 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 281156 KiB
Current children cumulated memory: 247644 KiB

[startup+6.30028 s]
/proc/loadavg: 4.15 4.14 4.15 5/251 90224
/proc/meminfo: memFree=117845236/131382116 swapFree=33010684/33010684
[pid=90213] ppid=90210 vsize=281156 memory=247644 CPUtime=6.26 cores=0,2
/proc/90213/stat : 90213 (pbscip) R 90210 90213 89429 0 -1 4194304 62582 0 0 0 608 18 0 0 20 0 1 0 75835898 287903744 61911 18446744073709551615 4235264 18693293 140721192434464 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 42196992 140721192438153 140721192438252 140721192438252 140721192443854 0
/proc/90213/statm: 70289 61911 3744 3530 0 61740 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 281156 KiB
Current children cumulated memory: 247644 KiB

[startup+12.7003 s]
/proc/loadavg: 4.14 4.13 4.14 5/251 90224
/proc/meminfo: memFree=117255484/131382116 swapFree=33010684/33010684
[pid=90213] ppid=90210 vsize=615444 memory=488472 CPUtime=12.63 cores=0,2
/proc/90213/stat : 90213 (pbscip) R 90210 90213 89429 0 -1 4194304 123378 0 0 0 1237 26 0 0 20 0 1 0 75835898 630214656 122118 18446744073709551615 4235264 18693293 140721192434464 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 42196992 140721192438153 140721192438252 140721192438252 140721192443854 0
/proc/90213/statm: 153861 122118 3904 3530 0 145312 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 615444 KiB
Current children cumulated memory: 488472 KiB

[startup+25.5003 s]
/proc/loadavg: 4.11 4.13 4.14 5/251 90224
/proc/meminfo: memFree=116609184/131382116 swapFree=33010684/33010684
[pid=90213] ppid=90210 vsize=618800 memory=491928 CPUtime=25.39 cores=0,2
/proc/90213/stat : 90213 (pbscip) R 90210 90213 89429 0 -1 4194304 124212 0 0 0 2513 26 0 0 20 0 1 0 75835898 633651200 122982 18446744073709551615 4235264 18693293 140721192434464 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 42196992 140721192438153 140721192438252 140721192438252 140721192443854 0
/proc/90213/statm: 154700 122982 3936 3530 0 146151 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 618800 KiB
Current children cumulated memory: 491928 KiB

[startup+51.1127 s]
/proc/loadavg: 4.14 4.13 4.14 5/251 90225
/proc/meminfo: memFree=116571540/131382116 swapFree=33010684/33010684
[pid=90213] ppid=90210 vsize=619700 memory=492952 CPUtime=50.93 cores=0,2
/proc/90213/stat : 90213 (pbscip) R 90210 90213 89429 0 -1 4194304 124452 0 0 0 5066 27 0 0 20 0 1 0 75835898 634572800 123238 18446744073709551615 4235264 18693293 140721192434464 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 42196992 140721192438153 140721192438252 140721192438252 140721192443854 0
/proc/90213/statm: 154925 123238 3936 3530 0 146376 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 619700 KiB
Current children cumulated memory: 492952 KiB

[startup+102.3 s]
/proc/loadavg: 4.12 4.12 4.14 5/251 90283
/proc/meminfo: memFree=113737176/131382116 swapFree=33010684/33010684
[pid=90213] ppid=90210 vsize=626040 memory=497560 CPUtime=101.96 cores=0,2
/proc/90213/stat : 90213 (pbscip) R 90210 90213 89429 0 -1 4194304 125613 0 0 0 10169 27 0 0 20 0 1 0 75835898 641064960 124390 18446744073709551615 4235264 18693293 140721192434464 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 42196992 140721192438153 140721192438252 140721192438252 140721192443854 0
/proc/90213/statm: 156510 124390 3936 3530 0 147961 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 626040 KiB
Current children cumulated memory: 497560 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 4.11 4.13 5/252 90290
/proc/meminfo: memFree=113796828/131382116 swapFree=33010684/33010684
[pid=90213] ppid=90210 vsize=681428 memory=546900 CPUtime=161.79 cores=0,2
/proc/90213/stat : 90213 (pbscip) R 90210 90213 89429 0 -1 4194304 136012 0 0 0 16150 29 0 0 20 0 1 0 75835898 697782272 136725 18446744073709551615 4235264 18693293 140721192434464 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 42196992 140721192438153 140721192438252 140721192438252 140721192443854 0
/proc/90213/statm: 170357 136725 3936 3530 0 161808 0
Current children cumulated CPU time: 161.79 s
Current children cumulated vsize: 681428 KiB
Current children cumulated memory: 546900 KiB

[startup+222.3 s]
/proc/loadavg: 4.13 4.12 4.13 5/252 90292
/proc/meminfo: memFree=113777984/131382116 swapFree=33010684/33010684
[pid=90213] ppid=90210 vsize=692668 memory=559000 CPUtime=221.61 cores=0,2
/proc/90213/stat : 90213 (pbscip) R 90210 90213 89429 0 -1 4194304 137511 0 0 0 22132 29 0 0 20 0 1 0 75835898 709292032 139750 18446744073709551615 4235264 18693293 140721192434464 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 42196992 140721192438153 140721192438252 140721192438252 140721192443854 0
/proc/90213/statm: 173167 139750 3936 3530 0 164618 0
Current children cumulated CPU time: 221.61 s
Current children cumulated vsize: 692668 KiB
Current children cumulated memory: 559000 KiB

[startup+282.3 s]
/proc/loadavg: 4.38 4.18 4.15 5/253 90342
/proc/meminfo: memFree=118571268/131382116 swapFree=33010684/33010684
[pid=90213] ppid=90210 vsize=692844 memory=559512 CPUtime=281.43 cores=0,2
/proc/90213/stat : 90213 (pbscip) R 90210 90213 89429 0 -1 4194304 137666 0 0 0 28113 30 0 0 20 0 1 0 75835898 709472256 139878 18446744073709551615 4235264 18693293 140721192434464 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 42196992 140721192438153 140721192438252 140721192438252 140721192443854 0
/proc/90213/statm: 173211 139878 3936 3530 0 164662 0
Current children cumulated CPU time: 281.43 s
Current children cumulated vsize: 692844 KiB
Current children cumulated memory: 559512 KiB

[startup+342.3 s]
/proc/loadavg: 4.59 4.29 4.19 5/251 90344
/proc/meminfo: memFree=118183180/131382116 swapFree=33010684/33010684
[pid=90213] ppid=90210 vsize=706232 memory=576204 CPUtime=341.25 cores=0,2
/proc/90213/stat : 90213 (pbscip) R 90210 90213 89429 0 -1 4194304 140035 0 0 0 34095 30 0 0 20 0 1 0 75835898 723181568 144051 18446744073709551615 4235264 18693293 140721192434464 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 42196992 140721192438153 140721192438252 140721192438252 140721192443854 0
/proc/90213/statm: 176558 144051 3936 3530 0 168009 0
Current children cumulated CPU time: 341.25 s
Current children cumulated vsize: 706232 KiB
Current children cumulated memory: 576204 KiB

[startup+402.3 s]
/proc/loadavg: 4.27 4.25 4.18 5/252 90347
/proc/meminfo: memFree=117946836/131382116 swapFree=33010684/33010684
[pid=90213] ppid=90210 vsize=706232 memory=592460 CPUtime=401.07 cores=0,2
/proc/90213/stat : 90213 (pbscip) R 90210 90213 89429 0 -1 4194304 140035 0 0 0 40077 30 0 0 20 0 1 0 75835898 723181568 148115 18446744073709551615 4235264 18693293 140721192434464 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 42196992 140721192438153 140721192438252 140721192438252 140721192443854 0
/proc/90213/statm: 176558 148115 3936 3530 0 168009 0
Current children cumulated CPU time: 401.07 s
Current children cumulated vsize: 706232 KiB
Current children cumulated memory: 592460 KiB

[startup+462.3 s]
/proc/loadavg: 4.19 4.23 4.18 5/252 90349
/proc/meminfo: memFree=117851760/131382116 swapFree=33010684/33010684
[pid=90213] ppid=90210 vsize=736832 memory=643008 CPUtime=460.89 cores=0,2
/proc/90213/stat : 90213 (pbscip) R 90210 90213 89429 0 -1 4194304 142889 0 0 0 46058 31 0 0 20 0 1 0 75835898 754515968 160752 18446744073709551615 4235264 18693293 140721192434464 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 42196992 140721192438153 140721192438252 140721192438252 140721192443854 0
/proc/90213/statm: 184208 160752 3936 3530 0 175659 0
Current children cumulated CPU time: 460.89 s

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

/proc/loadavg: 4.10 4.10 4.09 5/252 90573
/proc/meminfo: memFree=106515648/131382116 swapFree=33010684/33010684
[pid=90213] ppid=90210 vsize=857904 memory=773380 CPUtime=3153.54 cores=0,2
/proc/90213/stat : 90213 (pbscip) R 90210 90213 89429 0 -1 4194304 178780 0 0 0 315317 37 0 0 20 0 1 0 75835898 878493696 193345 18446744073709551615 4235264 18693293 140721192434464 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 42196992 140721192438153 140721192438252 140721192438252 140721192443854 0
/proc/90213/statm: 214476 193345 3936 3530 0 205927 0
Current children cumulated CPU time: 3153.54 s
Current children cumulated vsize: 857904 KiB
Current children cumulated memory: 773380 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/252 90575
/proc/meminfo: memFree=106509348/131382116 swapFree=33010684/33010684
[pid=90213] ppid=90210 vsize=857904 memory=773380 CPUtime=3213.39 cores=0,2
/proc/90213/stat : 90213 (pbscip) R 90210 90213 89429 0 -1 4194304 178791 0 0 0 321302 37 0 0 20 0 1 0 75835898 878493696 193345 18446744073709551615 4235264 18693293 140721192434464 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 42196992 140721192438153 140721192438252 140721192438252 140721192443854 0
/proc/90213/statm: 214476 193345 3936 3530 0 205927 0
Current children cumulated CPU time: 3213.39 s
Current children cumulated vsize: 857904 KiB
Current children cumulated memory: 773380 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/252 90579
/proc/meminfo: memFree=106515316/131382116 swapFree=33010684/33010684
[pid=90213] ppid=90210 vsize=857904 memory=773380 CPUtime=3273.23 cores=0,2
/proc/90213/stat : 90213 (pbscip) R 90210 90213 89429 0 -1 4194304 178795 0 0 0 327286 37 0 0 20 0 1 0 75835898 878493696 193345 18446744073709551615 4235264 18693293 140721192434464 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 42196992 140721192438153 140721192438252 140721192438252 140721192443854 0
/proc/90213/statm: 214476 193345 3936 3530 0 205927 0
Current children cumulated CPU time: 3273.23 s
Current children cumulated vsize: 857904 KiB
Current children cumulated memory: 773380 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/252 90581
/proc/meminfo: memFree=106507912/131382116 swapFree=33010684/33010684
[pid=90213] ppid=90210 vsize=857904 memory=773380 CPUtime=3333.07 cores=0,2
/proc/90213/stat : 90213 (pbscip) R 90210 90213 89429 0 -1 4194304 178795 0 0 0 333270 37 0 0 20 0 1 0 75835898 878493696 193345 18446744073709551615 4235264 18693293 140721192434464 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 42196992 140721192438153 140721192438252 140721192438252 140721192443854 0
/proc/90213/statm: 214476 193345 3936 3530 0 205927 0
Current children cumulated CPU time: 3333.07 s
Current children cumulated vsize: 857904 KiB
Current children cumulated memory: 773380 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/252 90583
/proc/meminfo: memFree=106485896/131382116 swapFree=33010684/33010684
[pid=90213] ppid=90210 vsize=857904 memory=773380 CPUtime=3392.91 cores=0,2
/proc/90213/stat : 90213 (pbscip) R 90210 90213 89429 0 -1 4194304 178795 0 0 0 339254 37 0 0 20 0 1 0 75835898 878493696 193345 18446744073709551615 4235264 18693293 140721192434464 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 42196992 140721192438153 140721192438252 140721192438252 140721192443854 0
/proc/90213/statm: 214476 193345 3936 3530 0 205927 0
Current children cumulated CPU time: 3392.91 s
Current children cumulated vsize: 857904 KiB
Current children cumulated memory: 773380 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/251 90585
/proc/meminfo: memFree=106464124/131382116 swapFree=33010684/33010684
[pid=90213] ppid=90210 vsize=857904 memory=773380 CPUtime=3452.76 cores=0,2
/proc/90213/stat : 90213 (pbscip) R 90210 90213 89429 0 -1 4194304 178799 0 0 0 345239 37 0 0 20 0 1 0 75835898 878493696 193345 18446744073709551615 4235264 18693293 140721192434464 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 42196992 140721192438153 140721192438252 140721192438252 140721192443854 0
/proc/90213/statm: 214476 193345 3936 3530 0 205927 0
Current children cumulated CPU time: 3452.76 s
Current children cumulated vsize: 857904 KiB
Current children cumulated memory: 773380 KiB

[startup+3522.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/249 90587
/proc/meminfo: memFree=106443448/131382116 swapFree=33010684/33010684
[pid=90213] ppid=90210 vsize=857904 memory=773380 CPUtime=3512.6 cores=0,2
/proc/90213/stat : 90213 (pbscip) R 90210 90213 89429 0 -1 4194304 178936 0 0 0 351223 37 0 0 20 0 1 0 75835898 878493696 193345 18446744073709551615 4235264 18693293 140721192434464 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 42196992 140721192438153 140721192438252 140721192438252 140721192443854 0
/proc/90213/statm: 214476 193345 3936 3530 0 205927 0
Current children cumulated CPU time: 3512.6 s
Current children cumulated vsize: 857904 KiB
Current children cumulated memory: 773380 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/250 90590
/proc/meminfo: memFree=106253936/131382116 swapFree=33010684/33010684
[pid=90213] ppid=90210 vsize=857904 memory=773380 CPUtime=3572.43 cores=0,2
/proc/90213/stat : 90213 (pbscip) R 90210 90213 89429 0 -1 4194304 178944 0 0 0 357206 37 0 0 20 0 1 0 75835898 878493696 193345 18446744073709551615 4235264 18693293 140721192434464 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 42196992 140721192438153 140721192438252 140721192438252 140721192443854 0
/proc/90213/statm: 214476 193345 3936 3530 0 205927 0
Current children cumulated CPU time: 3572.43 s
Current children cumulated vsize: 857904 KiB
Current children cumulated memory: 773380 KiB

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

# cumulated CPU time of all completed processes:  user=3586.95 s, system=0.385441 s

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

[startup+3584 s]*
/proc/loadavg: 4.11 4.09 4.09 5/250 90590
/proc/meminfo: memFree=106254188/131382116 swapFree=33010684/33010684
[pid=90213] ppid=90210 vsize=857904 memory=773380 CPUtime=3574.13 cores=0,2
/proc/90213/stat : 90213 (pbscip) R 90210 90213 89429 0 -1 4194304 178944 0 0 0 357376 37 0 0 20 0 1 0 75835898 878493696 193345 18446744073709551615 4235264 18693293 140721192434464 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 42196992 140721192438153 140721192438252 140721192438252 140721192443854 0
/proc/90213/statm: 214476 193345 3936 3530 0 205927 0
Current children cumulated CPU time: 3574.13 s
Current children cumulated vsize: 857904 KiB
Current children cumulated memory: 773380 KiB

[startup+3590.4 s]
/proc/loadavg: 4.10 4.09 4.09 5/250 90590
/proc/meminfo: memFree=106228416/131382116 swapFree=33010684/33010684
[pid=90213] ppid=90210 vsize=857904 memory=773380 CPUtime=3580.51 cores=0,2
/proc/90213/stat : 90213 (pbscip) R 90210 90213 89429 0 -1 4194304 178947 0 0 0 358014 37 0 0 20 0 1 0 75835898 878493696 193345 18446744073709551615 4235264 18693293 140721192434464 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 42196992 140721192438153 140721192438252 140721192438252 140721192443854 0
/proc/90213/statm: 214476 193345 3936 3530 0 205927 0
Current children cumulated CPU time: 3580.51 s
Current children cumulated vsize: 857904 KiB
Current children cumulated memory: 773380 KiB

[startup+3593.6 s]
/proc/loadavg: 4.10 4.09 4.09 5/250 90591
/proc/meminfo: memFree=106228424/131382116 swapFree=33010684/33010684
[pid=90213] ppid=90210 vsize=857904 memory=773380 CPUtime=3583.7 cores=0,2
/proc/90213/stat : 90213 (pbscip) R 90210 90213 89429 0 -1 4194304 178947 0 0 0 358333 37 0 0 20 0 1 0 75835898 878493696 193345 18446744073709551615 4235264 18693293 140721192434464 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 42196992 140721192438153 140721192438252 140721192438252 140721192443854 0
/proc/90213/statm: 214476 193345 3936 3530 0 205927 0
Current children cumulated CPU time: 3583.7 s
Current children cumulated vsize: 857904 KiB
Current children cumulated memory: 773380 KiB

[startup+3595.2 s]
/proc/loadavg: 4.10 4.09 4.09 5/250 90591
/proc/meminfo: memFree=106229188/131382116 swapFree=33010684/33010684
[pid=90213] ppid=90210 vsize=857904 memory=773380 CPUtime=3585.3 cores=0,2
/proc/90213/stat : 90213 (pbscip) R 90210 90213 89429 0 -1 4194304 178947 0 0 0 358493 37 0 0 20 0 1 0 75835898 878493696 193345 18446744073709551615 4235264 18693293 140721192434464 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 42196992 140721192438153 140721192438252 140721192438252 140721192443854 0
/proc/90213/statm: 214476 193345 3936 3530 0 205927 0
Current children cumulated CPU time: 3585.3 s
Current children cumulated vsize: 857904 KiB
Current children cumulated memory: 773380 KiB

[startup+3596 s]*
/proc/loadavg: 4.10 4.09 4.09 5/250 90591
/proc/meminfo: memFree=106229188/131382116 swapFree=33010684/33010684
[pid=90213] ppid=90210 vsize=857904 memory=773380 CPUtime=3586.11 cores=0,2
/proc/90213/stat : 90213 (pbscip) R 90210 90213 89429 0 -1 4194304 178947 0 0 0 358574 37 0 0 20 0 1 0 75835898 878493696 193345 18446744073709551615 4235264 18693293 140721192434464 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 42196992 140721192438153 140721192438252 140721192438252 140721192443854 0
/proc/90213/statm: 214476 193345 3936 3530 0 205927 0
Current children cumulated CPU time: 3586.11 s
Current children cumulated vsize: 857904 KiB
Current children cumulated memory: 773380 KiB

[startup+3596.8 s]
/proc/loadavg: 4.10 4.09 4.09 5/250 90591
/proc/meminfo: memFree=106229188/131382116 swapFree=33010684/33010684
[pid=90213] ppid=90210 vsize=857904 memory=773380 CPUtime=3586.89 cores=0,2
/proc/90213/stat : 90213 (pbscip) R 90210 90213 89429 0 -1 4194304 178947 0 0 0 358652 37 0 0 20 0 1 0 75835898 878493696 193345 18446744073709551615 4235264 18693293 140721192434464 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 42196992 140721192438153 140721192438252 140721192438252 140721192443854 0
/proc/90213/statm: 214476 193345 3936 3530 0 205927 0
Current children cumulated CPU time: 3586.89 s
Current children cumulated vsize: 857904 KiB
Current children cumulated memory: 773380 KiB

[startup+3597.2 s]
/proc/loadavg: 4.10 4.09 4.09 5/250 90591
/proc/meminfo: memFree=106229440/131382116 swapFree=33010684/33010684
[pid=90213] ppid=90210 vsize=829752 memory=745228 CPUtime=3587.29 cores=0,2
/proc/90213/stat : 90213 (pbscip) R 90210 90213 89429 0 -1 4194304 179049 0 0 0 358692 37 0 0 20 0 1 0 75835898 849666048 186307 18446744073709551615 4235264 18693293 140721192434464 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 42196992 140721192438153 140721192438252 140721192438252 140721192443854 0
/proc/90213/statm: 207438 186307 3936 3530 0 198889 0
Current children cumulated CPU time: 3587.29 s
Current children cumulated vsize: 829752 KiB
Current children cumulated memory: 745228 KiB

Child status: 0

Real time (s): 3597.24
CPU time (s): 3587.33
CPU user time (s): 3586.95
CPU system time (s): 0.385441
CPU usage (%): 99.7247
Max. virtual memory (cumulated for all children) (KiB): 892640
Max. memory (cumulated for all children) (KiB): 800180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3586.95
system time used= 0.385441
maximum resident set size= 800180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179065
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= 99
involuntary context switches= 7823


# summary of solver processes directly reported to runsolver:
#   pid: 90213
#   total CPU time (s): 3587.33
#   total CPU user time (s): 3586.95
#   total CPU system time (s): 0.385441

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.566 second user time and 33.8147 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-07-04 05:59:22
IDJOB=4523986
IDBENCH=180463
IDSOLVER=3365
FILE ID=nodeC011/4523986-1751601562
RUNJOBID= nodeC011-1751594361-89439
SLURM_JOB_ID= 9598860
Free space on /tmp= 430452 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB25/normalized-PB25/OPT-LIN/wallon/normalized-AztecDiamondSym-mini-07_c24.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4523986-1751601562/watcher-4523986-1751601562 -o /tmp/evaluation-result-4523986-1751601562/solver-4523986-1751601562 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751594361-89439 --watchdog 3760  pbscip -f HOME/instance-4523986-1751601562.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 7b7d352a7105ac7993395b7f6c3b04bc
RANDOM SEED=1007696686

nodeC011 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	: 0xb00001f
cpu MHz		: 1995.531
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 3591.875
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 1197.159
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 1197.275
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 1596.474
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 3591.893
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 1197.287
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 1197.698
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        120012288 kB
MemAvailable:   122786744 kB
Buffers:            3276 kB
Cached:          3569788 kB
SwapCached:            0 kB
Active:          7579944 kB
Inactive:        3127960 kB
Active(anon):    7150752 kB
Inactive(anon):     2104 kB
Active(file):     429192 kB
Inactive(file):  3125856 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             25872 kB
Writeback:             0 kB
AnonPages:       7138024 kB
Mapped:           128056 kB
Shmem:             17960 kB
KReclaimable:     117684 kB
Slab:             203364 kB
SReclaimable:     117684 kB
SUnreclaim:        85680 kB
KernelStack:        4000 kB
PageTables:        17212 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    7722576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149336 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4161536 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:      191304 kB
DirectMap2M:     8099840 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430348 MiB
End job on nodeC011 at 2025-07-04 06:59:19