Trace number 4517375

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.11 3609.62

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/
equalities/diag_spec/normalized-16diag_spec_greater.opb
MD5SUM6887599ad065147dc61a02d711e5083c
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.095144
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables848
Total number of constraints1058
Number of constraints which are clauses768
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints290
Minimum length of a constraint2
Maximum length of a constraint288
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 2147483648
Number of bits of the biggest number in a constraint 32
Biggest sum of numbers in a constraint 8589934591
Number of bits of the biggest sum of numbers33
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.36/0.45	c Command: HOME/scip-naps.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4517375-1751232399.opb
0.36/0.45	c Solving mode: decision
0.36/0.45	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
0.36/0.45	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
0.36/0.45	c original problem has 848 variables (848 bin, 0 int, 0 impl, 0 cont) and 1058 constraints
0.36/0.45	c presolving:
0.36/0.45	c (round 1, fast)       49 del vars, 48 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 528 clqs
0.36/0.45	c (round 2, exhaustive) 49 del vars, 48 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 769 upgd conss, 0 impls, 528 clqs
0.36/0.45	c (round 3, fast)       49 del vars, 48 del conss, 0 add conss, 0 chg bounds, 1 chg sides, 62 chg coeffs, 769 upgd conss, 0 impls, 528 clqs
0.36/0.45	c (round 4, exhaustive) 49 del vars, 816 del conss, 256 add conss, 0 chg bounds, 1 chg sides, 62 chg coeffs, 769 upgd conss, 0 impls, 529 clqs
0.36/0.45	c    (0.0s) probing: 106/799 (13.3%) - 0 fixings, 0 aggregations, 6 implications, 0 bound changes
0.36/0.45	c    (0.0s) probing aborted: 50/50 successive totally useless probings
0.36/0.45	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.36/0.45	c    (0.0s) no symmetry present (symcode time: 0.00)
0.36/0.45	c presolving (5 rounds: 5 fast, 3 medium, 3 exhaustive):
0.36/0.45	c  49 deleted vars, 816 deleted constraints, 256 added constraints, 0 tightened bounds, 0 added holes, 1 changed sides, 62 changed coefficients
0.36/0.45	c  0 implications, 535 cliques
0.36/0.45	c presolved problem has 799 variables (799 bin, 0 int, 0 impl, 0 cont) and 498 constraints
0.36/0.45	c       1 constraints of type <knapsack>
0.36/0.45	c     256 constraints of type <and>
0.36/0.45	c     241 constraints of type <linear>
0.36/0.45	c transformed objective value is always integral (scale: 1)
0.36/0.45	c Presolving Time: 0.04
0.36/0.45	c 
0.36/0.45	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.36/0.45	c * 0.1s|     1 |     0 |    81 |     - |    LP  |   0 | 799 | 506 | 754 |   0 |  0 |   7 |   0 | 0.000000e+00 | 0.000000e+00 |   0.00%| unknown
0.36/0.45	c   0.1s|     1 |     0 |    81 |     - |    11M |   0 | 799 | 506 | 754 |   0 |  0 |   7 |   0 | 0.000000e+00 | 0.000000e+00 |   0.00%| unknown
0.36/0.45	c 
0.36/0.45	c SCIP Status        : problem is solved [optimal solution found]
0.36/0.45	c Solving Time (sec) : 0.07
0.36/0.45	c Solving Nodes      : 1
0.36/0.45	c Primal Bound       : +0.00000000000000e+00 (1 solutions)
0.36/0.45	c Dual Bound         : +0.00000000000000e+00
0.36/0.45	c Gap                : 0.00 %
0.36/0.45	c [VIOLATION] Line 13: +1 x785 -1 x817 +2 x786 -2 x818 +4 x787 -4 x819 +8 x788 -8 x820 +16 x789 -16 x821 +32 x790 -32 x822 +64 x791 -64 x823 +128 x792 -128 x824 +256 x793 -256 x825 +512 x794 -512 x826 +1024 x795 -1024 x827 +2048 x796 -2048 x828 +4096 x797 -4096 x829 +8192 x798 -8192 x830 +16384 x799 -16384 x831 +32768 x800 -32768 x832 +65536 x801 -65536 x833 +131072 x802 -131072 x834 +262144 x803 -262144 x835 +524288 x804 -524288 x836 +1048576 x805 -1048576 x837 +2097152 x806 -2097152 x838 +4194304 x807 -4194304 x839 +8388608 x808 -8388608 x840 +16777216 x809 -16777216 x841 +33554432 x810 -33554432 x842 +67108864 x811 -67108864 x843 +134217728 x812 -134217728 x844 +268435456 x813 -268435456 x845 +536870912 x814 -536870912 x846 +1073741824 x815 -1073741824 x847 +2147483648 x816 -2147483648 x848 >= 1 ;
0.36/0.45	c   Computed activity: 0
0.36/0.45	c   Required: activity >= 1
0.36/0.45	c   Variable assignments: {x785=0, x817=0, x786=0, x818=0, x787=0, x819=0, x788=0, x820=0, x789=0, x821=0, x790=0, x822=0, x791=0, x823=0, x792=0, x824=0, x793=0, x825=0, x794=0, x826=0, x795=0, x827=0, x796=0, x828=0, x797=0, x829=0, x798=0, x830=0, x799=0, x831=0, x800=0, x832=0, x801=0, x833=0, x802=0, x834=0, x803=0, x835=0, x804=0, x836=0, x805=0, x837=0, x806=0, x838=0, x807=0, x839=0, x808=0, x840=0, x809=0, x841=0, x810=0, x842=0, x811=0, x843=0, x812=0, x844=0, x813=0, x845=0, x814=0, x846=0, x815=0, x847=0, x816=0, x848=0}}
0.36/0.45	c SCIP found a solution, but it is not feasible according to the original problem.
0.36/0.45	c ----------------------------------------------------------------------
0.36/0.45	c executing external solver (fallback): HOME/naps-1.03a6
0.36/0.45	c ----------------------------------------------------------------------
0.36/0.45	c command: HOME/naps-1.03a6 HOME/instance-4517375-1751232399.opb
0.36/0.46	c NaPS 1.03a6.
0.36/0.46	c Input file name: HOME/instance-4517375-1751232399.opb
3600.06/3609.60	c
3600.06/3609.60	c *** TERMINATED *** by signal 15
3600.06/3609.60	c _____________________________________________________________________________
3600.06/3609.60	c std/band forms        : 1,241
3600.06/3609.60	c 2cl/3cl ITE-codings   : 31,5217
3600.06/3609.60	c BDD/srt/adr Max costs : 4592,0,0
3600.06/3609.60	c BDDraw/bin/mul/srt/adr: 242,0,0,0,0
3600.06/3609.60	c BDD nodes             : 7505
3600.06/3609.60	c Es1/CC detections     : 0,0
3600.06/3609.60	c CC sort               : 0
3600.06/3609.60	c SAT/UNSAT calls       : 0,0
3600.06/3609.60	c regenrated variables  : 0
3600.06/3609.60	c eliminated fixed lits : 0
3600.06/3609.60	c goal lit flips        : 0
3600.06/3609.60	c goal stages           : 0
3600.06/3609.60	c goal shrink           : 0
3600.06/3609.60	c goal coeff separations: 0
3600.06/3609.60	c restarts              : 0
3600.06/3609.60	c conflicts             : 0              (0 /sec)
3600.06/3609.60	c decisions             : 0              (0 /sec)
3600.06/3609.60	c propagations          : 0              (0 /sec)
3600.06/3609.60	c inspects              : 0              (0 /sec)
3600.06/3609.60	c CPU time (solving tm) : 3598 s        (3597 s, SAT 0 s, UNSAT 0 s)
3600.06/3609.60	c Time for Opt-base     : 0 s
3600.06/3609.60	c Steps for Opt-base    : 0
3600.06/3609.60	c Time for BDD coding   : 0.09789 s
3600.06/3609.60	c Time for srt coding   : 0 s
3600.06/3609.60	c _____________________________________________________________________________
3600.06/3609.60	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (59089 MiB free)
  memory of node 1: 64507 MiB (63754 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4517375-1751232399/watcher-4517375-1751232399 -o /tmp/evaluation-result-4517375-1751232399/solver-4517375-1751232399 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751226828-31367 --watchdog 3760 ./scip-naps-1.00.sh HOME/instance-4517375-1751232399.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=35335, runsolver pid=35332
Current StackSize limit: 8192 KiB


[startup+0.100072 s]*
/proc/loadavg: 4.21 4.23 4.15 5/257 35340
/proc/meminfo: memFree=125782588/131382116 swapFree=33010684/33010684
[pid=35335] ppid=35332 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/35335/stat : 35335 (scip-naps-1.00.) S 35332 35335 31357 0 -1 4194304 259 326 0 0 0 0 0 0 20 0 1 0 38919631 4292608 768 18446744073709551615 94498693058560 94498693953093 140735701558128 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94498694192144 94498694239888 94498718240768 140735701563809 140735701563906 140735701563906 140735701569508 0
/proc/35335/statm: 1048 768 704 219 0 110 0
[pid=35340] ppid=35335 vsize=12932 memory=9984 CPUtime=0.06 cores=0,2
/proc/35340/stat : 35340 (python3) R 35335 35335 31357 0 -1 4194304 1499 0 0 0 5 1 0 0 20 0 1 0 38919634 13242368 2496 18446744073709551615 94821574856704 94821574857081 140727631884688 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94821574868376 94821574868996 94821601218560 140727631890776 140727631890978 140727631890978 140727631896551 0
/proc/35340/statm: 3233 2496 1184 1 0 1410 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 17124 KiB
Current children cumulated memory: 13056 KiB

[startup+0.216906 s]*
/proc/loadavg: 4.21 4.23 4.15 5/257 35340
/proc/meminfo: memFree=125782108/131382116 swapFree=33010684/33010684
[pid=35335] ppid=35332 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/35335/stat : 35335 (scip-naps-1.00.) S 35332 35335 31357 0 -1 4194304 259 326 0 0 0 0 0 0 20 0 1 0 38919631 4292608 768 18446744073709551615 94498693058560 94498693953093 140735701558128 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94498694192144 94498694239888 94498718240768 140735701563809 140735701563906 140735701563906 140735701569508 0
/proc/35335/statm: 1048 768 704 219 0 110 0
[pid=35340] ppid=35335 vsize=1186496 memory=30924 CPUtime=0.16 cores=0,2
/proc/35340/stat : 35340 (python3) R 35335 35335 31357 0 -1 4194304 3557 0 0 0 14 2 0 0 20 0 1 0 38919634 1214971904 7731 18446744073709551615 94821574856704 94821574857081 140727631884688 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94821574868376 94821574868996 94821601218560 140727631890776 140727631890978 140727631890978 140727631896551 0
/proc/35340/statm: 296624 7731 4827 1 0 268646 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 1190688 KiB
Current children cumulated memory: 33996 KiB

[startup+0.313376 s]*
/proc/loadavg: 4.21 4.23 4.15 5/257 35340
/proc/meminfo: memFree=125782444/131382116 swapFree=33010684/33010684
[pid=35335] ppid=35332 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/35335/stat : 35335 (scip-naps-1.00.) S 35332 35335 31357 0 -1 4194304 259 326 0 0 0 0 0 0 20 0 1 0 38919631 4292608 768 18446744073709551615 94498693058560 94498693953093 140735701558128 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94498694192144 94498694239888 94498718240768 140735701563809 140735701563906 140735701563906 140735701569508 0
/proc/35335/statm: 1048 768 704 219 0 110 0
[pid=35340] ppid=35335 vsize=1190468 memory=35532 CPUtime=0.26 cores=0,2
/proc/35340/stat : 35340 (python3) R 35335 35335 31357 0 -1 4194304 4512 0 0 0 23 3 0 0 20 0 1 0 38919634 1219039232 8883 18446744073709551615 94821574856704 94821574857081 140727631884688 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94821574868376 94821574868996 94821601218560 140727631890776 140727631890978 140727631890978 140727631896551 0
/proc/35340/statm: 297617 8883 5051 1 0 269508 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 1194660 KiB
Current children cumulated memory: 38604 KiB

[startup+0.700376 s]
/proc/loadavg: 4.21 4.23 4.15 5/258 35341
/proc/meminfo: memFree=125790920/131382116 swapFree=33010684/33010684
[pid=35335] ppid=35332 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/35335/stat : 35335 (scip-naps-1.00.) S 35332 35335 31357 0 -1 4194304 259 326 0 0 0 0 0 0 20 0 1 0 38919631 4292608 768 18446744073709551615 94498693058560 94498693953093 140735701558128 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94498694192144 94498694239888 94498718240768 140735701563809 140735701563906 140735701563906 140735701569508 0
/proc/35335/statm: 1048 768 704 219 0 110 0
[pid=35340] ppid=35335 vsize=1209804 memory=61772 CPUtime=0.39 cores=0,2
/proc/35340/stat : 35340 (python3) S 35335 35335 31357 0 -1 4194304 8408 0 0 0 35 4 0 0 20 0 1 0 38919634 1238839296 15443 18446744073709551615 94821574856704 94821574857081 140727631884688 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94821574868376 94821574868996 94821601218560 140727631890776 140727631890978 140727631890978 140727631896551 0
/proc/35340/statm: 302451 15443 8155 1 0 273809 0
[pid=35341] ppid=35340 vsize=10200 memory=7940 CPUtime=0.22 cores=0,2
/proc/35341/stat : 35341 (naps-1.03a6) R 35340 35341 35341 0 -1 4194304 2048 0 0 0 21 1 0 0 20 0 1 0 38919677 10444800 1985 18446744073709551615 4198400 7047149 140732525139504 0 0 0 0 0 17922 0 0 0 17 2 0 0 0 0 0 7573272 7623312 38092800 140732525148545 140732525148659 140732525148659 140732525154249 0
/proc/35341/statm: 2550 1985 544 696 0 1711 0
Current children cumulated CPU time: 0.61 s
Current children cumulated vsize: 1224196 KiB
Current children cumulated memory: 72784 KiB

[startup+1.50027 s]
/proc/loadavg: 4.21 4.23 4.15 5/258 35341
/proc/meminfo: memFree=125785272/131382116 swapFree=33010684/33010684
[pid=35335] ppid=35332 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/35335/stat : 35335 (scip-naps-1.00.) S 35332 35335 31357 0 -1 4194304 259 326 0 0 0 0 0 0 20 0 1 0 38919631 4292608 768 18446744073709551615 94498693058560 94498693953093 140735701558128 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94498694192144 94498694239888 94498718240768 140735701563809 140735701563906 140735701563906 140735701569508 0
/proc/35335/statm: 1048 768 704 219 0 110 0
[pid=35340] ppid=35335 vsize=1209804 memory=61772 CPUtime=0.39 cores=0,2
/proc/35340/stat : 35340 (python3) S 35335 35335 31357 0 -1 4194304 8408 0 0 0 35 4 0 0 20 0 1 0 38919634 1238839296 15443 18446744073709551615 94821574856704 94821574857081 140727631884688 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94821574868376 94821574868996 94821601218560 140727631890776 140727631890978 140727631890978 140727631896551 0
/proc/35340/statm: 302451 15443 8155 1 0 273809 0
[pid=35341] ppid=35340 vsize=11936 memory=9092 CPUtime=1 cores=0,2
/proc/35341/stat : 35341 (naps-1.03a6) R 35340 35341 35341 0 -1 4194304 2379 0 0 0 99 1 0 0 20 0 1 0 38919677 12222464 2273 18446744073709551615 4198400 7047149 140732525139504 0 0 0 0 0 17922 0 0 0 17 2 0 0 0 0 0 7573272 7623312 38092800 140732525148545 140732525148659 140732525148659 140732525154249 0
/proc/35341/statm: 2984 2273 544 696 0 2145 0
Current children cumulated CPU time: 1.39 s
Current children cumulated vsize: 1225932 KiB
Current children cumulated memory: 73936 KiB

[startup+3.11307 s]
/proc/loadavg: 4.19 4.22 4.15 5/258 35341
/proc/meminfo: memFree=125777088/131382116 swapFree=33010684/33010684
[pid=35335] ppid=35332 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/35335/stat : 35335 (scip-naps-1.00.) S 35332 35335 31357 0 -1 4194304 259 326 0 0 0 0 0 0 20 0 1 0 38919631 4292608 768 18446744073709551615 94498693058560 94498693953093 140735701558128 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94498694192144 94498694239888 94498718240768 140735701563809 140735701563906 140735701563906 140735701569508 0
/proc/35335/statm: 1048 768 704 219 0 110 0
[pid=35340] ppid=35335 vsize=1209804 memory=61772 CPUtime=0.39 cores=0,2
/proc/35340/stat : 35340 (python3) S 35335 35335 31357 0 -1 4194304 8408 0 0 0 35 4 0 0 20 0 1 0 38919634 1238839296 15443 18446744073709551615 94821574856704 94821574857081 140727631884688 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94821574868376 94821574868996 94821601218560 140727631890776 140727631890978 140727631890978 140727631896551 0
/proc/35340/statm: 302451 15443 8155 1 0 273809 0
[pid=35341] ppid=35340 vsize=14200 memory=10344 CPUtime=2.6 cores=0,2
/proc/35341/stat : 35341 (naps-1.03a6) R 35340 35341 35341 0 -1 4194304 3256 0 0 0 259 1 0 0 20 0 1 0 38919677 14540800 2586 18446744073709551615 4198400 7047149 140732525139504 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 38092800 140732525148545 140732525148659 140732525148659 140732525154249 0
/proc/35341/statm: 3550 2586 544 696 0 2711 0
Current children cumulated CPU time: 2.99 s
Current children cumulated vsize: 1228196 KiB
Current children cumulated memory: 75188 KiB

[startup+6.3004 s]
/proc/loadavg: 4.19 4.22 4.15 5/252 35378
/proc/meminfo: memFree=129967144/131382116 swapFree=33010684/33010684
[pid=35335] ppid=35332 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/35335/stat : 35335 (scip-naps-1.00.) S 35332 35335 31357 0 -1 4194304 259 326 0 0 0 0 0 0 20 0 1 0 38919631 4292608 768 18446744073709551615 94498693058560 94498693953093 140735701558128 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94498694192144 94498694239888 94498718240768 140735701563809 140735701563906 140735701563906 140735701569508 0
/proc/35335/statm: 1048 768 704 219 0 110 0
[pid=35340] ppid=35335 vsize=1209804 memory=61772 CPUtime=0.39 cores=0,2
/proc/35340/stat : 35340 (python3) S 35335 35335 31357 0 -1 4194304 8408 0 0 0 35 4 0 0 20 0 1 0 38919634 1238839296 15443 18446744073709551615 94821574856704 94821574857081 140727631884688 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94821574868376 94821574868996 94821601218560 140727631890776 140727631890978 140727631890978 140727631896551 0
/proc/35340/statm: 302451 15443 8155 1 0 273809 0
[pid=35341] ppid=35340 vsize=14200 memory=10892 CPUtime=5.77 cores=0,2
/proc/35341/stat : 35341 (naps-1.03a6) R 35340 35341 35341 0 -1 4194304 3661 0 0 0 576 1 0 0 20 0 1 0 38919677 14540800 2723 18446744073709551615 4198400 7047149 140732525139504 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 38092800 140732525148545 140732525148659 140732525148659 140732525154249 0
/proc/35341/statm: 3550 2723 544 696 0 2711 0
Current children cumulated CPU time: 6.16 s
Current children cumulated vsize: 1228196 KiB
Current children cumulated memory: 75736 KiB

[startup+12.7004 s]
/proc/loadavg: 4.23 4.23 4.15 4/251 35422
/proc/meminfo: memFree=129967560/131382116 swapFree=33010684/33010684
[pid=35335] ppid=35332 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/35335/stat : 35335 (scip-naps-1.00.) S 35332 35335 31357 0 -1 4194304 259 326 0 0 0 0 0 0 20 0 1 0 38919631 4292608 768 18446744073709551615 94498693058560 94498693953093 140735701558128 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94498694192144 94498694239888 94498718240768 140735701563809 140735701563906 140735701563906 140735701569508 0
/proc/35335/statm: 1048 768 704 219 0 110 0
[pid=35340] ppid=35335 vsize=1209804 memory=61772 CPUtime=0.39 cores=0,2
/proc/35340/stat : 35340 (python3) S 35335 35335 31357 0 -1 4194304 8408 0 0 0 35 4 0 0 20 0 1 0 38919634 1238839296 15443 18446744073709551615 94821574856704 94821574857081 140727631884688 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94821574868376 94821574868996 94821601218560 140727631890776 140727631890978 140727631890978 140727631896551 0
/proc/35340/statm: 302451 15443 8155 1 0 273809 0
[pid=35341] ppid=35340 vsize=16248 memory=12412 CPUtime=12.16 cores=0,2
/proc/35341/stat : 35341 (naps-1.03a6) R 35340 35341 35341 0 -1 4194304 4309 0 0 0 1215 1 0 0 20 0 1 0 38919677 16637952 3103 18446744073709551615 4198400 7047149 140732525139504 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 38092800 140732525148545 140732525148659 140732525148659 140732525154249 0
/proc/35341/statm: 4062 3103 544 696 0 3223 0
Current children cumulated CPU time: 12.55 s
Current children cumulated vsize: 1230244 KiB
Current children cumulated memory: 77256 KiB

[startup+25.5004 s]
/proc/loadavg: 4.04 4.19 4.14 4/251 35422
/proc/meminfo: memFree=129963464/131382116 swapFree=33010684/33010684
[pid=35335] ppid=35332 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/35335/stat : 35335 (scip-naps-1.00.) S 35332 35335 31357 0 -1 4194304 259 326 0 0 0 0 0 0 20 0 1 0 38919631 4292608 768 18446744073709551615 94498693058560 94498693953093 140735701558128 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94498694192144 94498694239888 94498718240768 140735701563809 140735701563906 140735701563906 140735701569508 0
/proc/35335/statm: 1048 768 704 219 0 110 0
[pid=35340] ppid=35335 vsize=1209804 memory=61772 CPUtime=0.39 cores=0,2
/proc/35340/stat : 35340 (python3) S 35335 35335 31357 0 -1 4194304 8408 0 0 0 35 4 0 0 20 0 1 0 38919634 1238839296 15443 18446744073709551615 94821574856704 94821574857081 140727631884688 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94821574868376 94821574868996 94821601218560 140727631890776 140727631890978 140727631890978 140727631896551 0
/proc/35340/statm: 302451 15443 8155 1 0 273809 0
[pid=35341] ppid=35340 vsize=16756 memory=13656 CPUtime=24.93 cores=0,2
/proc/35341/stat : 35341 (naps-1.03a6) R 35340 35341 35341 0 -1 4194304 11107 0 0 0 2491 2 0 0 20 0 1 0 38919677 17158144 3414 18446744073709551615 4198400 7047149 140732525139504 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 38092800 140732525148545 140732525148659 140732525148659 140732525154249 0
/proc/35341/statm: 4189 3414 544 696 0 3350 0
Current children cumulated CPU time: 25.32 s
Current children cumulated vsize: 1230752 KiB
Current children cumulated memory: 78500 KiB

[startup+51.1126 s]
/proc/loadavg: 3.69 4.09 4.11 4/251 35422
/proc/meminfo: memFree=129941220/131382116 swapFree=33010684/33010684
[pid=35335] ppid=35332 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/35335/stat : 35335 (scip-naps-1.00.) S 35332 35335 31357 0 -1 4194304 259 326 0 0 0 0 0 0 20 0 1 0 38919631 4292608 768 18446744073709551615 94498693058560 94498693953093 140735701558128 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94498694192144 94498694239888 94498718240768 140735701563809 140735701563906 140735701563906 140735701569508 0
/proc/35335/statm: 1048 768 704 219 0 110 0
[pid=35340] ppid=35335 vsize=1209804 memory=61772 CPUtime=0.39 cores=0,2
/proc/35340/stat : 35340 (python3) S 35335 35335 31357 0 -1 4194304 8408 0 0 0 35 4 0 0 20 0 1 0 38919634 1238839296 15443 18446744073709551615 94821574856704 94821574857081 140727631884688 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94821574868376 94821574868996 94821601218560 140727631890776 140727631890978 140727631890978 140727631896551 0
/proc/35340/statm: 302451 15443 8155 1 0 273809 0
[pid=35341] ppid=35340 vsize=18808 memory=16344 CPUtime=50.48 cores=0,2
/proc/35341/stat : 35341 (naps-1.03a6) R 35340 35341 35341 0 -1 4194304 36040 0 0 0 5041 7 0 0 20 0 1 0 38919677 19259392 4086 18446744073709551615 4198400 7047149 140732525139504 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 38092800 140732525148545 140732525148659 140732525148659 140732525154249 0
/proc/35341/statm: 4702 4086 544 696 0 3863 0
Current children cumulated CPU time: 50.87 s
Current children cumulated vsize: 1232804 KiB
Current children cumulated memory: 81188 KiB

[startup+102.3 s]
/proc/loadavg: 3.39 3.94 4.05 4/251 35428
/proc/meminfo: memFree=129896816/131382116 swapFree=33010684/33010684
[pid=35335] ppid=35332 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/35335/stat : 35335 (scip-naps-1.00.) S 35332 35335 31357 0 -1 4194304 259 326 0 0 0 0 0 0 20 0 1 0 38919631 4292608 768 18446744073709551615 94498693058560 94498693953093 140735701558128 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94498694192144 94498694239888 94498718240768 140735701563809 140735701563906 140735701563906 140735701569508 0
/proc/35335/statm: 1048 768 704 219 0 110 0
[pid=35340] ppid=35335 vsize=1209804 memory=61772 CPUtime=0.39 cores=0,2
/proc/35340/stat : 35340 (python3) S 35335 35335 31357 0 -1 4194304 8408 0 0 0 35 4 0 0 20 0 1 0 38919634 1238839296 15443 18446744073709551615 94821574856704 94821574857081 140727631884688 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94821574868376 94821574868996 94821601218560 140727631890776 140727631890978 140727631890978 140727631896551 0
/proc/35340/statm: 302451 15443 8155 1 0 273809 0
[pid=35341] ppid=35340 vsize=19540 memory=17412 CPUtime=101.52 cores=0,2
/proc/35341/stat : 35341 (naps-1.03a6) R 35340 35341 35341 0 -1 4194304 82485 0 0 0 10138 14 0 0 20 0 1 0 38919677 20008960 4353 18446744073709551615 4198400 7047149 140732525139504 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 38092800 140732525148545 140732525148659 140732525148659 140732525154249 0
/proc/35341/statm: 4885 4353 544 696 0 4046 0
Current children cumulated CPU time: 101.91 s
Current children cumulated vsize: 1233536 KiB
Current children cumulated memory: 82256 KiB


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

[pid=35341] ppid=35340 vsize=73224 memory=61372 CPUtime=3153.56 cores=0,2
/proc/35341/stat : 35341 (naps-1.03a6) R 35340 35341 35341 0 -1 4194304 857182 0 0 0 315157 199 0 0 20 0 1 0 38919677 74981376 15343 18446744073709551615 4198400 7047149 140732525139504 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 38092800 140732525148545 140732525148659 140732525148659 140732525154249 0
/proc/35341/statm: 18306 15343 544 696 0 17467 0
Current children cumulated CPU time: 3153.95 s
Current children cumulated vsize: 1287220 KiB
Current children cumulated memory: 127368 KiB

[startup+3222.3 s]
/proc/loadavg: 3.17 3.15 3.18 4/251 35608
/proc/meminfo: memFree=129812124/131382116 swapFree=33010684/33010684
[pid=35335] ppid=35332 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/35335/stat : 35335 (scip-naps-1.00.) S 35332 35335 31357 0 -1 4194304 259 326 0 0 0 0 0 0 20 0 1 0 38919631 4292608 768 18446744073709551615 94498693058560 94498693953093 140735701558128 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94498694192144 94498694239888 94498718240768 140735701563809 140735701563906 140735701563906 140735701569508 0
/proc/35335/statm: 1048 768 704 219 0 110 0
[pid=35340] ppid=35335 vsize=1209804 memory=62924 CPUtime=0.39 cores=0,2
/proc/35340/stat : 35340 (python3) S 35335 35335 31357 0 -1 4194304 8408 0 0 0 35 4 0 0 20 0 1 0 38919634 1238839296 15731 18446744073709551615 94821574856704 94821574857081 140727631884688 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94821574868376 94821574868996 94821601218560 140727631890776 140727631890978 140727631890978 140727631896551 0
/proc/35340/statm: 302451 15731 8155 1 0 273809 0
[pid=35341] ppid=35340 vsize=65032 memory=55228 CPUtime=3213.39 cores=0,2
/proc/35341/stat : 35341 (naps-1.03a6) R 35340 35341 35341 0 -1 4194304 859504 0 0 0 321139 200 0 0 20 0 1 0 38919677 66592768 13807 18446744073709551615 4198400 7047149 140732525139504 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 38092800 140732525148545 140732525148659 140732525148659 140732525154249 0
/proc/35341/statm: 16258 13807 544 696 0 15419 0
Current children cumulated CPU time: 3213.78 s
Current children cumulated vsize: 1279028 KiB
Current children cumulated memory: 121224 KiB

[startup+3282.3 s]
/proc/loadavg: 3.10 3.14 3.17 4/251 35612
/proc/meminfo: memFree=129810076/131382116 swapFree=33010684/33010684
[pid=35335] ppid=35332 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/35335/stat : 35335 (scip-naps-1.00.) S 35332 35335 31357 0 -1 4194304 259 326 0 0 0 0 0 0 20 0 1 0 38919631 4292608 768 18446744073709551615 94498693058560 94498693953093 140735701558128 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94498694192144 94498694239888 94498718240768 140735701563809 140735701563906 140735701563906 140735701569508 0
/proc/35335/statm: 1048 768 704 219 0 110 0
[pid=35340] ppid=35335 vsize=1209804 memory=62924 CPUtime=0.39 cores=0,2
/proc/35340/stat : 35340 (python3) S 35335 35335 31357 0 -1 4194304 8408 0 0 0 35 4 0 0 20 0 1 0 38919634 1238839296 15731 18446744073709551615 94821574856704 94821574857081 140727631884688 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94821574868376 94821574868996 94821601218560 140727631890776 140727631890978 140727631890978 140727631896551 0
/proc/35340/statm: 302451 15731 8155 1 0 273809 0
[pid=35341] ppid=35340 vsize=73224 memory=63420 CPUtime=3273.23 cores=0,2
/proc/35341/stat : 35341 (naps-1.03a6) R 35340 35341 35341 0 -1 4194304 862853 0 0 0 327121 202 0 0 20 0 1 0 38919677 74981376 15855 18446744073709551615 4198400 7047149 140732525139504 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 38092800 140732525148545 140732525148659 140732525148659 140732525154249 0
/proc/35341/statm: 18306 15855 544 696 0 17467 0
Current children cumulated CPU time: 3273.62 s
Current children cumulated vsize: 1287220 KiB
Current children cumulated memory: 129416 KiB

[startup+3342.3 s]
/proc/loadavg: 3.14 3.14 3.17 4/251 35614
/proc/meminfo: memFree=129800592/131382116 swapFree=33010684/33010684
[pid=35335] ppid=35332 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/35335/stat : 35335 (scip-naps-1.00.) S 35332 35335 31357 0 -1 4194304 259 326 0 0 0 0 0 0 20 0 1 0 38919631 4292608 768 18446744073709551615 94498693058560 94498693953093 140735701558128 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94498694192144 94498694239888 94498718240768 140735701563809 140735701563906 140735701563906 140735701569508 0
/proc/35335/statm: 1048 768 704 219 0 110 0
[pid=35340] ppid=35335 vsize=1209804 memory=62924 CPUtime=0.39 cores=0,2
/proc/35340/stat : 35340 (python3) S 35335 35335 31357 0 -1 4194304 8408 0 0 0 35 4 0 0 20 0 1 0 38919634 1238839296 15731 18446744073709551615 94821574856704 94821574857081 140727631884688 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94821574868376 94821574868996 94821601218560 140727631890776 140727631890978 140727631890978 140727631896551 0
/proc/35340/statm: 302451 15731 8155 1 0 273809 0
[pid=35341] ppid=35340 vsize=65032 memory=55228 CPUtime=3333.07 cores=0,2
/proc/35341/stat : 35341 (naps-1.03a6) R 35340 35341 35341 0 -1 4194304 866900 0 0 0 333104 203 0 0 20 0 1 0 38919677 66592768 13807 18446744073709551615 4198400 7047149 140732525139504 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 38092800 140732525148545 140732525148659 140732525148659 140732525154249 0
/proc/35341/statm: 16258 13807 544 696 0 15419 0
Current children cumulated CPU time: 3333.46 s
Current children cumulated vsize: 1279028 KiB
Current children cumulated memory: 121224 KiB

[startup+3402.3 s]
/proc/loadavg: 3.10 3.13 3.17 4/252 35617
/proc/meminfo: memFree=129809164/131382116 swapFree=33010684/33010684
[pid=35335] ppid=35332 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/35335/stat : 35335 (scip-naps-1.00.) S 35332 35335 31357 0 -1 4194304 259 326 0 0 0 0 0 0 20 0 1 0 38919631 4292608 768 18446744073709551615 94498693058560 94498693953093 140735701558128 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94498694192144 94498694239888 94498718240768 140735701563809 140735701563906 140735701563906 140735701569508 0
/proc/35335/statm: 1048 768 704 219 0 110 0
[pid=35340] ppid=35335 vsize=1209804 memory=62924 CPUtime=0.39 cores=0,2
/proc/35340/stat : 35340 (python3) S 35335 35335 31357 0 -1 4194304 8408 0 0 0 35 4 0 0 20 0 1 0 38919634 1238839296 15731 18446744073709551615 94821574856704 94821574857081 140727631884688 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94821574868376 94821574868996 94821601218560 140727631890776 140727631890978 140727631890978 140727631896551 0
/proc/35340/statm: 302451 15731 8155 1 0 273809 0
[pid=35341] ppid=35340 vsize=73224 memory=63420 CPUtime=3392.93 cores=0,2
/proc/35341/stat : 35341 (naps-1.03a6) R 35340 35341 35341 0 -1 4194304 872520 0 0 0 339087 206 0 0 20 0 1 0 38919677 74981376 15855 18446744073709551615 4198400 7047149 140732525139504 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 38092800 140732525148545 140732525148659 140732525148659 140732525154249 0
/proc/35341/statm: 18306 15855 544 696 0 17467 0
Current children cumulated CPU time: 3393.32 s
Current children cumulated vsize: 1287220 KiB
Current children cumulated memory: 129416 KiB

[startup+3462.3 s]
/proc/loadavg: 2.77 3.04 3.13 3/243 35650
/proc/meminfo: memFree=129936608/131382116 swapFree=33010684/33010684
[pid=35335] ppid=35332 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/35335/stat : 35335 (scip-naps-1.00.) S 35332 35335 31357 0 -1 4194304 259 326 0 0 0 0 0 0 20 0 1 0 38919631 4292608 768 18446744073709551615 94498693058560 94498693953093 140735701558128 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94498694192144 94498694239888 94498718240768 140735701563809 140735701563906 140735701563906 140735701569508 0
/proc/35335/statm: 1048 768 704 219 0 110 0
[pid=35340] ppid=35335 vsize=1209804 memory=62924 CPUtime=0.39 cores=0,2
/proc/35340/stat : 35340 (python3) S 35335 35335 31357 0 -1 4194304 8408 0 0 0 35 4 0 0 20 0 1 0 38919634 1238839296 15731 18446744073709551615 94821574856704 94821574857081 140727631884688 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94821574868376 94821574868996 94821601218560 140727631890776 140727631890978 140727631890978 140727631896551 0
/proc/35340/statm: 302451 15731 8155 1 0 273809 0
[pid=35341] ppid=35340 vsize=73224 memory=63420 CPUtime=3452.78 cores=0,2
/proc/35341/stat : 35341 (naps-1.03a6) R 35340 35341 35341 0 -1 4194304 873091 0 0 0 345072 206 0 0 20 0 1 0 38919677 74981376 15855 18446744073709551615 4198400 7047149 140732525139504 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 38092800 140732525148545 140732525148659 140732525148659 140732525154249 0
/proc/35341/statm: 18306 15855 544 696 0 17467 0
Current children cumulated CPU time: 3453.17 s
Current children cumulated vsize: 1287220 KiB
Current children cumulated memory: 129416 KiB

[startup+3522.3 s]
/proc/loadavg: 1.74 2.69 3.01 2/235 35682
/proc/meminfo: memFree=130037872/131382116 swapFree=33010684/33010684
[pid=35335] ppid=35332 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/35335/stat : 35335 (scip-naps-1.00.) S 35332 35335 31357 0 -1 4194304 259 326 0 0 0 0 0 0 20 0 1 0 38919631 4292608 768 18446744073709551615 94498693058560 94498693953093 140735701558128 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94498694192144 94498694239888 94498718240768 140735701563809 140735701563906 140735701563906 140735701569508 0
/proc/35335/statm: 1048 768 704 219 0 110 0
[pid=35340] ppid=35335 vsize=1209804 memory=62924 CPUtime=0.39 cores=0,2
/proc/35340/stat : 35340 (python3) S 35335 35335 31357 0 -1 4194304 8408 0 0 0 35 4 0 0 20 0 1 0 38919634 1238839296 15731 18446744073709551615 94821574856704 94821574857081 140727631884688 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94821574868376 94821574868996 94821601218560 140727631890776 140727631890978 140727631890978 140727631896551 0
/proc/35340/statm: 302451 15731 8155 1 0 273809 0
[pid=35341] ppid=35340 vsize=65032 memory=56892 CPUtime=3512.61 cores=0,2
/proc/35341/stat : 35341 (naps-1.03a6) R 35340 35341 35341 0 -1 4194304 880420 0 0 0 351051 210 0 0 20 0 1 0 38919677 66592768 14223 18446744073709551615 4198400 7047149 140732525139504 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 38092800 140732525148545 140732525148659 140732525148659 140732525154249 0
/proc/35341/statm: 16258 14223 544 696 0 15419 0
Current children cumulated CPU time: 3513 s
Current children cumulated vsize: 1279028 KiB
Current children cumulated memory: 122888 KiB

[startup+3582.3 s]
/proc/loadavg: 1.31 2.40 2.88 2/235 35684
/proc/meminfo: memFree=130042360/131382116 swapFree=33010684/33010684
[pid=35335] ppid=35332 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/35335/stat : 35335 (scip-naps-1.00.) S 35332 35335 31357 0 -1 4194304 259 326 0 0 0 0 0 0 20 0 1 0 38919631 4292608 768 18446744073709551615 94498693058560 94498693953093 140735701558128 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94498694192144 94498694239888 94498718240768 140735701563809 140735701563906 140735701563906 140735701569508 0
/proc/35335/statm: 1048 768 704 219 0 110 0
[pid=35340] ppid=35335 vsize=1209804 memory=62924 CPUtime=0.39 cores=0,2
/proc/35340/stat : 35340 (python3) S 35335 35335 31357 0 -1 4194304 8408 0 0 0 35 4 0 0 20 0 1 0 38919634 1238839296 15731 18446744073709551615 94821574856704 94821574857081 140727631884688 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94821574868376 94821574868996 94821601218560 140727631890776 140727631890978 140727631890978 140727631896551 0
/proc/35340/statm: 302451 15731 8155 1 0 273809 0
[pid=35341] ppid=35340 vsize=73224 memory=61372 CPUtime=3572.46 cores=0,2
/proc/35341/stat : 35341 (naps-1.03a6) R 35340 35341 35341 0 -1 4194304 889575 0 0 0 357030 216 0 0 20 0 1 0 38919677 74981376 15343 18446744073709551615 4198400 7047149 140732525139504 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 38092800 140732525148545 140732525148659 140732525148659 140732525154249 0
/proc/35341/statm: 18306 15343 544 696 0 17467 0
Current children cumulated CPU time: 3572.85 s
Current children cumulated vsize: 1287220 KiB
Current children cumulated memory: 127368 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.6 s]
/proc/loadavg: 1.31 2.29 2.83 2/235 35685
/proc/meminfo: memFree=130038580/131382116 swapFree=33010684/33010684
[pid=35335] ppid=35332 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/35335/stat : 35335 (scip-naps-1.00.) S 35332 35335 31357 0 -1 4194304 259 326 0 0 0 0 0 0 20 0 1 0 38919631 4292608 768 18446744073709551615 94498693058560 94498693953093 140735701558128 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94498694192144 94498694239888 94498718240768 140735701563809 140735701563906 140735701563906 140735701569508 0
/proc/35335/statm: 1048 768 704 219 0 110 0
[pid=35340] ppid=35335 vsize=1209804 memory=62924 CPUtime=0.39 cores=0,2
/proc/35340/stat : 35340 (python3) S 35335 35335 31357 0 -1 4194304 8408 0 0 0 35 4 0 0 20 0 1 0 38919634 1238839296 15731 18446744073709551615 94821574856704 94821574857081 140727631884688 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94821574868376 94821574868996 94821601218560 140727631890776 140727631890978 140727631890978 140727631896551 0
/proc/35340/statm: 302451 15731 8155 1 0 273809 0
[pid=35341] ppid=35340 vsize=89608 memory=67516 CPUtime=3599.67 cores=0,2
/proc/35341/stat : 35341 (naps-1.03a6) R 35340 35341 35341 0 -1 4194304 890089 0 0 0 359751 216 0 0 20 0 1 0 38919677 91758592 16879 18446744073709551615 4198400 7047149 140732525139504 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 38092800 140732525148545 140732525148659 140732525148659 140732525154249 0
/proc/35341/statm: 22402 16879 544 696 0 21563 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 1303604 KiB
Current children cumulated memory: 133512 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+3609.62 s]
# the end of solver process 35335 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=0.00384 s, system=0.010422 s

[startup+3609.62 s]
# the end of solver process 35340 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=3597.89 s, system=2.22855 s
# this solver process was not waited by its parent and was adopted by runsolver

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

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3609.62
CPU time (s): 3600.11
CPU user time (s): 3597.89
CPU system time (s): 2.22855
CPU usage (%): 99.7366
Max. virtual memory (cumulated for all children) (KiB): 1344568
Max. memory (cumulated for all children) (KiB): 182880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.88
system time used= 2.22855
maximum resident set size= 116884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 901706
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 375
involuntary context switches= 7980


# summary of solver processes directly reported to runsolver:
#   pid: 35335,35340
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3597.89
#   total CPU system time (s): 2.22855

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.6225 second user time and 36.436 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-06-29 23:26:39
IDJOB=4517375
IDBENCH=176059
IDSOLVER=3368
FILE ID=nodeC011/4517375-1751232399
RUNJOBID= nodeC011-1751226828-31367
SLURM_JOB_ID= 9587684
Free space on /tmp= 433020 MiB

SOLVER NAME= SCIP-NaPS 1.00a1
BENCH NAME= PB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/equalities/diag_spec/normalized-16diag_spec_greater.opb
COMMAND LINE= ./scip-naps-1.00.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4517375-1751232399/watcher-4517375-1751232399 -o /tmp/evaluation-result-4517375-1751232399/solver-4517375-1751232399 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751226828-31367 --watchdog 3760  ./scip-naps-1.00.sh HOME/instance-4517375-1751232399.opb

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

MD5SUM BENCH= 6887599ad065147dc61a02d711e5083c
RANDOM SEED=1944278701

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        125791832 kB
MemAvailable:   125602548 kB
Buffers:            3280 kB
Cached:           620236 kB
SwapCached:            0 kB
Active:          4715688 kB
Inactive:         321364 kB
Active(anon):    4431496 kB
Inactive(anon):        0 kB
Active(file):     284192 kB
Inactive(file):   321364 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5720 kB
Writeback:            40 kB
AnonPages:       4412572 kB
Mapped:           131528 kB
Shmem:             17960 kB
KReclaimable:      89188 kB
Slab:             169936 kB
SReclaimable:      89188 kB
SUnreclaim:        80748 kB
KernelStack:        4128 kB
PageTables:        12440 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    8206004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149560 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    952320 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:      191304 kB
DirectMap2M:     8099840 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433048 MiB
End job on nodeC011 at 2025-06-30 00:26:49