Trace number 4446138

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.09 3611.02

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-96.opb
MD5SUM41cda2cdd43cae95a9671374dc621893
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 benchmark97.8949
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12587
Total number of constraints283937
Number of constraints which are clauses255125
Number of constraints which are cardinality constraints (but not clauses)903
Number of constraints which are nor clauses,nor cardinality constraints27909
Minimum length of a constraint2
Maximum length of a constraint270
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 271
Number of bits of the biggest sum of numbers9
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-4446138-1721329925.opb
3600.07/3611.01	c 
3600.07/3611.01	c *** TERMINATED *** by signal 15
3600.07/3611.01	s UNKNOWN
3600.07/3611.01	c _____________________________________________________________________________
3600.07/3611.01	c std/band forms        : 28815,0
3600.07/3611.01	c 2cl/3cl ITE-codings   : 26580,0
3600.07/3611.01	c BDD/srt/adr Max costs : 5,119,0
3600.07/3611.01	c BDDraw/bin/mul/srt/adr: 27909,0,0,906,0
3600.07/3611.01	c BDD nodes             : 164796
3600.07/3611.01	c Es1/CC detections     : 0,0
3600.07/3611.01	c CC sort               : 903
3600.07/3611.01	c SAT/UNSAT calls       : 0,0
3600.07/3611.01	c regenrated variables  : 0
3600.07/3611.01	c eliminated fixed lits : 0
3600.07/3611.01	c goal lit flips        : 0
3600.07/3611.01	c goal stages           : 0
3600.07/3611.01	c goal shrink           : 0
3600.07/3611.01	c goal coeff separations: 0
3600.07/3611.01	c restarts              : 0
3600.07/3611.01	c conflicts             : 0              (0 /sec)
3600.07/3611.01	c decisions             : 0              (0 /sec)
3600.07/3611.01	c propagations          : 0              (0 /sec)
3600.07/3611.01	c inspects              : 0              (0 /sec)
3600.07/3611.01	c CPU time (solving tm) : 3599 s        (3595 s, SAT 0 s, UNSAT 0 s)
3600.07/3611.01	c Time for Opt-base     : 0.004227 s
3600.07/3611.01	c Steps for Opt-base    : 0
3600.07/3611.01	c Time for BDD coding   : 0.3475 s
3600.07/3611.01	c Time for srt coding   : 0.008775 s
3600.07/3611.01	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 (59953 MiB free)
  memory of node 1: 64510 MiB (61395 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446138-1721329925/watcher-4446138-1721329925 -o /tmp/evaluation-result-4446138-1721329925/solver-4446138-1721329925 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721329937-965780 --watchdog 3760 HOME/naps-1.03.sh -GM HOME/instance-4446138-1721329925.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=965849, runsolver pid=965842

[startup+0.100081 s]*
/proc/loadavg: 1.11 1.39 2.51 6/248 965858
/proc/meminfo: memFree=124256336/131655788 swapFree=131071996/131071996
[pid=965849] ppid=965842 vsize=9932 memory=2728 CPUtime=0 cores=1,3
/proc/965849/stat : 965849 (naps-1.03.sh) S 965842 965849 965768 0 -1 4194304 218 245 0 0 0 0 0 0 20 0 1 0 185148600 10170368 682 134679101440 94849220984832 94849222064152 140727935971888 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94849224162608 94849224209796 94849237565440 140727935980511 140727935980640 140727935980640 140727935987656 0
/proc/965849/statm: 2483 682 603 264 0 134 0
[pid=965858] ppid=965849 vsize=8964 memory=2932 CPUtime=0.1 cores=1,3
/proc/965858/stat : 965858 (naps-1.03) R 965849 965849 965768 0 -1 4194304 362 0 0 0 10 0 0 0 20 0 1 0 185148601 9179136 733 134679101440 4194304 6891213 140724604804032 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 32911360 140724604806128 140724604806244 140724604806244 140724604813259 0
/proc/965858/statm: 2241 733 436 659 0 1445 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18896 KiB
Current children cumulated memory: 5660 KiB

[startup+0.21388 s]*
/proc/loadavg: 1.11 1.39 2.51 6/248 965858
/proc/meminfo: memFree=124251072/131655788 swapFree=131071996/131071996
[pid=965849] ppid=965842 vsize=9932 memory=2728 CPUtime=0 cores=1,3
/proc/965849/stat : 965849 (naps-1.03.sh) S 965842 965849 965768 0 -1 4194304 218 245 0 0 0 0 0 0 20 0 1 0 185148600 10170368 682 134679101440 94849220984832 94849222064152 140727935971888 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94849224162608 94849224209796 94849237565440 140727935980511 140727935980640 140727935980640 140727935987656 0
/proc/965849/statm: 2483 682 603 264 0 134 0
[pid=965858] ppid=965849 vsize=9868 memory=3764 CPUtime=0.21 cores=1,3
/proc/965858/stat : 965858 (naps-1.03) R 965849 965849 965768 0 -1 4194304 622 0 0 0 21 0 0 0 20 0 1 0 185148601 10104832 941 134679101440 4194304 6891213 140724604804032 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 32911360 140724604806128 140724604806244 140724604806244 140724604813259 0
/proc/965858/statm: 2467 941 436 659 0 1671 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 19800 KiB
Current children cumulated memory: 6492 KiB

[startup+0.312813 s]*
/proc/loadavg: 1.11 1.39 2.51 6/248 965858
/proc/meminfo: memFree=124246704/131655788 swapFree=131071996/131071996
[pid=965849] ppid=965842 vsize=9932 memory=2728 CPUtime=0 cores=1,3
/proc/965849/stat : 965849 (naps-1.03.sh) S 965842 965849 965768 0 -1 4194304 218 245 0 0 0 0 0 0 20 0 1 0 185148600 10170368 682 134679101440 94849220984832 94849222064152 140727935971888 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94849224162608 94849224209796 94849237565440 140727935980511 140727935980640 140727935980640 140727935987656 0
/proc/965849/statm: 2483 682 603 264 0 134 0
[pid=965858] ppid=965849 vsize=10752 memory=4816 CPUtime=0.31 cores=1,3
/proc/965858/stat : 965858 (naps-1.03) R 965849 965849 965768 0 -1 4194304 850 0 0 0 31 0 0 0 20 0 1 0 185148601 11010048 1204 134679101440 4194304 6891213 140724604804032 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 32911360 140724604806128 140724604806244 140724604806244 140724604813259 0
/proc/965858/statm: 2688 1204 436 659 0 1892 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 20684 KiB
Current children cumulated memory: 7544 KiB

[startup+0.700349 s]
/proc/loadavg: 1.11 1.39 2.51 6/248 965858
/proc/meminfo: memFree=124236736/131655788 swapFree=131071996/131071996
[pid=965849] ppid=965842 vsize=9932 memory=2728 CPUtime=0 cores=1,3
/proc/965849/stat : 965849 (naps-1.03.sh) S 965842 965849 965768 0 -1 4194304 218 245 0 0 0 0 0 0 20 0 1 0 185148600 10170368 682 134679101440 94849220984832 94849222064152 140727935971888 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94849224162608 94849224209796 94849237565440 140727935980511 140727935980640 140727935980640 140727935987656 0
/proc/965849/statm: 2483 682 603 264 0 134 0
[pid=965858] ppid=965849 vsize=14404 memory=8820 CPUtime=0.68 cores=1,3
/proc/965858/stat : 965858 (naps-1.03) R 965849 965849 965768 0 -1 4194304 1831 0 0 0 68 0 0 0 20 0 1 0 185148601 14749696 2205 134679101440 4194304 6891213 140724604804032 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 32911360 140724604806128 140724604806244 140724604806244 140724604813259 0
/proc/965858/statm: 3601 2205 436 659 0 2805 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 24336 KiB
Current children cumulated memory: 11548 KiB

[startup+1.50035 s]
/proc/loadavg: 1.11 1.39 2.51 6/248 965858
/proc/meminfo: memFree=124205172/131655788 swapFree=131071996/131071996
[pid=965849] ppid=965842 vsize=9932 memory=2728 CPUtime=0 cores=1,3
/proc/965849/stat : 965849 (naps-1.03.sh) S 965842 965849 965768 0 -1 4194304 218 245 0 0 0 0 0 0 20 0 1 0 185148600 10170368 682 134679101440 94849220984832 94849222064152 140727935971888 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94849224162608 94849224209796 94849237565440 140727935980511 140727935980640 140727935980640 140727935987656 0
/proc/965849/statm: 2483 682 603 264 0 134 0
[pid=965858] ppid=965849 vsize=25328 memory=21956 CPUtime=1.47 cores=1,3
/proc/965858/stat : 965858 (naps-1.03) R 965849 965849 965768 0 -1 4194304 4751 0 0 0 146 1 0 0 20 0 1 0 185148601 25935872 5489 134679101440 4194304 6891213 140724604804032 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 32911360 140724604806128 140724604806244 140724604806244 140724604813259 0
/proc/965858/statm: 6332 5489 436 659 0 5536 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 35260 KiB
Current children cumulated memory: 24684 KiB

[startup+3.11356 s]
/proc/loadavg: 1.11 1.39 2.51 6/248 965858
/proc/meminfo: memFree=123994988/131655788 swapFree=131071996/131071996
[pid=965849] ppid=965842 vsize=9932 memory=2728 CPUtime=0 cores=1,3
/proc/965849/stat : 965849 (naps-1.03.sh) S 965842 965849 965768 0 -1 4194304 218 245 0 0 0 0 0 0 20 0 1 0 185148600 10170368 682 134679101440 94849220984832 94849222064152 140727935971888 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94849224162608 94849224209796 94849237565440 140727935980511 140727935980640 140727935980640 140727935987656 0
/proc/965849/statm: 2483 682 603 264 0 134 0
[pid=965858] ppid=965849 vsize=68932 memory=64084 CPUtime=3.09 cores=1,3
/proc/965858/stat : 965858 (naps-1.03) R 965849 965849 965768 0 -1 4194304 14677 0 0 0 306 3 0 0 20 0 1 0 185148601 70586368 16021 134679101440 4194304 6891213 140724604804032 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 32911360 140724604806128 140724604806244 140724604806244 140724604813259 0
/proc/965858/statm: 17233 16021 436 659 0 16437 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 78864 KiB
Current children cumulated memory: 66812 KiB

[startup+6.3004 s]
/proc/loadavg: 1.34 1.44 2.52 6/248 965858
/proc/meminfo: memFree=123904888/131655788 swapFree=131071996/131071996
[pid=965849] ppid=965842 vsize=9932 memory=2728 CPUtime=0 cores=1,3
/proc/965849/stat : 965849 (naps-1.03.sh) S 965842 965849 965768 0 -1 4194304 218 245 0 0 0 0 0 0 20 0 1 0 185148600 10170368 682 134679101440 94849220984832 94849222064152 140727935971888 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94849224162608 94849224209796 94849237565440 140727935980511 140727935980640 140727935980640 140727935987656 0
/proc/965849/statm: 2483 682 603 264 0 134 0
[pid=965858] ppid=965849 vsize=107740 memory=101016 CPUtime=6.27 cores=1,3
/proc/965858/stat : 965858 (naps-1.03) R 965849 965849 965768 0 -1 4194304 23406 0 0 0 619 8 0 0 20 0 1 0 185148601 110325760 25254 134679101440 4194304 6891213 140724604804032 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 32911360 140724604806128 140724604806244 140724604806244 140724604813259 0
/proc/965858/statm: 26935 25254 468 659 0 26139 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 117672 KiB
Current children cumulated memory: 103744 KiB

[startup+12.7004 s]
/proc/loadavg: 1.55 1.48 2.53 6/248 965860
/proc/meminfo: memFree=123834208/131655788 swapFree=131071996/131071996
[pid=965849] ppid=965842 vsize=9932 memory=2728 CPUtime=0 cores=1,3
/proc/965849/stat : 965849 (naps-1.03.sh) S 965842 965849 965768 0 -1 4194304 218 245 0 0 0 0 0 0 20 0 1 0 185148600 10170368 682 134679101440 94849220984832 94849222064152 140727935971888 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94849224162608 94849224209796 94849237565440 140727935980511 140727935980640 140727935980640 140727935987656 0
/proc/965849/statm: 2483 682 603 264 0 134 0
[pid=965858] ppid=965849 vsize=126736 memory=122044 CPUtime=12.64 cores=1,3
/proc/965858/stat : 965858 (naps-1.03) R 965849 965849 965768 0 -1 4194304 25112 0 0 0 1255 9 0 0 20 0 1 0 185148601 129777664 30511 134679101440 4194304 6891213 140724604804032 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 32911360 140724604806128 140724604806244 140724604806244 140724604813259 0
/proc/965858/statm: 31684 30511 468 659 0 30888 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 136668 KiB
Current children cumulated memory: 124772 KiB

[startup+25.5005 s]
/proc/loadavg: 2.18 1.62 2.56 6/248 965861
/proc/meminfo: memFree=123749376/131655788 swapFree=131071996/131071996
[pid=965849] ppid=965842 vsize=9932 memory=2728 CPUtime=0 cores=1,3
/proc/965849/stat : 965849 (naps-1.03.sh) S 965842 965849 965768 0 -1 4194304 218 245 0 0 0 0 0 0 20 0 1 0 185148600 10170368 682 134679101440 94849220984832 94849222064152 140727935971888 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94849224162608 94849224209796 94849237565440 140727935980511 140727935980640 140727935980640 140727935987656 0
/proc/965849/statm: 2483 682 603 264 0 134 0
[pid=965858] ppid=965849 vsize=170056 memory=148304 CPUtime=25.41 cores=1,3
/proc/965858/stat : 965858 (naps-1.03) R 965849 965849 965768 0 -1 4194304 26408 0 0 0 2531 10 0 0 20 0 1 0 185148601 174137344 37076 134679101440 4194304 6891213 140724604804032 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 32911360 140724604806128 140724604806244 140724604806244 140724604813259 0
/proc/965858/statm: 42514 37076 468 659 0 41718 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 179988 KiB
Current children cumulated memory: 151032 KiB

[startup+51.1137 s]
/proc/loadavg: 2.87 1.83 2.60 6/248 965866
/proc/meminfo: memFree=123656052/131655788 swapFree=131071996/131071996
[pid=965849] ppid=965842 vsize=9932 memory=2728 CPUtime=0 cores=1,3
/proc/965849/stat : 965849 (naps-1.03.sh) S 965842 965849 965768 0 -1 4194304 218 245 0 0 0 0 0 0 20 0 1 0 185148600 10170368 682 134679101440 94849220984832 94849222064152 140727935971888 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94849224162608 94849224209796 94849237565440 140727935980511 140727935980640 140727935980640 140727935987656 0
/proc/965849/statm: 2483 682 603 264 0 134 0
[pid=965858] ppid=965849 vsize=219376 memory=184168 CPUtime=50.96 cores=1,3
/proc/965858/stat : 965858 (naps-1.03) R 965849 965849 965768 0 -1 4194304 27638 0 0 0 5082 14 0 0 20 0 1 0 185148601 224641024 46042 134679101440 4194304 6891213 140724604804032 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 32911360 140724604806128 140724604806244 140724604806244 140724604813259 0
/proc/965858/statm: 54844 46042 468 659 0 54048 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 229308 KiB
Current children cumulated memory: 186896 KiB

[startup+102.3 s]
/proc/loadavg: 3.56 2.18 2.68 6/248 965874
/proc/meminfo: memFree=123664828/131655788 swapFree=131071996/131071996
[pid=965849] ppid=965842 vsize=9932 memory=2728 CPUtime=0 cores=1,3
/proc/965849/stat : 965849 (naps-1.03.sh) S 965842 965849 965768 0 -1 4194304 218 245 0 0 0 0 0 0 20 0 1 0 185148600 10170368 682 134679101440 94849220984832 94849222064152 140727935971888 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94849224162608 94849224209796 94849237565440 140727935980511 140727935980640 140727935980640 140727935987656 0
/proc/965849/statm: 2483 682 603 264 0 134 0
[pid=965858] ppid=965849 vsize=170056 memory=148304 CPUtime=102 cores=1,3
/proc/965858/stat : 965858 (naps-1.03) R 965849 965849 965768 0 -1 4194304 28904 0 0 0 10182 18 0 0 20 0 1 0 185148601 174137344 37076 134679101440 4194304 6891213 140724604804032 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 32911360 140724604806128 140724604806244 140724604806244 140724604813259 0
/proc/965858/statm: 42514 37076 468 659 0 41718 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 179988 KiB
Current children cumulated memory: 151032 KiB

[startup+162.3 s]
/proc/loadavg: 3.94 2.54 2.78 6/248 965886
/proc/meminfo: memFree=123530352/131655788 swapFree=131071996/131071996
[pid=965849] ppid=965842 vsize=9932 memory=2728 CPUtime=0 cores=1,3
/proc/965849/stat : 965849 (naps-1.03.sh) S 965842 965849 965768 0 -1 4194304 218 245 0 0 0 0 0 0 20 0 1 0 185148600 10170368 682 134679101440 94849220984832 94849222064152 140727935971888 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94849224162608 94849224209796 94849237565440 140727935980511 140727935980640 140727935980640 140727935987656 0
/proc/965849/statm: 2483 682 603 264 0 134 0
[pid=965858] ppid=965849 vsize=219376 memory=196460 CPUtime=161.82 cores=1,3
/proc/965858/stat : 965858 (naps-1.03) R 965849 965849 965768 0 -1 4194304 31206 0 0 0 16160 22 0 0 20 0 1 0 185148601 224641024 49115 134679101440 4194304 6891213 140724604804032 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 32911360 140724604806128 140724604806244 140724604806244 140724604813259 0
/proc/965858/statm: 54844 49115 468 659 0 54048 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 229308 KiB
Current children cumulated memory: 199188 KiB

[startup+222.3 s]
/proc/loadavg: 4.03 2.83 2.86 6/246 965897
/proc/meminfo: memFree=123595716/131655788 swapFree=131071996/131071996
[pid=965849] ppid=965842 vsize=9932 memory=2728 CPUtime=0 cores=1,3
/proc/965849/stat : 965849 (naps-1.03.sh) S 965842 965849 965768 0 -1 4194304 218 245 0 0 0 0 0 0 20 0 1 0 185148600 10170368 682 134679101440 94849220984832 94849222064152 140727935971888 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94849224162608 94849224209796 94849237565440 140727935980511 140727935980640 140727935980640 140727935987656 0
/proc/965849/statm: 2483 682 603 264 0 134 0
[pid=965858] ppid=965849 vsize=170056 memory=148304 CPUtime=221.65 cores=1,3
/proc/965858/stat : 965858 (naps-1.03) R 965849 965849 965768 0 -1 4194304 33610 0 0 0 22139 26 0 0 20 0 1 0 185148601 174137344 37076 134679101440 4194304 6891213 140724604804032 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 32911360 140724604806128 140724604806244 140724604806244 140724604813259 0
/proc/965858/statm: 42514 37076 468 659 0 41718 0
Current children cumulated CPU time: 221.65 s

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

/proc/loadavg: 4.14 4.12 4.06 6/249 967687
/proc/meminfo: memFree=122901352/131655788 swapFree=131071996/131071996
[pid=965849] ppid=965842 vsize=9932 memory=2728 CPUtime=0 cores=1,3
/proc/965849/stat : 965849 (naps-1.03.sh) S 965842 965849 965768 0 -1 4194304 218 245 0 0 0 0 0 0 20 0 1 0 185148600 10170368 682 134679101440 94849220984832 94849222064152 140727935971888 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94849224162608 94849224209796 94849237565440 140727935980511 140727935980640 140727935980640 140727935987656 0
/proc/965849/statm: 2483 682 603 264 0 134 0
[pid=965858] ppid=965849 vsize=262244 memory=242672 CPUtime=3033.23 cores=1,3
/proc/965858/stat : 965858 (naps-1.03) R 965849 965849 965768 0 -1 4194304 72047 0 0 0 303214 109 0 0 20 0 1 0 185148601 268537856 60668 134679101440 4194304 6891213 140724604804032 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 32911360 140724604806128 140724604806244 140724604806244 140724604813259 0
/proc/965858/statm: 65561 60668 468 659 0 64765 0
Current children cumulated CPU time: 3033.23 s
Current children cumulated vsize: 272176 KiB
Current children cumulated memory: 245400 KiB

[startup+3102.3 s]
/proc/loadavg: 4.11 4.11 4.06 6/247 967697
/proc/meminfo: memFree=122935448/131655788 swapFree=131071996/131071996
[pid=965849] ppid=965842 vsize=9932 memory=2728 CPUtime=0 cores=1,3
/proc/965849/stat : 965849 (naps-1.03.sh) S 965842 965849 965768 0 -1 4194304 218 245 0 0 0 0 0 0 20 0 1 0 185148600 10170368 682 134679101440 94849220984832 94849222064152 140727935971888 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94849224162608 94849224209796 94849237565440 140727935980511 140727935980640 140727935980640 140727935987656 0
/proc/965849/statm: 2483 682 603 264 0 134 0
[pid=965858] ppid=965849 vsize=312332 memory=270656 CPUtime=3093.03 cores=1,3
/proc/965858/stat : 965858 (naps-1.03) R 965849 965849 965768 0 -1 4194304 72375 0 0 0 309193 110 0 0 20 0 1 0 185148601 319827968 67664 134679101440 4194304 6891213 140724604804032 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 32911360 140724604806128 140724604806244 140724604806244 140724604813259 0
/proc/965858/statm: 78083 67664 468 659 0 77287 0
Current children cumulated CPU time: 3093.03 s
Current children cumulated vsize: 322264 KiB
Current children cumulated memory: 273384 KiB

[startup+3162.3 s]
/proc/loadavg: 4.12 4.11 4.06 6/247 967708
/proc/meminfo: memFree=122884804/131655788 swapFree=131071996/131071996
[pid=965849] ppid=965842 vsize=9932 memory=2728 CPUtime=0 cores=1,3
/proc/965849/stat : 965849 (naps-1.03.sh) S 965842 965849 965768 0 -1 4194304 218 245 0 0 0 0 0 0 20 0 1 0 185148600 10170368 682 134679101440 94849220984832 94849222064152 140727935971888 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94849224162608 94849224209796 94849237565440 140727935980511 140727935980640 140727935980640 140727935987656 0
/proc/965849/statm: 2483 682 603 264 0 134 0
[pid=965858] ppid=965849 vsize=312332 memory=291140 CPUtime=3152.83 cores=1,3
/proc/965858/stat : 965858 (naps-1.03) R 965849 965849 965768 0 -1 4194304 72461 0 0 0 315173 110 0 0 20 0 1 0 185148601 319827968 72785 134679101440 4194304 6891213 140724604804032 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 32911360 140724604806128 140724604806244 140724604806244 140724604813259 0
/proc/965858/statm: 78083 72785 468 659 0 77287 0
Current children cumulated CPU time: 3152.83 s
Current children cumulated vsize: 322264 KiB
Current children cumulated memory: 293868 KiB

[startup+3222.3 s]
/proc/loadavg: 4.19 4.13 4.07 6/245 967719
/proc/meminfo: memFree=122828900/131655788 swapFree=131071996/131071996
[pid=965849] ppid=965842 vsize=9932 memory=2728 CPUtime=0 cores=1,3
/proc/965849/stat : 965849 (naps-1.03.sh) S 965842 965849 965768 0 -1 4194304 218 245 0 0 0 0 0 0 20 0 1 0 185148600 10170368 682 134679101440 94849220984832 94849222064152 140727935971888 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94849224162608 94849224209796 94849237565440 140727935980511 140727935980640 140727935980640 140727935987656 0
/proc/965849/statm: 2483 682 603 264 0 134 0
[pid=965858] ppid=965849 vsize=262244 memory=240624 CPUtime=3212.64 cores=1,3
/proc/965858/stat : 965858 (naps-1.03) R 965849 965849 965768 0 -1 4194304 73432 0 0 0 321152 112 0 0 20 0 1 0 185148601 268537856 60156 134679101440 4194304 6891213 140724604804032 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 32911360 140724604806128 140724604806244 140724604806244 140724604813259 0
/proc/965858/statm: 65561 60156 468 659 0 64765 0
Current children cumulated CPU time: 3212.64 s
Current children cumulated vsize: 272176 KiB
Current children cumulated memory: 243352 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.12 4.07 6/245 967729
/proc/meminfo: memFree=122945300/131655788 swapFree=131071996/131071996
[pid=965849] ppid=965842 vsize=9932 memory=2728 CPUtime=0 cores=1,3
/proc/965849/stat : 965849 (naps-1.03.sh) S 965842 965849 965768 0 -1 4194304 218 245 0 0 0 0 0 0 20 0 1 0 185148600 10170368 682 134679101440 94849220984832 94849222064152 140727935971888 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94849224162608 94849224209796 94849237565440 140727935980511 140727935980640 140727935980640 140727935987656 0
/proc/965849/statm: 2483 682 603 264 0 134 0
[pid=965858] ppid=965849 vsize=312332 memory=268608 CPUtime=3272.45 cores=1,3
/proc/965858/stat : 965858 (naps-1.03) R 965849 965849 965768 0 -1 4194304 73759 0 0 0 327132 113 0 0 20 0 1 0 185148601 319827968 67152 134679101440 4194304 6891213 140724604804032 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 32911360 140724604806128 140724604806244 140724604806244 140724604813259 0
/proc/965858/statm: 78083 67152 468 659 0 77287 0
Current children cumulated CPU time: 3272.45 s
Current children cumulated vsize: 322264 KiB
Current children cumulated memory: 271336 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.13 4.08 6/245 967739
/proc/meminfo: memFree=122933796/131655788 swapFree=131071996/131071996
[pid=965849] ppid=965842 vsize=9932 memory=2728 CPUtime=0 cores=1,3
/proc/965849/stat : 965849 (naps-1.03.sh) S 965842 965849 965768 0 -1 4194304 218 245 0 0 0 0 0 0 20 0 1 0 185148600 10170368 682 134679101440 94849220984832 94849222064152 140727935971888 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94849224162608 94849224209796 94849237565440 140727935980511 140727935980640 140727935980640 140727935987656 0
/proc/965849/statm: 2483 682 603 264 0 134 0
[pid=965858] ppid=965849 vsize=312332 memory=287044 CPUtime=3332.25 cores=1,3
/proc/965858/stat : 965858 (naps-1.03) R 965849 965849 965768 0 -1 4194304 73841 0 0 0 333111 114 0 0 20 0 1 0 185148601 319827968 71761 134679101440 4194304 6891213 140724604804032 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 32911360 140724604806128 140724604806244 140724604806244 140724604813259 0
/proc/965858/statm: 78083 71761 468 659 0 77287 0
Current children cumulated CPU time: 3332.25 s
Current children cumulated vsize: 322264 KiB
Current children cumulated memory: 289772 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.13 4.08 6/245 967749
/proc/meminfo: memFree=122956296/131655788 swapFree=131071996/131071996
[pid=965849] ppid=965842 vsize=9932 memory=2728 CPUtime=0 cores=1,3
/proc/965849/stat : 965849 (naps-1.03.sh) S 965842 965849 965768 0 -1 4194304 218 245 0 0 0 0 0 0 20 0 1 0 185148600 10170368 682 134679101440 94849220984832 94849222064152 140727935971888 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94849224162608 94849224209796 94849237565440 140727935980511 140727935980640 140727935980640 140727935987656 0
/proc/965849/statm: 2483 682 603 264 0 134 0
[pid=965858] ppid=965849 vsize=231424 memory=226416 CPUtime=3392.04 cores=1,3
/proc/965858/stat : 965858 (naps-1.03) R 965849 965849 965768 0 -1 4194304 74321 0 0 0 339089 115 0 0 20 0 1 0 185148601 236978176 56604 134679101440 4194304 6891213 140724604804032 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 32911360 140724604806128 140724604806244 140724604806244 140724604813259 0
/proc/965858/statm: 57856 56604 468 659 0 57060 0
Current children cumulated CPU time: 3392.04 s
Current children cumulated vsize: 241356 KiB
Current children cumulated memory: 229144 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.12 4.08 6/245 967761
/proc/meminfo: memFree=122925044/131655788 swapFree=131071996/131071996
[pid=965849] ppid=965842 vsize=9932 memory=2728 CPUtime=0 cores=1,3
/proc/965849/stat : 965849 (naps-1.03.sh) S 965842 965849 965768 0 -1 4194304 218 245 0 0 0 0 0 0 20 0 1 0 185148600 10170368 682 134679101440 94849220984832 94849222064152 140727935971888 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94849224162608 94849224209796 94849237565440 140727935980511 140727935980640 140727935980640 140727935987656 0
/proc/965849/statm: 2483 682 603 264 0 134 0
[pid=965858] ppid=965849 vsize=312332 memory=262468 CPUtime=3451.85 cores=1,3
/proc/965858/stat : 965858 (naps-1.03) R 965849 965849 965768 0 -1 4194304 75201 0 0 0 345068 117 0 0 20 0 1 0 185148601 319827968 65617 134679101440 4194304 6891213 140724604804032 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 32911360 140724604806128 140724604806244 140724604806244 140724604813259 0
/proc/965858/statm: 78083 65617 468 659 0 77287 0
Current children cumulated CPU time: 3451.85 s
Current children cumulated vsize: 322264 KiB
Current children cumulated memory: 265196 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.13 4.09 6/248 967776
/proc/meminfo: memFree=122823980/131655788 swapFree=131071996/131071996
[pid=965849] ppid=965842 vsize=9932 memory=2728 CPUtime=0 cores=1,3
/proc/965849/stat : 965849 (naps-1.03.sh) S 965842 965849 965768 0 -1 4194304 218 245 0 0 0 0 0 0 20 0 1 0 185148600 10170368 682 134679101440 94849220984832 94849222064152 140727935971888 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94849224162608 94849224209796 94849237565440 140727935980511 140727935980640 140727935980640 140727935987656 0
/proc/965849/statm: 2483 682 603 264 0 134 0
[pid=965858] ppid=965849 vsize=312332 memory=284996 CPUtime=3511.65 cores=1,3
/proc/965858/stat : 965858 (naps-1.03) R 965849 965849 965768 0 -1 4194304 75213 0 0 0 351047 118 0 0 20 0 1 0 185148601 319827968 71249 134679101440 4194304 6891213 140724604804032 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 32911360 140724604806128 140724604806244 140724604806244 140724604813259 0
/proc/965858/statm: 78083 71249 468 659 0 77287 0
Current children cumulated CPU time: 3511.65 s
Current children cumulated vsize: 322264 KiB
Current children cumulated memory: 287724 KiB

[startup+3582.3 s]
/proc/loadavg: 4.18 4.13 4.09 6/248 967786
/proc/meminfo: memFree=122918380/131655788 swapFree=131071996/131071996
[pid=965849] ppid=965842 vsize=9932 memory=2728 CPUtime=0 cores=1,3
/proc/965849/stat : 965849 (naps-1.03.sh) S 965842 965849 965768 0 -1 4194304 218 245 0 0 0 0 0 0 20 0 1 0 185148600 10170368 682 134679101440 94849220984832 94849222064152 140727935971888 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94849224162608 94849224209796 94849237565440 140727935980511 140727935980640 140727935980640 140727935987656 0
/proc/965849/statm: 2483 682 603 264 0 134 0
[pid=965858] ppid=965849 vsize=312332 memory=301380 CPUtime=3571.45 cores=1,3
/proc/965858/stat : 965858 (naps-1.03) R 965849 965849 965768 0 -1 4194304 75304 0 0 0 357027 118 0 0 20 0 1 0 185148601 319827968 75345 134679101440 4194304 6891213 140724604804032 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 32911360 140724604806128 140724604806244 140724604806244 140724604813259 0
/proc/965858/statm: 78083 75345 468 659 0 77287 0
Current children cumulated CPU time: 3571.45 s
Current children cumulated vsize: 322264 KiB
Current children cumulated memory: 304108 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611 s]*
/proc/loadavg: 4.62 4.25 4.13 6/242 967799
/proc/meminfo: memFree=123178072/131655788 swapFree=131071996/131071996
[pid=965849] ppid=965842 vsize=9932 memory=2728 CPUtime=0 cores=1,3
/proc/965849/stat : 965849 (naps-1.03.sh) S 965842 965849 965768 0 -1 4194304 218 245 0 0 0 0 0 0 20 0 1 0 185148600 10170368 682 134679101440 94849220984832 94849222064152 140727935971888 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94849224162608 94849224209796 94849237565440 140727935980511 140727935980640 140727935980640 140727935987656 0
/proc/965849/statm: 2483 682 603 264 0 134 0
[pid=965858] ppid=965849 vsize=262244 memory=227548 CPUtime=3600.07 cores=1,3
/proc/965858/stat : 965858 (naps-1.03) R 965849 965849 965768 0 -1 4194304 76000 0 0 0 359888 119 0 0 20 0 1 0 185148601 268537856 56887 134679101440 4194304 6891213 140724604804032 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 32911360 140724604806128 140724604806244 140724604806244 140724604813259 0
/proc/965858/statm: 65561 56887 468 659 0 64765 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 272176 KiB
Current children cumulated memory: 230276 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3598.89 s, system=1.20527 s

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

Child status: 10

Real time (s): 3611.02
CPU time (s): 3600.09
CPU user time (s): 3598.89
CPU system time (s): 1.20527
CPU usage (%): 99.6975
Max. virtual memory (cumulated for all children) (KiB): 371584
Max. memory (cumulated for all children) (KiB): 329792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.89
system time used= 1.20527
maximum resident set size= 343444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76477
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= 125
involuntary context switches= 3180


# summary of solver processes directly reported to runsolver:
#   pid: 965849
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3598.89
#   total CPU system time (s): 1.20527

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.4521 second user time and 40.9754 second system time

The end

Launcher Data

Begin job on nodeC003 at 2024-07-18 21:12:17
IDJOB=4446138
IDBENCH=155459
IDSOLVER=3062
FILE ID=nodeC003/4446138-1721329925
RUNJOBID= nodeC003-1721329937-965780
SLURM_JOB_ID= 7542701
Free space on /tmp= 723732 MiB

SOLVER NAME= NaPS-GM 1.03
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-96.opb
COMMAND LINE= HOME/naps-1.03.sh -GM BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446138-1721329925/watcher-4446138-1721329925 -o /tmp/evaluation-result-4446138-1721329925/solver-4446138-1721329925 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721329937-965780 --watchdog 3760  HOME/naps-1.03.sh -GM HOME/instance-4446138-1721329925.opb

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

MD5SUM BENCH= 41cda2cdd43cae95a9671374dc621893
RANDOM SEED=6664382

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		: 1197.217
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		: 1197.227
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.227
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.218
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		: 1197.219
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		: 1197.217
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.227
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.246
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:        124264144 kB
MemAvailable:   129843040 kB
Buffers:          515308 kB
Cached:          5839896 kB
SwapCached:            0 kB
Active:           924548 kB
Inactive:        5783124 kB
Active(anon):       1380 kB
Inactive(anon):   388840 kB
Active(file):     923168 kB
Inactive(file):  5394284 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             61520 kB
Writeback:             0 kB
AnonPages:        352612 kB
Mapped:           109736 kB
Shmem:             37704 kB
KReclaimable:     202952 kB
Slab:             317876 kB
SReclaimable:     202952 kB
SUnreclaim:       114924 kB
KernelStack:        3776 kB
PageTables:         9892 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     736580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            58304 kB
HardwareCorrupted:     0 kB
AnonHugePages:    235520 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= 723688 MiB
End job on nodeC003 at 2024-07-18 22:12:28