Trace number 4529701

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-NaPS 1.00a2SAT 16.0761 16.1591

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-prob6.opb
MD5SUMabfa6108019d186bb0a39186e3151874
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.03463
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables93
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint93
Maximum length of a constraint93
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 22382775
Number of bits of the biggest number in a constraint 25
Biggest sum of numbers in a constraint 362318209
Number of bits of the biggest sum of numbers29
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.56/0.62	c Command: HOME/scip-naps-1.00a2.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4529701-1752253455.opb
0.56/0.62	c Solving mode: decision
0.56/0.62	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
0.56/0.62	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
0.56/0.62	c original problem has 93 variables (93 bin, 0 int, 0 impl, 0 cont) and 2 constraints
0.56/0.62	c presolving:
0.56/0.62	c (round 1, exhaustive) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 34 clqs
0.56/0.62	c (round 2, fast)       0 del vars, 1 del conss, 1 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 34 clqs
0.56/0.62	c (round 3, fast)       0 del vars, 1 del conss, 1 add conss, 0 chg bounds, 65 chg sides, 64 chg coeffs, 0 upgd conss, 0 impls, 34 clqs
0.56/0.62	c (round 4, exhaustive) 1 del vars, 1 del conss, 1 add conss, 0 chg bounds, 65 chg sides, 64 chg coeffs, 0 upgd conss, 0 impls, 34 clqs
0.56/0.62	c (round 5, fast)       1 del vars, 1 del conss, 2 add conss, 0 chg bounds, 66 chg sides, 64 chg coeffs, 0 upgd conss, 0 impls, 34 clqs
0.56/0.62	c (round 6, fast)       1 del vars, 1 del conss, 2 add conss, 0 chg bounds, 130 chg sides, 128 chg coeffs, 0 upgd conss, 0 impls, 34 clqs
0.56/0.62	c (round 7, exhaustive) 1 del vars, 1 del conss, 2 add conss, 0 chg bounds, 130 chg sides, 128 chg coeffs, 2 upgd conss, 0 impls, 34 clqs
0.56/0.62	c    (0.0s) probing: 51/92 (55.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.56/0.62	c    (0.0s) probing aborted: 50/50 successive totally useless probings
0.56/0.62	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.56/0.62	c    (0.0s) symmetry computation finished: 9 generators found (max: 1500, log10 of symmetry group size: 0.0) (symcode time: 0.00)
0.56/0.62	c dynamic symmetry handling statistics:
0.56/0.62	c    orbitopal reduction:       no components
0.56/0.62	c    orbital reduction:         no components
0.56/0.62	c    lexicographic reduction:   no permutations
0.56/0.62	c handled 9 out of 9 symmetry components
0.56/0.62	c (round 8, exhaustive) 1 del vars, 1 del conss, 11 add conss, 0 chg bounds, 130 chg sides, 128 chg coeffs, 2 upgd conss, 0 impls, 43 clqs
0.56/0.62	c (round 9, fast)       1 del vars, 1 del conss, 12 add conss, 0 chg bounds, 130 chg sides, 128 chg coeffs, 2 upgd conss, 0 impls, 43 clqs
0.56/0.62	c (round 10, fast)       1 del vars, 1 del conss, 12 add conss, 0 chg bounds, 130 chg sides, 191 chg coeffs, 2 upgd conss, 0 impls, 43 clqs
0.56/0.62	c (round 11, exhaustive) 1 del vars, 1 del conss, 12 add conss, 0 chg bounds, 130 chg sides, 191 chg coeffs, 12 upgd conss, 0 impls, 43 clqs
0.56/0.62	c (round 12, fast)       1 del vars, 2 del conss, 12 add conss, 0 chg bounds, 130 chg sides, 191 chg coeffs, 12 upgd conss, 0 impls, 43 clqs
0.56/0.62	c (round 13, exhaustive) 1 del vars, 2 del conss, 12 add conss, 0 chg bounds, 130 chg sides, 209 chg coeffs, 12 upgd conss, 0 impls, 43 clqs
0.56/0.62	c presolving (14 rounds: 14 fast, 7 medium, 7 exhaustive):
0.56/0.62	c  1 deleted vars, 2 deleted constraints, 12 added constraints, 0 tightened bounds, 0 added holes, 130 changed sides, 209 changed coefficients
0.56/0.62	c  0 implications, 43 cliques
0.56/0.62	c presolved problem has 92 variables (92 bin, 0 int, 0 impl, 0 cont) and 12 constraints
0.56/0.62	c       9 constraints of type <setppc>
0.56/0.62	c       1 constraints of type <linear>
0.56/0.62	c       2 constraints of type <logicor>
0.56/0.62	c transformed objective value is always integral (scale: 1)
0.56/0.62	c Presolving Time: 0.00
0.56/0.62	c 
0.56/0.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.56/0.62	c   0.0s|     1 |     0 |     5 |     - |  2446k |   0 |  92 |  12 |  12 |   0 |  0 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.56/0.62	c   0.0s|     1 |     0 |     8 |     - |  2472k |   0 |  92 |  12 |  13 |   1 |  1 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.56/0.62	c   0.0s|     1 |     0 |     9 |     - |  2472k |   0 |  92 |  12 |  14 |   2 |  2 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.56/0.62	c   0.0s|     1 |     0 |    11 |     - |  2487k |   0 |  92 |  12 |  15 |   3 |  3 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.56/0.62	c   0.0s|     1 |     0 |    12 |     - |  2492k |   0 |  92 |  12 |  16 |   4 |  4 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.56/0.62	c   0.0s|     1 |     0 |    13 |     - |  2611k |   0 |  92 |  12 |  18 |   6 |  5 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.56/0.62	c   0.0s|     1 |     0 |    14 |     - |  2657k |   0 |  92 |  12 |  19 |   7 |  6 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.56/0.62	c   0.0s|     1 |     0 |    17 |     - |  2663k |   0 |  92 |  12 |  21 |   9 |  7 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.56/0.62	c   0.0s|     1 |     0 |    20 |     - |  2736k |   0 |  92 |  12 |  23 |  11 |  8 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.56/0.62	c   0.0s|     1 |     0 |    24 |     - |  2766k |   0 |  92 |  12 |  25 |  13 |  9 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.56/0.62	c   0.0s|     1 |     0 |    26 |     - |  2883k |   0 |  92 |  12 |  27 |  15 | 10 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.56/0.62	c   0.0s|     1 |     0 |    31 |     - |  2894k |   0 |  92 |  12 |  29 |  17 | 11 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.56/0.62	c   0.0s|     1 |     0 |    33 |     - |  2948k |   0 |  92 |  12 |  31 |  19 | 12 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.56/0.62	c   0.0s|     1 |     0 |    37 |     - |  2968k |   0 |  92 |  12 |  30 |  21 | 13 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.56/0.62	c   0.0s|     1 |     0 |    42 |     - |  2978k |   0 |  92 |  12 |  32 |  23 | 14 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.56/0.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.56/0.62	c   0.0s|     1 |     0 |    43 |     - |  2990k |   0 |  92 |  12 |  33 |  24 | 15 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.56/0.62	c   0.0s|     1 |     0 |    44 |     - |  3027k |   0 |  92 |  12 |  34 |  25 | 16 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.56/0.62	c   0.0s|     1 |     0 |    46 |     - |  3040k |   0 |  92 |  12 |  37 |  28 | 17 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.56/0.62	c   0.0s|     1 |     0 |    47 |     - |  3066k |   0 |  92 |  12 |  38 |  29 | 18 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.56/0.62	c   0.0s|     1 |     0 |    50 |     - |  3070k |   0 |  92 |  12 |  30 |  31 | 19 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.56/0.62	c   0.0s|     1 |     0 |    52 |     - |  3070k |   0 |  92 |  12 |  31 |  32 | 20 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.56/0.62	c   0.0s|     1 |     0 |    53 |     - |  3108k |   0 |  92 |  12 |  32 |  33 | 21 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.56/0.62	c   0.0s|     1 |     0 |    55 |     - |  3184k |   0 |  92 |  12 |  33 |  34 | 22 |   0 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.56/0.62	c   0.0s|     1 |     2 |    65 |     - |  3184k |   0 |  92 |  12 |  33 |  34 | 22 |   0 |   6 | 0.000000e+00 |      --      |    Inf | unknown
0.56/0.62	c   0.2s|   100 |    57 |   243 |   1.9 |  3702k |  30 |  92 |  12 |  12 |  42 |  1 |   0 |   6 | 0.000000e+00 |      --      |    Inf | unknown
0.56/0.62	c   0.2s|   200 |   153 |   823 |   3.9 |  4030k |  30 |  92 |  12 |   0 |  72 |  0 |   0 |   6 | 0.000000e+00 |      --      |    Inf | unknown
0.56/0.62	c   0.3s|   300 |   247 |  1232 |   3.9 |  4298k |  44 |  92 |  12 |  14 |  84 |  1 |   0 |   6 | 0.000000e+00 |      --      |    Inf | unknown
0.56/0.62	c   0.4s|   400 |   281 |  1404 |   3.4 |  4388k |  44 |  92 |  12 |   0 |  95 |  0 |   0 |   6 | 0.000000e+00 |      --      |    Inf |   0.92%
0.56/0.62	c   0.4s|   500 |   313 |  1569 |   3.0 |  4406k |  44 |  92 |  12 |  15 |  95 |  1 |   0 |   6 | 0.000000e+00 |      --      |    Inf |   0.92%
0.56/0.62	c   0.4s|   600 |   349 |  1713 |   2.8 |  4416k |  45 |  92 |  12 |  15 |  98 |  1 |   0 |   6 | 0.000000e+00 |      --      |    Inf |   0.92%
0.56/0.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.56/0.67	c   0.5s|   700 |   373 |  1843 |   2.6 |  4429k |  45 |  92 |  12 |  15 | 110 |  1 |   0 |   6 | 0.000000e+00 |      --      |    Inf |   2.10%
0.56/0.67	c   0.5s|   800 |   393 |  1959 |   2.4 |  4445k |  46 |  92 |  12 |  15 | 122 |  1 |   0 |   6 | 0.000000e+00 |      --      |    Inf |   2.83%
0.56/0.67	c   0.5s|   900 |   411 |  2081 |   2.3 |  4456k |  47 |  92 |  12 |  14 | 137 |  1 |   0 |   6 | 0.000000e+00 |      --      |    Inf |   2.88%
0.56/0.67	c r 0.5s|   938 |     0 |  2125 |   2.2 |randroun|  47 |  92 |  12 |  20 | 147 |  3 |   0 |   6 | 0.000000e+00 | 0.000000e+00 |   0.00%| 100.00%
0.56/0.67	c 
0.56/0.67	c SCIP Status        : problem is solved [optimal solution found]
0.56/0.67	c Solving Time (sec) : 0.52
0.56/0.67	c Solving Nodes      : 938
0.56/0.67	c Primal Bound       : +0.00000000000000e+00 (1 solutions)
0.56/0.67	c Dual Bound         : +0.00000000000000e+00
0.56/0.67	c Gap                : 0.00 %
0.56/0.67	c [VIOLATION] Line 7: -20601 x1 -41202 x2 -82404 x3 -164808 x4 -329616 x5 -659232 x6 -1318464 x7 -2636928 x8 -5273856 x9 -10547712 x10 -21095424 x11 -40429 x12 -80858 x13 -161716 x14 -323432 x15 -646864 x16 -1293728 x17 -2587456 x18 -5174912 x19 -10349824 x20 -20699648 x21 -40429 x22 -80858 x23 -161716 x24 -323432 x25 -646864 x26 -1293728 x27 -2587456 x28 -5174912 x29 -10349824 x30 -20699648 x31 -45415 x32 -90830 x33 -181660 x34 -363320 x35 -726640 x36 -1453280 x37 -2906560 x38 -5813120 x39 -11626240 x40 -53725 x41 -107450 x42 -214900 x43 -429800 x44 -859600 x45 -1719200 x46 -3438400 x47 -6876800 x48 -13753600 x49 -61919 x50 -123838 x51 -247676 x52 -495352 x53 -990704 x54 -1981408 x55 -3962816 x56 -7925632 x57 -15851264 x58 -64470 x59 -128940 x60 -257880 x61 -515760 x62 -1031520 x63 -2063040 x64 -4126080 x65 -8252160 x66 -16504320 x67 -69340 x68 -138680 x69 -277360 x70 -554720 x71 -1109440 x72 -2218880 x73 -4437760 x74 -8875520 x75 -17751040 x76 -78539 x77 -157078 x78 -314156 x79 -628312 x80 -1256624 x81 -2513248 x82 -5026496 x83 -10052992 x84 -20105984 x85 -95043 x86 -190086 x87 -380172 x88 -760344 x89 -1520688 x90 -3041376 x91 -6082752 x92 -12165504 x93 >= -22382775 ;
0.56/0.67	c   Computed activity: -22382794
0.56/0.67	c   Required: activity >= -22382775
0.56/0.67	c   Variable assignments: {x1=0, x2=1, x3=0, x4=0, x5=0, x6=0, x7=0, x8=0, x9=1, x10=0, x11=0, x12=1, x13=0, x14=0, x15=0, x16=0, x17=0, x18=0, x19=0, x20=0, x21=0, x22=1, x23=0, x24=0, x25=0, x26=0, x27=0, x28=0, x29=0, x30=0, x31=0, x32=1, x33=0, x34=0, x35=0, x36=0, x37=0, x38=0, x39=0, x40=0, x41=1, x42=0, x43=0, x44=0, x45=0, x46=1, x47=0, x48=0, x49=0, x50=0, x51=0, x52=0, x53=1, x54=0, x55=0, x56=0, x57=0, x58=0, x59=1, x60=0, x61=0, x62=0, x63=0, x64=1, x65=0, x66=0, x67=0, x68=0, x69=0, x70=0, x71=0, x72=0, x73=0, x74=0, x75=0, x76=0, x77=0, x78=0, x79=0, x80=0, x81=0, x82=0, x83=0, x84=0, x85=0, x86=0, x87=0, x88=1, x89=0, x90=0, x91=0, x92=0, x93=1}}
0.56/0.67	c SCIP found a solution, but it is not feasible according to the original problem.
0.56/0.67	c ----------------------------------------------------------------------
0.56/0.67	c executing external solver (fallback): HOME/naps-1.03a6
0.56/0.67	c ----------------------------------------------------------------------
0.56/0.67	c command: HOME/naps-1.03a6 HOME/instance-4529701-1752253455.opb
0.56/0.67	c NaPS 1.03a6.
0.56/0.67	c Input file name: HOME/instance-4529701-1752253455.opb
16.00/16.13	c s SATISFIABLE
16.00/16.13	c _____________________________________________________________________________
16.00/16.13	c std/band forms        : 0,1
16.00/16.13	c 2cl/3cl ITE-codings   : 0,60003
16.00/16.13	c BDD/srt/adr Max costs : 62156,0,0
16.00/16.13	c BDDraw/bin/mul/srt/adr: 0,0,1,0,0
16.00/16.13	c BDD nodes             : 62158
16.00/16.13	c Es1/CC detections     : 0,0
16.00/16.13	c CC sort               : 0
16.00/16.13	c SAT/UNSAT calls       : 1,0
16.00/16.13	c regenrated variables  : 0
16.00/16.13	c eliminated fixed lits : 0
16.00/16.13	c goal lit flips        : 0
16.00/16.13	c goal stages           : 0
16.00/16.13	c goal shrink           : 0
16.00/16.13	c goal coeff separations: 0
16.00/16.13	c restarts              : 1240
16.00/16.13	c conflicts             : 13409          (872 /sec)
16.00/16.13	c decisions             : 115679         (7519 /sec)
16.00/16.13	c propagations          : 97228925       (6319620 /sec)
16.00/16.13	c inspects              : 0              (0 /sec)
16.00/16.13	c CPU time (solving tm) : 15.39 s        (14.88 s, SAT 14.88 s, UNSAT 0 s)
16.00/16.13	c Time for Opt-base     : 0.06392 s
16.00/16.13	c Steps for Opt-base    : 265887
16.00/16.13	c Time for BDD coding   : 0.436 s
16.00/16.13	c Time for srt coding   : 0 s
16.00/16.13	c _____________________________________________________________________________
16.00/16.13	c v x1 x2 -x3 -x4 x5 -x6 -x7 -x8 -x9 -x10 x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 x88 -x89 -x90 -x91 -x92 -x93
16.00/16.13	s SATISFIABLE
16.00/16.13	v x1 x2 -x3 -x4 x5 -x6 -x7 -x8 -x9 -x10 x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 x88 -x89 -x90 -x91 -x92 -x93

Verifier Data

OK	0

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: 63708 MiB (49911 MiB free)
  memory of node 1: 64465 MiB (54504 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4529701-1752253455/watcher-4529701-1752253455 -o /tmp/evaluation-result-4529701-1752253455/solver-4529701-1752253455 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1752253448-111532 --watchdog 3760 ./scip-naps-1.00a2.sh HOME/instance-4529701-1752253455.opb 

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
Starting watchdog thread
solver pid=111944, runsolver pid=111941
Current StackSize limit: 8192 KiB


[startup+0.100062 s]*
/proc/loadavg: 0.87 2.45 3.43 5/270 111949
/proc/meminfo: memFree=106909204/131249988 swapFree=33010416/33010684
[pid=111944] ppid=111941 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/111944/stat : 111944 (scip-naps-1.00a) S 111941 111944 111519 0 -1 4194304 258 318 0 0 0 0 0 0 20 0 1 0 141024066 4292608 736 18446744073709551615 94590391193600 94590392088133 140720461391696 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94590392327184 94590392374928 94590425579520 140720461396379 140720461396478 140720461396478 140720461402082 0
/proc/111944/statm: 1048 736 672 219 0 110 0
[pid=111949] ppid=111944 vsize=1187224 memory=32232 CPUtime=0.06 cores=5,7
/proc/111949/stat : 111949 (python3) R 111944 111944 111519 0 -1 4194304 3773 0 0 0 5 1 0 0 20 0 1 0 141024068 1215717376 8058 18446744073709551615 94256707919872 94256707920249 140724264851568 0 0 0 0 16781312 2 0 0 0 17 7 0 0 0 0 0 94256707931544 94256707932164 94256724697088 140724264855887 140724264856096 140724264856096 140724264861671 0
/proc/111949/statm: 296806 8058 4930 1 0 268828 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 1191416 KiB
Current children cumulated memory: 35176 KiB

[startup+0.205611 s]*
/proc/loadavg: 0.87 2.45 3.43 6/270 111949
/proc/meminfo: memFree=106899556/131249988 swapFree=33010416/33010684
[pid=111944] ppid=111941 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/111944/stat : 111944 (scip-naps-1.00a) S 111941 111944 111519 0 -1 4194304 258 318 0 0 0 0 0 0 20 0 1 0 141024066 4292608 736 18446744073709551615 94590391193600 94590392088133 140720461391696 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94590392327184 94590392374928 94590425579520 140720461396379 140720461396478 140720461396478 140720461402082 0
/proc/111944/statm: 1048 736 672 219 0 110 0
[pid=111949] ppid=111944 vsize=1203436 memory=55784 CPUtime=0.17 cores=5,7
/proc/111949/stat : 111949 (python3) R 111944 111944 111519 0 -1 4194304 6727 0 0 0 15 2 0 0 20 0 1 0 141024068 1232318464 13946 18446744073709551615 94256707919872 94256707920249 140724264851568 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94256707931544 94256707932164 94256724697088 140724264855887 140724264856096 140724264856096 140724264861671 0
/proc/111949/statm: 300859 13946 8130 1 0 272217 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 1207628 KiB
Current children cumulated memory: 58728 KiB

[startup+0.305602 s]*
/proc/loadavg: 0.87 2.45 3.43 6/270 111949
/proc/meminfo: memFree=106897540/131249988 swapFree=33010416/33010684
[pid=111944] ppid=111941 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/111944/stat : 111944 (scip-naps-1.00a) S 111941 111944 111519 0 -1 4194304 258 318 0 0 0 0 0 0 20 0 1 0 141024066 4292608 736 18446744073709551615 94590391193600 94590392088133 140720461391696 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94590392327184 94590392374928 94590425579520 140720461396379 140720461396478 140720461396478 140720461402082 0
/proc/111944/statm: 1048 736 672 219 0 110 0
[pid=111949] ppid=111944 vsize=1203824 memory=56040 CPUtime=0.27 cores=5,7
/proc/111949/stat : 111949 (python3) R 111944 111944 111519 0 -1 4194304 6798 0 0 0 25 2 0 0 20 0 1 0 141024068 1232715776 14010 18446744073709551615 94256707919872 94256707920249 140724264851568 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94256707931544 94256707932164 94256724697088 140724264855887 140724264856096 140724264856096 140724264861671 0
/proc/111949/statm: 300956 14010 8130 1 0 272314 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 1208016 KiB
Current children cumulated memory: 58984 KiB

[startup+0.700193 s]
/proc/loadavg: 0.87 2.45 3.43 5/270 111949
/proc/meminfo: memFree=106897540/131249988 swapFree=33010416/33010684
[pid=111944] ppid=111941 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/111944/stat : 111944 (scip-naps-1.00a) S 111941 111944 111519 0 -1 4194304 258 318 0 0 0 0 0 0 20 0 1 0 141024066 4292608 736 18446744073709551615 94590391193600 94590392088133 140720461391696 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94590392327184 94590392374928 94590425579520 140720461396379 140720461396478 140720461396478 140720461402082 0
/proc/111944/statm: 1048 736 672 219 0 110 0
[pid=111949] ppid=111944 vsize=1204652 memory=57320 CPUtime=0.63 cores=5,7
/proc/111949/stat : 111949 (python3) S 111944 111944 111519 0 -1 4194304 7219 0 2 0 61 2 0 0 20 0 1 0 141024068 1233563648 14330 18446744073709551615 94256707919872 94256707920249 140724264851568 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94256707931544 94256707932164 94256724697088 140724264855887 140724264856096 140724264856096 140724264861671 0
/proc/111949/statm: 301163 14330 8194 1 0 272521 0
Current children cumulated CPU time: 0.63 s
Current children cumulated vsize: 1208844 KiB
Current children cumulated memory: 60264 KiB

[startup+1.50023 s]
/proc/loadavg: 0.87 2.45 3.43 5/271 111950
/proc/meminfo: memFree=106859740/131249988 swapFree=33010416/33010684
[pid=111944] ppid=111941 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/111944/stat : 111944 (scip-naps-1.00a) S 111941 111944 111519 0 -1 4194304 258 318 0 0 0 0 0 0 20 0 1 0 141024066 4292608 736 18446744073709551615 94590391193600 94590392088133 140720461391696 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94590392327184 94590392374928 94590425579520 140720461396379 140720461396478 140720461396478 140720461402082 0
/proc/111944/statm: 1048 736 672 219 0 110 0
[pid=111949] ppid=111944 vsize=1204652 memory=57320 CPUtime=0.63 cores=5,7
/proc/111949/stat : 111949 (python3) S 111944 111944 111519 0 -1 4194304 7219 0 2 0 61 2 0 0 20 0 1 0 141024068 1233563648 14330 18446744073709551615 94256707919872 94256707920249 140724264851568 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94256707931544 94256707932164 94256724697088 140724264855887 140724264856096 140724264856096 140724264861671 0
/proc/111949/statm: 301163 14330 8194 1 0 272521 0
[pid=111950] ppid=111949 vsize=74744 memory=69716 CPUtime=0.82 cores=5,7
/proc/111950/stat : 111950 (naps-1.03a6) R 111949 111950 111950 0 -1 4194304 19561 0 0 0 80 2 0 0 20 0 1 0 141024133 76537856 17429 18446744073709551615 4198400 7047149 140725587567424 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32813056 140725587573119 140725587573233 140725587573233 140725587578825 0
/proc/111950/statm: 18686 17429 544 696 0 17847 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 1283588 KiB
Current children cumulated memory: 129980 KiB

[startup+3.10549 s]
/proc/loadavg: 1.20 2.50 3.44 5/272 111951
/proc/meminfo: memFree=106799324/131249988 swapFree=33010416/33010684
[pid=111944] ppid=111941 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/111944/stat : 111944 (scip-naps-1.00a) S 111941 111944 111519 0 -1 4194304 258 318 0 0 0 0 0 0 20 0 1 0 141024066 4292608 736 18446744073709551615 94590391193600 94590392088133 140720461391696 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94590392327184 94590392374928 94590425579520 140720461396379 140720461396478 140720461396478 140720461402082 0
/proc/111944/statm: 1048 736 672 219 0 110 0
[pid=111949] ppid=111944 vsize=1204652 memory=57320 CPUtime=0.63 cores=5,7
/proc/111949/stat : 111949 (python3) S 111944 111944 111519 0 -1 4194304 7219 0 2 0 61 2 0 0 20 0 1 0 141024068 1233563648 14330 18446744073709551615 94256707919872 94256707920249 140724264851568 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94256707931544 94256707932164 94256724697088 140724264855887 140724264856096 140724264856096 140724264861671 0
/proc/111949/statm: 301163 14330 8194 1 0 272521 0
[pid=111950] ppid=111949 vsize=74744 memory=70356 CPUtime=2.42 cores=5,7
/proc/111950/stat : 111950 (naps-1.03a6) R 111949 111950 111950 0 -1 4194304 19714 0 0 0 240 2 0 0 20 0 1 0 141024133 76537856 17589 18446744073709551615 4198400 7047149 140725587567424 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32813056 140725587573119 140725587573233 140725587573233 140725587578825 0
/proc/111950/statm: 18686 17589 544 696 0 17847 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 1283588 KiB
Current children cumulated memory: 130620 KiB

[startup+6.30021 s]
/proc/loadavg: 1.20 2.50 3.44 5/272 111951
/proc/meminfo: memFree=106783364/131249988 swapFree=33010416/33010684
[pid=111944] ppid=111941 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/111944/stat : 111944 (scip-naps-1.00a) S 111941 111944 111519 0 -1 4194304 258 318 0 0 0 0 0 0 20 0 1 0 141024066 4292608 736 18446744073709551615 94590391193600 94590392088133 140720461391696 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94590392327184 94590392374928 94590425579520 140720461396379 140720461396478 140720461396478 140720461402082 0
/proc/111944/statm: 1048 736 672 219 0 110 0
[pid=111949] ppid=111944 vsize=1204652 memory=57320 CPUtime=0.63 cores=5,7
/proc/111949/stat : 111949 (python3) S 111944 111944 111519 0 -1 4194304 7219 0 2 0 61 2 0 0 20 0 1 0 141024068 1233563648 14330 18446744073709551615 94256707919872 94256707920249 140724264851568 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94256707931544 94256707932164 94256724697088 140724264855887 140724264856096 140724264856096 140724264861671 0
/proc/111949/statm: 301163 14330 8194 1 0 272521 0
[pid=111950] ppid=111949 vsize=81964 memory=78244 CPUtime=5.6 cores=5,7
/proc/111950/stat : 111950 (naps-1.03a6) R 111949 111950 111950 0 -1 4194304 20170 0 0 0 558 2 0 0 20 0 1 0 141024133 83931136 19561 18446744073709551615 4198400 7047149 140725587567424 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32813056 140725587573119 140725587573233 140725587573233 140725587578825 0
/proc/111950/statm: 20491 19561 544 696 0 19652 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 1290808 KiB
Current children cumulated memory: 138508 KiB

[startup+12.7002 s]
/proc/loadavg: 1.63 2.55 3.45 5/272 112000
/proc/meminfo: memFree=106839184/131249988 swapFree=33010416/33010684
[pid=111944] ppid=111941 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/111944/stat : 111944 (scip-naps-1.00a) S 111941 111944 111519 0 -1 4194304 258 318 0 0 0 0 0 0 20 0 1 0 141024066 4292608 736 18446744073709551615 94590391193600 94590392088133 140720461391696 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94590392327184 94590392374928 94590425579520 140720461396379 140720461396478 140720461396478 140720461402082 0
/proc/111944/statm: 1048 736 672 219 0 110 0
[pid=111949] ppid=111944 vsize=1204652 memory=57320 CPUtime=0.63 cores=5,7
/proc/111949/stat : 111949 (python3) S 111944 111944 111519 0 -1 4194304 7219 0 2 0 61 2 0 0 20 0 1 0 141024068 1233563648 14330 18446744073709551615 94256707919872 94256707920249 140724264851568 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94256707931544 94256707932164 94256724697088 140724264855887 140724264856096 140724264856096 140724264861671 0
/proc/111949/statm: 301163 14330 8194 1 0 272521 0
[pid=111950] ppid=111949 vsize=90160 memory=87152 CPUtime=11.98 cores=5,7
/proc/111950/stat : 111950 (naps-1.03a6) R 111949 111950 111950 0 -1 4194304 20952 0 0 0 1196 2 0 0 20 0 1 0 141024133 92323840 21788 18446744073709551615 4198400 7047149 140725587567424 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32813056 140725587573119 140725587573233 140725587573233 140725587578825 0
/proc/111950/statm: 22540 21788 544 696 0 21701 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 1299004 KiB
Current children cumulated memory: 147416 KiB

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

# cumulated CPU time of all completed processes:  user=16.0144 s, system=0.061768 s

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

[startup+12.8003 s]
/proc/loadavg: 1.63 2.55 3.45 5/272 112000
/proc/meminfo: memFree=106839184/131249988 swapFree=33010416/33010684
[pid=111944] ppid=111941 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/111944/stat : 111944 (scip-naps-1.00a) S 111941 111944 111519 0 -1 4194304 258 318 0 0 0 0 0 0 20 0 1 0 141024066 4292608 736 18446744073709551615 94590391193600 94590392088133 140720461391696 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94590392327184 94590392374928 94590425579520 140720461396379 140720461396478 140720461396478 140720461402082 0
/proc/111944/statm: 1048 736 672 219 0 110 0
[pid=111949] ppid=111944 vsize=1204652 memory=57320 CPUtime=0.63 cores=5,7
/proc/111949/stat : 111949 (python3) S 111944 111944 111519 0 -1 4194304 7219 0 2 0 61 2 0 0 20 0 1 0 141024068 1233563648 14330 18446744073709551615 94256707919872 94256707920249 140724264851568 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94256707931544 94256707932164 94256724697088 140724264855887 140724264856096 140724264856096 140724264861671 0
/proc/111949/statm: 301163 14330 8194 1 0 272521 0
[pid=111950] ppid=111949 vsize=90160 memory=87152 CPUtime=12.08 cores=5,7
/proc/111950/stat : 111950 (naps-1.03a6) R 111949 111950 111950 0 -1 4194304 20953 0 0 0 1206 2 0 0 20 0 1 0 141024133 92323840 21788 18446744073709551615 4198400 7047149 140725587567424 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32813056 140725587573119 140725587573233 140725587573233 140725587578825 0
/proc/111950/statm: 22540 21788 544 696 0 21701 0
Current children cumulated CPU time: 12.71 s
Current children cumulated vsize: 1299004 KiB
Current children cumulated memory: 147416 KiB

[startup+14.4002 s]
/proc/loadavg: 1.63 2.55 3.45 5/273 112002
/proc/meminfo: memFree=106805368/131249988 swapFree=33010416/33010684
[pid=111944] ppid=111941 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/111944/stat : 111944 (scip-naps-1.00a) S 111941 111944 111519 0 -1 4194304 258 318 0 0 0 0 0 0 20 0 1 0 141024066 4292608 736 18446744073709551615 94590391193600 94590392088133 140720461391696 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94590392327184 94590392374928 94590425579520 140720461396379 140720461396478 140720461396478 140720461402082 0
/proc/111944/statm: 1048 736 672 219 0 110 0
[pid=111949] ppid=111944 vsize=1204652 memory=57320 CPUtime=0.63 cores=5,7
/proc/111949/stat : 111949 (python3) S 111944 111944 111519 0 -1 4194304 7219 0 2 0 61 2 0 0 20 0 1 0 141024068 1233563648 14330 18446744073709551615 94256707919872 94256707920249 140724264851568 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94256707931544 94256707932164 94256724697088 140724264855887 140724264856096 140724264856096 140724264861671 0
/proc/111949/statm: 301163 14330 8194 1 0 272521 0
[pid=111950] ppid=111949 vsize=90160 memory=87280 CPUtime=13.67 cores=5,7
/proc/111950/stat : 111950 (naps-1.03a6) R 111949 111950 111950 0 -1 4194304 20993 0 0 0 1365 2 0 0 20 0 1 0 141024133 92323840 21820 18446744073709551615 4198400 7047149 140725587567424 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32813056 140725587573119 140725587573233 140725587573233 140725587578825 0
/proc/111950/statm: 22540 21820 544 696 0 21701 0
Current children cumulated CPU time: 14.3 s
Current children cumulated vsize: 1299004 KiB
Current children cumulated memory: 147544 KiB

[startup+15.2002 s]
/proc/loadavg: 1.63 2.55 3.45 5/273 112002
/proc/meminfo: memFree=106805368/131249988 swapFree=33010416/33010684
[pid=111944] ppid=111941 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/111944/stat : 111944 (scip-naps-1.00a) S 111941 111944 111519 0 -1 4194304 258 318 0 0 0 0 0 0 20 0 1 0 141024066 4292608 736 18446744073709551615 94590391193600 94590392088133 140720461391696 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94590392327184 94590392374928 94590425579520 140720461396379 140720461396478 140720461396478 140720461402082 0
/proc/111944/statm: 1048 736 672 219 0 110 0
[pid=111949] ppid=111944 vsize=1204652 memory=57320 CPUtime=0.63 cores=5,7
/proc/111949/stat : 111949 (python3) S 111944 111944 111519 0 -1 4194304 7219 0 2 0 61 2 0 0 20 0 1 0 141024068 1233563648 14330 18446744073709551615 94256707919872 94256707920249 140724264851568 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94256707931544 94256707932164 94256724697088 140724264855887 140724264856096 140724264856096 140724264861671 0
/proc/111949/statm: 301163 14330 8194 1 0 272521 0
[pid=111950] ppid=111949 vsize=90160 memory=87408 CPUtime=14.47 cores=5,7
/proc/111950/stat : 111950 (naps-1.03a6) R 111949 111950 111950 0 -1 4194304 21022 0 0 0 1445 2 0 0 20 0 1 0 141024133 92323840 21852 18446744073709551615 4198400 7047149 140725587567424 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32813056 140725587573119 140725587573233 140725587573233 140725587578825 0
/proc/111950/statm: 22540 21852 544 696 0 21701 0
Current children cumulated CPU time: 15.1 s
Current children cumulated vsize: 1299004 KiB
Current children cumulated memory: 147672 KiB

[startup+15.6002 s]
/proc/loadavg: 1.63 2.55 3.45 5/273 112002
/proc/meminfo: memFree=106805368/131249988 swapFree=33010416/33010684
[pid=111944] ppid=111941 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/111944/stat : 111944 (scip-naps-1.00a) S 111941 111944 111519 0 -1 4194304 258 318 0 0 0 0 0 0 20 0 1 0 141024066 4292608 736 18446744073709551615 94590391193600 94590392088133 140720461391696 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94590392327184 94590392374928 94590425579520 140720461396379 140720461396478 140720461396478 140720461402082 0
/proc/111944/statm: 1048 736 672 219 0 110 0
[pid=111949] ppid=111944 vsize=1204652 memory=57320 CPUtime=0.63 cores=5,7
/proc/111949/stat : 111949 (python3) S 111944 111944 111519 0 -1 4194304 7219 0 2 0 61 2 0 0 20 0 1 0 141024068 1233563648 14330 18446744073709551615 94256707919872 94256707920249 140724264851568 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94256707931544 94256707932164 94256724697088 140724264855887 140724264856096 140724264856096 140724264861671 0
/proc/111949/statm: 301163 14330 8194 1 0 272521 0
[pid=111950] ppid=111949 vsize=90160 memory=87408 CPUtime=14.87 cores=5,7
/proc/111950/stat : 111950 (naps-1.03a6) R 111949 111950 111950 0 -1 4194304 21027 0 0 0 1485 2 0 0 20 0 1 0 141024133 92323840 21852 18446744073709551615 4198400 7047149 140725587567424 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32813056 140725587573119 140725587573233 140725587573233 140725587578825 0
/proc/111950/statm: 22540 21852 544 696 0 21701 0
Current children cumulated CPU time: 15.5 s
Current children cumulated vsize: 1299004 KiB
Current children cumulated memory: 147672 KiB

[startup+16.0002 s]*
/proc/loadavg: 1.63 2.55 3.45 5/273 112002
/proc/meminfo: memFree=106801280/131249988 swapFree=33010416/33010684
[pid=111944] ppid=111941 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/111944/stat : 111944 (scip-naps-1.00a) S 111941 111944 111519 0 -1 4194304 258 318 0 0 0 0 0 0 20 0 1 0 141024066 4292608 736 18446744073709551615 94590391193600 94590392088133 140720461391696 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94590392327184 94590392374928 94590425579520 140720461396379 140720461396478 140720461396478 140720461402082 0
/proc/111944/statm: 1048 736 672 219 0 110 0
[pid=111949] ppid=111944 vsize=1204652 memory=57320 CPUtime=0.63 cores=5,7
/proc/111949/stat : 111949 (python3) S 111944 111944 111519 0 -1 4194304 7219 0 2 0 61 2 0 0 20 0 1 0 141024068 1233563648 14330 18446744073709551615 94256707919872 94256707920249 140724264851568 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94256707931544 94256707932164 94256724697088 140724264855887 140724264856096 140724264856096 140724264861671 0
/proc/111949/statm: 301163 14330 8194 1 0 272521 0
[pid=111950] ppid=111949 vsize=90160 memory=87536 CPUtime=15.27 cores=5,7
/proc/111950/stat : 111950 (naps-1.03a6) R 111949 111950 111950 0 -1 4194304 21042 0 0 0 1525 2 0 0 20 0 1 0 141024133 92323840 21884 18446744073709551615 4198400 7047149 140725587567424 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32813056 140725587573119 140725587573233 140725587573233 140725587578825 0
/proc/111950/statm: 22540 21884 544 696 0 21701 0
Current children cumulated CPU time: 15.9 s
Current children cumulated vsize: 1299004 KiB
Current children cumulated memory: 147800 KiB

[startup+16.1055 s]
/proc/loadavg: 1.63 2.55 3.45 5/273 112002
/proc/meminfo: memFree=106801280/131249988 swapFree=33010416/33010684
[pid=111944] ppid=111941 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/111944/stat : 111944 (scip-naps-1.00a) S 111941 111944 111519 0 -1 4194304 258 318 0 0 0 0 0 0 20 0 1 0 141024066 4292608 736 18446744073709551615 94590391193600 94590392088133 140720461391696 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94590392327184 94590392374928 94590425579520 140720461396379 140720461396478 140720461396478 140720461402082 0
/proc/111944/statm: 1048 736 672 219 0 110 0
[pid=111949] ppid=111944 vsize=1204652 memory=57320 CPUtime=0.63 cores=5,7
/proc/111949/stat : 111949 (python3) S 111944 111944 111519 0 -1 4194304 7219 0 2 0 61 2 0 0 20 0 1 0 141024068 1233563648 14330 18446744073709551615 94256707919872 94256707920249 140724264851568 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94256707931544 94256707932164 94256724697088 140724264855887 140724264856096 140724264856096 140724264861671 0
/proc/111949/statm: 301163 14330 8194 1 0 272521 0
[pid=111950] ppid=111949 vsize=90160 memory=87536 CPUtime=15.37 cores=5,7
/proc/111950/stat : 111950 (naps-1.03a6) R 111949 111950 111950 0 -1 4194304 21044 0 0 0 1535 2 0 0 20 0 1 0 141024133 92323840 21884 18446744073709551615 4198400 7047149 140725587567424 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32813056 140725587573119 140725587573233 140725587573233 140725587578825 0
/proc/111950/statm: 22540 21884 544 696 0 21701 0
Current children cumulated CPU time: 16 s
Current children cumulated vsize: 1299004 KiB
Current children cumulated memory: 147800 KiB

Child status: 0

Real time (s): 16.1591
CPU time (s): 16.0761
CPU user time (s): 16.0144
CPU system time (s): 0.061768
CPU usage (%): 99.4863
Max. virtual memory (cumulated for all children) (KiB): 1307196
Max. memory (cumulated for all children) (KiB): 150064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.0144
system time used= 0.061768
maximum resident set size= 89800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33375
page faults= 2
swaps= 0
block input operations= 400
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 340
involuntary context switches= 115


# summary of solver processes directly reported to runsolver:
#   pid: 111944
#   total CPU time (s): 16.0761
#   total CPU user time (s): 16.0144
#   total CPU system time (s): 0.061768

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.037015 second user time and 0.112294 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-07-11 19:04:15
IDJOB=4529701
IDBENCH=148103
IDSOLVER=3388
FILE ID=nodeC031/4529701-1752253455
RUNJOBID= nodeC031-1752253448-111532
SLURM_JOB_ID= 9682589
Free space on /tmp= 430904 MiB

SOLVER NAME= SCIP-NaPS 1.00a2
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/manquiho/Aardal_1/normalized-prob6.opb
COMMAND LINE= ./scip-naps-1.00a2.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4529701-1752253455/watcher-4529701-1752253455 -o /tmp/evaluation-result-4529701-1752253455/solver-4529701-1752253455 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1752253448-111532 --watchdog 3760  ./scip-naps-1.00a2.sh HOME/instance-4529701-1752253455.opb

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

MD5SUM BENCH= abfa6108019d186bb0a39186e3151874
RANDOM SEED=153904170

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        106922856 kB
MemAvailable:   129379644 kB
Buffers:            2128 kB
Cached:         23137616 kB
SwapCached:           12 kB
Active:           738832 kB
Inactive:       22677672 kB
Active(anon):     284344 kB
Inactive(anon):    10468 kB
Active(file):     454488 kB
Inactive(file): 22667204 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             14192 kB
Writeback:            40 kB
AnonPages:        279780 kB
Mapped:           128068 kB
Shmem:             18052 kB
KReclaimable:     348668 kB
Slab:             444788 kB
SReclaimable:     348668 kB
SUnreclaim:        96120 kB
KernelStack:        4400 kB
PageTables:         4064 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    3819580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150648 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:     32768 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:      191188 kB
DirectMap2M:     9017344 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 430900 MiB
End job on nodeC031 at 2025-07-11 19:04:31