Trace number 4443108

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-GM 1.03? (TO) 3600.11 3611.21

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
prestwich/robin/normalized-robin16.opb
MD5SUMc646e12ccfd746fe0694a48782eaf83d
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 benchmark80.654
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables14400
Total number of constraints1088
Number of constraints which are clauses480
Number of constraints which are cardinality constraints (but not clauses)608
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint120
Maximum length of a constraint225
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 227
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c NaPS 1.03.
0.00/0.00	c We set -no-flip-min because your selected sat solver does not support it.
0.00/0.00	c Input file name: HOME/instance-4443108-1721312631.opb
3600.08/3611.20	c 
3600.08/3611.20	c *** TERMINATED *** by signal 15
3600.08/3611.20	s UNKNOWN
3600.08/3611.20	c _____________________________________________________________________________
3600.08/3611.20	c std/band forms        : 608,0
3600.08/3611.20	c 2cl/3cl ITE-codings   : 0,0
3600.08/3611.20	c BDD/srt/adr Max costs : 0,6490,0
3600.08/3611.20	c BDDraw/bin/mul/srt/adr: 0,0,0,608,0
3600.08/3611.20	c BDD nodes             : 0
3600.08/3611.20	c Es1/CC detections     : 0,0
3600.08/3611.20	c CC sort               : 608
3600.08/3611.20	c SAT/UNSAT calls       : 0,0
3600.08/3611.20	c regenrated variables  : 0
3600.08/3611.20	c eliminated fixed lits : 0
3600.08/3611.20	c goal lit flips        : 0
3600.08/3611.20	c goal stages           : 0
3600.08/3611.20	c goal shrink           : 0
3600.08/3611.20	c goal coeff separations: 0
3600.08/3611.20	c restarts              : 0
3600.08/3611.20	c conflicts             : 0              (0 /sec)
3600.08/3611.20	c decisions             : 0              (0 /sec)
3600.08/3611.20	c propagations          : 0              (0 /sec)
3600.08/3611.20	c inspects              : 0              (0 /sec)
3600.08/3611.20	c CPU time (solving tm) : 3598 s        (3596 s, SAT 0 s, UNSAT 0 s)
3600.08/3611.20	c Time for Opt-base     : 0.01679 s
3600.08/3611.20	c Steps for Opt-base    : 0
3600.08/3611.20	c Time for BDD coding   : 0 s
3600.08/3611.20	c Time for srt coding   : 0.5494 s
3600.08/3611.20	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 (57968 MiB free)
  memory of node 1: 64510 MiB (60547 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4443108-1721312631/watcher-4443108-1721312631 -o /tmp/evaluation-result-4443108-1721312631/solver-4443108-1721312631 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721305421-949652 --watchdog 3760 HOME/naps-1.03.sh -GM HOME/instance-4443108-1721312631.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=953831, runsolver pid=953828

[startup+0.100106 s]*
/proc/loadavg: 4.17 4.28 4.22 5/248 953836
/proc/meminfo: memFree=121343740/131655788 swapFree=131071996/131071996
[pid=953831] ppid=953828 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/953831/stat : 953831 (naps-1.03.sh) S 953828 953831 949639 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183419255 10170368 653 134679101440 94836421816320 94836422895640 140733437040336 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94836424994096 94836425041284 94836431650816 140733437043679 140733437043808 140733437043808 140733437050824 0
/proc/953831/statm: 2483 653 574 264 0 134 0
[pid=953836] ppid=953831 vsize=15856 memory=8644 CPUtime=0.1 cores=5,7
/proc/953836/stat : 953836 (naps-1.03) R 953831 953831 949639 0 -1 4194304 1855 0 0 0 10 0 0 0 20 0 1 0 183419256 16236544 2161 134679101440 4194304 6891213 140727613425456 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 29908992 140727613432816 140727613432932 140727613432932 140727613439947 0
/proc/953836/statm: 3964 2161 436 659 0 3168 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 25788 KiB
Current children cumulated memory: 11256 KiB

[startup+0.214004 s]*
/proc/loadavg: 4.17 4.28 4.22 5/248 953836
/proc/meminfo: memFree=121339624/131655788 swapFree=131071996/131071996
[pid=953831] ppid=953828 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/953831/stat : 953831 (naps-1.03.sh) S 953828 953831 949639 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183419255 10170368 653 134679101440 94836421816320 94836422895640 140733437040336 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94836424994096 94836425041284 94836431650816 140733437043679 140733437043808 140733437043808 140733437050824 0
/proc/953831/statm: 2483 653 574 264 0 134 0
[pid=953836] ppid=953831 vsize=20080 memory=11548 CPUtime=0.21 cores=5,7
/proc/953836/stat : 953836 (naps-1.03) R 953831 953831 949639 0 -1 4194304 2592 0 0 0 21 0 0 0 20 0 1 0 183419256 20561920 2887 134679101440 4194304 6891213 140727613425456 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 29908992 140727613432816 140727613432932 140727613432932 140727613439947 0
/proc/953836/statm: 5020 2887 436 659 0 4224 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 30012 KiB
Current children cumulated memory: 14160 KiB

[startup+0.314004 s]*
/proc/loadavg: 4.17 4.28 4.22 5/248 953836
/proc/meminfo: memFree=121332368/131655788 swapFree=131071996/131071996
[pid=953831] ppid=953828 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/953831/stat : 953831 (naps-1.03.sh) S 953828 953831 949639 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183419255 10170368 653 134679101440 94836421816320 94836422895640 140733437040336 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94836424994096 94836425041284 94836431650816 140733437043679 140733437043808 140733437043808 140733437050824 0
/proc/953831/statm: 2483 653 574 264 0 134 0
[pid=953836] ppid=953831 vsize=25672 memory=16828 CPUtime=0.3 cores=5,7
/proc/953836/stat : 953836 (naps-1.03) R 953831 953831 949639 0 -1 4194304 3898 0 0 0 30 0 0 0 20 0 1 0 183419256 26288128 4207 134679101440 4194304 6891213 140727613425456 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 29908992 140727613432816 140727613432932 140727613432932 140727613439947 0
/proc/953836/statm: 6418 4207 436 659 0 5622 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 35604 KiB
Current children cumulated memory: 19440 KiB

[startup+0.700427 s]
/proc/loadavg: 4.17 4.28 4.22 5/248 953836
/proc/meminfo: memFree=121274964/131655788 swapFree=131071996/131071996
[pid=953831] ppid=953828 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/953831/stat : 953831 (naps-1.03.sh) S 953828 953831 949639 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183419255 10170368 653 134679101440 94836421816320 94836422895640 140733437040336 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94836424994096 94836425041284 94836431650816 140733437043679 140733437043808 140733437043808 140733437050824 0
/proc/953831/statm: 2483 653 574 264 0 134 0
[pid=953836] ppid=953831 vsize=139828 memory=128920 CPUtime=0.68 cores=5,7
/proc/953836/stat : 953836 (naps-1.03) R 953831 953831 949639 0 -1 4194304 17680 0 0 0 63 5 0 0 20 0 1 0 183419256 143183872 32230 134679101440 4194304 6891213 140727613425456 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 29908992 140727613432816 140727613432932 140727613432932 140727613439947 0
/proc/953836/statm: 34957 32230 468 659 0 34161 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 149760 KiB
Current children cumulated memory: 131532 KiB

[startup+1.50045 s]
/proc/loadavg: 4.17 4.28 4.22 5/248 953836
/proc/meminfo: memFree=121198240/131655788 swapFree=131071996/131071996
[pid=953831] ppid=953828 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/953831/stat : 953831 (naps-1.03.sh) S 953828 953831 949639 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183419255 10170368 653 134679101440 94836421816320 94836422895640 140733437040336 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94836424994096 94836425041284 94836431650816 140733437043679 140733437043808 140733437043808 140733437050824 0
/proc/953831/statm: 2483 653 574 264 0 134 0
[pid=953836] ppid=953831 vsize=386424 memory=359548 CPUtime=1.48 cores=5,7
/proc/953836/stat : 953836 (naps-1.03) R 953831 953831 949639 0 -1 4194304 45396 0 0 0 136 12 0 0 20 0 1 0 183419256 395698176 89887 134679101440 4194304 6891213 140727613425456 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 29908992 140727613432816 140727613432932 140727613432932 140727613439947 0
/proc/953836/statm: 96606 89887 468 659 0 95810 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 396356 KiB
Current children cumulated memory: 362160 KiB

[startup+3.11442 s]
/proc/loadavg: 4.17 4.28 4.22 5/248 953838
/proc/meminfo: memFree=120778492/131655788 swapFree=131071996/131071996
[pid=953831] ppid=953828 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/953831/stat : 953831 (naps-1.03.sh) S 953828 953831 949639 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183419255 10170368 653 134679101440 94836421816320 94836422895640 140733437040336 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94836424994096 94836425041284 94836431650816 140733437043679 140733437043808 140733437043808 140733437050824 0
/proc/953831/statm: 2483 653 574 264 0 134 0
[pid=953836] ppid=953831 vsize=569464 memory=549580 CPUtime=3.09 cores=5,7
/proc/953836/stat : 953836 (naps-1.03) R 953831 953831 949639 0 -1 4194304 55104 0 0 0 291 18 0 0 20 0 1 0 183419256 583131136 137395 134679101440 4194304 6891213 140727613425456 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 29908992 140727613432816 140727613432932 140727613432932 140727613439947 0
/proc/953836/statm: 142366 137395 468 659 0 141570 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 579396 KiB
Current children cumulated memory: 552192 KiB

[startup+6.30042 s]
/proc/loadavg: 4.16 4.27 4.22 5/248 953938
/proc/meminfo: memFree=122579116/131655788 swapFree=131071996/131071996
[pid=953831] ppid=953828 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/953831/stat : 953831 (naps-1.03.sh) S 953828 953831 949639 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183419255 10170368 653 134679101440 94836421816320 94836422895640 140733437040336 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94836424994096 94836425041284 94836431650816 140733437043679 140733437043808 140733437043808 140733437050824 0
/proc/953831/statm: 2483 653 574 264 0 134 0
[pid=953836] ppid=953831 vsize=643720 memory=606412 CPUtime=6.27 cores=5,7
/proc/953836/stat : 953836 (naps-1.03) R 953831 953831 949639 0 -1 4194304 56924 0 0 0 607 20 0 0 20 0 1 0 183419256 659169280 151603 134679101440 4194304 6891213 140727613425456 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 29908992 140727613432816 140727613432932 140727613432932 140727613439947 0
/proc/953836/statm: 160930 151603 468 659 0 160134 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 653652 KiB
Current children cumulated memory: 609024 KiB

[startup+12.7004 s]
/proc/loadavg: 4.14 4.27 4.22 5/248 953938
/proc/meminfo: memFree=122502828/131655788 swapFree=131071996/131071996
[pid=953831] ppid=953828 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/953831/stat : 953831 (naps-1.03.sh) S 953828 953831 949639 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183419255 10170368 653 134679101440 94836421816320 94836422895640 140733437040336 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94836424994096 94836425041284 94836431650816 140733437043679 140733437043808 140733437043808 140733437050824 0
/proc/953831/statm: 2483 653 574 264 0 134 0
[pid=953836] ppid=953831 vsize=693040 memory=650516 CPUtime=12.65 cores=5,7
/proc/953836/stat : 953836 (naps-1.03) R 953831 953831 949639 0 -1 4194304 57822 0 0 0 1244 21 0 0 20 0 1 0 183419256 709672960 162629 134679101440 4194304 6891213 140727613425456 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 29908992 140727613432816 140727613432932 140727613432932 140727613439947 0
/proc/953836/statm: 173260 162629 468 659 0 172464 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 702972 KiB
Current children cumulated memory: 653128 KiB

[startup+25.5004 s]
/proc/loadavg: 4.11 4.25 4.21 5/248 954041
/proc/meminfo: memFree=122655152/131655788 swapFree=131071996/131071996
[pid=953831] ppid=953828 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/953831/stat : 953831 (naps-1.03.sh) S 953828 953831 949639 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183419255 10170368 653 134679101440 94836421816320 94836422895640 140733437040336 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94836424994096 94836425041284 94836431650816 140733437043679 140733437043808 140733437043808 140733437050824 0
/proc/953831/statm: 2483 653 574 264 0 134 0
[pid=953836] ppid=953831 vsize=723860 memory=667200 CPUtime=25.41 cores=5,7
/proc/953836/stat : 953836 (naps-1.03) R 953831 953831 949639 0 -1 4194304 59587 0 0 0 2518 23 0 0 20 0 1 0 183419256 741232640 166800 134679101440 4194304 6891213 140727613425456 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 29908992 140727613432816 140727613432932 140727613432932 140727613439947 0
/proc/953836/statm: 180965 166800 468 659 0 180169 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 733792 KiB
Current children cumulated memory: 669812 KiB

[startup+51.114 s]
/proc/loadavg: 4.07 4.23 4.21 5/248 954145
/proc/meminfo: memFree=122590248/131655788 swapFree=131071996/131071996
[pid=953831] ppid=953828 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/953831/stat : 953831 (naps-1.03.sh) S 953828 953831 949639 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183419255 10170368 653 134679101440 94836421816320 94836422895640 140733437040336 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94836424994096 94836425041284 94836431650816 140733437043679 140733437043808 140733437043808 140733437050824 0
/proc/953831/statm: 2483 653 574 264 0 134 0
[pid=953836] ppid=953831 vsize=773948 memory=701120 CPUtime=50.95 cores=5,7
/proc/953836/stat : 953836 (naps-1.03) R 953831 953831 949639 0 -1 4194304 61200 0 0 0 5069 26 0 0 20 0 1 0 183419256 792522752 175280 134679101440 4194304 6891213 140727613425456 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 29908992 140727613432816 140727613432932 140727613432932 140727613439947 0
/proc/953836/statm: 193487 175280 468 659 0 192691 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 783880 KiB
Current children cumulated memory: 703732 KiB

[startup+102.301 s]
/proc/loadavg: 4.00 4.19 4.19 5/247 954737
/proc/meminfo: memFree=122550484/131655788 swapFree=131071996/131071996
[pid=953831] ppid=953828 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/953831/stat : 953831 (naps-1.03.sh) S 953828 953831 949639 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183419255 10170368 653 134679101440 94836421816320 94836422895640 140733437040336 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94836424994096 94836425041284 94836431650816 140733437043679 140733437043808 140733437043808 140733437050824 0
/proc/953831/statm: 2483 653 574 264 0 134 0
[pid=953836] ppid=953831 vsize=723860 memory=689728 CPUtime=101.99 cores=5,7
/proc/953836/stat : 953836 (naps-1.03) R 953831 953831 949639 0 -1 4194304 63827 0 0 0 10167 32 0 0 20 0 1 0 183419256 741232640 172432 134679101440 4194304 6891213 140727613425456 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 29908992 140727613432816 140727613432932 140727613432932 140727613439947 0
/proc/953836/statm: 180965 172432 468 659 0 180169 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 733792 KiB
Current children cumulated memory: 692340 KiB

[startup+162.3 s]
/proc/loadavg: 4.15 4.20 4.19 5/247 954748
/proc/meminfo: memFree=122746352/131655788 swapFree=131071996/131071996
[pid=953831] ppid=953828 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/953831/stat : 953831 (naps-1.03.sh) S 953828 953831 949639 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183419255 10170368 653 134679101440 94836421816320 94836422895640 140733437040336 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94836424994096 94836425041284 94836431650816 140733437043679 140733437043808 140733437043808 140733437050824 0
/proc/953831/statm: 2483 653 574 264 0 134 0
[pid=953836] ppid=953831 vsize=776500 memory=725856 CPUtime=161.81 cores=5,7
/proc/953836/stat : 953836 (naps-1.03) R 953831 953831 949639 0 -1 4194304 66937 0 0 0 16144 37 0 0 20 0 1 0 183419256 795136000 181464 134679101440 4194304 6891213 140727613425456 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 29908992 140727613432816 140727613432932 140727613432932 140727613439947 0
/proc/953836/statm: 194125 181464 468 659 0 193329 0
Current children cumulated CPU time: 161.81 s
Current children cumulated vsize: 786432 KiB
Current children cumulated memory: 728468 KiB

[startup+222.301 s]
/proc/loadavg: 4.16 4.19 4.19 5/247 954758
/proc/meminfo: memFree=122623624/131655788 swapFree=131071996/131071996
[pid=953831] ppid=953828 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/953831/stat : 953831 (naps-1.03.sh) S 953828 953831 949639 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183419255 10170368 653 134679101440 94836421816320 94836422895640 140733437040336 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94836424994096 94836425041284 94836431650816 140733437043679 140733437043808 140733437043808 140733437050824 0
/proc/953831/statm: 2483 653 574 264 0 134 0
[pid=953836] ppid=953831 vsize=871412 memory=785000 CPUtime=221.64 cores=5,7
/proc/953836/stat : 953836 (naps-1.03) R 953831 953831 949639 0 -1 4194304 72079 0 0 0 22120 44 0 0 20 0 1 0 183419256 892325888 196250 134679101440 4194304 6891213 140727613425456 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 29908992 140727613432816 140727613432932 140727613432932 140727613439947 0
/proc/953836/statm: 217853 196250 468 659 0 217057 0
Current children cumulated CPU time: 221.64 s

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

/proc/953836/statm: 361345 311742 468 659 0 360549 0
Current children cumulated CPU time: 3032.98 s
Current children cumulated vsize: 1455312 KiB
Current children cumulated memory: 1249580 KiB

[startup+3102.3 s]
/proc/loadavg: 4.10 4.12 4.10 5/245 957009
/proc/meminfo: memFree=122579368/131655788 swapFree=131071996/131071996
[pid=953831] ppid=953828 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/953831/stat : 953831 (naps-1.03.sh) S 953828 953831 949639 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183419255 10170368 653 134679101440 94836421816320 94836422895640 140733437040336 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94836424994096 94836425041284 94836431650816 140733437043679 140733437043808 140733437043808 140733437050824 0
/proc/953831/statm: 2483 653 574 264 0 134 0
[pid=953836] ppid=953831 vsize=1020744 memory=981484 CPUtime=3092.79 cores=5,7
/proc/953836/stat : 953836 (naps-1.03) R 953831 953831 949639 0 -1 4194304 166152 0 0 0 309077 202 0 0 20 0 1 0 183419256 1045241856 245371 134679101440 4194304 6891213 140727613425456 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 29908992 140727613432816 140727613432932 140727613432932 140727613439947 0
/proc/953836/statm: 255186 245371 468 659 0 254390 0
Current children cumulated CPU time: 3092.79 s
Current children cumulated vsize: 1030676 KiB
Current children cumulated memory: 984096 KiB

[startup+3162.3 s]
/proc/loadavg: 4.87 4.33 4.17 5/245 957020
/proc/meminfo: memFree=122489692/131655788 swapFree=131071996/131071996
[pid=953831] ppid=953828 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/953831/stat : 953831 (naps-1.03.sh) S 953828 953831 949639 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183419255 10170368 653 134679101440 94836421816320 94836422895640 140733437040336 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94836424994096 94836425041284 94836431650816 140733437043679 140733437043808 140733437043808 140733437050824 0
/proc/953831/statm: 2483 653 574 264 0 134 0
[pid=953836] ppid=953831 vsize=1235152 memory=1106964 CPUtime=3152.59 cores=5,7
/proc/953836/stat : 953836 (naps-1.03) R 953831 953831 949639 0 -1 4194304 167734 0 0 0 315055 204 0 0 20 0 1 0 183419256 1264795648 276741 134679101440 4194304 6891213 140727613425456 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 29908992 140727613432816 140727613432932 140727613432932 140727613439947 0
/proc/953836/statm: 308788 276741 468 659 0 307992 0
Current children cumulated CPU time: 3152.59 s
Current children cumulated vsize: 1245084 KiB
Current children cumulated memory: 1109576 KiB

[startup+3222.3 s]
/proc/loadavg: 4.41 4.29 4.17 5/245 957030
/proc/meminfo: memFree=122317748/131655788 swapFree=131071996/131071996
[pid=953831] ppid=953828 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/953831/stat : 953831 (naps-1.03.sh) S 953828 953831 949639 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183419255 10170368 653 134679101440 94836421816320 94836422895640 140733437040336 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94836424994096 94836425041284 94836431650816 140733437043679 140733437043808 140733437043808 140733437050824 0
/proc/953831/statm: 2483 653 574 264 0 134 0
[pid=953836] ppid=953831 vsize=1241356 memory=1192180 CPUtime=3212.41 cores=5,7
/proc/953836/stat : 953836 (naps-1.03) R 953831 953831 949639 0 -1 4194304 169292 0 0 0 321034 207 0 0 20 0 1 0 183419256 1271148544 298045 134679101440 4194304 6891213 140727613425456 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 29908992 140727613432816 140727613432932 140727613432932 140727613439947 0
/proc/953836/statm: 310339 298045 468 659 0 309543 0
Current children cumulated CPU time: 3212.41 s
Current children cumulated vsize: 1251288 KiB
Current children cumulated memory: 1194792 KiB

[startup+3282.3 s]
/proc/loadavg: 4.19 4.25 4.17 5/245 957040
/proc/meminfo: memFree=122353780/131655788 swapFree=131071996/131071996
[pid=953831] ppid=953828 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/953831/stat : 953831 (naps-1.03.sh) S 953828 953831 949639 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183419255 10170368 653 134679101440 94836421816320 94836422895640 140733437040336 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94836424994096 94836425041284 94836431650816 140733437043679 140733437043808 140733437043808 140733437050824 0
/proc/953831/statm: 2483 653 574 264 0 134 0
[pid=953836] ppid=953831 vsize=1464284 memory=1265004 CPUtime=3272.21 cores=5,7
/proc/953836/stat : 953836 (naps-1.03) R 953831 953831 949639 0 -1 4194304 172108 0 0 0 327012 209 0 0 20 0 1 0 183419256 1499426816 316251 134679101440 4194304 6891213 140727613425456 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 29908992 140727613432816 140727613432932 140727613432932 140727613439947 0
/proc/953836/statm: 366071 316251 468 659 0 365275 0
Current children cumulated CPU time: 3272.21 s
Current children cumulated vsize: 1474216 KiB
Current children cumulated memory: 1267616 KiB

[startup+3342.3 s]
/proc/loadavg: 4.17 4.24 4.17 5/245 957051
/proc/meminfo: memFree=122448016/131655788 swapFree=131071996/131071996
[pid=953831] ppid=953828 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/953831/stat : 953831 (naps-1.03.sh) S 953828 953831 949639 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183419255 10170368 653 134679101440 94836421816320 94836422895640 140733437040336 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94836424994096 94836425041284 94836431650816 140733437043679 140733437043808 140733437043808 140733437050824 0
/proc/953831/statm: 2483 653 574 264 0 134 0
[pid=953836] ppid=953831 vsize=1117784 memory=1004708 CPUtime=3332.02 cores=5,7
/proc/953836/stat : 953836 (naps-1.03) R 953831 953831 949639 0 -1 4194304 173204 0 0 0 332990 212 0 0 20 0 1 0 183419256 1144610816 251177 134679101440 4194304 6891213 140727613425456 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 29908992 140727613432816 140727613432932 140727613432932 140727613439947 0
/proc/953836/statm: 279446 251177 468 659 0 278650 0
Current children cumulated CPU time: 3332.02 s
Current children cumulated vsize: 1127716 KiB
Current children cumulated memory: 1007320 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.20 4.16 5/248 957066
/proc/meminfo: memFree=122459252/131655788 swapFree=131071996/131071996
[pid=953831] ppid=953828 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/953831/stat : 953831 (naps-1.03.sh) S 953828 953831 949639 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183419255 10170368 653 134679101440 94836421816320 94836422895640 140733437040336 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94836424994096 94836425041284 94836431650816 140733437043679 140733437043808 140733437043808 140733437050824 0
/proc/953831/statm: 2483 653 574 264 0 134 0
[pid=953836] ppid=953831 vsize=1117784 memory=1068244 CPUtime=3391.84 cores=5,7
/proc/953836/stat : 953836 (naps-1.03) R 953831 953831 949639 0 -1 4194304 173482 0 0 0 338970 214 0 0 20 0 1 0 183419256 1144610816 267061 134679101440 4194304 6891213 140727613425456 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 29908992 140727613432816 140727613432932 140727613432932 140727613439947 0
/proc/953836/statm: 279446 267061 468 659 0 278650 0
Current children cumulated CPU time: 3391.84 s
Current children cumulated vsize: 1127716 KiB
Current children cumulated memory: 1070856 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.20 4.16 5/248 957076
/proc/meminfo: memFree=122316552/131655788 swapFree=131071996/131071996
[pid=953831] ppid=953828 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/953831/stat : 953831 (naps-1.03.sh) S 953828 953831 949639 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183419255 10170368 653 134679101440 94836421816320 94836422895640 140733437040336 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94836424994096 94836425041284 94836431650816 140733437043679 140733437043808 140733437043808 140733437050824 0
/proc/953831/statm: 2483 653 574 264 0 134 0
[pid=953836] ppid=953831 vsize=1250188 memory=1119440 CPUtime=3451.65 cores=5,7
/proc/953836/stat : 953836 (naps-1.03) R 953831 953831 949639 0 -1 4194304 174299 0 0 0 344950 215 0 0 20 0 1 0 183419256 1280192512 279860 134679101440 4194304 6891213 140727613425456 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 29908992 140727613432816 140727613432932 140727613432932 140727613439947 0
/proc/953836/statm: 312547 279860 468 659 0 311751 0
Current children cumulated CPU time: 3451.65 s
Current children cumulated vsize: 1260120 KiB
Current children cumulated memory: 1122052 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.19 4.16 5/248 957087
/proc/meminfo: memFree=122409496/131655788 swapFree=131071996/131071996
[pid=953831] ppid=953828 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/953831/stat : 953831 (naps-1.03.sh) S 953828 953831 949639 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183419255 10170368 653 134679101440 94836421816320 94836422895640 140733437040336 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94836424994096 94836425041284 94836431650816 140733437043679 140733437043808 140733437043808 140733437050824 0
/proc/953831/statm: 2483 653 574 264 0 134 0
[pid=953836] ppid=953831 vsize=1250728 memory=1164908 CPUtime=3511.46 cores=5,7
/proc/953836/stat : 953836 (naps-1.03) R 953831 953831 949639 0 -1 4194304 174777 0 0 0 350929 217 0 0 20 0 1 0 183419256 1280745472 291227 134679101440 4194304 6891213 140727613425456 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 29908992 140727613432816 140727613432932 140727613432932 140727613439947 0
/proc/953836/statm: 312682 291227 468 659 0 311886 0
Current children cumulated CPU time: 3511.46 s
Current children cumulated vsize: 1260660 KiB
Current children cumulated memory: 1167520 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.17 4.15 5/248 957097
/proc/meminfo: memFree=122253020/131655788 swapFree=131071996/131071996
[pid=953831] ppid=953828 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/953831/stat : 953831 (naps-1.03.sh) S 953828 953831 949639 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183419255 10170368 653 134679101440 94836421816320 94836422895640 140733437040336 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94836424994096 94836425041284 94836431650816 140733437043679 140733437043808 140733437043808 140733437050824 0
/proc/953831/statm: 2483 653 574 264 0 134 0
[pid=953836] ppid=953831 vsize=1467792 memory=1228404 CPUtime=3571.27 cores=5,7
/proc/953836/stat : 953836 (naps-1.03) R 953831 953831 949639 0 -1 4194304 176162 0 0 0 356908 219 0 0 20 0 1 0 183419256 1503019008 307101 134679101440 4194304 6891213 140727613425456 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 29908992 140727613432816 140727613432932 140727613432932 140727613439947 0
/proc/953836/statm: 366948 307101 468 659 0 366152 0
Current children cumulated CPU time: 3571.27 s
Current children cumulated vsize: 1477724 KiB
Current children cumulated memory: 1231016 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.2 s]
/proc/loadavg: 4.17 4.18 4.16 5/248 957102
/proc/meminfo: memFree=122223340/131655788 swapFree=131071996/131071996
[pid=953831] ppid=953828 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/953831/stat : 953831 (naps-1.03.sh) S 953828 953831 949639 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183419255 10170368 653 134679101440 94836421816320 94836422895640 140733437040336 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94836424994096 94836425041284 94836431650816 140733437043679 140733437043808 140733437043808 140733437050824 0
/proc/953831/statm: 2483 653 574 264 0 134 0
[pid=953836] ppid=953831 vsize=1469564 memory=1250472 CPUtime=3600.08 cores=5,7
/proc/953836/stat : 953836 (naps-1.03) R 953831 953831 949639 0 -1 4194304 176715 0 0 0 359788 220 0 0 20 0 1 0 183419256 1504833536 312618 134679101440 4194304 6891213 140727613425456 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 29908992 140727613432816 140727613432932 140727613432932 140727613439947 0
/proc/953836/statm: 367391 312618 468 659 0 366595 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 1479496 KiB
Current children cumulated memory: 1253084 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.002911 s, system=0.003293 s

[startup+3611.21 s]
# the end of solver process 953836 was just reported to runsolver
# Child status: 10

# cumulated CPU time of all completed processes:  user=3597.88 s, system=2.22142 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

Child status: 10

Real time (s): 3611.21
CPU time (s): 3600.11
CPU user time (s): 3597.88
CPU system time (s): 2.22142
CPU usage (%): 99.6925
Max. virtual memory (cumulated for all children) (KiB): 1605128
Max. memory (cumulated for all children) (KiB): 1391264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.88
system time used= 2.22142
maximum resident set size= 1394396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 177177
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= 325
involuntary context switches= 4672


# summary of solver processes directly reported to runsolver:
#   pid: 953831,953836
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3597.88
#   total CPU system time (s): 2.22142

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 28.1671 second user time and 30.3325 second system time

The end

Launcher Data

Begin job on nodeC003 at 2024-07-18 16:24:03
IDJOB=4443108
IDBENCH=147863
IDSOLVER=3062
FILE ID=nodeC003/4443108-1721312631
RUNJOBID= nodeC003-1721305421-949652
SLURM_JOB_ID= 7542634
Free space on /tmp= 723760 MiB

SOLVER NAME= NaPS-GM 1.03
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/prestwich/robin/normalized-robin16.opb
COMMAND LINE= HOME/naps-1.03.sh -GM BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4443108-1721312631/watcher-4443108-1721312631 -o /tmp/evaluation-result-4443108-1721312631/solver-4443108-1721312631 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721305421-949652 --watchdog 3760  HOME/naps-1.03.sh -GM HOME/instance-4443108-1721312631.opb

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

MD5SUM BENCH= c646e12ccfd746fe0694a48782eaf83d
RANDOM SEED=1974782767

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		: 3491.881
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		: 3493.579
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.390
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.310
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		: 2793.505
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		: 3649.704
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.437
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.227
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:        121360780 kB
MemAvailable:   126908804 kB
Buffers:          508948 kB
Cached:          5816028 kB
SwapCached:            0 kB
Active:           921228 kB
Inactive:        8686000 kB
Active(anon):       1500 kB
Inactive(anon):  3318452 kB
Active(file):     919728 kB
Inactive(file):  5367548 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             12424 kB
Writeback:            16 kB
AnonPages:       3280824 kB
Mapped:           111424 kB
Shmem:             37704 kB
KReclaimable:     201556 kB
Slab:             316756 kB
SReclaimable:     201556 kB
SUnreclaim:       115200 kB
KernelStack:        3964 kB
PageTables:        15576 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    4003704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            57824 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2576384 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= 723740 MiB
End job on nodeC003 at 2024-07-18 17:24:15