Trace number 4524170

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP 2024-07-07? 3590.05 3604.93

General information on the benchmark

NamePB25/normalized-PB25/OPT-LIN/wallon/
normalized-FoolSolitaire-table-2-0_c24.opb
MD5SUM2e656679a8d40db5005d825083b376ef
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark948.994
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables887342
Total number of constraints892924
Number of constraints which are clauses195370
Number of constraints which are cardinality constraints (but not clauses)32
Number of constraints which are nor clauses,nor cardinality constraints697522
Minimum length of a constraint1
Maximum length of a constraint2713
Number of terms in the objective function 5
Biggest coefficient in the objective function 16
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 31
Number of bits of the sum of numbers in the objective function 5
Biggest number in a constraint 76
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 3053
Number of bits of the biggest sum of numbers12
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-4524170-1751602488.opb>
3.87/3.97	c original problem has 887342 variables (887342 bin, 0 int, 0 impl, 0 cont) and 892924 constraints
3.87/3.97	c problem read in 3.96
7.45/7.58	c presolving:
10.25/10.35	c (round 1, fast)       195843 del vars, 186287 del conss, 32 add conss, 66 chg bounds, 68 chg sides, 68 chg coeffs, 0 upgd conss, 0 impls, 603367 clqs
10.44/10.50	c (round 2, fast)       205736 del vars, 196287 del conss, 32 add conss, 370 chg bounds, 10094 chg sides, 11241 chg coeffs, 0 upgd conss, 0 impls, 603286 clqs
12.06/12.17	c    (12.1s) running MILP presolver
32.58/32.71	c    (32.7s) MILP presolver (2 rounds): 0 aggregations, 523 fixings, 0 bound changes
35.37/35.52	c (round 3, exhaustive) 206259 del vars, 196812 del conss, 32 add conss, 370 chg bounds, 10094 chg sides, 11241 chg coeffs, 693012 upgd conss, 0 impls, 602772 clqs
46.64/46.85	c (round 4, medium)     206259 del vars, 883822 del conss, 1969752 add conss, 370 chg bounds, 10156 chg sides, 11365 chg coeffs, 693012 upgd conss, 0 impls, 1973796 clqs
53.71/53.95	c (round 5, exhaustive) 206259 del vars, 883822 del conss, 1969752 add conss, 370 chg bounds, 10156 chg sides, 11551 chg coeffs, 696111 upgd conss, 0 impls, 1973796 clqs
62.59/62.86	c    (62.8s) sparsify finished: 76/4818716 (0.0%) nonzeros canceled - in total 76 canceled nonzeros, 76 changed coefficients, 0 added nonzeros
66.57/66.85	c    (66.8s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
69.27/69.55	c    (69.5s) no symmetry present (symcode time: 0.89)
70.26/70.58	c presolving (6 rounds: 6 fast, 4 medium, 3 exhaustive):
70.26/70.58	c  206393 deleted vars, 883822 deleted constraints, 1969752 added constraints, 370 tightened bounds, 0 added holes, 10156 changed sides, 11759 changed coefficients
70.26/70.58	c  0 implications, 1973531 cliques
70.26/70.58	c presolved problem has 690539 variables (690539 bin, 0 int, 0 impl, 0 cont) and 1978853 constraints
70.26/70.58	c      31 constraints of type <knapsack>
70.26/70.58	c 1973378 constraints of type <setppc>
70.26/70.58	c      33 constraints of type <linear>
70.26/70.58	c    5411 constraints of type <logicor>
70.26/70.58	c transformed objective value is always integral (scale: 1)
70.26/70.58	c Presolving Time: 63.41
70.26/70.58	c - non default parameters ----------------------------------------------------------------------
70.26/70.58	c # SCIP version 10.0.0
70.26/70.58	c 
70.26/70.58	c # maximal time in seconds to run
70.26/70.58	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
70.26/70.58	c limits/time = 3596.993197
70.26/70.58	c 
70.26/70.58	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
70.26/70.58	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
70.26/70.58	c limits/memory = 27900
70.26/70.58	c 
70.26/70.58	c # belongs reading time to solving time?
70.26/70.58	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
70.26/70.58	c timing/reading = TRUE
70.26/70.58	c 
70.26/70.58	c -----------------------------------------------------------------------------------------------
70.26/70.58	c start solving
70.46/70.77	c 
3582.65/3597.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3582.65/3597.59	c  3598s|     1 |     0 |195422 |     - |  8204M |   0 | 690k|1978k|1978k|   0 |  0 |  58 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3582.65/3597.59	c (node 1) LP solver hit time limit in LP 1 -- using pseudo solution instead
3582.65/3597.59	c 
3582.65/3597.59	c SCIP Status        : solving was interrupted [time limit reached]
3582.65/3597.59	c Solving Time (sec) : 3597.56
3582.65/3597.59	c Solving Nodes      : 1
3582.65/3597.59	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
3582.65/3597.59	c Dual Bound         : +0.00000000000000e+00
3582.65/3597.59	c Gap                : infinite
3582.65/3597.59	s UNKNOWN
3582.65/3597.59	c SCIP Status        : solving was interrupted [time limit reached]
3582.65/3597.59	c Total Time         :    3597.56
3582.65/3597.59	c   solving          :    3597.56
3582.65/3597.59	c   presolving       :      63.41 (included in solving)
3582.65/3597.59	c   reading          :       3.96 (included in solving)
3582.65/3597.59	c   copying          :       0.00 (0 times copied the problem)
3582.65/3597.59	c Original Problem   :
3582.65/3597.59	c   Problem name     : HOME/instance-4524170-1751602488.opb
3582.65/3597.59	c   Variables        : 887342 (887342 binary, 0 integer, 0 implicit integer, 0 continuous)
3582.65/3597.59	c   Constraints      : 892924 initial, 892924 maximal
3582.75/3597.61	c   Objective        : minimize, 5 non-zeros (abs.min = 1, abs.max = 16)
3582.75/3597.61	c Presolved Problem  :
3582.75/3597.61	c   Problem name     : t_HOME/instance-4524170-1751602488.opb
3582.75/3597.61	c   Variables        : 690539 (690539 binary, 0 integer, 0 implicit integer, 0 continuous)
3582.75/3597.61	c   Constraints      : 1978853 initial, 1978853 maximal
3582.75/3597.62	c   Objective        : minimize, 5 non-zeros (abs.min = 1, abs.max = 16)
3582.75/3597.62	c   Nonzeros         : 4819864 constraint, 3951897 clique table
3582.75/3597.62	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3582.75/3597.62	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3582.75/3597.62	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3582.75/3597.62	c   domcol           :       2.00       0.00      1          0          0          0          0          0          0          0          0        132
3582.75/3597.62	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3582.75/3597.62	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3582.75/3597.62	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3582.75/3597.62	c   dualsparsify     :       3.44       0.00      1          0          0          0          0          0          0          0          0          0
3582.75/3597.62	c   gateextraction   :       4.02       0.00      2          0          0          0          0          0          0          0          0          0
3582.75/3597.62	c   implics          :       0.05       0.00      4          0          0          0          0          0          0          0          0          0
3582.75/3597.62	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3582.75/3597.62	c   milp             :      22.12       0.00      1        523          0          0          0          0          0          0          0          0
3582.75/3597.62	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3582.75/3597.62	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3582.75/3597.62	c   sparsify         :       2.83       0.00      1          0          0          0          0          0          0          0          0         76
3582.75/3597.62	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3582.75/3597.62	c   trivial          :       0.16       0.00      6       9589          0          0          0          0          0          0          0          0
3582.75/3597.62	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3582.75/3597.62	c   dualfix          :       0.14       0.00      6          1          0          0          0          0          0          0          0          0
3582.75/3597.62	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3582.75/3597.62	c   probing          :       0.55       0.03      1        133          0          0          0          0          0          0          0          0
3582.75/3597.62	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3582.75/3597.62	c   symmetry         :       2.70       0.00      1          0          0          0          0          0          0          0          0          0
3582.75/3597.62	c   vbounds          :       0.70       0.00      2          0          0          0          0          0          0          0          0          0
3582.75/3597.62	c   knapsack         :       8.29       0.01      8          0          0          0          0          0     687010    1969720         62        310
3582.75/3597.62	c   setppc           :       5.76       0.12      8          0          0          0          0          0          0          0          0          0
3582.75/3597.62	c   linear           :       5.46       0.57      9        370     186187          0        370          0     196812         32      10094      11241
3582.75/3597.62	c   logicor          :       1.99       0.13      7          1          0          0          0          0          0          0          0          0
3582.75/3597.62	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3582.75/3597.62	c   components       :       0.63       0.00      1          0          0          0          0          0          0          0          0          0
3582.75/3597.62	c   root node        :          -          -      -          4          -          -          4          -          -          -          -          -
3582.75/3597.62	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3582.75/3597.62	c   benderslp        :          0          0          0          0          0          0          0          6          0          0          0          0          0          0          0
3582.75/3597.62	c   integral         :          0          0          0          0          0          0          0          6          0          0          0          0          0          0          0
3582.75/3597.62	c   knapsack         :         31         31          0       1328          0          0          0          3          0          0          0          0          0          0          0
3582.75/3597.62	c   setppc           :    1973378    1973378          0      57874          0          0          0          2       4020          8          0          0          0          0          0
3582.75/3597.62	c   linear           :         33+        34          0      57866          0          0          0          3        363         19          0          0          0          0          0
3582.75/3597.62	c   logicor          :       5411+      5463          0       1177          0          0          0          0          6         19          0          0          0          0          0
3582.75/3597.62	c   benders          :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3582.75/3597.62	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3582.75/3597.62	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3582.75/3597.62	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3582.75/3597.62	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3582.75/3597.62	c   benderslp        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3582.75/3597.62	c   integral         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3582.75/3597.62	c   knapsack         :       0.01       0.01       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3582.75/3597.62	c   setppc           :       6.12       0.12       1.00       4.99       0.00       0.00       0.00       0.00       0.00       0.00
3582.75/3597.62	c   linear           :       0.80       0.57       0.00       0.23       0.00       0.00       0.00       0.00       0.00       0.00
3582.75/3597.62	c   logicor          :       0.34       0.13       0.09       0.12       0.00       0.00       0.00       0.00       0.00       0.00
3582.75/3597.62	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3582.75/3597.62	c   fixedvar         :       0.03       0.03       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3582.75/3597.62	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3582.75/3597.62	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3582.75/3597.62	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3582.75/3597.62	c   dualfix          :          1          0          0          0
3582.75/3597.62	c   genvbounds       :          0          0          0          0
3582.75/3597.62	c   nlobbt           :          0          0          0          0
3582.75/3597.62	c   obbt             :          0          0          0          0
3582.75/3597.62	c   probing          :          0          0          0          0
3582.75/3597.62	c   pseudoobj        :          1          0          0          0
3582.75/3597.62	c   redcost          :          0          0          0          0
3582.75/3597.62	c   rootredcost      :          0          0          0          0
3582.75/3597.62	c   symmetry         :          0          0          0          0
3582.75/3597.62	c   vbounds          :       1692          0          0          0
3582.75/3597.62	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3582.75/3597.62	c   dualfix          :       0.16       0.00       0.14       0.02       0.00       0.00
3582.75/3597.62	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
3582.75/3597.62	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3582.75/3597.62	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3582.75/3597.62	c   probing          :       0.58       0.03       0.55       0.00       0.00       0.00
3582.75/3597.62	c   pseudoobj        :      62.74       0.00       0.00      62.74       0.00       0.00
3582.75/3597.62	c   redcost          :       0.00       0.00       0.00       0.00       0.00       0.00
3582.75/3597.62	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
3582.75/3597.62	c   symmetry         :       2.70       0.00       2.70       0.00       0.00       0.00
3582.75/3597.62	c   vbounds          :       0.89       0.00       0.70       0.19       0.00       0.00
3582.75/3597.62	c Symmetry           :
3582.75/3597.62	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
3582.75/3597.62	c   orbital reduction:          0 reductions applied,          0 cutoffs
3582.75/3597.62	c   lexicographic red:          0 reductions applied,          0 cutoffs
3582.75/3597.62	c   shadow tree time :       0.00 s
3582.75/3597.62	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3582.75/3597.62	c   propagation      :       0.01         16         16          -        221      158.2          2      152.0          -          -          -
3582.75/3597.62	c   infeasible LP    :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3582.75/3597.62	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3582.75/3597.62	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3582.75/3597.62	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3582.75/3597.62	c   applied globally :       0.00          -          -          0         58      146.8          -          -          0          -          -
3582.75/3597.62	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
3582.75/3597.62	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3582.75/3597.62	c   cut pool         :       0.00          -          0          0          -          -          0          0          -          -          -          -          -    (maximal pool size:          0)
3582.75/3597.62	c   aggregation      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3582.75/3597.62	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
3582.75/3597.62	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
3582.75/3597.62	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
3582.75/3597.62	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3582.75/3597.62	c   clique           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3582.75/3597.62	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3582.75/3597.62	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3582.75/3597.62	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3582.75/3597.62	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3582.75/3597.62	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3582.75/3597.62	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3582.75/3597.62	c   > gomorymi       :          -          -          -          -          -          -          -          0          0          0          0          0          -
3582.75/3597.62	c   > strongcg       :          -          -          -          -          -          -          -          0          0          0          0          0          -
3582.75/3597.62	c   impliedbounds    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3582.75/3597.62	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3582.75/3597.62	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3582.75/3597.62	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3582.75/3597.62	c   mcf              :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3582.75/3597.62	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3582.75/3597.62	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3582.75/3597.62	c   multilinear      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3582.75/3597.62	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3582.75/3597.62	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3582.75/3597.62	c   rlt              :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3582.75/3597.62	c   zerohalf         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3582.75/3597.62	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3582.75/3597.62	c   hybrid           :       0.00       0.00          0          0          0          0          0          0          0          0
3582.75/3597.62	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3582.75/3597.62	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3582.75/3597.62	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3582.75/3597.62	c   problem variables:       0.00          -          0          0
3582.75/3597.62	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3582.75/3597.62	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3582.75/3597.62	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3582.75/3597.62	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3582.75/3597.62	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3582.75/3597.62	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3582.75/3597.62	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3582.75/3597.62	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3582.75/3597.62	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3582.75/3597.62	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3582.75/3597.62	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3582.75/3597.62	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3582.75/3597.62	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3582.75/3597.62	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3582.75/3597.62	c   relpscost        :       0.00       0.00          0          0          0          0          0          0          0          0
3582.75/3597.62	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3582.75/3597.62	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3582.75/3597.62	c   LP solutions     :       0.00          -          -          0          0
3582.75/3597.62	c   relax solutions  :       0.00          -          -          0          0
3582.75/3597.62	c   pseudo solutions :       0.00          -          -          0          0
3582.75/3597.62	c   strong branching :       0.00          -          -          0          0
3582.75/3597.62	c   actconsdiving    :       0.00       0.00          0          0          0
3582.75/3597.62	c   adaptivediving   :       0.00       0.00          0          0          0
3582.75/3597.62	c   alns             :       0.00       0.00          0          0          0
3582.75/3597.62	c   bound            :       0.00       0.00          0          0          0
3582.75/3597.62	c   clique           :       5.09       0.00          1          0          0
3582.75/3597.62	c   coefdiving       :       0.00       0.00          0          0          0
3582.75/3597.62	c   completesol      :       0.00       0.00          0          0          0
3582.75/3597.62	c   conflictdiving   :       0.00       0.00          0          0          0
3582.75/3597.62	c   crossover        :       0.00       0.00          0          0          0
3582.75/3597.62	c   dins             :       0.00       0.00          0          0          0
3582.75/3597.62	c   distributiondivin:       0.00       0.00          0          0          0
3582.75/3597.62	c   dps              :       0.00       0.00          0          0          0
3582.75/3597.62	c   dualval          :       0.00       0.00          0          0          0
3582.75/3597.62	c   farkasdiving     :       0.00       0.00          0          0          0
3582.75/3597.62	c   feasjump         :       1.08       0.00          1          0          0
3582.75/3597.62	c   feaspump         :       0.00       0.00          0          0          0
3582.75/3597.62	c   fixandinfer      :       0.00       0.00          0          0          0
3582.75/3597.62	c   fracdiving       :       0.00       0.00          0          0          0
3582.75/3597.62	c   gins             :       0.00       0.00          0          0          0
3582.75/3597.62	c   guideddiving     :       0.00       0.00          0          0          0
3582.75/3597.62	c   indcoefdiving    :       0.00       0.00          0          0          0
3582.75/3597.62	c   indicator        :       0.00       0.00          0          0          0
3582.75/3597.62	c   indicatordiving  :       0.00       0.00          0          0          0
3582.75/3597.62	c   indoneopt        :       0.00       0.00          0          0          0
3582.75/3597.62	c   indrounding      :       0.00       0.00          0          0          0
3582.75/3597.62	c   indtwoopt        :       0.00       0.00          0          0          0
3582.75/3597.62	c   intdiving        :       0.00       0.00          0          0          0
3582.75/3597.62	c   intshifting      :       0.00       0.00          0          0          0
3582.75/3597.62	c   linesearchdiving :       0.00       0.00          0          0          0
3582.75/3597.62	c   localbranching   :       0.00       0.00          0          0          0
3582.75/3597.62	c   locks            :       0.89       0.00          1          0          0
3582.75/3597.62	c   lpface           :       0.00       0.00          0          0          0
3582.75/3597.62	c   mpec             :       0.00       0.00          0          0          0
3582.75/3597.62	c   multistart       :       0.00       0.00          0          0          0
3582.75/3597.62	c   mutation         :       0.00       0.00          0          0          0
3582.75/3597.62	c   nlpdiving        :       0.00       0.00          0          0          0
3582.75/3597.62	c   objpscostdiving  :       0.00       0.00          0          0          0
3582.75/3597.62	c   octane           :       0.00       0.00          0          0          0
3582.75/3597.62	c   ofins            :       0.00       0.00          0          0          0
3582.75/3597.62	c   oneopt           :       0.00       0.00          0          0          0
3582.75/3597.62	c   padm             :       0.00       0.00          0          0          0
3582.75/3597.62	c   proximity        :       0.00       0.00          0          0          0
3582.75/3597.62	c   pscostdiving     :       0.00       0.00          0          0          0
3582.75/3597.62	c   randrounding     :       0.00       0.00          0          0          0
3582.75/3597.62	c   rens             :       0.00       0.00          0          0          0
3582.75/3597.62	c   reoptsols        :       0.00       0.00          0          0          0
3582.75/3597.62	c   repair           :       0.00       0.00          0          0          0
3582.75/3597.62	c   rins             :       0.00       0.00          0          0          0
3582.75/3597.62	c   rootsoldiving    :       0.00       0.00          0          0          0
3582.75/3597.62	c   rounding         :       0.00       0.00          0          0          0
3582.75/3597.62	c   scheduler        :       0.00       0.00          0          0          0
3582.75/3597.62	c   shiftandpropagate:       3.81       0.00          1          0          0
3582.75/3597.62	c   shifting         :       0.00       0.00          0          0          0
3582.75/3597.62	c   simplerounding   :       0.00       0.00          0          0          0
3582.75/3597.62	c   smallcard        :       0.00       0.00          0          0          0
3582.75/3597.62	c   subnlp           :       0.00       0.00          0          0          0
3582.75/3597.62	c   trivial          :       0.56       0.00          2          0          0
3582.75/3597.62	c   trivialnegation  :       0.00       0.00          0          0          0
3582.75/3597.62	c   trustregion      :       0.00       0.00          0          0          0
3582.75/3597.62	c   trysol           :       0.00       0.00          0          0          0
3582.75/3597.62	c   twoopt           :       0.00       0.00          0          0          0
3582.75/3597.62	c   undercover       :       0.00       0.00          0          0          0
3582.75/3597.62	c   vbounds          :       6.62       0.00          1          0          0
3582.75/3597.62	c   veclendiving     :       0.00       0.00          0          0          0
3582.75/3597.62	c   zeroobj          :       0.00       0.00          0          0          0
3582.75/3597.62	c   zirounding       :       0.00       0.00          0          0          0
3582.75/3597.62	c   other solutions  :          -          -          -          0          -
3582.75/3597.62	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3582.75/3597.62	c   rens             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3582.75/3597.62	c   rins             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3582.75/3597.62	c   mutation         :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3582.75/3597.62	c   localbranching   :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3582.75/3597.62	c   crossover        :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3582.75/3597.62	c   proximity        :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3582.75/3597.62	c   zeroobjective    :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3582.75/3597.62	c   dins             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3582.75/3597.62	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
3582.75/3597.62	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3582.75/3597.62	c   primal LP        :       0.00          0          0       0.00          -       0.00          0
3582.75/3597.62	c   dual LP          :    3446.14          1     195422  195422.00      56.71       0.00          0
3582.75/3597.62	c   lex dual LP      :       0.00          0          0       0.00          -
3582.75/3597.62	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3582.75/3597.62	c   resolve instable :       0.00          0          0       0.00          -
3582.75/3597.62	c   diving/probing LP:       0.00          0          0       0.00          -
3582.75/3597.62	c   strong branching :       0.00          0          0       0.00          -          -          -          0
3582.75/3597.62	c     (at root node) :          -          0          0       0.00          -
3582.75/3597.62	c   conflict analysis:       0.00          0          0       0.00          -
3582.75/3597.62	c B&B Tree           :
3582.75/3597.62	c   number of runs   :          1
3582.75/3597.62	c   nodes            :          1 (0 internal, 1 leaves)
3582.75/3597.62	c   feasible leaves  :          0
3582.75/3597.62	c   infeas. leaves   :          0
3582.75/3597.62	c   objective leaves :          0
3582.75/3597.62	c   nodes (total)    :          1 (0 internal, 1 leaves)
3582.75/3597.62	c   nodes left       :          1
3582.75/3597.62	c   max depth        :          0
3582.75/3597.62	c   max depth (total):          0
3582.75/3597.62	c   backtracks       :          0 (0.0%)
3582.75/3597.62	c   early backtracks :          0 (0.0%)
3582.75/3597.62	c   nodes exc. ref.  :          0 (0.0%)
3582.75/3597.62	c   delayed cutoffs  :          0
3582.75/3597.62	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
3582.75/3597.62	c   avg switch length:       1.00
3582.75/3597.62	c   switching time   :       0.00
3582.75/3597.62	c Root Node          :
3582.75/3597.62	c   First LP value   :          -
3582.75/3597.62	c   First LP Iters   :          0
3582.75/3597.62	c   First LP Time    :    3446.14
3582.75/3597.62	c   Final Dual Bound : +0.00000000000000e+00
3582.75/3597.62	c   Final Root Iters :     195422
3582.75/3597.62	c   Root LP Estimate :                     -
3582.75/3597.62	c Solution           :
3582.75/3597.62	c   Solutions found  :          0 (0 improvements)
3582.75/3597.62	c   Primal Bound     :          -
3582.75/3597.62	c   Dual Bound       : +0.00000000000000e+00
3582.75/3597.62	c   Gap              :   infinite
3582.75/3597.62	c Integrals          :      Total       Avg%
3582.75/3597.62	c   primal-dual      :  359755.53     100.00
3582.75/3597.62	c   primal-ref       :          -          - (not evaluated)
3582.75/3597.62	c   dual-ref         :          -          - (not evaluated)
3589.91/3604.81	c Time complete: 3589.93.

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (57471 MiB free)
  memory of node 1: 64507 MiB (56027 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4524170-1751602488/watcher-4524170-1751602488 -o /tmp/evaluation-result-4524170-1751602488/solver-4524170-1751602488 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751594361-89441 --watchdog 3760 pbscip -f HOME/instance-4524170-1751602488.opb -t 3600 -j 2 -m 31000 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100068 s]*
/proc/loadavg: 4.09 4.12 4.15 5/251 90462
/proc/meminfo: memFree=116221748/131382116 swapFree=33010684/33010684
[pid=90461] ppid=90458 vsize=62704 memory=35072 CPUtime=0.09 cores=1,3
/proc/90461/stat : 90461 (pbscip) R 90458 90461 89429 0 -1 4194304 5834 0 0 0 7 2 0 0 20 0 1 0 75928657 64208896 8768 18446744073709551615 4235264 18693293 140729732955584 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 43122688 140729732958601 140729732958700 140729732958700 140729732964302 0
/proc/90461/statm: 15676 8768 3232 3530 0 7127 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 62704 KiB
Current children cumulated memory: 35072 KiB

[startup+0.208144 s]*
/proc/loadavg: 4.09 4.12 4.15 6/251 90462
/proc/meminfo: memFree=116200076/131382116 swapFree=33010684/33010684
[pid=90461] ppid=90458 vsize=81068 memory=53120 CPUtime=0.2 cores=1,3
/proc/90461/stat : 90461 (pbscip) R 90458 90461 89429 0 -1 4194304 10363 0 0 0 17 3 0 0 20 0 1 0 75928657 83013632 13280 18446744073709551615 4235264 18693293 140729732955584 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 43122688 140729732958601 140729732958700 140729732958700 140729732964302 0
/proc/90461/statm: 20267 13280 3232 3530 0 11718 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 81068 KiB
Current children cumulated memory: 53120 KiB

[startup+0.308009 s]*
/proc/loadavg: 4.09 4.12 4.15 5/251 90462
/proc/meminfo: memFree=116183948/131382116 swapFree=33010684/33010684
[pid=90461] ppid=90458 vsize=98772 memory=70784 CPUtime=0.3 cores=1,3
/proc/90461/stat : 90461 (pbscip) R 90458 90461 89429 0 -1 4194304 14768 0 0 0 25 5 0 0 20 0 1 0 75928657 101142528 17696 18446744073709551615 4235264 18693293 140729732955584 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 43122688 140729732958601 140729732958700 140729732958700 140729732964302 0
/proc/90461/statm: 24693 17696 3232 3530 0 16144 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 98772 KiB
Current children cumulated memory: 70784 KiB

[startup+0.700342 s]
/proc/loadavg: 4.08 4.12 4.14 5/251 90462
/proc/meminfo: memFree=116143628/131382116 swapFree=33010684/33010684
[pid=90461] ppid=90458 vsize=186128 memory=158336 CPUtime=0.68 cores=1,3
/proc/90461/stat : 90461 (pbscip) R 90458 90461 89429 0 -1 4194304 36673 0 0 0 58 10 0 0 20 0 1 0 75928657 190595072 39584 18446744073709551615 4235264 18693293 140729732955584 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 43122688 140729732958601 140729732958700 140729732958700 140729732964302 0
/proc/90461/statm: 46532 39584 3232 3530 0 37983 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 186128 KiB
Current children cumulated memory: 158336 KiB

[startup+1.50033 s]
/proc/loadavg: 4.08 4.12 4.14 5/251 90462
/proc/meminfo: memFree=116014604/131382116 swapFree=33010684/33010684
[pid=90461] ppid=90458 vsize=429980 memory=401772 CPUtime=1.48 cores=1,3
/proc/90461/stat : 90461 (pbscip) R 90458 90461 89429 0 -1 4194304 96458 0 0 0 124 24 0 0 20 0 1 0 75928657 440299520 100411 18446744073709551615 4235264 18693293 140729732955584 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 43122688 140729732958601 140729732958700 140729732958700 140729732964302 0
/proc/90461/statm: 107495 100411 3232 3530 0 98946 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 429980 KiB
Current children cumulated memory: 401772 KiB

[startup+3.11303 s]
/proc/loadavg: 4.08 4.12 4.14 5/251 90462
/proc/meminfo: memFree=115306228/131382116 swapFree=33010684/33010684
[pid=90461] ppid=90458 vsize=1020064 memory=992052 CPUtime=3.09 cores=1,3
/proc/90461/stat : 90461 (pbscip) R 90458 90461 89429 0 -1 4194304 240751 0 0 0 263 46 0 0 20 0 1 0 75928657 1044545536 248013 18446744073709551615 4235264 18693293 140729732955584 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 43122688 140729732958601 140729732958700 140729732958700 140729732964302 0
/proc/90461/statm: 255016 248013 3232 3530 0 246467 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 1020064 KiB
Current children cumulated memory: 992052 KiB

[startup+6.30028 s]
/proc/loadavg: 4.08 4.12 4.14 5/251 90462
/proc/meminfo: memFree=113715496/131382116 swapFree=33010684/33010684
[pid=90461] ppid=90458 vsize=2687936 memory=2651172 CPUtime=6.26 cores=1,3
/proc/90461/stat : 90461 (pbscip) R 90458 90461 89429 0 -1 4194304 641689 0 0 0 520 106 0 0 20 0 1 0 75928657 2752446464 662793 18446744073709551615 4235264 18693293 140729732955584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 43122688 140729732958601 140729732958700 140729732958700 140729732964302 0
/proc/90461/statm: 671984 662793 3520 3530 0 663435 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 2687936 KiB
Current children cumulated memory: 2651172 KiB

[startup+12.7003 s]
/proc/loadavg: 4.07 4.11 4.14 5/251 90462
/proc/meminfo: memFree=112270192/131382116 swapFree=33010684/33010684
[pid=90461] ppid=90458 vsize=4172276 memory=4091360 CPUtime=12.64 cores=1,3
/proc/90461/stat : 90461 (pbscip) R 90458 90461 89429 0 -1 4194304 848312 0 0 0 1103 161 0 0 20 0 1 0 75928657 4272410624 1022840 18446744073709551615 4235264 18693293 140729732955584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 43122688 140729732958601 140729732958700 140729732958700 140729732964302 0
/proc/90461/statm: 1043069 1022840 3712 3530 0 1034520 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 4172276 KiB
Current children cumulated memory: 4091360 KiB

[startup+25.5003 s]
/proc/loadavg: 4.13 4.13 4.15 5/251 90463
/proc/meminfo: memFree=111955712/131382116 swapFree=33010684/33010684
[pid=90461] ppid=90458 vsize=4219016 memory=4127196 CPUtime=25.4 cores=1,3
/proc/90461/stat : 90461 (pbscip) R 90458 90461 89429 0 -1 4194304 856477 0 0 0 2375 165 0 0 20 0 1 0 75928657 4320272384 1031799 18446744073709551615 4235264 18693293 140729732955584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 43122688 140729732958601 140729732958700 140729732958700 140729732964302 0
/proc/90461/statm: 1054754 1031799 3744 3530 0 1046205 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 4219016 KiB
Current children cumulated memory: 4127196 KiB

[startup+51.1129 s]
/proc/loadavg: 4.08 4.11 4.14 5/251 90463
/proc/meminfo: memFree=110734392/131382116 swapFree=33010684/33010684
[pid=90461] ppid=90458 vsize=5600292 memory=5512172 CPUtime=50.94 cores=1,3
/proc/90461/stat : 90461 (pbscip) R 90458 90461 89429 0 -1 4194304 1198488 0 0 0 4862 232 0 0 20 0 1 0 75928657 5734699008 1378043 18446744073709551615 4235264 18693293 140729732955584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 43122688 140729732958601 140729732958700 140729732958700 140729732964302 0
/proc/90461/statm: 1400073 1378043 3776 3530 0 1391524 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 5600292 KiB
Current children cumulated memory: 5512172 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.11 4.14 5/253 90467
/proc/meminfo: memFree=109785380/131382116 swapFree=33010684/33010684
[pid=90461] ppid=90458 vsize=6915792 memory=6425196 CPUtime=102.01 cores=1,3
/proc/90461/stat : 90461 (pbscip) R 90458 90461 89429 0 -1 4194304 1253727 0 0 0 9933 268 0 0 20 0 1 0 75928657 7081771008 1606299 18446744073709551615 4235264 18693293 140729732955584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 43122688 140729732958601 140729732958700 140729732958700 140729732964302 0
/proc/90461/statm: 1728948 1606299 3776 3530 0 1720399 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 6915792 KiB
Current children cumulated memory: 6425196 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 4.10 4.13 5/252 90469
/proc/meminfo: memFree=107413960/131382116 swapFree=33010684/33010684
[pid=90461] ppid=90458 vsize=9419332 memory=8818220 CPUtime=161.85 cores=1,3
/proc/90461/stat : 90461 (pbscip) R 90458 90461 89429 0 -1 4194304 1608295 0 0 0 15830 355 0 0 20 0 1 0 75928657 9645395968 2204555 18446744073709551615 4235264 18693293 140729732955584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 43122688 140729732958601 140729732958700 140729732958700 140729732964302 0
/proc/90461/statm: 2354833 2204555 3936 3530 0 2346284 0
Current children cumulated CPU time: 161.85 s
Current children cumulated vsize: 9419332 KiB
Current children cumulated memory: 8818220 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 4.10 4.13 5/253 90472
/proc/meminfo: memFree=107321164/131382116 swapFree=33010684/33010684
[pid=90461] ppid=90458 vsize=9493924 memory=8871480 CPUtime=221.53 cores=1,3
/proc/90461/stat : 90461 (pbscip) R 90458 90461 89429 0 -1 4194304 1651134 0 0 0 21730 423 0 0 20 0 1 0 75928657 9721778176 2217870 18446744073709551615 4235264 18693293 140729732955584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 43122688 140729732958601 140729732958700 140729732958700 140729732964302 0
/proc/90461/statm: 2373481 2217870 3968 3530 0 2364932 0
Current children cumulated CPU time: 221.53 s
Current children cumulated vsize: 9493924 KiB
Current children cumulated memory: 8871480 KiB

[startup+282.3 s]
/proc/loadavg: 4.06 4.09 4.12 5/252 90474
/proc/meminfo: memFree=107282236/131382116 swapFree=33010684/33010684
[pid=90461] ppid=90458 vsize=9552860 memory=8932636 CPUtime=281.25 cores=1,3
/proc/90461/stat : 90461 (pbscip) R 90458 90461 89429 0 -1 4194304 1697899 0 0 0 27631 494 0 0 20 0 1 0 75928657 9782128640 2233159 18446744073709551615 4235264 18693293 140729732955584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 43122688 140729732958601 140729732958700 140729732958700 140729732964302 0
/proc/90461/statm: 2388215 2233159 3968 3530 0 2379666 0
Current children cumulated CPU time: 281.25 s
Current children cumulated vsize: 9552860 KiB
Current children cumulated memory: 8932636 KiB

[startup+342.3 s]
/proc/loadavg: 4.07 4.09 4.11 5/252 90476
/proc/meminfo: memFree=107169276/131382116 swapFree=33010684/33010684
[pid=90461] ppid=90458 vsize=9555820 memory=8938272 CPUtime=340.97 cores=1,3
/proc/90461/stat : 90461 (pbscip) R 90458 90461 89429 0 -1 4194304 1742637 0 0 0 33534 563 0 0 20 0 1 0 75928657 9785159680 2234568 18446744073709551615 4235264 18693293 140729732955584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 43122688 140729732958601 140729732958700 140729732958700 140729732964302 0
/proc/90461/statm: 2388955 2234568 3968 3530 0 2380406 0
Current children cumulated CPU time: 340.97 s
Current children cumulated vsize: 9555820 KiB
Current children cumulated memory: 8938272 KiB

[startup+402.3 s]
/proc/loadavg: 4.14 4.10 4.11 5/251 90478
/proc/meminfo: memFree=107131040/131382116 swapFree=33010684/33010684
[pid=90461] ppid=90458 vsize=9497740 memory=8882404 CPUtime=400.72 cores=1,3
/proc/90461/stat : 90461 (pbscip) R 90458 90461 89429 0 -1 4194304 1785511 0 0 0 39438 634 0 0 20 0 1 0 75928657 9725685760 2220601 18446744073709551615 4235264 18693293 140729732955584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 43122688 140729732958601 140729732958700 140729732958700 140729732964302 0
/proc/90461/statm: 2374435 2220601 3968 3530 0 2365886 0
Current children cumulated CPU time: 400.72 s
Current children cumulated vsize: 9497740 KiB
Current children cumulated memory: 8882404 KiB

[startup+462.3 s]
/proc/loadavg: 4.56 4.21 4.15 5/251 90485
/proc/meminfo: memFree=107103156/131382116 swapFree=33010684/33010684
[pid=90461] ppid=90458 vsize=9498912 memory=8885960 CPUtime=460.49 cores=1,3
/proc/90461/stat : 90461 (pbscip) R 90458 90461 89429 0 -1 4194304 1826645 0 0 0 45352 697 0 0 20 0 1 0 75928657 9726885888 2221490 18446744073709551615 4235264 18693293 140729732955584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 43122688 140729732958601 140729732958700 140729732958700 140729732964302 0
/proc/90461/statm: 2374728 2221490 3968 3530 0 2366179 0
Current children cumulated CPU time: 460.49 s

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

Current children cumulated memory: 8989048 KiB

[startup+3222.3 s]
/proc/loadavg: 1.09 1.62 2.79 2/232 90720
/proc/meminfo: memFree=118098168/131382116 swapFree=33010684/33010684
[pid=90461] ppid=90458 vsize=9609100 memory=8989048 CPUtime=3209.19 cores=1,3
/proc/90461/stat : 90461 (pbscip) R 90458 90461 89429 0 -1 4194304 2112106 0 0 0 319679 1240 0 0 20 0 1 0 75928657 9839718400 2247262 18446744073709551615 4235264 18693293 140729732955584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 43122688 140729732958601 140729732958700 140729732958700 140729732964302 0
/proc/90461/statm: 2402275 2247262 3968 3530 0 2393726 0
Current children cumulated CPU time: 3209.19 s
Current children cumulated vsize: 9609100 KiB
Current children cumulated memory: 8989048 KiB

[startup+3282.3 s]
/proc/loadavg: 1.07 1.52 2.68 2/232 90722
/proc/meminfo: memFree=118071224/131382116 swapFree=33010684/33010684
[pid=90461] ppid=90458 vsize=9609100 memory=8989048 CPUtime=3268.9 cores=1,3
/proc/90461/stat : 90461 (pbscip) R 90458 90461 89429 0 -1 4194304 2112230 0 0 0 325650 1240 0 0 20 0 1 0 75928657 9839718400 2247262 18446744073709551615 4235264 18693293 140729732955584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 43122688 140729732958601 140729732958700 140729732958700 140729732964302 0
/proc/90461/statm: 2402275 2247262 3968 3530 0 2393726 0
Current children cumulated CPU time: 3268.9 s
Current children cumulated vsize: 9609100 KiB
Current children cumulated memory: 8989048 KiB

[startup+3342.3 s]
/proc/loadavg: 1.06 1.43 2.58 2/232 90724
/proc/meminfo: memFree=118072836/131382116 swapFree=33010684/33010684
[pid=90461] ppid=90458 vsize=9609100 memory=8989048 CPUtime=3328.62 cores=1,3
/proc/90461/stat : 90461 (pbscip) R 90458 90461 89429 0 -1 4194304 2112230 0 0 0 331621 1241 0 0 20 0 1 0 75928657 9839718400 2247262 18446744073709551615 4235264 18693293 140729732955584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 43122688 140729732958601 140729732958700 140729732958700 140729732964302 0
/proc/90461/statm: 2402275 2247262 3968 3530 0 2393726 0
Current children cumulated CPU time: 3328.62 s
Current children cumulated vsize: 9609100 KiB
Current children cumulated memory: 8989048 KiB

[startup+3402.3 s]
/proc/loadavg: 1.63 1.53 2.53 2/232 90726
/proc/meminfo: memFree=118072600/131382116 swapFree=33010684/33010684
[pid=90461] ppid=90458 vsize=9609100 memory=8989048 CPUtime=3388.34 cores=1,3
/proc/90461/stat : 90461 (pbscip) R 90458 90461 89429 0 -1 4194304 2112230 0 0 0 337593 1241 0 0 20 0 1 0 75928657 9839718400 2247262 18446744073709551615 4235264 18693293 140729732955584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 43122688 140729732958601 140729732958700 140729732958700 140729732964302 0
/proc/90461/statm: 2402275 2247262 3968 3530 0 2393726 0
Current children cumulated CPU time: 3388.34 s
Current children cumulated vsize: 9609100 KiB
Current children cumulated memory: 8989048 KiB

[startup+3462.3 s]
/proc/loadavg: 1.41 1.49 2.46 2/232 90732
/proc/meminfo: memFree=118072244/131382116 swapFree=33010684/33010684
[pid=90461] ppid=90458 vsize=9609100 memory=8989176 CPUtime=3448.06 cores=1,3
/proc/90461/stat : 90461 (pbscip) R 90458 90461 89429 0 -1 4194304 2112350 0 0 0 343564 1242 0 0 20 0 1 0 75928657 9839718400 2247294 18446744073709551615 4235264 18693293 140729732955584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 43122688 140729732958601 140729732958700 140729732958700 140729732964302 0
/proc/90461/statm: 2402275 2247294 3968 3530 0 2393726 0
Current children cumulated CPU time: 3448.06 s
Current children cumulated vsize: 9609100 KiB
Current children cumulated memory: 8989176 KiB

[startup+3522.3 s]
/proc/loadavg: 1.20 1.41 2.37 2/232 90734
/proc/meminfo: memFree=118069864/131382116 swapFree=33010684/33010684
[pid=90461] ppid=90458 vsize=9609100 memory=8989176 CPUtime=3507.8 cores=1,3
/proc/90461/stat : 90461 (pbscip) R 90458 90461 89429 0 -1 4194304 2112351 0 0 0 349537 1243 0 0 20 0 1 0 75928657 9839718400 2247294 18446744073709551615 4235264 18693293 140729732955584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 43122688 140729732958601 140729732958700 140729732958700 140729732964302 0
/proc/90461/statm: 2402275 2247294 3968 3530 0 2393726 0
Current children cumulated CPU time: 3507.8 s
Current children cumulated vsize: 9609100 KiB
Current children cumulated memory: 8989176 KiB

[startup+3582.3 s]
/proc/loadavg: 1.15 1.35 2.29 2/234 90740
/proc/meminfo: memFree=118072904/131382116 swapFree=33010684/33010684
[pid=90461] ppid=90458 vsize=9609100 memory=8989176 CPUtime=3567.52 cores=1,3
/proc/90461/stat : 90461 (pbscip) R 90458 90461 89429 0 -1 4194304 2112354 0 0 0 355509 1243 0 0 20 0 1 0 75928657 9839718400 2247294 18446744073709551615 4235264 18693293 140729732955584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 43122688 140729732958601 140729732958700 140729732958700 140729732964302 0
/proc/90461/statm: 2402275 2247294 3968 3530 0 2393726 0
Current children cumulated CPU time: 3567.52 s
Current children cumulated vsize: 9609100 KiB
Current children cumulated memory: 8989176 KiB

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

# cumulated CPU time of all completed processes:  user=3577.42 s, system=12.6348 s

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

[startup+3584 s]*
/proc/loadavg: 1.15 1.35 2.29 2/234 90740
/proc/meminfo: memFree=118072904/131382116 swapFree=33010684/33010684
[pid=90461] ppid=90458 vsize=9609100 memory=8989176 CPUtime=3569.23 cores=1,3
/proc/90461/stat : 90461 (pbscip) R 90458 90461 89429 0 -1 4194304 2112354 0 0 0 355680 1243 0 0 20 0 1 0 75928657 9839718400 2247294 18446744073709551615 4235264 18693293 140729732955584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 43122688 140729732958601 140729732958700 140729732958700 140729732964302 0
/proc/90461/statm: 2402275 2247294 3968 3530 0 2393726 0
Current children cumulated CPU time: 3569.23 s
Current children cumulated vsize: 9609100 KiB
Current children cumulated memory: 8989176 KiB

[startup+3596.8 s]
/proc/loadavg: 1.13 1.34 2.27 2/234 90741
/proc/meminfo: memFree=118070488/131382116 swapFree=33010684/33010684
[pid=90461] ppid=90458 vsize=9609100 memory=8989176 CPUtime=3581.95 cores=1,3
/proc/90461/stat : 90461 (pbscip) R 90458 90461 89429 0 -1 4194304 2112354 0 0 0 356952 1243 0 0 20 0 1 0 75928657 9839718400 2247294 18446744073709551615 4235264 18693293 140729732955584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 43122688 140729732958601 140729732958700 140729732958700 140729732964302 0
/proc/90461/statm: 2402275 2247294 3968 3530 0 2393726 0
Current children cumulated CPU time: 3581.95 s
Current children cumulated vsize: 9609100 KiB
Current children cumulated memory: 8989176 KiB

[startup+3600 s]*
/proc/loadavg: 1.12 1.33 2.26 2/234 90741
/proc/meminfo: memFree=118072912/131382116 swapFree=33010684/33010684
[pid=90461] ppid=90458 vsize=9609100 memory=8991224 CPUtime=3585.14 cores=1,3
/proc/90461/stat : 90461 (pbscip) R 90458 90461 89429 0 -1 4194304 2113219 0 0 0 357271 1243 0 0 20 0 1 0 75928657 9839718400 2247806 18446744073709551615 4235264 18693293 140729732955584 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 43122688 140729732958601 140729732958700 140729732958700 140729732964302 0
/proc/90461/statm: 2402275 2247806 3968 3530 0 2393726 0
Current children cumulated CPU time: 3585.14 s
Current children cumulated vsize: 9609100 KiB
Current children cumulated memory: 8991224 KiB

[startup+3603.2 s]
/proc/loadavg: 1.11 1.33 2.26 2/234 90741
/proc/meminfo: memFree=118072912/131382116 swapFree=33010684/33010684
[pid=90461] ppid=90458 vsize=9592832 memory=8975804 CPUtime=3588.33 cores=1,3
/proc/90461/stat : 90461 (pbscip) R 90458 90461 89429 0 -1 4194304 2113219 0 0 0 357589 1244 0 0 20 0 1 0 75928657 9823059968 2243951 18446744073709551615 4235264 18693293 140729732955584 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 43122688 140729732958601 140729732958700 140729732958700 140729732964302 0
/proc/90461/statm: 2398208 2243951 3968 3530 0 2389659 0
Current children cumulated CPU time: 3588.33 s
Current children cumulated vsize: 9592832 KiB
Current children cumulated memory: 8975804 KiB

[startup+3604 s]*
/proc/loadavg: 1.11 1.33 2.26 2/234 90741
/proc/meminfo: memFree=118072912/131382116 swapFree=33010684/33010684
[pid=90461] ppid=90458 vsize=9584984 memory=8968868 CPUtime=3589.13 cores=1,3
/proc/90461/stat : 90461 (pbscip) R 90458 90461 89429 0 -1 4194304 2113220 0 0 0 357669 1244 0 0 20 0 1 0 75928657 9815023616 2242217 18446744073709551615 4235264 18693293 140729732955584 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 43122688 140729732958601 140729732958700 140729732958700 140729732964302 0
/proc/90461/statm: 2396246 2242217 3968 3530 0 2387697 0
Current children cumulated CPU time: 3589.13 s
Current children cumulated vsize: 9584984 KiB
Current children cumulated memory: 8968868 KiB

[startup+3604.4 s]
/proc/loadavg: 1.11 1.33 2.26 2/234 90741
/proc/meminfo: memFree=118072912/131382116 swapFree=33010684/33010684
[pid=90461] ppid=90458 vsize=8525660 memory=7985668 CPUtime=3589.51 cores=1,3
/proc/90461/stat : 90461 (pbscip) R 90458 90461 89429 0 -1 4194304 2113835 0 0 0 357706 1245 0 0 20 0 1 0 75928657 8730275840 1996417 18446744073709551615 4235264 18693293 140729732955584 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 43122688 140729732958601 140729732958700 140729732958700 140729732964302 0
/proc/90461/statm: 2131415 1996417 3968 3530 0 2122866 0
Current children cumulated CPU time: 3589.51 s
Current children cumulated vsize: 8525660 KiB
Current children cumulated memory: 7985668 KiB

[startup+3604.8 s]
/proc/loadavg: 1.11 1.33 2.26 2/234 90741
/proc/meminfo: memFree=118072912/131382116 swapFree=33010684/33010684
[pid=90461] ppid=90458 vsize=7430096 memory=6897116 CPUtime=3589.91 cores=1,3
/proc/90461/stat : 90461 (pbscip) R 90458 90461 89429 0 -1 4194304 2114245 0 0 0 357741 1250 0 0 20 0 1 0 75928657 7608418304 1724279 18446744073709551615 4235264 18693293 140729732955584 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 43122688 140729732958601 140729732958700 140729732958700 140729732964302 0
/proc/90461/statm: 1857524 1724279 3968 3530 0 1848975 0
Current children cumulated CPU time: 3589.91 s
Current children cumulated vsize: 7430096 KiB
Current children cumulated memory: 6897116 KiB

[startup+3604.9 s]*
/proc/loadavg: 1.11 1.33 2.26 2/234 90742
/proc/meminfo: memFree=125803360/131382116 swapFree=33010684/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): 3604.93
CPU time (s): 3590.05
CPU user time (s): 3577.42
CPU system time (s): 12.6348
CPU usage (%): 99.5873
Max. virtual memory (cumulated for all children) (KiB): 9642420
Max. memory (cumulated for all children) (KiB): 9018848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3577.42
system time used= 12.6348
maximum resident set size= 9018848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2114251
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= 88
involuntary context switches= 2733


# summary of solver processes directly reported to runsolver:
#   pid: 90461
#   total CPU time (s): 3590.05
#   total CPU user time (s): 3577.42
#   total CPU system time (s): 12.6348

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.0604 second user time and 34.9949 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-07-04 06:14:49
IDJOB=4524170
IDBENCH=180565
IDSOLVER=3365
FILE ID=nodeC011/4524170-1751602488
RUNJOBID= nodeC011-1751594361-89441
SLURM_JOB_ID= 9598860
Free space on /tmp= 430364 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB25/normalized-PB25/OPT-LIN/wallon/normalized-FoolSolitaire-table-2-0_c24.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4524170-1751602488/watcher-4524170-1751602488 -o /tmp/evaluation-result-4524170-1751602488/solver-4524170-1751602488 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751594361-89441 --watchdog 3760  pbscip -f HOME/instance-4524170-1751602488.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 2e656679a8d40db5005d825083b376ef
RANDOM SEED=1404281124

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

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

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

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        116223512 kB
MemAvailable:   119089936 kB
Buffers:            3276 kB
Cached:          3661672 kB
SwapCached:            0 kB
Active:         11291376 kB
Inactive:        3219900 kB
Active(anon):   10862184 kB
Inactive(anon):     2104 kB
Active(file):     429192 kB
Inactive(file):  3217796 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             62924 kB
Writeback:             4 kB
AnonPages:      10846476 kB
Mapped:           138280 kB
Shmem:             17960 kB
KReclaimable:     117744 kB
Slab:             203392 kB
SReclaimable:     117744 kB
SUnreclaim:        85648 kB
KernelStack:        4048 kB
PageTables:        24808 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   11843420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3532800 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      191304 kB
DirectMap2M:     8099840 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430476 MiB
End job on nodeC011 at 2025-07-04 07:14:55