Trace number 4541617

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP-NaPS 1.00a1? (TO) 3600.09 3609.92

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
inequalities/OPB/ineq6/normalized-31array_alg_ineq6.opb
MD5SUM21d0ffe78b9aba15f7c4d4a17a4e20d2
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.454795
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2170
Total number of constraints5893
Number of constraints which are clauses5859
Number of constraints which are cardinality constraints (but not clauses)31
Number of constraints which are nor clauses,nor cardinality constraints3
Minimum length of a constraint1
Maximum length of a constraint1023
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2305843009213693952
Number of bits of the biggest number in a constraint 62
Biggest sum of numbers in a constraint 9223372036854775807
Number of bits of the biggest sum of numbers63
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.13/0.25	c Command: HOME/scip-naps.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4541617-1753209881.opb
0.13/0.25	c Solving mode: decision
0.13/0.25	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
0.13/0.25	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
0.13/0.25	c there might be <10> coefficients or weight out of range!
0.13/0.25	c original problem has 2170 variables (2170 bin, 0 int, 0 impl, 0 cont) and 5893 constraints
0.13/0.25	c presolving:
0.13/0.25	c (round 1, fast)       575 del vars, 2046 del conss, 0 add conss, 527 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 2387 clqs
0.13/0.25	c (round 2, fast)       590 del vars, 2542 del conss, 0 add conss, 527 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 2852 clqs
0.13/0.25	c (round 3, medium)     1520 del vars, 2542 del conss, 0 add conss, 527 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 992 clqs
0.13/0.25	c (round 4, fast)       1520 del vars, 4402 del conss, 0 add conss, 527 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 992 clqs
0.13/0.25	c (round 5, exhaustive) 1520 del vars, 4402 del conss, 0 add conss, 527 chg bounds, 0 chg sides, 0 chg coeffs, 1489 upgd conss, 0 impls, 992 clqs
0.13/0.25	c (round 6, fast)       1520 del vars, 4402 del conss, 0 add conss, 527 chg bounds, 2 chg sides, 123 chg coeffs, 1489 upgd conss, 0 impls, 992 clqs
0.13/0.25	c (round 7, exhaustive) 1520 del vars, 5890 del conss, 496 add conss, 527 chg bounds, 2 chg sides, 123 chg coeffs, 1489 upgd conss, 0 impls, 993 clqs
0.13/0.25	c    (0.0s) probing: 51/665 (7.7%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.13/0.25	c    (0.0s) probing aborted: 50/50 successive totally useless probings
0.13/0.25	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.13/0.25	c    (0.0s) no symmetry present (symcode time: 0.00)
0.13/0.25	c presolving (8 rounds: 8 fast, 4 medium, 3 exhaustive):
0.13/0.25	c  1520 deleted vars, 5890 deleted constraints, 496 added constraints, 527 tightened bounds, 0 added holes, 2 changed sides, 123 changed coefficients
0.13/0.25	c  0 implications, 993 cliques
0.13/0.25	c presolved problem has 665 variables (665 bin, 0 int, 0 impl, 0 cont) and 499 constraints
0.13/0.25	c       1 constraints of type <knapsack>
0.13/0.25	c     496 constraints of type <and>
0.13/0.25	c       2 constraints of type <linear>
0.13/0.25	c transformed objective value is always integral (scale: 1)
0.13/0.25	c Presolving Time: 0.04
0.13/0.25	c WARNING: SCIP detected coefficients or weights that may be out of range.
0.13/0.25	c ----------------------------------------------------------------------
0.13/0.25	c executing external solver (fallback): HOME/naps-1.03a6
0.13/0.25	c ----------------------------------------------------------------------
0.13/0.25	c command: HOME/naps-1.03a6 HOME/instance-4541617-1753209881.opb
0.13/0.25	c NaPS 1.03a6.
0.13/0.25	c Input file name: HOME/instance-4541617-1753209881.opb
3600.05/3609.90	c
3600.05/3609.90	c *** TERMINATED *** by signal 15
3600.05/3609.90	c _____________________________________________________________________________
3600.05/3609.90	c std/band forms        : 1,2
3600.05/3609.90	c 2cl/3cl ITE-codings   : 61,59460
3600.05/3609.90	c BDD/srt/adr Max costs : 31682,0,0
3600.05/3609.90	c BDDraw/bin/mul/srt/adr: 3,0,0,0,0
3600.05/3609.90	c BDD nodes             : 63551
3600.05/3609.90	c Es1/CC detections     : 0,0
3600.05/3609.90	c CC sort               : 0
3600.05/3609.90	c SAT/UNSAT calls       : 0,0
3600.05/3609.90	c regenrated variables  : 0
3600.05/3609.90	c eliminated fixed lits : 3862
3600.05/3609.90	c goal lit flips        : 0
3600.05/3609.90	c goal stages           : 0
3600.05/3609.90	c goal shrink           : 0
3600.05/3609.90	c goal coeff separations: 0
3600.05/3609.90	c restarts              : 0
3600.05/3609.90	c conflicts             : 0              (0 /sec)
3600.05/3609.90	c decisions             : 0              (0 /sec)
3600.05/3609.90	c propagations          : 0              (0 /sec)
3600.05/3609.90	c inspects              : 0              (0 /sec)
3600.05/3609.90	c CPU time (solving tm) : 3599 s        (3599 s, SAT 0 s, UNSAT 0 s)
3600.05/3609.90	c Time for Opt-base     : 0 s
3600.05/3609.90	c Steps for Opt-base    : 0
3600.05/3609.90	c Time for BDD coding   : 0.3487 s
3600.05/3609.90	c Time for srt coding   : 0 s
3600.05/3609.90	c _____________________________________________________________________________
3600.05/3609.90	s UNKNOWN
3600.05/3609.91	Terminated

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (62441 MiB free)
  memory of node 1: 64507 MiB (63674 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4541617-1753209881/watcher-4541617-1753209881 -o /tmp/evaluation-result-4541617-1753209881/solver-4541617-1753209881 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1753209881-162574 --watchdog 3760 ./scip-naps-1.00.sh HOME/instance-4541617-1753209881.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=162635, runsolver pid=162615

[startup+0.10006 s]*
/proc/loadavg: 1.71 3.43 3.86 6/270 162647
/proc/meminfo: memFree=129119548/131250000 swapFree=33010416/33010684
[pid=162635] ppid=162615 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/162635/stat : 162635 (scip-naps-1.00.) S 162615 162635 162562 0 -1 4194304 260 335 0 0 0 0 0 0 20 0 1 0 236665965 4292608 768 18446744073709551615 94591858401280 94591859295813 140725218993792 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94591859534864 94591859582608 94591891263488 140725218998687 140725218998784 140725218998784 140725219004388 0
/proc/162635/statm: 1048 768 704 219 0 110 0
[pid=162647] ppid=162635 vsize=23596 memory=14464 CPUtime=0.02 cores=1,3
/proc/162647/stat : 162647 (python3) D 162635 162635 162562 0 -1 4456448 1885 0 0 0 2 0 0 0 20 0 1 0 236665971 24162304 3616 18446744073709551615 94810499231744 94810499232121 140731243634656 0 0 0 0 16781312 2 1 0 0 17 1 0 0 0 0 0 94810499243416 94810499244036 94810529730560 140731243637078 140731243637280 140731243637280 140731243642855 0
/proc/162647/statm: 5899 3616 2048 1 0 1896 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 27788 KiB
Current children cumulated memory: 17536 KiB

[startup+0.205847 s]*
/proc/loadavg: 1.71 3.43 3.86 6/270 162647
/proc/meminfo: memFree=129034392/131250000 swapFree=33010416/33010684
[pid=162635] ppid=162615 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/162635/stat : 162635 (scip-naps-1.00.) S 162615 162635 162562 0 -1 4194304 260 335 0 0 0 0 0 0 20 0 1 0 236665965 4292608 768 18446744073709551615 94591858401280 94591859295813 140725218993792 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94591859534864 94591859582608 94591891263488 140725218998687 140725218998784 140725218998784 140725219004388 0
/proc/162635/statm: 1048 768 704 219 0 110 0
[pid=162647] ppid=162635 vsize=1204936 memory=57072 CPUtime=0.13 cores=1,3
/proc/162647/stat : 162647 (python3) R 162635 162635 162562 0 -1 4194304 7563 0 4 0 11 2 0 0 20 0 1 0 236665971 1233854464 14268 18446744073709551615 94810499231744 94810499232121 140731243634656 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94810499243416 94810499244036 94810529730560 140731243637078 140731243637280 140731243637280 140731243642855 0
/proc/162647/statm: 301234 14268 7679 1 0 272592 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 1209128 KiB
Current children cumulated memory: 60144 KiB

[startup+0.305836 s]*
/proc/loadavg: 1.71 3.43 3.86 6/271 162648
/proc/meminfo: memFree=128970132/131250000 swapFree=33010416/33010684
[pid=162635] ppid=162615 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/162635/stat : 162635 (scip-naps-1.00.) S 162615 162635 162562 0 -1 4194304 260 335 0 0 0 0 0 0 20 0 1 0 236665965 4292608 768 18446744073709551615 94591858401280 94591859295813 140725218993792 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94591859534864 94591859582608 94591891263488 140725218998687 140725218998784 140725218998784 140725219004388 0
/proc/162635/statm: 1048 768 704 219 0 110 0
[pid=162647] ppid=162635 vsize=1215960 memory=67184 CPUtime=0.17 cores=1,3
/proc/162647/stat : 162647 (python3) S 162635 162635 162562 0 -1 4194304 10046 0 4 0 15 2 0 0 20 0 1 0 236665971 1245143040 16796 18446744073709551615 94810499231744 94810499232121 140731243634656 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94810499243416 94810499244036 94810529730560 140731243637078 140731243637280 140731243637280 140731243642855 0
/proc/162647/statm: 303990 16796 7935 1 0 275348 0
[pid=162648] ppid=162647 vsize=8280 memory=6784 CPUtime=0.04 cores=1,3
/proc/162648/stat : 162648 (naps-1.03a6) R 162647 162648 162648 0 -1 4194304 1406 0 0 0 4 0 0 0 20 0 1 0 236665991 8478720 1696 18446744073709551615 4198400 7047149 140727597397776 0 0 0 0 0 17922 0 0 0 17 3 0 0 0 0 0 7573272 7623312 30629888 140727597402495 140727597402609 140727597402609 140727597408201 0
/proc/162648/statm: 2070 1696 544 696 0 1231 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 1228432 KiB
Current children cumulated memory: 77040 KiB

[startup+0.700221 s]
/proc/loadavg: 1.71 3.43 3.86 6/273 162650
/proc/meminfo: memFree=128943420/131250000 swapFree=33010416/33010684
[pid=162635] ppid=162615 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/162635/stat : 162635 (scip-naps-1.00.) S 162615 162635 162562 0 -1 4194304 260 335 0 0 0 0 0 0 20 0 1 0 236665965 4292608 768 18446744073709551615 94591858401280 94591859295813 140725218993792 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94591859534864 94591859582608 94591891263488 140725218998687 140725218998784 140725218998784 140725219004388 0
/proc/162635/statm: 1048 768 704 219 0 110 0
[pid=162647] ppid=162635 vsize=1215960 memory=67184 CPUtime=0.17 cores=1,3
/proc/162647/stat : 162647 (python3) S 162635 162635 162562 0 -1 4194304 10046 0 4 0 15 2 0 0 20 0 1 0 236665971 1245143040 16796 18446744073709551615 94810499231744 94810499232121 140731243634656 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94810499243416 94810499244036 94810529730560 140731243637078 140731243637280 140731243637280 140731243642855 0
/proc/162647/statm: 303990 16796 7935 1 0 275348 0
[pid=162648] ppid=162647 vsize=37056 memory=33332 CPUtime=0.41 cores=1,3
/proc/162648/stat : 162648 (naps-1.03a6) R 162647 162648 162648 0 -1 4194304 8430 0 0 0 40 1 0 0 20 0 1 0 236665991 37945344 8333 18446744073709551615 4198400 7047149 140727597397776 0 0 0 0 0 17922 0 0 0 17 3 0 0 0 0 0 7573272 7623312 30629888 140727597402495 140727597402609 140727597402609 140727597408201 0
/proc/162648/statm: 9264 8333 544 696 0 8425 0
Current children cumulated CPU time: 0.58 s
Current children cumulated vsize: 1257208 KiB
Current children cumulated memory: 103588 KiB

[startup+1.50021 s]
/proc/loadavg: 1.71 3.43 3.86 6/274 162651
/proc/meminfo: memFree=128905184/131250000 swapFree=33010416/33010684
[pid=162635] ppid=162615 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/162635/stat : 162635 (scip-naps-1.00.) S 162615 162635 162562 0 -1 4194304 260 335 0 0 0 0 0 0 20 0 1 0 236665965 4292608 768 18446744073709551615 94591858401280 94591859295813 140725218993792 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94591859534864 94591859582608 94591891263488 140725218998687 140725218998784 140725218998784 140725219004388 0
/proc/162635/statm: 1048 768 704 219 0 110 0
[pid=162647] ppid=162635 vsize=1215960 memory=67184 CPUtime=0.17 cores=1,3
/proc/162647/stat : 162647 (python3) S 162635 162635 162562 0 -1 4194304 10046 0 4 0 15 2 0 0 20 0 1 0 236665971 1245143040 16796 18446744073709551615 94810499231744 94810499232121 140731243634656 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94810499243416 94810499244036 94810529730560 140731243637078 140731243637280 140731243637280 140731243642855 0
/proc/162647/statm: 303990 16796 7935 1 0 275348 0
[pid=162648] ppid=162647 vsize=60032 memory=51968 CPUtime=1.2 cores=1,3
/proc/162648/stat : 162648 (naps-1.03a6) R 162647 162648 162648 0 -1 4194304 16049 0 0 0 118 2 0 0 20 0 1 0 236665991 61472768 12992 18446744073709551615 4198400 7047149 140727597397776 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 30629888 140727597402495 140727597402609 140727597402609 140727597408201 0
/proc/162648/statm: 15008 12992 544 696 0 14169 0
Current children cumulated CPU time: 1.37 s
Current children cumulated vsize: 1280184 KiB
Current children cumulated memory: 122224 KiB

[startup+3.10572 s]
/proc/loadavg: 1.71 3.43 3.86 6/274 162651
/proc/meminfo: memFree=128905764/131250000 swapFree=33010416/33010684
[pid=162635] ppid=162615 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/162635/stat : 162635 (scip-naps-1.00.) S 162615 162635 162562 0 -1 4194304 260 335 0 0 0 0 0 0 20 0 1 0 236665965 4292608 768 18446744073709551615 94591858401280 94591859295813 140725218993792 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94591859534864 94591859582608 94591891263488 140725218998687 140725218998784 140725218998784 140725219004388 0
/proc/162635/statm: 1048 768 704 219 0 110 0
[pid=162647] ppid=162635 vsize=1215960 memory=67184 CPUtime=0.17 cores=1,3
/proc/162647/stat : 162647 (python3) S 162635 162635 162562 0 -1 4194304 10046 0 4 0 15 2 0 0 20 0 1 0 236665971 1245143040 16796 18446744073709551615 94810499231744 94810499232121 140731243634656 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94810499243416 94810499244036 94810529730560 140731243637078 140731243637280 140731243637280 140731243642855 0
/proc/162647/statm: 303990 16796 7935 1 0 275348 0
[pid=162648] ppid=162647 vsize=59972 memory=50772 CPUtime=2.8 cores=1,3
/proc/162648/stat : 162648 (naps-1.03a6) R 162647 162648 162648 0 -1 4194304 16357 0 0 0 278 2 0 0 20 0 1 0 236665991 61411328 12693 18446744073709551615 4198400 7047149 140727597397776 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 30629888 140727597402495 140727597402609 140727597402609 140727597408201 0
/proc/162648/statm: 14993 12693 544 696 0 14154 0
Current children cumulated CPU time: 2.97 s
Current children cumulated vsize: 1280124 KiB
Current children cumulated memory: 121028 KiB

[startup+6.30021 s]
/proc/loadavg: 1.89 3.44 3.86 6/274 162651
/proc/meminfo: memFree=128904032/131250000 swapFree=33010416/33010684
[pid=162635] ppid=162615 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/162635/stat : 162635 (scip-naps-1.00.) S 162615 162635 162562 0 -1 4194304 260 335 0 0 0 0 0 0 20 0 1 0 236665965 4292608 768 18446744073709551615 94591858401280 94591859295813 140725218993792 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94591859534864 94591859582608 94591891263488 140725218998687 140725218998784 140725218998784 140725219004388 0
/proc/162635/statm: 1048 768 704 219 0 110 0
[pid=162647] ppid=162635 vsize=1215960 memory=67184 CPUtime=0.17 cores=1,3
/proc/162647/stat : 162647 (python3) S 162635 162635 162562 0 -1 4194304 10046 0 4 0 15 2 0 0 20 0 1 0 236665971 1245143040 16796 18446744073709551615 94810499231744 94810499232121 140731243634656 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94810499243416 94810499244036 94810529730560 140731243637078 140731243637280 140731243637280 140731243642855 0
/proc/162647/statm: 303990 16796 7935 1 0 275348 0
[pid=162648] ppid=162647 vsize=59972 memory=50772 CPUtime=5.99 cores=1,3
/proc/162648/stat : 162648 (naps-1.03a6) R 162647 162648 162648 0 -1 4194304 16391 0 0 0 597 2 0 0 20 0 1 0 236665991 61411328 12693 18446744073709551615 4198400 7047149 140727597397776 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 30629888 140727597402495 140727597402609 140727597402609 140727597408201 0
/proc/162648/statm: 14993 12693 544 696 0 14154 0
Current children cumulated CPU time: 6.16 s
Current children cumulated vsize: 1280124 KiB
Current children cumulated memory: 121028 KiB

[startup+12.7001 s]
/proc/loadavg: 2.06 3.45 3.86 6/274 162651
/proc/meminfo: memFree=128901836/131250000 swapFree=33010416/33010684
[pid=162635] ppid=162615 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/162635/stat : 162635 (scip-naps-1.00.) S 162615 162635 162562 0 -1 4194304 260 335 0 0 0 0 0 0 20 0 1 0 236665965 4292608 768 18446744073709551615 94591858401280 94591859295813 140725218993792 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94591859534864 94591859582608 94591891263488 140725218998687 140725218998784 140725218998784 140725219004388 0
/proc/162635/statm: 1048 768 704 219 0 110 0
[pid=162647] ppid=162635 vsize=1215960 memory=67184 CPUtime=0.17 cores=1,3
/proc/162647/stat : 162647 (python3) S 162635 162635 162562 0 -1 4194304 10046 0 4 0 15 2 0 0 20 0 1 0 236665971 1245143040 16796 18446744073709551615 94810499231744 94810499232121 140731243634656 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94810499243416 94810499244036 94810529730560 140731243637078 140731243637280 140731243637280 140731243642855 0
/proc/162647/statm: 303990 16796 7935 1 0 275348 0
[pid=162648] ppid=162647 vsize=59972 memory=51156 CPUtime=12.38 cores=1,3
/proc/162648/stat : 162648 (naps-1.03a6) R 162647 162648 162648 0 -1 4194304 16480 0 0 0 1235 3 0 0 20 0 1 0 236665991 61411328 12789 18446744073709551615 4198400 7047149 140727597397776 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 30629888 140727597402495 140727597402609 140727597402609 140727597408201 0
/proc/162648/statm: 14993 12789 544 696 0 14154 0
Current children cumulated CPU time: 12.55 s
Current children cumulated vsize: 1280124 KiB
Current children cumulated memory: 121412 KiB

[startup+25.5002 s]
/proc/loadavg: 2.49 3.48 3.87 6/274 162652
/proc/meminfo: memFree=128896748/131250000 swapFree=33010416/33010684
[pid=162635] ppid=162615 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/162635/stat : 162635 (scip-naps-1.00.) S 162615 162635 162562 0 -1 4194304 260 335 0 0 0 0 0 0 20 0 1 0 236665965 4292608 768 18446744073709551615 94591858401280 94591859295813 140725218993792 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94591859534864 94591859582608 94591891263488 140725218998687 140725218998784 140725218998784 140725219004388 0
/proc/162635/statm: 1048 768 704 219 0 110 0
[pid=162647] ppid=162635 vsize=1215960 memory=67184 CPUtime=0.17 cores=1,3
/proc/162647/stat : 162647 (python3) S 162635 162635 162562 0 -1 4194304 10046 0 4 0 15 2 0 0 20 0 1 0 236665971 1245143040 16796 18446744073709551615 94810499231744 94810499232121 140731243634656 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94810499243416 94810499244036 94810529730560 140731243637078 140731243637280 140731243637280 140731243642855 0
/proc/162647/statm: 303990 16796 7935 1 0 275348 0
[pid=162648] ppid=162647 vsize=59972 memory=51156 CPUtime=25.15 cores=1,3
/proc/162648/stat : 162648 (naps-1.03a6) R 162647 162648 162648 0 -1 4194304 16480 0 0 0 2512 3 0 0 20 0 1 0 236665991 61411328 12789 18446744073709551615 4198400 7047149 140727597397776 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 30629888 140727597402495 140727597402609 140727597402609 140727597408201 0
/proc/162648/statm: 14993 12789 544 696 0 14154 0
Current children cumulated CPU time: 25.32 s
Current children cumulated vsize: 1280124 KiB
Current children cumulated memory: 121412 KiB

[startup+51.1057 s]
/proc/loadavg: 3.08 3.54 3.88 6/274 162652
/proc/meminfo: memFree=128884640/131250000 swapFree=33010416/33010684
[pid=162635] ppid=162615 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/162635/stat : 162635 (scip-naps-1.00.) S 162615 162635 162562 0 -1 4194304 260 335 0 0 0 0 0 0 20 0 1 0 236665965 4292608 768 18446744073709551615 94591858401280 94591859295813 140725218993792 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94591859534864 94591859582608 94591891263488 140725218998687 140725218998784 140725218998784 140725219004388 0
/proc/162635/statm: 1048 768 704 219 0 110 0
[pid=162647] ppid=162635 vsize=1215960 memory=67184 CPUtime=0.17 cores=1,3
/proc/162647/stat : 162647 (python3) S 162635 162635 162562 0 -1 4194304 10046 0 4 0 15 2 0 0 20 0 1 0 236665971 1245143040 16796 18446744073709551615 94810499231744 94810499232121 140731243634656 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94810499243416 94810499244036 94810529730560 140731243637078 140731243637280 140731243637280 140731243642855 0
/proc/162647/statm: 303990 16796 7935 1 0 275348 0
[pid=162648] ppid=162647 vsize=59972 memory=51284 CPUtime=50.69 cores=1,3
/proc/162648/stat : 162648 (naps-1.03a6) R 162647 162648 162648 0 -1 4194304 16517 0 0 0 5066 3 0 0 20 0 1 0 236665991 61411328 12821 18446744073709551615 4198400 7047149 140727597397776 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 30629888 140727597402495 140727597402609 140727597402609 140727597408201 0
/proc/162648/statm: 14993 12821 544 696 0 14154 0
Current children cumulated CPU time: 50.86 s
Current children cumulated vsize: 1280124 KiB
Current children cumulated memory: 121540 KiB

[startup+102.3 s]
/proc/loadavg: 3.67 3.63 3.89 6/275 162655
/proc/meminfo: memFree=128864096/131250000 swapFree=33010416/33010684
[pid=162635] ppid=162615 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/162635/stat : 162635 (scip-naps-1.00.) S 162615 162635 162562 0 -1 4194304 260 335 0 0 0 0 0 0 20 0 1 0 236665965 4292608 768 18446744073709551615 94591858401280 94591859295813 140725218993792 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94591859534864 94591859582608 94591891263488 140725218998687 140725218998784 140725218998784 140725219004388 0
/proc/162635/statm: 1048 768 704 219 0 110 0
[pid=162647] ppid=162635 vsize=1215960 memory=67184 CPUtime=0.17 cores=1,3
/proc/162647/stat : 162647 (python3) S 162635 162635 162562 0 -1 4194304 10046 0 4 0 15 2 0 0 20 0 1 0 236665971 1245143040 16796 18446744073709551615 94810499231744 94810499232121 140731243634656 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94810499243416 94810499244036 94810529730560 140731243637078 140731243637280 140731243637280 140731243642855 0
/proc/162647/statm: 303990 16796 7935 1 0 275348 0
[pid=162648] ppid=162647 vsize=59956 memory=55412 CPUtime=101.75 cores=1,3
/proc/162648/stat : 162648 (naps-1.03a6) R 162647 162648 162648 0 -1 4194304 16559 0 0 0 10172 3 0 0 20 0 1 0 236665991 61394944 13853 18446744073709551615 4198400 7047149 140727597397776 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 30629888 140727597402495 140727597402609 140727597402609 140727597408201 0
/proc/162648/statm: 14989 13853 544 696 0 14150 0

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

/proc/meminfo: memFree=128694916/131250000 swapFree=33010416/33010684
[pid=162635] ppid=162615 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/162635/stat : 162635 (scip-naps-1.00.) S 162615 162635 162562 0 -1 4194304 260 335 0 0 0 0 0 0 20 0 1 0 236665965 4292608 768 18446744073709551615 94591858401280 94591859295813 140725218993792 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94591859534864 94591859582608 94591891263488 140725218998687 140725218998784 140725218998784 140725219004388 0
/proc/162635/statm: 1048 768 704 219 0 110 0
[pid=162647] ppid=162635 vsize=1215960 memory=69232 CPUtime=0.17 cores=1,3
/proc/162647/stat : 162647 (python3) S 162635 162635 162562 0 -1 4194304 10046 0 4 0 15 2 0 0 20 0 1 0 236665971 1245143040 17308 18446744073709551615 94810499231744 94810499232121 140731243634656 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94810499243416 94810499244036 94810529730560 140731243637078 140731243637280 140731243637280 140731243642855 0
/proc/162647/statm: 303990 17308 7935 1 0 275348 0
[pid=162648] ppid=162647 vsize=102100 memory=95948 CPUtime=3213.31 cores=1,3
/proc/162648/stat : 162648 (naps-1.03a6) R 162647 162648 162648 0 -1 4194304 193392 0 0 0 321280 51 0 0 20 0 1 0 236665991 104550400 23987 18446744073709551615 4198400 7047149 140727597397776 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 30629888 140727597402495 140727597402609 140727597402609 140727597408201 0
/proc/162648/statm: 25525 23987 544 696 0 24686 0
Current children cumulated CPU time: 3213.48 s
Current children cumulated vsize: 1322252 KiB
Current children cumulated memory: 168252 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/273 163077
/proc/meminfo: memFree=128682808/131250000 swapFree=33010416/33010684
[pid=162635] ppid=162615 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/162635/stat : 162635 (scip-naps-1.00.) S 162615 162635 162562 0 -1 4194304 260 335 0 0 0 0 0 0 20 0 1 0 236665965 4292608 768 18446744073709551615 94591858401280 94591859295813 140725218993792 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94591859534864 94591859582608 94591891263488 140725218998687 140725218998784 140725218998784 140725219004388 0
/proc/162635/statm: 1048 768 704 219 0 110 0
[pid=162647] ppid=162635 vsize=1215960 memory=69232 CPUtime=0.17 cores=1,3
/proc/162647/stat : 162647 (python3) S 162635 162635 162562 0 -1 4194304 10046 0 4 0 15 2 0 0 20 0 1 0 236665971 1245143040 17308 18446744073709551615 94810499231744 94810499232121 140731243634656 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94810499243416 94810499244036 94810529730560 140731243637078 140731243637280 140731243637280 140731243642855 0
/proc/162647/statm: 303990 17308 7935 1 0 275348 0
[pid=162648] ppid=162647 vsize=102100 memory=97868 CPUtime=3273.15 cores=1,3
/proc/162648/stat : 162648 (naps-1.03a6) R 162647 162648 162648 0 -1 4194304 193398 0 0 0 327264 51 0 0 20 0 1 0 236665991 104550400 24467 18446744073709551615 4198400 7047149 140727597397776 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 30629888 140727597402495 140727597402609 140727597402609 140727597408201 0
/proc/162648/statm: 25525 24467 544 696 0 24686 0
Current children cumulated CPU time: 3273.32 s
Current children cumulated vsize: 1322252 KiB
Current children cumulated memory: 170172 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/273 163079
/proc/meminfo: memFree=128697124/131250000 swapFree=33010416/33010684
[pid=162635] ppid=162615 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/162635/stat : 162635 (scip-naps-1.00.) S 162615 162635 162562 0 -1 4194304 260 335 0 0 0 0 0 0 20 0 1 0 236665965 4292608 768 18446744073709551615 94591858401280 94591859295813 140725218993792 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94591859534864 94591859582608 94591891263488 140725218998687 140725218998784 140725218998784 140725219004388 0
/proc/162635/statm: 1048 768 704 219 0 110 0
[pid=162647] ppid=162635 vsize=1215960 memory=69232 CPUtime=0.17 cores=1,3
/proc/162647/stat : 162647 (python3) S 162635 162635 162562 0 -1 4194304 10046 0 4 0 15 2 0 0 20 0 1 0 236665971 1245143040 17308 18446744073709551615 94810499231744 94810499232121 140731243634656 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94810499243416 94810499244036 94810529730560 140731243637078 140731243637280 140731243637280 140731243642855 0
/proc/162647/statm: 303990 17308 7935 1 0 275348 0
[pid=162648] ppid=162647 vsize=102100 memory=97868 CPUtime=3333 cores=1,3
/proc/162648/stat : 162648 (naps-1.03a6) R 162647 162648 162648 0 -1 4194304 193398 0 0 0 333249 51 0 0 20 0 1 0 236665991 104550400 24467 18446744073709551615 4198400 7047149 140727597397776 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 30629888 140727597402495 140727597402609 140727597402609 140727597408201 0
/proc/162648/statm: 25525 24467 544 696 0 24686 0
Current children cumulated CPU time: 3333.17 s
Current children cumulated vsize: 1322252 KiB
Current children cumulated memory: 170172 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/273 163084
/proc/meminfo: memFree=128682444/131250000 swapFree=33010416/33010684
[pid=162635] ppid=162615 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/162635/stat : 162635 (scip-naps-1.00.) S 162615 162635 162562 0 -1 4194304 260 335 0 0 0 0 0 0 20 0 1 0 236665965 4292608 768 18446744073709551615 94591858401280 94591859295813 140725218993792 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94591859534864 94591859582608 94591891263488 140725218998687 140725218998784 140725218998784 140725219004388 0
/proc/162635/statm: 1048 768 704 219 0 110 0
[pid=162647] ppid=162635 vsize=1215960 memory=69232 CPUtime=0.17 cores=1,3
/proc/162647/stat : 162647 (python3) S 162635 162635 162562 0 -1 4194304 10046 0 4 0 15 2 0 0 20 0 1 0 236665971 1245143040 17308 18446744073709551615 94810499231744 94810499232121 140731243634656 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94810499243416 94810499244036 94810529730560 140731243637078 140731243637280 140731243637280 140731243642855 0
/proc/162647/statm: 303990 17308 7935 1 0 275348 0
[pid=162648] ppid=162647 vsize=102100 memory=97868 CPUtime=3392.85 cores=1,3
/proc/162648/stat : 162648 (naps-1.03a6) R 162647 162648 162648 0 -1 4194304 193398 0 0 0 339234 51 0 0 20 0 1 0 236665991 104550400 24467 18446744073709551615 4198400 7047149 140727597397776 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 30629888 140727597402495 140727597402609 140727597402609 140727597408201 0
/proc/162648/statm: 25525 24467 544 696 0 24686 0
Current children cumulated CPU time: 3393.02 s
Current children cumulated vsize: 1322252 KiB
Current children cumulated memory: 170172 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/272 163087
/proc/meminfo: memFree=128678584/131250000 swapFree=33010416/33010684
[pid=162635] ppid=162615 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/162635/stat : 162635 (scip-naps-1.00.) S 162615 162635 162562 0 -1 4194304 260 335 0 0 0 0 0 0 20 0 1 0 236665965 4292608 768 18446744073709551615 94591858401280 94591859295813 140725218993792 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94591859534864 94591859582608 94591891263488 140725218998687 140725218998784 140725218998784 140725219004388 0
/proc/162635/statm: 1048 768 704 219 0 110 0
[pid=162647] ppid=162635 vsize=1215960 memory=69232 CPUtime=0.17 cores=1,3
/proc/162647/stat : 162647 (python3) S 162635 162635 162562 0 -1 4194304 10046 0 4 0 15 2 0 0 20 0 1 0 236665971 1245143040 17308 18446744073709551615 94810499231744 94810499232121 140731243634656 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94810499243416 94810499244036 94810529730560 140731243637078 140731243637280 140731243637280 140731243642855 0
/proc/162647/statm: 303990 17308 7935 1 0 275348 0
[pid=162648] ppid=162647 vsize=102100 memory=97868 CPUtime=3452.7 cores=1,3
/proc/162648/stat : 162648 (naps-1.03a6) R 162647 162648 162648 0 -1 4194304 193399 0 0 0 345219 51 0 0 20 0 1 0 236665991 104550400 24467 18446744073709551615 4198400 7047149 140727597397776 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 30629888 140727597402495 140727597402609 140727597402609 140727597408201 0
/proc/162648/statm: 25525 24467 544 696 0 24686 0
Current children cumulated CPU time: 3452.87 s
Current children cumulated vsize: 1322252 KiB
Current children cumulated memory: 170172 KiB

[startup+3522.3 s]
/proc/loadavg: 4.04 4.08 4.08 5/272 163089
/proc/meminfo: memFree=128710188/131250000 swapFree=33010416/33010684
[pid=162635] ppid=162615 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/162635/stat : 162635 (scip-naps-1.00.) S 162615 162635 162562 0 -1 4194304 260 335 0 0 0 0 0 0 20 0 1 0 236665965 4292608 768 18446744073709551615 94591858401280 94591859295813 140725218993792 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94591859534864 94591859582608 94591891263488 140725218998687 140725218998784 140725218998784 140725219004388 0
/proc/162635/statm: 1048 768 704 219 0 110 0
[pid=162647] ppid=162635 vsize=1215960 memory=69232 CPUtime=0.17 cores=1,3
/proc/162647/stat : 162647 (python3) S 162635 162635 162562 0 -1 4194304 10046 0 4 0 15 2 0 0 20 0 1 0 236665971 1245143040 17308 18446744073709551615 94810499231744 94810499232121 140731243634656 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94810499243416 94810499244036 94810529730560 140731243637078 140731243637280 140731243637280 140731243642855 0
/proc/162647/statm: 303990 17308 7935 1 0 275348 0
[pid=162648] ppid=162647 vsize=83640 memory=78316 CPUtime=3512.53 cores=1,3
/proc/162648/stat : 162648 (naps-1.03a6) R 162647 162648 162648 0 -1 4194304 197986 0 0 0 351201 52 0 0 20 0 1 0 236665991 85647360 19579 18446744073709551615 4198400 7047149 140727597397776 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 30629888 140727597402495 140727597402609 140727597402609 140727597408201 0
/proc/162648/statm: 20910 19579 544 696 0 20071 0
Current children cumulated CPU time: 3512.7 s
Current children cumulated vsize: 1303792 KiB
Current children cumulated memory: 150620 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/272 163091
/proc/meminfo: memFree=128710076/131250000 swapFree=33010416/33010684
[pid=162635] ppid=162615 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/162635/stat : 162635 (scip-naps-1.00.) S 162615 162635 162562 0 -1 4194304 260 335 0 0 0 0 0 0 20 0 1 0 236665965 4292608 768 18446744073709551615 94591858401280 94591859295813 140725218993792 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94591859534864 94591859582608 94591891263488 140725218998687 140725218998784 140725218998784 140725219004388 0
/proc/162635/statm: 1048 768 704 219 0 110 0
[pid=162647] ppid=162635 vsize=1215960 memory=69232 CPUtime=0.17 cores=1,3
/proc/162647/stat : 162647 (python3) S 162635 162635 162562 0 -1 4194304 10046 0 4 0 15 2 0 0 20 0 1 0 236665971 1245143040 17308 18446744073709551615 94810499231744 94810499232121 140731243634656 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94810499243416 94810499244036 94810529730560 140731243637078 140731243637280 140731243637280 140731243642855 0
/proc/162647/statm: 303990 17308 7935 1 0 275348 0
[pid=162648] ppid=162647 vsize=86588 memory=81004 CPUtime=3572.36 cores=1,3
/proc/162648/stat : 162648 (naps-1.03a6) R 162647 162648 162648 0 -1 4194304 198693 0 0 0 357184 52 0 0 20 0 1 0 236665991 88666112 20251 18446744073709551615 4198400 7047149 140727597397776 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 30629888 140727597402495 140727597402609 140727597402609 140727597408201 0
/proc/162648/statm: 21647 20251 544 696 0 20808 0
Current children cumulated CPU time: 3572.53 s
Current children cumulated vsize: 1306740 KiB
Current children cumulated memory: 153308 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.9 s]
/proc/loadavg: 4.08 4.08 4.09 5/272 163091
/proc/meminfo: memFree=128693932/131250000 swapFree=33010416/33010684
[pid=162635] ppid=162615 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/162635/stat : 162635 (scip-naps-1.00.) S 162615 162635 162562 0 -1 4194304 260 335 0 0 0 0 0 0 20 0 1 0 236665965 4292608 768 18446744073709551615 94591858401280 94591859295813 140725218993792 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94591859534864 94591859582608 94591891263488 140725218998687 140725218998784 140725218998784 140725219004388 0
/proc/162635/statm: 1048 768 704 219 0 110 0
[pid=162647] ppid=162635 vsize=1215960 memory=69232 CPUtime=0.17 cores=1,3
/proc/162647/stat : 162647 (python3) S 162635 162635 162562 0 -1 4194304 10046 0 4 0 15 2 0 0 20 0 1 0 236665971 1245143040 17308 18446744073709551615 94810499231744 94810499232121 140731243634656 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94810499243416 94810499244036 94810529730560 140731243637078 140731243637280 140731243637280 140731243642855 0
/proc/162647/statm: 303990 17308 7935 1 0 275348 0
[pid=162648] ppid=162647 vsize=86588 memory=81772 CPUtime=3599.88 cores=1,3
/proc/162648/stat : 162648 (naps-1.03a6) R 162647 162648 162648 0 -1 4194304 198697 0 0 0 359936 52 0 0 20 0 1 0 236665991 88666112 20443 18446744073709551615 4198400 7047149 140727597397776 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 30629888 140727597402495 140727597402609 140727597402609 140727597408201 0
/proc/162648/statm: 21647 20443 544 696 0 20808 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 1306740 KiB
Current children cumulated memory: 154076 KiB

Sending SIGTERM to process tree (bottom up)

[startup+3609.92 s]
# the end of solver process 162635 was just reported to runsolver
# Child status: 143

# cumulated CPU time of all completed processes:  user=3599.53 s, system=0.558855 s

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

[startup+3609.9 s]
/proc/loadavg: 4.08 4.08 4.09 5/272 163091
/proc/meminfo: memFree=128693932/131250000 swapFree=33010416/33010684
[pid=162635] ppid=162615 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/162635/stat : 162635 (scip-naps-1.00.) S 162615 162635 162562 0 -1 4194304 260 335 0 0 0 0 0 0 20 0 1 0 236665965 4292608 768 18446744073709551615 94591858401280 94591859295813 140725218993792 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94591859534864 94591859582608 94591891263488 140725218998687 140725218998784 140725218998784 140725219004388 0
/proc/162635/statm: 1048 768 704 219 0 110 0
[pid=162647] ppid=162635 vsize=1215960 memory=69232 CPUtime=0.17 cores=1,3
/proc/162647/stat : 162647 (python3) S 162635 162635 162562 0 -1 4194304 10046 0 4 0 15 2 0 0 20 0 1 0 236665971 1245143040 17308 18446744073709551615 94810499231744 94810499232121 140731243634656 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94810499243416 94810499244036 94810529730560 140731243637078 140731243637280 140731243637280 140731243642855 0
/proc/162647/statm: 303990 17308 7935 1 0 275348 0
[pid=162648] ppid=162647 vsize=86588 memory=81772 CPUtime=3599.88 cores=1,3
/proc/162648/stat : 162648 (naps-1.03a6) R 162647 162648 162648 0 -1 4194304 198697 0 0 0 359936 52 0 0 20 0 1 0 236665991 88666112 20443 18446744073709551615 4198400 7047149 140727597397776 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 30629888 140727597402495 140727597402609 140727597402609 140727597408201 0
/proc/162648/statm: 21647 20443 544 696 0 20808 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 1306740 KiB
Current children cumulated memory: 154076 KiB

Child status: 143

Real time (s): 3609.92
CPU time (s): 3600.09
CPU user time (s): 3599.53
CPU system time (s): 0.558855
CPU usage (%): 99.7278
Max. virtual memory (cumulated for all children) (KiB): 1322252
Max. memory (cumulated for all children) (KiB): 170172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.53
system time used= 0.558855
maximum resident set size= 97868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 212440
page faults= 4
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 582
involuntary context switches= 6628


# summary of solver processes directly reported to runsolver:
#   pid: 162635
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3599.53
#   total CPU system time (s): 0.558855

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.51663 second user time and 15.7919 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-07-22 20:44:41
IDJOB=4541617
IDBENCH=163199
IDSOLVER=3368
FILE ID=nodeC018/4541617-1753209881
RUNJOBID= nodeC018-1753209881-162574
SLURM_JOB_ID= 9687775
Free space on /tmp= 433016 MiB

SOLVER NAME= SCIP-NaPS 1.00a1
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/inequalities/OPB/ineq6/normalized-31array_alg_ineq6.opb
COMMAND LINE= ./scip-naps-1.00.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4541617-1753209881/watcher-4541617-1753209881 -o /tmp/evaluation-result-4541617-1753209881/solver-4541617-1753209881 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1753209881-162574 --watchdog 3760  ./scip-naps-1.00.sh HOME/instance-4541617-1753209881.opb

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

MD5SUM BENCH= 21d0ffe78b9aba15f7c4d4a17a4e20d2
RANDOM SEED=942850719

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129148088 kB
MemAvailable:   129708140 kB
Buffers:            2128 kB
Cached:          1310984 kB
SwapCached:           28 kB
Active:          1147120 kB
Inactive:         232780 kB
Active(anon):      92744 kB
Inactive(anon):      284 kB
Active(file):    1054376 kB
Inactive(file):   232496 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             22680 kB
Writeback:             0 kB
AnonPages:         69880 kB
Mapped:           108212 kB
Shmem:             26240 kB
KReclaimable:     224440 kB
Slab:             320584 kB
SReclaimable:     224440 kB
SUnreclaim:        96144 kB
KernelStack:        4056 kB
PageTables:         2412 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     341036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432992 MiB
End job on nodeC018 at 2025-07-22 21:44:51