Trace number 4450931

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.08 3609.8

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size112-round23-8.opb
MD5SUM17b9f2f8b02d6ae535b4cdc282411634
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark174.43
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9488
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)400
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
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-4450931-1721420330.opb
3600.06/3609.80	c 
3600.06/3609.80	c *** TERMINATED *** by signal 15
3600.06/3609.80	s UNKNOWN
3600.06/3609.80	c _____________________________________________________________________________
3600.06/3609.80	c 
3600.06/3609.80	c std/band forms        : 0,763
3600.06/3609.80	c 2cl/3cl ITE-codings   : 0,11832
3600.06/3609.80	c BDD/srt/adr Max costs : 32,0,0
3600.06/3609.80	c BDDraw/bin/mul/srt/adr: 763,0,0,0,0
3600.06/3609.80	c BDD nodes             : 21421
3600.06/3609.80	c Es1/CC detections     : 0,0
3600.06/3609.80	c SAT/UNSAT calls       : 0,0
3600.06/3609.80	c regenrated variables  : 0
3600.06/3609.80	c restarts              : 0
3600.06/3609.80	c conflicts             : 0              (0 /sec)
3600.06/3609.80	c decisions             : 0              (0 /sec)
3600.06/3609.80	c propagations          : 0              (0 /sec)
3600.06/3609.80	c inspects              : 0              (0 /sec)
3600.06/3609.80	c CPU time (solving tm) : 3599 s        (3599 s)
3600.06/3609.80	c Time for Opt-base     : 0 s
3600.06/3609.80	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: 64059 MiB (59725 MiB free)
  memory of node 1: 64510 MiB (61171 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450931-1721420330/watcher-4450931-1721420330 -o /tmp/evaluation-result-4450931-1721420330/solver-4450931-1721420330 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721412725-1034529 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4450931-1721420330.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=1038781, runsolver pid=1038778

[startup+0.100303 s]*
/proc/loadavg: 4.37 4.28 4.18 5/245 1038786
/proc/meminfo: memFree=123796644/131655788 swapFree=131071996/131071996
[pid=1038781] ppid=1038778 vsize=9932 memory=2644 CPUtime=0 cores=4,6
/proc/1038781/stat : 1038781 (naps-1.02b5.sh) S 1038778 1038781 1034518 0 -1 4194304 215 240 0 0 0 0 0 0 20 0 1 0 194189045 10170368 661 134679101440 94427499925504 94427501004824 140726154292320 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94427503103280 94427503150468 94427529506816 140726154294238 140726154294365 140726154294365 140726154301382 0
/proc/1038781/statm: 2483 661 582 264 0 134 0
[pid=1038786] ppid=1038781 vsize=7692 memory=2656 CPUtime=0.1 cores=4,6
/proc/1038786/stat : 1038786 (naps-1.02b5) R 1038781 1038781 1034518 0 -1 4194304 365 0 0 0 10 0 0 0 20 0 1 0 194189045 7876608 664 134679101440 4194304 5746509 140723860149296 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28119040 140723860157421 140723860157535 140723860157535 140723860164553 0
/proc/1038786/statm: 1923 664 405 379 0 1457 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 17624 KiB
Current children cumulated memory: 5300 KiB

[startup+0.213599 s]*
/proc/loadavg: 4.37 4.28 4.18 5/245 1038786
/proc/meminfo: memFree=123791624/131655788 swapFree=131071996/131071996
[pid=1038781] ppid=1038778 vsize=9932 memory=2644 CPUtime=0 cores=4,6
/proc/1038781/stat : 1038781 (naps-1.02b5.sh) S 1038778 1038781 1034518 0 -1 4194304 215 240 0 0 0 0 0 0 20 0 1 0 194189045 10170368 661 134679101440 94427499925504 94427501004824 140726154292320 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94427503103280 94427503150468 94427529506816 140726154294238 140726154294365 140726154294365 140726154301382 0
/proc/1038781/statm: 2483 661 582 264 0 134 0
[pid=1038786] ppid=1038781 vsize=12032 memory=7288 CPUtime=0.21 cores=4,6
/proc/1038786/stat : 1038786 (naps-1.02b5) R 1038781 1038781 1034518 0 -1 4194304 1533 0 0 0 21 0 0 0 20 0 1 0 194189045 12320768 1822 134679101440 4194304 5746509 140723860149296 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28119040 140723860157421 140723860157535 140723860157535 140723860164553 0
/proc/1038786/statm: 3008 1822 421 379 0 2542 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 21964 KiB
Current children cumulated memory: 9932 KiB

[startup+0.313303 s]*
/proc/loadavg: 4.37 4.28 4.18 5/245 1038786
/proc/meminfo: memFree=123782412/131655788 swapFree=131071996/131071996
[pid=1038781] ppid=1038778 vsize=9932 memory=2644 CPUtime=0 cores=4,6
/proc/1038781/stat : 1038781 (naps-1.02b5.sh) S 1038778 1038781 1034518 0 -1 4194304 215 240 0 0 0 0 0 0 20 0 1 0 194189045 10170368 661 134679101440 94427499925504 94427501004824 140726154292320 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94427503103280 94427503150468 94427529506816 140726154294238 140726154294365 140726154294365 140726154301382 0
/proc/1038781/statm: 2483 661 582 264 0 134 0
[pid=1038786] ppid=1038781 vsize=19036 memory=16176 CPUtime=0.31 cores=4,6
/proc/1038786/stat : 1038786 (naps-1.02b5) R 1038781 1038781 1034518 0 -1 4194304 3269 0 0 0 31 0 0 0 20 0 1 0 194189045 19492864 4044 134679101440 4194304 5746509 140723860149296 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28119040 140723860157421 140723860157535 140723860157535 140723860164553 0
/proc/1038786/statm: 4759 4044 421 379 0 4293 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 28968 KiB
Current children cumulated memory: 18820 KiB

[startup+0.700435 s]
/proc/loadavg: 4.37 4.28 4.18 5/245 1038786
/proc/meminfo: memFree=123781740/131655788 swapFree=131071996/131071996
[pid=1038781] ppid=1038778 vsize=9932 memory=2644 CPUtime=0 cores=4,6
/proc/1038781/stat : 1038781 (naps-1.02b5.sh) S 1038778 1038781 1034518 0 -1 4194304 215 240 0 0 0 0 0 0 20 0 1 0 194189045 10170368 661 134679101440 94427499925504 94427501004824 140726154292320 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94427503103280 94427503150468 94427529506816 140726154294238 140726154294365 140726154294365 140726154301382 0
/proc/1038781/statm: 2483 661 582 264 0 134 0
[pid=1038786] ppid=1038781 vsize=19504 memory=16704 CPUtime=0.68 cores=4,6
/proc/1038786/stat : 1038786 (naps-1.02b5) R 1038781 1038781 1034518 0 -1 4194304 3384 0 0 0 68 0 0 0 20 0 1 0 194189045 19972096 4176 134679101440 4194304 5746509 140723860149296 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28119040 140723860157421 140723860157535 140723860157535 140723860164553 0
/proc/1038786/statm: 4876 4176 421 379 0 4410 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 29436 KiB
Current children cumulated memory: 19348 KiB

[startup+1.50041 s]
/proc/loadavg: 4.37 4.28 4.18 5/245 1038786
/proc/meminfo: memFree=123776636/131655788 swapFree=131071996/131071996
[pid=1038781] ppid=1038778 vsize=9932 memory=2644 CPUtime=0 cores=4,6
/proc/1038781/stat : 1038781 (naps-1.02b5.sh) S 1038778 1038781 1034518 0 -1 4194304 215 240 0 0 0 0 0 0 20 0 1 0 194189045 10170368 661 134679101440 94427499925504 94427501004824 140726154292320 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94427503103280 94427503150468 94427529506816 140726154294238 140726154294365 140726154294365 140726154301382 0
/proc/1038781/statm: 2483 661 582 264 0 134 0
[pid=1038786] ppid=1038781 vsize=18424 memory=16432 CPUtime=1.48 cores=4,6
/proc/1038786/stat : 1038786 (naps-1.02b5) R 1038781 1038781 1034518 0 -1 4194304 4055 0 0 0 148 0 0 0 20 0 1 0 194189045 18866176 4108 134679101440 4194304 5746509 140723860149296 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28119040 140723860157421 140723860157535 140723860157535 140723860164553 0
/proc/1038786/statm: 4606 4108 421 379 0 4140 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 28356 KiB
Current children cumulated memory: 19076 KiB

[startup+3.11314 s]
/proc/loadavg: 4.34 4.27 4.18 5/245 1038786
/proc/meminfo: memFree=123766488/131655788 swapFree=131071996/131071996
[pid=1038781] ppid=1038778 vsize=9932 memory=2644 CPUtime=0 cores=4,6
/proc/1038781/stat : 1038781 (naps-1.02b5.sh) S 1038778 1038781 1034518 0 -1 4194304 215 240 0 0 0 0 0 0 20 0 1 0 194189045 10170368 661 134679101440 94427499925504 94427501004824 140726154292320 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94427503103280 94427503150468 94427529506816 140726154294238 140726154294365 140726154294365 140726154301382 0
/proc/1038781/statm: 2483 661 582 264 0 134 0
[pid=1038786] ppid=1038781 vsize=23516 memory=21092 CPUtime=3.08 cores=4,6
/proc/1038786/stat : 1038786 (naps-1.02b5) R 1038781 1038781 1034518 0 -1 4194304 5049 0 0 0 308 0 0 0 20 0 1 0 194189045 24080384 5273 134679101440 4194304 5746509 140723860149296 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28119040 140723860157421 140723860157535 140723860157535 140723860164553 0
/proc/1038786/statm: 5879 5273 421 379 0 5413 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 33448 KiB
Current children cumulated memory: 23736 KiB

[startup+6.30038 s]
/proc/loadavg: 4.34 4.27 4.18 5/245 1038788
/proc/meminfo: memFree=123752520/131655788 swapFree=131071996/131071996
[pid=1038781] ppid=1038778 vsize=9932 memory=2644 CPUtime=0 cores=4,6
/proc/1038781/stat : 1038781 (naps-1.02b5.sh) S 1038778 1038781 1034518 0 -1 4194304 215 240 0 0 0 0 0 0 20 0 1 0 194189045 10170368 661 134679101440 94427499925504 94427501004824 140726154292320 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94427503103280 94427503150468 94427529506816 140726154294238 140726154294365 140726154294365 140726154301382 0
/proc/1038781/statm: 2483 661 582 264 0 134 0
[pid=1038786] ppid=1038781 vsize=28912 memory=27344 CPUtime=6.27 cores=4,6
/proc/1038786/stat : 1038786 (naps-1.02b5) R 1038781 1038781 1034518 0 -1 4194304 6071 0 0 0 626 1 0 0 20 0 1 0 194189045 29605888 6836 134679101440 4194304 5746509 140723860149296 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28119040 140723860157421 140723860157535 140723860157535 140723860164553 0
/proc/1038786/statm: 7228 6836 421 379 0 6762 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 38844 KiB
Current children cumulated memory: 29988 KiB

[startup+12.7004 s]
/proc/loadavg: 4.31 4.27 4.18 5/245 1038789
/proc/meminfo: memFree=123788908/131655788 swapFree=131071996/131071996
[pid=1038781] ppid=1038778 vsize=9932 memory=2644 CPUtime=0 cores=4,6
/proc/1038781/stat : 1038781 (naps-1.02b5.sh) S 1038778 1038781 1034518 0 -1 4194304 215 240 0 0 0 0 0 0 20 0 1 0 194189045 10170368 661 134679101440 94427499925504 94427501004824 140726154292320 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94427503103280 94427503150468 94427529506816 140726154294238 140726154294365 140726154294365 140726154301382 0
/proc/1038781/statm: 2483 661 582 264 0 134 0
[pid=1038786] ppid=1038781 vsize=26192 memory=22688 CPUtime=12.65 cores=4,6
/proc/1038786/stat : 1038786 (naps-1.02b5) R 1038781 1038781 1034518 0 -1 4194304 6991 0 0 0 1264 1 0 0 20 0 1 0 194189045 26820608 5672 134679101440 4194304 5746509 140723860149296 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28119040 140723860157421 140723860157535 140723860157535 140723860164553 0
/proc/1038786/statm: 6548 5672 421 379 0 6082 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 36124 KiB
Current children cumulated memory: 25332 KiB

[startup+25.5004 s]
/proc/loadavg: 4.32 4.27 4.18 5/245 1038792
/proc/meminfo: memFree=123725352/131655788 swapFree=131071996/131071996
[pid=1038781] ppid=1038778 vsize=9932 memory=2644 CPUtime=0 cores=4,6
/proc/1038781/stat : 1038781 (naps-1.02b5.sh) S 1038778 1038781 1034518 0 -1 4194304 215 240 0 0 0 0 0 0 20 0 1 0 194189045 10170368 661 134679101440 94427499925504 94427501004824 140726154292320 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94427503103280 94427503150468 94427529506816 140726154294238 140726154294365 140726154294365 140726154301382 0
/proc/1038781/statm: 2483 661 582 264 0 134 0
[pid=1038786] ppid=1038781 vsize=38000 memory=35560 CPUtime=25.41 cores=4,6
/proc/1038786/stat : 1038786 (naps-1.02b5) R 1038781 1038781 1034518 0 -1 4194304 7641 0 0 0 2540 1 0 0 20 0 1 0 194189045 38912000 8890 134679101440 4194304 5746509 140723860149296 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28119040 140723860157421 140723860157535 140723860157535 140723860164553 0
/proc/1038786/statm: 9500 8890 421 379 0 9034 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 47932 KiB
Current children cumulated memory: 38204 KiB

[startup+51.1134 s]
/proc/loadavg: 4.27 4.26 4.18 5/245 1038795
/proc/meminfo: memFree=123702868/131655788 swapFree=131071996/131071996
[pid=1038781] ppid=1038778 vsize=9932 memory=2644 CPUtime=0 cores=4,6
/proc/1038781/stat : 1038781 (naps-1.02b5.sh) S 1038778 1038781 1034518 0 -1 4194304 215 240 0 0 0 0 0 0 20 0 1 0 194189045 10170368 661 134679101440 94427499925504 94427501004824 140726154292320 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94427503103280 94427503150468 94427529506816 140726154294238 140726154294365 140726154294365 140726154301382 0
/proc/1038781/statm: 2483 661 582 264 0 134 0
[pid=1038786] ppid=1038781 vsize=56676 memory=55260 CPUtime=50.95 cores=4,6
/proc/1038786/stat : 1038786 (naps-1.02b5) R 1038781 1038781 1034518 0 -1 4194304 8896 0 0 0 5092 3 0 0 20 0 1 0 194189045 58036224 13815 134679101440 4194304 5746509 140723860149296 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28119040 140723860157421 140723860157535 140723860157535 140723860164553 0
/proc/1038786/statm: 14169 13815 421 379 0 13703 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 66608 KiB
Current children cumulated memory: 57904 KiB

[startup+102.3 s]
/proc/loadavg: 4.17 4.24 4.18 5/247 1038807
/proc/meminfo: memFree=123729604/131655788 swapFree=131071996/131071996
[pid=1038781] ppid=1038778 vsize=9932 memory=2644 CPUtime=0 cores=4,6
/proc/1038781/stat : 1038781 (naps-1.02b5.sh) S 1038778 1038781 1034518 0 -1 4194304 215 240 0 0 0 0 0 0 20 0 1 0 194189045 10170368 661 134679101440 94427499925504 94427501004824 140726154292320 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94427503103280 94427503150468 94427529506816 140726154294238 140726154294365 140726154294365 140726154301382 0
/proc/1038781/statm: 2483 661 582 264 0 134 0
[pid=1038786] ppid=1038781 vsize=75532 memory=73940 CPUtime=101.99 cores=4,6
/proc/1038786/stat : 1038786 (naps-1.02b5) R 1038781 1038781 1034518 0 -1 4194304 9787 0 0 0 10195 4 0 0 20 0 1 0 194189045 77344768 18485 134679101440 4194304 5746509 140723860149296 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28119040 140723860157421 140723860157535 140723860157535 140723860164553 0
/proc/1038786/statm: 18883 18485 421 379 0 18417 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 85464 KiB
Current children cumulated memory: 76584 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.21 4.17 5/247 1038817
/proc/meminfo: memFree=123662404/131655788 swapFree=131071996/131071996
[pid=1038781] ppid=1038778 vsize=9932 memory=2644 CPUtime=0 cores=4,6
/proc/1038781/stat : 1038781 (naps-1.02b5.sh) S 1038778 1038781 1034518 0 -1 4194304 215 240 0 0 0 0 0 0 20 0 1 0 194189045 10170368 661 134679101440 94427499925504 94427501004824 140726154292320 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94427503103280 94427503150468 94427529506816 140726154294238 140726154294365 140726154294365 140726154301382 0
/proc/1038781/statm: 2483 661 582 264 0 134 0
[pid=1038786] ppid=1038781 vsize=88940 memory=87052 CPUtime=161.82 cores=4,6
/proc/1038786/stat : 1038786 (naps-1.02b5) R 1038781 1038781 1034518 0 -1 4194304 10082 0 0 0 16178 4 0 0 20 0 1 0 194189045 91074560 21763 134679101440 4194304 5746509 140723860149296 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28119040 140723860157421 140723860157535 140723860157535 140723860164553 0
/proc/1038786/statm: 22235 21763 421 379 0 21769 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 98872 KiB
Current children cumulated memory: 89696 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.18 4.16 5/247 1038828
/proc/meminfo: memFree=123660276/131655788 swapFree=131071996/131071996
[pid=1038781] ppid=1038778 vsize=9932 memory=2644 CPUtime=0 cores=4,6
/proc/1038781/stat : 1038781 (naps-1.02b5.sh) S 1038778 1038781 1034518 0 -1 4194304 215 240 0 0 0 0 0 0 20 0 1 0 194189045 10170368 661 134679101440 94427499925504 94427501004824 140726154292320 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94427503103280 94427503150468 94427529506816 140726154294238 140726154294365 140726154294365 140726154301382 0
/proc/1038781/statm: 2483 661 582 264 0 134 0
[pid=1038786] ppid=1038781 vsize=138260 memory=119620 CPUtime=221.66 cores=4,6
/proc/1038786/stat : 1038786 (naps-1.02b5) R 1038781 1038781 1034518 0 -1 4194304 11785 0 0 0 22159 7 0 0 20 0 1 0 194189045 141578240 29905 134679101440 4194304 5746509 140723860149296 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28119040 140723860157421 140723860157535 140723860157535 140723860164553 0
/proc/1038786/statm: 34565 29905 421 379 0 34099 0
Current children cumulated CPU time: 221.66 s

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

/proc/loadavg: 3.39 3.48 3.79 4/237 1040888
/proc/meminfo: memFree=123701108/131655788 swapFree=131071996/131071996
[pid=1038781] ppid=1038778 vsize=9932 memory=2644 CPUtime=0 cores=4,6
/proc/1038781/stat : 1038781 (naps-1.02b5.sh) S 1038778 1038781 1034518 0 -1 4194304 215 240 0 0 0 0 0 0 20 0 1 0 194189045 10170368 661 134679101440 94427499925504 94427501004824 140726154292320 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94427503103280 94427503150468 94427529506816 140726154294238 140726154294365 140726154294365 140726154301382 0
/proc/1038781/statm: 2483 661 582 264 0 134 0
[pid=1038786] ppid=1038781 vsize=219168 memory=178512 CPUtime=3034.11 cores=4,6
/proc/1038786/stat : 1038786 (naps-1.02b5) R 1038781 1038781 1034518 0 -1 4194304 58009 0 0 0 303312 99 0 0 20 0 1 0 194189045 224428032 44628 134679101440 4194304 5746509 140723860149296 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28119040 140723860157421 140723860157535 140723860157535 140723860164553 0
/proc/1038786/statm: 54792 44628 421 379 0 54326 0
Current children cumulated CPU time: 3034.11 s
Current children cumulated vsize: 229100 KiB
Current children cumulated memory: 181156 KiB

[startup+3102.3 s]
/proc/loadavg: 3.24 3.42 3.75 4/240 1040903
/proc/meminfo: memFree=123774560/131655788 swapFree=131071996/131071996
[pid=1038781] ppid=1038778 vsize=9932 memory=2644 CPUtime=0 cores=4,6
/proc/1038781/stat : 1038781 (naps-1.02b5.sh) S 1038778 1038781 1034518 0 -1 4194304 215 240 0 0 0 0 0 0 20 0 1 0 194189045 10170368 661 134679101440 94427499925504 94427501004824 140726154292320 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94427503103280 94427503150468 94427529506816 140726154294238 140726154294365 140726154294365 140726154301382 0
/proc/1038781/statm: 2483 661 582 264 0 134 0
[pid=1038786] ppid=1038781 vsize=88940 memory=87608 CPUtime=3093.95 cores=4,6
/proc/1038786/stat : 1038786 (naps-1.02b5) R 1038781 1038781 1034518 0 -1 4194304 58082 0 0 0 309295 100 0 0 20 0 1 0 194189045 91074560 21902 134679101440 4194304 5746509 140723860149296 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28119040 140723860157421 140723860157535 140723860157535 140723860164553 0
/proc/1038786/statm: 22235 21902 421 379 0 21769 0
Current children cumulated CPU time: 3093.95 s
Current children cumulated vsize: 98872 KiB
Current children cumulated memory: 90252 KiB

[startup+3162.3 s]
/proc/loadavg: 3.20 3.38 3.71 4/240 1040913
/proc/meminfo: memFree=123734420/131655788 swapFree=131071996/131071996
[pid=1038781] ppid=1038778 vsize=9932 memory=2644 CPUtime=0 cores=4,6
/proc/1038781/stat : 1038781 (naps-1.02b5.sh) S 1038778 1038781 1034518 0 -1 4194304 215 240 0 0 0 0 0 0 20 0 1 0 194189045 10170368 661 134679101440 94427499925504 94427501004824 140726154292320 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94427503103280 94427503150468 94427529506816 140726154294238 140726154294365 140726154294365 140726154301382 0
/proc/1038781/statm: 2483 661 582 264 0 134 0
[pid=1038786] ppid=1038781 vsize=169080 memory=167276 CPUtime=3153.8 cores=4,6
/proc/1038786/stat : 1038786 (naps-1.02b5) R 1038781 1038781 1034518 0 -1 4194304 59130 0 0 0 315278 102 0 0 20 0 1 0 194189045 173137920 41819 134679101440 4194304 5746509 140723860149296 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28119040 140723860157421 140723860157535 140723860157535 140723860164553 0
/proc/1038786/statm: 42270 41819 421 379 0 41804 0
Current children cumulated CPU time: 3153.8 s
Current children cumulated vsize: 179012 KiB
Current children cumulated memory: 169920 KiB

[startup+3222.3 s]
/proc/loadavg: 3.07 3.30 3.66 3/232 1040955
/proc/meminfo: memFree=123806504/131655788 swapFree=131071996/131071996
[pid=1038781] ppid=1038778 vsize=9932 memory=2644 CPUtime=0 cores=4,6
/proc/1038781/stat : 1038781 (naps-1.02b5.sh) S 1038778 1038781 1034518 0 -1 4194304 215 240 0 0 0 0 0 0 20 0 1 0 194189045 10170368 661 134679101440 94427499925504 94427501004824 140726154292320 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94427503103280 94427503150468 94427529506816 140726154294238 140726154294365 140726154294365 140726154301382 0
/proc/1038781/statm: 2483 661 582 264 0 134 0
[pid=1038786] ppid=1038781 vsize=219168 memory=209440 CPUtime=3213.64 cores=4,6
/proc/1038786/stat : 1038786 (naps-1.02b5) R 1038781 1038781 1034518 0 -1 4194304 59491 0 0 0 321260 104 0 0 20 0 1 0 194189045 224428032 52360 134679101440 4194304 5746509 140723860149296 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28119040 140723860157421 140723860157535 140723860157535 140723860164553 0
/proc/1038786/statm: 54792 52360 421 379 0 54326 0
Current children cumulated CPU time: 3213.64 s
Current children cumulated vsize: 229100 KiB
Current children cumulated memory: 212084 KiB

[startup+3282.3 s]
/proc/loadavg: 2.49 3.09 3.57 3/232 1040965
/proc/meminfo: memFree=123926760/131655788 swapFree=131071996/131071996
[pid=1038781] ppid=1038778 vsize=9932 memory=2644 CPUtime=0 cores=4,6
/proc/1038781/stat : 1038781 (naps-1.02b5.sh) S 1038778 1038781 1034518 0 -1 4194304 215 240 0 0 0 0 0 0 20 0 1 0 194189045 10170368 661 134679101440 94427499925504 94427501004824 140726154292320 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94427503103280 94427503150468 94427529506816 140726154294238 140726154294365 140726154294365 140726154301382 0
/proc/1038781/statm: 2483 661 582 264 0 134 0
[pid=1038786] ppid=1038781 vsize=169080 memory=150692 CPUtime=3273.48 cores=4,6
/proc/1038786/stat : 1038786 (naps-1.02b5) R 1038781 1038781 1034518 0 -1 4194304 60889 0 0 0 327242 106 0 0 20 0 1 0 194189045 173137920 37673 134679101440 4194304 5746509 140723860149296 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28119040 140723860157421 140723860157535 140723860157535 140723860164553 0
/proc/1038786/statm: 42270 37673 421 379 0 41804 0
Current children cumulated CPU time: 3273.48 s
Current children cumulated vsize: 179012 KiB
Current children cumulated memory: 153336 KiB

[startup+3342.3 s]
/proc/loadavg: 2.22 2.91 3.47 3/232 1040975
/proc/meminfo: memFree=123857532/131655788 swapFree=131071996/131071996
[pid=1038781] ppid=1038778 vsize=9932 memory=2644 CPUtime=0 cores=4,6
/proc/1038781/stat : 1038781 (naps-1.02b5.sh) S 1038778 1038781 1034518 0 -1 4194304 215 240 0 0 0 0 0 0 20 0 1 0 194189045 10170368 661 134679101440 94427499925504 94427501004824 140726154292320 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94427503103280 94427503150468 94427529506816 140726154294238 140726154294365 140726154294365 140726154301382 0
/proc/1038781/statm: 2483 661 582 264 0 134 0
[pid=1038786] ppid=1038781 vsize=219168 memory=197152 CPUtime=3333.33 cores=4,6
/proc/1038786/stat : 1038786 (naps-1.02b5) R 1038781 1038781 1034518 0 -1 4194304 61246 0 0 0 333226 107 0 0 20 0 1 0 194189045 224428032 49288 134679101440 4194304 5746509 140723860149296 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28119040 140723860157421 140723860157535 140723860157535 140723860164553 0
/proc/1038786/statm: 54792 49288 421 379 0 54326 0
Current children cumulated CPU time: 3333.33 s
Current children cumulated vsize: 229100 KiB
Current children cumulated memory: 199796 KiB

[startup+3402.3 s]
/proc/loadavg: 2.11 2.75 3.38 3/229 1040986
/proc/meminfo: memFree=123910200/131655788 swapFree=131071996/131071996
[pid=1038781] ppid=1038778 vsize=9932 memory=2644 CPUtime=0 cores=4,6
/proc/1038781/stat : 1038781 (naps-1.02b5.sh) S 1038778 1038781 1034518 0 -1 4194304 215 240 0 0 0 0 0 0 20 0 1 0 194189045 10170368 661 134679101440 94427499925504 94427501004824 140726154292320 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94427503103280 94427503150468 94427529506816 140726154294238 140726154294365 140726154294365 140726154301382 0
/proc/1038781/statm: 2483 661 582 264 0 134 0
[pid=1038786] ppid=1038781 vsize=138260 memory=129976 CPUtime=3393.16 cores=4,6
/proc/1038786/stat : 1038786 (naps-1.02b5) R 1038781 1038781 1034518 0 -1 4194304 62235 0 0 0 339207 109 0 0 20 0 1 0 194189045 141578240 32494 134679101440 4194304 5746509 140723860149296 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28119040 140723860157421 140723860157535 140723860157535 140723860164553 0
/proc/1038786/statm: 34565 32494 421 379 0 34099 0
Current children cumulated CPU time: 3393.16 s
Current children cumulated vsize: 148192 KiB
Current children cumulated memory: 132620 KiB

[startup+3462.3 s]
/proc/loadavg: 2.09 2.63 3.30 3/229 1040997
/proc/meminfo: memFree=123850872/131655788 swapFree=131071996/131071996
[pid=1038781] ppid=1038778 vsize=9932 memory=2644 CPUtime=0 cores=4,6
/proc/1038781/stat : 1038781 (naps-1.02b5.sh) S 1038778 1038781 1034518 0 -1 4194304 215 240 0 0 0 0 0 0 20 0 1 0 194189045 10170368 661 134679101440 94427499925504 94427501004824 140726154292320 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94427503103280 94427503150468 94427529506816 140726154294238 140726154294365 140726154294365 140726154301382 0
/proc/1038781/statm: 2483 661 582 264 0 134 0
[pid=1038786] ppid=1038781 vsize=219168 memory=182816 CPUtime=3452.99 cores=4,6
/proc/1038786/stat : 1038786 (naps-1.02b5) R 1038781 1038781 1034518 0 -1 4194304 63166 0 0 0 345189 110 0 0 20 0 1 0 194189045 224428032 45704 134679101440 4194304 5746509 140723860149296 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28119040 140723860157421 140723860157535 140723860157535 140723860164553 0
/proc/1038786/statm: 54792 45704 421 379 0 54326 0
Current children cumulated CPU time: 3452.99 s
Current children cumulated vsize: 229100 KiB
Current children cumulated memory: 185460 KiB

[startup+3522.3 s]
/proc/loadavg: 2.15 2.54 3.22 3/229 1041007
/proc/meminfo: memFree=123799420/131655788 swapFree=131071996/131071996
[pid=1038781] ppid=1038778 vsize=9932 memory=2644 CPUtime=0 cores=4,6
/proc/1038781/stat : 1038781 (naps-1.02b5.sh) S 1038778 1038781 1034518 0 -1 4194304 215 240 0 0 0 0 0 0 20 0 1 0 194189045 10170368 661 134679101440 94427499925504 94427501004824 140726154292320 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94427503103280 94427503150468 94427529506816 140726154294238 140726154294365 140726154294365 140726154301382 0
/proc/1038781/statm: 2483 661 582 264 0 134 0
[pid=1038786] ppid=1038781 vsize=300556 memory=221720 CPUtime=3512.82 cores=4,6
/proc/1038786/stat : 1038786 (naps-1.02b5) R 1038781 1038781 1034518 0 -1 4194304 63743 0 0 0 351171 111 0 0 20 0 1 0 194189045 307769344 55430 134679101440 4194304 5746509 140723860149296 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28119040 140723860157421 140723860157535 140723860157535 140723860164553 0
/proc/1038786/statm: 75139 55430 421 379 0 74673 0
Current children cumulated CPU time: 3512.82 s
Current children cumulated vsize: 310488 KiB
Current children cumulated memory: 224364 KiB

[startup+3582.3 s]
/proc/loadavg: 2.12 2.46 3.15 3/229 1041017
/proc/meminfo: memFree=123857784/131655788 swapFree=131071996/131071996
[pid=1038781] ppid=1038778 vsize=9932 memory=2644 CPUtime=0 cores=4,6
/proc/1038781/stat : 1038781 (naps-1.02b5.sh) S 1038778 1038781 1034518 0 -1 4194304 215 240 0 0 0 0 0 0 20 0 1 0 194189045 10170368 661 134679101440 94427499925504 94427501004824 140726154292320 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94427503103280 94427503150468 94427529506816 140726154294238 140726154294365 140726154294365 140726154301382 0
/proc/1038781/statm: 2483 661 582 264 0 134 0
[pid=1038786] ppid=1038781 vsize=169080 memory=163180 CPUtime=3572.65 cores=4,6
/proc/1038786/stat : 1038786 (naps-1.02b5) R 1038781 1038781 1034518 0 -1 4194304 64798 0 0 0 357152 113 0 0 20 0 1 0 194189045 173137920 40795 134679101440 4194304 5746509 140723860149296 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28119040 140723860157421 140723860157535 140723860157535 140723860164553 0
/proc/1038786/statm: 42270 40795 421 379 0 41804 0
Current children cumulated CPU time: 3572.65 s
Current children cumulated vsize: 179012 KiB
Current children cumulated memory: 165824 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.8 s]
/proc/loadavg: 2.07 2.41 3.11 3/229 1041022
/proc/meminfo: memFree=123893392/131655788 swapFree=131071996/131071996
[pid=1038781] ppid=1038778 vsize=9932 memory=2644 CPUtime=0 cores=4,6
/proc/1038781/stat : 1038781 (naps-1.02b5.sh) S 1038778 1038781 1034518 0 -1 4194304 215 240 0 0 0 0 0 0 20 0 1 0 194189045 10170368 661 134679101440 94427499925504 94427501004824 140726154292320 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94427503103280 94427503150468 94427529506816 140726154294238 140726154294365 140726154294365 140726154301382 0
/proc/1038781/statm: 2483 661 582 264 0 134 0
[pid=1038786] ppid=1038781 vsize=219168 memory=184656 CPUtime=3600.06 cores=4,6
/proc/1038786/stat : 1038786 (naps-1.02b5) R 1038781 1038781 1034518 0 -1 4194304 65109 0 0 0 359893 113 0 0 20 0 1 0 194189045 224428032 46164 134679101440 4194304 5746509 140723860149296 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28119040 140723860157421 140723860157535 140723860157535 140723860164553 0
/proc/1038786/statm: 54792 46164 421 379 0 54326 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 229100 KiB
Current children cumulated memory: 187300 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3598.94 s, system=1.1422 s

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

Child status: 0

Real time (s): 3609.8
CPU time (s): 3600.08
CPU user time (s): 3598.94
CPU system time (s): 1.1422
CPU usage (%): 99.7308
Max. virtual memory (cumulated for all children) (KiB): 310488
Max. memory (cumulated for all children) (KiB): 228460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.94
system time used= 1.1422
maximum resident set size= 225816
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65579
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= 35
involuntary context switches= 3703


# summary of solver processes directly reported to runsolver:
#   pid: 1038781
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3598.94
#   total CPU system time (s): 1.1422

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.9149 second user time and 37.034 second system time

The end

Launcher Data

Begin job on nodeC003 at 2024-07-19 22:19:01
IDJOB=4450931
IDBENCH=162315
IDSOLVER=3065
FILE ID=nodeC003/4450931-1721420330
RUNJOBID= nodeC003-1721412725-1034529
SLURM_JOB_ID= 7545486
Free space on /tmp= 723768 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size112-round23-8.opb
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450931-1721420330/watcher-4450931-1721420330 -o /tmp/evaluation-result-4450931-1721420330/solver-4450931-1721420330 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721412725-1034529 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4450931-1721420330.opb

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

MD5SUM BENCH= 17b9f2f8b02d6ae535b4cdc282411634
RANDOM SEED=1434167500

nodeC003.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	: 0xb00001f
cpu MHz		: 3514.907
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3561.656
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.372
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.246
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.907
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3548.305
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.219
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.230
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        123798224 kB
MemAvailable:   129424240 kB
Buffers:          545568 kB
Cached:          5863156 kB
SwapCached:            0 kB
Active:          1035620 kB
Inactive:        6133068 kB
Active(anon):       1508 kB
Inactive(anon):   804348 kB
Active(file):    1034112 kB
Inactive(file):  5328720 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              4336 kB
Writeback:             0 kB
AnonPages:        759968 kB
Mapped:           113040 kB
Shmem:             45896 kB
KReclaimable:     206428 kB
Slab:             322080 kB
SReclaimable:     206428 kB
SUnreclaim:       115652 kB
KernelStack:        3984 kB
PageTables:        10944 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    1183824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            59072 kB
HardwareCorrupted:     0 kB
AnonHugePages:    638976 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:      275272 kB
DirectMap2M:    31086592 kB
DirectMap1G:    104857600 kB

Free space on /tmp at the end= 723776 MiB
End job on nodeC003 at 2024-07-19 23:19:11