Trace number 4452521

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
NaPS-PB16 1.02b5? (TO) 3600.07 3610.11

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2010/normalized-neos-952987.0.d.opb
MD5SUMc2f3e0c6154609bf2d3178c0d208b6f5
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables31248
Total number of constraints354
Number of constraints which are clauses177
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints177
Minimum length of a constraint168
Maximum length of a constraint343
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1050
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 27454
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c NaPS 1.02b5.
0.00/0.00	c Input file name: HOME/instance-4452521-1721442440.opb
3600.04/3610.10	c 
3600.04/3610.10	c *** TERMINATED *** by signal 15
3600.04/3610.10	s UNKNOWN
3600.04/3610.10	c _____________________________________________________________________________
3600.04/3610.10	c 
3600.04/3610.10	c std/band forms        : 177,336
3600.04/3610.10	c 2cl/3cl ITE-codings   : 329760,0
3600.04/3610.10	c BDD/srt/adr Max costs : 37646,0,2004
3600.04/3610.10	c BDDraw/bin/mul/srt/adr: 0,0,177,168,168
3600.04/3610.10	c BDD nodes             : 32823311
3600.04/3610.10	c Es1/CC detections     : 0,0
3600.04/3610.10	c SAT/UNSAT calls       : 0,0
3600.04/3610.10	c regenrated variables  : 0
3600.04/3610.10	c restarts              : 0
3600.04/3610.10	c conflicts             : 0              (0 /sec)
3600.04/3610.10	c decisions             : 0              (0 /sec)
3600.04/3610.10	c propagations          : 0              (0 /sec)
3600.04/3610.10	c inspects              : 0              (0 /sec)
3600.04/3610.10	c CPU time (solving tm) : 3596 s        (3322 s)
3600.04/3610.10	c Time for Opt-base     : 19.34 s
3600.04/3610.10	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (47644 MiB free)
  memory of node 1: 64473 MiB (60181 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452521-1721442440/watcher-4452521-1721442440 -o /tmp/evaluation-result-4452521-1721442440/solver-4452521-1721442440 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1721435230-1043545 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4452521-1721442440.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=1048368, runsolver pid=1048365

[startup+0.100093 s]*
/proc/loadavg: 4.37 4.24 4.14 5/260 1048373
/proc/meminfo: memFree=110403212/131524596 swapFree=131071996/131071996
[pid=1048368] ppid=1048365 vsize=9932 memory=2684 CPUtime=0 cores=5,7
/proc/1048368/stat : 1048368 (naps-1.02b5.sh) S 1048365 1048368 1043532 0 -1 4194304 220 237 0 0 0 0 0 0 20 0 1 0 196414542 10170368 671 134679101440 93932857405440 93932858484760 140728679966064 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 93932860583216 93932860630404 93932861079552 140728679969758 140728679969885 140728679969885 140728679976902 0
/proc/1048368/statm: 2483 671 593 264 0 134 0
[pid=1048373] ppid=1048368 vsize=17908 memory=11772 CPUtime=0.09 cores=5,7
/proc/1048373/stat : 1048373 (naps-1.02b5) R 1048368 1048368 1043532 0 -1 4194304 2774 0 0 0 9 0 0 0 20 0 1 0 196414542 18337792 2943 134679101440 4194304 5746509 140733686452192 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 32006144 140733686461421 140733686461535 140733686461535 140733686468553 0
/proc/1048373/statm: 4477 2943 405 379 0 4011 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 27840 KiB
Current children cumulated memory: 14456 KiB

[startup+0.206064 s]*
/proc/loadavg: 4.37 4.24 4.14 6/260 1048373
/proc/meminfo: memFree=110395148/131524596 swapFree=131071996/131071996
[pid=1048368] ppid=1048365 vsize=9932 memory=2684 CPUtime=0 cores=5,7
/proc/1048368/stat : 1048368 (naps-1.02b5.sh) S 1048365 1048368 1043532 0 -1 4194304 220 237 0 0 0 0 0 0 20 0 1 0 196414542 10170368 671 134679101440 93932857405440 93932858484760 140728679966064 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 93932860583216 93932860630404 93932861079552 140728679969758 140728679969885 140728679969885 140728679976902 0
/proc/1048368/statm: 2483 671 593 264 0 134 0
[pid=1048373] ppid=1048368 vsize=25576 memory=19692 CPUtime=0.2 cores=5,7
/proc/1048373/stat : 1048373 (naps-1.02b5) R 1048368 1048368 1043532 0 -1 4194304 4709 0 0 0 20 0 0 0 20 0 1 0 196414542 26189824 4923 134679101440 4194304 5746509 140733686452192 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 32006144 140733686461421 140733686461535 140733686461535 140733686468553 0
/proc/1048373/statm: 6394 4923 405 379 0 5928 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 35508 KiB
Current children cumulated memory: 22376 KiB

[startup+0.306087 s]*
/proc/loadavg: 4.37 4.24 4.14 5/260 1048373
/proc/meminfo: memFree=110387660/131524596 swapFree=131071996/131071996
[pid=1048368] ppid=1048365 vsize=9932 memory=2684 CPUtime=0 cores=5,7
/proc/1048368/stat : 1048368 (naps-1.02b5.sh) S 1048365 1048368 1043532 0 -1 4194304 220 237 0 0 0 0 0 0 20 0 1 0 196414542 10170368 671 134679101440 93932857405440 93932858484760 140728679966064 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 93932860583216 93932860630404 93932861079552 140728679969758 140728679969885 140728679969885 140728679976902 0
/proc/1048368/statm: 2483 671 593 264 0 134 0
[pid=1048373] ppid=1048368 vsize=32872 memory=26820 CPUtime=0.3 cores=5,7
/proc/1048373/stat : 1048373 (naps-1.02b5) R 1048368 1048368 1043532 0 -1 4194304 6521 0 0 0 30 0 0 0 20 0 1 0 196414542 33660928 6705 134679101440 4194304 5746509 140733686452192 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 32006144 140733686461421 140733686461535 140733686461535 140733686468553 0
/proc/1048373/statm: 8218 6705 405 379 0 7752 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 42804 KiB
Current children cumulated memory: 29504 KiB

[startup+0.700274 s]
/proc/loadavg: 4.37 4.24 4.14 5/260 1048373
/proc/meminfo: memFree=110364696/131524596 swapFree=131071996/131071996
[pid=1048368] ppid=1048365 vsize=9932 memory=2684 CPUtime=0 cores=5,7
/proc/1048368/stat : 1048368 (naps-1.02b5.sh) S 1048365 1048368 1043532 0 -1 4194304 220 237 0 0 0 0 0 0 20 0 1 0 196414542 10170368 671 134679101440 93932857405440 93932858484760 140728679966064 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 93932860583216 93932860630404 93932861079552 140728679969758 140728679969885 140728679969885 140728679976902 0
/proc/1048368/statm: 2483 671 593 264 0 134 0
[pid=1048373] ppid=1048368 vsize=58324 memory=52160 CPUtime=0.68 cores=5,7
/proc/1048373/stat : 1048373 (naps-1.02b5) R 1048368 1048368 1043532 0 -1 4194304 13102 0 0 0 67 1 0 0 20 0 1 0 196414542 59723776 13040 134679101440 4194304 5746509 140733686452192 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 32006144 140733686461421 140733686461535 140733686461535 140733686468553 0
/proc/1048373/statm: 14581 13040 421 379 0 14115 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 68256 KiB
Current children cumulated memory: 54844 KiB

[startup+1.50028 s]
/proc/loadavg: 4.37 4.24 4.14 5/260 1048373
/proc/meminfo: memFree=110359608/131524596 swapFree=131071996/131071996
[pid=1048368] ppid=1048365 vsize=9932 memory=2684 CPUtime=0 cores=5,7
/proc/1048368/stat : 1048368 (naps-1.02b5.sh) S 1048365 1048368 1043532 0 -1 4194304 220 237 0 0 0 0 0 0 20 0 1 0 196414542 10170368 671 134679101440 93932857405440 93932858484760 140728679966064 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 93932860583216 93932860630404 93932861079552 140728679969758 140728679969885 140728679969885 140728679976902 0
/proc/1048368/statm: 2483 671 593 264 0 134 0
[pid=1048373] ppid=1048368 vsize=67480 memory=60660 CPUtime=1.49 cores=5,7
/proc/1048373/stat : 1048373 (naps-1.02b5) R 1048368 1048368 1043532 0 -1 4194304 15162 0 0 0 147 2 0 0 20 0 1 0 196414542 69099520 15165 134679101440 4194304 5746509 140733686452192 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 32006144 140733686461421 140733686461535 140733686461535 140733686468553 0
/proc/1048373/statm: 16870 15165 421 379 0 16404 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 77412 KiB
Current children cumulated memory: 63344 KiB

[startup+3.10588 s]
/proc/loadavg: 4.34 4.23 4.14 5/260 1048373
/proc/meminfo: memFree=110279716/131524596 swapFree=131071996/131071996
[pid=1048368] ppid=1048365 vsize=9932 memory=2684 CPUtime=0 cores=5,7
/proc/1048368/stat : 1048368 (naps-1.02b5.sh) S 1048365 1048368 1043532 0 -1 4194304 220 237 0 0 0 0 0 0 20 0 1 0 196414542 10170368 671 134679101440 93932857405440 93932858484760 140728679966064 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 93932860583216 93932860630404 93932861079552 140728679969758 140728679969885 140728679969885 140728679976902 0
/proc/1048368/statm: 2483 671 593 264 0 134 0
[pid=1048373] ppid=1048368 vsize=150664 memory=142164 CPUtime=3.08 cores=5,7
/proc/1048373/stat : 1048373 (naps-1.02b5) R 1048368 1048368 1043532 0 -1 4194304 34834 0 0 0 303 5 0 0 20 0 1 0 196414542 154279936 35541 134679101440 4194304 5746509 140733686452192 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 32006144 140733686461421 140733686461535 140733686461535 140733686468553 0
/proc/1048373/statm: 37666 35541 421 379 0 37200 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 160596 KiB
Current children cumulated memory: 144848 KiB

[startup+6.30026 s]
/proc/loadavg: 4.34 4.23 4.14 5/260 1048373
/proc/meminfo: memFree=110232060/131524596 swapFree=131071996/131071996
[pid=1048368] ppid=1048365 vsize=9932 memory=2684 CPUtime=0 cores=5,7
/proc/1048368/stat : 1048368 (naps-1.02b5.sh) S 1048365 1048368 1043532 0 -1 4194304 220 237 0 0 0 0 0 0 20 0 1 0 196414542 10170368 671 134679101440 93932857405440 93932858484760 140728679966064 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 93932860583216 93932860630404 93932861079552 140728679969758 140728679969885 140728679969885 140728679976902 0
/proc/1048368/statm: 2483 671 593 264 0 134 0
[pid=1048373] ppid=1048368 vsize=187232 memory=179372 CPUtime=6.27 cores=5,7
/proc/1048373/stat : 1048373 (naps-1.02b5) R 1048368 1048368 1043532 0 -1 4194304 44146 0 0 0 620 7 0 0 20 0 1 0 196414542 191725568 44843 134679101440 4194304 5746509 140733686452192 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 32006144 140733686461421 140733686461535 140733686461535 140733686468553 0
/proc/1048373/statm: 46808 44843 421 379 0 46342 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 197164 KiB
Current children cumulated memory: 182056 KiB

[startup+12.7003 s]
/proc/loadavg: 4.31 4.23 4.14 5/260 1048375
/proc/meminfo: memFree=110322216/131524596 swapFree=131071996/131071996
[pid=1048368] ppid=1048365 vsize=9932 memory=2684 CPUtime=0 cores=5,7
/proc/1048368/stat : 1048368 (naps-1.02b5.sh) S 1048365 1048368 1043532 0 -1 4194304 220 237 0 0 0 0 0 0 20 0 1 0 196414542 10170368 671 134679101440 93932857405440 93932858484760 140728679966064 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 93932860583216 93932860630404 93932861079552 140728679969758 140728679969885 140728679969885 140728679976902 0
/proc/1048368/statm: 2483 671 593 264 0 134 0
[pid=1048373] ppid=1048368 vsize=187496 memory=179884 CPUtime=12.65 cores=5,7
/proc/1048373/stat : 1048373 (naps-1.02b5) R 1048368 1048368 1043532 0 -1 4194304 44253 0 0 0 1258 7 0 0 20 0 1 0 196414542 191995904 44971 134679101440 4194304 5746509 140733686452192 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 32006144 140733686461421 140733686461535 140733686461535 140733686468553 0
/proc/1048373/statm: 46874 44971 421 379 0 46408 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 197428 KiB
Current children cumulated memory: 182568 KiB

[startup+25.5003 s]
/proc/loadavg: 4.24 4.22 4.13 5/260 1048376
/proc/meminfo: memFree=110271196/131524596 swapFree=131071996/131071996
[pid=1048368] ppid=1048365 vsize=9932 memory=2684 CPUtime=0 cores=5,7
/proc/1048368/stat : 1048368 (naps-1.02b5.sh) S 1048365 1048368 1043532 0 -1 4194304 220 237 0 0 0 0 0 0 20 0 1 0 196414542 10170368 671 134679101440 93932857405440 93932858484760 140728679966064 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 93932860583216 93932860630404 93932861079552 140728679969758 140728679969885 140728679969885 140728679976902 0
/proc/1048368/statm: 2483 671 593 264 0 134 0
[pid=1048373] ppid=1048368 vsize=188056 memory=180628 CPUtime=25.42 cores=5,7
/proc/1048373/stat : 1048373 (naps-1.02b5) R 1048368 1048368 1043532 0 -1 4194304 44456 0 0 0 2535 7 0 0 20 0 1 0 196414542 192569344 45157 134679101440 4194304 5746509 140733686452192 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 32006144 140733686461421 140733686461535 140733686461535 140733686468553 0
/proc/1048373/statm: 47014 45157 421 379 0 46548 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 197988 KiB
Current children cumulated memory: 183312 KiB

[startup+51.106 s]
/proc/loadavg: 4.23 4.21 4.13 5/260 1048381
/proc/meminfo: memFree=110246900/131524596 swapFree=131071996/131071996
[pid=1048368] ppid=1048365 vsize=9932 memory=2684 CPUtime=0 cores=5,7
/proc/1048368/stat : 1048368 (naps-1.02b5.sh) S 1048365 1048368 1043532 0 -1 4194304 220 237 0 0 0 0 0 0 20 0 1 0 196414542 10170368 671 134679101440 93932857405440 93932858484760 140728679966064 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 93932860583216 93932860630404 93932861079552 140728679969758 140728679969885 140728679969885 140728679976902 0
/proc/1048368/statm: 2483 671 593 264 0 134 0
[pid=1048373] ppid=1048368 vsize=188848 memory=181652 CPUtime=50.97 cores=5,7
/proc/1048373/stat : 1048373 (naps-1.02b5) R 1048368 1048368 1043532 0 -1 4194304 44750 0 0 0 5089 8 0 0 20 0 1 0 196414542 193380352 45413 134679101440 4194304 5746509 140733686452192 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 32006144 140733686461421 140733686461535 140733686461535 140733686468553 0
/proc/1048373/statm: 47212 45413 421 379 0 46746 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 198780 KiB
Current children cumulated memory: 184336 KiB

[startup+102.3 s]
/proc/loadavg: 4.27 4.23 4.14 5/260 1048558
/proc/meminfo: memFree=109195620/131524596 swapFree=131071996/131071996
[pid=1048368] ppid=1048365 vsize=9932 memory=2684 CPUtime=0 cores=5,7
/proc/1048368/stat : 1048368 (naps-1.02b5.sh) S 1048365 1048368 1043532 0 -1 4194304 220 237 0 0 0 0 0 0 20 0 1 0 196414542 10170368 671 134679101440 93932857405440 93932858484760 140728679966064 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 93932860583216 93932860630404 93932861079552 140728679969758 140728679969885 140728679969885 140728679976902 0
/proc/1048368/statm: 2483 671 593 264 0 134 0
[pid=1048373] ppid=1048368 vsize=190432 memory=183980 CPUtime=102.03 cores=5,7
/proc/1048373/stat : 1048373 (naps-1.02b5) R 1048368 1048368 1043532 0 -1 4194304 45348 0 0 0 10195 8 0 0 20 0 1 0 196414542 195002368 45995 134679101440 4194304 5746509 140733686452192 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 32006144 140733686461421 140733686461535 140733686461535 140733686468553 0
/proc/1048373/statm: 47608 45995 421 379 0 47142 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 200364 KiB
Current children cumulated memory: 186664 KiB

[startup+162.3 s]
/proc/loadavg: 4.19 4.21 4.14 5/260 1048568
/proc/meminfo: memFree=109133912/131524596 swapFree=131071996/131071996
[pid=1048368] ppid=1048365 vsize=9932 memory=2684 CPUtime=0 cores=5,7
/proc/1048368/stat : 1048368 (naps-1.02b5.sh) S 1048365 1048368 1043532 0 -1 4194304 220 237 0 0 0 0 0 0 20 0 1 0 196414542 10170368 671 134679101440 93932857405440 93932858484760 140728679966064 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 93932860583216 93932860630404 93932861079552 140728679969758 140728679969885 140728679969885 140728679976902 0
/proc/1048368/statm: 2483 671 593 264 0 134 0
[pid=1048373] ppid=1048368 vsize=206796 memory=197232 CPUtime=161.88 cores=5,7
/proc/1048373/stat : 1048373 (naps-1.02b5) R 1048368 1048368 1043532 0 -1 4194304 46696 0 0 0 16179 9 0 0 20 0 1 0 196414542 211759104 49308 134679101440 4194304 5746509 140733686452192 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 32006144 140733686461421 140733686461535 140733686461535 140733686468553 0
/proc/1048373/statm: 51699 49308 421 379 0 51233 0
Current children cumulated CPU time: 161.88 s
Current children cumulated vsize: 216728 KiB
Current children cumulated memory: 199916 KiB

[startup+222.3 s]
/proc/loadavg: 4.22 4.22 4.15 5/263 1048690
/proc/meminfo: memFree=107873788/131524596 swapFree=131071996/131071996
[pid=1048368] ppid=1048365 vsize=9932 memory=2684 CPUtime=0 cores=5,7
/proc/1048368/stat : 1048368 (naps-1.02b5.sh) S 1048365 1048368 1043532 0 -1 4194304 220 237 0 0 0 0 0 0 20 0 1 0 196414542 10170368 671 134679101440 93932857405440 93932858484760 140728679966064 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 93932860583216 93932860630404 93932861079552 140728679969758 140728679969885 140728679969885 140728679976902 0
/proc/1048368/statm: 2483 671 593 264 0 134 0
[pid=1048373] ppid=1048368 vsize=208512 memory=201884 CPUtime=221.74 cores=5,7
/proc/1048373/stat : 1048373 (naps-1.02b5) R 1048368 1048368 1043532 0 -1 4194304 47336 0 0 0 22165 9 0 0 20 0 1 0 196414542 213516288 50471 134679101440 4194304 5746509 140733686452192 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 32006144 140733686461421 140733686461535 140733686461535 140733686468553 0
/proc/1048373/statm: 52128 50471 421 379 0 51662 0
Current children cumulated CPU time: 221.74 s

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

/proc/1048373/statm: 257583 230353 421 379 0 257117 0
Current children cumulated CPU time: 3093.71 s
Current children cumulated vsize: 1040264 KiB
Current children cumulated memory: 924096 KiB

[startup+3162.3 s]
/proc/loadavg: 4.18 4.18 4.12 5/258 1050446
/proc/meminfo: memFree=120401596/131524596 swapFree=131071996/131071996
[pid=1048368] ppid=1048365 vsize=9932 memory=2684 CPUtime=0 cores=5,7
/proc/1048368/stat : 1048368 (naps-1.02b5.sh) S 1048365 1048368 1043532 0 -1 4194304 220 237 0 0 0 0 0 0 20 0 1 0 196414542 10170368 671 134679101440 93932857405440 93932858484760 140728679966064 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 93932860583216 93932860630404 93932861079552 140728679969758 140728679969885 140728679969885 140728679976902 0
/proc/1048368/statm: 2483 671 593 264 0 134 0
[pid=1048373] ppid=1048368 vsize=1031324 memory=865124 CPUtime=3153.51 cores=5,7
/proc/1048373/stat : 1048373 (naps-1.02b5) R 1048368 1048368 1043532 0 -1 4194304 211610 0 0 0 314971 380 0 0 20 0 1 0 196414542 1056075776 216281 134679101440 4194304 5746509 140733686452192 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 32006144 140733686461421 140733686461535 140733686461535 140733686468553 0
/proc/1048373/statm: 257831 216281 421 379 0 257365 0
Current children cumulated CPU time: 3153.51 s
Current children cumulated vsize: 1041256 KiB
Current children cumulated memory: 867808 KiB

[startup+3222.3 s]
/proc/loadavg: 4.18 4.18 4.12 5/261 1050462
/proc/meminfo: memFree=120198592/131524596 swapFree=131071996/131071996
[pid=1048368] ppid=1048365 vsize=9932 memory=2684 CPUtime=0 cores=5,7
/proc/1048368/stat : 1048368 (naps-1.02b5.sh) S 1048365 1048368 1043532 0 -1 4194304 220 237 0 0 0 0 0 0 20 0 1 0 196414542 10170368 671 134679101440 93932857405440 93932858484760 140728679966064 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 93932860583216 93932860630404 93932861079552 140728679969758 140728679969885 140728679969885 140728679976902 0
/proc/1048368/statm: 2483 671 593 264 0 134 0
[pid=1048373] ppid=1048368 vsize=1033952 memory=966440 CPUtime=3213.33 cores=5,7
/proc/1048373/stat : 1048373 (naps-1.02b5) R 1048368 1048368 1043532 0 -1 4194304 212588 0 0 0 320951 382 0 0 20 0 1 0 196414542 1058766848 241610 134679101440 4194304 5746509 140733686452192 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 32006144 140733686461421 140733686461535 140733686461535 140733686468553 0
/proc/1048373/statm: 258488 241610 421 379 0 258022 0
Current children cumulated CPU time: 3213.33 s
Current children cumulated vsize: 1043884 KiB
Current children cumulated memory: 969124 KiB

[startup+3282.3 s]
/proc/loadavg: 4.16 4.17 4.12 5/261 1050473
/proc/meminfo: memFree=120293308/131524596 swapFree=131071996/131071996
[pid=1048368] ppid=1048365 vsize=9932 memory=2684 CPUtime=0 cores=5,7
/proc/1048368/stat : 1048368 (naps-1.02b5.sh) S 1048365 1048368 1043532 0 -1 4194304 220 237 0 0 0 0 0 0 20 0 1 0 196414542 10170368 671 134679101440 93932857405440 93932858484760 140728679966064 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 93932860583216 93932860630404 93932861079552 140728679969758 140728679969885 140728679969885 140728679976902 0
/proc/1048368/statm: 2483 671 593 264 0 134 0
[pid=1048373] ppid=1048368 vsize=1035048 memory=912428 CPUtime=3273.16 cores=5,7
/proc/1048373/stat : 1048373 (naps-1.02b5) R 1048368 1048368 1043532 0 -1 4194304 214220 0 0 0 326928 388 0 0 20 0 1 0 196414542 1059889152 228107 134679101440 4194304 5746509 140733686452192 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 32006144 140733686461421 140733686461535 140733686461535 140733686468553 0
/proc/1048373/statm: 258762 228107 421 379 0 258296 0
Current children cumulated CPU time: 3273.16 s
Current children cumulated vsize: 1044980 KiB
Current children cumulated memory: 915112 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.16 4.12 5/262 1050485
/proc/meminfo: memFree=120354964/131524596 swapFree=131071996/131071996
[pid=1048368] ppid=1048365 vsize=9932 memory=2684 CPUtime=0 cores=5,7
/proc/1048368/stat : 1048368 (naps-1.02b5.sh) S 1048365 1048368 1043532 0 -1 4194304 220 237 0 0 0 0 0 0 20 0 1 0 196414542 10170368 671 134679101440 93932857405440 93932858484760 140728679966064 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 93932860583216 93932860630404 93932861079552 140728679969758 140728679969885 140728679969885 140728679976902 0
/proc/1048368/statm: 2483 671 593 264 0 134 0
[pid=1048373] ppid=1048368 vsize=903740 memory=847892 CPUtime=3332.99 cores=5,7
/proc/1048373/stat : 1048373 (naps-1.02b5) R 1048368 1048368 1043532 0 -1 4194304 215259 0 0 0 332906 393 0 0 20 0 1 0 196414542 925429760 211973 134679101440 4194304 5746509 140733686452192 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 32006144 140733686461421 140733686461535 140733686461535 140733686468553 0
/proc/1048373/statm: 225935 211973 421 379 0 225469 0
Current children cumulated CPU time: 3332.99 s
Current children cumulated vsize: 913672 KiB
Current children cumulated memory: 850576 KiB

[startup+3402.3 s]
/proc/loadavg: 4.43 4.22 4.14 5/262 1050497
/proc/meminfo: memFree=120228052/131524596 swapFree=131071996/131071996
[pid=1048368] ppid=1048365 vsize=9932 memory=2684 CPUtime=0 cores=5,7
/proc/1048368/stat : 1048368 (naps-1.02b5.sh) S 1048365 1048368 1043532 0 -1 4194304 220 237 0 0 0 0 0 0 20 0 1 0 196414542 10170368 671 134679101440 93932857405440 93932858484760 140728679966064 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 93932860583216 93932860630404 93932861079552 140728679969758 140728679969885 140728679969885 140728679976902 0
/proc/1048368/statm: 2483 671 593 264 0 134 0
[pid=1048373] ppid=1048368 vsize=1037100 memory=951196 CPUtime=3392.82 cores=5,7
/proc/1048373/stat : 1048373 (naps-1.02b5) R 1048368 1048368 1043532 0 -1 4194304 216372 0 0 0 338887 395 0 0 20 0 1 0 196414542 1061990400 237799 134679101440 4194304 5746509 140733686452192 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 32006144 140733686461421 140733686461535 140733686461535 140733686468553 0
/proc/1048373/statm: 259275 237799 421 379 0 258809 0
Current children cumulated CPU time: 3392.82 s
Current children cumulated vsize: 1047032 KiB
Current children cumulated memory: 953880 KiB

[startup+3462.3 s]
/proc/loadavg: 4.28 4.22 4.14 5/262 1050507
/proc/meminfo: memFree=120241544/131524596 swapFree=131071996/131071996
[pid=1048368] ppid=1048365 vsize=9932 memory=2684 CPUtime=0 cores=5,7
/proc/1048368/stat : 1048368 (naps-1.02b5.sh) S 1048365 1048368 1043532 0 -1 4194304 220 237 0 0 0 0 0 0 20 0 1 0 196414542 10170368 671 134679101440 93932857405440 93932858484760 140728679966064 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 93932860583216 93932860630404 93932861079552 140728679969758 140728679969885 140728679969885 140728679976902 0
/proc/1048368/statm: 2483 671 593 264 0 134 0
[pid=1048373] ppid=1048368 vsize=1037500 memory=898292 CPUtime=3452.65 cores=5,7
/proc/1048373/stat : 1048373 (naps-1.02b5) R 1048368 1048368 1043532 0 -1 4194304 217721 0 0 0 344864 401 0 0 20 0 1 0 196414542 1062400000 224573 134679101440 4194304 5746509 140733686452192 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 32006144 140733686461421 140733686461535 140733686461535 140733686468553 0
/proc/1048373/statm: 259375 224573 421 379 0 258909 0
Current children cumulated CPU time: 3452.65 s
Current children cumulated vsize: 1047432 KiB
Current children cumulated memory: 900976 KiB

[startup+3522.3 s]
/proc/loadavg: 4.19 4.21 4.14 5/261 1050905
/proc/meminfo: memFree=120503000/131524596 swapFree=131071996/131071996
[pid=1048368] ppid=1048365 vsize=9932 memory=2684 CPUtime=0 cores=5,7
/proc/1048368/stat : 1048368 (naps-1.02b5.sh) S 1048365 1048368 1043532 0 -1 4194304 220 237 0 0 0 0 0 0 20 0 1 0 196414542 10170368 671 134679101440 93932857405440 93932858484760 140728679966064 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 93932860583216 93932860630404 93932861079552 140728679969758 140728679969885 140728679969885 140728679976902 0
/proc/1048368/statm: 2483 671 593 264 0 134 0
[pid=1048373] ppid=1048368 vsize=906476 memory=821948 CPUtime=3512.49 cores=5,7
/proc/1048373/stat : 1048373 (naps-1.02b5) R 1048368 1048368 1043532 0 -1 4194304 218864 0 0 0 350842 407 0 0 20 0 1 0 196414542 928231424 205487 134679101440 4194304 5746509 140733686452192 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 32006144 140733686461421 140733686461535 140733686461535 140733686468553 0
/proc/1048373/statm: 226619 205487 421 379 0 226153 0
Current children cumulated CPU time: 3512.49 s
Current children cumulated vsize: 916408 KiB
Current children cumulated memory: 824632 KiB

[startup+3582.3 s]
/proc/loadavg: 4.16 4.20 4.14 5/261 1050915
/proc/meminfo: memFree=120298300/131524596 swapFree=131071996/131071996
[pid=1048368] ppid=1048365 vsize=9932 memory=2684 CPUtime=0 cores=5,7
/proc/1048368/stat : 1048368 (naps-1.02b5.sh) S 1048365 1048368 1043532 0 -1 4194304 220 237 0 0 0 0 0 0 20 0 1 0 196414542 10170368 671 134679101440 93932857405440 93932858484760 140728679966064 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 93932860583216 93932860630404 93932861079552 140728679969758 140728679969885 140728679969885 140728679976902 0
/proc/1048368/statm: 2483 671 593 264 0 134 0
[pid=1048373] ppid=1048368 vsize=1041808 memory=947708 CPUtime=3572.32 cores=5,7
/proc/1048373/stat : 1048373 (naps-1.02b5) R 1048368 1048368 1043532 0 -1 4194304 220577 0 0 0 356822 410 0 0 20 0 1 0 196414542 1066811392 236927 134679101440 4194304 5746509 140733686452192 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 32006144 140733686461421 140733686461535 140733686461535 140733686468553 0
/proc/1048373/statm: 260452 236927 421 379 0 259986 0
Current children cumulated CPU time: 3572.32 s
Current children cumulated vsize: 1051740 KiB
Current children cumulated memory: 950392 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.11 s]
/proc/loadavg: 4.18 4.20 4.14 5/261 1050921
/proc/meminfo: memFree=120323892/131524596 swapFree=131071996/131071996
[pid=1048368] ppid=1048365 vsize=9932 memory=2684 CPUtime=0 cores=5,7
/proc/1048368/stat : 1048368 (naps-1.02b5.sh) S 1048365 1048368 1043532 0 -1 4194304 220 237 0 0 0 0 0 0 20 0 1 0 196414542 10170368 671 134679101440 93932857405440 93932858484760 140728679966064 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 93932860583216 93932860630404 93932861079552 140728679969758 140728679969885 140728679969885 140728679976902 0
/proc/1048368/statm: 2483 671 593 264 0 134 0
[pid=1048373] ppid=1048368 vsize=1042904 memory=991592 CPUtime=3600.04 cores=5,7
/proc/1048373/stat : 1048373 (naps-1.02b5) R 1048368 1048368 1043532 0 -1 4194304 221004 0 0 0 359593 411 0 0 20 0 1 0 196414542 1067933696 247898 134679101440 4194304 5746509 140733686452192 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 32006144 140733686461421 140733686461535 140733686461535 140733686468553 0
/proc/1048373/statm: 260726 247898 421 379 0 260260 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 1052836 KiB
Current children cumulated memory: 994276 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.001575 s, system=0.001288 s

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

# cumulated CPU time of all completed processes:  user=3595.94 s, system=4.12809 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+3610.11 s]
/proc/loadavg: 4.18 4.20 4.14 5/261 1050921
/proc/meminfo: memFree=120323892/131524596 swapFree=131071996/131071996
[pid=1048368] ppid=1048365 vsize=9932 memory=2684 CPUtime=0 cores=5,7
/proc/1048368/stat : 1048368 (naps-1.02b5.sh) S 1048365 1048368 1043532 0 -1 4194304 220 237 0 0 0 0 0 0 20 0 1 0 196414542 10170368 671 134679101440 93932857405440 93932858484760 140728679966064 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 93932860583216 93932860630404 93932861079552 140728679969758 140728679969885 140728679969885 140728679976902 0
/proc/1048368/statm: 2483 671 593 264 0 134 0
[pid=1048373] ppid=1048368 vsize=1042904 memory=991592 CPUtime=3600.04 cores=5,7
/proc/1048373/stat : 1048373 (naps-1.02b5) R 1048368 1048368 1043532 0 -1 4194304 221004 0 0 0 359593 411 0 0 20 0 1 0 196414542 1067933696 247898 134679101440 4194304 5746509 140733686452192 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 32006144 140733686461421 140733686461535 140733686461535 140733686468553 0
/proc/1048373/statm: 260726 247898 421 379 0 260260 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 1052836 KiB
Current children cumulated memory: 994276 KiB

Child status: 0

Real time (s): 3610.11
CPU time (s): 3600.07
CPU user time (s): 3595.94
CPU system time (s): 4.12809
CPU usage (%): 99.7217
Max. virtual memory (cumulated for all children) (KiB): 1260284
Max. memory (cumulated for all children) (KiB): 1151396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.94
system time used= 4.12809
maximum resident set size= 1148712
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 221461
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= 135
involuntary context switches= 4641


# summary of solver processes directly reported to runsolver:
#   pid: 1048368,1048373
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3595.94
#   total CPU system time (s): 4.12809

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.55795 second user time and 19.5798 second system time

The end

Launcher Data

Begin job on nodeC034 at 2024-07-20 04:27:32
IDJOB=4452521
IDBENCH=164400
IDSOLVER=3065
FILE ID=nodeC034/4452521-1721442440
RUNJOBID= nodeC034-1721435230-1043545
SLURM_JOB_ID= 7545642
Free space on /tmp= 890024 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2010/normalized-neos-952987.0.d.opb
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452521-1721442440/watcher-4452521-1721442440 -o /tmp/evaluation-result-4452521-1721442440/solver-4452521-1721442440 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1721435230-1043545 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4452521-1721442440.opb

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

MD5SUM BENCH= c2f3e0c6154609bf2d3178c0d208b6f5
RANDOM SEED=830294735

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		: 3642.545
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		: 3663.323
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		: 3600.147
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.395
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		: 3642.649
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		: 3661.641
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		: 3600.012
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		: 3657.980
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:        110413856 kB
MemAvailable:   116416368 kB
Buffers:          536524 kB
Cached:          6239212 kB
SwapCached:            0 kB
Active:          1136356 kB
Inactive:       19171108 kB
Active(anon):       1564 kB
Inactive(anon): 13576068 kB
Active(file):    1134792 kB
Inactive(file):  5595040 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              5024 kB
Writeback:             0 kB
AnonPages:      13531728 kB
Mapped:           112428 kB
Shmem:             45912 kB
KReclaimable:     225008 kB
Slab:             355848 kB
SReclaimable:     225008 kB
SUnreclaim:       130840 kB
KernelStack:        4188 kB
PageTables:        35860 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834292 kB
Committed_AS:   14159428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            73920 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1259520 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:      320212 kB
DirectMap2M:    44541952 kB
DirectMap1G:    91226112 kB

Free space on /tmp at the end= 890064 MiB
End job on nodeC034 at 2024-07-20 05:27:43