Trace number 4463426

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 1.03a2? (exit code) 406.369 419.58

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/
academics/normalized-slangford-3-11_wcsp.wbo
MD5SUMd1e83745c12c7ec680c949b5ab02beb5
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark54
Best CPU time to get the best result obtained on this benchmark434.506
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1089
Total number of constraints53185
Number of soft constraints53152
Number of constraints which are clauses53152
Number of constraints which are cardinality constraints (but not clauses)33
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint33
Top cost 976
Min constraint cost 1
Max constraint cost 976
Sum of constraints costs 37740146
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 34
Number of bits of the biggest sum of numbers6
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.03a2.
0.00/0.00	c Input file name: HOME/instance-4463426-1722352855.wbo
0.00/0.00	c Initial goal by soft: 975
0.51/0.52	c single stage optimization mode
9.07/9.18	c Found but not a solution: 544971
96.34/96.65	c Found but not a solution: 20252
137.74/138.17	c Found but not a solution: 11759
198.67/199.20	c Found but not a solution: 7046
385.25/386.37	c Found but not a solution: 4223
402.41/403.56	terminate called after throwing an instance of 'std::bad_alloc'
402.41/403.56	  what():  std::bad_alloc
0.00/419.57	HOME/naps-1.03.sh: line 6: 15207 Aborted                 (core dumped) ${self_dir}/naps-1.03a2 ${@}

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: 64096 MiB (56626 MiB free)
  memory of node 1: 64473 MiB (43801 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4463426-1722352855/watcher-4463426-1722352855 -o /tmp/evaluation-result-4463426-1722352855/solver-4463426-1722352855 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1722351984-14359 --watchdog 3760 HOME/naps-1.03.sh HOME/instance-4463426-1722352855.wbo 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=15202, runsolver pid=15199

[startup+0.1001 s]*
/proc/loadavg: 4.62 4.26 3.29 5/249 15207
/proc/meminfo: memFree=102827232/131655788 swapFree=131071996/131071996
[pid=15202] ppid=15199 vsize=9932 memory=2676 CPUtime=0 cores=4,6
/proc/15202/stat : 15202 (naps-1.03.sh) S 15199 15202 14348 0 -1 4194304 220 238 0 0 0 0 0 0 20 0 1 0 1882008 10170368 669 134679101440 94924166029312 94924167108632 140728102342000 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94924169207088 94924169254276 94924197662720 140728102343651 140728102343776 140728102343776 140728102350792 0
/proc/15202/statm: 2483 669 590 264 0 134 0
[pid=15207] ppid=15202 vsize=15124 memory=13200 CPUtime=0.1 cores=4,6
/proc/15207/stat : 15207 (naps-1.03a2) R 15202 15202 14348 0 -1 4194304 3248 0 0 0 10 0 0 0 20 0 1 0 1882008 15486976 3300 134679101440 4194304 6891597 140729093026080 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 11489280 140729093030894 140729093031008 140729093031008 140729093038025 0
/proc/15207/statm: 3781 3300 580 659 0 2985 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 25056 KiB
Current children cumulated memory: 15876 KiB

[startup+0.213539 s]*
/proc/loadavg: 4.62 4.26 3.29 5/249 15207
/proc/meminfo: memFree=102816312/131655788 swapFree=131071996/131071996
[pid=15202] ppid=15199 vsize=9932 memory=2676 CPUtime=0 cores=4,6
/proc/15202/stat : 15202 (naps-1.03.sh) S 15199 15202 14348 0 -1 4194304 220 238 0 0 0 0 0 0 20 0 1 0 1882008 10170368 669 134679101440 94924166029312 94924167108632 140728102342000 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94924169207088 94924169254276 94924197662720 140728102343651 140728102343776 140728102343776 140728102350792 0
/proc/15202/statm: 2483 669 590 264 0 134 0
[pid=15207] ppid=15202 vsize=26140 memory=23976 CPUtime=0.21 cores=4,6
/proc/15207/stat : 15207 (naps-1.03a2) R 15202 15202 14348 0 -1 4194304 6461 0 0 0 20 1 0 0 20 0 1 0 1882008 26767360 5994 134679101440 4194304 6891597 140729093026080 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 11489280 140729093030894 140729093031008 140729093031008 140729093038025 0
/proc/15207/statm: 6535 5994 580 659 0 5739 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 36072 KiB
Current children cumulated memory: 26652 KiB

[startup+0.313669 s]*
/proc/loadavg: 4.62 4.26 3.29 5/249 15207
/proc/meminfo: memFree=102806764/131655788 swapFree=131071996/131071996
[pid=15202] ppid=15199 vsize=9932 memory=2676 CPUtime=0 cores=4,6
/proc/15202/stat : 15202 (naps-1.03.sh) S 15199 15202 14348 0 -1 4194304 220 238 0 0 0 0 0 0 20 0 1 0 1882008 10170368 669 134679101440 94924166029312 94924167108632 140728102342000 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94924169207088 94924169254276 94924197662720 140728102343651 140728102343776 140728102343776 140728102350792 0
/proc/15202/statm: 2483 669 590 264 0 134 0
[pid=15207] ppid=15202 vsize=38280 memory=36384 CPUtime=0.31 cores=4,6
/proc/15207/stat : 15207 (naps-1.03a2) R 15202 15202 14348 0 -1 4194304 9563 0 0 0 30 1 0 0 20 0 1 0 1882008 39198720 9096 134679101440 4194304 6891597 140729093026080 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 11489280 140729093030894 140729093031008 140729093031008 140729093038025 0
/proc/15207/statm: 9570 9096 580 659 0 8774 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 48212 KiB
Current children cumulated memory: 39060 KiB

[startup+0.700438 s]
/proc/loadavg: 4.62 4.26 3.29 5/249 15207
/proc/meminfo: memFree=102790804/131655788 swapFree=131071996/131071996
[pid=15202] ppid=15199 vsize=9932 memory=2676 CPUtime=0 cores=4,6
/proc/15202/stat : 15202 (naps-1.03.sh) S 15199 15202 14348 0 -1 4194304 220 238 0 0 0 0 0 0 20 0 1 0 1882008 10170368 669 134679101440 94924166029312 94924167108632 140728102342000 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94924169207088 94924169254276 94924197662720 140728102343651 140728102343776 140728102343776 140728102350792 0
/proc/15202/statm: 2483 669 590 264 0 134 0
[pid=15207] ppid=15202 vsize=54076 memory=52608 CPUtime=0.68 cores=4,6
/proc/15207/stat : 15207 (naps-1.03a2) R 15202 15202 14348 0 -1 4194304 13576 0 0 0 67 1 0 0 20 0 1 0 1882008 55373824 13152 134679101440 4194304 6891597 140729093026080 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 11489280 140729093030894 140729093031008 140729093031008 140729093038025 0
/proc/15207/statm: 13519 13152 612 659 0 12723 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 64008 KiB
Current children cumulated memory: 55284 KiB

[startup+1.50045 s]
/proc/loadavg: 4.62 4.26 3.29 5/249 15207
/proc/meminfo: memFree=102297192/131655788 swapFree=131071996/131071996
[pid=15202] ppid=15199 vsize=9932 memory=2676 CPUtime=0 cores=4,6
/proc/15202/stat : 15202 (naps-1.03.sh) S 15199 15202 14348 0 -1 4194304 220 238 0 0 0 0 0 0 20 0 1 0 1882008 10170368 669 134679101440 94924166029312 94924167108632 140728102342000 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94924169207088 94924169254276 94924197662720 140728102343651 140728102343776 140728102343776 140728102350792 0
/proc/15202/statm: 2483 669 590 264 0 134 0
[pid=15207] ppid=15202 vsize=54076 memory=52608 CPUtime=1.48 cores=4,6
/proc/15207/stat : 15207 (naps-1.03a2) R 15202 15202 14348 0 -1 4194304 13576 0 0 0 147 1 0 0 20 0 1 0 1882008 55373824 13152 134679101440 4194304 6891597 140729093026080 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 11489280 140729093030894 140729093031008 140729093031008 140729093038025 0
/proc/15207/statm: 13519 13152 612 659 0 12723 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 64008 KiB
Current children cumulated memory: 55284 KiB

[startup+3.11325 s]
/proc/loadavg: 4.62 4.26 3.29 5/249 15207
/proc/meminfo: memFree=102220424/131655788 swapFree=131071996/131071996
[pid=15202] ppid=15199 vsize=9932 memory=2676 CPUtime=0 cores=4,6
/proc/15202/stat : 15202 (naps-1.03.sh) S 15199 15202 14348 0 -1 4194304 220 238 0 0 0 0 0 0 20 0 1 0 1882008 10170368 669 134679101440 94924166029312 94924167108632 140728102342000 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94924169207088 94924169254276 94924197662720 140728102343651 140728102343776 140728102343776 140728102350792 0
/proc/15202/statm: 2483 669 590 264 0 134 0
[pid=15207] ppid=15202 vsize=54076 memory=52608 CPUtime=3.09 cores=4,6
/proc/15207/stat : 15207 (naps-1.03a2) R 15202 15202 14348 0 -1 4194304 13576 0 0 0 308 1 0 0 20 0 1 0 1882008 55373824 13152 134679101440 4194304 6891597 140729093026080 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 11489280 140729093030894 140729093031008 140729093031008 140729093038025 0
/proc/15207/statm: 13519 13152 612 659 0 12723 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 64008 KiB
Current children cumulated memory: 55284 KiB

[startup+6.30042 s]
/proc/loadavg: 4.57 4.25 3.30 5/249 15209
/proc/meminfo: memFree=102307320/131655788 swapFree=131071996/131071996
[pid=15202] ppid=15199 vsize=9932 memory=2676 CPUtime=0 cores=4,6
/proc/15202/stat : 15202 (naps-1.03.sh) S 15199 15202 14348 0 -1 4194304 220 238 0 0 0 0 0 0 20 0 1 0 1882008 10170368 669 134679101440 94924166029312 94924167108632 140728102342000 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94924169207088 94924169254276 94924197662720 140728102343651 140728102343776 140728102343776 140728102350792 0
/proc/15202/statm: 2483 669 590 264 0 134 0
[pid=15207] ppid=15202 vsize=54076 memory=52608 CPUtime=6.27 cores=4,6
/proc/15207/stat : 15207 (naps-1.03a2) R 15202 15202 14348 0 -1 4194304 13576 0 0 0 626 1 0 0 20 0 1 0 1882008 55373824 13152 134679101440 4194304 6891597 140729093026080 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 11489280 140729093030894 140729093031008 140729093031008 140729093038025 0
/proc/15207/statm: 13519 13152 612 659 0 12723 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 64008 KiB
Current children cumulated memory: 55284 KiB

[startup+12.7004 s]
/proc/loadavg: 4.52 4.25 3.30 5/249 15209
/proc/meminfo: memFree=102771784/131655788 swapFree=131071996/131071996
[pid=15202] ppid=15199 vsize=9932 memory=2676 CPUtime=0 cores=4,6
/proc/15202/stat : 15202 (naps-1.03.sh) S 15199 15202 14348 0 -1 4194304 220 238 0 0 0 0 0 0 20 0 1 0 1882008 10170368 669 134679101440 94924166029312 94924167108632 140728102342000 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94924169207088 94924169254276 94924197662720 140728102343651 140728102343776 140728102343776 140728102350792 0
/proc/15202/statm: 2483 669 590 264 0 134 0
[pid=15207] ppid=15202 vsize=71348 memory=67324 CPUtime=12.66 cores=4,6
/proc/15207/stat : 15207 (naps-1.03a2) R 15202 15202 14348 0 -1 4194304 16766 0 0 0 1264 2 0 0 20 0 1 0 1882008 73060352 16831 134679101440 4194304 6891597 140729093026080 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 11489280 140729093030894 140729093031008 140729093031008 140729093038025 0
/proc/15207/statm: 17837 16831 612 659 0 17041 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 81280 KiB
Current children cumulated memory: 70000 KiB

[startup+25.5005 s]
/proc/loadavg: 4.41 4.24 3.31 5/249 15212
/proc/meminfo: memFree=101225992/131655788 swapFree=131071996/131071996
[pid=15202] ppid=15199 vsize=9932 memory=2676 CPUtime=0 cores=4,6
/proc/15202/stat : 15202 (naps-1.03.sh) S 15199 15202 14348 0 -1 4194304 220 238 0 0 0 0 0 0 20 0 1 0 1882008 10170368 669 134679101440 94924166029312 94924167108632 140728102342000 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94924169207088 94924169254276 94924197662720 140728102343651 140728102343776 140728102343776 140728102350792 0
/proc/15202/statm: 2483 669 590 264 0 134 0
[pid=15207] ppid=15202 vsize=1700108 memory=1684376 CPUtime=25.42 cores=4,6
/proc/15207/stat : 15207 (naps-1.03a2) R 15202 15202 14348 0 -1 4194304 186792 0 0 0 2481 61 0 0 20 0 1 0 1882008 1740910592 421094 134679101440 4194304 6891597 140729093026080 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 11489280 140729093030894 140729093031008 140729093031008 140729093038025 0
/proc/15207/statm: 425027 421094 612 659 0 424231 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 1710040 KiB
Current children cumulated memory: 1687052 KiB

[startup+51.1132 s]
/proc/loadavg: 4.33 4.23 3.34 5/249 15215
/proc/meminfo: memFree=90035248/131655788 swapFree=131071996/131071996
[pid=15202] ppid=15199 vsize=9932 memory=2676 CPUtime=0 cores=4,6
/proc/15202/stat : 15202 (naps-1.03.sh) S 15199 15202 14348 0 -1 4194304 220 238 0 0 0 0 0 0 20 0 1 0 1882008 10170368 669 134679101440 94924166029312 94924167108632 140728102342000 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94924169207088 94924169254276 94924197662720 140728102343651 140728102343776 140728102343776 140728102350792 0
/proc/15202/statm: 2483 669 590 264 0 134 0
[pid=15207] ppid=15202 vsize=12828384 memory=12177664 CPUtime=50.97 cores=4,6
/proc/15207/stat : 15207 (naps-1.03a2) R 15202 15202 14348 0 -1 4194304 1209691 0 0 0 4660 437 0 0 20 0 1 0 1882008 13136265216 3044416 134679101440 4194304 6891597 140729093026080 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 11489280 140729093030894 140729093031008 140729093031008 140729093038025 0
/proc/15207/statm: 3207096 3044416 612 659 0 3206300 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 12838316 KiB
Current children cumulated memory: 12180340 KiB

[startup+102.3 s]
/proc/loadavg: 4.21 4.21 3.38 5/249 15224
/proc/meminfo: memFree=88702276/131655788 swapFree=131071996/131071996
[pid=15202] ppid=15199 vsize=9932 memory=2676 CPUtime=0 cores=4,6
/proc/15202/stat : 15202 (naps-1.03.sh) S 15199 15202 14348 0 -1 4194304 220 238 0 0 0 0 0 0 20 0 1 0 1882008 10170368 669 134679101440 94924166029312 94924167108632 140728102342000 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94924169207088 94924169254276 94924197662720 140728102343651 140728102343776 140728102343776 140728102350792 0
/proc/15202/statm: 2483 669 590 264 0 134 0
[pid=15207] ppid=15202 vsize=13897828 memory=13431152 CPUtime=102.02 cores=4,6
/proc/15207/stat : 15207 (naps-1.03a2) R 15202 15202 14348 0 -1 4194304 1432401 0 0 0 9722 480 0 0 20 0 1 0 1882008 14231375872 3357788 134679101440 4194304 6891597 140729093026080 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 11489280 140729093030894 140729093031008 140729093031008 140729093038025 0
/proc/15207/statm: 3474457 3357788 644 659 0 3473661 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 13907760 KiB
Current children cumulated memory: 13433828 KiB

[startup+162.3 s]
/proc/loadavg: 4.24 4.22 3.44 5/249 15234
/proc/meminfo: memFree=85448956/131655788 swapFree=131071996/131071996
[pid=15202] ppid=15199 vsize=9932 memory=2676 CPUtime=0 cores=4,6
/proc/15202/stat : 15202 (naps-1.03.sh) S 15199 15202 14348 0 -1 4194304 220 238 0 0 0 0 0 0 20 0 1 0 1882008 10170368 669 134679101440 94924166029312 94924167108632 140728102342000 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94924169207088 94924169254276 94924197662720 140728102343651 140728102343776 140728102343776 140728102350792 0
/proc/15202/statm: 2483 669 590 264 0 134 0
[pid=15207] ppid=15202 vsize=23390684 memory=22314132 CPUtime=161.88 cores=4,6
/proc/15207/stat : 15207 (naps-1.03a2) R 15202 15202 14348 0 -1 4194304 2030711 0 0 0 15353 835 0 0 20 0 1 0 1882008 23952060416 5578533 134679101440 4194304 6891597 140729093026080 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 11489280 140729093030894 140729093031008 140729093031008 140729093038025 0
/proc/15207/statm: 5847671 5578533 644 659 0 5846875 0
Current children cumulated CPU time: 161.88 s
Current children cumulated vsize: 23400616 KiB
Current children cumulated memory: 22316808 KiB

[startup+222.3 s]
/proc/loadavg: 4.15 4.19 3.48 5/249 15595
/proc/meminfo: memFree=86489552/131655788 swapFree=131071996/131071996
[pid=15202] ppid=15199 vsize=9932 memory=2676 CPUtime=0 cores=4,6
/proc/15202/stat : 15202 (naps-1.03.sh) S 15199 15202 14348 0 -1 4194304 220 238 0 0 0 0 0 0 20 0 1 0 1882008 10170368 669 134679101440 94924166029312 94924167108632 140728102342000 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94924169207088 94924169254276 94924197662720 140728102343651 140728102343776 140728102343776 140728102350792 0
/proc/15202/statm: 2483 669 590 264 0 134 0
[pid=15207] ppid=15202 vsize=27959216 memory=26885264 CPUtime=221.71 cores=4,6
/proc/15207/stat : 15207 (naps-1.03a2) R 15202 15202 14348 0 -1 4194304 2853079 0 0 0 21174 997 0 0 20 0 1 0 1882008 28630237184 6721316 134679101440 4194304 6891597 140729093026080 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 11489280 140729093030894 140729093031008 140729093031008 140729093038025 0
/proc/15207/statm: 6989804 6721316 644 659 0 6989008 0
Current children cumulated CPU time: 221.71 s
Current children cumulated vsize: 27969148 KiB
Current children cumulated memory: 26887940 KiB

[startup+282.3 s]
/proc/loadavg: 4.24 4.20 3.53 5/250 15993
/proc/meminfo: memFree=84214604/131655788 swapFree=131071996/131071996
[pid=15202] ppid=15199 vsize=9932 memory=2676 CPUtime=0 cores=4,6
/proc/15202/stat : 15202 (naps-1.03.sh) S 15199 15202 14348 0 -1 4194304 220 238 0 0 0 0 0 0 20 0 1 0 1882008 10170368 669 134679101440 94924166029312 94924167108632 140728102342000 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94924169207088 94924169254276 94924197662720 140728102343651 140728102343776 140728102343776 140728102350792 0
/proc/15202/statm: 2483 669 590 264 0 134 0
[pid=15207] ppid=15202 vsize=28493492 memory=26974436 CPUtime=281.54 cores=4,6
/proc/15207/stat : 15207 (naps-1.03a2) R 15202 15202 14348 0 -1 4194304 2882913 0 0 0 27116 1038 0 0 20 0 1 0 1882008 29177335808 6743609 134679101440 4194304 6891597 140729093026080 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 11489280 140729093030894 140729093031008 140729093031008 140729093038025 0
/proc/15207/statm: 7123373 6743609 644 659 0 7122577 0
Current children cumulated CPU time: 281.54 s
Current children cumulated vsize: 28503424 KiB
Current children cumulated memory: 26977112 KiB

[startup+342.3 s]
/proc/loadavg: 4.89 4.40 3.64 5/248 16004
/proc/meminfo: memFree=79755800/131655788 swapFree=131071996/131071996
[pid=15202] ppid=15199 vsize=9932 memory=2676 CPUtime=0 cores=4,6
/proc/15202/stat : 15202 (naps-1.03.sh) S 15199 15202 14348 0 -1 4194304 220 238 0 0 0 0 0 0 20 0 1 0 1882008 10170368 669 134679101440 94924166029312 94924167108632 140728102342000 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94924169207088 94924169254276 94924197662720 140728102343651 140728102343776 140728102343776 140728102350792 0
/proc/15202/statm: 2483 669 590 264 0 134 0
[pid=15207] ppid=15202 vsize=28493492 memory=26976512 CPUtime=341.38 cores=4,6
/proc/15207/stat : 15207 (naps-1.03a2) R 15202 15202 14348 0 -1 4194304 2888756 0 0 0 33093 1045 0 0 20 0 1 0 1882008 29177335808 6744128 134679101440 4194304 6891597 140729093026080 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 11489280 140729093030894 140729093031008 140729093031008 140729093038025 0
/proc/15207/statm: 7123373 6744128 644 659 0 7122577 0
Current children cumulated CPU time: 341.38 s
Current children cumulated vsize: 28503424 KiB
Current children cumulated memory: 26979188 KiB

[startup+402.3 s]
/proc/loadavg: 4.36 4.33 3.67 5/248 16014
/proc/meminfo: memFree=77614000/131655788 swapFree=131071996/131071996
[pid=15202] ppid=15199 vsize=9932 memory=2676 CPUtime=0 cores=4,6
/proc/15202/stat : 15202 (naps-1.03.sh) S 15199 15202 14348 0 -1 4194304 220 238 0 0 0 0 0 0 20 0 1 0 1882008 10170368 669 134679101440 94924166029312 94924167108632 140728102342000 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94924169207088 94924169254276 94924197662720 140728102343651 140728102343776 140728102343776 140728102350792 0
/proc/15202/statm: 2483 669 590 264 0 134 0
[pid=15207] ppid=15202 vsize=29180712 memory=28091328 CPUtime=401.21 cores=4,6
/proc/15207/stat : 15207 (naps-1.03a2) R 15202 15202 14348 0 -1 4194304 3056504 0 0 0 39034 1087 0 0 20 0 1 0 1882008 29881049088 7022832 134679101440 4194304 6891597 140729093026080 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 11489280 140729093030894 140729093031008 140729093031008 140729093038025 0
/proc/15207/statm: 7295211 7022832 644 659 0 7294415 0
Current children cumulated CPU time: 401.21 s
Current children cumulated vsize: 29190644 KiB
Current children cumulated memory: 28094004 KiB

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

# cumulated CPU time of all completed processes:  user=391.146 s, system=15.2231 s

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

[startup+409.6 s]
/proc/loadavg: 4.38 4.34 3.68 5/249 16018
/proc/meminfo: memFree=72881408/131655788 swapFree=131071996/131071996
[pid=15202] ppid=15199 vsize=9932 memory=2676 CPUtime=0 cores=4,6
/proc/15202/stat : 15202 (naps-1.03.sh) S 15199 15202 14348 0 -1 4194304 220 238 0 0 0 0 0 0 20 0 1 0 1882008 10170368 669 134679101440 94924166029312 94924167108632 140728102342000 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94924169207088 94924169254276 94924197662720 140728102343651 140728102343776 140728102343776 140728102350792 0
/proc/15202/statm: 2483 669 590 264 0 134 0
[pid=15207] ppid=15202 vsize=30322504 memory=29270240 CPUtime=405.68 cores=4,6
/proc/15207/stat : 15207 (naps-1.03a2) S 15202 15202 14348 0 -1 4195840 3082491 0 0 0 39114 1454 0 0 20 0 1 0 1882008 31050244096 7317560 134679101440 4194304 6891597 140729093026080 140729092967120 6272956 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 11489280 140729093030894 140729093031008 140729093031008 140729093038025 0
/proc/15207/statm: 7580626 7317560 644 659 0 7579830 0
Current children cumulated CPU time: 405.68 s
Current children cumulated vsize: 30332436 KiB
Current children cumulated memory: 29272916 KiB

[startup+416 s]*
/proc/loadavg: 4.43 4.35 3.69 4/249 16020
/proc/meminfo: memFree=72246440/131655788 swapFree=131071996/131071996
[pid=15202] ppid=15199 vsize=9932 memory=2676 CPUtime=0 cores=4,6
/proc/15202/stat : 15202 (naps-1.03.sh) S 15199 15202 14348 0 -1 4194304 220 238 0 0 0 0 0 0 20 0 1 0 1882008 10170368 669 134679101440 94924166029312 94924167108632 140728102342000 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94924169207088 94924169254276 94924197662720 140728102343651 140728102343776 140728102343776 140728102350792 0
/proc/15202/statm: 2483 669 590 264 0 134 0
[pid=15207] ppid=15202 vsize=30322504 memory=29270240 CPUtime=405.68 cores=4,6
/proc/15207/stat : 15207 (naps-1.03a2) S 15202 15202 14348 0 -1 4195840 3082491 0 0 0 39114 1454 0 0 20 0 1 0 1882008 31050244096 7317560 134679101440 4194304 6891597 140729093026080 140729092967120 6272956 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 11489280 140729093030894 140729093031008 140729093031008 140729093038025 0
/proc/15207/statm: 7580626 7317560 644 659 0 7579830 0
Current children cumulated CPU time: 405.68 s
Current children cumulated vsize: 30332436 KiB
Current children cumulated memory: 29272916 KiB

[startup+417.6 s]
/proc/loadavg: 4.43 4.35 3.69 4/249 16020
/proc/meminfo: memFree=71847000/131655788 swapFree=131071996/131071996
[pid=15202] ppid=15199 vsize=9932 memory=2676 CPUtime=0 cores=4,6
/proc/15202/stat : 15202 (naps-1.03.sh) S 15199 15202 14348 0 -1 4194304 220 238 0 0 0 0 0 0 20 0 1 0 1882008 10170368 669 134679101440 94924166029312 94924167108632 140728102342000 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94924169207088 94924169254276 94924197662720 140728102343651 140728102343776 140728102343776 140728102350792 0
/proc/15202/statm: 2483 669 590 264 0 134 0
[pid=15207] ppid=15202 vsize=30322504 memory=29270240 CPUtime=405.68 cores=4,6
/proc/15207/stat : 15207 (naps-1.03a2) S 15202 15202 14348 0 -1 4195840 3082491 0 0 0 39114 1454 0 0 20 0 1 0 1882008 31050244096 7317560 134679101440 4194304 6891597 140729093026080 140729092967120 6272956 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 11489280 140729093030894 140729093031008 140729093031008 140729093038025 0
/proc/15207/statm: 7580626 7317560 644 659 0 7579830 0
Current children cumulated CPU time: 405.68 s
Current children cumulated vsize: 30332436 KiB
Current children cumulated memory: 29272916 KiB

[startup+418.4 s]
/proc/loadavg: 4.43 4.35 3.69 4/249 16020
/proc/meminfo: memFree=71831928/131655788 swapFree=131071996/131071996
[pid=15202] ppid=15199 vsize=9932 memory=2676 CPUtime=0 cores=4,6
/proc/15202/stat : 15202 (naps-1.03.sh) S 15199 15202 14348 0 -1 4194304 220 238 0 0 0 0 0 0 20 0 1 0 1882008 10170368 669 134679101440 94924166029312 94924167108632 140728102342000 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94924169207088 94924169254276 94924197662720 140728102343651 140728102343776 140728102343776 140728102350792 0
/proc/15202/statm: 2483 669 590 264 0 134 0
[pid=15207] ppid=15202 vsize=30322504 memory=29270240 CPUtime=405.68 cores=4,6
/proc/15207/stat : 15207 (naps-1.03a2) S 15202 15202 14348 0 -1 4195840 3082491 0 0 0 39114 1454 0 0 20 0 1 0 1882008 31050244096 7317560 134679101440 4194304 6891597 140729093026080 140729092967120 6272956 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 11489280 140729093030894 140729093031008 140729093031008 140729093038025 0
/proc/15207/statm: 7580626 7317560 644 659 0 7579830 0
Current children cumulated CPU time: 405.68 s
Current children cumulated vsize: 30332436 KiB
Current children cumulated memory: 29272916 KiB

[startup+419.2 s]
/proc/loadavg: 4.39 4.35 3.69 5/249 16020
/proc/meminfo: memFree=75470060/131655788 swapFree=131071996/131071996
[pid=15202] ppid=15199 vsize=9932 memory=2676 CPUtime=0 cores=4,6
/proc/15202/stat : 15202 (naps-1.03.sh) S 15199 15202 14348 0 -1 4194304 220 238 0 0 0 0 0 0 20 0 1 0 1882008 10170368 669 134679101440 94924166029312 94924167108632 140728102342000 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94924169207088 94924169254276 94924197662720 140728102343651 140728102343776 140728102343776 140728102350792 0
/proc/15202/statm: 2483 669 590 264 0 134 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9932 KiB
Current children cumulated memory: 2676 KiB

[startup+419.4 s]
/proc/loadavg: 4.39 4.35 3.69 5/249 16020
/proc/meminfo: memFree=75470060/131655788 swapFree=131071996/131071996
[pid=15202] ppid=15199 vsize=9932 memory=2676 CPUtime=0 cores=4,6
/proc/15202/stat : 15202 (naps-1.03.sh) S 15199 15202 14348 0 -1 4194304 220 238 0 0 0 0 0 0 20 0 1 0 1882008 10170368 669 134679101440 94924166029312 94924167108632 140728102342000 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94924169207088 94924169254276 94924197662720 140728102343651 140728102343776 140728102343776 140728102350792 0
/proc/15202/statm: 2483 669 590 264 0 134 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9932 KiB
Current children cumulated memory: 2676 KiB

[startup+419.5 s]
/proc/loadavg: 4.39 4.35 3.69 5/249 16020
/proc/meminfo: memFree=75470060/131655788 swapFree=131071996/131071996
[pid=15202] ppid=15199 vsize=9932 memory=2676 CPUtime=0 cores=4,6
/proc/15202/stat : 15202 (naps-1.03.sh) S 15199 15202 14348 0 -1 4194304 220 238 0 0 0 0 0 0 20 0 1 0 1882008 10170368 669 134679101440 94924166029312 94924167108632 140728102342000 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94924169207088 94924169254276 94924197662720 140728102343651 140728102343776 140728102343776 140728102350792 0
/proc/15202/statm: 2483 669 590 264 0 134 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9932 KiB
Current children cumulated memory: 2676 KiB

Child status: 134

Real time (s): 419.58
CPU time (s): 406.369
CPU user time (s): 391.146
CPU system time (s): 15.2231
CPU usage (%): 96.8515
Max. virtual memory (cumulated for all children) (KiB): 31380860
Max. memory (cumulated for all children) (KiB): 30151512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 391.146
system time used= 15.2231
maximum resident set size= 30318820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3082966
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= 74
involuntary context switches= 445


# summary of solver processes directly reported to runsolver:
#   pid: 15202
#   total CPU time (s): 406.369
#   total CPU user time (s): 391.146
#   total CPU system time (s): 15.2231

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.15833 second user time and 4.48391 second system time

The end

Launcher Data

Begin job on nodeC006 at 2024-07-30 17:20:55
IDJOB=4463426
IDBENCH=143901
IDSOLVER=3090
FILE ID=nodeC006/4463426-1722352855
RUNJOBID= nodeC006-1722351984-14359
SLURM_JOB_ID= 8249022
Free space on /tmp= 723764 MiB

SOLVER NAME= NaPS 1.03a2
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/academics/normalized-slangford-3-11_wcsp.wbo
COMMAND LINE= HOME/naps-1.03.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4463426-1722352855/watcher-4463426-1722352855 -o /tmp/evaluation-result-4463426-1722352855/solver-4463426-1722352855 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1722351984-14359 --watchdog 3760  HOME/naps-1.03.sh HOME/instance-4463426-1722352855.wbo

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

MD5SUM BENCH= d1e83745c12c7ec680c949b5ab02beb5
RANDOM SEED=376908673

nodeC006.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.732
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.46
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		: 3654.803
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.38
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.291
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.46
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.273
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.38
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.743
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.46
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		: 3491.732
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.38
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.180
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.46
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.394
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.38
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        102838604 kB
MemAvailable:   109438844 kB
Buffers:           63600 kB
Cached:          7319388 kB
SwapCached:            0 kB
Active:           194156 kB
Inactive:       28039196 kB
Active(anon):       1444 kB
Inactive(anon): 20870232 kB
Active(file):     192712 kB
Inactive(file):  7168964 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              7240 kB
Writeback:             0 kB
AnonPages:      20849936 kB
Mapped:            96120 kB
Shmem:             21320 kB
KReclaimable:     157528 kB
Slab:             240568 kB
SReclaimable:     157528 kB
SUnreclaim:        83040 kB
KernelStack:        3984 kB
PageTables:        49924 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   22985908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:             6400 kB
HardwareCorrupted:     0 kB
AnonHugePages:  14229504 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:      226120 kB
DirectMap2M:    16455680 kB
DirectMap1G:    119537664 kB

Free space on /tmp at the end= 723756 MiB
End job on nodeC006 at 2024-07-30 17:27:55