Trace number 4522883

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP 2025-06-13? 3588.69 3599.82

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/
SMTI/SMTI_PBO/SMTI_25000_10_0.95_10.opb
MD5SUMcd27816f7e4cb1046eb5da038ad24d41
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 benchmark0
Best CPU time to get the best result obtained on this benchmark35.6559
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.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-4522883-1751590941.opb>
2.58/2.67	c original problem has 300000 variables (300000 bin, 0 int, 0 cont) and 300001 constraints
2.58/2.67	c problem read in 2.667 seconds
5.27/5.33	c presolving:
10.65/10.78	c    (10.8s) running MILP presolver
13.15/13.23	c    (13.2s) MILP presolver (2 rounds): 0 aggregations, 127 fixings, 0 bound changes
13.25/13.39	c (round 1, medium)     275 del vars, 71 del conss, 0 add conss, 5 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 49953 clqs
13.35/13.46	c (round 2, fast)       538 del vars, 440 del conss, 0 add conss, 5 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 49953 clqs
16.84/16.96	c (round 3, exhaustive) 538 del vars, 522 del conss, 0 add conss, 5 chg bounds, 0 chg sides, 0 chg coeffs, 299478 upgd conss, 0 impls, 49953 clqs
19.63/19.74	c (round 4, exhaustive) 538 del vars, 20496 del conss, 0 add conss, 5 chg bounds, 0 chg sides, 0 chg coeffs, 299478 upgd conss, 0 impls, 49953 clqs
24.11/24.27	c (round 5, exhaustive) 4677 del vars, 20496 del conss, 0 add conss, 5 chg bounds, 0 chg sides, 7074 chg coeffs, 299478 upgd conss, 0 impls, 49953 clqs
24.61/24.73	c (round 6, fast)       8817 del vars, 20498 del conss, 0 add conss, 5 chg bounds, 0 chg sides, 13839 chg coeffs, 299478 upgd conss, 0 impls, 49952 clqs
25.81/25.97	c (round 7, exhaustive) 8817 del vars, 22892 del conss, 0 add conss, 5 chg bounds, 0 chg sides, 13839 chg coeffs, 299478 upgd conss, 0 impls, 49952 clqs
37.58/37.78	c    (37.8s) sparsify aborted: 6350/4729729 (0.1%) nonzeros canceled - in total 6350 canceled nonzeros, 6350 changed coefficients, 0 added nonzeros
86.62/86.93	c    (86.9s) probing: 1000/295411 (0.3%) - 21 fixings, 0 aggregations, 1891 implications, 0 bound changes
87.73/88.08	c    (88.1s) probing: 1023/295411 (0.3%) - 21 fixings, 0 aggregations, 1917 implications, 0 bound changes
87.73/88.08	c    (88.1s) probing aborted: 1000/1000 successive useless probings
90.51/90.82	c    (90.8s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
92.31/92.65	c    (92.7s) no symmetry present (symcode time: 0.39)
94.50/94.83	c presolving (8 rounds: 8 fast, 6 medium, 5 exhaustive):
94.50/94.83	c  8859 deleted vars, 22946 deleted constraints, 0 added constraints, 5 tightened bounds, 0 added holes, 0 changed sides, 20296 changed coefficients
94.50/94.83	c  0 implications, 51869 cliques
94.50/94.83	c presolved problem has 295390 variables (295390 bin, 0 int, 0 cont) and 277055 constraints
94.50/94.83	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
94.50/94.83	c   49952 constraints of type <setppc>
94.50/94.83	c     390 constraints of type <linear>
94.50/94.83	c  226713 constraints of type <logicor>
94.50/94.83	c transformed objective value is always integral (scale: 1)
94.50/94.83	c Presolving Time: 89.61
94.50/94.83	c 
94.50/94.83	c - non default parameters ----------------------------------------------------------------------
94.50/94.83	c 
94.50/94.83	c # SCIP version 10.0.0
94.50/94.83	c 
94.50/94.83	c # maximal time in seconds to run
94.50/94.83	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
94.50/94.83	c limits/time = 3596.997142
94.50/94.83	c 
94.50/94.83	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
94.50/94.83	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
94.50/94.83	c limits/memory = 27900
94.50/94.83	c 
94.50/94.83	c # belongs reading time to solving time?
94.50/94.83	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
94.50/94.83	c timing/reading = TRUE
94.50/94.83	c 
94.50/94.83	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
94.50/94.83	c # [type: int, advanced: TRUE, range: [-1,2147483647], default: -1]
94.50/94.83	c reading/opbreader/maxintsize = 47
94.50/94.83	c 
94.50/94.83	c # timing when propagator should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS))
94.50/94.83	c # [type: int, advanced: TRUE, range: [0,15], default: 15]
94.50/94.83	c propagating/genvbounds/timingmask = 0
94.50/94.83	c 
94.50/94.83	c -----------------------------------------------------------------------------------------------
94.50/94.89	c 
3586.27/3597.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3586.27/3597.40	c  3597s|     1 |     0 |211257 |     - |  3255M |   0 | 295k| 276k| 276k|   0 |  0 |  43 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3586.27/3597.40	c (node 1) LP solver hit time limit in LP 1 -- using pseudo solution instead
3586.27/3597.40	c 
3586.27/3597.40	c SCIP Status        : solving was interrupted [time limit reached]
3586.27/3597.40	c Solving Time (sec) : 3597.40
3586.27/3597.40	c Solving Nodes      : 1
3586.27/3597.40	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
3586.27/3597.40	c Dual Bound         : +0.00000000000000e+00
3586.27/3597.40	c Gap                : infinite
3586.27/3597.40	s UNKNOWN
3586.27/3597.40	c SCIP Status        : solving was interrupted [time limit reached]
3586.27/3597.40	c Total Time         :    3597.40
3586.27/3597.40	c   solving          :    3597.40
3586.27/3597.40	c   presolving       :      89.61 (included in solving)
3586.27/3597.40	c   reading          :       2.67 (included in solving)
3586.27/3597.40	c   copying          :       0.00 (0 times copied the problem)
3586.27/3597.40	c Original Problem   :
3586.27/3597.40	c   Problem name     : HOME/instance-4522883-1751590941.opb
3586.27/3597.40	c   Variables        : 300000 (300000 binary, 0 integer, 0 continuous)
3586.27/3597.40	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
3586.27/3597.40	c   Constraints      : 300001 initial, 300001 maximal
3586.27/3597.40	c   Objective        : minimize, 50000 non-zeros (abs.min = 1, abs.max = 1)
3586.27/3597.40	c Presolved Problem  :
3586.27/3597.40	c   Problem name     : t_HOME/instance-4522883-1751590941.opb
3586.27/3597.40	c   Variables        : 295390 (295390 binary, 0 integer, 0 continuous)
3586.27/3597.40	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
3586.27/3597.40	c   Constraints      : 277055 initial, 277055 maximal
3586.27/3597.41	c   Objective        : minimize, 47532 non-zeros (abs.min = 1, abs.max = 1)
3586.27/3597.41	c   Nonzeros         : 4723371 constraint, 547136 clique table
3586.27/3597.41	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3586.27/3597.41	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.27/3597.41	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.27/3597.41	c   domcol           :       1.45       0.00      1          0          0          0          0          0          0          0          0         78
3586.27/3597.41	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.27/3597.41	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.27/3597.41	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.27/3597.41	c   dualsparsify     :       2.75       0.00      1          0          0          0          0          0          0          0          0          0
3586.27/3597.41	c   gateextraction   :       1.53       0.00      4          0          0          0          0          0       2394          0          0          0
3586.27/3597.41	c   implics          :       0.03       0.00      6          0          0          0          0          0          0          0          0          0
3586.27/3597.41	c   implint          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.27/3597.41	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.27/3597.41	c   milp             :       6.67       0.00      1        127          0          0          0          0          0          0          0          0
3586.27/3597.41	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.27/3597.41	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.27/3597.41	c   sparsify         :       5.88       0.00      1          0          0          0          0          0          0          0          0       6350
3586.27/3597.41	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.27/3597.41	c   trivial          :       0.09       0.00      8       4402          0          0          0          0          0          0          0          0
3586.27/3597.41	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.27/3597.41	c   dualfix          :       0.07       0.00      8          0          0          0          0          0          0          0          0          0
3586.27/3597.41	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.27/3597.41	c   probing          :      50.30       0.01      1         21          0          0          0          0          0          0          0          0
3586.27/3597.41	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.27/3597.41	c   symmetry         :       1.83       0.00      1          0          0          0          0          0          0          0          0          0
3586.27/3597.41	c   vbounds          :       0.14       0.00      1         17         29          0          0          0          0          0          0          0
3586.27/3597.41	c   setppc           :       0.78       0.02     12          0          1          0          0          0          1          0          0          0
3586.27/3597.41	c   linear           :       3.31       1.32     12          5          8          0          5          0        522          0          0          0
3586.27/3597.41	c   logicor          :      11.02       1.03     12       4160          0          0          0          0      20029          0          0      13868
3586.27/3597.41	c   components       :       1.07       0.00      1          0          0          0          0          0          0          0          0          0
3586.27/3597.41	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
3586.27/3597.41	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3586.27/3597.41	c   integral         :          0          0          0          0          0          0          0          6          0          0          0          0          0          0          0
3586.27/3597.41	c   setppc           :      49952+     49983          0     249579          0          0          0          3        385          2          0          0          0          0          0
3586.27/3597.41	c   linear           :        390        390          0     249577          0          0          0          3          0          0          0          0          0          0          0
3586.27/3597.41	c   logicor          :     226713+    226725          0     151282          0          0          0          0         19         43          0          0          0          0          0
3586.27/3597.41	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3586.27/3597.41	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3586.27/3597.41	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3586.27/3597.41	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3586.27/3597.41	c   integral         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.27/3597.41	c   setppc           :       6.18       0.02       0.14       6.02       0.00       0.00       0.00       0.00       0.00       0.00
3586.27/3597.41	c   linear           :       1.53       1.32       0.01       0.20       0.00       0.00       0.00       0.00       0.00       0.00
3586.27/3597.41	c   logicor          :       3.68       1.03       0.82       1.84       0.00       0.00       0.00       0.00       0.00       0.00
3586.27/3597.41	c   fixedvar         :       0.01       0.01       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.27/3597.41	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.27/3597.41	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.27/3597.41	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3586.27/3597.41	c   dualfix          :          1          0          0          0
3586.27/3597.41	c   genvbounds       :          0          0          0          0
3586.27/3597.41	c   nlobbt           :          0          0          0          0
3586.27/3597.41	c   obbt             :          0          0          0          0
3586.27/3597.41	c   probing          :          0          0          0          0
3586.27/3597.41	c   pseudoobj        :          1          0          0          0
3586.27/3597.41	c   redcost          :          0          0          0          0
3586.27/3597.41	c   rootredcost      :          0          0          0          0
3586.27/3597.41	c   symmetry         :          0          0          0          0
3586.27/3597.41	c   vbounds          :      53653          0          0          0
3586.27/3597.41	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3586.27/3597.41	c   dualfix          :       0.08       0.00       0.07       0.01       0.00       0.00
3586.27/3597.41	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
3586.27/3597.41	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3586.27/3597.41	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3586.27/3597.41	c   probing          :      50.31       0.01      50.30       0.00       0.00       0.00
3586.27/3597.41	c   pseudoobj        :      11.86       0.00       0.00      11.86       0.00       0.00
3586.27/3597.41	c   redcost          :       0.01       0.00       0.00       0.01       0.00       0.00
3586.27/3597.41	c   rootredcost      :       0.01       0.00       0.00       0.01       0.00       0.00
3586.27/3597.41	c   symmetry         :       1.84       0.00       1.83       0.01       0.00       0.00
3586.27/3597.41	c   vbounds          :       0.25       0.00       0.14       0.11       0.00       0.00
3586.27/3597.41	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3586.27/3597.41	c   propagation      :       0.00         34         34          -         35        4.4          8        2.1          -          -          -
3586.27/3597.41	c   infeasible LP    :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3586.27/3597.41	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3586.27/3597.41	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3586.27/3597.41	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3586.27/3597.41	c   applied globally :       0.00          -          -          0         43        3.5          -          -          0          -          -
3586.27/3597.41	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
3586.27/3597.41	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3586.27/3597.41	c   cut pool         :       0.00          -          0          0          -          -          0          0          -          -          -          -          -    (maximal pool size:          0)
3586.27/3597.41	c   aggregation      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.27/3597.41	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
3586.27/3597.41	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
3586.27/3597.41	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
3586.27/3597.41	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.27/3597.41	c   clique           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.27/3597.41	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.27/3597.41	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.27/3597.41	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.27/3597.41	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.27/3597.41	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.27/3597.41	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.27/3597.41	c   > gomorymi       :          -          -          -          -          -          -          -          0          0          0          0          0          -
3586.27/3597.41	c   > strongcg       :          -          -          -          -          -          -          -          0          0          0          0          0          -
3586.27/3597.41	c   impliedbounds    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.27/3597.41	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.27/3597.41	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.27/3597.41	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.27/3597.41	c   mcf              :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.27/3597.41	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.27/3597.41	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.27/3597.41	c   multilinear      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.27/3597.41	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.27/3597.41	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.27/3597.41	c   rlt              :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.27/3597.41	c   zerohalf         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.27/3597.41	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3586.27/3597.41	c   hybrid           :       0.00       0.00          0          0          0          0          0          0          0          0
3586.27/3597.41	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3586.27/3597.41	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3586.27/3597.41	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3586.27/3597.41	c   problem variables:       0.00          -          0          0
3586.27/3597.41	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3586.27/3597.41	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3586.27/3597.41	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3586.27/3597.41	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3586.27/3597.41	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3586.27/3597.41	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3586.27/3597.41	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3586.27/3597.41	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3586.27/3597.41	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3586.27/3597.41	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3586.27/3597.41	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3586.27/3597.41	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3586.27/3597.41	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3586.27/3597.41	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3586.27/3597.41	c   relpscost        :       0.00       0.00          0          0          0          0          0          0          0          0
3586.27/3597.41	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3586.27/3597.41	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3586.27/3597.41	c   LP solutions     :       0.00          -          -          0          0
3586.27/3597.41	c   relax solutions  :       0.00          -          -          0          0
3586.27/3597.41	c   pseudo solutions :       0.00          -          -          0          0
3586.27/3597.41	c   strong branching :       0.00          -          -          0          0
3586.27/3597.41	c   actconsdiving    :       0.00       0.00          0          0          0
3586.27/3597.41	c   adaptivediving   :       0.00       0.00          0          0          0
3586.27/3597.41	c   alns             :       0.00       0.00          0          0          0
3586.27/3597.41	c   bound            :       0.00       0.00          0          0          0
3586.27/3597.41	c   clique           :       3.23       0.00          1          0          0
3586.27/3597.41	c   coefdiving       :       0.00       0.00          0          0          0
3586.27/3597.41	c   completesol      :       0.00       0.00          0          0          0
3586.27/3597.41	c   conflictdiving   :       0.00       0.00          0          0          0
3586.27/3597.41	c   crossover        :       0.00       0.00          0          0          0
3586.27/3597.41	c   dins             :       0.00       0.00          0          0          0
3586.27/3597.41	c   distributiondivin:       0.00       0.00          0          0          0
3586.27/3597.41	c   dks              :       0.00       0.00          0          0          0
3586.27/3597.41	c   dps              :       0.00       0.00          0          0          0
3586.27/3597.41	c   dualval          :       0.00       0.00          0          0          0
3586.27/3597.41	c   farkasdiving     :       0.00       0.00          0          0          0
3586.27/3597.41	c   feaspump         :       0.00       0.00          0          0          0
3586.27/3597.41	c   fixandinfer      :       0.00       0.00          0          0          0
3586.27/3597.41	c   fracdiving       :       0.00       0.00          0          0          0
3586.27/3597.41	c   gins             :       0.00       0.00          0          0          0
3586.27/3597.41	c   guideddiving     :       0.00       0.00          0          0          0
3586.27/3597.41	c   indicator        :       0.00       0.00          0          0          0
3586.27/3597.41	c   indicatordiving  :       0.00       0.00          0          0          0
3586.27/3597.41	c   intdiving        :       0.00       0.00          0          0          0
3586.27/3597.41	c   intshifting      :       0.00       0.00          0          0          0
3586.27/3597.41	c   linesearchdiving :       0.00       0.00          0          0          0
3586.27/3597.41	c   localbranching   :       0.00       0.00          0          0          0
3586.27/3597.41	c   locks            :       5.91       0.00          1          0          0
3586.27/3597.41	c   lpface           :       0.00       0.00          0          0          0
3586.27/3597.41	c   mpec             :       0.00       0.00          0          0          0
3586.27/3597.41	c   multistart       :       0.00       0.00          0          0          0
3586.27/3597.41	c   mutation         :       0.00       0.00          0          0          0
3586.27/3597.41	c   nlpdiving        :       0.00       0.00          0          0          0
3586.27/3597.41	c   objpscostdiving  :       0.00       0.00          0          0          0
3586.27/3597.41	c   octane           :       0.00       0.00          0          0          0
3586.27/3597.41	c   ofins            :       0.00       0.00          0          0          0
3586.27/3597.41	c   oneopt           :       0.00       0.00          0          0          0
3586.27/3597.41	c   padm             :       0.00       0.00          0          0          0
3586.27/3597.41	c   proximity        :       0.00       0.00          0          0          0
3586.27/3597.41	c   pscostdiving     :       0.00       0.00          0          0          0
3586.27/3597.41	c   randrounding     :       0.00       0.00          0          0          0
3586.27/3597.41	c   rens             :       0.00       0.00          0          0          0
3586.27/3597.41	c   reoptsols        :       0.00       0.00          0          0          0
3586.27/3597.41	c   repair           :       0.00       0.00          0          0          0
3586.27/3597.41	c   rins             :       0.00       0.00          0          0          0
3586.27/3597.41	c   rootsoldiving    :       0.00       0.00          0          0          0
3586.27/3597.41	c   rounding         :       0.00       0.00          0          0          0
3586.27/3597.41	c   scheduler        :       0.00       0.00          0          0          0
3586.27/3597.41	c   shiftandpropagate:       1.82       0.00          1          0          0
3586.27/3597.41	c   shifting         :       0.00       0.00          0          0          0
3586.27/3597.41	c   simplerounding   :       0.00       0.00          0          0          0
3586.27/3597.41	c   subnlp           :       0.00       0.00          0          0          0
3586.27/3597.41	c   trivial          :       0.20       0.00          2          0          0
3586.27/3597.41	c   trivialnegation  :       0.00       0.00          0          0          0
3586.27/3597.41	c   trustregion      :       0.00       0.00          0          0          0
3586.27/3597.41	c   trysol           :       0.00       0.00          0          0          0
3586.27/3597.41	c   twoopt           :       0.00       0.00          0          0          0
3586.27/3597.41	c   undercover       :       0.00       0.00          0          0          0
3586.27/3597.41	c   vbounds          :       2.66       0.00          1          0          0
3586.27/3597.41	c   veclendiving     :       0.00       0.00          0          0          0
3586.27/3597.41	c   zeroobj          :       0.00       0.00          0          0          0
3586.27/3597.41	c   zirounding       :       0.00       0.00          0          0          0
3586.27/3597.41	c   other solutions  :          -          -          -          0          -
3586.27/3597.41	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3586.27/3597.41	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
3586.27/3597.41	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
3586.27/3597.41	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
3586.27/3597.41	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
3586.27/3597.41	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
3586.27/3597.41	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
3586.27/3597.41	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
3586.27/3597.41	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
3586.27/3597.41	c   trustregion      :          0       0.00       0.00          0          0          0    0.00000    0.00000   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    0
3586.27/3597.41	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3586.27/3597.41	c   primal LP        :       0.00          0          0       0.00          -       0.00          0
3586.27/3597.41	c   dual LP          :    3476.82          1     211257  211257.00      60.76       0.00          0
3586.27/3597.41	c   lex dual LP      :       0.00          0          0       0.00          -
3586.27/3597.41	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3586.27/3597.41	c   resolve instable :       0.00          0          0       0.00          -
3586.27/3597.41	c   diving/probing LP:       0.00          0          0       0.00          -
3586.27/3597.41	c   strong branching :       0.00          0          0       0.00          -          -          -          0
3586.27/3597.41	c     (at root node) :          -          0          0       0.00          -
3586.27/3597.41	c   conflict analysis:       0.00          0          0       0.00          -
3586.27/3597.41	c Relaxators         :       Time      Calls    Cutoffs ImprBounds   ImprTime ReducedDom  Separated AddedConss
3586.27/3597.41	c   benders          :       0.00          0          0          0       0.00          0          0          0
3586.27/3597.41	c B&B Tree           :
3586.27/3597.41	c   number of runs   :          1
3586.27/3597.41	c   nodes            :          1 (0 internal, 1 leaves)
3586.27/3597.41	c   feasible leaves  :          0
3586.27/3597.41	c   infeas. leaves   :          0
3586.27/3597.41	c   objective leaves :          0
3586.27/3597.41	c   nodes (total)    :          1 (0 internal, 1 leaves)
3586.27/3597.41	c   nodes left       :          1
3586.27/3597.41	c   max depth        :          0
3586.27/3597.41	c   max depth (total):          0
3586.27/3597.41	c   backtracks       :          0 (0.0%)
3586.27/3597.41	c   early backtracks :          0 (0.0%)
3586.27/3597.41	c   nodes exc. ref.  :          0 (0.0%)
3586.27/3597.41	c   delayed cutoffs  :          0
3586.27/3597.41	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
3586.27/3597.41	c   avg switch length:       1.00
3586.27/3597.41	c   switching time   :       0.00
3586.27/3597.41	c Root Node          :
3586.27/3597.41	c   First LP value   :          -
3586.27/3597.41	c   First LP Iters   :          0
3586.27/3597.41	c   First LP Time    :    3476.82
3586.27/3597.41	c   Final Dual Bound : +0.00000000000000e+00
3586.27/3597.41	c   Final Root Iters :     211257
3586.27/3597.41	c   Root LP Estimate :                     -
3586.27/3597.41	c Solution           :
3586.27/3597.41	c   Solutions found  :          0 (0 improvements)
3586.27/3597.41	c   Primal Bound     :          -
3586.27/3597.41	c   Dual Bound       : +0.00000000000000e+00
3586.27/3597.41	c   Gap              :   infinite
3586.27/3597.41	c Integrals          :      Total       Avg%
3586.27/3597.41	c   primal-dual      :  359739.66     100.00
3586.27/3597.41	c   primal-ref       :          -          - (not evaluated)
3586.27/3597.41	c   dual-ref         :          -          - (not evaluated)
3588.66/3599.81	c Time complete (sec):   3588.686

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4522883-1751590941/watcher-4522883-1751590941 -o /tmp/evaluation-result-4522883-1751590941/solver-4522883-1751590941 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751590941-84095 --watchdog 3760 pbsolver -f HOME/instance-4522883-1751590941.opb -t 3600 -m 31000 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100074 s]*
/proc/loadavg: 0.72 2.56 3.54 5/254 84154
/proc/meminfo: memFree=128815456/131382112 swapFree=33010416/33010684
[pid=84153] ppid=84150 vsize=104516 memory=91264 CPUtime=0.1 cores=0,2
/proc/84153/stat : 84153 (pbsolver) R 84150 84153 84085 0 -1 4194304 20827 0 0 0 6 4 0 0 20 0 1 0 74773917 107024384 22784 18446744073709551615 4198400 14743177 140726637730032 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 16769280 16853168 47853568 140726637734282 140726637734378 140726637734378 140726637739980 0
/proc/84153/statm: 26129 22784 2176 2575 0 23036 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 104516 KiB
Current children cumulated memory: 91264 KiB

[startup+0.21438 s]*
/proc/loadavg: 0.72 2.56 3.54 5/254 84154
/proc/meminfo: memFree=128698716/131382112 swapFree=33010416/33010684
[pid=84153] ppid=84150 vsize=176756 memory=163456 CPUtime=0.22 cores=0,2
/proc/84153/stat : 84153 (pbsolver) R 84150 84153 84085 0 -1 4194304 38900 0 0 0 13 9 0 0 20 0 1 0 74773917 180998144 40864 18446744073709551615 4198400 14743177 140726637730032 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 16769280 16853168 47853568 140726637734282 140726637734378 140726637734378 140726637739980 0
/proc/84153/statm: 44189 40864 2176 2575 0 41096 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 176756 KiB
Current children cumulated memory: 163456 KiB

[startup+0.314393 s]*
/proc/loadavg: 0.72 2.56 3.54 5/254 84154
/proc/meminfo: memFree=128597724/131382112 swapFree=33010416/33010684
[pid=84153] ppid=84150 vsize=238524 memory=225280 CPUtime=0.32 cores=0,2
/proc/84153/stat : 84153 (pbsolver) R 84150 84153 84085 0 -1 4194304 54353 0 0 0 20 12 0 0 20 0 1 0 74773917 244248576 56320 18446744073709551615 4198400 14743177 140726637730032 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 16769280 16853168 47853568 140726637734282 140726637734378 140726637734378 140726637739980 0
/proc/84153/statm: 59631 56320 2176 2575 0 56538 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 238524 KiB
Current children cumulated memory: 225280 KiB

[startup+0.700338 s]
/proc/loadavg: 1.06 2.60 3.55 5/254 84154
/proc/meminfo: memFree=128468700/131382112 swapFree=33010416/33010684
[pid=84153] ppid=84150 vsize=364444 memory=350936 CPUtime=0.69 cores=0,2
/proc/84153/stat : 84153 (pbsolver) R 84150 84153 84085 0 -1 4194304 85263 0 0 0 51 18 0 0 20 0 1 0 74773917 373190656 87734 18446744073709551615 4198400 14743177 140726637730032 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 16769280 16853168 47853568 140726637734282 140726637734378 140726637734378 140726637739980 0
/proc/84153/statm: 91111 87734 2176 2575 0 88018 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 364444 KiB
Current children cumulated memory: 350936 KiB

[startup+1.50033 s]
/proc/loadavg: 1.06 2.60 3.55 5/254 84154
/proc/meminfo: memFree=128114292/131382112 swapFree=33010416/33010684
[pid=84153] ppid=84150 vsize=435952 memory=422488 CPUtime=1.49 cores=0,2
/proc/84153/stat : 84153 (pbsolver) R 84150 84153 84085 0 -1 4194304 103161 0 0 0 128 21 0 0 20 0 1 0 74773917 446414848 105622 18446744073709551615 4198400 14743177 140726637730032 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 16769280 16853168 47853568 140726637734282 140726637734378 140726637734378 140726637739980 0
/proc/84153/statm: 108988 105622 2176 2575 0 105895 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 435952 KiB
Current children cumulated memory: 422488 KiB

[startup+3.11395 s]
/proc/loadavg: 1.06 2.60 3.55 5/254 84154
/proc/meminfo: memFree=127212884/131382112 swapFree=33010416/33010684
[pid=84153] ppid=84150 vsize=874604 memory=863820 CPUtime=3.09 cores=0,2
/proc/84153/stat : 84153 (pbsolver) R 84150 84153 84085 0 -1 4194304 215819 0 0 0 270 39 0 0 20 0 1 0 74773917 895594496 215955 18446744073709551615 4198400 14743177 140726637730032 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 47853568 140726637734282 140726637734378 140726637734378 140726637739980 0
/proc/84153/statm: 218651 215955 2368 2575 0 215558 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 874604 KiB
Current children cumulated memory: 863820 KiB

[startup+6.30026 s]
/proc/loadavg: 1.29 2.63 3.55 5/254 84154
/proc/meminfo: memFree=126283260/131382112 swapFree=33010416/33010684
[pid=84153] ppid=84150 vsize=1521100 memory=1494196 CPUtime=6.27 cores=0,2
/proc/84153/stat : 84153 (pbsolver) R 84150 84153 84085 0 -1 4194304 371854 0 0 0 564 63 0 0 20 0 1 0 74773917 1557606400 373549 18446744073709551615 4198400 14743177 140726637730032 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 47853568 140726637734282 140726637734378 140726637734378 140726637739980 0
/proc/84153/statm: 380275 373549 2400 2575 0 377182 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1521100 KiB
Current children cumulated memory: 1494196 KiB

[startup+12.7003 s]
/proc/loadavg: 1.51 2.65 3.55 5/254 84154
/proc/meminfo: memFree=124911976/131382112 swapFree=33010416/33010684
[pid=84153] ppid=84150 vsize=2216544 memory=2171988 CPUtime=12.65 cores=0,2
/proc/84153/stat : 84153 (pbsolver) R 84150 84153 84085 0 -1 4194304 411928 0 0 0 1172 93 0 0 20 0 1 0 74773917 2269741056 542997 18446744073709551615 4198400 14743177 140726637730032 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 47853568 140726637734282 140726637734378 140726637734378 140726637739980 0
/proc/84153/statm: 554136 542997 2496 2575 0 551043 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2216544 KiB
Current children cumulated memory: 2171988 KiB

[startup+25.5004 s]
/proc/loadavg: 1.89 2.69 3.56 5/255 84156
/proc/meminfo: memFree=124439828/131382112 swapFree=33010416/33010684
[pid=84153] ppid=84150 vsize=2256604 memory=2212320 CPUtime=25.41 cores=0,2
/proc/84153/stat : 84153 (pbsolver) R 84150 84153 84085 0 -1 4194304 542577 0 0 0 2426 115 0 0 20 0 1 0 74773917 2310762496 553080 18446744073709551615 4198400 14743177 140726637730032 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 47853568 140726637734282 140726637734378 140726637734378 140726637739980 0
/proc/84153/statm: 564151 553080 2496 2575 0 561058 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 2256604 KiB
Current children cumulated memory: 2212320 KiB

[startup+51.1141 s]
/proc/loadavg: 2.91 2.87 3.59 5/255 84201
/proc/meminfo: memFree=124187912/131382112 swapFree=33010416/33010684
[pid=84153] ppid=84150 vsize=2480536 memory=2408008 CPUtime=50.95 cores=0,2
/proc/84153/stat : 84153 (pbsolver) R 84150 84153 84085 0 -1 4194304 555471 0 0 0 4975 120 0 0 20 0 1 0 74773917 2540068864 602002 18446744073709551615 4198400 14743177 140726637730032 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 47853568 140726637734282 140726637734378 140726637734378 140726637739980 0
/proc/84153/statm: 620134 602002 2560 2575 0 617041 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 2480536 KiB
Current children cumulated memory: 2408008 KiB

[startup+102.3 s]
/proc/loadavg: 3.53 3.05 3.61 5/255 84248
/proc/meminfo: memFree=124460640/131382112 swapFree=33010416/33010684
[pid=84153] ppid=84150 vsize=3044300 memory=2896124 CPUtime=101.98 cores=0,2
/proc/84153/stat : 84153 (pbsolver) R 84150 84153 84085 0 -1 4194304 646319 0 0 0 10060 138 0 0 20 0 1 0 74773917 3117363200 724031 18446744073709551615 4198400 14743177 140726637730032 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 47853568 140726637734282 140726637734378 140726637734378 140726637739980 0
/proc/84153/statm: 761075 724031 2592 2575 0 757982 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 3044300 KiB
Current children cumulated memory: 2896124 KiB

[startup+162.3 s]
/proc/loadavg: 3.88 3.24 3.65 5/255 84250
/proc/meminfo: memFree=123616668/131382112 swapFree=33010416/33010684
[pid=84153] ppid=84150 vsize=3779420 memory=3596820 CPUtime=161.75 cores=0,2
/proc/84153/stat : 84153 (pbsolver) R 84150 84153 84085 0 -1 4194304 724270 0 0 0 16005 170 0 0 20 0 1 0 74773917 3870126080 899205 18446744073709551615 4198400 14743177 140726637730032 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 47853568 140726637734282 140726637734378 140726637734378 140726637739980 0
/proc/84153/statm: 944855 899205 2656 2575 0 941762 0
Current children cumulated CPU time: 161.75 s
Current children cumulated vsize: 3779420 KiB
Current children cumulated memory: 3596820 KiB

[startup+222.3 s]
/proc/loadavg: 4.06 3.41 3.68 5/252 84254
/proc/meminfo: memFree=123470764/131382112 swapFree=33010416/33010684
[pid=84153] ppid=84150 vsize=3837376 memory=3661992 CPUtime=221.56 cores=0,2
/proc/84153/stat : 84153 (pbsolver) R 84150 84153 84085 0 -1 4194304 730355 0 0 0 21984 172 0 0 20 0 1 0 74773917 3929473024 915498 18446744073709551615 4198400 14743177 140726637730032 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 47853568 140726637734282 140726637734378 140726637734378 140726637739980 0
/proc/84153/statm: 959344 915498 2656 2575 0 956251 0
Current children cumulated CPU time: 221.56 s
Current children cumulated vsize: 3837376 KiB
Current children cumulated memory: 3661992 KiB

[startup+282.3 s]
/proc/loadavg: 4.07 3.53 3.71 5/252 84257
/proc/meminfo: memFree=123388848/131382112 swapFree=33010416/33010684
[pid=84153] ppid=84150 vsize=3852912 memory=3677608 CPUtime=281.37 cores=0,2
/proc/84153/stat : 84153 (pbsolver) R 84150 84153 84085 0 -1 4194304 735603 0 0 0 27963 174 0 0 20 0 1 0 74773917 3945381888 919402 18446744073709551615 4198400 14743177 140726637730032 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 47853568 140726637734282 140726637734378 140726637734378 140726637739980 0
/proc/84153/statm: 963228 919402 2656 2575 0 960135 0
Current children cumulated CPU time: 281.37 s
Current children cumulated vsize: 3852912 KiB
Current children cumulated memory: 3677608 KiB

[startup+342.3 s]
/proc/loadavg: 4.07 3.64 3.74 5/251 84265
/proc/meminfo: memFree=123392744/131382112 swapFree=33010416/33010684
[pid=84153] ppid=84150 vsize=3860776 memory=3685800 CPUtime=341.17 cores=0,2
/proc/84153/stat : 84153 (pbsolver) R 84150 84153 84085 0 -1 4194304 740798 0 0 0 33941 176 0 0 20 0 1 0 74773917 3953434624 921450 18446744073709551615 4198400 14743177 140726637730032 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 47853568 140726637734282 140726637734378 140726637734378 140726637739980 0
/proc/84153/statm: 965194 921450 2656 2575 0 962101 0
Current children cumulated CPU time: 341.17 s
Current children cumulated vsize: 3860776 KiB
Current children cumulated memory: 3685800 KiB

[startup+402.3 s]
/proc/loadavg: 4.11 3.73 3.76 5/250 84267
/proc/meminfo: memFree=123370608/131382112 swapFree=33010416/33010684
[pid=84153] ppid=84150 vsize=3861824 memory=3686824 CPUtime=400.98 cores=0,2
/proc/84153/stat : 84153 (pbsolver) R 84150 84153 84085 0 -1 4194304 741074 0 0 0 39922 176 0 0 20 0 1 0 74773917 3954507776 921706 18446744073709551615 4198400 14743177 140726637730032 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 47853568 140726637734282 140726637734378 140726637734378 140726637739980 0
/proc/84153/statm: 965456 921706 2656 2575 0 962363 0
Current children cumulated CPU time: 400.98 s
Current children cumulated vsize: 3861824 KiB
Current children cumulated memory: 3686824 KiB

[startup+462.3 s]
/proc/loadavg: 4.08 3.80 3.79 5/250 84269
/proc/meminfo: memFree=123396308/131382112 swapFree=33010416/33010684
[pid=84153] ppid=84150 vsize=3863208 memory=3688232 CPUtime=460.79 cores=0,2
/proc/84153/stat : 84153 (pbsolver) R 84150 84153 84085 0 -1 4194304 741422 0 0 0 45903 176 0 0 20 0 1 0 74773917 3955924992 922058 18446744073709551615 4198400 14743177 140726637730032 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 47853568 140726637734282 140726637734378 140726637734378 140726637739980 0
/proc/84153/statm: 965802 922058 2656 2575 0 962709 0
Current children cumulated CPU time: 460.79 s

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

/proc/loadavg: 4.16 4.29 4.17 5/249 84393
/proc/meminfo: memFree=122962220/131382112 swapFree=33010416/33010684
[pid=84153] ppid=84150 vsize=3950336 memory=3790140 CPUtime=3152.43 cores=0,2
/proc/84153/stat : 84153 (pbsolver) R 84150 84153 84085 0 -1 4194304 748461 0 0 0 315059 184 0 0 20 0 1 0 74773917 4045144064 947535 18446744073709551615 4198400 14743177 140726637730032 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 47853568 140726637734282 140726637734378 140726637734378 140726637739980 0
/proc/84153/statm: 987584 947535 2656 2575 0 984491 0
Current children cumulated CPU time: 3152.43 s
Current children cumulated vsize: 3950336 KiB
Current children cumulated memory: 3790140 KiB

[startup+3222.3 s]
/proc/loadavg: 4.18 4.27 4.17 5/250 84396
/proc/meminfo: memFree=122960840/131382112 swapFree=33010416/33010684
[pid=84153] ppid=84150 vsize=3950336 memory=3790140 CPUtime=3212.26 cores=0,2
/proc/84153/stat : 84153 (pbsolver) R 84150 84153 84085 0 -1 4194304 748474 0 0 0 321042 184 0 0 20 0 1 0 74773917 4045144064 947535 18446744073709551615 4198400 14743177 140726637730032 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 47853568 140726637734282 140726637734378 140726637734378 140726637739980 0
/proc/84153/statm: 987584 947535 2656 2575 0 984491 0
Current children cumulated CPU time: 3212.26 s
Current children cumulated vsize: 3950336 KiB
Current children cumulated memory: 3790140 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.23 4.17 5/251 84399
/proc/meminfo: memFree=122964104/131382112 swapFree=33010416/33010684
[pid=84153] ppid=84150 vsize=3950336 memory=3790140 CPUtime=3272.09 cores=0,2
/proc/84153/stat : 84153 (pbsolver) R 84150 84153 84085 0 -1 4194304 748479 0 0 0 327025 184 0 0 20 0 1 0 74773917 4045144064 947535 18446744073709551615 4198400 14743177 140726637730032 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 47853568 140726637734282 140726637734378 140726637734378 140726637739980 0
/proc/84153/statm: 987584 947535 2656 2575 0 984491 0
Current children cumulated CPU time: 3272.09 s
Current children cumulated vsize: 3950336 KiB
Current children cumulated memory: 3790140 KiB

[startup+3342.3 s]
/proc/loadavg: 4.17 4.22 4.17 5/251 84407
/proc/meminfo: memFree=122960144/131382112 swapFree=33010416/33010684
[pid=84153] ppid=84150 vsize=3950336 memory=3792212 CPUtime=3331.92 cores=0,2
/proc/84153/stat : 84153 (pbsolver) R 84150 84153 84085 0 -1 4194304 748490 0 0 0 333008 184 0 0 20 0 1 0 74773917 4045144064 948053 18446744073709551615 4198400 14743177 140726637730032 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 47853568 140726637734282 140726637734378 140726637734378 140726637739980 0
/proc/84153/statm: 987584 948053 2656 2575 0 984491 0
Current children cumulated CPU time: 3331.92 s
Current children cumulated vsize: 3950336 KiB
Current children cumulated memory: 3792212 KiB

[startup+3402.3 s]
/proc/loadavg: 4.40 4.27 4.19 5/251 84409
/proc/meminfo: memFree=122977924/131382112 swapFree=33010416/33010684
[pid=84153] ppid=84150 vsize=3950336 memory=3792212 CPUtime=3391.75 cores=0,2
/proc/84153/stat : 84153 (pbsolver) R 84150 84153 84085 0 -1 4194304 748770 0 0 0 338991 184 0 0 20 0 1 0 74773917 4045144064 948053 18446744073709551615 4198400 14743177 140726637730032 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 47853568 140726637734282 140726637734378 140726637734378 140726637739980 0
/proc/84153/statm: 987584 948053 2656 2575 0 984491 0
Current children cumulated CPU time: 3391.75 s
Current children cumulated vsize: 3950336 KiB
Current children cumulated memory: 3792212 KiB

[startup+3462.3 s]
/proc/loadavg: 4.25 4.25 4.18 5/251 84411
/proc/meminfo: memFree=123044212/131382112 swapFree=33010416/33010684
[pid=84153] ppid=84150 vsize=3950336 memory=3792212 CPUtime=3451.58 cores=0,2
/proc/84153/stat : 84153 (pbsolver) R 84150 84153 84085 0 -1 4194304 748771 0 0 0 344974 184 0 0 20 0 1 0 74773917 4045144064 948053 18446744073709551615 4198400 14743177 140726637730032 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 47853568 140726637734282 140726637734378 140726637734378 140726637739980 0
/proc/84153/statm: 987584 948053 2656 2575 0 984491 0
Current children cumulated CPU time: 3451.58 s
Current children cumulated vsize: 3950336 KiB
Current children cumulated memory: 3792212 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.22 4.18 5/251 84424
/proc/meminfo: memFree=123006908/131382112 swapFree=33010416/33010684
[pid=84153] ppid=84150 vsize=3950336 memory=3792212 CPUtime=3511.41 cores=0,2
/proc/84153/stat : 84153 (pbsolver) R 84150 84153 84085 0 -1 4194304 748778 0 0 0 350957 184 0 0 20 0 1 0 74773917 4045144064 948053 18446744073709551615 4198400 14743177 140726637730032 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 47853568 140726637734282 140726637734378 140726637734378 140726637739980 0
/proc/84153/statm: 987584 948053 2656 2575 0 984491 0
Current children cumulated CPU time: 3511.41 s
Current children cumulated vsize: 3950336 KiB
Current children cumulated memory: 3792212 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.21 4.18 5/250 84425
/proc/meminfo: memFree=123011172/131382112 swapFree=33010416/33010684
[pid=84153] ppid=84150 vsize=3950336 memory=3792212 CPUtime=3571.23 cores=0,2
/proc/84153/stat : 84153 (pbsolver) R 84150 84153 84085 0 -1 4194304 748779 0 0 0 356939 184 0 0 20 0 1 0 74773917 4045144064 948053 18446744073709551615 4198400 14743177 140726637730032 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 47853568 140726637734282 140726637734378 140726637734378 140726637739980 0
/proc/84153/statm: 987584 948053 2656 2575 0 984491 0
Current children cumulated CPU time: 3571.23 s
Current children cumulated vsize: 3950336 KiB
Current children cumulated memory: 3792212 KiB

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

# cumulated CPU time of all completed processes:  user=3586.81 s, system=1.87634 s

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

[startup+3584 s]*
/proc/loadavg: 4.15 4.21 4.18 5/250 84426
/proc/meminfo: memFree=122994804/131382112 swapFree=33010416/33010684
[pid=84153] ppid=84150 vsize=3950336 memory=3792212 CPUtime=3572.93 cores=0,2
/proc/84153/stat : 84153 (pbsolver) R 84150 84153 84085 0 -1 4194304 748779 0 0 0 357109 184 0 0 20 0 1 0 74773917 4045144064 948053 18446744073709551615 4198400 14743177 140726637730032 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 47853568 140726637734282 140726637734378 140726637734378 140726637739980 0
/proc/84153/statm: 987584 948053 2656 2575 0 984491 0
Current children cumulated CPU time: 3572.93 s
Current children cumulated vsize: 3950336 KiB
Current children cumulated memory: 3792212 KiB

[startup+3590.4 s]
/proc/loadavg: 4.13 4.20 4.18 5/250 84426
/proc/meminfo: memFree=122994592/131382112 swapFree=33010416/33010684
[pid=84153] ppid=84150 vsize=3950336 memory=3792212 CPUtime=3579.3 cores=0,2
/proc/84153/stat : 84153 (pbsolver) R 84150 84153 84085 0 -1 4194304 748779 0 0 0 357746 184 0 0 20 0 1 0 74773917 4045144064 948053 18446744073709551615 4198400 14743177 140726637730032 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 47853568 140726637734282 140726637734378 140726637734378 140726637739980 0
/proc/84153/statm: 987584 948053 2656 2575 0 984491 0
Current children cumulated CPU time: 3579.3 s
Current children cumulated vsize: 3950336 KiB
Current children cumulated memory: 3792212 KiB

[startup+3596.8 s]
/proc/loadavg: 4.12 4.20 4.17 5/250 84426
/proc/meminfo: memFree=122988784/131382112 swapFree=33010416/33010684
[pid=84153] ppid=84150 vsize=3950336 memory=3792212 CPUtime=3585.67 cores=0,2
/proc/84153/stat : 84153 (pbsolver) R 84150 84153 84085 0 -1 4194304 748779 0 0 0 358383 184 0 0 20 0 1 0 74773917 4045144064 948053 18446744073709551615 4198400 14743177 140726637730032 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 47853568 140726637734282 140726637734378 140726637734378 140726637739980 0
/proc/84153/statm: 987584 948053 2656 2575 0 984491 0
Current children cumulated CPU time: 3585.67 s
Current children cumulated vsize: 3950336 KiB
Current children cumulated memory: 3792212 KiB

[startup+3598.4 s]
/proc/loadavg: 4.11 4.20 4.17 4/246 84434
/proc/meminfo: memFree=123870620/131382112 swapFree=33010416/33010684
[pid=84153] ppid=84150 vsize=3950336 memory=3792212 CPUtime=3587.26 cores=0,2
/proc/84153/stat : 84153 (pbsolver) R 84150 84153 84085 0 -1 4194304 750236 0 0 0 358542 184 0 0 20 0 1 0 74773917 4045144064 948053 18446744073709551615 4198400 14743177 140726637730032 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 16769280 16853168 47853568 140726637734282 140726637734378 140726637734378 140726637739980 0
/proc/84153/statm: 987584 948053 2656 2575 0 984491 0
Current children cumulated CPU time: 3587.26 s
Current children cumulated vsize: 3950336 KiB
Current children cumulated memory: 3792212 KiB

[startup+3599.2 s]
/proc/loadavg: 4.11 4.20 4.17 5/249 84440
/proc/meminfo: memFree=123867596/131382112 swapFree=33010416/33010684
[pid=84153] ppid=84150 vsize=3947708 memory=3789868 CPUtime=3588.06 cores=0,2
/proc/84153/stat : 84153 (pbsolver) R 84150 84153 84085 0 -1 4194304 750306 0 0 0 358622 184 0 0 20 0 1 0 74773917 4042452992 947467 18446744073709551615 4198400 14743177 140726637730032 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 16769280 16853168 47853568 140726637734282 140726637734378 140726637734378 140726637739980 0
/proc/84153/statm: 986927 947467 2656 2575 0 983834 0
Current children cumulated CPU time: 3588.06 s
Current children cumulated vsize: 3947708 KiB
Current children cumulated memory: 3789868 KiB

[startup+3599.6 s]
/proc/loadavg: 4.11 4.20 4.17 5/249 84440
/proc/meminfo: memFree=123867596/131382112 swapFree=33010416/33010684
[pid=84153] ppid=84150 vsize=3310076 memory=3180772 CPUtime=3588.46 cores=0,2
/proc/84153/stat : 84153 (pbsolver) R 84150 84153 84085 0 -1 4194304 750360 0 0 0 358661 185 0 0 20 0 1 0 74773917 3389517824 795193 18446744073709551615 4198400 14743177 140726637730032 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 16769280 16853168 47853568 140726637734282 140726637734378 140726637734378 140726637739980 0
/proc/84153/statm: 827519 795193 2656 2575 0 824426 0
Current children cumulated CPU time: 3588.46 s
Current children cumulated vsize: 3310076 KiB
Current children cumulated memory: 3180772 KiB

[startup+3599.8 s]
/proc/loadavg: 4.11 4.20 4.17 5/249 84440
/proc/meminfo: memFree=123867596/131382112 swapFree=33010416/33010684
[pid=84153] ppid=84150 vsize=2910440 memory=2782272 CPUtime=3588.66 cores=0,2
/proc/84153/stat : 84153 (pbsolver) R 84150 84153 84085 0 -1 4194304 750386 0 0 0 358680 186 0 0 20 0 1 0 74773917 2980290560 695568 18446744073709551615 4198400 14743177 140726637730032 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 16769280 16853168 47853568 140726637734282 140726637734378 140726637734378 140726637739980 0
/proc/84153/statm: 727610 695568 2656 2575 0 724517 0
Current children cumulated CPU time: 3588.66 s
Current children cumulated vsize: 2910440 KiB
Current children cumulated memory: 2782272 KiB

Child status: 0

Real time (s): 3599.82
CPU time (s): 3588.69
CPU user time (s): 3586.81
CPU system time (s): 1.87634
CPU usage (%): 99.6908
Max. virtual memory (cumulated for all children) (KiB): 3985128
Max. memory (cumulated for all children) (KiB): 3792212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3586.81
system time used= 1.87634
maximum resident set size= 3792212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 750464
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= 16
involuntary context switches= 7842


# summary of solver processes directly reported to runsolver:
#   pid: 84153
#   total CPU time (s): 3588.69
#   total CPU user time (s): 3586.81
#   total CPU system time (s): 1.87634

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.0182 second user time and 34.0074 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-07-04 03:02:22
IDJOB=4522883
IDBENCH=179354
IDSOLVER=3366
FILE ID=nodeC012/4522883-1751590941
RUNJOBID= nodeC012-1751590941-84095
SLURM_JOB_ID= 9598848
Free space on /tmp= 431748 MiB

SOLVER NAME= SCIP-10 2025-06-13
BENCH NAME= PB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/SMTI/SMTI_PBO/SMTI_25000_10_0.95_10.opb
COMMAND LINE= pbsolver -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4522883-1751590941/watcher-4522883-1751590941 -o /tmp/evaluation-result-4522883-1751590941/solver-4522883-1751590941 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751590941-84095 --watchdog 3760  pbsolver -f HOME/instance-4522883-1751590941.opb -t 3600 -m 31000

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

MD5SUM BENCH= cd27816f7e4cb1046eb5da038ad24d41
RANDOM SEED=1485382390

nodeC012 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		: 1795.732
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.39
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		: 1496.263
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.39
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.358
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.39
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.612
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.39
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		: 1197.131
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.39
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.156
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.39
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.356
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.39
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.314
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.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        128997028 kB
MemAvailable:   129387156 kB
Buffers:            2136 kB
Cached:          1190060 kB
SwapCached:           16 kB
Active:          1245932 kB
Inactive:         571876 kB
Active(anon):     636568 kB
Inactive(anon):     6996 kB
Active(file):     609364 kB
Inactive(file):   564880 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            132784 kB
Writeback:             0 kB
AnonPages:        629120 kB
Mapped:           131672 kB
Shmem:             17944 kB
KReclaimable:     110640 kB
Slab:             196656 kB
SReclaimable:     110640 kB
SUnreclaim:        86016 kB
KernelStack:        4112 kB
PageTables:         4060 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     991060 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149400 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     38912 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:      187208 kB
DirectMap2M:     8103936 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 431756 MiB
End job on nodeC012 at 2025-07-04 04:02:22