Trace number 4503250

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? 3590.72 3601.49

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-89.opb
MD5SUM18b53876a62b8c6712d354fac2089947
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1418.99
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10086
Total number of constraints226240
Number of constraints which are clauses203302
Number of constraints which are cardinality constraints (but not clauses)720
Number of constraints which are nor clauses,nor cardinality constraints22218
Minimum length of a constraint2
Maximum length of a constraint231
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 232
Number of bits of the biggest sum of numbers8
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-4503250-1751169647.opb>
0.39/0.45	c original problem has 10086 variables (10086 bin, 0 int, 0 impl, 0 cont) and 226240 constraints
0.39/0.45	c problem read in 0.44
0.39/0.45	c No objective function, only one solution is needed.
0.68/0.75	c presolving:
1.28/1.32	c    (1.3s) running MILP presolver
1.87/1.96	c    (2.0s) MILP presolver found nothing
2.48/2.50	c (round 1, exhaustive) 1 del vars, 10 del conss, 0 add conss, 0 chg bounds, 9 chg sides, 0 chg coeffs, 226228 upgd conss, 0 impls, 48174 clqs
2.98/3.05	c (round 2, exhaustive) 1 del vars, 2826 del conss, 0 add conss, 0 chg bounds, 9 chg sides, 4234 chg coeffs, 226228 upgd conss, 0 impls, 48174 clqs
14.64/14.70	c    (14.7s) probing: 823/10085 (8.2%) - 0 fixings, 0 aggregations, 28789 implications, 0 bound changes
14.64/14.70	c    (14.7s) probing aborted: 50/50 successive totally useless probings
15.83/15.93	c    (15.9s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
16.23/16.39	c    (16.4s) no symmetry present (symcode time: 0.06)
16.43/16.57	c presolving (3 rounds: 3 fast, 3 medium, 3 exhaustive):
16.43/16.57	c  1 deleted vars, 2826 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 9 changed sides, 4324 changed coefficients
16.43/16.57	c  0 implications, 76963 cliques
16.43/16.57	c presolved problem has 10085 variables (10085 bin, 0 int, 0 impl, 0 cont) and 223414 constraints
16.43/16.57	c   22570 constraints of type <knapsack>
16.43/16.57	c   48174 constraints of type <setppc>
16.43/16.57	c       2 constraints of type <linear>
16.43/16.57	c  152668 constraints of type <logicor>
16.43/16.57	c transformed objective value is always integral (scale: 1)
16.43/16.57	c Presolving Time: 15.82
16.43/16.57	c - non default parameters ----------------------------------------------------------------------
16.43/16.57	c # SCIP version 10.0.0
16.43/16.57	c 
16.43/16.57	c # maximal time in seconds to run
16.43/16.57	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
16.43/16.57	c limits/time = 3596.997013
16.43/16.57	c 
16.43/16.57	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
16.43/16.57	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
16.43/16.57	c limits/memory = 27900
16.43/16.57	c 
16.43/16.57	c # solving stops, if the given number of solutions were found; this limit is first checked in presolving (-1: no limit)
16.43/16.57	c # [type: int, advanced: FALSE, range: [-1,2147483647], default: -1]
16.43/16.57	c limits/solutions = 1
16.43/16.57	c 
16.43/16.57	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.
16.43/16.57	c # [type: int, advanced: FALSE, range: [0,7], default: 7]
16.43/16.57	c misc/usesymmetry = 3
16.43/16.57	c 
16.43/16.57	c # belongs reading time to solving time?
16.43/16.57	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
16.43/16.57	c timing/reading = TRUE
16.43/16.57	c 
16.43/16.57	c # Should we check whether the components of the symmetry group can be handled by double lex matrices?
16.43/16.57	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
16.43/16.57	c propagating/symmetry/detectdoublelex = FALSE
16.43/16.57	c 
16.43/16.57	c # Should we try to detect symmetric subgroups of the symmetry group on binary variables?
16.43/16.57	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
16.43/16.57	c propagating/symmetry/detectsubgroups = FALSE
16.43/16.57	c 
16.43/16.57	c # Type of symmetries that shall be computed?
16.43/16.57	c # [type: int, advanced: TRUE, range: [0,1], default: 0]
16.43/16.57	c propagating/symmetry/symtype = 1
16.43/16.57	c 
16.43/16.57	c # Should components consisting of a single full reflection be handled?
16.43/16.57	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
16.43/16.57	c propagating/symmetry/usesimplesgncomp = FALSE
16.43/16.57	c 
16.43/16.57	c -----------------------------------------------------------------------------------------------
16.43/16.57	c start solving
16.43/16.58	c 
17.53/17.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
17.53/17.68	c  17.7s|     1 |     0 |   579 |     - |  1119M |   0 |  10k| 223k| 223k|   0 |  0 |  58 |   0 | 0.000000e+00 |      --      |    Inf | unknown
37.09/37.26	c  37.2s|     1 |     0 |  3073 |     - |  1152M |   0 |  10k| 223k| 223k|   9 |  1 |  60 |   0 | 0.000000e+00 |      --      |    Inf | unknown
63.12/63.38	c  63.4s|     1 |     0 |  3729 |     - |  1175M |   0 |  10k| 223k| 223k|  20 |  2 |  60 |   0 | 0.000000e+00 |      --      |    Inf | unknown
91.95/92.28	c  92.3s|     1 |     0 |  4925 |     - |  1200M |   0 |  10k| 223k| 223k|  34 |  3 |  63 |   0 | 0.000000e+00 |      --      |    Inf | unknown
106.61/106.95	c   107s|     1 |     0 |  5201 |     - |  1223M |   0 |  10k| 223k| 223k|  56 |  4 |  66 |   0 | 0.000000e+00 |      --      |    Inf | unknown
122.27/122.64	c   123s|     1 |     0 |  5722 |     - |  1249M |   0 |  10k| 223k| 223k|  78 |  5 |  67 |   0 | 0.000000e+00 |      --      |    Inf | unknown
129.15/129.57	c   130s|     1 |     0 |  6038 |     - |  1270M |   0 |  10k| 223k| 223k| 100 |  6 |  74 |   0 | 0.000000e+00 |      --      |    Inf | unknown
140.02/140.43	c   140s|     1 |     0 |  6493 |     - |  1292M |   0 |  10k| 223k| 223k| 124 |  7 |  76 |   0 | 0.000000e+00 |      --      |    Inf | unknown
143.61/144.06	c   144s|     1 |     0 |  7087 |     - |  1313M |   0 |  10k| 223k| 223k| 146 |  8 |  86 |   0 | 0.000000e+00 |      --      |    Inf | unknown
147.19/147.66	c   148s|     1 |     0 |  8043 |     - |  1335M |   0 |  10k| 223k| 223k| 177 |  9 |  96 |   0 | 0.000000e+00 |      --      |    Inf | unknown
158.05/158.50	c   158s|     1 |     0 | 12748 |     - |  1356M |   0 |  10k| 223k| 223k| 208 | 10 | 106 |   0 | 0.000000e+00 |      --      |    Inf | unknown
166.32/166.80	c   167s|     1 |     0 | 20797 |     - |  1378M |   0 |  10k| 223k| 223k| 244 | 11 | 109 |   0 | 0.000000e+00 |      --      |    Inf | unknown
207.19/207.80	c   208s|     1 |     2 | 21511 |     - |  1380M |   0 |  10k| 223k| 223k| 244 | 11 | 146 |  21 | 0.000000e+00 |      --      |    Inf | unknown
1412.10/1416.72	c  1417s|   100 |    98 |512128 |4962.9 |  1552M |  11 |  10k| 224k| 223k|1137 |  1 | 846 |  21 | 0.000000e+00 |      --      |    Inf | unknown
2596.21/2604.38	c  2604s|   200 |   198 |  1185k|5852.0 |  1757M |  12 |  10k| 224k| 223k|3992 |  1 |1639 |  21 | 0.000000e+00 |      --      |    Inf | unknown
3590.23/3601.06	c 
3590.23/3601.06	c SCIP Status        : solving was interrupted [time limit reached]
3590.23/3601.06	c Solving Time (sec) : 3601.05
3590.23/3601.06	c Solving Nodes      : 283
3590.23/3601.06	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
3590.23/3601.06	c Dual Bound         : +0.00000000000000e+00
3590.23/3601.06	c Gap                : infinite
3590.23/3601.06	s UNKNOWN
3590.23/3601.06	c SCIP Status        : solving was interrupted [time limit reached]
3590.23/3601.06	c Total Time         :    3601.05
3590.23/3601.06	c   solving          :    3601.05
3590.23/3601.06	c   presolving       :      15.82 (included in solving)
3590.23/3601.06	c   reading          :       0.44 (included in solving)
3590.23/3601.06	c   copying          :       0.59 (2 #copies) (minimal 0.29, maximal 0.30, average 0.30)
3590.23/3601.06	c Original Problem   :
3590.23/3601.06	c   Problem name     : HOME/instance-4503250-1751169647.opb
3590.23/3601.06	c   Variables        : 10086 (10086 binary, 0 integer, 0 implicit integer, 0 continuous)
3590.23/3601.06	c   Constraints      : 226240 initial, 226240 maximal
3590.23/3601.06	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3590.23/3601.06	c Presolved Problem  :
3590.23/3601.06	c   Problem name     : t_HOME/instance-4503250-1751169647.opb
3590.23/3601.06	c   Variables        : 10085 (10085 binary, 0 integer, 0 implicit integer, 0 continuous)
3590.23/3601.06	c   Constraints      : 223414 initial, 225043 maximal
3590.23/3601.06	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3590.23/3601.06	c   Nonzeros         : 852105 constraint, 157620 clique table
3590.23/3601.06	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3590.23/3601.06	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3590.23/3601.06	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3590.23/3601.06	c   domcol           :       0.11       0.00      1          0          0          0          0          0          0          0          0          0
3590.23/3601.06	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3590.23/3601.06	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3590.23/3601.06	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3590.23/3601.06	c   dualsparsify     :       1.23       0.00      1          0          0          0          0          0          0          0          0          0
3590.23/3601.06	c   gateextraction   :       0.23       0.00      2          0          0          0          0          0          0          0          0          0
3590.23/3601.06	c   implics          :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
3590.23/3601.06	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3590.23/3601.06	c   milp             :       0.96       0.00      1          0          0          0          0          0          0          0          0          0
3590.23/3601.06	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3590.23/3601.06	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3590.23/3601.06	c   sparsify         :       0.24       0.00      1          0          0          0          0          0          0          0          0          0
3590.23/3601.06	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3590.23/3601.06	c   trivial          :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
3590.23/3601.06	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3590.23/3601.06	c   dualfix          :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
3590.23/3601.06	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3590.23/3601.06	c   probing          :      10.78       0.00      1          0          0          0          0          0          0          0          0          0
3590.23/3601.06	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3590.23/3601.06	c   symmetry         :       0.46       0.00      1          0          0          0          0          0          0          0          0          0
3590.23/3601.06	c   vbounds          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3590.23/3601.06	c   knapsack         :       0.07       0.00      6          0          0          0          0          0          0          0          0          0
3590.23/3601.06	c   setppc           :       0.09       0.00      6          0          0          0          0          0          0          0          0          0
3590.23/3601.06	c   linear           :       0.68       0.08      6          0          1          0          0          0         10          0          9          0
3590.23/3601.06	c   logicor          :       0.68       0.11      6          0          0          0          0          0       2816          0          0       4324
3590.23/3601.06	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3590.23/3601.06	c   components       :       0.06       0.00      1          0          0          0          0          0          0          0          0          0
3590.23/3601.06	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
3590.23/3601.06	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3590.23/3601.06	c   benderslp        :          0          0          0          0        282          0          0          8          0          0          0          0          0          0          0
3590.23/3601.06	c   integral         :          0          0          0          0        282          0          0          8          0          0          0          0          0          0        564
3590.23/3601.06	c   knapsack         :      22570+     22578         11      27152          0          0          0          4        528         48        209        200         29          0          0
3590.23/3601.06	c   setppc           :      48174+     48224         11      27104          0          0          0          2      13552        217      34487          3          0          0          0
3590.23/3601.06	c   linear           :          2+         8         11      26789          0          0          0          3          7          7          0          0          0          0          0
3590.23/3601.06	c   logicor          :     152668+    154236         11      15545          0          0          0          0       2284        138          1          9          1          0          0
3590.23/3601.06	c   benders          :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3590.23/3601.06	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3590.23/3601.06	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3590.23/3601.06	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3590.23/3601.06	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3590.23/3601.06	c   benderslp        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3590.23/3601.06	c   integral         :      40.55       0.00       0.00       0.00      40.55       0.00       0.00       0.00       0.00       0.00
3590.23/3601.06	c   knapsack         :       2.24       0.00       0.16       2.07       0.00       0.00       0.00       0.01       0.00       0.00
3590.23/3601.06	c   setppc           :       3.23       0.00       0.04       3.18       0.00       0.00       0.00       0.00       0.00       0.01
3590.23/3601.06	c   linear           :       0.08       0.08       0.00       0.01       0.00       0.00       0.00       0.00       0.00       0.00
3590.23/3601.06	c   logicor          :       1.37       0.11       0.23       1.02       0.00       0.00       0.00       0.00       0.00       0.01
3590.23/3601.06	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3590.23/3601.06	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3590.23/3601.06	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3590.23/3601.06	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3590.23/3601.06	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3590.23/3601.06	c   dualfix          :          1          0          0          0
3590.23/3601.06	c   genvbounds       :          0          0          0          0
3590.23/3601.06	c   nlobbt           :          0          0          0          0
3590.23/3601.06	c   obbt             :          0          0          0          0
3590.23/3601.06	c   probing          :          0          0          0          0
3590.23/3601.06	c   pseudoobj        :          0          0          0          0
3590.23/3601.06	c   redcost          :          0          0          0          0
3590.23/3601.06	c   rootredcost      :          0          0          0          0
3590.23/3601.06	c   symmetry         :          0          0          0          0
3590.23/3601.06	c   vbounds          :       9247          0          0          0
3590.23/3601.06	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3590.23/3601.06	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
3590.23/3601.06	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
3590.23/3601.06	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3590.23/3601.06	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3590.23/3601.06	c   probing          :      10.78       0.00      10.78       0.00       0.00       0.00
3590.23/3601.06	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00       0.00
3590.23/3601.06	c   redcost          :       0.00       0.00       0.00       0.00       0.00       0.00
3590.23/3601.06	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
3590.23/3601.06	c   symmetry         :       0.46       0.00       0.46       0.00       0.00       0.00
3590.23/3601.06	c   vbounds          :       0.01       0.00       0.00       0.01       0.00       0.00
3590.23/3601.06	c Symmetry           :
3590.23/3601.06	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
3590.23/3601.06	c   orbital reduction:          0 reductions applied,          0 cutoffs
3590.23/3601.06	c   lexicographic red:          0 reductions applied,          0 cutoffs
3590.23/3601.06	c   shadow tree time :       0.00 s
3590.23/3601.06	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3590.23/3601.06	c   propagation      :       0.02        404        403          -       3634       33.7         67       14.5          -          -          -
3590.23/3601.06	c   infeasible LP    :       0.06         26         26          -        291       37.6          8       16.9         26       89.9          0
3590.23/3601.06	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3590.23/3601.06	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3590.23/3601.06	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3590.23/3601.06	c   applied globally :       0.16          -          -          0       2697       22.8          -          -         26          -          -
3590.23/3601.06	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
3590.23/3601.06	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3590.23/3601.06	c   cut pool         :       0.13          -        166         21          -          -       4577      34984          -          -          -          -          -    (maximal pool size:       4155)
3590.23/3601.06	c   aggregation      :       0.89       0.00         48         11          0          0          0          0          0          0          0          0          0
3590.23/3601.06	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
3590.23/3601.06	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
3590.23/3601.06	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
3590.23/3601.06	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3590.23/3601.06	c   clique           :       0.41       0.00         11         11          0          0         82       2613          0        748        748          0          0
3590.23/3601.06	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3590.23/3601.06	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3590.23/3601.06	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3590.23/3601.06	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3590.23/3601.06	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3590.23/3601.06	c   gomory           :     138.34       0.00         47         10          0          0       3536      18346         10       1403       1403          0          0
3590.23/3601.06	c   > gomorymi       :          -          -          -          -          -          -          -       3622          5         92         92          0          -
3590.23/3601.06	c   > strongcg       :          -          -          -          -          -          -          -      14724          5       1311       1311          0          -
3590.23/3601.06	c   impliedbounds    :       0.10       0.00         48         11          0          0        217       1490          0       1258       1258          0          0
3590.23/3601.06	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3590.23/3601.06	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3590.23/3601.06	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3590.23/3601.06	c   mcf              :       0.10       0.00          1          1          0          0          0          0          0          0          0          0          0
3590.23/3601.06	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3590.23/3601.06	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3590.23/3601.06	c   multilinear      :       0.00       0.00         20         11          0          0          0          0          0          0          0          0          0
3590.23/3601.06	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3590.23/3601.06	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3590.23/3601.06	c   rlt              :       0.00       0.00         41         10          0          0          0          0          0          0          0          0          0
3590.23/3601.06	c   zerohalf         :       2.36       0.00         48         11          0          0        837      12535         85       4474       4402         72          0
3590.23/3601.06	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3590.23/3601.06	c   hybrid           :       0.04       0.00        121         11       7913          0      27378        244          0       3369
3590.23/3601.06	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3590.23/3601.06	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3590.23/3601.06	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3590.23/3601.06	c   problem variables:       0.00          -          0          0
3590.23/3601.06	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3590.23/3601.06	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3590.23/3601.06	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3590.23/3601.06	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3590.23/3601.06	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3590.23/3601.06	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3590.23/3601.06	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3590.23/3601.06	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3590.23/3601.06	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3590.23/3601.06	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3590.23/3601.06	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3590.23/3601.06	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3590.23/3601.06	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3590.23/3601.06	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3590.23/3601.06	c   relpscost        :      40.55       0.00        282          0          0          0          0          0          0        564
3590.23/3601.06	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3590.23/3601.06	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3590.23/3601.06	c   LP solutions     :       0.00          -          -          0          0
3590.23/3601.06	c   relax solutions  :       0.00          -          -          0          0
3590.23/3601.06	c   pseudo solutions :       0.00          -          -          0          0
3590.23/3601.06	c   strong branching :       0.00          -          -          0          0
3590.23/3601.06	c   actconsdiving    :       0.00       0.00          0          0          0
3590.23/3601.06	c   adaptivediving   :      45.85       0.00         20          0          0
3590.23/3601.06	c   alns             :       0.67       0.00          1          0          0
3590.23/3601.06	c   bound            :       0.00       0.00          0          0          0
3590.23/3601.06	c   clique           :       0.37       0.00          1          0          0
3590.23/3601.06	c   coefdiving       :       0.00       0.00          0          0          0
3590.23/3601.06	c   completesol      :       0.00       0.00          0          0          0
3590.23/3601.06	c   conflictdiving   :     344.55       0.00         56          0          0
3590.23/3601.06	c   crossover        :       0.00       0.00          0          0          0
3590.23/3601.06	c   dins             :       0.00       0.00          0          0          0
3590.23/3601.06	c   distributiondivin:      89.20       0.00          2          0          0
3590.23/3601.06	c   dps              :       0.00       0.00          0          0          0
3590.23/3601.06	c   dualval          :       0.00       0.00          0          0          0
3590.23/3601.06	c   farkasdiving     :       0.00       0.00          0          0          0
3590.23/3601.06	c   feasjump         :       0.16       0.00          1          0          0
3590.23/3601.06	c   feaspump         :       1.75       0.00          1          0          0
3590.23/3601.06	c   fixandinfer      :       0.00       0.00          0          0          0
3590.23/3601.06	c   fracdiving       :       0.26       0.00          2          0          0
3590.23/3601.06	c   gins             :       0.00       0.00          0          0          0
3590.23/3601.06	c   guideddiving     :       0.00       0.00          0          0          0
3590.23/3601.06	c   indcoefdiving    :       0.00       0.00          0          0          0
3590.23/3601.06	c   indicator        :       0.00       0.00          0          0          0
3590.23/3601.06	c   indicatordiving  :       0.00       0.00          0          0          0
3590.23/3601.06	c   indoneopt        :       0.00       0.00          0          0          0
3590.23/3601.06	c   indrounding      :       0.00       0.00          0          0          0
3590.23/3601.06	c   indtwoopt        :       0.00       0.00          0          0          0
3590.23/3601.06	c   intdiving        :       0.00       0.00          0          0          0
3590.23/3601.06	c   intshifting      :       0.00       0.00          0          0          0
3590.23/3601.06	c   linesearchdiving :     249.23       0.00         16          0          0
3590.23/3601.06	c   localbranching   :       0.00       0.00          0          0          0
3590.23/3601.06	c   locks            :       0.09       0.00          1          0          0
3590.23/3601.06	c   lpface           :       0.00       0.00          0          0          0
3590.23/3601.06	c   mpec             :       0.00       0.00          0          0          0
3590.23/3601.06	c   multistart       :       0.00       0.00          0          0          0
3590.23/3601.06	c   mutation         :       0.00       0.00          0          0          0
3590.23/3601.06	c   nlpdiving        :       0.00       0.00          0          0          0
3590.23/3601.06	c   objpscostdiving  :     458.33       0.00          1          0          0
3590.23/3601.06	c   octane           :       0.00       0.00          0          0          0
3590.23/3601.06	c   ofins            :       0.00       0.00          0          0          0
3590.23/3601.06	c   oneopt           :       0.00       0.00          0          0          0
3590.23/3601.06	c   padm             :       0.00       0.00          0          0          0
3590.23/3601.06	c   proximity        :       0.00       0.00          0          0          0
3590.23/3601.06	c   pscostdiving     :     178.28       0.00          4          0          0
3590.23/3601.06	c   randrounding     :       0.30       0.00         12          0          0
3590.23/3601.06	c   rens             :       1.11       0.00          1          0          0
3590.23/3601.06	c   reoptsols        :       0.00       0.00          0          0          0
3590.23/3601.06	c   repair           :       0.00       0.00          0          0          0
3590.23/3601.06	c   rins             :       0.00       0.00          0          0          0
3590.23/3601.06	c   rootsoldiving    :      33.65       0.00          3          0          0
3590.23/3601.06	c   rounding         :       1.93       0.00        237          0          0
3590.23/3601.06	c   scheduler        :       0.00       0.00          0          0          0
3590.23/3601.06	c   shiftandpropagate:       0.07       0.00          1          0          0
3590.23/3601.06	c   shifting         :      15.77       0.00        141          0          0
3590.23/3601.06	c   simplerounding   :       0.00       0.00          0          0          0
3590.23/3601.06	c   smallcard        :       0.00       0.00          0          0          0
3590.23/3601.06	c   subnlp           :       0.00       0.00          0          0          0
3590.23/3601.06	c   trivial          :       0.01       0.00          2          0          0
3590.23/3601.06	c   trivialnegation  :       0.00       0.00          0          0          0
3590.23/3601.06	c   trustregion      :       0.00       0.00          0          0          0
3590.23/3601.06	c   trysol           :       0.00       0.00          0          0          0
3590.23/3601.06	c   twoopt           :       0.00       0.00          0          0          0
3590.23/3601.06	c   undercover       :       0.00       0.00          0          0          0
3590.23/3601.06	c   vbounds          :       0.26       0.00          1          0          0
3590.23/3601.06	c   veclendiving     :      60.65       0.00          5          0          0
3590.23/3601.06	c   zeroobj          :       0.00       0.00          0          0          0
3590.23/3601.06	c   zirounding       :       2.09       0.00        281          0          0
3590.23/3601.06	c   other solutions  :          -          -          -          0          -
3590.23/3601.06	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3590.23/3601.06	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
3590.23/3601.06	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
3590.23/3601.06	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
3590.23/3601.06	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
3590.23/3601.06	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
3590.23/3601.06	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
3590.23/3601.06	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
3590.23/3601.06	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
3590.23/3601.06	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
3590.23/3601.06	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3590.23/3601.06	c   primal LP        :       3.36         56          0       0.00       0.00       3.36         56
3590.23/3601.06	c   dual LP          :    1904.10        404    1457284    3607.14     765.34       0.00          0
3590.23/3601.06	c   lex dual LP      :       0.00          0          0       0.00          -
3590.23/3601.06	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3590.23/3601.06	c   resolve instable :       0.00          0          0       0.00          -
3590.23/3601.06	c   diving/probing LP:    1472.58        347     284266     819.21     193.04
3590.23/3601.06	c   strong branching :      18.24         21      12909     614.71     707.73          -          -         24
3590.23/3601.06	c     (at root node) :          -         21      12909     614.71          -
3590.23/3601.06	c   conflict analysis:       0.00          0          0       0.00          -
3590.23/3601.06	c B&B Tree           :
3590.23/3601.06	c   number of runs   :          1
3590.23/3601.06	c   nodes            :        283 (282 internal, 1 leaves)
3590.23/3601.06	c   feasible leaves  :          0
3590.23/3601.06	c   infeas. leaves   :          1
3590.23/3601.06	c   objective leaves :          0
3590.23/3601.06	c   nodes (total)    :        283 (282 internal, 1 leaves)
3590.23/3601.06	c   nodes left       :        281
3590.23/3601.06	c   max depth        :         12
3590.23/3601.06	c   max depth (total):         12
3590.23/3601.06	c   backtracks       :        135 (47.7%)
3590.23/3601.06	c   early backtracks :          0 (0.0%)
3590.23/3601.06	c   nodes exc. ref.  :          0 (0.0%)
3590.23/3601.06	c   delayed cutoffs  :          1
3590.23/3601.06	c   repropagations   :          3 (329 domain reductions, 0 cutoffs)
3590.23/3601.06	c   avg switch length:       4.60
3590.23/3601.06	c   switching time   :       4.19
3590.23/3601.06	c Root Node          :
3590.23/3601.06	c   First LP value   : +0.00000000000000e+00
3590.23/3601.06	c   First LP Iters   :        579 (4465.25 Iter/sec)
3590.23/3601.06	c   First LP Time    :       0.13
3590.23/3601.06	c   Final Dual Bound : +0.00000000000000e+00
3590.23/3601.06	c   Final Root Iters :      20797
3590.23/3601.06	c   Root LP Estimate : +8.74111459406613e-03
3590.23/3601.06	c Solution           :
3590.23/3601.06	c   Solutions found  :          0 (0 improvements)
3590.23/3601.06	c   Primal Bound     :          -
3590.23/3601.06	c   Dual Bound       : +0.00000000000000e+00
3590.23/3601.06	c   Gap              :   infinite
3590.23/3601.06	c Integrals          :      Total       Avg%
3590.23/3601.06	c   primal-dual      :  360104.61     100.00
3590.23/3601.06	c   primal-ref       :          -          - (not evaluated)
3590.23/3601.06	c   dual-ref         :          -          - (not evaluated)
3590.62/3601.48	c Time complete: 3590.71.

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4503250-1751169647/watcher-4503250-1751169647 -o /tmp/evaluation-result-4503250-1751169647/solver-4503250-1751169647 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751169647-24241 --watchdog 3760 pbscip -f HOME/instance-4503250-1751169647.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
Current StackSize limit: 8192 KiB

solver pid=24298, runsolver pid=24287

[startup+0.100061 s]*
/proc/loadavg: 0.66 2.47 3.44 6/265 24299
/proc/meminfo: memFree=129645488/131249996 swapFree=33010684/33010684
[pid=24298] ppid=24287 vsize=72260 memory=44288 CPUtime=0.09 cores=1,3
/proc/24298/stat : 24298 (pbscip) R 24287 24298 24229 0 -1 4194304 8195 0 0 0 8 1 0 0 20 0 1 0 32642373 73994240 11072 18446744073709551615 4235264 18693293 140723664470816 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 59797504 140723664476553 140723664476652 140723664476652 140723664482254 0
/proc/24298/statm: 18065 11072 3232 3530 0 9516 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 72260 KiB
Current children cumulated memory: 44288 KiB

[startup+0.205098 s]*
/proc/loadavg: 0.66 2.47 3.44 6/265 24299
/proc/meminfo: memFree=129581228/131249996 swapFree=33010684/33010684
[pid=24298] ppid=24287 vsize=101988 memory=73344 CPUtime=0.2 cores=1,3
/proc/24298/stat : 24298 (pbscip) R 24287 24298 24229 0 -1 4194304 15472 0 0 0 17 3 0 0 20 0 1 0 32642373 104435712 18336 18446744073709551615 4235264 18693293 140723664470816 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 59797504 140723664476553 140723664476652 140723664476652 140723664482254 0
/proc/24298/statm: 25497 18336 3232 3530 0 16948 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 101988 KiB
Current children cumulated memory: 73344 KiB

[startup+0.305224 s]*
/proc/loadavg: 0.66 2.47 3.44 6/265 24299
/proc/meminfo: memFree=129524780/131249996 swapFree=33010684/33010684
[pid=24298] ppid=24287 vsize=131224 memory=102656 CPUtime=0.29 cores=1,3
/proc/24298/stat : 24298 (pbscip) R 24287 24298 24229 0 -1 4194304 22783 0 0 0 25 4 0 0 20 0 1 0 32642373 134373376 25664 18446744073709551615 4235264 18693293 140723664470816 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 59797504 140723664476553 140723664476652 140723664476652 140723664482254 0
/proc/24298/statm: 32806 25664 3232 3530 0 24257 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 131224 KiB
Current children cumulated memory: 102656 KiB

[startup+0.700173 s]
/proc/loadavg: 0.66 2.47 3.44 6/265 24299
/proc/meminfo: memFree=129327716/131249996 swapFree=33010684/33010684
[pid=24298] ppid=24287 vsize=317696 memory=290104 CPUtime=0.68 cores=1,3
/proc/24298/stat : 24298 (pbscip) R 24287 24298 24229 0 -1 4194304 70090 0 0 0 57 11 0 0 20 0 1 0 32642373 325320704 72526 18446744073709551615 4235264 18693293 140723664470816 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 59797504 140723664476553 140723664476652 140723664476652 140723664482254 0
/proc/24298/statm: 79424 72526 3488 3530 0 70875 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 317696 KiB
Current children cumulated memory: 290104 KiB

[startup+1.50019 s]
/proc/loadavg: 0.66 2.47 3.44 6/265 24299
/proc/meminfo: memFree=129021028/131249996 swapFree=33010684/33010684
[pid=24298] ppid=24287 vsize=541704 memory=507924 CPUtime=1.47 cores=1,3
/proc/24298/stat : 24298 (pbscip) R 24287 24298 24229 0 -1 4194304 101049 0 0 0 128 19 0 0 20 0 1 0 32642373 554704896 126981 18446744073709551615 4235264 18693293 140723664470816 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 59797504 140723664476553 140723664476652 140723664476652 140723664482254 0
/proc/24298/statm: 135426 126981 3680 3530 0 126877 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 541704 KiB
Current children cumulated memory: 507924 KiB

[startup+3.10517 s]
/proc/loadavg: 0.93 2.50 3.45 6/265 24299
/proc/meminfo: memFree=128531088/131249996 swapFree=33010684/33010684
[pid=24298] ppid=24287 vsize=535996 memory=500052 CPUtime=3.08 cores=1,3
/proc/24298/stat : 24298 (pbscip) R 24287 24298 24229 0 -1 4194304 130977 0 0 0 284 24 0 0 20 0 1 0 32642373 548859904 125013 18446744073709551615 4235264 18693293 140723664470816 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 59797504 140723664476553 140723664476652 140723664476652 140723664482254 0
/proc/24298/statm: 133999 125013 3712 3530 0 125450 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 535996 KiB
Current children cumulated memory: 500052 KiB

[startup+6.30017 s]
/proc/loadavg: 0.93 2.50 3.45 6/265 24299
/proc/meminfo: memFree=128527716/131249996 swapFree=33010684/33010684
[pid=24298] ppid=24287 vsize=535996 memory=500820 CPUtime=6.26 cores=1,3
/proc/24298/stat : 24298 (pbscip) R 24287 24298 24229 0 -1 4194304 131148 0 0 0 602 24 0 0 20 0 1 0 32642373 548859904 125205 18446744073709551615 4235264 18693293 140723664470816 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 59797504 140723664476553 140723664476652 140723664476652 140723664482254 0
/proc/24298/statm: 133999 125205 3744 3530 0 125450 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 535996 KiB
Current children cumulated memory: 500820 KiB

[startup+12.7002 s]
/proc/loadavg: 1.47 2.57 3.46 5/265 24299
/proc/meminfo: memFree=128129420/131249996 swapFree=33010684/33010684
[pid=24298] ppid=24287 vsize=535996 memory=500820 CPUtime=12.65 cores=1,3
/proc/24298/stat : 24298 (pbscip) R 24287 24298 24229 0 -1 4194304 131148 0 0 0 1241 24 0 0 20 0 1 0 32642373 548859904 125205 18446744073709551615 4235264 18693293 140723664470816 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 59797504 140723664476553 140723664476652 140723664476652 140723664482254 0
/proc/24298/statm: 133999 125205 3744 3530 0 125450 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 535996 KiB
Current children cumulated memory: 500820 KiB

[startup+25.5001 s]
/proc/loadavg: 1.86 2.61 3.46 5/265 24310
/proc/meminfo: memFree=127549852/131249996 swapFree=33010684/33010684
[pid=24298] ppid=24287 vsize=1275244 memory=1190772 CPUtime=25.41 cores=1,3
/proc/24298/stat : 24298 (pbscip) R 24287 24298 24229 0 -1 4194304 194413 0 0 0 2499 42 0 0 20 0 1 0 32642373 1305849856 297693 18446744073709551615 4235264 18693293 140723664470816 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 59797504 140723664476553 140723664476652 140723664476652 140723664482254 0
/proc/24298/statm: 318811 297693 3936 3530 0 310262 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 1275244 KiB
Current children cumulated memory: 1190772 KiB

[startup+51.1049 s]
/proc/loadavg: 2.59 2.73 3.48 5/266 24312
/proc/meminfo: memFree=127488612/131249996 swapFree=33010684/33010684
[pid=24298] ppid=24287 vsize=1346136 memory=1228400 CPUtime=50.96 cores=1,3
/proc/24298/stat : 24298 (pbscip) R 24287 24298 24229 0 -1 4194304 197196 0 0 0 5053 43 0 0 20 0 1 0 32642373 1378443264 307100 18446744073709551615 4235264 18693293 140723664470816 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 59797504 140723664476553 140723664476652 140723664476652 140723664482254 0
/proc/24298/statm: 336534 307100 3936 3530 0 327985 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 1346136 KiB
Current children cumulated memory: 1228400 KiB

[startup+102.3 s]
/proc/loadavg: 3.50 2.96 3.52 5/266 24314
/proc/meminfo: memFree=127425036/131249996 swapFree=33010684/33010684
[pid=24298] ppid=24287 vsize=1412404 memory=1256484 CPUtime=102.02 cores=1,3
/proc/24298/stat : 24298 (pbscip) R 24287 24298 24229 0 -1 4194304 198057 0 0 0 10159 43 0 0 20 0 1 0 32642373 1446301696 314121 18446744073709551615 4235264 18693293 140723664470816 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 59797504 140723664476553 140723664476652 140723664476652 140723664482254 0
/proc/24298/statm: 353101 314121 3936 3530 0 344552 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 1412404 KiB
Current children cumulated memory: 1256484 KiB

[startup+162.3 s]
/proc/loadavg: 3.87 3.17 3.56 6/265 24316
/proc/meminfo: memFree=127369612/131249996 swapFree=33010684/33010684
[pid=24298] ppid=24287 vsize=1580052 memory=1258604 CPUtime=161.84 cores=1,3
/proc/24298/stat : 24298 (pbscip) R 24287 24298 24229 0 -1 4194304 198143 0 0 0 16141 43 0 0 20 0 1 0 32642373 1617973248 314651 18446744073709551615 4235264 18693293 140723664470816 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 59797504 140723664476553 140723664476652 140723664476652 140723664482254 0
/proc/24298/statm: 395013 314651 3936 3530 0 386464 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 1580052 KiB
Current children cumulated memory: 1258604 KiB

[startup+222.3 s]
/proc/loadavg: 4.07 3.35 3.60 6/266 24319
/proc/meminfo: memFree=126861996/131249996 swapFree=33010684/33010684
[pid=24298] ppid=24287 vsize=1865360 memory=1543588 CPUtime=221.64 cores=1,3
/proc/24298/stat : 24298 (pbscip) R 24287 24298 24229 0 -1 4194304 268443 0 0 0 22109 55 0 0 20 0 1 0 32642373 1910128640 385897 18446744073709551615 4235264 18693293 140723664470816 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 59797504 140723664476553 140723664476652 140723664476652 140723664482254 0
/proc/24298/statm: 466340 385897 3936 3530 0 457791 0
Current children cumulated CPU time: 221.64 s
Current children cumulated vsize: 1865360 KiB
Current children cumulated memory: 1543588 KiB

[startup+282.3 s]
/proc/loadavg: 4.02 3.47 3.62 6/266 24324
/proc/meminfo: memFree=126866060/131249996 swapFree=33010684/33010684
[pid=24298] ppid=24287 vsize=1869396 memory=1547056 CPUtime=281.45 cores=1,3
/proc/24298/stat : 24298 (pbscip) R 24287 24298 24229 0 -1 4194304 268946 0 0 0 28090 55 0 0 20 0 1 0 32642373 1914261504 386764 18446744073709551615 4235264 18693293 140723664470816 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 59797504 140723664476553 140723664476652 140723664476652 140723664482254 0
/proc/24298/statm: 467349 386764 3936 3530 0 458800 0
Current children cumulated CPU time: 281.45 s
Current children cumulated vsize: 1869396 KiB
Current children cumulated memory: 1547056 KiB

[startup+342.3 s]
/proc/loadavg: 4.05 3.59 3.66 6/266 24331
/proc/meminfo: memFree=126709808/131249996 swapFree=33010684/33010684
[pid=24298] ppid=24287 vsize=1869396 memory=1547056 CPUtime=341.25 cores=1,3
/proc/24298/stat : 24298 (pbscip) R 24287 24298 24229 0 -1 4194304 269003 0 0 0 34070 55 0 0 20 0 1 0 32642373 1914261504 386764 18446744073709551615 4235264 18693293 140723664470816 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 59797504 140723664476553 140723664476652 140723664476652 140723664482254 0
/proc/24298/statm: 467349 386764 3936 3530 0 458800 0
Current children cumulated CPU time: 341.25 s
Current children cumulated vsize: 1869396 KiB
Current children cumulated memory: 1547056 KiB

[startup+402.3 s]
/proc/loadavg: 4.12 3.69 3.69 6/265 24333
/proc/meminfo: memFree=126711236/131249996 swapFree=33010684/33010684
[pid=24298] ppid=24287 vsize=1869396 memory=1547056 CPUtime=401.06 cores=1,3
/proc/24298/stat : 24298 (pbscip) R 24287 24298 24229 0 -1 4194304 269037 0 0 0 40051 55 0 0 20 0 1 0 32642373 1914261504 386764 18446744073709551615 4235264 18693293 140723664470816 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 59797504 140723664476553 140723664476652 140723664476652 140723664482254 0
/proc/24298/statm: 467349 386764 3936 3530 0 458800 0
Current children cumulated CPU time: 401.06 s
Current children cumulated vsize: 1869396 KiB
Current children cumulated memory: 1547056 KiB

[startup+462.3 s]
/proc/loadavg: 4.09 3.77 3.72 6/265 24335
/proc/meminfo: memFree=126702772/131249996 swapFree=33010684/33010684
[pid=24298] ppid=24287 vsize=1869396 memory=1547056 CPUtime=460.88 cores=1,3
/proc/24298/stat : 24298 (pbscip) R 24287 24298 24229 0 -1 4194304 269049 0 0 0 46033 55 0 0 20 0 1 0 32642373 1914261504 386764 18446744073709551615 4235264 18693293 140723664470816 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 59797504 140723664476553 140723664476652 140723664476652 140723664482254 0
/proc/24298/statm: 467349 386764 3936 3530 0 458800 0
Current children cumulated CPU time: 460.88 s

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

/proc/loadavg: 4.09 4.09 4.09 6/265 24512
/proc/meminfo: memFree=123765740/131249996 swapFree=33010684/33010684
[pid=24298] ppid=24287 vsize=2045580 memory=1596976 CPUtime=3152.72 cores=1,3
/proc/24298/stat : 24298 (pbscip) R 24287 24298 24229 0 -1 4194304 270585 0 0 0 315216 56 0 0 20 0 1 0 32642373 2094673920 399244 18446744073709551615 4235264 18693293 140723664470816 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 59797504 140723664476553 140723664476652 140723664476652 140723664482254 0
/proc/24298/statm: 511395 399244 3968 3530 0 502846 0
Current children cumulated CPU time: 3152.72 s
Current children cumulated vsize: 2045580 KiB
Current children cumulated memory: 1596976 KiB

[startup+3222.3 s]
/proc/loadavg: 4.08 4.08 4.09 6/265 24513
/proc/meminfo: memFree=123780648/131249996 swapFree=33010684/33010684
[pid=24298] ppid=24287 vsize=2045580 memory=1596976 CPUtime=3212.56 cores=1,3
/proc/24298/stat : 24298 (pbscip) R 24287 24298 24229 0 -1 4194304 270590 0 0 0 321200 56 0 0 20 0 1 0 32642373 2094673920 399244 18446744073709551615 4235264 18693293 140723664470816 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 59797504 140723664476553 140723664476652 140723664476652 140723664482254 0
/proc/24298/statm: 511395 399244 3968 3530 0 502846 0
Current children cumulated CPU time: 3212.56 s
Current children cumulated vsize: 2045580 KiB
Current children cumulated memory: 1596976 KiB

[startup+3282.3 s]
/proc/loadavg: 4.26 4.13 4.10 6/265 24518
/proc/meminfo: memFree=123782176/131249996 swapFree=33010684/33010684
[pid=24298] ppid=24287 vsize=2087504 memory=1596976 CPUtime=3272.39 cores=1,3
/proc/24298/stat : 24298 (pbscip) R 24287 24298 24229 0 -1 4194304 270594 0 0 0 327183 56 0 0 20 0 1 0 32642373 2137604096 399244 18446744073709551615 4235264 18693293 140723664470816 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 59797504 140723664476553 140723664476652 140723664476652 140723664482254 0
/proc/24298/statm: 521876 399244 3968 3530 0 513327 0
Current children cumulated CPU time: 3272.39 s
Current children cumulated vsize: 2087504 KiB
Current children cumulated memory: 1596976 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.10 4.09 6/266 24526
/proc/meminfo: memFree=123782564/131249996 swapFree=33010684/33010684
[pid=24298] ppid=24287 vsize=2087504 memory=1596976 CPUtime=3332.22 cores=1,3
/proc/24298/stat : 24298 (pbscip) R 24287 24298 24229 0 -1 4194304 270806 0 0 0 333166 56 0 0 20 0 1 0 32642373 2137604096 399244 18446744073709551615 4235264 18693293 140723664470816 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 59797504 140723664476553 140723664476652 140723664476652 140723664482254 0
/proc/24298/statm: 521876 399244 3968 3530 0 513327 0
Current children cumulated CPU time: 3332.22 s
Current children cumulated vsize: 2087504 KiB
Current children cumulated memory: 1596976 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.10 4.09 6/264 24528
/proc/meminfo: memFree=123776604/131249996 swapFree=33010684/33010684
[pid=24298] ppid=24287 vsize=2087504 memory=1596976 CPUtime=3392.06 cores=1,3
/proc/24298/stat : 24298 (pbscip) R 24287 24298 24229 0 -1 4194304 270929 0 0 0 339150 56 0 0 20 0 1 0 32642373 2137604096 399244 18446744073709551615 4235264 18693293 140723664470816 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 59797504 140723664476553 140723664476652 140723664476652 140723664482254 0
/proc/24298/statm: 521876 399244 3968 3530 0 513327 0
Current children cumulated CPU time: 3392.06 s
Current children cumulated vsize: 2087504 KiB
Current children cumulated memory: 1596976 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.11 4.09 6/264 24530
/proc/meminfo: memFree=123775744/131249996 swapFree=33010684/33010684
[pid=24298] ppid=24287 vsize=2087504 memory=1596976 CPUtime=3451.9 cores=1,3
/proc/24298/stat : 24298 (pbscip) R 24287 24298 24229 0 -1 4194304 270929 0 0 0 345134 56 0 0 20 0 1 0 32642373 2137604096 399244 18446744073709551615 4235264 18693293 140723664470816 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 59797504 140723664476553 140723664476652 140723664476652 140723664482254 0
/proc/24298/statm: 521876 399244 3968 3530 0 513327 0
Current children cumulated CPU time: 3451.9 s
Current children cumulated vsize: 2087504 KiB
Current children cumulated memory: 1596976 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.10 4.09 6/264 24532
/proc/meminfo: memFree=123776112/131249996 swapFree=33010684/33010684
[pid=24298] ppid=24287 vsize=2087504 memory=1596976 CPUtime=3511.74 cores=1,3
/proc/24298/stat : 24298 (pbscip) R 24287 24298 24229 0 -1 4194304 270930 0 0 0 351118 56 0 0 20 0 1 0 32642373 2137604096 399244 18446744073709551615 4235264 18693293 140723664470816 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 59797504 140723664476553 140723664476652 140723664476652 140723664482254 0
/proc/24298/statm: 521876 399244 3968 3530 0 513327 0
Current children cumulated CPU time: 3511.74 s
Current children cumulated vsize: 2087504 KiB
Current children cumulated memory: 1596976 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.10 4.09 6/265 24535
/proc/meminfo: memFree=123785428/131249996 swapFree=33010684/33010684
[pid=24298] ppid=24287 vsize=2087504 memory=1596976 CPUtime=3571.58 cores=1,3
/proc/24298/stat : 24298 (pbscip) R 24287 24298 24229 0 -1 4194304 271223 0 0 0 357102 56 0 0 20 0 1 0 32642373 2137604096 399244 18446744073709551615 4235264 18693293 140723664470816 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 59797504 140723664476553 140723664476652 140723664476652 140723664482254 0
/proc/24298/statm: 521876 399244 3968 3530 0 513327 0
Current children cumulated CPU time: 3571.58 s
Current children cumulated vsize: 2087504 KiB
Current children cumulated memory: 1596976 KiB

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

# cumulated CPU time of all completed processes:  user=3590.14 s, system=0.57436 s

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

[startup+3584 s]*
/proc/loadavg: 4.10 4.10 4.09 6/265 24535
/proc/meminfo: memFree=123790096/131249996 swapFree=33010684/33010684
[pid=24298] ppid=24287 vsize=2087504 memory=1596976 CPUtime=3573.28 cores=1,3
/proc/24298/stat : 24298 (pbscip) R 24287 24298 24229 0 -1 4194304 271227 0 0 0 357272 56 0 0 20 0 1 0 32642373 2137604096 399244 18446744073709551615 4235264 18693293 140723664470816 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 59797504 140723664476553 140723664476652 140723664476652 140723664482254 0
/proc/24298/statm: 521876 399244 3968 3530 0 513327 0
Current children cumulated CPU time: 3573.28 s
Current children cumulated vsize: 2087504 KiB
Current children cumulated memory: 1596976 KiB

[startup+3590.4 s]
/proc/loadavg: 4.09 4.09 4.09 6/265 24535
/proc/meminfo: memFree=123790180/131249996 swapFree=33010684/33010684
[pid=24298] ppid=24287 vsize=2087504 memory=1596976 CPUtime=3579.65 cores=1,3
/proc/24298/stat : 24298 (pbscip) R 24287 24298 24229 0 -1 4194304 271239 0 0 0 357909 56 0 0 20 0 1 0 32642373 2137604096 399244 18446744073709551615 4235264 18693293 140723664470816 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 59797504 140723664476553 140723664476652 140723664476652 140723664482254 0
/proc/24298/statm: 521876 399244 3968 3530 0 513327 0
Current children cumulated CPU time: 3579.65 s
Current children cumulated vsize: 2087504 KiB
Current children cumulated memory: 1596976 KiB

[startup+3596.8 s]
/proc/loadavg: 4.08 4.09 4.09 6/265 24536
/proc/meminfo: memFree=123790684/131249996 swapFree=33010684/33010684
[pid=24298] ppid=24287 vsize=2087504 memory=1596976 CPUtime=3586.04 cores=1,3
/proc/24298/stat : 24298 (pbscip) R 24287 24298 24229 0 -1 4194304 271239 0 0 0 358548 56 0 0 20 0 1 0 32642373 2137604096 399244 18446744073709551615 4235264 18693293 140723664470816 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 59797504 140723664476553 140723664476652 140723664476652 140723664482254 0
/proc/24298/statm: 521876 399244 3968 3530 0 513327 0
Current children cumulated CPU time: 3586.04 s
Current children cumulated vsize: 2087504 KiB
Current children cumulated memory: 1596976 KiB

[startup+3600 s]*
/proc/loadavg: 4.08 4.09 4.09 5/265 24626
/proc/meminfo: memFree=125771944/131249996 swapFree=33010684/33010684
[pid=24298] ppid=24287 vsize=2087504 memory=1596976 CPUtime=3589.23 cores=1,3
/proc/24298/stat : 24298 (pbscip) R 24287 24298 24229 0 -1 4194304 271239 0 0 0 358867 56 0 0 20 0 1 0 32642373 2137604096 399244 18446744073709551615 4235264 18693293 140723664470816 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 59797504 140723664476553 140723664476652 140723664476652 140723664482254 0
/proc/24298/statm: 521876 399244 3968 3530 0 513327 0
Current children cumulated CPU time: 3589.23 s
Current children cumulated vsize: 2087504 KiB
Current children cumulated memory: 1596976 KiB

[startup+3600.8 s]
/proc/loadavg: 4.08 4.09 4.09 5/265 24626
/proc/meminfo: memFree=125771944/131249996 swapFree=33010684/33010684
[pid=24298] ppid=24287 vsize=2087504 memory=1596976 CPUtime=3590.03 cores=1,3
/proc/24298/stat : 24298 (pbscip) R 24287 24298 24229 0 -1 4194304 271239 0 0 0 358947 56 0 0 20 0 1 0 32642373 2137604096 399244 18446744073709551615 4235264 18693293 140723664470816 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 59797504 140723664476553 140723664476652 140723664476652 140723664482254 0
/proc/24298/statm: 521876 399244 3968 3530 0 513327 0
Current children cumulated CPU time: 3590.03 s
Current children cumulated vsize: 2087504 KiB
Current children cumulated memory: 1596976 KiB

[startup+3601.2 s]
/proc/loadavg: 4.08 4.09 4.09 5/265 24626
/proc/meminfo: memFree=125343080/131249996 swapFree=33010684/33010684
[pid=24298] ppid=24287 vsize=2087504 memory=1596976 CPUtime=3590.42 cores=1,3
/proc/24298/stat : 24298 (pbscip) R 24287 24298 24229 0 -1 4194304 271272 0 0 0 358986 56 0 0 20 0 1 0 32642373 2137604096 399244 18446744073709551615 4235264 18693293 140723664470816 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 59797504 140723664476553 140723664476652 140723664476652 140723664482254 0
/proc/24298/statm: 521876 399244 3968 3530 0 513327 0
Current children cumulated CPU time: 3590.42 s
Current children cumulated vsize: 2087504 KiB
Current children cumulated memory: 1596976 KiB

[startup+3601.4 s]
/proc/loadavg: 4.08 4.09 4.09 5/265 24626
/proc/meminfo: memFree=125343080/131249996 swapFree=33010684/33010684
[pid=24298] ppid=24287 vsize=2085676 memory=1595300 CPUtime=3590.62 cores=1,3
/proc/24298/stat : 24298 (pbscip) R 24287 24298 24229 0 -1 4194304 271285 0 0 0 359006 56 0 0 20 0 1 0 32642373 2135732224 398825 18446744073709551615 4235264 18693293 140723664470816 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 59797504 140723664476553 140723664476652 140723664476652 140723664482254 0
/proc/24298/statm: 521419 398825 3968 3530 0 512870 0
Current children cumulated CPU time: 3590.62 s
Current children cumulated vsize: 2085676 KiB
Current children cumulated memory: 1595300 KiB

Child status: 0

Real time (s): 3601.49
CPU time (s): 3590.72
CPU user time (s): 3590.14
CPU system time (s): 0.57436
CPU usage (%): 99.7009
Max. virtual memory (cumulated for all children) (KiB): 2087504
Max. memory (cumulated for all children) (KiB): 1596976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.14
system time used= 0.57436
maximum resident set size= 1596976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 271348
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= 104
involuntary context switches= 4911


# summary of solver processes directly reported to runsolver:
#   pid: 24298
#   total CPU time (s): 3590.72
#   total CPU user time (s): 3590.14
#   total CPU system time (s): 0.57436

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.232 second user time and 16.6094 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-06-29 06:00:47
IDJOB=4503250
IDBENCH=155416
IDSOLVER=3365
FILE ID=nodeC021/4503250-1751169647
RUNJOBID= nodeC021-1751169647-24241
SLURM_JOB_ID= 9587523
Free space on /tmp= 433028 MiB

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

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

MD5SUM BENCH= 18b53876a62b8c6712d354fac2089947
RANDOM SEED=2079767009

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.781
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		: 3601.761
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		: 3600.109
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		: 3599.805
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		: 3600.073
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		: 3594.959
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		: 3599.941
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		: 3599.881
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:        129759600 kB
MemAvailable:   129770184 kB
Buffers:            3280 kB
Cached:           819888 kB
SwapCached:            0 kB
Active:           335524 kB
Inactive:         563412 kB
Active(anon):      93828 kB
Inactive(anon):        0 kB
Active(file):     241696 kB
Inactive(file):   563412 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             90396 kB
Writeback:             0 kB
AnonPages:         78492 kB
Mapped:           102064 kB
Shmem:             18060 kB
KReclaimable:      89032 kB
Slab:             174932 kB
SReclaimable:      89032 kB
SUnreclaim:        85900 kB
KernelStack:        4108 kB
PageTables:         2360 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     343328 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 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= 432912 MiB
End job on nodeC021 at 2025-06-29 07:00:48