Trace number 4522652

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.19 3599.32

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/
SMTI/SMTI_PBO/SMTI_25000_10_0.75_2.opb
MD5SUMb2d4db31ca5f6e24f807927234179026
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark699.886
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables300000
Total number of constraints300001
Number of constraints which are clauses250000
Number of constraints which are cardinality constraints (but not clauses)50000
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint50000
Number of terms in the objective function 50000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 50000
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 50000
Number of bits of the biggest sum of numbers16
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-4522652-1751643642.opb>
2.47/2.51	c original problem has 300000 variables (300000 bin, 0 int, 0 impl, 0 cont) and 300001 constraints
2.47/2.51	c problem read in 2.50
4.87/5.00	c presolving:
5.98/6.11	c (round 1, fast)       3253 del vars, 2225 del conss, 0 add conss, 154 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 50207 clqs
6.16/6.26	c (round 2, fast)       6344 del vars, 3253 del conss, 0 add conss, 154 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 50217 clqs
9.85/9.94	c    (9.9s) running MILP presolver
113.20/113.67	c    (113.7s) MILP presolver (5 rounds): 678 aggregations, 45413 fixings, 0 bound changes
113.50/113.99	c (round 3, medium)     52435 del vars, 3253 del conss, 0 add conss, 154 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 48913 clqs
114.40/114.84	c (round 4, fast)       52435 del vars, 11259 del conss, 0 add conss, 154 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 48919 clqs
114.61/115.09	c (round 5, exhaustive) 52435 del vars, 24164 del conss, 0 add conss, 154 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 48919 clqs
117.19/117.69	c (round 6, exhaustive) 52435 del vars, 24164 del conss, 0 add conss, 154 chg bounds, 0 chg sides, 0 chg coeffs, 275836 upgd conss, 0 impls, 48919 clqs
119.88/120.36	c (round 7, exhaustive) 52435 del vars, 25082 del conss, 0 add conss, 154 chg bounds, 0 chg sides, 0 chg coeffs, 275836 upgd conss, 0 impls, 48919 clqs
122.77/123.24	c (round 8, exhaustive) 52923 del vars, 25082 del conss, 0 add conss, 154 chg bounds, 0 chg sides, 1157 chg coeffs, 275836 upgd conss, 0 impls, 48919 clqs
123.17/123.60	c (round 9, fast)       53415 del vars, 25104 del conss, 0 add conss, 154 chg bounds, 0 chg sides, 2281 chg coeffs, 275836 upgd conss, 0 impls, 48915 clqs
132.34/132.84	c    (132.8s) sparsify finished: 493753/3459141 (14.3%) nonzeros canceled - in total 493753 canceled nonzeros, 493753 changed coefficients, 0 added nonzeros
159.93/160.50	c    (160.5s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
162.12/162.79	c    (162.8s) no symmetry present (symcode time: 0.92)
164.22/164.81	c presolving (10 rounds: 10 fast, 6 medium, 5 exhaustive):
164.22/164.81	c  53450 deleted vars, 25297 deleted constraints, 0 added constraints, 154 tightened bounds, 0 added holes, 0 changed sides, 496218 changed coefficients
164.22/164.81	c  0 implications, 49938 cliques
164.22/164.81	c presolved problem has 250136 variables (250136 bin, 0 int, 0 impl, 0 cont) and 271277 constraints
164.22/164.81	c   48909 constraints of type <setppc>
164.22/164.81	c   62752 constraints of type <linear>
164.22/164.81	c  159616 constraints of type <logicor>
164.22/164.81	c transformed objective value is always integral (scale: 1)
164.22/164.81	c Presolving Time: 159.93
164.22/164.81	c - non default parameters ----------------------------------------------------------------------
164.22/164.81	c # SCIP version 10.0.0
164.22/164.81	c 
164.22/164.81	c # maximal time in seconds to run
164.22/164.81	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
164.22/164.81	c limits/time = 3596.996034
164.22/164.81	c 
164.22/164.81	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
164.22/164.81	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
164.22/164.81	c limits/memory = 27900
164.22/164.81	c 
164.22/164.81	c # belongs reading time to solving time?
164.22/164.81	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
164.22/164.81	c timing/reading = TRUE
164.22/164.81	c 
164.22/164.81	c -----------------------------------------------------------------------------------------------
164.22/164.81	c start solving
164.22/164.88	c 
3585.16/3597.30	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3585.16/3597.30	c  3597s|     1 |     0 |172213 |     - |  2558M |   0 | 250k| 208k| 208k|   0 |  0 |  74 |   0 | 2.000000e+00 |      --      |    Inf | unknown
3585.16/3597.30	c (node 1) LP solver hit time limit in LP 1 -- using pseudo solution instead
3585.16/3597.30	c 
3585.16/3597.30	c SCIP Status        : solving was interrupted [time limit reached]
3585.16/3597.30	c Solving Time (sec) : 3597.28
3585.16/3597.30	c Solving Nodes      : 1
3585.16/3597.30	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
3585.16/3597.30	c Dual Bound         : +2.00000000000000e+00
3585.16/3597.30	c Gap                : infinite
3585.16/3597.30	s UNKNOWN
3585.16/3597.30	c SCIP Status        : solving was interrupted [time limit reached]
3585.16/3597.30	c Total Time         :    3597.28
3585.16/3597.30	c   solving          :    3597.28
3585.16/3597.30	c   presolving       :     159.93 (included in solving)
3585.16/3597.30	c   reading          :       2.50 (included in solving)
3585.16/3597.30	c   copying          :       0.00 (0 times copied the problem)
3585.16/3597.30	c Original Problem   :
3585.16/3597.30	c   Problem name     : HOME/instance-4522652-1751643642.opb
3585.16/3597.30	c   Variables        : 300000 (300000 binary, 0 integer, 0 implicit integer, 0 continuous)
3585.16/3597.30	c   Constraints      : 300001 initial, 300001 maximal
3585.16/3597.31	c   Objective        : minimize, 50000 non-zeros (abs.min = 1, abs.max = 1)
3585.16/3597.31	c Presolved Problem  :
3585.16/3597.31	c   Problem name     : t_HOME/instance-4522652-1751643642.opb
3585.16/3597.31	c   Variables        : 250136 (250136 binary, 0 integer, 0 implicit integer, 0 continuous)
3585.16/3597.31	c   Constraints      : 271277 initial, 271277 maximal
3585.16/3597.31	c   Objective        : minimize, 37387 non-zeros (abs.min = 1, abs.max = 1)
3585.16/3597.31	c   Nonzeros         : 2965041 constraint, 465041 clique table
3585.16/3597.31	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3585.16/3597.31	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.16/3597.31	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.16/3597.31	c   domcol           :       0.78       0.00      1          0          0          0          0          0          0          0          0          9
3585.16/3597.31	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.16/3597.31	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.16/3597.31	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.16/3597.31	c   dualsparsify     :       2.87       0.00      1          0          0          0          0          0         23          0          0        160
3585.16/3597.31	c   gateextraction   :       1.62       0.00      3          0          0          0          0          0        151          0          0          0
3585.16/3597.31	c   implics          :       0.03       0.00      6          0          0          0          0          0          0          0          0          0
3585.16/3597.31	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.16/3597.31	c   milp             :     107.37       0.00      1      45413        678          0          0          0          0          0          0          0
3585.16/3597.31	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.16/3597.31	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.16/3597.31	c   sparsify         :       4.64       0.00      1          0          0          0          0          0          0          0          0     493753
3585.16/3597.31	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.16/3597.31	c   trivial          :       0.12       0.00     10       3579          0          0          0          0          0          0          0          0
3585.16/3597.31	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.16/3597.31	c   dualfix          :       0.10       0.00     10          0          0          0          0          0          0          0          0          0
3585.16/3597.31	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.16/3597.31	c   probing          :      24.79       0.01      1         25          3          0          0          0          0          0          0          0
3585.16/3597.31	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.16/3597.31	c   symmetry         :       2.29       0.00      1          0          0          0          0          0          0          0          0          0
3585.16/3597.31	c   vbounds          :       0.31       0.00      1          0          0          0          0          0          0          0          0          0
3585.16/3597.31	c   setppc           :       0.65       0.03     10          0          4          0          0          0          4          0          0          0
3585.16/3597.31	c   linear           :       3.72       1.16     15        154          8          0        154          0      24164          0          0          0
3585.16/3597.31	c   logicor          :       7.34       0.98     10        495          0          0          0          0        955          0          0       2296
3585.16/3597.31	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.16/3597.31	c   components       :       0.95       0.00      1          0          0          0          0          0          0          0          0          0
3585.16/3597.31	c   root node        :          -          -      -          1          -          -          1          -          -          -          -          -
3585.16/3597.31	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3585.16/3597.31	c   benderslp        :          0          0          0          0          0          0          0          6          0          0          0          0          0          0          0
3585.16/3597.31	c   integral         :          0          0          0          0          0          0          0          6          0          0          0          0          0          0          0
3585.16/3597.31	c   setppc           :      48909+     48968          0      50503          0          0          0          3        425          5          0          0          0          0          0
3585.16/3597.31	c   linear           :      62752      62752          0      50498          0          0          0          3          0          0          0          0          0          0          0
3585.16/3597.31	c   logicor          :     159616+    159630          0      26447          0          0          0          0         19         61          0          0          0          0          0
3585.16/3597.31	c   benders          :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3585.16/3597.31	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3585.16/3597.31	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3585.16/3597.31	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3585.16/3597.31	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3585.16/3597.31	c   benderslp        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.16/3597.31	c   integral         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.16/3597.31	c   setppc           :       3.56       0.03       0.14       3.38       0.00       0.00       0.00       0.00       0.00       0.00
3585.16/3597.31	c   linear           :       4.39       1.16       0.01       3.23       0.00       0.00       0.00       0.00       0.00       0.00
3585.16/3597.31	c   logicor          :       2.00       0.98       0.56       0.46       0.00       0.00       0.00       0.00       0.00       0.00
3585.16/3597.31	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.16/3597.31	c   fixedvar         :       0.01       0.01       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.16/3597.31	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.16/3597.31	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.16/3597.31	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3585.16/3597.31	c   dualfix          :          1          0          0          0
3585.16/3597.31	c   genvbounds       :          0          0          0          0
3585.16/3597.31	c   nlobbt           :          0          0          0          0
3585.16/3597.31	c   obbt             :          0          0          0          0
3585.16/3597.31	c   probing          :          0          0          0          0
3585.16/3597.31	c   pseudoobj        :          1          0          0          0
3585.16/3597.31	c   redcost          :          0          0          0          0
3585.16/3597.31	c   rootredcost      :          0          0          0          0
3585.16/3597.31	c   symmetry         :          0          0          0          0
3585.16/3597.31	c   vbounds          :      15785          0          0          0
3585.16/3597.31	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3585.16/3597.31	c   dualfix          :       0.11       0.00       0.10       0.01       0.00       0.00
3585.16/3597.31	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
3585.16/3597.31	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3585.16/3597.31	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3585.16/3597.31	c   probing          :      24.80       0.01      24.79       0.00       0.00       0.00
3585.16/3597.31	c   pseudoobj        :       8.50       0.00       0.00       8.50       0.00       0.00
3585.16/3597.31	c   redcost          :       0.00       0.00       0.00       0.00       0.00       0.00
3585.16/3597.31	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
3585.16/3597.31	c   symmetry         :       2.29       0.00       2.29       0.00       0.00       0.00
3585.16/3597.31	c   vbounds          :       0.41       0.00       0.31       0.10       0.00       0.00
3585.16/3597.31	c Symmetry           :
3585.16/3597.31	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
3585.16/3597.31	c   orbital reduction:          0 reductions applied,          0 cutoffs
3585.16/3597.31	c   lexicographic red:          0 reductions applied,          0 cutoffs
3585.16/3597.31	c   shadow tree time :       0.00 s
3585.16/3597.31	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3585.16/3597.31	c   propagation      :       0.00         55         55          -         63        3.2         11        3.3          -          -          -
3585.16/3597.31	c   infeasible LP    :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3585.16/3597.31	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3585.16/3597.31	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3585.16/3597.31	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3585.16/3597.31	c   applied globally :       0.00          -          -          0         74        2.8          -          -          0          -          -
3585.16/3597.31	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
3585.16/3597.31	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3585.16/3597.31	c   cut pool         :       0.00          -          0          0          -          -          0          0          -          -          -          -          -    (maximal pool size:          0)
3585.16/3597.31	c   aggregation      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.16/3597.31	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
3585.16/3597.31	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
3585.16/3597.31	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
3585.16/3597.31	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.16/3597.31	c   clique           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.16/3597.31	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.16/3597.31	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.16/3597.31	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.16/3597.31	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.16/3597.31	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.16/3597.31	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.16/3597.31	c   > gomorymi       :          -          -          -          -          -          -          -          0          0          0          0          0          -
3585.16/3597.31	c   > strongcg       :          -          -          -          -          -          -          -          0          0          0          0          0          -
3585.16/3597.31	c   impliedbounds    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.16/3597.31	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.16/3597.31	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.16/3597.31	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.16/3597.31	c   mcf              :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.16/3597.31	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.16/3597.31	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.16/3597.31	c   multilinear      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.16/3597.31	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.16/3597.31	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.16/3597.31	c   rlt              :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.16/3597.31	c   zerohalf         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.16/3597.31	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3585.16/3597.31	c   hybrid           :       0.00       0.00          0          0          0          0          0          0          0          0
3585.16/3597.31	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3585.16/3597.31	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3585.16/3597.31	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3585.16/3597.31	c   problem variables:       0.00          -          0          0
3585.16/3597.31	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3585.16/3597.31	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3585.16/3597.31	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3585.16/3597.31	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3585.16/3597.31	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3585.16/3597.31	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3585.16/3597.31	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3585.16/3597.31	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3585.16/3597.31	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3585.16/3597.31	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3585.16/3597.31	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3585.16/3597.31	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3585.16/3597.31	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3585.16/3597.31	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3585.16/3597.31	c   relpscost        :       0.00       0.00          0          0          0          0          0          0          0          0
3585.16/3597.31	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3585.16/3597.31	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3585.16/3597.31	c   LP solutions     :       0.00          -          -          0          0
3585.16/3597.31	c   relax solutions  :       0.00          -          -          0          0
3585.16/3597.31	c   pseudo solutions :       0.00          -          -          0          0
3585.16/3597.31	c   strong branching :       0.00          -          -          0          0
3585.16/3597.31	c   actconsdiving    :       0.00       0.00          0          0          0
3585.16/3597.31	c   adaptivediving   :       0.00       0.00          0          0          0
3585.16/3597.31	c   alns             :       0.00       0.00          0          0          0
3585.16/3597.31	c   bound            :       0.00       0.00          0          0          0
3585.16/3597.31	c   clique           :       2.09       0.00          1          0          0
3585.16/3597.31	c   coefdiving       :       0.00       0.00          0          0          0
3585.16/3597.31	c   completesol      :       0.00       0.00          0          0          0
3585.16/3597.31	c   conflictdiving   :       0.00       0.00          0          0          0
3585.16/3597.31	c   crossover        :       0.00       0.00          0          0          0
3585.16/3597.31	c   dins             :       0.00       0.00          0          0          0
3585.16/3597.31	c   distributiondivin:       0.00       0.00          0          0          0
3585.16/3597.31	c   dps              :       0.00       0.00          0          0          0
3585.16/3597.31	c   dualval          :       0.00       0.00          0          0          0
3585.16/3597.31	c   farkasdiving     :       0.00       0.00          0          0          0
3585.16/3597.31	c   feasjump         :       1.11       0.00          1          0          0
3585.16/3597.31	c   feaspump         :       0.00       0.00          0          0          0
3585.16/3597.31	c   fixandinfer      :       0.00       0.00          0          0          0
3585.16/3597.31	c   fracdiving       :       0.00       0.00          0          0          0
3585.16/3597.31	c   gins             :       0.00       0.00          0          0          0
3585.16/3597.31	c   guideddiving     :       0.00       0.00          0          0          0
3585.16/3597.31	c   indcoefdiving    :       0.00       0.00          0          0          0
3585.16/3597.31	c   indicator        :       0.00       0.00          0          0          0
3585.16/3597.31	c   indicatordiving  :       0.00       0.00          0          0          0
3585.16/3597.31	c   indoneopt        :       0.00       0.00          0          0          0
3585.16/3597.31	c   indrounding      :       0.00       0.00          0          0          0
3585.16/3597.31	c   indtwoopt        :       0.00       0.00          0          0          0
3585.16/3597.31	c   intdiving        :       0.00       0.00          0          0          0
3585.16/3597.31	c   intshifting      :       0.00       0.00          0          0          0
3585.16/3597.31	c   linesearchdiving :       0.00       0.00          0          0          0
3585.16/3597.31	c   localbranching   :       0.00       0.00          0          0          0
3585.16/3597.31	c   locks            :       2.96       0.00          1          0          0
3585.16/3597.31	c   lpface           :       0.00       0.00          0          0          0
3585.16/3597.31	c   mpec             :       0.00       0.00          0          0          0
3585.16/3597.31	c   multistart       :       0.00       0.00          0          0          0
3585.16/3597.31	c   mutation         :       0.00       0.00          0          0          0
3585.16/3597.31	c   nlpdiving        :       0.00       0.00          0          0          0
3585.16/3597.31	c   objpscostdiving  :       0.00       0.00          0          0          0
3585.16/3597.31	c   octane           :       0.00       0.00          0          0          0
3585.16/3597.31	c   ofins            :       0.00       0.00          0          0          0
3585.16/3597.31	c   oneopt           :       0.00       0.00          0          0          0
3585.16/3597.31	c   padm             :       0.00       0.00          0          0          0
3585.16/3597.31	c   proximity        :       0.00       0.00          0          0          0
3585.16/3597.31	c   pscostdiving     :       0.00       0.00          0          0          0
3585.16/3597.31	c   randrounding     :       0.00       0.00          0          0          0
3585.16/3597.31	c   rens             :       0.00       0.00          0          0          0
3585.16/3597.31	c   reoptsols        :       0.00       0.00          0          0          0
3585.16/3597.31	c   repair           :       0.00       0.00          0          0          0
3585.16/3597.31	c   rins             :       0.00       0.00          0          0          0
3585.16/3597.31	c   rootsoldiving    :       0.00       0.00          0          0          0
3585.16/3597.31	c   rounding         :       0.00       0.00          0          0          0
3585.16/3597.31	c   scheduler        :       0.00       0.00          0          0          0
3585.16/3597.31	c   shiftandpropagate:       0.95       0.00          1          0          0
3585.16/3597.31	c   shifting         :       0.00       0.00          0          0          0
3585.16/3597.31	c   simplerounding   :       0.00       0.00          0          0          0
3585.16/3597.31	c   smallcard        :       0.00       0.00          0          0          0
3585.16/3597.31	c   subnlp           :       0.00       0.00          0          0          0
3585.16/3597.31	c   trivial          :       0.21       0.00          2          0          0
3585.16/3597.31	c   trivialnegation  :       0.00       0.00          0          0          0
3585.16/3597.31	c   trustregion      :       0.00       0.00          0          0          0
3585.16/3597.31	c   trysol           :       0.00       0.00          0          0          0
3585.16/3597.31	c   twoopt           :       0.00       0.00          0          0          0
3585.16/3597.31	c   undercover       :       0.00       0.00          0          0          0
3585.16/3597.31	c   vbounds          :       0.54       0.00          1          0          0
3585.16/3597.31	c   veclendiving     :       0.00       0.00          0          0          0
3585.16/3597.31	c   zeroobj          :       0.00       0.00          0          0          0
3585.16/3597.31	c   zirounding       :       0.00       0.00          0          0          0
3585.16/3597.31	c   other solutions  :          -          -          -          0          -
3585.16/3597.31	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3585.16/3597.31	c   rens             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3585.16/3597.31	c   rins             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3585.16/3597.31	c   mutation         :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3585.16/3597.31	c   localbranching   :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3585.16/3597.31	c   crossover        :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3585.16/3597.31	c   proximity        :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3585.16/3597.31	c   zeroobjective    :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3585.16/3597.31	c   dins             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3585.16/3597.31	c   trustregion      :          0       0.00       0.00          0          0          0    0.00000    0.00000   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    0
3585.16/3597.31	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3585.16/3597.31	c   primal LP        :       0.00          0          0       0.00          -       0.00          0
3585.16/3597.31	c   dual LP          :    3415.79          1     172213  172213.00      50.42       0.00          0
3585.16/3597.31	c   lex dual LP      :       0.00          0          0       0.00          -
3585.16/3597.31	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3585.16/3597.31	c   resolve instable :       0.00          0          0       0.00          -
3585.16/3597.31	c   diving/probing LP:       0.00          0          0       0.00          -
3585.16/3597.31	c   strong branching :       0.00          0          0       0.00          -          -          -          0
3585.16/3597.31	c     (at root node) :          -          0          0       0.00          -
3585.16/3597.31	c   conflict analysis:       0.00          0          0       0.00          -
3585.16/3597.31	c B&B Tree           :
3585.16/3597.31	c   number of runs   :          1
3585.16/3597.31	c   nodes            :          1 (0 internal, 1 leaves)
3585.16/3597.31	c   feasible leaves  :          0
3585.16/3597.31	c   infeas. leaves   :          0
3585.16/3597.31	c   objective leaves :          0
3585.16/3597.31	c   nodes (total)    :          1 (0 internal, 1 leaves)
3585.16/3597.31	c   nodes left       :          1
3585.16/3597.31	c   max depth        :          0
3585.16/3597.31	c   max depth (total):          0
3585.16/3597.31	c   backtracks       :          0 (0.0%)
3585.16/3597.31	c   early backtracks :          0 (0.0%)
3585.16/3597.31	c   nodes exc. ref.  :          0 (0.0%)
3585.16/3597.31	c   delayed cutoffs  :          0
3585.16/3597.31	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
3585.16/3597.31	c   avg switch length:       1.00
3585.16/3597.31	c   switching time   :       0.00
3585.16/3597.31	c Root Node          :
3585.16/3597.31	c   First LP value   :          -
3585.16/3597.31	c   First LP Iters   :          0
3585.16/3597.31	c   First LP Time    :    3415.79
3585.16/3597.31	c   Final Dual Bound : +2.00000000000000e+00
3585.16/3597.31	c   Final Root Iters :     172213
3585.16/3597.31	c   Root LP Estimate :                     -
3585.16/3597.31	c Solution           :
3585.16/3597.31	c   Solutions found  :          0 (0 improvements)
3585.16/3597.31	c   Primal Bound     :          -
3585.16/3597.31	c   Dual Bound       : +2.00000000000000e+00
3585.16/3597.31	c   Gap              :   infinite
3585.16/3597.31	c Integrals          :      Total       Avg%
3585.16/3597.31	c   primal-dual      :  359728.16     100.00
3585.16/3597.31	c   primal-ref       :          -          - (not evaluated)
3585.16/3597.31	c   dual-ref         :          -          - (not evaluated)
3587.16/3599.31	c Time complete: 3587.18.

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4522652-1751643642/watcher-4522652-1751643642 -o /tmp/evaluation-result-4522652-1751643642/solver-4522652-1751643642 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751643641-97570 --watchdog 3760 pbscip -f HOME/instance-4522652-1751643642.opb -t 3600 -j 2 -m 31000 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=97626, runsolver pid=97623
Current StackSize limit: 8192 KiB


[startup+0.100075 s]*
/proc/loadavg: 0.43 0.16 0.11 4/257 97630
/proc/meminfo: memFree=129325676/131382120 swapFree=33010416/33010684
[pid=97626] ppid=97623 vsize=115176 memory=83584 CPUtime=0.09 cores=4,6
/proc/97626/stat : 97626 (pbscip) R 97623 97626 97552 0 -1 4194304 17963 0 0 0 5 4 0 0 20 0 1 0 80043022 117940224 20896 18446744073709551615 4235264 18693293 140723623594928 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 40640512 140723623598472 140723623598571 140723623598571 140723623604174 0
/proc/97626/statm: 28794 20896 3232 3530 0 20245 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 115176 KiB
Current children cumulated memory: 83584 KiB

[startup+0.21442 s]*
/proc/loadavg: 0.43 0.16 0.11 5/259 97636
/proc/meminfo: memFree=129208516/131382120 swapFree=33010416/33010684
[pid=97626] ppid=97623 vsize=180660 memory=149504 CPUtime=0.21 cores=4,6
/proc/97626/stat : 97626 (pbscip) R 97623 97626 97552 0 -1 4194304 34442 0 0 0 13 8 0 0 20 0 1 0 80043022 184995840 37376 18446744073709551615 4235264 18693293 140723623594928 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 40640512 140723623598472 140723623598571 140723623598571 140723623604174 0
/proc/97626/statm: 45165 37376 3232 3530 0 36616 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 180660 KiB
Current children cumulated memory: 149504 KiB

[startup+0.314319 s]*
/proc/loadavg: 0.43 0.16 0.11 5/259 97636
/proc/meminfo: memFree=129062872/131382120 swapFree=33010416/33010684
[pid=97626] ppid=97623 vsize=235880 memory=204928 CPUtime=0.31 cores=4,6
/proc/97626/stat : 97626 (pbscip) R 97623 97626 97552 0 -1 4194304 48300 0 0 0 20 11 0 0 20 0 1 0 80043022 241541120 51232 18446744073709551615 4235264 18693293 140723623594928 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 40640512 140723623598472 140723623598571 140723623598571 140723623604174 0
/proc/97626/statm: 58970 51232 3232 3530 0 50421 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 235880 KiB
Current children cumulated memory: 204928 KiB

[startup+0.700343 s]
/proc/loadavg: 0.43 0.16 0.11 5/259 97636
/proc/meminfo: memFree=128796760/131382120 swapFree=33010416/33010684
[pid=97626] ppid=97623 vsize=375756 memory=344756 CPUtime=0.68 cores=4,6
/proc/97626/stat : 97626 (pbscip) R 97623 97626 97552 0 -1 4194304 82748 0 0 0 49 19 0 0 20 0 1 0 80043022 384774144 86189 18446744073709551615 4235264 18693293 140723623594928 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 40640512 140723623598472 140723623598571 140723623598571 140723623604174 0
/proc/97626/statm: 93939 86189 3232 3530 0 85390 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 375756 KiB
Current children cumulated memory: 344756 KiB

[startup+1.50033 s]
/proc/loadavg: 0.43 0.16 0.11 5/259 97636
/proc/meminfo: memFree=128345800/131382120 swapFree=33010416/33010684
[pid=97626] ppid=97623 vsize=450596 memory=419636 CPUtime=1.47 cores=4,6
/proc/97626/stat : 97626 (pbscip) R 97623 97626 97552 0 -1 4194304 101474 0 0 0 125 22 0 0 20 0 1 0 80043022 461410304 104909 18446744073709551615 4235264 18693293 140723623594928 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 40640512 140723623598472 140723623598571 140723623598571 140723623604174 0
/proc/97626/statm: 112649 104909 3232 3530 0 104100 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 450596 KiB
Current children cumulated memory: 419636 KiB

[startup+3.1136 s]
/proc/loadavg: 0.43 0.16 0.11 5/259 97636
/proc/meminfo: memFree=127149216/131382120 swapFree=33010416/33010684
[pid=97626] ppid=97623 vsize=905544 memory=877648 CPUtime=3.08 cores=4,6
/proc/97626/stat : 97626 (pbscip) R 97623 97626 97552 0 -1 4194304 217453 0 0 0 265 43 0 0 20 0 1 0 80043022 927277056 219412 18446744073709551615 4235264 18693293 140723623594928 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 40640512 140723623598472 140723623598571 140723623598571 140723623604174 0
/proc/97626/statm: 226386 219412 3552 3530 0 217837 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 905544 KiB
Current children cumulated memory: 877648 KiB

[startup+6.30032 s]
/proc/loadavg: 0.72 0.22 0.13 5/259 97636
/proc/meminfo: memFree=126171940/131382120 swapFree=33010416/33010684
[pid=97626] ppid=97623 vsize=1436416 memory=1392936 CPUtime=6.26 cores=4,6
/proc/97626/stat : 97626 (pbscip) R 97623 97626 97552 0 -1 4194304 343682 0 0 0 562 64 0 0 20 0 1 0 80043022 1470889984 348234 18446744073709551615 4235264 18693293 140723623594928 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 40640512 140723623598472 140723623598571 140723623598571 140723623604174 0
/proc/97626/statm: 359104 348234 3584 3530 0 350555 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 1436416 KiB
Current children cumulated memory: 1392936 KiB

[startup+12.7003 s]
/proc/loadavg: 0.98 0.28 0.15 5/259 97636
/proc/meminfo: memFree=125296408/131382120 swapFree=33010416/33010684
[pid=97626] ppid=97623 vsize=2001616 memory=1931188 CPUtime=12.64 cores=4,6
/proc/97626/stat : 97626 (pbscip) R 97623 97626 97552 0 -1 4194304 382592 0 0 0 1174 90 0 0 20 0 1 0 80043022 2049654784 482797 18446744073709551615 4235264 18693293 140723623594928 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 40640512 140723623598472 140723623598571 140723623598571 140723623604174 0
/proc/97626/statm: 500404 482797 3712 3530 0 491855 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 2001616 KiB
Current children cumulated memory: 1931188 KiB

[startup+25.5003 s]
/proc/loadavg: 1.72 0.48 0.22 5/259 97681
/proc/meminfo: memFree=125131992/131382120 swapFree=33010416/33010684
[pid=97626] ppid=97623 vsize=2001616 memory=1931316 CPUtime=25.4 cores=4,6
/proc/97626/stat : 97626 (pbscip) R 97623 97626 97552 0 -1 4194304 382619 0 0 0 2450 90 0 0 20 0 1 0 80043022 2049654784 482829 18446744073709551615 4235264 18693293 140723623594928 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 40640512 140723623598472 140723623598571 140723623598571 140723623604174 0
/proc/97626/statm: 500404 482829 3712 3530 0 491855 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 2001616 KiB
Current children cumulated memory: 1931316 KiB

[startup+51.1136 s]
/proc/loadavg: 2.50 0.77 0.32 5/260 97683
/proc/meminfo: memFree=122655912/131382120 swapFree=33010416/33010684
[pid=97626] ppid=97623 vsize=2001616 memory=1931444 CPUtime=50.93 cores=4,6
/proc/97626/stat : 97626 (pbscip) R 97623 97626 97552 0 -1 4194304 382782 0 0 0 5003 90 0 0 20 0 1 0 80043022 2049654784 482861 18446744073709551615 4235264 18693293 140723623594928 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 40640512 140723623598472 140723623598571 140723623598571 140723623604174 0
/proc/97626/statm: 500404 482861 3712 3530 0 491855 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 2001616 KiB
Current children cumulated memory: 1931444 KiB

[startup+102.3 s]
/proc/loadavg: 3.40 1.28 0.52 5/260 97685
/proc/meminfo: memFree=122353216/131382120 swapFree=33010416/33010684
[pid=97626] ppid=97623 vsize=2001616 memory=1931828 CPUtime=101.94 cores=4,6
/proc/97626/stat : 97626 (pbscip) R 97623 97626 97552 0 -1 4194304 382968 0 0 0 10104 90 0 0 20 0 1 0 80043022 2049654784 482957 18446744073709551615 4235264 18693293 140723623594928 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 40640512 140723623598472 140723623598571 140723623598571 140723623604174 0
/proc/97626/statm: 500404 482957 3712 3530 0 491855 0
Current children cumulated CPU time: 101.94 s
Current children cumulated vsize: 2001616 KiB
Current children cumulated memory: 1931828 KiB

[startup+162.3 s]
/proc/loadavg: 3.89 1.81 0.75 5/259 97687
/proc/meminfo: memFree=121170764/131382120 swapFree=33010416/33010684
[pid=97626] ppid=97623 vsize=2446144 memory=2234132 CPUtime=161.73 cores=4,6
/proc/97626/stat : 97626 (pbscip) R 97623 97626 97552 0 -1 4194304 468349 0 0 0 16062 111 0 0 20 0 1 0 80043022 2504851456 558533 18446744073709551615 4235264 18693293 140723623594928 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 40640512 140723623598472 140723623598571 140723623598571 140723623604174 0
/proc/97626/statm: 611536 558533 3776 3530 0 602987 0
Current children cumulated CPU time: 161.73 s
Current children cumulated vsize: 2446144 KiB
Current children cumulated memory: 2234132 KiB

[startup+222.3 s]
/proc/loadavg: 4.02 2.23 0.97 5/259 97689
/proc/meminfo: memFree=120500192/131382120 swapFree=33010416/33010684
[pid=97626] ppid=97623 vsize=3003264 memory=2809896 CPUtime=221.5 cores=4,6
/proc/97626/stat : 97626 (pbscip) R 97623 97626 97552 0 -1 4194304 584564 0 0 0 22009 141 0 0 20 0 1 0 80043022 3075342336 702474 18446744073709551615 4235264 18693293 140723623594928 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 40640512 140723623598472 140723623598571 140723623598571 140723623604174 0
/proc/97626/statm: 750816 702474 3936 3530 0 742267 0
Current children cumulated CPU time: 221.5 s
Current children cumulated vsize: 3003264 KiB
Current children cumulated memory: 2809896 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 2.57 1.16 5/259 97691
/proc/meminfo: memFree=120474064/131382120 swapFree=33010416/33010684
[pid=97626] ppid=97623 vsize=3008164 memory=2820488 CPUtime=281.28 cores=4,6
/proc/97626/stat : 97626 (pbscip) R 97623 97626 97552 0 -1 4194304 586197 0 0 0 27987 141 0 0 20 0 1 0 80043022 3080359936 705122 18446744073709551615 4235264 18693293 140723623594928 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 40640512 140723623598472 140723623598571 140723623598571 140723623604174 0
/proc/97626/statm: 752041 705122 3936 3530 0 743492 0
Current children cumulated CPU time: 281.28 s
Current children cumulated vsize: 3008164 KiB
Current children cumulated memory: 2820488 KiB

[startup+342.3 s]
/proc/loadavg: 4.13 2.86 1.35 5/250 97693
/proc/meminfo: memFree=120419036/131382120 swapFree=33010416/33010684
[pid=97626] ppid=97623 vsize=3009916 memory=2822280 CPUtime=341.06 cores=4,6
/proc/97626/stat : 97626 (pbscip) R 97623 97626 97552 0 -1 4194304 586635 0 0 0 33965 141 0 0 20 0 1 0 80043022 3082153984 705570 18446744073709551615 4235264 18693293 140723623594928 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 40640512 140723623598472 140723623598571 140723623598571 140723623604174 0
/proc/97626/statm: 752479 705570 3936 3530 0 743930 0
Current children cumulated CPU time: 341.06 s
Current children cumulated vsize: 3009916 KiB
Current children cumulated memory: 2822280 KiB

[startup+402.3 s]
/proc/loadavg: 4.10 3.09 1.53 5/249 97739
/proc/meminfo: memFree=120831216/131382120 swapFree=33010416/33010684
[pid=97626] ppid=97623 vsize=3010228 memory=2824764 CPUtime=400.83 cores=4,6
/proc/97626/stat : 97626 (pbscip) R 97623 97626 97552 0 -1 4194304 586741 0 0 0 39942 141 0 0 20 0 1 0 80043022 3082473472 706191 18446744073709551615 4235264 18693293 140723623594928 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 40640512 140723623598472 140723623598571 140723623598571 140723623604174 0
/proc/97626/statm: 752557 706191 3936 3530 0 744008 0
Current children cumulated CPU time: 400.83 s
Current children cumulated vsize: 3010228 KiB
Current children cumulated memory: 2824764 KiB

[startup+462.3 s]
/proc/loadavg: 4.15 3.29 1.70 5/249 97741
/proc/meminfo: memFree=120816592/131382120 swapFree=33010416/33010684
[pid=97626] ppid=97623 vsize=3031088 memory=2845584 CPUtime=460.61 cores=4,6
/proc/97626/stat : 97626 (pbscip) R 97623 97626 97552 0 -1 4194304 587339 0 0 0 45919 142 0 0 20 0 1 0 80043022 3103834112 711396 18446744073709551615 4235264 18693293 140723623594928 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 40640512 140723623598472 140723623598571 140723623598571 140723623604174 0
/proc/97626/statm: 757772 711396 3936 3530 0 749223 0
Current children cumulated CPU time: 460.61 s

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

/proc/loadavg: 4.12 4.09 4.01 5/250 97880
/proc/meminfo: memFree=120692268/131382120 swapFree=33010416/33010684
[pid=97626] ppid=97623 vsize=3076932 memory=2876820 CPUtime=3211.52 cores=4,6
/proc/97626/stat : 97626 (pbscip) R 97623 97626 97552 0 -1 4194304 600981 0 0 0 321002 150 0 0 20 0 1 0 80043022 3150778368 719205 18446744073709551615 4235264 18693293 140723623594928 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 40640512 140723623598472 140723623598571 140723623598571 140723623604174 0
/proc/97626/statm: 769233 719205 3936 3530 0 760684 0
Current children cumulated CPU time: 3211.52 s
Current children cumulated vsize: 3076932 KiB
Current children cumulated memory: 2876820 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.09 4.01 5/250 97882
/proc/meminfo: memFree=120676456/131382120 swapFree=33010416/33010684
[pid=97626] ppid=97623 vsize=3076932 memory=2876820 CPUtime=3271.3 cores=4,6
/proc/97626/stat : 97626 (pbscip) R 97623 97626 97552 0 -1 4194304 600981 0 0 0 326980 150 0 0 20 0 1 0 80043022 3150778368 719205 18446744073709551615 4235264 18693293 140723623594928 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 40640512 140723623598472 140723623598571 140723623598571 140723623604174 0
/proc/97626/statm: 769233 719205 3936 3530 0 760684 0
Current children cumulated CPU time: 3271.3 s
Current children cumulated vsize: 3076932 KiB
Current children cumulated memory: 2876820 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.09 4.01 5/250 97884
/proc/meminfo: memFree=120665952/131382120 swapFree=33010416/33010684
[pid=97626] ppid=97623 vsize=3076932 memory=2876820 CPUtime=3331.09 cores=4,6
/proc/97626/stat : 97626 (pbscip) R 97623 97626 97552 0 -1 4194304 600987 0 0 0 332959 150 0 0 20 0 1 0 80043022 3150778368 719205 18446744073709551615 4235264 18693293 140723623594928 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 40640512 140723623598472 140723623598571 140723623598571 140723623604174 0
/proc/97626/statm: 769233 719205 3936 3530 0 760684 0
Current children cumulated CPU time: 3331.09 s
Current children cumulated vsize: 3076932 KiB
Current children cumulated memory: 2876820 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.08 4.01 5/249 97886
/proc/meminfo: memFree=120667388/131382120 swapFree=33010416/33010684
[pid=97626] ppid=97623 vsize=3076932 memory=2876820 CPUtime=3390.87 cores=4,6
/proc/97626/stat : 97626 (pbscip) R 97623 97626 97552 0 -1 4194304 600987 0 0 0 338937 150 0 0 20 0 1 0 80043022 3150778368 719205 18446744073709551615 4235264 18693293 140723623594928 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 40640512 140723623598472 140723623598571 140723623598571 140723623604174 0
/proc/97626/statm: 769233 719205 3936 3530 0 760684 0
Current children cumulated CPU time: 3390.87 s
Current children cumulated vsize: 3076932 KiB
Current children cumulated memory: 2876820 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.08 4.01 5/249 97888
/proc/meminfo: memFree=120644124/131382120 swapFree=33010416/33010684
[pid=97626] ppid=97623 vsize=3076932 memory=2876820 CPUtime=3450.66 cores=4,6
/proc/97626/stat : 97626 (pbscip) R 97623 97626 97552 0 -1 4194304 600987 0 0 0 344916 150 0 0 20 0 1 0 80043022 3150778368 719205 18446744073709551615 4235264 18693293 140723623594928 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 40640512 140723623598472 140723623598571 140723623598571 140723623604174 0
/proc/97626/statm: 769233 719205 3936 3530 0 760684 0
Current children cumulated CPU time: 3450.66 s
Current children cumulated vsize: 3076932 KiB
Current children cumulated memory: 2876820 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.09 4.01 5/250 97891
/proc/meminfo: memFree=120643728/131382120 swapFree=33010416/33010684
[pid=97626] ppid=97623 vsize=3076932 memory=2876820 CPUtime=3510.44 cores=4,6
/proc/97626/stat : 97626 (pbscip) R 97623 97626 97552 0 -1 4194304 600991 0 0 0 350894 150 0 0 20 0 1 0 80043022 3150778368 719205 18446744073709551615 4235264 18693293 140723623594928 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 40640512 140723623598472 140723623598571 140723623598571 140723623604174 0
/proc/97626/statm: 769233 719205 3936 3530 0 760684 0
Current children cumulated CPU time: 3510.44 s
Current children cumulated vsize: 3076932 KiB
Current children cumulated memory: 2876820 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.09 4.01 5/250 97893
/proc/meminfo: memFree=120612648/131382120 swapFree=33010416/33010684
[pid=97626] ppid=97623 vsize=3077984 memory=2878956 CPUtime=3570.22 cores=4,6
/proc/97626/stat : 97626 (pbscip) R 97623 97626 97552 0 -1 4194304 601187 0 0 0 356872 150 0 0 20 0 1 0 80043022 3151855616 719739 18446744073709551615 4235264 18693293 140723623594928 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 40640512 140723623598472 140723623598571 140723623598571 140723623604174 0
/proc/97626/statm: 769496 719739 3936 3530 0 760947 0
Current children cumulated CPU time: 3570.22 s
Current children cumulated vsize: 3077984 KiB
Current children cumulated memory: 2878956 KiB

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

# cumulated CPU time of all completed processes:  user=3585.66 s, system=1.53069 s

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

[startup+3584 s]*
/proc/loadavg: 4.09 4.09 4.01 5/250 97893
/proc/meminfo: memFree=120612900/131382120 swapFree=33010416/33010684
[pid=97626] ppid=97623 vsize=3077984 memory=2878956 CPUtime=3571.92 cores=4,6
/proc/97626/stat : 97626 (pbscip) R 97623 97626 97552 0 -1 4194304 601187 0 0 0 357042 150 0 0 20 0 1 0 80043022 3151855616 719739 18446744073709551615 4235264 18693293 140723623594928 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 40640512 140723623598472 140723623598571 140723623598571 140723623604174 0
/proc/97626/statm: 769496 719739 3936 3530 0 760947 0
Current children cumulated CPU time: 3571.92 s
Current children cumulated vsize: 3077984 KiB
Current children cumulated memory: 2878956 KiB

[startup+3590.4 s]
/proc/loadavg: 4.08 4.09 4.01 5/250 97893
/proc/meminfo: memFree=120597724/131382120 swapFree=33010416/33010684
[pid=97626] ppid=97623 vsize=3077984 memory=2878956 CPUtime=3578.29 cores=4,6
/proc/97626/stat : 97626 (pbscip) R 97623 97626 97552 0 -1 4194304 601187 0 0 0 357679 150 0 0 20 0 1 0 80043022 3151855616 719739 18446744073709551615 4235264 18693293 140723623594928 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 40640512 140723623598472 140723623598571 140723623598571 140723623604174 0
/proc/97626/statm: 769496 719739 3936 3530 0 760947 0
Current children cumulated CPU time: 3578.29 s
Current children cumulated vsize: 3077984 KiB
Current children cumulated memory: 2878956 KiB

[startup+3593.6 s]
/proc/loadavg: 4.07 4.09 4.01 5/250 97893
/proc/meminfo: memFree=120597724/131382120 swapFree=33010416/33010684
[pid=97626] ppid=97623 vsize=3077984 memory=2878956 CPUtime=3581.48 cores=4,6
/proc/97626/stat : 97626 (pbscip) R 97623 97626 97552 0 -1 4194304 601187 0 0 0 357998 150 0 0 20 0 1 0 80043022 3151855616 719739 18446744073709551615 4235264 18693293 140723623594928 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 40640512 140723623598472 140723623598571 140723623598571 140723623604174 0
/proc/97626/statm: 769496 719739 3936 3530 0 760947 0
Current children cumulated CPU time: 3581.48 s
Current children cumulated vsize: 3077984 KiB
Current children cumulated memory: 2878956 KiB

[startup+3596.8 s]
/proc/loadavg: 4.15 4.10 4.02 5/250 97895
/proc/meminfo: memFree=120598984/131382120 swapFree=33010416/33010684
[pid=97626] ppid=97623 vsize=3077984 memory=2878956 CPUtime=3584.67 cores=4,6
/proc/97626/stat : 97626 (pbscip) R 97623 97626 97552 0 -1 4194304 601187 0 0 0 358317 150 0 0 20 0 1 0 80043022 3151855616 719739 18446744073709551615 4235264 18693293 140723623594928 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 40640512 140723623598472 140723623598571 140723623598571 140723623604174 0
/proc/97626/statm: 769496 719739 3936 3530 0 760947 0
Current children cumulated CPU time: 3584.67 s
Current children cumulated vsize: 3077984 KiB
Current children cumulated memory: 2878956 KiB

[startup+3598.4 s]
/proc/loadavg: 4.15 4.10 4.02 4/246 97903
/proc/meminfo: memFree=121887860/131382120 swapFree=33010416/33010684
[pid=97626] ppid=97623 vsize=3077984 memory=2878956 CPUtime=3586.26 cores=4,6
/proc/97626/stat : 97626 (pbscip) R 97623 97626 97552 0 -1 4194304 601994 0 0 0 358476 150 0 0 20 0 1 0 80043022 3151855616 719739 18446744073709551615 4235264 18693293 140723623594928 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 40640512 140723623598472 140723623598571 140723623598571 140723623604174 0
/proc/97626/statm: 769496 719739 3936 3530 0 760947 0
Current children cumulated CPU time: 3586.26 s
Current children cumulated vsize: 3077984 KiB
Current children cumulated memory: 2878956 KiB

[startup+3598.8 s]
/proc/loadavg: 4.15 4.10 4.02 4/246 97903
/proc/meminfo: memFree=121887860/131382120 swapFree=33010416/33010684
[pid=97626] ppid=97623 vsize=3075356 memory=2876616 CPUtime=3586.66 cores=4,6
/proc/97626/stat : 97626 (pbscip) R 97623 97626 97552 0 -1 4194304 602094 0 0 0 358516 150 0 0 20 0 1 0 80043022 3149164544 719154 18446744073709551615 4235264 18693293 140723623594928 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 40640512 140723623598472 140723623598571 140723623598571 140723623604174 0
/proc/97626/statm: 768839 719154 3936 3530 0 760290 0
Current children cumulated CPU time: 3586.66 s
Current children cumulated vsize: 3075356 KiB
Current children cumulated memory: 2876616 KiB

[startup+3599.2 s]
/proc/loadavg: 4.15 4.10 4.02 5/246 97903
/proc/meminfo: memFree=122084296/131382120 swapFree=33010416/33010684
[pid=97626] ppid=97623 vsize=2638432 memory=2485400 CPUtime=3587.06 cores=4,6
/proc/97626/stat : 97626 (pbscip) R 97623 97626 97552 0 -1 4194304 602133 0 0 0 358555 151 0 0 20 0 1 0 80043022 2701754368 621350 18446744073709551615 4235264 18693293 140723623594928 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 40640512 140723623598472 140723623598571 140723623598571 140723623604174 0
/proc/97626/statm: 659608 621350 3968 3530 0 651059 0
Current children cumulated CPU time: 3587.06 s
Current children cumulated vsize: 2638432 KiB
Current children cumulated memory: 2485400 KiB

[startup+3599.3 s]
/proc/loadavg: 4.15 4.10 4.02 5/246 97903
/proc/meminfo: memFree=122084296/131382120 swapFree=33010416/33010684
[pid=97626] ppid=97623 vsize=2345980 memory=2194080 CPUtime=3587.16 cores=4,6
/proc/97626/stat : 97626 (pbscip) R 97623 97626 97552 0 -1 4194304 602140 0 0 0 358564 152 0 0 20 0 1 0 80043022 2402283520 548520 18446744073709551615 4235264 18693293 140723623594928 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 40640512 140723623598472 140723623598571 140723623598571 140723623604174 0
/proc/97626/statm: 586495 548520 3968 3530 0 577946 0
Current children cumulated CPU time: 3587.16 s
Current children cumulated vsize: 2345980 KiB
Current children cumulated memory: 2194080 KiB

Child status: 0

Real time (s): 3599.32
CPU time (s): 3587.19
CPU user time (s): 3585.66
CPU system time (s): 1.53069
CPU usage (%): 99.6629
Max. virtual memory (cumulated for all children) (KiB): 3110080
Max. memory (cumulated for all children) (KiB): 2924484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3585.66
system time used= 1.53069
maximum resident set size= 2953608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 602206
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= 94
involuntary context switches= 2568


# summary of solver processes directly reported to runsolver:
#   pid: 97626
#   total CPU time (s): 3587.19
#   total CPU user time (s): 3585.66
#   total CPU system time (s): 1.53069

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.7505 second user time and 36.8224 second system time

The end

Launcher Data

Begin job on nodeC003 at 2025-07-04 17:40:43
IDJOB=4522652
IDBENCH=179219
IDSOLVER=3365
FILE ID=nodeC003/4522652-1751643642
RUNJOBID= nodeC003-1751643641-97570
SLURM_JOB_ID= 9672308
Free space on /tmp= 431908 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/SMTI/SMTI_PBO/SMTI_25000_10_0.75_2.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4522652-1751643642/watcher-4522652-1751643642 -o /tmp/evaluation-result-4522652-1751643642/solver-4522652-1751643642 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751643641-97570 --watchdog 3760  pbscip -f HOME/instance-4522652-1751643642.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= b2d4db31ca5f6e24f807927234179026
RANDOM SEED=1419128500

nodeC003 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		: 1197.136
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	: 6983.44
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		: 1197.606
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	: 6983.44
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.149
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	: 6983.44
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.163
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	: 6983.44
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		: 1795.752
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	: 6983.44
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		: 1197.104
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	: 6983.44
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.252
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	: 6983.44
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.717
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	: 6983.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        129437044 kB
MemAvailable:   129780316 kB
Buffers:            2736 kB
Cached:          1137480 kB
SwapCached:           36 kB
Active:           717144 kB
Inactive:         645192 kB
Active(anon):     232456 kB
Inactive(anon):     7604 kB
Active(file):     484688 kB
Inactive(file):   637588 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            126108 kB
Writeback:             0 kB
AnonPages:        225332 kB
Mapped:           121676 kB
Shmem:             17924 kB
KReclaimable:     121244 kB
Slab:             208124 kB
SReclaimable:     121244 kB
SUnreclaim:        86880 kB
KernelStack:        4112 kB
PageTables:         3112 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     547540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149416 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 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:    11245568 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 431828 MiB
End job on nodeC003 at 2025-07-04 18:40:43