Trace number 4498857
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.00a1 | ? (MO) | | 1231.45 | 1236.52 |
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
1022.40/1026.91 c Command: HOME/scip-naps.py --pbsolver HOME/naps-1.03a6 --opt HOME/instance-4498857-1751391593.opb
1022.40/1026.91 c Solving mode: optimization
1022.40/1026.91 c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
1022.40/1026.91 c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
1022.40/1026.91 c original problem has 2561998 variables (2561998 bin, 0 int, 0 impl, 0 cont) and 12000 constraints
1022.40/1026.91 c presolving:
1022.40/1026.91 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
1022.40/1026.91 c (43.1s) probing: 51/2561998 (0.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1022.40/1026.91 c (43.1s) probing aborted: 50/50 successive totally useless probings
1022.40/1026.91 c (43.1s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
1022.40/1026.91 c (46.0s) symmetry computation finished: 24 generators found (max: 24, log10 of symmetry group size: 0.0) (symcode time: 0.68)
1022.40/1026.91 c dynamic symmetry handling statistics:
1022.40/1026.91 c orbitopal reduction: no components
1022.40/1026.91 c orbital reduction: no components
1022.40/1026.91 c lexicographic reduction: no permutations
1022.40/1026.91 c handled 1 out of 1 symmetry components
1022.40/1026.91 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
1022.40/1026.91 c (50.6s) probing: 56/2561998 (0.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1022.40/1026.91 c (50.6s) probing aborted: 50/50 successive totally useless probings
1022.40/1026.91 c presolving (3 rounds: 3 fast, 3 medium, 3 exhaustive):
1022.40/1026.91 c 24 deleted vars, 0 deleted constraints, 24 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 48 changed coefficients
1022.40/1026.91 c 0 implications, 10002 cliques
1022.40/1026.91 c presolved problem has 2561974 variables (2561974 bin, 0 int, 0 impl, 0 cont) and 12024 constraints
1022.40/1026.91 c 10002 constraints of type <setppc>
1022.40/1026.91 c 1998 constraints of type <xor>
1022.40/1026.91 c 24 constraints of type <orbitope>
1022.40/1026.91 c transformed objective value is always integral (scale: 1)
1022.40/1026.91 c Presolving Time: 47.86
1022.40/1026.91 c
1022.40/1026.91 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
1022.40/1026.91 c 392s| 1 | 0 | 232 | - | 11G | 0 |2561k| 12k| 12k| 0 | 0 | 17 | 0 | 9.542000e+03 | -- | Inf | unknown
1022.40/1026.91 c 411s| 1 | 0 | 238 | - | 12G | 0 |2561k| 12k| 12k| 4 | 1 | 17 | 0 | 1.733400e+04 | -- | Inf | unknown
1022.40/1026.91 c 415s| 1 | 0 | 240 | - | 12G | 0 |2561k| 12k| 12k| 8 | 2 | 17 | 0 | 1.733400e+04 | -- | Inf | unknown
1022.40/1026.91 c 418s| 1 | 0 | 244 | - | 12G | 0 |2561k| 12k| 12k| 12 | 3 | 17 | 0 | 3.059100e+04 | -- | Inf | unknown
1022.40/1026.91 c 421s| 1 | 0 | 246 | - | 12G | 0 |2561k| 12k| 12k| 16 | 4 | 17 | 0 | 3.059100e+04 | -- | Inf | unknown
1022.40/1026.91 c 425s| 1 | 0 | 250 | - | 12G | 0 |2561k| 12k| 12k| 20 | 5 | 17 | 0 | 3.253200e+04 | -- | Inf | unknown
1022.40/1026.91 c 428s| 1 | 0 | 252 | - | 12G | 0 |2561k| 12k| 12k| 24 | 6 | 17 | 0 | 3.253200e+04 | -- | Inf | unknown
1022.40/1026.91 c 432s| 1 | 0 | 256 | - | 12G | 0 |2561k| 12k| 12k| 28 | 7 | 17 | 0 | 3.377300e+04 | -- | Inf | unknown
1022.40/1026.91 c 435s| 1 | 0 | 258 | - | 12G | 0 |2561k| 12k| 12k| 32 | 8 | 17 | 0 | 3.377300e+04 | -- | Inf | unknown
1022.40/1026.91 c 439s| 1 | 0 | 262 | - | 12G | 0 |2561k| 12k| 12k| 36 | 9 | 17 | 0 | 3.567200e+04 | -- | Inf | unknown
1022.40/1026.91 c 442s| 1 | 0 | 264 | - | 12G | 0 |2561k| 12k| 12k| 40 | 10 | 17 | 0 | 3.567200e+04 | -- | Inf | unknown
1022.40/1026.91 c 446s| 1 | 0 | 268 | - | 12G | 0 |2561k| 12k| 12k| 43 | 11 | 17 | 0 | 3.766400e+04 | -- | Inf | unknown
1022.40/1026.91 c 450s| 1 | 0 | 270 | - | 12G | 0 |2561k| 12k| 12k| 47 | 12 | 17 | 0 | 3.766400e+04 | -- | Inf | unknown
1022.40/1026.91 c 453s| 1 | 0 | 274 | - | 12G | 0 |2561k| 12k| 12k| 49 | 13 | 17 | 0 | 3.926400e+04 | -- | Inf | unknown
1022.40/1026.91 c 457s| 1 | 0 | 276 | - | 12G | 0 |2561k| 12k| 12k| 53 | 14 | 17 | 0 | 3.926400e+04 | -- | Inf | unknown
1022.40/1026.91 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
1022.40/1026.91 c 460s| 1 | 0 | 278 | - | 12G | 0 |2561k| 12k| 12k| 54 | 15 | 17 | 0 | 4.083400e+04 | -- | Inf | unknown
1022.40/1026.91 c 464s| 1 | 0 | 280 | - | 12G | 0 |2561k| 12k| 12k| 57 | 16 | 17 | 0 | 4.083400e+04 | -- | Inf | unknown
1022.40/1026.91 c 468s| 1 | 0 | 282 | - | 12G | 0 |2561k| 12k| 12k| 60 | 17 | 17 | 0 | 4.083400e+04 | -- | Inf | unknown
1022.40/1026.91 c 472s| 1 | 0 | 284 | - | 12G | 0 |2561k| 12k| 12k| 63 | 18 | 17 | 0 | 4.083400e+04 | -- | Inf | unknown
1022.40/1026.91 c 475s| 1 | 0 | 286 | - | 12G | 0 |2561k| 12k| 12k| 66 | 19 | 17 | 0 | 4.083400e+04 | -- | Inf | unknown
1022.40/1026.91 c 479s| 1 | 0 | 288 | - | 12G | 0 |2561k| 12k| 12k| 69 | 20 | 17 | 0 | 4.083400e+04 | -- | Inf | unknown
1022.40/1026.91 c 795s| 1 | 2 | 1220 | - | 12G | 0 |2561k| 12k| 12k| 69 | 21 | 21 | 6 | 4.250100e+04 | -- | Inf | unknown
1022.40/1026.91 c d 859s| 6 | 7 | 1797 | 347.4 |pscostdi| 5 |2561k| 12k| 12k| 0 | 1 | 21 | 12 | 4.250100e+04 | 1.064793e+06 |2405.34%| unknown
1022.40/1026.91 c
1022.40/1026.91 c SCIP Status : solving was interrupted [time limit reached]
1022.40/1026.91 c Solving Time (sec) : 1000.30
1022.40/1026.91 c Solving Nodes : 18
1022.40/1026.91 c Primal Bound : +1.06479300000000e+06 (1 solutions)
1022.40/1026.91 c Dual Bound : +4.33520000000000e+04
1022.40/1026.91 c Gap : 2356.16 %
1022.40/1026.91 c All original constraints are satisfied.
1022.40/1026.91 c SCIP's best solution is verified feasible for the original problem.
1022.40/1026.91 c ----------------------------------------------------------------------
1022.40/1026.91 c dual bound: 43352.0 -> 43352
1022.40/1026.91 c primal bound: 1064793.0 -> 1064793
1022.40/1026.91 c scip-goal-lb: 43352
1022.40/1026.91 c scip-goal-ub: 1064793
1022.40/1026.91 c writing output to: HOME/tmppupxg97_.opb
1022.40/1026.91 c appending fixed variable constraints
1022.40/1026.91 c scip-fixed vars: 0.00% (24/2561974)
1022.40/1026.91 c ----------------------------------------------------------------------
1022.40/1026.91 c executing external solver: HOME/naps-1.03a6
1022.40/1026.91 c ----------------------------------------------------------------------
1022.40/1026.91 c command: HOME/naps-1.03a6 -goal-lb=43352 -goal-ub=1064792 HOME/tmppupxg97_.opb
1022.54/1027.16 c NaPS 1.03a6.
1022.54/1027.16 c Input file name: HOME/tmppupxg97_.opb
1228.91/1234.00 c
1228.91/1234.00 c *** TERMINATED *** by signal 15
1228.91/1234.00 c _____________________________________________________________________________
1228.91/1234.00 c std/band forms : 8266,1993
1228.91/1234.00 c 2cl/3cl ITE-codings : 0,0
1228.91/1234.00 c BDD/srt/adr Max costs : 31485,2139821,0
1228.91/1234.00 c BDDraw/bin/mul/srt/adr: 1993,0,0,8266,0
1228.91/1234.00 c BDD nodes : 15200567
1228.91/1234.00 c Es1/CC detections : 0,0
1228.91/1234.00 c CC sort : 8256
1228.91/1234.00 c SAT/UNSAT calls : 0,0
1228.91/1234.00 c regenrated variables : 0
1228.91/1234.00 c eliminated fixed lits : 72
1228.91/1234.00 c goal lit flips : 0
1228.91/1234.00 c goal stages : 0
1228.91/1234.00 c goal shrink : 0
1228.91/1234.00 c goal coeff separations: 0
1228.91/1234.00 c restarts : 0
1228.91/1234.00 c conflicts : 0 (0 /sec)
1228.91/1234.00 c decisions : 0 (0 /sec)
1228.91/1234.00 c propagations : 0 (0 /sec)
1228.91/1234.00 c inspects : 0 (0 /sec)
1228.91/1234.00 c CPU time (solving tm) : 203.2 s (0 s, SAT 0 s, UNSAT 0 s)
1228.91/1234.00 c Time for Opt-base : 0.4021 s
1228.91/1234.00 c Steps for Opt-base : 48389
1228.91/1234.00 c Time for BDD coding : 96.83 s
1228.91/1234.00 c Time for srt coding : 41.85 s
1228.91/1234.00 c _____________________________________________________________________________
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: 63708 MiB (57913 MiB free)
memory of node 1: 64465 MiB (61012 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4498857-1751391593/watcher-4498857-1751391593 -o /tmp/evaluation-result-4498857-1751391593/solver-4498857-1751391593 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1751386400-51591 --watchdog 3760 ./scip-naps-1.00.sh HOME/instance-4498857-1751391593.opb
running on 2 cores: 4,6
CPU governors:
performance: 4 6
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=53929, runsolver pid=53926
Current StackSize limit: 8192 KiB
[startup+0.100063 s]*
/proc/loadavg: 4.08 4.11 4.09 5/269 53934
/proc/meminfo: memFree=121767028/131250000 swapFree=33010684/33010684
[pid=53929] ppid=53926 vsize=4192 memory=3072 CPUtime=0.04 cores=4,6
/proc/53929/stat : 53929 (scip-naps-1.00.) S 53926 53929 51580 0 -1 4194304 255 3930 0 0 0 0 2 2 20 0 1 0 54781899 4292608 768 18446744073709551615 94583781019648 94583781914181 140731522135584 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94583782153232 94583782200976 94583793799168 140731522140577 140731522140674 140731522140674 140731522146276 0
/proc/53929/statm: 1048 768 704 219 0 110 0
[pid=53934] ppid=53929 vsize=11128 memory=8192 CPUtime=0 cores=4,6
/proc/53934/stat : 53934 (python3) R 53929 53929 51580 0 -1 4194304 1074 0 0 0 0 0 0 0 20 0 1 0 54781906 11395072 2048 18446744073709551615 94865818836992 94865818837369 140725295703920 0 0 0 0 16781312 2 0 0 0 17 6 0 0 0 0 0 94865818848664 94865818849284 94865826861056 140725295712615 140725295712802 140725295712802 140725295718375 0
/proc/53934/statm: 2782 2048 1120 1 0 1038 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 15320 KiB
Current children cumulated memory: 11264 KiB
[startup+0.206016 s]*
/proc/loadavg: 4.08 4.11 4.09 5/269 53934
/proc/meminfo: memFree=121755184/131250000 swapFree=33010684/33010684
[pid=53929] ppid=53926 vsize=4192 memory=3072 CPUtime=0.04 cores=4,6
/proc/53929/stat : 53929 (scip-naps-1.00.) S 53926 53929 51580 0 -1 4194304 255 3930 0 0 0 0 2 2 20 0 1 0 54781899 4292608 768 18446744073709551615 94583781019648 94583781914181 140731522135584 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94583782153232 94583782200976 94583793799168 140731522140577 140731522140674 140731522140674 140731522146276 0
/proc/53929/statm: 1048 768 704 219 0 110 0
[pid=53934] ppid=53929 vsize=1190396 memory=35356 CPUtime=0.1 cores=4,6
/proc/53934/stat : 53934 (python3) R 53929 53929 51580 0 -1 4194304 4472 0 0 0 9 1 0 0 20 0 1 0 54781906 1218965504 8839 18446744073709551615 94865818836992 94865818837369 140725295703920 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94865818848664 94865818849284 94865826861056 140725295712615 140725295712802 140725295712802 140725295718375 0
/proc/53934/statm: 297599 8839 5063 1 0 269508 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 1194588 KiB
Current children cumulated memory: 38428 KiB
[startup+0.305991 s]*
/proc/loadavg: 4.08 4.11 4.09 5/269 53934
/proc/meminfo: memFree=121564892/131250000 swapFree=33010684/33010684
[pid=53929] ppid=53926 vsize=4192 memory=3072 CPUtime=0.04 cores=4,6
/proc/53929/stat : 53929 (scip-naps-1.00.) S 53926 53929 51580 0 -1 4194304 255 3930 0 0 0 0 2 2 20 0 1 0 54781899 4292608 768 18446744073709551615 94583781019648 94583781914181 140731522135584 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94583782153232 94583782200976 94583793799168 140731522140577 140731522140674 140731522140674 140731522146276 0
/proc/53929/statm: 1048 768 704 219 0 110 0
[pid=53934] ppid=53929 vsize=1422388 memory=257288 CPUtime=0.2 cores=4,6
/proc/53934/stat : 53934 (python3) R 53929 53929 51580 0 -1 4194304 16780 0 0 0 14 6 0 0 20 0 1 0 54781906 1456525312 64322 18446744073709551615 94865818836992 94865818837369 140725295703920 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94865818848664 94865818849284 94865826861056 140725295712615 140725295712802 140725295712802 140725295718375 0
/proc/53934/statm: 355597 64322 7527 1 0 326955 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 1426580 KiB
Current children cumulated memory: 260360 KiB
[startup+0.700223 s]
/proc/loadavg: 4.08 4.11 4.09 5/269 53934
/proc/meminfo: memFree=121342044/131250000 swapFree=33010684/33010684
[pid=53929] ppid=53926 vsize=4192 memory=3072 CPUtime=0.04 cores=4,6
/proc/53929/stat : 53929 (scip-naps-1.00.) S 53926 53929 51580 0 -1 4194304 255 3930 0 0 0 0 2 2 20 0 1 0 54781899 4292608 768 18446744073709551615 94583781019648 94583781914181 140731522135584 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94583782153232 94583782200976 94583793799168 140731522140577 140731522140674 140731522140674 140731522146276 0
/proc/53929/statm: 1048 768 704 219 0 110 0
[pid=53934] ppid=53929 vsize=1790320 memory=631712 CPUtime=0.59 cores=4,6
/proc/53934/stat : 53934 (python3) R 53929 53929 51580 0 -1 4194304 95545 0 0 0 39 20 0 0 20 0 1 0 54781906 1833287680 157928 18446744073709551615 94865818836992 94865818837369 140725295703920 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94865818848664 94865818849284 94865826861056 140725295712615 140725295712802 140725295712802 140725295718375 0
/proc/53934/statm: 447580 157928 7559 1 0 418938 0
Current children cumulated CPU time: 0.63 s
Current children cumulated vsize: 1794512 KiB
Current children cumulated memory: 634784 KiB
[startup+1.50021 s]
/proc/loadavg: 4.08 4.11 4.09 5/269 53934
/proc/meminfo: memFree=120926300/131250000 swapFree=33010684/33010684
[pid=53929] ppid=53926 vsize=4192 memory=3072 CPUtime=0.04 cores=4,6
/proc/53929/stat : 53929 (scip-naps-1.00.) S 53926 53929 51580 0 -1 4194304 255 3930 0 0 0 0 2 2 20 0 1 0 54781899 4292608 768 18446744073709551615 94583781019648 94583781914181 140731522135584 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94583782153232 94583782200976 94583793799168 140731522140577 140731522140674 140731522140674 140731522146276 0
/proc/53929/statm: 1048 768 704 219 0 110 0
[pid=53934] ppid=53929 vsize=2449980 memory=1290864 CPUtime=1.38 cores=4,6
/proc/53934/stat : 53934 (python3) R 53929 53929 51580 0 -1 4194304 242461 0 0 0 95 43 0 0 20 0 1 0 54781906 2508779520 322716 18446744073709551615 94865818836992 94865818837369 140725295703920 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94865818848664 94865818849284 94865826861056 140725295712615 140725295712802 140725295712802 140725295718375 0
/proc/53934/statm: 612495 322716 7559 1 0 583853 0
Current children cumulated CPU time: 1.42 s
Current children cumulated vsize: 2454172 KiB
Current children cumulated memory: 1293936 KiB
[startup+3.10602 s]
/proc/loadavg: 4.08 4.11 4.09 5/269 53934
/proc/meminfo: memFree=119241404/131250000 swapFree=33010684/33010684
[pid=53929] ppid=53926 vsize=4192 memory=3072 CPUtime=0.04 cores=4,6
/proc/53929/stat : 53929 (scip-naps-1.00.) S 53926 53929 51580 0 -1 4194304 255 3930 0 0 0 0 2 2 20 0 1 0 54781899 4292608 768 18446744073709551615 94583781019648 94583781914181 140731522135584 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94583782153232 94583782200976 94583793799168 140731522140577 140731522140674 140731522140674 140731522146276 0
/proc/53929/statm: 1048 768 704 219 0 110 0
[pid=53934] ppid=53929 vsize=3819536 memory=2658332 CPUtime=2.99 cores=4,6
/proc/53934/stat : 53934 (python3) R 53929 53929 51580 0 -1 4194304 542971 0 0 0 207 92 0 0 20 0 1 0 54781906 3911204864 664583 18446744073709551615 94865818836992 94865818837369 140725295703920 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94865818848664 94865818849284 94865826861056 140725295712615 140725295712802 140725295712802 140725295718375 0
/proc/53934/statm: 954884 664583 7559 1 0 926242 0
Current children cumulated CPU time: 3.03 s
Current children cumulated vsize: 3823728 KiB
Current children cumulated memory: 2661404 KiB
[startup+6.3002 s]
/proc/loadavg: 4.07 4.11 4.09 5/269 53934
/proc/meminfo: memFree=118765240/131250000 swapFree=33010684/33010684
[pid=53929] ppid=53926 vsize=4192 memory=3072 CPUtime=0.04 cores=4,6
/proc/53929/stat : 53929 (scip-naps-1.00.) S 53926 53929 51580 0 -1 4194304 255 3930 0 0 0 0 2 2 20 0 1 0 54781899 4292608 768 18446744073709551615 94583781019648 94583781914181 140731522135584 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94583782153232 94583782200976 94583793799168 140731522140577 140731522140674 140731522140674 140731522146276 0
/proc/53929/statm: 1048 768 704 219 0 110 0
[pid=53934] ppid=53929 vsize=3731376 memory=2549544 CPUtime=6.17 cores=4,6
/proc/53934/stat : 53934 (python3) R 53929 53929 51580 0 -1 4194304 647438 0 0 0 505 112 0 0 20 0 1 0 54781906 3820929024 637386 18446744073709551615 94865818836992 94865818837369 140725295703920 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94865818848664 94865818849284 94865826861056 140725295712615 140725295712802 140725295712802 140725295718375 0
/proc/53934/statm: 932844 637386 7783 1 0 904202 0
Current children cumulated CPU time: 6.21 s
Current children cumulated vsize: 3735568 KiB
Current children cumulated memory: 2552616 KiB
[startup+12.7002 s]
/proc/loadavg: 4.06 4.10 4.09 5/269 53934
/proc/meminfo: memFree=115795152/131250000 swapFree=33010684/33010684
[pid=53929] ppid=53926 vsize=4192 memory=3072 CPUtime=0.04 cores=4,6
/proc/53929/stat : 53929 (scip-naps-1.00.) S 53926 53929 51580 0 -1 4194304 255 3930 0 0 0 0 2 2 20 0 1 0 54781899 4292608 768 18446744073709551615 94583781019648 94583781914181 140731522135584 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94583782153232 94583782200976 94583793799168 140731522140577 140731522140674 140731522140674 140731522146276 0
/proc/53929/statm: 1048 768 704 219 0 110 0
[pid=53934] ppid=53929 vsize=7262420 memory=6025168 CPUtime=12.54 cores=4,6
/proc/53934/stat : 53934 (python3) R 53929 53929 51580 0 -1 4194304 1400797 0 0 0 1023 231 0 0 20 0 1 0 54781906 7436718080 1506292 18446744073709551615 94865818836992 94865818837369 140725295703920 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94865818848664 94865818849284 94865826861056 140725295712615 140725295712802 140725295712802 140725295718375 0
/proc/53934/statm: 1815605 1506292 7879 1 0 1786963 0
Current children cumulated CPU time: 12.58 s
Current children cumulated vsize: 7266612 KiB
Current children cumulated memory: 6028240 KiB
[startup+25.5002 s]
/proc/loadavg: 4.05 4.10 4.09 5/269 53934
/proc/meminfo: memFree=114839512/131250000 swapFree=33010684/33010684
[pid=53929] ppid=53926 vsize=4192 memory=3072 CPUtime=0.04 cores=4,6
/proc/53929/stat : 53929 (scip-naps-1.00.) S 53926 53929 51580 0 -1 4194304 255 3930 0 0 0 0 2 2 20 0 1 0 54781899 4292608 768 18446744073709551615 94583781019648 94583781914181 140731522135584 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94583782153232 94583782200976 94583793799168 140731522140577 140731522140674 140731522140674 140731522146276 0
/proc/53929/statm: 1048 768 704 219 0 110 0
[pid=53934] ppid=53929 vsize=8265304 memory=6980804 CPUtime=25.3 cores=4,6
/proc/53934/stat : 53934 (python3) R 53929 53929 51580 0 -1 4194304 1588641 0 0 0 2264 266 0 0 20 0 1 0 54781906 8463671296 1745201 18446744073709551615 94865818836992 94865818837369 140725295703920 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94865818848664 94865818849284 94865826861056 140725295712615 140725295712802 140725295712802 140725295718375 0
/proc/53934/statm: 2066326 1745201 7879 1 0 2037684 0
Current children cumulated CPU time: 25.34 s
Current children cumulated vsize: 8269496 KiB
Current children cumulated memory: 6983876 KiB
[startup+51.1059 s]
/proc/loadavg: 4.09 4.10 4.09 5/269 53935
/proc/meminfo: memFree=114606076/131250000 swapFree=33010684/33010684
[pid=53929] ppid=53926 vsize=4192 memory=3072 CPUtime=0.04 cores=4,6
/proc/53929/stat : 53929 (scip-naps-1.00.) S 53926 53929 51580 0 -1 4194304 255 3930 0 0 0 0 2 2 20 0 1 0 54781899 4292608 768 18446744073709551615 94583781019648 94583781914181 140731522135584 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94583782153232 94583782200976 94583793799168 140731522140577 140731522140674 140731522140674 140731522146276 0
/proc/53929/statm: 1048 768 704 219 0 110 0
[pid=53934] ppid=53929 vsize=9029800 memory=7234684 CPUtime=50.79 cores=4,6
/proc/53934/stat : 53934 (python3) R 53929 53929 51580 0 -1 4194304 1594491 0 0 0 4807 272 0 0 20 0 1 0 54781906 9246515200 1808671 18446744073709551615 94865818836992 94865818837369 140725295703920 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94865818848664 94865818849284 94865826861056 140725295712615 140725295712802 140725295712802 140725295718375 0
/proc/53934/statm: 2257450 1808671 7911 1 0 2228808 0
Current children cumulated CPU time: 50.83 s
Current children cumulated vsize: 9033992 KiB
Current children cumulated memory: 7237756 KiB
[startup+102.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/269 53937
/proc/meminfo: memFree=103748584/131250000 swapFree=33010684/33010684
[pid=53929] ppid=53926 vsize=4192 memory=3072 CPUtime=0.04 cores=4,6
/proc/53929/stat : 53929 (scip-naps-1.00.) S 53926 53929 51580 0 -1 4194304 255 3930 0 0 0 0 2 2 20 0 1 0 54781899 4292608 768 18446744073709551615 94583781019648 94583781914181 140731522135584 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94583782153232 94583782200976 94583793799168 140731522140577 140731522140674 140731522140674 140731522146276 0
/proc/53929/statm: 1048 768 704 219 0 110 0
[pid=53934] ppid=53929 vsize=20131688 memory=18049048 CPUtime=101.77 cores=4,6
/proc/53934/stat : 53934 (python3) R 53929 53929 51580 0 -1 4194304 3444091 0 0 0 9511 666 0 0 20 0 1 0 54781906 20614848512 4512262 18446744073709551615 94865818836992 94865818837369 140725295703920 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94865818848664 94865818849284 94865826861056 140725295712615 140725295712802 140725295712802 140725295718375 0
/proc/53934/statm: 5032922 4512262 8103 1 0 5004280 0
Current children cumulated CPU time: 101.81 s
Current children cumulated vsize: 20135880 KiB
Current children cumulated memory: 18052120 KiB
[startup+162.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/268 53939
/proc/meminfo: memFree=103583844/131250000 swapFree=33010684/33010684
[pid=53929] ppid=53926 vsize=4192 memory=3072 CPUtime=0.04 cores=4,6
/proc/53929/stat : 53929 (scip-naps-1.00.) S 53926 53929 51580 0 -1 4194304 255 3930 0 0 0 0 2 2 20 0 1 0 54781899 4292608 768 18446744073709551615 94583781019648 94583781914181 140731522135584 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94583782153232 94583782200976 94583793799168 140731522140577 140731522140674 140731522140674 140731522146276 0
/proc/53929/statm: 1048 768 704 219 0 110 0
[pid=53934] ppid=53929 vsize=20274408 memory=18189656 CPUtime=161.45 cores=4,6
/proc/53934/stat : 53934 (python3) R 53929 53929 51580 0 -1 4194304 3458585 0 0 0 15471 674 0 0 20 0 1 0 54781906 20760993792 4547414 18446744073709551615 94865818836992 94865818837369 140725295703920 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94865818848664 94865818849284 94865826861056 140725295712615 140725295712802 140725295712802 140725295718375 0
/proc/53934/statm: 5068602 4547414 8103 1 0 5039960 0
Current children cumulated CPU time: 161.49 s
Current children cumulated vsize: 20278600 KiB
Current children cumulated memory: 18192728 KiB
[startup+222.3 s]
/proc/loadavg: 4.06 4.09 4.09 5/268 53941
/proc/meminfo: memFree=103550828/131250000 swapFree=33010684/33010684
[pid=53929] ppid=53926 vsize=4192 memory=3072 CPUtime=0.04 cores=4,6
/proc/53929/stat : 53929 (scip-naps-1.00.) S 53926 53929 51580 0 -1 4194304 255 3930 0 0 0 0 2 2 20 0 1 0 54781899 4292608 768 18446744073709551615 94583781019648 94583781914181 140731522135584 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94583782153232 94583782200976 94583793799168 140731522140577 140731522140674 140731522140674 140731522146276 0
/proc/53929/statm: 1048 768 704 219 0 110 0
[pid=53934] ppid=53929 vsize=20304460 memory=18221480 CPUtime=221.15 cores=4,6
/proc/53934/stat : 53934 (python3) R 53929 53929 51580 0 -1 4194304 3464964 0 0 0 21432 683 0 0 20 0 1 0 54781906 20791767040 4555370 18446744073709551615 94865818836992 94865818837369 140725295703920 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94865818848664 94865818849284 94865826861056 140725295712615 140725295712802 140725295712802 140725295718375 0
/proc/53934/statm: 5076115 4555370 8103 1 0 5047473 0
Current children cumulated CPU time: 221.19 s
################
# More data... #
################
[pid=53929] ppid=53926 vsize=4192 memory=3072 CPUtime=0.04 cores=4,6
/proc/53929/stat : 53929 (scip-naps-1.00.) S 53926 53929 51580 0 -1 4194304 255 3930 0 0 0 0 2 2 20 0 1 0 54781899 4292608 768 18446744073709551615 94583781019648 94583781914181 140731522135584 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94583782153232 94583782200976 94583793799168 140731522140577 140731522140674 140731522140674 140731522146276 0
/proc/53929/statm: 1048 768 704 219 0 110 0
[pid=53934] ppid=53929 vsize=19774024 memory=17887028 CPUtime=878.33 cores=4,6
/proc/53934/stat : 53934 (python3) R 53929 53929 51580 0 -1 4194304 3834924 0 0 0 87042 791 0 0 20 0 1 0 54781906 20248600576 4471757 18446744073709551615 94865818836992 94865818837369 140725295703920 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94865818848664 94865818849284 94865826861056 140725295712615 140725295712802 140725295712802 140725295718375 0
/proc/53934/statm: 4943506 4471757 8103 1 0 4914864 0
Current children cumulated CPU time: 878.37 s
Current children cumulated vsize: 19778216 KiB
Current children cumulated memory: 17890100 KiB
[startup+942.3 s]
/proc/loadavg: 4.33 4.19 4.13 5/268 54025
/proc/meminfo: memFree=75676532/131250000 swapFree=33010684/33010684
[pid=53929] ppid=53926 vsize=4192 memory=3072 CPUtime=0.04 cores=4,6
/proc/53929/stat : 53929 (scip-naps-1.00.) S 53926 53929 51580 0 -1 4194304 255 3930 0 0 0 0 2 2 20 0 1 0 54781899 4292608 768 18446744073709551615 94583781019648 94583781914181 140731522135584 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94583782153232 94583782200976 94583793799168 140731522140577 140731522140674 140731522140674 140731522146276 0
/proc/53929/statm: 1048 768 704 219 0 110 0
[pid=53934] ppid=53929 vsize=19774024 memory=17887028 CPUtime=938.09 cores=4,6
/proc/53934/stat : 53934 (python3) R 53929 53929 51580 0 -1 4194304 3835895 0 0 0 93015 794 0 0 20 0 1 0 54781906 20248600576 4471757 18446744073709551615 94865818836992 94865818837369 140725295703920 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94865818848664 94865818849284 94865826861056 140725295712615 140725295712802 140725295712802 140725295718375 0
/proc/53934/statm: 4943506 4471757 8103 1 0 4914864 0
Current children cumulated CPU time: 938.13 s
Current children cumulated vsize: 19778216 KiB
Current children cumulated memory: 17890100 KiB
[startup+1002.3 s]
/proc/loadavg: 4.28 4.22 4.14 5/268 54027
/proc/meminfo: memFree=76031844/131250000 swapFree=33010684/33010684
[pid=53929] ppid=53926 vsize=4192 memory=3072 CPUtime=0.04 cores=4,6
/proc/53929/stat : 53929 (scip-naps-1.00.) S 53926 53929 51580 0 -1 4194304 255 3930 0 0 0 0 2 2 20 0 1 0 54781899 4292608 768 18446744073709551615 94583781019648 94583781914181 140731522135584 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94583782153232 94583782200976 94583793799168 140731522140577 140731522140674 140731522140674 140731522146276 0
/proc/53929/statm: 1048 768 704 219 0 110 0
[pid=53934] ppid=53929 vsize=19774024 memory=17887028 CPUtime=997.84 cores=4,6
/proc/53934/stat : 53934 (python3) R 53929 53929 51580 0 -1 4194304 3836813 0 0 0 98988 796 0 0 20 0 1 0 54781906 20248600576 4471757 18446744073709551615 94865818836992 94865818837369 140725295703920 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94865818848664 94865818849284 94865826861056 140725295712615 140725295712802 140725295712802 140725295718375 0
/proc/53934/statm: 4943506 4471757 8103 1 0 4914864 0
Current children cumulated CPU time: 997.88 s
Current children cumulated vsize: 19778216 KiB
Current children cumulated memory: 17890100 KiB
[startup+1062.3 s]
/proc/loadavg: 4.15 4.19 4.13 5/270 54035
/proc/meminfo: memFree=71537264/131250000 swapFree=33010684/33010684
[pid=53929] ppid=53926 vsize=4192 memory=3072 CPUtime=0.04 cores=4,6
/proc/53929/stat : 53929 (scip-naps-1.00.) S 53926 53929 51580 0 -1 4194304 255 3930 0 0 0 0 2 2 20 0 1 0 54781899 4292608 768 18446744073709551615 94583781019648 94583781914181 140731522135584 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94583782153232 94583782200976 94583793799168 140731522140577 140731522140674 140731522140674 140731522146276 0
/proc/53929/statm: 1048 768 704 219 0 110 0
[pid=53934] ppid=53929 vsize=21196872 memory=19310372 CPUtime=1022.5 cores=4,6
/proc/53934/stat : 53934 (python3) S 53929 53929 51580 0 -1 4194304 4244843 0 0 0 101364 886 0 0 20 0 1 0 54781906 21705596928 4827593 18446744073709551615 94865818836992 94865818837369 140725295703920 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94865818848664 94865818849284 94865826861056 140725295712615 140725295712802 140725295712802 140725295718375 0
/proc/53934/statm: 5299218 4827593 8167 1 0 5270576 0
[pid=54029] ppid=53934 vsize=2637580 memory=2213816 CPUtime=35.12 cores=4,6
/proc/54029/stat : 54029 (naps-1.03a6) R 53934 54029 54029 0 -1 4194304 442363 0 0 0 3409 103 0 0 20 0 1 0 54884602 2700881920 553454 18446744073709551615 4198400 7047149 140732870083936 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 18018304 140732870089073 140732870089203 140732870089203 140732870094793 0
/proc/54029/statm: 659395 553454 544 696 0 658556 0
Current children cumulated CPU time: 1057.66 s
Current children cumulated vsize: 23838644 KiB
Current children cumulated memory: 21527260 KiB
[startup+1122.3 s]
/proc/loadavg: 4.11 4.17 4.13 5/271 54038
/proc/meminfo: memFree=69914108/131250000 swapFree=33010684/33010684
[pid=53929] ppid=53926 vsize=4192 memory=3072 CPUtime=0.04 cores=4,6
/proc/53929/stat : 53929 (scip-naps-1.00.) S 53926 53929 51580 0 -1 4194304 255 3930 0 0 0 0 2 2 20 0 1 0 54781899 4292608 768 18446744073709551615 94583781019648 94583781914181 140731522135584 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94583782153232 94583782200976 94583793799168 140731522140577 140731522140674 140731522140674 140731522146276 0
/proc/53929/statm: 1048 768 704 219 0 110 0
[pid=53934] ppid=53929 vsize=21196872 memory=19310372 CPUtime=1022.5 cores=4,6
/proc/53934/stat : 53934 (python3) S 53929 53929 51580 0 -1 4194304 4244843 0 0 0 101364 886 0 0 20 0 1 0 54781906 21705596928 4827593 18446744073709551615 94865818836992 94865818837369 140725295703920 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94865818848664 94865818849284 94865826861056 140725295712615 140725295712802 140725295712802 140725295718375 0
/proc/53934/statm: 5299218 4827593 8167 1 0 5270576 0
[pid=54029] ppid=53934 vsize=5228384 memory=4597428 CPUtime=94.95 cores=4,6
/proc/54029/stat : 54029 (naps-1.03a6) R 53934 54029 54029 0 -1 4194304 891867 0 0 0 9300 195 0 0 20 0 1 0 54884602 5353865216 1149357 18446744073709551615 4198400 7047149 140732870083936 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 18018304 140732870089073 140732870089203 140732870089203 140732870094793 0
/proc/54029/statm: 1307096 1149357 576 696 0 1306257 0
Current children cumulated CPU time: 1117.49 s
Current children cumulated vsize: 26429448 KiB
Current children cumulated memory: 23910872 KiB
[startup+1182.3 s]
/proc/loadavg: 4.09 4.15 4.12 5/271 54040
/proc/meminfo: memFree=69005924/131250000 swapFree=33010684/33010684
[pid=53929] ppid=53926 vsize=4192 memory=3072 CPUtime=0.04 cores=4,6
/proc/53929/stat : 53929 (scip-naps-1.00.) S 53926 53929 51580 0 -1 4194304 255 3930 0 0 0 0 2 2 20 0 1 0 54781899 4292608 768 18446744073709551615 94583781019648 94583781914181 140731522135584 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94583782153232 94583782200976 94583793799168 140731522140577 140731522140674 140731522140674 140731522146276 0
/proc/53929/statm: 1048 768 704 219 0 110 0
[pid=53934] ppid=53929 vsize=21196872 memory=19310372 CPUtime=1022.5 cores=4,6
/proc/53934/stat : 53934 (python3) S 53929 53929 51580 0 -1 4194304 4244843 0 0 0 101364 886 0 0 20 0 1 0 54781906 21705596928 4827593 18446744073709551615 94865818836992 94865818837369 140725295703920 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94865818848664 94865818849284 94865826861056 140725295712615 140725295712802 140725295712802 140725295718375 0
/proc/53934/statm: 5299218 4827593 8167 1 0 5270576 0
[pid=54029] ppid=53934 vsize=5881156 memory=5199428 CPUtime=154.79 cores=4,6
/proc/54029/stat : 54029 (naps-1.03a6) R 53934 54029 54029 0 -1 4194304 893395 0 0 0 15265 214 0 0 20 0 1 0 54884602 6022303744 1299857 18446744073709551615 4198400 7047149 140732870083936 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 18018304 140732870089073 140732870089203 140732870089203 140732870094793 0
/proc/54029/statm: 1470289 1299857 576 696 0 1469450 0
Current children cumulated CPU time: 1177.33 s
Current children cumulated vsize: 27082220 KiB
Current children cumulated memory: 24512872 KiB
Maximum VSize exceeded: sending SIGTERM then SIGKILL
[startup+1234 s]*
/proc/loadavg: 4.08 4.14 4.12 5/271 54041
/proc/meminfo: memFree=66318516/131250000 swapFree=33010684/33010684
[pid=53929] ppid=53926 vsize=4192 memory=3072 CPUtime=0.04 cores=4,6
/proc/53929/stat : 53929 (scip-naps-1.00.) S 53926 53929 51580 0 -1 4194304 255 3930 0 0 0 0 2 2 20 0 1 0 54781899 4292608 768 18446744073709551615 94583781019648 94583781914181 140731522135584 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94583782153232 94583782200976 94583793799168 140731522140577 140731522140674 140731522140674 140731522146276 0
/proc/53929/statm: 1048 768 704 219 0 110 0
[pid=53934] ppid=53929 vsize=21196872 memory=19310372 CPUtime=1022.5 cores=4,6
/proc/53934/stat : 53934 (python3) S 53929 53929 51580 0 -1 4194304 4244843 0 0 0 101364 886 0 0 20 0 1 0 54781906 21705596928 4827593 18446744073709551615 94865818836992 94865818837369 140725295703920 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94865818848664 94865818849284 94865826861056 140725295712615 140725295712802 140725295712802 140725295718375 0
/proc/53934/statm: 5299218 4827593 8167 1 0 5270576 0
[pid=54029] ppid=53934 vsize=11146120 memory=7907352 CPUtime=206.37 cores=4,6
/proc/54029/stat : 54029 (naps-1.03a6) R 53934 54029 54029 0 -1 4194304 1183492 0 0 0 20321 316 0 0 20 0 1 0 54884602 11413626880 1976838 18446744073709551615 4198400 7047149 140732870083936 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 18018304 140732870089073 140732870089203 140732870089203 140732870094793 0
/proc/54029/statm: 2786530 1976838 576 696 0 2785691 0
Current children cumulated CPU time: 1228.91 s
Current children cumulated vsize: 32347184 KiB
Current children cumulated memory: 27220796 KiB
Sending SIGTERM to process tree (bottom up)
[startup+1234.02 s]
# the end of solver process 53929 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)
# cumulated CPU time of all completed processes: user=0.026039 s, system=0.028887 s
Sleeping 2 seconds
Sending SIGKILL to process tree (bottom up)
??? end of watcher thread
[startup+1236.52 s]
# the end of solver process 53934 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)
# cumulated CPU time of all completed processes: user=1218.61 s, system=12.835 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+1235.2 s]
/proc/loadavg: 4.08 4.14 4.12 5/269 54041
/proc/meminfo: memFree=74017332/131250000 swapFree=33010684/33010684
[pid=53934] ppid=53926 vsize=21196872 memory=19310372 CPUtime=1230.06 cores=4,6
/proc/53934/stat : 53934 (python3) R 53926 53929 51580 0 -1 4194304 4439688 1183495 0 0 101457 895 20321 333 20 0 1 0 54781906 21705596928 4827593 18446744073709551615 94865818836992 94865818837369 140725295703920 0 0 0 0 16781312 16386 0 0 0 17 6 0 0 0 0 0 94865818848664 94865818849284 94865826861056 140725295712615 140725295712802 140725295712802 140725295718375 0
/proc/53934/statm: 5299218 4827593 8167 1 0 5270576 0
Current cumulated CPU time of completed processes: 0.054926 s
Current children cumulated CPU time: 1230.06 s
Current children cumulated vsize: 21196872 KiB
Current children cumulated memory: 19310372 KiB
[startup+1235.6 s]
/proc/loadavg: 4.08 4.14 4.12 5/269 54041
/proc/meminfo: memFree=74017332/131250000 swapFree=33010684/33010684
[pid=53934] ppid=53926 vsize=21196872 memory=19310372 CPUtime=1230.46 cores=4,6
/proc/53934/stat : 53934 (python3) R 53926 53929 51580 0 -1 4194304 4439713 1183495 0 0 101497 895 20321 333 20 0 1 0 54781906 21705596928 4827593 18446744073709551615 94865818836992 94865818837369 140725295703920 0 0 0 0 16781312 16386 0 0 0 17 6 0 0 0 0 0 94865818848664 94865818849284 94865826861056 140725295712615 140725295712802 140725295712802 140725295718375 0
/proc/53934/statm: 5299218 4827593 8167 1 0 5270576 0
Current cumulated CPU time of completed processes: 0.054926 s
Current children cumulated CPU time: 1230.46 s
Current children cumulated vsize: 21196872 KiB
Current children cumulated memory: 19310372 KiB
[startup+1236 s]*
/proc/loadavg: 4.07 4.14 4.12 5/269 54041
/proc/meminfo: memFree=74025404/131250000 swapFree=33010684/33010684
[pid=53934] ppid=53926 vsize=21196872 memory=19310372 CPUtime=1230.86 cores=4,6
/proc/53934/stat : 53934 (python3) R 53926 53929 51580 0 -1 4194304 4439757 1183495 0 0 101537 895 20321 333 20 0 1 0 54781906 21705596928 4827593 18446744073709551615 94865818836992 94865818837369 140725295703920 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94865818848664 94865818849284 94865826861056 140725295712615 140725295712802 140725295712802 140725295718375 0
/proc/53934/statm: 5299218 4827593 8167 1 0 5270576 0
Current cumulated CPU time of completed processes: 0.054926 s
Current children cumulated CPU time: 1230.86 s
Current children cumulated vsize: 21196872 KiB
Current children cumulated memory: 19310372 KiB
Child ended because it received signal 9 (SIGKILL)
Real time (s): 1236.52
CPU time (s): 1231.45
CPU user time (s): 1218.61
CPU system time (s): 12.835
CPU usage (%): 99.5895
Max. virtual memory (cumulated for all children) (KiB): 32347184
Max. memory (cumulated for all children) (KiB): 27220796
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1218.61
system time used= 12.835
maximum resident set size= 19474736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5627437
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= 341
involuntary context switches= 1407
# summary of solver processes directly reported to runsolver:
# pid: 53929,53934
# total CPU time (s): 1231.45
# total CPU user time (s): 1218.61
# total CPU system time (s): 12.835
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.57187 second user time and 6.59505 second system time
The end
Launcher Data
Begin job on nodeC028 at 2025-07-01 19:39:54
IDJOB=4498857
IDBENCH=148738
IDSOLVER=3368
FILE ID=nodeC028/4498857-1751391593
RUNJOBID= nodeC028-1751386400-51591
SLURM_JOB_ID= 9598246
Free space on /tmp= 432872 MiB
SOLVER NAME= SCIP-NaPS 1.00a1
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.00.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4498857-1751391593/watcher-4498857-1751391593 -o /tmp/evaluation-result-4498857-1751391593/solver-4498857-1751391593 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1751386400-51591 --watchdog 3760 ./scip-naps-1.00.sh HOME/instance-4498857-1751391593.opb
TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2
MD5SUM BENCH= 8bad1bf25970951ec859260299ab11f4
RANDOM SEED=1696168626
nodeC028 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024
/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance
/proc/cpuinfo:
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3600.082
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 0
cpu cores : 4
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 7000.16
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3600.110
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 0
cpu cores : 4
apicid : 16
initial apicid : 16
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 7000.16
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 2
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3600.397
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 1
cpu cores : 4
apicid : 2
initial apicid : 2
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 7000.16
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 3
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3651.103
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 1
cpu cores : 4
apicid : 18
initial apicid : 18
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 7000.16
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 4
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3600.082
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 2
cpu cores : 4
apicid : 4
initial apicid : 4
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 7000.16
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 5
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3600.010
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 2
cpu cores : 4
apicid : 20
initial apicid : 20
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 7000.16
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 6
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3600.149
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 3
cpu cores : 4
apicid : 6
initial apicid : 6
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 7000.16
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 7
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3588.077
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 3
cpu cores : 4
apicid : 22
initial apicid : 22
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 7000.16
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
/proc/meminfo:
MemTotal: 131250000 kB
MemFree: 121780020 kB
MemAvailable: 121938556 kB
Buffers: 3280 kB
Cached: 965220 kB
SwapCached: 0 kB
Active: 8161144 kB
Inactive: 656696 kB
Active(anon): 7867408 kB
Inactive(anon): 0 kB
Active(file): 293736 kB
Inactive(file): 656696 kB
Unevictable: 3072 kB
Mlocked: 0 kB
SwapTotal: 33010684 kB
SwapFree: 33010684 kB
Zswap: 0 kB
Zswapped: 0 kB
Dirty: 131048 kB
Writeback: 0 kB
AnonPages: 7848804 kB
Mapped: 128220 kB
Shmem: 18068 kB
KReclaimable: 94684 kB
Slab: 180856 kB
SReclaimable: 94684 kB
SUnreclaim: 86172 kB
KernelStack: 4320 kB
PageTables: 19356 kB
SecPageTables: 0 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 98635684 kB
Committed_AS: 12110192 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 150616 kB
VmallocChunk: 0 kB
Percpu: 3712 kB
HardwareCorrupted: 0 kB
AnonHugePages: 1179648 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: 197332 kB
DirectMap2M: 7962624 kB
DirectMap1G: 127926272 kB
Free space on /tmp at the end= 432652 MiB
End job on nodeC028 at 2025-07-01 20:00:30