Trace number 4434988

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 NameAnswerobjective functionCPU timeWall clock time
NaPS-PB16 1.02b5? (MO) 383.474 384.582

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-blp-ir98.opb
MD5SUM1ab00a09bce4fe90071f9bd51d0e1c65
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1081565440
Best CPU time to get the best result obtained on this benchmark3600.22
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7287
Total number of constraints529
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)420
Number of constraints which are nor clauses,nor cardinality constraints109
Minimum length of a constraint3
Maximum length of a constraint6062
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 83886080000000
Number of bits of the biggest number in a constraint 47
Biggest sum of numbers in a constraint 400587756783443
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.00/0.00	c NaPS 1.02b5.
0.00/0.00	c Input file name: HOME/instance-4434988-1721063456.opb
382.58/383.70	c 
382.58/383.70	c *** TERMINATED *** by signal 15
382.58/383.70	s UNKNOWN
382.58/383.70	c _____________________________________________________________________________
382.58/383.70	c 
382.58/383.70	c std/band forms        : 41,45
382.58/383.70	c 2cl/3cl ITE-codings   : 0,0
382.58/383.70	c BDD/srt/adr Max costs : 37598,0,0
382.58/383.70	c BDDraw/bin/mul/srt/adr: 40,0,45,0,0
382.58/383.70	c BDD nodes             : 595600
382.58/383.70	c Es1/CC detections     : 0,0
382.58/383.70	c SAT/UNSAT calls       : 0,0
382.58/383.70	c regenrated variables  : 0
382.58/383.70	c restarts              : 0
382.58/383.70	c conflicts             : 0              (0 /sec)
382.58/383.70	c decisions             : 0              (0 /sec)
382.58/383.70	c propagations          : 0              (0 /sec)
382.58/383.70	c inspects              : 0              (0 /sec)
382.58/383.70	c CPU time (solving tm) : 369.6 s        (0 s)
382.58/383.70	c Time for Opt-base     : 0.3729 s
382.58/383.70	c _____________________________________________________________________________

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: 63931 MiB (61445 MiB free)
  memory of node 1: 64510 MiB (63176 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4434988-1721063456/watcher-4434988-1721063456 -o /tmp/evaluation-result-4434988-1721063456/solver-4434988-1721063456 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1721056247-813137 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4434988-1721063456.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=817421, runsolver pid=817418
Current StackSize limit: 8192 KiB


[startup+0.100765 s]*
/proc/loadavg: 4.13 4.11 4.09 5/259 817442
/proc/meminfo: memFree=127602956/131524600 swapFree=131071996/131071996
[pid=817421] ppid=817418 vsize=9932 memory=2660 CPUtime=0 cores=4,6
/proc/817421/stat : 817421 (naps-1.02b5.sh) S 817418 817421 813126 0 -1 4194304 218 240 0 0 0 0 0 0 20 0 1 0 158513897 10170368 665 134679101440 94652824543232 94652825622552 140725767225792 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94652827721008 94652827768196 94652855869440 140725767230432 140725767230559 140725767230559 140725767237574 0
/proc/817421/statm: 2483 665 585 264 0 134 0
[pid=817429] ppid=817421 vsize=15164 memory=10040 CPUtime=0.09 cores=4,6
/proc/817429/stat : 817429 (naps-1.02b5) R 817421 817421 813126 0 -1 4194304 2173 0 0 0 9 0 0 0 20 0 1 0 158513897 15527936 2510 134679101440 4194304 5746509 140732676670688 0 0 0 0 0 17922 0 0 0 17 6 0 0 0 0 0 6059216 6091920 38461440 140732676678639 140732676678753 140732676678753 140732676685769 0
/proc/817429/statm: 3791 2510 405 379 0 3325 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 25096 KiB
Current children cumulated memory: 12700 KiB

[startup+0.205776 s]*
/proc/loadavg: 4.13 4.11 4.09 5/259 817442
/proc/meminfo: memFree=127594188/131524600 swapFree=131071996/131071996
[pid=817421] ppid=817418 vsize=9932 memory=2660 CPUtime=0 cores=4,6
/proc/817421/stat : 817421 (naps-1.02b5.sh) S 817418 817421 813126 0 -1 4194304 218 240 0 0 0 0 0 0 20 0 1 0 158513897 10170368 665 134679101440 94652824543232 94652825622552 140725767225792 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94652827721008 94652827768196 94652855869440 140725767230432 140725767230559 140725767230559 140725767237574 0
/proc/817421/statm: 2483 665 585 264 0 134 0
[pid=817429] ppid=817421 vsize=24140 memory=18752 CPUtime=0.19 cores=4,6
/proc/817429/stat : 817429 (naps-1.02b5) R 817421 817421 813126 0 -1 4194304 4396 0 0 0 19 0 0 0 20 0 1 0 158513897 24719360 4688 134679101440 4194304 5746509 140732676670688 0 0 0 0 0 17922 0 0 0 17 6 0 0 0 0 0 6059216 6091920 38461440 140732676678639 140732676678753 140732676678753 140732676685769 0
/proc/817429/statm: 6035 4688 405 379 0 5569 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 34072 KiB
Current children cumulated memory: 21412 KiB

[startup+0.305764 s]*
/proc/loadavg: 4.13 4.11 4.09 4/258 817442
/proc/meminfo: memFree=127587768/131524600 swapFree=131071996/131071996
[pid=817421] ppid=817418 vsize=9932 memory=2660 CPUtime=0 cores=4,6
/proc/817421/stat : 817421 (naps-1.02b5.sh) S 817418 817421 813126 0 -1 4194304 218 240 0 0 0 0 0 0 20 0 1 0 158513897 10170368 665 134679101440 94652824543232 94652825622552 140725767225792 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94652827721008 94652827768196 94652855869440 140725767230432 140725767230559 140725767230559 140725767237574 0
/proc/817421/statm: 2483 665 585 264 0 134 0
[pid=817429] ppid=817421 vsize=27788 memory=22632 CPUtime=0.28 cores=4,6
/proc/817429/stat : 817429 (naps-1.02b5) R 817421 817421 813126 0 -1 4194304 5403 0 0 0 28 0 0 0 20 0 1 0 158513897 28454912 5658 134679101440 4194304 5746509 140732676670688 0 0 0 0 0 17922 0 0 0 17 6 0 0 0 0 0 6059216 6091920 38461440 140732676678639 140732676678753 140732676678753 140732676685769 0
/proc/817429/statm: 6947 5658 405 379 0 6481 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 37720 KiB
Current children cumulated memory: 25292 KiB

[startup+0.700258 s]
/proc/loadavg: 4.13 4.11 4.09 5/262 817478
/proc/meminfo: memFree=127580024/131524600 swapFree=131071996/131071996
[pid=817421] ppid=817418 vsize=9932 memory=2660 CPUtime=0 cores=4,6
/proc/817421/stat : 817421 (naps-1.02b5.sh) S 817418 817421 813126 0 -1 4194304 218 240 0 0 0 0 0 0 20 0 1 0 158513897 10170368 665 134679101440 94652824543232 94652825622552 140725767225792 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94652827721008 94652827768196 94652855869440 140725767230432 140725767230559 140725767230559 140725767237574 0
/proc/817421/statm: 2483 665 585 264 0 134 0
[pid=817429] ppid=817421 vsize=34400 memory=29300 CPUtime=0.66 cores=4,6
/proc/817429/stat : 817429 (naps-1.02b5) R 817421 817421 813126 0 -1 4194304 7095 0 0 0 66 0 0 0 20 0 1 0 158513897 35225600 7325 134679101440 4194304 5746509 140732676670688 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 38461440 140732676678639 140732676678753 140732676678753 140732676685769 0
/proc/817429/statm: 8600 7325 421 379 0 8134 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 44332 KiB
Current children cumulated memory: 31960 KiB

[startup+1.50027 s]
/proc/loadavg: 4.13 4.11 4.09 6/259 817492
/proc/meminfo: memFree=127711888/131524600 swapFree=131071996/131071996
[pid=817421] ppid=817418 vsize=9932 memory=2660 CPUtime=0 cores=4,6
/proc/817421/stat : 817421 (naps-1.02b5.sh) S 817418 817421 813126 0 -1 4194304 218 240 0 0 0 0 0 0 20 0 1 0 158513897 10170368 665 134679101440 94652824543232 94652825622552 140725767225792 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94652827721008 94652827768196 94652855869440 140725767230432 140725767230559 140725767230559 140725767237574 0
/proc/817421/statm: 2483 665 585 264 0 134 0
[pid=817429] ppid=817421 vsize=59128 memory=53612 CPUtime=1.46 cores=4,6
/proc/817429/stat : 817429 (naps-1.02b5) R 817421 817421 813126 0 -1 4194304 12972 0 0 0 145 1 0 0 20 0 1 0 158513897 60547072 13403 134679101440 4194304 5746509 140732676670688 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 38461440 140732676678639 140732676678753 140732676678753 140732676685769 0
/proc/817429/statm: 14782 13403 421 379 0 14316 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 69060 KiB
Current children cumulated memory: 56272 KiB

[startup+3.10567 s]
/proc/loadavg: 4.13 4.11 4.09 5/262 817528
/proc/meminfo: memFree=127619852/131524600 swapFree=131071996/131071996
[pid=817421] ppid=817418 vsize=9932 memory=2660 CPUtime=0 cores=4,6
/proc/817421/stat : 817421 (naps-1.02b5.sh) S 817418 817421 813126 0 -1 4194304 218 240 0 0 0 0 0 0 20 0 1 0 158513897 10170368 665 134679101440 94652824543232 94652825622552 140725767225792 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94652827721008 94652827768196 94652855869440 140725767230432 140725767230559 140725767230559 140725767237574 0
/proc/817421/statm: 2483 665 585 264 0 134 0
[pid=817429] ppid=817421 vsize=75776 memory=68864 CPUtime=3.07 cores=4,6
/proc/817429/stat : 817429 (naps-1.02b5) R 817421 817421 813126 0 -1 4194304 16904 0 0 0 305 2 0 0 20 0 1 0 158513897 77594624 17216 134679101440 4194304 5746509 140732676670688 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 38461440 140732676678639 140732676678753 140732676678753 140732676685769 0
/proc/817429/statm: 18944 17216 421 379 0 18478 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 85708 KiB
Current children cumulated memory: 71524 KiB

[startup+6.30025 s]
/proc/loadavg: 4.12 4.11 4.09 5/262 817528
/proc/meminfo: memFree=127493028/131524600 swapFree=131071996/131071996
[pid=817421] ppid=817418 vsize=9932 memory=2660 CPUtime=0 cores=4,6
/proc/817421/stat : 817421 (naps-1.02b5.sh) S 817418 817421 813126 0 -1 4194304 218 240 0 0 0 0 0 0 20 0 1 0 158513897 10170368 665 134679101440 94652824543232 94652825622552 140725767225792 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94652827721008 94652827768196 94652855869440 140725767230432 140725767230559 140725767230559 140725767237574 0
/proc/817421/statm: 2483 665 585 264 0 134 0
[pid=817429] ppid=817421 vsize=197340 memory=190000 CPUtime=6.25 cores=4,6
/proc/817429/stat : 817429 (naps-1.02b5) R 817421 817421 813126 0 -1 4194304 45987 0 0 0 618 7 0 0 20 0 1 0 158513897 202076160 47500 134679101440 4194304 5746509 140732676670688 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 38461440 140732676678639 140732676678753 140732676678753 140732676685769 0
/proc/817429/statm: 49335 47500 421 379 0 48869 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 207272 KiB
Current children cumulated memory: 192660 KiB

[startup+12.7003 s]
/proc/loadavg: 4.11 4.11 4.09 5/262 817529
/proc/meminfo: memFree=127265572/131524600 swapFree=131071996/131071996
[pid=817421] ppid=817418 vsize=9932 memory=2660 CPUtime=0 cores=4,6
/proc/817421/stat : 817421 (naps-1.02b5.sh) S 817418 817421 813126 0 -1 4194304 218 240 0 0 0 0 0 0 20 0 1 0 158513897 10170368 665 134679101440 94652824543232 94652825622552 140725767225792 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94652827721008 94652827768196 94652855869440 140725767230432 140725767230559 140725767230559 140725767237574 0
/proc/817421/statm: 2483 665 585 264 0 134 0
[pid=817429] ppid=817421 vsize=644028 memory=636688 CPUtime=12.64 cores=4,6
/proc/817429/stat : 817429 (naps-1.02b5) R 817421 817421 813126 0 -1 4194304 157658 0 0 0 1238 26 0 0 20 0 1 0 158513897 659484672 159172 134679101440 4194304 5746509 140732676670688 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 38461440 140732676678639 140732676678753 140732676678753 140732676685769 0
/proc/817429/statm: 161007 159172 421 379 0 160541 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 653960 KiB
Current children cumulated memory: 639348 KiB

[startup+25.5003 s]
/proc/loadavg: 4.08 4.10 4.09 5/262 817531
/proc/meminfo: memFree=126180160/131524600 swapFree=131071996/131071996
[pid=817421] ppid=817418 vsize=9932 memory=2660 CPUtime=0 cores=4,6
/proc/817421/stat : 817421 (naps-1.02b5.sh) S 817418 817421 813126 0 -1 4194304 218 240 0 0 0 0 0 0 20 0 1 0 158513897 10170368 665 134679101440 94652824543232 94652825622552 140725767225792 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94652827721008 94652827768196 94652855869440 140725767230432 140725767230559 140725767230559 140725767237574 0
/proc/817421/statm: 2483 665 585 264 0 134 0
[pid=817429] ppid=817421 vsize=1672176 memory=1664968 CPUtime=25.4 cores=4,6
/proc/817429/stat : 817429 (naps-1.02b5) R 817421 817421 813126 0 -1 4194304 414696 0 0 0 2473 67 0 0 20 0 1 0 158513897 1712308224 416242 134679101440 4194304 5746509 140732676670688 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 38461440 140732676678639 140732676678753 140732676678753 140732676685769 0
/proc/817429/statm: 418044 416242 421 379 0 417578 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 1682108 KiB
Current children cumulated memory: 1667628 KiB

[startup+51.1059 s]
/proc/loadavg: 4.27 4.14 4.10 5/262 817535
/proc/meminfo: memFree=123642312/131524600 swapFree=131071996/131071996
[pid=817421] ppid=817418 vsize=9932 memory=2660 CPUtime=0 cores=4,6
/proc/817421/stat : 817421 (naps-1.02b5.sh) S 817418 817421 813126 0 -1 4194304 218 240 0 0 0 0 0 0 20 0 1 0 158513897 10170368 665 134679101440 94652824543232 94652825622552 140725767225792 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94652827721008 94652827768196 94652855869440 140725767230432 140725767230559 140725767230559 140725767237574 0
/proc/817421/statm: 2483 665 585 264 0 134 0
[pid=817429] ppid=817421 vsize=4056228 memory=4048888 CPUtime=50.94 cores=4,6
/proc/817429/stat : 817429 (naps-1.02b5) R 817421 817421 813126 0 -1 4194304 1010684 0 0 0 4938 156 0 0 20 0 1 0 158513897 4153577472 1012222 134679101440 4194304 5746509 140732676670688 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 38461440 140732676678639 140732676678753 140732676678753 140732676685769 0
/proc/817429/statm: 1014057 1012222 421 379 0 1013591 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 4066160 KiB
Current children cumulated memory: 4051548 KiB

[startup+102.3 s]
/proc/loadavg: 4.29 4.18 4.12 5/262 817545
/proc/meminfo: memFree=118928812/131524600 swapFree=131071996/131071996
[pid=817421] ppid=817418 vsize=9932 memory=2660 CPUtime=0 cores=4,6
/proc/817421/stat : 817421 (naps-1.02b5.sh) S 817418 817421 813126 0 -1 4194304 218 240 0 0 0 0 0 0 20 0 1 0 158513897 10170368 665 134679101440 94652824543232 94652825622552 140725767225792 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94652827721008 94652827768196 94652855869440 140725767230432 140725767230559 140725767230559 140725767237574 0
/proc/817421/statm: 2483 665 585 264 0 134 0
[pid=817429] ppid=817421 vsize=8649036 memory=8641696 CPUtime=102.01 cores=4,6
/proc/817429/stat : 817429 (naps-1.02b5) R 817421 817421 813126 0 -1 4194304 2158899 0 0 0 9865 336 0 0 20 0 1 0 158513897 8856612864 2160424 134679101440 4194304 5746509 140732676670688 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 38461440 140732676678639 140732676678753 140732676678753 140732676685769 0
/proc/817429/statm: 2162259 2160424 421 379 0 2161793 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 8658968 KiB
Current children cumulated memory: 8644356 KiB

[startup+162.3 s]
/proc/loadavg: 4.22 4.18 4.12 5/262 817555
/proc/meminfo: memFree=113784588/131524600 swapFree=131071996/131071996
[pid=817421] ppid=817418 vsize=9932 memory=2660 CPUtime=0 cores=4,6
/proc/817421/stat : 817421 (naps-1.02b5.sh) S 817418 817421 813126 0 -1 4194304 218 240 0 0 0 0 0 0 20 0 1 0 158513897 10170368 665 134679101440 94652824543232 94652825622552 140725767225792 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94652827721008 94652827768196 94652855869440 140725767230432 140725767230559 140725767230559 140725767237574 0
/proc/817421/statm: 2483 665 585 264 0 134 0
[pid=817429] ppid=817421 vsize=13716912 memory=13709884 CPUtime=161.86 cores=4,6
/proc/817429/stat : 817429 (naps-1.02b5) R 817421 817421 813126 0 -1 4194304 3426954 0 0 0 15642 544 0 0 20 0 1 0 158513897 14046117888 3427471 134679101440 4194304 5746509 140732676670688 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 38461440 140732676678639 140732676678753 140732676678753 140732676685769 0
/proc/817429/statm: 3429228 3427471 421 379 0 3428762 0
Current children cumulated CPU time: 161.86 s
Current children cumulated vsize: 13726844 KiB
Current children cumulated memory: 13712544 KiB

[startup+222.3 s]
/proc/loadavg: 4.14 4.16 4.11 5/262 817617
/proc/meminfo: memFree=109011604/131524600 swapFree=131071996/131071996
[pid=817421] ppid=817418 vsize=9932 memory=2660 CPUtime=0 cores=4,6
/proc/817421/stat : 817421 (naps-1.02b5.sh) S 817418 817421 813126 0 -1 4194304 218 240 0 0 0 0 0 0 20 0 1 0 158513897 10170368 665 134679101440 94652824543232 94652825622552 140725767225792 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94652827721008 94652827768196 94652855869440 140725767230432 140725767230559 140725767230559 140725767237574 0
/proc/817421/statm: 2483 665 585 264 0 134 0
[pid=817429] ppid=817421 vsize=18650412 memory=18643712 CPUtime=221.67 cores=4,6
/proc/817429/stat : 817429 (naps-1.02b5) R 817421 817421 813126 0 -1 4194304 4661681 0 0 0 21419 748 0 0 20 0 1 0 158513897 19098021888 4660928 134679101440 4194304 5746509 140732676670688 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 38461440 140732676678639 140732676678753 140732676678753 140732676685769 0
/proc/817429/statm: 4662603 4660928 421 379 0 4662137 0
Current children cumulated CPU time: 221.67 s
Current children cumulated vsize: 18660344 KiB
Current children cumulated memory: 18646372 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 4.14 4.10 5/259 817627
/proc/meminfo: memFree=100933088/131524600 swapFree=131071996/131071996
[pid=817421] ppid=817418 vsize=9932 memory=2660 CPUtime=0 cores=4,6
/proc/817421/stat : 817421 (naps-1.02b5.sh) S 817418 817421 813126 0 -1 4194304 218 240 0 0 0 0 0 0 20 0 1 0 158513897 10170368 665 134679101440 94652824543232 94652825622552 140725767225792 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94652827721008 94652827768196 94652855869440 140725767230432 140725767230559 140725767230559 140725767237574 0
/proc/817421/statm: 2483 665 585 264 0 134 0
[pid=817429] ppid=817421 vsize=23691756 memory=23685364 CPUtime=281.5 cores=4,6
/proc/817429/stat : 817429 (naps-1.02b5) R 817421 817421 813126 0 -1 4194304 5923186 0 0 0 27195 955 0 0 20 0 1 0 158513897 24260358144 5921341 134679101440 4194304 5746509 140732676670688 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 38461440 140732676678639 140732676678753 140732676678753 140732676685769 0
/proc/817429/statm: 5922939 5921341 421 379 0 5922473 0
Current children cumulated CPU time: 281.5 s
Current children cumulated vsize: 23701688 KiB
Current children cumulated memory: 23688024 KiB

[startup+342.3 s]
/proc/loadavg: 4.15 4.15 4.10 5/259 817637
/proc/meminfo: memFree=96146052/131524600 swapFree=131071996/131071996
[pid=817421] ppid=817418 vsize=9932 memory=2660 CPUtime=0 cores=4,6
/proc/817421/stat : 817421 (naps-1.02b5.sh) S 817418 817421 813126 0 -1 4194304 218 240 0 0 0 0 0 0 20 0 1 0 158513897 10170368 665 134679101440 94652824543232 94652825622552 140725767225792 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94652827721008 94652827768196 94652855869440 140725767230432 140725767230559 140725767230559 140725767237574 0
/proc/817421/statm: 2483 665 585 264 0 134 0
[pid=817429] ppid=817421 vsize=28488504 memory=28482240 CPUtime=341.31 cores=4,6
/proc/817429/stat : 817429 (naps-1.02b5) R 817421 817421 813126 0 -1 4194304 7123420 0 0 0 32978 1153 0 0 20 0 1 0 158513897 29172228096 7120560 134679101440 4194304 5746509 140732676670688 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 38461440 140732676678639 140732676678753 140732676678753 140732676685769 0
/proc/817429/statm: 7122126 7120560 421 379 0 7121660 0
Current children cumulated CPU time: 341.31 s
Current children cumulated vsize: 28498436 KiB
Current children cumulated memory: 28484900 KiB



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+383.7 s]
/proc/loadavg: 4.15 4.14 4.10 5/259 817645
/proc/meminfo: memFree=92914016/131524600 swapFree=131071996/131071996
[pid=817421] ppid=817418 vsize=9932 memory=2660 CPUtime=0 cores=4,6
/proc/817421/stat : 817421 (naps-1.02b5.sh) S 817418 817421 813126 0 -1 4194304 218 240 0 0 0 0 0 0 20 0 1 0 158513897 10170368 665 134679101440 94652824543232 94652825622552 140725767225792 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94652827721008 94652827768196 94652855869440 140725767230432 140725767230559 140725767230559 140725767237574 0
/proc/817421/statm: 2483 665 585 264 0 134 0
[pid=817429] ppid=817421 vsize=31738344 memory=31732376 CPUtime=382.58 cores=4,6
/proc/817429/stat : 817429 (naps-1.02b5) R 817421 817421 813126 0 -1 4194304 7936641 0 0 0 36956 1302 0 0 20 0 1 0 158513897 32500064256 7933094 134679101440 4194304 5746509 140732676670688 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 38461440 140732676678639 140732676678753 140732676678753 140732676685769 0
/proc/817429/statm: 7934586 7933094 421 379 0 7934120 0
Current children cumulated CPU time: 382.58 s
Current children cumulated vsize: 31748276 KiB
Current children cumulated memory: 31735036 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.00086 s, system=0.001995 s

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

# cumulated CPU time of all completed processes:  user=369.567 s, system=13.9071 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+384 s]*
/proc/loadavg: 4.14 4.14 4.10 5/258 817645
/proc/meminfo: memFree=103925376/131524600 swapFree=131071996/131071996
Current cumulated CPU time of completed processes: 0.002855 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+384.4 s]
/proc/loadavg: 4.14 4.14 4.10 5/258 817645
/proc/meminfo: memFree=103925376/131524600 swapFree=131071996/131071996
Current cumulated CPU time of completed processes: 0.002855 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+384.5 s]
/proc/loadavg: 4.14 4.14 4.10 5/258 817645
/proc/meminfo: memFree=103925376/131524600 swapFree=131071996/131071996
Current cumulated CPU time of completed processes: 0.002855 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 384.582
CPU time (s): 383.474
CPU user time (s): 369.567
CPU system time (s): 13.9071
CPU usage (%): 99.7119
Max. virtual memory (cumulated for all children) (KiB): 31748276
Max. memory (cumulated for all children) (KiB): 31735036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 369.567
system time used= 13.9071
maximum resident set size= 31732460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7937099
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 169
involuntary context switches= 527


# summary of solver processes directly reported to runsolver:
#   pid: 817421,817429
#   total CPU time (s): 383.474
#   total CPU user time (s): 369.567
#   total CPU system time (s): 13.9071

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.844773 second user time and 1.85204 second system time

The end

Launcher Data

Begin job on nodeC031 at 2024-07-15 19:11:09
IDJOB=4434988
IDBENCH=146775
IDSOLVER=3065
FILE ID=nodeC031/4434988-1721063456
RUNJOBID= nodeC031-1721056247-813137
SLURM_JOB_ID= 7505490
Free space on /tmp= 890064 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/normalized-PB06/OPT-LIN/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-blp-ir98.opb
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4434988-1721063456/watcher-4434988-1721063456 -o /tmp/evaluation-result-4434988-1721063456/solver-4434988-1721063456 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1721056247-813137 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4434988-1721063456.opb

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

MD5SUM BENCH= 1ab00a09bce4fe90071f9bd51d0e1c65
RANDOM SEED=1980768912

nodeC031.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 3668.504
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.55
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		: 3686.956
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.11
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		: 3607.306
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.55
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		: 3601.757
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.11
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		: 3658.023
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.55
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		: 3685.307
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.11
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		: 3650.878
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.55
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		: 3599.968
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        127611944 kB
MemAvailable:   129133040 kB
Buffers:          358272 kB
Cached:          1987808 kB
SwapCached:            0 kB
Active:           624888 kB
Inactive:        2669428 kB
Active(anon):       1560 kB
Inactive(anon):   984408 kB
Active(file):     623328 kB
Inactive(file):  1685020 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              5044 kB
Writeback:             0 kB
AnonPages:        946204 kB
Mapped:           106780 kB
Shmem:             37720 kB
KReclaimable:     104792 kB
Slab:             211964 kB
SReclaimable:     104792 kB
SUnreclaim:       107172 kB
KernelStack:        4224 kB
PageTables:        11004 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1426248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            61760 kB
HardwareCorrupted:     0 kB
AnonHugePages:    741376 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      185044 kB
DirectMap2M:    16365568 kB
DirectMap1G:    119537664 kB

Free space on /tmp at the end= 890060 MiB
End job on nodeC031 at 2024-07-15 19:17:34