Trace number 4541968

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP-NaPS 1.00a1? (TO) 3600.06 3609.52

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.15/0.23	c Command: HOME/scip-naps.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4541968-1753211271.opb
0.15/0.23	c Solving mode: decision
0.15/0.23	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
0.15/0.23	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
0.15/0.23	c original problem has 1848 variables (1848 bin, 0 int, 0 impl, 0 cont) and 2354 constraints
0.15/0.23	c presolving:
0.15/0.23	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.15/0.23	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.15/0.23	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.15/0.23	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.15/0.23	c    (0.0s) probing: 99/1775 (5.6%) - 0 fixings, 0 aggregations, 3 implications, 0 bound changes
0.15/0.23	c    (0.0s) probing aborted: 50/50 successive totally useless probings
0.15/0.23	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.15/0.23	c    (0.0s) no symmetry present (symcode time: 0.00)
0.15/0.23	c presolving (5 rounds: 5 fast, 3 medium, 3 exhaustive):
0.15/0.23	c  73 deleted vars, 1800 deleted constraints, 576 added constraints, 0 tightened bounds, 0 added holes, 1 changed sides, 94 changed coefficients
0.15/0.23	c  0 implications, 1180 cliques
0.15/0.23	c presolved problem has 1775 variables (1775 bin, 0 int, 0 impl, 0 cont) and 1130 constraints
0.15/0.23	c       1 constraints of type <knapsack>
0.15/0.23	c     576 constraints of type <and>
0.15/0.23	c     553 constraints of type <linear>
0.15/0.23	c transformed objective value is always integral (scale: 1)
0.15/0.23	c Presolving Time: 0.03
0.15/0.23	c 
0.15/0.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.15/0.23	c * 0.1s|     1 |     0 |    93 |     - |    LP  |   0 |1775 |1137 |1706 |   0 |  0 |   6 |   0 | 0.000000e+00 | 0.000000e+00 |   0.00%| unknown
0.15/0.23	c   0.1s|     1 |     0 |    93 |     - |    20M |   0 |1775 |1137 |1706 |   0 |  0 |   6 |   0 | 0.000000e+00 | 0.000000e+00 |   0.00%| unknown
0.15/0.23	c 
0.15/0.23	c SCIP Status        : problem is solved [optimal solution found]
0.15/0.23	c Solving Time (sec) : 0.06
0.15/0.23	c Solving Nodes      : 1
0.15/0.23	c Primal Bound       : +0.00000000000000e+00 (1 solutions)
0.15/0.23	c Dual Bound         : +0.00000000000000e+00
0.15/0.23	c Gap                : 0.00 %
0.15/0.23	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.15/0.23	c   Computed activity: 0
0.15/0.23	c   Required: activity >= 1
0.15/0.23	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.15/0.23	c SCIP found a solution, but it is not feasible according to the original problem.
0.15/0.23	c ----------------------------------------------------------------------
0.15/0.23	c executing external solver (fallback): HOME/naps-1.03a6
0.15/0.23	c ----------------------------------------------------------------------
0.15/0.23	c command: HOME/naps-1.03a6 HOME/instance-4541968-1753211271.opb
0.15/0.24	c NaPS 1.03a6.
0.15/0.24	c Input file name: HOME/instance-4541968-1753211271.opb
3600.02/3609.50	c
3600.02/3609.50	c *** TERMINATED *** by signal 15
3600.02/3609.50	c _____________________________________________________________________________
3600.02/3609.50	c std/band forms        : 1,553
3600.02/3609.50	c 2cl/3cl ITE-codings   : 47,16465
3600.02/3609.50	c BDD/srt/adr Max costs : 14952,0,0
3600.02/3609.50	c BDDraw/bin/mul/srt/adr: 554,0,0,0,0
3600.02/3609.50	c BDD nodes             : 21625
3600.02/3609.50	c Es1/CC detections     : 0,0
3600.02/3609.50	c CC sort               : 0
3600.02/3609.50	c SAT/UNSAT calls       : 0,0
3600.02/3609.50	c regenrated variables  : 0
3600.02/3609.50	c eliminated fixed lits : 0
3600.02/3609.50	c goal lit flips        : 0
3600.02/3609.50	c goal stages           : 0
3600.02/3609.50	c goal shrink           : 0
3600.02/3609.50	c goal coeff separations: 0
3600.02/3609.50	c restarts              : 0
3600.02/3609.50	c conflicts             : 0              (0 /sec)
3600.02/3609.50	c decisions             : 0              (0 /sec)
3600.02/3609.50	c propagations          : 0              (0 /sec)
3600.02/3609.50	c inspects              : 0              (0 /sec)
3600.02/3609.50	c CPU time (solving tm) : 3598 s        (3597 s, SAT 0 s, UNSAT 0 s)
3600.02/3609.50	c Time for Opt-base     : 0 s
3600.02/3609.50	c Steps for Opt-base    : 0
3600.02/3609.50	c Time for BDD coding   : 0.1031 s
3600.02/3609.50	c Time for srt coding   : 0 s
3600.02/3609.50	c _____________________________________________________________________________
3600.02/3609.50	s UNKNOWN
3600.02/3609.51	Terminated

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (62273 MiB free)
  memory of node 1: 64465 MiB (61350 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4541968-1753211271/watcher-4541968-1753211271 -o /tmp/evaluation-result-4541968-1753211271/solver-4541968-1753211271 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1753211271-184957 --watchdog 3760 ./scip-naps-1.00.sh HOME/instance-4541968-1753211271.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=185016, runsolver pid=184998

[startup+0.100059 s]*
/proc/loadavg: 1.07 1.13 1.72 6/270 185031
/proc/meminfo: memFree=126573968/131249996 swapFree=33010160/33010684
[pid=185016] ppid=184998 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/185016/stat : 185016 (scip-naps-1.00.) S 184998 185016 184945 0 -1 4194304 257 334 0 0 0 0 0 0 20 0 1 0 236805563 4292608 736 18446744073709551615 93962721984512 93962722879045 140720951654464 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93962723118096 93962723165840 93962725883904 140720951663007 140720951663104 140720951663104 140720951668708 0
/proc/185016/statm: 1048 736 672 219 0 110 0
[pid=185031] ppid=185016 vsize=1185140 memory=29644 CPUtime=0.04 cores=1,3
/proc/185031/stat : 185031 (python3) R 185016 185016 184945 0 -1 4194304 3253 0 0 0 4 0 0 0 20 0 1 0 236805567 1213583360 7411 18446744073709551615 94364438401024 94364438401401 140726534750224 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94364438412696 94364438413316 94364452970496 140726534752598 140726534752800 140726534752800 140726534758375 0
/proc/185031/statm: 296285 7411 4787 1 0 268353 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 1189332 KiB
Current children cumulated memory: 32588 KiB

[startup+0.205247 s]*
/proc/loadavg: 1.07 1.13 1.72 6/270 185031
/proc/meminfo: memFree=126469640/131249996 swapFree=33010160/33010684
[pid=185016] ppid=184998 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/185016/stat : 185016 (scip-naps-1.00.) S 184998 185016 184945 0 -1 4194304 257 334 0 0 0 0 0 0 20 0 1 0 236805563 4292608 736 18446744073709551615 93962721984512 93962722879045 140720951654464 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93962723118096 93962723165840 93962725883904 140720951663007 140720951663104 140720951663104 140720951668708 0
/proc/185016/statm: 1048 736 672 219 0 110 0
[pid=185031] ppid=185016 vsize=1215864 memory=66508 CPUtime=0.15 cores=1,3
/proc/185031/stat : 185031 (python3) R 185016 185016 184945 0 -1 4194304 9443 0 0 0 13 2 0 0 20 0 1 0 236805567 1245044736 16627 18446744073709551615 94364438401024 94364438401401 140726534750224 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94364438412696 94364438413316 94364452970496 140726534752598 140726534752800 140726534752800 140726534758375 0
/proc/185031/statm: 303966 16627 8083 1 0 275324 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 1220056 KiB
Current children cumulated memory: 69452 KiB

[startup+0.305215 s]*
/proc/loadavg: 1.07 1.13 1.72 6/274 185035
/proc/meminfo: memFree=126405632/131249996 swapFree=33010160/33010684
[pid=185016] ppid=184998 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/185016/stat : 185016 (scip-naps-1.00.) S 184998 185016 184945 0 -1 4194304 257 334 0 0 0 0 0 0 20 0 1 0 236805563 4292608 736 18446744073709551615 93962721984512 93962722879045 140720951654464 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93962723118096 93962723165840 93962725883904 140720951663007 140720951663104 140720951663104 140720951668708 0
/proc/185016/statm: 1048 736 672 219 0 110 0
[pid=185031] ppid=185016 vsize=1220616 memory=71244 CPUtime=0.18 cores=1,3
/proc/185031/stat : 185031 (python3) S 185016 185016 184945 0 -1 4194304 10720 0 0 0 16 2 0 0 20 0 1 0 236805567 1249910784 17811 18446744073709551615 94364438401024 94364438401401 140726534750224 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94364438412696 94364438413316 94364452970496 140726534752598 140726534752800 140726534752800 140726534758375 0
/proc/185031/statm: 305154 17811 8179 1 0 276512 0
[pid=185033] ppid=185031 vsize=12088 memory=10496 CPUtime=0.06 cores=1,3
/proc/185033/stat : 185033 (naps-1.03a6) R 185031 185033 185033 0 -1 4194304 2354 0 0 0 6 0 0 0 20 0 1 0 236805587 12378112 2624 18446744073709551615 4198400 7047149 140731462433536 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 40460288 140731462437247 140731462437361 140731462437361 140731462442953 0
/proc/185033/statm: 3055 2624 544 696 0 2216 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 1236896 KiB
Current children cumulated memory: 84684 KiB

[startup+0.700153 s]
/proc/loadavg: 1.07 1.13 1.72 6/274 185035
/proc/meminfo: memFree=126381944/131249996 swapFree=33010160/33010684
[pid=185016] ppid=184998 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/185016/stat : 185016 (scip-naps-1.00.) S 184998 185016 184945 0 -1 4194304 257 334 0 0 0 0 0 0 20 0 1 0 236805563 4292608 736 18446744073709551615 93962721984512 93962722879045 140720951654464 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93962723118096 93962723165840 93962725883904 140720951663007 140720951663104 140720951663104 140720951668708 0
/proc/185016/statm: 1048 736 672 219 0 110 0
[pid=185031] ppid=185016 vsize=1220616 memory=71244 CPUtime=0.18 cores=1,3
/proc/185031/stat : 185031 (python3) S 185016 185016 184945 0 -1 4194304 10720 0 0 0 16 2 0 0 20 0 1 0 236805567 1249910784 17811 18446744073709551615 94364438401024 94364438401401 140726534750224 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94364438412696 94364438413316 94364452970496 140726534752598 140726534752800 140726534752800 140726534758375 0
/proc/185031/statm: 305154 17811 8179 1 0 276512 0
[pid=185033] ppid=185031 vsize=30360 memory=25552 CPUtime=0.45 cores=1,3
/proc/185033/stat : 185033 (naps-1.03a6) R 185031 185033 185033 0 -1 4194304 6893 0 0 0 44 1 0 0 20 0 1 0 236805587 31088640 6388 18446744073709551615 4198400 7047149 140731462433536 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 40460288 140731462437247 140731462437361 140731462437361 140731462442953 0
/proc/185033/statm: 7590 6388 544 696 0 6751 0
Current children cumulated CPU time: 0.63 s
Current children cumulated vsize: 1255168 KiB
Current children cumulated memory: 99740 KiB

[startup+1.50016 s]
/proc/loadavg: 1.07 1.13 1.72 6/274 185035
/proc/meminfo: memFree=126378920/131249996 swapFree=33010160/33010684
[pid=185016] ppid=184998 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/185016/stat : 185016 (scip-naps-1.00.) S 184998 185016 184945 0 -1 4194304 257 334 0 0 0 0 0 0 20 0 1 0 236805563 4292608 736 18446744073709551615 93962721984512 93962722879045 140720951654464 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93962723118096 93962723165840 93962725883904 140720951663007 140720951663104 140720951663104 140720951668708 0
/proc/185016/statm: 1048 736 672 219 0 110 0
[pid=185031] ppid=185016 vsize=1220616 memory=71244 CPUtime=0.18 cores=1,3
/proc/185031/stat : 185031 (python3) S 185016 185016 184945 0 -1 4194304 10720 0 0 0 16 2 0 0 20 0 1 0 236805567 1249910784 17811 18446744073709551615 94364438401024 94364438401401 140726534750224 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94364438412696 94364438413316 94364452970496 140726534752598 140726534752800 140726534752800 140726534758375 0
/proc/185031/statm: 305154 17811 8179 1 0 276512 0
[pid=185033] ppid=185031 vsize=30568 memory=25872 CPUtime=1.24 cores=1,3
/proc/185033/stat : 185033 (naps-1.03a6) R 185031 185033 185033 0 -1 4194304 7623 0 0 0 123 1 0 0 20 0 1 0 236805587 31301632 6468 18446744073709551615 4198400 7047149 140731462433536 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 40460288 140731462437247 140731462437361 140731462437361 140731462442953 0
/proc/185033/statm: 7642 6468 544 696 0 6803 0
Current children cumulated CPU time: 1.42 s
Current children cumulated vsize: 1255376 KiB
Current children cumulated memory: 100060 KiB

[startup+3.10512 s]
/proc/loadavg: 1.31 1.17 1.73 6/274 185035
/proc/meminfo: memFree=126370672/131249996 swapFree=33010160/33010684
[pid=185016] ppid=184998 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/185016/stat : 185016 (scip-naps-1.00.) S 184998 185016 184945 0 -1 4194304 257 334 0 0 0 0 0 0 20 0 1 0 236805563 4292608 736 18446744073709551615 93962721984512 93962722879045 140720951654464 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93962723118096 93962723165840 93962725883904 140720951663007 140720951663104 140720951663104 140720951668708 0
/proc/185016/statm: 1048 736 672 219 0 110 0
[pid=185031] ppid=185016 vsize=1220616 memory=71244 CPUtime=0.18 cores=1,3
/proc/185031/stat : 185031 (python3) S 185016 185016 184945 0 -1 4194304 10720 0 0 0 16 2 0 0 20 0 1 0 236805567 1249910784 17811 18446744073709551615 94364438401024 94364438401401 140726534750224 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94364438412696 94364438413316 94364452970496 140726534752598 140726534752800 140726534752800 140726534758375 0
/proc/185031/statm: 305154 17811 8179 1 0 276512 0
[pid=185033] ppid=185031 vsize=33448 memory=29568 CPUtime=2.84 cores=1,3
/proc/185033/stat : 185033 (naps-1.03a6) R 185031 185033 185033 0 -1 4194304 8024 0 0 0 283 1 0 0 20 0 1 0 236805587 34250752 7392 18446744073709551615 4198400 7047149 140731462433536 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 40460288 140731462437247 140731462437361 140731462437361 140731462442953 0
/proc/185033/statm: 8362 7392 544 696 0 7523 0
Current children cumulated CPU time: 3.02 s
Current children cumulated vsize: 1258256 KiB
Current children cumulated memory: 103756 KiB

[startup+6.30015 s]
/proc/loadavg: 1.31 1.17 1.73 6/274 185035
/proc/meminfo: memFree=126367492/131249996 swapFree=33010160/33010684
[pid=185016] ppid=184998 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/185016/stat : 185016 (scip-naps-1.00.) S 184998 185016 184945 0 -1 4194304 257 334 0 0 0 0 0 0 20 0 1 0 236805563 4292608 736 18446744073709551615 93962721984512 93962722879045 140720951654464 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93962723118096 93962723165840 93962725883904 140720951663007 140720951663104 140720951663104 140720951668708 0
/proc/185016/statm: 1048 736 672 219 0 110 0
[pid=185031] ppid=185016 vsize=1220616 memory=71244 CPUtime=0.18 cores=1,3
/proc/185031/stat : 185031 (python3) S 185016 185016 184945 0 -1 4194304 10720 0 0 0 16 2 0 0 20 0 1 0 236805567 1249910784 17811 18446744073709551615 94364438401024 94364438401401 140726534750224 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94364438412696 94364438413316 94364452970496 140726534752598 140726534752800 140726534752800 140726534758375 0
/proc/185031/statm: 305154 17811 8179 1 0 276512 0
[pid=185033] ppid=185031 vsize=30960 memory=26444 CPUtime=6.03 cores=1,3
/proc/185033/stat : 185033 (naps-1.03a6) R 185031 185033 185033 0 -1 4194304 8880 0 0 0 602 1 0 0 20 0 1 0 236805587 31703040 6611 18446744073709551615 4198400 7047149 140731462433536 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 40460288 140731462437247 140731462437361 140731462437361 140731462442953 0
/proc/185033/statm: 7740 6611 544 696 0 6901 0
Current children cumulated CPU time: 6.21 s
Current children cumulated vsize: 1255768 KiB
Current children cumulated memory: 100632 KiB

[startup+12.7002 s]
/proc/loadavg: 1.52 1.22 1.74 6/274 185035
/proc/meminfo: memFree=126354600/131249996 swapFree=33010160/33010684
[pid=185016] ppid=184998 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/185016/stat : 185016 (scip-naps-1.00.) S 184998 185016 184945 0 -1 4194304 257 334 0 0 0 0 0 0 20 0 1 0 236805563 4292608 736 18446744073709551615 93962721984512 93962722879045 140720951654464 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93962723118096 93962723165840 93962725883904 140720951663007 140720951663104 140720951663104 140720951668708 0
/proc/185016/statm: 1048 736 672 219 0 110 0
[pid=185031] ppid=185016 vsize=1220616 memory=71244 CPUtime=0.18 cores=1,3
/proc/185031/stat : 185031 (python3) S 185016 185016 184945 0 -1 4194304 10720 0 0 0 16 2 0 0 20 0 1 0 236805567 1249910784 17811 18446744073709551615 94364438401024 94364438401401 140726534750224 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94364438412696 94364438413316 94364452970496 140726534752598 140726534752800 140726534752800 140726534758375 0
/proc/185031/statm: 305154 17811 8179 1 0 276512 0
[pid=185033] ppid=185031 vsize=28872 memory=27012 CPUtime=12.42 cores=1,3
/proc/185033/stat : 185033 (naps-1.03a6) R 185031 185033 185033 0 -1 4194304 9781 0 0 0 1240 2 0 0 20 0 1 0 236805587 29564928 6753 18446744073709551615 4198400 7047149 140731462433536 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 40460288 140731462437247 140731462437361 140731462437361 140731462442953 0
/proc/185033/statm: 7218 6753 544 696 0 6379 0
Current children cumulated CPU time: 12.6 s
Current children cumulated vsize: 1253680 KiB
Current children cumulated memory: 101200 KiB

[startup+25.5002 s]
/proc/loadavg: 2.07 1.36 1.78 6/274 185035
/proc/meminfo: memFree=126315060/131249996 swapFree=33010160/33010684
[pid=185016] ppid=184998 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/185016/stat : 185016 (scip-naps-1.00.) S 184998 185016 184945 0 -1 4194304 257 334 0 0 0 0 0 0 20 0 1 0 236805563 4292608 736 18446744073709551615 93962721984512 93962722879045 140720951654464 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93962723118096 93962723165840 93962725883904 140720951663007 140720951663104 140720951663104 140720951668708 0
/proc/185016/statm: 1048 736 672 219 0 110 0
[pid=185031] ppid=185016 vsize=1220616 memory=71244 CPUtime=0.18 cores=1,3
/proc/185031/stat : 185031 (python3) S 185016 185016 184945 0 -1 4194304 10720 0 0 0 16 2 0 0 20 0 1 0 236805567 1249910784 17811 18446744073709551615 94364438401024 94364438401401 140726534750224 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94364438412696 94364438413316 94364452970496 140726534752598 140726534752800 140726534752800 140726534758375 0
/proc/185031/statm: 305154 17811 8179 1 0 276512 0
[pid=185033] ppid=185031 vsize=31016 memory=28676 CPUtime=25.19 cores=1,3
/proc/185033/stat : 185033 (naps-1.03a6) R 185031 185033 185033 0 -1 4194304 10243 0 0 0 2517 2 0 0 20 0 1 0 236805587 31760384 7169 18446744073709551615 4198400 7047149 140731462433536 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 40460288 140731462437247 140731462437361 140731462437361 140731462442953 0
/proc/185033/statm: 7754 7169 544 696 0 6915 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 1255824 KiB
Current children cumulated memory: 102864 KiB

[startup+51.1052 s]
/proc/loadavg: 2.80 1.59 1.84 6/274 185036
/proc/meminfo: memFree=126306988/131249996 swapFree=33010160/33010684
[pid=185016] ppid=184998 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/185016/stat : 185016 (scip-naps-1.00.) S 184998 185016 184945 0 -1 4194304 257 334 0 0 0 0 0 0 20 0 1 0 236805563 4292608 736 18446744073709551615 93962721984512 93962722879045 140720951654464 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93962723118096 93962723165840 93962725883904 140720951663007 140720951663104 140720951663104 140720951668708 0
/proc/185016/statm: 1048 736 672 219 0 110 0
[pid=185031] ppid=185016 vsize=1220616 memory=71244 CPUtime=0.18 cores=1,3
/proc/185031/stat : 185031 (python3) S 185016 185016 184945 0 -1 4194304 10720 0 0 0 16 2 0 0 20 0 1 0 236805567 1249910784 17811 18446744073709551615 94364438401024 94364438401401 140726534750224 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94364438412696 94364438413316 94364452970496 140726534752598 140726534752800 140726534752800 140726534758375 0
/proc/185031/statm: 305154 17811 8179 1 0 276512 0
[pid=185033] ppid=185031 vsize=43180 memory=34108 CPUtime=50.73 cores=1,3
/proc/185033/stat : 185033 (naps-1.03a6) R 185031 185033 185033 0 -1 4194304 17318 0 0 0 5070 3 0 0 20 0 1 0 236805587 44216320 8527 18446744073709551615 4198400 7047149 140731462433536 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 40460288 140731462437247 140731462437361 140731462437361 140731462442953 0
/proc/185033/statm: 10795 8527 544 696 0 9956 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 1267988 KiB
Current children cumulated memory: 108296 KiB

[startup+102.3 s]
/proc/loadavg: 3.54 1.98 1.96 6/274 185037
/proc/meminfo: memFree=126297168/131249996 swapFree=33010160/33010684
[pid=185016] ppid=184998 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/185016/stat : 185016 (scip-naps-1.00.) S 184998 185016 184945 0 -1 4194304 257 334 0 0 0 0 0 0 20 0 1 0 236805563 4292608 736 18446744073709551615 93962721984512 93962722879045 140720951654464 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93962723118096 93962723165840 93962725883904 140720951663007 140720951663104 140720951663104 140720951668708 0
/proc/185016/statm: 1048 736 672 219 0 110 0
[pid=185031] ppid=185016 vsize=1220616 memory=71244 CPUtime=0.18 cores=1,3
/proc/185031/stat : 185031 (python3) S 185016 185016 184945 0 -1 4194304 10720 0 0 0 16 2 0 0 20 0 1 0 236805567 1249910784 17811 18446744073709551615 94364438401024 94364438401401 140726534750224 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94364438412696 94364438413316 94364452970496 140726534752598 140726534752800 140726534752800 140726534758375 0
/proc/185031/statm: 305154 17811 8179 1 0 276512 0
[pid=185033] ppid=185031 vsize=41032 memory=38772 CPUtime=101.8 cores=1,3
/proc/185033/stat : 185033 (naps-1.03a6) R 185031 185033 185033 0 -1 4194304 29121 0 0 0 10174 6 0 0 20 0 1 0 236805587 42016768 9693 18446744073709551615 4198400 7047149 140731462433536 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 40460288 140731462437247 140731462437361 140731462437361 140731462442953 0
/proc/185033/statm: 10258 9693 544 696 0 9419 0

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

/proc/meminfo: memFree=126136128/131249996 swapFree=33010160/33010684
[pid=185016] ppid=184998 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/185016/stat : 185016 (scip-naps-1.00.) S 184998 185016 184945 0 -1 4194304 257 334 0 0 0 0 0 0 20 0 1 0 236805563 4292608 736 18446744073709551615 93962721984512 93962722879045 140720951654464 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93962723118096 93962723165840 93962725883904 140720951663007 140720951663104 140720951663104 140720951668708 0
/proc/185016/statm: 1048 736 672 219 0 110 0
[pid=185031] ppid=185016 vsize=1220616 memory=71884 CPUtime=0.18 cores=1,3
/proc/185031/stat : 185031 (python3) S 185016 185016 184945 0 -1 4194304 10720 0 0 0 16 2 0 0 20 0 1 0 236805567 1249910784 17971 18446744073709551615 94364438401024 94364438401401 140726534750224 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94364438412696 94364438413316 94364452970496 140726534752598 140726534752800 140726534752800 140726534758375 0
/proc/185031/statm: 305154 17971 8179 1 0 276512 0
[pid=185033] ppid=185031 vsize=81996 memory=72360 CPUtime=3213.74 cores=1,3
/proc/185033/stat : 185033 (naps-1.03a6) R 185031 185033 185033 0 -1 4194304 608355 0 0 0 321168 206 0 0 20 0 1 0 236805587 83963904 18090 18446744073709551615 4198400 7047149 140731462433536 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 40460288 140731462437247 140731462437361 140731462437361 140731462442953 0
/proc/185033/statm: 20499 18090 544 696 0 19660 0
Current children cumulated CPU time: 3213.92 s
Current children cumulated vsize: 1306804 KiB
Current children cumulated memory: 147188 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.09 4.02 6/271 185195
/proc/meminfo: memFree=126125248/131249996 swapFree=33010160/33010684
[pid=185016] ppid=184998 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/185016/stat : 185016 (scip-naps-1.00.) S 184998 185016 184945 0 -1 4194304 257 334 0 0 0 0 0 0 20 0 1 0 236805563 4292608 736 18446744073709551615 93962721984512 93962722879045 140720951654464 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93962723118096 93962723165840 93962725883904 140720951663007 140720951663104 140720951663104 140720951668708 0
/proc/185016/statm: 1048 736 672 219 0 110 0
[pid=185031] ppid=185016 vsize=1220616 memory=71884 CPUtime=0.18 cores=1,3
/proc/185031/stat : 185031 (python3) S 185016 185016 184945 0 -1 4194304 10720 0 0 0 16 2 0 0 20 0 1 0 236805567 1249910784 17971 18446744073709551615 94364438401024 94364438401401 140726534750224 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94364438412696 94364438413316 94364452970496 140726534752598 140726534752800 140726534752800 140726534758375 0
/proc/185031/statm: 305154 17971 8179 1 0 276512 0
[pid=185033] ppid=185031 vsize=81996 memory=74980 CPUtime=3273.58 cores=1,3
/proc/185033/stat : 185033 (naps-1.03a6) R 185031 185033 185033 0 -1 4194304 631401 0 0 0 327142 216 0 0 20 0 1 0 236805587 83963904 18745 18446744073709551615 4198400 7047149 140731462433536 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 40460288 140731462437247 140731462437361 140731462437361 140731462442953 0
/proc/185033/statm: 20499 18745 544 696 0 19660 0
Current children cumulated CPU time: 3273.76 s
Current children cumulated vsize: 1306804 KiB
Current children cumulated memory: 149808 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.09 4.02 6/270 185197
/proc/meminfo: memFree=126125840/131249996 swapFree=33010160/33010684
[pid=185016] ppid=184998 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/185016/stat : 185016 (scip-naps-1.00.) S 184998 185016 184945 0 -1 4194304 257 334 0 0 0 0 0 0 20 0 1 0 236805563 4292608 736 18446744073709551615 93962721984512 93962722879045 140720951654464 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93962723118096 93962723165840 93962725883904 140720951663007 140720951663104 140720951663104 140720951668708 0
/proc/185016/statm: 1048 736 672 219 0 110 0
[pid=185031] ppid=185016 vsize=1220616 memory=71884 CPUtime=0.18 cores=1,3
/proc/185031/stat : 185031 (python3) S 185016 185016 184945 0 -1 4194304 10720 0 0 0 16 2 0 0 20 0 1 0 236805567 1249910784 17971 18446744073709551615 94364438401024 94364438401401 140726534750224 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94364438412696 94364438413316 94364452970496 140726534752598 140726534752800 140726534752800 140726534758375 0
/proc/185031/statm: 305154 17971 8179 1 0 276512 0
[pid=185033] ppid=185031 vsize=81996 memory=64824 CPUtime=3333.4 cores=1,3
/proc/185033/stat : 185033 (naps-1.03a6) R 185031 185033 185033 0 -1 4194304 641070 0 0 0 333120 220 0 0 20 0 1 0 236805587 83963904 16206 18446744073709551615 4198400 7047149 140731462433536 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 40460288 140731462437247 140731462437361 140731462437361 140731462442953 0
/proc/185033/statm: 20499 16206 544 696 0 19660 0
Current children cumulated CPU time: 3333.58 s
Current children cumulated vsize: 1306804 KiB
Current children cumulated memory: 139652 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.10 4.02 6/270 185199
/proc/meminfo: memFree=126128348/131249996 swapFree=33010160/33010684
[pid=185016] ppid=184998 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/185016/stat : 185016 (scip-naps-1.00.) S 184998 185016 184945 0 -1 4194304 257 334 0 0 0 0 0 0 20 0 1 0 236805563 4292608 736 18446744073709551615 93962721984512 93962722879045 140720951654464 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93962723118096 93962723165840 93962725883904 140720951663007 140720951663104 140720951663104 140720951668708 0
/proc/185016/statm: 1048 736 672 219 0 110 0
[pid=185031] ppid=185016 vsize=1220616 memory=71884 CPUtime=0.18 cores=1,3
/proc/185031/stat : 185031 (python3) S 185016 185016 184945 0 -1 4194304 10720 0 0 0 16 2 0 0 20 0 1 0 236805567 1249910784 17971 18446744073709551615 94364438401024 94364438401401 140726534750224 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94364438412696 94364438413316 94364452970496 140726534752598 140726534752800 140726534752800 140726534758375 0
/proc/185031/statm: 305154 17971 8179 1 0 276512 0
[pid=185033] ppid=185031 vsize=65608 memory=63536 CPUtime=3393.22 cores=1,3
/proc/185033/stat : 185033 (naps-1.03a6) R 185031 185033 185033 0 -1 4194304 645121 0 0 0 339101 221 0 0 20 0 1 0 236805587 67182592 15884 18446744073709551615 4198400 7047149 140731462433536 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 40460288 140731462437247 140731462437361 140731462437361 140731462442953 0
/proc/185033/statm: 16402 15884 544 696 0 15563 0
Current children cumulated CPU time: 3393.4 s
Current children cumulated vsize: 1290416 KiB
Current children cumulated memory: 138364 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.10 4.02 6/271 185202
/proc/meminfo: memFree=126113868/131249996 swapFree=33010160/33010684
[pid=185016] ppid=184998 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/185016/stat : 185016 (scip-naps-1.00.) S 184998 185016 184945 0 -1 4194304 257 334 0 0 0 0 0 0 20 0 1 0 236805563 4292608 736 18446744073709551615 93962721984512 93962722879045 140720951654464 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93962723118096 93962723165840 93962725883904 140720951663007 140720951663104 140720951663104 140720951668708 0
/proc/185016/statm: 1048 736 672 219 0 110 0
[pid=185031] ppid=185016 vsize=1220616 memory=71884 CPUtime=0.18 cores=1,3
/proc/185031/stat : 185031 (python3) S 185016 185016 184945 0 -1 4194304 10720 0 0 0 16 2 0 0 20 0 1 0 236805567 1249910784 17971 18446744073709551615 94364438401024 94364438401401 140726534750224 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94364438412696 94364438413316 94364452970496 140726534752598 140726534752800 140726534752800 140726534758375 0
/proc/185031/statm: 305154 17971 8179 1 0 276512 0
[pid=185033] ppid=185031 vsize=65608 memory=63416 CPUtime=3453.05 cores=1,3
/proc/185033/stat : 185033 (naps-1.03a6) R 185031 185033 185033 0 -1 4194304 645642 0 0 0 345083 222 0 0 20 0 1 0 236805587 67182592 15854 18446744073709551615 4198400 7047149 140731462433536 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 40460288 140731462437247 140731462437361 140731462437361 140731462442953 0
/proc/185033/statm: 16402 15854 544 696 0 15563 0
Current children cumulated CPU time: 3453.23 s
Current children cumulated vsize: 1290416 KiB
Current children cumulated memory: 138244 KiB

[startup+3522.3 s]
/proc/loadavg: 4.04 4.08 4.02 6/272 185211
/proc/meminfo: memFree=126129160/131249996 swapFree=33010160/33010684
[pid=185016] ppid=184998 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/185016/stat : 185016 (scip-naps-1.00.) S 184998 185016 184945 0 -1 4194304 257 334 0 0 0 0 0 0 20 0 1 0 236805563 4292608 736 18446744073709551615 93962721984512 93962722879045 140720951654464 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93962723118096 93962723165840 93962725883904 140720951663007 140720951663104 140720951663104 140720951668708 0
/proc/185016/statm: 1048 736 672 219 0 110 0
[pid=185031] ppid=185016 vsize=1220616 memory=71884 CPUtime=0.18 cores=1,3
/proc/185031/stat : 185031 (python3) S 185016 185016 184945 0 -1 4194304 10720 0 0 0 16 2 0 0 20 0 1 0 236805567 1249910784 17971 18446744073709551615 94364438401024 94364438401401 140726534750224 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94364438412696 94364438413316 94364452970496 140726534752598 140726534752800 140726534752800 140726534758375 0
/proc/185031/statm: 305154 17971 8179 1 0 276512 0
[pid=185033] ppid=185031 vsize=65608 memory=63416 CPUtime=3512.87 cores=1,3
/proc/185033/stat : 185033 (naps-1.03a6) R 185031 185033 185033 0 -1 4194304 645642 0 0 0 351065 222 0 0 20 0 1 0 236805587 67182592 15854 18446744073709551615 4198400 7047149 140731462433536 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 40460288 140731462437247 140731462437361 140731462437361 140731462442953 0
/proc/185033/statm: 16402 15854 544 696 0 15563 0
Current children cumulated CPU time: 3513.05 s
Current children cumulated vsize: 1290416 KiB
Current children cumulated memory: 138244 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.09 4.02 6/272 185213
/proc/meminfo: memFree=126120984/131249996 swapFree=33010160/33010684
[pid=185016] ppid=184998 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/185016/stat : 185016 (scip-naps-1.00.) S 184998 185016 184945 0 -1 4194304 257 334 0 0 0 0 0 0 20 0 1 0 236805563 4292608 736 18446744073709551615 93962721984512 93962722879045 140720951654464 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93962723118096 93962723165840 93962725883904 140720951663007 140720951663104 140720951663104 140720951668708 0
/proc/185016/statm: 1048 736 672 219 0 110 0
[pid=185031] ppid=185016 vsize=1220616 memory=71884 CPUtime=0.18 cores=1,3
/proc/185031/stat : 185031 (python3) S 185016 185016 184945 0 -1 4194304 10720 0 0 0 16 2 0 0 20 0 1 0 236805567 1249910784 17971 18446744073709551615 94364438401024 94364438401401 140726534750224 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94364438412696 94364438413316 94364452970496 140726534752598 140726534752800 140726534752800 140726534758375 0
/proc/185031/statm: 305154 17971 8179 1 0 276512 0
[pid=185033] ppid=185031 vsize=73804 memory=60672 CPUtime=3572.7 cores=1,3
/proc/185033/stat : 185033 (naps-1.03a6) R 185031 185033 185033 0 -1 4194304 648352 0 0 0 357047 223 0 0 20 0 1 0 236805587 75575296 15168 18446744073709551615 4198400 7047149 140731462433536 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 40460288 140731462437247 140731462437361 140731462437361 140731462442953 0
/proc/185033/statm: 18451 15168 544 696 0 17612 0
Current children cumulated CPU time: 3572.88 s
Current children cumulated vsize: 1298612 KiB
Current children cumulated memory: 135500 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.5 s]
/proc/loadavg: 4.07 4.08 4.02 6/272 185214
/proc/meminfo: memFree=126111132/131249996 swapFree=33010160/33010684
[pid=185016] ppid=184998 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/185016/stat : 185016 (scip-naps-1.00.) S 184998 185016 184945 0 -1 4194304 257 334 0 0 0 0 0 0 20 0 1 0 236805563 4292608 736 18446744073709551615 93962721984512 93962722879045 140720951654464 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93962723118096 93962723165840 93962725883904 140720951663007 140720951663104 140720951663104 140720951668708 0
/proc/185016/statm: 1048 736 672 219 0 110 0
[pid=185031] ppid=185016 vsize=1220616 memory=71884 CPUtime=0.18 cores=1,3
/proc/185031/stat : 185031 (python3) S 185016 185016 184945 0 -1 4194304 10720 0 0 0 16 2 0 0 20 0 1 0 236805567 1249910784 17971 18446744073709551615 94364438401024 94364438401401 140726534750224 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94364438412696 94364438413316 94364452970496 140726534752598 140726534752800 140726534752800 140726534758375 0
/proc/185031/statm: 305154 17971 8179 1 0 276512 0
[pid=185033] ppid=185031 vsize=73804 memory=70664 CPUtime=3599.84 cores=1,3
/proc/185033/stat : 185033 (naps-1.03a6) R 185031 185033 185033 0 -1 4194304 654070 0 0 0 359759 225 0 0 20 0 1 0 236805587 75575296 17666 18446744073709551615 4198400 7047149 140731462433536 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 40460288 140731462437247 140731462437361 140731462437361 140731462442953 0
/proc/185033/statm: 18451 17666 544 696 0 17612 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 1298612 KiB
Current children cumulated memory: 145492 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3597.77 s, system=2.29212 s

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

[startup+3609.5 s]
/proc/loadavg: 4.07 4.08 4.02 6/272 185214
/proc/meminfo: memFree=126111132/131249996 swapFree=33010160/33010684
[pid=185016] ppid=184998 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/185016/stat : 185016 (scip-naps-1.00.) S 184998 185016 184945 0 -1 4194304 257 334 0 0 0 0 0 0 20 0 1 0 236805563 4292608 736 18446744073709551615 93962721984512 93962722879045 140720951654464 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93962723118096 93962723165840 93962725883904 140720951663007 140720951663104 140720951663104 140720951668708 0
/proc/185016/statm: 1048 736 672 219 0 110 0
[pid=185031] ppid=185016 vsize=1220616 memory=71884 CPUtime=0.18 cores=1,3
/proc/185031/stat : 185031 (python3) S 185016 185016 184945 0 -1 4194304 10720 0 0 0 16 2 0 0 20 0 1 0 236805567 1249910784 17971 18446744073709551615 94364438401024 94364438401401 140726534750224 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94364438412696 94364438413316 94364452970496 140726534752598 140726534752800 140726534752800 140726534758375 0
/proc/185031/statm: 305154 17971 8179 1 0 276512 0
[pid=185033] ppid=185031 vsize=73804 memory=70664 CPUtime=3599.84 cores=1,3
/proc/185033/stat : 185033 (naps-1.03a6) R 185031 185033 185033 0 -1 4194304 654070 0 0 0 359759 225 0 0 20 0 1 0 236805587 75575296 17666 18446744073709551615 4198400 7047149 140731462433536 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 40460288 140731462437247 140731462437361 140731462437361 140731462442953 0
/proc/185033/statm: 18451 17666 544 696 0 17612 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 1298612 KiB
Current children cumulated memory: 145492 KiB

Child status: 143

Real time (s): 3609.52
CPU time (s): 3600.06
CPU user time (s): 3597.77
CPU system time (s): 2.29212
CPU usage (%): 99.738
Max. virtual memory (cumulated for all children) (KiB): 1355956
Max. memory (cumulated for all children) (KiB): 171816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.77
system time used= 2.29212
maximum resident set size= 99168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 669411
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 514
involuntary context switches= 4362


# summary of solver processes directly reported to runsolver:
#   pid: 185016
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3597.77
#   total CPU system time (s): 2.29212

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.98419 second user time and 14.2783 second system time

The end

Launcher Data

Begin job on nodeC029 at 2025-07-22 21:07:51
IDJOB=4541968
IDBENCH=163695
IDSOLVER=3368
FILE ID=nodeC029/4541968-1753211271
RUNJOBID= nodeC029-1753211271-184957
SLURM_JOB_ID= 9687792
Free space on /tmp= 433020 MiB

SOLVER NAME= SCIP-NaPS 1.00a1
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/equalities/diag_spec/normalized-24diag_spec_greater.opb
COMMAND LINE= ./scip-naps-1.00.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4541968-1753211271/watcher-4541968-1753211271 -o /tmp/evaluation-result-4541968-1753211271/solver-4541968-1753211271 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1753211271-184957 --watchdog 3760  ./scip-naps-1.00.sh HOME/instance-4541968-1753211271.opb

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

MD5SUM BENCH= 873561b121a1050aedee7e68f97b01fd
RANDOM SEED=193722180

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        126572880 kB
MemAvailable:   129667368 kB
Buffers:            2128 kB
Cached:          3855352 kB
SwapCached:           36 kB
Active:          1307176 kB
Inactive:        2615580 kB
Active(anon):      86776 kB
Inactive(anon):     4716 kB
Active(file):    1220400 kB
Inactive(file):  2610864 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             22224 kB
Writeback:            12 kB
AnonPages:         68332 kB
Mapped:           109800 kB
Shmem:             26216 kB
KReclaimable:     204924 kB
Slab:             302596 kB
SReclaimable:     204924 kB
SUnreclaim:        97672 kB
KernelStack:        4116 kB
PageTables:         2912 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     342260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3968 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      193236 kB
DirectMap2M:    11112448 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 433000 MiB
End job on nodeC029 at 2025-07-22 22:08:01