Trace number 4503574

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP 2024-07-07? 3585.68 3599.65

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-134.opb
MD5SUM8f50e455e41c11932a7c1290f673c930
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark107.722
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables48411
Total number of constraints1121517
Number of constraints which are clauses1007723
Number of constraints which are cardinality constraints (but not clauses)3523
Number of constraints which are nor clauses,nor cardinality constraints110271
Minimum length of a constraint2
Maximum length of a constraint690
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 691
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-4503574-1751173246.opb>
2.28/2.30	c original problem has 48411 variables (48411 bin, 0 int, 0 impl, 0 cont) and 1121517 constraints
2.28/2.30	c problem read in 2.29
2.28/2.31	c No objective function, only one solution is needed.
3.86/3.96	c presolving:
6.65/6.79	c    (6.8s) running MILP presolver
9.34/9.45	c    (9.4s) MILP presolver found nothing
11.83/11.99	c (round 1, exhaustive) 1 del vars, 8 del conss, 0 add conss, 0 chg bounds, 7 chg sides, 0 chg coeffs, 1121508 upgd conss, 0 impls, 237584 clqs
14.92/15.06	c (round 2, exhaustive) 1 del vars, 14006 del conss, 0 add conss, 0 chg bounds, 7 chg sides, 21006 chg coeffs, 1121508 upgd conss, 0 impls, 237584 clqs
117.03/117.53	c    (117.5s) probing: 1000/48410 (2.1%) - 0 fixings, 0 aggregations, 265973 implications, 0 bound changes
117.13/117.63	c    (117.6s) probing: 1001/48410 (2.1%) - 0 fixings, 0 aggregations, 265973 implications, 0 bound changes
117.13/117.63	c    (117.6s) probing aborted: 1000/1000 successive useless probings
123.11/123.67	c    (123.7s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
125.51/126.10	c    (126.1s) no symmetry present (symcode time: 0.33)
127.20/127.71	c presolving (3 rounds: 3 fast, 3 medium, 3 exhaustive):
127.20/127.71	c  1 deleted vars, 14006 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 7 changed sides, 21051 changed coefficients
127.20/127.71	c  0 implications, 503557 cliques
127.20/127.71	c presolved problem has 48410 variables (48410 bin, 0 int, 0 impl, 0 cont) and 1107511 constraints
127.20/127.71	c  112021 constraints of type <knapsack>
127.20/127.71	c  237584 constraints of type <setppc>
127.20/127.71	c       1 constraints of type <linear>
127.20/127.71	c  757905 constraints of type <logicor>
127.20/127.71	c transformed objective value is always integral (scale: 1)
127.20/127.71	c Presolving Time: 123.76
127.20/127.71	c - non default parameters ----------------------------------------------------------------------
127.20/127.71	c # SCIP version 10.0.0
127.20/127.71	c 
127.20/127.71	c # maximal time in seconds to run
127.20/127.71	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
127.20/127.71	c limits/time = 3596.997009
127.20/127.71	c 
127.20/127.71	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
127.20/127.71	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
127.20/127.71	c limits/memory = 27900
127.20/127.71	c 
127.20/127.71	c # solving stops, if the given number of solutions were found; this limit is first checked in presolving (-1: no limit)
127.20/127.71	c # [type: int, advanced: FALSE, range: [-1,2147483647], default: -1]
127.20/127.71	c limits/solutions = 1
127.20/127.71	c 
127.20/127.71	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.
127.20/127.71	c # [type: int, advanced: FALSE, range: [0,7], default: 7]
127.20/127.71	c misc/usesymmetry = 3
127.20/127.71	c 
127.20/127.71	c # belongs reading time to solving time?
127.20/127.71	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
127.20/127.71	c timing/reading = TRUE
127.20/127.71	c 
127.20/127.71	c # Should we check whether the components of the symmetry group can be handled by double lex matrices?
127.20/127.71	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
127.20/127.71	c propagating/symmetry/detectdoublelex = FALSE
127.20/127.71	c 
127.20/127.71	c # Should we try to detect symmetric subgroups of the symmetry group on binary variables?
127.20/127.71	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
127.20/127.71	c propagating/symmetry/detectsubgroups = FALSE
127.20/127.71	c 
127.20/127.71	c # Type of symmetries that shall be computed?
127.20/127.71	c # [type: int, advanced: TRUE, range: [0,1], default: 0]
127.20/127.71	c propagating/symmetry/symtype = 1
127.20/127.71	c 
127.20/127.71	c # Should components consisting of a single full reflection be handled?
127.20/127.71	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
127.20/127.71	c propagating/symmetry/usesimplesgncomp = FALSE
127.20/127.71	c 
127.20/127.71	c -----------------------------------------------------------------------------------------------
127.20/127.71	c start solving
127.20/127.73	c 
134.67/135.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
134.67/135.28	c   135s|     1 |     0 |  2167 |     - |  5153M |   0 |  48k|1107k|1107k|   0 |  0 | 169 |   0 | 0.000000e+00 |      --      |    Inf | unknown
631.09/633.76	c   634s|     1 |     0 |  8742 |     - |  5309M |   0 |  48k|1107k|1107k|   7 |  1 | 179 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1236.29/1241.46	c  1241s|     1 |     0 |  9935 |     - |  5417M |   0 |  48k|1107k|1107k|  16 |  2 | 185 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1796.82/1804.57	c  1805s|     1 |     0 | 10830 |     - |  5543M |   0 |  48k|1107k|1107k|  27 |  3 | 187 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2003.97/2012.52	c  2013s|     1 |     0 | 13437 |     - |  5661M |   0 |  48k|1107k|1107k|  49 |  4 | 189 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2240.57/2250.15	c  2250s|     1 |     0 | 17478 |     - |  5779M |   0 |  48k|1107k|1107k|  65 |  5 | 191 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2378.60/2388.76	c  2389s|     1 |     0 | 25994 |     - |  5888M |   0 |  48k|1107k|1107k|  86 |  6 | 192 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2470.53/2481.04	c  2481s|     1 |     0 | 28366 |     - |  5996M |   0 |  48k|1107k|1107k| 120 |  7 | 195 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2532.02/2542.70	c  2543s|     1 |     0 | 36960 |     - |  6107M |   0 |  48k|1107k|1107k| 156 |  8 | 197 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2596.79/2607.74	c  2608s|     1 |     0 | 43439 |     - |  6214M |   0 |  48k|1107k|1107k| 195 |  9 | 200 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2652.21/2663.38	c  2663s|     1 |     0 | 51339 |     - |  6322M |   0 |  48k|1107k|1107k| 235 | 10 | 206 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2684.49/2695.77	c  2696s|     1 |     0 | 56283 |     - |  6432M |   0 |  48k|1107k|1107k| 278 | 11 | 209 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3583.33/3597.33	c  3597s|     1 |     2 |116635 |     - |  6434M |   0 |  48k|1107k|1107k| 278 | 11 | 212 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3583.33/3597.33	c 
3583.33/3597.33	c SCIP Status        : solving was interrupted [time limit reached]
3583.33/3597.33	c Solving Time (sec) : 3597.32
3583.33/3597.33	c Solving Nodes      : 1
3583.33/3597.33	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
3583.33/3597.33	c Dual Bound         : +0.00000000000000e+00
3583.33/3597.33	c Gap                : infinite
3583.33/3597.33	s UNKNOWN
3583.33/3597.33	c SCIP Status        : solving was interrupted [time limit reached]
3583.33/3597.33	c Total Time         :    3597.32
3583.33/3597.33	c   solving          :    3597.32
3583.33/3597.33	c   presolving       :     123.76 (included in solving)
3583.33/3597.33	c   reading          :       2.29 (included in solving)
3583.33/3597.33	c   copying          :       0.00 (0 times copied the problem)
3583.33/3597.33	c Original Problem   :
3583.33/3597.33	c   Problem name     : HOME/instance-4503574-1751173246.opb
3583.33/3597.33	c   Variables        : 48411 (48411 binary, 0 integer, 0 implicit integer, 0 continuous)
3583.33/3597.33	c   Constraints      : 1121517 initial, 1121517 maximal
3583.33/3597.33	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3583.33/3597.33	c Presolved Problem  :
3583.33/3597.33	c   Problem name     : t_HOME/instance-4503574-1751173246.opb
3583.33/3597.33	c   Variables        : 48410 (48410 binary, 0 integer, 0 implicit integer, 0 continuous)
3583.33/3597.33	c   Constraints      : 1107511 initial, 1107717 maximal
3583.33/3597.33	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3583.33/3597.33	c   Nonzeros         : 4226619 constraint, 1024836 clique table
3583.33/3597.33	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3583.33/3597.33	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.33/3597.33	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.33/3597.33	c   domcol           :       0.56       0.00      1          0          0          0          0          0          0          0          0          0
3583.33/3597.33	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.33/3597.33	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.33/3597.33	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.33/3597.33	c   dualsparsify     :       6.05       0.00      1          0          0          0          0          0          0          0          0          0
3583.33/3597.33	c   gateextraction   :       1.29       0.00      2          0          0          0          0          0          0          0          0          0
3583.33/3597.33	c   implics          :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
3583.33/3597.33	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.33/3597.33	c   milp             :       4.22       0.00      1          0          0          0          0          0          0          0          0          0
3583.33/3597.33	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.33/3597.33	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.33/3597.33	c   sparsify         :       1.40       0.00      1          0          0          0          0          0          0          0          0          0
3583.33/3597.33	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.33/3597.33	c   trivial          :       0.01       0.00      3          0          0          0          0          0          0          0          0          0
3583.33/3597.33	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.33/3597.33	c   dualfix          :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
3583.33/3597.33	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.33/3597.33	c   probing          :      95.81       0.00      1          0          0          0          0          0          0          0          0          0
3583.33/3597.33	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.33/3597.33	c   symmetry         :       2.43       0.00      1          0          0          0          0          0          0          0          0          0
3583.33/3597.33	c   vbounds          :       0.02       0.00      1          0          0          0          0          0          0          0          0          0
3583.33/3597.33	c   knapsack         :       0.36       0.01      6          0          0          0          0          0          0          0          0          0
3583.33/3597.33	c   setppc           :       0.48       0.01      6          0          0          0          0          0          0          0          0          0
3583.33/3597.33	c   linear           :       3.26       0.39      6          0          1          0          0          0          8          0          7          0
3583.33/3597.33	c   logicor          :       5.72       1.20      6          0          0          0          0          0      13998          0          0      21051
3583.33/3597.33	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.33/3597.33	c   components       :       0.34       0.00      1          0          0          0          0          0          0          0          0          0
3583.33/3597.33	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
3583.33/3597.33	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3583.33/3597.33	c   benderslp        :          0          0          0          0          0          0          1          7          0          0          0          0          0          0          0
3583.33/3597.33	c   integral         :          0          0          0          0          0          0          0          7          0          0          0          0          0          0          0
3583.33/3597.33	c   knapsack         :     112021     112021         11      35764          0          0          1          3        432          3          0        735         82          0          0
3583.33/3597.33	c   setppc           :     237584+    237585         11      35761          0          0          1          2       1301         14          0          2          0          0          0
3583.33/3597.33	c   linear           :          1          1         11       9373          0          0          1          3         14          1          0          0          0          0          0
3583.33/3597.33	c   logicor          :     757905+    758110         11      13896          0          0          1          0       2671         34          0         17          5          0          0
3583.33/3597.33	c   benders          :          0          0          0          0          0          0          1          0          0          0          0          0          0          0          0
3583.33/3597.33	c   fixedvar         :          0          0          0          0          0          0          1          0          0          0          0          0          0          0          0
3583.33/3597.33	c   countsols        :          0          0          0          0          0          0          1          0          0          0          0          0          0          0          0
3583.33/3597.33	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3583.33/3597.33	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3583.33/3597.33	c   benderslp        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3583.33/3597.33	c   integral         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3583.33/3597.33	c   knapsack         :      14.68       0.01       0.96      13.64       0.00       0.03       0.00       0.03       0.00       0.00
3583.33/3597.33	c   setppc           :      16.84       0.01       0.18      16.62       0.00       0.02       0.00       0.00       0.00       0.00
3583.33/3597.33	c   linear           :       0.39       0.39       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3583.33/3597.33	c   logicor          :       5.11       1.20       1.11       2.65       0.00       0.14       0.00       0.00       0.00       0.00
3583.33/3597.33	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3583.33/3597.33	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3583.33/3597.33	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3583.33/3597.33	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3583.33/3597.33	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3583.33/3597.33	c   dualfix          :          1          0          0          0
3583.33/3597.33	c   genvbounds       :          0          0          0          0
3583.33/3597.33	c   nlobbt           :          0          0          0          0
3583.33/3597.33	c   obbt             :          0          0          0          0
3583.33/3597.33	c   probing          :          0          0          0          0
3583.33/3597.33	c   pseudoobj        :          0          0          0          0
3583.33/3597.33	c   redcost          :          0          0          0          0
3583.33/3597.33	c   rootredcost      :          0          0          0          0
3583.33/3597.33	c   symmetry         :          0          0          0          0
3583.33/3597.33	c   vbounds          :       8217          0          0          0
3583.33/3597.33	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3583.33/3597.33	c   dualfix          :       0.01       0.00       0.00       0.00       0.00       0.00
3583.33/3597.33	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
3583.33/3597.33	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3583.33/3597.33	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3583.33/3597.33	c   probing          :      95.82       0.00      95.81       0.00       0.00       0.00
3583.33/3597.33	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00       0.00
3583.33/3597.33	c   redcost          :       0.00       0.00       0.00       0.00       0.00       0.00
3583.33/3597.33	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
3583.33/3597.33	c   symmetry         :       2.43       0.00       2.43       0.00       0.00       0.00
3583.33/3597.33	c   vbounds          :       0.05       0.00       0.02       0.02       0.00       0.00
3583.33/3597.33	c Symmetry           :
3583.33/3597.33	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
3583.33/3597.33	c   orbital reduction:          0 reductions applied,          0 cutoffs
3583.33/3597.33	c   lexicographic red:          0 reductions applied,          0 cutoffs
3583.33/3597.33	c   shadow tree time :       0.00 s
3583.33/3597.33	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3583.33/3597.33	c   propagation      :       0.01         48         48          -        617       93.4          0        0.0          -          -          -
3583.33/3597.33	c   infeasible LP    :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3583.33/3597.33	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3583.33/3597.33	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3583.33/3597.33	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3583.33/3597.33	c   applied globally :       0.01          -          -          0        212       51.1          -          -          0          -          -
3583.33/3597.33	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
3583.33/3597.33	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3583.33/3597.33	c   cut pool         :       0.01          -         21         21          -          -       1869       2649          -          -          -          -          -    (maximal pool size:       1869)
3583.33/3597.33	c   aggregation      :       0.76       0.00         11         11          0          0          2          2          0          1          1          0          0
3583.33/3597.33	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
3583.33/3597.33	c   > flowcover      :          -          -          -          -          -          -          -          1          0          1          1          0          -
3583.33/3597.33	c   > knapsackcover  :          -          -          -          -          -          -          -          1          0          0          0          0          -
3583.33/3597.33	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.33/3597.33	c   clique           :      24.75       0.00         11         11          0          0         80        120          0         23         23          0          0
3583.33/3597.33	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.33/3597.33	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.33/3597.33	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.33/3597.33	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.33/3597.33	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.33/3597.33	c   gomory           :    2327.81       0.00         10         10          0          0       1658       2373          0         58         58          0          0
3583.33/3597.33	c   > gomorymi       :          -          -          -          -          -          -          -       1065          0         16         16          0          -
3583.33/3597.33	c   > strongcg       :          -          -          -          -          -          -          -       1308          0         42         42          0          -
3583.33/3597.33	c   impliedbounds    :       0.21       0.00         11         11          0          0          7          8          0          5          5          0          0
3583.33/3597.33	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.33/3597.33	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.33/3597.33	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.33/3597.33	c   mcf              :       0.66       0.00          1          1          0          0          0          0          0          0          0          0          0
3583.33/3597.33	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.33/3597.33	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.33/3597.33	c   multilinear      :       0.00       0.00         11         11          0          0          0          0          0          0          0          0          0
3583.33/3597.33	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.33/3597.33	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.33/3597.33	c   rlt              :       0.00       0.00         10         10          0          0          0          0          0          0          0          0          0
3583.33/3597.33	c   zerohalf         :       3.46       0.00         11         11          0          0        122        146          0        104        104          0          0
3583.33/3597.33	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3583.33/3597.33	c   hybrid           :       0.01       0.00         11         11        278          0       3125        278          0       3125
3583.33/3597.33	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3583.33/3597.33	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3583.33/3597.33	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3583.33/3597.33	c   problem variables:       0.00          -          0          0
3583.33/3597.33	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3583.33/3597.33	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3583.33/3597.33	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3583.33/3597.33	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3583.33/3597.33	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3583.33/3597.33	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3583.33/3597.33	c   inference        :       0.01       0.00          0          0          1          0          0          0          0          2
3583.33/3597.33	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3583.33/3597.33	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3583.33/3597.33	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3583.33/3597.33	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3583.33/3597.33	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3583.33/3597.33	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3583.33/3597.33	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3583.33/3597.33	c   relpscost        :       0.00       0.00          0          0          0          0          0          0          0          0
3583.33/3597.33	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3583.33/3597.33	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3583.33/3597.33	c   LP solutions     :       0.00          -          -          0          0
3583.33/3597.33	c   relax solutions  :       0.00          -          -          0          0
3583.33/3597.33	c   pseudo solutions :       0.00          -          -          0          0
3583.33/3597.33	c   strong branching :       0.00          -          -          0          0
3583.33/3597.33	c   actconsdiving    :       0.00       0.00          0          0          0
3583.33/3597.33	c   adaptivediving   :       0.00       0.00          0          0          0
3583.33/3597.33	c   alns             :       0.00       0.00          0          0          0
3583.33/3597.33	c   bound            :       0.00       0.00          0          0          0
3583.33/3597.33	c   clique           :       2.14       0.00          1          0          0
3583.33/3597.33	c   coefdiving       :       0.00       0.00          0          0          0
3583.33/3597.33	c   completesol      :       0.00       0.00          0          0          0
3583.33/3597.33	c   conflictdiving   :     900.58       0.00          1          0          0
3583.33/3597.33	c   crossover        :       0.00       0.00          0          0          0
3583.33/3597.33	c   dins             :       0.00       0.00          0          0          0
3583.33/3597.33	c   distributiondivin:       0.00       0.00          0          0          0
3583.33/3597.33	c   dps              :       0.00       0.00          0          0          0
3583.33/3597.33	c   dualval          :       0.00       0.00          0          0          0
3583.33/3597.33	c   farkasdiving     :       0.00       0.00          0          0          0
3583.33/3597.33	c   feasjump         :       0.71       0.00          1          0          0
3583.33/3597.33	c   feaspump         :      16.55       0.00          1          0          0
3583.33/3597.33	c   fixandinfer      :       0.00       0.00          0          0          0
3583.33/3597.33	c   fracdiving       :       0.00       0.00          0          0          0
3583.33/3597.33	c   gins             :       0.00       0.00          0          0          0
3583.33/3597.33	c   guideddiving     :       0.00       0.00          0          0          0
3583.33/3597.33	c   indcoefdiving    :       0.00       0.00          0          0          0
3583.33/3597.33	c   indicator        :       0.00       0.00          0          0          0
3583.33/3597.33	c   indicatordiving  :       0.00       0.00          0          0          0
3583.33/3597.33	c   indoneopt        :       0.00       0.00          0          0          0
3583.33/3597.33	c   indrounding      :       0.00       0.00          0          0          0
3583.33/3597.33	c   indtwoopt        :       0.00       0.00          0          0          0
3583.33/3597.33	c   intdiving        :       0.00       0.00          0          0          0
3583.33/3597.33	c   intshifting      :       0.00       0.00          0          0          0
3583.33/3597.33	c   linesearchdiving :       0.00       0.00          0          0          0
3583.33/3597.33	c   localbranching   :       0.00       0.00          0          0          0
3583.33/3597.33	c   locks            :       0.70       0.00          1          0          0
3583.33/3597.33	c   lpface           :       0.00       0.00          0          0          0
3583.33/3597.33	c   mpec             :       0.00       0.00          0          0          0
3583.33/3597.33	c   multistart       :       0.00       0.00          0          0          0
3583.33/3597.33	c   mutation         :       0.00       0.00          0          0          0
3583.33/3597.33	c   nlpdiving        :       0.00       0.00          0          0          0
3583.33/3597.33	c   objpscostdiving  :       0.00       0.00          0          0          0
3583.33/3597.33	c   octane           :       0.00       0.00          0          0          0
3583.33/3597.33	c   ofins            :       0.00       0.00          0          0          0
3583.33/3597.33	c   oneopt           :       0.00       0.00          0          0          0
3583.33/3597.33	c   padm             :       0.00       0.00          0          0          0
3583.33/3597.33	c   proximity        :       0.00       0.00          0          0          0
3583.33/3597.33	c   pscostdiving     :       0.00       0.00          0          0          0
3583.33/3597.33	c   randrounding     :       0.90       0.00         12          0          0
3583.33/3597.33	c   rens             :       0.00       0.00          0          0          0
3583.33/3597.33	c   reoptsols        :       0.00       0.00          0          0          0
3583.33/3597.33	c   repair           :       0.00       0.00          0          0          0
3583.33/3597.33	c   rins             :       0.00       0.00          0          0          0
3583.33/3597.33	c   rootsoldiving    :       0.00       0.00          0          0          0
3583.33/3597.33	c   rounding         :       0.39       0.00         12          0          0
3583.33/3597.33	c   scheduler        :       0.00       0.00          0          0          0
3583.33/3597.33	c   shiftandpropagate:       0.33       0.00          1          0          0
3583.33/3597.33	c   shifting         :       5.93       0.00         12          0          0
3583.33/3597.33	c   simplerounding   :       0.00       0.00          0          0          0
3583.33/3597.33	c   smallcard        :       0.00       0.00          0          0          0
3583.33/3597.33	c   subnlp           :       0.00       0.00          0          0          0
3583.33/3597.33	c   trivial          :       0.06       0.00          2          0          0
3583.33/3597.33	c   trivialnegation  :       0.00       0.00          0          0          0
3583.33/3597.33	c   trustregion      :       0.00       0.00          0          0          0
3583.33/3597.33	c   trysol           :       0.00       0.00          0          0          0
3583.33/3597.33	c   twoopt           :       0.00       0.00          0          0          0
3583.33/3597.33	c   undercover       :       0.00       0.00          0          0          0
3583.33/3597.33	c   vbounds          :       2.59       0.00          1          0          0
3583.33/3597.33	c   veclendiving     :       0.00       0.00          0          0          0
3583.33/3597.33	c   zeroobj          :       0.00       0.00          0          0          0
3583.33/3597.33	c   zirounding       :       0.03       0.00          1          0          0
3583.33/3597.33	c   other solutions  :          -          -          -          0          -
3583.33/3597.33	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3583.33/3597.33	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
3583.33/3597.33	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
3583.33/3597.33	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
3583.33/3597.33	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
3583.33/3597.33	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
3583.33/3597.33	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
3583.33/3597.33	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
3583.33/3597.33	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
3583.33/3597.33	c   trustregion      :          0       0.00       0.00          0          0          0    0.00000    0.00000   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    0
3583.33/3597.33	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3583.33/3597.33	c   primal LP        :       0.00          0          0       0.00          -       0.00          0
3583.33/3597.33	c   dual LP          :     177.91         12      51207    4267.25     287.82       0.00          0
3583.33/3597.33	c   lex dual LP      :       0.00          0          0       0.00          -
3583.33/3597.33	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3583.33/3597.33	c   resolve instable :       0.00          0          0       0.00          -
3583.33/3597.33	c   diving/probing LP:     915.85         13      65428    5032.92      71.44
3583.33/3597.33	c   strong branching :       0.00          0          0       0.00          -          -          -          0
3583.33/3597.33	c     (at root node) :          -          0          0       0.00          -
3583.33/3597.33	c   conflict analysis:       0.00          0          0       0.00          -
3583.33/3597.33	c B&B Tree           :
3583.33/3597.33	c   number of runs   :          1
3583.33/3597.33	c   nodes            :          1 (1 internal, 0 leaves)
3583.33/3597.33	c   feasible leaves  :          0
3583.33/3597.33	c   infeas. leaves   :          0
3583.33/3597.33	c   objective leaves :          0
3583.33/3597.33	c   nodes (total)    :          1 (1 internal, 0 leaves)
3583.33/3597.33	c   nodes left       :          2
3583.33/3597.33	c   max depth        :          0
3583.33/3597.33	c   max depth (total):          0
3583.33/3597.33	c   backtracks       :          0 (0.0%)
3583.33/3597.33	c   early backtracks :          0 (0.0%)
3583.33/3597.33	c   nodes exc. ref.  :          0 (0.0%)
3583.33/3597.33	c   delayed cutoffs  :          0
3583.33/3597.33	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
3583.33/3597.33	c   avg switch length:       1.00
3583.33/3597.33	c   switching time   :       0.00
3583.33/3597.33	c Root Node          :
3583.33/3597.33	c   First LP value   : +0.00000000000000e+00
3583.33/3597.33	c   First LP Iters   :       2167 (2198.06 Iter/sec)
3583.33/3597.33	c   First LP Time    :       0.99
3583.33/3597.33	c   Final Dual Bound : +0.00000000000000e+00
3583.33/3597.33	c   Final Root Iters :      56283
3583.33/3597.33	c   Root LP Estimate :                     -
3583.33/3597.33	c Solution           :
3583.33/3597.33	c   Solutions found  :          0 (0 improvements)
3583.33/3597.33	c   Primal Bound     :          -
3583.33/3597.33	c   Dual Bound       : +0.00000000000000e+00
3583.33/3597.33	c   Gap              :   infinite
3583.33/3597.33	c Integrals          :      Total       Avg%
3583.33/3597.33	c   primal-dual      :  359731.60     100.00
3583.33/3597.33	c   primal-ref       :          -          - (not evaluated)
3583.33/3597.33	c   dual-ref         :          -          - (not evaluated)
3585.63/3599.63	c Time complete: 3585.67.

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4503574-1751173246/watcher-4503574-1751173246 -o /tmp/evaluation-result-4503574-1751173246/solver-4503574-1751173246 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751169647-24240 --watchdog 3760 pbscip -f HOME/instance-4503574-1751173246.opb -t 3600 -j 2 -m 31000 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=24625, runsolver pid=24622

[startup+0.100063 s]*
/proc/loadavg: 4.08 4.09 4.09 5/265 24626
/proc/meminfo: memFree=126074408/131249996 swapFree=33010684/33010684
[pid=24625] ppid=24622 vsize=74168 memory=45568 CPUtime=0.09 cores=4,6
/proc/24625/stat : 24625 (pbscip) R 24622 24625 24229 0 -1 4194304 8487 0 0 0 8 1 0 0 20 0 1 0 33002312 75948032 11392 18446744073709551615 4235264 18693293 140730375541472 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 37892096 140730375547273 140730375547372 140730375547372 140730375552974 0
/proc/24625/statm: 18542 11392 3232 3530 0 9993 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 74168 KiB
Current children cumulated memory: 45568 KiB

[startup+0.205534 s]*
/proc/loadavg: 4.08 4.09 4.09 5/265 24626
/proc/meminfo: memFree=125985704/131249996 swapFree=33010684/33010684
[pid=24625] ppid=24622 vsize=103020 memory=74496 CPUtime=0.19 cores=4,6
/proc/24625/stat : 24625 (pbscip) R 24622 24625 24229 0 -1 4194304 15727 0 0 0 17 2 0 0 20 0 1 0 33002312 105492480 18624 18446744073709551615 4235264 18693293 140730375541472 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 37892096 140730375547273 140730375547372 140730375547372 140730375552974 0
/proc/24625/statm: 25755 18624 3232 3530 0 17206 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 103020 KiB
Current children cumulated memory: 74496 KiB

[startup+0.305487 s]*
/proc/loadavg: 4.08 4.09 4.09 5/265 24626
/proc/meminfo: memFree=125897000/131249996 swapFree=33010684/33010684
[pid=24625] ppid=24622 vsize=131156 memory=102656 CPUtime=0.29 cores=4,6
/proc/24625/stat : 24625 (pbscip) R 24622 24625 24229 0 -1 4194304 22761 0 0 0 26 3 0 0 20 0 1 0 33002312 134303744 25664 18446744073709551615 4235264 18693293 140730375541472 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 37892096 140730375547273 140730375547372 140730375547372 140730375552974 0
/proc/24625/statm: 32789 25664 3232 3530 0 24240 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 131156 KiB
Current children cumulated memory: 102656 KiB

[startup+0.700163 s]
/proc/loadavg: 4.08 4.09 4.09 5/265 24626
/proc/meminfo: memFree=125808296/131249996 swapFree=33010684/33010684
[pid=24625] ppid=24622 vsize=236716 memory=207824 CPUtime=0.69 cores=4,6
/proc/24625/stat : 24625 (pbscip) R 24622 24625 24229 0 -1 4194304 48541 0 0 0 62 7 0 0 20 0 1 0 33002312 242397184 51956 18446744073709551615 4235264 18693293 140730375541472 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 37892096 140730375547273 140730375547372 140730375547372 140730375552974 0
/proc/24625/statm: 59179 51956 3232 3530 0 50630 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 236716 KiB
Current children cumulated memory: 207824 KiB

[startup+1.50016 s]
/proc/loadavg: 4.08 4.09 4.09 5/265 24626
/proc/meminfo: memFree=125541908/131249996 swapFree=33010684/33010684
[pid=24625] ppid=24622 vsize=449108 memory=419876 CPUtime=1.48 cores=4,6
/proc/24625/stat : 24625 (pbscip) R 24622 24625 24229 0 -1 4194304 99516 0 0 0 135 13 0 0 20 0 1 0 33002312 459886592 104969 18446744073709551615 4235264 18693293 140730375541472 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 37892096 140730375547273 140730375547372 140730375547372 140730375552974 0
/proc/24625/statm: 112277 104969 3232 3530 0 103728 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 449108 KiB
Current children cumulated memory: 419876 KiB

[startup+3.10572 s]
/proc/loadavg: 4.07 4.09 4.09 5/265 24671
/proc/meminfo: memFree=126280152/131249996 swapFree=33010684/33010684
[pid=24625] ppid=24622 vsize=1106696 memory=1077940 CPUtime=3.06 cores=4,6
/proc/24625/stat : 24625 (pbscip) R 24622 24625 24229 0 -1 4194304 247719 0 0 0 270 36 0 0 20 0 1 0 33002312 1133256704 269485 18446744073709551615 4235264 18693293 140730375541472 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 37892096 140730375547273 140730375547372 140730375547372 140730375552974 0
/proc/24625/statm: 276674 269485 3520 3530 0 268125 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 1106696 KiB
Current children cumulated memory: 1077940 KiB

[startup+6.30016 s]
/proc/loadavg: 4.07 4.09 4.09 5/265 24671
/proc/meminfo: memFree=124496544/131249996 swapFree=33010684/33010684
[pid=24625] ppid=24622 vsize=2016048 memory=1932052 CPUtime=6.25 cores=4,6
/proc/24625/stat : 24625 (pbscip) R 24622 24625 24229 0 -1 4194304 366208 0 0 0 566 59 0 0 20 0 1 0 33002312 2064433152 483013 18446744073709551615 4235264 18693293 140730375541472 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 37892096 140730375547273 140730375547372 140730375547372 140730375552974 0
/proc/24625/statm: 504012 483013 3584 3530 0 495463 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 2016048 KiB
Current children cumulated memory: 1932052 KiB

[startup+12.7002 s]
/proc/loadavg: 4.06 4.09 4.09 5/265 24671
/proc/meminfo: memFree=121876208/131249996 swapFree=33010684/33010684
[pid=24625] ppid=24622 vsize=2423920 memory=2361612 CPUtime=12.63 cores=4,6
/proc/24625/stat : 24625 (pbscip) R 24622 24625 24229 0 -1 4194304 514614 0 0 0 1159 104 0 0 20 0 1 0 33002312 2482094080 590403 18446744073709551615 4235264 18693293 140730375541472 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 37892096 140730375547273 140730375547372 140730375547372 140730375552974 0
/proc/24625/statm: 605980 590403 3712 3530 0 597431 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 2423920 KiB
Current children cumulated memory: 2361612 KiB

[startup+25.5002 s]
/proc/loadavg: 4.12 4.10 4.09 5/265 24682
/proc/meminfo: memFree=121608540/131249996 swapFree=33010684/33010684
[pid=24625] ppid=24622 vsize=2423920 memory=2364812 CPUtime=25.38 cores=4,6
/proc/24625/stat : 24625 (pbscip) R 24622 24625 24229 0 -1 4194304 515386 0 0 0 2434 104 0 0 20 0 1 0 33002312 2482094080 591203 18446744073709551615 4235264 18693293 140730375541472 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 37892096 140730375547273 140730375547372 140730375547372 140730375552974 0
/proc/24625/statm: 605980 591203 3744 3530 0 597431 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 2423920 KiB
Current children cumulated memory: 2364812 KiB

[startup+51.1059 s]
/proc/loadavg: 4.08 4.09 4.09 5/265 24682
/proc/meminfo: memFree=121990560/131249996 swapFree=33010684/33010684
[pid=24625] ppid=24622 vsize=2423920 memory=2364812 CPUtime=50.9 cores=4,6
/proc/24625/stat : 24625 (pbscip) R 24622 24625 24229 0 -1 4194304 515417 0 0 0 4985 105 0 0 20 0 1 0 33002312 2482094080 591203 18446744073709551615 4235264 18693293 140730375541472 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 37892096 140730375547273 140730375547372 140730375547372 140730375552974 0
/proc/24625/statm: 605980 591203 3744 3530 0 597431 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 2423920 KiB
Current children cumulated memory: 2364812 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/264 24685
/proc/meminfo: memFree=122364532/131249996 swapFree=33010684/33010684
[pid=24625] ppid=24622 vsize=2423920 memory=2364812 CPUtime=101.89 cores=4,6
/proc/24625/stat : 24625 (pbscip) R 24622 24625 24229 0 -1 4194304 515427 0 0 0 10084 105 0 0 20 0 1 0 33002312 2482094080 591203 18446744073709551615 4235264 18693293 140730375541472 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 37892096 140730375547273 140730375547372 140730375547372 140730375552974 0
/proc/24625/statm: 605980 591203 3744 3530 0 597431 0
Current children cumulated CPU time: 101.89 s
Current children cumulated vsize: 2423920 KiB
Current children cumulated memory: 2364812 KiB

[startup+162.3 s]
/proc/loadavg: 4.32 4.17 4.12 5/264 24687
/proc/meminfo: memFree=115420220/131249996 swapFree=33010684/33010684
[pid=24625] ppid=24622 vsize=5740756 memory=5394992 CPUtime=161.66 cores=4,6
/proc/24625/stat : 24625 (pbscip) R 24622 24625 24229 0 -1 4194304 754824 0 0 0 15969 197 0 0 20 0 1 0 33002312 5878534144 1348748 18446744073709551615 4235264 18693293 140730375541472 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 37892096 140730375547273 140730375547372 140730375547372 140730375552974 0
/proc/24625/statm: 1435189 1348748 3936 3530 0 1426640 0
Current children cumulated CPU time: 161.66 s
Current children cumulated vsize: 5740756 KiB
Current children cumulated memory: 5394992 KiB

[startup+222.3 s]
/proc/loadavg: 4.16 4.16 4.11 5/264 24689
/proc/meminfo: memFree=115678092/131249996 swapFree=33010684/33010684
[pid=24625] ppid=24622 vsize=5740756 memory=5394992 CPUtime=221.4 cores=4,6
/proc/24625/stat : 24625 (pbscip) R 24622 24625 24229 0 -1 4194304 754850 0 0 0 21943 197 0 0 20 0 1 0 33002312 5878534144 1348748 18446744073709551615 4235264 18693293 140730375541472 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 37892096 140730375547273 140730375547372 140730375547372 140730375552974 0
/proc/24625/statm: 1435189 1348748 3936 3530 0 1426640 0
Current children cumulated CPU time: 221.4 s
Current children cumulated vsize: 5740756 KiB
Current children cumulated memory: 5394992 KiB

[startup+282.3 s]
/proc/loadavg: 4.18 4.16 4.11 5/264 24692
/proc/meminfo: memFree=115673876/131249996 swapFree=33010684/33010684
[pid=24625] ppid=24622 vsize=5740756 memory=5394992 CPUtime=281.15 cores=4,6
/proc/24625/stat : 24625 (pbscip) R 24622 24625 24229 0 -1 4194304 754850 0 0 0 27918 197 0 0 20 0 1 0 33002312 5878534144 1348748 18446744073709551615 4235264 18693293 140730375541472 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 37892096 140730375547273 140730375547372 140730375547372 140730375552974 0
/proc/24625/statm: 1435189 1348748 3936 3530 0 1426640 0
Current children cumulated CPU time: 281.15 s
Current children cumulated vsize: 5740756 KiB
Current children cumulated memory: 5394992 KiB

[startup+342.3 s]
/proc/loadavg: 4.42 4.22 4.14 5/264 24696
/proc/meminfo: memFree=115746180/131249996 swapFree=33010684/33010684
[pid=24625] ppid=24622 vsize=5740756 memory=5394992 CPUtime=340.91 cores=4,6
/proc/24625/stat : 24625 (pbscip) R 24622 24625 24229 0 -1 4194304 754942 0 0 0 33893 198 0 0 20 0 1 0 33002312 5878534144 1348748 18446744073709551615 4235264 18693293 140730375541472 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 37892096 140730375547273 140730375547372 140730375547372 140730375552974 0
/proc/24625/statm: 1435189 1348748 3936 3530 0 1426640 0
Current children cumulated CPU time: 340.91 s
Current children cumulated vsize: 5740756 KiB
Current children cumulated memory: 5394992 KiB

[startup+402.3 s]
/proc/loadavg: 4.15 4.18 4.12 5/264 24703
/proc/meminfo: memFree=115738132/131249996 swapFree=33010684/33010684
[pid=24625] ppid=24622 vsize=5740756 memory=5394992 CPUtime=400.66 cores=4,6
/proc/24625/stat : 24625 (pbscip) R 24622 24625 24229 0 -1 4194304 754946 0 0 0 39868 198 0 0 20 0 1 0 33002312 5878534144 1348748 18446744073709551615 4235264 18693293 140730375541472 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 37892096 140730375547273 140730375547372 140730375547372 140730375552974 0
/proc/24625/statm: 1435189 1348748 3936 3530 0 1426640 0
Current children cumulated CPU time: 400.66 s
Current children cumulated vsize: 5740756 KiB
Current children cumulated memory: 5394992 KiB

[startup+462.3 s]
/proc/loadavg: 4.15 4.17 4.12 5/265 24706
/proc/meminfo: memFree=115729804/131249996 swapFree=33010684/33010684
[pid=24625] ppid=24622 vsize=5740756 memory=5394992 CPUtime=460.42 cores=4,6
/proc/24625/stat : 24625 (pbscip) R 24622 24625 24229 0 -1 4194304 754946 0 0 0 45843 199 0 0 20 0 1 0 33002312 5878534144 1348748 18446744073709551615 4235264 18693293 140730375541472 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 37892096 140730375547273 140730375547372 140730375547372 140730375552974 0
/proc/24625/statm: 1435189 1348748 3936 3530 0 1426640 0
Current children cumulated CPU time: 460.42 s

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

/proc/loadavg: 4.11 4.10 4.09 5/264 24885
/proc/meminfo: memFree=115781036/131249996 swapFree=33010684/33010684
[pid=24625] ppid=24622 vsize=7228632 memory=5694604 CPUtime=3149.6 cores=4,6
/proc/24625/stat : 24625 (pbscip) R 24622 24625 24229 0 -1 4194304 772943 0 0 0 314728 232 0 0 20 0 1 0 33002312 7402119168 1423651 18446744073709551615 4235264 18693293 140730375541472 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 37892096 140730375547273 140730375547372 140730375547372 140730375552974 0
/proc/24625/statm: 1807158 1423651 3936 3530 0 1798609 0
Current children cumulated CPU time: 3149.6 s
Current children cumulated vsize: 7228632 KiB
Current children cumulated memory: 5694604 KiB

[startup+3222.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/265 24888
/proc/meminfo: memFree=115736552/131249996 swapFree=33010684/33010684
[pid=24625] ppid=24622 vsize=7228632 memory=5694604 CPUtime=3209.42 cores=4,6
/proc/24625/stat : 24625 (pbscip) R 24622 24625 24229 0 -1 4194304 772943 0 0 0 320709 233 0 0 20 0 1 0 33002312 7402119168 1423651 18446744073709551615 4235264 18693293 140730375541472 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 37892096 140730375547273 140730375547372 140730375547372 140730375552974 0
/proc/24625/statm: 1807158 1423651 3936 3530 0 1798609 0
Current children cumulated CPU time: 3209.42 s
Current children cumulated vsize: 7228632 KiB
Current children cumulated memory: 5694604 KiB

[startup+3282.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/264 24890
/proc/meminfo: memFree=115736072/131249996 swapFree=33010684/33010684
[pid=24625] ppid=24622 vsize=7228632 memory=5694604 CPUtime=3269.24 cores=4,6
/proc/24625/stat : 24625 (pbscip) R 24622 24625 24229 0 -1 4194304 772943 0 0 0 326691 233 0 0 20 0 1 0 33002312 7402119168 1423651 18446744073709551615 4235264 18693293 140730375541472 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 37892096 140730375547273 140730375547372 140730375547372 140730375552974 0
/proc/24625/statm: 1807158 1423651 3936 3530 0 1798609 0
Current children cumulated CPU time: 3269.24 s
Current children cumulated vsize: 7228632 KiB
Current children cumulated memory: 5694604 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/264 24894
/proc/meminfo: memFree=115738840/131249996 swapFree=33010684/33010684
[pid=24625] ppid=24622 vsize=7228632 memory=5694732 CPUtime=3329.07 cores=4,6
/proc/24625/stat : 24625 (pbscip) R 24622 24625 24229 0 -1 4194304 773043 0 0 0 332673 234 0 0 20 0 1 0 33002312 7402119168 1423683 18446744073709551615 4235264 18693293 140730375541472 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 37892096 140730375547273 140730375547372 140730375547372 140730375552974 0
/proc/24625/statm: 1807158 1423683 3936 3530 0 1798609 0
Current children cumulated CPU time: 3329.07 s
Current children cumulated vsize: 7228632 KiB
Current children cumulated memory: 5694732 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/264 24901
/proc/meminfo: memFree=115732896/131249996 swapFree=33010684/33010684
[pid=24625] ppid=24622 vsize=7228632 memory=5699596 CPUtime=3388.9 cores=4,6
/proc/24625/stat : 24625 (pbscip) R 24622 24625 24229 0 -1 4194304 773043 0 0 0 338656 234 0 0 20 0 1 0 33002312 7402119168 1424899 18446744073709551615 4235264 18693293 140730375541472 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 37892096 140730375547273 140730375547372 140730375547372 140730375552974 0
/proc/24625/statm: 1807158 1424899 3936 3530 0 1798609 0
Current children cumulated CPU time: 3388.9 s
Current children cumulated vsize: 7228632 KiB
Current children cumulated memory: 5699596 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/264 24903
/proc/meminfo: memFree=115736500/131249996 swapFree=33010684/33010684
[pid=24625] ppid=24622 vsize=7228632 memory=5702412 CPUtime=3448.72 cores=4,6
/proc/24625/stat : 24625 (pbscip) R 24622 24625 24229 0 -1 4194304 773755 0 0 0 344638 234 0 0 20 0 1 0 33002312 7402119168 1425603 18446744073709551615 4235264 18693293 140730375541472 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 37892096 140730375547273 140730375547372 140730375547372 140730375552974 0
/proc/24625/statm: 1807158 1425603 3936 3530 0 1798609 0
Current children cumulated CPU time: 3448.72 s
Current children cumulated vsize: 7228632 KiB
Current children cumulated memory: 5702412 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/264 24905
/proc/meminfo: memFree=115756852/131249996 swapFree=33010684/33010684
[pid=24625] ppid=24622 vsize=7228632 memory=5706636 CPUtime=3508.54 cores=4,6
/proc/24625/stat : 24625 (pbscip) R 24622 24625 24229 0 -1 4194304 773965 0 0 0 350620 234 0 0 20 0 1 0 33002312 7402119168 1426659 18446744073709551615 4235264 18693293 140730375541472 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 37892096 140730375547273 140730375547372 140730375547372 140730375552974 0
/proc/24625/statm: 1807158 1426659 3936 3530 0 1798609 0
Current children cumulated CPU time: 3508.54 s
Current children cumulated vsize: 7228632 KiB
Current children cumulated memory: 5706636 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/264 24907
/proc/meminfo: memFree=115751496/131249996 swapFree=33010684/33010684
[pid=24625] ppid=24622 vsize=7228632 memory=5713932 CPUtime=3568.37 cores=4,6
/proc/24625/stat : 24625 (pbscip) R 24622 24625 24229 0 -1 4194304 773979 0 0 0 356603 234 0 0 20 0 1 0 33002312 7402119168 1428483 18446744073709551615 4235264 18693293 140730375541472 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 37892096 140730375547273 140730375547372 140730375547372 140730375552974 0
/proc/24625/statm: 1807158 1428483 3936 3530 0 1798609 0
Current children cumulated CPU time: 3568.37 s
Current children cumulated vsize: 7228632 KiB
Current children cumulated memory: 5713932 KiB

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

# cumulated CPU time of all completed processes:  user=3583.28 s, system=2.40486 s

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

[startup+3584 s]*
/proc/loadavg: 4.08 4.08 4.09 5/264 24907
/proc/meminfo: memFree=115751496/131249996 swapFree=33010684/33010684
[pid=24625] ppid=24622 vsize=7228632 memory=5713932 CPUtime=3570.07 cores=4,6
/proc/24625/stat : 24625 (pbscip) R 24622 24625 24229 0 -1 4194304 773979 0 0 0 356773 234 0 0 20 0 1 0 33002312 7402119168 1428483 18446744073709551615 4235264 18693293 140730375541472 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 37892096 140730375547273 140730375547372 140730375547372 140730375552974 0
/proc/24625/statm: 1807158 1428483 3936 3530 0 1798609 0
Current children cumulated CPU time: 3570.07 s
Current children cumulated vsize: 7228632 KiB
Current children cumulated memory: 5713932 KiB

[startup+3590.4 s]
/proc/loadavg: 4.07 4.08 4.09 5/264 24907
/proc/meminfo: memFree=115743368/131249996 swapFree=33010684/33010684
[pid=24625] ppid=24622 vsize=7228632 memory=5713932 CPUtime=3576.45 cores=4,6
/proc/24625/stat : 24625 (pbscip) R 24622 24625 24229 0 -1 4194304 773979 0 0 0 357411 234 0 0 20 0 1 0 33002312 7402119168 1428483 18446744073709551615 4235264 18693293 140730375541472 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 37892096 140730375547273 140730375547372 140730375547372 140730375552974 0
/proc/24625/statm: 1807158 1428483 3936 3530 0 1798609 0
Current children cumulated CPU time: 3576.45 s
Current children cumulated vsize: 7228632 KiB
Current children cumulated memory: 5713932 KiB

[startup+3593.6 s]
/proc/loadavg: 4.07 4.08 4.09 5/264 24907
/proc/meminfo: memFree=115743368/131249996 swapFree=33010684/33010684
[pid=24625] ppid=24622 vsize=7228632 memory=5713932 CPUtime=3579.64 cores=4,6
/proc/24625/stat : 24625 (pbscip) R 24622 24625 24229 0 -1 4194304 773980 0 0 0 357730 234 0 0 20 0 1 0 33002312 7402119168 1428483 18446744073709551615 4235264 18693293 140730375541472 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 37892096 140730375547273 140730375547372 140730375547372 140730375552974 0
/proc/24625/statm: 1807158 1428483 3936 3530 0 1798609 0
Current children cumulated CPU time: 3579.64 s
Current children cumulated vsize: 7228632 KiB
Current children cumulated memory: 5713932 KiB

[startup+3596.8 s]
/proc/loadavg: 4.15 4.10 4.09 5/264 24907
/proc/meminfo: memFree=115743368/131249996 swapFree=33010684/33010684
[pid=24625] ppid=24622 vsize=7228632 memory=5713932 CPUtime=3582.83 cores=4,6
/proc/24625/stat : 24625 (pbscip) R 24622 24625 24229 0 -1 4194304 773981 0 0 0 358049 234 0 0 20 0 1 0 33002312 7402119168 1428483 18446744073709551615 4235264 18693293 140730375541472 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 37892096 140730375547273 140730375547372 140730375547372 140730375552974 0
/proc/24625/statm: 1807158 1428483 3936 3530 0 1798609 0
Current children cumulated CPU time: 3582.83 s
Current children cumulated vsize: 7228632 KiB
Current children cumulated memory: 5713932 KiB

[startup+3598.4 s]
/proc/loadavg: 4.15 4.10 4.09 5/264 24952
/proc/meminfo: memFree=117138440/131249996 swapFree=33010684/33010684
[pid=24625] ppid=24622 vsize=7228632 memory=5713932 CPUtime=3584.43 cores=4,6
/proc/24625/stat : 24625 (pbscip) R 24622 24625 24229 0 -1 4194304 774897 0 0 0 358209 234 0 0 20 0 1 0 33002312 7402119168 1428483 18446744073709551615 4235264 18693293 140730375541472 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 37892096 140730375547273 140730375547372 140730375547372 140730375552974 0
/proc/24625/statm: 1807158 1428483 3936 3530 0 1798609 0
Current children cumulated CPU time: 3584.43 s
Current children cumulated vsize: 7228632 KiB
Current children cumulated memory: 5713932 KiB

[startup+3599.2 s]
/proc/loadavg: 4.13 4.10 4.09 5/264 24952
/proc/meminfo: memFree=117074872/131249996 swapFree=33010684/33010684
[pid=24625] ppid=24622 vsize=7219216 memory=5705168 CPUtime=3585.22 cores=4,6
/proc/24625/stat : 24625 (pbscip) R 24622 24625 24229 0 -1 4194304 774904 0 0 0 358288 234 0 0 20 0 1 0 33002312 7392477184 1426292 18446744073709551615 4235264 18693293 140730375541472 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 37892096 140730375547273 140730375547372 140730375547372 140730375552974 0
/proc/24625/statm: 1804804 1426292 3936 3530 0 1796255 0
Current children cumulated CPU time: 3585.22 s
Current children cumulated vsize: 7219216 KiB
Current children cumulated memory: 5705168 KiB

[startup+3599.6 s]
/proc/loadavg: 4.13 4.10 4.09 5/264 24952
/proc/meminfo: memFree=117074872/131249996 swapFree=33010684/33010684
[pid=24625] ppid=24622 vsize=6347944 memory=4875524 CPUtime=3585.63 cores=4,6
/proc/24625/stat : 24625 (pbscip) R 24622 24625 24229 0 -1 4194304 774916 0 0 0 358325 238 0 0 20 0 1 0 33002312 6500294656 1218881 18446744073709551615 4235264 18693293 140730375541472 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 37892096 140730375547273 140730375547372 140730375547372 140730375552974 0
/proc/24625/statm: 1586986 1218881 3968 3530 0 1578437 0
Current children cumulated CPU time: 3585.63 s
Current children cumulated vsize: 6347944 KiB
Current children cumulated memory: 4875524 KiB

Child status: 0

Real time (s): 3599.65
CPU time (s): 3585.68
CPU user time (s): 3583.28
CPU system time (s): 2.40486
CPU usage (%): 99.6121
Max. virtual memory (cumulated for all children) (KiB): 7228632
Max. memory (cumulated for all children) (KiB): 5713932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3583.28
system time used= 2.40486
maximum resident set size= 5713932
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 774977
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= 97
involuntary context switches= 1289


# summary of solver processes directly reported to runsolver:
#   pid: 24625
#   total CPU time (s): 3585.68
#   total CPU user time (s): 3583.28
#   total CPU system time (s): 2.40486

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.71609 second user time and 16.252 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-06-29 07:00:46
IDJOB=4503574
IDBENCH=155522
IDSOLVER=3365
FILE ID=nodeC021/4503574-1751173246
RUNJOBID= nodeC021-1751169647-24240
SLURM_JOB_ID= 9587523
Free space on /tmp= 432932 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-134.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4503574-1751173246/watcher-4503574-1751173246 -o /tmp/evaluation-result-4503574-1751173246/solver-4503574-1751173246 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751169647-24240 --watchdog 3760  pbscip -f HOME/instance-4503574-1751173246.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 8f50e455e41c11932a7c1290f673c930
RANDOM SEED=405563397

nodeC021 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.783
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.56
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.776
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3598.553
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.56
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		: 3614.172
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.56
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		: 3598.858
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.56
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.972
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.56
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		: 3600.175
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.56
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		: 3596.550
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        126162608 kB
MemAvailable:   126238532 kB
Buffers:            3280 kB
Cached:           885204 kB
SwapCached:            0 kB
Active:          3873460 kB
Inactive:         627972 kB
Active(anon):    3631012 kB
Inactive(anon):        0 kB
Active(file):     242448 kB
Inactive(file):   627972 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             94368 kB
Writeback:             0 kB
AnonPages:       3613932 kB
Mapped:           134836 kB
Shmem:             18060 kB
KReclaimable:      89088 kB
Slab:             175020 kB
SReclaimable:      89088 kB
SUnreclaim:        85932 kB
KernelStack:        4288 kB
PageTables:        10384 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    5786972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3112960 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432892 MiB
End job on nodeC021 at 2025-06-29 08:00:46