Trace number 4530263
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:
-
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.
-
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.
-
CONVERSION SCRIPT DATA (Optionnal)
When a conversion script is used, this section shows the messages that were output by the conversion script.
-
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.
-
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 Name | Answer | objective function | CPU time | Wall clock time |
---|
SCIP-NaPS 1.00a2 | ? (MO) | | 1242.32 | 1246.97 |
General information on the benchmark
Name | PB24/normalized-PB09/OPT-LIN/aries-da_nrp/ normalized-aries-da_network_2000_5__647_1792__256.opb |
MD5SUM | 8bad1bf25970951ec859260299ab11f4 |
Bench Category | OPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate) |
Best result obtained on this benchmark | OPT |
Best value of the objective obtained on this benchmark | 74222 |
Best CPU time to get the best result obtained on this benchmark | 56.4494 |
Has Objective Function | YES |
Satisfiable | |
(Un)Satisfiability was proved | |
Best value of the objective function | |
Optimality of the best value was proved | |
Number of variables | 2561998 |
Total number of constraints | 12000 |
Number of constraints which are clauses | 0 |
Number of constraints which are cardinality constraints (but not clauses) | 10002 |
Number of constraints which are nor clauses,nor cardinality constraints | 1998 |
Minimum length of a constraint | 256 |
Maximum length of a constraint | 11265 |
Number of terms in the objective function | 2560000 |
Biggest coefficient in the objective function | 130539 |
Number of bits for the biggest coefficient in the objective function | 17 |
Sum of the numbers in the objective function | 88710395136 |
Number of bits of the sum of numbers in the objective function | 37 |
Biggest number in a constraint | 130539 |
Number of bits of the biggest number in a constraint | 17 |
Biggest sum of numbers in a constraint | 88710395136 |
Number of bits of the biggest sum of numbers | 37 |
Number of products (including duplicates) | 0 |
Sum of products size (including duplicates) | 0 |
Number of different products | 0 |
Sum of products size | 0 |
Solver Data
1023.52/1027.52 c Command: HOME/scip-naps-1.00a2.py --pbsolver HOME/naps-1.03a6 --opt HOME/instance-4530263-1752253777.opb
1023.52/1027.52 c Solving mode: optimization
1023.52/1027.52 c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
1023.52/1027.52 c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
1023.52/1027.52 c original problem has 2561998 variables (2561998 bin, 0 int, 0 impl, 0 cont) and 12000 constraints
1023.52/1027.52 c presolving:
1023.52/1027.52 c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 12000 upgd conss, 0 impls, 10002 clqs
1023.52/1027.52 c (39.3s) probing: 51/2561998 (0.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1023.52/1027.52 c (39.3s) probing aborted: 50/50 successive totally useless probings
1023.52/1027.52 c (39.3s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
1023.52/1027.52 c (42.0s) symmetry computation finished: 24 generators found (max: 24, log10 of symmetry group size: 0.0) (symcode time: 0.65)
1023.52/1027.52 c dynamic symmetry handling statistics:
1023.52/1027.52 c orbitopal reduction: no components
1023.52/1027.52 c orbital reduction: no components
1023.52/1027.52 c lexicographic reduction: no permutations
1023.52/1027.52 c handled 1 out of 1 symmetry components
1023.52/1027.52 c (round 2, exhaustive) 24 del vars, 0 del conss, 24 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 12000 upgd conss, 0 impls, 10002 clqs
1023.52/1027.52 c (45.7s) probing: 56/2561998 (0.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1023.52/1027.52 c (45.7s) probing aborted: 50/50 successive totally useless probings
1023.52/1027.52 c presolving (3 rounds: 3 fast, 3 medium, 3 exhaustive):
1023.52/1027.52 c 24 deleted vars, 0 deleted constraints, 24 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 48 changed coefficients
1023.52/1027.52 c 0 implications, 10002 cliques
1023.52/1027.52 c presolved problem has 2561974 variables (2561974 bin, 0 int, 0 impl, 0 cont) and 12024 constraints
1023.52/1027.52 c 10002 constraints of type <setppc>
1023.52/1027.52 c 1998 constraints of type <xor>
1023.52/1027.52 c 24 constraints of type <orbitope>
1023.52/1027.52 c transformed objective value is always integral (scale: 1)
1023.52/1027.52 c Presolving Time: 43.39
1023.52/1027.52 c
1023.52/1027.52 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
1023.52/1027.52 c 370s| 1 | 0 | 232 | - | 11G | 0 |2561k| 12k| 12k| 0 | 0 | 17 | 0 | 9.542000e+03 | -- | Inf | unknown
1023.52/1027.52 c 388s| 1 | 0 | 238 | - | 12G | 0 |2561k| 12k| 12k| 4 | 1 | 17 | 0 | 1.733400e+04 | -- | Inf | unknown
1023.52/1027.52 c 391s| 1 | 0 | 240 | - | 12G | 0 |2561k| 12k| 12k| 8 | 2 | 17 | 0 | 1.733400e+04 | -- | Inf | unknown
1023.52/1027.52 c 394s| 1 | 0 | 244 | - | 12G | 0 |2561k| 12k| 12k| 12 | 3 | 17 | 0 | 3.059100e+04 | -- | Inf | unknown
1023.52/1027.52 c 397s| 1 | 0 | 246 | - | 12G | 0 |2561k| 12k| 12k| 16 | 4 | 17 | 0 | 3.059100e+04 | -- | Inf | unknown
1023.52/1027.52 c 400s| 1 | 0 | 250 | - | 12G | 0 |2561k| 12k| 12k| 20 | 5 | 17 | 0 | 3.253200e+04 | -- | Inf | unknown
1023.52/1027.52 c 403s| 1 | 0 | 252 | - | 12G | 0 |2561k| 12k| 12k| 24 | 6 | 17 | 0 | 3.253200e+04 | -- | Inf | unknown
1023.52/1027.52 c 406s| 1 | 0 | 256 | - | 12G | 0 |2561k| 12k| 12k| 28 | 7 | 17 | 0 | 3.377300e+04 | -- | Inf | unknown
1023.52/1027.52 c 410s| 1 | 0 | 258 | - | 12G | 0 |2561k| 12k| 12k| 32 | 8 | 17 | 0 | 3.377300e+04 | -- | Inf | unknown
1023.52/1027.52 c 413s| 1 | 0 | 262 | - | 12G | 0 |2561k| 12k| 12k| 36 | 9 | 17 | 0 | 3.567200e+04 | -- | Inf | unknown
1023.52/1027.52 c 416s| 1 | 0 | 264 | - | 12G | 0 |2561k| 12k| 12k| 40 | 10 | 17 | 0 | 3.567200e+04 | -- | Inf | unknown
1023.52/1027.52 c 420s| 1 | 0 | 268 | - | 12G | 0 |2561k| 12k| 12k| 43 | 11 | 17 | 0 | 3.766400e+04 | -- | Inf | unknown
1023.52/1027.52 c 423s| 1 | 0 | 270 | - | 12G | 0 |2561k| 12k| 12k| 47 | 12 | 17 | 0 | 3.766400e+04 | -- | Inf | unknown
1023.52/1027.52 c 426s| 1 | 0 | 274 | - | 12G | 0 |2561k| 12k| 12k| 49 | 13 | 17 | 0 | 3.926400e+04 | -- | Inf | unknown
1023.52/1027.52 c 429s| 1 | 0 | 276 | - | 12G | 0 |2561k| 12k| 12k| 53 | 14 | 17 | 0 | 3.926400e+04 | -- | Inf | unknown
1023.52/1027.52 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
1023.52/1027.52 c 432s| 1 | 0 | 278 | - | 12G | 0 |2561k| 12k| 12k| 54 | 15 | 17 | 0 | 4.083400e+04 | -- | Inf | unknown
1023.52/1027.52 c 436s| 1 | 0 | 280 | - | 12G | 0 |2561k| 12k| 12k| 57 | 16 | 17 | 0 | 4.083400e+04 | -- | Inf | unknown
1023.52/1027.52 c 439s| 1 | 0 | 282 | - | 12G | 0 |2561k| 12k| 12k| 60 | 17 | 17 | 0 | 4.083400e+04 | -- | Inf | unknown
1023.52/1027.52 c 443s| 1 | 0 | 284 | - | 12G | 0 |2561k| 12k| 12k| 63 | 18 | 17 | 0 | 4.083400e+04 | -- | Inf | unknown
1023.52/1027.52 c 446s| 1 | 0 | 286 | - | 12G | 0 |2561k| 12k| 12k| 66 | 19 | 17 | 0 | 4.083400e+04 | -- | Inf | unknown
1023.52/1027.52 c 449s| 1 | 0 | 288 | - | 12G | 0 |2561k| 12k| 12k| 69 | 20 | 17 | 0 | 4.083400e+04 | -- | Inf | unknown
1023.52/1027.52 c 750s| 1 | 2 | 1220 | - | 12G | 0 |2561k| 12k| 12k| 69 | 21 | 21 | 6 | 4.250100e+04 | -- | Inf | unknown
1023.52/1027.52 c d 815s| 6 | 7 | 1797 | 347.4 |pscostdi| 5 |2561k| 12k| 12k| 0 | 1 | 21 | 12 | 4.250100e+04 | 1.064793e+06 |2405.34%| unknown
1023.52/1027.52 c
1023.52/1027.52 c SCIP Status : solving was interrupted [time limit reached]
1023.52/1027.52 c Solving Time (sec) : 1000.58
1023.52/1027.52 c Solving Nodes : 19
1023.52/1027.52 c Primal Bound : +1.06479300000000e+06 (1 solutions)
1023.52/1027.52 c Dual Bound : +4.35400000000000e+04
1023.52/1027.52 c Gap : 2345.55 %
1023.52/1027.52 c All original constraints are satisfied.
1023.52/1027.52 c SCIP's best solution is verified feasible for the original problem.
1023.52/1027.52 c ----------------------------------------------------------------------
1023.52/1027.52 c dual bound: 43540.0 -> 43540
1023.52/1027.52 c primal bound: 1064793.0 -> 1064793
1023.52/1027.52 c scip-goal-lb: 43540
1023.52/1027.52 c scip-goal-ub: 1064793
1023.52/1027.52 c writing output to: HOME/tmp1ge_m8i8.opb
1023.52/1027.52 c appending fixed variable constraints
1023.52/1027.52 c scip-fixed vars: 0.00% (24/2561974)
1023.52/1027.52 c ----------------------------------------------------------------------
1023.52/1027.52 c executing external solver: HOME/naps-1.03a6
1023.52/1027.52 c ----------------------------------------------------------------------
1023.52/1027.52 c command: HOME/naps-1.03a6 -goal-lb=43540 -goal-ub=1064792 HOME/tmp1ge_m8i8.opb
1024.02/1028.01 c NaPS 1.03a6.
1024.02/1028.01 c Input file name: HOME/tmp1ge_m8i8.opb
1239.73/1244.40 c
1239.73/1244.40 c *** TERMINATED *** by signal 15
1239.73/1244.40 c s UNKNOWN
1239.73/1244.40 c _____________________________________________________________________________
1239.73/1244.40 c std/band forms : 8266,1993
1239.73/1244.40 c 2cl/3cl ITE-codings : 0,0
1239.73/1244.40 c BDD/srt/adr Max costs : 31485,2139821,0
1239.73/1244.40 c BDDraw/bin/mul/srt/adr: 1993,0,0,8266,0
1239.73/1244.40 c BDD nodes : 15200567
1239.73/1244.40 c Es1/CC detections : 0,0
1239.73/1244.40 c CC sort : 8256
1239.73/1244.40 c SAT/UNSAT calls : 0,0
1239.73/1244.40 c regenrated variables : 0
1239.73/1244.40 c eliminated fixed lits : 72
1239.73/1244.40 c goal lit flips : 0
1239.73/1244.40 c goal stages : 0
1239.73/1244.40 c goal shrink : 0
1239.73/1244.40 c goal coeff separations: 0
1239.73/1244.40 c restarts : 0
1239.73/1244.40 c conflicts : 0 (0 /sec)
1239.73/1244.40 c decisions : 0 (0 /sec)
1239.73/1244.40 c propagations : 0 (0 /sec)
1239.73/1244.40 c inspects : 0 (0 /sec)
1239.73/1244.40 c CPU time (solving tm) : 212.7 s (0 s, SAT 0 s, UNSAT 0 s)
1239.73/1244.40 c Time for Opt-base : 0.4954 s
1239.73/1244.40 c Steps for Opt-base : 48389
1239.73/1244.40 c Time for BDD coding : 104.8 s
1239.73/1244.40 c Time for srt coding : 45.39 s
1239.73/1244.40 c _____________________________________________________________________________
1239.73/1244.40 c received SIGTERM, forwarding to pbsolver...
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: 63794 MiB (62364 MiB free)
memory of node 1: 64507 MiB (62798 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4530263-1752253777/watcher-4530263-1752253777 -o /tmp/evaluation-result-4530263-1752253777/solver-4530263-1752253777 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1752253269-119228 --watchdog 3760 ./scip-naps-1.00a2.sh HOME/instance-4530263-1752253777.opb
running on 2 cores: 1,3
CPU governors:
performance: 1 3
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=119668, runsolver pid=119665
Current StackSize limit: 8192 KiB
[startup+0.100066 s]*
/proc/loadavg: 4.12 3.95 3.51 5/256 119673
/proc/meminfo: memFree=128123384/131382112 swapFree=33010416/33010684
[pid=119668] ppid=119665 vsize=4192 memory=3072 CPUtime=0.05 cores=1,3
/proc/119668/stat : 119668 (scip-naps-1.00a) S 119665 119668 119216 0 -1 4194304 261 3937 0 0 0 0 2 3 20 0 1 0 141057552 4292608 768 18446744073709551615 94065089695744 94065090590277 140736610579920 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94065090829328 94065090877072 94065119408128 140736610589083 140736610589182 140736610589182 140736610594786 0
/proc/119668/statm: 1048 768 704 219 0 110 0
[pid=119673] ppid=119668 vsize=11128 memory=8064 CPUtime=0.01 cores=1,3
/proc/119673/stat : 119673 (python3) R 119668 119668 119216 0 -1 4194304 1100 0 0 0 1 0 0 0 20 0 1 0 141057559 11395072 2016 18446744073709551615 94539110547456 94539110547833 140725451305600 0 0 0 0 16781312 2 0 0 0 17 3 0 0 0 0 0 94539110559128 94539110559748 94539133317120 140725451307358 140725451307552 140725451307552 140725451313127 0
/proc/119673/statm: 2782 2016 1088 1 0 1038 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 15320 KiB
Current children cumulated memory: 11136 KiB
[startup+0.206701 s]*
/proc/loadavg: 4.12 3.95 3.51 5/256 119673
/proc/meminfo: memFree=128112296/131382112 swapFree=33010416/33010684
[pid=119668] ppid=119665 vsize=4192 memory=3072 CPUtime=0.05 cores=1,3
/proc/119668/stat : 119668 (scip-naps-1.00a) S 119665 119668 119216 0 -1 4194304 261 3937 0 0 0 0 2 3 20 0 1 0 141057552 4292608 768 18446744073709551615 94065089695744 94065090590277 140736610579920 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94065090829328 94065090877072 94065119408128 140736610589083 140736610589182 140736610589182 140736610594786 0
/proc/119668/statm: 1048 768 704 219 0 110 0
[pid=119673] ppid=119668 vsize=1188852 memory=34016 CPUtime=0.11 cores=1,3
/proc/119673/stat : 119673 (python3) R 119668 119668 119216 0 -1 4194304 4114 0 0 0 10 1 0 0 20 0 1 0 141057559 1217384448 8504 18446744073709551615 94539110547456 94539110547833 140725451305600 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94539110559128 94539110559748 94539133317120 140725451307358 140725451307552 140725451307552 140725451313127 0
/proc/119673/statm: 297213 8504 5053 1 0 269164 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 1193044 KiB
Current children cumulated memory: 37088 KiB
[startup+0.306055 s]*
/proc/loadavg: 4.12 3.95 3.51 5/256 119673
/proc/meminfo: memFree=128112044/131382112 swapFree=33010416/33010684
[pid=119668] ppid=119665 vsize=4192 memory=3072 CPUtime=0.05 cores=1,3
/proc/119668/stat : 119668 (scip-naps-1.00a) S 119665 119668 119216 0 -1 4194304 261 3937 0 0 0 0 2 3 20 0 1 0 141057552 4292608 768 18446744073709551615 94065089695744 94065090590277 140736610579920 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94065090829328 94065090877072 94065119408128 140736610589083 140736610589182 140736610589182 140736610594786 0
/proc/119668/statm: 1048 768 704 219 0 110 0
[pid=119673] ppid=119668 vsize=1209056 memory=60128 CPUtime=0.2 cores=1,3
/proc/119673/stat : 119673 (python3) R 119668 119668 119216 0 -1 4194304 8327 0 0 0 18 2 0 0 20 0 1 0 141057559 1238073344 15032 18446744073709551615 94539110547456 94539110547833 140725451305600 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94539110559128 94539110559748 94539133317120 140725451307358 140725451307552 140725451307552 140725451313127 0
/proc/119673/statm: 302264 15032 7581 1 0 273622 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 1213248 KiB
Current children cumulated memory: 63200 KiB
[startup+0.700272 s]
/proc/loadavg: 4.12 3.95 3.51 5/256 119673
/proc/meminfo: memFree=127838508/131382112 swapFree=33010416/33010684
[pid=119668] ppid=119665 vsize=4192 memory=3072 CPUtime=0.05 cores=1,3
/proc/119668/stat : 119668 (scip-naps-1.00a) S 119665 119668 119216 0 -1 4194304 261 3937 0 0 0 0 2 3 20 0 1 0 141057552 4292608 768 18446744073709551615 94065089695744 94065090590277 140736610579920 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94065090829328 94065090877072 94065119408128 140736610589083 140736610589182 140736610589182 140736610594786 0
/proc/119668/statm: 1048 768 704 219 0 110 0
[pid=119673] ppid=119668 vsize=1572192 memory=414032 CPUtime=0.59 cores=1,3
/proc/119673/stat : 119673 (python3) R 119668 119668 119216 0 -1 4194304 41627 0 0 0 37 22 0 0 20 0 1 0 141057559 1609924608 103508 18446744073709551615 94539110547456 94539110547833 140725451305600 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94539110559128 94539110559748 94539133317120 140725451307358 140725451307552 140725451307552 140725451313127 0
/proc/119673/statm: 393048 103508 7581 1 0 364406 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 1576384 KiB
Current children cumulated memory: 417104 KiB
[startup+1.50041 s]
/proc/loadavg: 4.12 3.95 3.51 5/256 119673
/proc/meminfo: memFree=127294124/131382112 swapFree=33010416/33010684
[pid=119668] ppid=119665 vsize=4192 memory=3072 CPUtime=0.05 cores=1,3
/proc/119668/stat : 119668 (scip-naps-1.00a) S 119665 119668 119216 0 -1 4194304 261 3937 0 0 0 0 2 3 20 0 1 0 141057552 4292608 768 18446744073709551615 94065089695744 94065090590277 140736610579920 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94065090829328 94065090877072 94065119408128 140736610589083 140736610589182 140736610589182 140736610594786 0
/proc/119668/statm: 1048 768 704 219 0 110 0
[pid=119673] ppid=119668 vsize=2087336 memory=927000 CPUtime=1.39 cores=1,3
/proc/119673/stat : 119673 (python3) R 119668 119668 119216 0 -1 4194304 162163 0 0 0 92 47 0 0 20 0 1 0 141057559 2137432064 231718 18446744073709551615 94539110547456 94539110547833 140725451305600 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94539110559128 94539110559748 94539133317120 140725451307358 140725451307552 140725451307552 140725451313127 0
/proc/119673/statm: 521834 231718 7581 1 0 493192 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 2091528 KiB
Current children cumulated memory: 930072 KiB
[startup+3.11335 s]
/proc/loadavg: 4.11 3.95 3.51 5/256 119673
/proc/meminfo: memFree=125452300/131382112 swapFree=33010416/33010684
[pid=119668] ppid=119665 vsize=4192 memory=3072 CPUtime=0.05 cores=1,3
/proc/119668/stat : 119668 (scip-naps-1.00a) S 119665 119668 119216 0 -1 4194304 261 3937 0 0 0 0 2 3 20 0 1 0 141057552 4292608 768 18446744073709551615 94065089695744 94065090590277 140736610579920 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94065090829328 94065090877072 94065119408128 140736610589083 140736610589182 140736610589182 140736610594786 0
/proc/119668/statm: 1048 768 704 219 0 110 0
[pid=119673] ppid=119668 vsize=3453084 memory=2292220 CPUtime=3 cores=1,3
/proc/119673/stat : 119673 (python3) R 119668 119668 119216 0 -1 4194304 461121 0 0 0 203 97 0 0 20 0 1 0 141057559 3535958016 573055 18446744073709551615 94539110547456 94539110547833 140725451305600 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94539110559128 94539110559748 94539133317120 140725451307358 140725451307552 140725451307552 140725451313127 0
/proc/119673/statm: 863271 573055 7581 1 0 834629 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 3457276 KiB
Current children cumulated memory: 2295292 KiB
[startup+6.30036 s]
/proc/loadavg: 4.11 3.95 3.51 5/256 119673
/proc/meminfo: memFree=124653436/131382112 swapFree=33010416/33010684
[pid=119668] ppid=119665 vsize=4192 memory=3072 CPUtime=0.05 cores=1,3
/proc/119668/stat : 119668 (scip-naps-1.00a) S 119665 119668 119216 0 -1 4194304 261 3937 0 0 0 0 2 3 20 0 1 0 141057552 4292608 768 18446744073709551615 94065089695744 94065090590277 140736610579920 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94065090829328 94065090877072 94065119408128 140736610589083 140736610589182 140736610589182 140736610594786 0
/proc/119668/statm: 1048 768 704 219 0 110 0
[pid=119673] ppid=119668 vsize=4218808 memory=3043652 CPUtime=6.18 cores=1,3
/proc/119673/stat : 119673 (python3) R 119668 119668 119216 0 -1 4194304 629515 0 0 0 493 125 0 0 20 0 1 0 141057559 4320059392 760913 18446744073709551615 94539110547456 94539110547833 140725451305600 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94539110559128 94539110559748 94539133317120 140725451307358 140725451307552 140725451307552 140725451313127 0
/proc/119673/statm: 1054702 760913 7613 1 0 1026060 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 4223000 KiB
Current children cumulated memory: 3046724 KiB
[startup+12.7004 s]
/proc/loadavg: 4.17 3.97 3.53 5/256 119673
/proc/meminfo: memFree=121622644/131382112 swapFree=33010416/33010684
[pid=119668] ppid=119665 vsize=4192 memory=3072 CPUtime=0.05 cores=1,3
/proc/119668/stat : 119668 (scip-naps-1.00a) S 119665 119668 119216 0 -1 4194304 261 3937 0 0 0 0 2 3 20 0 1 0 141057552 4292608 768 18446744073709551615 94065089695744 94065090590277 140736610579920 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94065090829328 94065090877072 94065119408128 140736610589083 140736610589182 140736610589182 140736610594786 0
/proc/119668/statm: 1048 768 704 219 0 110 0
[pid=119673] ppid=119668 vsize=7262472 memory=6026980 CPUtime=12.55 cores=1,3
/proc/119673/stat : 119673 (python3) R 119668 119668 119216 0 -1 4194304 1402930 0 0 0 1013 242 0 0 20 0 1 0 141057559 7436771328 1506745 18446744073709551615 94539110547456 94539110547833 140725451305600 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94539110559128 94539110559748 94539133317120 140725451307358 140725451307552 140725451307552 140725451313127 0
/proc/119673/statm: 1815618 1506745 7901 1 0 1786976 0
Current children cumulated CPU time: 12.6 s
Current children cumulated vsize: 7266664 KiB
Current children cumulated memory: 6030052 KiB
[startup+25.5004 s]
/proc/loadavg: 4.14 3.97 3.53 5/255 119771
/proc/meminfo: memFree=120858488/131382112 swapFree=33010416/33010684
[pid=119668] ppid=119665 vsize=4192 memory=3072 CPUtime=0.05 cores=1,3
/proc/119668/stat : 119668 (scip-naps-1.00a) S 119665 119668 119216 0 -1 4194304 261 3937 0 0 0 0 2 3 20 0 1 0 141057552 4292608 768 18446744073709551615 94065089695744 94065090590277 140736610579920 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94065090829328 94065090877072 94065119408128 140736610589083 140736610589182 140736610589182 140736610594786 0
/proc/119668/statm: 1048 768 704 219 0 110 0
[pid=119673] ppid=119668 vsize=8265452 memory=6980516 CPUtime=25.31 cores=1,3
/proc/119673/stat : 119673 (python3) R 119668 119668 119216 0 -1 4194304 1591288 0 0 0 2256 275 0 0 20 0 1 0 141057559 8463822848 1745129 18446744073709551615 94539110547456 94539110547833 140725451305600 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94539110559128 94539110559748 94539133317120 140725451307358 140725451307552 140725451307552 140725451313127 0
/proc/119673/statm: 2066363 1745129 7901 1 0 2037721 0
Current children cumulated CPU time: 25.36 s
Current children cumulated vsize: 8269644 KiB
Current children cumulated memory: 6983588 KiB
[startup+51.1133 s]
/proc/loadavg: 4.09 3.97 3.55 5/255 119820
/proc/meminfo: memFree=120709016/131382112 swapFree=33010416/33010684
[pid=119668] ppid=119665 vsize=4192 memory=3072 CPUtime=0.05 cores=1,3
/proc/119668/stat : 119668 (scip-naps-1.00a) S 119665 119668 119216 0 -1 4194304 261 3937 0 0 0 0 2 3 20 0 1 0 141057552 4292608 768 18446744073709551615 94065089695744 94065090590277 140736610579920 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94065090829328 94065090877072 94065119408128 140736610589083 140736610589182 140736610589182 140736610594786 0
/proc/119668/statm: 1048 768 704 219 0 110 0
[pid=119673] ppid=119668 vsize=9684624 memory=7701436 CPUtime=50.84 cores=1,3
/proc/119673/stat : 119673 (python3) R 119668 119668 119216 0 -1 4194304 1619595 0 0 0 4786 298 0 0 20 0 1 0 141057559 9917054976 1925359 18446744073709551615 94539110547456 94539110547833 140725451305600 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94539110559128 94539110559748 94539133317120 140725451307358 140725451307552 140725451307552 140725451313127 0
/proc/119673/statm: 2421156 1925359 7965 1 0 2392514 0
Current children cumulated CPU time: 50.89 s
Current children cumulated vsize: 9688816 KiB
Current children cumulated memory: 7704508 KiB
[startup+102.3 s]
/proc/loadavg: 4.14 4.01 3.58 5/257 119872
/proc/meminfo: memFree=110172124/131382112 swapFree=33010416/33010684
[pid=119668] ppid=119665 vsize=4192 memory=3072 CPUtime=0.05 cores=1,3
/proc/119668/stat : 119668 (scip-naps-1.00a) S 119665 119668 119216 0 -1 4194304 261 3937 0 0 0 0 2 3 20 0 1 0 141057552 4292608 768 18446744073709551615 94065089695744 94065090590277 140736610579920 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94065090829328 94065090877072 94065119408128 140736610589083 140736610589182 140736610589182 140736610594786 0
/proc/119668/statm: 1048 768 704 219 0 110 0
[pid=119673] ppid=119668 vsize=20244144 memory=18168016 CPUtime=101.83 cores=1,3
/proc/119673/stat : 119673 (python3) R 119668 119668 119216 0 -1 4194304 3464929 0 0 0 9520 663 0 0 20 0 1 0 141057559 20730003456 4542004 18446744073709551615 94539110547456 94539110547833 140725451305600 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94539110559128 94539110559748 94539133317120 140725451307358 140725451307552 140725451307552 140725451313127 0
/proc/119673/statm: 5061036 4542004 8125 1 0 5032394 0
Current children cumulated CPU time: 101.88 s
Current children cumulated vsize: 20248336 KiB
Current children cumulated memory: 18171088 KiB
[startup+162.3 s]
/proc/loadavg: 4.17 4.04 3.62 5/259 119876
/proc/meminfo: memFree=110130504/131382112 swapFree=33010416/33010684
[pid=119668] ppid=119665 vsize=4192 memory=3072 CPUtime=0.05 cores=1,3
/proc/119668/stat : 119668 (scip-naps-1.00a) S 119665 119668 119216 0 -1 4194304 261 3937 0 0 0 0 2 3 20 0 1 0 141057552 4292608 768 18446744073709551615 94065089695744 94065090590277 140736610579920 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94065090829328 94065090877072 94065119408128 140736610589083 140736610589182 140736610589182 140736610594786 0
/proc/119668/statm: 1048 768 704 219 0 110 0
[pid=119673] ppid=119668 vsize=20274448 memory=18200848 CPUtime=161.58 cores=1,3
/proc/119673/stat : 119673 (python3) R 119668 119668 119216 0 -1 4194304 3470963 0 0 0 15488 670 0 0 20 0 1 0 141057559 20761034752 4550212 18446744073709551615 94539110547456 94539110547833 140725451305600 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94539110559128 94539110559748 94539133317120 140725451307358 140725451307552 140725451307552 140725451313127 0
/proc/119673/statm: 5068612 4550212 8125 1 0 5039970 0
Current children cumulated CPU time: 161.63 s
Current children cumulated vsize: 20278640 KiB
Current children cumulated memory: 18203920 KiB
[startup+222.3 s]
/proc/loadavg: 4.19 4.06 3.66 5/260 119879
/proc/meminfo: memFree=110110356/131382112 swapFree=33010416/33010684
[pid=119668] ppid=119665 vsize=4192 memory=3072 CPUtime=0.05 cores=1,3
/proc/119668/stat : 119668 (scip-naps-1.00a) S 119665 119668 119216 0 -1 4194304 261 3937 0 0 0 0 2 3 20 0 1 0 141057552 4292608 768 18446744073709551615 94065089695744 94065090590277 140736610579920 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94065090829328 94065090877072 94065119408128 140736610589083 140736610589182 140736610589182 140736610594786 0
/proc/119668/statm: 1048 768 704 219 0 110 0
[pid=119673] ppid=119668 vsize=20311240 memory=18237668 CPUtime=221.33 cores=1,3
/proc/119673/stat : 119673 (python3) R 119668 119668 119216 0 -1 4194304 3478676 0 0 0 21452 681 0 0 20 0 1 0 141057559 20798709760 4559417 18446744073709551615 94539110547456 94539110547833 140725451305600 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94539110559128 94539110559748 94539133317120 140725451307358 140725451307552 140725451307552 140725451313127 0
/proc/119673/statm: 5077810 4559417 8125 1 0 5049168 0
Current children cumulated CPU time: 221.38 s
Current children cumulated vsize: 20315432 KiB
################
# More data... #
################
/proc/119668/stat : 119668 (scip-naps-1.00a) S 119665 119668 119216 0 -1 4194304 261 3937 0 0 0 0 2 3 20 0 1 0 141057552 4292608 768 18446744073709551615 94065089695744 94065090590277 140736610579920 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94065090829328 94065090877072 94065119408128 140736610589083 140736610589182 140736610589182 140736610594786 0
/proc/119668/statm: 1048 768 704 219 0 110 0
[pid=119673] ppid=119668 vsize=19774068 memory=17896416 CPUtime=998.36 cores=1,3
/proc/119673/stat : 119673 (python3) R 119668 119668 119216 0 -1 4194304 3853795 0 0 0 99036 800 0 0 20 0 1 0 141057559 20248645632 4474104 18446744073709551615 94539110547456 94539110547833 140725451305600 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94539110559128 94539110559748 94539133317120 140725451307358 140725451307552 140725451307552 140725451313127 0
/proc/119673/statm: 4943517 4474104 8157 1 0 4914875 0
Current children cumulated CPU time: 998.41 s
Current children cumulated vsize: 19778260 KiB
Current children cumulated memory: 17899488 KiB
[startup+1062.3 s]
/proc/loadavg: 4.11 4.09 3.95 5/258 119977
/proc/meminfo: memFree=105771480/131382112 swapFree=33010416/33010684
[pid=119668] ppid=119665 vsize=4192 memory=3072 CPUtime=0.05 cores=1,3
/proc/119668/stat : 119668 (scip-naps-1.00a) S 119665 119668 119216 0 -1 4194304 261 3937 0 0 0 0 2 3 20 0 1 0 141057552 4292608 768 18446744073709551615 94065089695744 94065090590277 140736610579920 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94065090829328 94065090877072 94065119408128 140736610589083 140736610589182 140736610589182 140736610594786 0
/proc/119668/statm: 1048 768 704 219 0 110 0
[pid=119673] ppid=119668 vsize=21196916 memory=19320004 CPUtime=1023.63 cores=1,3
/proc/119673/stat : 119673 (python3) S 119668 119668 119216 0 -1 4194304 4263345 0 0 0 101473 890 0 0 20 0 1 0 141057559 21705641984 4830001 18446744073709551615 94539110547456 94539110547833 140725451305600 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94539110559128 94539110559748 94539133317120 140725451307358 140725451307552 140725451307552 140725451313127 0
/proc/119673/statm: 5299229 4830001 8221 1 0 5270587 0
[pid=119976] ppid=119673 vsize=2751728 memory=2289060 CPUtime=34.55 cores=1,3
/proc/119976/stat : 119976 (naps-1.03a6) R 119673 119976 119976 0 -1 4194304 461014 0 0 0 3329 126 0 0 20 0 1 0 141160317 2817769472 572265 18446744073709551615 4198400 7047149 140724164963552 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 40124416 140724164966767 140724164966897 140724164966897 140724164972489 0
/proc/119976/statm: 687932 572265 544 696 0 687093 0
Current children cumulated CPU time: 1058.23 s
Current children cumulated vsize: 23952836 KiB
Current children cumulated memory: 21612136 KiB
[startup+1122.3 s]
/proc/loadavg: 4.08 4.09 3.96 5/259 119980
/proc/meminfo: memFree=103121620/131382112 swapFree=33010416/33010684
[pid=119668] ppid=119665 vsize=4192 memory=3072 CPUtime=0.05 cores=1,3
/proc/119668/stat : 119668 (scip-naps-1.00a) S 119665 119668 119216 0 -1 4194304 261 3937 0 0 0 0 2 3 20 0 1 0 141057552 4292608 768 18446744073709551615 94065089695744 94065090590277 140736610579920 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94065090829328 94065090877072 94065119408128 140736610589083 140736610589182 140736610589182 140736610594786 0
/proc/119668/statm: 1048 768 704 219 0 110 0
[pid=119673] ppid=119668 vsize=21196916 memory=19320004 CPUtime=1023.63 cores=1,3
/proc/119673/stat : 119673 (python3) S 119668 119668 119216 0 -1 4194304 4263345 0 0 0 101473 890 0 0 20 0 1 0 141057559 21705641984 4830001 18446744073709551615 94539110547456 94539110547833 140725451305600 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94539110559128 94539110559748 94539133317120 140725451307358 140725451307552 140725451307552 140725451313127 0
/proc/119673/statm: 5299229 4830001 8221 1 0 5270587 0
[pid=119976] ppid=119673 vsize=5228384 memory=4595968 CPUtime=94.36 cores=1,3
/proc/119976/stat : 119976 (naps-1.03a6) R 119673 119976 119976 0 -1 4194304 893361 0 0 0 9223 213 0 0 20 0 1 0 141160317 5353865216 1148992 18446744073709551615 4198400 7047149 140724164963552 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 40124416 140724164966767 140724164966897 140724164966897 140724164972489 0
/proc/119976/statm: 1307096 1148992 576 696 0 1306257 0
Current children cumulated CPU time: 1118.04 s
Current children cumulated vsize: 26429492 KiB
Current children cumulated memory: 23919044 KiB
[startup+1182.3 s]
/proc/loadavg: 4.13 4.10 3.98 5/258 119982
/proc/meminfo: memFree=102457824/131382112 swapFree=33010416/33010684
[pid=119668] ppid=119665 vsize=4192 memory=3072 CPUtime=0.05 cores=1,3
/proc/119668/stat : 119668 (scip-naps-1.00a) S 119665 119668 119216 0 -1 4194304 261 3937 0 0 0 0 2 3 20 0 1 0 141057552 4292608 768 18446744073709551615 94065089695744 94065090590277 140736610579920 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94065090829328 94065090877072 94065119408128 140736610589083 140736610589182 140736610589182 140736610594786 0
/proc/119668/statm: 1048 768 704 219 0 110 0
[pid=119673] ppid=119668 vsize=21196916 memory=19320004 CPUtime=1023.63 cores=1,3
/proc/119673/stat : 119673 (python3) S 119668 119668 119216 0 -1 4194304 4263345 0 0 0 101473 890 0 0 20 0 1 0 141057559 21705641984 4830001 18446744073709551615 94539110547456 94539110547833 140725451305600 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94539110559128 94539110559748 94539133317120 140725451307358 140725451307552 140725451307552 140725451313127 0
/proc/119673/statm: 5299229 4830001 8221 1 0 5270587 0
[pid=119976] ppid=119673 vsize=5881156 memory=5191696 CPUtime=154.16 cores=1,3
/proc/119976/stat : 119976 (naps-1.03a6) R 119673 119976 119976 0 -1 4194304 895419 0 0 0 15184 232 0 0 20 0 1 0 141160317 6022303744 1297924 18446744073709551615 4198400 7047149 140724164963552 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 40124416 140724164966767 140724164966897 140724164966897 140724164972489 0
/proc/119976/statm: 1470289 1297924 576 696 0 1469450 0
Current children cumulated CPU time: 1177.84 s
Current children cumulated vsize: 27082264 KiB
Current children cumulated memory: 24514772 KiB
[startup+1242.3 s]
/proc/loadavg: 4.10 4.09 3.99 5/258 119984
/proc/meminfo: memFree=100013728/131382112 swapFree=33010416/33010684
[pid=119668] ppid=119665 vsize=4192 memory=3072 CPUtime=0.05 cores=1,3
/proc/119668/stat : 119668 (scip-naps-1.00a) S 119665 119668 119216 0 -1 4194304 261 3937 0 0 0 0 2 3 20 0 1 0 141057552 4292608 768 18446744073709551615 94065089695744 94065090590277 140736610579920 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94065090829328 94065090877072 94065119408128 140736610589083 140736610589182 140736610589182 140736610594786 0
/proc/119668/statm: 1048 768 704 219 0 110 0
[pid=119673] ppid=119668 vsize=21196916 memory=19320004 CPUtime=1023.63 cores=1,3
/proc/119673/stat : 119673 (python3) S 119668 119668 119216 0 -1 4194304 4263345 0 0 0 101473 890 0 0 20 0 1 0 141057559 21705641984 4830001 18446744073709551615 94539110547456 94539110547833 140725451305600 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94539110559128 94539110559748 94539133317120 140725451307358 140725451307552 140725451307552 140725451313127 0
/proc/119673/statm: 5299229 4830001 8221 1 0 5270587 0
[pid=119976] ppid=119673 vsize=8396588 memory=7689208 CPUtime=213.96 cores=1,3
/proc/119976/stat : 119976 (naps-1.03a6) R 119673 119976 119976 0 -1 4194304 1171645 0 0 0 21068 328 0 0 20 0 1 0 141160317 8598106112 1922302 18446744073709551615 4198400 7047149 140724164963552 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 40124416 140724164966767 140724164966897 140724164966897 140724164972489 0
/proc/119976/statm: 2099147 1922302 576 696 0 2098308 0
Current children cumulated CPU time: 1237.64 s
Current children cumulated vsize: 29597696 KiB
Current children cumulated memory: 27012284 KiB
Maximum VSize exceeded: sending SIGTERM then SIGKILL
[startup+1244.4 s]
/proc/loadavg: 4.10 4.09 3.99 5/258 119984
/proc/meminfo: memFree=99941020/131382112 swapFree=33010416/33010684
[pid=119668] ppid=119665 vsize=4192 memory=3072 CPUtime=0.05 cores=1,3
/proc/119668/stat : 119668 (scip-naps-1.00a) S 119665 119668 119216 0 -1 4194304 261 3937 0 0 0 0 2 3 20 0 1 0 141057552 4292608 768 18446744073709551615 94065089695744 94065090590277 140736610579920 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94065090829328 94065090877072 94065119408128 140736610589083 140736610589182 140736610589182 140736610594786 0
/proc/119668/statm: 1048 768 704 219 0 110 0
[pid=119673] ppid=119668 vsize=21196916 memory=19320004 CPUtime=1023.63 cores=1,3
/proc/119673/stat : 119673 (python3) S 119668 119668 119216 0 -1 4194304 4263345 0 0 0 101473 890 0 0 20 0 1 0 141057559 21705641984 4830001 18446744073709551615 94539110547456 94539110547833 140725451305600 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94539110559128 94539110559748 94539133317120 140725451307358 140725451307552 140725451307552 140725451313127 0
/proc/119673/statm: 5299229 4830001 8221 1 0 5270587 0
[pid=119976] ppid=119673 vsize=11146120 memory=7936324 CPUtime=216.05 cores=1,3
/proc/119976/stat : 119976 (naps-1.03a6) R 119673 119976 119976 0 -1 4194304 1184472 0 0 0 21271 334 0 0 20 0 1 0 141160317 11413626880 1984081 18446744073709551615 4198400 7047149 140724164963552 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 40124416 140724164966767 140724164966897 140724164966897 140724164972489 0
/proc/119976/statm: 2786530 1984081 576 696 0 2785691 0
Current children cumulated CPU time: 1239.73 s
Current children cumulated vsize: 32347228 KiB
Current children cumulated memory: 27259400 KiB
Sending SIGTERM to process tree (bottom up)
[startup+1244.41 s]
# the end of solver process 119668 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)
# cumulated CPU time of all completed processes: user=0.024392 s, system=0.040008 s
Sleeping 2 seconds
Sending SIGKILL to process tree (bottom up)
??? end of watcher thread
[startup+1246.97 s]
# the end of solver process 119673 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)
# cumulated CPU time of all completed processes: user=1229.12 s, system=13.2066 s
# this solver process was not waited by its parent and was adopted by runsolver
Solver just ended.
Dumping a history of the last processes samples
[startup+1244.8 s]
/proc/loadavg: 4.10 4.09 3.99 5/257 119984
/proc/meminfo: memFree=103156456/131382112 swapFree=33010416/33010684
[pid=119673] ppid=119665 vsize=21196916 memory=19320004 CPUtime=1240.07 cores=1,3
/proc/119673/stat : 119673 (python3) R 119665 119668 119216 0 -1 4194304 4299473 1184474 0 0 101491 894 21271 351 20 0 1 0 141057559 21705641984 4830001 18446744073709551615 94539110547456 94539110547833 140725451305600 0 0 0 0 16781312 16386 0 0 0 17 3 0 0 0 0 0 94539110559128 94539110559748 94539133317120 140725451307358 140725451307552 140725451307552 140725451313127 0
/proc/119673/statm: 5299229 4830001 8221 1 0 5270587 0
Current cumulated CPU time of completed processes: 0.0644 s
Current children cumulated CPU time: 1240.07 s
Current children cumulated vsize: 21196916 KiB
Current children cumulated memory: 19320004 KiB
[startup+1245.6 s]
/proc/loadavg: 4.10 4.09 3.99 5/256 119984
/proc/meminfo: memFree=107572124/131382112 swapFree=33010416/33010684
[pid=119673] ppid=119665 vsize=21196916 memory=19320004 CPUtime=1240.87 cores=1,3
/proc/119673/stat : 119673 (python3) R 119665 119668 119216 0 -1 4194304 4446389 1184474 0 0 101559 906 21271 351 20 0 1 0 141057559 21705641984 4830001 18446744073709551615 94539110547456 94539110547833 140725451305600 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94539110559128 94539110559748 94539133317120 140725451307358 140725451307552 140725451307552 140725451313127 0
/proc/119673/statm: 5299229 4830001 8221 1 0 5270587 0
Current cumulated CPU time of completed processes: 0.0644 s
Current children cumulated CPU time: 1240.87 s
Current children cumulated vsize: 21196916 KiB
Current children cumulated memory: 19320004 KiB
[startup+1246 s]*
/proc/loadavg: 4.10 4.09 3.99 5/256 119984
/proc/meminfo: memFree=107579900/131382112 swapFree=33010416/33010684
[pid=119673] ppid=119665 vsize=21196916 memory=19320004 CPUtime=1241.28 cores=1,3
/proc/119673/stat : 119673 (python3) R 119665 119668 119216 0 -1 4194304 4462000 1184474 0 0 101598 908 21271 351 20 0 1 0 141057559 21705641984 4830001 18446744073709551615 94539110547456 94539110547833 140725451305600 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94539110559128 94539110559748 94539133317120 140725451307358 140725451307552 140725451307552 140725451313127 0
/proc/119673/statm: 5299229 4830001 8221 1 0 5270587 0
Current cumulated CPU time of completed processes: 0.0644 s
Current children cumulated CPU time: 1241.28 s
Current children cumulated vsize: 21196916 KiB
Current children cumulated memory: 19320004 KiB
[startup+1246.4 s]
/proc/loadavg: 4.10 4.09 3.99 5/256 119984
/proc/meminfo: memFree=107579900/131382112 swapFree=33010416/33010684
[pid=119673] ppid=119665 vsize=21196916 memory=19320004 CPUtime=1241.67 cores=1,3
/proc/119673/stat : 119673 (python3) R 119665 119668 119216 0 -1 4194304 4462288 1184474 0 0 101637 908 21271 351 20 0 1 0 141057559 21705641984 4830001 18446744073709551615 94539110547456 94539110547833 140725451305600 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94539110559128 94539110559748 94539133317120 140725451307358 140725451307552 140725451307552 140725451313127 0
/proc/119673/statm: 5299229 4830001 8221 1 0 5270587 0
Current cumulated CPU time of completed processes: 0.0644 s
Current children cumulated CPU time: 1241.67 s
Current children cumulated vsize: 21196916 KiB
Current children cumulated memory: 19320004 KiB
Child ended because it received signal 9 (SIGKILL)
Real time (s): 1246.97
CPU time (s): 1242.32
CPU user time (s): 1229.12
CPU system time (s): 13.2066
CPU usage (%): 99.6272
Max. virtual memory (cumulated for all children) (KiB): 32347228
Max. memory (cumulated for all children) (KiB): 27259400
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1229.12
system time used= 13.2066
maximum resident set size= 19484252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5650960
page faults= 0
swaps= 0
block input operations= 0
block output operations= 251088
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 342
involuntary context switches= 1038
# summary of solver processes directly reported to runsolver:
# pid: 119668,119673
# total CPU time (s): 1242.32
# total CPU user time (s): 1229.12
# total CPU system time (s): 13.2066
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.83222 second user time and 13.264 second system time
The end
Launcher Data
Begin job on nodeC012 at 2025-07-11 19:09:38
IDJOB=4530263
IDBENCH=148738
IDSOLVER=3388
FILE ID=nodeC012/4530263-1752253777
RUNJOBID= nodeC012-1752253269-119228
SLURM_JOB_ID= 9682583
Free space on /tmp= 431428 MiB
SOLVER NAME= SCIP-NaPS 1.00a2
BENCH NAME= PB24/normalized-PB09/OPT-LIN/aries-da_nrp/normalized-aries-da_network_2000_5__647_1792__256.opb
COMMAND LINE= ./scip-naps-1.00a2.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4530263-1752253777/watcher-4530263-1752253777 -o /tmp/evaluation-result-4530263-1752253777/solver-4530263-1752253777 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1752253269-119228 --watchdog 3760 ./scip-naps-1.00a2.sh HOME/instance-4530263-1752253777.opb
TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2
MD5SUM BENCH= 8bad1bf25970951ec859260299ab11f4
RANDOM SEED=1315751725
nodeC012 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.496
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.39
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 : 1197.153
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.39
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.145
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.39
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 : 2994.275
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.39
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.588
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.39
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 : 2992.879
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.39
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 : 3700.000
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.39
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.336
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.39
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
/proc/meminfo:
MemTotal: 131382112 kB
MemFree: 128167364 kB
MemAvailable: 129055284 kB
Buffers: 2136 kB
Cached: 1684640 kB
SwapCached: 16 kB
Active: 1503204 kB
Inactive: 1060660 kB
Active(anon): 890084 kB
Inactive(anon): 4948 kB
Active(file): 613120 kB
Inactive(file): 1055712 kB
Unevictable: 3072 kB
Mlocked: 0 kB
SwapTotal: 33010684 kB
SwapFree: 33010416 kB
Zswap: 0 kB
Zswapped: 0 kB
Dirty: 133040 kB
Writeback: 4 kB
AnonPages: 879912 kB
Mapped: 130692 kB
Shmem: 17944 kB
KReclaimable: 117044 kB
Slab: 206348 kB
SReclaimable: 117044 kB
SUnreclaim: 89304 kB
KernelStack: 4112 kB
PageTables: 5264 kB
SecPageTables: 0 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 98701740 kB
Committed_AS: 4444080 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 149560 kB
VmallocChunk: 0 kB
Percpu: 3872 kB
HardwareCorrupted: 0 kB
AnonHugePages: 268288 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: 187208 kB
DirectMap2M: 8103936 kB
DirectMap1G: 127926272 kB
Free space on /tmp at the end= 431300 MiB
End job on nodeC012 at 2025-07-11 19:30:26