Trace number 4541936

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.00a2? (TO) 3600.1 3609.66

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
equalities/array_comm/arraycomm/normalized-17arraycomm_less.opb
MD5SUMb58fe33c06849f09284e381ad8dcab3a
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.359773
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1802
Total number of constraints2381
Number of constraints which are clauses1734
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints647
Minimum length of a constraint2
Maximum length of a constraint68
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 8589934592
Number of bits of the biggest number in a constraint 34
Biggest sum of numbers in a constraint 34359738367
Number of bits of the biggest sum of numbers35
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.62/0.70	c Command: HOME/scip-naps-1.00a2.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4541936-1753211276.opb
0.62/0.70	c Solving mode: decision
0.62/0.70	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
0.62/0.70	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
0.62/0.70	c original problem has 1802 variables (1802 bin, 0 int, 0 impl, 0 cont) and 2381 constraints
0.62/0.70	c presolving:
0.62/0.70	c (round 1, fast)       102 del vars, 102 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1190 clqs
0.62/0.70	c (round 2, exhaustive) 102 del vars, 102 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1735 upgd conss, 0 impls, 1190 clqs
0.62/0.70	c (round 3, exhaustive) 102 del vars, 1836 del conss, 578 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1735 upgd conss, 0 impls, 1191 clqs
0.62/0.70	c (round 4, exhaustive) 391 del vars, 2125 del conss, 578 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1735 upgd conss, 0 impls, 613 clqs
0.62/0.70	c (round 5, fast)       391 del vars, 2125 del conss, 578 add conss, 0 chg bounds, 1 chg sides, 66 chg coeffs, 1735 upgd conss, 0 impls, 613 clqs
0.62/0.70	c    (0.2s) probing: 1000/1411 (70.9%) - 0 fixings, 1 aggregations, 151 implications, 0 bound changes
0.62/0.70	c    (0.2s) probing: 1009/1411 (71.5%) - 0 fixings, 1 aggregations, 151 implications, 0 bound changes
0.62/0.70	c    (0.2s) probing aborted: 50/50 successive totally useless probings
0.62/0.70	c    (0.2s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.62/0.70	c    (0.2s) no symmetry present (symcode time: 0.00)
0.62/0.70	c presolving (6 rounds: 6 fast, 4 medium, 4 exhaustive):
0.62/0.70	c  392 deleted vars, 2125 deleted constraints, 578 added constraints, 0 tightened bounds, 0 added holes, 1 changed sides, 66 changed coefficients
0.62/0.70	c  0 implications, 751 cliques
0.62/0.70	c presolved problem has 1410 variables (1410 bin, 0 int, 0 impl, 0 cont) and 834 constraints
0.62/0.70	c       1 constraints of type <knapsack>
0.62/0.70	c     289 constraints of type <and>
0.62/0.70	c     544 constraints of type <linear>
0.62/0.70	c transformed objective value is always integral (scale: 1)
0.62/0.70	c Presolving Time: 0.22
0.62/0.70	c 
0.62/0.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.62/0.70	c   0.3s|     1 |     0 |    31 |     - |    18M |   0 |1410 | 872 |1123 |   0 |  0 |  37 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.62/0.70	c o 0.3s|     1 |     0 |    37 |     - |feaspump|   0 |1410 | 872 |1123 |   0 |  0 |  37 |   0 | 0.000000e+00 | 0.000000e+00 |   0.00%| unknown
0.62/0.70	c   0.3s|     1 |     0 |    37 |     - |    18M |   0 |1410 | 872 |1123 |   0 |  0 |  37 |   0 | 0.000000e+00 | 0.000000e+00 |   0.00%| unknown
0.62/0.70	c 
0.62/0.70	c SCIP Status        : problem is solved [optimal solution found]
0.62/0.70	c Solving Time (sec) : 0.28
0.62/0.70	c Solving Nodes      : 1
0.62/0.70	c Primal Bound       : +0.00000000000000e+00 (1 solutions)
0.62/0.70	c Dual Bound         : +0.00000000000000e+00
0.62/0.70	c Gap                : 0.00 %
0.62/0.70	c [VIOLATION] Line 17: -1 x1769 +1 x1735 -2 x1770 +2 x1736 -4 x1771 +4 x1737 -8 x1772 +8 x1738 -16 x1773 +16 x1739 -32 x1774 +32 x1740 -64 x1775 +64 x1741 -128 x1776 +128 x1742 -256 x1777 +256 x1743 -512 x1778 +512 x1744 -1024 x1779 +1024 x1745 -2048 x1780 +2048 x1746 -4096 x1781 +4096 x1747 -8192 x1782 +8192 x1748 -16384 x1783 +16384 x1749 -32768 x1784 +32768 x1750 -65536 x1785 +65536 x1751 -131072 x1786 +131072 x1752 -262144 x1787 +262144 x1753 -524288 x1788 +524288 x1754 -1048576 x1789 +1048576 x1755 -2097152 x1790 +2097152 x1756 -4194304 x1791 +4194304 x1757 -8388608 x1792 +8388608 x1758 -16777216 x1793 +16777216 x1759 -33554432 x1794 +33554432 x1760 -67108864 x1795 +67108864 x1761 -134217728 x1796 +134217728 x1762 -268435456 x1797 +268435456 x1763 -536870912 x1798 +536870912 x1764 -1073741824 x1799 +1073741824 x1765 -2147483648 x1800 +2147483648 x1766 -4294967296 x1801 +4294967296 x1767 -8589934592 x1802 +8589934592 x1768 >= 1 ;
0.62/0.70	c   Computed activity: 0
0.62/0.70	c   Required: activity >= 1
0.62/0.70	c   Variable assignments: {x1769=0, x1735=0, x1770=0, x1736=0, x1771=0, x1737=0, x1772=0, x1738=0, x1773=0, x1739=0, x1774=0, x1740=0, x1775=0, x1741=0, x1776=0, x1742=0, x1777=0, x1743=0, x1778=0, x1744=0, x1779=0, x1745=0, x1780=0, x1746=0, x1781=0, x1747=0, x1782=0, x1748=0, x1783=0, x1749=0, x1784=0, x1750=0, x1785=0, x1751=0, x1786=0, x1752=0, x1787=0, x1753=0, x1788=0, x1754=0, x1789=0, x1755=0, x1790=0, x1756=0, x1791=0, x1757=0, x1792=0, x1758=0, x1793=0, x1759=0, x1794=0, x1760=0, x1795=0, x1761=0, x1796=0, x1762=0, x1797=0, x1763=0, x1798=0, x1764=0, x1799=0, x1765=0, x1800=0, x1766=0, x1801=0, x1767=0, x1802=0, x1768=0}}
0.62/0.70	c SCIP found a solution, but it is not feasible according to the original problem.
0.62/0.70	c ----------------------------------------------------------------------
0.62/0.70	c executing external solver (fallback): HOME/naps-1.03a6
0.62/0.70	c ----------------------------------------------------------------------
0.62/0.70	c command: HOME/naps-1.03a6 HOME/instance-4541936-1753211276.opb
0.62/0.71	c NaPS 1.03a6.
0.62/0.71	c Input file name: HOME/instance-4541936-1753211276.opb
3600.01/3609.60	c
3600.01/3609.60	c *** TERMINATED *** by signal 15
3600.01/3609.60	c s UNKNOWN
3600.01/3609.60	c _____________________________________________________________________________
3600.01/3609.60	c std/band forms        : 1,544
3600.01/3609.60	c 2cl/3cl ITE-codings   : 33,2618
3600.01/3609.60	c BDD/srt/adr Max costs : 100,0,0
3600.01/3609.60	c BDDraw/bin/mul/srt/adr: 545,0,0,0,0
3600.01/3609.60	c BDD nodes             : 6493
3600.01/3609.60	c Es1/CC detections     : 0,0
3600.01/3609.60	c CC sort               : 0
3600.01/3609.60	c SAT/UNSAT calls       : 0,0
3600.01/3609.60	c regenrated variables  : 0
3600.01/3609.60	c eliminated fixed lits : 0
3600.01/3609.60	c goal lit flips        : 0
3600.01/3609.60	c goal stages           : 0
3600.01/3609.60	c goal shrink           : 0
3600.01/3609.60	c goal coeff separations: 0
3600.01/3609.60	c restarts              : 0
3600.01/3609.60	c conflicts             : 0              (0 /sec)
3600.01/3609.60	c decisions             : 0              (0 /sec)
3600.01/3609.60	c propagations          : 0              (0 /sec)
3600.01/3609.60	c inspects              : 0              (0 /sec)
3600.01/3609.60	c CPU time (solving tm) : 3593 s        (3593 s, SAT 0 s, UNSAT 0 s)
3600.01/3609.60	c Time for Opt-base     : 0 s
3600.01/3609.60	c Steps for Opt-base    : 0
3600.01/3609.60	c Time for BDD coding   : 0.07272 s
3600.01/3609.60	c Time for srt coding   : 0 s
3600.01/3609.60	c _____________________________________________________________________________
3600.01/3609.60	s UNKNOWN
3600.01/3609.61	c received SIGTERM, forwarding to pbsolver...
3600.01/3609.61	c failed to send SIGTERM to pbsolver: [Errno 3] No such process

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (63093 MiB free)
  memory of node 1: 64465 MiB (63124 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4541936-1753211276/watcher-4541936-1753211276 -o /tmp/evaluation-result-4541936-1753211276/solver-4541936-1753211276 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1753211276-193083 --watchdog 3760 ./scip-naps-1.00a2.sh HOME/instance-4541936-1753211276.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100074 s]*
/proc/loadavg: 1.07 1.11 1.70 6/255 193156
/proc/meminfo: memFree=129235488/131382116 swapFree=33009904/33010684
[pid=193131] ppid=193122 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/193131/stat : 193131 (scip-naps-1.00a) S 193122 193131 193071 0 -1 4194304 256 336 0 0 0 0 0 0 20 0 1 0 236806815 4292608 736 18446744073709551615 94668805701632 94668806596165 140725222707296 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94668806835216 94668806882960 94668813119488 140725222713755 140725222713854 140725222713854 140725222719458 0
/proc/193131/statm: 1048 736 672 219 0 110 0
[pid=193154] ppid=193131 vsize=12092 memory=9216 CPUtime=0.05 cores=1,3
/proc/193154/stat : 193154 (python3) R 193131 193131 193071 0 -1 4194304 1330 0 0 0 4 1 0 0 20 0 1 0 236806820 12382208 2304 18446744073709551615 94616922632192 94616922632569 140721516213200 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94616922643864 94616922644484 94616937111552 140721516218703 140721516218912 140721516218912 140721516224487 0
/proc/193154/statm: 3023 2304 1120 1 0 1271 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 16284 KiB
Current children cumulated memory: 12160 KiB

[startup+0.21501 s]*
/proc/loadavg: 1.07 1.11 1.70 3/255 193156
/proc/meminfo: memFree=129222720/131382116 swapFree=33009904/33010684
[pid=193131] ppid=193122 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/193131/stat : 193131 (scip-naps-1.00a) S 193122 193131 193071 0 -1 4194304 256 336 0 0 0 0 0 0 20 0 1 0 236806815 4292608 736 18446744073709551615 94668805701632 94668806596165 140725222707296 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94668806835216 94668806882960 94668813119488 140725222713755 140725222713854 140725222713854 140725222719458 0
/proc/193131/statm: 1048 736 672 219 0 110 0
[pid=193154] ppid=193131 vsize=1184820 memory=29152 CPUtime=0.15 cores=1,3
/proc/193154/stat : 193154 (python3) R 193131 193131 193071 0 -1 4194304 3223 0 5 0 13 2 0 0 20 0 1 0 236806820 1213255680 7288 18446744073709551615 94616922632192 94616922632569 140721516213200 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94616922643864 94616922644484 94616937111552 140721516218703 140721516218912 140721516218912 140721516224487 0
/proc/193154/statm: 296205 7288 4664 1 0 268273 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 1189012 KiB
Current children cumulated memory: 32096 KiB

[startup+0.31493 s]*
/proc/loadavg: 1.07 1.11 1.70 6/255 193156
/proc/meminfo: memFree=129210384/131382116 swapFree=33009904/33010684
[pid=193131] ppid=193122 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/193131/stat : 193131 (scip-naps-1.00a) S 193122 193131 193071 0 -1 4194304 256 336 0 0 0 0 0 0 20 0 1 0 236806815 4292608 736 18446744073709551615 94668805701632 94668806596165 140725222707296 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94668806835216 94668806882960 94668813119488 140725222713755 140725222713854 140725222713854 140725222719458 0
/proc/193131/statm: 1048 736 672 219 0 110 0
[pid=193154] ppid=193131 vsize=1189596 memory=34912 CPUtime=0.25 cores=1,3
/proc/193154/stat : 193154 (python3) R 193131 193131 193071 0 -1 4194304 4309 0 7 0 22 3 0 0 20 0 1 0 236806820 1218146304 8728 18446744073709551615 94616922632192 94616922632569 140721516213200 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94616922643864 94616922644484 94616937111552 140721516218703 140721516218912 140721516218912 140721516224487 0
/proc/193154/statm: 297399 8728 5048 1 0 269308 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 1193788 KiB
Current children cumulated memory: 37856 KiB

[startup+0.700417 s]
/proc/loadavg: 1.31 1.15 1.71 6/255 193156
/proc/meminfo: memFree=129107568/131382116 swapFree=33009904/33010684
[pid=193131] ppid=193122 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/193131/stat : 193131 (scip-naps-1.00a) S 193122 193131 193071 0 -1 4194304 256 336 0 0 0 0 0 0 20 0 1 0 236806815 4292608 736 18446744073709551615 94668805701632 94668806596165 140725222707296 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94668806835216 94668806882960 94668813119488 140725222713755 140725222713854 140725222713854 140725222719458 0
/proc/193131/statm: 1048 736 672 219 0 110 0
[pid=193154] ppid=193131 vsize=1217964 memory=69472 CPUtime=0.62 cores=1,3
/proc/193154/stat : 193154 (python3) R 193131 193131 193071 0 -1 4194304 10086 0 7 0 55 7 0 0 20 0 1 0 236806820 1247195136 17368 18446744073709551615 94616922632192 94616922632569 140721516213200 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94616922643864 94616922644484 94616937111552 140721516218703 140721516218912 140721516218912 140721516224487 0
/proc/193154/statm: 304491 17368 8184 1 0 275849 0
Current children cumulated CPU time: 0.62 s
Current children cumulated vsize: 1222156 KiB
Current children cumulated memory: 72416 KiB

[startup+1.5004 s]
/proc/loadavg: 1.31 1.15 1.71 6/259 193160
/proc/meminfo: memFree=129023184/131382116 swapFree=33009904/33010684
[pid=193131] ppid=193122 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/193131/stat : 193131 (scip-naps-1.00a) S 193122 193131 193071 0 -1 4194304 256 336 0 0 0 0 0 0 20 0 1 0 236806815 4292608 736 18446744073709551615 94668805701632 94668806596165 140725222707296 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94668806835216 94668806882960 94668813119488 140725222713755 140725222713854 140725222713854 140725222719458 0
/proc/193131/statm: 1048 736 672 219 0 110 0
[pid=193154] ppid=193131 vsize=1218652 memory=70240 CPUtime=0.62 cores=1,3
/proc/193154/stat : 193154 (python3) S 193131 193131 193071 0 -1 4194304 10434 0 7 0 55 7 0 0 20 0 1 0 236806820 1247899648 17560 18446744073709551615 94616922632192 94616922632569 140721516213200 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94616922643864 94616922644484 94616937111552 140721516218703 140721516218912 140721516218912 140721516224487 0
/proc/193154/statm: 304663 17560 8184 1 0 276021 0
[pid=193160] ppid=193154 vsize=9636 memory=6852 CPUtime=0.78 cores=1,3
/proc/193160/stat : 193160 (naps-1.03a6) R 193154 193160 193160 0 -1 4194304 1974 0 0 0 77 1 0 0 20 0 1 0 236806886 9867264 1713 18446744073709551615 4198400 7047149 140727060284912 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 11542528 140727060289919 140727060290033 140727060290033 140727060295625 0
/proc/193160/statm: 2409 1713 544 696 0 1570 0
Current children cumulated CPU time: 1.4 s
Current children cumulated vsize: 1232480 KiB
Current children cumulated memory: 80036 KiB

[startup+3.11432 s]
/proc/loadavg: 1.31 1.15 1.71 6/259 193160
/proc/meminfo: memFree=129007968/131382116 swapFree=33009904/33010684
[pid=193131] ppid=193122 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/193131/stat : 193131 (scip-naps-1.00a) S 193122 193131 193071 0 -1 4194304 256 336 0 0 0 0 0 0 20 0 1 0 236806815 4292608 736 18446744073709551615 94668805701632 94668806596165 140725222707296 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94668806835216 94668806882960 94668813119488 140725222713755 140725222713854 140725222713854 140725222719458 0
/proc/193131/statm: 1048 736 672 219 0 110 0
[pid=193154] ppid=193131 vsize=1218652 memory=70240 CPUtime=0.62 cores=1,3
/proc/193154/stat : 193154 (python3) S 193131 193131 193071 0 -1 4194304 10434 0 7 0 55 7 0 0 20 0 1 0 236806820 1247899648 17560 18446744073709551615 94616922632192 94616922632569 140721516213200 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94616922643864 94616922644484 94616937111552 140721516218703 140721516218912 140721516218912 140721516224487 0
/proc/193154/statm: 304663 17560 8184 1 0 276021 0
[pid=193160] ppid=193154 vsize=9524 memory=7176 CPUtime=2.38 cores=1,3
/proc/193160/stat : 193160 (naps-1.03a6) R 193154 193160 193160 0 -1 4194304 2966 0 0 0 237 1 0 0 20 0 1 0 236806886 9752576 1794 18446744073709551615 4198400 7047149 140727060284912 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 11542528 140727060289919 140727060290033 140727060290033 140727060295625 0
/proc/193160/statm: 2381 1794 544 696 0 1542 0
Current children cumulated CPU time: 3 s
Current children cumulated vsize: 1232368 KiB
Current children cumulated memory: 80360 KiB

[startup+6.3004 s]
/proc/loadavg: 1.60 1.22 1.73 6/259 193160
/proc/meminfo: memFree=129004696/131382116 swapFree=33009904/33010684
[pid=193131] ppid=193122 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/193131/stat : 193131 (scip-naps-1.00a) S 193122 193131 193071 0 -1 4194304 256 336 0 0 0 0 0 0 20 0 1 0 236806815 4292608 736 18446744073709551615 94668805701632 94668806596165 140725222707296 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94668806835216 94668806882960 94668813119488 140725222713755 140725222713854 140725222713854 140725222719458 0
/proc/193131/statm: 1048 736 672 219 0 110 0
[pid=193154] ppid=193131 vsize=1218652 memory=70240 CPUtime=0.62 cores=1,3
/proc/193154/stat : 193154 (python3) S 193131 193131 193071 0 -1 4194304 10434 0 7 0 55 7 0 0 20 0 1 0 236806820 1247899648 17560 18446744073709551615 94616922632192 94616922632569 140721516213200 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94616922643864 94616922644484 94616937111552 140721516218703 140721516218912 140721516218912 140721516224487 0
/proc/193154/statm: 304663 17560 8184 1 0 276021 0
[pid=193160] ppid=193154 vsize=11576 memory=8784 CPUtime=5.56 cores=1,3
/proc/193160/stat : 193160 (naps-1.03a6) R 193154 193160 193160 0 -1 4194304 6777 0 0 0 554 2 0 0 20 0 1 0 236806886 11853824 2196 18446744073709551615 4198400 7047149 140727060284912 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 11542528 140727060289919 140727060290033 140727060290033 140727060295625 0
/proc/193160/statm: 2894 2196 544 696 0 2055 0
Current children cumulated CPU time: 6.18 s
Current children cumulated vsize: 1234420 KiB
Current children cumulated memory: 81968 KiB

[startup+12.7004 s]
/proc/loadavg: 1.80 1.26 1.74 6/259 193160
/proc/meminfo: memFree=128994584/131382116 swapFree=33009904/33010684
[pid=193131] ppid=193122 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/193131/stat : 193131 (scip-naps-1.00a) S 193122 193131 193071 0 -1 4194304 256 336 0 0 0 0 0 0 20 0 1 0 236806815 4292608 736 18446744073709551615 94668805701632 94668806596165 140725222707296 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94668806835216 94668806882960 94668813119488 140725222713755 140725222713854 140725222713854 140725222719458 0
/proc/193131/statm: 1048 736 672 219 0 110 0
[pid=193154] ppid=193131 vsize=1218652 memory=70240 CPUtime=0.62 cores=1,3
/proc/193154/stat : 193154 (python3) S 193131 193131 193071 0 -1 4194304 10434 0 7 0 55 7 0 0 20 0 1 0 236806820 1247899648 17560 18446744073709551615 94616922632192 94616922632569 140721516213200 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94616922643864 94616922644484 94616937111552 140721516218703 140721516218912 140721516218912 140721516224487 0
/proc/193154/statm: 304663 17560 8184 1 0 276021 0
[pid=193160] ppid=193154 vsize=14136 memory=11588 CPUtime=11.94 cores=1,3
/proc/193160/stat : 193160 (naps-1.03a6) R 193154 193160 193160 0 -1 4194304 17001 0 0 0 1191 3 0 0 20 0 1 0 236806886 14475264 2897 18446744073709551615 4198400 7047149 140727060284912 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 11542528 140727060289919 140727060290033 140727060290033 140727060295625 0
/proc/193160/statm: 3534 2897 544 696 0 2695 0
Current children cumulated CPU time: 12.56 s
Current children cumulated vsize: 1236980 KiB
Current children cumulated memory: 84772 KiB

[startup+25.5004 s]
/proc/loadavg: 2.14 1.36 1.77 6/259 193160
/proc/meminfo: memFree=128978216/131382116 swapFree=33009904/33010684
[pid=193131] ppid=193122 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/193131/stat : 193131 (scip-naps-1.00a) S 193122 193131 193071 0 -1 4194304 256 336 0 0 0 0 0 0 20 0 1 0 236806815 4292608 736 18446744073709551615 94668805701632 94668806596165 140725222707296 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94668806835216 94668806882960 94668813119488 140725222713755 140725222713854 140725222713854 140725222719458 0
/proc/193131/statm: 1048 736 672 219 0 110 0
[pid=193154] ppid=193131 vsize=1218652 memory=70240 CPUtime=0.62 cores=1,3
/proc/193154/stat : 193154 (python3) S 193131 193131 193071 0 -1 4194304 10434 0 7 0 55 7 0 0 20 0 1 0 236806820 1247899648 17560 18446744073709551615 94616922632192 94616922632569 140721516213200 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94616922643864 94616922644484 94616937111552 140721516218703 140721516218912 140721516218912 140721516224487 0
/proc/193154/statm: 304663 17560 8184 1 0 276021 0
[pid=193160] ppid=193154 vsize=16184 memory=13360 CPUtime=24.71 cores=1,3
/proc/193160/stat : 193160 (naps-1.03a6) R 193154 193160 193160 0 -1 4194304 36933 0 0 0 2464 7 0 0 20 0 1 0 236806886 16572416 3340 18446744073709551615 4198400 7047149 140727060284912 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 11542528 140727060289919 140727060290033 140727060290033 140727060295625 0
/proc/193160/statm: 4046 3340 544 696 0 3207 0
Current children cumulated CPU time: 25.33 s
Current children cumulated vsize: 1239028 KiB
Current children cumulated memory: 86544 KiB

[startup+51.1149 s]
/proc/loadavg: 2.95 1.63 1.85 6/259 193161
/proc/meminfo: memFree=128957896/131382116 swapFree=33009904/33010684
[pid=193131] ppid=193122 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/193131/stat : 193131 (scip-naps-1.00a) S 193122 193131 193071 0 -1 4194304 256 336 0 0 0 0 0 0 20 0 1 0 236806815 4292608 736 18446744073709551615 94668805701632 94668806596165 140725222707296 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94668806835216 94668806882960 94668813119488 140725222713755 140725222713854 140725222713854 140725222719458 0
/proc/193131/statm: 1048 736 672 219 0 110 0
[pid=193154] ppid=193131 vsize=1218652 memory=70240 CPUtime=0.62 cores=1,3
/proc/193154/stat : 193154 (python3) S 193131 193131 193071 0 -1 4194304 10434 0 7 0 55 7 0 0 20 0 1 0 236806820 1247899648 17560 18446744073709551615 94616922632192 94616922632569 140721516213200 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94616922643864 94616922644484 94616937111552 140721516218703 140721516218912 140721516218912 140721516224487 0
/proc/193154/statm: 304663 17560 8184 1 0 276021 0
[pid=193160] ppid=193154 vsize=20280 memory=16748 CPUtime=50.26 cores=1,3
/proc/193160/stat : 193160 (naps-1.03a6) R 193154 193160 193160 0 -1 4194304 87741 0 0 0 5012 14 0 0 20 0 1 0 236806886 20766720 4187 18446744073709551615 4198400 7047149 140727060284912 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 11542528 140727060289919 140727060290033 140727060290033 140727060295625 0
/proc/193160/statm: 5070 4187 544 696 0 4231 0
Current children cumulated CPU time: 50.88 s
Current children cumulated vsize: 1243124 KiB
Current children cumulated memory: 89932 KiB

[startup+102.3 s]
/proc/loadavg: 3.55 1.99 1.96 6/259 193164
/proc/meminfo: memFree=128940304/131382116 swapFree=33009904/33010684
[pid=193131] ppid=193122 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/193131/stat : 193131 (scip-naps-1.00a) S 193122 193131 193071 0 -1 4194304 256 336 0 0 0 0 0 0 20 0 1 0 236806815 4292608 736 18446744073709551615 94668805701632 94668806596165 140725222707296 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94668806835216 94668806882960 94668813119488 140725222713755 140725222713854 140725222713854 140725222719458 0
/proc/193131/statm: 1048 736 672 219 0 110 0
[pid=193154] ppid=193131 vsize=1218652 memory=70240 CPUtime=0.62 cores=1,3
/proc/193154/stat : 193154 (python3) S 193131 193131 193071 0 -1 4194304 10434 0 7 0 55 7 0 0 20 0 1 0 236806820 1247899648 17560 18446744073709551615 94616922632192 94616922632569 140721516213200 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94616922643864 94616922644484 94616937111552 140721516218703 140721516218912 140721516218912 140721516224487 0
/proc/193154/statm: 304663 17560 8184 1 0 276021 0
[pid=193160] ppid=193154 vsize=22068 memory=17852 CPUtime=101.32 cores=1,3
/proc/193160/stat : 193160 (naps-1.03a6) R 193154 193160 193160 0 -1 4194304 156569 0 0 0 10107 25 0 0 20 0 1 0 236806886 22597632 4463 18446744073709551615 4198400 7047149 140727060284912 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 11542528 140727060289919 140727060290033 140727060290033 140727060295625 0
/proc/193160/statm: 5517 4463 544 696 0 4678 0
Current children cumulated CPU time: 101.94 s
Current children cumulated vsize: 1244912 KiB
Current children cumulated memory: 91036 KiB

[startup+162.3 s]
/proc/loadavg: 3.88 2.38 2.10 6/259 193167
/proc/meminfo: memFree=128911560/131382116 swapFree=33009904/33010684

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

[pid=193160] ppid=193154 vsize=66104 memory=63164 CPUtime=3153.3 cores=1,3
/proc/193160/stat : 193160 (naps-1.03a6) R 193154 193160 193160 0 -1 4194304 2231381 0 0 0 314806 524 0 0 20 0 1 0 236806886 67690496 15791 18446744073709551615 4198400 7047149 140727060284912 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 11542528 140727060289919 140727060290033 140727060290033 140727060295625 0
/proc/193160/statm: 16526 15791 544 696 0 15687 0
Current children cumulated CPU time: 3153.92 s
Current children cumulated vsize: 1288948 KiB
Current children cumulated memory: 136860 KiB

[startup+3222.3 s]
/proc/loadavg: 4.13 4.36 4.24 6/257 193321
/proc/meminfo: memFree=128780008/131382116 swapFree=33009904/33010684
[pid=193131] ppid=193122 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/193131/stat : 193131 (scip-naps-1.00a) S 193122 193131 193071 0 -1 4194304 256 336 0 0 0 0 0 0 20 0 1 0 236806815 4292608 736 18446744073709551615 94668805701632 94668806596165 140725222707296 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94668806835216 94668806882960 94668813119488 140725222713755 140725222713854 140725222713854 140725222719458 0
/proc/193131/statm: 1048 736 672 219 0 110 0
[pid=193154] ppid=193131 vsize=1218652 memory=70752 CPUtime=0.62 cores=1,3
/proc/193154/stat : 193154 (python3) S 193131 193131 193071 0 -1 4194304 10434 0 7 0 55 7 0 0 20 0 1 0 236806820 1247899648 17688 18446744073709551615 94616922632192 94616922632569 140721516213200 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94616922643864 94616922644484 94616937111552 140721516218703 140721516218912 140721516218912 140721516224487 0
/proc/193154/statm: 304663 17688 8184 1 0 276021 0
[pid=193160] ppid=193154 vsize=62004 memory=60212 CPUtime=3213.14 cores=1,3
/proc/193160/stat : 193160 (naps-1.03a6) R 193154 193160 193160 0 -1 4194304 2244797 0 0 0 320787 527 0 0 20 0 1 0 236806886 63492096 15053 18446744073709551615 4198400 7047149 140727060284912 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 11542528 140727060289919 140727060290033 140727060290033 140727060295625 0
/proc/193160/statm: 15501 15053 544 696 0 14662 0
Current children cumulated CPU time: 3213.76 s
Current children cumulated vsize: 1284848 KiB
Current children cumulated memory: 133908 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.33 4.23 6/257 193322
/proc/meminfo: memFree=128768676/131382116 swapFree=33009904/33010684
[pid=193131] ppid=193122 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/193131/stat : 193131 (scip-naps-1.00a) S 193122 193131 193071 0 -1 4194304 256 336 0 0 0 0 0 0 20 0 1 0 236806815 4292608 736 18446744073709551615 94668805701632 94668806596165 140725222707296 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94668806835216 94668806882960 94668813119488 140725222713755 140725222713854 140725222713854 140725222719458 0
/proc/193131/statm: 1048 736 672 219 0 110 0
[pid=193154] ppid=193131 vsize=1218652 memory=70752 CPUtime=0.62 cores=1,3
/proc/193154/stat : 193154 (python3) S 193131 193131 193071 0 -1 4194304 10434 0 7 0 55 7 0 0 20 0 1 0 236806820 1247899648 17688 18446744073709551615 94616922632192 94616922632569 140721516213200 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94616922643864 94616922644484 94616937111552 140721516218703 140721516218912 140721516218912 140721516224487 0
/proc/193154/statm: 304663 17688 8184 1 0 276021 0
[pid=193160] ppid=193154 vsize=78392 memory=70860 CPUtime=3272.97 cores=1,3
/proc/193160/stat : 193160 (naps-1.03a6) R 193154 193160 193160 0 -1 4194304 2285660 0 0 0 326761 536 0 0 20 0 1 0 236806886 80273408 17715 18446744073709551615 4198400 7047149 140727060284912 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 11542528 140727060289919 140727060290033 140727060290033 140727060295625 0
/proc/193160/statm: 19598 17715 544 696 0 18759 0
Current children cumulated CPU time: 3273.59 s
Current children cumulated vsize: 1301236 KiB
Current children cumulated memory: 144556 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.28 4.22 6/257 193324
/proc/meminfo: memFree=128771128/131382116 swapFree=33009904/33010684
[pid=193131] ppid=193122 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/193131/stat : 193131 (scip-naps-1.00a) S 193122 193131 193071 0 -1 4194304 256 336 0 0 0 0 0 0 20 0 1 0 236806815 4292608 736 18446744073709551615 94668805701632 94668806596165 140725222707296 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94668806835216 94668806882960 94668813119488 140725222713755 140725222713854 140725222713854 140725222719458 0
/proc/193131/statm: 1048 736 672 219 0 110 0
[pid=193154] ppid=193131 vsize=1218652 memory=70752 CPUtime=0.62 cores=1,3
/proc/193154/stat : 193154 (python3) S 193131 193131 193071 0 -1 4194304 10434 0 7 0 55 7 0 0 20 0 1 0 236806820 1247899648 17688 18446744073709551615 94616922632192 94616922632569 140721516213200 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94616922643864 94616922644484 94616937111552 140721516218703 140721516218912 140721516218912 140721516224487 0
/proc/193154/statm: 304663 17688 8184 1 0 276021 0
[pid=193160] ppid=193154 vsize=66104 memory=63172 CPUtime=3332.82 cores=1,3
/proc/193160/stat : 193160 (naps-1.03a6) R 193154 193160 193160 0 -1 4194304 2356390 0 0 0 332728 554 0 0 20 0 1 0 236806886 67690496 15793 18446744073709551615 4198400 7047149 140727060284912 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 11542528 140727060289919 140727060290033 140727060290033 140727060295625 0
/proc/193160/statm: 16526 15793 544 696 0 15687 0
Current children cumulated CPU time: 3333.44 s
Current children cumulated vsize: 1288948 KiB
Current children cumulated memory: 136868 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.26 4.21 6/259 193334
/proc/meminfo: memFree=128780652/131382116 swapFree=33009904/33010684
[pid=193131] ppid=193122 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/193131/stat : 193131 (scip-naps-1.00a) S 193122 193131 193071 0 -1 4194304 256 336 0 0 0 0 0 0 20 0 1 0 236806815 4292608 736 18446744073709551615 94668805701632 94668806596165 140725222707296 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94668806835216 94668806882960 94668813119488 140725222713755 140725222713854 140725222713854 140725222719458 0
/proc/193131/statm: 1048 736 672 219 0 110 0
[pid=193154] ppid=193131 vsize=1218652 memory=70752 CPUtime=0.62 cores=1,3
/proc/193154/stat : 193154 (python3) S 193131 193131 193071 0 -1 4194304 10434 0 7 0 55 7 0 0 20 0 1 0 236806820 1247899648 17688 18446744073709551615 94616922632192 94616922632569 140721516213200 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94616922643864 94616922644484 94616937111552 140721516218703 140721516218912 140721516218912 140721516224487 0
/proc/193154/statm: 304663 17688 8184 1 0 276021 0
[pid=193160] ppid=193154 vsize=78392 memory=71124 CPUtime=3392.66 cores=1,3
/proc/193160/stat : 193160 (naps-1.03a6) R 193154 193160 193160 0 -1 4194304 2397726 0 0 0 338702 564 0 0 20 0 1 0 236806886 80273408 17781 18446744073709551615 4198400 7047149 140727060284912 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 11542528 140727060289919 140727060290033 140727060290033 140727060295625 0
/proc/193160/statm: 19598 17781 544 696 0 18759 0
Current children cumulated CPU time: 3393.28 s
Current children cumulated vsize: 1301236 KiB
Current children cumulated memory: 144820 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.23 4.20 6/259 193336
/proc/meminfo: memFree=128769904/131382116 swapFree=33009904/33010684
[pid=193131] ppid=193122 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/193131/stat : 193131 (scip-naps-1.00a) S 193122 193131 193071 0 -1 4194304 256 336 0 0 0 0 0 0 20 0 1 0 236806815 4292608 736 18446744073709551615 94668805701632 94668806596165 140725222707296 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94668806835216 94668806882960 94668813119488 140725222713755 140725222713854 140725222713854 140725222719458 0
/proc/193131/statm: 1048 736 672 219 0 110 0
[pid=193154] ppid=193131 vsize=1218652 memory=70752 CPUtime=0.62 cores=1,3
/proc/193154/stat : 193154 (python3) S 193131 193131 193071 0 -1 4194304 10434 0 7 0 55 7 0 0 20 0 1 0 236806820 1247899648 17688 18446744073709551615 94616922632192 94616922632569 140721516213200 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94616922643864 94616922644484 94616937111552 140721516218703 140721516218912 140721516218912 140721516224487 0
/proc/193154/statm: 304663 17688 8184 1 0 276021 0
[pid=193160] ppid=193154 vsize=78392 memory=73172 CPUtime=3452.5 cores=1,3
/proc/193160/stat : 193160 (naps-1.03a6) R 193154 193160 193160 0 -1 4194304 2517980 0 0 0 344658 592 0 0 20 0 1 0 236806886 80273408 18293 18446744073709551615 4198400 7047149 140727060284912 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 11542528 140727060289919 140727060290033 140727060290033 140727060295625 0
/proc/193160/statm: 19598 18293 544 696 0 18759 0
Current children cumulated CPU time: 3453.12 s
Current children cumulated vsize: 1301236 KiB
Current children cumulated memory: 146868 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.20 4.19 6/259 193338
/proc/meminfo: memFree=128763756/131382116 swapFree=33009904/33010684
[pid=193131] ppid=193122 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/193131/stat : 193131 (scip-naps-1.00a) S 193122 193131 193071 0 -1 4194304 256 336 0 0 0 0 0 0 20 0 1 0 236806815 4292608 736 18446744073709551615 94668805701632 94668806596165 140725222707296 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94668806835216 94668806882960 94668813119488 140725222713755 140725222713854 140725222713854 140725222719458 0
/proc/193131/statm: 1048 736 672 219 0 110 0
[pid=193154] ppid=193131 vsize=1218652 memory=70752 CPUtime=0.62 cores=1,3
/proc/193154/stat : 193154 (python3) S 193131 193131 193071 0 -1 4194304 10434 0 7 0 55 7 0 0 20 0 1 0 236806820 1247899648 17688 18446744073709551615 94616922632192 94616922632569 140721516213200 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94616922643864 94616922644484 94616937111552 140721516218703 140721516218912 140721516218912 140721516224487 0
/proc/193154/statm: 304663 17688 8184 1 0 276021 0
[pid=193160] ppid=193154 vsize=64056 memory=62124 CPUtime=3512.34 cores=1,3
/proc/193160/stat : 193160 (naps-1.03a6) R 193154 193160 193160 0 -1 4194304 2602936 0 0 0 350620 614 0 0 20 0 1 0 236806886 65593344 15531 18446744073709551615 4198400 7047149 140727060284912 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 11542528 140727060289919 140727060290033 140727060290033 140727060295625 0
/proc/193160/statm: 16014 15531 544 696 0 15175 0
Current children cumulated CPU time: 3512.96 s
Current children cumulated vsize: 1286900 KiB
Current children cumulated memory: 135820 KiB

[startup+3582.3 s]
/proc/loadavg: 4.07 4.17 4.18 6/260 193341
/proc/meminfo: memFree=128781848/131382116 swapFree=33009904/33010684
[pid=193131] ppid=193122 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/193131/stat : 193131 (scip-naps-1.00a) S 193122 193131 193071 0 -1 4194304 256 336 0 0 0 0 0 0 20 0 1 0 236806815 4292608 736 18446744073709551615 94668805701632 94668806596165 140725222707296 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94668806835216 94668806882960 94668813119488 140725222713755 140725222713854 140725222713854 140725222719458 0
/proc/193131/statm: 1048 736 672 219 0 110 0
[pid=193154] ppid=193131 vsize=1218652 memory=70752 CPUtime=0.62 cores=1,3
/proc/193154/stat : 193154 (python3) S 193131 193131 193071 0 -1 4194304 10434 0 7 0 55 7 0 0 20 0 1 0 236806820 1247899648 17688 18446744073709551615 94616922632192 94616922632569 140721516213200 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94616922643864 94616922644484 94616937111552 140721516218703 140721516218912 140721516218912 140721516224487 0
/proc/193154/statm: 304663 17688 8184 1 0 276021 0
[pid=193160] ppid=193154 vsize=62004 memory=58568 CPUtime=3572.16 cores=1,3
/proc/193160/stat : 193160 (naps-1.03a6) R 193154 193160 193160 0 -1 4194304 2615922 0 0 0 356599 617 0 0 20 0 1 0 236806886 63492096 14642 18446744073709551615 4198400 7047149 140727060284912 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 11542528 140727060289919 140727060290033 140727060290033 140727060295625 0
/proc/193160/statm: 15501 14642 544 696 0 14662 0
Current children cumulated CPU time: 3572.78 s
Current children cumulated vsize: 1284848 KiB
Current children cumulated memory: 132264 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.6 s]
/proc/loadavg: 4.04 4.16 4.17 6/260 193343
/proc/meminfo: memFree=128796040/131382116 swapFree=33009904/33010684
[pid=193131] ppid=193122 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/193131/stat : 193131 (scip-naps-1.00a) S 193122 193131 193071 0 -1 4194304 256 336 0 0 0 0 0 0 20 0 1 0 236806815 4292608 736 18446744073709551615 94668805701632 94668806596165 140725222707296 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94668806835216 94668806882960 94668813119488 140725222713755 140725222713854 140725222713854 140725222719458 0
/proc/193131/statm: 1048 736 672 219 0 110 0
[pid=193154] ppid=193131 vsize=1218652 memory=70752 CPUtime=0.62 cores=1,3
/proc/193154/stat : 193154 (python3) S 193131 193131 193071 0 -1 4194304 10434 0 7 0 55 7 0 0 20 0 1 0 236806820 1247899648 17688 18446744073709551615 94616922632192 94616922632569 140721516213200 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94616922643864 94616922644484 94616937111552 140721516218703 140721516218912 140721516218912 140721516224487 0
/proc/193154/statm: 304663 17688 8184 1 0 276021 0
[pid=193160] ppid=193154 vsize=70196 memory=64712 CPUtime=3599.39 cores=1,3
/proc/193160/stat : 193160 (naps-1.03a6) R 193154 193160 193160 0 -1 4194304 2622308 0 0 0 359319 620 0 0 20 0 1 0 236806886 71880704 16178 18446744073709551615 4198400 7047149 140727060284912 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 11542528 140727060289919 140727060290033 140727060290033 140727060295625 0
/proc/193160/statm: 17549 16178 544 696 0 16710 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 1293040 KiB
Current children cumulated memory: 138408 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.002546 s, system=0.014419 s

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

# cumulated CPU time of all completed processes:  user=3593.79 s, system=6.31369 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 status: 0

Real time (s): 3609.66
CPU time (s): 3600.1
CPU user time (s): 3593.79
CPU system time (s): 6.31369
CPU usage (%): 99.7353
Max. virtual memory (cumulated for all children) (KiB): 1334008
Max. memory (cumulated for all children) (KiB): 171604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.79
system time used= 6.31369
maximum resident set size= 97908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2638572
page faults= 7
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 525
involuntary context switches= 3434


# summary of solver processes directly reported to runsolver:
#   pid: 193131,193154
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3593.79
#   total CPU system time (s): 6.31369

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 21.4797 second user time and 39.1169 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-07-22 21:07:56
IDJOB=4541936
IDBENCH=163589
IDSOLVER=3388
FILE ID=nodeC004/4541936-1753211276
RUNJOBID= nodeC004-1753211276-193083
SLURM_JOB_ID= 9687793
Free space on /tmp= 433016 MiB

SOLVER NAME= SCIP-NaPS 1.00a2
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/equalities/array_comm/arraycomm/normalized-17arraycomm_less.opb
COMMAND LINE= ./scip-naps-1.00a2.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4541936-1753211276/watcher-4541936-1753211276 -o /tmp/evaluation-result-4541936-1753211276/solver-4541936-1753211276 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1753211276-193083 --watchdog 3760  ./scip-naps-1.00a2.sh HOME/instance-4541936-1753211276.opb

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

MD5SUM BENCH= b58fe33c06849f09284e381ad8dcab3a
RANDOM SEED=1895718128

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

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        129249364 kB
MemAvailable:   129870332 kB
Buffers:            2128 kB
Cached:          1369424 kB
SwapCached:           32 kB
Active:          1136808 kB
Inactive:         302552 kB
Active(anon):      83476 kB
Inactive(anon):    10468 kB
Active(file):    1053332 kB
Inactive(file):   292084 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             22600 kB
Writeback:            16 kB
AnonPages:         70892 kB
Mapped:           108808 kB
Shmem:             26132 kB
KReclaimable:     230356 kB
Slab:             322764 kB
SReclaimable:     230356 kB
SUnreclaim:        92408 kB
KernelStack:        3728 kB
PageTables:         2936 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     350732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149192 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432996 MiB
End job on nodeC004 at 2025-07-22 22:08:06