Trace number 4541975

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

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
equalities/diag_spec/normalized-24diag_spec_greater.opb
MD5SUM873561b121a1050aedee7e68f97b01fd
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 benchmark2.02679
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1848
Total number of constraints2354
Number of constraints which are clauses1728
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints626
Minimum length of a constraint2
Maximum length of a constraint624
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 140737488355328
Number of bits of the biggest number in a constraint 48
Biggest sum of numbers in a constraint 562949953421311
Number of bits of the biggest sum of numbers49
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.45/0.57	c Command: HOME/scip-naps-1.00a2.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4541975-1753211276.opb
0.45/0.57	c Solving mode: decision
0.45/0.57	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
0.45/0.57	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
0.45/0.57	c original problem has 1848 variables (1848 bin, 0 int, 0 impl, 0 cont) and 2354 constraints
0.45/0.57	c presolving:
0.45/0.57	c (round 1, fast)       73 del vars, 72 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1176 clqs
0.45/0.57	c (round 2, exhaustive) 73 del vars, 72 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1729 upgd conss, 0 impls, 1176 clqs
0.45/0.57	c (round 3, fast)       73 del vars, 72 del conss, 0 add conss, 0 chg bounds, 1 chg sides, 94 chg coeffs, 1729 upgd conss, 0 impls, 1176 clqs
0.45/0.57	c (round 4, exhaustive) 73 del vars, 1800 del conss, 576 add conss, 0 chg bounds, 1 chg sides, 94 chg coeffs, 1729 upgd conss, 0 impls, 1177 clqs
0.45/0.57	c    (0.1s) probing: 99/1775 (5.6%) - 0 fixings, 0 aggregations, 3 implications, 0 bound changes
0.45/0.57	c    (0.1s) probing aborted: 50/50 successive totally useless probings
0.45/0.57	c    (0.1s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.45/0.57	c    (0.1s) no symmetry present (symcode time: 0.00)
0.45/0.57	c presolving (5 rounds: 5 fast, 3 medium, 3 exhaustive):
0.45/0.57	c  73 deleted vars, 1800 deleted constraints, 576 added constraints, 0 tightened bounds, 0 added holes, 1 changed sides, 94 changed coefficients
0.45/0.57	c  0 implications, 1180 cliques
0.45/0.57	c presolved problem has 1775 variables (1775 bin, 0 int, 0 impl, 0 cont) and 1130 constraints
0.45/0.57	c       1 constraints of type <knapsack>
0.45/0.57	c     576 constraints of type <and>
0.45/0.57	c     553 constraints of type <linear>
0.45/0.57	c transformed objective value is always integral (scale: 1)
0.45/0.57	c Presolving Time: 0.09
0.45/0.57	c 
0.45/0.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.45/0.57	c * 0.2s|     1 |     0 |    93 |     - |    LP  |   0 |1775 |1137 |1706 |   0 |  0 |   6 |   0 | 0.000000e+00 | 0.000000e+00 |   0.00%| unknown
0.45/0.57	c   0.2s|     1 |     0 |    93 |     - |    20M |   0 |1775 |1137 |1706 |   0 |  0 |   6 |   0 | 0.000000e+00 | 0.000000e+00 |   0.00%| unknown
0.45/0.57	c 
0.45/0.57	c SCIP Status        : problem is solved [optimal solution found]
0.45/0.57	c Solving Time (sec) : 0.15
0.45/0.57	c Solving Nodes      : 1
0.45/0.57	c Primal Bound       : +0.00000000000000e+00 (1 solutions)
0.45/0.57	c Dual Bound         : +0.00000000000000e+00
0.45/0.57	c Gap                : 0.00 %
0.45/0.57	c [VIOLATION] Line 13: +1 x1753 -1 x1801 +2 x1754 -2 x1802 +4 x1755 -4 x1803 +8 x1756 -8 x1804 +16 x1757 -16 x1805 +32 x1758 -32 x1806 +64 x1759 -64 x1807 +128 x1760 -128 x1808 +256 x1761 -256 x1809 +512 x1762 -512 x1810 +1024 x1763 -1024 x1811 +2048 x1764 -2048 x1812 +4096 x1765 -4096 x1813 +8192 x1766 -8192 x1814 +16384 x1767 -16384 x1815 +32768 x1768 -32768 x1816 +65536 x1769 -65536 x1817 +131072 x1770 -131072 x1818 +262144 x1771 -262144 x1819 +524288 x1772 -524288 x1820 +1048576 x1773 -1048576 x1821 +2097152 x1774 -2097152 x1822 +4194304 x1775 -4194304 x1823 +8388608 x1776 -8388608 x1824 +16777216 x1777 -16777216 x1825 +33554432 x1778 -33554432 x1826 +67108864 x1779 -67108864 x1827 +134217728 x1780 -134217728 x1828 +268435456 x1781 -268435456 x1829 +536870912 x1782 -536870912 x1830 +1073741824 x1783 -1073741824 x1831 +2147483648 x1784 -2147483648 x1832 +4294967296 x1785 -4294967296 x1833 +8589934592 x1786 -8589934592 x1834 +17179869184 x1787 -17179869184 x1835 +34359738368 x1788 -34359738368 x1836 +68719476736 x1789 -68719476736 x1837 +137438953472 x1790 -137438953472 x1838 +274877906944 x1791 -274877906944 x1839 +549755813888 x1792 -549755813888 x1840 +1099511627776 x1793 -1099511627776 x1841 +2199023255552 x1794 -2199023255552 x1842 +4398046511104 x1795 -4398046511104 x1843 +8796093022208 x1796 -8796093022208 x1844 +17592186044416 x1797 -17592186044416 x1845 +35184372088832 x1798 -35184372088832 x1846 +70368744177664 x1799 -70368744177664 x1847 +140737488355328 x1800 -140737488355328 x1848 >= 1 ;
0.45/0.57	c   Computed activity: 0
0.45/0.57	c   Required: activity >= 1
0.45/0.57	c   Variable assignments: {x1753=0, x1801=0, x1754=0, x1802=0, x1755=0, x1803=0, x1756=0, x1804=0, x1757=0, x1805=0, x1758=0, x1806=0, x1759=0, x1807=0, x1760=0, x1808=0, x1761=0, x1809=0, x1762=0, x1810=0, x1763=0, x1811=0, x1764=0, x1812=0, x1765=0, x1813=0, x1766=0, x1814=0, x1767=0, x1815=0, x1768=0, x1816=0, x1769=0, x1817=0, x1770=0, x1818=0, x1771=0, x1819=0, x1772=0, x1820=0, x1773=0, x1821=0, x1774=0, x1822=0, x1775=0, x1823=0, x1776=0, x1824=0, x1777=0, x1825=0, x1778=0, x1826=0, x1779=0, x1827=0, x1780=0, x1828=0, x1781=0, x1829=0, x1782=0, x1830=0, x1783=0, x1831=0, x1784=0, x1832=0, x1785=0, x1833=0, x1786=0, x1834=0, x1787=0, x1835=0, x1788=0, x1836=0, x1789=0, x1837=0, x1790=0, x1838=0, x1791=0, x1839=0, x1792=0, x1840=0, x1793=0, x1841=0, x1794=0, x1842=0, x1795=0, x1843=0, x1796=0, x1844=0, x1797=0, x1845=0, x1798=0, x1846=0, x1799=0, x1847=0, x1800=0, x1848=0}}
0.45/0.57	c SCIP found a solution, but it is not feasible according to the original problem.
0.45/0.57	c ----------------------------------------------------------------------
0.45/0.57	c executing external solver (fallback): HOME/naps-1.03a6
0.45/0.57	c ----------------------------------------------------------------------
0.45/0.57	c command: HOME/naps-1.03a6 HOME/instance-4541975-1753211276.opb
0.45/0.58	c NaPS 1.03a6.
0.45/0.58	c Input file name: HOME/instance-4541975-1753211276.opb
3600.01/3609.90	c
3600.01/3609.90	c *** TERMINATED *** by signal 15
3600.01/3609.90	c s UNKNOWN
3600.01/3609.90	c _____________________________________________________________________________
3600.01/3609.90	c std/band forms        : 1,553
3600.01/3609.90	c 2cl/3cl ITE-codings   : 47,16465
3600.01/3609.90	c BDD/srt/adr Max costs : 14952,0,0
3600.01/3609.90	c BDDraw/bin/mul/srt/adr: 554,0,0,0,0
3600.01/3609.90	c BDD nodes             : 21625
3600.01/3609.90	c Es1/CC detections     : 0,0
3600.01/3609.90	c CC sort               : 0
3600.01/3609.90	c SAT/UNSAT calls       : 0,0
3600.01/3609.90	c regenrated variables  : 0
3600.01/3609.90	c eliminated fixed lits : 0
3600.01/3609.90	c goal lit flips        : 0
3600.01/3609.90	c goal stages           : 0
3600.01/3609.90	c goal shrink           : 0
3600.01/3609.90	c goal coeff separations: 0
3600.01/3609.90	c restarts              : 0
3600.01/3609.90	c conflicts             : 0              (0 /sec)
3600.01/3609.90	c decisions             : 0              (0 /sec)
3600.01/3609.90	c propagations          : 0              (0 /sec)
3600.01/3609.90	c inspects              : 0              (0 /sec)
3600.01/3609.90	c CPU time (solving tm) : 3597 s        (3597 s, SAT 0 s, UNSAT 0 s)
3600.01/3609.90	c Time for Opt-base     : 0 s
3600.01/3609.90	c Steps for Opt-base    : 0
3600.01/3609.90	c Time for BDD coding   : 0.3091 s
3600.01/3609.90	c Time for srt coding   : 0 s
3600.01/3609.90	c _____________________________________________________________________________
3600.01/3609.90	s UNKNOWN
3600.01/3609.92	c received SIGTERM, forwarding to pbsolver...
3600.01/3609.92	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-4541975-1753211276/watcher-4541975-1753211276 -o /tmp/evaluation-result-4541975-1753211276/solver-4541975-1753211276 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1753211276-193084 --watchdog 3760 ./scip-naps-1.00a2.sh HOME/instance-4541975-1753211276.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=193140, runsolver pid=193124

[startup+0.100071 s]*
/proc/loadavg: 1.07 1.11 1.70 8/255 193156
/proc/meminfo: memFree=129234984/131382116 swapFree=33009904/33010684
[pid=193140] ppid=193124 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/193140/stat : 193140 (scip-naps-1.00a) S 193124 193140 193071 0 -1 4194304 256 339 0 0 0 0 0 0 20 0 1 0 236806816 4292608 736 18446744073709551615 94524162678784 94524163573317 140731152707856 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94524163812368 94524163860112 94524175433728 140731152710043 140731152710142 140731152710142 140731152715746 0
/proc/193140/statm: 1048 736 672 219 0 110 0
[pid=193156] ppid=193140 vsize=12184 memory=9216 CPUtime=0.04 cores=5,7
/proc/193156/stat : 193156 (python3) R 193140 193140 193071 0 -1 4194304 1356 0 0 0 4 0 0 0 20 0 1 0 236806821 12476416 2304 18446744073709551615 94044423233536 94044423233913 140731018760592 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94044423245208 94044423245828 94044426932224 140731018766671 140731018766880 140731018766880 140731018772455 0
/proc/193156/statm: 3046 2304 1120 1 0 1275 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 16376 KiB
Current children cumulated memory: 12160 KiB

[startup+0.213591 s]*
/proc/loadavg: 1.07 1.11 1.70 8/255 193156
/proc/meminfo: memFree=129222720/131382116 swapFree=33009904/33010684
[pid=193140] ppid=193124 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/193140/stat : 193140 (scip-naps-1.00a) S 193124 193140 193071 0 -1 4194304 256 339 0 0 0 0 0 0 20 0 1 0 236806816 4292608 736 18446744073709551615 94524162678784 94524163573317 140731152707856 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94524163812368 94524163860112 94524175433728 140731152710043 140731152710142 140731152710142 140731152715746 0
/proc/193140/statm: 1048 736 672 219 0 110 0
[pid=193156] ppid=193140 vsize=1185840 memory=30424 CPUtime=0.15 cores=5,7
/proc/193156/stat : 193156 (python3) R 193140 193140 193071 0 -1 4194304 3472 0 3 0 13 2 0 0 20 0 1 0 236806821 1214300160 7606 18446744073709551615 94044423233536 94044423233913 140731018760592 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94044423245208 94044423245828 94044426932224 140731018766671 140731018766880 140731018766880 140731018772455 0
/proc/193156/statm: 296460 7606 4791 1 0 268528 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 1190032 KiB
Current children cumulated memory: 33368 KiB

[startup+0.313595 s]*
/proc/loadavg: 1.07 1.11 1.70 8/255 193156
/proc/meminfo: memFree=129206856/131382116 swapFree=33009904/33010684
[pid=193140] ppid=193124 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/193140/stat : 193140 (scip-naps-1.00a) S 193124 193140 193071 0 -1 4194304 256 339 0 0 0 0 0 0 20 0 1 0 236806816 4292608 736 18446744073709551615 94524162678784 94524163573317 140731152707856 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94524163812368 94524163860112 94524175433728 140731152710043 140731152710142 140731152710142 140731152715746 0
/proc/193140/statm: 1048 736 672 219 0 110 0
[pid=193156] ppid=193140 vsize=1189852 memory=34904 CPUtime=0.25 cores=5,7
/proc/193156/stat : 193156 (python3) R 193140 193140 193071 0 -1 4194304 4355 0 3 0 22 3 0 0 20 0 1 0 236806821 1218408448 8726 18446744073709551615 94044423233536 94044423233913 140731018760592 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94044423245208 94044423245828 94044426932224 140731018766671 140731018766880 140731018766880 140731018772455 0
/proc/193156/statm: 297463 8726 5047 1 0 269372 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 1194044 KiB
Current children cumulated memory: 37848 KiB

[startup+0.700344 s]
/proc/loadavg: 1.31 1.15 1.71 8/255 193156
/proc/meminfo: memFree=129107568/131382116 swapFree=33009904/33010684
[pid=193140] ppid=193124 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/193140/stat : 193140 (scip-naps-1.00a) S 193124 193140 193071 0 -1 4194304 256 339 0 0 0 0 0 0 20 0 1 0 236806816 4292608 736 18446744073709551615 94524162678784 94524163573317 140731152707856 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94524163812368 94524163860112 94524175433728 140731152710043 140731152710142 140731152710142 140731152715746 0
/proc/193140/statm: 1048 736 672 219 0 110 0
[pid=193156] ppid=193140 vsize=1220668 memory=71128 CPUtime=0.5 cores=5,7
/proc/193156/stat : 193156 (python3) S 193140 193140 193071 0 -1 4194304 10736 0 3 0 44 6 0 0 20 0 1 0 236806821 1249964032 17782 18446744073709551615 94044423233536 94044423233913 140731018760592 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94044423245208 94044423245828 94044426932224 140731018766671 140731018766880 140731018766880 140731018772455 0
/proc/193156/statm: 305167 17782 8151 1 0 276525 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 1224860 KiB
Current children cumulated memory: 74072 KiB

[startup+1.50033 s]
/proc/loadavg: 1.31 1.15 1.71 8/259 193160
/proc/meminfo: memFree=129023184/131382116 swapFree=33009904/33010684
[pid=193140] ppid=193124 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/193140/stat : 193140 (scip-naps-1.00a) S 193124 193140 193071 0 -1 4194304 256 339 0 0 0 0 0 0 20 0 1 0 236806816 4292608 736 18446744073709551615 94524162678784 94524163573317 140731152707856 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94524163812368 94524163860112 94524175433728 140731152710043 140731152710142 140731152710142 140731152715746 0
/proc/193140/statm: 1048 736 672 219 0 110 0
[pid=193156] ppid=193140 vsize=1220668 memory=71128 CPUtime=0.5 cores=5,7
/proc/193156/stat : 193156 (python3) S 193140 193140 193071 0 -1 4194304 10736 0 3 0 44 6 0 0 20 0 1 0 236806821 1249964032 17782 18446744073709551615 94044423233536 94044423233913 140731018760592 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94044423245208 94044423245828 94044426932224 140731018766671 140731018766880 140731018766880 140731018772455 0
/proc/193156/statm: 305167 17782 8151 1 0 276525 0
[pid=193158] ppid=193156 vsize=30360 memory=25036 CPUtime=0.91 cores=5,7
/proc/193158/stat : 193158 (naps-1.03a6) R 193156 193158 193158 0 -1 4194304 6736 0 0 0 89 2 0 0 20 0 1 0 236806874 31088640 6259 18446744073709551615 4198400 7047149 140726612329040 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 12353536 140726612334975 140726612335089 140726612335089 140726612340681 0
/proc/193158/statm: 7590 6259 544 696 0 6751 0
Current children cumulated CPU time: 1.41 s
Current children cumulated vsize: 1255220 KiB
Current children cumulated memory: 99108 KiB

[startup+3.11303 s]
/proc/loadavg: 1.31 1.15 1.71 8/259 193160
/proc/meminfo: memFree=129007968/131382116 swapFree=33009904/33010684
[pid=193140] ppid=193124 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/193140/stat : 193140 (scip-naps-1.00a) S 193124 193140 193071 0 -1 4194304 256 339 0 0 0 0 0 0 20 0 1 0 236806816 4292608 736 18446744073709551615 94524162678784 94524163573317 140731152707856 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94524163812368 94524163860112 94524175433728 140731152710043 140731152710142 140731152710142 140731152715746 0
/proc/193140/statm: 1048 736 672 219 0 110 0
[pid=193156] ppid=193140 vsize=1220668 memory=71128 CPUtime=0.5 cores=5,7
/proc/193156/stat : 193156 (python3) S 193140 193140 193071 0 -1 4194304 10736 0 3 0 44 6 0 0 20 0 1 0 236806821 1249964032 17782 18446744073709551615 94044423233536 94044423233913 140731018760592 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94044423245208 94044423245828 94044426932224 140731018766671 140731018766880 140731018766880 140731018772455 0
/proc/193156/statm: 305167 17782 8151 1 0 276525 0
[pid=193158] ppid=193156 vsize=30568 memory=25456 CPUtime=2.51 cores=5,7
/proc/193158/stat : 193158 (naps-1.03a6) R 193156 193158 193158 0 -1 4194304 7327 0 0 0 249 2 0 0 20 0 1 0 236806874 31301632 6364 18446744073709551615 4198400 7047149 140726612329040 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 12353536 140726612334975 140726612335089 140726612335089 140726612340681 0
/proc/193158/statm: 7642 6364 544 696 0 6803 0
Current children cumulated CPU time: 3.01 s
Current children cumulated vsize: 1255428 KiB
Current children cumulated memory: 99528 KiB

[startup+6.30038 s]
/proc/loadavg: 1.60 1.22 1.73 8/259 193160
/proc/meminfo: memFree=129004696/131382116 swapFree=33009904/33010684
[pid=193140] ppid=193124 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/193140/stat : 193140 (scip-naps-1.00a) S 193124 193140 193071 0 -1 4194304 256 339 0 0 0 0 0 0 20 0 1 0 236806816 4292608 736 18446744073709551615 94524162678784 94524163573317 140731152707856 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94524163812368 94524163860112 94524175433728 140731152710043 140731152710142 140731152710142 140731152715746 0
/proc/193140/statm: 1048 736 672 219 0 110 0
[pid=193156] ppid=193140 vsize=1220668 memory=71128 CPUtime=0.5 cores=5,7
/proc/193156/stat : 193156 (python3) S 193140 193140 193071 0 -1 4194304 10736 0 3 0 44 6 0 0 20 0 1 0 236806821 1249964032 17782 18446744073709551615 94044423233536 94044423233913 140731018760592 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94044423245208 94044423245828 94044426932224 140731018766671 140731018766880 140731018766880 140731018772455 0
/proc/193156/statm: 305167 17782 8151 1 0 276525 0
[pid=193158] ppid=193156 vsize=31208 memory=23680 CPUtime=5.69 cores=5,7
/proc/193158/stat : 193158 (naps-1.03a6) R 193156 193158 193158 0 -1 4194304 8556 0 0 0 567 2 0 0 20 0 1 0 236806874 31956992 5920 18446744073709551615 4198400 7047149 140726612329040 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 12353536 140726612334975 140726612335089 140726612335089 140726612340681 0
/proc/193158/statm: 7802 5920 544 696 0 6963 0
Current children cumulated CPU time: 6.19 s
Current children cumulated vsize: 1256068 KiB
Current children cumulated memory: 97752 KiB

[startup+12.7004 s]
/proc/loadavg: 1.80 1.26 1.74 8/259 193160
/proc/meminfo: memFree=128994584/131382116 swapFree=33009904/33010684
[pid=193140] ppid=193124 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/193140/stat : 193140 (scip-naps-1.00a) S 193124 193140 193071 0 -1 4194304 256 339 0 0 0 0 0 0 20 0 1 0 236806816 4292608 736 18446744073709551615 94524162678784 94524163573317 140731152707856 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94524163812368 94524163860112 94524175433728 140731152710043 140731152710142 140731152710142 140731152715746 0
/proc/193140/statm: 1048 736 672 219 0 110 0
[pid=193156] ppid=193140 vsize=1220668 memory=71128 CPUtime=0.5 cores=5,7
/proc/193156/stat : 193156 (python3) S 193140 193140 193071 0 -1 4194304 10736 0 3 0 44 6 0 0 20 0 1 0 236806821 1249964032 17782 18446744073709551615 94044423233536 94044423233913 140731018760592 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94044423245208 94044423245828 94044426932224 140731018766671 140731018766880 140731018766880 140731018772455 0
/proc/193156/statm: 305167 17782 8151 1 0 276525 0
[pid=193158] ppid=193156 vsize=35112 memory=30004 CPUtime=12.06 cores=5,7
/proc/193158/stat : 193158 (naps-1.03a6) R 193156 193158 193158 0 -1 4194304 9625 0 0 0 1204 2 0 0 20 0 1 0 236806874 35954688 7501 18446744073709551615 4198400 7047149 140726612329040 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 12353536 140726612334975 140726612335089 140726612335089 140726612340681 0
/proc/193158/statm: 8778 7501 544 696 0 7939 0
Current children cumulated CPU time: 12.56 s
Current children cumulated vsize: 1259972 KiB
Current children cumulated memory: 104076 KiB

[startup+25.5004 s]
/proc/loadavg: 2.14 1.36 1.77 8/259 193160
/proc/meminfo: memFree=128978216/131382116 swapFree=33009904/33010684
[pid=193140] ppid=193124 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/193140/stat : 193140 (scip-naps-1.00a) S 193124 193140 193071 0 -1 4194304 256 339 0 0 0 0 0 0 20 0 1 0 236806816 4292608 736 18446744073709551615 94524162678784 94524163573317 140731152707856 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94524163812368 94524163860112 94524175433728 140731152710043 140731152710142 140731152710142 140731152715746 0
/proc/193140/statm: 1048 736 672 219 0 110 0
[pid=193156] ppid=193140 vsize=1220668 memory=71128 CPUtime=0.5 cores=5,7
/proc/193156/stat : 193156 (python3) S 193140 193140 193071 0 -1 4194304 10736 0 3 0 44 6 0 0 20 0 1 0 236806821 1249964032 17782 18446744073709551615 94044423233536 94044423233913 140731018760592 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94044423245208 94044423245828 94044426932224 140731018766671 140731018766880 140731018766880 140731018772455 0
/proc/193156/statm: 305167 17782 8151 1 0 276525 0
[pid=193158] ppid=193156 vsize=31016 memory=26868 CPUtime=24.83 cores=5,7
/proc/193158/stat : 193158 (naps-1.03a6) R 193156 193158 193158 0 -1 4194304 10101 0 0 0 2480 3 0 0 20 0 1 0 236806874 31760384 6717 18446744073709551615 4198400 7047149 140726612329040 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 12353536 140726612334975 140726612335089 140726612335089 140726612340681 0
/proc/193158/statm: 7754 6717 544 696 0 6915 0
Current children cumulated CPU time: 25.33 s
Current children cumulated vsize: 1255876 KiB
Current children cumulated memory: 100940 KiB

[startup+51.113 s]
/proc/loadavg: 2.95 1.63 1.85 8/259 193161
/proc/meminfo: memFree=128957896/131382116 swapFree=33009904/33010684
[pid=193140] ppid=193124 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/193140/stat : 193140 (scip-naps-1.00a) S 193124 193140 193071 0 -1 4194304 256 339 0 0 0 0 0 0 20 0 1 0 236806816 4292608 736 18446744073709551615 94524162678784 94524163573317 140731152707856 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94524163812368 94524163860112 94524175433728 140731152710043 140731152710142 140731152710142 140731152715746 0
/proc/193140/statm: 1048 736 672 219 0 110 0
[pid=193156] ppid=193140 vsize=1220668 memory=71128 CPUtime=0.5 cores=5,7
/proc/193156/stat : 193156 (python3) S 193140 193140 193071 0 -1 4194304 10736 0 3 0 44 6 0 0 20 0 1 0 236806821 1249964032 17782 18446744073709551615 94044423233536 94044423233913 140731018760592 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94044423245208 94044423245828 94044426932224 140731018766671 140731018766880 140731018766880 140731018772455 0
/proc/193156/statm: 305167 17782 8151 1 0 276525 0
[pid=193158] ppid=193156 vsize=39084 memory=31452 CPUtime=50.36 cores=5,7
/proc/193158/stat : 193158 (naps-1.03a6) R 193156 193158 193158 0 -1 4194304 16149 0 0 0 5032 4 0 0 20 0 1 0 236806874 40022016 7863 18446744073709551615 4198400 7047149 140726612329040 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 12353536 140726612334975 140726612335089 140726612335089 140726612340681 0
/proc/193158/statm: 9771 7863 544 696 0 8932 0
Current children cumulated CPU time: 50.86 s
Current children cumulated vsize: 1263944 KiB
Current children cumulated memory: 105524 KiB

[startup+102.3 s]
/proc/loadavg: 3.55 1.99 1.96 8/259 193164
/proc/meminfo: memFree=128940304/131382116 swapFree=33009904/33010684
[pid=193140] ppid=193124 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/193140/stat : 193140 (scip-naps-1.00a) S 193124 193140 193071 0 -1 4194304 256 339 0 0 0 0 0 0 20 0 1 0 236806816 4292608 736 18446744073709551615 94524162678784 94524163573317 140731152707856 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94524163812368 94524163860112 94524175433728 140731152710043 140731152710142 140731152710142 140731152715746 0
/proc/193140/statm: 1048 736 672 219 0 110 0
[pid=193156] ppid=193140 vsize=1220668 memory=71128 CPUtime=0.5 cores=5,7
/proc/193156/stat : 193156 (python3) S 193140 193140 193071 0 -1 4194304 10736 0 3 0 44 6 0 0 20 0 1 0 236806821 1249964032 17782 18446744073709551615 94044423233536 94044423233913 140731018760592 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94044423245208 94044423245828 94044426932224 140731018766671 140731018766880 140731018766880 140731018772455 0
/proc/193156/statm: 305167 17782 8151 1 0 276525 0
[pid=193158] ppid=193156 vsize=41032 memory=38384 CPUtime=101.38 cores=5,7
/proc/193158/stat : 193158 (naps-1.03a6) R 193156 193158 193158 0 -1 4194304 28928 0 0 0 10130 8 0 0 20 0 1 0 236806874 42016768 9596 18446744073709551615 4198400 7047149 140726612329040 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 12353536 140726612334975 140726612335089 140726612335089 140726612340681 0
/proc/193158/statm: 10258 9596 544 696 0 9419 0
Current children cumulated CPU time: 101.88 s
Current children cumulated vsize: 1265892 KiB
Current children cumulated memory: 112456 KiB

[startup+162.3 s]
/proc/loadavg: 3.88 2.38 2.10 8/259 193167

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

[pid=193158] ppid=193156 vsize=81996 memory=75440 CPUtime=3212.94 cores=5,7
/proc/193158/stat : 193158 (naps-1.03a6) R 193156 193158 193158 0 -1 4194304 566850 0 0 0 321077 217 0 0 20 0 1 0 236806874 83963904 18860 18446744073709551615 4198400 7047149 140726612329040 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 12353536 140726612334975 140726612335089 140726612335089 140726612340681 0
/proc/193158/statm: 20499 18860 544 696 0 19660 0
Current children cumulated CPU time: 3213.44 s
Current children cumulated vsize: 1306856 KiB
Current children cumulated memory: 149896 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.33 4.23 8/257 193322
/proc/meminfo: memFree=128768676/131382116 swapFree=33009904/33010684
[pid=193140] ppid=193124 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/193140/stat : 193140 (scip-naps-1.00a) S 193124 193140 193071 0 -1 4194304 256 339 0 0 0 0 0 0 20 0 1 0 236806816 4292608 736 18446744073709551615 94524162678784 94524163573317 140731152707856 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94524163812368 94524163860112 94524175433728 140731152710043 140731152710142 140731152710142 140731152715746 0
/proc/193140/statm: 1048 736 672 219 0 110 0
[pid=193156] ppid=193140 vsize=1220668 memory=71512 CPUtime=0.5 cores=5,7
/proc/193156/stat : 193156 (python3) S 193140 193140 193071 0 -1 4194304 10736 0 3 0 44 6 0 0 20 0 1 0 236806821 1249964032 17878 18446744073709551615 94044423233536 94044423233913 140731018760592 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94044423245208 94044423245828 94044426932224 140731018766671 140731018766880 140731018766880 140731018772455 0
/proc/193156/statm: 305167 17878 8151 1 0 276525 0
[pid=193158] ppid=193156 vsize=73804 memory=70380 CPUtime=3272.78 cores=5,7
/proc/193158/stat : 193158 (naps-1.03a6) R 193156 193158 193158 0 -1 4194304 582266 0 0 0 327052 226 0 0 20 0 1 0 236806874 75575296 17595 18446744073709551615 4198400 7047149 140726612329040 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 12353536 140726612334975 140726612335089 140726612335089 140726612340681 0
/proc/193158/statm: 18451 17595 544 696 0 17612 0
Current children cumulated CPU time: 3273.28 s
Current children cumulated vsize: 1298664 KiB
Current children cumulated memory: 144836 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.28 4.22 8/257 193324
/proc/meminfo: memFree=128771128/131382116 swapFree=33009904/33010684
[pid=193140] ppid=193124 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/193140/stat : 193140 (scip-naps-1.00a) S 193124 193140 193071 0 -1 4194304 256 339 0 0 0 0 0 0 20 0 1 0 236806816 4292608 736 18446744073709551615 94524162678784 94524163573317 140731152707856 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94524163812368 94524163860112 94524175433728 140731152710043 140731152710142 140731152710142 140731152715746 0
/proc/193140/statm: 1048 736 672 219 0 110 0
[pid=193156] ppid=193140 vsize=1220668 memory=71512 CPUtime=0.5 cores=5,7
/proc/193156/stat : 193156 (python3) S 193140 193140 193071 0 -1 4194304 10736 0 3 0 44 6 0 0 20 0 1 0 236806821 1249964032 17878 18446744073709551615 94044423233536 94044423233913 140731018760592 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94044423245208 94044423245828 94044426932224 140731018766671 140731018766880 140731018766880 140731018772455 0
/proc/193156/statm: 305167 17878 8151 1 0 276525 0
[pid=193158] ppid=193156 vsize=81996 memory=73392 CPUtime=3332.62 cores=5,7
/proc/193158/stat : 193158 (naps-1.03a6) R 193156 193158 193158 0 -1 4194304 588806 0 0 0 333033 229 0 0 20 0 1 0 236806874 83963904 18348 18446744073709551615 4198400 7047149 140726612329040 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 12353536 140726612334975 140726612335089 140726612335089 140726612340681 0
/proc/193158/statm: 20499 18348 544 696 0 19660 0
Current children cumulated CPU time: 3333.12 s
Current children cumulated vsize: 1306856 KiB
Current children cumulated memory: 147848 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.26 4.21 8/259 193334
/proc/meminfo: memFree=128780652/131382116 swapFree=33009904/33010684
[pid=193140] ppid=193124 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/193140/stat : 193140 (scip-naps-1.00a) S 193124 193140 193071 0 -1 4194304 256 339 0 0 0 0 0 0 20 0 1 0 236806816 4292608 736 18446744073709551615 94524162678784 94524163573317 140731152707856 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94524163812368 94524163860112 94524175433728 140731152710043 140731152710142 140731152710142 140731152715746 0
/proc/193140/statm: 1048 736 672 219 0 110 0
[pid=193156] ppid=193140 vsize=1220668 memory=71512 CPUtime=0.5 cores=5,7
/proc/193156/stat : 193156 (python3) S 193140 193140 193071 0 -1 4194304 10736 0 3 0 44 6 0 0 20 0 1 0 236806821 1249964032 17878 18446744073709551615 94044423233536 94044423233913 140731018760592 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94044423245208 94044423245828 94044426932224 140731018766671 140731018766880 140731018766880 140731018772455 0
/proc/193156/statm: 305167 17878 8151 1 0 276525 0
[pid=193158] ppid=193156 vsize=65608 memory=63480 CPUtime=3392.47 cores=5,7
/proc/193158/stat : 193158 (naps-1.03a6) R 193156 193158 193158 0 -1 4194304 590103 0 0 0 339016 231 0 0 20 0 1 0 236806874 67182592 15870 18446744073709551615 4198400 7047149 140726612329040 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 12353536 140726612334975 140726612335089 140726612335089 140726612340681 0
/proc/193158/statm: 16402 15870 544 696 0 15563 0
Current children cumulated CPU time: 3392.97 s
Current children cumulated vsize: 1290468 KiB
Current children cumulated memory: 137936 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.23 4.20 8/259 193336
/proc/meminfo: memFree=128769904/131382116 swapFree=33009904/33010684
[pid=193140] ppid=193124 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/193140/stat : 193140 (scip-naps-1.00a) S 193124 193140 193071 0 -1 4194304 256 339 0 0 0 0 0 0 20 0 1 0 236806816 4292608 736 18446744073709551615 94524162678784 94524163573317 140731152707856 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94524163812368 94524163860112 94524175433728 140731152710043 140731152710142 140731152710142 140731152715746 0
/proc/193140/statm: 1048 736 672 219 0 110 0
[pid=193156] ppid=193140 vsize=1220668 memory=71512 CPUtime=0.5 cores=5,7
/proc/193156/stat : 193156 (python3) S 193140 193140 193071 0 -1 4194304 10736 0 3 0 44 6 0 0 20 0 1 0 236806821 1249964032 17878 18446744073709551615 94044423233536 94044423233913 140731018760592 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94044423245208 94044423245828 94044426932224 140731018766671 140731018766880 140731018766880 140731018772455 0
/proc/193156/statm: 305167 17878 8151 1 0 276525 0
[pid=193158] ppid=193156 vsize=65608 memory=63480 CPUtime=3452.3 cores=5,7
/proc/193158/stat : 193158 (naps-1.03a6) R 193156 193158 193158 0 -1 4194304 590103 0 0 0 344999 231 0 0 20 0 1 0 236806874 67182592 15870 18446744073709551615 4198400 7047149 140726612329040 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 12353536 140726612334975 140726612335089 140726612335089 140726612340681 0
/proc/193158/statm: 16402 15870 544 696 0 15563 0
Current children cumulated CPU time: 3452.8 s
Current children cumulated vsize: 1290468 KiB
Current children cumulated memory: 137936 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.20 4.19 8/259 193338
/proc/meminfo: memFree=128763756/131382116 swapFree=33009904/33010684
[pid=193140] ppid=193124 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/193140/stat : 193140 (scip-naps-1.00a) S 193124 193140 193071 0 -1 4194304 256 339 0 0 0 0 0 0 20 0 1 0 236806816 4292608 736 18446744073709551615 94524162678784 94524163573317 140731152707856 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94524163812368 94524163860112 94524175433728 140731152710043 140731152710142 140731152710142 140731152715746 0
/proc/193140/statm: 1048 736 672 219 0 110 0
[pid=193156] ppid=193140 vsize=1220668 memory=71512 CPUtime=0.5 cores=5,7
/proc/193156/stat : 193156 (python3) S 193140 193140 193071 0 -1 4194304 10736 0 3 0 44 6 0 0 20 0 1 0 236806821 1249964032 17878 18446744073709551615 94044423233536 94044423233913 140731018760592 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94044423245208 94044423245828 94044426932224 140731018766671 140731018766880 140731018766880 140731018772455 0
/proc/193156/statm: 305167 17878 8151 1 0 276525 0
[pid=193158] ppid=193156 vsize=65608 memory=63480 CPUtime=3512.15 cores=5,7
/proc/193158/stat : 193158 (naps-1.03a6) R 193156 193158 193158 0 -1 4194304 590103 0 0 0 350984 231 0 0 20 0 1 0 236806874 67182592 15870 18446744073709551615 4198400 7047149 140726612329040 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 12353536 140726612334975 140726612335089 140726612335089 140726612340681 0
/proc/193158/statm: 16402 15870 544 696 0 15563 0
Current children cumulated CPU time: 3512.65 s
Current children cumulated vsize: 1290468 KiB
Current children cumulated memory: 137936 KiB

[startup+3582.3 s]
/proc/loadavg: 4.07 4.17 4.18 8/260 193341
/proc/meminfo: memFree=128781848/131382116 swapFree=33009904/33010684
[pid=193140] ppid=193124 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/193140/stat : 193140 (scip-naps-1.00a) S 193124 193140 193071 0 -1 4194304 256 339 0 0 0 0 0 0 20 0 1 0 236806816 4292608 736 18446744073709551615 94524162678784 94524163573317 140731152707856 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94524163812368 94524163860112 94524175433728 140731152710043 140731152710142 140731152710142 140731152715746 0
/proc/193140/statm: 1048 736 672 219 0 110 0
[pid=193156] ppid=193140 vsize=1220668 memory=71512 CPUtime=0.5 cores=5,7
/proc/193156/stat : 193156 (python3) S 193140 193140 193071 0 -1 4194304 10736 0 3 0 44 6 0 0 20 0 1 0 236806821 1249964032 17878 18446744073709551615 94044423233536 94044423233913 140731018760592 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94044423245208 94044423245828 94044426932224 140731018766671 140731018766880 140731018766880 140731018772455 0
/proc/193156/statm: 305167 17878 8151 1 0 276525 0
[pid=193158] ppid=193156 vsize=73804 memory=71240 CPUtime=3571.99 cores=5,7
/proc/193158/stat : 193158 (naps-1.03a6) R 193156 193158 193158 0 -1 4194304 597413 0 0 0 356965 234 0 0 20 0 1 0 236806874 75575296 17810 18446744073709551615 4198400 7047149 140726612329040 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 12353536 140726612334975 140726612335089 140726612335089 140726612340681 0
/proc/193158/statm: 18451 17810 544 696 0 17612 0
Current children cumulated CPU time: 3572.49 s
Current children cumulated vsize: 1298664 KiB
Current children cumulated memory: 145696 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.9 s]
/proc/loadavg: 4.04 4.16 4.17 8/260 193343
/proc/meminfo: memFree=128796040/131382116 swapFree=33009904/33010684
[pid=193140] ppid=193124 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/193140/stat : 193140 (scip-naps-1.00a) S 193124 193140 193071 0 -1 4194304 256 339 0 0 0 0 0 0 20 0 1 0 236806816 4292608 736 18446744073709551615 94524162678784 94524163573317 140731152707856 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94524163812368 94524163860112 94524175433728 140731152710043 140731152710142 140731152710142 140731152715746 0
/proc/193140/statm: 1048 736 672 219 0 110 0
[pid=193156] ppid=193140 vsize=1220668 memory=71512 CPUtime=0.5 cores=5,7
/proc/193156/stat : 193156 (python3) S 193140 193140 193071 0 -1 4194304 10736 0 3 0 44 6 0 0 20 0 1 0 236806821 1249964032 17878 18446744073709551615 94044423233536 94044423233913 140731018760592 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94044423245208 94044423245828 94044426932224 140731018766671 140731018766880 140731018766880 140731018772455 0
/proc/193156/statm: 305167 17878 8151 1 0 276525 0
[pid=193158] ppid=193156 vsize=81996 memory=71344 CPUtime=3599.51 cores=5,7
/proc/193158/stat : 193158 (naps-1.03a6) R 193156 193158 193158 0 -1 4194304 608730 0 0 0 359713 238 0 0 20 0 1 0 236806874 83963904 17836 18446744073709551615 4198400 7047149 140726612329040 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 12353536 140726612334975 140726612335089 140726612335089 140726612340681 0
/proc/193158/statm: 20499 17836 544 696 0 19660 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 1306856 KiB
Current children cumulated memory: 145800 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.002214 s, system=0.014932 s

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

# cumulated CPU time of all completed processes:  user=3597.63 s, system=2.4788 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

[startup+3609.9 s]
/proc/loadavg: 4.04 4.16 4.17 8/260 193343
/proc/meminfo: memFree=128796040/131382116 swapFree=33009904/33010684
[pid=193140] ppid=193124 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/193140/stat : 193140 (scip-naps-1.00a) S 193124 193140 193071 0 -1 4194304 256 339 0 0 0 0 0 0 20 0 1 0 236806816 4292608 736 18446744073709551615 94524162678784 94524163573317 140731152707856 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94524163812368 94524163860112 94524175433728 140731152710043 140731152710142 140731152710142 140731152715746 0
/proc/193140/statm: 1048 736 672 219 0 110 0
[pid=193156] ppid=193140 vsize=1220668 memory=71512 CPUtime=0.5 cores=5,7
/proc/193156/stat : 193156 (python3) S 193140 193140 193071 0 -1 4194304 10736 0 3 0 44 6 0 0 20 0 1 0 236806821 1249964032 17878 18446744073709551615 94044423233536 94044423233913 140731018760592 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94044423245208 94044423245828 94044426932224 140731018766671 140731018766880 140731018766880 140731018772455 0
/proc/193156/statm: 305167 17878 8151 1 0 276525 0
[pid=193158] ppid=193156 vsize=81996 memory=71344 CPUtime=3599.51 cores=5,7
/proc/193158/stat : 193158 (naps-1.03a6) R 193156 193158 193158 0 -1 4194304 608730 0 0 0 359713 238 0 0 20 0 1 0 236806874 83963904 17836 18446744073709551615 4198400 7047149 140726612329040 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 12353536 140726612334975 140726612335089 140726612335089 140726612340681 0
/proc/193158/statm: 20499 17836 544 696 0 19660 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 1306856 KiB
Current children cumulated memory: 145800 KiB

Child status: 0

Real time (s): 3609.96
CPU time (s): 3600.11
CPU user time (s): 3597.63
CPU system time (s): 2.4788
CPU usage (%): 99.7271
Max. virtual memory (cumulated for all children) (KiB): 1356008
Max. memory (cumulated for all children) (KiB): 173044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.63
system time used= 2.4788
maximum resident set size= 98588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 625644
page faults= 3
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 503
involuntary context switches= 4513


# summary of solver processes directly reported to runsolver:
#   pid: 193140,193156
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3597.63
#   total CPU system time (s): 2.4788

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.8091 second user time and 35.8106 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-07-22 21:07:56
IDJOB=4541975
IDBENCH=163695
IDSOLVER=3388
FILE ID=nodeC004/4541975-1753211276
RUNJOBID= nodeC004-1753211276-193084
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/diag_spec/normalized-24diag_spec_greater.opb
COMMAND LINE= ./scip-naps-1.00a2.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4541975-1753211276/watcher-4541975-1753211276 -o /tmp/evaluation-result-4541975-1753211276/solver-4541975-1753211276 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1753211276-193084 --watchdog 3760  ./scip-naps-1.00a2.sh HOME/instance-4541975-1753211276.opb

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

MD5SUM BENCH= 873561b121a1050aedee7e68f97b01fd
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:07