Trace number 4452185

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP 2024-07-07? 3586.96 3597.74

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2003/normalized-stp3d.0.s.opb
MD5SUM3669957ef10a08034abaee305bfecedd
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables204880
Total number of constraints159489
Number of constraints which are clauses129232
Number of constraints which are cardinality constraints (but not clauses)5805
Number of constraints which are nor clauses,nor cardinality constraints24452
Minimum length of a constraint2
Maximum length of a constraint75648
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3258328
Number of bits of the biggest number in a constraint 22
Biggest sum of numbers in a constraint 503258152
Number of bits of the biggest sum of numbers29
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 7.0.0] [GitHash: 405ed0d46f]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-4452185-1721438443.opb>
0.59/0.62	c original problem has 204880 variables (204880 bin, 0 int, 0 impl, 0 cont) and 159489 constraints
0.59/0.62	c problem read in 0.62
0.59/0.62	c No objective function, only one solution is needed.
1.28/1.32	c presolving:
1.89/1.93	c (round 1, fast)       63401 del vars, 50882 del conss, 0 add conss, 15668 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 74126 clqs
2.09/2.17	c (round 2, fast)       64256 del vars, 61136 del conss, 0 add conss, 15913 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 73907 clqs
2.18/2.24	c (round 3, fast)       67683 del vars, 61489 del conss, 0 add conss, 15918 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 73720 clqs
2.48/2.59	c    (2.6s) running MILP presolver
2.88/2.92	c    (2.9s) MILP presolver (3 rounds): 0 aggregations, 103 fixings, 0 bound changes
2.98/3.03	c (round 4, medium)     67858 del vars, 61496 del conss, 0 add conss, 15918 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 73240 clqs
2.98/3.10	c (round 5, fast)       69221 del vars, 62360 del conss, 0 add conss, 16470 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 72886 clqs
3.08/3.16	c (round 6, fast)       69245 del vars, 62606 del conss, 0 add conss, 16470 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 72886 clqs
3.48/3.57	c (round 7, exhaustive) 69349 del vars, 62616 del conss, 0 add conss, 16470 chg bounds, 0 chg sides, 0 chg coeffs, 72877 upgd conss, 0 impls, 72876 clqs
33.59/33.72	c    (33.7s) probing: 1000/136066 (0.7%) - 17 fixings, 0 aggregations, 304677 implications, 0 bound changes
39.27/39.50	c    (39.5s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
39.77/39.94	c    (39.9s) symmetry computation finished: 2 generators found (max: 470, log10 of symmetry group size: 0.0) (symcode time: 0.17)
39.77/39.94	c dynamic symmetry handling statistics:
39.77/39.94	c    orbitopal reduction:       no components
39.77/39.94	c    orbital reduction:         no components
39.77/39.94	c    lexicographic reduction:   no permutations
39.77/39.94	c handled 2 out of 2 symmetry components
39.97/40.11	c presolving (8 rounds: 8 fast, 3 medium, 2 exhaustive):
39.97/40.11	c  69394 deleted vars, 62632 deleted constraints, 2 added constraints, 16470 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
39.97/40.11	c  0 implications, 438597 cliques
39.97/40.11	c presolved problem has 136034 variables (136034 bin, 0 int, 0 impl, 0 cont) and 96859 constraints
39.97/40.11	c       1 constraints of type <knapsack>
39.97/40.11	c   72863 constraints of type <setppc>
39.97/40.11	c   23995 constraints of type <linear>
39.97/40.11	c transformed objective value is always integral (scale: 1)
39.97/40.11	c Presolving Time: 38.88
39.97/40.11	c - non default parameters ----------------------------------------------------------------------
39.97/40.11	c # SCIP version 10.0.0
39.97/40.11	c 
39.97/40.11	c # maximal time in seconds to run
39.97/40.11	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
39.97/40.11	c limits/time = 3596.99804
39.97/40.11	c 
39.97/40.11	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
39.97/40.11	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
39.97/40.11	c limits/memory = 27900
39.97/40.11	c 
39.97/40.11	c # solving stops, if the given number of solutions were found; this limit is first checked in presolving (-1: no limit)
39.97/40.11	c # [type: int, advanced: FALSE, range: [-1,2147483647], default: -1]
39.97/40.11	c limits/solutions = 1
39.97/40.11	c 
39.97/40.11	c # bitset describing used symmetry handling technique: (0: off; 1: constraint-based (orbitopes and/or symresacks); 2: orbital fixing; 3: orbitopes and orbital fixing; 4: Schreier Sims cuts; 5: Schreier Sims cuts and orbitopes; 6: Schreier Sims cuts and orbital fixing; 7: Schreier Sims cuts, orbitopes, and orbital fixing) See type_symmetry.h.
39.97/40.11	c # [type: int, advanced: FALSE, range: [0,7], default: 7]
39.97/40.11	c misc/usesymmetry = 3
39.97/40.11	c 
39.97/40.11	c # belongs reading time to solving time?
39.97/40.11	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
39.97/40.11	c timing/reading = TRUE
39.97/40.11	c 
39.97/40.11	c # Should we check whether the components of the symmetry group can be handled by double lex matrices?
39.97/40.11	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
39.97/40.11	c propagating/symmetry/detectdoublelex = FALSE
39.97/40.11	c 
39.97/40.11	c # Should we try to detect symmetric subgroups of the symmetry group on binary variables?
39.97/40.11	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
39.97/40.11	c propagating/symmetry/detectsubgroups = FALSE
39.97/40.11	c 
39.97/40.11	c # Type of symmetries that shall be computed?
39.97/40.11	c # [type: int, advanced: TRUE, range: [0,1], default: 0]
39.97/40.11	c propagating/symmetry/symtype = 1
39.97/40.11	c 
39.97/40.11	c # Should components consisting of a single full reflection be handled?
39.97/40.11	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
39.97/40.11	c propagating/symmetry/usesimplesgncomp = FALSE
39.97/40.11	c 
39.97/40.11	c -----------------------------------------------------------------------------------------------
39.97/40.11	c start solving
39.97/40.14	c 
1194.61/1198.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1194.61/1198.62	c  1199s|     1 |     0 |144422 |     - |  1210M |   0 | 136k|  96k|  96k|   0 |  0 |  28 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3586.21/3597.02	c  3597s|     1 |     0 |619209 |     - |  1305M |   0 | 136k|  96k|  96k|   2 |  1 |  28 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3586.21/3597.02	c (node 1) LP solver hit time limit in LP 8 -- using pseudo solution instead
3586.21/3597.02	c 
3586.21/3597.02	c SCIP Status        : solving was interrupted [time limit reached]
3586.21/3597.02	c Solving Time (sec) : 3597.01
3586.21/3597.02	c Solving Nodes      : 1
3586.21/3597.02	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
3586.21/3597.02	c Dual Bound         : +0.00000000000000e+00
3586.21/3597.02	c Gap                : infinite
3586.21/3597.02	s UNKNOWN
3586.21/3597.02	c SCIP Status        : solving was interrupted [time limit reached]
3586.21/3597.02	c Total Time         :    3597.01
3586.21/3597.02	c   solving          :    3597.01
3586.21/3597.02	c   presolving       :      38.88 (included in solving)
3586.21/3597.02	c   reading          :       0.62 (included in solving)
3586.21/3597.02	c   copying          :       0.00 (0 times copied the problem)
3586.21/3597.02	c Original Problem   :
3586.21/3597.02	c   Problem name     : HOME/instance-4452185-1721438443.opb
3586.21/3597.02	c   Variables        : 204880 (204880 binary, 0 integer, 0 implicit integer, 0 continuous)
3586.21/3597.02	c   Constraints      : 159489 initial, 159489 maximal
3586.21/3597.02	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3586.21/3597.02	c Presolved Problem  :
3586.21/3597.02	c   Problem name     : t_HOME/instance-4452185-1721438443.opb
3586.21/3597.02	c   Variables        : 136034 (136034 binary, 0 integer, 0 implicit integer, 0 continuous)
3586.21/3597.02	c   Constraints      : 96859 initial, 96859 maximal
3586.21/3597.02	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3586.21/3597.02	c   Nonzeros         : 560334 constraint, 1003654 clique table
3586.21/3597.02	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3586.21/3597.02	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.21/3597.02	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.21/3597.02	c   domcol           :       0.16       0.00      1          0          0          0          0          0          0          0          0          0
3586.21/3597.02	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.21/3597.02	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.21/3597.02	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.21/3597.02	c   dualsparsify     :       0.28       0.00      1          0          0          0          0          0          3          0          0          0
3586.21/3597.02	c   gateextraction   :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.21/3597.02	c   implics          :       0.01       0.00      3          0          0          0          0          0          0          0          0          0
3586.21/3597.02	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.21/3597.02	c   milp             :       0.64       0.00      1        103          0          0          0          0          0          0          0          0
3586.21/3597.02	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.21/3597.02	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.21/3597.02	c   sparsify         :       0.54       0.00      1          0          0          0          0          0          0          0          0          0
3586.21/3597.02	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.21/3597.02	c   trivial          :       0.05       0.00      8       1328          0          0          0          0          0          0          0          0
3586.21/3597.02	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.21/3597.02	c   dualfix          :       0.05       0.00      8       3468          0          0          0          0          0          0          0          0
3586.21/3597.02	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.21/3597.02	c   probing          :      34.50       0.00      1         32          0          0          0          0          0          0          0          0
3586.21/3597.02	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.21/3597.02	c   symmetry         :       0.44       0.00      1          0          0          0          0          0          0          2          0          0
3586.21/3597.02	c   vbounds          :       0.11       0.00      1          3         10          0          0          0          0          0          0          0
3586.21/3597.02	c   knapsack         :       0.18       0.01      3          0          0          0          0          0          0          0          0          0
3586.21/3597.02	c   setppc           :       0.24       0.01      3          0         13          0          0          0         13          0          0          0
3586.21/3597.02	c   linear           :       1.20       0.12     10      16470      47419          0      16470          0      62616          0          0          0
3586.21/3597.02	c   logicor          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.21/3597.02	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.21/3597.02	c   components       :       0.13       0.00      1          0          0          0          0          0          0          0          0          0
3586.21/3597.02	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
3586.21/3597.02	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3586.21/3597.02	c   benderslp        :          0          0          0          0          0          0          0          7          0          0          0          0          0          0          0
3586.21/3597.02	c   integral         :          0          0          0          0          0          0          0          7          0          0          0          0          0          0          0
3586.21/3597.02	c   knapsack         :          1          1          1      14600          0          0          0          3          0          0          0          0          0          0          0
3586.21/3597.02	c   setppc           :      72863      72863          1      14600          0          0          0          1         87         24          0          0          0          0          0
3586.21/3597.02	c   linear           :      23995      23995          1      14576          0          0          0          3         20         13          0          0          0          0          0
3586.21/3597.02	c   logicor          :          0+        12          1         16          0          0          0          0          0          1          0          0          0          0          0
3586.21/3597.02	c   benders          :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3586.21/3597.02	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3586.21/3597.02	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3586.21/3597.02	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3586.21/3597.02	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3586.21/3597.02	c   benderslp        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.21/3597.02	c   integral         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.21/3597.02	c   knapsack         :       0.49       0.01       0.25       0.23       0.00       0.00       0.00       0.01       0.00       0.00
3586.21/3597.02	c   setppc           :       4.26       0.01       0.09       4.15       0.00       0.00       0.00       0.00       0.00       0.00
3586.21/3597.02	c   linear           :       0.70       0.12       0.03       0.51       0.00       0.00       0.00       0.04       0.00       0.00
3586.21/3597.02	c   logicor          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.21/3597.02	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.21/3597.02	c   fixedvar         :       0.01       0.01       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.21/3597.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.21/3597.02	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.21/3597.02	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3586.21/3597.02	c   dualfix          :          1          0          0          0
3586.21/3597.02	c   genvbounds       :          0          0          0          0
3586.21/3597.02	c   nlobbt           :          0          0          0          0
3586.21/3597.02	c   obbt             :          0          0          0          0
3586.21/3597.02	c   probing          :          0          0          0          0
3586.21/3597.02	c   pseudoobj        :          0          0          0          0
3586.21/3597.02	c   redcost          :          0          0          0          0
3586.21/3597.02	c   rootredcost      :          0          0          0          0
3586.21/3597.02	c   symmetry         :          0          0          0          0
3586.21/3597.02	c   vbounds          :       3861          0          0          0
3586.21/3597.02	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3586.21/3597.02	c   dualfix          :       0.05       0.00       0.05       0.00       0.00       0.00
3586.21/3597.02	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
3586.21/3597.02	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3586.21/3597.02	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3586.21/3597.02	c   probing          :      34.51       0.00      34.50       0.00       0.00       0.00
3586.21/3597.02	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00       0.00
3586.21/3597.02	c   redcost          :       0.00       0.00       0.00       0.00       0.00       0.00
3586.21/3597.02	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
3586.21/3597.02	c   symmetry         :       0.44       0.00       0.44       0.00       0.00       0.00
3586.21/3597.02	c   vbounds          :       0.15       0.00       0.11       0.04       0.00       0.00
3586.21/3597.02	c Symmetry           :
3586.21/3597.02	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
3586.21/3597.02	c   orbital reduction:          0 reductions applied,          0 cutoffs
3586.21/3597.02	c   lexicographic red:          0 reductions applied,          0 cutoffs
3586.21/3597.02	c   shadow tree time :       0.00 s
3586.21/3597.02	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3586.21/3597.02	c   propagation      :       0.00         24         23          -         28        2.9          2        5.0          -          -          -
3586.21/3597.02	c   infeasible LP    :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3586.21/3597.02	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3586.21/3597.02	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3586.21/3597.02	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3586.21/3597.02	c   applied globally :       0.00          -          -          0         28        2.7          -          -          0          -          -
3586.21/3597.02	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
3586.21/3597.02	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3586.21/3597.02	c   cut pool         :       0.00          -          1          1          -          -          2          2          -          -          -          -          -    (maximal pool size:          2)
3586.21/3597.02	c   aggregation      :       0.09       0.00          1          1          0          0          0          0          0          0          0          0          0
3586.21/3597.02	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
3586.21/3597.02	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
3586.21/3597.02	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
3586.21/3597.02	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.21/3597.02	c   clique           :       7.50       0.00          1          1          0          0          0          0          0          0          0          0          0
3586.21/3597.02	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.21/3597.02	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.21/3597.02	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.21/3597.02	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.21/3597.02	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.21/3597.02	c   gomory           :      10.31       0.00          1          1          0          0          0          0          0          0          0          0          0
3586.21/3597.02	c   > gomorymi       :          -          -          -          -          -          -          -          0          0          0          0          0          -
3586.21/3597.02	c   > strongcg       :          -          -          -          -          -          -          -          0          0          0          0          0          -
3586.21/3597.02	c   impliedbounds    :       0.04       0.00          1          1          0          0          0          0          0          0          0          0          0
3586.21/3597.02	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.21/3597.02	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.21/3597.02	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.21/3597.02	c   mcf              :       2.70       0.00          1          1          0          0          0          0          0          0          0          0          0
3586.21/3597.02	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.21/3597.02	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.21/3597.02	c   multilinear      :       0.00       0.00          1          1          0          0          0          0          0          0          0          0          0
3586.21/3597.02	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.21/3597.02	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.21/3597.02	c   rlt              :       0.00       0.00          1          1          0          0          0          0          0          0          0          0          0
3586.21/3597.02	c   zerohalf         :       0.14       0.00          1          1          0          0          2          2          0          2          2          0          0
3586.21/3597.02	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3586.21/3597.02	c   hybrid           :       0.00       0.00          1          1          2          0          0          2          0          0
3586.21/3597.02	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3586.21/3597.02	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3586.21/3597.02	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3586.21/3597.02	c   problem variables:       0.00          -          0          0
3586.21/3597.02	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3586.21/3597.02	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3586.21/3597.02	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3586.21/3597.02	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3586.21/3597.02	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3586.21/3597.02	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3586.21/3597.02	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3586.21/3597.02	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3586.21/3597.02	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3586.21/3597.02	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3586.21/3597.02	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3586.21/3597.02	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3586.21/3597.02	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3586.21/3597.02	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3586.21/3597.02	c   relpscost        :       0.00       0.00          0          0          0          0          0          0          0          0
3586.21/3597.02	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3586.21/3597.02	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3586.21/3597.02	c   LP solutions     :       0.00          -          -          0          0
3586.21/3597.02	c   relax solutions  :       0.00          -          -          0          0
3586.21/3597.02	c   pseudo solutions :       0.00          -          -          0          0
3586.21/3597.02	c   strong branching :       0.00          -          -          0          0
3586.21/3597.02	c   actconsdiving    :       0.00       0.00          0          0          0
3586.21/3597.02	c   adaptivediving   :       0.00       0.00          0          0          0
3586.21/3597.02	c   alns             :       0.00       0.00          0          0          0
3586.21/3597.02	c   bound            :       0.00       0.00          0          0          0
3586.21/3597.02	c   clique           :       0.75       0.00          1          0          0
3586.21/3597.02	c   coefdiving       :       0.00       0.00          0          0          0
3586.21/3597.02	c   completesol      :       0.00       0.00          0          0          0
3586.21/3597.02	c   conflictdiving   :       0.00       0.00          0          0          0
3586.21/3597.02	c   crossover        :       0.00       0.00          0          0          0
3586.21/3597.02	c   dins             :       0.00       0.00          0          0          0
3586.21/3597.02	c   distributiondivin:       0.00       0.00          0          0          0
3586.21/3597.02	c   dps              :       0.00       0.00          0          0          0
3586.21/3597.02	c   dualval          :       0.00       0.00          0          0          0
3586.21/3597.02	c   farkasdiving     :       0.00       0.00          0          0          0
3586.21/3597.02	c   feasjump         :       1.42       0.00          1          0          0
3586.21/3597.02	c   feaspump         :    2107.35       0.00          1          0          0
3586.21/3597.02	c   fixandinfer      :       0.00       0.00          0          0          0
3586.21/3597.02	c   fracdiving       :       0.00       0.00          0          0          0
3586.21/3597.02	c   gins             :       0.00       0.00          0          0          0
3586.21/3597.02	c   guideddiving     :       0.00       0.00          0          0          0
3586.21/3597.02	c   indcoefdiving    :       0.00       0.00          0          0          0
3586.21/3597.02	c   indicator        :       0.00       0.00          0          0          0
3586.21/3597.02	c   indicatordiving  :       0.00       0.00          0          0          0
3586.21/3597.02	c   indoneopt        :       0.00       0.00          0          0          0
3586.21/3597.02	c   indrounding      :       0.00       0.00          0          0          0
3586.21/3597.02	c   indtwoopt        :       0.00       0.00          0          0          0
3586.21/3597.02	c   intdiving        :       0.00       0.00          0          0          0
3586.21/3597.02	c   intshifting      :       0.00       0.00          0          0          0
3586.21/3597.02	c   linesearchdiving :       0.00       0.00          0          0          0
3586.21/3597.02	c   localbranching   :       0.00       0.00          0          0          0
3586.21/3597.02	c   locks            :       0.07       0.00          1          0          0
3586.21/3597.02	c   lpface           :       0.00       0.00          0          0          0
3586.21/3597.02	c   mpec             :       0.00       0.00          0          0          0
3586.21/3597.02	c   multistart       :       0.00       0.00          0          0          0
3586.21/3597.02	c   mutation         :       0.00       0.00          0          0          0
3586.21/3597.02	c   nlpdiving        :       0.00       0.00          0          0          0
3586.21/3597.02	c   objpscostdiving  :       0.00       0.00          0          0          0
3586.21/3597.02	c   octane           :       0.00       0.00          0          0          0
3586.21/3597.02	c   ofins            :       0.00       0.00          0          0          0
3586.21/3597.02	c   oneopt           :       0.00       0.00          0          0          0
3586.21/3597.02	c   padm             :       0.00       0.00          0          0          0
3586.21/3597.02	c   proximity        :       0.00       0.00          0          0          0
3586.21/3597.02	c   pscostdiving     :       0.00       0.00          0          0          0
3586.21/3597.02	c   randrounding     :       0.08       0.00          1          0          0
3586.21/3597.02	c   rens             :       0.00       0.00          0          0          0
3586.21/3597.02	c   reoptsols        :       0.00       0.00          0          0          0
3586.21/3597.02	c   repair           :       0.00       0.00          0          0          0
3586.21/3597.02	c   rins             :       0.00       0.00          0          0          0
3586.21/3597.02	c   rootsoldiving    :       0.00       0.00          0          0          0
3586.21/3597.02	c   rounding         :       0.02       0.00          1          0          0
3586.21/3597.02	c   scheduler        :       0.00       0.00          0          0          0
3586.21/3597.02	c   shiftandpropagate:       0.13       0.00          1          0          0
3586.21/3597.02	c   shifting         :       1.24       0.00          1          0          0
3586.21/3597.02	c   simplerounding   :       0.00       0.00          1          0          0
3586.21/3597.02	c   smallcard        :       0.00       0.00          0          0          0
3586.21/3597.02	c   subnlp           :       0.00       0.00          0          0          0
3586.21/3597.02	c   trivial          :       0.14       0.00          2          0          0
3586.21/3597.02	c   trivialnegation  :       0.00       0.00          0          0          0
3586.21/3597.02	c   trustregion      :       0.00       0.00          0          0          0
3586.21/3597.02	c   trysol           :       0.00       0.00          0          0          0
3586.21/3597.02	c   twoopt           :       0.00       0.00          0          0          0
3586.21/3597.02	c   undercover       :       0.00       0.00          0          0          0
3586.21/3597.02	c   vbounds          :       0.17       0.00          1          0          0
3586.21/3597.02	c   veclendiving     :       0.00       0.00          0          0          0
3586.21/3597.02	c   zeroobj          :       0.00       0.00          0          0          0
3586.21/3597.02	c   zirounding       :       0.00       0.00          0          0          0
3586.21/3597.02	c   other solutions  :          -          -          -          0          -
3586.21/3597.02	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3586.21/3597.02	c   rens             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3586.21/3597.02	c   rins             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3586.21/3597.02	c   mutation         :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3586.21/3597.02	c   localbranching   :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3586.21/3597.02	c   crossover        :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3586.21/3597.02	c   proximity        :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3586.21/3597.02	c   dins             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3586.21/3597.02	c   zeroobjective    :          0       0.00       0.00          0          0          0    0.00000    0.00000   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    0
3586.21/3597.02	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
3586.21/3597.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3586.21/3597.02	c   primal LP        :       0.00          0          0       0.00          -       0.00          0
3586.21/3597.02	c   dual LP          :    1424.41          2     162245   81122.50     113.90       0.00          0
3586.21/3597.02	c   lex dual LP      :       0.00          0          0       0.00          -
3586.21/3597.02	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3586.21/3597.02	c   resolve instable :       0.00          0          0       0.00          -
3586.21/3597.02	c   diving/probing LP:    2106.83          6     456964   76160.67     216.90
3586.21/3597.02	c   strong branching :       0.00          0          0       0.00          -          -          -          0
3586.21/3597.02	c     (at root node) :          -          0          0       0.00          -
3586.21/3597.02	c   conflict analysis:       0.00          0          0       0.00          -
3586.21/3597.02	c B&B Tree           :
3586.21/3597.02	c   number of runs   :          1
3586.21/3597.02	c   nodes            :          1 (0 internal, 1 leaves)
3586.21/3597.02	c   feasible leaves  :          0
3586.21/3597.02	c   infeas. leaves   :          0
3586.21/3597.02	c   objective leaves :          0
3586.21/3597.02	c   nodes (total)    :          1 (0 internal, 1 leaves)
3586.21/3597.02	c   nodes left       :          1
3586.21/3597.02	c   max depth        :          0
3586.21/3597.02	c   max depth (total):          0
3586.21/3597.02	c   backtracks       :          0 (0.0%)
3586.21/3597.02	c   early backtracks :          0 (0.0%)
3586.21/3597.02	c   nodes exc. ref.  :          0 (0.0%)
3586.21/3597.02	c   delayed cutoffs  :          0
3586.21/3597.02	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
3586.21/3597.02	c   avg switch length:       1.00
3586.21/3597.02	c   switching time   :       0.00
3586.21/3597.02	c Root Node          :
3586.21/3597.02	c   First LP value   : +0.00000000000000e+00
3586.21/3597.02	c   First LP Iters   :     144422 (124.96 Iter/sec)
3586.21/3597.02	c   First LP Time    :    1155.74
3586.21/3597.02	c   Final Dual Bound : +0.00000000000000e+00
3586.21/3597.02	c   Final Root Iters :     619209
3586.21/3597.02	c   Root LP Estimate :                     -
3586.21/3597.02	c Solution           :
3586.21/3597.02	c   Solutions found  :          0 (0 improvements)
3586.21/3597.02	c   Primal Bound     :          -
3586.21/3597.02	c   Dual Bound       : +0.00000000000000e+00
3586.21/3597.02	c   Gap              :   infinite
3586.21/3597.02	c Integrals          :      Total       Avg%
3586.21/3597.02	c   primal-dual      :  359701.17     100.00
3586.21/3597.02	c   primal-ref       :          -          - (not evaluated)
3586.21/3597.02	c   dual-ref         :          -          - (not evaluated)
3586.91/3597.73	c Time complete: 3586.95.

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: 63968 MiB (62158 MiB free)
  memory of node 1: 64473 MiB (61781 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452185-1721438443/watcher-4452185-1721438443 -o /tmp/evaluation-result-4452185-1721438443/solver-4452185-1721438443 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721434856-1036359 --watchdog 3760 pbscip -f HOME/instance-4452185-1721438443.opb -t 3600 -j 2 -m 31000 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=1039049, runsolver pid=1039046

[startup+0.100283 s]*
/proc/loadavg: 3.97 4.08 4.08 6/256 1039050
/proc/meminfo: memFree=126821100/131524600 swapFree=131070704/131071996
[pid=1039049] ppid=1039046 vsize=149676 memory=105956 CPUtime=0.09 cores=5,7
/proc/1039049/stat : 1039049 (pbscip) R 1039046 1039049 1036346 0 -1 4194304 23521 0 0 0 6 3 0 0 20 0 1 0 196009217 153268224 26489 134679101440 4194304 18693293 140737393485984 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 34488320 140737393488898 140737393488997 140737393488997 140737393496014 0
/proc/1039049/statm: 37419 26489 3295 3540 0 25676 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 149676 KiB
Current children cumulated memory: 105956 KiB

[startup+0.205611 s]*
/proc/loadavg: 3.97 4.08 4.08 5/256 1039050
/proc/meminfo: memFree=126781532/131524600 swapFree=131070704/131071996
[pid=1039049] ppid=1039046 vsize=192284 memory=148628 CPUtime=0.19 cores=5,7
/proc/1039049/stat : 1039049 (pbscip) R 1039046 1039049 1036346 0 -1 4194304 34188 0 0 0 15 4 0 0 20 0 1 0 196009217 196898816 37157 134679101440 4194304 18693293 140737393485984 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 34488320 140737393488898 140737393488997 140737393488997 140737393496014 0
/proc/1039049/statm: 48071 37157 3295 3540 0 36328 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 192284 KiB
Current children cumulated memory: 148628 KiB

[startup+0.305525 s]*
/proc/loadavg: 3.97 4.08 4.08 5/256 1039052
/proc/meminfo: memFree=126733312/131524600 swapFree=131070704/131071996
[pid=1039049] ppid=1039046 vsize=239388 memory=195144 CPUtime=0.3 cores=5,7
/proc/1039049/stat : 1039049 (pbscip) R 1039046 1039049 1036346 0 -1 4194304 45807 0 0 0 24 6 0 0 20 0 1 0 196009217 245133312 48720 134679101440 4194304 18693293 140737393485984 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 34488320 140737393488898 140737393488997 140737393488997 140737393496014 0
/proc/1039049/statm: 59847 48786 3295 3540 0 48104 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 239388 KiB
Current children cumulated memory: 195144 KiB

[startup+0.700218 s]
/proc/loadavg: 3.97 4.08 4.08 5/256 1039052
/proc/meminfo: memFree=126633388/131524600 swapFree=131070704/131071996
[pid=1039049] ppid=1039046 vsize=414820 memory=373972 CPUtime=0.68 cores=5,7
/proc/1039049/stat : 1039049 (pbscip) R 1039046 1039049 1036346 0 -1 4194304 93931 0 0 0 56 12 0 0 20 0 1 0 196009217 424775680 93493 134679101440 4194304 18693293 140737393485984 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 34488320 140737393488898 140737393488997 140737393488997 140737393496014 0
/proc/1039049/statm: 103705 93493 3582 3540 0 91962 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 414820 KiB
Current children cumulated memory: 373972 KiB

[startup+1.50023 s]
/proc/loadavg: 3.97 4.08 4.08 5/256 1039052
/proc/meminfo: memFree=126315680/131524600 swapFree=131070704/131071996
[pid=1039049] ppid=1039046 vsize=742144 memory=693040 CPUtime=1.48 cores=5,7
/proc/1039049/stat : 1039049 (pbscip) R 1039046 1039049 1036346 0 -1 4194304 173641 0 0 0 125 23 0 0 20 0 1 0 196009217 759955456 173260 134679101440 4194304 18693293 140737393485984 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 34488320 140737393488898 140737393488997 140737393488997 140737393496014 0
/proc/1039049/statm: 185536 173260 3662 3540 0 173793 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 742144 KiB
Current children cumulated memory: 693040 KiB

[startup+3.10547 s]
/proc/loadavg: 3.97 4.08 4.08 5/256 1039052
/proc/meminfo: memFree=126073356/131524600 swapFree=131070704/131071996
[pid=1039049] ppid=1039046 vsize=825008 memory=767724 CPUtime=3.08 cores=5,7
/proc/1039049/stat : 1039049 (pbscip) R 1039046 1039049 1036346 0 -1 4194304 197751 0 0 0 277 31 0 0 20 0 1 0 196009217 844808192 191931 134679101440 4194304 18693293 140737393485984 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 34488320 140737393488898 140737393488997 140737393488997 140737393496014 0
/proc/1039049/statm: 206252 191931 3789 3540 0 194509 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 825008 KiB
Current children cumulated memory: 767724 KiB

[startup+6.30023 s]
/proc/loadavg: 3.97 4.08 4.08 5/256 1039052
/proc/meminfo: memFree=125947468/131524600 swapFree=131070704/131071996
[pid=1039049] ppid=1039046 vsize=954068 memory=888548 CPUtime=6.27 cores=5,7
/proc/1039049/stat : 1039049 (pbscip) R 1039046 1039049 1036346 0 -1 4194304 218423 0 0 0 591 36 0 0 20 0 1 0 196009217 976965632 222137 134679101440 4194304 18693293 140737393485984 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 34488320 140737393488898 140737393488997 140737393488997 140737393496014 0
/proc/1039049/statm: 238517 222137 3821 3540 0 226774 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 954068 KiB
Current children cumulated memory: 888548 KiB

[startup+12.7002 s]
/proc/loadavg: 3.98 4.08 4.08 5/256 1039054
/proc/meminfo: memFree=125924296/131524600 swapFree=131070704/131071996
[pid=1039049] ppid=1039046 vsize=969640 memory=904068 CPUtime=12.65 cores=5,7
/proc/1039049/stat : 1039049 (pbscip) R 1039046 1039049 1036346 0 -1 4194304 222323 0 0 0 1227 38 0 0 20 0 1 0 196009217 992911360 226017 134679101440 4194304 18693293 140737393485984 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 34488320 140737393488898 140737393488997 140737393488997 140737393496014 0
/proc/1039049/statm: 242410 226017 3821 3540 0 230667 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 969640 KiB
Current children cumulated memory: 904068 KiB

[startup+25.5002 s]
/proc/loadavg: 4.06 4.09 4.08 5/256 1039055
/proc/meminfo: memFree=125895524/131524600 swapFree=131070704/131071996
[pid=1039049] ppid=1039046 vsize=982268 memory=916520 CPUtime=25.41 cores=5,7
/proc/1039049/stat : 1039049 (pbscip) R 1039046 1039049 1036346 0 -1 4194304 225425 0 0 0 2502 39 0 0 20 0 1 0 196009217 1005842432 229130 134679101440 4194304 18693293 140737393485984 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 34488320 140737393488898 140737393488997 140737393488997 140737393496014 0
/proc/1039049/statm: 245567 229130 3821 3540 0 233824 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 982268 KiB
Current children cumulated memory: 916520 KiB

[startup+51.1057 s]
/proc/loadavg: 4.04 4.08 4.08 5/256 1039060
/proc/meminfo: memFree=125526216/131524600 swapFree=131070704/131071996
[pid=1039049] ppid=1039046 vsize=1407548 memory=1284496 CPUtime=50.95 cores=5,7
/proc/1039049/stat : 1039049 (pbscip) R 1039046 1039049 1036346 0 -1 4194304 297230 0 0 0 5041 54 0 0 20 0 1 0 196009217 1441329152 321124 134679101440 4194304 18693293 140737393485984 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 34488320 140737393488898 140737393488997 140737393488997 140737393496014 0
/proc/1039049/statm: 351887 321124 4013 3540 0 340144 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 1407548 KiB
Current children cumulated memory: 1284496 KiB

[startup+102.3 s]
/proc/loadavg: 4.06 4.08 4.08 5/256 1039114
/proc/meminfo: memFree=125329408/131524600 swapFree=131070704/131071996
[pid=1039049] ppid=1039046 vsize=1418044 memory=1294960 CPUtime=101.97 cores=5,7
/proc/1039049/stat : 1039049 (pbscip) R 1039046 1039049 1036346 0 -1 4194304 299413 0 0 0 10141 56 0 0 20 0 1 0 196009217 1452077056 323740 134679101440 4194304 18693293 140737393485984 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 34488320 140737393488898 140737393488997 140737393488997 140737393496014 0
/proc/1039049/statm: 354511 323740 4013 3540 0 342768 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 1418044 KiB
Current children cumulated memory: 1294960 KiB

[startup+162.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/257 1039126
/proc/meminfo: memFree=125274836/131524600 swapFree=131070704/131071996
[pid=1039049] ppid=1039046 vsize=1419800 memory=1297992 CPUtime=161.76 cores=5,7
/proc/1039049/stat : 1039049 (pbscip) R 1039046 1039049 1036346 0 -1 4194304 299733 0 0 0 16118 58 0 0 20 0 1 0 196009217 1453875200 324498 134679101440 4194304 18693293 140737393485984 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 34488320 140737393488898 140737393488997 140737393488997 140737393496014 0
/proc/1039049/statm: 354950 324498 4013 3540 0 343207 0
Current children cumulated CPU time: 161.76 s
Current children cumulated vsize: 1419800 KiB
Current children cumulated memory: 1297992 KiB

[startup+222.3 s]
/proc/loadavg: 4.18 4.12 4.10 5/257 1039137
/proc/meminfo: memFree=125260800/131524600 swapFree=131070704/131071996
[pid=1039049] ppid=1039046 vsize=1420276 memory=1298156 CPUtime=221.53 cores=5,7
/proc/1039049/stat : 1039049 (pbscip) R 1039046 1039049 1036346 0 -1 4194304 299811 0 0 0 22094 59 0 0 20 0 1 0 196009217 1454362624 324539 134679101440 4194304 18693293 140737393485984 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 34488320 140737393488898 140737393488997 140737393488997 140737393496014 0
/proc/1039049/statm: 355069 324539 4013 3540 0 343326 0
Current children cumulated CPU time: 221.53 s
Current children cumulated vsize: 1420276 KiB
Current children cumulated memory: 1298156 KiB

[startup+282.3 s]
/proc/loadavg: 4.23 4.14 4.10 5/257 1039529
/proc/meminfo: memFree=125248604/131524600 swapFree=131070704/131071996
[pid=1039049] ppid=1039046 vsize=1420276 memory=1298192 CPUtime=281.32 cores=5,7
/proc/1039049/stat : 1039049 (pbscip) R 1039046 1039049 1036346 0 -1 4194304 299895 0 0 0 28071 61 0 0 20 0 1 0 196009217 1454362624 324548 134679101440 4194304 18693293 140737393485984 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 34488320 140737393488898 140737393488997 140737393488997 140737393496014 0
/proc/1039049/statm: 355069 324548 4013 3540 0 343326 0
Current children cumulated CPU time: 281.32 s
Current children cumulated vsize: 1420276 KiB
Current children cumulated memory: 1298192 KiB

[startup+342.3 s]
/proc/loadavg: 4.15 4.13 4.10 5/256 1039539
/proc/meminfo: memFree=125208944/131524600 swapFree=131070704/131071996
[pid=1039049] ppid=1039046 vsize=1420276 memory=1298712 CPUtime=341.09 cores=5,7
/proc/1039049/stat : 1039049 (pbscip) R 1039046 1039049 1036346 0 -1 4194304 299975 0 0 0 34047 62 0 0 20 0 1 0 196009217 1454362624 324678 134679101440 4194304 18693293 140737393485984 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 34488320 140737393488898 140737393488997 140737393488997 140737393496014 0
/proc/1039049/statm: 355069 324678 4013 3540 0 343326 0
Current children cumulated CPU time: 341.09 s
Current children cumulated vsize: 1420276 KiB
Current children cumulated memory: 1298712 KiB

[startup+402.3 s]
/proc/loadavg: 4.18 4.14 4.10 5/256 1039550
/proc/meminfo: memFree=125183600/131524600 swapFree=131070704/131071996
[pid=1039049] ppid=1039046 vsize=1420592 memory=1299332 CPUtime=400.87 cores=5,7
/proc/1039049/stat : 1039049 (pbscip) R 1039046 1039049 1036346 0 -1 4194304 300038 0 0 0 40024 63 0 0 20 0 1 0 196009217 1454686208 324833 134679101440 4194304 18693293 140737393485984 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 34488320 140737393488898 140737393488997 140737393488997 140737393496014 0
/proc/1039049/statm: 355148 324833 4013 3540 0 343405 0
Current children cumulated CPU time: 400.87 s
Current children cumulated vsize: 1420592 KiB
Current children cumulated memory: 1299332 KiB

[startup+462.3 s]
/proc/loadavg: 4.24 4.16 4.10 5/257 1039730
/proc/meminfo: memFree=125182096/131524600 swapFree=131070704/131071996
[pid=1039049] ppid=1039046 vsize=1420592 memory=1299404 CPUtime=460.64 cores=5,7
/proc/1039049/stat : 1039049 (pbscip) R 1039046 1039049 1036346 0 -1 4194304 300265 0 0 0 46001 63 0 0 20 0 1 0 196009217 1454686208 324851 134679101440 4194304 18693293 140737393485984 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 34488320 140737393488898 140737393488997 140737393488997 140737393496014 0
/proc/1039049/statm: 355148 324851 4013 3540 0 343405 0

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

/proc/loadavg: 4.16 4.13 4.13 5/256 1040903
/proc/meminfo: memFree=124988204/131524600 swapFree=131070704/131071996
[pid=1039049] ppid=1039046 vsize=1458128 memory=1354792 CPUtime=3212.35 cores=5,7
/proc/1039049/stat : 1039049 (pbscip) R 1039046 1039049 1036346 0 -1 4194304 312870 0 0 0 321166 69 0 0 20 0 1 0 196009217 1493123072 338698 134679101440 4194304 18693293 140737393485984 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 34488320 140737393488898 140737393488997 140737393488997 140737393496014 0
/proc/1039049/statm: 364532 338698 4029 3540 0 352789 0
Current children cumulated CPU time: 3212.35 s
Current children cumulated vsize: 1458128 KiB
Current children cumulated memory: 1354792 KiB

[startup+3282.3 s]
/proc/loadavg: 4.06 4.11 4.12 5/254 1040913
/proc/meminfo: memFree=124982052/131524600 swapFree=131070704/131071996
[pid=1039049] ppid=1039046 vsize=1458128 memory=1354792 CPUtime=3272.22 cores=5,7
/proc/1039049/stat : 1039049 (pbscip) R 1039046 1039049 1036346 0 -1 4194304 312901 0 0 0 327153 69 0 0 20 0 1 0 196009217 1493123072 338698 134679101440 4194304 18693293 140737393485984 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 34488320 140737393488898 140737393488997 140737393488997 140737393496014 0
/proc/1039049/statm: 364532 338698 4029 3540 0 352789 0
Current children cumulated CPU time: 3272.22 s
Current children cumulated vsize: 1458128 KiB
Current children cumulated memory: 1354792 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.12 4.12 5/254 1040923
/proc/meminfo: memFree=124921944/131524600 swapFree=131070704/131071996
[pid=1039049] ppid=1039046 vsize=1545984 memory=1414024 CPUtime=3332.1 cores=5,7
/proc/1039049/stat : 1039049 (pbscip) R 1039046 1039049 1036346 0 -1 4194304 324871 0 0 0 333139 71 0 0 20 0 1 0 196009217 1583087616 353506 134679101440 4194304 18693293 140737393485984 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 34488320 140737393488898 140737393488997 140737393488997 140737393496014 0
/proc/1039049/statm: 386496 353506 4029 3540 0 374753 0
Current children cumulated CPU time: 3332.1 s
Current children cumulated vsize: 1545984 KiB
Current children cumulated memory: 1414024 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.11 4.12 5/254 1040934
/proc/meminfo: memFree=124903140/131524600 swapFree=131070704/131071996
[pid=1039049] ppid=1039046 vsize=1554864 memory=1423716 CPUtime=3391.97 cores=5,7
/proc/1039049/stat : 1039049 (pbscip) R 1039046 1039049 1036346 0 -1 4194304 326991 0 0 0 339126 71 0 0 20 0 1 0 196009217 1592180736 355929 134679101440 4194304 18693293 140737393485984 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 34488320 140737393488898 140737393488997 140737393488997 140737393496014 0
/proc/1039049/statm: 388716 355929 4029 3540 0 376973 0
Current children cumulated CPU time: 3391.97 s
Current children cumulated vsize: 1554864 KiB
Current children cumulated memory: 1423716 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.12 4.12 5/254 1040944
/proc/meminfo: memFree=124899856/131524600 swapFree=131070704/131071996
[pid=1039049] ppid=1039046 vsize=1555288 memory=1424584 CPUtime=3451.83 cores=5,7
/proc/1039049/stat : 1039049 (pbscip) R 1039046 1039049 1036346 0 -1 4194304 327276 0 0 0 345112 71 0 0 20 0 1 0 196009217 1592614912 356146 134679101440 4194304 18693293 140737393485984 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 34488320 140737393488898 140737393488997 140737393488997 140737393496014 0
/proc/1039049/statm: 388822 356146 4029 3540 0 377079 0
Current children cumulated CPU time: 3451.83 s
Current children cumulated vsize: 1555288 KiB
Current children cumulated memory: 1424584 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.11 4.11 5/254 1040954
/proc/meminfo: memFree=124896496/131524600 swapFree=131070704/131071996
[pid=1039049] ppid=1039046 vsize=1555288 memory=1424584 CPUtime=3511.69 cores=5,7
/proc/1039049/stat : 1039049 (pbscip) R 1039046 1039049 1036346 0 -1 4194304 327347 0 0 0 351098 71 0 0 20 0 1 0 196009217 1592614912 356146 134679101440 4194304 18693293 140737393485984 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 34488320 140737393488898 140737393488997 140737393488997 140737393496014 0
/proc/1039049/statm: 388822 356146 4029 3540 0 377079 0
Current children cumulated CPU time: 3511.69 s
Current children cumulated vsize: 1555288 KiB
Current children cumulated memory: 1424584 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.10 4.10 5/257 1040969
/proc/meminfo: memFree=124846116/131524600 swapFree=131070704/131071996
[pid=1039049] ppid=1039046 vsize=1555288 memory=1424608 CPUtime=3571.55 cores=5,7
/proc/1039049/stat : 1039049 (pbscip) R 1039046 1039049 1036346 0 -1 4194304 327451 0 0 0 357084 71 0 0 20 0 1 0 196009217 1592614912 356152 134679101440 4194304 18693293 140737393485984 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 34488320 140737393488898 140737393488997 140737393488997 140737393496014 0
/proc/1039049/statm: 388822 356152 4029 3540 0 377079 0
Current children cumulated CPU time: 3571.55 s
Current children cumulated vsize: 1555288 KiB
Current children cumulated memory: 1424608 KiB

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

# cumulated CPU time of all completed processes:  user=3586.22 s, system=0.738931 s

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

[startup+3584 s]*
/proc/loadavg: 4.09 4.10 4.10 5/257 1040969
/proc/meminfo: memFree=124846124/131524600 swapFree=131070704/131071996
[pid=1039049] ppid=1039046 vsize=1555288 memory=1424608 CPUtime=3573.25 cores=5,7
/proc/1039049/stat : 1039049 (pbscip) R 1039046 1039049 1036346 0 -1 4194304 327451 0 0 0 357254 71 0 0 20 0 1 0 196009217 1592614912 356152 134679101440 4194304 18693293 140737393485984 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 34488320 140737393488898 140737393488997 140737393488997 140737393496014 0
/proc/1039049/statm: 388822 356152 4029 3540 0 377079 0
Current children cumulated CPU time: 3573.25 s
Current children cumulated vsize: 1555288 KiB
Current children cumulated memory: 1424608 KiB

[startup+3590.4 s]
/proc/loadavg: 4.08 4.10 4.10 5/257 1040969
/proc/meminfo: memFree=124846096/131524600 swapFree=131070704/131071996
[pid=1039049] ppid=1039046 vsize=1555288 memory=1424716 CPUtime=3579.62 cores=5,7
/proc/1039049/stat : 1039049 (pbscip) R 1039046 1039049 1036346 0 -1 4194304 327513 0 0 0 357891 71 0 0 20 0 1 0 196009217 1592614912 356179 134679101440 4194304 18693293 140737393485984 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 34488320 140737393488898 140737393488997 140737393488997 140737393496014 0
/proc/1039049/statm: 388822 356179 4029 3540 0 377079 0
Current children cumulated CPU time: 3579.62 s
Current children cumulated vsize: 1555288 KiB
Current children cumulated memory: 1424716 KiB

[startup+3593.6 s]
/proc/loadavg: 4.07 4.10 4.10 5/257 1040971
/proc/meminfo: memFree=124846040/131524600 swapFree=131070704/131071996
[pid=1039049] ppid=1039046 vsize=1555288 memory=1424716 CPUtime=3582.82 cores=5,7
/proc/1039049/stat : 1039049 (pbscip) R 1039046 1039049 1036346 0 -1 4194304 327513 0 0 0 358211 71 0 0 20 0 1 0 196009217 1592614912 356179 134679101440 4194304 18693293 140737393485984 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 34488320 140737393488898 140737393488997 140737393488997 140737393496014 0
/proc/1039049/statm: 388822 356179 4029 3540 0 377079 0
Current children cumulated CPU time: 3582.82 s
Current children cumulated vsize: 1555288 KiB
Current children cumulated memory: 1424716 KiB

[startup+3595.2 s]
/proc/loadavg: 4.07 4.10 4.10 5/257 1040971
/proc/meminfo: memFree=124846068/131524600 swapFree=131070704/131071996
[pid=1039049] ppid=1039046 vsize=1555288 memory=1424716 CPUtime=3584.41 cores=5,7
/proc/1039049/stat : 1039049 (pbscip) R 1039046 1039049 1036346 0 -1 4194304 327513 0 0 0 358370 71 0 0 20 0 1 0 196009217 1592614912 356179 134679101440 4194304 18693293 140737393485984 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 34488320 140737393488898 140737393488997 140737393488997 140737393496014 0
/proc/1039049/statm: 388822 356179 4029 3540 0 377079 0
Current children cumulated CPU time: 3584.41 s
Current children cumulated vsize: 1555288 KiB
Current children cumulated memory: 1424716 KiB

[startup+3596.8 s]
/proc/loadavg: 4.15 4.11 4.11 5/257 1040971
/proc/meminfo: memFree=124846068/131524600 swapFree=131070704/131071996
[pid=1039049] ppid=1039046 vsize=1555288 memory=1424716 CPUtime=3586.01 cores=5,7
/proc/1039049/stat : 1039049 (pbscip) R 1039046 1039049 1036346 0 -1 4194304 327513 0 0 0 358530 71 0 0 20 0 1 0 196009217 1592614912 356179 134679101440 4194304 18693293 140737393485984 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 34488320 140737393488898 140737393488997 140737393488997 140737393496014 0
/proc/1039049/statm: 388822 356179 4029 3540 0 377079 0
Current children cumulated CPU time: 3586.01 s
Current children cumulated vsize: 1555288 KiB
Current children cumulated memory: 1424716 KiB

[startup+3597.2 s]
/proc/loadavg: 4.15 4.11 4.11 4/251 1041003
/proc/meminfo: memFree=125140508/131524600 swapFree=131070704/131071996
[pid=1039049] ppid=1039046 vsize=1555288 memory=1424740 CPUtime=3586.41 cores=5,7
/proc/1039049/stat : 1039049 (pbscip) R 1039046 1039049 1036346 0 -1 4194304 327959 0 0 0 358570 71 0 0 20 0 1 0 196009217 1592614912 356185 134679101440 4194304 18693293 140737393485984 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 34488320 140737393488898 140737393488997 140737393488997 140737393496014 0
/proc/1039049/statm: 388822 356185 4029 3540 0 377079 0
Current children cumulated CPU time: 3586.41 s
Current children cumulated vsize: 1555288 KiB
Current children cumulated memory: 1424740 KiB

[startup+3597.6 s]
/proc/loadavg: 4.15 4.11 4.11 4/251 1041003
/proc/meminfo: memFree=125140508/131524600 swapFree=131070704/131071996
[pid=1039049] ppid=1039046 vsize=1552192 memory=1421888 CPUtime=3586.8 cores=5,7
/proc/1039049/stat : 1039049 (pbscip) R 1039046 1039049 1036346 0 -1 4194304 328002 0 0 0 358609 71 0 0 20 0 1 0 196009217 1589444608 355472 134679101440 4194304 18693293 140737393485984 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 34488320 140737393488898 140737393488997 140737393488997 140737393496014 0
/proc/1039049/statm: 388048 355472 4029 3540 0 376305 0
Current children cumulated CPU time: 3586.8 s
Current children cumulated vsize: 1552192 KiB
Current children cumulated memory: 1421888 KiB

[startup+3597.7 s]
/proc/loadavg: 4.15 4.11 4.11 4/251 1041003
/proc/meminfo: memFree=125140508/131524600 swapFree=131070704/131071996
[pid=1039049] ppid=1039046 vsize=1404440 memory=1274800 CPUtime=3586.91 cores=5,7
/proc/1039049/stat : 1039049 (pbscip) R 1039046 1039049 1036346 0 -1 4194304 328021 0 0 0 358619 72 0 0 20 0 1 0 196009217 1438146560 318700 134679101440 4194304 18693293 140737393485984 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 34488320 140737393488898 140737393488997 140737393488997 140737393496014 0
/proc/1039049/statm: 351110 318700 4045 3540 0 339367 0
Current children cumulated CPU time: 3586.91 s
Current children cumulated vsize: 1404440 KiB
Current children cumulated memory: 1274800 KiB

Child status: 0

Real time (s): 3597.74
CPU time (s): 3586.96
CPU user time (s): 3586.22
CPU system time (s): 0.738931
CPU usage (%): 99.7003
Max. virtual memory (cumulated for all children) (KiB): 1555288
Max. memory (cumulated for all children) (KiB): 1424740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3586.22
system time used= 0.738931
maximum resident set size= 1424740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 328137
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= 23
involuntary context switches= 1936


# summary of solver processes directly reported to runsolver:
#   pid: 1039049
#   total CPU time (s): 3586.96
#   total CPU user time (s): 3586.22
#   total CPU system time (s): 0.738931

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.92116 second user time and 13.3783 second system time

The end

Launcher Data

Begin job on nodeC023 at 2024-07-20 03:20:55
IDJOB=4452185
IDBENCH=163951
IDSOLVER=3059
FILE ID=nodeC023/4452185-1721438443
RUNJOBID= nodeC023-1721434856-1036359
SLURM_JOB_ID= 7545638
Free space on /tmp= 890020 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2003/normalized-stp3d.0.s.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452185-1721438443/watcher-4452185-1721438443 -o /tmp/evaluation-result-4452185-1721438443/solver-4452185-1721438443 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721434856-1036359 --watchdog 3760  pbscip -f HOME/instance-4452185-1721438443.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 3669957ef10a08034abaee305bfecedd
RANDOM SEED=1057278299

nodeC023.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 3665.988
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.61
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		: 3672.905
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.969
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.61
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		: 3600.323
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3665.975
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.61
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		: 3674.706
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.819
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.61
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		: 3660.251
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        126915156 kB
MemAvailable:   129146540 kB
Buffers:          577212 kB
Cached:          2490304 kB
SwapCached:           80 kB
Active:          1206340 kB
Inactive:        2833808 kB
Active(anon):       1580 kB
Inactive(anon):  1016760 kB
Active(file):    1204760 kB
Inactive(file):  1817048 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070704 kB
Dirty:             46520 kB
Writeback:             0 kB
AnonPages:        972600 kB
Mapped:           140760 kB
Shmem:             45728 kB
KReclaimable:      98796 kB
Slab:             192524 kB
SReclaimable:      98796 kB
SUnreclaim:        93728 kB
KernelStack:        4080 kB
PageTables:        11432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1429576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            33760 kB
HardwareCorrupted:     0 kB
AnonHugePages:    741376 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      316116 kB
DirectMap2M:    38254592 kB
DirectMap1G:    97517568 kB

Free space on /tmp at the end= 889992 MiB
End job on nodeC023 at 2024-07-20 04:20:53