Trace number 4543058

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-07UNSAT 330.228 331.119

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
php-original/normalized-php_390_389.opb
MD5SUM8c310f5c6bc12dfd4cf754da21955474
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.43418
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables151710
Total number of constraints779
Number of constraints which are clauses390
Number of constraints which are cardinality constraints (but not clauses)389
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint389
Maximum length of a constraint390
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 391
Number of bits of the biggest sum of numbers9
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-4543058-1753215784.opb>
0.20/0.21	c original problem has 151710 variables (151710 bin, 0 int, 0 impl, 0 cont) and 779 constraints
0.20/0.21	c problem read in 0.21
0.20/0.21	c No objective function, only one solution is needed.
0.50/0.56	c presolving:
0.68/0.79	c    (0.8s) running MILP presolver
1.78/1.82	c    (1.8s) MILP presolver found nothing
2.88/2.91	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 390 upgd conss, 0 impls, 389 clqs
2.98/3.04	c (round 2, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 779 upgd conss, 0 impls, 389 clqs
4.47/4.58	c    (4.6s) probing: 51/151710 (0.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
4.47/4.58	c    (4.6s) probing aborted: 50/50 successive totally useless probings
4.57/4.68	c    (4.7s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
218.32/218.99	c    (219.0s) symmetry computation finished: 421 generators found (max: 421, log10 of symmetry group size: 1680.0) (symcode time: 214.12)
219.61/220.23	c dynamic symmetry handling statistics:
219.61/220.23	c    orbitopal reduction:       no components
219.61/220.23	c    orbital reduction:         no components
219.61/220.23	c    lexicographic reduction:   no permutations
219.61/220.23	c handled 1 out of 1 symmetry components
219.71/220.32	c (round 3, exhaustive) 57291 del vars, 0 del conss, 338 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 779 upgd conss, 0 impls, 389 clqs
219.71/220.36	c (round 4, fast)       57291 del vars, 0 del conss, 338 add conss, 0 chg bounds, 0 chg sides, 57291 chg coeffs, 779 upgd conss, 0 impls, 389 clqs
238.15/238.86	c    (238.9s) probing: 1000/151710 (0.7%) - 0 fixings, 0 aggregations, 56568 implications, 0 bound changes
249.82/250.56	c    (250.6s) probing: 1580/151710 (1.0%) - 0 fixings, 0 aggregations, 151402 implications, 0 bound changes
249.82/250.56	c    (250.6s) probing aborted: 1000/1000 successive useless probings
249.92/250.65	c presolving (5 rounds: 5 fast, 4 medium, 4 exhaustive):
249.92/250.65	c  57291 deleted vars, 0 deleted constraints, 338 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 57291 changed coefficients
249.92/250.65	c  0 implications, 151791 cliques
249.92/250.65	c presolved problem has 94419 variables (94419 bin, 0 int, 0 impl, 0 cont) and 1117 constraints
249.92/250.65	c     389 constraints of type <setppc>
249.92/250.65	c     338 constraints of type <orbitope>
249.92/250.65	c     390 constraints of type <logicor>
249.92/250.65	c transformed objective value is always integral (scale: 1)
249.92/250.65	c Presolving Time: 250.15
249.92/250.65	c - non default parameters ----------------------------------------------------------------------
249.92/250.65	c # SCIP version 10.0.0
249.92/250.65	c 
249.92/250.65	c # maximal time in seconds to run
249.92/250.65	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
249.92/250.65	c limits/time = 3596.997012
249.92/250.65	c 
249.92/250.65	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
249.92/250.65	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
249.92/250.65	c limits/memory = 27900
249.92/250.65	c 
249.92/250.65	c # solving stops, if the given number of solutions were found; this limit is first checked in presolving (-1: no limit)
249.92/250.65	c # [type: int, advanced: FALSE, range: [-1,2147483647], default: -1]
249.92/250.65	c limits/solutions = 1
249.92/250.65	c 
249.92/250.65	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.
249.92/250.65	c # [type: int, advanced: FALSE, range: [0,7], default: 7]
249.92/250.65	c misc/usesymmetry = 3
249.92/250.65	c 
249.92/250.65	c # belongs reading time to solving time?
249.92/250.65	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
249.92/250.65	c timing/reading = TRUE
249.92/250.65	c 
249.92/250.65	c # Should we check whether the components of the symmetry group can be handled by double lex matrices?
249.92/250.65	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
249.92/250.65	c propagating/symmetry/detectdoublelex = FALSE
249.92/250.65	c 
249.92/250.65	c # Should we try to detect symmetric subgroups of the symmetry group on binary variables?
249.92/250.65	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
249.92/250.65	c propagating/symmetry/detectsubgroups = FALSE
249.92/250.65	c 
249.92/250.65	c # Type of symmetries that shall be computed?
249.92/250.65	c # [type: int, advanced: TRUE, range: [0,1], default: 0]
249.92/250.65	c propagating/symmetry/symtype = 1
249.92/250.65	c 
249.92/250.65	c # Should components consisting of a single full reflection be handled?
249.92/250.65	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
249.92/250.65	c propagating/symmetry/usesimplesgncomp = FALSE
249.92/250.65	c 
249.92/250.65	c -----------------------------------------------------------------------------------------------
249.92/250.65	c start solving
249.92/250.67	c 
329.80/330.75	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
329.80/330.75	c   331s|     1 |     0 | 13533 |     - |  1223M |   0 |  94k|1142 | 779 |   0 |  0 |  25 |   0 |    cutoff    |      --      |   0.00%| unknown
329.80/330.75	c   331s|     1 |     0 | 13533 |     - |  1223M |   0 |  94k|1142 | 779 |   0 |  0 |  25 |   0 |    cutoff    |      --      |   0.00%| unknown
329.80/330.75	c 
329.80/330.75	c SCIP Status        : problem is solved [infeasible]
329.80/330.75	c Solving Time (sec) : 330.74
329.80/330.75	c Solving Nodes      : 1
329.80/330.75	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
329.80/330.75	c Dual Bound         : +1.00000000000000e+20
329.80/330.75	c Gap                : 0.00 %
329.80/330.75	s UNSATISFIABLE
329.80/330.75	c SCIP Status        : problem is solved [infeasible]
329.80/330.75	c Total Time         :     330.74
329.80/330.75	c   solving          :     330.74
329.80/330.75	c   presolving       :     250.15 (included in solving)
329.80/330.75	c   reading          :       0.21 (included in solving)
329.80/330.75	c   copying          :       0.00 (0 times copied the problem)
329.80/330.75	c Original Problem   :
329.80/330.75	c   Problem name     : HOME/instance-4543058-1753215784.opb
329.80/330.75	c   Variables        : 151710 (151710 binary, 0 integer, 0 implicit integer, 0 continuous)
329.80/330.75	c   Constraints      : 779 initial, 779 maximal
329.80/330.75	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
329.80/330.75	c Presolved Problem  :
329.80/330.75	c   Problem name     : t_HOME/instance-4543058-1753215784.opb
329.80/330.75	c   Variables        : 94419 (94419 binary, 0 integer, 0 implicit integer, 0 continuous)
329.80/330.75	c   Constraints      : 1117 initial, 1142 maximal
329.80/330.76	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
329.80/330.76	c   Nonzeros         : 451802 constraint, 397223 clique table
329.80/330.76	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
329.80/330.76	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
329.80/330.76	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
329.80/330.76	c   domcol           :       0.40       0.00      2          0          0          0          0          0          0          0          0          0
329.80/330.76	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
329.80/330.76	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
329.80/330.76	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
329.80/330.76	c   dualsparsify     :       0.09       0.00      1          0          0          0          0          0          0          0          0          0
329.80/330.76	c   gateextraction   :       0.01       0.00      2          0          0          0          0          0          0          0          0          0
329.80/330.76	c   implics          :       0.01       0.00      4          0          0          0          0          0          0          0          0          0
329.80/330.76	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
329.80/330.76	c   milp             :       1.17       0.00      1          0          0          0          0          0          0          0          0          0
329.80/330.76	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
329.80/330.76	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
329.80/330.76	c   sparsify         :       0.05       0.00      1          0          0          0          0          0          0          0          0          0
329.80/330.76	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
329.80/330.76	c   trivial          :       0.02       0.00      5          0          0          0          0          0          0          0          0          0
329.80/330.76	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
329.80/330.76	c   dualfix          :       0.02       0.00      5          0          0          0          0          0          0          0          0          0
329.80/330.76	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
329.80/330.76	c   probing          :      31.11       0.00      2          0          0          0          0          0          0          0          0          0
329.80/330.76	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
329.80/330.76	c   symmetry         :     215.63       0.00      1      57291          0          0          0          0          0        338          0          0
329.80/330.76	c   vbounds          :       0.08       0.00      1          0          0          0          0          0          0          0          0          0
329.80/330.76	c   setppc           :       0.10       0.00      7          0          0          0          0          0          0          0          0          0
329.80/330.76	c   linear           :       1.14       0.05      4          0          0          0          0          0          0          0          0          0
329.80/330.76	c   orbitope         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
329.80/330.76	c   logicor          :       0.10       0.00      9          0          0          0          0          0          0          0          0      57291
329.80/330.76	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
329.80/330.76	c   components       :       0.06       0.00      1          0          0          0          0          0          0          0          0          0
329.80/330.76	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
329.80/330.76	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
329.80/330.76	c   benderslp        :          0          0          0          0          0          0          0          6          0          0          0          0          0          0          0
329.80/330.76	c   integral         :          0          0          0          0          0          0          0          6          0          0          0          0          0          0          0
329.80/330.76	c   setppc           :        389        389          0      18336          0          0          0          3       3686        170          0          0          0          0          0
329.80/330.76	c   orbitope         :        338        338          0      18066          0          0          0          1      22633        222          0          0          0          0          0
329.80/330.76	c   logicor          :        390+       415          0       2327          0          0          0          1          4          4          0          0          0          0          0
329.80/330.76	c   benders          :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
329.80/330.76	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
329.80/330.76	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
329.80/330.76	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
329.80/330.76	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
329.80/330.76	c   benderslp        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
329.80/330.76	c   integral         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
329.80/330.76	c   setppc           :       0.45       0.00       0.02       0.42       0.00       0.00       0.00       0.00       0.00       0.00
329.80/330.76	c   orbitope         :      76.18       0.00       0.00      76.18       0.00       0.00       0.00       0.00       0.00       0.00
329.80/330.76	c   logicor          :       0.40       0.00       0.01       0.39       0.00       0.00       0.00       0.00       0.00       0.00
329.80/330.76	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
329.80/330.76	c   fixedvar         :       0.01       0.01       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
329.80/330.76	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
329.80/330.76	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
329.80/330.76	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
329.80/330.76	c   dualfix          :          1          0          0          0
329.80/330.76	c   genvbounds       :          0          0          0          0
329.80/330.76	c   nlobbt           :          0          0          0          0
329.80/330.76	c   obbt             :          0          0          0          0
329.80/330.76	c   probing          :          0          0          0          0
329.80/330.76	c   pseudoobj        :          0          0          0          0
329.80/330.76	c   redcost          :          0          0          0          0
329.80/330.76	c   rootredcost      :          0          0          0          0
329.80/330.76	c   symmetry         :          0          0          0          0
329.80/330.76	c   vbounds          :       1235          0          0          0
329.80/330.76	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
329.80/330.76	c   dualfix          :       0.02       0.00       0.02       0.00       0.00       0.00
329.80/330.76	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
329.80/330.76	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
329.80/330.76	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
329.80/330.76	c   probing          :      31.12       0.00      31.11       0.00       0.00       0.00
329.80/330.76	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00       0.00
329.80/330.76	c   redcost          :       0.00       0.00       0.00       0.00       0.00       0.00
329.80/330.76	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
329.80/330.76	c   symmetry         :     215.63       0.00     215.63       0.01       0.00       0.00
329.80/330.76	c   vbounds          :       0.11       0.00       0.08       0.03       0.00       0.00
329.80/330.76	c Symmetry           :
329.80/330.76	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
329.80/330.76	c   orbital reduction:          0 reductions applied,          0 cutoffs
329.80/330.76	c   lexicographic red:          0 reductions applied,          0 cutoffs
329.80/330.76	c   shadow tree time :       0.00 s
329.80/330.76	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
329.80/330.76	c   propagation      :       0.01        385          6          -         56      422.6          0        0.0          -          -          -
329.80/330.76	c   infeasible LP    :       0.04          1          1          -         78     3082.1          0        0.0          0        0.0          0
329.80/330.76	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
329.80/330.76	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
329.80/330.76	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
329.80/330.76	c   applied globally :       0.00          -          -          0         25      723.8          -          -          0          -          -
329.80/330.76	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
329.80/330.76	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
329.80/330.76	c   cut pool         :       0.00          -          0          0          -          -          0          0          -          -          -          -          -    (maximal pool size:          0)
329.80/330.76	c   aggregation      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
329.80/330.76	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
329.80/330.76	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
329.80/330.76	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
329.80/330.76	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
329.80/330.76	c   clique           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
329.80/330.76	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
329.80/330.76	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
329.80/330.76	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
329.80/330.76	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
329.80/330.76	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
329.80/330.76	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
329.80/330.76	c   > gomorymi       :          -          -          -          -          -          -          -          0          0          0          0          0          -
329.80/330.76	c   > strongcg       :          -          -          -          -          -          -          -          0          0          0          0          0          -
329.80/330.76	c   impliedbounds    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
329.80/330.76	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
329.80/330.76	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
329.80/330.76	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
329.80/330.76	c   mcf              :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
329.80/330.76	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
329.80/330.76	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
329.80/330.76	c   multilinear      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
329.80/330.76	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
329.80/330.76	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
329.80/330.76	c   rlt              :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
329.80/330.76	c   zerohalf         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
329.80/330.76	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
329.80/330.76	c   hybrid           :       0.00       0.00          0          0          0          0          0          0          0          0
329.80/330.76	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
329.80/330.76	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
329.80/330.76	c Pricers            :   ExecTime  SetupTime      Calls       Vars
329.80/330.76	c   problem variables:       0.00          -          0          0
329.80/330.76	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
329.80/330.76	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
329.80/330.76	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
329.80/330.76	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
329.80/330.76	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
329.80/330.76	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
329.80/330.76	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
329.80/330.76	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
329.80/330.76	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
329.80/330.76	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
329.80/330.76	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
329.80/330.76	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
329.80/330.76	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
329.80/330.76	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
329.80/330.76	c   relpscost        :       0.00       0.00          0          0          0          0          0          0          0          0
329.80/330.76	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
329.80/330.76	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
329.80/330.76	c   LP solutions     :       0.00          -          -          0          0
329.80/330.76	c   relax solutions  :       0.00          -          -          0          0
329.80/330.76	c   pseudo solutions :       0.00          -          -          0          0
329.80/330.76	c   strong branching :       0.00          -          -          0          0
329.80/330.76	c   actconsdiving    :       0.00       0.00          0          0          0
329.80/330.76	c   adaptivediving   :       0.00       0.00          0          0          0
329.80/330.76	c   alns             :       0.00       0.00          0          0          0
329.80/330.76	c   bound            :       0.00       0.00          0          0          0
329.80/330.76	c   clique           :       2.11       0.00          1          0          0
329.80/330.76	c   coefdiving       :       0.00       0.00          0          0          0
329.80/330.76	c   completesol      :       0.00       0.00          0          0          0
329.80/330.76	c   conflictdiving   :       0.00       0.00          0          0          0
329.80/330.76	c   crossover        :       0.00       0.00          0          0          0
329.80/330.76	c   dins             :       0.00       0.00          0          0          0
329.80/330.76	c   distributiondivin:       0.00       0.00          0          0          0
329.80/330.76	c   dps              :       0.00       0.00          0          0          0
329.80/330.76	c   dualval          :       0.00       0.00          0          0          0
329.80/330.76	c   farkasdiving     :       0.00       0.00          0          0          0
329.80/330.76	c   feasjump         :       0.07       0.00          1          0          0
329.80/330.76	c   feaspump         :       0.00       0.00          0          0          0
329.80/330.76	c   fixandinfer      :       0.00       0.00          0          0          0
329.80/330.76	c   fracdiving       :       0.00       0.00          0          0          0
329.80/330.76	c   gins             :       0.00       0.00          0          0          0
329.80/330.76	c   guideddiving     :       0.00       0.00          0          0          0
329.80/330.76	c   indcoefdiving    :       0.00       0.00          0          0          0
329.80/330.76	c   indicator        :       0.00       0.00          0          0          0
329.80/330.76	c   indicatordiving  :       0.00       0.00          0          0          0
329.80/330.76	c   indoneopt        :       0.00       0.00          0          0          0
329.80/330.76	c   indrounding      :       0.00       0.00          0          0          0
329.80/330.76	c   indtwoopt        :       0.00       0.00          0          0          0
329.80/330.76	c   intdiving        :       0.00       0.00          0          0          0
329.80/330.76	c   intshifting      :       0.00       0.00          0          0          0
329.80/330.76	c   linesearchdiving :       0.00       0.00          0          0          0
329.80/330.76	c   localbranching   :       0.00       0.00          0          0          0
329.80/330.76	c   locks            :       3.76       0.00          1          0          0
329.80/330.76	c   lpface           :       0.00       0.00          0          0          0
329.80/330.76	c   mpec             :       0.00       0.00          0          0          0
329.80/330.76	c   multistart       :       0.00       0.00          0          0          0
329.80/330.76	c   mutation         :       0.00       0.00          0          0          0
329.80/330.76	c   nlpdiving        :       0.00       0.00          0          0          0
329.80/330.76	c   objpscostdiving  :       0.00       0.00          0          0          0
329.80/330.76	c   octane           :       0.00       0.00          0          0          0
329.80/330.76	c   ofins            :       0.00       0.00          0          0          0
329.80/330.76	c   oneopt           :       0.00       0.00          0          0          0
329.80/330.76	c   padm             :       0.00       0.00          0          0          0
329.80/330.76	c   proximity        :       0.00       0.00          0          0          0
329.80/330.76	c   pscostdiving     :       0.00       0.00          0          0          0
329.80/330.76	c   randrounding     :       0.00       0.00          0          0          0
329.80/330.76	c   rens             :       0.00       0.00          0          0          0
329.80/330.76	c   reoptsols        :       0.00       0.00          0          0          0
329.80/330.76	c   repair           :       0.00       0.00          0          0          0
329.80/330.76	c   rins             :       0.00       0.00          0          0          0
329.80/330.76	c   rootsoldiving    :       0.00       0.00          0          0          0
329.80/330.76	c   rounding         :       0.00       0.00          0          0          0
329.80/330.76	c   scheduler        :       0.00       0.00          0          0          0
329.80/330.76	c   shiftandpropagate:       0.82       0.00          1          0          0
329.80/330.76	c   shifting         :       0.00       0.00          0          0          0
329.80/330.76	c   simplerounding   :       0.00       0.00          0          0          0
329.80/330.76	c   smallcard        :       0.00       0.00          0          0          0
329.80/330.76	c   subnlp           :       0.00       0.00          0          0          0
329.80/330.76	c   trivial          :       0.09       0.00          2          0          0
329.80/330.76	c   trivialnegation  :       0.00       0.00          0          0          0
329.80/330.76	c   trustregion      :       0.00       0.00          0          0          0
329.80/330.76	c   trysol           :       0.00       0.00          0          0          0
329.80/330.76	c   twoopt           :       0.00       0.00          0          0          0
329.80/330.76	c   undercover       :       0.00       0.00          0          0          0
329.80/330.76	c   vbounds          :      65.26       0.00          1          0          0
329.80/330.76	c   veclendiving     :       0.00       0.00          0          0          0
329.80/330.76	c   zeroobj          :       0.00       0.00          0          0          0
329.80/330.76	c   zirounding       :       0.00       0.00          0          0          0
329.80/330.76	c   other solutions  :          -          -          -          0          -
329.80/330.76	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
329.80/330.76	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
329.80/330.76	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
329.80/330.76	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
329.80/330.76	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
329.80/330.76	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
329.80/330.76	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
329.80/330.76	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
329.80/330.76	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
329.80/330.76	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
329.80/330.76	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
329.80/330.76	c   primal LP        :       0.00          0          0       0.00          -       0.00          0
329.80/330.76	c   dual LP          :       8.00          1      13461   13461.00    1681.93       0.00          0
329.80/330.76	c   lex dual LP      :       0.00          0          0       0.00          -
329.80/330.76	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
329.80/330.76	c   resolve instable :       0.00          0          0       0.00          -
329.80/330.76	c   diving/probing LP:       0.05          1         72      72.00    1467.62
329.80/330.76	c   strong branching :       0.00          0          0       0.00          -          -          -          0
329.80/330.76	c     (at root node) :          -          0          0       0.00          -
329.80/330.76	c   conflict analysis:       0.00          0          0       0.00          -
329.80/330.76	c B&B Tree           :
329.80/330.76	c   number of runs   :          1
329.80/330.76	c   nodes            :          1 (0 internal, 1 leaves)
329.80/330.76	c   feasible leaves  :          0
329.80/330.76	c   infeas. leaves   :          1
329.80/330.76	c   objective leaves :          0
329.80/330.76	c   nodes (total)    :          1 (0 internal, 1 leaves)
329.80/330.76	c   nodes left       :          0
329.80/330.76	c   max depth        :          0
329.80/330.76	c   max depth (total):          0
329.80/330.76	c   backtracks       :          0 (0.0%)
329.80/330.76	c   early backtracks :          0 (0.0%)
329.80/330.76	c   nodes exc. ref.  :          0 (0.0%)
329.80/330.76	c   delayed cutoffs  :          0
329.80/330.76	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
329.80/330.76	c   avg switch length:       2.00
329.80/330.76	c   switching time   :       0.00
329.80/330.76	c Root Node          :
329.80/330.76	c   First LP value   :          -
329.80/330.76	c   First LP Iters   :          0
329.80/330.76	c   First LP Time    :       8.01
329.80/330.76	c   Final Dual Bound :          -
329.80/330.76	c   Final Root Iters :      13461
329.80/330.76	c   Root LP Estimate :                     -
329.80/330.76	c Solution           :
329.80/330.76	c   Solutions found  :          0 (0 improvements)
329.80/330.76	c   Primal Bound     : infeasible
329.80/330.76	c   Dual Bound       :          -
329.80/330.76	c   Gap              :       0.00 %
329.80/330.76	c Integrals          :      Total       Avg%
329.80/330.76	c   primal-dual      :          -          - (problem infeasible)
329.80/330.76	c   primal-ref       :          -          - (problem infeasible)
329.80/330.76	c   dual-ref         :          -          - (problem infeasible)
330.11/331.06	c Time complete: 330.175.

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4543058-1753215784/watcher-4543058-1753215784 -o /tmp/evaluation-result-4543058-1753215784/solver-4543058-1753215784 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1753209881-195253 --watchdog 3760 pbscip -f HOME/instance-4543058-1753215784.opb -t 3600 -j 2 -m 31000 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=196317, runsolver pid=196314
Current StackSize limit: 8192 KiB


[startup+0.100064 s]*
/proc/loadavg: 4.12 4.12 4.16 5/263 196318
/proc/meminfo: memFree=126954672/131250000 swapFree=33008868/33010684
[pid=196317] ppid=196314 vsize=144964 memory=116352 CPUtime=0.09 cores=5,7
/proc/196317/stat : 196317 (pbscip) R 196314 196317 195240 0 -1 4194304 26187 0 0 0 6 3 0 0 20 0 1 0 237258662 148443136 29088 18446744073709551615 4235264 18693293 140730108050368 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 58322944 140730108053895 140730108053994 140730108053994 140730108059598 0
/proc/196317/statm: 36241 29088 3200 3530 0 27692 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 144964 KiB
Current children cumulated memory: 116352 KiB

[startup+0.20559 s]*
/proc/loadavg: 4.12 4.12 4.16 5/263 196318
/proc/meminfo: memFree=126902312/131250000 swapFree=33008868/33010684
[pid=196317] ppid=196314 vsize=197768 memory=169088 CPUtime=0.2 cores=5,7
/proc/196317/stat : 196317 (pbscip) R 196314 196317 195240 0 -1 4194304 39392 0 0 0 15 5 0 0 20 0 1 0 237258662 202514432 42272 18446744073709551615 4235264 18693293 140730108050368 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 58322944 140730108053895 140730108053994 140730108053994 140730108059598 0
/proc/196317/statm: 49442 42272 3200 3530 0 40893 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 197768 KiB
Current children cumulated memory: 169088 KiB

[startup+0.305514 s]*
/proc/loadavg: 4.12 4.12 4.16 5/263 196318
/proc/meminfo: memFree=126813860/131250000 swapFree=33008868/33010684
[pid=196317] ppid=196314 vsize=291084 memory=263688 CPUtime=0.3 cores=5,7
/proc/196317/stat : 196317 (pbscip) R 196314 196317 195240 0 -1 4194304 63502 0 0 0 21 9 0 0 20 0 1 0 237258662 298070016 65922 18446744073709551615 4235264 18693293 140730108050368 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 58322944 140730108053895 140730108053994 140730108053994 140730108059598 0
/proc/196317/statm: 72771 65922 3488 3530 0 64222 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 291084 KiB
Current children cumulated memory: 263688 KiB

[startup+0.700184 s]
/proc/loadavg: 4.12 4.12 4.16 5/263 196318
/proc/meminfo: memFree=126700964/131250000 swapFree=33008868/33010684
[pid=196317] ppid=196314 vsize=473712 memory=428196 CPUtime=0.68 cores=5,7
/proc/196317/stat : 196317 (pbscip) R 196314 196317 195240 0 -1 4194304 103573 0 0 0 53 15 0 0 20 0 1 0 237258662 485081088 107049 18446744073709551615 4235264 18693293 140730108050368 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 58322944 140730108053895 140730108053994 140730108053994 140730108059598 0
/proc/196317/statm: 118428 107049 3552 3530 0 109879 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 473712 KiB
Current children cumulated memory: 428196 KiB

[startup+1.50017 s]
/proc/loadavg: 4.12 4.12 4.16 5/263 196318
/proc/meminfo: memFree=126587872/131250000 swapFree=33008868/33010684
[pid=196317] ppid=196314 vsize=520616 memory=481140 CPUtime=1.48 cores=5,7
/proc/196317/stat : 196317 (pbscip) R 196314 196317 195240 0 -1 4194304 113886 0 0 0 130 18 0 0 20 0 1 0 237258662 533110784 120285 18446744073709551615 4235264 18693293 140730108050368 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 58322944 140730108053895 140730108053994 140730108053994 140730108059598 0
/proc/196317/statm: 130154 120285 3648 3530 0 121605 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 520616 KiB
Current children cumulated memory: 481140 KiB

[startup+3.1054 s]
/proc/loadavg: 4.11 4.11 4.16 5/263 196318
/proc/meminfo: memFree=126580664/131250000 swapFree=33008868/33010684
[pid=196317] ppid=196314 vsize=496860 memory=458148 CPUtime=3.08 cores=5,7
/proc/196317/stat : 196317 (pbscip) R 196314 196317 195240 0 -1 4194304 114162 0 0 0 290 18 0 0 20 0 1 0 237258662 508784640 114537 18446744073709551615 4235264 18693293 140730108050368 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 58322944 140730108053895 140730108053994 140730108053994 140730108059598 0
/proc/196317/statm: 124215 114537 3648 3530 0 115666 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 496860 KiB
Current children cumulated memory: 458148 KiB

[startup+6.30017 s]
/proc/loadavg: 4.11 4.11 4.16 5/263 196318
/proc/meminfo: memFree=126415744/131250000 swapFree=33008868/33010684
[pid=196317] ppid=196314 vsize=801036 memory=658092 CPUtime=6.27 cores=5,7
/proc/196317/stat : 196317 (pbscip) R 196314 196317 195240 0 -1 4194304 153650 0 0 0 601 26 0 0 20 0 1 0 237258662 820260864 164523 18446744073709551615 4235264 18693293 140730108050368 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 58322944 140730108053895 140730108053994 140730108053994 140730108059598 0
/proc/196317/statm: 200259 164523 3712 3530 0 191710 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 801036 KiB
Current children cumulated memory: 658092 KiB

[startup+12.7001 s]
/proc/loadavg: 4.10 4.11 4.16 5/263 196319
/proc/meminfo: memFree=126256440/131250000 swapFree=33008868/33010684
[pid=196317] ppid=196314 vsize=918384 memory=781528 CPUtime=12.65 cores=5,7
/proc/196317/stat : 196317 (pbscip) R 196314 196317 195240 0 -1 4194304 182990 0 0 0 1235 30 0 0 20 0 1 0 237258662 940425216 195382 18446744073709551615 4235264 18693293 140730108050368 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 58322944 140730108053895 140730108053994 140730108053994 140730108059598 0
/proc/196317/statm: 229596 195382 3712 3530 0 221047 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 918384 KiB
Current children cumulated memory: 781528 KiB

[startup+25.5002 s]
/proc/loadavg: 4.08 4.11 4.15 5/263 196319
/proc/meminfo: memFree=126101112/131250000 swapFree=33008868/33010684
[pid=196317] ppid=196314 vsize=1033360 memory=904748 CPUtime=25.42 cores=5,7
/proc/196317/stat : 196317 (pbscip) R 196314 196317 195240 0 -1 4194304 211739 0 0 0 2507 35 0 0 20 0 1 0 237258662 1058160640 226187 18446744073709551615 4235264 18693293 140730108050368 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 58322944 140730108053895 140730108053994 140730108053994 140730108059598 0
/proc/196317/statm: 258340 226187 3712 3530 0 249791 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 1033360 KiB
Current children cumulated memory: 904748 KiB

[startup+51.1054 s]
/proc/loadavg: 4.12 4.11 4.15 5/263 196319
/proc/meminfo: memFree=125868012/131250000 swapFree=33008868/33010684
[pid=196317] ppid=196314 vsize=1174412 memory=1053952 CPUtime=50.95 cores=5,7
/proc/196317/stat : 196317 (pbscip) R 196314 196317 195240 0 -1 4194304 247013 0 0 0 5054 41 0 0 20 0 1 0 237258662 1202597888 263488 18446744073709551615 4235264 18693293 140730108050368 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 58322944 140730108053895 140730108053994 140730108053994 140730108059598 0
/proc/196317/statm: 293603 263488 3712 3530 0 285054 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 1174412 KiB
Current children cumulated memory: 1053952 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.11 4.15 5/263 196321
/proc/meminfo: memFree=125612588/131250000 swapFree=33008868/33010684
[pid=196317] ppid=196314 vsize=1245532 memory=1135020 CPUtime=102.02 cores=5,7
/proc/196317/stat : 196317 (pbscip) R 196314 196317 195240 0 -1 4194304 265221 0 0 0 10158 44 0 0 20 0 1 0 237258662 1275424768 283755 18446744073709551615 4235264 18693293 140730108050368 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 58322944 140730108053895 140730108053994 140730108053994 140730108059598 0
/proc/196317/statm: 311383 283755 3712 3530 0 302834 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 1245532 KiB
Current children cumulated memory: 1135020 KiB

[startup+162.3 s]
/proc/loadavg: 4.04 4.09 4.14 5/263 196324
/proc/meminfo: memFree=125437600/131250000 swapFree=33008868/33010684
[pid=196317] ppid=196314 vsize=1245532 memory=1135020 CPUtime=161.87 cores=5,7
/proc/196317/stat : 196317 (pbscip) R 196314 196317 195240 0 -1 4194304 265227 0 0 0 16142 45 0 0 20 0 1 0 237258662 1275424768 283755 18446744073709551615 4235264 18693293 140730108050368 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 58322944 140730108053895 140730108053994 140730108053994 140730108059598 0
/proc/196317/statm: 311383 283755 3712 3530 0 302834 0
Current children cumulated CPU time: 161.87 s
Current children cumulated vsize: 1245532 KiB
Current children cumulated memory: 1135020 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.10 4.14 5/264 196333
/proc/meminfo: memFree=125284600/131250000 swapFree=33008868/33010684
[pid=196317] ppid=196314 vsize=1208300 memory=1098592 CPUtime=221.7 cores=5,7
/proc/196317/stat : 196317 (pbscip) R 196314 196317 195240 0 -1 4194304 265456 0 0 0 22125 45 0 0 20 0 1 0 237258662 1237299200 274648 18446744073709551615 4235264 18693293 140730108050368 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 58322944 140730108053895 140730108053994 140730108053994 140730108059598 0
/proc/196317/statm: 302075 274648 3712 3530 0 293526 0
Current children cumulated CPU time: 221.7 s
Current children cumulated vsize: 1208300 KiB
Current children cumulated memory: 1098592 KiB

[startup+282.3 s]
/proc/loadavg: 4.09 4.09 4.13 5/263 196335
/proc/meminfo: memFree=125052336/131250000 swapFree=33008868/33010684
[pid=196317] ppid=196314 vsize=1252224 memory=1149948 CPUtime=281.53 cores=5,7
/proc/196317/stat : 196317 (pbscip) R 196314 196317 195240 0 -1 4194304 276067 0 0 0 28106 47 0 0 20 0 1 0 237258662 1282277376 287487 18446744073709551615 4235264 18693293 140730108050368 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 58322944 140730108053895 140730108053994 140730108053994 140730108059598 0
/proc/196317/statm: 313056 287487 3808 3530 0 304507 0
Current children cumulated CPU time: 281.53 s
Current children cumulated vsize: 1252224 KiB
Current children cumulated memory: 1149948 KiB

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

# cumulated CPU time of all completed processes:  user=329.663 s, system=0.565396 s

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

[startup+307.2 s]
/proc/loadavg: 4.13 4.10 4.13 5/263 196336
/proc/meminfo: memFree=124982660/131250000 swapFree=33008868/33010684
[pid=196317] ppid=196314 vsize=1253824 memory=1151612 CPUtime=306.36 cores=5,7
/proc/196317/stat : 196317 (pbscip) R 196314 196317 195240 0 -1 4194304 276467 0 0 0 30589 47 0 0 20 0 1 0 237258662 1283915776 287903 18446744073709551615 4235264 18693293 140730108050368 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 58322944 140730108053895 140730108053994 140730108053994 140730108059598 0
/proc/196317/statm: 313456 287903 3808 3530 0 304907 0
Current children cumulated CPU time: 306.36 s
Current children cumulated vsize: 1253824 KiB
Current children cumulated memory: 1151612 KiB

[startup+320 s]*
/proc/loadavg: 4.10 4.10 4.13 5/263 196337
/proc/meminfo: memFree=124948356/131250000 swapFree=33008868/33010684
[pid=196317] ppid=196314 vsize=1257292 memory=1154428 CPUtime=319.14 cores=5,7
/proc/196317/stat : 196317 (pbscip) R 196314 196317 195240 0 -1 4194304 277187 0 0 0 31866 48 0 0 20 0 1 0 237258662 1287467008 288607 18446744073709551615 4235264 18693293 140730108050368 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 58322944 140730108053895 140730108053994 140730108053994 140730108059598 0
/proc/196317/statm: 314323 288607 3808 3530 0 305774 0
Current children cumulated CPU time: 319.14 s
Current children cumulated vsize: 1257292 KiB
Current children cumulated memory: 1154428 KiB

[startup+326.4 s]
/proc/loadavg: 4.10 4.09 4.13 5/263 196337
/proc/meminfo: memFree=124867596/131250000 swapFree=33008868/33010684
[pid=196317] ppid=196314 vsize=1320488 memory=1210416 CPUtime=325.51 cores=5,7
/proc/196317/stat : 196317 (pbscip) R 196314 196317 195240 0 -1 4194304 288569 0 0 0 32501 50 0 0 20 0 1 0 237258662 1352179712 302604 18446744073709551615 4235264 18693293 140730108050368 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 58322944 140730108053895 140730108053994 140730108053994 140730108059598 0
/proc/196317/statm: 330122 302604 3904 3530 0 321573 0
Current children cumulated CPU time: 325.51 s
Current children cumulated vsize: 1320488 KiB
Current children cumulated memory: 1210416 KiB

[startup+329.6 s]
/proc/loadavg: 4.09 4.09 4.13 5/263 196337
/proc/meminfo: memFree=124860392/131250000 swapFree=33008868/33010684
[pid=196317] ppid=196314 vsize=1320488 memory=1210544 CPUtime=328.71 cores=5,7
/proc/196317/stat : 196317 (pbscip) R 196314 196317 195240 0 -1 4194304 288575 0 0 0 32821 50 0 0 20 0 1 0 237258662 1352179712 302636 18446744073709551615 4235264 18693293 140730108050368 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 58322944 140730108053895 140730108053994 140730108053994 140730108059598 0
/proc/196317/statm: 330122 302636 3904 3530 0 321573 0
Current children cumulated CPU time: 328.71 s
Current children cumulated vsize: 1320488 KiB
Current children cumulated memory: 1210544 KiB

[startup+330.4 s]
/proc/loadavg: 4.09 4.09 4.13 5/263 196337
/proc/meminfo: memFree=124856296/131250000 swapFree=33008868/33010684
[pid=196317] ppid=196314 vsize=1320488 memory=1210544 CPUtime=329.5 cores=5,7
/proc/196317/stat : 196317 (pbscip) R 196314 196317 195240 0 -1 4194304 288575 0 0 0 32900 50 0 0 20 0 1 0 237258662 1352179712 302636 18446744073709551615 4235264 18693293 140730108050368 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 58322944 140730108053895 140730108053994 140730108053994 140730108059598 0
/proc/196317/statm: 330122 302636 3904 3530 0 321573 0
Current children cumulated CPU time: 329.5 s
Current children cumulated vsize: 1320488 KiB
Current children cumulated memory: 1210544 KiB

[startup+330.8 s]
/proc/loadavg: 4.09 4.09 4.13 5/263 196337
/proc/meminfo: memFree=124856296/131250000 swapFree=33008868/33010684
[pid=196317] ppid=196314 vsize=1320488 memory=1210544 CPUtime=329.9 cores=5,7
/proc/196317/stat : 196317 (pbscip) R 196314 196317 195240 0 -1 4194304 288577 0 0 0 32940 50 0 0 20 0 1 0 237258662 1352179712 302636 18446744073709551615 4235264 18693293 140730108050368 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 58322944 140730108053895 140730108053994 140730108053994 140730108059598 0
/proc/196317/statm: 330122 302636 3904 3530 0 321573 0
Current children cumulated CPU time: 329.9 s
Current children cumulated vsize: 1320488 KiB
Current children cumulated memory: 1210544 KiB

[startup+331 s]*
/proc/loadavg: 4.09 4.09 4.13 5/263 196337
/proc/meminfo: memFree=124856296/131250000 swapFree=33008868/33010684
[pid=196317] ppid=196314 vsize=1315656 memory=1205804 CPUtime=330.11 cores=5,7
/proc/196317/stat : 196317 (pbscip) R 196314 196317 195240 0 -1 4194304 288580 0 0 0 32961 50 0 0 20 0 1 0 237258662 1347231744 301451 18446744073709551615 4235264 18693293 140730108050368 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 58322944 140730108053895 140730108053994 140730108053994 140730108059598 0
/proc/196317/statm: 328914 301451 3904 3530 0 320365 0
Current children cumulated CPU time: 330.11 s
Current children cumulated vsize: 1315656 KiB
Current children cumulated memory: 1205804 KiB

[startup+331.105 s]*
/proc/loadavg: 4.09 4.09 4.13 5/263 196337
/proc/meminfo: memFree=125765988/131250000 swapFree=33008868/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 331.119
CPU time (s): 330.228
CPU user time (s): 329.663
CPU system time (s): 0.565396
CPU usage (%): 99.7308
Max. virtual memory (cumulated for all children) (KiB): 1320488
Max. memory (cumulated for all children) (KiB): 1210544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 329.663
system time used= 0.565396
maximum resident set size= 1210544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 288602
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= 80
involuntary context switches= 256


# summary of solver processes directly reported to runsolver:
#   pid: 196317
#   total CPU time (s): 330.228
#   total CPU user time (s): 329.663
#   total CPU system time (s): 0.565396

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.605829 second user time and 1.44975 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-07-22 22:23:04
IDJOB=4543058
IDBENCH=171748
IDSOLVER=3365
FILE ID=nodeC013/4543058-1753215784
RUNJOBID= nodeC013-1753209881-195253
SLURM_JOB_ID= 9687772
Free space on /tmp= 432980 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/php-original/normalized-php_390_389.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4543058-1753215784/watcher-4543058-1753215784 -o /tmp/evaluation-result-4543058-1753215784/solver-4543058-1753215784 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1753209881-195253 --watchdog 3760  pbscip -f HOME/instance-4543058-1753215784.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 8c310f5c6bc12dfd4cf754da21955474
RANDOM SEED=969288359

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        127043732 kB
MemAvailable:   128154728 kB
Buffers:            1668 kB
Cached:          1851848 kB
SwapCached:           52 kB
Active:          2426080 kB
Inactive:         993880 kB
Active(anon):    1583004 kB
Inactive(anon):     4872 kB
Active(file):     843076 kB
Inactive(file):   989008 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008868 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             21832 kB
Writeback:            32 kB
AnonPages:       1569560 kB
Mapped:           139072 kB
Shmem:             21424 kB
KReclaimable:     235904 kB
Slab:             332832 kB
SReclaimable:     235904 kB
SUnreclaim:        96928 kB
KernelStack:        4240 kB
PageTables:         6268 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    1925032 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     96256 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:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432960 MiB
End job on nodeC013 at 2025-07-22 22:28:35