Trace number 4525642

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? 3586.82 3597.88

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/scens/
normalized-scen06-20reduc_wcsp.wbo
MD5SUM7dad1a14c72e86cc3ff77d9672745bc4
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3163
Best CPU time to get the best result obtained on this benchmark60.0599
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1594
Total number of constraints87251
Number of soft constraints87169
Number of constraints which are clauses87169
Number of constraints which are cardinality constraints (but not clauses)82
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint24
Top cost 3389
Min constraint cost 1
Max constraint cost 2436
Sum of constraints costs 29876722
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 25
Number of bits of the biggest sum of numbers5
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-4525642-1751620458.wbo>
0.29/0.32	c original problem has 88763 variables (88763 bin, 0 int, 0 impl, 0 cont) and 174421 constraints
0.29/0.32	c problem read in 0.32
1.18/1.24	c presolving:
1.78/1.82	c (round 1, exhaustive) 1 del vars, 1 del conss, 0 add conss, 87169 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 87169 impls, 7862 clqs
4.77/4.81	c    (4.8s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
5.17/5.29	c    (5.3s) no symmetry present (symcode time: 0.21)
5.37/5.46	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
5.37/5.46	c  26 deleted vars, 1 deleted constraints, 0 added constraints, 87169 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
5.37/5.46	c  87169 implications, 7864 cliques
5.37/5.46	c presolved problem has 175906 variables (88762 bin, 0 int, 87144 impl, 0 cont) and 174420 constraints
5.37/5.46	c       1 constraints of type <knapsack>
5.37/5.46	c      81 constraints of type <setppc>
5.37/5.46	c   87169 constraints of type <linear>
5.37/5.46	c   87169 constraints of type <indicator>
5.37/5.46	c transformed objective value is always integral (scale: 1)
5.37/5.46	c Presolving Time: 4.87
5.37/5.46	c - non default parameters ----------------------------------------------------------------------
5.37/5.46	c # SCIP version 10.0.0
5.37/5.46	c 
5.37/5.46	c # maximal time in seconds to run
5.37/5.46	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
5.37/5.46	c limits/time = 3596.998008
5.37/5.46	c 
5.37/5.46	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
5.37/5.46	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
5.37/5.46	c limits/memory = 27900
5.37/5.46	c 
5.37/5.46	c # belongs reading time to solving time?
5.37/5.46	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
5.37/5.46	c timing/reading = TRUE
5.37/5.46	c 
5.37/5.46	c -----------------------------------------------------------------------------------------------
5.37/5.46	c start solving
5.47/5.55	c 
9.76/9.85	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
9.76/9.85	c   9.8s|     1 |     0 |   366 |     - |  1162M |   0 | 175k| 174k| 174k|   0 |  0 |  47 |   0 | 0.000000e+00 |      --      |    Inf | unknown
25.32/25.42	c  25.4s|     1 |     0 |  5593 |     - |  1255M |   0 | 175k| 174k| 174k|  36 |  1 |  54 |   0 | 0.000000e+00 |      --      |    Inf | unknown
27.82/27.96	c  27.9s|     1 |     0 |  5749 |     - |  1273M |   0 | 175k| 174k| 174k|  72 |  2 |  59 |   0 | 0.000000e+00 |      --      |    Inf | unknown
30.21/30.32	c  30.3s|     1 |     0 |  5906 |     - |  1290M |   0 | 175k| 174k| 174k| 102 |  3 |  61 |   0 | 0.000000e+00 |      --      |    Inf | unknown
32.71/32.87	c  32.9s|     1 |     0 |  6077 |     - |  1309M |   0 | 175k| 174k| 174k| 127 |  4 |  66 |   0 | 0.000000e+00 |      --      |    Inf | unknown
34.50/34.65	c  34.6s|     1 |     0 |  6427 |     - |  1326M |   0 | 175k| 174k| 174k| 157 |  5 |  67 |   0 | 0.000000e+00 |      --      |    Inf | unknown
36.60/36.77	c  36.8s|     1 |     0 |  6615 |     - |  1345M |   0 | 175k| 174k| 174k| 185 |  6 |  73 |   0 | 0.000000e+00 |      --      |    Inf | unknown
38.29/38.44	c  38.4s|     1 |     0 |  6810 |     - |  1370M |   0 | 175k| 174k| 174k| 211 |  7 |  76 |   0 | 0.000000e+00 |      --      |    Inf | unknown
39.39/39.57	c  39.6s|     1 |     0 |  6961 |     - |  1388M |   0 | 175k| 174k| 174k| 234 |  8 |  80 |   0 | 0.000000e+00 |      --      |    Inf | unknown
40.68/40.85	c  40.8s|     1 |     0 |  7069 |     - |  1405M |   0 | 175k| 174k| 174k| 255 |  9 |  82 |   0 | 0.000000e+00 |      --      |    Inf | unknown
41.99/42.16	c  42.2s|     1 |     0 |  7257 |     - |  1423M |   0 | 175k| 174k| 174k| 275 | 10 |  87 |   0 | 0.000000e+00 |      --      |    Inf | unknown
42.68/42.89	c  42.9s|     1 |     0 |  7434 |     - |  1440M |   0 | 175k| 174k| 174k| 298 | 11 |  88 |   0 | 0.000000e+00 |      --      |    Inf | unknown
72.70/72.94	c  72.9s|     1 |     2 | 16751 |     - |  1490M |   0 | 175k| 174k| 174k| 298 | 11 | 403 |  20 | 0.000000e+00 |      --      |    Inf | unknown
360.73/361.84	c   362s|   100 |    77 | 54792 | 478.4 |  1942M |  18 | 175k| 174k| 174k|1210 |  1 | 524 | 649 | 0.000000e+00 |      --      |    Inf |   0.87%
509.19/510.70	c   511s|   200 |   159 |101860 | 474.5 |  2553M |  21 | 175k| 175k| 174k|3449 |  4 |1023 | 742 | 0.000000e+00 |      --      |    Inf |   1.09%
745.99/748.25	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
745.99/748.25	c   748s|   300 |   255 |240853 | 780.7 |  2648M |  23 | 175k| 178k| 174k|4846 |  1 |5243 | 816 | 0.000000e+00 |      --      |    Inf |   1.12%
926.35/929.15	c   929s|   400 |   351 |306615 | 749.8 |  2693M |  25 | 175k| 177k| 174k|6041 |  1 |9508 | 909 | 0.000000e+00 |      --      |    Inf |   1.12%
1029.72/1032.87	c  1033s|   500 |   451 |344250 | 675.0 |  2727M |  38 | 175k| 177k| 174k|6212 |  1 |  11k| 961 | 0.000000e+00 |      --      |    Inf |   1.12%
1125.72/1129.16	c  1129s|   600 |   527 |381864 | 625.1 |  2820M |  41 | 175k| 177k| 174k|6788 |  2 |  12k|1037 | 0.000000e+00 |      --      |    Inf |   1.12%
1246.68/1250.53	c  1251s|   700 |   617 |425930 | 598.7 |  3037M |  44 | 175k| 176k| 174k|7603 |  1 |  12k|1127 | 0.000000e+00 |      --      |    Inf |   1.12%
1502.35/1507.19	c  1507s|   800 |   705 |499014 | 615.2 |  3661M |  44 | 175k| 177k| 174k|  10k|  0 |  15k|1311 | 0.000000e+00 |      --      |    Inf |   1.14%
1652.38/1657.77	c  1658s|   900 |   785 |554840 | 608.9 |  3910M |  46 | 175k| 176k| 174k|  12k|  2 |  16k|1415 | 0.000000e+00 |      --      |    Inf |   1.17%
1816.03/1821.99	c  1822s|  1000 |   871 |621535 | 614.7 |  4187M |  51 | 175k| 176k| 174k|  13k|  3 |  17k|1556 | 0.000000e+00 |      --      |    Inf |   1.33%
2043.22/2049.81	c  2050s|  1100 |   944 |692286 | 623.2 |  4501M |  52 | 175k| 176k| 174k|  15k|  1 |  18k|1710 | 0.000000e+00 |      --      |    Inf |   1.35%
2220.47/2227.60	c  2228s|  1200 |  1018 |751334 | 620.4 |  4699M |  52 | 175k| 176k| 174k|  17k|  2 |  21k|1873 | 0.000000e+00 |      --      |    Inf |   1.40%
2361.55/2369.13	c  2369s|  1300 |  1088 |807734 | 616.1 |  4929M |  52 | 175k| 176k| 174k|  18k|  2 |  21k|2025 | 0.000000e+00 |      --      |    Inf |   1.74%
2557.09/2565.27	c  2565s|  1400 |  1158 |866703 | 614.2 |  5232M |  52 | 175k| 177k|   0 |  20k|  0 |  24k|2177 | 0.000000e+00 |      --      |    Inf |   1.79%
2771.17/2779.92	c  2780s|  1500 |  1228 |927322 | 613.7 |  5436M |  52 | 175k| 178k| 174k|  22k|  2 |  26k|2386 | 0.000000e+00 |      --      |    Inf |   1.82%
2924.94/2934.11	c  2934s|  1600 |  1299 |991644 | 615.5 |  5600M |  55 | 175k| 177k| 174k|  23k|  2 |  27k|2541 | 0.000000e+00 |      --      |    Inf |   2.22%
3073.99/3083.66	c  3084s|  1700 |  1368 |  1050k| 613.8 |  5740M |  55 | 175k| 176k| 174k|  25k|  1 |  28k|2703 | 0.000000e+00 |      --      |    Inf |   2.26%
3186.73/3196.75	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
3186.73/3196.75	c (run 1, node 1794) performing user restart
3186.73/3196.75	c 
3186.73/3196.76	c (restart) converted 83 cuts from the global cut pool into linear constraints
3186.73/3196.76	c 
3187.33/3197.30	c presolving:
3187.53/3197.57	c (round 1, exhaustive) 0 del vars, 63 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 83 upgd conss, 87169 impls, 7864 clqs
3205.99/3216.03	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
3205.99/3216.03	c  0 deleted vars, 63 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 3 changed coefficients
3205.99/3216.03	c  87169 implications, 7864 cliques
3205.99/3216.03	c presolved problem has 175906 variables (88762 bin, 0 int, 87144 impl, 0 cont) and 177156 constraints
3205.99/3216.03	c      81 constraints of type <knapsack>
3205.99/3216.03	c      81 constraints of type <setppc>
3205.99/3216.03	c   87169 constraints of type <linear>
3205.99/3216.03	c    2656 constraints of type <logicor>
3205.99/3216.03	c   87169 constraints of type <indicator>
3205.99/3216.03	c transformed objective value is always integral (scale: 1)
3205.99/3216.03	c Presolving Time: 23.66
3206.09/3216.11	c 
3209.47/3219.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3209.47/3219.58	c  3220s|     1 |     0 |  1088k|     - |  5729M |   0 | 175k| 177k| 174k|   0 |  0 |  29k|2844 | 0.000000e+00 |      --      |    Inf | unknown
3221.36/3231.48	c  3231s|     1 |     0 |  1089k|     - |  5751M |   0 | 175k| 177k| 174k|  50 |  1 |  29k|2844 | 0.000000e+00 |      --      |    Inf | unknown
3223.16/3233.29	c  3233s|     1 |     0 |  1089k|     - |  5768M |   0 | 175k| 177k| 174k|  79 |  2 |  29k|2844 | 0.000000e+00 |      --      |    Inf | unknown
3225.35/3235.47	c  3235s|     1 |     0 |  1089k|     - |  5768M |   0 | 175k| 177k| 174k| 113 |  3 |  29k|2844 | 0.000000e+00 |      --      |    Inf | unknown
3227.25/3237.35	c  3237s|     1 |     0 |  1089k|     - |  5769M |   0 | 175k| 177k| 174k| 141 |  4 |  29k|2844 | 0.000000e+00 |      --      |    Inf | unknown
3228.64/3238.70	c  3239s|     1 |     0 |  1089k|     - |  5786M |   0 | 175k| 177k| 174k| 162 |  5 |  29k|2844 | 0.000000e+00 |      --      |    Inf | unknown
3230.14/3240.26	c  3240s|     1 |     0 |  1090k|     - |  5803M |   0 | 175k| 177k| 174k| 183 |  6 |  29k|2844 | 0.000000e+00 |      --      |    Inf | unknown
3232.23/3242.31	c  3242s|     1 |     0 |  1090k|     - |  5804M |   0 | 175k| 177k| 174k| 204 |  7 |  29k|2844 | 0.000000e+00 |      --      |    Inf | unknown
3233.53/3243.61	c  3244s|     1 |     0 |  1090k|     - |  5804M |   0 | 175k| 177k| 174k| 228 |  8 |  29k|2844 | 0.000000e+00 |      --      |    Inf | unknown
3234.33/3244.44	c  3244s|     1 |     0 |  1090k|     - |  5804M |   0 | 175k| 177k| 174k| 247 |  9 |  29k|2844 | 0.000000e+00 |      --      |    Inf | unknown
3235.72/3245.88	c  3246s|     1 |     0 |  1091k|     - |  5821M |   0 | 175k| 177k| 174k| 271 | 10 |  29k|2844 | 0.000000e+00 |      --      |    Inf | unknown
3236.62/3246.78	c  3247s|     1 |     0 |  1091k|     - |  5821M |   0 | 175k| 177k| 174k| 292 | 11 |  29k|2844 | 0.000000e+00 |      --      |    Inf | unknown
3257.35/3267.50	c  3267s|     1 |     2 |  1099k|     - |  5821M |   0 | 175k| 177k| 174k| 292 | 11 |  29k|2853 | 0.000000e+00 |      --      |    Inf | unknown
3448.92/3459.69	c  3460s|   100 |    99 |  1166k| 610.9 |  5888M |  37 | 175k| 179k| 174k| 492 |  2 |  35k|2922 | 0.000000e+00 |      --      |    Inf | unknown
3585.94/3597.04	c 
3585.94/3597.04	c SCIP Status        : solving was interrupted [time limit reached]
3585.94/3597.04	c Solving Time (sec) : 3597.03
3585.94/3597.04	c Solving Nodes      : 164 (total of 1958 nodes in 2 runs)
3585.94/3597.04	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
3585.94/3597.04	c Dual Bound         : +0.00000000000000e+00
3585.94/3597.04	c Gap                : infinite
3585.94/3597.04	s UNKNOWN
3585.94/3597.04	c SCIP Status        : solving was interrupted [time limit reached]
3585.94/3597.04	c Total Time         :    3597.03
3585.94/3597.04	c   solving          :    3597.03
3585.94/3597.04	c   presolving       :      23.66 (included in solving)
3585.94/3597.04	c   reading          :       0.32 (included in solving)
3585.94/3597.04	c   copying          :       2.73 (5 #copies) (minimal 0.53, maximal 0.56, average 0.55)
3585.94/3597.04	c Original Problem   :
3585.94/3597.04	c   Problem name     : HOME/instance-4525642-1751620458.wbo
3585.94/3597.04	c   Variables        : 88763 (88763 binary, 0 integer, 0 implicit integer, 0 continuous)
3585.94/3597.04	c   Constraints      : 174421 initial, 174421 maximal
3585.94/3597.04	c   Objective        : minimize, 87169 non-zeros (abs.min = 1, abs.max = 2436)
3585.94/3597.04	c Presolved Problem  :
3585.94/3597.04	c   Problem name     : t_HOME/instance-4525642-1751620458.wbo
3585.94/3597.04	c   Variables        : 175906 (88762 binary, 0 integer, 87144 implicit integer, 0 continuous)
3585.94/3597.04	c   Constraints      : 177156 initial, 180062 maximal
3585.94/3597.04	c   Objective        : minimize, 87169 non-zeros (abs.min = 1, abs.max = 2436)
3585.94/3597.04	c   Nonzeros         : 892364 constraint, 872954 clique table
3585.94/3597.04	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3585.94/3597.04	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.94/3597.04	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.94/3597.04	c   domcol           :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
3585.94/3597.04	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.94/3597.04	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.94/3597.04	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.94/3597.04	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3585.94/3597.04	c   gateextraction   :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
3585.94/3597.04	c   implics          :       0.01       0.00      4          0          0          0          0          0          0          0          0          0
3585.94/3597.04	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.94/3597.04	c   milp             :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.94/3597.04	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.94/3597.04	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.94/3597.04	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3585.94/3597.04	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.94/3597.04	c   trivial          :       0.02       0.00      4          0          0          0          0          0          0          0          0          0
3585.94/3597.04	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.94/3597.04	c   dualfix          :       0.02       0.00      4          0          0          0          0          0          0          0          0          0
3585.94/3597.04	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.94/3597.04	c   probing          :       2.83       0.01      1          0         25          0          0          0          0          0          0          0
3585.94/3597.04	c   pseudoobj        :       0.01       0.02      2          0          0          0          0          0          0          0          0          0
3585.94/3597.04	c   symmetry         :       0.48       0.00      1          0          0          0          0          0          0          0          0          0
3585.94/3597.04	c   vbounds          :       0.07       0.01      2          0          0          0          0          0          0          0          0          0
3585.94/3597.04	c   knapsack         :       0.11       0.01      6          0          0          0          0          0          0          0          0          1
3585.94/3597.04	c   setppc           :       0.01       0.00      6          0          0          0          0          0          0          0          0          0
3585.94/3597.04	c   linear           :       0.71       0.02      8          0          1          0      87169          0          1          0          0          0
3585.94/3597.04	c   logicor          :      18.26       0.02      5          0          0          0          0          0         63          0          0          2
3585.94/3597.04	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.94/3597.04	c   indicator        :       0.04       0.01      3          0          0          0          0          0          0          0          0          0
3585.94/3597.04	c   components       :       0.25       0.00      2          0          0          0          0          0          0          0          0          0
3585.94/3597.04	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
3585.94/3597.04	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3585.94/3597.04	c   benderslp        :          0          0          0          0       1835          0          0        784          0          0          0          0          0          0          0
3585.94/3597.04	c   integral         :          0          0          0          0       1835          0          0        784          0          0        146          0          0        173       3546
3585.94/3597.04	c   knapsack         :         81         81         11      68907          0          0          0        779      82592        642         72         10          1          0          0
3585.94/3597.04	c   setppc           :         81         81         22      68277          0          0          0        717       3111       1942      22849          0          0          0          0
3585.94/3597.04	c   linear           :      87169      87169         22      66335          0          0          0          3     185124        246      62809          0          0          0          0
3585.94/3597.04	c   logicor          :       2656+      5562         22      25044          0          0          0          0       3078       3475       1740         25         16          0          0
3585.94/3597.04	c   benders          :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3585.94/3597.04	c   indicator        :      87169      87169        735      62614          0          0          0          0     208707         29    4800716          0          0          0          0
3585.94/3597.04	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3585.94/3597.04	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3585.94/3597.04	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3585.94/3597.04	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3585.94/3597.04	c   benderslp        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.94/3597.04	c   integral         :    1018.35       0.00       0.00       0.00    1018.33       0.00       0.00       0.01       0.00       0.00
3585.94/3597.04	c   knapsack         :     147.08       0.01       0.01      75.42       0.00       0.00       0.00       4.16      67.38       0.10
3585.94/3597.04	c   setppc           :      26.54       0.00       0.00      25.80       0.00       0.00       0.00       0.00       0.00       0.74
3585.94/3597.04	c   linear           :      24.66       0.02       0.25      23.41       0.00       0.00       0.00       0.00       0.14       0.85
3585.94/3597.04	c   logicor          :      44.13       0.02       0.01      44.06       0.00       0.00       0.00       0.00       0.01       0.03
3585.94/3597.04	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.94/3597.04	c   indicator        :     314.79       0.01       9.81     264.35       0.00       0.00       0.00       0.00       0.10      40.52
3585.94/3597.04	c   fixedvar         :       0.01       0.01       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.94/3597.04	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.94/3597.04	c   components       :       0.01       0.00       0.00       0.01       0.00       0.00       0.00       0.00       0.00       0.00
3585.94/3597.04	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3585.94/3597.04	c   dualfix          :          2          0          0          0
3585.94/3597.04	c   genvbounds       :          0          0          0          0
3585.94/3597.04	c   nlobbt           :          0          0          0          0
3585.94/3597.04	c   obbt             :          0          0          0          0
3585.94/3597.04	c   probing          :          0          0          0          0
3585.94/3597.04	c   pseudoobj        :       8028        113          0        352
3585.94/3597.04	c   redcost          :       6729          0          0    5103996
3585.94/3597.04	c   rootredcost      :          2          0          0          0
3585.94/3597.04	c   symmetry         :          0          0          0          0
3585.94/3597.04	c   vbounds          :      29639          0          0          0
3585.94/3597.04	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3585.94/3597.04	c   dualfix          :       0.03       0.00       0.02       0.01       0.00       0.00
3585.94/3597.04	c   genvbounds       :       0.02       0.00       0.00       0.02       0.00       0.00
3585.94/3597.04	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3585.94/3597.04	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3585.94/3597.04	c   probing          :       2.84       0.01       2.83       0.00       0.00       0.00
3585.94/3597.04	c   pseudoobj        :       0.32       0.02       0.01       0.16       0.13       0.00
3585.94/3597.04	c   redcost          :      60.86       0.00       0.00      60.86       0.00       0.00
3585.94/3597.04	c   rootredcost      :       0.09       0.00       0.00       0.08       0.00       0.00
3585.94/3597.04	c   symmetry         :       0.52       0.00       0.48       0.03       0.00       0.01
3585.94/3597.04	c   vbounds          :       9.55       0.01       0.07       9.46       0.00       0.01
3585.94/3597.04	c Symmetry           :
3585.94/3597.04	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
3585.94/3597.04	c   orbital reduction:          0 reductions applied,          0 cutoffs
3585.94/3597.04	c   lexicographic red:          0 reductions applied,          0 cutoffs
3585.94/3597.04	c   shadow tree time :       0.00 s
3585.94/3597.04	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3585.94/3597.04	c   propagation      :      68.15       6332       6295          -      54473       39.3        315       20.7          -          -          -
3585.94/3597.04	c   infeasible LP    :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3585.94/3597.04	c   bound exceed. LP :      20.49        322         15          -         97      127.6          0        0.0          0        0.0       3111
3585.94/3597.04	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3585.94/3597.04	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3585.94/3597.04	c   applied globally :     237.68          -          -          0      36838       37.8          -          -          0          -          -
3585.94/3597.04	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
3585.94/3597.04	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3585.94/3597.04	c   cut pool         :       2.34          -       1457         42          -          -      27475     272013          -          -          -          -          -    (maximal pool size:       5370)
3585.94/3597.04	c   aggregation      :      47.31       0.00        577         22          0          0          5         23          0          1          1          0          0
3585.94/3597.04	c   > cmir           :          -          -          -          -          -          -          -         23          0          1          1          0          -
3585.94/3597.04	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
3585.94/3597.04	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
3585.94/3597.04	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.94/3597.04	c   clique           :      19.34       0.00         22         22          0          0          0          0          0          0          0          0          0
3585.94/3597.04	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.94/3597.04	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.94/3597.04	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.94/3597.04	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.94/3597.04	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.94/3597.04	c   gomory           :     218.13       0.00        391         20          0          0      22406     218237         64      12292      12289          3          0
3585.94/3597.04	c   > gomorymi       :          -          -          -          -          -          -          -      56953         32        747        746          1          -
3585.94/3597.04	c   > strongcg       :          -          -          -          -          -          -          -     161284         32      11545      11543          2          -
3585.94/3597.04	c   impliedbounds    :       3.22       0.00        577         22          0          0          0          0          0          0          0          0          0
3585.94/3597.04	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.94/3597.04	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.94/3597.04	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.94/3597.04	c   mcf              :       0.24       0.00          2          2          0          0          0          0          0          0          0          0          0
3585.94/3597.04	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.94/3597.04	c   mixing           :       0.00       0.00        577         22          0          0          0          0          0          0          0          0          0
3585.94/3597.04	c   multilinear      :       0.00       0.00        101         22          0          0          0          0          0          0          0          0          0
3585.94/3597.04	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.94/3597.04	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.94/3597.04	c   rlt              :       0.00       0.00        108         20          0          0          0          0          0          0          0          0          0
3585.94/3597.04	c   zerohalf         :      25.27       0.00        393         22          0          0       5131      53753          3      14721      14718          3          0
3585.94/3597.04	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3585.94/3597.04	c   hybrid           :       0.47       0.00       1053         22      27031          0     245084        590          0       4800
3585.94/3597.04	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3585.94/3597.04	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3585.94/3597.04	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3585.94/3597.04	c   problem variables:       0.00          -          0          0
3585.94/3597.04	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3585.94/3597.04	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3585.94/3597.04	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3585.94/3597.04	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3585.94/3597.04	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3585.94/3597.04	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3585.94/3597.04	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3585.94/3597.04	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3585.94/3597.04	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3585.94/3597.04	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3585.94/3597.04	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3585.94/3597.04	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3585.94/3597.04	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3585.94/3597.04	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3585.94/3597.04	c   relpscost        :    1018.33       0.00       1835          0          0          0        146          0        207       3546
3585.94/3597.04	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3585.94/3597.04	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3585.94/3597.04	c   LP solutions     :       0.00          -          -          0          0
3585.94/3597.04	c   relax solutions  :       0.00          -          -          0          0
3585.94/3597.04	c   pseudo solutions :       0.00          -          -          0          0
3585.94/3597.04	c   strong branching :       0.03          -          -          0          0
3585.94/3597.04	c   actconsdiving    :       0.00       0.00          0          0          0
3585.94/3597.04	c   adaptivediving   :      22.81       0.00         16          0          0
3585.94/3597.04	c   alns             :       9.46       0.00          3          0          0
3585.94/3597.04	c   bound            :       0.00       0.00          0          0          0
3585.94/3597.04	c   clique           :       0.75       0.00          1          0          0
3585.94/3597.04	c   coefdiving       :       0.00       0.00          0          0          0
3585.94/3597.04	c   completesol      :       0.00       0.00          0          0          0
3585.94/3597.04	c   conflictdiving   :     303.18       0.00         71          0          0
3585.94/3597.04	c   crossover        :       0.00       0.00          0          0          0
3585.94/3597.04	c   dins             :       0.00       0.00          0          0          0
3585.94/3597.04	c   distributiondivin:      48.31       0.00         39          0          0
3585.94/3597.04	c   dps              :       0.00       0.00          0          0          0
3585.94/3597.04	c   dualval          :       0.00       0.00          0          0          0
3585.94/3597.04	c   farkasdiving     :      22.29       0.00          2          0          0
3585.94/3597.04	c   feasjump         :       0.26       0.00          2          0          0
3585.94/3597.04	c   feaspump         :      24.36       0.00          8          0          0
3585.94/3597.04	c   fixandinfer      :       0.00       0.00          0          0          0
3585.94/3597.04	c   fracdiving       :     105.73       0.00         51          0          0
3585.94/3597.04	c   gins             :       0.00       0.00          0          0          0
3585.94/3597.04	c   guideddiving     :       0.00       0.00          0          0          0
3585.94/3597.04	c   indcoefdiving    :       0.00       0.00          0          0          0
3585.94/3597.04	c   indicator        :       0.00       0.00          0          0          0
3585.94/3597.04	c   indicatordiving  :       0.02       0.00          0          0          0
3585.94/3597.04	c   indoneopt        :       0.87       0.05          2          0          0
3585.94/3597.04	c   indrounding      :       0.00       0.00          0          0          0
3585.94/3597.04	c   indtwoopt        :       0.00       0.05          0          0          0
3585.94/3597.04	c   intdiving        :       0.00       0.00          0          0          0
3585.94/3597.04	c   intshifting      :       0.00       0.00          0          0          0
3585.94/3597.04	c   linesearchdiving :     228.82       0.00         50          0          0
3585.94/3597.04	c   localbranching   :       0.00       0.00          0          0          0
3585.94/3597.04	c   locks            :       0.15       0.00          1          0          0
3585.94/3597.04	c   lpface           :       3.96       0.00          2          0          0
3585.94/3597.04	c   mpec             :       0.00       0.00          0          0          0
3585.94/3597.04	c   multistart       :       0.00       0.00          0          0          0
3585.94/3597.04	c   mutation         :       0.00       0.00          0          0          0
3585.94/3597.04	c   nlpdiving        :       0.00       0.00          0          0          0
3585.94/3597.04	c   objpscostdiving  :      38.57       0.00          6          0          0
3585.94/3597.04	c   octane           :       0.00       0.00          0          0          0
3585.94/3597.04	c   ofins            :       0.00       0.00          0          0          0
3585.94/3597.04	c   oneopt           :       0.00       0.00          0          0          0
3585.94/3597.04	c   padm             :       0.00       0.00          0          0          0
3585.94/3597.04	c   proximity        :       0.00       0.00          0          0          0
3585.94/3597.04	c   pscostdiving     :      47.12       0.00         34          0          0
3585.94/3597.04	c   randrounding     :      13.81       0.00        788          0          0
3585.94/3597.04	c   rens             :       3.54       0.00          2          0          0
3585.94/3597.04	c   reoptsols        :       0.00       0.00          0          0          0
3585.94/3597.04	c   repair           :       0.00       0.00          0          0          0
3585.94/3597.04	c   rins             :       0.00       0.00          0          0          0
3585.94/3597.04	c   rootsoldiving    :      22.36       0.00          4          0          0
3585.94/3597.04	c   rounding         :       4.43       0.00        748          0          0
3585.94/3597.04	c   scheduler        :       0.00       0.00          0          0          0
3585.94/3597.04	c   shiftandpropagate:       1.87       0.00          2          0          0
3585.94/3597.04	c   shifting         :       5.69       0.00        496          0          0
3585.94/3597.04	c   simplerounding   :       0.00       0.00          0          0          0
3585.94/3597.04	c   smallcard        :       0.00       0.00          0          0          0
3585.94/3597.04	c   subnlp           :       0.00       0.00          0          0          0
3585.94/3597.04	c   trivial          :       0.25       0.00          4          0          0
3585.94/3597.04	c   trivialnegation  :       0.00       0.00          0          0          0
3585.94/3597.04	c   trustregion      :       0.00       0.00          0          0          0
3585.94/3597.04	c   trysol           :       0.00       0.00          0          0          0
3585.94/3597.04	c   twoopt           :       0.00       0.00          0          0          0
3585.94/3597.04	c   undercover       :       0.00       0.00          0          0          0
3585.94/3597.04	c   vbounds          :       2.72       0.00          0          0          0
3585.94/3597.04	c   veclendiving     :     245.84       0.00         41          0          0
3585.94/3597.04	c   zeroobj          :       0.00       0.00          0          0          0
3585.94/3597.04	c   zirounding       :       1.50       0.00       1000          0          0
3585.94/3597.04	c   other solutions  :          -          -          -          0          -
3585.94/3597.04	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3585.94/3597.04	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
3585.94/3597.04	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
3585.94/3597.04	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
3585.94/3597.04	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
3585.94/3597.04	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
3585.94/3597.04	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
3585.94/3597.04	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
3585.94/3597.04	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
3585.94/3597.04	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
3585.94/3597.04	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3585.94/3597.04	c   primal LP        :      14.93        339          0       0.00       0.00      14.93        339
3585.94/3597.04	c   dual LP          :     787.73       4744     700503     222.17     889.27      56.87       1591
3585.94/3597.04	c   lex dual LP      :       0.00          0          0       0.00          -
3585.94/3597.04	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3585.94/3597.04	c   resolve instable :       0.00          0          0       0.00          -
3585.94/3597.04	c   diving/probing LP:     238.65       1486     513746     345.72    2152.71
3585.94/3597.04	c   strong branching :     752.62       3020     461852     152.93     613.66          -          -        383
3585.94/3597.04	c     (at root node) :          -         29       8067     278.17          -
3585.94/3597.04	c   conflict analysis:       8.64        312       3111       9.97     359.97
3585.94/3597.04	c B&B Tree           :
3585.94/3597.04	c   number of runs   :          2
3585.94/3597.04	c   nodes            :        164 (161 internal, 3 leaves)
3585.94/3597.04	c   feasible leaves  :          0
3585.94/3597.04	c   infeas. leaves   :          1
3585.94/3597.04	c   objective leaves :          2
3585.94/3597.04	c   nodes (total)    :       1958 (1773 internal, 185 leaves)
3585.94/3597.04	c   nodes left       :        159
3585.94/3597.04	c   max depth        :         46
3585.94/3597.04	c   max depth (total):         55
3585.94/3597.04	c   backtracks       :         38 (23.2%)
3585.94/3597.04	c   early backtracks :          0 (0.0%)
3585.94/3597.04	c   nodes exc. ref.  :          0 (0.0%)
3585.94/3597.04	c   delayed cutoffs  :          0
3585.94/3597.04	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
3585.94/3597.04	c   avg switch length:       2.46
3585.94/3597.04	c   switching time   :      29.30
3585.94/3597.04	c Root Node          :
3585.94/3597.04	c   First LP value   : +0.00000000000000e+00
3585.94/3597.04	c   First LP Iters   :        366 (929.70 Iter/sec)
3585.94/3597.04	c   First LP Time    :       0.39
3585.94/3597.04	c   Final Dual Bound : +0.00000000000000e+00
3585.94/3597.04	c   Final Root Iters :      10435
3585.94/3597.04	c   Root LP Estimate : +1.08751599411777e+03
3585.94/3597.04	c Solution           :
3585.94/3597.04	c   Solutions found  :          0 (0 improvements)
3585.94/3597.04	c   Primal Bound     :          -
3585.94/3597.04	c   Dual Bound       : +0.00000000000000e+00
3585.94/3597.04	c   Gap              :   infinite
3585.94/3597.04	c Integrals          :      Total       Avg%
3585.94/3597.04	c   primal-dual      :  359703.04     100.00
3585.94/3597.04	c   primal-ref       :          -          - (not evaluated)
3585.94/3597.04	c   dual-ref         :          -          - (not evaluated)
3586.73/3597.82	c Time complete: 3586.77.

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4525642-1751620458/watcher-4525642-1751620458 -o /tmp/evaluation-result-4525642-1751620458/solver-4525642-1751620458 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751615504-87235 --watchdog 3760 pbscip -f HOME/instance-4525642-1751620458.wbo -t 3600 -j 2 -m 31000 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100062 s]*
/proc/loadavg: 4.14 4.11 4.09 5/264 90013
/proc/meminfo: memFree=127441068/131249996 swapFree=33005016/33010684
[pid=90012] ppid=90009 vsize=88608 memory=60672 CPUtime=0.09 cores=4,6
/proc/90012/stat : 90012 (pbscip) R 90009 90012 86849 0 -1 4194304 12251 0 0 0 7 2 0 0 20 0 1 0 77725435 90734592 15168 18446744073709551615 4235264 18693293 140720766229696 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 47513600 140720766232967 140720766233066 140720766233066 140720766238670 0
/proc/90012/statm: 22152 15168 3232 3530 0 13603 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 88608 KiB
Current children cumulated memory: 60672 KiB

[startup+0.20553 s]*
/proc/loadavg: 4.14 4.11 4.09 5/264 90013
/proc/meminfo: memFree=127392936/131249996 swapFree=33005016/33010684
[pid=90012] ppid=90009 vsize=131700 memory=103424 CPUtime=0.19 cores=4,6
/proc/90012/stat : 90012 (pbscip) R 90009 90012 86849 0 -1 4194304 22946 0 0 0 16 3 0 0 20 0 1 0 77725435 134860800 25856 18446744073709551615 4235264 18693293 140720766229696 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 47513600 140720766232967 140720766233066 140720766233066 140720766238670 0
/proc/90012/statm: 32925 25856 3232 3530 0 24376 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 131700 KiB
Current children cumulated memory: 103424 KiB

[startup+0.305462 s]*
/proc/loadavg: 4.14 4.11 4.09 5/264 90013
/proc/meminfo: memFree=127352616/131249996 swapFree=33005016/33010684
[pid=90012] ppid=90009 vsize=174100 memory=146304 CPUtime=0.29 cores=4,6
/proc/90012/stat : 90012 (pbscip) R 90009 90012 86849 0 -1 4194304 33669 0 0 0 24 5 0 0 20 0 1 0 77725435 178278400 36576 18446744073709551615 4235264 18693293 140720766229696 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 47513600 140720766232967 140720766233066 140720766233066 140720766238670 0
/proc/90012/statm: 43525 36576 3232 3530 0 34976 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 174100 KiB
Current children cumulated memory: 146304 KiB

[startup+0.700168 s]
/proc/loadavg: 4.14 4.11 4.09 5/264 90013
/proc/meminfo: memFree=127207728/131249996 swapFree=33005016/33010684
[pid=90012] ppid=90009 vsize=411728 memory=380512 CPUtime=0.68 cores=4,6
/proc/90012/stat : 90012 (pbscip) R 90009 90012 86849 0 -1 4194304 92809 0 0 0 54 14 0 0 20 0 1 0 77725435 421609472 95128 18446744073709551615 4235264 18693293 140720766229696 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 47513600 140720766232967 140720766233066 140720766233066 140720766238670 0
/proc/90012/statm: 102932 95128 3584 3530 0 94383 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 411728 KiB
Current children cumulated memory: 380512 KiB

[startup+1.50016 s]
/proc/loadavg: 4.14 4.11 4.09 5/264 90013
/proc/meminfo: memFree=126965808/131249996 swapFree=33005016/33010684
[pid=90012] ppid=90009 vsize=689720 memory=656736 CPUtime=1.48 cores=4,6
/proc/90012/stat : 90012 (pbscip) R 90009 90012 86849 0 -1 4194304 161835 0 0 0 123 25 0 0 20 0 1 0 77725435 706273280 164184 18446744073709551615 4235264 18693293 140720766229696 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 47513600 140720766232967 140720766233066 140720766233066 140720766238670 0
/proc/90012/statm: 172430 164184 3616 3530 0 163881 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 689720 KiB
Current children cumulated memory: 656736 KiB

[startup+3.1055 s]
/proc/loadavg: 4.13 4.11 4.09 5/264 90013
/proc/meminfo: memFree=126764268/131249996 swapFree=33005016/33010684
[pid=90012] ppid=90009 vsize=761644 memory=721248 CPUtime=3.08 cores=4,6
/proc/90012/stat : 90012 (pbscip) R 90009 90012 86849 0 -1 4194304 178108 0 0 0 280 28 0 0 20 0 1 0 77725435 779923456 180312 18446744073709551615 4235264 18693293 140720766229696 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 47513600 140720766232967 140720766233066 140720766233066 140720766238670 0
/proc/90012/statm: 190411 180312 3616 3530 0 181862 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 761644 KiB
Current children cumulated memory: 721248 KiB

[startup+6.30016 s]
/proc/loadavg: 4.13 4.11 4.09 5/264 90013
/proc/meminfo: memFree=126364188/131249996 swapFree=33005016/33010684
[pid=90012] ppid=90009 vsize=1226284 memory=1104652 CPUtime=6.26 cores=4,6
/proc/90012/stat : 90012 (pbscip) R 90009 90012 86849 0 -1 4194304 260295 0 0 0 582 44 0 0 20 0 1 0 77725435 1255714816 276163 18446744073709551615 4235264 18693293 140720766229696 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 47513600 140720766232967 140720766233066 140720766233066 140720766238670 0
/proc/90012/statm: 306571 276163 3712 3530 0 298022 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 1226284 KiB
Current children cumulated memory: 1104652 KiB

[startup+12.7002 s]
/proc/loadavg: 4.11 4.11 4.09 5/264 90013
/proc/meminfo: memFree=126242588/131249996 swapFree=33005016/33010684
[pid=90012] ppid=90009 vsize=1422904 memory=1268004 CPUtime=12.65 cores=4,6
/proc/90012/stat : 90012 (pbscip) R 90009 90012 86849 0 -1 4194304 280355 0 0 0 1217 48 0 0 20 0 1 0 77725435 1457053696 317001 18446744073709551615 4235264 18693293 140720766229696 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 47513600 140720766232967 140720766233066 140720766233066 140720766238670 0
/proc/90012/statm: 355726 317001 3840 3530 0 347177 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1422904 KiB
Current children cumulated memory: 1268004 KiB

[startup+25.5002 s]
/proc/loadavg: 4.09 4.10 4.09 5/264 90013
/proc/meminfo: memFree=126161808/131249996 swapFree=33005016/33010684
[pid=90012] ppid=90009 vsize=1548624 memory=1359512 CPUtime=25.42 cores=4,6
/proc/90012/stat : 90012 (pbscip) R 90009 90012 86849 0 -1 4194304 288436 0 0 0 2492 50 0 0 20 0 1 0 77725435 1585790976 339878 18446744073709551615 4235264 18693293 140720766229696 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 47513600 140720766232967 140720766233066 140720766233066 140720766238670 0
/proc/90012/statm: 387156 339878 3840 3530 0 378607 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 1548624 KiB
Current children cumulated memory: 1359512 KiB

[startup+51.1056 s]
/proc/loadavg: 4.12 4.11 4.09 5/263 90014
/proc/meminfo: memFree=125994148/131249996 swapFree=33005016/33010684
[pid=90012] ppid=90009 vsize=1775584 memory=1477648 CPUtime=50.96 cores=4,6
/proc/90012/stat : 90012 (pbscip) R 90009 90012 86849 0 -1 4194304 294983 0 0 0 5043 53 0 0 20 0 1 0 77725435 1818198016 369412 18446744073709551615 4235264 18693293 140720766229696 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 47513600 140720766232967 140720766233066 140720766233066 140720766238670 0
/proc/90012/statm: 443896 369412 3840 3530 0 435347 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 1775584 KiB
Current children cumulated memory: 1477648 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/264 90020
/proc/meminfo: memFree=125323736/131249996 swapFree=33005016/33010684
[pid=90012] ppid=90009 vsize=2416840 memory=2138368 CPUtime=102.01 cores=4,6
/proc/90012/stat : 90012 (pbscip) R 90009 90012 86849 0 -1 4194304 486350 0 0 0 10120 81 0 0 20 0 1 0 77725435 2474844160 534592 18446744073709551615 4235264 18693293 140720766229696 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 47513600 140720766232967 140720766233066 140720766233066 140720766238670 0
/proc/90012/statm: 604210 534592 3936 3530 0 595661 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 2416840 KiB
Current children cumulated memory: 2138368 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/263 90022
/proc/meminfo: memFree=125315052/131249996 swapFree=33005016/33010684
[pid=90012] ppid=90009 vsize=2416840 memory=2138880 CPUtime=161.83 cores=4,6
/proc/90012/stat : 90012 (pbscip) R 90009 90012 86849 0 -1 4194304 486592 0 0 0 16102 81 0 0 20 0 1 0 77725435 2474844160 534720 18446744073709551615 4235264 18693293 140720766229696 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 47513600 140720766232967 140720766233066 140720766233066 140720766238670 0
/proc/90012/statm: 604210 534720 3936 3530 0 595661 0
Current children cumulated CPU time: 161.83 s
Current children cumulated vsize: 2416840 KiB
Current children cumulated memory: 2138880 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/263 90024
/proc/meminfo: memFree=125288520/131249996 swapFree=33005016/33010684
[pid=90012] ppid=90009 vsize=2416840 memory=2139520 CPUtime=221.64 cores=4,6
/proc/90012/stat : 90012 (pbscip) R 90009 90012 86849 0 -1 4194304 486833 0 0 0 22083 81 0 0 20 0 1 0 77725435 2474844160 534880 18446744073709551615 4235264 18693293 140720766229696 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 47513600 140720766232967 140720766233066 140720766233066 140720766238670 0
/proc/90012/statm: 604210 534880 3936 3530 0 595661 0
Current children cumulated CPU time: 221.64 s
Current children cumulated vsize: 2416840 KiB
Current children cumulated memory: 2139520 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/263 90026
/proc/meminfo: memFree=125312960/131249996 swapFree=33005016/33010684
[pid=90012] ppid=90009 vsize=2416840 memory=2142960 CPUtime=281.46 cores=4,6
/proc/90012/stat : 90012 (pbscip) R 90009 90012 86849 0 -1 4194304 487371 0 0 0 28065 81 0 0 20 0 1 0 77725435 2474844160 535740 18446744073709551615 4235264 18693293 140720766229696 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 47513600 140720766232967 140720766233066 140720766233066 140720766238670 0
/proc/90012/statm: 604210 535740 3936 3530 0 595661 0
Current children cumulated CPU time: 281.46 s
Current children cumulated vsize: 2416840 KiB
Current children cumulated memory: 2142960 KiB

[startup+342.3 s]
/proc/loadavg: 4.38 4.17 4.11 5/264 90031
/proc/meminfo: memFree=125209712/131249996 swapFree=33005016/33010684
[pid=90012] ppid=90009 vsize=2526808 memory=2247024 CPUtime=341.29 cores=4,6
/proc/90012/stat : 90012 (pbscip) R 90009 90012 86849 0 -1 4194304 513447 0 0 0 34044 85 0 0 20 0 1 0 77725435 2587451392 561756 18446744073709551615 4235264 18693293 140720766229696 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 47513600 140720766232967 140720766233066 140720766233066 140720766238670 0
/proc/90012/statm: 631702 561756 3936 3530 0 623153 0
Current children cumulated CPU time: 341.29 s
Current children cumulated vsize: 2526808 KiB
Current children cumulated memory: 2247024 KiB

[startup+402.3 s]
/proc/loadavg: 4.18 4.15 4.11 5/264 90046
/proc/meminfo: memFree=125178896/131249996 swapFree=33005016/33010684
[pid=90012] ppid=90009 vsize=2544936 memory=2248560 CPUtime=401.11 cores=4,6
/proc/90012/stat : 90012 (pbscip) R 90009 90012 86849 0 -1 4194304 513923 0 0 0 40026 85 0 0 20 0 1 0 77725435 2606014464 562140 18446744073709551615 4235264 18693293 140720766229696 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 47513600 140720766232967 140720766233066 140720766233066 140720766238670 0
/proc/90012/statm: 636234 562140 3936 3530 0 627685 0
Current children cumulated CPU time: 401.11 s
Current children cumulated vsize: 2544936 KiB
Current children cumulated memory: 2248560 KiB

[startup+462.3 s]
/proc/loadavg: 4.18 4.15 4.11 5/265 90049
/proc/meminfo: memFree=124511868/131249996 swapFree=33005016/33010684
[pid=90012] ppid=90009 vsize=3299064 memory=2905904 CPUtime=460.94 cores=4,6
/proc/90012/stat : 90012 (pbscip) R 90009 90012 86849 0 -1 4194304 677760 0 0 0 45985 109 0 0 20 0 1 0 77725435 3378241536 726476 18446744073709551615 4235264 18693293 140720766229696 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 47513600 140720766232967 140720766233066 140720766233066 140720766238670 0
/proc/90012/statm: 824766 726476 3936 3530 0 816217 0

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

/proc/loadavg: 1.17 1.75 2.56 2/246 90287
/proc/meminfo: memFree=125292572/131249996 swapFree=33005016/33010684
[pid=90012] ppid=90009 vsize=6040656 memory=4705268 CPUtime=3152.43 cores=4,6
/proc/90012/stat : 90012 (pbscip) R 90009 90012 86849 0 -1 4194304 882665 0 0 0 315051 192 0 0 20 0 1 0 77725435 6185631744 1176317 18446744073709551615 4235264 18693293 140720766229696 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 47513600 140720766232967 140720766233066 140720766233066 140720766238670 0
/proc/90012/statm: 1510164 1176317 3936 3530 0 1501615 0
Current children cumulated CPU time: 3152.43 s
Current children cumulated vsize: 6040656 KiB
Current children cumulated memory: 4705268 KiB

[startup+3222.3 s]
/proc/loadavg: 1.13 1.63 2.47 2/246 90289
/proc/meminfo: memFree=125287176/131249996 swapFree=33005016/33010684
[pid=90012] ppid=90009 vsize=6019340 memory=4695920 CPUtime=3212.28 cores=4,6
/proc/90012/stat : 90012 (pbscip) R 90009 90012 86849 0 -1 4194304 886697 0 0 0 321034 194 0 0 20 0 1 0 77725435 6163804160 1173980 18446744073709551615 4235264 18693293 140720766229696 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 47513600 140720766232967 140720766233066 140720766233066 140720766238670 0
/proc/90012/statm: 1504835 1173980 3936 3530 0 1496286 0
Current children cumulated CPU time: 3212.28 s
Current children cumulated vsize: 6019340 KiB
Current children cumulated memory: 4695920 KiB

[startup+3282.3 s]
/proc/loadavg: 1.10 1.53 2.38 2/246 90291
/proc/meminfo: memFree=124705396/131249996 swapFree=33005016/33010684
[pid=90012] ppid=90009 vsize=6619160 memory=5218612 CPUtime=3272.11 cores=4,6
/proc/90012/stat : 90012 (pbscip) R 90009 90012 86849 0 -1 4194304 1043972 0 0 0 326994 217 0 0 20 0 1 0 77725435 6778019840 1304653 18446744073709551615 4235264 18693293 140720766229696 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 47513600 140720766232967 140720766233066 140720766233066 140720766238670 0
/proc/90012/statm: 1654790 1304653 3936 3530 0 1646241 0
Current children cumulated CPU time: 3272.11 s
Current children cumulated vsize: 6619160 KiB
Current children cumulated memory: 5218612 KiB

[startup+3342.3 s]
/proc/loadavg: 1.08 1.44 2.29 2/246 90293
/proc/meminfo: memFree=124740184/131249996 swapFree=33005016/33010684
[pid=90012] ppid=90009 vsize=6634632 memory=5232036 CPUtime=3331.94 cores=4,6
/proc/90012/stat : 90012 (pbscip) R 90009 90012 86849 0 -1 4194304 1045355 0 0 0 332976 218 0 0 20 0 1 0 77725435 6793863168 1308009 18446744073709551615 4235264 18693293 140720766229696 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 47513600 140720766232967 140720766233066 140720766233066 140720766238670 0
/proc/90012/statm: 1658658 1308009 3936 3530 0 1650109 0
Current children cumulated CPU time: 3331.94 s
Current children cumulated vsize: 6634632 KiB
Current children cumulated memory: 5232036 KiB

[startup+3402.3 s]
/proc/loadavg: 1.06 1.37 2.21 2/246 90295
/proc/meminfo: memFree=124740216/131249996 swapFree=33005016/33010684
[pid=90012] ppid=90009 vsize=6634632 memory=5232036 CPUtime=3391.79 cores=4,6
/proc/90012/stat : 90012 (pbscip) R 90009 90012 86849 0 -1 4194304 1045366 0 0 0 338960 219 0 0 20 0 1 0 77725435 6793863168 1308009 18446744073709551615 4235264 18693293 140720766229696 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 47513600 140720766232967 140720766233066 140720766233066 140720766238670 0
/proc/90012/statm: 1658658 1308009 3936 3530 0 1650109 0
Current children cumulated CPU time: 3391.79 s
Current children cumulated vsize: 6634632 KiB
Current children cumulated memory: 5232036 KiB

[startup+3462.3 s]
/proc/loadavg: 1.06 1.32 2.14 2/244 90299
/proc/meminfo: memFree=124699668/131249996 swapFree=33005016/33010684
[pid=90012] ppid=90009 vsize=6634632 memory=5239332 CPUtime=3451.62 cores=4,6
/proc/90012/stat : 90012 (pbscip) R 90009 90012 86849 0 -1 4194304 1045366 0 0 0 344942 220 0 0 20 0 1 0 77725435 6793863168 1309833 18446744073709551615 4235264 18693293 140720766229696 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 47513600 140720766232967 140720766233066 140720766233066 140720766238670 0
/proc/90012/statm: 1658658 1309833 3936 3530 0 1650109 0
Current children cumulated CPU time: 3451.62 s
Current children cumulated vsize: 6634632 KiB
Current children cumulated memory: 5239332 KiB

[startup+3522.3 s]
/proc/loadavg: 1.13 1.29 2.08 2/244 90301
/proc/meminfo: memFree=124700396/131249996 swapFree=33005016/33010684
[pid=90012] ppid=90009 vsize=6634632 memory=5239332 CPUtime=3511.45 cores=4,6
/proc/90012/stat : 90012 (pbscip) R 90009 90012 86849 0 -1 4194304 1045492 0 0 0 350924 221 0 0 20 0 1 0 77725435 6793863168 1309833 18446744073709551615 4235264 18693293 140720766229696 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 47513600 140720766232967 140720766233066 140720766233066 140720766238670 0
/proc/90012/statm: 1658658 1309833 3936 3530 0 1650109 0
Current children cumulated CPU time: 3511.45 s
Current children cumulated vsize: 6634632 KiB
Current children cumulated memory: 5239332 KiB

[startup+3582.3 s]
/proc/loadavg: 1.10 1.25 2.01 2/244 90303
/proc/meminfo: memFree=124701452/131249996 swapFree=33005016/33010684
[pid=90012] ppid=90009 vsize=6634632 memory=5239332 CPUtime=3571.27 cores=4,6
/proc/90012/stat : 90012 (pbscip) R 90009 90012 86849 0 -1 4194304 1046152 0 0 0 356906 221 0 0 20 0 1 0 77725435 6793863168 1309833 18446744073709551615 4235264 18693293 140720766229696 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 47513600 140720766232967 140720766233066 140720766233066 140720766238670 0
/proc/90012/statm: 1658658 1309833 3936 3530 0 1650109 0
Current children cumulated CPU time: 3571.27 s
Current children cumulated vsize: 6634632 KiB
Current children cumulated memory: 5239332 KiB

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

# cumulated CPU time of all completed processes:  user=3584.53 s, system=2.28734 s

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

[startup+3584 s]*
/proc/loadavg: 1.10 1.25 2.01 2/244 90303
/proc/meminfo: memFree=124701452/131249996 swapFree=33005016/33010684
[pid=90012] ppid=90009 vsize=6634632 memory=5239332 CPUtime=3572.97 cores=4,6
/proc/90012/stat : 90012 (pbscip) R 90009 90012 86849 0 -1 4194304 1046160 0 0 0 357076 221 0 0 20 0 1 0 77725435 6793863168 1309833 18446744073709551615 4235264 18693293 140720766229696 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 47513600 140720766232967 140720766233066 140720766233066 140720766238670 0
/proc/90012/statm: 1658658 1309833 3936 3530 0 1650109 0
Current children cumulated CPU time: 3572.97 s
Current children cumulated vsize: 6634632 KiB
Current children cumulated memory: 5239332 KiB

[startup+3590.4 s]
/proc/loadavg: 1.10 1.25 2.01 2/244 90303
/proc/meminfo: memFree=124699120/131249996 swapFree=33005016/33010684
[pid=90012] ppid=90009 vsize=6634632 memory=5239332 CPUtime=3579.36 cores=4,6
/proc/90012/stat : 90012 (pbscip) R 90009 90012 86849 0 -1 4194304 1046168 0 0 0 357714 222 0 0 20 0 1 0 77725435 6793863168 1309833 18446744073709551615 4235264 18693293 140720766229696 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 47513600 140720766232967 140720766233066 140720766233066 140720766238670 0
/proc/90012/statm: 1658658 1309833 3936 3530 0 1650109 0
Current children cumulated CPU time: 3579.36 s
Current children cumulated vsize: 6634632 KiB
Current children cumulated memory: 5239332 KiB

[startup+3593.6 s]
/proc/loadavg: 1.09 1.24 2.00 2/244 90303
/proc/meminfo: memFree=124699120/131249996 swapFree=33005016/33010684
[pid=90012] ppid=90009 vsize=6634632 memory=5239332 CPUtime=3582.55 cores=4,6
/proc/90012/stat : 90012 (pbscip) R 90009 90012 86849 0 -1 4194304 1046169 0 0 0 358033 222 0 0 20 0 1 0 77725435 6793863168 1309833 18446744073709551615 4235264 18693293 140720766229696 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 47513600 140720766232967 140720766233066 140720766233066 140720766238670 0
/proc/90012/statm: 1658658 1309833 3936 3530 0 1650109 0
Current children cumulated CPU time: 3582.55 s
Current children cumulated vsize: 6634632 KiB
Current children cumulated memory: 5239332 KiB

[startup+3595.2 s]
/proc/loadavg: 1.09 1.24 2.00 2/244 90303
/proc/meminfo: memFree=124699120/131249996 swapFree=33005016/33010684
[pid=90012] ppid=90009 vsize=6634632 memory=5239332 CPUtime=3584.14 cores=4,6
/proc/90012/stat : 90012 (pbscip) R 90009 90012 86849 0 -1 4194304 1046169 0 0 0 358192 222 0 0 20 0 1 0 77725435 6793863168 1309833 18446744073709551615 4235264 18693293 140720766229696 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 47513600 140720766232967 140720766233066 140720766233066 140720766238670 0
/proc/90012/statm: 1658658 1309833 3936 3530 0 1650109 0
Current children cumulated CPU time: 3584.14 s
Current children cumulated vsize: 6634632 KiB
Current children cumulated memory: 5239332 KiB

[startup+3596.8 s]
/proc/loadavg: 1.09 1.24 2.00 2/244 90303
/proc/meminfo: memFree=124699120/131249996 swapFree=33005016/33010684
[pid=90012] ppid=90009 vsize=6634632 memory=5239332 CPUtime=3585.73 cores=4,6
/proc/90012/stat : 90012 (pbscip) R 90009 90012 86849 0 -1 4194304 1046169 0 0 0 358351 222 0 0 20 0 1 0 77725435 6793863168 1309833 18446744073709551615 4235264 18693293 140720766229696 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 47513600 140720766232967 140720766233066 140720766233066 140720766238670 0
/proc/90012/statm: 1658658 1309833 3936 3530 0 1650109 0
Current children cumulated CPU time: 3585.73 s
Current children cumulated vsize: 6634632 KiB
Current children cumulated memory: 5239332 KiB

[startup+3597.6 s]
/proc/loadavg: 1.08 1.24 1.99 2/244 90303
/proc/meminfo: memFree=124699120/131249996 swapFree=33005016/33010684
[pid=90012] ppid=90009 vsize=6633108 memory=5237952 CPUtime=3586.53 cores=4,6
/proc/90012/stat : 90012 (pbscip) R 90009 90012 86849 0 -1 4194304 1046201 0 0 0 358431 222 0 0 20 0 1 0 77725435 6792302592 1309488 18446744073709551615 4235264 18693293 140720766229696 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 47513600 140720766232967 140720766233066 140720766233066 140720766238670 0
/proc/90012/statm: 1658277 1309488 3936 3530 0 1649728 0
Current children cumulated CPU time: 3586.53 s
Current children cumulated vsize: 6633108 KiB
Current children cumulated memory: 5237952 KiB

[startup+3597.8 s]
/proc/loadavg: 1.08 1.24 1.99 2/244 90303
/proc/meminfo: memFree=124699120/131249996 swapFree=33005016/33010684
[pid=90012] ppid=90009 vsize=6592452 memory=5195704 CPUtime=3586.73 cores=4,6
/proc/90012/stat : 90012 (pbscip) R 90009 90012 86849 0 -1 4194304 1046207 0 0 0 358451 222 0 0 20 0 1 0 77725435 6750670848 1299182 18446744073709551615 4235264 18693293 140720766229696 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 47513600 140720766232967 140720766233066 140720766233066 140720766238670 0
/proc/90012/statm: 1647857 1299004 3936 3530 0 1639308 0
Current children cumulated CPU time: 3586.73 s
Current children cumulated vsize: 6592452 KiB
Current children cumulated memory: 5195704 KiB

Child status: 0

Real time (s): 3597.88
CPU time (s): 3586.82
CPU user time (s): 3584.53
CPU system time (s): 2.28734
CPU usage (%): 99.6926
Max. virtual memory (cumulated for all children) (KiB): 6736736
Max. memory (cumulated for all children) (KiB): 5327616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3584.53
system time used= 2.28734
maximum resident set size= 5327616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1046375
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= 117
involuntary context switches= 3187


# summary of solver processes directly reported to runsolver:
#   pid: 90012
#   total CPU time (s): 3586.82
#   total CPU user time (s): 3584.53
#   total CPU system time (s): 2.28734

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.67882 second user time and 15.694 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-07-04 11:14:19
IDJOB=4525642
IDBENCH=143869
IDSOLVER=3382
FILE ID=nodeC030/4525642-1751620458
RUNJOBID= nodeC030-1751615504-87235
SLURM_JOB_ID= 9598912
Free space on /tmp= 432432 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/scens/normalized-scen06-20reduc_wcsp.wbo
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4525642-1751620458/watcher-4525642-1751620458 -o /tmp/evaluation-result-4525642-1751620458/solver-4525642-1751620458 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751615504-87235 --watchdog 3760  pbscip -f HOME/instance-4525642-1751620458.wbo -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 7dad1a14c72e86cc3ff77d9672745bc4
RANDOM SEED=1715599200

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.356
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.328
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.181
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		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 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.291
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		: 3600.071
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		: 3578.209
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		: 3611.809
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:        127481136 kB
MemAvailable:   127234220 kB
Buffers:              16 kB
Cached:           543820 kB
SwapCached:          224 kB
Active:          2656040 kB
Inactive:         472836 kB
Active(anon):    2535672 kB
Inactive(anon):    62908 kB
Active(file):     120368 kB
Inactive(file):   409928 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005016 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             21188 kB
Writeback:             0 kB
AnonPages:       2588004 kB
Mapped:           131488 kB
Shmem:             13540 kB
KReclaimable:     123652 kB
Slab:             213664 kB
SReclaimable:     123652 kB
SUnreclaim:        90012 kB
KernelStack:        4240 kB
PageTables:         8428 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    3242332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    225280 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= 432476 MiB
End job on nodeC030 at 2025-07-04 12:14:17