Trace number 4542014

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.17 3610.96

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
equalities/diag_spec/normalized-22diag_spec_greater.opb
MD5SUM808e9faff4b516f7872d7344d1ed451f
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 benchmark1.23401
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1562
Total number of constraints1982
Number of constraints which are clauses1452
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints530
Minimum length of a constraint2
Maximum length of a constraint528
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 8796093022208
Number of bits of the biggest number in a constraint 44
Biggest sum of numbers in a constraint 35184372088831
Number of bits of the biggest sum of numbers45
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.56	c Command: HOME/scip-naps-1.00a2.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4542014-1753211276.opb
0.45/0.56	c Solving mode: decision
0.45/0.56	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
0.45/0.56	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
0.45/0.56	c original problem has 1562 variables (1562 bin, 0 int, 0 impl, 0 cont) and 1982 constraints
0.45/0.56	c presolving:
0.45/0.56	c (round 1, fast)       67 del vars, 66 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 990 clqs
0.45/0.56	c (round 2, exhaustive) 67 del vars, 66 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1453 upgd conss, 0 impls, 990 clqs
0.45/0.56	c (round 3, fast)       67 del vars, 66 del conss, 0 add conss, 0 chg bounds, 1 chg sides, 86 chg coeffs, 1453 upgd conss, 0 impls, 990 clqs
0.45/0.56	c (round 4, exhaustive) 67 del vars, 1518 del conss, 484 add conss, 0 chg bounds, 1 chg sides, 86 chg coeffs, 1453 upgd conss, 0 impls, 991 clqs
0.45/0.56	c    (0.1s) probing: 83/1495 (5.6%) - 0 fixings, 0 aggregations, 5 implications, 0 bound changes
0.45/0.56	c    (0.1s) probing aborted: 50/50 successive totally useless probings
0.45/0.56	c    (0.1s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.45/0.56	c    (0.1s) no symmetry present (symcode time: 0.00)
0.45/0.56	c presolving (5 rounds: 5 fast, 3 medium, 3 exhaustive):
0.45/0.56	c  67 deleted vars, 1518 deleted constraints, 484 added constraints, 0 tightened bounds, 0 added holes, 1 changed sides, 86 changed coefficients
0.45/0.56	c  0 implications, 996 cliques
0.45/0.56	c presolved problem has 1495 variables (1495 bin, 0 int, 0 impl, 0 cont) and 948 constraints
0.45/0.56	c       1 constraints of type <knapsack>
0.45/0.56	c     484 constraints of type <and>
0.45/0.56	c     463 constraints of type <linear>
0.45/0.56	c transformed objective value is always integral (scale: 1)
0.45/0.56	c Presolving Time: 0.07
0.45/0.56	c 
0.45/0.56	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.56	c * 0.1s|     1 |     0 |    30 |     - |    LP  |   0 |1495 | 957 |1432 |   0 |  0 |   8 |   0 | 0.000000e+00 | 0.000000e+00 |   0.00%| unknown
0.45/0.56	c   0.1s|     1 |     0 |    30 |     - |    16M |   0 |1495 | 957 |1432 |   0 |  0 |   8 |   0 | 0.000000e+00 | 0.000000e+00 |   0.00%| unknown
0.45/0.56	c 
0.45/0.56	c SCIP Status        : problem is solved [optimal solution found]
0.45/0.56	c Solving Time (sec) : 0.13
0.45/0.56	c Solving Nodes      : 1
0.45/0.56	c Primal Bound       : +0.00000000000000e+00 (1 solutions)
0.45/0.56	c Dual Bound         : +0.00000000000000e+00
0.45/0.56	c Gap                : 0.00 %
0.45/0.56	c [VIOLATION] Line 13: +1 x1475 -1 x1519 +2 x1476 -2 x1520 +4 x1477 -4 x1521 +8 x1478 -8 x1522 +16 x1479 -16 x1523 +32 x1480 -32 x1524 +64 x1481 -64 x1525 +128 x1482 -128 x1526 +256 x1483 -256 x1527 +512 x1484 -512 x1528 +1024 x1485 -1024 x1529 +2048 x1486 -2048 x1530 +4096 x1487 -4096 x1531 +8192 x1488 -8192 x1532 +16384 x1489 -16384 x1533 +32768 x1490 -32768 x1534 +65536 x1491 -65536 x1535 +131072 x1492 -131072 x1536 +262144 x1493 -262144 x1537 +524288 x1494 -524288 x1538 +1048576 x1495 -1048576 x1539 +2097152 x1496 -2097152 x1540 +4194304 x1497 -4194304 x1541 +8388608 x1498 -8388608 x1542 +16777216 x1499 -16777216 x1543 +33554432 x1500 -33554432 x1544 +67108864 x1501 -67108864 x1545 +134217728 x1502 -134217728 x1546 +268435456 x1503 -268435456 x1547 +536870912 x1504 -536870912 x1548 +1073741824 x1505 -1073741824 x1549 +2147483648 x1506 -2147483648 x1550 +4294967296 x1507 -4294967296 x1551 +8589934592 x1508 -8589934592 x1552 +17179869184 x1509 -17179869184 x1553 +34359738368 x1510 -34359738368 x1554 +68719476736 x1511 -68719476736 x1555 +137438953472 x1512 -137438953472 x1556 +274877906944 x1513 -274877906944 x1557 +549755813888 x1514 -549755813888 x1558 +1099511627776 x1515 -1099511627776 x1559 +2199023255552 x1516 -2199023255552 x1560 +4398046511104 x1517 -4398046511104 x1561 +8796093022208 x1518 -8796093022208 x1562 >= 1 ;
0.45/0.56	c   Computed activity: 0
0.45/0.56	c   Required: activity >= 1
0.45/0.56	c   Variable assignments: {x1475=0, x1519=0, x1476=0, x1520=0, x1477=0, x1521=0, x1478=0, x1522=0, x1479=0, x1523=0, x1480=0, x1524=0, x1481=0, x1525=0, x1482=0, x1526=0, x1483=0, x1527=0, x1484=0, x1528=0, x1485=0, x1529=0, x1486=0, x1530=0, x1487=0, x1531=0, x1488=0, x1532=0, x1489=0, x1533=0, x1490=0, x1534=0, x1491=0, x1535=0, x1492=0, x1536=0, x1493=0, x1537=0, x1494=0, x1538=0, x1495=0, x1539=0, x1496=0, x1540=0, x1497=0, x1541=0, x1498=0, x1542=0, x1499=0, x1543=0, x1500=0, x1544=0, x1501=0, x1545=0, x1502=0, x1546=0, x1503=0, x1547=0, x1504=0, x1548=0, x1505=0, x1549=0, x1506=0, x1550=0, x1507=0, x1551=0, x1508=0, x1552=0, x1509=0, x1553=0, x1510=0, x1554=0, x1511=0, x1555=0, x1512=0, x1556=0, x1513=0, x1557=0, x1514=0, x1558=0, x1515=0, x1559=0, x1516=0, x1560=0, x1517=0, x1561=0, x1518=0, x1562=0}}
0.45/0.56	c SCIP found a solution, but it is not feasible according to the original problem.
0.45/0.56	c ----------------------------------------------------------------------
0.45/0.56	c executing external solver (fallback): HOME/naps-1.03a6
0.45/0.56	c ----------------------------------------------------------------------
0.45/0.56	c command: HOME/naps-1.03a6 HOME/instance-4542014-1753211276.opb
0.45/0.56	c NaPS 1.03a6.
0.45/0.56	c Input file name: HOME/instance-4542014-1753211276.opb
3600.08/3610.90	c
3600.08/3610.90	c *** TERMINATED *** by signal 15
3600.08/3610.90	c s UNKNOWN
3600.08/3610.90	c _____________________________________________________________________________
3600.08/3610.90	c std/band forms        : 1,463
3600.08/3610.90	c 2cl/3cl ITE-codings   : 43,12849
3600.08/3610.90	c BDD/srt/adr Max costs : 11594,0,0
3600.08/3610.90	c BDDraw/bin/mul/srt/adr: 464,0,0,0,0
3600.08/3610.90	c BDD nodes             : 17183
3600.08/3610.90	c Es1/CC detections     : 0,0
3600.08/3610.90	c CC sort               : 0
3600.08/3610.90	c SAT/UNSAT calls       : 0,0
3600.08/3610.90	c regenrated variables  : 0
3600.08/3610.90	c eliminated fixed lits : 0
3600.08/3610.90	c goal lit flips        : 0
3600.08/3610.90	c goal stages           : 0
3600.08/3610.90	c goal shrink           : 0
3600.08/3610.90	c goal coeff separations: 0
3600.08/3610.90	c restarts              : 0
3600.08/3610.90	c conflicts             : 0              (0 /sec)
3600.08/3610.90	c decisions             : 0              (0 /sec)
3600.08/3610.90	c propagations          : 0              (0 /sec)
3600.08/3610.90	c inspects              : 0              (0 /sec)
3600.08/3610.90	c CPU time (solving tm) : 3596 s        (3596 s, SAT 0 s, UNSAT 0 s)
3600.08/3610.90	c Time for Opt-base     : 0 s
3600.08/3610.90	c Steps for Opt-base    : 0
3600.08/3610.90	c Time for BDD coding   : 0.241 s
3600.08/3610.90	c Time for srt coding   : 0 s
3600.08/3610.90	c _____________________________________________________________________________
3600.08/3610.90	s UNKNOWN
3600.08/3610.91	c received SIGTERM, forwarding to pbsolver...
3600.08/3610.91	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-4542014-1753211276/watcher-4542014-1753211276 -o /tmp/evaluation-result-4542014-1753211276/solver-4542014-1753211276 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1753211276-193081 --watchdog 3760 ./scip-naps-1.00a2.sh HOME/instance-4542014-1753211276.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100075 s]*
/proc/loadavg: 1.07 1.11 1.70 5/255 193156
/proc/meminfo: memFree=129237504/131382116 swapFree=33009904/33010684
[pid=193127] ppid=193121 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/193127/stat : 193127 (scip-naps-1.00a) S 193121 193127 193071 0 -1 4194304 259 329 0 0 0 0 0 0 20 0 1 0 236806815 4292608 768 18446744073709551615 94868371750912 94868372645445 140724997383744 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94868372884496 94868372932240 94868403318784 140724997388699 140724997388798 140724997388798 140724997394402 0
/proc/193127/statm: 1048 768 704 219 0 110 0
[pid=193152] ppid=193127 vsize=12092 memory=9088 CPUtime=0.04 cores=0,2
/proc/193152/stat : 193152 (python3) R 193127 193127 193071 0 -1 4194304 1329 0 0 0 4 0 0 0 20 0 1 0 236806819 12382208 2272 18446744073709551615 94580943925248 94580943925625 140721153062528 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94580943936920 94580943937540 94580951261184 140721153071439 140721153071648 140721153071648 140721153077223 0
/proc/193152/statm: 3023 2272 1120 1 0 1271 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 16284 KiB
Current children cumulated memory: 12160 KiB

[startup+0.214366 s]*
/proc/loadavg: 1.07 1.11 1.70 5/255 193156
/proc/meminfo: memFree=129222720/131382116 swapFree=33009904/33010684
[pid=193127] ppid=193121 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/193127/stat : 193127 (scip-naps-1.00a) S 193121 193127 193071 0 -1 4194304 259 329 0 0 0 0 0 0 20 0 1 0 236806815 4292608 768 18446744073709551615 94868371750912 94868372645445 140724997383744 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94868372884496 94868372932240 94868403318784 140724997388699 140724997388798 140724997388798 140724997394402 0
/proc/193127/statm: 1048 768 704 219 0 110 0
[pid=193152] ppid=193127 vsize=1176112 memory=27792 CPUtime=0.15 cores=0,2
/proc/193152/stat : 193152 (python3) R 193127 193127 193071 0 -1 4194304 3151 0 7 0 12 3 0 0 20 0 1 0 236806819 1204338688 6948 18446744073709551615 94580943925248 94580943925625 140721153062528 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94580943936920 94580943937540 94580951261184 140721153071439 140721153071648 140721153071648 140721153077223 0
/proc/193152/statm: 294028 6948 4455 1 0 266125 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 1180304 KiB
Current children cumulated memory: 30864 KiB

[startup+0.314533 s]*
/proc/loadavg: 1.07 1.11 1.70 5/255 193156
/proc/meminfo: memFree=129210876/131382116 swapFree=33009904/33010684
[pid=193127] ppid=193121 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/193127/stat : 193127 (scip-naps-1.00a) S 193121 193127 193071 0 -1 4194304 259 329 0 0 0 0 0 0 20 0 1 0 236806815 4292608 768 18446744073709551615 94868371750912 94868372645445 140724997383744 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94868372884496 94868372932240 94868403318784 140724997388699 140724997388798 140724997388798 140724997394402 0
/proc/193127/statm: 1048 768 704 219 0 110 0
[pid=193152] ppid=193127 vsize=1189596 memory=34448 CPUtime=0.25 cores=0,2
/proc/193152/stat : 193152 (python3) R 193127 193127 193071 0 -1 4194304 4325 0 7 0 21 4 0 0 20 0 1 0 236806819 1218146304 8612 18446744073709551615 94580943925248 94580943925625 140721153062528 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94580943936920 94580943937540 94580951261184 140721153071439 140721153071648 140721153071648 140721153077223 0
/proc/193152/statm: 297399 8612 4999 1 0 269308 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 1193788 KiB
Current children cumulated memory: 37520 KiB

[startup+0.700377 s]
/proc/loadavg: 1.31 1.15 1.71 5/255 193156
/proc/meminfo: memFree=129107568/131382116 swapFree=33009904/33010684
[pid=193127] ppid=193121 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/193127/stat : 193127 (scip-naps-1.00a) S 193121 193127 193071 0 -1 4194304 259 329 0 0 0 0 0 0 20 0 1 0 236806815 4292608 768 18446744073709551615 94868371750912 94868372645445 140724997383744 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94868372884496 94868372932240 94868403318784 140724997388699 140724997388798 140724997388798 140724997394402 0
/proc/193127/statm: 1048 768 704 219 0 110 0
[pid=193152] ppid=193127 vsize=1216596 memory=67472 CPUtime=0.48 cores=0,2
/proc/193152/stat : 193152 (python3) S 193127 193127 193071 0 -1 4194304 9877 0 8 0 42 6 0 0 20 0 1 0 236806819 1245794304 16868 18446744073709551615 94580943925248 94580943925625 140721153062528 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94580943936920 94580943937540 94580951261184 140721153071439 140721153071648 140721153071648 140721153077223 0
/proc/193152/statm: 304149 16868 8103 1 0 275507 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 1220788 KiB
Current children cumulated memory: 70544 KiB

[startup+1.50039 s]
/proc/loadavg: 1.31 1.15 1.71 5/259 193160
/proc/meminfo: memFree=129024192/131382116 swapFree=33009904/33010684
[pid=193127] ppid=193121 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/193127/stat : 193127 (scip-naps-1.00a) S 193121 193127 193071 0 -1 4194304 259 329 0 0 0 0 0 0 20 0 1 0 236806815 4292608 768 18446744073709551615 94868371750912 94868372645445 140724997383744 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94868372884496 94868372932240 94868403318784 140724997388699 140724997388798 140724997388798 140724997394402 0
/proc/193127/statm: 1048 768 704 219 0 110 0
[pid=193152] ppid=193127 vsize=1216596 memory=67472 CPUtime=0.48 cores=0,2
/proc/193152/stat : 193152 (python3) S 193127 193127 193071 0 -1 4194304 9877 0 8 0 42 6 0 0 20 0 1 0 236806819 1245794304 16868 18446744073709551615 94580943925248 94580943925625 140721153062528 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94580943936920 94580943937540 94580951261184 140721153071439 140721153071648 140721153071648 140721153077223 0
/proc/193152/statm: 304149 16868 8103 1 0 275507 0
[pid=193157] ppid=193152 vsize=21340 memory=18312 CPUtime=0.92 cores=0,2
/proc/193157/stat : 193157 (naps-1.03a6) R 193152 193157 193157 0 -1 4194304 5388 0 0 0 90 2 0 0 20 0 1 0 236806871 21852160 4578 18446744073709551615 4198400 7047149 140725829476896 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 14450688 140725829482879 140725829482993 140725829482993 140725829488585 0
/proc/193157/statm: 5335 4578 544 696 0 4496 0
Current children cumulated CPU time: 1.4 s
Current children cumulated vsize: 1242128 KiB
Current children cumulated memory: 88856 KiB

[startup+3.11344 s]
/proc/loadavg: 1.31 1.15 1.71 5/259 193160
/proc/meminfo: memFree=129007968/131382116 swapFree=33009904/33010684
[pid=193127] ppid=193121 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/193127/stat : 193127 (scip-naps-1.00a) S 193121 193127 193071 0 -1 4194304 259 329 0 0 0 0 0 0 20 0 1 0 236806815 4292608 768 18446744073709551615 94868371750912 94868372645445 140724997383744 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94868372884496 94868372932240 94868403318784 140724997388699 140724997388798 140724997388798 140724997394402 0
/proc/193127/statm: 1048 768 704 219 0 110 0
[pid=193152] ppid=193127 vsize=1216596 memory=67472 CPUtime=0.48 cores=0,2
/proc/193152/stat : 193152 (python3) S 193127 193127 193071 0 -1 4194304 9877 0 8 0 42 6 0 0 20 0 1 0 236806819 1245794304 16868 18446744073709551615 94580943925248 94580943925625 140721153062528 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94580943936920 94580943937540 94580951261184 140721153071439 140721153071648 140721153071648 140721153077223 0
/proc/193152/statm: 304149 16868 8103 1 0 275507 0
[pid=193157] ppid=193152 vsize=27424 memory=22108 CPUtime=2.52 cores=0,2
/proc/193157/stat : 193157 (naps-1.03a6) R 193152 193157 193157 0 -1 4194304 6387 0 0 0 250 2 0 0 20 0 1 0 236806871 28082176 5527 18446744073709551615 4198400 7047149 140725829476896 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 14450688 140725829482879 140725829482993 140725829482993 140725829488585 0
/proc/193157/statm: 6856 5527 544 696 0 6017 0
Current children cumulated CPU time: 3 s
Current children cumulated vsize: 1248212 KiB
Current children cumulated memory: 92652 KiB

[startup+6.30045 s]
/proc/loadavg: 1.60 1.22 1.73 5/259 193160
/proc/meminfo: memFree=129004696/131382116 swapFree=33009904/33010684
[pid=193127] ppid=193121 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/193127/stat : 193127 (scip-naps-1.00a) S 193121 193127 193071 0 -1 4194304 259 329 0 0 0 0 0 0 20 0 1 0 236806815 4292608 768 18446744073709551615 94868371750912 94868372645445 140724997383744 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94868372884496 94868372932240 94868403318784 140724997388699 140724997388798 140724997388798 140724997394402 0
/proc/193127/statm: 1048 768 704 219 0 110 0
[pid=193152] ppid=193127 vsize=1216596 memory=67472 CPUtime=0.48 cores=0,2
/proc/193152/stat : 193152 (python3) S 193127 193127 193071 0 -1 4194304 9877 0 8 0 42 6 0 0 20 0 1 0 236806819 1245794304 16868 18446744073709551615 94580943925248 94580943925625 140721153062528 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94580943936920 94580943937540 94580951261184 140721153071439 140721153071648 140721153071648 140721153077223 0
/proc/193152/statm: 304149 16868 8103 1 0 275507 0
[pid=193157] ppid=193152 vsize=27420 memory=20508 CPUtime=5.7 cores=0,2
/proc/193157/stat : 193157 (naps-1.03a6) R 193152 193157 193157 0 -1 4194304 6619 0 0 0 568 2 0 0 20 0 1 0 236806871 28078080 5127 18446744073709551615 4198400 7047149 140725829476896 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 14450688 140725829482879 140725829482993 140725829482993 140725829488585 0
/proc/193157/statm: 6855 5127 544 696 0 6016 0
Current children cumulated CPU time: 6.18 s
Current children cumulated vsize: 1248208 KiB
Current children cumulated memory: 91052 KiB

[startup+12.7005 s]
/proc/loadavg: 1.80 1.26 1.74 5/259 193160
/proc/meminfo: memFree=128994584/131382116 swapFree=33009904/33010684
[pid=193127] ppid=193121 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/193127/stat : 193127 (scip-naps-1.00a) S 193121 193127 193071 0 -1 4194304 259 329 0 0 0 0 0 0 20 0 1 0 236806815 4292608 768 18446744073709551615 94868371750912 94868372645445 140724997383744 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94868372884496 94868372932240 94868403318784 140724997388699 140724997388798 140724997388798 140724997394402 0
/proc/193127/statm: 1048 768 704 219 0 110 0
[pid=193152] ppid=193127 vsize=1216596 memory=67472 CPUtime=0.48 cores=0,2
/proc/193152/stat : 193152 (python3) S 193127 193127 193071 0 -1 4194304 9877 0 8 0 42 6 0 0 20 0 1 0 236806819 1245794304 16868 18446744073709551615 94580943925248 94580943925625 140721153062528 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94580943936920 94580943937540 94580951261184 140721153071439 140721153071648 140721153071648 140721153077223 0
/proc/193152/statm: 304149 16868 8103 1 0 275507 0
[pid=193157] ppid=193152 vsize=27420 memory=21532 CPUtime=12.09 cores=0,2
/proc/193157/stat : 193157 (naps-1.03a6) R 193152 193157 193157 0 -1 4194304 6875 0 0 0 1207 2 0 0 20 0 1 0 236806871 28078080 5383 18446744073709551615 4198400 7047149 140725829476896 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 14450688 140725829482879 140725829482993 140725829482993 140725829488585 0
/proc/193157/statm: 6855 5383 544 696 0 6016 0
Current children cumulated CPU time: 12.57 s
Current children cumulated vsize: 1248208 KiB
Current children cumulated memory: 92076 KiB

[startup+25.5005 s]
/proc/loadavg: 2.14 1.36 1.77 5/259 193160
/proc/meminfo: memFree=128978216/131382116 swapFree=33009904/33010684
[pid=193127] ppid=193121 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/193127/stat : 193127 (scip-naps-1.00a) S 193121 193127 193071 0 -1 4194304 259 329 0 0 0 0 0 0 20 0 1 0 236806815 4292608 768 18446744073709551615 94868371750912 94868372645445 140724997383744 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94868372884496 94868372932240 94868403318784 140724997388699 140724997388798 140724997388798 140724997394402 0
/proc/193127/statm: 1048 768 704 219 0 110 0
[pid=193152] ppid=193127 vsize=1216596 memory=67472 CPUtime=0.48 cores=0,2
/proc/193152/stat : 193152 (python3) S 193127 193127 193071 0 -1 4194304 9877 0 8 0 42 6 0 0 20 0 1 0 236806819 1245794304 16868 18446744073709551615 94580943925248 94580943925625 140721153062528 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94580943936920 94580943937540 94580951261184 140721153071439 140721153071648 140721153071648 140721153077223 0
/proc/193152/statm: 304149 16868 8103 1 0 275507 0
[pid=193157] ppid=193152 vsize=43692 memory=33652 CPUtime=24.85 cores=0,2
/proc/193157/stat : 193157 (naps-1.03a6) R 193152 193157 193157 0 -1 4194304 8753 0 0 0 2482 3 0 0 20 0 1 0 236806871 44740608 8413 18446744073709551615 4198400 7047149 140725829476896 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 14450688 140725829482879 140725829482993 140725829482993 140725829488585 0
/proc/193157/statm: 10923 8413 544 696 0 10084 0
Current children cumulated CPU time: 25.33 s
Current children cumulated vsize: 1264480 KiB
Current children cumulated memory: 104196 KiB

[startup+51.1142 s]
/proc/loadavg: 2.95 1.63 1.85 5/259 193161
/proc/meminfo: memFree=128957896/131382116 swapFree=33009904/33010684
[pid=193127] ppid=193121 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/193127/stat : 193127 (scip-naps-1.00a) S 193121 193127 193071 0 -1 4194304 259 329 0 0 0 0 0 0 20 0 1 0 236806815 4292608 768 18446744073709551615 94868371750912 94868372645445 140724997383744 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94868372884496 94868372932240 94868403318784 140724997388699 140724997388798 140724997388798 140724997394402 0
/proc/193127/statm: 1048 768 704 219 0 110 0
[pid=193152] ppid=193127 vsize=1216596 memory=67472 CPUtime=0.48 cores=0,2
/proc/193152/stat : 193152 (python3) S 193127 193127 193071 0 -1 4194304 9877 0 8 0 42 6 0 0 20 0 1 0 236806819 1245794304 16868 18446744073709551615 94580943925248 94580943925625 140721153062528 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94580943936920 94580943937540 94580951261184 140721153071439 140721153071648 140721153071648 140721153077223 0
/proc/193152/statm: 304149 16868 8103 1 0 275507 0
[pid=193157] ppid=193152 vsize=31376 memory=26372 CPUtime=50.39 cores=0,2
/proc/193157/stat : 193157 (naps-1.03a6) R 193152 193157 193157 0 -1 4194304 10763 0 0 0 5036 3 0 0 20 0 1 0 236806871 32129024 6593 18446744073709551615 4198400 7047149 140725829476896 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 14450688 140725829482879 140725829482993 140725829482993 140725829488585 0
/proc/193157/statm: 7844 6593 544 696 0 7005 0
Current children cumulated CPU time: 50.87 s
Current children cumulated vsize: 1252164 KiB
Current children cumulated memory: 96916 KiB

[startup+102.301 s]
/proc/loadavg: 3.55 1.99 1.96 5/259 193164
/proc/meminfo: memFree=128940304/131382116 swapFree=33009904/33010684
[pid=193127] ppid=193121 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/193127/stat : 193127 (scip-naps-1.00a) S 193121 193127 193071 0 -1 4194304 259 329 0 0 0 0 0 0 20 0 1 0 236806815 4292608 768 18446744073709551615 94868371750912 94868372645445 140724997383744 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94868372884496 94868372932240 94868403318784 140724997388699 140724997388798 140724997388798 140724997394402 0
/proc/193127/statm: 1048 768 704 219 0 110 0
[pid=193152] ppid=193127 vsize=1216596 memory=67472 CPUtime=0.48 cores=0,2
/proc/193152/stat : 193152 (python3) S 193127 193127 193071 0 -1 4194304 9877 0 8 0 42 6 0 0 20 0 1 0 236806819 1245794304 16868 18446744073709551615 94580943925248 94580943925625 140721153062528 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94580943936920 94580943937540 94580951261184 140721153071439 140721153071648 140721153071648 140721153077223 0
/proc/193152/statm: 304149 16868 8103 1 0 275507 0
[pid=193157] ppid=193152 vsize=39616 memory=32424 CPUtime=101.44 cores=0,2
/proc/193157/stat : 193157 (naps-1.03a6) R 193152 193157 193157 0 -1 4194304 42238 0 0 0 10133 11 0 0 20 0 1 0 236806871 40566784 8106 18446744073709551615 4198400 7047149 140725829476896 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 14450688 140725829482879 140725829482993 140725829482993 140725829488585 0
/proc/193157/statm: 9904 8106 544 696 0 9065 0
Current children cumulated CPU time: 101.92 s
Current children cumulated vsize: 1260404 KiB
Current children cumulated memory: 102968 KiB

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

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

[pid=193157] ppid=193152 vsize=53464 memory=44208 CPUtime=3212.16 cores=0,2
/proc/193157/stat : 193157 (naps-1.03a6) R 193152 193157 193157 0 -1 4194304 810289 0 0 0 320889 327 0 0 20 0 1 0 236806871 54747136 11052 18446744073709551615 4198400 7047149 140725829476896 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 14450688 140725829482879 140725829482993 140725829482993 140725829488585 0
/proc/193157/statm: 13366 11052 544 696 0 12527 0
Current children cumulated CPU time: 3212.64 s
Current children cumulated vsize: 1274252 KiB
Current children cumulated memory: 115264 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.33 4.23 5/257 193322
/proc/meminfo: memFree=128768676/131382116 swapFree=33009904/33010684
[pid=193127] ppid=193121 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/193127/stat : 193127 (scip-naps-1.00a) S 193121 193127 193071 0 -1 4194304 259 329 0 0 0 0 0 0 20 0 1 0 236806815 4292608 768 18446744073709551615 94868371750912 94868372645445 140724997383744 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94868372884496 94868372932240 94868403318784 140724997388699 140724997388798 140724997388798 140724997394402 0
/proc/193127/statm: 1048 768 704 219 0 110 0
[pid=193152] ppid=193127 vsize=1216596 memory=67984 CPUtime=0.48 cores=0,2
/proc/193152/stat : 193152 (python3) S 193127 193127 193071 0 -1 4194304 9877 0 8 0 42 6 0 0 20 0 1 0 236806819 1245794304 16996 18446744073709551615 94580943925248 94580943925625 140721153062528 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94580943936920 94580943937540 94580951261184 140721153071439 140721153071648 140721153071648 140721153077223 0
/proc/193152/statm: 304149 16996 8103 1 0 275507 0
[pid=193157] ppid=193152 vsize=61656 memory=52272 CPUtime=3271.99 cores=0,2
/proc/193157/stat : 193157 (naps-1.03a6) R 193152 193157 193157 0 -1 4194304 812397 0 0 0 326870 329 0 0 20 0 1 0 236806871 63135744 13068 18446744073709551615 4198400 7047149 140725829476896 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 14450688 140725829482879 140725829482993 140725829482993 140725829488585 0
/proc/193157/statm: 15414 13068 544 696 0 14575 0
Current children cumulated CPU time: 3272.47 s
Current children cumulated vsize: 1282444 KiB
Current children cumulated memory: 123328 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.28 4.22 5/257 193324
/proc/meminfo: memFree=128771128/131382116 swapFree=33009904/33010684
[pid=193127] ppid=193121 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/193127/stat : 193127 (scip-naps-1.00a) S 193121 193127 193071 0 -1 4194304 259 329 0 0 0 0 0 0 20 0 1 0 236806815 4292608 768 18446744073709551615 94868371750912 94868372645445 140724997383744 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94868372884496 94868372932240 94868403318784 140724997388699 140724997388798 140724997388798 140724997394402 0
/proc/193127/statm: 1048 768 704 219 0 110 0
[pid=193152] ppid=193127 vsize=1216596 memory=67984 CPUtime=0.48 cores=0,2
/proc/193152/stat : 193152 (python3) S 193127 193127 193071 0 -1 4194304 9877 0 8 0 42 6 0 0 20 0 1 0 236806819 1245794304 16996 18446744073709551615 94580943925248 94580943925625 140721153062528 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94580943936920 94580943937540 94580951261184 140721153071439 140721153071648 140721153071648 140721153077223 0
/proc/193152/statm: 304149 16996 8103 1 0 275507 0
[pid=193157] ppid=193152 vsize=61656 memory=50864 CPUtime=3331.79 cores=0,2
/proc/193157/stat : 193157 (naps-1.03a6) R 193152 193157 193157 0 -1 4194304 813161 0 0 0 332850 329 0 0 20 0 1 0 236806871 63135744 12716 18446744073709551615 4198400 7047149 140725829476896 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 14450688 140725829482879 140725829482993 140725829482993 140725829488585 0
/proc/193157/statm: 15414 12716 544 696 0 14575 0
Current children cumulated CPU time: 3332.27 s
Current children cumulated vsize: 1282444 KiB
Current children cumulated memory: 121920 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.26 4.21 5/259 193334
/proc/meminfo: memFree=128780652/131382116 swapFree=33009904/33010684
[pid=193127] ppid=193121 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/193127/stat : 193127 (scip-naps-1.00a) S 193121 193127 193071 0 -1 4194304 259 329 0 0 0 0 0 0 20 0 1 0 236806815 4292608 768 18446744073709551615 94868371750912 94868372645445 140724997383744 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94868372884496 94868372932240 94868403318784 140724997388699 140724997388798 140724997388798 140724997394402 0
/proc/193127/statm: 1048 768 704 219 0 110 0
[pid=193152] ppid=193127 vsize=1216596 memory=67984 CPUtime=0.48 cores=0,2
/proc/193152/stat : 193152 (python3) S 193127 193127 193071 0 -1 4194304 9877 0 8 0 42 6 0 0 20 0 1 0 236806819 1245794304 16996 18446744073709551615 94580943925248 94580943925625 140721153062528 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94580943936920 94580943937540 94580951261184 140721153071439 140721153071648 140721153071648 140721153077223 0
/proc/193152/statm: 304149 16996 8103 1 0 275507 0
[pid=193157] ppid=193152 vsize=61656 memory=52272 CPUtime=3391.61 cores=0,2
/proc/193157/stat : 193157 (naps-1.03a6) R 193152 193157 193157 0 -1 4194304 813503 0 0 0 338831 330 0 0 20 0 1 0 236806871 63135744 13068 18446744073709551615 4198400 7047149 140725829476896 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 14450688 140725829482879 140725829482993 140725829482993 140725829488585 0
/proc/193157/statm: 15414 13068 544 696 0 14575 0
Current children cumulated CPU time: 3392.09 s
Current children cumulated vsize: 1282444 KiB
Current children cumulated memory: 123328 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.23 4.20 5/259 193336
/proc/meminfo: memFree=128769904/131382116 swapFree=33009904/33010684
[pid=193127] ppid=193121 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/193127/stat : 193127 (scip-naps-1.00a) S 193121 193127 193071 0 -1 4194304 259 329 0 0 0 0 0 0 20 0 1 0 236806815 4292608 768 18446744073709551615 94868371750912 94868372645445 140724997383744 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94868372884496 94868372932240 94868403318784 140724997388699 140724997388798 140724997388798 140724997394402 0
/proc/193127/statm: 1048 768 704 219 0 110 0
[pid=193152] ppid=193127 vsize=1216596 memory=67984 CPUtime=0.48 cores=0,2
/proc/193152/stat : 193152 (python3) S 193127 193127 193071 0 -1 4194304 9877 0 8 0 42 6 0 0 20 0 1 0 236806819 1245794304 16996 18446744073709551615 94580943925248 94580943925625 140721153062528 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94580943936920 94580943937540 94580951261184 140721153071439 140721153071648 140721153071648 140721153077223 0
/proc/193152/statm: 304149 16996 8103 1 0 275507 0
[pid=193157] ppid=193152 vsize=78044 memory=59444 CPUtime=3451.42 cores=0,2
/proc/193157/stat : 193157 (naps-1.03a6) R 193152 193157 193157 0 -1 4194304 824224 0 0 0 344808 334 0 0 20 0 1 0 236806871 79917056 14861 18446744073709551615 4198400 7047149 140725829476896 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 14450688 140725829482879 140725829482993 140725829482993 140725829488585 0
/proc/193157/statm: 19511 14861 544 696 0 18672 0
Current children cumulated CPU time: 3451.9 s
Current children cumulated vsize: 1298832 KiB
Current children cumulated memory: 130500 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.20 4.19 5/259 193338
/proc/meminfo: memFree=128763756/131382116 swapFree=33009904/33010684
[pid=193127] ppid=193121 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/193127/stat : 193127 (scip-naps-1.00a) S 193121 193127 193071 0 -1 4194304 259 329 0 0 0 0 0 0 20 0 1 0 236806815 4292608 768 18446744073709551615 94868371750912 94868372645445 140724997383744 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94868372884496 94868372932240 94868403318784 140724997388699 140724997388798 140724997388798 140724997394402 0
/proc/193127/statm: 1048 768 704 219 0 110 0
[pid=193152] ppid=193127 vsize=1216596 memory=67984 CPUtime=0.48 cores=0,2
/proc/193152/stat : 193152 (python3) S 193127 193127 193071 0 -1 4194304 9877 0 8 0 42 6 0 0 20 0 1 0 236806819 1245794304 16996 18446744073709551615 94580943925248 94580943925625 140721153062528 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94580943936920 94580943937540 94580951261184 140721153071439 140721153071648 140721153071648 140721153077223 0
/proc/193152/statm: 304149 16996 8103 1 0 275507 0
[pid=193157] ppid=193152 vsize=61656 memory=50480 CPUtime=3511.24 cores=0,2
/proc/193157/stat : 193157 (naps-1.03a6) R 193152 193157 193157 0 -1 4194304 851835 0 0 0 350779 345 0 0 20 0 1 0 236806871 63135744 12620 18446744073709551615 4198400 7047149 140725829476896 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 14450688 140725829482879 140725829482993 140725829482993 140725829488585 0
/proc/193157/statm: 15414 12620 544 696 0 14575 0
Current children cumulated CPU time: 3511.72 s
Current children cumulated vsize: 1282444 KiB
Current children cumulated memory: 121536 KiB

[startup+3582.3 s]
/proc/loadavg: 4.07 4.17 4.18 5/260 193341
/proc/meminfo: memFree=128781848/131382116 swapFree=33009904/33010684
[pid=193127] ppid=193121 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/193127/stat : 193127 (scip-naps-1.00a) S 193121 193127 193071 0 -1 4194304 259 329 0 0 0 0 0 0 20 0 1 0 236806815 4292608 768 18446744073709551615 94868371750912 94868372645445 140724997383744 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94868372884496 94868372932240 94868403318784 140724997388699 140724997388798 140724997388798 140724997394402 0
/proc/193127/statm: 1048 768 704 219 0 110 0
[pid=193152] ppid=193127 vsize=1216596 memory=67984 CPUtime=0.48 cores=0,2
/proc/193152/stat : 193152 (python3) S 193127 193127 193071 0 -1 4194304 9877 0 8 0 42 6 0 0 20 0 1 0 236806819 1245794304 16996 18446744073709551615 94580943925248 94580943925625 140721153062528 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94580943936920 94580943937540 94580951261184 140721153071439 140721153071648 140721153071648 140721153077223 0
/proc/193152/statm: 304149 16996 8103 1 0 275507 0
[pid=193157] ppid=193152 vsize=61656 memory=56368 CPUtime=3571.08 cores=0,2
/proc/193157/stat : 193157 (naps-1.03a6) R 193152 193157 193157 0 -1 4194304 852837 0 0 0 356762 346 0 0 20 0 1 0 236806871 63135744 14092 18446744073709551615 4198400 7047149 140725829476896 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 14450688 140725829482879 140725829482993 140725829482993 140725829488585 0
/proc/193157/statm: 15414 14092 544 696 0 14575 0
Current children cumulated CPU time: 3571.56 s
Current children cumulated vsize: 1282444 KiB
Current children cumulated memory: 127424 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.9 s]
/proc/loadavg: 4.04 4.16 4.17 2/244 193359
/proc/meminfo: memFree=129082736/131382116 swapFree=33009904/33010684
[pid=193127] ppid=193121 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/193127/stat : 193127 (scip-naps-1.00a) S 193121 193127 193071 0 -1 4194304 259 329 0 0 0 0 0 0 20 0 1 0 236806815 4292608 768 18446744073709551615 94868371750912 94868372645445 140724997383744 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94868372884496 94868372932240 94868403318784 140724997388699 140724997388798 140724997388798 140724997394402 0
/proc/193127/statm: 1048 768 704 219 0 110 0
[pid=193152] ppid=193127 vsize=1216596 memory=67984 CPUtime=0.48 cores=0,2
/proc/193152/stat : 193152 (python3) S 193127 193127 193071 0 -1 4194304 9877 0 8 0 42 6 0 0 20 0 1 0 236806819 1245794304 16996 18446744073709551615 94580943925248 94580943925625 140721153062528 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94580943936920 94580943937540 94580951261184 140721153071439 140721153071648 140721153071648 140721153077223 0
/proc/193152/statm: 304149 16996 8103 1 0 275507 0
[pid=193157] ppid=193152 vsize=69852 memory=64172 CPUtime=3599.6 cores=0,2
/proc/193157/stat : 193157 (naps-1.03a6) R 193152 193157 193157 0 -1 4194304 854217 0 0 0 359614 346 0 0 20 0 1 0 236806871 71528448 16043 18446744073709551615 4198400 7047149 140725829476896 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 14450688 140725829482879 140725829482993 140725829482993 140725829488585 0
/proc/193157/statm: 17463 16043 544 696 0 16624 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 1290640 KiB
Current children cumulated memory: 135228 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.003217 s, system=0.013779 s

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

# cumulated CPU time of all completed processes:  user=3596.61 s, system=3.56178 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+3610.9 s]
/proc/loadavg: 4.04 4.16 4.17 2/244 193359
/proc/meminfo: memFree=129082736/131382116 swapFree=33009904/33010684
[pid=193127] ppid=193121 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/193127/stat : 193127 (scip-naps-1.00a) S 193121 193127 193071 0 -1 4194304 259 329 0 0 0 0 0 0 20 0 1 0 236806815 4292608 768 18446744073709551615 94868371750912 94868372645445 140724997383744 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94868372884496 94868372932240 94868403318784 140724997388699 140724997388798 140724997388798 140724997394402 0
/proc/193127/statm: 1048 768 704 219 0 110 0
[pid=193152] ppid=193127 vsize=1216596 memory=67984 CPUtime=0.48 cores=0,2
/proc/193152/stat : 193152 (python3) S 193127 193127 193071 0 -1 4194304 9877 0 8 0 42 6 0 0 20 0 1 0 236806819 1245794304 16996 18446744073709551615 94580943925248 94580943925625 140721153062528 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94580943936920 94580943937540 94580951261184 140721153071439 140721153071648 140721153071648 140721153077223 0
/proc/193152/statm: 304149 16996 8103 1 0 275507 0
[pid=193157] ppid=193152 vsize=69852 memory=64172 CPUtime=3599.6 cores=0,2
/proc/193157/stat : 193157 (naps-1.03a6) R 193152 193157 193157 0 -1 4194304 854217 0 0 0 359614 346 0 0 20 0 1 0 236806871 71528448 16043 18446744073709551615 4198400 7047149 140725829476896 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 14450688 140725829482879 140725829482993 140725829482993 140725829488585 0
/proc/193157/statm: 17463 16043 544 696 0 16624 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 1290640 KiB
Current children cumulated memory: 135228 KiB

Child status: 0

Real time (s): 3610.96
CPU time (s): 3600.17
CPU user time (s): 3596.61
CPU system time (s): 3.56178
CPU usage (%): 99.7013
Max. virtual memory (cumulated for all children) (KiB): 1331604
Max. memory (cumulated for all children) (KiB): 157060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.61
system time used= 3.56178
maximum resident set size= 86004
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 869773
page faults= 8
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 512
involuntary context switches= 8324


# summary of solver processes directly reported to runsolver:
#   pid: 193127,193152
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3596.61
#   total CPU system time (s): 3.56178

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 21.8441 second user time and 37.1242 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= 808e9faff4b516f7872d7344d1ed451f
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:     350804 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:08