Trace number 4522790

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.04 3599.96

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/
SMTI/SMTI_PBO/SMTI_25000_10_0.85_7.opb
MD5SUM8be5b5d8bca4d85bc85c3eef1683fb22
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 benchmark121.332
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables300000
Total number of constraints300001
Number of constraints which are clauses250000
Number of constraints which are cardinality constraints (but not clauses)50000
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint50000
Number of terms in the objective function 50000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 50000
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 50000
Number of bits of the biggest sum of numbers16
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.01	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-4522790-1751643667.opb>
2.48/2.52	c original problem has 300000 variables (300000 bin, 0 int, 0 impl, 0 cont) and 300001 constraints
2.48/2.52	c problem read in 2.51
4.87/4.98	c presolving:
5.98/6.09	c (round 1, fast)       1188 del vars, 831 del conss, 0 add conss, 56 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 50077 clqs
6.08/6.18	c (round 2, fast)       2309 del vars, 1188 del conss, 0 add conss, 56 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 50078 clqs
9.56/9.67	c    (9.7s) running MILP presolver
15.95/16.03	c    (16.0s) MILP presolver (5 rounds): 0 aggregations, 1240 fixings, 0 bound changes
16.15/16.22	c (round 3, medium)     3835 del vars, 1188 del conss, 0 add conss, 56 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 49673 clqs
16.24/16.36	c (round 4, fast)       5550 del vars, 3396 del conss, 0 add conss, 56 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 49672 clqs
16.44/16.57	c (round 5, exhaustive) 5550 del vars, 4201 del conss, 0 add conss, 56 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 49672 clqs
19.53/19.67	c (round 6, exhaustive) 5550 del vars, 4201 del conss, 0 add conss, 56 chg bounds, 0 chg sides, 0 chg coeffs, 295799 upgd conss, 0 impls, 49672 clqs
22.22/22.35	c (round 7, exhaustive) 5550 del vars, 48529 del conss, 0 add conss, 56 chg bounds, 0 chg sides, 0 chg coeffs, 295799 upgd conss, 0 impls, 49672 clqs
25.51/25.68	c    (25.7s) running MILP presolver
27.41/27.56	c    (27.6s) MILP presolver (2 rounds): 0 aggregations, 7 fixings, 0 bound changes
32.69/32.87	c (round 8, exhaustive) 24120 del vars, 48552 del conss, 0 add conss, 56 chg bounds, 0 chg sides, 38907 chg coeffs, 295799 upgd conss, 0 impls, 49668 clqs
33.19/33.34	c (round 9, fast)       42746 del vars, 48656 del conss, 0 add conss, 56 chg bounds, 0 chg sides, 79455 chg coeffs, 295799 upgd conss, 0 impls, 49646 clqs
34.28/34.44	c (round 10, exhaustive) 42746 del vars, 55193 del conss, 0 add conss, 56 chg bounds, 0 chg sides, 79455 chg coeffs, 295799 upgd conss, 0 impls, 49646 clqs
36.18/36.38	c (round 11, exhaustive) 42746 del vars, 56211 del conss, 0 add conss, 56 chg bounds, 0 chg sides, 79455 chg coeffs, 295799 upgd conss, 0 impls, 49646 clqs
39.17/39.30	c (round 12, exhaustive) 43187 del vars, 56213 del conss, 0 add conss, 56 chg bounds, 0 chg sides, 80609 chg coeffs, 295799 upgd conss, 0 impls, 49645 clqs
39.47/39.66	c (round 13, fast)       43639 del vars, 56231 del conss, 0 add conss, 56 chg bounds, 0 chg sides, 81439 chg coeffs, 295799 upgd conss, 0 impls, 49639 clqs
49.34/49.52	c    (49.5s) sparsify aborted: 59866/3548588 (1.7%) nonzeros canceled - in total 59866 canceled nonzeros, 59866 changed coefficients, 0 added nonzeros
100.80/101.12	c    (101.1s) probing: 1000/276485 (0.4%) - 22 fixings, 0 aggregations, 4983 implications, 0 bound changes
101.98/102.38	c    (102.4s) probing: 1024/276485 (0.4%) - 22 fixings, 0 aggregations, 5128 implications, 0 bound changes
101.98/102.38	c    (102.4s) probing aborted: 1000/1000 successive useless probings
104.07/104.43	c    (104.4s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
105.37/105.75	c    (105.7s) no symmetry present (symcode time: 0.41)
107.16/107.52	c presolving (14 rounds: 14 fast, 9 medium, 8 exhaustive):
107.16/107.52	c  43684 deleted vars, 56425 deleted constraints, 0 added constraints, 56 tightened bounds, 0 added holes, 0 changed sides, 141432 changed coefficients
107.16/107.52	c  0 implications, 54767 cliques
107.16/107.52	c presolved problem has 276463 variables (276463 bin, 0 int, 0 impl, 0 cont) and 243573 constraints
107.16/107.52	c   49639 constraints of type <setppc>
107.16/107.52	c    4630 constraints of type <linear>
107.16/107.52	c  189304 constraints of type <logicor>
107.16/107.52	c transformed objective value is always integral (scale: 1)
107.16/107.52	c Presolving Time: 102.65
107.16/107.52	c - non default parameters ----------------------------------------------------------------------
107.16/107.52	c # SCIP version 10.0.0
107.16/107.52	c 
107.16/107.52	c # maximal time in seconds to run
107.16/107.52	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
107.16/107.52	c limits/time = 3596.996012
107.16/107.52	c 
107.16/107.52	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
107.16/107.52	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
107.16/107.52	c limits/memory = 27900
107.16/107.52	c 
107.16/107.52	c # belongs reading time to solving time?
107.16/107.52	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
107.16/107.52	c timing/reading = TRUE
107.16/107.52	c 
107.16/107.52	c -----------------------------------------------------------------------------------------------
107.16/107.52	c start solving
107.16/107.58	c 
3583.38/3597.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3583.38/3597.39	c  3597s|     1 |     0 |198692 |     - |  2917M |   0 | 276k| 239k| 238k|   0 |  0 |  69 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3583.38/3597.39	c (node 1) LP solver hit time limit in LP 1 -- using pseudo solution instead
3583.38/3597.39	c 
3583.38/3597.39	c SCIP Status        : solving was interrupted [time limit reached]
3583.38/3597.39	c Solving Time (sec) : 3597.37
3583.38/3597.39	c Solving Nodes      : 1
3583.38/3597.39	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
3583.38/3597.39	c Dual Bound         : +0.00000000000000e+00
3583.38/3597.39	c Gap                : infinite
3583.38/3597.39	s UNKNOWN
3583.38/3597.39	c SCIP Status        : solving was interrupted [time limit reached]
3583.38/3597.39	c Total Time         :    3597.37
3583.38/3597.39	c   solving          :    3597.37
3583.38/3597.39	c   presolving       :     102.65 (included in solving)
3583.38/3597.39	c   reading          :       2.51 (included in solving)
3583.38/3597.39	c   copying          :       0.00 (0 times copied the problem)
3583.38/3597.39	c Original Problem   :
3583.38/3597.39	c   Problem name     : HOME/instance-4522790-1751643667.opb
3583.38/3597.39	c   Variables        : 300000 (300000 binary, 0 integer, 0 implicit integer, 0 continuous)
3583.38/3597.39	c   Constraints      : 300001 initial, 300001 maximal
3583.48/3597.40	c   Objective        : minimize, 50000 non-zeros (abs.min = 1, abs.max = 1)
3583.48/3597.40	c Presolved Problem  :
3583.48/3597.40	c   Problem name     : t_HOME/instance-4522790-1751643667.opb
3583.48/3597.40	c   Variables        : 276463 (276463 binary, 0 integer, 0 implicit integer, 0 continuous)
3583.48/3597.40	c   Constraints      : 243573 initial, 243573 maximal
3583.48/3597.40	c   Objective        : minimize, 42478 non-zeros (abs.min = 1, abs.max = 1)
3583.48/3597.40	c   Nonzeros         : 3488720 constraint, 520790 clique table
3583.48/3597.40	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3583.48/3597.40	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.48/3597.40	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.48/3597.40	c   domcol           :       0.82       0.00      1          1          0          0          0          0          0          0          0         27
3583.48/3597.40	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.48/3597.40	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.48/3597.40	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.48/3597.40	c   dualsparsify     :       2.05       0.00      1          0          0          0          0          0          0          0          0          0
3583.48/3597.40	c   gateextraction   :       2.32       0.00      6          0          0          0          0          0       6696          0          0          0
3583.48/3597.40	c   implics          :       0.05       0.00      9          0          0          0          0          0          0          0          0          0
3583.48/3597.40	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.48/3597.40	c   milp             :      14.78       0.00      2       1247          0          0          0          0          0          0          0          0
3583.48/3597.40	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.48/3597.40	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.48/3597.40	c   sparsify         :       5.29       0.00      1          0          0          0          0          0          0          0          0      59866
3583.48/3597.40	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.48/3597.40	c   trivial          :       0.19       0.00     14      21885          0          0          0          0          0          0          0          0
3583.48/3597.40	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.48/3597.40	c   dualfix          :       0.12       0.00     14          0          0          0          0          0          0          0          0          0
3583.48/3597.40	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.48/3597.40	c   probing          :      52.86       0.01      1         22          0          0          0          0          0          0          0          0
3583.48/3597.40	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.48/3597.40	c   symmetry         :       1.32       0.00      1          0          0          0          0          0          0          0          0          0
3583.48/3597.40	c   vbounds          :       0.18       0.00      1         84        202          0          0          0          0          0          0          0
3583.48/3597.40	c   setppc           :       1.31       0.02     19          0         28          0          0          0         33          0          0          0
3583.48/3597.40	c   linear           :       3.35       1.17     21         56         12          0         56          0       4201          0          0          0
3583.48/3597.40	c   logicor          :      14.84       0.87     19      19026          0          0          0          0      45495          0          0      81539
3583.48/3597.40	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.48/3597.40	c   components       :       0.83       0.00      1          0          0          0          0          0          0          0          0          0
3583.48/3597.40	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
3583.48/3597.40	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3583.48/3597.40	c   benderslp        :          0          0          0          0          0          0          0          6          0          0          0          0          0          0          0
3583.48/3597.40	c   integral         :          0          0          0          0          0          0          0          6          0          0          0          0          0          0          0
3583.48/3597.40	c   setppc           :      49639+     49691          0     124757          0          0          0          3        508          0          0          0          0          0          0
3583.48/3597.40	c   linear           :       4630       4630          0     124757          0          0          0          3          0          0          0          0          0          0          0
3583.48/3597.40	c   logicor          :     189304+    189321          0      55552          0          0          0          0         28         64          0          0          0          0          0
3583.48/3597.40	c   benders          :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3583.48/3597.40	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3583.48/3597.40	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3583.48/3597.40	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3583.48/3597.40	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3583.48/3597.40	c   benderslp        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3583.48/3597.40	c   integral         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3583.48/3597.40	c   setppc           :       7.32       0.02       0.13       7.16       0.00       0.00       0.00       0.00       0.00       0.00
3583.48/3597.40	c   linear           :       1.95       1.17       0.01       0.78       0.00       0.00       0.00       0.00       0.00       0.00
3583.48/3597.40	c   logicor          :       2.30       0.87       0.62       0.81       0.00       0.00       0.00       0.00       0.00       0.00
3583.48/3597.40	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3583.48/3597.40	c   fixedvar         :       0.01       0.01       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3583.48/3597.40	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3583.48/3597.40	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3583.48/3597.40	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3583.48/3597.40	c   dualfix          :          1          0          0          0
3583.48/3597.40	c   genvbounds       :          0          0          0          0
3583.48/3597.40	c   nlobbt           :          0          0          0          0
3583.48/3597.40	c   obbt             :          0          0          0          0
3583.48/3597.40	c   probing          :          0          0          0          0
3583.48/3597.40	c   pseudoobj        :          1          0          0          0
3583.48/3597.40	c   redcost          :          0          0          0          0
3583.48/3597.40	c   rootredcost      :          0          0          0          0
3583.48/3597.40	c   symmetry         :          0          0          0          0
3583.48/3597.40	c   vbounds          :      25065          0          0          0
3583.48/3597.40	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3583.48/3597.40	c   dualfix          :       0.13       0.00       0.12       0.01       0.00       0.00
3583.48/3597.40	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
3583.48/3597.40	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3583.48/3597.40	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3583.48/3597.40	c   probing          :      52.87       0.01      52.86       0.00       0.00       0.00
3583.48/3597.40	c   pseudoobj        :      10.25       0.00       0.00      10.25       0.00       0.00
3583.48/3597.40	c   redcost          :       0.00       0.00       0.00       0.00       0.00       0.00
3583.48/3597.40	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
3583.48/3597.40	c   symmetry         :       1.32       0.00       1.32       0.01       0.00       0.00
3583.48/3597.40	c   vbounds          :       0.28       0.00       0.18       0.10       0.00       0.00
3583.48/3597.40	c Symmetry           :
3583.48/3597.40	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
3583.48/3597.40	c   orbital reduction:          0 reductions applied,          0 cutoffs
3583.48/3597.40	c   lexicographic red:          0 reductions applied,          0 cutoffs
3583.48/3597.40	c   shadow tree time :       0.00 s
3583.48/3597.40	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3583.48/3597.40	c   propagation      :       0.00         53         53          -         54        3.3         15        2.4          -          -          -
3583.48/3597.40	c   infeasible LP    :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3583.48/3597.40	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3583.48/3597.40	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3583.48/3597.40	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3583.48/3597.40	c   applied globally :       0.00          -          -          0         69        2.7          -          -          0          -          -
3583.48/3597.40	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
3583.48/3597.40	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3583.48/3597.40	c   cut pool         :       0.00          -          0          0          -          -          0          0          -          -          -          -          -    (maximal pool size:          0)
3583.48/3597.40	c   aggregation      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.48/3597.40	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
3583.48/3597.40	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
3583.48/3597.40	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
3583.48/3597.40	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.48/3597.40	c   clique           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.48/3597.40	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.48/3597.40	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.48/3597.40	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.48/3597.40	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.48/3597.40	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.48/3597.40	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.48/3597.40	c   > gomorymi       :          -          -          -          -          -          -          -          0          0          0          0          0          -
3583.48/3597.40	c   > strongcg       :          -          -          -          -          -          -          -          0          0          0          0          0          -
3583.48/3597.40	c   impliedbounds    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.48/3597.40	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.48/3597.40	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.48/3597.40	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.48/3597.40	c   mcf              :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.48/3597.40	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.48/3597.40	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.48/3597.40	c   multilinear      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.48/3597.40	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.48/3597.40	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.48/3597.40	c   rlt              :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.48/3597.40	c   zerohalf         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.48/3597.40	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3583.48/3597.40	c   hybrid           :       0.00       0.00          0          0          0          0          0          0          0          0
3583.48/3597.40	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3583.48/3597.40	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3583.48/3597.40	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3583.48/3597.40	c   problem variables:       0.00          -          0          0
3583.48/3597.40	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3583.48/3597.40	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3583.48/3597.40	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3583.48/3597.40	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3583.48/3597.40	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3583.48/3597.40	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3583.48/3597.40	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3583.48/3597.40	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3583.48/3597.40	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3583.48/3597.40	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3583.48/3597.40	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3583.48/3597.40	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3583.48/3597.40	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3583.48/3597.40	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3583.48/3597.40	c   relpscost        :       0.00       0.00          0          0          0          0          0          0          0          0
3583.48/3597.40	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3583.48/3597.40	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3583.48/3597.40	c   LP solutions     :       0.00          -          -          0          0
3583.48/3597.40	c   relax solutions  :       0.00          -          -          0          0
3583.48/3597.40	c   pseudo solutions :       0.00          -          -          0          0
3583.48/3597.40	c   strong branching :       0.00          -          -          0          0
3583.48/3597.40	c   actconsdiving    :       0.00       0.00          0          0          0
3583.48/3597.40	c   adaptivediving   :       0.00       0.00          0          0          0
3583.48/3597.40	c   alns             :       0.00       0.00          0          0          0
3583.48/3597.40	c   bound            :       0.00       0.00          0          0          0
3583.48/3597.40	c   clique           :       2.41       0.00          1          0          0
3583.48/3597.40	c   coefdiving       :       0.00       0.00          0          0          0
3583.48/3597.40	c   completesol      :       0.00       0.00          0          0          0
3583.48/3597.40	c   conflictdiving   :       0.00       0.00          0          0          0
3583.48/3597.40	c   crossover        :       0.00       0.00          0          0          0
3583.48/3597.40	c   dins             :       0.00       0.00          0          0          0
3583.48/3597.40	c   distributiondivin:       0.00       0.00          0          0          0
3583.48/3597.40	c   dps              :       0.00       0.00          0          0          0
3583.48/3597.40	c   dualval          :       0.00       0.00          0          0          0
3583.48/3597.40	c   farkasdiving     :       0.00       0.00          0          0          0
3583.48/3597.40	c   feasjump         :       1.09       0.00          1          0          0
3583.48/3597.40	c   feaspump         :       0.00       0.00          0          0          0
3583.48/3597.40	c   fixandinfer      :       0.00       0.00          0          0          0
3583.48/3597.40	c   fracdiving       :       0.00       0.00          0          0          0
3583.48/3597.40	c   gins             :       0.00       0.00          0          0          0
3583.48/3597.40	c   guideddiving     :       0.00       0.00          0          0          0
3583.48/3597.40	c   indcoefdiving    :       0.00       0.00          0          0          0
3583.48/3597.40	c   indicator        :       0.00       0.00          0          0          0
3583.48/3597.40	c   indicatordiving  :       0.00       0.00          0          0          0
3583.48/3597.40	c   indoneopt        :       0.00       0.00          0          0          0
3583.48/3597.40	c   indrounding      :       0.00       0.00          0          0          0
3583.48/3597.40	c   indtwoopt        :       0.00       0.00          0          0          0
3583.48/3597.40	c   intdiving        :       0.00       0.00          0          0          0
3583.48/3597.40	c   intshifting      :       0.00       0.00          0          0          0
3583.48/3597.40	c   linesearchdiving :       0.00       0.00          0          0          0
3583.48/3597.40	c   localbranching   :       0.00       0.00          0          0          0
3583.48/3597.40	c   locks            :       4.44       0.00          1          0          0
3583.48/3597.40	c   lpface           :       0.00       0.00          0          0          0
3583.48/3597.40	c   mpec             :       0.00       0.00          0          0          0
3583.48/3597.40	c   multistart       :       0.00       0.00          0          0          0
3583.48/3597.40	c   mutation         :       0.00       0.00          0          0          0
3583.48/3597.40	c   nlpdiving        :       0.00       0.00          0          0          0
3583.48/3597.40	c   objpscostdiving  :       0.00       0.00          0          0          0
3583.48/3597.40	c   octane           :       0.00       0.00          0          0          0
3583.48/3597.40	c   ofins            :       0.00       0.00          0          0          0
3583.48/3597.40	c   oneopt           :       0.00       0.00          0          0          0
3583.48/3597.40	c   padm             :       0.00       0.00          0          0          0
3583.48/3597.40	c   proximity        :       0.00       0.00          0          0          0
3583.48/3597.40	c   pscostdiving     :       0.00       0.00          0          0          0
3583.48/3597.40	c   randrounding     :       0.00       0.00          0          0          0
3583.48/3597.40	c   rens             :       0.00       0.00          0          0          0
3583.48/3597.40	c   reoptsols        :       0.00       0.00          0          0          0
3583.48/3597.40	c   repair           :       0.00       0.00          0          0          0
3583.48/3597.40	c   rins             :       0.00       0.00          0          0          0
3583.48/3597.40	c   rootsoldiving    :       0.00       0.00          0          0          0
3583.48/3597.40	c   rounding         :       0.00       0.00          0          0          0
3583.48/3597.40	c   scheduler        :       0.00       0.00          0          0          0
3583.48/3597.40	c   shiftandpropagate:       1.51       0.00          1          0          0
3583.48/3597.40	c   shifting         :       0.00       0.00          0          0          0
3583.48/3597.40	c   simplerounding   :       0.00       0.00          0          0          0
3583.48/3597.40	c   smallcard        :       0.00       0.00          0          0          0
3583.48/3597.40	c   subnlp           :       0.00       0.00          0          0          0
3583.48/3597.40	c   trivial          :       0.20       0.00          2          0          0
3583.48/3597.40	c   trivialnegation  :       0.00       0.00          0          0          0
3583.48/3597.40	c   trustregion      :       0.00       0.00          0          0          0
3583.48/3597.40	c   trysol           :       0.00       0.00          0          0          0
3583.48/3597.40	c   twoopt           :       0.00       0.00          0          0          0
3583.48/3597.40	c   undercover       :       0.00       0.00          0          0          0
3583.48/3597.40	c   vbounds          :       1.01       0.00          1          0          0
3583.48/3597.40	c   veclendiving     :       0.00       0.00          0          0          0
3583.48/3597.40	c   zeroobj          :       0.00       0.00          0          0          0
3583.48/3597.40	c   zirounding       :       0.00       0.00          0          0          0
3583.48/3597.40	c   other solutions  :          -          -          -          0          -
3583.48/3597.40	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3583.48/3597.40	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
3583.48/3597.40	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
3583.48/3597.40	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
3583.48/3597.40	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
3583.48/3597.40	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
3583.48/3597.40	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
3583.48/3597.40	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
3583.48/3597.40	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
3583.48/3597.40	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
3583.48/3597.40	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3583.48/3597.40	c   primal LP        :       0.00          0          0       0.00          -       0.00          0
3583.48/3597.40	c   dual LP          :    3468.88          1     198692  198692.00      57.28       0.00          0
3583.48/3597.40	c   lex dual LP      :       0.00          0          0       0.00          -
3583.48/3597.40	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3583.48/3597.40	c   resolve instable :       0.00          0          0       0.00          -
3583.48/3597.40	c   diving/probing LP:       0.00          0          0       0.00          -
3583.48/3597.40	c   strong branching :       0.00          0          0       0.00          -          -          -          0
3583.48/3597.40	c     (at root node) :          -          0          0       0.00          -
3583.48/3597.40	c   conflict analysis:       0.00          0          0       0.00          -
3583.48/3597.40	c B&B Tree           :
3583.48/3597.40	c   number of runs   :          1
3583.48/3597.40	c   nodes            :          1 (0 internal, 1 leaves)
3583.48/3597.40	c   feasible leaves  :          0
3583.48/3597.40	c   infeas. leaves   :          0
3583.48/3597.40	c   objective leaves :          0
3583.48/3597.40	c   nodes (total)    :          1 (0 internal, 1 leaves)
3583.48/3597.40	c   nodes left       :          1
3583.48/3597.40	c   max depth        :          0
3583.48/3597.40	c   max depth (total):          0
3583.48/3597.40	c   backtracks       :          0 (0.0%)
3583.48/3597.40	c   early backtracks :          0 (0.0%)
3583.48/3597.40	c   nodes exc. ref.  :          0 (0.0%)
3583.48/3597.40	c   delayed cutoffs  :          0
3583.48/3597.40	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
3583.48/3597.40	c   avg switch length:       1.00
3583.48/3597.40	c   switching time   :       0.00
3583.48/3597.40	c Root Node          :
3583.48/3597.40	c   First LP value   :          -
3583.48/3597.40	c   First LP Iters   :          0
3583.48/3597.40	c   First LP Time    :    3468.88
3583.48/3597.40	c   Final Dual Bound : +0.00000000000000e+00
3583.48/3597.40	c   Final Root Iters :     198692
3583.48/3597.40	c   Root LP Estimate :                     -
3583.48/3597.40	c Solution           :
3583.48/3597.40	c   Solutions found  :          0 (0 improvements)
3583.48/3597.40	c   Primal Bound     :          -
3583.48/3597.40	c   Dual Bound       : +0.00000000000000e+00
3583.48/3597.40	c   Gap              :   infinite
3583.48/3597.40	c Integrals          :      Total       Avg%
3583.48/3597.40	c   primal-dual      :  359737.34     100.00
3583.48/3597.40	c   primal-ref       :          -          - (not evaluated)
3583.48/3597.40	c   dual-ref         :          -          - (not evaluated)
3585.97/3599.92	c Time complete: 3586.

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (60930 MiB free)
  memory of node 1: 64465 MiB (61472 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4522790-1751643667/watcher-4522790-1751643667 -o /tmp/evaluation-result-4522790-1751643667/solver-4522790-1751643667 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751643641-97569 --watchdog 3760 pbscip -f HOME/instance-4522790-1751643667.opb -t 3600 -j 2 -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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=97680, runsolver pid=97677
Current StackSize limit: 8192 KiB


[startup+0.100099 s]*
/proc/loadavg: 1.53 0.42 0.20 5/259 97681
/proc/meminfo: memFree=125268576/131382120 swapFree=33010416/33010684
[pid=97680] ppid=97677 vsize=122232 memory=91520 CPUtime=0.1 cores=0,2
/proc/97680/stat : 97680 (pbscip) R 97677 97680 97552 0 -1 4194304 19966 0 0 0 6 4 0 0 20 0 1 0 80045492 125165568 22880 18446744073709551615 4235264 18693293 140723228527264 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 47845376 140723228535176 140723228535275 140723228535275 140723228540878 0
/proc/97680/statm: 30558 22880 3232 3530 0 22009 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 122232 KiB
Current children cumulated memory: 91520 KiB

[startup+0.213587 s]*
/proc/loadavg: 1.53 0.42 0.20 5/259 97681
/proc/meminfo: memFree=125196000/131382120 swapFree=33010416/33010684
[pid=97680] ppid=97677 vsize=193448 memory=162560 CPUtime=0.21 cores=0,2
/proc/97680/stat : 97680 (pbscip) R 97677 97680 97552 0 -1 4194304 37732 0 0 0 14 7 0 0 20 0 1 0 80045492 198090752 40640 18446744073709551615 4235264 18693293 140723228527264 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 47845376 140723228535176 140723228535275 140723228535275 140723228540878 0
/proc/97680/statm: 48362 40640 3232 3530 0 39813 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 193448 KiB
Current children cumulated memory: 162560 KiB

[startup+0.313589 s]*
/proc/loadavg: 1.72 0.48 0.22 5/259 97681
/proc/meminfo: memFree=125123928/131382120 swapFree=33010416/33010684
[pid=97680] ppid=97677 vsize=260636 memory=229760 CPUtime=0.31 cores=0,2
/proc/97680/stat : 97680 (pbscip) R 97677 97680 97552 0 -1 4194304 54531 0 0 0 21 10 0 0 20 0 1 0 80045492 266891264 57440 18446744073709551615 4235264 18693293 140723228527264 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 47845376 140723228535176 140723228535275 140723228535275 140723228540878 0
/proc/97680/statm: 65159 57440 3232 3530 0 56610 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 260636 KiB
Current children cumulated memory: 229760 KiB

[startup+0.700304 s]
/proc/loadavg: 1.72 0.48 0.22 5/259 97681
/proc/meminfo: memFree=125011032/131382120 swapFree=33010416/33010684
[pid=97680] ppid=97677 vsize=381452 memory=350508 CPUtime=0.68 cores=0,2
/proc/97680/stat : 97680 (pbscip) R 97677 97680 97552 0 -1 4194304 84201 0 0 0 51 17 0 0 20 0 1 0 80045492 390606848 87627 18446744073709551615 4235264 18693293 140723228527264 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 47845376 140723228535176 140723228535275 140723228535275 140723228540878 0
/proc/97680/statm: 95363 87627 3232 3530 0 86814 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 381452 KiB
Current children cumulated memory: 350508 KiB

[startup+1.50034 s]
/proc/loadavg: 1.72 0.48 0.22 5/259 97681
/proc/meminfo: memFree=124979032/131382120 swapFree=33010416/33010684
[pid=97680] ppid=97677 vsize=458380 memory=425900 CPUtime=1.48 cores=0,2
/proc/97680/stat : 97680 (pbscip) R 97677 97680 97552 0 -1 4194304 103037 0 0 0 127 21 0 0 20 0 1 0 80045492 469381120 106475 18446744073709551615 4235264 18693293 140723228527264 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 47845376 140723228535176 140723228535275 140723228535275 140723228540878 0
/proc/97680/statm: 114278 106475 3232 3530 0 105729 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 458380 KiB
Current children cumulated memory: 425900 KiB

[startup+3.1133 s]
/proc/loadavg: 1.72 0.48 0.22 5/259 97681
/proc/meminfo: memFree=124545852/131382120 swapFree=33010416/33010684
[pid=97680] ppid=97677 vsize=918476 memory=890432 CPUtime=3.09 cores=0,2
/proc/97680/stat : 97680 (pbscip) R 97677 97680 97552 0 -1 4194304 221085 0 0 0 267 42 0 0 20 0 1 0 80045492 940519424 222608 18446744073709551615 4235264 18693293 140723228527264 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 47845376 140723228535176 140723228535275 140723228535275 140723228540878 0
/proc/97680/statm: 229619 222608 3552 3530 0 221070 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 918476 KiB
Current children cumulated memory: 890432 KiB

[startup+6.30031 s]
/proc/loadavg: 1.91 0.54 0.24 5/260 97682
/proc/meminfo: memFree=124011132/131382120 swapFree=33010416/33010684
[pid=97680] ppid=97677 vsize=1637864 memory=1449624 CPUtime=6.27 cores=0,2
/proc/97680/stat : 97680 (pbscip) R 97677 97680 97552 0 -1 4194304 355732 0 0 0 565 62 0 0 20 0 1 0 80045492 1677172736 362406 18446744073709551615 4235264 18693293 140723228527264 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 47845376 140723228535176 140723228535275 140723228535275 140723228540878 0
/proc/97680/statm: 409466 362406 3584 3530 0 400917 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1637864 KiB
Current children cumulated memory: 1449624 KiB

[startup+12.7003 s]
/proc/loadavg: 2.08 0.60 0.26 5/260 97683
/proc/meminfo: memFree=123236464/131382120 swapFree=33010416/33010684
[pid=97680] ppid=97677 vsize=2082976 memory=2008388 CPUtime=12.65 cores=0,2
/proc/97680/stat : 97680 (pbscip) R 97677 97680 97552 0 -1 4194304 389834 0 0 0 1176 89 0 0 20 0 1 0 80045492 2132967424 502097 18446744073709551615 4235264 18693293 140723228527264 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 47845376 140723228535176 140723228535275 140723228535275 140723228540878 0
/proc/97680/statm: 520744 502097 3712 3530 0 512195 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2082976 KiB
Current children cumulated memory: 2008388 KiB

[startup+25.5004 s]
/proc/loadavg: 2.37 0.71 0.30 5/260 97683
/proc/meminfo: memFree=123002664/131382120 swapFree=33010416/33010684
[pid=97680] ppid=97677 vsize=2428980 memory=2361144 CPUtime=25.41 cores=0,2
/proc/97680/stat : 97680 (pbscip) R 97677 97680 97552 0 -1 4194304 502875 0 0 0 2425 116 0 0 20 0 1 0 80045492 2487275520 590286 18446744073709551615 4235264 18693293 140723228527264 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 47845376 140723228535176 140723228535275 140723228535275 140723228540878 0
/proc/97680/statm: 607245 590286 3712 3530 0 598696 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 2428980 KiB
Current children cumulated memory: 2361144 KiB

[startup+51.1136 s]
/proc/loadavg: 3.08 1.04 0.43 5/260 97683
/proc/meminfo: memFree=122408552/131382120 swapFree=33010416/33010684
[pid=97680] ppid=97677 vsize=2341080 memory=2241512 CPUtime=50.95 cores=0,2
/proc/97680/stat : 97680 (pbscip) R 97677 97680 97552 0 -1 4194304 524050 0 0 0 4962 133 0 0 20 0 1 0 80045492 2397265920 560378 18446744073709551615 4235264 18693293 140723228527264 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 47845376 140723228535176 140723228535275 140723228535275 140723228540878 0
/proc/97680/statm: 585270 560378 3744 3530 0 576721 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 2341080 KiB
Current children cumulated memory: 2241512 KiB

[startup+102.3 s]
/proc/loadavg: 3.67 1.52 0.62 5/260 97685
/proc/meminfo: memFree=122424160/131382120 swapFree=33010416/33010684
[pid=97680] ppid=97677 vsize=2341080 memory=2241640 CPUtime=101.98 cores=0,2
/proc/97680/stat : 97680 (pbscip) R 97677 97680 97552 0 -1 4194304 524059 0 0 0 10065 133 0 0 20 0 1 0 80045492 2397265920 560410 18446744073709551615 4235264 18693293 140723228527264 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 47845376 140723228535176 140723228535275 140723228535275 140723228540878 0
/proc/97680/statm: 585270 560410 3744 3530 0 576721 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 2341080 KiB
Current children cumulated memory: 2241640 KiB

[startup+162.3 s]
/proc/loadavg: 3.93 1.99 0.84 5/259 97687
/proc/meminfo: memFree=120620440/131382120 swapFree=33010416/33010684
[pid=97680] ppid=97677 vsize=3390904 memory=3175192 CPUtime=161.77 cores=0,2
/proc/97680/stat : 97680 (pbscip) R 97677 97680 97552 0 -1 4194304 676709 0 0 0 16000 177 0 0 20 0 1 0 80045492 3472285696 793798 18446744073709551615 4235264 18693293 140723228527264 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 47845376 140723228535176 140723228535275 140723228535275 140723228540878 0
/proc/97680/statm: 847726 793798 3936 3530 0 839177 0
Current children cumulated CPU time: 161.77 s
Current children cumulated vsize: 3390904 KiB
Current children cumulated memory: 3175192 KiB

[startup+222.3 s]
/proc/loadavg: 4.01 2.37 1.05 5/259 97689
/proc/meminfo: memFree=120483524/131382120 swapFree=33010416/33010684
[pid=97680] ppid=97677 vsize=3430600 memory=3214340 CPUtime=221.57 cores=0,2
/proc/97680/stat : 97680 (pbscip) R 97677 97680 97552 0 -1 4194304 682463 0 0 0 21979 178 0 0 20 0 1 0 80045492 3512934400 803585 18446744073709551615 4235264 18693293 140723228527264 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 47845376 140723228535176 140723228535275 140723228535275 140723228540878 0
/proc/97680/statm: 857650 803585 3936 3530 0 849101 0
Current children cumulated CPU time: 221.57 s
Current children cumulated vsize: 3430600 KiB
Current children cumulated memory: 3214340 KiB

[startup+282.3 s]
/proc/loadavg: 4.13 2.70 1.25 5/251 97691
/proc/meminfo: memFree=120475464/131382120 swapFree=33010416/33010684
[pid=97680] ppid=97677 vsize=3431568 memory=3215492 CPUtime=281.37 cores=0,2
/proc/97680/stat : 97680 (pbscip) R 97677 97680 97552 0 -1 4194304 682767 0 0 0 27959 178 0 0 20 0 1 0 80045492 3513925632 803873 18446744073709551615 4235264 18693293 140723228527264 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 47845376 140723228535176 140723228535275 140723228535275 140723228540878 0
/proc/97680/statm: 857892 803873 3936 3530 0 849343 0
Current children cumulated CPU time: 281.37 s
Current children cumulated vsize: 3431568 KiB
Current children cumulated memory: 3215492 KiB

[startup+342.3 s]
/proc/loadavg: 4.09 2.96 1.43 5/249 97738
/proc/meminfo: memFree=121128976/131382120 swapFree=33010416/33010684
[pid=97680] ppid=97677 vsize=3477072 memory=3264908 CPUtime=341.17 cores=0,2
/proc/97680/stat : 97680 (pbscip) R 97677 97680 97552 0 -1 4194304 685421 0 0 0 33937 180 0 0 20 0 1 0 80045492 3560521728 816227 18446744073709551615 4235264 18693293 140723228527264 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 47845376 140723228535176 140723228535275 140723228535275 140723228540878 0
/proc/97680/statm: 869268 816227 3936 3530 0 860719 0
Current children cumulated CPU time: 341.17 s
Current children cumulated vsize: 3477072 KiB
Current children cumulated memory: 3264908 KiB

[startup+402.3 s]
/proc/loadavg: 4.13 3.18 1.60 5/249 97740
/proc/meminfo: memFree=120832980/131382120 swapFree=33010416/33010684
[pid=97680] ppid=97677 vsize=3483068 memory=3272960 CPUtime=400.96 cores=0,2
/proc/97680/stat : 97680 (pbscip) R 97677 97680 97552 0 -1 4194304 686896 0 0 0 39916 180 0 0 20 0 1 0 80045492 3566661632 818240 18446744073709551615 4235264 18693293 140723228527264 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 47845376 140723228535176 140723228535275 140723228535275 140723228540878 0
/proc/97680/statm: 870767 818240 3936 3530 0 862218 0
Current children cumulated CPU time: 400.96 s
Current children cumulated vsize: 3483068 KiB
Current children cumulated memory: 3272960 KiB

[startup+462.3 s]
/proc/loadavg: 4.25 3.38 1.77 5/249 97742
/proc/meminfo: memFree=120801596/131382120 swapFree=33010416/33010684
[pid=97680] ppid=97677 vsize=3487280 memory=3277184 CPUtime=460.75 cores=0,2
/proc/97680/stat : 97680 (pbscip) R 97677 97680 97552 0 -1 4194304 688029 0 0 0 45895 180 0 0 20 0 1 0 80045492 3570974720 819296 18446744073709551615 4235264 18693293 140723228527264 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 47845376 140723228535176 140723228535275 140723228535275 140723228540878 0
/proc/97680/statm: 871820 819296 3936 3530 0 863271 0

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

/proc/loadavg: 4.08 4.08 4.00 5/250 97882
/proc/meminfo: memFree=120689896/131382120 swapFree=33010416/33010684
[pid=97680] ppid=97677 vsize=3501448 memory=3274732 CPUtime=3209.78 cores=0,2
/proc/97680/stat : 97680 (pbscip) R 97677 97680 97552 0 -1 4194304 845979 0 0 0 320629 349 0 0 20 0 1 0 80045492 3585482752 818683 18446744073709551615 4235264 18693293 140723228527264 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 47845376 140723228535176 140723228535275 140723228535275 140723228540878 0
/proc/97680/statm: 875362 818683 3936 3530 0 866813 0
Current children cumulated CPU time: 3209.78 s
Current children cumulated vsize: 3501448 KiB
Current children cumulated memory: 3274732 KiB

[startup+3282.3 s]
/proc/loadavg: 4.06 4.08 4.00 5/250 97884
/proc/meminfo: memFree=120683408/131382120 swapFree=33010416/33010684
[pid=97680] ppid=97677 vsize=3501516 memory=3280316 CPUtime=3269.56 cores=0,2
/proc/97680/stat : 97680 (pbscip) R 97677 97680 97552 0 -1 4194304 849797 0 0 0 326603 353 0 0 20 0 1 0 80045492 3585552384 820079 18446744073709551615 4235264 18693293 140723228527264 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 47845376 140723228535176 140723228535275 140723228535275 140723228540878 0
/proc/97680/statm: 875379 820079 3936 3530 0 866830 0
Current children cumulated CPU time: 3269.56 s
Current children cumulated vsize: 3501516 KiB
Current children cumulated memory: 3280316 KiB

[startup+3342.3 s]
/proc/loadavg: 4.07 4.08 4.00 5/250 97886
/proc/meminfo: memFree=120667396/131382120 swapFree=33010416/33010684
[pid=97680] ppid=97677 vsize=3501552 memory=3280364 CPUtime=3329.33 cores=0,2
/proc/97680/stat : 97680 (pbscip) R 97677 97680 97552 0 -1 4194304 851779 0 0 0 332577 356 0 0 20 0 1 0 80045492 3585589248 820091 18446744073709551615 4235264 18693293 140723228527264 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 47845376 140723228535176 140723228535275 140723228535275 140723228540878 0
/proc/97680/statm: 875388 820091 3936 3530 0 866839 0
Current children cumulated CPU time: 3329.33 s
Current children cumulated vsize: 3501552 KiB
Current children cumulated memory: 3280364 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.09 4.01 5/249 97888
/proc/meminfo: memFree=120667828/131382120 swapFree=33010416/33010684
[pid=97680] ppid=97677 vsize=3501576 memory=3280396 CPUtime=3389.11 cores=0,2
/proc/97680/stat : 97680 (pbscip) R 97677 97680 97552 0 -1 4194304 854693 0 0 0 338552 359 0 0 20 0 1 0 80045492 3585613824 820099 18446744073709551615 4235264 18693293 140723228527264 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 47845376 140723228535176 140723228535275 140723228535275 140723228540878 0
/proc/97680/statm: 875394 820099 3936 3530 0 866845 0
Current children cumulated CPU time: 3389.11 s
Current children cumulated vsize: 3501576 KiB
Current children cumulated memory: 3280396 KiB

[startup+3462.3 s]
/proc/loadavg: 4.19 4.11 4.02 5/250 97891
/proc/meminfo: memFree=120643380/131382120 swapFree=33010416/33010684
[pid=97680] ppid=97677 vsize=3501612 memory=3280444 CPUtime=3448.89 cores=0,2
/proc/97680/stat : 97680 (pbscip) R 97677 97680 97552 0 -1 4194304 857633 0 0 0 344527 362 0 0 20 0 1 0 80045492 3585650688 820111 18446744073709551615 4235264 18693293 140723228527264 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 47845376 140723228535176 140723228535275 140723228535275 140723228540878 0
/proc/97680/statm: 875403 820111 3936 3530 0 866854 0
Current children cumulated CPU time: 3448.89 s
Current children cumulated vsize: 3501612 KiB
Current children cumulated memory: 3280444 KiB

[startup+3522.3 s]
/proc/loadavg: 4.07 4.08 4.01 5/250 97893
/proc/meminfo: memFree=120625976/131382120 swapFree=33010416/33010684
[pid=97680] ppid=97677 vsize=3502324 memory=3281108 CPUtime=3508.65 cores=0,2
/proc/97680/stat : 97680 (pbscip) R 97677 97680 97552 0 -1 4194304 862341 0 0 0 350499 366 0 0 20 0 1 0 80045492 3586379776 820277 18446744073709551615 4235264 18693293 140723228527264 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 47845376 140723228535176 140723228535275 140723228535275 140723228540878 0
/proc/97680/statm: 875581 820277 3936 3530 0 867032 0
Current children cumulated CPU time: 3508.65 s
Current children cumulated vsize: 3502324 KiB
Current children cumulated memory: 3281108 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.10 4.02 5/250 98030
/proc/meminfo: memFree=123963732/131382120 swapFree=33010416/33010684
[pid=97680] ppid=97677 vsize=3502332 memory=3281120 CPUtime=3568.43 cores=0,2
/proc/97680/stat : 97680 (pbscip) R 97677 97680 97552 0 -1 4194304 863873 0 0 0 356475 368 0 0 20 0 1 0 80045492 3586387968 820280 18446744073709551615 4235264 18693293 140723228527264 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 47845376 140723228535176 140723228535275 140723228535275 140723228540878 0
/proc/97680/statm: 875583 820280 3936 3530 0 867034 0
Current children cumulated CPU time: 3568.43 s
Current children cumulated vsize: 3502332 KiB
Current children cumulated memory: 3281120 KiB

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

# cumulated CPU time of all completed processes:  user=3582.28 s, system=3.76665 s

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

[startup+3584 s]*
/proc/loadavg: 4.12 4.10 4.02 5/250 98030
/proc/meminfo: memFree=123931112/131382120 swapFree=33010416/33010684
[pid=97680] ppid=97677 vsize=3502332 memory=3281120 CPUtime=3570.14 cores=0,2
/proc/97680/stat : 97680 (pbscip) R 97677 97680 97552 0 -1 4194304 863873 0 0 0 356646 368 0 0 20 0 1 0 80045492 3586387968 820280 18446744073709551615 4235264 18693293 140723228527264 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 47845376 140723228535176 140723228535275 140723228535275 140723228540878 0
/proc/97680/statm: 875583 820280 3936 3530 0 867034 0
Current children cumulated CPU time: 3570.14 s
Current children cumulated vsize: 3502332 KiB
Current children cumulated memory: 3281120 KiB

[startup+3590.4 s]
/proc/loadavg: 4.11 4.10 4.02 5/250 98030
/proc/meminfo: memFree=123831256/131382120 swapFree=33010416/33010684
[pid=97680] ppid=97677 vsize=3502336 memory=3281124 CPUtime=3576.51 cores=0,2
/proc/97680/stat : 97680 (pbscip) R 97677 97680 97552 0 -1 4194304 864896 0 0 0 357282 369 0 0 20 0 1 0 80045492 3586392064 820281 18446744073709551615 4235264 18693293 140723228527264 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 47845376 140723228535176 140723228535275 140723228535275 140723228540878 0
/proc/97680/statm: 875584 820281 3936 3530 0 867035 0
Current children cumulated CPU time: 3576.51 s
Current children cumulated vsize: 3502336 KiB
Current children cumulated memory: 3281124 KiB

[startup+3596.8 s]
/proc/loadavg: 4.10 4.09 4.02 5/250 98030
/proc/meminfo: memFree=123123660/131382120 swapFree=33010416/33010684
[pid=97680] ppid=97677 vsize=3502336 memory=3281124 CPUtime=3582.88 cores=0,2
/proc/97680/stat : 97680 (pbscip) R 97677 97680 97552 0 -1 4194304 864896 0 0 0 357919 369 0 0 20 0 1 0 80045492 3586392064 820281 18446744073709551615 4235264 18693293 140723228527264 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 47845376 140723228535176 140723228535275 140723228535275 140723228540878 0
/proc/97680/statm: 875584 820281 3936 3530 0 867035 0
Current children cumulated CPU time: 3582.88 s
Current children cumulated vsize: 3502336 KiB
Current children cumulated memory: 3281124 KiB

[startup+3598.4 s]
/proc/loadavg: 4.10 4.09 4.02 5/250 98030
/proc/meminfo: memFree=123022544/131382120 swapFree=33010416/33010684
[pid=97680] ppid=97677 vsize=3502336 memory=3281124 CPUtime=3584.48 cores=0,2
/proc/97680/stat : 97680 (pbscip) R 97677 97680 97552 0 -1 4194304 864897 0 0 0 358079 369 0 0 20 0 1 0 80045492 3586392064 820281 18446744073709551615 4235264 18693293 140723228527264 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 47845376 140723228535176 140723228535275 140723228535275 140723228540878 0
/proc/97680/statm: 875584 820281 3936 3530 0 867035 0
Current children cumulated CPU time: 3584.48 s
Current children cumulated vsize: 3502336 KiB
Current children cumulated memory: 3281124 KiB

[startup+3599.2 s]
/proc/loadavg: 4.10 4.09 4.02 5/250 98030
/proc/meminfo: memFree=122967100/131382120 swapFree=33010416/33010684
[pid=97680] ppid=97677 vsize=3499708 memory=3278896 CPUtime=3585.28 cores=0,2
/proc/97680/stat : 97680 (pbscip) R 97677 97680 97552 0 -1 4194304 864898 0 0 0 358159 369 0 0 20 0 1 0 80045492 3583700992 819724 18446744073709551615 4235264 18693293 140723228527264 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 47845376 140723228535176 140723228535275 140723228535275 140723228540878 0
/proc/97680/statm: 874927 819724 3936 3530 0 866378 0
Current children cumulated CPU time: 3585.28 s
Current children cumulated vsize: 3499708 KiB
Current children cumulated memory: 3278896 KiB

[startup+3599.6 s]
/proc/loadavg: 4.10 4.09 4.02 5/250 98030
/proc/meminfo: memFree=122967100/131382120 swapFree=33010416/33010684
[pid=97680] ppid=97677 vsize=3197112 memory=2995984 CPUtime=3585.67 cores=0,2
/proc/97680/stat : 97680 (pbscip) R 97677 97680 97552 0 -1 4194304 864900 0 0 0 358198 369 0 0 20 0 1 0 80045492 3273842688 748996 18446744073709551615 4235264 18693293 140723228527264 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 47845376 140723228535176 140723228535275 140723228535275 140723228540878 0
/proc/97680/statm: 799278 748996 3968 3530 0 790729 0
Current children cumulated CPU time: 3585.67 s
Current children cumulated vsize: 3197112 KiB
Current children cumulated memory: 2995984 KiB

[startup+3599.8 s]
/proc/loadavg: 4.10 4.09 4.02 5/250 98030
/proc/meminfo: memFree=122967100/131382120 swapFree=33010416/33010684
[pid=97680] ppid=97677 vsize=3043368 memory=2842240 CPUtime=3585.87 cores=0,2
/proc/97680/stat : 97680 (pbscip) R 97677 97680 97552 0 -1 4194304 864900 0 0 0 358217 370 0 0 20 0 1 0 80045492 3116408832 710560 18446744073709551615 4235264 18693293 140723228527264 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 47845376 140723228535176 140723228535275 140723228535275 140723228540878 0
/proc/97680/statm: 760842 710560 3968 3530 0 752293 0
Current children cumulated CPU time: 3585.87 s
Current children cumulated vsize: 3043368 KiB
Current children cumulated memory: 2842240 KiB

[startup+3599.9 s]
/proc/loadavg: 4.10 4.09 4.02 5/250 98030
/proc/meminfo: memFree=122967100/131382120 swapFree=33010416/33010684
[pid=97680] ppid=97677 vsize=2745720 memory=2546296 CPUtime=3585.97 cores=0,2
/proc/97680/stat : 97680 (pbscip) R 97677 97680 97552 0 -1 4194304 864900 0 0 0 358225 372 0 0 20 0 1 0 80045492 2811617280 636574 18446744073709551615 4235264 18693293 140723228527264 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 47845376 140723228535176 140723228535275 140723228535275 140723228540878 0
/proc/97680/statm: 686430 636574 3968 3530 0 677881 0
Current children cumulated CPU time: 3585.97 s
Current children cumulated vsize: 2745720 KiB
Current children cumulated memory: 2546296 KiB

Child status: 0

Real time (s): 3599.96
CPU time (s): 3586.04
CPU user time (s): 3582.28
CPU system time (s): 3.76665
CPU usage (%): 99.6134
Max. virtual memory (cumulated for all children) (KiB): 3553544
Max. memory (cumulated for all children) (KiB): 3324640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3582.28
system time used= 3.76665
maximum resident set size= 3324640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 864906
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= 82
involuntary context switches= 8052


# summary of solver processes directly reported to runsolver:
#   pid: 97680
#   total CPU time (s): 3586.04
#   total CPU user time (s): 3582.28
#   total CPU system time (s): 3.76665

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.1455 second user time and 33.1529 second system time

The end

Launcher Data

Begin job on nodeC003 at 2025-07-04 17:41:08
IDJOB=4522790
IDBENCH=179299
IDSOLVER=3365
FILE ID=nodeC003/4522790-1751643667
RUNJOBID= nodeC003-1751643641-97569
SLURM_JOB_ID= 9672308
Free space on /tmp= 431844 MiB

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

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

MD5SUM BENCH= 8be5b5d8bca4d85bc85c3eef1683fb22
RANDOM SEED=1114430476

nodeC003 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 2294.556
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.752
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.667
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.678
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3661.966
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3668.667
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.439
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        125340836 kB
MemAvailable:   125750300 kB
Buffers:            2736 kB
Cached:          1203232 kB
SwapCached:           36 kB
Active:          4503672 kB
Inactive:         710948 kB
Active(anon):    4018972 kB
Inactive(anon):     7604 kB
Active(file):     484700 kB
Inactive(file):   703344 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            191620 kB
Writeback:             0 kB
AnonPages:       4011216 kB
Mapped:           136604 kB
Shmem:             17924 kB
KReclaimable:     122092 kB
Slab:             208980 kB
SReclaimable:     122092 kB
SUnreclaim:        86888 kB
KernelStack:        4176 kB
PageTables:        11212 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    4486856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149496 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    817152 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      191304 kB
DirectMap2M:    11245568 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 431868 MiB
End job on nodeC003 at 2025-07-04 18:41:08