Trace number 4522698

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP 2024-07-07? 3586.34 3597.95

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/
SMTI/SMTI_PBO/SMTI_10000_10_0.85_3.opb
MD5SUM092bae33cfc085630516b7197b68f9db
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 benchmark2
Best CPU time to get the best result obtained on this benchmark18.1263
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables120000
Total number of constraints120001
Number of constraints which are clauses100000
Number of constraints which are cardinality constraints (but not clauses)20000
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint20000
Number of terms in the objective function 20000
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 20000
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 20000
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.01	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-4522698-1751585360.opb>
0.88/0.97	c original problem has 120000 variables (120000 bin, 0 int, 0 impl, 0 cont) and 120001 constraints
0.88/0.97	c problem read in 0.96
1.88/1.95	c presolving:
2.28/2.38	c (round 1, fast)       480 del vars, 341 del conss, 0 add conss, 24 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 20031 clqs
2.38/2.41	c (round 2, fast)       928 del vars, 480 del conss, 0 add conss, 24 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 20031 clqs
3.67/3.77	c    (3.8s) running MILP presolver
6.16/6.21	c    (6.2s) MILP presolver (8 rounds): 0 aggregations, 590 fixings, 0 bound changes
6.16/6.29	c (round 3, medium)     1643 del vars, 480 del conss, 0 add conss, 24 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 19859 clqs
6.26/6.34	c (round 4, fast)       2335 del vars, 1383 del conss, 0 add conss, 24 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 19861 clqs
6.36/6.42	c (round 5, exhaustive) 2335 del vars, 1760 del conss, 0 add conss, 24 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 19861 clqs
7.46/7.54	c (round 6, exhaustive) 2335 del vars, 1760 del conss, 0 add conss, 24 chg bounds, 0 chg sides, 0 chg coeffs, 118240 upgd conss, 0 impls, 19861 clqs
8.55/8.68	c (round 7, exhaustive) 2335 del vars, 18722 del conss, 0 add conss, 24 chg bounds, 0 chg sides, 0 chg coeffs, 118240 upgd conss, 0 impls, 19861 clqs
9.85/9.94	c    (9.9s) running MILP presolver
10.45/10.59	c    (10.6s) MILP presolver (2 rounds): 0 aggregations, 2 fixings, 0 bound changes
11.95/12.05	c (round 8, exhaustive) 9419 del vars, 18723 del conss, 0 add conss, 24 chg bounds, 0 chg sides, 14679 chg coeffs, 118240 upgd conss, 0 impls, 19860 clqs
12.14/12.22	c (round 9, fast)       16514 del vars, 18748 del conss, 0 add conss, 24 chg bounds, 0 chg sides, 30735 chg coeffs, 118240 upgd conss, 0 impls, 19851 clqs
12.54/12.66	c (round 10, exhaustive) 16514 del vars, 21253 del conss, 0 add conss, 24 chg bounds, 0 chg sides, 30735 chg coeffs, 118240 upgd conss, 0 impls, 19851 clqs
13.34/13.40	c (round 11, exhaustive) 16515 del vars, 21627 del conss, 0 add conss, 24 chg bounds, 0 chg sides, 30735 chg coeffs, 118240 upgd conss, 0 impls, 19852 clqs
14.43/14.54	c (round 12, exhaustive) 16649 del vars, 21627 del conss, 0 add conss, 24 chg bounds, 0 chg sides, 31103 chg coeffs, 118240 upgd conss, 0 impls, 19852 clqs
14.53/14.67	c (round 13, fast)       16784 del vars, 21629 del conss, 0 add conss, 24 chg bounds, 0 chg sides, 31279 chg coeffs, 118240 upgd conss, 0 impls, 19850 clqs
18.83/18.96	c    (18.9s) sparsify aborted: 25863/1436149 (1.8%) nonzeros canceled - in total 25863 canceled nonzeros, 25863 changed coefficients, 0 added nonzeros
20.52/20.63	c    (20.6s) probing: 71/110880 (0.1%) - 17 fixings, 1 aggregations, 72 implications, 0 bound changes
20.52/20.63	c    (20.6s) probing aborted: 50/50 successive totally useless probings
21.32/21.40	c    (21.4s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
21.81/21.92	c    (21.9s) no symmetry present (symcode time: 0.16)
22.41/22.53	c presolving (14 rounds: 14 fast, 9 medium, 8 exhaustive):
22.41/22.53	c  16812 deleted vars, 21706 deleted constraints, 0 added constraints, 24 tightened bounds, 0 added holes, 0 changed sides, 57264 changed coefficients
22.41/22.53	c  0 implications, 19920 cliques
22.41/22.53	c presolved problem has 110862 variables (110862 bin, 0 int, 0 impl, 0 cont) and 98291 constraints
22.41/22.53	c   19846 constraints of type <setppc>
22.41/22.53	c    2073 constraints of type <linear>
22.41/22.53	c   76372 constraints of type <logicor>
22.41/22.53	c transformed objective value is always integral (scale: 1)
22.41/22.53	c Presolving Time: 20.63
22.41/22.53	c - non default parameters ----------------------------------------------------------------------
22.41/22.53	c # SCIP version 10.0.0
22.41/22.53	c 
22.41/22.53	c # maximal time in seconds to run
22.41/22.53	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
22.41/22.53	c limits/time = 3596.997012
22.41/22.53	c 
22.41/22.53	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
22.41/22.53	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
22.41/22.53	c limits/memory = 27900
22.41/22.53	c 
22.41/22.53	c # belongs reading time to solving time?
22.41/22.53	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
22.41/22.53	c timing/reading = TRUE
22.41/22.53	c 
22.41/22.53	c -----------------------------------------------------------------------------------------------
22.41/22.53	c start solving
22.41/22.56	c 
3585.48/3597.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3585.48/3597.14	c  3597s|     1 |     0 |288989 |     - |  1215M |   0 | 110k|  96k|  96k|   0 |  0 |  67 |   0 | 1.000000e+00 |      --      |    Inf | unknown
3585.48/3597.14	c (node 1) LP solver hit time limit in LP 1 -- using pseudo solution instead
3585.48/3597.14	c 
3585.48/3597.14	c SCIP Status        : solving was interrupted [time limit reached]
3585.48/3597.14	c Solving Time (sec) : 3597.13
3585.48/3597.14	c Solving Nodes      : 1
3585.48/3597.14	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
3585.48/3597.14	c Dual Bound         : +1.00000000000000e+00
3585.48/3597.14	c Gap                : infinite
3585.48/3597.14	s UNKNOWN
3585.48/3597.14	c SCIP Status        : solving was interrupted [time limit reached]
3585.48/3597.14	c Total Time         :    3597.13
3585.48/3597.14	c   solving          :    3597.13
3585.48/3597.14	c   presolving       :      20.63 (included in solving)
3585.48/3597.14	c   reading          :       0.96 (included in solving)
3585.48/3597.14	c   copying          :       0.00 (0 times copied the problem)
3585.48/3597.14	c Original Problem   :
3585.48/3597.14	c   Problem name     : HOME/instance-4522698-1751585360.opb
3585.48/3597.14	c   Variables        : 120000 (120000 binary, 0 integer, 0 implicit integer, 0 continuous)
3585.48/3597.14	c   Constraints      : 120001 initial, 120001 maximal
3585.48/3597.15	c   Objective        : minimize, 20000 non-zeros (abs.min = 1, abs.max = 1)
3585.48/3597.15	c Presolved Problem  :
3585.48/3597.15	c   Problem name     : t_HOME/instance-4522698-1751585360.opb
3585.48/3597.15	c   Variables        : 110862 (110862 binary, 0 integer, 0 implicit integer, 0 continuous)
3585.48/3597.15	c   Constraints      : 98291 initial, 98291 maximal
3585.48/3597.15	c   Objective        : minimize, 17059 non-zeros (abs.min = 1, abs.max = 1)
3585.48/3597.15	c   Nonzeros         : 1410171 constraint, 204903 clique table
3585.48/3597.15	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3585.48/3597.15	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.48/3597.15	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.48/3597.15	c   domcol           :       0.31       0.00      1          0          0          0          0          0          0          0          0         15
3585.48/3597.15	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.48/3597.15	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.48/3597.15	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.48/3597.15	c   dualsparsify     :       0.78       0.00      1          0          0          0          0          0          7          0          0         58
3585.48/3597.15	c   gateextraction   :       1.26       0.00      6          0          0          0          0          0       2560          0          0          0
3585.48/3597.15	c   implics          :       0.02       0.00      9          0          0          0          0          0          0          0          0          0
3585.48/3597.15	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.48/3597.15	c   milp             :       5.61       0.00      2        592          0          0          0          0          0          0          0          0
3585.48/3597.15	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.48/3597.15	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.48/3597.15	c   sparsify         :       2.54       0.00      1          0          0          0          0          0          0          0          0      25863
3585.48/3597.15	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.48/3597.15	c   trivial          :       0.07       0.00     14       8359          0          0          0          0          0          0          0          0
3585.48/3597.15	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.48/3597.15	c   dualfix          :       0.05       0.00     14          0          0          0          0          0          0          0          0          0
3585.48/3597.15	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.48/3597.15	c   probing          :       1.67       0.00      1         17          1          0          0          0          0          0          0          0
3585.48/3597.15	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.48/3597.15	c   symmetry         :       0.52       0.00      1          0          0          0          0          0          0          0          0          0
3585.48/3597.15	c   vbounds          :       0.07       0.00      1         39         86          0          0          0          0          0          0          0
3585.48/3597.15	c   setppc           :       0.50       0.01     19          0         12          0          0          0         13          0          0          0
3585.48/3597.15	c   linear           :       1.24       0.45     21         24          8          0         24          0       1760          0          0          0
3585.48/3597.15	c   logicor          :       4.87       0.27     19       7226          0          0          0          0      17366          0          0      31328
3585.48/3597.15	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.48/3597.15	c   components       :       0.32       0.00      1          0          0          0          0          0          0          0          0          0
3585.48/3597.15	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
3585.48/3597.15	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3585.48/3597.15	c   benderslp        :          0          0          0          0          0          0          0          6          0          0          0          0          0          0          0
3585.48/3597.15	c   integral         :          0          0          0          0          0          0          0          6          0          0          0          0          0          0          0
3585.48/3597.15	c   setppc           :      19846+     19889          0      76291          0          0          0          3        468          3          0          0          0          0          0
3585.48/3597.15	c   linear           :       2073       2073          0      76288          0          0          0          3          0          0          0          0          0          0          0
3585.48/3597.15	c   logicor          :      76372+     76396          0      42183          0          0          0          0         35         57          0          0          0          0          0
3585.48/3597.15	c   benders          :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3585.48/3597.15	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3585.48/3597.15	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3585.48/3597.15	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3585.48/3597.15	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3585.48/3597.15	c   benderslp        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.48/3597.15	c   integral         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.48/3597.15	c   setppc           :       0.56       0.01       0.05       0.50       0.00       0.00       0.00       0.00       0.00       0.00
3585.48/3597.15	c   linear           :       0.53       0.45       0.00       0.07       0.00       0.00       0.00       0.00       0.00       0.00
3585.48/3597.15	c   logicor          :       0.85       0.27       0.19       0.39       0.00       0.00       0.00       0.00       0.00       0.00
3585.48/3597.15	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.48/3597.15	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.48/3597.15	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.48/3597.15	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.48/3597.15	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3585.48/3597.15	c   dualfix          :          1          0          0          0
3585.48/3597.15	c   genvbounds       :          0          0          0          0
3585.48/3597.15	c   nlobbt           :          0          0          0          0
3585.48/3597.15	c   obbt             :          0          0          0          0
3585.48/3597.15	c   probing          :          0          0          0          0
3585.48/3597.15	c   pseudoobj        :          1          0          0          0
3585.48/3597.15	c   redcost          :          0          0          0          0
3585.48/3597.15	c   rootredcost      :          0          0          0          0
3585.48/3597.15	c   symmetry         :          0          0          0          0
3585.48/3597.15	c   vbounds          :      17450          0          0          0
3585.48/3597.15	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3585.48/3597.15	c   dualfix          :       0.06       0.00       0.05       0.00       0.00       0.00
3585.48/3597.15	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
3585.48/3597.15	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3585.48/3597.15	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3585.48/3597.15	c   probing          :       1.67       0.00       1.67       0.00       0.00       0.00
3585.48/3597.15	c   pseudoobj        :       1.72       0.00       0.00       1.72       0.00       0.00
3585.48/3597.15	c   redcost          :       0.00       0.00       0.00       0.00       0.00       0.00
3585.48/3597.15	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
3585.48/3597.15	c   symmetry         :       0.52       0.00       0.52       0.00       0.00       0.00
3585.48/3597.15	c   vbounds          :       0.11       0.00       0.07       0.04       0.00       0.00
3585.48/3597.15	c Symmetry           :
3585.48/3597.15	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
3585.48/3597.15	c   orbital reduction:          0 reductions applied,          0 cutoffs
3585.48/3597.15	c   lexicographic red:          0 reductions applied,          0 cutoffs
3585.48/3597.15	c   shadow tree time :       0.00 s
3585.48/3597.15	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3585.48/3597.15	c   propagation      :       0.00         49         49          -         54        4.5         13        2.5          -          -          -
3585.48/3597.15	c   infeasible LP    :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3585.48/3597.15	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3585.48/3597.15	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3585.48/3597.15	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3585.48/3597.15	c   applied globally :       0.00          -          -          0         67        3.5          -          -          0          -          -
3585.48/3597.15	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
3585.48/3597.15	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3585.48/3597.15	c   cut pool         :       0.00          -          0          0          -          -          0          0          -          -          -          -          -    (maximal pool size:          0)
3585.48/3597.15	c   aggregation      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.48/3597.15	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
3585.48/3597.15	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
3585.48/3597.15	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
3585.48/3597.15	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.48/3597.15	c   clique           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.48/3597.15	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.48/3597.15	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.48/3597.15	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.48/3597.15	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.48/3597.15	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.48/3597.15	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.48/3597.15	c   > gomorymi       :          -          -          -          -          -          -          -          0          0          0          0          0          -
3585.48/3597.15	c   > strongcg       :          -          -          -          -          -          -          -          0          0          0          0          0          -
3585.48/3597.15	c   impliedbounds    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.48/3597.15	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.48/3597.15	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.48/3597.15	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.48/3597.15	c   mcf              :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.48/3597.15	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.48/3597.15	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.48/3597.15	c   multilinear      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.48/3597.15	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.48/3597.15	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.48/3597.15	c   rlt              :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.48/3597.15	c   zerohalf         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.48/3597.15	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3585.48/3597.15	c   hybrid           :       0.00       0.00          0          0          0          0          0          0          0          0
3585.48/3597.15	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3585.48/3597.15	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3585.48/3597.15	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3585.48/3597.15	c   problem variables:       0.00          -          0          0
3585.48/3597.15	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3585.48/3597.15	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3585.48/3597.15	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3585.48/3597.15	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3585.48/3597.15	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3585.48/3597.15	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3585.48/3597.15	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3585.48/3597.15	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3585.48/3597.15	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3585.48/3597.15	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3585.48/3597.15	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3585.48/3597.15	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3585.48/3597.15	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3585.48/3597.15	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3585.48/3597.15	c   relpscost        :       0.00       0.00          0          0          0          0          0          0          0          0
3585.48/3597.15	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3585.48/3597.15	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3585.48/3597.15	c   LP solutions     :       0.00          -          -          0          0
3585.48/3597.15	c   relax solutions  :       0.00          -          -          0          0
3585.48/3597.15	c   pseudo solutions :       0.00          -          -          0          0
3585.48/3597.15	c   strong branching :       0.00          -          -          0          0
3585.48/3597.15	c   actconsdiving    :       0.00       0.00          0          0          0
3585.48/3597.15	c   adaptivediving   :       0.00       0.00          0          0          0
3585.48/3597.15	c   alns             :       0.00       0.00          0          0          0
3585.48/3597.15	c   bound            :       0.00       0.00          0          0          0
3585.48/3597.15	c   clique           :       0.78       0.00          1          0          0
3585.48/3597.15	c   coefdiving       :       0.00       0.00          0          0          0
3585.48/3597.15	c   completesol      :       0.00       0.00          0          0          0
3585.48/3597.15	c   conflictdiving   :       0.00       0.00          0          0          0
3585.48/3597.15	c   crossover        :       0.00       0.00          0          0          0
3585.48/3597.15	c   dins             :       0.00       0.00          0          0          0
3585.48/3597.15	c   distributiondivin:       0.00       0.00          0          0          0
3585.48/3597.15	c   dps              :       0.00       0.00          0          0          0
3585.48/3597.15	c   dualval          :       0.00       0.00          0          0          0
3585.48/3597.15	c   farkasdiving     :       0.00       0.00          0          0          0
3585.48/3597.15	c   feasjump         :       0.50       0.00          1          0          0
3585.48/3597.15	c   feaspump         :       0.00       0.00          0          0          0
3585.48/3597.15	c   fixandinfer      :       0.00       0.00          0          0          0
3585.48/3597.15	c   fracdiving       :       0.00       0.00          0          0          0
3585.48/3597.15	c   gins             :       0.00       0.00          0          0          0
3585.48/3597.15	c   guideddiving     :       0.00       0.00          0          0          0
3585.48/3597.15	c   indcoefdiving    :       0.00       0.00          0          0          0
3585.48/3597.15	c   indicator        :       0.00       0.00          0          0          0
3585.48/3597.15	c   indicatordiving  :       0.00       0.00          0          0          0
3585.48/3597.15	c   indoneopt        :       0.00       0.00          0          0          0
3585.48/3597.15	c   indrounding      :       0.00       0.00          0          0          0
3585.48/3597.15	c   indtwoopt        :       0.00       0.00          0          0          0
3585.48/3597.15	c   intdiving        :       0.00       0.00          0          0          0
3585.48/3597.15	c   intshifting      :       0.00       0.00          0          0          0
3585.48/3597.15	c   linesearchdiving :       0.00       0.00          0          0          0
3585.48/3597.15	c   localbranching   :       0.00       0.00          0          0          0
3585.48/3597.15	c   locks            :       0.74       0.00          1          0          0
3585.48/3597.15	c   lpface           :       0.00       0.00          0          0          0
3585.48/3597.15	c   mpec             :       0.00       0.00          0          0          0
3585.48/3597.15	c   multistart       :       0.00       0.00          0          0          0
3585.48/3597.15	c   mutation         :       0.00       0.00          0          0          0
3585.48/3597.15	c   nlpdiving        :       0.00       0.00          0          0          0
3585.48/3597.15	c   objpscostdiving  :       0.00       0.00          0          0          0
3585.48/3597.15	c   octane           :       0.00       0.00          0          0          0
3585.48/3597.15	c   ofins            :       0.00       0.00          0          0          0
3585.48/3597.15	c   oneopt           :       0.00       0.00          0          0          0
3585.48/3597.15	c   padm             :       0.00       0.00          0          0          0
3585.48/3597.15	c   proximity        :       0.00       0.00          0          0          0
3585.48/3597.15	c   pscostdiving     :       0.00       0.00          0          0          0
3585.48/3597.15	c   randrounding     :       0.00       0.00          0          0          0
3585.48/3597.15	c   rens             :       0.00       0.00          0          0          0
3585.48/3597.15	c   reoptsols        :       0.00       0.00          0          0          0
3585.48/3597.15	c   repair           :       0.00       0.00          0          0          0
3585.48/3597.15	c   rins             :       0.00       0.00          0          0          0
3585.48/3597.15	c   rootsoldiving    :       0.00       0.00          0          0          0
3585.48/3597.15	c   rounding         :       0.00       0.00          0          0          0
3585.48/3597.15	c   scheduler        :       0.00       0.00          0          0          0
3585.48/3597.15	c   shiftandpropagate:       0.47       0.00          1          0          0
3585.48/3597.15	c   shifting         :       0.00       0.00          0          0          0
3585.48/3597.15	c   simplerounding   :       0.00       0.00          0          0          0
3585.48/3597.15	c   smallcard        :       0.00       0.00          0          0          0
3585.48/3597.15	c   subnlp           :       0.00       0.00          0          0          0
3585.48/3597.15	c   trivial          :       0.08       0.00          2          0          0
3585.48/3597.15	c   trivialnegation  :       0.00       0.00          0          0          0
3585.48/3597.15	c   trustregion      :       0.00       0.00          0          0          0
3585.48/3597.15	c   trysol           :       0.00       0.00          0          0          0
3585.48/3597.15	c   twoopt           :       0.00       0.00          0          0          0
3585.48/3597.15	c   undercover       :       0.00       0.00          0          0          0
3585.48/3597.15	c   vbounds          :       0.65       0.00          1          0          0
3585.48/3597.15	c   veclendiving     :       0.00       0.00          0          0          0
3585.48/3597.15	c   zeroobj          :       0.00       0.00          0          0          0
3585.48/3597.15	c   zirounding       :       0.00       0.00          0          0          0
3585.48/3597.15	c   other solutions  :          -          -          -          0          -
3585.48/3597.15	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3585.48/3597.15	c   rens             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3585.48/3597.15	c   rins             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3585.48/3597.15	c   mutation         :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3585.48/3597.15	c   localbranching   :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3585.48/3597.15	c   crossover        :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3585.48/3597.15	c   proximity        :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3585.48/3597.15	c   zeroobjective    :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3585.48/3597.15	c   dins             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3585.48/3597.15	c   trustregion      :          0       0.00       0.00          0          0          0    0.00000    0.00000   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    0
3585.48/3597.15	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3585.48/3597.15	c   primal LP        :       0.00          0          0       0.00          -       0.00          0
3585.48/3597.15	c   dual LP          :    3569.64          1     288989  288989.00      80.96       0.00          0
3585.48/3597.15	c   lex dual LP      :       0.00          0          0       0.00          -
3585.48/3597.15	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3585.48/3597.15	c   resolve instable :       0.00          0          0       0.00          -
3585.48/3597.15	c   diving/probing LP:       0.00          0          0       0.00          -
3585.48/3597.15	c   strong branching :       0.00          0          0       0.00          -          -          -          0
3585.48/3597.15	c     (at root node) :          -          0          0       0.00          -
3585.48/3597.15	c   conflict analysis:       0.00          0          0       0.00          -
3585.48/3597.15	c B&B Tree           :
3585.48/3597.15	c   number of runs   :          1
3585.48/3597.15	c   nodes            :          1 (0 internal, 1 leaves)
3585.48/3597.15	c   feasible leaves  :          0
3585.48/3597.15	c   infeas. leaves   :          0
3585.48/3597.15	c   objective leaves :          0
3585.48/3597.15	c   nodes (total)    :          1 (0 internal, 1 leaves)
3585.48/3597.15	c   nodes left       :          1
3585.48/3597.15	c   max depth        :          0
3585.48/3597.15	c   max depth (total):          0
3585.48/3597.15	c   backtracks       :          0 (0.0%)
3585.48/3597.15	c   early backtracks :          0 (0.0%)
3585.48/3597.15	c   nodes exc. ref.  :          0 (0.0%)
3585.48/3597.15	c   delayed cutoffs  :          0
3585.48/3597.15	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
3585.48/3597.15	c   avg switch length:       1.00
3585.48/3597.15	c   switching time   :       0.00
3585.48/3597.15	c Root Node          :
3585.48/3597.15	c   First LP value   :          -
3585.48/3597.15	c   First LP Iters   :          0
3585.48/3597.15	c   First LP Time    :    3569.64
3585.48/3597.15	c   Final Dual Bound : +1.00000000000000e+00
3585.48/3597.15	c   Final Root Iters :     288989
3585.48/3597.15	c   Root LP Estimate :                     -
3585.48/3597.15	c Solution           :
3585.48/3597.15	c   Solutions found  :          0 (0 improvements)
3585.48/3597.15	c   Primal Bound     :          -
3585.48/3597.15	c   Dual Bound       : +1.00000000000000e+00
3585.48/3597.15	c   Gap              :   infinite
3585.48/3597.15	c Integrals          :      Total       Avg%
3585.48/3597.15	c   primal-dual      :  359713.33     100.00
3585.48/3597.15	c   primal-ref       :          -          - (not evaluated)
3585.48/3597.15	c   dual-ref         :          -          - (not evaluated)
3586.27/3597.94	c Time complete: 3586.33.

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: 63708 MiB (57097 MiB free)
  memory of node 1: 64465 MiB (58779 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4522698-1751585360/watcher-4522698-1751585360 -o /tmp/evaluation-result-4522698-1751585360/solver-4522698-1751585360 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751578154-78967 --watchdog 3760 pbscip -f HOME/instance-4522698-1751585360.opb -t 3600 -j 2 -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=80234, runsolver pid=80231

[startup+0.100066 s]*
/proc/loadavg: 4.11 4.14 4.11 5/265 80235
/proc/meminfo: memFree=118488688/131250000 swapFree=33007332/33010684
[pid=80234] ppid=80231 vsize=124044 memory=94976 CPUtime=0.09 cores=1,3
/proc/80234/stat : 80234 (pbscip) R 80231 80234 78955 0 -1 4194304 20819 0 0 0 7 2 0 0 20 0 1 0 74213530 127021056 23744 18446744073709551615 4235264 18693293 140730923127728 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44732416 140730923133321 140730923133420 140730923133420 140730923139022 0
/proc/80234/statm: 31011 23744 3264 3530 0 22462 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 124044 KiB
Current children cumulated memory: 94976 KiB

[startup+0.20566 s]*
/proc/loadavg: 4.11 4.14 4.11 5/265 80235
/proc/meminfo: memFree=118408052/131250000 swapFree=33007332/33010684
[pid=80234] ppid=80231 vsize=176920 memory=147712 CPUtime=0.19 cores=1,3
/proc/80234/stat : 80234 (pbscip) R 80231 80234 78955 0 -1 4194304 33999 0 0 0 15 4 0 0 20 0 1 0 74213530 181166080 36928 18446744073709551615 4235264 18693293 140730923127728 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44732416 140730923133321 140730923133420 140730923133420 140730923139022 0
/proc/80234/statm: 44230 36928 3264 3530 0 35681 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 176920 KiB
Current children cumulated memory: 147712 KiB

[startup+0.305506 s]*
/proc/loadavg: 4.11 4.14 4.11 5/265 80235
/proc/meminfo: memFree=118351604/131250000 swapFree=33007332/33010684
[pid=80234] ppid=80231 vsize=187544 memory=158336 CPUtime=0.29 cores=1,3
/proc/80234/stat : 80234 (pbscip) R 80231 80234 78955 0 -1 4194304 36652 0 0 0 25 4 0 0 20 0 1 0 74213530 192045056 39584 18446744073709551615 4235264 18693293 140730923127728 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44732416 140730923133321 140730923133420 140730923133420 140730923139022 0
/proc/80234/statm: 46886 39584 3264 3530 0 38337 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 187544 KiB
Current children cumulated memory: 158336 KiB

[startup+0.700177 s]
/proc/loadavg: 4.11 4.14 4.11 5/265 80235
/proc/meminfo: memFree=118246772/131250000 swapFree=33007332/33010684
[pid=80234] ppid=80231 vsize=227632 memory=198400 CPUtime=0.68 cores=1,3
/proc/80234/stat : 80234 (pbscip) R 80231 80234 78955 0 -1 4194304 46660 0 0 0 62 6 0 0 20 0 1 0 74213530 233095168 49600 18446744073709551615 4235264 18693293 140730923127728 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44732416 140730923133321 140730923133420 140730923133420 140730923139022 0
/proc/80234/statm: 56908 49600 3264 3530 0 48359 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 227632 KiB
Current children cumulated memory: 198400 KiB

[startup+1.50018 s]
/proc/loadavg: 4.11 4.14 4.11 5/265 80235
/proc/meminfo: memFree=118085744/131250000 swapFree=33007332/33010684
[pid=80234] ppid=80231 vsize=488552 memory=461448 CPUtime=1.48 cores=1,3
/proc/80234/stat : 80234 (pbscip) R 80231 80234 78955 0 -1 4194304 113421 0 0 0 132 16 0 0 20 0 1 0 74213530 500277248 115362 18446744073709551615 4235264 18693293 140730923127728 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44732416 140730923133321 140730923133420 140730923133420 140730923139022 0
/proc/80234/statm: 122138 115362 3552 3530 0 113589 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 488552 KiB
Current children cumulated memory: 461448 KiB

[startup+3.10547 s]
/proc/loadavg: 4.11 4.14 4.11 5/265 80235
/proc/meminfo: memFree=117360384/131250000 swapFree=33007332/33010684
[pid=80234] ppid=80231 vsize=761508 memory=686796 CPUtime=3.08 cores=1,3
/proc/80234/stat : 80234 (pbscip) R 80231 80234 78955 0 -1 4194304 152851 0 0 0 285 23 0 0 20 0 1 0 74213530 779784192 171699 18446744073709551615 4235264 18693293 140730923127728 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44732416 140730923133321 140730923133420 140730923133420 140730923139022 0
/proc/80234/statm: 190377 171699 3584 3530 0 181828 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 761508 KiB
Current children cumulated memory: 686796 KiB

[startup+6.30022 s]
/proc/loadavg: 4.10 4.14 4.11 5/265 80235
/proc/meminfo: memFree=117127152/131250000 swapFree=33007332/33010684
[pid=80234] ppid=80231 vsize=763072 memory=717980 CPUtime=6.26 cores=1,3
/proc/80234/stat : 80234 (pbscip) R 80231 80234 78955 0 -1 4194304 162973 0 0 0 596 30 0 0 20 0 1 0 74213530 781385728 179495 18446744073709551615 4235264 18693293 140730923127728 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44732416 140730923133321 140730923133420 140730923133420 140730923139022 0
/proc/80234/statm: 190768 179495 3712 3530 0 182219 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 763072 KiB
Current children cumulated memory: 717980 KiB

[startup+12.7002 s]
/proc/loadavg: 4.09 4.14 4.11 5/265 80235
/proc/meminfo: memFree=116986164/131250000 swapFree=33007332/33010684
[pid=80234] ppid=80231 vsize=913688 memory=868660 CPUtime=12.64 cores=1,3
/proc/80234/stat : 80234 (pbscip) R 80231 80234 78955 0 -1 4194304 201686 0 0 0 1223 41 0 0 20 0 1 0 74213530 935616512 217165 18446744073709551615 4235264 18693293 140730923127728 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44732416 140730923133321 140730923133420 140730923133420 140730923139022 0
/proc/80234/statm: 228422 217165 3712 3530 0 219873 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 913688 KiB
Current children cumulated memory: 868660 KiB

[startup+25.5002 s]
/proc/loadavg: 4.07 4.13 4.10 5/265 80236
/proc/meminfo: memFree=116814152/131250000 swapFree=33007332/33010684
[pid=80234] ppid=80231 vsize=1328068 memory=1241916 CPUtime=25.4 cores=1,3
/proc/80234/stat : 80234 (pbscip) R 80231 80234 78955 0 -1 4194304 247560 0 0 0 2487 53 0 0 20 0 1 0 74213530 1359941632 310479 18446744073709551615 4235264 18693293 140730923127728 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44732416 140730923133321 140730923133420 140730923133420 140730923139022 0
/proc/80234/statm: 332017 310479 3840 3530 0 323468 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 1328068 KiB
Current children cumulated memory: 1241916 KiB

[startup+51.1056 s]
/proc/loadavg: 4.11 4.13 4.10 5/266 80282
/proc/meminfo: memFree=117870064/131250000 swapFree=33007332/33010684
[pid=80234] ppid=80231 vsize=1465716 memory=1375864 CPUtime=50.93 cores=1,3
/proc/80234/stat : 80234 (pbscip) R 80231 80234 78955 0 -1 4194304 270814 0 0 0 5036 57 0 0 20 0 1 0 74213530 1500893184 343966 18446744073709551615 4235264 18693293 140730923127728 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44732416 140730923133321 140730923133420 140730923133420 140730923139022 0
/proc/80234/statm: 366429 343966 3968 3530 0 357880 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 1465716 KiB
Current children cumulated memory: 1375864 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.13 4.10 5/267 80286
/proc/meminfo: memFree=117114768/131250000 swapFree=33007332/33010684
[pid=80234] ppid=80231 vsize=1467376 memory=1377528 CPUtime=101.95 cores=1,3
/proc/80234/stat : 80234 (pbscip) R 80231 80234 78955 0 -1 4194304 271236 0 0 0 10138 57 0 0 20 0 1 0 74213530 1502593024 344382 18446744073709551615 4235264 18693293 140730923127728 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44732416 140730923133321 140730923133420 140730923133420 140730923139022 0
/proc/80234/statm: 366844 344382 3968 3530 0 358295 0
Current children cumulated CPU time: 101.95 s
Current children cumulated vsize: 1467376 KiB
Current children cumulated memory: 1377528 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 4.12 4.10 5/267 80288
/proc/meminfo: memFree=115740800/131250000 swapFree=33007332/33010684
[pid=80234] ppid=80231 vsize=1474776 memory=1386948 CPUtime=161.76 cores=1,3
/proc/80234/stat : 80234 (pbscip) R 80231 80234 78955 0 -1 4194304 272055 0 0 0 16119 57 0 0 20 0 1 0 74213530 1510170624 346737 18446744073709551615 4235264 18693293 140730923127728 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44732416 140730923133321 140730923133420 140730923133420 140730923139022 0
/proc/80234/statm: 368694 346737 3968 3530 0 360145 0
Current children cumulated CPU time: 161.76 s
Current children cumulated vsize: 1474776 KiB
Current children cumulated memory: 1386948 KiB

[startup+222.3 s]
/proc/loadavg: 4.19 4.14 4.10 5/267 80294
/proc/meminfo: memFree=115656732/131250000 swapFree=33007332/33010684
[pid=80234] ppid=80231 vsize=1475396 memory=1387588 CPUtime=221.56 cores=1,3
/proc/80234/stat : 80234 (pbscip) R 80231 80234 78955 0 -1 4194304 272212 0 0 0 22099 57 0 0 20 0 1 0 74213530 1510805504 346897 18446744073709551615 4235264 18693293 140730923127728 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44732416 140730923133321 140730923133420 140730923133420 140730923139022 0
/proc/80234/statm: 368849 346897 3968 3530 0 360300 0
Current children cumulated CPU time: 221.56 s
Current children cumulated vsize: 1475396 KiB
Current children cumulated memory: 1387588 KiB

[startup+282.3 s]
/proc/loadavg: 4.12 4.13 4.10 5/265 80296
/proc/meminfo: memFree=115618668/131250000 swapFree=33007332/33010684
[pid=80234] ppid=80231 vsize=1495792 memory=1408068 CPUtime=281.37 cores=1,3
/proc/80234/stat : 80234 (pbscip) R 80231 80234 78955 0 -1 4194304 273292 0 0 0 28079 58 0 0 20 0 1 0 74213530 1531691008 352017 18446744073709551615 4235264 18693293 140730923127728 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44732416 140730923133321 140730923133420 140730923133420 140730923139022 0
/proc/80234/statm: 373948 352017 3968 3530 0 365399 0
Current children cumulated CPU time: 281.37 s
Current children cumulated vsize: 1495792 KiB
Current children cumulated memory: 1408068 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 4.13 4.09 5/264 80298
/proc/meminfo: memFree=115539696/131250000 swapFree=33007332/33010684
[pid=80234] ppid=80231 vsize=1496784 memory=1408964 CPUtime=341.19 cores=1,3
/proc/80234/stat : 80234 (pbscip) R 80231 80234 78955 0 -1 4194304 273526 0 0 0 34061 58 0 0 20 0 1 0 74213530 1532706816 352241 18446744073709551615 4235264 18693293 140730923127728 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44732416 140730923133321 140730923133420 140730923133420 140730923139022 0
/proc/80234/statm: 374196 352241 3968 3530 0 365647 0
Current children cumulated CPU time: 341.19 s
Current children cumulated vsize: 1496784 KiB
Current children cumulated memory: 1408964 KiB

[startup+402.3 s]
/proc/loadavg: 4.14 4.14 4.09 5/264 80303
/proc/meminfo: memFree=115543556/131250000 swapFree=33007332/33010684
[pid=80234] ppid=80231 vsize=1497128 memory=1409348 CPUtime=401 cores=1,3
/proc/80234/stat : 80234 (pbscip) R 80231 80234 78955 0 -1 4194304 273629 0 0 0 40042 58 0 0 20 0 1 0 74213530 1533059072 352337 18446744073709551615 4235264 18693293 140730923127728 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44732416 140730923133321 140730923133420 140730923133420 140730923139022 0
/proc/80234/statm: 374282 352337 3968 3530 0 365733 0
Current children cumulated CPU time: 401 s
Current children cumulated vsize: 1497128 KiB
Current children cumulated memory: 1409348 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/264 80306
/proc/meminfo: memFree=115557696/131250000 swapFree=33007332/33010684
[pid=80234] ppid=80231 vsize=1497612 memory=1409732 CPUtime=460.79 cores=1,3
/proc/80234/stat : 80234 (pbscip) R 80231 80234 78955 0 -1 4194304 273795 0 0 0 46021 58 0 0 20 0 1 0 74213530 1533554688 352433 18446744073709551615 4235264 18693293 140730923127728 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44732416 140730923133321 140730923133420 140730923133420 140730923139022 0
/proc/80234/statm: 374403 352433 3968 3530 0 365854 0

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

/proc/loadavg: 4.12 4.12 4.09 5/264 80592
/proc/meminfo: memFree=119438120/131250000 swapFree=33007332/33010684
[pid=80234] ppid=80231 vsize=1516728 memory=1432516 CPUtime=3211.72 cores=1,3
/proc/80234/stat : 80234 (pbscip) R 80231 80234 78955 0 -1 4194304 275344 0 0 0 321113 59 0 0 20 0 1 0 74213530 1553129472 358129 18446744073709551615 4235264 18693293 140730923127728 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44732416 140730923133321 140730923133420 140730923133420 140730923139022 0
/proc/80234/statm: 379182 358129 3968 3530 0 370633 0
Current children cumulated CPU time: 3211.72 s
Current children cumulated vsize: 1516728 KiB
Current children cumulated memory: 1432516 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/265 80599
/proc/meminfo: memFree=119450616/131250000 swapFree=33007332/33010684
[pid=80234] ppid=80231 vsize=1516728 memory=1432644 CPUtime=3271.54 cores=1,3
/proc/80234/stat : 80234 (pbscip) R 80231 80234 78955 0 -1 4194304 275346 0 0 0 327095 59 0 0 20 0 1 0 74213530 1553129472 358161 18446744073709551615 4235264 18693293 140730923127728 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44732416 140730923133321 140730923133420 140730923133420 140730923139022 0
/proc/80234/statm: 379182 358161 3968 3530 0 370633 0
Current children cumulated CPU time: 3271.54 s
Current children cumulated vsize: 1516728 KiB
Current children cumulated memory: 1432644 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/264 80601
/proc/meminfo: memFree=119435372/131250000 swapFree=33007332/33010684
[pid=80234] ppid=80231 vsize=1516728 memory=1433412 CPUtime=3331.35 cores=1,3
/proc/80234/stat : 80234 (pbscip) R 80231 80234 78955 0 -1 4194304 275424 0 0 0 333076 59 0 0 20 0 1 0 74213530 1553129472 358353 18446744073709551615 4235264 18693293 140730923127728 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44732416 140730923133321 140730923133420 140730923133420 140730923139022 0
/proc/80234/statm: 379182 358353 3968 3530 0 370633 0
Current children cumulated CPU time: 3331.35 s
Current children cumulated vsize: 1516728 KiB
Current children cumulated memory: 1433412 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/264 80603
/proc/meminfo: memFree=119435984/131250000 swapFree=33007332/33010684
[pid=80234] ppid=80231 vsize=1516728 memory=1433924 CPUtime=3391.19 cores=1,3
/proc/80234/stat : 80234 (pbscip) R 80231 80234 78955 0 -1 4194304 275428 0 0 0 339060 59 0 0 20 0 1 0 74213530 1553129472 358481 18446744073709551615 4235264 18693293 140730923127728 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44732416 140730923133321 140730923133420 140730923133420 140730923139022 0
/proc/80234/statm: 379182 358481 3968 3530 0 370633 0
Current children cumulated CPU time: 3391.19 s
Current children cumulated vsize: 1516728 KiB
Current children cumulated memory: 1433924 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/264 80607
/proc/meminfo: memFree=119423700/131250000 swapFree=33007332/33010684
[pid=80234] ppid=80231 vsize=1516728 memory=1435972 CPUtime=3451.03 cores=1,3
/proc/80234/stat : 80234 (pbscip) R 80231 80234 78955 0 -1 4194304 275428 0 0 0 345044 59 0 0 20 0 1 0 74213530 1553129472 358993 18446744073709551615 4235264 18693293 140730923127728 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44732416 140730923133321 140730923133420 140730923133420 140730923139022 0
/proc/80234/statm: 379182 358993 3968 3530 0 370633 0
Current children cumulated CPU time: 3451.03 s
Current children cumulated vsize: 1516728 KiB
Current children cumulated memory: 1435972 KiB

[startup+3522.3 s]
/proc/loadavg: 4.04 4.09 4.08 5/264 80609
/proc/meminfo: memFree=119423920/131250000 swapFree=33007332/33010684
[pid=80234] ppid=80231 vsize=1516728 memory=1439300 CPUtime=3510.87 cores=1,3
/proc/80234/stat : 80234 (pbscip) R 80231 80234 78955 0 -1 4194304 275429 0 0 0 351028 59 0 0 20 0 1 0 74213530 1553129472 359825 18446744073709551615 4235264 18693293 140730923127728 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44732416 140730923133321 140730923133420 140730923133420 140730923139022 0
/proc/80234/statm: 379182 359825 3968 3530 0 370633 0
Current children cumulated CPU time: 3510.87 s
Current children cumulated vsize: 1516728 KiB
Current children cumulated memory: 1439300 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/263 80611
/proc/meminfo: memFree=119418744/131250000 swapFree=33007332/33010684
[pid=80234] ppid=80231 vsize=1516728 memory=1439300 CPUtime=3570.71 cores=1,3
/proc/80234/stat : 80234 (pbscip) R 80231 80234 78955 0 -1 4194304 275431 0 0 0 357012 59 0 0 20 0 1 0 74213530 1553129472 359825 18446744073709551615 4235264 18693293 140730923127728 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44732416 140730923133321 140730923133420 140730923133420 140730923139022 0
/proc/80234/statm: 379182 359825 3968 3530 0 370633 0
Current children cumulated CPU time: 3570.71 s
Current children cumulated vsize: 1516728 KiB
Current children cumulated memory: 1439300 KiB

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

# cumulated CPU time of all completed processes:  user=3585.73 s, system=0.605929 s

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

[startup+3584 s]*
/proc/loadavg: 4.10 4.10 4.09 5/263 80611
/proc/meminfo: memFree=119418752/131250000 swapFree=33007332/33010684
[pid=80234] ppid=80231 vsize=1516728 memory=1439300 CPUtime=3572.41 cores=1,3
/proc/80234/stat : 80234 (pbscip) R 80231 80234 78955 0 -1 4194304 275431 0 0 0 357182 59 0 0 20 0 1 0 74213530 1553129472 359825 18446744073709551615 4235264 18693293 140730923127728 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44732416 140730923133321 140730923133420 140730923133420 140730923139022 0
/proc/80234/statm: 379182 359825 3968 3530 0 370633 0
Current children cumulated CPU time: 3572.41 s
Current children cumulated vsize: 1516728 KiB
Current children cumulated memory: 1439300 KiB

[startup+3590.4 s]
/proc/loadavg: 4.09 4.09 4.09 5/263 80612
/proc/meminfo: memFree=119402368/131250000 swapFree=33007332/33010684
[pid=80234] ppid=80231 vsize=1516728 memory=1439300 CPUtime=3578.79 cores=1,3
/proc/80234/stat : 80234 (pbscip) R 80231 80234 78955 0 -1 4194304 275431 0 0 0 357820 59 0 0 20 0 1 0 74213530 1553129472 359825 18446744073709551615 4235264 18693293 140730923127728 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44732416 140730923133321 140730923133420 140730923133420 140730923139022 0
/proc/80234/statm: 379182 359825 3968 3530 0 370633 0
Current children cumulated CPU time: 3578.79 s
Current children cumulated vsize: 1516728 KiB
Current children cumulated memory: 1439300 KiB

[startup+3593.6 s]
/proc/loadavg: 4.09 4.09 4.09 5/263 80612
/proc/meminfo: memFree=119402620/131250000 swapFree=33007332/33010684
[pid=80234] ppid=80231 vsize=1516728 memory=1439300 CPUtime=3581.98 cores=1,3
/proc/80234/stat : 80234 (pbscip) R 80231 80234 78955 0 -1 4194304 275432 0 0 0 358139 59 0 0 20 0 1 0 74213530 1553129472 359825 18446744073709551615 4235264 18693293 140730923127728 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44732416 140730923133321 140730923133420 140730923133420 140730923139022 0
/proc/80234/statm: 379182 359825 3968 3530 0 370633 0
Current children cumulated CPU time: 3581.98 s
Current children cumulated vsize: 1516728 KiB
Current children cumulated memory: 1439300 KiB

[startup+3595.2 s]
/proc/loadavg: 4.09 4.09 4.09 5/263 80612
/proc/meminfo: memFree=119402620/131250000 swapFree=33007332/33010684
[pid=80234] ppid=80231 vsize=1516728 memory=1439300 CPUtime=3583.58 cores=1,3
/proc/80234/stat : 80234 (pbscip) R 80231 80234 78955 0 -1 4194304 275432 0 0 0 358299 59 0 0 20 0 1 0 74213530 1553129472 359825 18446744073709551615 4235264 18693293 140730923127728 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44732416 140730923133321 140730923133420 140730923133420 140730923139022 0
/proc/80234/statm: 379182 359825 3968 3530 0 370633 0
Current children cumulated CPU time: 3583.58 s
Current children cumulated vsize: 1516728 KiB
Current children cumulated memory: 1439300 KiB

[startup+3596.8 s]
/proc/loadavg: 4.09 4.09 4.09 5/263 80612
/proc/meminfo: memFree=119402636/131250000 swapFree=33007332/33010684
[pid=80234] ppid=80231 vsize=1516728 memory=1439300 CPUtime=3585.17 cores=1,3
/proc/80234/stat : 80234 (pbscip) R 80231 80234 78955 0 -1 4194304 275432 0 0 0 358458 59 0 0 20 0 1 0 74213530 1553129472 359825 18446744073709551615 4235264 18693293 140730923127728 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44732416 140730923133321 140730923133420 140730923133420 140730923139022 0
/proc/80234/statm: 379182 359825 3968 3530 0 370633 0
Current children cumulated CPU time: 3585.17 s
Current children cumulated vsize: 1516728 KiB
Current children cumulated memory: 1439300 KiB

[startup+3597.6 s]
/proc/loadavg: 4.09 4.09 4.09 5/263 80612
/proc/meminfo: memFree=119402636/131250000 swapFree=33007332/33010684
[pid=80234] ppid=80231 vsize=1516728 memory=1439300 CPUtime=3585.97 cores=1,3
/proc/80234/stat : 80234 (pbscip) R 80231 80234 78955 0 -1 4194304 275737 0 0 0 358538 59 0 0 20 0 1 0 74213530 1553129472 359825 18446744073709551615 4235264 18693293 140730923127728 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44732416 140730923133321 140730923133420 140730923133420 140730923139022 0
/proc/80234/statm: 379182 359825 3968 3530 0 370633 0
Current children cumulated CPU time: 3585.97 s
Current children cumulated vsize: 1516728 KiB
Current children cumulated memory: 1439300 KiB

[startup+3597.8 s]
/proc/loadavg: 4.09 4.09 4.09 5/263 80612
/proc/meminfo: memFree=119402636/131250000 swapFree=33007332/33010684
[pid=80234] ppid=80231 vsize=1515672 memory=1438292 CPUtime=3586.17 cores=1,3
/proc/80234/stat : 80234 (pbscip) R 80231 80234 78955 0 -1 4194304 275750 0 0 0 358558 59 0 0 20 0 1 0 74213530 1552048128 359573 18446744073709551615 4235264 18693293 140730923127728 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44732416 140730923133321 140730923133420 140730923133420 140730923139022 0
/proc/80234/statm: 378918 359573 3968 3530 0 370369 0
Current children cumulated CPU time: 3586.17 s
Current children cumulated vsize: 1515672 KiB
Current children cumulated memory: 1438292 KiB

[startup+3597.9 s]
/proc/loadavg: 4.09 4.09 4.09 5/263 80612
/proc/meminfo: memFree=119402636/131250000 swapFree=33007332/33010684
[pid=80234] ppid=80231 vsize=1368812 memory=1298188 CPUtime=3586.27 cores=1,3
/proc/80234/stat : 80234 (pbscip) R 80231 80234 78955 0 -1 4194304 275755 0 0 0 358568 59 0 0 20 0 1 0 74213530 1401663488 324547 18446744073709551615 4235264 18693293 140730923127728 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44732416 140730923133321 140730923133420 140730923133420 140730923139022 0
/proc/80234/statm: 342203 324547 3968 3530 0 333654 0
Current children cumulated CPU time: 3586.27 s
Current children cumulated vsize: 1368812 KiB
Current children cumulated memory: 1298188 KiB

Child status: 0

Real time (s): 3597.95
CPU time (s): 3586.34
CPU user time (s): 3585.73
CPU system time (s): 0.605929
CPU usage (%): 99.6771
Max. virtual memory (cumulated for all children) (KiB): 1516728
Max. memory (cumulated for all children) (KiB): 1439300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3585.73
system time used= 0.605929
maximum resident set size= 1439300
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 275800
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= 91
involuntary context switches= 4921


# summary of solver processes directly reported to runsolver:
#   pid: 80234
#   total CPU time (s): 3586.34
#   total CPU user time (s): 3585.73
#   total CPU system time (s): 0.605929

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.12161 second user time and 14.512 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-07-04 01:29:20
IDJOB=4522698
IDBENCH=179260
IDSOLVER=3365
FILE ID=nodeC019/4522698-1751585360
RUNJOBID= nodeC019-1751578154-78967
SLURM_JOB_ID= 9598809
Free space on /tmp= 431400 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/SMTI/SMTI_PBO/SMTI_10000_10_0.85_3.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4522698-1751585360/watcher-4522698-1751585360 -o /tmp/evaluation-result-4522698-1751585360/solver-4522698-1751585360 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751578154-78967 --watchdog 3760  pbscip -f HOME/instance-4522698-1751585360.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 092bae33cfc085630516b7197b68f9db
RANDOM SEED=2074936565

nodeC019 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	: 0xb00002a
cpu MHz		: 3599.673
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.689
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3598.966
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3615.055
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.682
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.702
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3601.140
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3597.812
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        118714148 kB
MemAvailable:   120632232 kB
Buffers:             904 kB
Cached:          2720000 kB
SwapCached:          440 kB
Active:          9366936 kB
Inactive:        2574368 kB
Active(anon):    9207860 kB
Inactive(anon):    27736 kB
Active(file):     159076 kB
Inactive(file):  2546632 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33007332 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             68896 kB
Writeback:             0 kB
AnonPages:       9222392 kB
Mapped:           136864 kB
Shmem:             15192 kB
KReclaimable:     103228 kB
Slab:             192240 kB
SReclaimable:     103228 kB
SUnreclaim:        89012 kB
KernelStack:        4272 kB
PageTables:        21316 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   10265532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5273600 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:      176852 kB
DirectMap2M:     9031680 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431428 MiB
End job on nodeC019 at 2025-07-04 02:29:18