Trace number 4524400

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP 2024-07-07OPT-34 8.29674 8.33012

General information on the benchmark

NamePB25/normalized-PB25/OPT-LIN/wallon/
normalized-Clique-c0125-9_c24.opb
MD5SUMe7657c6e4289f102872f35c7391497ac
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-34
Best CPU time to get the best result obtained on this benchmark1.68694
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables126
Total number of constraints788
Number of constraints which are clauses788
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint2
Number of terms in the objective function 125
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 125
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 125
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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-4524400-1751611864.opb>
0.00/0.01	c original problem has 126 variables (126 bin, 0 int, 0 impl, 0 cont) and 788 constraints
0.00/0.01	c problem read in 0.00
0.00/0.01	o 0
0.00/0.01	c feasible solution found by trivial heuristic after 0.0 seconds, objective value 0.000000e+00
0.00/0.01	c presolving:
0.00/0.01	c (round 1, fast)       1 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 787 clqs
0.00/0.01	c    (0.0s) running MILP presolver
0.00/0.01	c    (0.0s) MILP presolver found nothing
0.00/0.02	c (round 2, exhaustive) 1 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 787 upgd conss, 0 impls, 787 clqs
0.00/0.02	c    (0.0s) probing: 51/125 (40.8%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.02	c    (0.0s) probing aborted: 50/50 successive totally useless probings
0.00/0.02	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.00/0.02	c    (0.0s) no symmetry present (symcode time: 0.00)
0.00/0.02	c presolving (3 rounds: 3 fast, 2 medium, 2 exhaustive):
0.00/0.02	c  1 deleted vars, 1 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.02	c  0 implications, 787 cliques
0.00/0.02	c presolved problem has 125 variables (125 bin, 0 int, 0 impl, 0 cont) and 787 constraints
0.00/0.02	c     787 constraints of type <setppc>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.01
0.00/0.02	c - non default parameters ----------------------------------------------------------------------
0.00/0.02	c # SCIP version 10.0.0
0.00/0.02	c 
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.00/0.02	c limits/time = 3596.997013
0.00/0.02	c 
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.00/0.02	c limits/memory = 27900
0.00/0.02	c 
0.00/0.02	c # belongs reading time to solving time?
0.00/0.02	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c timing/reading = TRUE
0.00/0.02	c 
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving
0.00/0.02	c transformed 1/1 original solutions to the transformed problem space
0.00/0.02	c 
0.00/0.02	o -26
0.00/0.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.00/0.02	c p 0.0s|     1 |     0 |     0 |     - |  clique|   0 | 125 | 787 | 787 |   0 |  0 |   0 |   0 |-1.250000e+02 |-2.600000e+01 | 380.77%| unknown
0.00/0.02	o -33
0.00/0.02	c p 0.0s|     1 |     0 |     0 |     - |   locks|   0 | 125 | 787 | 787 |   0 |  0 |   0 |   0 |-1.250000e+02 |-3.300000e+01 | 278.79%| unknown
0.00/0.03	o -34
0.00/0.03	c i 0.0s|     1 |     0 |     0 |     - |  oneopt|   0 | 125 | 787 | 787 |   0 |  0 |   0 |   0 |-1.250000e+02 |-3.400000e+01 | 267.65%| unknown
0.00/0.03	c   0.0s|     1 |     0 |   135 |     - |  4586k |   0 | 125 | 787 | 787 |   0 |  0 |   0 |   0 |-6.250000e+01 |-3.400000e+01 |  83.82%| unknown
0.00/0.03	c   0.0s|     1 |     0 |   231 |     - |  4916k |   0 | 125 | 787 | 797 |  10 |  1 |   0 |   0 |-5.650000e+01 |-3.400000e+01 |  66.18%| unknown
0.00/0.04	c   0.0s|     1 |     0 |   298 |     - |  5135k |   0 | 125 | 787 | 808 |  21 |  2 |   0 |   0 |-5.450000e+01 |-3.400000e+01 |  60.29%| unknown
0.00/0.05	c   0.0s|     1 |     0 |   379 |     - |  5251k |   0 | 125 | 787 | 818 |  31 |  3 |   0 |   0 |-5.200000e+01 |-3.400000e+01 |  52.94%| unknown
0.00/0.06	c   0.1s|     1 |     0 |   477 |     - |  5338k |   0 | 125 | 787 | 832 |  45 |  4 |   0 |   0 |-4.850000e+01 |-3.400000e+01 |  42.65%| unknown
0.00/0.08	c   0.1s|     1 |     0 |   588 |     - |  5709k |   0 | 125 | 787 | 841 |  54 |  5 |   0 |   0 |-4.700000e+01 |-3.400000e+01 |  38.24%| unknown
0.09/0.11	c   0.1s|     1 |     0 |   756 |     - |  5989k |   0 | 125 | 787 | 857 |  70 |  6 |   0 |   0 |-4.634783e+01 |-3.400000e+01 |  36.32%| unknown
0.09/0.16	c   0.2s|     1 |     0 |   834 |     - |  6298k |   0 | 125 | 787 | 866 |  79 |  7 |   0 |   0 |-4.584722e+01 |-3.400000e+01 |  34.84%| unknown
0.19/0.23	c   0.2s|     1 |     0 |   928 |     - |  8361k |   0 | 125 | 787 | 874 |  87 |  8 |   0 |   0 |-4.539959e+01 |-3.400000e+01 |  33.53%| unknown
0.19/0.29	c   0.3s|     1 |     0 |  1050 |     - |    11M |   0 | 125 | 787 | 886 |  99 |  9 |   0 |   0 |-4.473077e+01 |-3.400000e+01 |  31.56%| unknown
0.29/0.37	c   0.4s|     1 |     0 |  1146 |     - |    15M |   0 | 125 | 787 | 897 | 110 | 10 |   0 |   0 |-4.405177e+01 |-3.400000e+01 |  29.56%| unknown
0.29/0.37	c   0.4s|     1 |     0 |  1214 |     - |    15M |   0 | 125 | 787 | 906 | 119 | 11 |   0 |   0 |-4.387124e+01 |-3.400000e+01 |  29.03%| unknown
0.29/0.38	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.29/0.38	c   0.4s|     1 |     0 |  1305 |     - |    15M |   0 | 125 | 787 | 914 | 127 | 12 |   0 |   0 |-4.345212e+01 |-3.400000e+01 |  27.80%| unknown
0.29/0.38	c   0.4s|     1 |     0 |  1372 |     - |    15M |   0 | 125 | 787 | 922 | 135 | 13 |   0 |   0 |-4.328148e+01 |-3.400000e+01 |  27.30%| unknown
0.29/0.39	c   0.4s|     1 |     0 |  1417 |     - |    15M |   0 | 125 | 787 | 930 | 143 | 14 |   0 |   0 |-4.314145e+01 |-3.400000e+01 |  26.89%| unknown
0.29/0.39	c   0.4s|     1 |     0 |  1503 |     - |    16M |   0 | 125 | 787 | 937 | 150 | 15 |   0 |   0 |-4.277149e+01 |-3.400000e+01 |  25.80%| unknown
0.29/0.40	c   0.4s|     1 |     0 |  1544 |     - |    16M |   0 | 125 | 787 | 946 | 159 | 16 |   0 |   0 |-4.265305e+01 |-3.400000e+01 |  25.45%| unknown
0.29/0.41	c   0.4s|     1 |     0 |  1608 |     - |    16M |   0 | 125 | 787 | 948 | 166 | 17 |   0 |   0 |-4.226501e+01 |-3.400000e+01 |  24.31%| unknown
0.39/0.41	c   0.4s|     1 |     0 |  1647 |     - |    16M |   0 | 125 | 787 | 954 | 172 | 18 |   0 |   0 |-4.218876e+01 |-3.400000e+01 |  24.08%| unknown
0.39/0.41	c   0.4s|     1 |     0 |  1679 |     - |    16M |   0 | 125 | 787 | 958 | 176 | 19 |   0 |   0 |-4.212734e+01 |-3.400000e+01 |  23.90%| unknown
0.39/0.42	c   0.4s|     1 |     0 |  1697 |     - |    16M |   0 | 125 | 787 | 964 | 182 | 20 |   0 |   0 |-4.210259e+01 |-3.400000e+01 |  23.83%| unknown
0.39/0.42	c   0.4s|     1 |     0 |  1707 |     - |    16M |   0 | 125 | 787 | 966 | 184 | 21 |   0 |   0 |-4.209877e+01 |-3.400000e+01 |  23.82%| unknown
0.39/0.42	c   0.4s|     1 |     0 |  1723 |     - |    16M |   0 | 125 | 787 | 972 | 190 | 22 |   0 |   0 |-4.209171e+01 |-3.400000e+01 |  23.80%| unknown
0.39/0.42	c   0.4s|     1 |     0 |  1730 |     - |    16M |   0 | 125 | 787 | 963 | 193 | 23 |   0 |   0 |-4.209071e+01 |-3.400000e+01 |  23.80%| unknown
0.39/0.43	c   0.4s|     1 |     0 |  1739 |     - |    16M |   0 | 125 | 787 | 965 | 195 | 24 |   0 |   0 |-4.208919e+01 |-3.400000e+01 |  23.79%| unknown
0.58/0.69	c   0.7s|     1 |     2 |  1739 |     - |    16M |   0 | 125 | 787 | 965 | 195 | 25 |   0 |  40 |-4.165801e+01 |-3.400000e+01 |  22.52%| unknown
2.37/2.48	c   2.5s|   100 |     3 |  9060 |  73.9 |    25M |  14 | 125 | 990 | 897 | 351 |  2 | 219 | 745 |-4.150000e+01 |-3.400000e+01 |  22.06%|  54.56%
3.37/3.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3.37/3.47	c   3.5s|   200 |     9 | 15148 |  67.4 |    37M |  14 | 125 |1041 | 912 | 499 |  2 | 270 | 863 |-4.117250e+01 |-3.400000e+01 |  21.10%|  62.15%
4.46/4.51	c   4.5s|   300 |    15 | 21379 |  65.7 |    45M |  16 | 125 |1063 | 925 | 778 |  1 | 292 | 911 |-3.965517e+01 |-3.400000e+01 |  16.63%|  68.82%
4.66/4.76	c   4.8s|   400 |    17 | 24440 |  56.9 |    45M |  20 | 125 |1067 | 923 | 816 |  0 | 297 | 917 |-3.946154e+01 |-3.400000e+01 |  16.06%|  71.08%
5.66/5.77	c   5.8s|   500 |    13 | 29105 |  54.8 |    46M |  21 | 125 |1078 | 940 |1044 |  1 | 308 | 935 |-3.925571e+01 |-3.400000e+01 |  15.46%|  72.95%
6.16/6.26	c   6.3s|   600 |    17 | 33202 |  52.5 |    47M |  21 | 125 |1092 | 943 |1158 |  1 | 322 | 960 |-3.913333e+01 |-3.400000e+01 |  15.10%|  73.81%
6.86/6.91	c   6.9s|   700 |    19 | 38350 |  52.4 |    49M |  21 | 125 |1107 | 949 |1294 |  0 | 337 | 984 |-3.878889e+01 |-3.400000e+01 |  14.08%|  75.74%
7.16/7.22	c   7.2s|   800 |    25 | 42274 |  50.7 |    49M |  22 | 125 |1110 | 960 |1370 |  0 | 343 | 991 |-3.829545e+01 |-3.400000e+01 |  12.63%|  78.04%
7.97/8.06	c   8.1s|   900 |    27 | 47507 |  50.9 |    49M |  22 | 125 |1117 | 945 |1558 |  2 | 356 |1001 |-3.725000e+01 |-3.400000e+01 |   9.56%|  83.09%
8.06/8.19	c   8.2s|  1000 |    23 | 50648 |  49.0 |    49M |  28 | 125 |1120 | 963 |1590 |  1 | 363 |1006 |-3.654174e+01 |-3.400000e+01 |   7.48%|  86.53%
8.16/8.28	c   8.3s|  1100 |    13 | 53296 |  46.9 |    49M |  29 | 125 |1120 | 937 |1612 |  0 | 369 |1011 |-3.620833e+01 |-3.400000e+01 |   6.50%|  88.23%
8.26/8.31	c 
8.26/8.31	c SCIP Status        : problem is solved [optimal solution found]
8.26/8.31	c Solving Time (sec) : 8.31
8.26/8.31	c Solving Nodes      : 1137
8.26/8.31	c Primal Bound       : -3.40000000000000e+01 (523 solutions)
8.26/8.31	c Dual Bound         : -3.40000000000000e+01
8.26/8.31	c Gap                : 0.00 %
8.26/8.31	s OPTIMUM FOUND
8.26/8.31	v x1 x126 -x125 x124 x123 x122 -x121 -x120 -x119 x118 -x117 x116 x115 -x114 -x113 -x112 x111 -x110 -x109 -x108 -x107 -x106 -x105 
8.26/8.31	v -x104 -x103 x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 x86 -x85 -x84 -x83 -x82 x81 x80 
8.26/8.31	v -x79 x78 -x77 -x76 -x75 -x74 -x73 x72 x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 x55 -x54 
8.26/8.31	v -x53 -x52 -x51 x50 x49 x48 -x47 x46 x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 x35 -x34 -x33 x32 -x31 x30 -x29 -x28 -x27 
8.26/8.31	v x26 -x25 -x24 -x23 -x22 -x21 x20 x19 x18 -x17 -x16 -x15 -x14 -x13 x12 -x11 x10 -x9 x8 -x7 x6 -x5 -x4 x3 x2 
8.26/8.31	c SCIP Status        : problem is solved [optimal solution found]
8.26/8.31	c Total Time         :       8.31
8.26/8.31	c   solving          :       8.31
8.26/8.31	c   presolving       :       0.01 (included in solving)
8.26/8.31	c   reading          :       0.00 (included in solving)
8.26/8.31	c   copying          :       0.02 (7 #copies) (minimal 0.00, maximal 0.00, average 0.00)
8.26/8.31	c Original Problem   :
8.26/8.31	c   Problem name     : HOME/instance-4524400-1751611864.opb
8.26/8.31	c   Variables        : 126 (126 binary, 0 integer, 0 implicit integer, 0 continuous)
8.26/8.31	c   Constraints      : 788 initial, 788 maximal
8.26/8.31	c   Objective        : minimize, 125 non-zeros (abs.min = 1, abs.max = 1)
8.26/8.31	c Presolved Problem  :
8.26/8.31	c   Problem name     : t_HOME/instance-4524400-1751611864.opb
8.26/8.31	c   Variables        : 125 (125 binary, 0 integer, 0 implicit integer, 0 continuous)
8.26/8.31	c   Constraints      : 787 initial, 1121 maximal
8.26/8.31	c   Objective        : minimize, 125 non-zeros (abs.min = 1, abs.max = 1)
8.26/8.31	c   Nonzeros         : 1574 constraint, 1542 clique table
8.26/8.31	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
8.26/8.31	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
8.26/8.31	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
8.26/8.31	c   domcol           :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
8.26/8.31	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
8.26/8.31	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
8.26/8.31	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
8.26/8.31	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
8.26/8.31	c   gateextraction   :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
8.26/8.31	c   implics          :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
8.26/8.31	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
8.26/8.31	c   milp             :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
8.26/8.31	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
8.26/8.31	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
8.26/8.31	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
8.26/8.31	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
8.26/8.31	c   trivial          :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
8.26/8.31	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
8.26/8.31	c   dualfix          :       0.00       0.00      3          1          0          0          0          0          0          0          0          0
8.26/8.31	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
8.26/8.31	c   probing          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
8.26/8.31	c   pseudoobj        :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
8.26/8.31	c   symmetry         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
8.26/8.31	c   vbounds          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
8.26/8.31	c   setppc           :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
8.26/8.31	c   linear           :       0.00       0.00      3          0          0          0          0          0          1          0          0          0
8.26/8.31	c   logicor          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
8.26/8.31	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
8.26/8.31	c   components       :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
8.26/8.31	c   root node        :          -          -      -         50          -          -         50          -          -          -          -          -
8.26/8.31	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
8.26/8.31	c   benderslp        :          0          0          0          0        727          0          0        589          0          0          0          0          0          0          0
8.26/8.31	c   integral         :          0          0          0          0        727          0          0        589          0          0        437          0          0        316       1136
8.26/8.31	c   setppc           :        787        787         25       6154          0          0          0        583       6769          0       5879          0          0          0          0
8.26/8.31	c   logicor          :          0+       353          0       2082          0          0          0          0        169         10         32          0          0          0          0
8.26/8.31	c   benders          :          0          0          0          0          0          0          0        527          0          0          0          0          0          0          0
8.26/8.31	c   fixedvar         :          0          0          0          0          0          0          0        527          0          0          0          0          0          0          0
8.26/8.31	c   countsols        :          0          0          0          0          0          0          0        527          0          0          0          0          0          0          0
8.26/8.31	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
8.26/8.31	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
8.26/8.31	c   benderslp        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
8.26/8.31	c   integral         :       1.67       0.00       0.00       0.00       1.67       0.00       0.00       0.00       0.00       0.00
8.26/8.31	c   setppc           :       0.03       0.00       0.00       0.01       0.00       0.00       0.00       0.00       0.00       0.01
8.26/8.31	c   logicor          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
8.26/8.31	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
8.26/8.31	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
8.26/8.31	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
8.26/8.31	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
8.26/8.31	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
8.26/8.31	c   dualfix          :          2          0          0          0
8.26/8.31	c   genvbounds       :          0          0          0          0
8.26/8.31	c   nlobbt           :          0          0          0          0
8.26/8.31	c   obbt             :          0          0          0          0
8.26/8.31	c   probing          :          0          0          0          0
8.26/8.31	c   pseudoobj        :       2772          0          0          0
8.26/8.31	c   redcost          :       1907          0          0        138
8.26/8.31	c   rootredcost      :          1          0          0          0
8.26/8.31	c   symmetry         :          0          0          0          0
8.26/8.31	c   vbounds          :       2255          0          0          0
8.26/8.31	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
8.26/8.31	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
8.26/8.31	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
8.26/8.31	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
8.26/8.31	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
8.26/8.31	c   probing          :       0.00       0.00       0.00       0.00       0.00       0.00
8.26/8.31	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00       0.00
8.26/8.31	c   redcost          :       0.00       0.00       0.00       0.00       0.00       0.00
8.26/8.31	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
8.26/8.31	c   symmetry         :       0.00       0.00       0.00       0.00       0.00       0.00
8.26/8.31	c   vbounds          :       0.00       0.00       0.00       0.00       0.00       0.00
8.26/8.31	c Symmetry           :
8.26/8.31	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
8.26/8.31	c   orbital reduction:          0 reductions applied,          0 cutoffs
8.26/8.31	c   lexicographic red:          0 reductions applied,          0 cutoffs
8.26/8.31	c   shadow tree time :       0.00 s
8.26/8.31	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
8.26/8.31	c   propagation      :       0.00         10          4          -          4        8.5          0        0.0          -          -          -
8.26/8.31	c   infeasible LP    :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
8.26/8.31	c   bound exceed. LP :       0.05        513        339          -       1412       21.4          0        0.0          0        0.0       1353
8.26/8.31	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
8.26/8.31	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
8.26/8.31	c   applied globally :       0.00          -          -          0        350        9.0          -          -          0          -          -
8.26/8.31	c   applied locally  :          -          -          -          0         20       21.1          -          -          0          -          -
8.26/8.31	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
8.26/8.31	c   cut pool         :       0.13          -        588         48          -          -       9519      17528          -          -          -          -          -    (maximal pool size:       2921)
8.26/8.31	c   aggregation      :       0.16       0.00        314         25          0          0          0          0          0          0          0          0          0
8.26/8.31	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
8.26/8.31	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
8.26/8.31	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
8.26/8.31	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
8.26/8.31	c   clique           :       0.01       0.00         25         25          0          0        146       1392          0        536        536          0          0
8.26/8.31	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
8.26/8.31	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
8.26/8.31	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
8.26/8.31	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
8.26/8.31	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
8.26/8.31	c   gomory           :       4.49       0.00        212         10          0          0       8972      13288          0        291        291          0          0
8.26/8.31	c   > gomorymi       :          -          -          -          -          -          -          -       5674          0        107        107          0          -
8.26/8.31	c   > strongcg       :          -          -          -          -          -          -          -       7614          0        184        184          0          -
8.26/8.31	c   impliedbounds    :       0.00       0.00        314         25          0          0          0          0          0          0          0          0          0
8.26/8.31	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
8.26/8.31	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
8.26/8.31	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
8.26/8.31	c   mcf              :       0.00       0.00          1          1          0          0          0          0          0          0          0          0          0
8.26/8.31	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
8.26/8.31	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
8.26/8.31	c   multilinear      :       0.00       0.00         88         25          0          0          0          0          0          0          0          0          0
8.26/8.31	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
8.26/8.31	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
8.26/8.31	c   rlt              :       0.00       0.00         67         10          0          0          0          0          0          0          0          0          0
8.26/8.31	c   zerohalf         :       0.16       0.00        222         20          0          0        401       2848          0        785        785          0          0
8.26/8.31	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
8.26/8.31	c   hybrid           :       0.01       0.00        360         24       1612          0      15916        195          0        888
8.26/8.31	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
8.26/8.31	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
8.26/8.31	c Pricers            :   ExecTime  SetupTime      Calls       Vars
8.26/8.31	c   problem variables:       0.00          -          0          0
8.26/8.31	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
8.26/8.31	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
8.26/8.31	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
8.26/8.31	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
8.26/8.31	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
8.26/8.31	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
8.26/8.31	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
8.26/8.31	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
8.26/8.31	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
8.26/8.31	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
8.26/8.31	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
8.26/8.31	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
8.26/8.31	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
8.26/8.31	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
8.26/8.31	c   relpscost        :       1.67       0.00        727          0          0          0        437          0        316       1136
8.26/8.31	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
8.26/8.31	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
8.26/8.31	c   LP solutions     :       0.00          -          -          0          0
8.26/8.31	c   relax solutions  :       0.00          -          -          0          0
8.26/8.31	c   pseudo solutions :       0.00          -          -          0          0
8.26/8.31	c   strong branching :       0.02          -          -        243          0
8.26/8.31	c   actconsdiving    :       0.00       0.00          0          0          0
8.26/8.31	c   adaptivediving   :       0.00       0.00          0          0          0
8.26/8.31	c   alns             :       0.03       0.00          5          0          0
8.26/8.31	c   bound            :       0.00       0.00          0          0          0
8.26/8.31	c   clique           :       0.00       0.00          1          1          1
8.26/8.31	c   coefdiving       :       0.00       0.00          0          0          0
8.26/8.31	c   completesol      :       0.00       0.00          0          0          0
8.26/8.31	c   conflictdiving   :       0.00       0.00          1          0          0
8.26/8.31	c   crossover        :       0.01       0.00          1          0          0
8.26/8.31	c   dins             :       0.00       0.00          0          0          0
8.26/8.31	c   distributiondivin:       0.00       0.00          0          0          0
8.26/8.31	c   dps              :       0.00       0.00          0          0          0
8.26/8.31	c   dualval          :       0.00       0.00          0          0          0
8.26/8.31	c   farkasdiving     :       0.00       0.00          0          0          0
8.26/8.31	c   feasjump         :       0.00       0.00          0          0          0
8.26/8.31	c   feaspump         :       0.00       0.00          0          0          0
8.26/8.31	c   fixandinfer      :       0.00       0.00          0          0          0
8.26/8.31	c   fracdiving       :       0.00       0.00          0          0          0
8.26/8.31	c   gins             :       0.00       0.00          0          0          0
8.26/8.31	c   guideddiving     :       0.00       0.00          0          0          0
8.26/8.31	c   indcoefdiving    :       0.00       0.00          0          0          0
8.26/8.31	c   indicator        :       0.00       0.00          0          0          0
8.26/8.31	c   indicatordiving  :       0.00       0.00          0          0          0
8.26/8.31	c   indoneopt        :       0.00       0.00          0          0          0
8.26/8.31	c   indrounding      :       0.00       0.00          0          0          0
8.26/8.31	c   indtwoopt        :       0.00       0.00          0          0          0
8.26/8.31	c   intdiving        :       0.00       0.00          0          0          0
8.26/8.31	c   intshifting      :       0.00       0.00          0          0          0
8.26/8.31	c   linesearchdiving :       0.00       0.00          0          0          0
8.26/8.31	c   localbranching   :       0.00       0.00          0          0          0
8.26/8.31	c   locks            :       0.00       0.00          1          1          1
8.26/8.31	c   lpface           :       0.00       0.00          0          0          0
8.26/8.31	c   mpec             :       0.00       0.00          0          0          0
8.26/8.31	c   multistart       :       0.00       0.00          0          0          0
8.26/8.31	c   mutation         :       0.00       0.00          0          0          0
8.26/8.31	c   nlpdiving        :       0.00       0.00          0          0          0
8.26/8.31	c   objpscostdiving  :       0.00       0.00          0          0          0
8.26/8.31	c   octane           :       0.00       0.00          0          0          0
8.26/8.31	c   ofins            :       0.00       0.00          0          0          0
8.26/8.31	c   oneopt           :       0.00       0.00          1          1          1
8.26/8.31	c   padm             :       0.00       0.00          0          0          0
8.26/8.31	c   proximity        :       0.00       0.00          0          0          0
8.26/8.31	c   pscostdiving     :       0.01       0.00          1          0          0
8.26/8.31	c   randrounding     :       0.01       0.00         83         25          0
8.26/8.31	c   rens             :       0.00       0.00          0          0          0
8.26/8.31	c   reoptsols        :       0.00       0.00          0          0          0
8.26/8.31	c   repair           :       0.00       0.00          0          0          0
8.26/8.31	c   rins             :       0.02       0.00          1          1          0
8.26/8.31	c   rootsoldiving    :       0.00       0.00          0          0          0
8.26/8.31	c   rounding         :       0.04       0.00        459          0          0
8.26/8.31	c   scheduler        :       0.00       0.00          0          0          0
8.26/8.31	c   shiftandpropagate:       0.00       0.00          0          0          0
8.26/8.31	c   shifting         :       0.03       0.00        269          0          0
8.26/8.31	c   simplerounding   :       0.01       0.00       1087         30          0
8.26/8.31	c   smallcard        :       0.00       0.00          0          0          0
8.26/8.31	c   subnlp           :       0.00       0.00          0          0          0
8.26/8.31	c   trivial          :       0.00       0.00          2          1          1
8.26/8.31	c   trivialnegation  :       0.00       0.00          0          0          0
8.26/8.31	c   trustregion      :       0.00       0.00          0          0          0
8.26/8.31	c   trysol           :       0.00       0.00          0          0          0
8.26/8.31	c   twoopt           :       0.00       0.00          0          0          0
8.26/8.31	c   undercover       :       0.00       0.00          0          0          0
8.26/8.31	c   vbounds          :       0.00       0.00          1          0          0
8.26/8.31	c   veclendiving     :       0.00       0.00          0          0          0
8.26/8.31	c   zeroobj          :       0.00       0.00          0          0          0
8.26/8.31	c   zirounding       :       0.03       0.00        568        220          0
8.26/8.31	c   other solutions  :          -          -          -          0          -
8.26/8.31	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
8.26/8.31	c   rens             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
8.26/8.31	c   rins             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
8.26/8.31	c   mutation         :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
8.26/8.31	c   localbranching   :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
8.26/8.31	c   crossover        :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
8.26/8.31	c   proximity        :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
8.26/8.31	c   zeroobjective    :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
8.26/8.31	c   dins             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
8.26/8.31	c   trustregion      :          0       0.00       0.00          0          0          0    0.00000    0.00000   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    0
8.26/8.31	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
8.26/8.31	c   primal LP        :       0.01        124          0       0.00       0.00       0.01        124
8.26/8.31	c   dual LP          :       1.27       1766      53113      32.23   41697.58       0.01        118
8.26/8.31	c   lex dual LP      :       0.00          0          0       0.00          -
8.26/8.31	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
8.26/8.31	c   resolve instable :       0.00          0          0       0.00          -
8.26/8.31	c   diving/probing LP:       0.11        188       1000       5.32    9521.81
8.26/8.31	c   strong branching :       1.37       1012      61160      60.43   44667.96          -          -         59
8.26/8.31	c     (at root node) :          -         40       8407     210.18          -
8.26/8.31	c   conflict analysis:       0.03        137       1353       9.88   44031.50
8.26/8.31	c B&B Tree           :
8.26/8.31	c   number of runs   :          1
8.26/8.31	c   nodes            :       1137 (568 internal, 569 leaves)
8.26/8.31	c   feasible leaves  :          0
8.26/8.31	c   infeas. leaves   :          5
8.26/8.31	c   objective leaves :        564
8.26/8.31	c   nodes (total)    :       1137 (568 internal, 569 leaves)
8.26/8.31	c   nodes left       :          0
8.26/8.31	c   max depth        :         29
8.26/8.31	c   max depth (total):         29
8.26/8.31	c   backtracks       :        201 (17.7%)
8.26/8.31	c   early backtracks :          0 (0.0%)
8.26/8.31	c   nodes exc. ref.  :          0 (0.0%)
8.26/8.31	c   delayed cutoffs  :          0
8.26/8.31	c   repropagations   :         26 (29 domain reductions, 0 cutoffs)
8.26/8.31	c   avg switch length:       3.14
8.26/8.31	c   switching time   :       0.03
8.26/8.31	c Root Node          :
8.26/8.31	c   First LP value   : -6.25000000000000e+01
8.26/8.31	c   First LP Iters   :        135 (149006.62 Iter/sec)
8.26/8.31	c   First LP Time    :       0.00
8.26/8.31	c   Final Dual Bound : -4.16580086580087e+01
8.26/8.31	c   Final Root Iters :       1739
8.26/8.31	c   Root LP Estimate : -1.97523728434074e+01
8.26/8.31	c Solution           :
8.26/8.31	c   Solutions found  :        523 (4 improvements)
8.26/8.31	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
8.26/8.31	c   Gap First Sol.   :   infinite
8.26/8.31	c   Gap Last Sol.    :     267.65 %
8.26/8.31	c   Primal Bound     : -3.40000000000000e+01   (in run 1, after 1 nodes, 0.02 seconds, depth 0, found by <oneopt>)
8.26/8.31	c   Dual Bound       : -3.40000000000000e+01
8.26/8.31	c   Gap              :       0.00 %
8.26/8.31	c Integrals          :      Total       Avg%
8.26/8.31	c   primal-dual      :     130.23      15.68
8.26/8.31	c   primal-ref       :          -          - (not evaluated)
8.26/8.31	c   dual-ref         :          -          - (not evaluated)
8.26/8.32	c Time complete: 8.2911.

Verifier Data

OK	-34

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4524400-1751611864/watcher-4524400-1751611864 -o /tmp/evaluation-result-4524400-1751611864/solver-4524400-1751611864 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751608264-86427 --watchdog 3760 pbscip -f HOME/instance-4524400-1751611864.opb -t 3600 -j 2 -m 31000 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=86733, runsolver pid=86730

[startup+0.100058 s]*
/proc/loadavg: 4.11 4.13 4.09 4/262 86734
/proc/meminfo: memFree=93058600/131249996 swapFree=33005016/33010684
[pid=86733] ppid=86730 vsize=48548 memory=23040 CPUtime=0.09 cores=5,7
/proc/86733/stat : 86733 (pbscip) R 86730 86733 85761 0 -1 4194304 2214 0 0 0 9 0 0 0 20 0 1 0 76865985 49713152 5760 18446744073709551615 4235264 18693293 140726062231200 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 29274112 140726062238089 140726062238188 140726062238188 140726062243790 0
/proc/86733/statm: 12137 5760 3936 3530 0 3588 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 48548 KiB
Current children cumulated memory: 23040 KiB

[startup+0.20499 s]*
/proc/loadavg: 4.11 4.13 4.09 5/261 86740
/proc/meminfo: memFree=93058632/131249996 swapFree=33005016/33010684
[pid=86733] ppid=86730 vsize=50352 memory=24576 CPUtime=0.19 cores=5,7
/proc/86733/stat : 86733 (pbscip) R 86730 86733 85761 0 -1 4194304 2601 0 0 0 19 0 0 0 20 0 1 0 76865985 51560448 6144 18446744073709551615 4235264 18693293 140726062231200 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 29274112 140726062238089 140726062238188 140726062238188 140726062243790 0
/proc/86733/statm: 12588 6144 3936 3530 0 4039 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 50352 KiB
Current children cumulated memory: 24576 KiB

[startup+0.305186 s]*
/proc/loadavg: 4.11 4.13 4.09 5/260 86751
/proc/meminfo: memFree=93062276/131249996 swapFree=33005016/33010684
[pid=86733] ppid=86730 vsize=54980 memory=29056 CPUtime=0.29 cores=5,7
/proc/86733/stat : 86733 (pbscip) R 86730 86733 85761 0 -1 4194304 3711 0 0 0 29 0 0 0 20 0 1 0 76865985 56299520 7264 18446744073709551615 4235264 18693293 140726062231200 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 29274112 140726062238089 140726062238188 140726062238188 140726062243790 0
/proc/86733/statm: 13745 7264 3936 3530 0 5196 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 54980 KiB
Current children cumulated memory: 29056 KiB

[startup+0.700105 s]
/proc/loadavg: 4.11 4.13 4.09 4/258 86751
/proc/meminfo: memFree=93050484/131249996 swapFree=33005016/33010684
[pid=86733] ppid=86730 vsize=63200 memory=35200 CPUtime=0.68 cores=5,7
/proc/86733/stat : 86733 (pbscip) R 86730 86733 85761 0 -1 4194304 5251 0 0 0 68 0 0 0 20 0 1 0 76865985 64716800 8800 18446744073709551615 4235264 18693293 140726062231200 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 29274112 140726062238089 140726062238188 140726062238188 140726062243790 0
/proc/86733/statm: 15800 8800 3936 3530 0 7251 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 63200 KiB
Current children cumulated memory: 35200 KiB

[startup+1.50009 s]
/proc/loadavg: 4.11 4.13 4.09 4/258 86751
/proc/meminfo: memFree=93215360/131249996 swapFree=33005016/33010684
[pid=86733] ppid=86730 vsize=63200 memory=35200 CPUtime=1.47 cores=5,7
/proc/86733/stat : 86733 (pbscip) R 86730 86733 85761 0 -1 4194304 5261 0 0 0 147 0 0 0 20 0 1 0 76865985 64716800 8800 18446744073709551615 4235264 18693293 140726062231200 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 29274112 140726062238089 140726062238188 140726062238188 140726062243790 0
/proc/86733/statm: 15800 8800 3936 3530 0 7251 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 63200 KiB
Current children cumulated memory: 35200 KiB

[startup+3.10519 s]
/proc/loadavg: 4.11 4.13 4.09 4/258 86751
/proc/meminfo: memFree=93207372/131249996 swapFree=33005016/33010684
[pid=86733] ppid=86730 vsize=80292 memory=49536 CPUtime=3.07 cores=5,7
/proc/86733/stat : 86733 (pbscip) R 86730 86733 85761 0 -1 4194304 8843 0 0 0 306 1 0 0 20 0 1 0 76865985 82219008 12384 18446744073709551615 4235264 18693293 140726062231200 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 29274112 140726062238089 140726062238188 140726062238188 140726062243790 0
/proc/86733/statm: 20073 12384 3936 3530 0 11524 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 80292 KiB
Current children cumulated memory: 49536 KiB

[startup+6.3001 s]
/proc/loadavg: 4.02 4.11 4.08 4/258 86751
/proc/meminfo: memFree=96629140/131249996 swapFree=33005016/33010684
[pid=86733] ppid=86730 vsize=91580 memory=59392 CPUtime=6.26 cores=5,7
/proc/86733/stat : 86733 (pbscip) R 86730 86733 85761 0 -1 4194304 11297 0 0 0 625 1 0 0 20 0 1 0 76865985 93777920 14848 18446744073709551615 4235264 18693293 140726062231200 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 29274112 140726062238089 140726062238188 140726062238188 140726062243790 0
/proc/86733/statm: 22895 14848 3936 3530 0 14346 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 91580 KiB
Current children cumulated memory: 59392 KiB

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

# cumulated CPU time of all completed processes:  user=8.27081 s, system=0.025929 s

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

[startup+6.40012 s]
/proc/loadavg: 4.02 4.11 4.08 4/258 86751
/proc/meminfo: memFree=96629140/131249996 swapFree=33005016/33010684
[pid=86733] ppid=86730 vsize=91580 memory=59392 CPUtime=6.36 cores=5,7
/proc/86733/stat : 86733 (pbscip) R 86730 86733 85761 0 -1 4194304 11297 0 0 0 635 1 0 0 20 0 1 0 76865985 93777920 14848 18446744073709551615 4235264 18693293 140726062231200 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 29274112 140726062238089 140726062238188 140726062238188 140726062243790 0
/proc/86733/statm: 22895 14848 3936 3530 0 14346 0
Current children cumulated CPU time: 6.36 s
Current children cumulated vsize: 91580 KiB
Current children cumulated memory: 59392 KiB

[startup+7.20012 s]
/proc/loadavg: 4.02 4.11 4.08 4/258 86751
/proc/meminfo: memFree=96628664/131249996 swapFree=33005016/33010684
[pid=86733] ppid=86730 vsize=94412 memory=62080 CPUtime=7.16 cores=5,7
/proc/86733/stat : 86733 (pbscip) R 86730 86733 85761 0 -1 4194304 12052 0 0 0 714 2 0 0 20 0 1 0 76865985 96677888 15520 18446744073709551615 4235264 18693293 140726062231200 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 29274112 140726062238089 140726062238188 140726062238188 140726062243790 0
/proc/86733/statm: 23603 15520 3936 3530 0 15054 0
Current children cumulated CPU time: 7.16 s
Current children cumulated vsize: 94412 KiB
Current children cumulated memory: 62080 KiB

[startup+8.00011 s]*
/proc/loadavg: 4.02 4.11 4.08 4/258 86751
/proc/meminfo: memFree=96628664/131249996 swapFree=33005016/33010684
[pid=86733] ppid=86730 vsize=94412 memory=62080 CPUtime=7.97 cores=5,7
/proc/86733/stat : 86733 (pbscip) R 86730 86733 85761 0 -1 4194304 12052 0 0 0 795 2 0 0 20 0 1 0 76865985 96677888 15520 18446744073709551615 4235264 18693293 140726062231200 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 29274112 140726062238089 140726062238188 140726062238188 140726062243790 0
/proc/86733/statm: 23603 15520 3936 3530 0 15054 0
Current children cumulated CPU time: 7.97 s
Current children cumulated vsize: 94412 KiB
Current children cumulated memory: 62080 KiB

[startup+8.2001 s]
/proc/loadavg: 4.02 4.11 4.08 4/258 86751
/proc/meminfo: memFree=96628664/131249996 swapFree=33005016/33010684
[pid=86733] ppid=86730 vsize=96608 memory=63360 CPUtime=8.16 cores=5,7
/proc/86733/stat : 86733 (pbscip) R 86730 86733 85761 0 -1 4194304 12372 0 0 0 814 2 0 0 20 0 1 0 76865985 98926592 15840 18446744073709551615 4235264 18693293 140726062231200 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 29274112 140726062238089 140726062238188 140726062238188 140726062243790 0
/proc/86733/statm: 24152 15840 3936 3530 0 15603 0
Current children cumulated CPU time: 8.16 s
Current children cumulated vsize: 96608 KiB
Current children cumulated memory: 63360 KiB

[startup+8.30011 s]
/proc/loadavg: 4.02 4.11 4.08 4/258 86751
/proc/meminfo: memFree=96628664/131249996 swapFree=33005016/33010684
[pid=86733] ppid=86730 vsize=96608 memory=63360 CPUtime=8.26 cores=5,7
/proc/86733/stat : 86733 (pbscip) R 86730 86733 85761 0 -1 4194304 12372 0 0 0 824 2 0 0 20 0 1 0 76865985 98926592 15840 18446744073709551615 4235264 18693293 140726062231200 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 29274112 140726062238089 140726062238188 140726062238188 140726062243790 0
/proc/86733/statm: 24152 15840 3936 3530 0 15603 0
Current children cumulated CPU time: 8.26 s
Current children cumulated vsize: 96608 KiB
Current children cumulated memory: 63360 KiB

Child status: 0

Real time (s): 8.33012
CPU time (s): 8.29674
CPU user time (s): 8.27081
CPU system time (s): 0.025929
CPU usage (%): 99.5992
Max. virtual memory (cumulated for all children) (KiB): 96608
Max. memory (cumulated for all children) (KiB): 63360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.27081
system time used= 0.025929
maximum resident set size= 63360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12378
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= 84
involuntary context switches= 17


# summary of solver processes directly reported to runsolver:
#   pid: 86733
#   total CPU time (s): 8.29674
#   total CPU user time (s): 8.27081
#   total CPU system time (s): 0.025929

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.020944 second user time and 0.062397 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-07-04 08:51:04
IDJOB=4524400
IDBENCH=180666
IDSOLVER=3365
FILE ID=nodeC030/4524400-1751611864
RUNJOBID= nodeC030-1751608264-86427
SLURM_JOB_ID= 9598884
Free space on /tmp= 431556 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB25/normalized-PB25/OPT-LIN/wallon/normalized-Clique-c0125-9_c24.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4524400-1751611864/watcher-4524400-1751611864 -o /tmp/evaluation-result-4524400-1751611864/solver-4524400-1751611864 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751608264-86427 --watchdog 3760  pbscip -f HOME/instance-4524400-1751611864.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= e7657c6e4289f102872f35c7391497ac
RANDOM SEED=1550073542

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        93066080 kB
MemAvailable:   93639712 kB
Buffers:              16 kB
Cached:          1364416 kB
SwapCached:          224 kB
Active:         36143220 kB
Inactive:        1297140 kB
Active(anon):   36026596 kB
Inactive(anon):    62920 kB
Active(file):     116624 kB
Inactive(file):  1234220 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005016 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             19204 kB
Writeback:             8 kB
AnonPages:      36076780 kB
Mapped:           120124 kB
Shmem:             13540 kB
KReclaimable:     123656 kB
Slab:             213100 kB
SReclaimable:     123656 kB
SUnreclaim:        89444 kB
KernelStack:        4192 kB
PageTables:        74128 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   36953900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150488 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11630592 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:      189140 kB
DirectMap2M:     9019392 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431560 MiB
End job on nodeC030 at 2025-07-04 08:51:13