Trace number 4522929

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP 2025-06-13? 3585.45 3597.52

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/pettersson/
StableMatchings/SMTI/x1/Init-x1-i8_pp_87_merged.opb
MD5SUM9cee63c9b1f689a984aff093bf48a6b9
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 benchmark346
Best CPU time to get the best result obtained on this benchmark1.68193
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables104748
Total number of constraints104749
Number of constraints which are clauses92371
Number of constraints which are cardinality constraints (but not clauses)1444
Number of constraints which are nor clauses,nor cardinality constraints10934
Minimum length of a constraint1
Maximum length of a constraint1444
Number of terms in the objective function 1444
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 1444
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 344
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1788
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 8.0.0] [GitHash: 0408ae5eca]
0.00/0.00	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c External libraries: 
0.00/0.00	c   SoPlex 8.0.0         Linear programming solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: 67f6a391]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 4.0.0        AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 3.0.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   bliss 0.77           Computing Graph Automorphisms by T. Junttila and P. Kaski (users.aalto.fi/~tjunttil/bliss)
0.00/0.00	c   sassy 2.0            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.00	c 
0.00/0.00	c reading problem <HOME/instance-4522929-1751650159.opb>
0.75/0.87	c original problem has 104748 variables (104748 bin, 0 int, 0 cont) and 104749 constraints
0.75/0.87	c problem read in 0.871 seconds
1.44/1.53	c presolving:
1.85/1.95	c (round 1, fast)       847 del vars, 838 del conss, 0 add conss, 54 chg bounds, 42 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 103901 clqs
2.34/2.40	c    (2.4s) running MILP presolver
22.57/22.77	c    (22.8s) MILP presolver (5 rounds): 86 aggregations, 64 fixings, 0 bound changes
22.67/22.87	c (round 2, medium)     1183 del vars, 851 del conss, 0 add conss, 55 chg bounds, 43 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 101803 clqs
22.77/22.90	c (round 3, fast)       1507 del vars, 2961 del conss, 0 add conss, 55 chg bounds, 43 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 101738 clqs
23.16/23.37	c (round 4, exhaustive) 1510 del vars, 3010 del conss, 0 add conss, 55 chg bounds, 43 chg sides, 0 chg coeffs, 101738 upgd conss, 0 impls, 101738 clqs
25.88/26.01	c    (26.0s) sparsify finished: 425/569819 (0.1%) nonzeros canceled - in total 425 canceled nonzeros, 425 changed coefficients, 0 added nonzeros
25.88/26.07	c (round 5, exhaustive) 1604 del vars, 3070 del conss, 0 add conss, 55 chg bounds, 43 chg sides, 425 chg coeffs, 101749 upgd conss, 0 impls, 104352 clqs
34.63/34.83	c (round 6, exhaustive) 1731 del vars, 3114 del conss, 0 add conss, 55 chg bounds, 43 chg sides, 425 chg coeffs, 101749 upgd conss, 0 impls, 394723 clqs
35.03/35.25	c (round 7, exhaustive) 1777 del vars, 3472 del conss, 0 add conss, 55 chg bounds, 43 chg sides, 425 chg coeffs, 101749 upgd conss, 0 impls, 394252 clqs
65.92/66.29	c    (66.3s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
66.22/66.55	c    (66.5s) no symmetry present (symcode time: 0.10)
66.42/66.74	c presolving (8 rounds: 8 fast, 6 medium, 5 exhaustive):
66.42/66.74	c  1859 deleted vars, 3486 deleted constraints, 0 added constraints, 55 tightened bounds, 0 added holes, 43 changed sides, 425 changed coefficients
66.42/66.74	c  0 implications, 395213 cliques
66.42/66.74	c presolved problem has 102925 variables (102925 bin, 0 int, 0 cont) and 101275 constraints
66.42/66.74	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
66.42/66.74	c  101274 constraints of type <setppc>
66.42/66.74	c       1 constraints of type <linear>
66.42/66.74	c transformed objective value is always integral (scale: 1)
66.42/66.74	c Presolving Time: 65.27
66.42/66.74	c 
66.42/66.74	c - non default parameters ----------------------------------------------------------------------
66.42/66.74	c 
66.42/66.74	c # SCIP version 10.0.0
66.42/66.74	c 
66.42/66.74	c # maximal time in seconds to run
66.42/66.74	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
66.42/66.74	c limits/time = 3596.995145
66.42/66.74	c 
66.42/66.74	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
66.42/66.74	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
66.42/66.74	c limits/memory = 27900
66.42/66.74	c 
66.42/66.74	c # belongs reading time to solving time?
66.42/66.74	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
66.42/66.74	c timing/reading = TRUE
66.42/66.74	c 
66.42/66.74	c # maximum allowed 'intsize' (i.e. the number of bits required to represent the sum of absolute values of all integers that appear in a constraint or objective function) or -1 for unlimited
66.42/66.74	c # [type: int, advanced: TRUE, range: [-1,2147483647], default: -1]
66.42/66.74	c reading/opbreader/maxintsize = 47
66.42/66.74	c 
66.42/66.74	c # timing when propagator should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS))
66.42/66.74	c # [type: int, advanced: TRUE, range: [0,15], default: 15]
66.42/66.74	c propagating/genvbounds/timingmask = 0
66.42/66.74	c 
66.42/66.74	c -----------------------------------------------------------------------------------------------
66.42/66.76	c 
1353.04/1357.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1353.04/1357.98	c  1358s|     1 |     0 |114487 |     - |  1355M |   0 | 102k| 101k| 101k|   0 |  0 |  34 |   0 | 3.460000e+02 |      --      |    Inf | unknown
3584.93/3597.03	c 
3584.93/3597.03	c SCIP Status        : solving was interrupted [time limit reached]
3584.93/3597.03	c Solving Time (sec) : 3597.03
3584.93/3597.03	c Solving Nodes      : 1
3584.93/3597.03	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
3584.93/3597.03	c Dual Bound         : +3.46000000000000e+02
3584.93/3597.03	c Gap                : infinite
3584.93/3597.03	s UNKNOWN
3584.93/3597.03	c SCIP Status        : solving was interrupted [time limit reached]
3584.93/3597.03	c Total Time         :    3597.03
3584.93/3597.03	c   solving          :    3597.03
3584.93/3597.03	c   presolving       :      65.27 (included in solving)
3584.93/3597.03	c   reading          :       0.87 (included in solving)
3584.93/3597.03	c   copying          :       0.00 (0 times copied the problem)
3584.93/3597.03	c Original Problem   :
3584.93/3597.03	c   Problem name     : HOME/instance-4522929-1751650159.opb
3584.93/3597.03	c   Variables        : 104748 (104748 binary, 0 integer, 0 continuous)
3584.93/3597.03	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
3584.93/3597.03	c   Constraints      : 104749 initial, 104749 maximal
3584.93/3597.03	c   Objective        : minimize, 1444 non-zeros (abs.min = 1, abs.max = 1)
3584.93/3597.03	c Presolved Problem  :
3584.93/3597.03	c   Problem name     : t_HOME/instance-4522929-1751650159.opb
3584.93/3597.03	c   Variables        : 102925 (102925 binary, 0 integer, 0 continuous)
3584.93/3597.03	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
3584.93/3597.03	c   Constraints      : 101275 initial, 101285 maximal
3584.93/3597.04	c   Objective        : minimize, 1242 non-zeros (abs.min = 1, abs.max = 1)
3584.93/3597.04	c   Nonzeros         : 567695 constraint, 1154550 clique table
3584.93/3597.04	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3584.93/3597.04	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.93/3597.04	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.93/3597.04	c   domcol           :       0.47       0.00      3          0          0          0          0          0          0          0          0          0
3584.93/3597.04	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.93/3597.04	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.93/3597.04	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.93/3597.04	c   dualsparsify     :       1.31       0.00      1          0          0          0          0          0          1          0          0          0
3584.93/3597.04	c   gateextraction   :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.93/3597.04	c   implics          :       0.01       0.00      6          0          0          0          0          0          0          0          0          0
3584.93/3597.04	c   implint          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.93/3597.04	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.93/3597.04	c   milp             :      20.77       0.00      1         64         86          0          0          0          0          0          0          0
3584.93/3597.04	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.93/3597.04	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.93/3597.04	c   sparsify         :       4.31       0.00      2          0          0          0          0          0          0          0          0        425
3584.93/3597.04	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.93/3597.04	c   trivial          :       0.03       0.00      8        301          0          0          0          0          0          0          0          0
3584.93/3597.04	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.93/3597.04	c   dualfix          :       0.03       0.00      8          0          0          0          0          0          0          0          0          0
3584.93/3597.04	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.93/3597.04	c   probing          :      35.54       0.00      3        211          1          0          0          0          0          0          0          0
3584.93/3597.04	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.93/3597.04	c   symmetry         :       0.27       0.00      1          0          0          0          0          0          0          0          0          0
3584.93/3597.04	c   vbounds          :       0.28       0.00      2        193          0          0          0          0          0          0          0          0
3584.93/3597.04	c   setppc           :       1.06       0.03     12          0         65          0          0          0        433          0          0          0
3584.93/3597.04	c   linear           :       0.78       0.16     12         55        847          0         55          0       3052          0         43          0
3584.93/3597.04	c   logicor          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.93/3597.04	c   components       :       0.15       0.00      1          0          0          0          0          0          0          0          0          0
3584.93/3597.04	c   root node        :          -          -      -          6          -          -          6          -          -          -          -          -
3584.93/3597.04	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3584.93/3597.04	c   integral         :          0          0          0          0          0          0          0          7          0          0          0          0          0          0          0
3584.93/3597.04	c   setppc           :     101274     101274          0      18164          0          0          0          3        253         36          0          0          0          0          0
3584.93/3597.04	c   linear           :          1          1          0      18128          0          0          0          3          0          0          0          0          0          0          0
3584.93/3597.04	c   logicor          :          0+        11          0          9          0          0          0          0          1          0          0          0          0          0          0
3584.93/3597.04	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3584.93/3597.04	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3584.93/3597.04	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3584.93/3597.04	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3584.93/3597.04	c   integral         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3584.93/3597.04	c   setppc           :      10.27       0.03       0.16      10.08       0.00       0.00       0.00       0.00       0.00       0.00
3584.93/3597.04	c   linear           :       0.16       0.16       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3584.93/3597.04	c   logicor          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3584.93/3597.04	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3584.93/3597.04	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3584.93/3597.04	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3584.93/3597.04	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3584.93/3597.04	c   dualfix          :          1          0          0          0
3584.93/3597.04	c   genvbounds       :          0          0          0          0
3584.93/3597.04	c   nlobbt           :          0          0          0          0
3584.93/3597.04	c   obbt             :          0          0          0          0
3584.93/3597.04	c   probing          :          0          0          0          0
3584.93/3597.04	c   pseudoobj        :          2          0          0          0
3584.93/3597.04	c   redcost          :          1          0          0          0
3584.93/3597.04	c   rootredcost      :          0          0          0          0
3584.93/3597.04	c   symmetry         :          0          0          0          0
3584.93/3597.04	c   vbounds          :       4323          0          0          0
3584.93/3597.04	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3584.93/3597.04	c   dualfix          :       0.03       0.00       0.03       0.00       0.00       0.00
3584.93/3597.04	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
3584.93/3597.04	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3584.93/3597.04	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3584.93/3597.04	c   probing          :      35.55       0.00      35.54       0.00       0.00       0.00
3584.93/3597.04	c   pseudoobj        :       1.69       0.00       0.00       1.69       0.00       0.00
3584.93/3597.04	c   redcost          :       0.01       0.00       0.00       0.01       0.00       0.00
3584.93/3597.04	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
3584.93/3597.04	c   symmetry         :       0.27       0.00       0.27       0.00       0.00       0.00
3584.93/3597.04	c   vbounds          :       0.31       0.00       0.28       0.03       0.00       0.00
3584.93/3597.04	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3584.93/3597.04	c   propagation      :       0.00         25         24          -         32        3.5          7        2.4          -          -          -
3584.93/3597.04	c   infeasible LP    :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3584.93/3597.04	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3584.93/3597.04	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3584.93/3597.04	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3584.93/3597.04	c   applied globally :       0.00          -          -          0         38        3.1          -          -          0          -          -
3584.93/3597.04	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
3584.93/3597.04	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3584.93/3597.04	c   cut pool         :       0.00          -          0          0          -          -          0          0          -          -          -          -          -    (maximal pool size:          0)
3584.93/3597.04	c   aggregation      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.93/3597.04	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
3584.93/3597.04	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
3584.93/3597.04	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
3584.93/3597.04	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.93/3597.04	c   clique           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.93/3597.04	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.93/3597.04	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.93/3597.04	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.93/3597.04	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.93/3597.04	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.93/3597.04	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.93/3597.04	c   > gomorymi       :          -          -          -          -          -          -          -          0          0          0          0          0          -
3584.93/3597.04	c   > strongcg       :          -          -          -          -          -          -          -          0          0          0          0          0          -
3584.93/3597.04	c   impliedbounds    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.93/3597.04	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.93/3597.04	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.93/3597.04	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.93/3597.04	c   mcf              :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.93/3597.04	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.93/3597.04	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.93/3597.04	c   multilinear      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.93/3597.04	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.93/3597.04	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.93/3597.04	c   rlt              :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.93/3597.04	c   zerohalf         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.93/3597.04	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3584.93/3597.04	c   hybrid           :       0.00       0.00          0          0          0          0          0          0          0          0
3584.93/3597.04	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3584.93/3597.04	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3584.93/3597.04	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3584.93/3597.04	c   problem variables:       0.00          -          0          0
3584.93/3597.04	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3584.93/3597.04	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3584.93/3597.04	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3584.93/3597.04	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3584.93/3597.04	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3584.93/3597.04	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3584.93/3597.04	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3584.93/3597.04	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3584.93/3597.04	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3584.93/3597.04	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3584.93/3597.04	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3584.93/3597.04	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3584.93/3597.04	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3584.93/3597.04	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3584.93/3597.04	c   relpscost        :       0.00       0.00          0          0          0          0          0          0          0          0
3584.93/3597.04	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3584.93/3597.04	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3584.93/3597.04	c   LP solutions     :       0.00          -          -          0          0
3584.93/3597.04	c   relax solutions  :       0.00          -          -          0          0
3584.93/3597.04	c   pseudo solutions :       0.00          -          -          0          0
3584.93/3597.04	c   strong branching :       0.00          -          -          0          0
3584.93/3597.04	c   actconsdiving    :       0.00       0.00          0          0          0
3584.93/3597.04	c   adaptivediving   :       0.00       0.00          0          0          0
3584.93/3597.04	c   alns             :       0.00       0.00          0          0          0
3584.93/3597.04	c   bound            :       0.00       0.00          0          0          0
3584.93/3597.04	c   clique           :       1.99       0.00          1          0          0
3584.93/3597.04	c   coefdiving       :       0.00       0.00          0          0          0
3584.93/3597.04	c   completesol      :       0.00       0.00          0          0          0
3584.93/3597.04	c   conflictdiving   :       0.00       0.00          0          0          0
3584.93/3597.04	c   crossover        :       0.00       0.00          0          0          0
3584.93/3597.04	c   dins             :       0.00       0.00          0          0          0
3584.93/3597.04	c   distributiondivin:       0.00       0.00          0          0          0
3584.93/3597.04	c   dks              :       0.00       0.00          0          0          0
3584.93/3597.04	c   dps              :       0.00       0.00          0          0          0
3584.93/3597.04	c   dualval          :       0.00       0.00          0          0          0
3584.93/3597.04	c   farkasdiving     :       0.00       0.00          0          0          0
3584.93/3597.04	c   feaspump         :    2238.90       0.00          1          0          0
3584.93/3597.04	c   fixandinfer      :       0.00       0.00          0          0          0
3584.93/3597.04	c   fracdiving       :       0.00       0.00          0          0          0
3584.93/3597.04	c   gins             :       0.00       0.00          0          0          0
3584.93/3597.04	c   guideddiving     :       0.00       0.00          0          0          0
3584.93/3597.04	c   indicator        :       0.00       0.00          0          0          0
3584.93/3597.04	c   indicatordiving  :       0.00       0.00          0          0          0
3584.93/3597.04	c   intdiving        :       0.00       0.00          0          0          0
3584.93/3597.04	c   intshifting      :       0.00       0.00          0          0          0
3584.93/3597.04	c   linesearchdiving :       0.00       0.00          0          0          0
3584.93/3597.04	c   localbranching   :       0.00       0.00          0          0          0
3584.93/3597.04	c   locks            :       0.61       0.00          1          0          0
3584.93/3597.04	c   lpface           :       0.00       0.00          0          0          0
3584.93/3597.04	c   mpec             :       0.00       0.00          0          0          0
3584.93/3597.04	c   multistart       :       0.00       0.00          0          0          0
3584.93/3597.04	c   mutation         :       0.00       0.00          0          0          0
3584.93/3597.04	c   nlpdiving        :       0.00       0.00          0          0          0
3584.93/3597.04	c   objpscostdiving  :       0.00       0.00          0          0          0
3584.93/3597.04	c   octane           :       0.00       0.00          0          0          0
3584.93/3597.04	c   ofins            :       0.00       0.00          0          0          0
3584.93/3597.04	c   oneopt           :       0.00       0.00          0          0          0
3584.93/3597.04	c   padm             :       0.00       0.00          0          0          0
3584.93/3597.04	c   proximity        :       0.00       0.00          0          0          0
3584.93/3597.04	c   pscostdiving     :       0.00       0.00          0          0          0
3584.93/3597.04	c   randrounding     :       0.07       0.00          1          0          0
3584.93/3597.04	c   rens             :       0.00       0.00          0          0          0
3584.93/3597.04	c   reoptsols        :       0.00       0.00          0          0          0
3584.93/3597.04	c   repair           :       0.00       0.00          0          0          0
3584.93/3597.04	c   rins             :       0.00       0.00          0          0          0
3584.93/3597.04	c   rootsoldiving    :       0.00       0.00          0          0          0
3584.93/3597.04	c   rounding         :       0.01       0.00          1          0          0
3584.93/3597.04	c   scheduler        :       0.00       0.00          0          0          0
3584.93/3597.04	c   shiftandpropagate:       0.42       0.00          1          0          0
3584.93/3597.04	c   shifting         :       0.06       0.00          1          0          0
3584.93/3597.04	c   simplerounding   :       0.00       0.00          0          0          0
3584.93/3597.04	c   subnlp           :       0.00       0.00          0          0          0
3584.93/3597.04	c   trivial          :       0.08       0.00          2          0          0
3584.93/3597.04	c   trivialnegation  :       0.00       0.00          0          0          0
3584.93/3597.04	c   trustregion      :       0.00       0.00          0          0          0
3584.93/3597.04	c   trysol           :       0.00       0.00          0          0          0
3584.93/3597.04	c   twoopt           :       0.00       0.00          0          0          0
3584.93/3597.04	c   undercover       :       0.00       0.00          0          0          0
3584.93/3597.04	c   vbounds          :       0.25       0.00          1          0          0
3584.93/3597.04	c   veclendiving     :       0.00       0.00          0          0          0
3584.93/3597.04	c   zeroobj          :       0.00       0.00          0          0          0
3584.93/3597.04	c   zirounding       :       0.00       0.00          0          0          0
3584.93/3597.04	c   other solutions  :          -          -          -          0          -
3584.93/3597.04	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3584.93/3597.04	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
3584.93/3597.04	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
3584.93/3597.04	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
3584.93/3597.04	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
3584.93/3597.04	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
3584.93/3597.04	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
3584.93/3597.04	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
3584.93/3597.04	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
3584.93/3597.04	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
3584.93/3597.04	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3584.93/3597.04	c   primal LP        :       0.00          0          0       0.00          -       0.00          0
3584.93/3597.04	c   dual LP          :    1286.06          1     112128  112128.00      87.19       0.00          0
3584.93/3597.04	c   lex dual LP      :       0.00          0          0       0.00          -
3584.93/3597.04	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3584.93/3597.04	c   resolve instable :       0.00          0          0       0.00          -
3584.93/3597.04	c   diving/probing LP:    2239.97          5     178782   35756.40      79.81
3584.93/3597.04	c   strong branching :       0.00          0          0       0.00          -          -          -          0
3584.93/3597.04	c     (at root node) :          -          0          0       0.00          -
3584.93/3597.04	c   conflict analysis:       0.00          0          0       0.00          -
3584.93/3597.04	c Relaxators         :       Time      Calls    Cutoffs ImprBounds   ImprTime ReducedDom  Separated AddedConss
3584.93/3597.04	c   benders          :       0.00          0          0          0       0.00          0          0          0
3584.93/3597.04	c B&B Tree           :
3584.93/3597.04	c   number of runs   :          1
3584.93/3597.04	c   nodes            :          1 (0 internal, 1 leaves)
3584.93/3597.04	c   feasible leaves  :          0
3584.93/3597.04	c   infeas. leaves   :          0
3584.93/3597.04	c   objective leaves :          0
3584.93/3597.04	c   nodes (total)    :          1 (0 internal, 1 leaves)
3584.93/3597.04	c   nodes left       :          1
3584.93/3597.04	c   max depth        :          0
3584.93/3597.04	c   max depth (total):          0
3584.93/3597.04	c   backtracks       :          0 (0.0%)
3584.93/3597.04	c   early backtracks :          0 (0.0%)
3584.93/3597.04	c   nodes exc. ref.  :          0 (0.0%)
3584.93/3597.04	c   delayed cutoffs  :          0
3584.93/3597.04	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
3584.93/3597.04	c   avg switch length:       1.00
3584.93/3597.04	c   switching time   :       0.00
3584.93/3597.04	c Root Node          :
3584.93/3597.04	c   First LP value   : +3.46000000000000e+02
3584.93/3597.04	c   First LP Iters   :     112128 (87.19 Iter/sec)
3584.93/3597.04	c   First LP Time    :    1286.08
3584.93/3597.04	c   Final Dual Bound : +3.46000000000000e+02
3584.93/3597.04	c   Final Root Iters :     288551
3584.93/3597.04	c   Root LP Estimate :                     -
3584.93/3597.04	c Solution           :
3584.93/3597.04	c   Solutions found  :          0 (0 improvements)
3584.93/3597.04	c   Primal Bound     :          -
3584.93/3597.04	c   Dual Bound       : +3.46000000000000e+02
3584.93/3597.04	c   Gap              :   infinite
3584.93/3597.04	c Integrals          :      Total       Avg%
3584.93/3597.04	c   primal-dual      :  359702.96     100.00
3584.93/3597.04	c   primal-ref       :          -          - (not evaluated)
3584.93/3597.04	c   dual-ref         :          -          - (not evaluated)
3585.41/3597.52	c Time complete (sec):   3585.442

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (61148 MiB free)
  memory of node 1: 64507 MiB (62897 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4522929-1751650159/watcher-4522929-1751650159 -o /tmp/evaluation-result-4522929-1751650159/solver-4522929-1751650159 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751646559-96679 --watchdog 3760 pbsolver -f HOME/instance-4522929-1751650159.opb -t 3600 -m 31000 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=97099, runsolver pid=97093

[startup+0.100083 s]*
/proc/loadavg: 4.11 4.09 4.09 3/246 97112
/proc/meminfo: memFree=126985260/131382112 swapFree=33009904/33010684
[pid=97099] ppid=97093 vsize=58608 memory=47360 CPUtime=0.09 cores=1,3
/proc/97099/stat : 97099 (pbsolver) R 97093 97099 96324 0 -1 4194304 9856 0 0 0 5 4 0 0 20 0 1 0 80694816 60014592 11808 18446744073709551615 4198400 14743177 140735268806272 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40837120 140735268809097 140735268809193 140735268809193 140735268814796 0
/proc/97099/statm: 14652 11808 2176 2575 0 11559 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 58608 KiB
Current children cumulated memory: 47360 KiB

[startup+0.214254 s]*
/proc/loadavg: 4.11 4.09 4.09 3/243 97112
/proc/meminfo: memFree=126961560/131382112 swapFree=33009904/33010684
[pid=97099] ppid=97093 vsize=104000 memory=92800 CPUtime=0.19 cores=1,3
/proc/97099/stat : 97099 (pbsolver) R 97093 97099 96324 0 -1 4194304 21226 0 0 0 10 9 0 0 20 0 1 0 80694816 106496000 23200 18446744073709551615 4198400 14743177 140735268806272 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40837120 140735268809097 140735268809193 140735268809193 140735268814796 0
/proc/97099/statm: 26000 23200 2176 2575 0 22907 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 104000 KiB
Current children cumulated memory: 92800 KiB

[startup+0.313572 s]*
/proc/loadavg: 4.11 4.09 4.09 3/243 97112
/proc/meminfo: memFree=126945432/131382112 swapFree=33009904/33010684
[pid=97099] ppid=97093 vsize=118716 memory=107904 CPUtime=0.29 cores=1,3
/proc/97099/stat : 97099 (pbsolver) R 97093 97099 96324 0 -1 4194304 25011 0 0 0 18 11 0 0 20 0 1 0 80694816 121565184 26976 18446744073709551615 4198400 14743177 140735268806272 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40837120 140735268809097 140735268809193 140735268809193 140735268814796 0
/proc/97099/statm: 29679 26976 2176 2575 0 26586 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 118716 KiB
Current children cumulated memory: 107904 KiB

[startup+0.700364 s]
/proc/loadavg: 4.11 4.09 4.09 4/247 97124
/proc/meminfo: memFree=126922136/131382112 swapFree=33009904/33010684
[pid=97099] ppid=97093 vsize=154156 memory=143232 CPUtime=0.65 cores=1,3
/proc/97099/stat : 97099 (pbsolver) R 97093 97099 96324 0 -1 4194304 33847 0 0 0 50 15 0 0 20 0 1 0 80694816 157855744 35808 18446744073709551615 4198400 14743177 140735268806272 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40837120 140735268809097 140735268809193 140735268809193 140735268814796 0
/proc/97099/statm: 38539 35808 2176 2575 0 35446 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 154156 KiB
Current children cumulated memory: 143232 KiB

[startup+1.50035 s]
/proc/loadavg: 4.11 4.09 4.09 5/242 97168
/proc/meminfo: memFree=126859316/131382112 swapFree=33009904/33010684
[pid=97099] ppid=97093 vsize=412536 memory=395328 CPUtime=1.44 cores=1,3
/proc/97099/stat : 97099 (pbsolver) R 97093 97099 96324 0 -1 4194304 96961 0 0 0 112 32 0 0 20 0 1 0 80694816 422436864 98800 18446744073709551615 4198400 14743177 140735268806272 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40837120 140735268809097 140735268809193 140735268809193 140735268814796 0
/proc/97099/statm: 103134 98800 2400 2575 0 100041 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 412536 KiB
Current children cumulated memory: 395328 KiB

[startup+3.11291 s]
/proc/loadavg: 4.11 4.09 4.09 5/251 97186
/proc/meminfo: memFree=126133976/131382112 swapFree=33009904/33010684
[pid=97099] ppid=97093 vsize=595708 memory=567572 CPUtime=3.05 cores=1,3
/proc/97099/stat : 97099 (pbsolver) R 97093 97099 96324 0 -1 4194304 123929 0 0 0 265 40 0 0 20 0 1 0 80694816 610004992 141893 18446744073709551615 4198400 14743177 140735268806272 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40837120 140735268809097 140735268809193 140735268809193 140735268814796 0
/proc/97099/statm: 148927 141893 2496 2575 0 145834 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 595708 KiB
Current children cumulated memory: 567572 KiB

[startup+6.30031 s]
/proc/loadavg: 4.10 4.09 4.09 5/247 97267
/proc/meminfo: memFree=126100372/131382112 swapFree=33009904/33010684
[pid=97099] ppid=97093 vsize=595708 memory=567572 CPUtime=6.21 cores=1,3
/proc/97099/stat : 97099 (pbsolver) R 97093 97099 96324 0 -1 4194304 123972 0 0 0 577 44 0 0 20 0 1 0 80694816 610004992 141893 18446744073709551615 4198400 14743177 140735268806272 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40837120 140735268809097 140735268809193 140735268809193 140735268814796 0
/proc/97099/statm: 148927 141893 2496 2575 0 145834 0
Current children cumulated CPU time: 6.21 s
Current children cumulated vsize: 595708 KiB
Current children cumulated memory: 567572 KiB

[startup+12.7003 s]
/proc/loadavg: 4.09 4.09 4.09 5/251 97276
/proc/meminfo: memFree=125457476/131382112 swapFree=33009904/33010684
[pid=97099] ppid=97093 vsize=595708 memory=567572 CPUtime=12.59 cores=1,3
/proc/97099/stat : 97099 (pbsolver) R 97093 97099 96324 0 -1 4194304 123979 0 0 0 1215 44 0 0 20 0 1 0 80694816 610004992 141893 18446744073709551615 4198400 14743177 140735268806272 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40837120 140735268809097 140735268809193 140735268809193 140735268814796 0
/proc/97099/statm: 148927 141893 2496 2575 0 145834 0
Current children cumulated CPU time: 12.59 s
Current children cumulated vsize: 595708 KiB
Current children cumulated memory: 567572 KiB

[startup+25.5004 s]
/proc/loadavg: 4.07 4.08 4.09 5/251 97276
/proc/meminfo: memFree=124621036/131382112 swapFree=33009904/33010684
[pid=97099] ppid=97093 vsize=989372 memory=895928 CPUtime=25.37 cores=1,3
/proc/97099/stat : 97099 (pbsolver) R 97093 97099 96324 0 -1 4194304 148725 0 0 0 2482 55 0 0 20 0 1 0 80694816 1013116928 223982 18446744073709551615 4198400 14743177 140735268806272 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40837120 140735268809097 140735268809193 140735268809193 140735268814796 0
/proc/97099/statm: 247343 223982 2528 2575 0 244250 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 989372 KiB
Current children cumulated memory: 895928 KiB

[startup+51.1126 s]
/proc/loadavg: 3.89 4.04 4.07 4/245 97443
/proc/meminfo: memFree=125158376/131382112 swapFree=33009904/33010684
[pid=97099] ppid=97093 vsize=1063712 memory=970656 CPUtime=50.89 cores=1,3
/proc/97099/stat : 97099 (pbsolver) R 97093 97099 96324 0 -1 4194304 166880 0 0 0 5030 59 0 0 20 0 1 0 80694816 1089241088 242664 18446744073709551615 4198400 14743177 140735268806272 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40837120 140735268809097 140735268809193 140735268809193 140735268814796 0
/proc/97099/statm: 265928 242664 2560 2575 0 262835 0
Current children cumulated CPU time: 50.89 s
Current children cumulated vsize: 1063712 KiB
Current children cumulated memory: 970656 KiB

[startup+102.3 s]
/proc/loadavg: 3.44 3.90 4.02 4/246 97447
/proc/meminfo: memFree=124315996/131382112 swapFree=33009904/33010684
[pid=97099] ppid=97093 vsize=1526440 memory=1362644 CPUtime=101.91 cores=1,3
/proc/97099/stat : 97099 (pbsolver) R 97093 97099 96324 0 -1 4194304 231649 0 0 0 10117 74 0 0 20 0 1 0 80694816 1563074560 340661 18446744073709551615 4198400 14743177 140735268806272 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40837120 140735268809097 140735268809193 140735268809193 140735268814796 0
/proc/97099/statm: 381610 340661 2688 2575 0 378517 0
Current children cumulated CPU time: 101.91 s
Current children cumulated vsize: 1526440 KiB
Current children cumulated memory: 1362644 KiB

[startup+162.3 s]
/proc/loadavg: 2.64 3.58 3.90 3/240 97479
/proc/meminfo: memFree=125698812/131382112 swapFree=33009904/33010684
[pid=97099] ppid=97093 vsize=1527808 memory=1364180 CPUtime=161.73 cores=1,3
/proc/97099/stat : 97099 (pbsolver) R 97093 97099 96324 0 -1 4194304 232073 0 0 0 16099 74 0 0 20 0 1 0 80694816 1564475392 341045 18446744073709551615 4198400 14743177 140735268806272 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40837120 140735268809097 140735268809193 140735268809193 140735268814796 0
/proc/97099/statm: 381952 341045 2688 2575 0 378859 0
Current children cumulated CPU time: 161.73 s
Current children cumulated vsize: 1527808 KiB
Current children cumulated memory: 1364180 KiB

[startup+222.3 s]
/proc/loadavg: 2.30 3.31 3.79 3/240 97481
/proc/meminfo: memFree=125716608/131382112 swapFree=33009904/33010684
[pid=97099] ppid=97093 vsize=1528096 memory=1364692 CPUtime=221.57 cores=1,3
/proc/97099/stat : 97099 (pbsolver) R 97093 97099 96324 0 -1 4194304 232211 0 0 0 22082 75 0 0 20 0 1 0 80694816 1564770304 341173 18446744073709551615 4198400 14743177 140735268806272 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40837120 140735268809097 140735268809193 140735268809193 140735268814796 0
/proc/97099/statm: 382024 341173 2688 2575 0 378931 0
Current children cumulated CPU time: 221.57 s
Current children cumulated vsize: 1528096 KiB
Current children cumulated memory: 1364692 KiB

[startup+282.3 s]
/proc/loadavg: 2.16 3.08 3.68 3/240 97483
/proc/meminfo: memFree=125706536/131382112 swapFree=33009904/33010684
[pid=97099] ppid=97093 vsize=1536000 memory=1367720 CPUtime=281.39 cores=1,3
/proc/97099/stat : 97099 (pbsolver) R 97093 97099 96324 0 -1 4194304 232446 0 0 0 28064 75 0 0 20 0 1 0 80694816 1572864000 341930 18446744073709551615 4198400 14743177 140735268806272 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40837120 140735268809097 140735268809193 140735268809193 140735268814796 0
/proc/97099/statm: 384000 341930 2688 2575 0 380907 0
Current children cumulated CPU time: 281.39 s
Current children cumulated vsize: 1536000 KiB
Current children cumulated memory: 1367720 KiB

[startup+342.3 s]
/proc/loadavg: 2.09 2.90 3.57 3/239 97491
/proc/meminfo: memFree=125697168/131382112 swapFree=33009904/33010684
[pid=97099] ppid=97093 vsize=1536000 memory=1367720 CPUtime=341.18 cores=1,3
/proc/97099/stat : 97099 (pbsolver) R 97093 97099 96324 0 -1 4194304 232497 0 0 0 34043 75 0 0 20 0 1 0 80694816 1572864000 341930 18446744073709551615 4198400 14743177 140735268806272 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40837120 140735268809097 140735268809193 140735268809193 140735268814796 0
/proc/97099/statm: 384000 341930 2688 2575 0 380907 0
Current children cumulated CPU time: 341.18 s
Current children cumulated vsize: 1536000 KiB
Current children cumulated memory: 1367720 KiB

[startup+402.3 s]
/proc/loadavg: 1.52 2.59 3.43 2/232 97524
/proc/meminfo: memFree=127167608/131382112 swapFree=33009904/33010684
[pid=97099] ppid=97093 vsize=1536000 memory=1368232 CPUtime=400.96 cores=1,3
/proc/97099/stat : 97099 (pbsolver) R 97093 97099 96324 0 -1 4194304 232524 0 0 0 40021 75 0 0 20 0 1 0 80694816 1572864000 342058 18446744073709551615 4198400 14743177 140735268806272 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40837120 140735268809097 140735268809193 140735268809193 140735268814796 0
/proc/97099/statm: 384000 342058 2688 2575 0 380907 0
Current children cumulated CPU time: 400.96 s
Current children cumulated vsize: 1536000 KiB
Current children cumulated memory: 1368232 KiB

[startup+462.3 s]
/proc/loadavg: 1.23 2.31 3.28 2/232 97526
/proc/meminfo: memFree=127167120/131382112 swapFree=33009904/33010684
[pid=97099] ppid=97093 vsize=1536000 memory=1371304 CPUtime=460.73 cores=1,3
/proc/97099/stat : 97099 (pbsolver) R 97093 97099 96324 0 -1 4194304 232539 0 0 0 45998 75 0 0 20 0 1 0 80694816 1572864000 342826 18446744073709551615 4198400 14743177 140735268806272 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40837120 140735268809097 140735268809193 140735268809193 140735268814796 0
/proc/97099/statm: 384000 342826 2688 2575 0 380907 0

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

/proc/loadavg: 1.11 1.09 1.18 2/232 97657
/proc/meminfo: memFree=127133984/131382112 swapFree=33009904/33010684
[pid=97099] ppid=97093 vsize=1545492 memory=1407240 CPUtime=3211.37 cores=1,3
/proc/97099/stat : 97099 (pbsolver) R 97093 97099 96324 0 -1 4194304 234254 0 0 0 321061 76 0 0 20 0 1 0 80694816 1582583808 351810 18446744073709551615 4198400 14743177 140735268806272 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40837120 140735268809097 140735268809193 140735268809193 140735268814796 0
/proc/97099/statm: 386373 351810 2688 2575 0 383280 0
Current children cumulated CPU time: 3211.37 s
Current children cumulated vsize: 1545492 KiB
Current children cumulated memory: 1407240 KiB

[startup+3282.3 s]
/proc/loadavg: 1.09 1.08 1.17 2/232 97659
/proc/meminfo: memFree=127133984/131382112 swapFree=33009904/33010684
[pid=97099] ppid=97093 vsize=1545492 memory=1407240 CPUtime=3271.18 cores=1,3
/proc/97099/stat : 97099 (pbsolver) R 97093 97099 96324 0 -1 4194304 234269 0 0 0 327042 76 0 0 20 0 1 0 80694816 1582583808 351810 18446744073709551615 4198400 14743177 140735268806272 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40837120 140735268809097 140735268809193 140735268809193 140735268814796 0
/proc/97099/statm: 386373 351810 2688 2575 0 383280 0
Current children cumulated CPU time: 3271.18 s
Current children cumulated vsize: 1545492 KiB
Current children cumulated memory: 1407240 KiB

[startup+3342.3 s]
/proc/loadavg: 1.08 1.08 1.17 2/232 97667
/proc/meminfo: memFree=127134552/131382112 swapFree=33009904/33010684
[pid=97099] ppid=97093 vsize=1545492 memory=1407240 CPUtime=3330.99 cores=1,3
/proc/97099/stat : 97099 (pbsolver) R 97093 97099 96324 0 -1 4194304 234270 0 0 0 333023 76 0 0 20 0 1 0 80694816 1582583808 351810 18446744073709551615 4198400 14743177 140735268806272 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40837120 140735268809097 140735268809193 140735268809193 140735268814796 0
/proc/97099/statm: 386373 351810 2688 2575 0 383280 0
Current children cumulated CPU time: 3330.99 s
Current children cumulated vsize: 1545492 KiB
Current children cumulated memory: 1407240 KiB

[startup+3402.3 s]
/proc/loadavg: 1.06 1.08 1.16 2/232 97669
/proc/meminfo: memFree=127134552/131382112 swapFree=33009904/33010684
[pid=97099] ppid=97093 vsize=1545492 memory=1407240 CPUtime=3390.8 cores=1,3
/proc/97099/stat : 97099 (pbsolver) R 97093 97099 96324 0 -1 4194304 234338 0 0 0 339004 76 0 0 20 0 1 0 80694816 1582583808 351810 18446744073709551615 4198400 14743177 140735268806272 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40837120 140735268809097 140735268809193 140735268809193 140735268814796 0
/proc/97099/statm: 386373 351810 2688 2575 0 383280 0
Current children cumulated CPU time: 3390.8 s
Current children cumulated vsize: 1545492 KiB
Current children cumulated memory: 1407240 KiB

[startup+3462.3 s]
/proc/loadavg: 1.07 1.08 1.15 2/232 97671
/proc/meminfo: memFree=127134552/131382112 swapFree=33009904/33010684
[pid=97099] ppid=97093 vsize=1545492 memory=1407240 CPUtime=3450.62 cores=1,3
/proc/97099/stat : 97099 (pbsolver) R 97093 97099 96324 0 -1 4194304 234339 0 0 0 344986 76 0 0 20 0 1 0 80694816 1582583808 351810 18446744073709551615 4198400 14743177 140735268806272 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40837120 140735268809097 140735268809193 140735268809193 140735268814796 0
/proc/97099/statm: 386373 351810 2688 2575 0 383280 0
Current children cumulated CPU time: 3450.62 s
Current children cumulated vsize: 1545492 KiB
Current children cumulated memory: 1407240 KiB

[startup+3522.3 s]
/proc/loadavg: 1.14 1.09 1.15 2/232 97673
/proc/meminfo: memFree=127135104/131382112 swapFree=33009904/33010684
[pid=97099] ppid=97093 vsize=1545492 memory=1407240 CPUtime=3510.45 cores=1,3
/proc/97099/stat : 97099 (pbsolver) R 97093 97099 96324 0 -1 4194304 234514 0 0 0 350969 76 0 0 20 0 1 0 80694816 1582583808 351810 18446744073709551615 4198400 14743177 140735268806272 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40837120 140735268809097 140735268809193 140735268809193 140735268814796 0
/proc/97099/statm: 386373 351810 2688 2575 0 383280 0
Current children cumulated CPU time: 3510.45 s
Current children cumulated vsize: 1545492 KiB
Current children cumulated memory: 1407240 KiB

[startup+3582.3 s]
/proc/loadavg: 1.11 1.09 1.15 2/232 97675
/proc/meminfo: memFree=127135356/131382112 swapFree=33009904/33010684
[pid=97099] ppid=97093 vsize=1545492 memory=1407240 CPUtime=3570.26 cores=1,3
/proc/97099/stat : 97099 (pbsolver) R 97093 97099 96324 0 -1 4194304 234518 0 0 0 356950 76 0 0 20 0 1 0 80694816 1582583808 351810 18446744073709551615 4198400 14743177 140735268806272 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40837120 140735268809097 140735268809193 140735268809193 140735268814796 0
/proc/97099/statm: 386373 351810 2688 2575 0 383280 0
Current children cumulated CPU time: 3570.26 s
Current children cumulated vsize: 1545492 KiB
Current children cumulated memory: 1407240 KiB

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

# cumulated CPU time of all completed processes:  user=3584.66 s, system=0.788799 s

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

[startup+3584 s]*
/proc/loadavg: 1.10 1.09 1.15 2/232 97675
/proc/meminfo: memFree=127135356/131382112 swapFree=33009904/33010684
[pid=97099] ppid=97093 vsize=1545492 memory=1407240 CPUtime=3571.97 cores=1,3
/proc/97099/stat : 97099 (pbsolver) R 97093 97099 96324 0 -1 4194304 234518 0 0 0 357121 76 0 0 20 0 1 0 80694816 1582583808 351810 18446744073709551615 4198400 14743177 140735268806272 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40837120 140735268809097 140735268809193 140735268809193 140735268814796 0
/proc/97099/statm: 386373 351810 2688 2575 0 383280 0
Current children cumulated CPU time: 3571.97 s
Current children cumulated vsize: 1545492 KiB
Current children cumulated memory: 1407240 KiB

[startup+3590.4 s]
/proc/loadavg: 1.10 1.09 1.15 2/232 97675
/proc/meminfo: memFree=127135356/131382112 swapFree=33009904/33010684
[pid=97099] ppid=97093 vsize=1545492 memory=1407368 CPUtime=3578.33 cores=1,3
/proc/97099/stat : 97099 (pbsolver) R 97093 97099 96324 0 -1 4194304 234519 0 0 0 357757 76 0 0 20 0 1 0 80694816 1582583808 351842 18446744073709551615 4198400 14743177 140735268806272 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40837120 140735268809097 140735268809193 140735268809193 140735268814796 0
/proc/97099/statm: 386373 351842 2688 2575 0 383280 0
Current children cumulated CPU time: 3578.33 s
Current children cumulated vsize: 1545492 KiB
Current children cumulated memory: 1407368 KiB

[startup+3593.6 s]
/proc/loadavg: 1.10 1.09 1.15 2/232 97675
/proc/meminfo: memFree=127135356/131382112 swapFree=33009904/33010684
[pid=97099] ppid=97093 vsize=1545492 memory=1407368 CPUtime=3581.52 cores=1,3
/proc/97099/stat : 97099 (pbsolver) R 97093 97099 96324 0 -1 4194304 234519 0 0 0 358076 76 0 0 20 0 1 0 80694816 1582583808 351842 18446744073709551615 4198400 14743177 140735268806272 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40837120 140735268809097 140735268809193 140735268809193 140735268814796 0
/proc/97099/statm: 386373 351842 2688 2575 0 383280 0
Current children cumulated CPU time: 3581.52 s
Current children cumulated vsize: 1545492 KiB
Current children cumulated memory: 1407368 KiB

[startup+3595.2 s]
/proc/loadavg: 1.09 1.09 1.15 2/232 97676
/proc/meminfo: memFree=127135356/131382112 swapFree=33009904/33010684
[pid=97099] ppid=97093 vsize=1545492 memory=1407368 CPUtime=3583.12 cores=1,3
/proc/97099/stat : 97099 (pbsolver) R 97093 97099 96324 0 -1 4194304 234519 0 0 0 358236 76 0 0 20 0 1 0 80694816 1582583808 351842 18446744073709551615 4198400 14743177 140735268806272 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40837120 140735268809097 140735268809193 140735268809193 140735268814796 0
/proc/97099/statm: 386373 351842 2688 2575 0 383280 0
Current children cumulated CPU time: 3583.12 s
Current children cumulated vsize: 1545492 KiB
Current children cumulated memory: 1407368 KiB

[startup+3596.8 s]
/proc/loadavg: 1.09 1.09 1.15 2/232 97677
/proc/meminfo: memFree=127135104/131382112 swapFree=33009904/33010684
[pid=97099] ppid=97093 vsize=1545492 memory=1407368 CPUtime=3584.71 cores=1,3
/proc/97099/stat : 97099 (pbsolver) R 97093 97099 96324 0 -1 4194304 234519 0 0 0 358395 76 0 0 20 0 1 0 80694816 1582583808 351842 18446744073709551615 4198400 14743177 140735268806272 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40837120 140735268809097 140735268809193 140735268809193 140735268814796 0
/proc/97099/statm: 386373 351842 2688 2575 0 383280 0
Current children cumulated CPU time: 3584.71 s
Current children cumulated vsize: 1545492 KiB
Current children cumulated memory: 1407368 KiB

[startup+3597.2 s]
/proc/loadavg: 1.09 1.09 1.15 2/232 97677
/proc/meminfo: memFree=127135104/131382112 swapFree=33009904/33010684
[pid=97099] ppid=97093 vsize=1545492 memory=1407368 CPUtime=3585.11 cores=1,3
/proc/97099/stat : 97099 (pbsolver) R 97093 97099 96324 0 -1 4194304 234620 0 0 0 358435 76 0 0 20 0 1 0 80694816 1582583808 351842 18446744073709551615 4198400 14743177 140735268806272 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40837120 140735268809097 140735268809193 140735268809193 140735268814796 0
/proc/97099/statm: 386373 351842 2688 2575 0 383280 0
Current children cumulated CPU time: 3585.11 s
Current children cumulated vsize: 1545492 KiB
Current children cumulated memory: 1407368 KiB

[startup+3597.4 s]
/proc/loadavg: 1.09 1.09 1.15 2/232 97677
/proc/meminfo: memFree=127135104/131382112 swapFree=33009904/33010684
[pid=97099] ppid=97093 vsize=1513984 memory=1376012 CPUtime=3585.31 cores=1,3
/proc/97099/stat : 97099 (pbsolver) R 97093 97099 96324 0 -1 4194304 234641 0 0 0 358455 76 0 0 20 0 1 0 80694816 1550319616 344003 18446744073709551615 4198400 14743177 140735268806272 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40837120 140735268809097 140735268809193 140735268809193 140735268814796 0
/proc/97099/statm: 378496 344003 2688 2575 0 375403 0
Current children cumulated CPU time: 3585.31 s
Current children cumulated vsize: 1513984 KiB
Current children cumulated memory: 1376012 KiB

[startup+3597.5 s]
/proc/loadavg: 1.09 1.09 1.15 2/232 97677
/proc/meminfo: memFree=127135104/131382112 swapFree=33009904/33010684
[pid=97099] ppid=97093 vsize=1319684 memory=1181884 CPUtime=3585.41 cores=1,3
/proc/97099/stat : 97099 (pbsolver) R 97093 97099 96324 0 -1 4194304 234652 0 0 0 358464 77 0 0 20 0 1 0 80694816 1351356416 295471 18446744073709551615 4198400 14743177 140735268806272 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 16769280 16853168 40837120 140735268809097 140735268809193 140735268809193 140735268814796 0
/proc/97099/statm: 329921 295471 2688 2575 0 326828 0
Current children cumulated CPU time: 3585.41 s
Current children cumulated vsize: 1319684 KiB
Current children cumulated memory: 1181884 KiB

Child status: 0

Real time (s): 3597.52
CPU time (s): 3585.45
CPU user time (s): 3584.66
CPU system time (s): 0.788799
CPU usage (%): 99.6643
Max. virtual memory (cumulated for all children) (KiB): 1545492
Max. memory (cumulated for all children) (KiB): 1407368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3584.66
system time used= 0.788799
maximum resident set size= 1407368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 234682
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= 13
involuntary context switches= 1945


# summary of solver processes directly reported to runsolver:
#   pid: 97099
#   total CPU time (s): 3585.45
#   total CPU user time (s): 3584.66
#   total CPU system time (s): 0.788799

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.3063 second user time and 34.6134 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-07-04 19:29:19
IDJOB=4522929
IDBENCH=179456
IDSOLVER=3366
FILE ID=nodeC001/4522929-1751650159
RUNJOBID= nodeC001-1751646559-96679
SLURM_JOB_ID= 9672306
Free space on /tmp= 432400 MiB

SOLVER NAME= SCIP-10 2025-06-13
BENCH NAME= PB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/SMTI/x1/Init-x1-i8_pp_87_merged.opb
COMMAND LINE= pbsolver -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4522929-1751650159/watcher-4522929-1751650159 -o /tmp/evaluation-result-4522929-1751650159/solver-4522929-1751650159 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751646559-96679 --watchdog 3760  pbsolver -f HOME/instance-4522929-1751650159.opb -t 3600 -m 31000

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

MD5SUM BENCH= 9cee63c9b1f689a984aff093bf48a6b9
RANDOM SEED=989782778

nodeC001 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		: 3491.655
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.49
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.258
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.49
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.362
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.49
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		: 3700.000
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.49
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		: 3491.925
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.49
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.193
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.49
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		: 3700.000
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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.49
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		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        124876332 kB
MemAvailable:   126316188 kB
Buffers:            1668 kB
Cached:          2222420 kB
SwapCached:          128 kB
Active:          3865848 kB
Inactive:        1976408 kB
Active(anon):    3608060 kB
Inactive(anon):    27916 kB
Active(file):     257788 kB
Inactive(file):  1948492 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             36516 kB
Writeback:             4 kB
AnonPages:       3586800 kB
Mapped:           125952 kB
Shmem:             17776 kB
KReclaimable:     146024 kB
Slab:             233668 kB
SReclaimable:     146024 kB
SUnreclaim:        87644 kB
KernelStack:        4032 kB
PageTables:        10416 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    4168620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2334720 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432488 MiB
End job on nodeC001 at 2025-07-04 20:29:17