Trace number 4462212

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 1.03? (exit code) 252.445 264.66

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/
KidneyTransplantBenchmarks/normalized-Generated_notes_20140709_1000_0.10-021.opb
MD5SUM07f39f8b8c137541c7884599a6289dd7
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-116824
Best CPU time to get the best result obtained on this benchmark11.8299
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables259110
Total number of constraints1886
Number of constraints which are clauses37
Number of constraints which are cardinality constraints (but not clauses)1082
Number of constraints which are nor clauses,nor cardinality constraints767
Minimum length of a constraint1
Maximum length of a constraint19910
Number of terms in the objective function 239733
Biggest coefficient in the objective function 23646
Number of bits for the biggest coefficient in the objective function 15
Sum of the numbers in the objective function 42606711
Number of bits of the sum of numbers in the objective function 26
Biggest number in a constraint 23646
Number of bits of the biggest number in a constraint 15
Biggest sum of numbers in a constraint 42606711
Number of bits of the biggest sum of numbers26
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.03.
0.00/0.00	c Input file name: HOME/instance-4462212-1722240188.opb
30.12/30.20	c single stage optimization mode
34.71/34.83	o -41664
249.97/250.65	terminate called after throwing an instance of 'std::bad_alloc'
249.97/250.65	  what():  std::bad_alloc
0.00/264.66	HOME/naps-1.03.sh: line 6: 461725 Aborted                 (core dumped) ${self_dir}/naps-1.03 ${@}

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: 63968 MiB (62466 MiB free)
  memory of node 1: 64473 MiB (60185 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4462212-1722240188/watcher-4462212-1722240188 -o /tmp/evaluation-result-4462212-1722240188/solver-4462212-1722240188 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1722240188-461648 --watchdog 3760 HOME/naps-1.03.sh HOME/instance-4462212-1722240188.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
Current StackSize limit: 8192 KiB

solver pid=461720, runsolver pid=461717

[startup+0.100095 s]*
/proc/loadavg: 1.08 1.09 1.09 5/269 461725
/proc/meminfo: memFree=125446448/131524600 swapFree=131056028/131071996
[pid=461720] ppid=461717 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/461720/stat : 461720 (naps-1.03.sh) S 461717 461720 459604 0 -1 4194304 225 241 0 0 0 0 0 0 20 0 1 0 60541736 10170368 674 134679101440 94160543387648 94160544466968 140727836820208 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94160546565424 94160546612612 94160549834752 140727836824547 140727836824672 140727836824672 140727836831688 0
/proc/461720/statm: 2483 674 597 264 0 134 0
[pid=461725] ppid=461720 vsize=37616 memory=35396 CPUtime=0.1 cores=5,7
/proc/461725/stat : 461725 (naps-1.03) R 461720 461720 459604 0 -1 4194304 8680 0 0 0 9 1 0 0 20 0 1 0 60541736 38518784 8849 134679101440 4194304 6891213 140729843275184 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 15544320 140729843278836 140729843278948 140729843278948 140729843285963 0
/proc/461725/statm: 9404 8849 532 659 0 8608 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 47548 KiB
Current children cumulated memory: 38092 KiB

[startup+0.205887 s]*
/proc/loadavg: 1.08 1.09 1.09 5/269 461725
/proc/meminfo: memFree=125368908/131524600 swapFree=131056028/131071996
[pid=461720] ppid=461717 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/461720/stat : 461720 (naps-1.03.sh) S 461717 461720 459604 0 -1 4194304 225 241 0 0 0 0 0 0 20 0 1 0 60541736 10170368 674 134679101440 94160543387648 94160544466968 140727836820208 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94160546565424 94160546612612 94160549834752 140727836824547 140727836824672 140727836824672 140727836831688 0
/proc/461720/statm: 2483 674 597 264 0 134 0
[pid=461725] ppid=461720 vsize=82436 memory=78756 CPUtime=0.2 cores=5,7
/proc/461725/stat : 461725 (naps-1.03) R 461720 461720 459604 0 -1 4194304 18980 0 0 0 18 2 0 0 20 0 1 0 60541736 84414464 19689 134679101440 4194304 6891213 140729843275184 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 15544320 140729843278836 140729843278948 140729843278948 140729843285963 0
/proc/461725/statm: 20609 19689 548 659 0 19813 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 92368 KiB
Current children cumulated memory: 81452 KiB

[startup+0.306062 s]*
/proc/loadavg: 1.08 1.09 1.09 5/269 461725
/proc/meminfo: memFree=125325328/131524600 swapFree=131056028/131071996
[pid=461720] ppid=461717 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/461720/stat : 461720 (naps-1.03.sh) S 461717 461720 459604 0 -1 4194304 225 241 0 0 0 0 0 0 20 0 1 0 60541736 10170368 674 134679101440 94160543387648 94160544466968 140727836820208 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94160546565424 94160546612612 94160549834752 140727836824547 140727836824672 140727836824672 140727836831688 0
/proc/461720/statm: 2483 674 597 264 0 134 0
[pid=461725] ppid=461720 vsize=82436 memory=78756 CPUtime=0.3 cores=5,7
/proc/461725/stat : 461725 (naps-1.03) R 461720 461720 459604 0 -1 4194304 18982 0 0 0 28 2 0 0 20 0 1 0 60541736 84414464 19689 134679101440 4194304 6891213 140729843275184 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 15544320 140729843278836 140729843278948 140729843278948 140729843285963 0
/proc/461725/statm: 20609 19689 548 659 0 19813 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 92368 KiB
Current children cumulated memory: 81452 KiB

[startup+0.700224 s]
/proc/loadavg: 1.08 1.09 1.09 5/269 461725
/proc/meminfo: memFree=125165012/131524600 swapFree=131056028/131071996
[pid=461720] ppid=461717 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/461720/stat : 461720 (naps-1.03.sh) S 461717 461720 459604 0 -1 4194304 225 241 0 0 0 0 0 0 20 0 1 0 60541736 10170368 674 134679101440 94160543387648 94160544466968 140727836820208 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94160546565424 94160546612612 94160549834752 140727836824547 140727836824672 140727836824672 140727836831688 0
/proc/461720/statm: 2483 674 597 264 0 134 0
[pid=461725] ppid=461720 vsize=126408 memory=123024 CPUtime=0.68 cores=5,7
/proc/461725/stat : 461725 (naps-1.03) R 461720 461720 459604 0 -1 4194304 27858 0 0 0 65 3 0 0 20 0 1 0 60541736 129441792 30756 134679101440 4194304 6891213 140729843275184 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 15544320 140729843278836 140729843278948 140729843278948 140729843285963 0
/proc/461725/statm: 31602 30756 596 659 0 30806 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 136340 KiB
Current children cumulated memory: 125720 KiB

[startup+1.50026 s]
/proc/loadavg: 1.08 1.09 1.09 5/269 461725
/proc/meminfo: memFree=124692588/131524600 swapFree=131056028/131071996
[pid=461720] ppid=461717 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/461720/stat : 461720 (naps-1.03.sh) S 461717 461720 459604 0 -1 4194304 225 241 0 0 0 0 0 0 20 0 1 0 60541736 10170368 674 134679101440 94160543387648 94160544466968 140727836820208 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94160546565424 94160546612612 94160549834752 140727836824547 140727836824672 140727836824672 140727836831688 0
/proc/461720/statm: 2483 674 597 264 0 134 0
[pid=461725] ppid=461720 vsize=140108 memory=133848 CPUtime=1.48 cores=5,7
/proc/461725/stat : 461725 (naps-1.03) R 461720 461720 459604 0 -1 4194304 30534 0 0 0 138 10 0 0 20 0 1 0 60541736 143470592 33462 134679101440 4194304 6891213 140729843275184 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 15544320 140729843278836 140729843278948 140729843278948 140729843285963 0
/proc/461725/statm: 35027 33462 596 659 0 34231 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 150040 KiB
Current children cumulated memory: 136544 KiB

[startup+3.10571 s]
/proc/loadavg: 1.08 1.09 1.09 5/269 461725
/proc/meminfo: memFree=123093672/131524600 swapFree=131056028/131071996
[pid=461720] ppid=461717 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/461720/stat : 461720 (naps-1.03.sh) S 461717 461720 459604 0 -1 4194304 225 241 0 0 0 0 0 0 20 0 1 0 60541736 10170368 674 134679101440 94160543387648 94160544466968 140727836820208 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94160546565424 94160546612612 94160549834752 140727836824547 140727836824672 140727836824672 140727836831688 0
/proc/461720/statm: 2483 674 597 264 0 134 0
[pid=461725] ppid=461720 vsize=417644 memory=399488 CPUtime=3.08 cores=5,7
/proc/461725/stat : 461725 (naps-1.03) R 461720 461720 459604 0 -1 4194304 60387 0 0 0 290 18 0 0 20 0 1 0 60541736 427667456 99872 134679101440 4194304 6891213 140729843275184 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 15544320 140729843278836 140729843278948 140729843278948 140729843285963 0
/proc/461725/statm: 104411 99872 612 659 0 103615 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 427576 KiB
Current children cumulated memory: 402184 KiB

[startup+6.30025 s]
/proc/loadavg: 1.32 1.14 1.10 5/269 461725
/proc/meminfo: memFree=121035948/131524600 swapFree=131056028/131071996
[pid=461720] ppid=461717 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/461720/stat : 461720 (naps-1.03.sh) S 461717 461720 459604 0 -1 4194304 225 241 0 0 0 0 0 0 20 0 1 0 60541736 10170368 674 134679101440 94160543387648 94160544466968 140727836820208 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94160546565424 94160546612612 94160549834752 140727836824547 140727836824672 140727836824672 140727836831688 0
/proc/461720/statm: 2483 674 597 264 0 134 0
[pid=461725] ppid=461720 vsize=1089828 memory=1068248 CPUtime=6.28 cores=5,7
/proc/461725/stat : 461725 (naps-1.03) R 461720 461720 459604 0 -1 4194304 112047 0 0 0 588 40 0 0 20 0 1 0 60541736 1115983872 267062 134679101440 4194304 6891213 140729843275184 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 15544320 140729843278836 140729843278948 140729843278948 140729843285963 0
/proc/461725/statm: 272457 267062 612 659 0 271661 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 1099760 KiB
Current children cumulated memory: 1070944 KiB

[startup+12.7003 s]
/proc/loadavg: 1.53 1.18 1.12 5/267 461727
/proc/meminfo: memFree=114234008/131524600 swapFree=131056028/131071996
[pid=461720] ppid=461717 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/461720/stat : 461720 (naps-1.03.sh) S 461717 461720 459604 0 -1 4194304 225 241 0 0 0 0 0 0 20 0 1 0 60541736 10170368 674 134679101440 94160543387648 94160544466968 140727836820208 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94160546565424 94160546612612 94160549834752 140727836824547 140727836824672 140727836824672 140727836831688 0
/proc/461720/statm: 2483 674 597 264 0 134 0
[pid=461725] ppid=461720 vsize=1702204 memory=1636760 CPUtime=12.66 cores=5,7
/proc/461725/stat : 461725 (naps-1.03) R 461720 461720 459604 0 -1 4194304 181587 0 0 0 1201 65 0 0 20 0 1 0 60541736 1743056896 409190 134679101440 4194304 6891213 140729843275184 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 15544320 140729843278836 140729843278948 140729843278948 140729843285963 0
/proc/461725/statm: 425551 409190 612 659 0 424755 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 1712136 KiB
Current children cumulated memory: 1639456 KiB

[startup+25.5003 s]
/proc/loadavg: 2.16 1.34 1.17 5/267 461730
/proc/meminfo: memFree=107876704/131524600 swapFree=131056028/131071996
[pid=461720] ppid=461717 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/461720/stat : 461720 (naps-1.03.sh) S 461717 461720 459604 0 -1 4194304 225 241 0 0 0 0 0 0 20 0 1 0 60541736 10170368 674 134679101440 94160543387648 94160544466968 140727836820208 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94160546565424 94160546612612 94160549834752 140727836824547 140727836824672 140727836824672 140727836831688 0
/proc/461720/statm: 2483 674 597 264 0 134 0
[pid=461725] ppid=461720 vsize=7638324 memory=7443152 CPUtime=25.43 cores=5,7
/proc/461725/stat : 461725 (naps-1.03) R 461720 461720 459604 0 -1 4194304 778819 0 0 0 2287 256 0 0 20 0 1 0 60541736 7821643776 1860788 134679101440 4194304 6891213 140729843275184 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 15544320 140729843278836 140729843278948 140729843278948 140729843285963 0
/proc/461725/statm: 1909581 1860788 612 659 0 1908785 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 7648256 KiB
Current children cumulated memory: 7445848 KiB

[startup+51.1056 s]
/proc/loadavg: 2.79 1.55 1.25 5/265 461735
/proc/meminfo: memFree=101589364/131524600 swapFree=131056028/131071996
[pid=461720] ppid=461717 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/461720/stat : 461720 (naps-1.03.sh) S 461717 461720 459604 0 -1 4194304 225 241 0 0 0 0 0 0 20 0 1 0 60541736 10170368 674 134679101440 94160543387648 94160544466968 140727836820208 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94160546565424 94160546612612 94160549834752 140727836824547 140727836824672 140727836824672 140727836831688 0
/proc/461720/statm: 2483 674 597 264 0 134 0
[pid=461725] ppid=461720 vsize=11422528 memory=10794532 CPUtime=50.97 cores=5,7
/proc/461725/stat : 461725 (naps-1.03) R 461720 461720 459604 0 -1 4194304 944893 0 0 0 4711 386 0 0 20 0 1 0 60541736 11696668672 2698633 134679101440 4194304 6891213 140729843275184 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 15544320 140729843278836 140729843278948 140729843278948 140729843285963 0
/proc/461725/statm: 2855632 2698633 612 659 0 2854836 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 11432460 KiB
Current children cumulated memory: 10797228 KiB

[startup+102.3 s]
/proc/loadavg: 3.52 1.95 1.40 5/265 461743
/proc/meminfo: memFree=85302692/131524600 swapFree=131056028/131071996
[pid=461720] ppid=461717 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/461720/stat : 461720 (naps-1.03.sh) S 461717 461720 459604 0 -1 4194304 225 241 0 0 0 0 0 0 20 0 1 0 60541736 10170368 674 134679101440 94160543387648 94160544466968 140727836820208 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94160546565424 94160546612612 94160549834752 140727836824547 140727836824672 140727836824672 140727836831688 0
/proc/461720/statm: 2483 674 597 264 0 134 0
[pid=461725] ppid=461720 vsize=16981148 memory=16303980 CPUtime=102.04 cores=5,7
/proc/461725/stat : 461725 (naps-1.03) R 461720 461720 459604 0 -1 4194304 1309945 0 0 0 9665 539 0 0 20 0 1 0 60541736 17388695552 4075995 134679101440 4194304 6891213 140729843275184 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 15544320 140729843278836 140729843278948 140729843278948 140729843285963 0
/proc/461725/statm: 4245287 4075995 612 659 0 4244491 0
Current children cumulated CPU time: 102.04 s
Current children cumulated vsize: 16991080 KiB
Current children cumulated memory: 16306676 KiB

[startup+162.3 s]
/proc/loadavg: 3.99 2.37 1.58 5/268 461813
/proc/meminfo: memFree=100580180/131524600 swapFree=131056028/131071996
[pid=461720] ppid=461717 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/461720/stat : 461720 (naps-1.03.sh) S 461717 461720 459604 0 -1 4194304 225 241 0 0 0 0 0 0 20 0 1 0 60541736 10170368 674 134679101440 94160543387648 94160544466968 140727836820208 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94160546565424 94160546612612 94160549834752 140727836824547 140727836824672 140727836824672 140727836831688 0
/proc/461720/statm: 2483 674 597 264 0 134 0
[pid=461725] ppid=461720 vsize=18695684 memory=17532900 CPUtime=161.89 cores=5,7
/proc/461725/stat : 461725 (naps-1.03) R 461720 461720 459604 0 -1 4194304 1747820 0 0 0 15547 642 0 0 20 0 1 0 60541736 19144380416 4383225 134679101440 4194304 6891213 140729843275184 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 15544320 140729843278836 140729843278948 140729843278948 140729843285963 0
/proc/461725/statm: 4673921 4383225 612 659 0 4673125 0
Current children cumulated CPU time: 161.89 s
Current children cumulated vsize: 18705616 KiB
Current children cumulated memory: 17535596 KiB

[startup+222.3 s]
/proc/loadavg: 4.05 2.68 1.74 5/266 461825
/proc/meminfo: memFree=96727744/131524600 swapFree=131056028/131071996
[pid=461720] ppid=461717 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/461720/stat : 461720 (naps-1.03.sh) S 461717 461720 459604 0 -1 4194304 225 241 0 0 0 0 0 0 20 0 1 0 60541736 10170368 674 134679101440 94160543387648 94160544466968 140727836820208 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94160546565424 94160546612612 94160549834752 140727836824547 140727836824672 140727836824672 140727836831688 0
/proc/461720/statm: 2483 674 597 264 0 134 0
[pid=461725] ppid=461720 vsize=22139248 memory=21341052 CPUtime=221.74 cores=5,7
/proc/461725/stat : 461725 (naps-1.03) R 461720 461720 459604 0 -1 4194304 1941099 0 0 0 21380 794 0 0 20 0 1 0 60541736 22670589952 5335263 134679101440 4194304 6891213 140729843275184 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 15544320 140729843278836 140729843278948 140729843278948 140729843285963 0
/proc/461725/statm: 5534812 5335263 612 659 0 5534016 0
Current children cumulated CPU time: 221.74 s
Current children cumulated vsize: 22149180 KiB
Current children cumulated memory: 21343748 KiB

[startup+264.66 s]
# the end of solver process 461720 was just reported to runsolver
# Child status: 134

# cumulated CPU time of all completed processes:  user=240.349 s, system=12.0963 s

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

[startup+230.4 s]
/proc/loadavg: 4.04 2.73 1.77 5/266 461826
/proc/meminfo: memFree=96402480/131524600 swapFree=131056028/131071996
[pid=461720] ppid=461717 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/461720/stat : 461720 (naps-1.03.sh) S 461717 461720 459604 0 -1 4194304 225 241 0 0 0 0 0 0 20 0 1 0 60541736 10170368 674 134679101440 94160543387648 94160544466968 140727836820208 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94160546565424 94160546612612 94160549834752 140727836824547 140727836824672 140727836824672 140727836831688 0
/proc/461720/statm: 2483 674 597 264 0 134 0
[pid=461725] ppid=461720 vsize=22361656 memory=21669804 CPUtime=229.82 cores=5,7
/proc/461725/stat : 461725 (naps-1.03) R 461720 461720 459604 0 -1 4194304 1998148 0 0 0 22176 806 0 0 20 0 1 0 60541736 22898335744 5417451 134679101440 4194304 6891213 140729843275184 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 15544320 140729843278836 140729843278948 140729843278948 140729843285963 0
/proc/461725/statm: 5590414 5417451 612 659 0 5589618 0
Current children cumulated CPU time: 229.82 s
Current children cumulated vsize: 22371588 KiB
Current children cumulated memory: 21672500 KiB

[startup+243.2 s]
/proc/loadavg: 4.11 2.79 1.79 5/266 461828
/proc/meminfo: memFree=93248564/131524600 swapFree=131056028/131071996
[pid=461720] ppid=461717 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/461720/stat : 461720 (naps-1.03.sh) S 461717 461720 459604 0 -1 4194304 225 241 0 0 0 0 0 0 20 0 1 0 60541736 10170368 674 134679101440 94160543387648 94160544466968 140727836820208 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94160546565424 94160546612612 94160549834752 140727836824547 140727836824672 140727836824672 140727836831688 0
/proc/461720/statm: 2483 674 597 264 0 134 0
[pid=461725] ppid=461720 vsize=26989200 memory=24714288 CPUtime=242.59 cores=5,7
/proc/461725/stat : 461725 (naps-1.03) R 461720 461720 459604 0 -1 4194304 2178599 0 0 0 23371 888 0 0 20 0 1 0 60541736 27636940800 6178572 134679101440 4194304 6891213 140729843275184 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 15544320 140729843278836 140729843278948 140729843278948 140729843285963 0
/proc/461725/statm: 6747300 6178572 612 659 0 6746504 0
Current children cumulated CPU time: 242.59 s
Current children cumulated vsize: 26999132 KiB
Current children cumulated memory: 24716984 KiB

[startup+256 s]*
/proc/loadavg: 4.09 2.85 1.83 5/267 461831
/proc/meminfo: memFree=87695912/131524600 swapFree=131056028/131071996
[pid=461720] ppid=461717 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/461720/stat : 461720 (naps-1.03.sh) S 461717 461720 459604 0 -1 4194304 225 241 0 0 0 0 0 0 20 0 1 0 60541736 10170368 674 134679101440 94160543387648 94160544466968 140727836820208 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94160546565424 94160546612612 94160549834752 140727836824547 140727836824672 140727836824672 140727836831688 0
/proc/461720/statm: 2483 674 597 264 0 134 0
[pid=461725] ppid=461720 vsize=28961716 memory=27097160 CPUtime=251.98 cores=5,7
/proc/461725/stat : 461725 (naps-1.03) S 461720 461720 459604 0 -1 4195840 2542355 0 0 0 24034 1164 0 0 20 0 1 0 60541736 29656797184 6774290 134679101440 4194304 6891213 140729843275184 140729843253328 6272572 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 15544320 140729843278836 140729843278948 140729843278948 140729843285963 0
/proc/461725/statm: 7240429 6774290 612 659 0 7239633 0
Current children cumulated CPU time: 251.98 s
Current children cumulated vsize: 28971648 KiB
Current children cumulated memory: 27099856 KiB

[startup+259.2 s]
/proc/loadavg: 4.08 2.87 1.84 4/267 461834
/proc/meminfo: memFree=87607020/131524600 swapFree=131056028/131071996
[pid=461720] ppid=461717 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/461720/stat : 461720 (naps-1.03.sh) S 461717 461720 459604 0 -1 4194304 225 241 0 0 0 0 0 0 20 0 1 0 60541736 10170368 674 134679101440 94160543387648 94160544466968 140727836820208 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94160546565424 94160546612612 94160549834752 140727836824547 140727836824672 140727836824672 140727836831688 0
/proc/461720/statm: 2483 674 597 264 0 134 0
[pid=461725] ppid=461720 vsize=28961716 memory=27097160 CPUtime=251.98 cores=5,7
/proc/461725/stat : 461725 (naps-1.03) S 461720 461720 459604 0 -1 4195840 2542355 0 0 0 24034 1164 0 0 20 0 1 0 60541736 29656797184 6774290 134679101440 4194304 6891213 140729843275184 140729843253328 6272572 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 15544320 140729843278836 140729843278948 140729843278948 140729843285963 0
/proc/461725/statm: 7240429 6774290 612 659 0 7239633 0
Current children cumulated CPU time: 251.98 s
Current children cumulated vsize: 28971648 KiB
Current children cumulated memory: 27099856 KiB

[startup+262.4 s]
/proc/loadavg: 4.08 2.87 1.84 4/267 461834
/proc/meminfo: memFree=87581444/131524600 swapFree=131056028/131071996
[pid=461720] ppid=461717 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/461720/stat : 461720 (naps-1.03.sh) S 461717 461720 459604 0 -1 4194304 225 241 0 0 0 0 0 0 20 0 1 0 60541736 10170368 674 134679101440 94160543387648 94160544466968 140727836820208 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94160546565424 94160546612612 94160549834752 140727836824547 140727836824672 140727836824672 140727836831688 0
/proc/461720/statm: 2483 674 597 264 0 134 0
[pid=461725] ppid=461720 vsize=28961716 memory=27097160 CPUtime=251.98 cores=5,7
/proc/461725/stat : 461725 (naps-1.03) S 461720 461720 459604 0 -1 4195840 2542355 0 0 0 24034 1164 0 0 20 0 1 0 60541736 29656797184 6774290 134679101440 4194304 6891213 140729843275184 140729843253328 6272572 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 15544320 140729843278836 140729843278948 140729843278948 140729843285963 0
/proc/461725/statm: 7240429 6774290 612 659 0 7239633 0
Current children cumulated CPU time: 251.98 s
Current children cumulated vsize: 28971648 KiB
Current children cumulated memory: 27099856 KiB

[startup+264 s]*
/proc/loadavg: 4.07 2.88 1.85 5/267 461834
/proc/meminfo: memFree=88171172/131524600 swapFree=131056028/131071996
[pid=461720] ppid=461717 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/461720/stat : 461720 (naps-1.03.sh) S 461717 461720 459604 0 -1 4194304 225 241 0 0 0 0 0 0 20 0 1 0 60541736 10170368 674 134679101440 94160543387648 94160544466968 140727836820208 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94160546565424 94160546612612 94160549834752 140727836824547 140727836824672 140727836824672 140727836831688 0
/proc/461720/statm: 2483 674 597 264 0 134 0
[pid=461725] ppid=461720 vsize=28961716 memory=27097160 CPUtime=251.98 cores=5,7
/proc/461725/stat : 461725 (naps-1.03) S 461720 461720 459604 0 -1 4195840 2542355 0 0 0 24034 1164 0 0 20 0 1 0 60541736 29656797184 6774290 134679101440 4194304 6891213 140729843275184 140729843253328 6272572 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 15544320 140729843278836 140729843278948 140729843278948 140729843285963 0
/proc/461725/statm: 7240429 6774290 612 659 0 7239633 0
Current children cumulated CPU time: 251.98 s
Current children cumulated vsize: 28971648 KiB
Current children cumulated memory: 27099856 KiB

[startup+264.401 s]
/proc/loadavg: 4.07 2.88 1.85 5/267 461834
/proc/meminfo: memFree=88171172/131524600 swapFree=131056028/131071996
[pid=461720] ppid=461717 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/461720/stat : 461720 (naps-1.03.sh) S 461717 461720 459604 0 -1 4194304 225 241 0 0 0 0 0 0 20 0 1 0 60541736 10170368 674 134679101440 94160543387648 94160544466968 140727836820208 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94160546565424 94160546612612 94160549834752 140727836824547 140727836824672 140727836824672 140727836831688 0
/proc/461720/statm: 2483 674 597 264 0 134 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9932 KiB
Current children cumulated memory: 2696 KiB

[startup+264.601 s]
/proc/loadavg: 4.07 2.88 1.85 5/267 461834
/proc/meminfo: memFree=88171172/131524600 swapFree=131056028/131071996
[pid=461720] ppid=461717 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/461720/stat : 461720 (naps-1.03.sh) S 461717 461720 459604 0 -1 4194304 225 241 0 0 0 0 0 0 20 0 1 0 60541736 10170368 674 134679101440 94160543387648 94160544466968 140727836820208 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94160546565424 94160546612612 94160549834752 140727836824547 140727836824672 140727836824672 140727836831688 0
/proc/461720/statm: 2483 674 597 264 0 134 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9932 KiB
Current children cumulated memory: 2696 KiB

Child status: 134

Real time (s): 264.66
CPU time (s): 252.445
CPU user time (s): 240.349
CPU system time (s): 12.0963
CPU usage (%): 95.3847
Max. virtual memory (cumulated for all children) (KiB): 29495808
Max. memory (cumulated for all children) (KiB): 27464404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 240.349
system time used= 12.0963
maximum resident set size= 27621452
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2542839
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= 44
involuntary context switches= 276


# summary of solver processes directly reported to runsolver:
#   pid: 461720
#   total CPU time (s): 252.445
#   total CPU user time (s): 240.349
#   total CPU system time (s): 12.0963

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.430352 second user time and 1.43926 second system time

The end

Launcher Data

Begin job on nodeC015 at 2024-07-29 10:03:09
IDJOB=4462212
IDBENCH=178880
IDSOLVER=3063
FILE ID=nodeC015/4462212-1722240188
RUNJOBID= nodeC015-1722240188-461648
SLURM_JOB_ID= 8248752
Free space on /tmp= 890052 MiB

SOLVER NAME= NaPS 1.03
BENCH NAME= PB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/KidneyTransplantBenchmarks/normalized-Generated_notes_20140709_1000_0.10-021.opb
COMMAND LINE= HOME/naps-1.03.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4462212-1722240188/watcher-4462212-1722240188 -o /tmp/evaluation-result-4462212-1722240188/solver-4462212-1722240188 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1722240188-461648 --watchdog 3760  HOME/naps-1.03.sh HOME/instance-4462212-1722240188.opb

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

MD5SUM BENCH= 07f39f8b8c137541c7884599a6289dd7
RANDOM SEED=1707899415

nodeC015.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		: 3670.106
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.37
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		: 3670.210
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	: 7005.17
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		: 3599.718
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.37
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		: 3660.908
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	: 7005.17
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		: 3670.092
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.37
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		: 3669.575
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	: 7005.17
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		: 3599.730
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.37
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		: 3662.217
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	: 7005.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        125610956 kB
MemAvailable:   129529364 kB
Buffers:          415592 kB
Cached:          4172192 kB
SwapCached:          280 kB
Active:          1364860 kB
Inactive:        3615028 kB
Active(anon):       4336 kB
Inactive(anon):   448140 kB
Active(file):    1360524 kB
Inactive(file):  3166888 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131056028 kB
Dirty:             35360 kB
Writeback:            44 kB
AnonPages:        391096 kB
Mapped:           103084 kB
Shmem:             60652 kB
KReclaimable:     452404 kB
Slab:             578764 kB
SReclaimable:     452404 kB
SUnreclaim:       126360 kB
KernelStack:        4172 kB
PageTables:        10096 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     757048 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            16768 kB
HardwareCorrupted:     0 kB
AnonHugePages:    204800 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:      367316 kB
DirectMap2M:    43446272 kB
DirectMap1G:    92274688 kB

Free space on /tmp at the end= 890052 MiB
End job on nodeC015 at 2024-07-29 10:07:33