Trace number 4494606

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 NameAnswerCPU timeWall clock time
SCIP 2024-07-07? 3587.73 3598.91

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
liu/vdw/normalized-vdw_k3_l6_n1500.opb
MD5SUM324936182855f4056c83f943259e6646
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.764318
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4500
Total number of constraints674250
Number of constraints which are clauses672750
Number of constraints which are cardinality constraints (but not clauses)1500
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint6
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 5
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 11
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-4494606-1751150862.opb>
1.58/1.67	c original problem has 4500 variables (4500 bin, 0 int, 0 impl, 0 cont) and 674250 constraints
1.58/1.67	c problem read in 1.66
1.58/1.68	c No objective function, only one solution is needed.
2.98/3.05	c presolving:
5.47/5.53	c    (5.5s) running MILP presolver
6.36/6.45	c    (6.4s) MILP presolver found nothing
8.46/8.51	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 674250 upgd conss, 0 impls, 1500 clqs
11.65/11.77	c    (11.8s) probing: 51/4500 (1.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
11.65/11.77	c    (11.8s) probing aborted: 50/50 successive totally useless probings
14.84/14.91	c    (14.9s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
19.43/19.56	c    (19.5s) symmetry computation finished: 3 generators found (max: 1500, log10 of symmetry group size: 0.0) (symcode time: 2.43)
19.43/19.56	c dynamic symmetry handling statistics:
19.43/19.56	c    orbitopal reduction:       no components
19.43/19.56	c    orbital reduction:         no components
19.43/19.56	c    lexicographic reduction:   no permutations
19.43/19.56	c handled 1 out of 1 symmetry components
23.12/23.20	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
23.12/23.20	c  3 deleted vars, 0 deleted constraints, 2 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
23.12/23.20	c  0 implications, 1499 cliques
23.12/23.20	c presolved problem has 4498 variables (4498 bin, 0 int, 0 impl, 0 cont) and 673654 constraints
23.12/23.20	c    1500 constraints of type <setppc>
23.12/23.20	c       2 constraints of type <orbitope>
23.12/23.20	c  672152 constraints of type <logicor>
23.12/23.20	c transformed objective value is always integral (scale: 1)
23.12/23.20	c Presolving Time: 20.15
23.12/23.20	c - non default parameters ----------------------------------------------------------------------
23.12/23.20	c # SCIP version 10.0.0
23.12/23.20	c 
23.12/23.20	c # maximal time in seconds to run
23.12/23.20	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
23.12/23.20	c limits/time = 3596.997989
23.12/23.20	c 
23.12/23.20	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
23.12/23.20	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
23.12/23.20	c limits/memory = 27900
23.12/23.20	c 
23.12/23.20	c # solving stops, if the given number of solutions were found; this limit is first checked in presolving (-1: no limit)
23.12/23.20	c # [type: int, advanced: FALSE, range: [-1,2147483647], default: -1]
23.12/23.20	c limits/solutions = 1
23.12/23.20	c 
23.12/23.20	c # bitset describing used symmetry handling technique: (0: off; 1: constraint-based (orbitopes and/or symresacks); 2: orbital fixing; 3: orbitopes and orbital fixing; 4: Schreier Sims cuts; 5: Schreier Sims cuts and orbitopes; 6: Schreier Sims cuts and orbital fixing; 7: Schreier Sims cuts, orbitopes, and orbital fixing) See type_symmetry.h.
23.12/23.20	c # [type: int, advanced: FALSE, range: [0,7], default: 7]
23.12/23.20	c misc/usesymmetry = 3
23.12/23.20	c 
23.12/23.20	c # belongs reading time to solving time?
23.12/23.20	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
23.12/23.20	c timing/reading = TRUE
23.12/23.20	c 
23.12/23.20	c # Should we check whether the components of the symmetry group can be handled by double lex matrices?
23.12/23.20	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
23.12/23.20	c propagating/symmetry/detectdoublelex = FALSE
23.12/23.20	c 
23.12/23.20	c # Should we try to detect symmetric subgroups of the symmetry group on binary variables?
23.12/23.20	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
23.12/23.20	c propagating/symmetry/detectsubgroups = FALSE
23.12/23.20	c 
23.12/23.20	c # Type of symmetries that shall be computed?
23.12/23.20	c # [type: int, advanced: TRUE, range: [0,1], default: 0]
23.12/23.20	c propagating/symmetry/symtype = 1
23.12/23.20	c 
23.12/23.20	c # Should components consisting of a single full reflection be handled?
23.12/23.20	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
23.12/23.20	c propagating/symmetry/usesimplesgncomp = FALSE
23.12/23.20	c 
23.12/23.20	c -----------------------------------------------------------------------------------------------
23.12/23.20	c start solving
23.12/23.21	c 
3586.12/3597.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3586.12/3597.31	c  3597s|     1 |     0 | 80186 |     - |  4134M |   0 |4498 | 673k| 673k|   0 |  0 |  41 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3586.12/3597.31	c (node 1) LP solver hit time limit in LP 1 -- using pseudo solution instead
3586.12/3597.31	c 
3586.12/3597.31	c SCIP Status        : solving was interrupted [time limit reached]
3586.12/3597.31	c Solving Time (sec) : 3597.29
3586.12/3597.31	c Solving Nodes      : 1
3586.12/3597.31	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
3586.12/3597.31	c Dual Bound         : +0.00000000000000e+00
3586.12/3597.31	c Gap                : infinite
3586.12/3597.31	s UNKNOWN
3586.12/3597.31	c SCIP Status        : solving was interrupted [time limit reached]
3586.12/3597.31	c Total Time         :    3597.29
3586.12/3597.31	c   solving          :    3597.29
3586.12/3597.31	c   presolving       :      20.15 (included in solving)
3586.12/3597.31	c   reading          :       1.66 (included in solving)
3586.12/3597.31	c   copying          :       0.00 (0 times copied the problem)
3586.12/3597.31	c Original Problem   :
3586.12/3597.31	c   Problem name     : HOME/instance-4494606-1751150862.opb
3586.12/3597.31	c   Variables        : 4500 (4500 binary, 0 integer, 0 implicit integer, 0 continuous)
3586.12/3597.31	c   Constraints      : 674250 initial, 674250 maximal
3586.12/3597.31	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3586.12/3597.31	c Presolved Problem  :
3586.12/3597.31	c   Problem name     : t_HOME/instance-4494606-1751150862.opb
3586.12/3597.31	c   Variables        : 4498 (4498 binary, 0 integer, 0 implicit integer, 0 continuous)
3586.12/3597.31	c   Constraints      : 673654 initial, 673694 maximal
3586.12/3597.31	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3586.12/3597.31	c   Nonzeros         : 4043410 constraint, 4497 clique table
3586.12/3597.31	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3586.12/3597.31	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.12/3597.31	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.12/3597.31	c   domcol           :       0.45       0.00      1          0          0          0          0          0          0          0          0          0
3586.12/3597.31	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.12/3597.31	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.12/3597.31	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.12/3597.31	c   dualsparsify     :       3.14       0.00      1          0          0          0          0          0          0          0          0          0
3586.12/3597.31	c   gateextraction   :       0.25       0.00      1          0          0          0          0          0          0          0          0          0
3586.12/3597.31	c   implics          :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
3586.12/3597.31	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.12/3597.31	c   milp             :       2.64       0.00      1          0          0          0          0          0          0          0          0          0
3586.12/3597.31	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.12/3597.31	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.12/3597.31	c   sparsify         :       0.97       0.00      1          0          0          0          0          0          0          0          0          0
3586.12/3597.31	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.12/3597.31	c   trivial          :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
3586.12/3597.31	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.12/3597.31	c   dualfix          :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
3586.12/3597.31	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.12/3597.31	c   probing          :       0.26       0.00      1          0          0          0          0          0          0          0          0          0
3586.12/3597.31	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.12/3597.31	c   symmetry         :       4.65       0.00      1          2          0          0          0          0          0          2          0          0
3586.12/3597.31	c   vbounds          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3586.12/3597.31	c   setppc           :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
3586.12/3597.31	c   linear           :       2.31       0.62      2          0          0          0          0          0          0          0          0          0
3586.12/3597.31	c   orbitope         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.12/3597.31	c   logicor          :       1.33       3.24      3          0          0          0          0          0          0          0          0          0
3586.12/3597.31	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.12/3597.31	c   components       :       0.39       0.00      1          0          0          0          0          0          0          0          0          0
3586.12/3597.31	c   root node        :          -          -      -          1          -          -          1          -          -          -          -          -
3586.12/3597.31	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3586.12/3597.31	c   benderslp        :          0          0          0          0          0          0          0          4          0          0          0          0          0          0          0
3586.12/3597.31	c   integral         :          0          0          0          0          0          0          0          4          0          0          0          0          0          0          0
3586.12/3597.31	c   setppc           :       1500       1500          0       8074          0          0          0          2       1168         21          0          0          0          0          0
3586.12/3597.31	c   orbitope         :          2          2          0       7953          0          0          0          0          2          0          1          0          0          0          0
3586.12/3597.31	c   logicor          :     672152+    672193          0       3832          0          0          0          0       2091          8          0          0          0          0          0
3586.12/3597.31	c   benders          :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3586.12/3597.31	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3586.12/3597.31	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3586.12/3597.31	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3586.12/3597.31	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3586.12/3597.31	c   benderslp        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.12/3597.31	c   integral         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.12/3597.31	c   setppc           :       0.20       0.00       0.00       0.20       0.00       0.00       0.00       0.00       0.00       0.00
3586.12/3597.31	c   orbitope         :       0.25       0.00       0.00       0.25       0.00       0.00       0.00       0.00       0.00       0.00
3586.12/3597.31	c   logicor          :       5.27       3.24       0.62       1.41       0.00       0.00       0.00       0.00       0.00       0.00
3586.12/3597.31	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.12/3597.31	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.12/3597.31	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.12/3597.31	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.12/3597.31	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3586.12/3597.31	c   dualfix          :          1          0          0          0
3586.12/3597.31	c   genvbounds       :          0          0          0          0
3586.12/3597.31	c   nlobbt           :          0          0          0          0
3586.12/3597.31	c   obbt             :          0          0          0          0
3586.12/3597.31	c   probing          :          0          0          0          0
3586.12/3597.31	c   pseudoobj        :          0          0          0          0
3586.12/3597.31	c   redcost          :          0          0          0          0
3586.12/3597.31	c   rootredcost      :          0          0          0          0
3586.12/3597.31	c   symmetry         :          0          0          0          0
3586.12/3597.31	c   vbounds          :       3560          0          0          0
3586.12/3597.31	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3586.12/3597.31	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
3586.12/3597.31	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
3586.12/3597.31	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3586.12/3597.31	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3586.12/3597.31	c   probing          :       0.26       0.00       0.26       0.00       0.00       0.00
3586.12/3597.31	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00       0.00
3586.12/3597.31	c   redcost          :       0.00       0.00       0.00       0.00       0.00       0.00
3586.12/3597.31	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
3586.12/3597.31	c   symmetry         :       4.65       0.00       4.65       0.00       0.00       0.00
3586.12/3597.31	c   vbounds          :       0.00       0.00       0.00       0.00       0.00       0.00
3586.12/3597.31	c Symmetry           :
3586.12/3597.31	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
3586.12/3597.31	c   orbital reduction:          0 reductions applied,          0 cutoffs
3586.12/3597.31	c   lexicographic red:          0 reductions applied,          0 cutoffs
3586.12/3597.31	c   shadow tree time :       0.00 s
3586.12/3597.31	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3586.12/3597.31	c   propagation      :       0.04         17         17          -        574      606.0          1       15.0          -          -          -
3586.12/3597.31	c   infeasible LP    :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3586.12/3597.31	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3586.12/3597.31	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3586.12/3597.31	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3586.12/3597.31	c   applied globally :       0.00          -          -          0         41      133.7          -          -          0          -          -
3586.12/3597.31	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
3586.12/3597.31	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3586.12/3597.31	c   cut pool         :       0.00          -          0          0          -          -          0          0          -          -          -          -          -    (maximal pool size:          0)
3586.12/3597.31	c   aggregation      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.12/3597.31	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
3586.12/3597.31	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
3586.12/3597.31	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
3586.12/3597.31	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.12/3597.31	c   clique           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.12/3597.31	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.12/3597.31	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.12/3597.31	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.12/3597.31	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.12/3597.31	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.12/3597.31	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.12/3597.31	c   > gomorymi       :          -          -          -          -          -          -          -          0          0          0          0          0          -
3586.12/3597.31	c   > strongcg       :          -          -          -          -          -          -          -          0          0          0          0          0          -
3586.12/3597.31	c   impliedbounds    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.12/3597.31	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.12/3597.31	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.12/3597.31	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.12/3597.31	c   mcf              :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.12/3597.31	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.12/3597.31	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.12/3597.31	c   multilinear      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.12/3597.31	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.12/3597.31	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.12/3597.31	c   rlt              :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.12/3597.31	c   zerohalf         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.12/3597.31	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3586.12/3597.31	c   hybrid           :       0.00       0.00          0          0          0          0          0          0          0          0
3586.12/3597.31	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3586.12/3597.31	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3586.12/3597.31	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3586.12/3597.31	c   problem variables:       0.00          -          0          0
3586.12/3597.31	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3586.12/3597.31	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3586.12/3597.31	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3586.12/3597.31	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3586.12/3597.31	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3586.12/3597.31	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3586.12/3597.31	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3586.12/3597.31	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3586.12/3597.31	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3586.12/3597.31	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3586.12/3597.31	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3586.12/3597.31	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3586.12/3597.31	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3586.12/3597.31	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3586.12/3597.31	c   relpscost        :       0.00       0.00          0          0          0          0          0          0          0          0
3586.12/3597.31	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3586.12/3597.31	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3586.12/3597.31	c   LP solutions     :       0.00          -          -          0          0
3586.12/3597.31	c   relax solutions  :       0.00          -          -          0          0
3586.12/3597.31	c   pseudo solutions :       0.00          -          -          0          0
3586.12/3597.31	c   strong branching :       0.00          -          -          0          0
3586.12/3597.31	c   actconsdiving    :       0.00       0.00          0          0          0
3586.12/3597.31	c   adaptivediving   :       0.00       0.00          0          0          0
3586.12/3597.31	c   alns             :       0.00       0.00          0          0          0
3586.12/3597.31	c   bound            :       0.00       0.00          0          0          0
3586.12/3597.31	c   clique           :       1.95       0.00          1          0          0
3586.12/3597.31	c   coefdiving       :       0.00       0.00          0          0          0
3586.12/3597.31	c   completesol      :       0.00       0.00          0          0          0
3586.12/3597.31	c   conflictdiving   :       0.00       0.00          0          0          0
3586.12/3597.31	c   crossover        :       0.00       0.00          0          0          0
3586.12/3597.31	c   dins             :       0.00       0.00          0          0          0
3586.12/3597.31	c   distributiondivin:       0.00       0.00          0          0          0
3586.12/3597.31	c   dps              :       0.00       0.00          0          0          0
3586.12/3597.31	c   dualval          :       0.00       0.00          0          0          0
3586.12/3597.31	c   farkasdiving     :       0.00       0.00          0          0          0
3586.12/3597.31	c   feasjump         :       2.30       0.00          1          0          0
3586.12/3597.31	c   feaspump         :       0.00       0.00          0          0          0
3586.12/3597.31	c   fixandinfer      :       0.00       0.00          0          0          0
3586.12/3597.31	c   fracdiving       :       0.00       0.00          0          0          0
3586.12/3597.31	c   gins             :       0.00       0.00          0          0          0
3586.12/3597.31	c   guideddiving     :       0.00       0.00          0          0          0
3586.12/3597.31	c   indcoefdiving    :       0.00       0.00          0          0          0
3586.12/3597.31	c   indicator        :       0.00       0.00          0          0          0
3586.12/3597.31	c   indicatordiving  :       0.00       0.00          0          0          0
3586.12/3597.31	c   indoneopt        :       0.00       0.00          0          0          0
3586.12/3597.31	c   indrounding      :       0.00       0.00          0          0          0
3586.12/3597.31	c   indtwoopt        :       0.00       0.00          0          0          0
3586.12/3597.31	c   intdiving        :       0.00       0.00          0          0          0
3586.12/3597.31	c   intshifting      :       0.00       0.00          0          0          0
3586.12/3597.31	c   linesearchdiving :       0.00       0.00          0          0          0
3586.12/3597.31	c   localbranching   :       0.00       0.00          0          0          0
3586.12/3597.31	c   locks            :       0.34       0.00          1          0          0
3586.12/3597.31	c   lpface           :       0.00       0.00          0          0          0
3586.12/3597.31	c   mpec             :       0.00       0.00          0          0          0
3586.12/3597.31	c   multistart       :       0.00       0.00          0          0          0
3586.12/3597.31	c   mutation         :       0.00       0.00          0          0          0
3586.12/3597.31	c   nlpdiving        :       0.00       0.00          0          0          0
3586.12/3597.31	c   objpscostdiving  :       0.00       0.00          0          0          0
3586.12/3597.31	c   octane           :       0.00       0.00          0          0          0
3586.12/3597.31	c   ofins            :       0.00       0.00          0          0          0
3586.12/3597.31	c   oneopt           :       0.00       0.00          0          0          0
3586.12/3597.31	c   padm             :       0.00       0.00          0          0          0
3586.12/3597.31	c   proximity        :       0.00       0.00          0          0          0
3586.12/3597.31	c   pscostdiving     :       0.00       0.00          0          0          0
3586.12/3597.31	c   randrounding     :       0.00       0.00          0          0          0
3586.12/3597.31	c   rens             :       0.00       0.00          0          0          0
3586.12/3597.31	c   reoptsols        :       0.00       0.00          0          0          0
3586.12/3597.31	c   repair           :       0.00       0.00          0          0          0
3586.12/3597.31	c   rins             :       0.00       0.00          0          0          0
3586.12/3597.31	c   rootsoldiving    :       0.00       0.00          0          0          0
3586.12/3597.31	c   rounding         :       0.00       0.00          0          0          0
3586.12/3597.31	c   scheduler        :       0.00       0.00          0          0          0
3586.12/3597.31	c   shiftandpropagate:       0.82       0.00          1          0          0
3586.12/3597.31	c   shifting         :       0.00       0.00          0          0          0
3586.12/3597.31	c   simplerounding   :       0.00       0.00          0          0          0
3586.12/3597.31	c   smallcard        :       0.00       0.00          0          0          0
3586.12/3597.31	c   subnlp           :       0.00       0.00          0          0          0
3586.12/3597.31	c   trivial          :       0.00       0.00          2          0          0
3586.12/3597.31	c   trivialnegation  :       0.00       0.00          0          0          0
3586.12/3597.31	c   trustregion      :       0.00       0.00          0          0          0
3586.12/3597.31	c   trysol           :       0.00       0.00          0          0          0
3586.12/3597.31	c   twoopt           :       0.00       0.00          0          0          0
3586.12/3597.31	c   undercover       :       0.00       0.00          0          0          0
3586.12/3597.31	c   vbounds          :       1.38       0.00          1          0          0
3586.12/3597.31	c   veclendiving     :       0.00       0.00          0          0          0
3586.12/3597.31	c   zeroobj          :       0.00       0.00          0          0          0
3586.12/3597.31	c   zirounding       :       0.00       0.00          0          0          0
3586.12/3597.31	c   other solutions  :          -          -          -          0          -
3586.12/3597.31	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3586.12/3597.31	c   rens             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3586.12/3597.31	c   rins             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3586.12/3597.31	c   mutation         :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3586.12/3597.31	c   localbranching   :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3586.12/3597.31	c   crossover        :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3586.12/3597.31	c   proximity        :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3586.12/3597.31	c   dins             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3586.12/3597.31	c   zeroobjective    :          0       0.00       0.00          0          0          0    0.00000    0.00000   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    0
3586.12/3597.31	c   trustregion      :          0       0.00       0.00          0          0          0    0.00000    0.00000   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    0
3586.12/3597.31	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3586.12/3597.31	c   primal LP        :       0.00          0          0       0.00          -       0.00          0
3586.12/3597.31	c   dual LP          :    3567.29          1      80186   80186.00      22.48       0.00          0
3586.12/3597.31	c   lex dual LP      :       0.00          0          0       0.00          -
3586.12/3597.31	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3586.12/3597.31	c   resolve instable :       0.00          0          0       0.00          -
3586.12/3597.31	c   diving/probing LP:       0.00          0          0       0.00          -
3586.12/3597.31	c   strong branching :       0.00          0          0       0.00          -          -          -          0
3586.12/3597.31	c     (at root node) :          -          0          0       0.00          -
3586.12/3597.31	c   conflict analysis:       0.00          0          0       0.00          -
3586.12/3597.31	c B&B Tree           :
3586.12/3597.31	c   number of runs   :          1
3586.12/3597.31	c   nodes            :          1 (0 internal, 1 leaves)
3586.12/3597.31	c   feasible leaves  :          0
3586.12/3597.31	c   infeas. leaves   :          0
3586.12/3597.31	c   objective leaves :          0
3586.12/3597.31	c   nodes (total)    :          1 (0 internal, 1 leaves)
3586.12/3597.31	c   nodes left       :          1
3586.12/3597.31	c   max depth        :          0
3586.12/3597.31	c   max depth (total):          0
3586.12/3597.31	c   backtracks       :          0 (0.0%)
3586.12/3597.31	c   early backtracks :          0 (0.0%)
3586.12/3597.31	c   nodes exc. ref.  :          0 (0.0%)
3586.12/3597.31	c   delayed cutoffs  :          0
3586.12/3597.31	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
3586.12/3597.31	c   avg switch length:       1.00
3586.12/3597.31	c   switching time   :       0.00
3586.12/3597.31	c Root Node          :
3586.12/3597.31	c   First LP value   :          -
3586.12/3597.31	c   First LP Iters   :          0
3586.12/3597.31	c   First LP Time    :    3567.29
3586.12/3597.31	c   Final Dual Bound : +0.00000000000000e+00
3586.12/3597.31	c   Final Root Iters :      80186
3586.12/3597.31	c   Root LP Estimate :                     -
3586.12/3597.31	c Solution           :
3586.12/3597.31	c   Solutions found  :          0 (0 improvements)
3586.12/3597.31	c   Primal Bound     :          -
3586.12/3597.31	c   Dual Bound       : +0.00000000000000e+00
3586.12/3597.31	c   Gap              :   infinite
3586.12/3597.31	c Integrals          :      Total       Avg%
3586.12/3597.31	c   primal-dual      :  359729.40     100.00
3586.12/3597.31	c   primal-ref       :          -          - (not evaluated)
3586.12/3597.31	c   dual-ref         :          -          - (not evaluated)
3587.71/3598.90	c Time complete: 3587.72.

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4494606-1751150862/watcher-4494606-1751150862 -o /tmp/evaluation-result-4494606-1751150862/solver-4494606-1751150862 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751144686-14143 --watchdog 3760 pbscip -f HOME/instance-4494606-1751150862.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=16673, runsolver pid=16670

[startup+0.10006 s]*
/proc/loadavg: 4.04 4.08 4.08 5/264 16674
/proc/meminfo: memFree=127723992/131250000 swapFree=33010684/33010684
[pid=16673] ppid=16670 vsize=72372 memory=44416 CPUtime=0.09 cores=0,2
/proc/16673/stat : 16673 (pbscip) R 16670 16673 14133 0 -1 4194304 8207 0 0 0 8 1 0 0 20 0 1 0 30762825 74108928 11104 18446744073709551615 4235264 18693293 140736893084592 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 30560256 140736893086089 140736893086188 140736893086188 140736893091790 0
/proc/16673/statm: 18093 11104 3232 3530 0 9544 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 72372 KiB
Current children cumulated memory: 44416 KiB

[startup+0.205494 s]*
/proc/loadavg: 4.04 4.08 4.08 6/264 16674
/proc/meminfo: memFree=127699800/131250000 swapFree=33010684/33010684
[pid=16673] ppid=16670 vsize=97424 memory=68864 CPUtime=0.2 cores=0,2
/proc/16673/stat : 16673 (pbscip) R 16670 16673 14133 0 -1 4194304 14335 0 0 0 18 2 0 0 20 0 1 0 30762825 99762176 17216 18446744073709551615 4235264 18693293 140736893084592 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 30560256 140736893086089 140736893086188 140736893086188 140736893091790 0
/proc/16673/statm: 24356 17216 3232 3530 0 15807 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 97424 KiB
Current children cumulated memory: 68864 KiB

[startup+0.305513 s]*
/proc/loadavg: 4.04 4.08 4.08 5/264 16674
/proc/meminfo: memFree=127675608/131250000 swapFree=33010684/33010684
[pid=16673] ppid=16670 vsize=121128 memory=92672 CPUtime=0.3 cores=0,2
/proc/16673/stat : 16673 (pbscip) R 16670 16673 14133 0 -1 4194304 20259 0 0 0 27 3 0 0 20 0 1 0 30762825 124035072 23168 18446744073709551615 4235264 18693293 140736893084592 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 30560256 140736893086089 140736893086188 140736893086188 140736893091790 0
/proc/16673/statm: 30282 23168 3232 3530 0 21733 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 121128 KiB
Current children cumulated memory: 92672 KiB

[startup+0.700166 s]
/proc/loadavg: 4.04 4.08 4.08 6/264 16674
/proc/meminfo: memFree=127635288/131250000 swapFree=33010684/33010684
[pid=16673] ppid=16670 vsize=206212 memory=176904 CPUtime=0.69 cores=0,2
/proc/16673/stat : 16673 (pbscip) R 16670 16673 14133 0 -1 4194304 40814 0 0 0 63 6 0 0 20 0 1 0 30762825 211161088 44226 18446744073709551615 4235264 18693293 140736893084592 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 30560256 140736893086089 140736893086188 140736893086188 140736893091790 0
/proc/16673/statm: 51553 44226 3232 3530 0 43004 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 206212 KiB
Current children cumulated memory: 176904 KiB

[startup+1.50016 s]
/proc/loadavg: 4.04 4.08 4.08 5/264 16674
/proc/meminfo: memFree=127530456/131250000 swapFree=33010684/33010684
[pid=16673] ppid=16670 vsize=378880 memory=349708 CPUtime=1.49 cores=0,2
/proc/16673/stat : 16673 (pbscip) R 16670 16673 14133 0 -1 4194304 81975 0 0 0 136 13 0 0 20 0 1 0 30762825 387973120 87427 18446744073709551615 4235264 18693293 140736893084592 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 30560256 140736893086089 140736893086188 140736893086188 140736893091790 0
/proc/16673/statm: 94720 87427 3232 3530 0 86171 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 378880 KiB
Current children cumulated memory: 349708 KiB

[startup+3.10534 s]
/proc/loadavg: 4.04 4.08 4.08 5/264 16674
/proc/meminfo: memFree=126589300/131250000 swapFree=33010684/33010684
[pid=16673] ppid=16670 vsize=1243640 memory=1215016 CPUtime=3.08 cores=0,2
/proc/16673/stat : 16673 (pbscip) R 16670 16673 14133 0 -1 4194304 289771 0 0 0 264 44 0 0 20 0 1 0 30762825 1273487360 303754 18446744073709551615 4235264 18693293 140736893084592 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 30560256 140736893086089 140736893086188 140736893086188 140736893091790 0
/proc/16673/statm: 310910 303754 3552 3530 0 302361 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1243640 KiB
Current children cumulated memory: 1215016 KiB

[startup+6.30016 s]
/proc/loadavg: 4.12 4.09 4.09 5/264 16674
/proc/meminfo: memFree=125790604/131250000 swapFree=33010684/33010684
[pid=16673] ppid=16670 vsize=1844736 memory=1798272 CPUtime=6.27 cores=0,2
/proc/16673/stat : 16673 (pbscip) R 16670 16673 14133 0 -1 4194304 313116 0 0 0 559 68 0 0 20 0 1 0 30762825 1889009664 449568 18446744073709551615 4235264 18693293 140736893084592 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 30560256 140736893086089 140736893086188 140736893086188 140736893091790 0
/proc/16673/statm: 461184 449568 3680 3530 0 452635 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1844736 KiB
Current children cumulated memory: 1798272 KiB

[startup+12.7002 s]
/proc/loadavg: 4.11 4.09 4.09 5/264 16674
/proc/meminfo: memFree=125436624/131250000 swapFree=33010684/33010684
[pid=16673] ppid=16670 vsize=2333812 memory=2144904 CPUtime=12.65 cores=0,2
/proc/16673/stat : 16673 (pbscip) R 16670 16673 14133 0 -1 4194304 418269 0 0 0 1170 95 0 0 20 0 1 0 30762825 2389823488 536226 18446744073709551615 4235264 18693293 140736893084592 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 30560256 140736893086089 140736893086188 140736893086188 140736893091790 0
/proc/16673/statm: 583453 536226 3712 3530 0 574904 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2333812 KiB
Current children cumulated memory: 2144904 KiB

[startup+25.5002 s]
/proc/loadavg: 4.08 4.09 4.09 5/265 16676
/proc/meminfo: memFree=123559328/131250000 swapFree=33010684/33010684
[pid=16673] ppid=16670 vsize=4412728 memory=4093872 CPUtime=25.41 cores=0,2
/proc/16673/stat : 16673 (pbscip) R 16670 16673 14133 0 -1 4194304 594834 0 0 0 2385 156 0 0 20 0 1 0 30762825 4518633472 1023468 18446744073709551615 4235264 18693293 140736893084592 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 30560256 140736893086089 140736893086188 140736893086188 140736893091790 0
/proc/16673/statm: 1103182 1023468 3808 3530 0 1094633 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 4412728 KiB
Current children cumulated memory: 4093872 KiB

[startup+51.1056 s]
/proc/loadavg: 4.13 4.10 4.09 5/265 16676
/proc/meminfo: memFree=123519068/131250000 swapFree=33010684/33010684
[pid=16673] ppid=16670 vsize=4538052 memory=4200188 CPUtime=50.93 cores=0,2
/proc/16673/stat : 16673 (pbscip) R 16670 16673 14133 0 -1 4194304 628566 0 0 0 4928 165 0 0 20 0 1 0 30762825 4646965248 1050047 18446744073709551615 4235264 18693293 140736893084592 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 30560256 140736893086089 140736893086188 140736893086188 140736893091790 0
/proc/16673/statm: 1134513 1050047 3936 3530 0 1125964 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 4538052 KiB
Current children cumulated memory: 4200188 KiB

[startup+102.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/264 16683
/proc/meminfo: memFree=123501072/131250000 swapFree=33010684/33010684
[pid=16673] ppid=16670 vsize=4586760 memory=4261772 CPUtime=101.97 cores=0,2
/proc/16673/stat : 16673 (pbscip) R 16670 16673 14133 0 -1 4194304 642494 0 0 0 10025 172 0 0 20 0 1 0 30762825 4696842240 1065443 18446744073709551615 4235264 18693293 140736893084592 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 30560256 140736893086089 140736893086188 140736893086188 140736893091790 0
/proc/16673/statm: 1146690 1065443 3936 3530 0 1138141 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 4586760 KiB
Current children cumulated memory: 4261772 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/264 16685
/proc/meminfo: memFree=123452748/131250000 swapFree=33010684/33010684
[pid=16673] ppid=16670 vsize=4634660 memory=4303636 CPUtime=161.78 cores=0,2
/proc/16673/stat : 16673 (pbscip) R 16670 16673 14133 0 -1 4194304 647381 0 0 0 16004 174 0 0 20 0 1 0 30762825 4745891840 1075909 18446744073709551615 4235264 18693293 140736893084592 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 30560256 140736893086089 140736893086188 140736893086188 140736893091790 0
/proc/16673/statm: 1158665 1075909 3936 3530 0 1150116 0
Current children cumulated CPU time: 161.78 s
Current children cumulated vsize: 4634660 KiB
Current children cumulated memory: 4303636 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/264 16688
/proc/meminfo: memFree=123423028/131250000 swapFree=33010684/33010684
[pid=16673] ppid=16670 vsize=4661712 memory=4326488 CPUtime=221.6 cores=0,2
/proc/16673/stat : 16673 (pbscip) R 16670 16673 14133 0 -1 4194304 649025 0 0 0 21985 175 0 0 20 0 1 0 30762825 4773593088 1081622 18446744073709551615 4235264 18693293 140736893084592 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 30560256 140736893086089 140736893086188 140736893086188 140736893091790 0
/proc/16673/statm: 1165428 1081622 3936 3530 0 1156879 0
Current children cumulated CPU time: 221.6 s
Current children cumulated vsize: 4661712 KiB
Current children cumulated memory: 4326488 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/265 16691
/proc/meminfo: memFree=123403436/131250000 swapFree=33010684/33010684
[pid=16673] ppid=16670 vsize=4661712 memory=4329764 CPUtime=281.42 cores=0,2
/proc/16673/stat : 16673 (pbscip) R 16670 16673 14133 0 -1 4194304 649325 0 0 0 27967 175 0 0 20 0 1 0 30762825 4773593088 1082441 18446744073709551615 4235264 18693293 140736893084592 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 30560256 140736893086089 140736893086188 140736893086188 140736893091790 0
/proc/16673/statm: 1165428 1082441 3936 3530 0 1156879 0
Current children cumulated CPU time: 281.42 s
Current children cumulated vsize: 4661712 KiB
Current children cumulated memory: 4329764 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/265 16694
/proc/meminfo: memFree=123375168/131250000 swapFree=33010684/33010684
[pid=16673] ppid=16670 vsize=4661712 memory=4329764 CPUtime=341.24 cores=0,2
/proc/16673/stat : 16673 (pbscip) R 16670 16673 14133 0 -1 4194304 649442 0 0 0 33949 175 0 0 20 0 1 0 30762825 4773593088 1082441 18446744073709551615 4235264 18693293 140736893084592 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 30560256 140736893086089 140736893086188 140736893086188 140736893091790 0
/proc/16673/statm: 1165428 1082441 3936 3530 0 1156879 0
Current children cumulated CPU time: 341.24 s
Current children cumulated vsize: 4661712 KiB
Current children cumulated memory: 4329764 KiB

[startup+402.3 s]
/proc/loadavg: 4.15 4.10 4.09 5/264 16696
/proc/meminfo: memFree=123359160/131250000 swapFree=33010684/33010684
[pid=16673] ppid=16670 vsize=4661712 memory=4329764 CPUtime=401.06 cores=0,2
/proc/16673/stat : 16673 (pbscip) R 16670 16673 14133 0 -1 4194304 649443 0 0 0 39931 175 0 0 20 0 1 0 30762825 4773593088 1082441 18446744073709551615 4235264 18693293 140736893084592 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 30560256 140736893086089 140736893086188 140736893086188 140736893091790 0
/proc/16673/statm: 1165428 1082441 3936 3530 0 1156879 0
Current children cumulated CPU time: 401.06 s
Current children cumulated vsize: 4661712 KiB
Current children cumulated memory: 4329764 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/265 16701
/proc/meminfo: memFree=123359028/131250000 swapFree=33010684/33010684
[pid=16673] ppid=16670 vsize=4661712 memory=4331840 CPUtime=460.88 cores=0,2
/proc/16673/stat : 16673 (pbscip) R 16670 16673 14133 0 -1 4194304 649444 0 0 0 45913 175 0 0 20 0 1 0 30762825 4773593088 1082960 18446744073709551615 4235264 18693293 140736893084592 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 30560256 140736893086089 140736893086188 140736893086188 140736893091790 0
/proc/16673/statm: 1165428 1082960 3936 3530 0 1156879 0
Current children cumulated CPU time: 460.88 s

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

/proc/loadavg: 4.10 4.09 4.09 5/264 18069
/proc/meminfo: memFree=123425240/131250000 swapFree=33010684/33010684
[pid=16673] ppid=16670 vsize=4732140 memory=4495608 CPUtime=3212.16 cores=0,2
/proc/16673/stat : 16673 (pbscip) R 16670 16673 14133 0 -1 4194304 655392 0 0 0 321026 190 0 0 20 0 1 0 30762825 4845711360 1123902 18446744073709551615 4235264 18693293 140736893084592 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 30560256 140736893086089 140736893086188 140736893086188 140736893091790 0
/proc/16673/statm: 1183035 1123902 3936 3530 0 1174486 0
Current children cumulated CPU time: 3212.16 s
Current children cumulated vsize: 4732140 KiB
Current children cumulated memory: 4495608 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.09 4.09 5/264 18071
/proc/meminfo: memFree=123374912/131250000 swapFree=33010684/33010684
[pid=16673] ppid=16670 vsize=4732140 memory=4495608 CPUtime=3271.98 cores=0,2
/proc/16673/stat : 16673 (pbscip) R 16670 16673 14133 0 -1 4194304 655394 0 0 0 327008 190 0 0 20 0 1 0 30762825 4845711360 1123902 18446744073709551615 4235264 18693293 140736893084592 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 30560256 140736893086089 140736893086188 140736893086188 140736893091790 0
/proc/16673/statm: 1183035 1123902 3936 3530 0 1174486 0
Current children cumulated CPU time: 3271.98 s
Current children cumulated vsize: 4732140 KiB
Current children cumulated memory: 4495608 KiB

[startup+3342.3 s]
/proc/loadavg: 4.25 4.12 4.10 5/263 18073
/proc/meminfo: memFree=123339364/131250000 swapFree=33010684/33010684
[pid=16673] ppid=16670 vsize=4732140 memory=4495608 CPUtime=3331.82 cores=0,2
/proc/16673/stat : 16673 (pbscip) R 16670 16673 14133 0 -1 4194304 655606 0 0 0 332991 191 0 0 20 0 1 0 30762825 4845711360 1123902 18446744073709551615 4235264 18693293 140736893084592 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 30560256 140736893086089 140736893086188 140736893086188 140736893091790 0
/proc/16673/statm: 1183035 1123902 3936 3530 0 1174486 0
Current children cumulated CPU time: 3331.82 s
Current children cumulated vsize: 4732140 KiB
Current children cumulated memory: 4495608 KiB

[startup+3402.3 s]
/proc/loadavg: 4.24 4.15 4.11 5/264 18075
/proc/meminfo: memFree=123336652/131250000 swapFree=33010684/33010684
[pid=16673] ppid=16670 vsize=4732140 memory=4495608 CPUtime=3391.65 cores=0,2
/proc/16673/stat : 16673 (pbscip) R 16670 16673 14133 0 -1 4194304 655610 0 0 0 338974 191 0 0 20 0 1 0 30762825 4845711360 1123902 18446744073709551615 4235264 18693293 140736893084592 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 30560256 140736893086089 140736893086188 140736893086188 140736893091790 0
/proc/16673/statm: 1183035 1123902 3936 3530 0 1174486 0
Current children cumulated CPU time: 3391.65 s
Current children cumulated vsize: 4732140 KiB
Current children cumulated memory: 4495608 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.14 4.11 5/264 18078
/proc/meminfo: memFree=123288784/131250000 swapFree=33010684/33010684
[pid=16673] ppid=16670 vsize=4732140 memory=4495608 CPUtime=3451.49 cores=0,2
/proc/16673/stat : 16673 (pbscip) R 16670 16673 14133 0 -1 4194304 655611 0 0 0 344957 192 0 0 20 0 1 0 30762825 4845711360 1123902 18446744073709551615 4235264 18693293 140736893084592 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 30560256 140736893086089 140736893086188 140736893086188 140736893091790 0
/proc/16673/statm: 1183035 1123902 3936 3530 0 1174486 0
Current children cumulated CPU time: 3451.49 s
Current children cumulated vsize: 4732140 KiB
Current children cumulated memory: 4495608 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.12 4.10 6/265 18083
/proc/meminfo: memFree=123247624/131250000 swapFree=33010684/33010684
[pid=16673] ppid=16670 vsize=4732140 memory=4495608 CPUtime=3511.31 cores=0,2
/proc/16673/stat : 16673 (pbscip) R 16670 16673 14133 0 -1 4194304 655808 0 0 0 350939 192 0 0 20 0 1 0 30762825 4845711360 1123902 18446744073709551615 4235264 18693293 140736893084592 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 30560256 140736893086089 140736893086188 140736893086188 140736893091790 0
/proc/16673/statm: 1183035 1123902 3936 3530 0 1174486 0
Current children cumulated CPU time: 3511.31 s
Current children cumulated vsize: 4732140 KiB
Current children cumulated memory: 4495608 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.13 4.10 5/265 18085
/proc/meminfo: memFree=123186512/131250000 swapFree=33010684/33010684
[pid=16673] ppid=16670 vsize=4732140 memory=4495608 CPUtime=3571.16 cores=0,2
/proc/16673/stat : 16673 (pbscip) R 16670 16673 14133 0 -1 4194304 655836 0 0 0 356923 193 0 0 20 0 1 0 30762825 4845711360 1123902 18446744073709551615 4235264 18693293 140736893084592 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 30560256 140736893086089 140736893086188 140736893086188 140736893091790 0
/proc/16673/statm: 1183035 1123902 3936 3530 0 1174486 0
Current children cumulated CPU time: 3571.16 s
Current children cumulated vsize: 4732140 KiB
Current children cumulated memory: 4495608 KiB

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

# cumulated CPU time of all completed processes:  user=3585.76 s, system=1.96334 s

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

[startup+3584 s]*
/proc/loadavg: 4.15 4.13 4.10 5/265 18085
/proc/meminfo: memFree=123186512/131250000 swapFree=33010684/33010684
[pid=16673] ppid=16670 vsize=4732140 memory=4495608 CPUtime=3572.86 cores=0,2
/proc/16673/stat : 16673 (pbscip) R 16670 16673 14133 0 -1 4194304 655836 0 0 0 357093 193 0 0 20 0 1 0 30762825 4845711360 1123902 18446744073709551615 4235264 18693293 140736893084592 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 30560256 140736893086089 140736893086188 140736893086188 140736893091790 0
/proc/16673/statm: 1183035 1123902 3936 3530 0 1174486 0
Current children cumulated CPU time: 3572.86 s
Current children cumulated vsize: 4732140 KiB
Current children cumulated memory: 4495608 KiB

[startup+3590.4 s]
/proc/loadavg: 4.13 4.13 4.10 5/265 18087
/proc/meminfo: memFree=123194380/131250000 swapFree=33010684/33010684
[pid=16673] ppid=16670 vsize=4732140 memory=4495608 CPUtime=3579.23 cores=0,2
/proc/16673/stat : 16673 (pbscip) R 16670 16673 14133 0 -1 4194304 655836 0 0 0 357730 193 0 0 20 0 1 0 30762825 4845711360 1123902 18446744073709551615 4235264 18693293 140736893084592 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 30560256 140736893086089 140736893086188 140736893086188 140736893091790 0
/proc/16673/statm: 1183035 1123902 3936 3530 0 1174486 0
Current children cumulated CPU time: 3579.23 s
Current children cumulated vsize: 4732140 KiB
Current children cumulated memory: 4495608 KiB

[startup+3593.6 s]
/proc/loadavg: 4.13 4.13 4.10 5/265 18087
/proc/meminfo: memFree=123190640/131250000 swapFree=33010684/33010684
[pid=16673] ppid=16670 vsize=4732140 memory=4495608 CPUtime=3582.43 cores=0,2
/proc/16673/stat : 16673 (pbscip) R 16670 16673 14133 0 -1 4194304 655836 0 0 0 358050 193 0 0 20 0 1 0 30762825 4845711360 1123902 18446744073709551615 4235264 18693293 140736893084592 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 30560256 140736893086089 140736893086188 140736893086188 140736893091790 0
/proc/16673/statm: 1183035 1123902 3936 3530 0 1174486 0
Current children cumulated CPU time: 3582.43 s
Current children cumulated vsize: 4732140 KiB
Current children cumulated memory: 4495608 KiB

[startup+3596.8 s]
/proc/loadavg: 4.12 4.12 4.10 5/265 18087
/proc/meminfo: memFree=123190696/131250000 swapFree=33010684/33010684
[pid=16673] ppid=16670 vsize=4732140 memory=4495608 CPUtime=3585.62 cores=0,2
/proc/16673/stat : 16673 (pbscip) R 16670 16673 14133 0 -1 4194304 655836 0 0 0 358369 193 0 0 20 0 1 0 30762825 4845711360 1123902 18446744073709551615 4235264 18693293 140736893084592 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 30560256 140736893086089 140736893086188 140736893086188 140736893091790 0
/proc/16673/statm: 1183035 1123902 3936 3530 0 1174486 0
Current children cumulated CPU time: 3585.62 s
Current children cumulated vsize: 4732140 KiB
Current children cumulated memory: 4495608 KiB

[startup+3597.6 s]
/proc/loadavg: 4.12 4.12 4.10 5/265 18087
/proc/meminfo: memFree=123190696/131250000 swapFree=33010684/33010684
[pid=16673] ppid=16670 vsize=4732140 memory=4495608 CPUtime=3586.42 cores=0,2
/proc/16673/stat : 16673 (pbscip) R 16670 16673 14133 0 -1 4194304 656456 0 0 0 358449 193 0 0 20 0 1 0 30762825 4845711360 1123902 18446744073709551615 4235264 18693293 140736893084592 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 30560256 140736893086089 140736893086188 140736893086188 140736893091790 0
/proc/16673/statm: 1183035 1123902 3936 3530 0 1174486 0
Current children cumulated CPU time: 3586.42 s
Current children cumulated vsize: 4732140 KiB
Current children cumulated memory: 4495608 KiB

[startup+3598.4 s]
/proc/loadavg: 4.12 4.12 4.10 5/265 18087
/proc/meminfo: memFree=123190444/131250000 swapFree=33010684/33010684
[pid=16673] ppid=16670 vsize=4732140 memory=4495608 CPUtime=3587.21 cores=0,2
/proc/16673/stat : 16673 (pbscip) R 16670 16673 14133 0 -1 4194304 656531 0 0 0 358528 193 0 0 20 0 1 0 30762825 4845711360 1123902 18446744073709551615 4235264 18693293 140736893084592 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 30560256 140736893086089 140736893086188 140736893086188 140736893091790 0
/proc/16673/statm: 1183035 1123902 3936 3530 0 1174486 0
Current children cumulated CPU time: 3587.21 s
Current children cumulated vsize: 4732140 KiB
Current children cumulated memory: 4495608 KiB

[startup+3598.8 s]
/proc/loadavg: 4.12 4.12 4.10 5/265 18087
/proc/meminfo: memFree=123190444/131250000 swapFree=33010684/33010684
[pid=16673] ppid=16670 vsize=4114056 memory=3901312 CPUtime=3587.61 cores=0,2
/proc/16673/stat : 16673 (pbscip) R 16670 16673 14133 0 -1 4194304 656549 0 0 0 358567 194 0 0 20 0 1 0 30762825 4212793344 975328 18446744073709551615 4235264 18693293 140736893084592 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 30560256 140736893086089 140736893086188 140736893086188 140736893091790 0
/proc/16673/statm: 1028514 975328 3968 3530 0 1019965 0
Current children cumulated CPU time: 3587.61 s
Current children cumulated vsize: 4114056 KiB
Current children cumulated memory: 3901312 KiB

[startup+3598.9 s]
/proc/loadavg: 4.12 4.12 4.10 5/265 18087
/proc/meminfo: memFree=123190444/131250000 swapFree=33010684/33010684
[pid=16673] ppid=16670 vsize=3944172 memory=3392448 CPUtime=3587.71 cores=0,2
/proc/16673/stat : 16673 (pbscip) R 16670 16673 14133 0 -1 4194304 656554 0 0 0 358576 195 0 0 20 0 1 0 30762825 4038832128 848112 18446744073709551615 4235264 18693293 140736893084592 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 30560256 140736893086089 140736893086188 140736893086188 140736893091790 0
/proc/16673/statm: 986043 848112 3968 3530 0 977494 0
Current children cumulated CPU time: 3587.71 s
Current children cumulated vsize: 3944172 KiB
Current children cumulated memory: 3392448 KiB

Child status: 0

Real time (s): 3598.91
CPU time (s): 3587.73
CPU user time (s): 3585.76
CPU system time (s): 1.96334
CPU usage (%): 99.6893
Max. virtual memory (cumulated for all children) (KiB): 4732140
Max. memory (cumulated for all children) (KiB): 4495608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3585.76
system time used= 1.96334
maximum resident set size= 4495608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 656710
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= 90
involuntary context switches= 4536


# summary of solver processes directly reported to runsolver:
#   pid: 16673
#   total CPU time (s): 3587.73
#   total CPU user time (s): 3585.76
#   total CPU system time (s): 1.96334

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.85946 second user time and 15.5929 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-06-29 00:47:42
IDJOB=4494606
IDBENCH=147895
IDSOLVER=3365
FILE ID=nodeC014/4494606-1751150862
RUNJOBID= nodeC014-1751144686-14143
SLURM_JOB_ID= 9587442
Free space on /tmp= 432912 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/liu/vdw/normalized-vdw_k3_l6_n1500.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4494606-1751150862/watcher-4494606-1751150862 -o /tmp/evaluation-result-4494606-1751150862/solver-4494606-1751150862 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751144686-14143 --watchdog 3760  pbscip -f HOME/instance-4494606-1751150862.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 324936182855f4056c83f943259e6646
RANDOM SEED=1850404772

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        127755744 kB
MemAvailable:   127464700 kB
Buffers:            3280 kB
Cached:           520264 kB
SwapCached:            0 kB
Active:          2548900 kB
Inactive:         310896 kB
Active(anon):    2354332 kB
Inactive(anon):        0 kB
Active(file):     194568 kB
Inactive(file):   310896 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             58844 kB
Writeback:             4 kB
AnonPages:       2336292 kB
Mapped:           138132 kB
Shmem:             18068 kB
KReclaimable:      85460 kB
Slab:             168192 kB
SReclaimable:      85460 kB
SUnreclaim:        82732 kB
KernelStack:        4256 kB
PageTables:         7780 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    2866040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2084864 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:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432840 MiB
End job on nodeC014 at 2025-06-29 01:47:41