Trace number 4434182

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) 570.911 585.758

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.03.
0.00/0.00	c Input file name: HOME/instance-4434182-1721063476.opb
492.35/493.68	c goal1 is divided by 4
492.35/493.68	c multi stage optimization mode: 1-th step
568.52/570.05	terminate called after throwing an instance of 'std::bad_alloc'
568.52/570.05	  what():  std::bad_alloc
0.00/585.75	HOME/naps-1.03.sh: line 6: 817251 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 (61248 MiB free)
  memory of node 1: 64473 MiB (61601 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4434182-1721063476/watcher-4434182-1721063476 -o /tmp/evaluation-result-4434182-1721063476/solver-4434182-1721063476 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1721056269-812988 --watchdog 3760 HOME/naps-1.03.sh HOME/instance-4434182-1721063476.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
Current StackSize limit: 8192 KiB

solver pid=817246, runsolver pid=817243

[startup+0.100094 s]*
/proc/loadavg: 4.08 4.12 4.10 5/262 817251
/proc/meminfo: memFree=125791056/131524596 swapFree=131071996/131071996
[pid=817246] ppid=817243 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/817246/stat : 817246 (naps-1.03.sh) S 817243 817246 812977 0 -1 4194304 221 241 0 0 0 0 0 0 20 0 1 0 158518110 10170368 686 134679101440 94565403484160 94565404563480 140733120518464 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94565406661936 94565406709124 94565410910208 140733120525284 140733120525409 140733120525409 140733120532424 0
/proc/817246/statm: 2483 686 609 264 0 134 0
[pid=817251] ppid=817246 vsize=11816 memory=9808 CPUtime=0.09 cores=4,6
/proc/817251/stat : 817251 (naps-1.03) R 817246 817246 812977 0 -1 4194304 1984 0 0 0 9 0 0 0 20 0 1 0 158518110 12099584 2452 134679101440 4194304 6891213 140720335988768 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 18255872 140720335991797 140720335991909 140720335991909 140720335998923 0
/proc/817251/statm: 2954 2452 580 659 0 2158 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 21748 KiB
Current children cumulated memory: 12552 KiB

[startup+0.206141 s]*
/proc/loadavg: 4.08 4.12 4.10 5/262 817251
/proc/meminfo: memFree=125781508/131524596 swapFree=131071996/131071996
[pid=817246] ppid=817243 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/817246/stat : 817246 (naps-1.03.sh) S 817243 817246 812977 0 -1 4194304 221 241 0 0 0 0 0 0 20 0 1 0 158518110 10170368 686 134679101440 94565403484160 94565404563480 140733120518464 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94565406661936 94565406709124 94565410910208 140733120525284 140733120525409 140733120525409 140733120532424 0
/proc/817246/statm: 2483 686 609 264 0 134 0
[pid=817251] ppid=817246 vsize=21328 memory=18944 CPUtime=0.2 cores=4,6
/proc/817251/stat : 817251 (naps-1.03) R 817246 817246 812977 0 -1 4194304 4336 0 0 0 20 0 0 0 20 0 1 0 158518110 21839872 4736 134679101440 4194304 6891213 140720335988768 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 18255872 140720335991797 140720335991909 140720335991909 140720335998923 0
/proc/817251/statm: 5332 4736 596 659 0 4536 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 31260 KiB
Current children cumulated memory: 21688 KiB

[startup+0.306269 s]*
/proc/loadavg: 4.08 4.12 4.10 5/262 817251
/proc/meminfo: memFree=125775656/131524596 swapFree=131071996/131071996
[pid=817246] ppid=817243 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/817246/stat : 817246 (naps-1.03.sh) S 817243 817246 812977 0 -1 4194304 221 241 0 0 0 0 0 0 20 0 1 0 158518110 10170368 686 134679101440 94565403484160 94565404563480 140733120518464 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94565406661936 94565406709124 94565410910208 140733120525284 140733120525409 140733120525409 140733120532424 0
/proc/817246/statm: 2483 686 609 264 0 134 0
[pid=817251] ppid=817246 vsize=26924 memory=24488 CPUtime=0.3 cores=4,6
/proc/817251/stat : 817251 (naps-1.03) R 817246 817246 812977 0 -1 4194304 5727 0 0 0 29 1 0 0 20 0 1 0 158518110 27570176 6122 134679101440 4194304 6891213 140720335988768 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 18255872 140720335991797 140720335991909 140720335991909 140720335998923 0
/proc/817251/statm: 6731 6122 596 659 0 5935 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 36856 KiB
Current children cumulated memory: 27232 KiB

[startup+0.700233 s]
/proc/loadavg: 4.08 4.12 4.10 5/262 817251
/proc/meminfo: memFree=125771120/131524596 swapFree=131071996/131071996
[pid=817246] ppid=817243 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/817246/stat : 817246 (naps-1.03.sh) S 817243 817246 812977 0 -1 4194304 221 241 0 0 0 0 0 0 20 0 1 0 158518110 10170368 686 134679101440 94565403484160 94565404563480 140733120518464 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94565406661936 94565406709124 94565410910208 140733120525284 140733120525409 140733120525409 140733120532424 0
/proc/817246/statm: 2483 686 609 264 0 134 0
[pid=817251] ppid=817246 vsize=41096 memory=39012 CPUtime=0.68 cores=4,6
/proc/817251/stat : 817251 (naps-1.03) R 817246 817246 812977 0 -1 4194304 9430 0 0 0 67 1 0 0 20 0 1 0 158518110 42082304 9753 134679101440 4194304 6891213 140720335988768 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 18255872 140720335991797 140720335991909 140720335991909 140720335998923 0
/proc/817251/statm: 10274 9753 612 659 0 9478 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 51028 KiB
Current children cumulated memory: 41756 KiB

[startup+1.50023 s]
/proc/loadavg: 4.08 4.11 4.10 4/258 817265
/proc/meminfo: memFree=125888288/131524596 swapFree=131071996/131071996
[pid=817246] ppid=817243 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/817246/stat : 817246 (naps-1.03.sh) S 817243 817246 812977 0 -1 4194304 221 241 0 0 0 0 0 0 20 0 1 0 158518110 10170368 686 134679101440 94565403484160 94565404563480 140733120518464 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94565406661936 94565406709124 94565410910208 140733120525284 140733120525409 140733120525409 140733120532424 0
/proc/817246/statm: 2483 686 609 264 0 134 0
[pid=817251] ppid=817246 vsize=56424 memory=54108 CPUtime=1.48 cores=4,6
/proc/817251/stat : 817251 (naps-1.03) R 817246 817246 812977 0 -1 4194304 13413 0 0 0 146 2 0 0 20 0 1 0 158518110 57778176 13527 134679101440 4194304 6891213 140720335988768 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 18255872 140720335991797 140720335991909 140720335991909 140720335998923 0
/proc/817251/statm: 14106 13527 612 659 0 13310 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 66356 KiB
Current children cumulated memory: 56852 KiB

[startup+3.10618 s]
/proc/loadavg: 4.08 4.11 4.10 5/262 817353
/proc/meminfo: memFree=125901736/131524596 swapFree=131071996/131071996
[pid=817246] ppid=817243 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/817246/stat : 817246 (naps-1.03.sh) S 817243 817246 812977 0 -1 4194304 221 241 0 0 0 0 0 0 20 0 1 0 158518110 10170368 686 134679101440 94565403484160 94565404563480 140733120518464 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94565406661936 94565406709124 94565410910208 140733120525284 140733120525409 140733120525409 140733120532424 0
/proc/817246/statm: 2483 686 609 264 0 134 0
[pid=817251] ppid=817246 vsize=79136 memory=75480 CPUtime=3.09 cores=4,6
/proc/817251/stat : 817251 (naps-1.03) R 817246 817246 812977 0 -1 4194304 17671 0 0 0 306 3 0 0 20 0 1 0 158518110 81035264 18870 134679101440 4194304 6891213 140720335988768 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 18255872 140720335991797 140720335991909 140720335991909 140720335998923 0
/proc/817251/statm: 19784 18870 612 659 0 18988 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 89068 KiB
Current children cumulated memory: 78224 KiB

[startup+6.30026 s]
/proc/loadavg: 4.15 4.13 4.11 5/262 817353
/proc/meminfo: memFree=125824648/131524596 swapFree=131071996/131071996
[pid=817246] ppid=817243 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/817246/stat : 817246 (naps-1.03.sh) S 817243 817246 812977 0 -1 4194304 221 241 0 0 0 0 0 0 20 0 1 0 158518110 10170368 686 134679101440 94565403484160 94565404563480 140733120518464 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94565406661936 94565406709124 94565410910208 140733120525284 140733120525409 140733120525409 140733120532424 0
/proc/817246/statm: 2483 686 609 264 0 134 0
[pid=817251] ppid=817246 vsize=85828 memory=81644 CPUtime=6.28 cores=4,6
/proc/817251/stat : 817251 (naps-1.03) R 817246 817246 812977 0 -1 4194304 19181 0 0 0 625 3 0 0 20 0 1 0 158518110 87887872 20411 134679101440 4194304 6891213 140720335988768 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 18255872 140720335991797 140720335991909 140720335991909 140720335998923 0
/proc/817251/statm: 21457 20411 612 659 0 20661 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 95760 KiB
Current children cumulated memory: 84388 KiB

[startup+12.7003 s]
/proc/loadavg: 4.14 4.13 4.11 5/262 817353
/proc/meminfo: memFree=125760048/131524596 swapFree=131071996/131071996
[pid=817246] ppid=817243 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/817246/stat : 817246 (naps-1.03.sh) S 817243 817246 812977 0 -1 4194304 221 241 0 0 0 0 0 0 20 0 1 0 158518110 10170368 686 134679101440 94565403484160 94565404563480 140733120518464 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94565406661936 94565406709124 94565410910208 140733120525284 140733120525409 140733120525409 140733120532424 0
/proc/817246/statm: 2483 686 609 264 0 134 0
[pid=817251] ppid=817246 vsize=85828 memory=81644 CPUtime=12.66 cores=4,6
/proc/817251/stat : 817251 (naps-1.03) R 817246 817246 812977 0 -1 4194304 19181 0 0 0 1263 3 0 0 20 0 1 0 158518110 87887872 20411 134679101440 4194304 6891213 140720335988768 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 18255872 140720335991797 140720335991909 140720335991909 140720335998923 0
/proc/817251/statm: 21457 20411 612 659 0 20661 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 95760 KiB
Current children cumulated memory: 84388 KiB

[startup+25.5003 s]
/proc/loadavg: 4.12 4.12 4.11 5/262 817356
/proc/meminfo: memFree=125647048/131524596 swapFree=131071996/131071996
[pid=817246] ppid=817243 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/817246/stat : 817246 (naps-1.03.sh) S 817243 817246 812977 0 -1 4194304 221 241 0 0 0 0 0 0 20 0 1 0 158518110 10170368 686 134679101440 94565403484160 94565404563480 140733120518464 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94565406661936 94565406709124 94565410910208 140733120525284 140733120525409 140733120525409 140733120532424 0
/proc/817246/statm: 2483 686 609 264 0 134 0
[pid=817251] ppid=817246 vsize=85828 memory=81644 CPUtime=25.44 cores=4,6
/proc/817251/stat : 817251 (naps-1.03) R 817246 817246 812977 0 -1 4194304 19181 0 0 0 2541 3 0 0 20 0 1 0 158518110 87887872 20411 134679101440 4194304 6891213 140720335988768 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 18255872 140720335991797 140720335991909 140720335991909 140720335998923 0
/proc/817251/statm: 21457 20411 612 659 0 20661 0
Current children cumulated CPU time: 25.44 s
Current children cumulated vsize: 95760 KiB
Current children cumulated memory: 84388 KiB

[startup+51.106 s]
/proc/loadavg: 4.15 4.13 4.11 5/262 817360
/proc/meminfo: memFree=123580484/131524596 swapFree=131071996/131071996
[pid=817246] ppid=817243 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/817246/stat : 817246 (naps-1.03.sh) S 817243 817246 812977 0 -1 4194304 221 241 0 0 0 0 0 0 20 0 1 0 158518110 10170368 686 134679101440 94565403484160 94565404563480 140733120518464 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94565406661936 94565406709124 94565410910208 140733120525284 140733120525409 140733120525409 140733120532424 0
/proc/817246/statm: 2483 686 609 264 0 134 0
[pid=817251] ppid=817246 vsize=1987084 memory=1947744 CPUtime=50.99 cores=4,6
/proc/817251/stat : 817251 (naps-1.03) R 817246 817246 812977 0 -1 4194304 260103 0 0 0 5024 75 0 0 20 0 1 0 158518110 2034774016 486936 134679101440 4194304 6891213 140720335988768 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 18255872 140720335991797 140720335991909 140720335991909 140720335998923 0
/proc/817251/statm: 496771 486936 612 659 0 495975 0
Current children cumulated CPU time: 50.99 s
Current children cumulated vsize: 1997016 KiB
Current children cumulated memory: 1950488 KiB

[startup+102.3 s]
/proc/loadavg: 4.16 4.14 4.11 5/262 817369
/proc/meminfo: memFree=121896712/131524596 swapFree=131071996/131071996
[pid=817246] ppid=817243 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/817246/stat : 817246 (naps-1.03.sh) S 817243 817246 812977 0 -1 4194304 221 241 0 0 0 0 0 0 20 0 1 0 158518110 10170368 686 134679101440 94565403484160 94565404563480 140733120518464 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94565406661936 94565406709124 94565410910208 140733120525284 140733120525409 140733120525409 140733120532424 0
/proc/817246/statm: 2483 686 609 264 0 134 0
[pid=817251] ppid=817246 vsize=3490216 memory=3386292 CPUtime=102.07 cores=4,6
/proc/817251/stat : 817251 (naps-1.03) R 817246 817246 812977 0 -1 4194304 597663 0 0 0 10072 135 0 0 20 0 1 0 158518110 3573981184 846573 134679101440 4194304 6891213 140720335988768 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 18255872 140720335991797 140720335991909 140720335991909 140720335998923 0
/proc/817251/statm: 872554 846573 612 659 0 871758 0
Current children cumulated CPU time: 102.07 s
Current children cumulated vsize: 3500148 KiB
Current children cumulated memory: 3389036 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.12 4.10 5/262 817381
/proc/meminfo: memFree=121593312/131524596 swapFree=131071996/131071996
[pid=817246] ppid=817243 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/817246/stat : 817246 (naps-1.03.sh) S 817243 817246 812977 0 -1 4194304 221 241 0 0 0 0 0 0 20 0 1 0 158518110 10170368 686 134679101440 94565403484160 94565404563480 140733120518464 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94565406661936 94565406709124 94565410910208 140733120525284 140733120525409 140733120525409 140733120532424 0
/proc/817246/statm: 2483 686 609 264 0 134 0
[pid=817251] ppid=817246 vsize=3490216 memory=3482656 CPUtime=161.93 cores=4,6
/proc/817251/stat : 817251 (naps-1.03) R 817246 817246 812977 0 -1 4194304 598485 0 0 0 16055 138 0 0 20 0 1 0 158518110 3573981184 870664 134679101440 4194304 6891213 140720335988768 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 18255872 140720335991797 140720335991909 140720335991909 140720335998923 0
/proc/817251/statm: 872554 870664 612 659 0 871758 0
Current children cumulated CPU time: 161.93 s
Current children cumulated vsize: 3500148 KiB
Current children cumulated memory: 3485400 KiB

[startup+222.3 s]
/proc/loadavg: 4.16 4.13 4.10 5/264 817446
/proc/meminfo: memFree=118185388/131524596 swapFree=131071996/131071996
[pid=817246] ppid=817243 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/817246/stat : 817246 (naps-1.03.sh) S 817243 817246 812977 0 -1 4194304 221 241 0 0 0 0 0 0 20 0 1 0 158518110 10170368 686 134679101440 94565403484160 94565404563480 140733120518464 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94565406661936 94565406709124 94565410910208 140733120525284 140733120525409 140733120525409 140733120532424 0
/proc/817246/statm: 2483 686 609 264 0 134 0
[pid=817251] ppid=817246 vsize=4401608 memory=4247124 CPUtime=221.79 cores=4,6
/proc/817251/stat : 817251 (naps-1.03) R 817246 817246 812977 0 -1 4194304 601256 0 0 0 22011 168 0 0 20 0 1 0 158518110 4507246592 1061781 134679101440 4194304 6891213 140720335988768 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 18255872 140720335991797 140720335991909 140720335991909 140720335998923 0
/proc/817251/statm: 1100402 1061781 612 659 0 1099606 0
Current children cumulated CPU time: 221.79 s

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

/proc/loadavg: 4.12 4.12 4.10 5/262 817456
/proc/meminfo: memFree=109326808/131524596 swapFree=131071996/131071996
[pid=817246] ppid=817243 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/817246/stat : 817246 (naps-1.03.sh) S 817243 817246 812977 0 -1 4194304 221 241 0 0 0 0 0 0 20 0 1 0 158518110 10170368 686 134679101440 94565403484160 94565404563480 140733120518464 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94565406661936 94565406709124 94565410910208 140733120525284 140733120525409 140733120525409 140733120532424 0
/proc/817246/statm: 2483 686 609 264 0 134 0
[pid=817251] ppid=817246 vsize=7822124 memory=7782136 CPUtime=281.62 cores=4,6
/proc/817251/stat : 817251 (naps-1.03) R 817246 817246 812977 0 -1 4194304 1457885 0 0 0 27850 312 0 0 20 0 1 0 158518110 8009854976 1945534 134679101440 4194304 6891213 140720335988768 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 18255872 140720335991797 140720335991909 140720335991909 140720335998923 0
/proc/817251/statm: 1955531 1945534 612 659 0 1954735 0
Current children cumulated CPU time: 281.62 s
Current children cumulated vsize: 7832056 KiB
Current children cumulated memory: 7784880 KiB

[startup+342.3 s]
/proc/loadavg: 4.04 4.09 4.09 5/262 817466
/proc/meminfo: memFree=106684680/131524596 swapFree=131071996/131071996
[pid=817246] ppid=817243 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/817246/stat : 817246 (naps-1.03.sh) S 817243 817246 812977 0 -1 4194304 221 241 0 0 0 0 0 0 20 0 1 0 158518110 10170368 686 134679101440 94565403484160 94565404563480 140733120518464 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94565406661936 94565406709124 94565410910208 140733120525284 140733120525409 140733120525409 140733120532424 0
/proc/817246/statm: 2483 686 609 264 0 134 0
[pid=817251] ppid=817246 vsize=8667188 memory=8656096 CPUtime=341.45 cores=4,6
/proc/817251/stat : 817251 (naps-1.03) R 817246 817246 812977 0 -1 4194304 1671839 0 0 0 33797 348 0 0 20 0 1 0 158518110 8875200512 2164024 134679101440 4194304 6891213 140720335988768 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 18255872 140720335991797 140720335991909 140720335991909 140720335998923 0
/proc/817251/statm: 2166797 2164024 612 659 0 2166001 0
Current children cumulated CPU time: 341.45 s
Current children cumulated vsize: 8677120 KiB
Current children cumulated memory: 8658840 KiB

[startup+402.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/262 817478
/proc/meminfo: memFree=107650784/131524596 swapFree=131071996/131071996
[pid=817246] ppid=817243 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/817246/stat : 817246 (naps-1.03.sh) S 817243 817246 812977 0 -1 4194304 221 241 0 0 0 0 0 0 20 0 1 0 158518110 10170368 686 134679101440 94565403484160 94565404563480 140733120518464 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94565406661936 94565406709124 94565410910208 140733120525284 140733120525409 140733120525409 140733120532424 0
/proc/817246/statm: 2483 686 609 264 0 134 0
[pid=817251] ppid=817246 vsize=8667188 memory=8656096 CPUtime=401.29 cores=4,6
/proc/817251/stat : 817251 (naps-1.03) R 817246 817246 812977 0 -1 4194304 1674581 0 0 0 39777 352 0 0 20 0 1 0 158518110 8875200512 2164024 134679101440 4194304 6891213 140720335988768 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 18255872 140720335991797 140720335991909 140720335991909 140720335998923 0
/proc/817251/statm: 2166797 2164024 612 659 0 2166001 0
Current children cumulated CPU time: 401.29 s
Current children cumulated vsize: 8677120 KiB
Current children cumulated memory: 8658840 KiB

[startup+462.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/262 817488
/proc/meminfo: memFree=104513068/131524596 swapFree=131071996/131071996
[pid=817246] ppid=817243 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/817246/stat : 817246 (naps-1.03.sh) S 817243 817246 812977 0 -1 4194304 221 241 0 0 0 0 0 0 20 0 1 0 158518110 10170368 686 134679101440 94565403484160 94565404563480 140733120518464 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94565406661936 94565406709124 94565410910208 140733120525284 140733120525409 140733120525409 140733120532424 0
/proc/817246/statm: 2483 686 609 264 0 134 0
[pid=817251] ppid=817246 vsize=12247068 memory=12101916 CPUtime=461.12 cores=4,6
/proc/817251/stat : 817251 (naps-1.03) R 817246 817246 812977 0 -1 4194304 1718167 0 0 0 45641 471 0 0 20 0 1 0 158518110 12540997632 3025479 134679101440 4194304 6891213 140720335988768 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 18255872 140720335991797 140720335991909 140720335991909 140720335998923 0
/proc/817251/statm: 3061767 3025479 612 659 0 3060971 0
Current children cumulated CPU time: 461.12 s
Current children cumulated vsize: 12257000 KiB
Current children cumulated memory: 12104660 KiB

[startup+522.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/259 817498
/proc/meminfo: memFree=90392856/131524596 swapFree=131071996/131071996
[pid=817246] ppid=817243 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/817246/stat : 817246 (naps-1.03.sh) S 817243 817246 812977 0 -1 4194304 221 241 0 0 0 0 0 0 20 0 1 0 158518110 10170368 686 134679101440 94565403484160 94565404563480 140733120518464 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94565406661936 94565406709124 94565410910208 140733120525284 140733120525409 140733120525409 140733120532424 0
/proc/817246/statm: 2483 686 609 264 0 134 0
[pid=817251] ppid=817246 vsize=27120080 memory=26114272 CPUtime=520.97 cores=4,6
/proc/817251/stat : 817251 (naps-1.03) R 817246 817246 812977 0 -1 4194304 2928588 0 0 0 51078 1019 0 0 20 0 1 0 158518110 27770961920 6528568 134679101440 4194304 6891213 140720335988768 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 18255872 140720335991797 140720335991909 140720335991909 140720335998923 0
/proc/817251/statm: 6780020 6528568 628 659 0 6779224 0
Current children cumulated CPU time: 520.97 s
Current children cumulated vsize: 27130012 KiB
Current children cumulated memory: 26117016 KiB

[startup+582.3 s]
/proc/loadavg: 4.23 4.12 4.10 4/262 817517
/proc/meminfo: memFree=83680160/131524596 swapFree=131071996/131071996
[pid=817246] ppid=817243 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/817246/stat : 817246 (naps-1.03.sh) S 817243 817246 812977 0 -1 4194304 221 241 0 0 0 0 0 0 20 0 1 0 158518110 10170368 686 134679101440 94565403484160 94565404563480 140733120518464 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94565406661936 94565406709124 94565410910208 140733120525284 140733120525409 140733120525409 140733120532424 0
/proc/817246/statm: 2483 686 609 264 0 134 0
[pid=817251] ppid=817246 vsize=30183204 memory=28830028 CPUtime=570.54 cores=4,6
/proc/817251/stat : 817251 (naps-1.03) S 817246 817246 812977 0 -1 4195840 2977983 0 0 0 55585 1469 0 0 20 0 1 0 158518110 30907600896 7207507 134679101440 4194304 6891213 140720335988768 140720335985696 6272572 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 18255872 140720335991797 140720335991909 140720335991909 140720335998923 0
/proc/817251/statm: 7545801 7207507 690 659 0 7545005 0
Current children cumulated CPU time: 570.54 s
Current children cumulated vsize: 30193136 KiB
Current children cumulated memory: 28832772 KiB

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

# cumulated CPU time of all completed processes:  user=555.858 s, system=15.053 s

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

[startup+582.4 s]
/proc/loadavg: 4.23 4.12 4.10 4/262 817517
/proc/meminfo: memFree=83680160/131524596 swapFree=131071996/131071996
[pid=817246] ppid=817243 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/817246/stat : 817246 (naps-1.03.sh) S 817243 817246 812977 0 -1 4194304 221 241 0 0 0 0 0 0 20 0 1 0 158518110 10170368 686 134679101440 94565403484160 94565404563480 140733120518464 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94565406661936 94565406709124 94565410910208 140733120525284 140733120525409 140733120525409 140733120532424 0
/proc/817246/statm: 2483 686 609 264 0 134 0
[pid=817251] ppid=817246 vsize=30183204 memory=28830028 CPUtime=570.54 cores=4,6
/proc/817251/stat : 817251 (naps-1.03) S 817246 817246 812977 0 -1 4195840 2977983 0 0 0 55585 1469 0 0 20 0 1 0 158518110 30907600896 7207507 134679101440 4194304 6891213 140720335988768 140720335985696 6272572 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 18255872 140720335991797 140720335991909 140720335991909 140720335998923 0
/proc/817251/statm: 7545801 7207507 690 659 0 7545005 0
Current children cumulated CPU time: 570.54 s
Current children cumulated vsize: 30193136 KiB
Current children cumulated memory: 28832772 KiB

[startup+584 s]*
/proc/loadavg: 4.23 4.12 4.10 4/262 817518
/proc/meminfo: memFree=83677864/131524596 swapFree=131071996/131071996
[pid=817246] ppid=817243 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/817246/stat : 817246 (naps-1.03.sh) S 817243 817246 812977 0 -1 4194304 221 241 0 0 0 0 0 0 20 0 1 0 158518110 10170368 686 134679101440 94565403484160 94565404563480 140733120518464 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94565406661936 94565406709124 94565410910208 140733120525284 140733120525409 140733120525409 140733120532424 0
/proc/817246/statm: 2483 686 609 264 0 134 0
[pid=817251] ppid=817246 vsize=30183204 memory=28830028 CPUtime=570.54 cores=4,6
/proc/817251/stat : 817251 (naps-1.03) S 817246 817246 812977 0 -1 4195840 2977983 0 0 0 55585 1469 0 0 20 0 1 0 158518110 30907600896 7207507 134679101440 4194304 6891213 140720335988768 140720335985696 6272572 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 18255872 140720335991797 140720335991909 140720335991909 140720335998923 0
/proc/817251/statm: 7545801 7207507 690 659 0 7545005 0
Current children cumulated CPU time: 570.54 s
Current children cumulated vsize: 30193136 KiB
Current children cumulated memory: 28832772 KiB

[startup+584.8 s]
/proc/loadavg: 4.23 4.12 4.10 4/262 817518
/proc/meminfo: memFree=83677864/131524596 swapFree=131071996/131071996
[pid=817246] ppid=817243 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/817246/stat : 817246 (naps-1.03.sh) S 817243 817246 812977 0 -1 4194304 221 241 0 0 0 0 0 0 20 0 1 0 158518110 10170368 686 134679101440 94565403484160 94565404563480 140733120518464 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94565406661936 94565406709124 94565410910208 140733120525284 140733120525409 140733120525409 140733120532424 0
/proc/817246/statm: 2483 686 609 264 0 134 0
[pid=817251] ppid=817246 vsize=30183204 memory=28830028 CPUtime=570.54 cores=4,6
/proc/817251/stat : 817251 (naps-1.03) S 817246 817246 812977 0 -1 4195840 2977983 0 0 0 55585 1469 0 0 20 0 1 0 158518110 30907600896 7207507 134679101440 4194304 6891213 140720335988768 140720335985696 6272572 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 18255872 140720335991797 140720335991909 140720335991909 140720335998923 0
/proc/817251/statm: 7545801 7207507 690 659 0 7545005 0
Current children cumulated CPU time: 570.54 s
Current children cumulated vsize: 30193136 KiB
Current children cumulated memory: 28832772 KiB

[startup+585.2 s]
/proc/loadavg: 4.23 4.12 4.10 4/262 817518
/proc/meminfo: memFree=83732428/131524596 swapFree=131071996/131071996
[pid=817246] ppid=817243 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/817246/stat : 817246 (naps-1.03.sh) S 817243 817246 812977 0 -1 4194304 221 241 0 0 0 0 0 0 20 0 1 0 158518110 10170368 686 134679101440 94565403484160 94565404563480 140733120518464 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94565406661936 94565406709124 94565410910208 140733120525284 140733120525409 140733120525409 140733120532424 0
/proc/817246/statm: 2483 686 609 264 0 134 0
[pid=817251] ppid=817246 vsize=30183204 memory=28830028 CPUtime=570.54 cores=4,6
/proc/817251/stat : 817251 (naps-1.03) S 817246 817246 812977 0 -1 4195840 2977983 0 0 0 55585 1469 0 0 20 0 1 0 158518110 30907600896 7207507 134679101440 4194304 6891213 140720335988768 140720335985696 6272572 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 18255872 140720335991797 140720335991909 140720335991909 140720335998923 0
/proc/817251/statm: 7545801 7207507 690 659 0 7545005 0
Current children cumulated CPU time: 570.54 s
Current children cumulated vsize: 30193136 KiB
Current children cumulated memory: 28832772 KiB

[startup+585.6 s]
/proc/loadavg: 4.23 4.12 4.10 4/262 817518
/proc/meminfo: memFree=83732428/131524596 swapFree=131071996/131071996
[pid=817246] ppid=817243 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/817246/stat : 817246 (naps-1.03.sh) S 817243 817246 812977 0 -1 4194304 221 241 0 0 0 0 0 0 20 0 1 0 158518110 10170368 686 134679101440 94565403484160 94565404563480 140733120518464 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94565406661936 94565406709124 94565410910208 140733120525284 140733120525409 140733120525409 140733120532424 0
/proc/817246/statm: 2483 686 609 264 0 134 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9932 KiB
Current children cumulated memory: 2744 KiB

[startup+585.7 s]
/proc/loadavg: 4.23 4.12 4.10 4/262 817518
/proc/meminfo: memFree=83732428/131524596 swapFree=131071996/131071996
[pid=817246] ppid=817243 vsize=9932 memory=2744 CPUtime=0 cores=4,6
/proc/817246/stat : 817246 (naps-1.03.sh) S 817243 817246 812977 0 -1 4194304 221 241 0 0 0 0 0 0 20 0 1 0 158518110 10170368 686 134679101440 94565403484160 94565404563480 140733120518464 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94565406661936 94565406709124 94565410910208 140733120525284 140733120525409 140733120525409 140733120532424 0
/proc/817246/statm: 2483 686 609 264 0 134 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9932 KiB
Current children cumulated memory: 2744 KiB

Child status: 134

Real time (s): 585.758
CPU time (s): 570.911
CPU user time (s): 555.858
CPU system time (s): 15.053
CPU usage (%): 97.4653
Max. virtual memory (cumulated for all children) (KiB): 30193136
Max. memory (cumulated for all children) (KiB): 28832772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 555.858
system time used= 15.053
maximum resident set size= 28830032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2978462
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= 191
involuntary context switches= 499


# summary of solver processes directly reported to runsolver:
#   pid: 817246
#   total CPU time (s): 570.911
#   total CPU user time (s): 555.858
#   total CPU system time (s): 15.053

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.38452 second user time and 2.94975 second system time

The end

Launcher Data

Begin job on nodeC034 at 2024-07-15 19:11:28
IDJOB=4434182
IDBENCH=146775
IDSOLVER=3063
FILE ID=nodeC034/4434182-1721063476
RUNJOBID= nodeC034-1721056269-812988
SLURM_JOB_ID= 7505491
Free space on /tmp= 890060 MiB

SOLVER NAME= NaPS 1.03
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.03.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4434182-1721063476/watcher-4434182-1721063476 -o /tmp/evaluation-result-4434182-1721063476/solver-4434182-1721063476 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1721056269-812988 --watchdog 3760  HOME/naps-1.03.sh HOME/instance-4434182-1721063476.opb

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

MD5SUM BENCH= 1ab00a09bce4fe90071f9bd51d0e1c65
RANDOM SEED=1254533435

nodeC034.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		: 3661.410
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.99
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		: 3684.198
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.58
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		: 3604.268
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.99
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		: 3600.543
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.58
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		: 3654.657
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.99
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		: 3684.297
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.58
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.552
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.99
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.999
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.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524596 kB
MemFree:        125799236 kB
MemAvailable:   129243812 kB
Buffers:          368732 kB
Cached:          3874236 kB
SwapCached:            0 kB
Active:           627048 kB
Inactive:        4419540 kB
Active(anon):       1532 kB
Inactive(anon):   839836 kB
Active(file):     625516 kB
Inactive(file):  3579704 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              6484 kB
Writeback:             0 kB
AnonPages:        800620 kB
Mapped:           111376 kB
Shmem:             37720 kB
KReclaimable:     158360 kB
Slab:             271668 kB
SReclaimable:     158360 kB
SUnreclaim:       113308 kB
KernelStack:        4208 kB
PageTables:        10992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834292 kB
Committed_AS:    1360736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            62144 kB
HardwareCorrupted:     0 kB
AnonHugePages:    645120 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:      238292 kB
DirectMap2M:    26798080 kB
DirectMap1G:    109051904 kB

Free space on /tmp at the end= 890056 MiB
End job on nodeC034 at 2024-07-15 19:21:14