Trace number 4524035

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP-NaPS 1.00a1? 1519.28 1525.04

General information on the benchmark

NamePB25/normalized-PB25/OPT-LIN/wallon/
normalized-WordGolf-4-ogd2008-50-0_c24.opb
MD5SUM7b85ce4cd64937c81c9b69135828a61d
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark329.026
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables333830
Total number of constraints1254811
Number of constraints which are clauses1252194
Number of constraints which are cardinality constraints (but not clauses)243
Number of constraints which are nor clauses,nor cardinality constraints2374
Minimum length of a constraint1
Maximum length of a constraint6530
Number of terms in the objective function 6
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 63
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 21247094
Number of bits of the biggest sum of numbers25
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1000.44/1004.79	c Command: HOME/scip-naps.py --pbsolver HOME/naps-1.03a6 --opt HOME/instance-4524035-1751595926.opb
1000.44/1004.79	c Solving mode: optimization
1000.44/1004.79	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
1000.44/1004.79	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
1000.44/1004.79	c original problem has 333830 variables (333830 bin, 0 int, 0 impl, 0 cont) and 1254811 constraints
1000.44/1004.79	c presolving:
1000.44/1004.79	c (round 1, fast)       142 del vars, 111 del conss, 292 add conss, 141 chg bounds, 1060 chg sides, 1521 chg coeffs, 0 upgd conss, 0 impls, 213131 clqs
1000.44/1004.79	c (round 2, fast)       148 del vars, 221 del conss, 292 add conss, 145 chg bounds, 166288 chg sides, 166749 chg coeffs, 0 upgd conss, 0 impls, 213127 clqs
1000.44/1004.79	c (round 3, fast)       4625 del vars, 227 del conss, 294 add conss, 4620 chg bounds, 166298 chg sides, 166777 chg coeffs, 0 upgd conss, 0 impls, 213131 clqs
1000.44/1004.79	c (round 4, fast)       5200 del vars, 227 del conss, 296 add conss, 5195 chg bounds, 169569 chg sides, 170856 chg coeffs, 0 upgd conss, 0 impls, 213131 clqs
1000.44/1004.79	c (round 5, exhaustive) 5269 del vars, 431 del conss, 298 add conss, 5264 chg bounds, 169596 chg sides, 178850 chg coeffs, 1254137 upgd conss, 0 impls, 213131 clqs
1000.44/1004.79	c (round 6, medium)     5272 del vars, 889 del conss, 1188 add conss, 5264 chg bounds, 169636 chg sides, 180021 chg coeffs, 1254137 upgd conss, 0 impls, 213131 clqs
1000.44/1004.79	c (round 7, exhaustive) 5272 del vars, 1935 del conss, 1546 add conss, 5264 chg bounds, 169662 chg sides, 180050 chg coeffs, 1254137 upgd conss, 0 impls, 213131 clqs
1000.44/1004.79	c    (141.9s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
1000.44/1004.79	c    (143.3s) no symmetry present (symcode time: 0.40)
1000.44/1004.79	c presolving (8 rounds: 8 fast, 4 medium, 3 exhaustive):
1000.44/1004.79	c  5303 deleted vars, 1946 deleted constraints, 1546 added constraints, 5264 tightened bounds, 0 added holes, 169686 changed sides, 180075 changed coefficients
1000.44/1004.79	c  0 implications, 213131 cliques
1000.44/1004.79	c presolved problem has 328529 variables (328529 bin, 0 int, 0 impl, 0 cont) and 1254411 constraints
1000.44/1004.79	c    1381 constraints of type <knapsack>
1000.44/1004.79	c 1252095 constraints of type <setppc>
1000.44/1004.79	c     302 constraints of type <and>
1000.44/1004.79	c     531 constraints of type <linear>
1000.44/1004.79	c     102 constraints of type <logicor>
1000.44/1004.79	c transformed objective value is always integral (scale: 1)
1000.44/1004.79	c Presolving Time: 141.37
1000.44/1004.79	c 
1000.44/1004.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1000.44/1004.79	c   158s|     1 |     0 |  2744 |     - |  4354M |   0 | 328k|1254k|1254k|   0 |  0 |  37 |   0 | 1.000000e+00 |      --      |    Inf | unknown
1000.44/1004.79	c   329s|     1 |     0 | 23673 |     - |  4680M |   0 | 328k|1254k|1254k| 214 |  1 |  39 |   0 | 1.000000e+00 |      --      |    Inf | unknown
1000.44/1004.79	c   489s|     1 |     0 | 28042 |     - |  4947M |   0 | 328k|1254k|1255k| 365 |  2 |  39 |   0 | 2.000000e+00 |      --      |    Inf | unknown
1000.44/1004.79	c   660s|     1 |     0 | 32832 |     - |  5169M |   0 | 328k|1254k|1255k| 467 |  3 |  43 |   0 | 2.000000e+00 |      --      |    Inf | unknown
1000.44/1004.79	c   873s|     1 |     0 | 45137 |     - |  5384M |   0 | 328k|1254k|1255k| 575 |  4 |  44 |   0 | 2.000000e+00 |      --      |    Inf | unknown
1000.44/1004.79	c  1000s|     1 |     0 | 45137 |     - |  5400M |   0 | 328k|1254k|1255k| 657 |  5 |  45 |   0 | 2.000000e+00 |      --      |    Inf | unknown
1000.44/1004.79	c (node 1) LP solver hit time limit in LP 6 -- using pseudo solution instead
1000.44/1004.79	c 
1000.44/1004.79	c SCIP Status        : solving was interrupted [time limit reached]
1000.44/1004.79	c Solving Time (sec) : 1000.13
1000.44/1004.79	c Solving Nodes      : 1
1000.44/1004.79	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1000.44/1004.79	c Dual Bound         : +2.00000000000000e+00
1000.44/1004.79	c Gap                : infinite
1000.44/1004.79	c ----------------------------------------------------------------------
1000.44/1004.79	c dual bound: 2.0 -> 2
1000.44/1004.79	c primal bound: 1e+20 -> 100000000000000000000
1000.44/1004.79	c scip-goal-lb: 2
1000.44/1004.79	c scip-goal-ub: 100000000000000000000
1000.44/1004.79	c writing output to: HOME/tmpzbvp9118.opb
1000.44/1004.79	c appending fixed variable constraints
1000.44/1004.79	c scip-fixed vars: 1.61% (5304/328529)
1000.44/1004.79	c ----------------------------------------------------------------------
1000.44/1004.79	c executing external solver: HOME/naps-1.03a6
1000.44/1004.79	c ----------------------------------------------------------------------
1000.44/1004.79	c command: HOME/naps-1.03a6 -goal-lb=2 -goal-ub=99999999999999999999 HOME/tmpzbvp9118.opb
1000.58/1004.93	c NaPS 1.03a6.
1000.58/1004.93	c Input file name: HOME/tmpzbvp9118.opb
1512.86/1518.66	c malloc failed in xmalloc
1512.86/1518.66	c
1512.86/1518.66	c *** TERMINATED *** by signal 15
1512.86/1518.66	c _____________________________________________________________________________
1512.86/1518.66	c std/band forms        : 546,132
1512.86/1518.66	c 2cl/3cl ITE-codings   : 0,0
1512.86/1518.66	c BDD/srt/adr Max costs : 442,9713773,0
1512.86/1518.66	c BDDraw/bin/mul/srt/adr: 255,0,190,233,0
1512.86/1518.66	c BDD nodes             : 73764
1512.86/1518.66	c Es1/CC detections     : 0,0
1512.86/1518.66	c CC sort               : 166
1512.86/1518.66	c SAT/UNSAT calls       : 0,0
1512.86/1518.66	c regenrated variables  : 0
1512.86/1518.66	c eliminated fixed lits : 5546
1512.86/1518.66	c goal lit flips        : 0
1512.86/1518.66	c goal stages           : 0
1512.86/1518.66	c goal shrink           : 0
1512.86/1518.66	c goal coeff separations: 0
1512.86/1518.66	c restarts              : 0
1512.86/1518.66	c conflicts             : 0              (0 /sec)
1512.86/1518.66	c decisions             : 0              (0 /sec)
1512.86/1518.66	c propagations          : 0              (0 /sec)
1512.86/1518.66	c inspects              : 0              (0 /sec)
1512.86/1518.66	c CPU time (solving tm) : 504.8 s        (0 s, SAT 0 s, UNSAT 0 s)
1512.86/1518.66	c Time for Opt-base     : 84.14 s
1512.86/1518.66	c Steps for Opt-base    : 446368000
1512.86/1518.66	c Time for BDD coding   : 0.4888 s
1512.86/1518.66	c Time for srt coding   : 392.4 s
1512.86/1518.66	c _____________________________________________________________________________
1000.58/1518.99	s UNKNOWN

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: 63837 MiB (55728 MiB free)
  memory of node 1: 64465 MiB (50620 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4524035-1751595926/watcher-4524035-1751595926 -o /tmp/evaluation-result-4524035-1751595926/solver-4524035-1751595926 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751592140-93470 --watchdog 3760 ./scip-naps-1.00.sh HOME/instance-4524035-1751595926.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
Current StackSize limit: 8192 KiB

solver pid=94126, runsolver pid=94123

[startup+0.100101 s]*
/proc/loadavg: 4.26 4.16 4.06 5/255 94131
/proc/meminfo: memFree=108892920/131382112 swapFree=33005784/33010684
[pid=94126] ppid=94123 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/94126/stat : 94126 (scip-naps-1.00.) S 94123 94126 93457 0 -1 4194304 256 340 0 0 0 0 0 0 20 0 1 0 75271786 4292608 736 18446744073709551615 94145870794752 94145871689285 140722857926480 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94145871928336 94145871976080 94145898872832 140722857933217 140722857933314 140722857933314 140722857938916 0
/proc/94126/statm: 1048 736 672 219 0 110 0
[pid=94131] ppid=94126 vsize=127372 memory=27560 CPUtime=0.06 cores=5,7
/proc/94131/stat : 94131 (python3) R 94126 94126 93457 0 -1 4194304 3050 0 0 0 5 1 0 0 20 0 1 0 75271789 130428928 6762 18446744073709551615 94718052442112 94718052442489 140722760290784 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94718052453784 94718052454404 94718064021504 140722760292711 140722760292898 140722760292898 140722760298471 0
/proc/94131/statm: 31843 6826 4366 1 0 3930 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 131564 KiB
Current children cumulated memory: 30504 KiB

[startup+0.2137 s]*
/proc/loadavg: 4.26 4.16 4.06 5/255 94131
/proc/meminfo: memFree=108866964/131382112 swapFree=33005784/33010684
[pid=94126] ppid=94123 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/94126/stat : 94126 (scip-naps-1.00.) S 94123 94126 93457 0 -1 4194304 256 340 0 0 0 0 0 0 20 0 1 0 75271786 4292608 736 18446744073709551615 94145870794752 94145871689285 140722857926480 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94145871928336 94145871976080 94145898872832 140722857933217 140722857933314 140722857933314 140722857938916 0
/proc/94126/statm: 1048 736 672 219 0 110 0
[pid=94131] ppid=94126 vsize=1213276 memory=64552 CPUtime=0.17 cores=5,7
/proc/94131/stat : 94131 (python3) R 94126 94126 93457 0 -1 4194304 9395 0 0 0 15 2 0 0 20 0 1 0 75271789 1242394624 16106 18446744073709551615 94718052442112 94718052442489 140722760290784 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94718052453784 94718052454404 94718064021504 140722760292711 140722760292898 140722760292898 140722760298471 0
/proc/94131/statm: 303319 16138 7598 1 0 274677 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 1217468 KiB
Current children cumulated memory: 67496 KiB

[startup+0.313447 s]*
/proc/loadavg: 4.26 4.16 4.06 6/255 94131
/proc/meminfo: memFree=108842772/131382112 swapFree=33005784/33010684
[pid=94126] ppid=94123 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/94126/stat : 94126 (scip-naps-1.00.) S 94123 94126 93457 0 -1 4194304 256 340 0 0 0 0 0 0 20 0 1 0 75271786 4292608 736 18446744073709551615 94145870794752 94145871689285 140722857926480 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94145871928336 94145871976080 94145898872832 140722857933217 140722857933314 140722857933314 140722857938916 0
/proc/94126/statm: 1048 736 672 219 0 110 0
[pid=94131] ppid=94126 vsize=1237796 memory=89128 CPUtime=0.27 cores=5,7
/proc/94131/stat : 94131 (python3) R 94126 94126 93457 0 -1 4194304 15571 0 0 0 23 4 0 0 20 0 1 0 75271789 1267503104 22282 18446744073709551615 94718052442112 94718052442489 140722760290784 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94718052453784 94718052454404 94718064021504 140722760292711 140722760292898 140722760292898 140722760298471 0
/proc/94131/statm: 309449 22282 7598 1 0 280807 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 1241988 KiB
Current children cumulated memory: 92072 KiB

[startup+0.700375 s]
/proc/loadavg: 4.26 4.16 4.06 5/255 94131
/proc/meminfo: memFree=108785316/131382112 swapFree=33005784/33010684
[pid=94126] ppid=94123 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/94126/stat : 94126 (scip-naps-1.00.) S 94123 94126 93457 0 -1 4194304 256 340 0 0 0 0 0 0 20 0 1 0 75271786 4292608 736 18446744073709551615 94145870794752 94145871689285 140722857926480 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94145871928336 94145871976080 94145898872832 140722857933217 140722857933314 140722857933314 140722857938916 0
/proc/94126/statm: 1048 736 672 219 0 110 0
[pid=94131] ppid=94126 vsize=1348196 memory=198184 CPUtime=0.65 cores=5,7
/proc/94131/stat : 94131 (python3) R 94126 94126 93457 0 -1 4194304 42812 0 0 0 57 8 0 0 20 0 1 0 75271789 1380552704 49546 18446744073709551615 94718052442112 94718052442489 140722760290784 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94718052453784 94718052454404 94718064021504 140722760292711 140722760292898 140722760292898 140722760298471 0
/proc/94131/statm: 337049 49546 7598 1 0 308407 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 1352388 KiB
Current children cumulated memory: 201128 KiB

[startup+1.50041 s]
/proc/loadavg: 4.26 4.16 4.06 5/255 94131
/proc/meminfo: memFree=108640164/131382112 swapFree=33005784/33010684
[pid=94126] ppid=94123 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/94126/stat : 94126 (scip-naps-1.00.) S 94123 94126 93457 0 -1 4194304 256 340 0 0 0 0 0 0 20 0 1 0 75271786 4292608 736 18446744073709551615 94145870794752 94145871689285 140722857926480 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94145871928336 94145871976080 94145898872832 140722857933217 140722857933314 140722857933314 140722857938916 0
/proc/94126/statm: 1048 736 672 219 0 110 0
[pid=94131] ppid=94126 vsize=1577956 memory=427784 CPUtime=1.44 cores=5,7
/proc/94131/stat : 94131 (python3) R 94126 94126 93457 0 -1 4194304 97653 0 0 0 128 16 0 0 20 0 1 0 75271789 1615826944 106946 18446744073709551615 94718052442112 94718052442489 140722760290784 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94718052453784 94718052454404 94718064021504 140722760292711 140722760292898 140722760292898 140722760298471 0
/proc/94131/statm: 394489 106946 7598 1 0 365847 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 1582148 KiB
Current children cumulated memory: 430728 KiB

[startup+3.11319 s]
/proc/loadavg: 4.24 4.15 4.06 5/255 94131
/proc/meminfo: memFree=108060684/131382112 swapFree=33005784/33010684
[pid=94126] ppid=94123 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/94126/stat : 94126 (scip-naps-1.00.) S 94123 94126 93457 0 -1 4194304 256 340 0 0 0 0 0 0 20 0 1 0 75271786 4292608 736 18446744073709551615 94145870794752 94145871689285 140722857926480 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94145871928336 94145871976080 94145898872832 140722857933217 140722857933314 140722857933314 140722857938916 0
/proc/94126/statm: 1048 736 672 219 0 110 0
[pid=94131] ppid=94126 vsize=2056016 memory=906896 CPUtime=3.05 cores=5,7
/proc/94131/stat : 94131 (python3) R 94126 94126 93457 0 -1 4194304 212316 0 0 0 270 35 0 0 20 0 1 0 75271789 2105360384 226692 18446744073709551615 94718052442112 94718052442489 140722760290784 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94718052453784 94718052454404 94718064021504 140722760292711 140722760292898 140722760292898 140722760298471 0
/proc/94131/statm: 514004 226724 7598 1 0 485362 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 2060208 KiB
Current children cumulated memory: 909840 KiB

[startup+6.30039 s]
/proc/loadavg: 4.24 4.15 4.06 5/255 94131
/proc/meminfo: memFree=106577436/131382112 swapFree=33005784/33010684
[pid=94126] ppid=94123 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/94126/stat : 94126 (scip-naps-1.00.) S 94123 94126 93457 0 -1 4194304 256 340 0 0 0 0 0 0 20 0 1 0 75271786 4292608 736 18446744073709551615 94145870794752 94145871689285 140722857926480 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94145871928336 94145871976080 94145898872832 140722857933217 140722857933314 140722857933314 140722857938916 0
/proc/94126/statm: 1048 736 672 219 0 110 0
[pid=94131] ppid=94126 vsize=3576900 memory=2409920 CPUtime=6.23 cores=5,7
/proc/94131/stat : 94131 (python3) R 94126 94126 93457 0 -1 4194304 548993 0 0 0 531 92 0 0 20 0 1 0 75271789 3662745600 602480 18446744073709551615 94718052442112 94718052442489 140722760290784 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94718052453784 94718052454404 94718064021504 140722760292711 140722760292898 140722760292898 140722760298471 0
/proc/94131/statm: 894225 602480 7886 1 0 865583 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 3581092 KiB
Current children cumulated memory: 2412864 KiB

[startup+12.7004 s]
/proc/loadavg: 4.22 4.15 4.06 5/255 94132
/proc/meminfo: memFree=106311696/131382112 swapFree=33005784/33010684
[pid=94126] ppid=94123 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/94126/stat : 94126 (scip-naps-1.00.) S 94123 94126 93457 0 -1 4194304 256 340 0 0 0 0 0 0 20 0 1 0 75271786 4292608 736 18446744073709551615 94145870794752 94145871689285 140722857926480 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94145871928336 94145871976080 94145898872832 140722857933217 140722857933314 140722857933314 140722857938916 0
/proc/94126/statm: 1048 736 672 219 0 110 0
[pid=94131] ppid=94126 vsize=3916432 memory=2681680 CPUtime=12.61 cores=5,7
/proc/94131/stat : 94131 (python3) R 94126 94126 93457 0 -1 4194304 604734 0 0 0 1159 102 0 0 20 0 1 0 75271789 4010426368 670420 18446744073709551615 94718052442112 94718052442489 140722760290784 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94718052453784 94718052454404 94718064021504 140722760292711 140722760292898 140722760292898 140722760298471 0
/proc/94131/statm: 979108 670420 7886 1 0 950466 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 3920624 KiB
Current children cumulated memory: 2684624 KiB

[startup+25.5004 s]
/proc/loadavg: 4.17 4.14 4.06 5/255 94132
/proc/meminfo: memFree=105586232/131382112 swapFree=33005784/33010684
[pid=94126] ppid=94123 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/94126/stat : 94126 (scip-naps-1.00.) S 94123 94126 93457 0 -1 4194304 256 340 0 0 0 0 0 0 20 0 1 0 75271786 4292608 736 18446744073709551615 94145870794752 94145871689285 140722857926480 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94145871928336 94145871976080 94145898872832 140722857933217 140722857933314 140722857933314 140722857938916 0
/proc/94126/statm: 1048 736 672 219 0 110 0
[pid=94131] ppid=94126 vsize=4593816 memory=3352604 CPUtime=25.36 cores=5,7
/proc/94131/stat : 94131 (python3) R 94126 94126 93457 0 -1 4194304 695399 0 0 0 2413 123 0 0 20 0 1 0 75271789 4704067584 838151 18446744073709551615 94718052442112 94718052442489 140722760290784 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94718052453784 94718052454404 94718064021504 140722760292711 140722760292898 140722760292898 140722760298471 0
/proc/94131/statm: 1148454 838151 7918 1 0 1119812 0
Current children cumulated CPU time: 25.36 s
Current children cumulated vsize: 4598008 KiB
Current children cumulated memory: 3355548 KiB

[startup+51.1136 s]
/proc/loadavg: 4.18 4.15 4.07 5/255 94132
/proc/meminfo: memFree=105587952/131382112 swapFree=33005784/33010684
[pid=94126] ppid=94123 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/94126/stat : 94126 (scip-naps-1.00.) S 94123 94126 93457 0 -1 4194304 256 340 0 0 0 0 0 0 20 0 1 0 75271786 4292608 736 18446744073709551615 94145870794752 94145871689285 140722857926480 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94145871928336 94145871976080 94145898872832 140722857933217 140722857933314 140722857933314 140722857938916 0
/proc/94126/statm: 1048 736 672 219 0 110 0
[pid=94131] ppid=94126 vsize=4593816 memory=3352604 CPUtime=50.87 cores=5,7
/proc/94131/stat : 94131 (python3) R 94126 94126 93457 0 -1 4194304 695399 0 0 0 4964 123 0 0 20 0 1 0 75271789 4704067584 838151 18446744073709551615 94718052442112 94718052442489 140722760290784 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94718052453784 94718052454404 94718064021504 140722760292711 140722760292898 140722760292898 140722760298471 0
/proc/94131/statm: 1148454 838151 7918 1 0 1119812 0
Current children cumulated CPU time: 50.87 s
Current children cumulated vsize: 4598008 KiB
Current children cumulated memory: 3355548 KiB

[startup+102.3 s]
/proc/loadavg: 4.15 4.14 4.07 5/254 94134
/proc/meminfo: memFree=105576860/131382112 swapFree=33005784/33010684
[pid=94126] ppid=94123 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/94126/stat : 94126 (scip-naps-1.00.) S 94123 94126 93457 0 -1 4194304 256 340 0 0 0 0 0 0 20 0 1 0 75271786 4292608 736 18446744073709551615 94145870794752 94145871689285 140722857926480 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94145871928336 94145871976080 94145898872832 140722857933217 140722857933314 140722857933314 140722857938916 0
/proc/94126/statm: 1048 736 672 219 0 110 0
[pid=94131] ppid=94126 vsize=4593816 memory=3352604 CPUtime=101.85 cores=5,7
/proc/94131/stat : 94131 (python3) R 94126 94126 93457 0 -1 4194304 695399 0 0 0 10062 123 0 0 20 0 1 0 75271789 4704067584 838151 18446744073709551615 94718052442112 94718052442489 140722760290784 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94718052453784 94718052454404 94718064021504 140722760292711 140722760292898 140722760292898 140722760298471 0
/proc/94131/statm: 1148454 838151 7918 1 0 1119812 0
Current children cumulated CPU time: 101.85 s
Current children cumulated vsize: 4598008 KiB
Current children cumulated memory: 3355548 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 4.13 4.07 5/254 94136
/proc/meminfo: memFree=103899784/131382112 swapFree=33005784/33010684
[pid=94126] ppid=94123 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/94126/stat : 94126 (scip-naps-1.00.) S 94123 94126 93457 0 -1 4194304 256 340 0 0 0 0 0 0 20 0 1 0 75271786 4292608 736 18446744073709551615 94145870794752 94145871689285 140722857926480 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94145871928336 94145871976080 94145898872832 140722857933217 140722857933314 140722857933314 140722857938916 0
/proc/94126/statm: 1048 736 672 219 0 110 0
[pid=94131] ppid=94126 vsize=6373820 memory=4926140 CPUtime=161.64 cores=5,7
/proc/94131/stat : 94131 (python3) R 94126 94126 93457 0 -1 4194304 919120 0 0 0 15976 188 0 0 20 0 1 0 75271789 6526791680 1231535 18446744073709551615 94718052442112 94718052442489 140722760290784 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94718052453784 94718052454404 94718064021504 140722760292711 140722760292898 140722760292898 140722760298471 0
/proc/94131/statm: 1593455 1231535 8110 1 0 1564813 0
Current children cumulated CPU time: 161.64 s
Current children cumulated vsize: 6378012 KiB
Current children cumulated memory: 4929084 KiB

[startup+222.3 s]
/proc/loadavg: 4.15 4.13 4.07 5/254 94138
/proc/meminfo: memFree=103856136/131382112 swapFree=33005784/33010684
[pid=94126] ppid=94123 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/94126/stat : 94126 (scip-naps-1.00.) S 94123 94126 93457 0 -1 4194304 256 340 0 0 0 0 0 0 20 0 1 0 75271786 4292608 736 18446744073709551615 94145870794752 94145871689285 140722857926480 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94145871928336 94145871976080 94145898872832 140722857933217 140722857933314 140722857933314 140722857938916 0
/proc/94126/statm: 1048 736 672 219 0 110 0
[pid=94131] ppid=94126 vsize=6419520 memory=4994328 CPUtime=221.41 cores=5,7
/proc/94131/stat : 94131 (python3) R 94126 94126 93457 0 -1 4194304 931316 0 0 0 21945 196 0 0 20 0 1 0 75271789 6573588480 1248582 18446744073709551615 94718052442112 94718052442489 140722760290784 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94718052453784 94718052454404 94718064021504 140722760292711 140722760292898 140722760292898 140722760298471 0
/proc/94131/statm: 1604880 1248582 8110 1 0 1576238 0
Current children cumulated CPU time: 221.41 s
Current children cumulated vsize: 6423712 KiB

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

[pid=94226] ppid=94131 vsize=15656672 memory=15098544 CPUtime=356.43 cores=5,7
/proc/94226/stat : 94226 (naps-1.03a6) R 94131 94226 94226 0 -1 4194304 1681185 0 0 0 35036 607 0 0 20 0 1 0 75372269 16032432128 3774636 18446744073709551615 4198400 7047149 140723664472672 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32235520 140723664476520 140723664476659 140723664476659 140723664482249 0
/proc/94226/statm: 3914168 3774636 544 696 0 3913329 0
Current children cumulated CPU time: 1357.01 s
Current children cumulated vsize: 23640524 KiB
Current children cumulated memory: 21121172 KiB

[startup+1422.3 s]
/proc/loadavg: 4.68 4.26 4.15 5/257 94246
/proc/meminfo: memFree=85424796/131382112 swapFree=33005784/33010684
[pid=94126] ppid=94123 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/94126/stat : 94126 (scip-naps-1.00.) S 94123 94126 93457 0 -1 4194304 256 340 0 0 0 0 0 0 20 0 1 0 75271786 4292608 736 18446744073709551615 94145870794752 94145871689285 140722857926480 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94145871928336 94145871976080 94145898872832 140722857933217 140722857933314 140722857933314 140722857938916 0
/proc/94126/statm: 1048 736 672 219 0 110 0
[pid=94131] ppid=94126 vsize=7979660 memory=6019684 CPUtime=1000.58 cores=5,7
/proc/94131/stat : 94131 (python3) S 94126 94126 93457 0 -1 4194304 1051241 0 0 0 99780 278 0 0 20 0 1 0 75271789 8171171840 1504921 18446744073709551615 94718052442112 94718052442489 140722760290784 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94718052453784 94718052454404 94718064021504 140722760292711 140722760292898 140722760292898 140722760298471 0
/proc/94131/statm: 1994915 1504921 8142 1 0 1966273 0
[pid=94226] ppid=94131 vsize=16510292 memory=16369896 CPUtime=416.27 cores=5,7
/proc/94226/stat : 94226 (naps-1.03a6) R 94131 94226 94226 0 -1 4194304 1899320 0 0 0 40959 668 0 0 20 0 1 0 75372269 16906539008 4092474 18446744073709551615 4198400 7047149 140723664472672 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32235520 140723664476520 140723664476659 140723664476659 140723664482249 0
/proc/94226/statm: 4127573 4092474 544 696 0 4126734 0
Current children cumulated CPU time: 1416.85 s
Current children cumulated vsize: 24494144 KiB
Current children cumulated memory: 22392524 KiB

[startup+1482.3 s]
/proc/loadavg: 4.35 4.25 4.15 4/254 94262
/proc/meminfo: memFree=84799064/131382112 swapFree=33005784/33010684
[pid=94126] ppid=94123 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/94126/stat : 94126 (scip-naps-1.00.) S 94123 94126 93457 0 -1 4194304 256 340 0 0 0 0 0 0 20 0 1 0 75271786 4292608 736 18446744073709551615 94145870794752 94145871689285 140722857926480 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94145871928336 94145871976080 94145898872832 140722857933217 140722857933314 140722857933314 140722857938916 0
/proc/94126/statm: 1048 736 672 219 0 110 0
[pid=94131] ppid=94126 vsize=7979660 memory=6019684 CPUtime=1000.58 cores=5,7
/proc/94131/stat : 94131 (python3) S 94126 94126 93457 0 -1 4194304 1051241 0 0 0 99780 278 0 0 20 0 1 0 75271789 8171171840 1504921 18446744073709551615 94718052442112 94718052442489 140722760290784 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94718052453784 94718052454404 94718064021504 140722760292711 140722760292898 140722760292898 140722760298471 0
/proc/94131/statm: 1994915 1504921 8142 1 0 1966273 0
[pid=94226] ppid=94131 vsize=19055692 memory=17486320 CPUtime=476.1 cores=5,7
/proc/94226/stat : 94226 (naps-1.03a6) R 94131 94226 94226 0 -1 4194304 2093245 0 0 0 46889 721 0 0 20 0 1 0 75372269 19513028608 4371580 18446744073709551615 4198400 7047149 140723664472672 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32235520 140723664476520 140723664476659 140723664476659 140723664482249 0
/proc/94226/statm: 4763923 4371580 544 696 0 4763084 0
Current children cumulated CPU time: 1476.68 s
Current children cumulated vsize: 27039544 KiB
Current children cumulated memory: 23508948 KiB

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

# cumulated CPU time of all completed processes:  user=1507.9 s, system=11.3768 s

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

[startup+1484.8 s]
/proc/loadavg: 4.32 4.25 4.15 5/257 94298
/proc/meminfo: memFree=84733376/131382112 swapFree=33005784/33010684
[pid=94126] ppid=94123 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/94126/stat : 94126 (scip-naps-1.00.) S 94123 94126 93457 0 -1 4194304 256 340 0 0 0 0 0 0 20 0 1 0 75271786 4292608 736 18446744073709551615 94145870794752 94145871689285 140722857926480 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94145871928336 94145871976080 94145898872832 140722857933217 140722857933314 140722857933314 140722857938916 0
/proc/94126/statm: 1048 736 672 219 0 110 0
[pid=94131] ppid=94126 vsize=7979660 memory=6019684 CPUtime=1000.58 cores=5,7
/proc/94131/stat : 94131 (python3) S 94126 94126 93457 0 -1 4194304 1051241 0 0 0 99780 278 0 0 20 0 1 0 75271789 8171171840 1504921 18446744073709551615 94718052442112 94718052442489 140722760290784 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94718052453784 94718052454404 94718064021504 140722760292711 140722760292898 140722760292898 140722760298471 0
/proc/94131/statm: 1994915 1504921 8142 1 0 1966273 0
[pid=94226] ppid=94131 vsize=19068388 memory=17505096 CPUtime=478.58 cores=5,7
/proc/94226/stat : 94226 (naps-1.03a6) R 94131 94226 94226 0 -1 4194304 2096918 0 0 0 47136 722 0 0 20 0 1 0 75372269 19526029312 4376274 18446744073709551615 4198400 7047149 140723664472672 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32235520 140723664476520 140723664476659 140723664476659 140723664482249 0
/proc/94226/statm: 4767097 4376274 544 696 0 4766258 0
Current children cumulated CPU time: 1479.16 s
Current children cumulated vsize: 27052240 KiB
Current children cumulated memory: 23527724 KiB

[startup+1510.4 s]
/proc/loadavg: 4.28 4.24 4.15 5/253 94338
/proc/meminfo: memFree=84312944/131382112 swapFree=33005784/33010684
[pid=94126] ppid=94123 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/94126/stat : 94126 (scip-naps-1.00.) S 94123 94126 93457 0 -1 4194304 256 340 0 0 0 0 0 0 20 0 1 0 75271786 4292608 736 18446744073709551615 94145870794752 94145871689285 140722857926480 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94145871928336 94145871976080 94145898872832 140722857933217 140722857933314 140722857933314 140722857938916 0
/proc/94126/statm: 1048 736 672 219 0 110 0
[pid=94131] ppid=94126 vsize=7979660 memory=6019684 CPUtime=1000.58 cores=5,7
/proc/94131/stat : 94131 (python3) S 94126 94126 93457 0 -1 4194304 1051241 0 0 0 99780 278 0 0 20 0 1 0 75271789 8171171840 1504921 18446744073709551615 94718052442112 94718052442489 140722760290784 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94718052453784 94718052454404 94718064021504 140722760292711 140722760292898 140722760292898 140722760298471 0
/proc/94131/statm: 1994915 1504921 8142 1 0 1966273 0
[pid=94226] ppid=94131 vsize=19375180 memory=17961340 CPUtime=504.1 cores=5,7
/proc/94226/stat : 94226 (naps-1.03a6) R 94131 94226 94226 0 -1 4194304 2176390 0 0 0 49666 744 0 0 20 0 1 0 75372269 19840184320 4490335 18446744073709551615 4198400 7047149 140723664472672 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32235520 140723664476520 140723664476659 140723664476659 140723664482249 0
/proc/94226/statm: 4843795 4490335 544 696 0 4842956 0
Current children cumulated CPU time: 1504.68 s
Current children cumulated vsize: 27359032 KiB
Current children cumulated memory: 23983968 KiB

[startup+1516.8 s]
/proc/loadavg: 4.26 4.24 4.15 5/256 94347
/proc/meminfo: memFree=81370796/131382112 swapFree=33005784/33010684
[pid=94126] ppid=94123 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/94126/stat : 94126 (scip-naps-1.00.) S 94123 94126 93457 0 -1 4194304 256 340 0 0 0 0 0 0 20 0 1 0 75271786 4292608 736 18446744073709551615 94145870794752 94145871689285 140722857926480 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94145871928336 94145871976080 94145898872832 140722857933217 140722857933314 140722857933314 140722857938916 0
/proc/94126/statm: 1048 736 672 219 0 110 0
[pid=94131] ppid=94126 vsize=7979660 memory=6019684 CPUtime=1000.58 cores=5,7
/proc/94131/stat : 94131 (python3) S 94126 94126 93457 0 -1 4194304 1051241 0 0 0 99780 278 0 0 20 0 1 0 75271789 8171171840 1504921 18446744073709551615 94718052442112 94718052442489 140722760290784 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94718052453784 94718052454404 94718064021504 140722760292711 140722760292898 140722760292898 140722760298471 0
/proc/94131/statm: 1994915 1504921 8142 1 0 1966273 0
[pid=94226] ppid=94131 vsize=19462248 memory=18091472 CPUtime=510.48 cores=5,7
/proc/94226/stat : 94226 (naps-1.03a6) R 94131 94226 94226 0 -1 4194304 2198574 0 0 0 50299 749 0 0 20 0 1 0 75372269 19929341952 4522868 18446744073709551615 4198400 7047149 140723664472672 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32235520 140723664476520 140723664476659 140723664476659 140723664482249 0
/proc/94226/statm: 4865562 4522868 544 696 0 4864723 0
Current children cumulated CPU time: 1511.06 s
Current children cumulated vsize: 27446100 KiB
Current children cumulated memory: 24114100 KiB

[startup+1520 s]*
/proc/loadavg: 4.24 4.23 4.15 5/255 94348
/proc/meminfo: memFree=98878292/131382112 swapFree=33005784/33010684
[pid=94126] ppid=94123 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/94126/stat : 94126 (scip-naps-1.00.) S 94123 94126 93457 0 -1 4194304 256 340 0 0 0 0 0 0 20 0 1 0 75271786 4292608 736 18446744073709551615 94145870794752 94145871689285 140722857926480 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94145871928336 94145871976080 94145898872832 140722857933217 140722857933314 140722857933314 140722857938916 0
/proc/94126/statm: 1048 736 672 219 0 110 0
[pid=94131] ppid=94126 vsize=7944688 memory=5985044 CPUtime=1514.23 cores=5,7
/proc/94131/stat : 94131 (python3) R 94126 94126 93457 0 -1 4194304 1225861 2204805 0 0 99857 300 50483 783 20 0 1 0 75271789 8135360512 1496261 18446744073709551615 94718052442112 94718052442489 140722760290784 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94718052453784 94718052454404 94718064021504 140722760292711 140722760292898 140722760292898 140722760298471 0
/proc/94131/statm: 1986172 1496261 8142 1 0 1957530 0
Current children cumulated CPU time: 1514.23 s
Current children cumulated vsize: 7948880 KiB
Current children cumulated memory: 5987988 KiB

[startup+1523.2 s]
/proc/loadavg: 4.24 4.23 4.15 5/255 94348
/proc/meminfo: memFree=98514344/131382112 swapFree=33005784/33010684
[pid=94126] ppid=94123 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/94126/stat : 94126 (scip-naps-1.00.) S 94123 94126 93457 0 -1 4194304 256 340 0 0 0 0 0 0 20 0 1 0 75271786 4292608 736 18446744073709551615 94145870794752 94145871689285 140722857926480 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94145871928336 94145871976080 94145898872832 140722857933217 140722857933314 140722857933314 140722857938916 0
/proc/94126/statm: 1048 736 672 219 0 110 0
[pid=94131] ppid=94126 vsize=7944688 memory=5985044 CPUtime=1517.42 cores=5,7
/proc/94131/stat : 94131 (python3) R 94126 94126 93457 0 -1 4194304 1425252 2204805 0 0 100158 318 50483 783 20 0 1 0 75271789 8135360512 1496261 18446744073709551615 94718052442112 94718052442489 140722760290784 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94718052453784 94718052454404 94718064021504 140722760292711 140722760292898 140722760292898 140722760298471 0
/proc/94131/statm: 1986172 1496261 8142 1 0 1957530 0
Current children cumulated CPU time: 1517.42 s
Current children cumulated vsize: 7948880 KiB
Current children cumulated memory: 5987988 KiB

[startup+1524 s]*
/proc/loadavg: 4.22 4.23 4.15 5/255 94348
/proc/meminfo: memFree=98769860/131382112 swapFree=33005784/33010684
[pid=94126] ppid=94123 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/94126/stat : 94126 (scip-naps-1.00.) S 94123 94126 93457 0 -1 4194304 256 340 0 0 0 0 0 0 20 0 1 0 75271786 4292608 736 18446744073709551615 94145870794752 94145871689285 140722857926480 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94145871928336 94145871976080 94145898872832 140722857933217 140722857933314 140722857933314 140722857938916 0
/proc/94126/statm: 1048 736 672 219 0 110 0
[pid=94131] ppid=94126 vsize=7506652 memory=5618240 CPUtime=1518.23 cores=5,7
/proc/94131/stat : 94131 (python3) R 94126 94126 93457 0 -1 4194304 1588882 2204805 0 0 100230 327 50483 783 20 0 1 0 75271789 7686811648 1404560 18446744073709551615 94718052442112 94718052442489 140722760290784 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94718052453784 94718052454404 94718064021504 140722760292711 140722760292898 140722760292898 140722760298471 0
/proc/94131/statm: 1876663 1404560 8142 1 0 1848021 0
Current children cumulated CPU time: 1518.23 s
Current children cumulated vsize: 7510844 KiB
Current children cumulated memory: 5621184 KiB

[startup+1524.8 s]
/proc/loadavg: 4.22 4.23 4.15 5/255 94348
/proc/meminfo: memFree=98769860/131382112 swapFree=33005784/33010684
[pid=94126] ppid=94123 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/94126/stat : 94126 (scip-naps-1.00.) S 94123 94126 93457 0 -1 4194304 256 340 0 0 0 0 0 0 20 0 1 0 75271786 4292608 736 18446744073709551615 94145870794752 94145871689285 140722857926480 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94145871928336 94145871976080 94145898872832 140722857933217 140722857933314 140722857933314 140722857938916 0
/proc/94126/statm: 1048 736 672 219 0 110 0
[pid=94131] ppid=94126 vsize=6239596 memory=4969240 CPUtime=1519.02 cores=5,7
/proc/94131/stat : 94131 (python3) R 94126 94126 93457 0 -1 4194304 1769266 2204805 0 0 100299 337 50483 783 20 0 1 0 75271789 6389346304 1242310 18446744073709551615 94718052442112 94718052442489 140722760290784 0 0 0 0 16781312 0 0 0 0 17 5 0 0 0 0 0 94718052453784 94718052454404 94718064021504 140722760292711 140722760292898 140722760292898 140722760298471 0
/proc/94131/statm: 1559899 1242310 8142 1 0 1531257 0
Current children cumulated CPU time: 1519.02 s
Current children cumulated vsize: 6243788 KiB
Current children cumulated memory: 4972184 KiB

[startup+1525 s]*
/proc/loadavg: 4.22 4.23 4.15 5/255 94348
/proc/meminfo: memFree=102435236/131382112 swapFree=33005784/33010684
[pid=94126] ppid=94123 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/94126/stat : 94126 (scip-naps-1.00.) S 94123 94126 93457 0 -1 4194304 256 340 0 0 0 0 0 0 20 0 1 0 75271786 4292608 736 18446744073709551615 94145870794752 94145871689285 140722857926480 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94145871928336 94145871976080 94145898872832 140722857933217 140722857933314 140722857933314 140722857938916 0
/proc/94126/statm: 1048 736 672 219 0 110 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 4192 KiB
Current children cumulated memory: 2944 KiB

Child status: 0

Real time (s): 1525.04
CPU time (s): 1519.28
CPU user time (s): 1507.9
CPU system time (s): 11.3768
CPU usage (%): 99.6225
Max. virtual memory (cumulated for all children) (KiB): 27468864
Max. memory (cumulated for all children) (KiB): 24147176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1507.9
system time used= 11.3768
maximum resident set size= 18127644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3991044
page faults= 0
swaps= 0
block input operations= 0
block output operations= 111632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 356
involuntary context switches= 1316


# summary of solver processes directly reported to runsolver:
#   pid: 94126
#   total CPU time (s): 1519.28
#   total CPU user time (s): 1507.9
#   total CPU system time (s): 11.3768

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.36345 second user time and 15.9584 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-07-04 04:25:26
IDJOB=4524035
IDBENCH=180476
IDSOLVER=3368
FILE ID=nodeC007/4524035-1751595926
RUNJOBID= nodeC007-1751592140-93470
SLURM_JOB_ID= 9598854
Free space on /tmp= 430908 MiB

SOLVER NAME= SCIP-NaPS 1.00a1
BENCH NAME= PB25/normalized-PB25/OPT-LIN/wallon/normalized-WordGolf-4-ogd2008-50-0_c24.opb
COMMAND LINE= ./scip-naps-1.00.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4524035-1751595926/watcher-4524035-1751595926 -o /tmp/evaluation-result-4524035-1751595926/solver-4524035-1751595926 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751592140-93470 --watchdog 3760  ./scip-naps-1.00.sh HOME/instance-4524035-1751595926.opb

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

MD5SUM BENCH= 7b85ce4cd64937c81c9b69135828a61d
RANDOM SEED=623372658

nodeC007 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	: 0xb00001f
cpu MHz		: 3662.519
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
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	: 0xb00001f
cpu MHz		: 3662.141
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
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	: 0xb00001f
cpu MHz		: 1197.351
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
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	: 0xb00001f
cpu MHz		: 1197.246
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
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	: 0xb00001f
cpu MHz		: 3662.502
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
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	: 0xb00001f
cpu MHz		: 1896.354
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
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	: 0xb00001f
cpu MHz		: 1197.379
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
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	: 0xb00001f
cpu MHz		: 1197.207
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        108900228 kB
MemAvailable:   118785560 kB
Buffers:              16 kB
Cached:         10553240 kB
SwapCached:          252 kB
Active:         11290220 kB
Inactive:       10236552 kB
Active(anon):   10939352 kB
Inactive(anon):    47716 kB
Active(file):     350868 kB
Inactive(file): 10188836 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005784 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             60780 kB
Writeback:             0 kB
AnonPages:      10976428 kB
Mapped:           120976 kB
Shmem:             13504 kB
KReclaimable:     370508 kB
Slab:             461408 kB
SReclaimable:     370508 kB
SUnreclaim:        90900 kB
KernelStack:        4112 kB
PageTables:        25520 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   14993260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149512 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1101824 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:      201544 kB
DirectMap2M:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 430824 MiB
End job on nodeC007 at 2025-07-04 04:50:52