Trace number 4461387

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.03a1? (exit code) 383.186 400.326

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.03a1.
0.00/0.00	c Input file name: HOME/instance-4461387-1722079475.wbo
0.00/0.00	c Initial goal by soft: 975
0.39/0.50	c single stage optimization mode
9.05/9.17	c Found but not a solution: 544971
93.42/93.71	c Found but not a solution: 20252
133.21/133.64	c Found but not a solution: 11759
192.74/193.30	c Found but not a solution: 7046
364.07/365.15	c Found but not a solution: 4223
380.71/381.87	terminate called after throwing an instance of 'std::bad_alloc'
380.71/381.87	  what():  std::bad_alloc
0.00/400.32	HOME/naps-1.03.sh: line 6: 335033 Aborted                 (core dumped) ${self_dir}/naps-1.03 ${@}

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4461387-1722079475/watcher-4461387-1722079475 -o /tmp/evaluation-result-4461387-1722079475/solver-4461387-1722079475 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1722075866-333071 --watchdog 3760 HOME/naps-1.03.sh HOME/instance-4461387-1722079475.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
solver pid=335028, runsolver pid=335025
Current StackSize limit: 8192 KiB


[startup+0.101059 s]*
/proc/loadavg: 4.14 4.12 4.09 5/258 335033
/proc/meminfo: memFree=120833976/131524600 swapFree=131061696/131071996
[pid=335028] ppid=335025 vsize=9932 memory=2636 CPUtime=0 cores=4,6
/proc/335028/stat : 335028 (naps-1.03.sh) S 335025 335028 333060 0 -1 4194304 221 240 0 0 0 0 0 0 20 0 1 0 44475852 10170368 659 134679101440 94126246252544 94126247331864 140723292442256 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94126249430320 94126249477508 94126255566848 140723292443621 140723292443746 140723292443746 140723292450760 0
/proc/335028/statm: 2483 659 580 264 0 134 0
[pid=335033] ppid=335028 vsize=14792 memory=12936 CPUtime=0.09 cores=4,6
/proc/335033/stat : 335033 (naps-1.03) R 335028 335028 333060 0 -1 4194304 3187 0 0 0 9 0 0 0 20 0 1 0 44475852 15147008 3234 134679101440 4194304 6891597 140730718784368 0 0 0 0 0 17922 0 0 0 17 6 0 0 0 0 0 7398840 7447120 39604224 140730718786550 140730718786662 140730718786662 140730718793675 0
/proc/335033/statm: 3698 3234 580 659 0 2902 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 24724 KiB
Current children cumulated memory: 15572 KiB

[startup+0.206077 s]*
/proc/loadavg: 4.14 4.12 4.09 5/258 335033
/proc/meminfo: memFree=120823052/131524600 swapFree=131061696/131071996
[pid=335028] ppid=335025 vsize=9932 memory=2636 CPUtime=0 cores=4,6
/proc/335028/stat : 335028 (naps-1.03.sh) S 335025 335028 333060 0 -1 4194304 221 240 0 0 0 0 0 0 20 0 1 0 44475852 10170368 659 134679101440 94126246252544 94126247331864 140723292442256 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94126249430320 94126249477508 94126255566848 140723292443621 140723292443746 140723292443746 140723292450760 0
/proc/335028/statm: 2483 659 580 264 0 134 0
[pid=335033] ppid=335028 vsize=25744 memory=23448 CPUtime=0.18 cores=4,6
/proc/335033/stat : 335033 (naps-1.03) R 335028 335028 333060 0 -1 4194304 5837 0 0 0 18 0 0 0 20 0 1 0 44475852 26361856 5862 134679101440 4194304 6891597 140730718784368 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 39604224 140730718786550 140730718786662 140730718786662 140730718793675 0
/proc/335033/statm: 6436 5862 580 659 0 5640 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 35676 KiB
Current children cumulated memory: 26084 KiB

[startup+0.305512 s]*
/proc/loadavg: 4.14 4.12 4.09 5/258 335033
/proc/meminfo: memFree=120813840/131524600 swapFree=131061696/131071996
[pid=335028] ppid=335025 vsize=9932 memory=2636 CPUtime=0 cores=4,6
/proc/335028/stat : 335028 (naps-1.03.sh) S 335025 335028 333060 0 -1 4194304 221 240 0 0 0 0 0 0 20 0 1 0 44475852 10170368 659 134679101440 94126246252544 94126247331864 140723292442256 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94126249430320 94126249477508 94126255566848 140723292443621 140723292443746 140723292443746 140723292450760 0
/proc/335028/statm: 2483 659 580 264 0 134 0
[pid=335033] ppid=335028 vsize=37884 memory=35856 CPUtime=0.29 cores=4,6
/proc/335033/stat : 335033 (naps-1.03) R 335028 335028 333060 0 -1 4194304 8940 0 0 0 28 1 0 0 20 0 1 0 44475852 38793216 8964 134679101440 4194304 6891597 140730718784368 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 39604224 140730718786550 140730718786662 140730718786662 140730718793675 0
/proc/335033/statm: 9471 8964 580 659 0 8675 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 47816 KiB
Current children cumulated memory: 38492 KiB

[startup+0.700243 s]
/proc/loadavg: 4.21 4.13 4.10 4/252 335041
/proc/meminfo: memFree=120924096/131524600 swapFree=131061696/131071996
[pid=335028] ppid=335025 vsize=9932 memory=2636 CPUtime=0 cores=4,6
/proc/335028/stat : 335028 (naps-1.03.sh) S 335025 335028 333060 0 -1 4194304 221 240 0 0 0 0 0 0 20 0 1 0 44475852 10170368 659 134679101440 94126246252544 94126247331864 140723292442256 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94126249430320 94126249477508 94126255566848 140723292443621 140723292443746 140723292443746 140723292450760 0
/proc/335028/statm: 2483 659 580 264 0 134 0
[pid=335033] ppid=335028 vsize=54076 memory=52608 CPUtime=0.67 cores=4,6
/proc/335033/stat : 335033 (naps-1.03) R 335028 335028 333060 0 -1 4194304 13066 0 0 0 66 1 0 0 20 0 1 0 44475852 55373824 13152 134679101440 4194304 6891597 140730718784368 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 39604224 140730718786550 140730718786662 140730718786662 140730718793675 0
/proc/335033/statm: 13519 13152 612 659 0 12723 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 64008 KiB
Current children cumulated memory: 55244 KiB

[startup+1.50024 s]
/proc/loadavg: 4.21 4.13 4.10 3/251 335097
/proc/meminfo: memFree=121228408/131524600 swapFree=131061696/131071996
[pid=335028] ppid=335025 vsize=9932 memory=2636 CPUtime=0 cores=4,6
/proc/335028/stat : 335028 (naps-1.03.sh) S 335025 335028 333060 0 -1 4194304 221 240 0 0 0 0 0 0 20 0 1 0 44475852 10170368 659 134679101440 94126246252544 94126247331864 140723292442256 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94126249430320 94126249477508 94126255566848 140723292443621 140723292443746 140723292443746 140723292450760 0
/proc/335028/statm: 2483 659 580 264 0 134 0
[pid=335033] ppid=335028 vsize=54076 memory=52608 CPUtime=1.47 cores=4,6
/proc/335033/stat : 335033 (naps-1.03) R 335028 335028 333060 0 -1 4194304 13066 0 0 0 146 1 0 0 20 0 1 0 44475852 55373824 13152 134679101440 4194304 6891597 140730718784368 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 39604224 140730718786550 140730718786662 140730718786662 140730718793675 0
/proc/335033/statm: 13519 13152 612 659 0 12723 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 64008 KiB
Current children cumulated memory: 55244 KiB

[startup+3.10548 s]
/proc/loadavg: 4.21 4.13 4.10 5/258 335233
/proc/meminfo: memFree=121048348/131524600 swapFree=131061696/131071996
[pid=335028] ppid=335025 vsize=9932 memory=2636 CPUtime=0 cores=4,6
/proc/335028/stat : 335028 (naps-1.03.sh) S 335025 335028 333060 0 -1 4194304 221 240 0 0 0 0 0 0 20 0 1 0 44475852 10170368 659 134679101440 94126246252544 94126247331864 140723292442256 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94126249430320 94126249477508 94126255566848 140723292443621 140723292443746 140723292443746 140723292450760 0
/proc/335028/statm: 2483 659 580 264 0 134 0
[pid=335033] ppid=335028 vsize=54076 memory=52608 CPUtime=3.07 cores=4,6
/proc/335033/stat : 335033 (naps-1.03) R 335028 335028 333060 0 -1 4194304 13067 0 0 0 306 1 0 0 20 0 1 0 44475852 55373824 13152 134679101440 4194304 6891597 140730718784368 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 39604224 140730718786550 140730718786662 140730718786662 140730718793675 0
/proc/335033/statm: 13519 13152 612 659 0 12723 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 64008 KiB
Current children cumulated memory: 55244 KiB

[startup+6.30021 s]
/proc/loadavg: 4.27 4.15 4.10 5/259 335835
/proc/meminfo: memFree=121327456/131524600 swapFree=131061696/131071996
[pid=335028] ppid=335025 vsize=9932 memory=2636 CPUtime=0 cores=4,6
/proc/335028/stat : 335028 (naps-1.03.sh) S 335025 335028 333060 0 -1 4194304 221 240 0 0 0 0 0 0 20 0 1 0 44475852 10170368 659 134679101440 94126246252544 94126247331864 140723292442256 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94126249430320 94126249477508 94126255566848 140723292443621 140723292443746 140723292443746 140723292450760 0
/proc/335028/statm: 2483 659 580 264 0 134 0
[pid=335033] ppid=335028 vsize=54076 memory=52608 CPUtime=6.26 cores=4,6
/proc/335033/stat : 335033 (naps-1.03) R 335028 335028 333060 0 -1 4194304 13068 0 0 0 625 1 0 0 20 0 1 0 44475852 55373824 13152 134679101440 4194304 6891597 140730718784368 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 39604224 140730718786550 140730718786662 140730718786662 140730718793675 0
/proc/335033/statm: 13519 13152 612 659 0 12723 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 64008 KiB
Current children cumulated memory: 55244 KiB

[startup+12.7002 s]
/proc/loadavg: 4.41 4.18 4.11 5/259 335835
/proc/meminfo: memFree=119064516/131524600 swapFree=131061696/131071996
[pid=335028] ppid=335025 vsize=9932 memory=2636 CPUtime=0 cores=4,6
/proc/335028/stat : 335028 (naps-1.03.sh) S 335025 335028 333060 0 -1 4194304 221 240 0 0 0 0 0 0 20 0 1 0 44475852 10170368 659 134679101440 94126246252544 94126247331864 140723292442256 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94126249430320 94126249477508 94126255566848 140723292443621 140723292443746 140723292443746 140723292450760 0
/proc/335028/statm: 2483 659 580 264 0 134 0
[pid=335033] ppid=335028 vsize=71348 memory=65556 CPUtime=12.65 cores=4,6
/proc/335033/stat : 335033 (naps-1.03) R 335028 335028 333060 0 -1 4194304 16289 0 0 0 1263 2 0 0 20 0 1 0 44475852 73060352 16389 134679101440 4194304 6891597 140730718784368 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 39604224 140730718786550 140730718786662 140730718786662 140730718793675 0
/proc/335033/statm: 17837 16389 612 659 0 17041 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 81280 KiB
Current children cumulated memory: 68192 KiB

[startup+25.5003 s]
/proc/loadavg: 4.50 4.20 4.12 5/259 335988
/proc/meminfo: memFree=117800412/131524600 swapFree=131061696/131071996
[pid=335028] ppid=335025 vsize=9932 memory=2636 CPUtime=0 cores=4,6
/proc/335028/stat : 335028 (naps-1.03.sh) S 335025 335028 333060 0 -1 4194304 221 240 0 0 0 0 0 0 20 0 1 0 44475852 10170368 659 134679101440 94126246252544 94126247331864 140723292442256 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94126249430320 94126249477508 94126255566848 140723292443621 140723292443746 140723292443746 140723292450760 0
/proc/335028/statm: 2483 659 580 264 0 134 0
[pid=335033] ppid=335028 vsize=1986356 memory=1873504 CPUtime=25.42 cores=4,6
/proc/335033/stat : 335033 (naps-1.03) R 335028 335028 333060 0 -1 4194304 220927 0 0 0 2477 65 0 0 20 0 1 0 44475852 2034028544 468376 134679101440 4194304 6891597 140730718784368 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 39604224 140730718786550 140730718786662 140730718786662 140730718793675 0
/proc/335033/statm: 496589 468376 612 659 0 495793 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 1996288 KiB
Current children cumulated memory: 1876140 KiB

[startup+51.1056 s]
/proc/loadavg: 4.66 4.28 4.15 5/260 336479
/proc/meminfo: memFree=97147964/131524600 swapFree=131061696/131071996
[pid=335028] ppid=335025 vsize=9932 memory=2636 CPUtime=0 cores=4,6
/proc/335028/stat : 335028 (naps-1.03.sh) S 335025 335028 333060 0 -1 4194304 221 240 0 0 0 0 0 0 20 0 1 0 44475852 10170368 659 134679101440 94126246252544 94126247331864 140723292442256 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94126249430320 94126249477508 94126255566848 140723292443621 140723292443746 140723292443746 140723292450760 0
/proc/335028/statm: 2483 659 580 264 0 134 0
[pid=335033] ppid=335028 vsize=13308468 memory=12803800 CPUtime=50.96 cores=4,6
/proc/335033/stat : 335033 (naps-1.03) R 335028 335028 333060 0 -1 4194304 1327307 0 0 0 4644 452 0 0 20 0 1 0 44475852 13627871232 3200950 134679101440 4194304 6891597 140730718784368 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 39604224 140730718786550 140730718786662 140730718786662 140730718793675 0
/proc/335033/statm: 3327117 3200950 612 659 0 3326321 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 13318400 KiB
Current children cumulated memory: 12806436 KiB

[startup+102.3 s]
/proc/loadavg: 4.28 4.23 4.14 5/260 336587
/proc/meminfo: memFree=96570152/131524600 swapFree=131061696/131071996
[pid=335028] ppid=335025 vsize=9932 memory=2636 CPUtime=0 cores=4,6
/proc/335028/stat : 335028 (naps-1.03.sh) S 335025 335028 333060 0 -1 4194304 221 240 0 0 0 0 0 0 20 0 1 0 44475852 10170368 659 134679101440 94126246252544 94126247331864 140723292442256 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94126249430320 94126249477508 94126255566848 140723292443621 140723292443746 140723292443746 140723292450760 0
/proc/335028/statm: 2483 659 580 264 0 134 0
[pid=335033] ppid=335028 vsize=14208316 memory=13929804 CPUtime=102 cores=4,6
/proc/335033/stat : 335033 (naps-1.03) R 335028 335028 333060 0 -1 4194304 1505790 0 0 0 9705 495 0 0 20 0 1 0 44475852 14549315584 3482451 134679101440 4194304 6891597 140730718784368 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 39604224 140730718786550 140730718786662 140730718786662 140730718793675 0
/proc/335033/statm: 3552079 3482451 644 659 0 3551283 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 14218248 KiB
Current children cumulated memory: 13932440 KiB

[startup+162.3 s]
/proc/loadavg: 4.21 4.22 4.14 5/260 336598
/proc/meminfo: memFree=72173824/131524600 swapFree=131061696/131071996
[pid=335028] ppid=335025 vsize=9932 memory=2636 CPUtime=0 cores=4,6
/proc/335028/stat : 335028 (naps-1.03.sh) S 335025 335028 333060 0 -1 4194304 221 240 0 0 0 0 0 0 20 0 1 0 44475852 10170368 659 134679101440 94126246252544 94126247331864 140723292442256 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94126249430320 94126249477508 94126255566848 140723292443621 140723292443746 140723292443746 140723292450760 0
/proc/335028/statm: 2483 659 580 264 0 134 0
[pid=335033] ppid=335028 vsize=24763072 memory=23448580 CPUtime=161.84 cores=4,6
/proc/335033/stat : 335033 (naps-1.03) R 335028 335028 333060 0 -1 4194304 2238917 0 0 0 15313 871 0 0 20 0 1 0 44475852 25357385728 5862145 134679101440 4194304 6891597 140730718784368 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 39604224 140730718786550 140730718786662 140730718786662 140730718793675 0
/proc/335033/statm: 6190768 5862145 644 659 0 6189972 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 24773004 KiB
Current children cumulated memory: 23451216 KiB

[startup+222.3 s]
/proc/loadavg: 4.13 4.19 4.13 5/261 336777
/proc/meminfo: memFree=62148292/131524600 swapFree=131061696/131071996
[pid=335028] ppid=335025 vsize=9932 memory=2636 CPUtime=0 cores=4,6
/proc/335028/stat : 335028 (naps-1.03.sh) S 335025 335028 333060 0 -1 4194304 221 240 0 0 0 0 0 0 20 0 1 0 44475852 10170368 659 134679101440 94126246252544 94126247331864 140723292442256 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94126249430320 94126249477508 94126255566848 140723292443621 140723292443746 140723292443746 140723292450760 0
/proc/335028/statm: 2483 659 580 264 0 134 0
[pid=335033] ppid=335028 vsize=28028120 memory=26957064 CPUtime=221.66 cores=4,6
/proc/335033/stat : 335033 (naps-1.03) R 335028 335028 333060 0 -1 4194304 2862123 0 0 0 21177 989 0 0 20 0 1 0 44475852 28700794880 6739266 134679101440 4194304 6891597 140730718784368 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 39604224 140730718786550 140730718786662 140730718786662 140730718793675 0
/proc/335033/statm: 7007030 6739266 644 659 0 7006234 0
Current children cumulated CPU time: 221.66 s
Current children cumulated vsize: 28038052 KiB
Current children cumulated memory: 26959700 KiB

[startup+282.3 s]
/proc/loadavg: 4.09 4.17 4.13 5/261 336787
/proc/meminfo: memFree=57062148/131524600 swapFree=131061696/131071996
[pid=335028] ppid=335025 vsize=9932 memory=2636 CPUtime=0 cores=4,6
/proc/335028/stat : 335028 (naps-1.03.sh) S 335025 335028 333060 0 -1 4194304 221 240 0 0 0 0 0 0 20 0 1 0 44475852 10170368 659 134679101440 94126246252544 94126247331864 140723292442256 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94126249430320 94126249477508 94126255566848 140723292443621 140723292443746 140723292443746 140723292450760 0
/proc/335028/statm: 2483 659 580 264 0 134 0
[pid=335033] ppid=335028 vsize=28493492 memory=26979316 CPUtime=281.49 cores=4,6
/proc/335033/stat : 335033 (naps-1.03) R 335028 335028 333060 0 -1 4194304 2871840 0 0 0 27122 1027 0 0 20 0 1 0 44475852 29177335808 6744829 134679101440 4194304 6891597 140730718784368 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 39604224 140730718786550 140730718786662 140730718786662 140730718793675 0
/proc/335033/statm: 7123373 6744829 644 659 0 7122577 0
Current children cumulated CPU time: 281.49 s
Current children cumulated vsize: 28503424 KiB
Current children cumulated memory: 26981952 KiB

[startup+342.3 s]
/proc/loadavg: 4.09 4.15 4.12 5/258 336854
/proc/meminfo: memFree=57715072/131524600 swapFree=131061696/131071996
[pid=335028] ppid=335025 vsize=9932 memory=2636 CPUtime=0 cores=4,6
/proc/335028/stat : 335028 (naps-1.03.sh) S 335025 335028 333060 0 -1 4194304 221 240 0 0 0 0 0 0 20 0 1 0 44475852 10170368 659 134679101440 94126246252544 94126247331864 140723292442256 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94126249430320 94126249477508 94126255566848 140723292443621 140723292443746 140723292443746 140723292450760 0
/proc/335028/statm: 2483 659 580 264 0 134 0
[pid=335033] ppid=335028 vsize=28493492 memory=26983440 CPUtime=341.32 cores=4,6
/proc/335033/stat : 335033 (naps-1.03) R 335028 335028 333060 0 -1 4194304 2877935 0 0 0 33097 1035 0 0 20 0 1 0 44475852 29177335808 6745860 134679101440 4194304 6891597 140730718784368 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 39604224 140730718786550 140730718786662 140730718786662 140730718793675 0
/proc/335033/statm: 7123373 6745860 644 659 0 7122577 0
Current children cumulated CPU time: 341.32 s
Current children cumulated vsize: 28503424 KiB
Current children cumulated memory: 26986076 KiB

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

# cumulated CPU time of all completed processes:  user=369.56 s, system=13.6261 s

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

[startup+358.4 s]
/proc/loadavg: 4.07 4.14 4.12 5/258 336857
/proc/meminfo: memFree=56359100/131524600 swapFree=131061696/131071996
[pid=335028] ppid=335025 vsize=9932 memory=2636 CPUtime=0 cores=4,6
/proc/335028/stat : 335028 (naps-1.03.sh) S 335025 335028 333060 0 -1 4194304 221 240 0 0 0 0 0 0 20 0 1 0 44475852 10170368 659 134679101440 94126246252544 94126247331864 140723292442256 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94126249430320 94126249477508 94126255566848 140723292443621 140723292443746 140723292443746 140723292450760 0
/proc/335028/statm: 2483 659 580 264 0 134 0
[pid=335033] ppid=335028 vsize=28493492 memory=26983460 CPUtime=357.38 cores=4,6
/proc/335033/stat : 335033 (naps-1.03) R 335028 335028 333060 0 -1 4194304 2880205 0 0 0 34700 1038 0 0 20 0 1 0 44475852 29177335808 6745865 134679101440 4194304 6891597 140730718784368 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 39604224 140730718786550 140730718786662 140730718786662 140730718793675 0
/proc/335033/statm: 7123373 6745865 644 659 0 7122577 0
Current children cumulated CPU time: 357.38 s
Current children cumulated vsize: 28503424 KiB
Current children cumulated memory: 26986096 KiB

[startup+384.001 s]*
/proc/loadavg: 4.19 4.17 4.13 5/258 336863
/proc/meminfo: memFree=49395048/131524600 swapFree=131061696/131071996
[pid=335028] ppid=335025 vsize=9932 memory=2636 CPUtime=0 cores=4,6
/proc/335028/stat : 335028 (naps-1.03.sh) S 335025 335028 333060 0 -1 4194304 221 240 0 0 0 0 0 0 20 0 1 0 44475852 10170368 659 134679101440 94126246252544 94126247331864 140723292442256 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94126249430320 94126249477508 94126255566848 140723292443621 140723292443746 140723292443746 140723292450760 0
/proc/335028/statm: 2483 659 580 264 0 134 0
[pid=335033] ppid=335028 vsize=30322504 memory=29268348 CPUtime=382.73 cores=4,6
/proc/335033/stat : 335033 (naps-1.03) S 335028 335028 333060 0 -1 4195840 3068278 0 0 0 36955 1318 0 0 20 0 1 0 44475852 31050244096 7317087 134679101440 4194304 6891597 140730718784368 140730718725408 6272956 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 39604224 140730718786550 140730718786662 140730718786662 140730718793675 0
/proc/335033/statm: 7580626 7317087 644 659 0 7579830 0
Current children cumulated CPU time: 382.73 s
Current children cumulated vsize: 30332436 KiB
Current children cumulated memory: 29270984 KiB

[startup+390.4 s]
/proc/loadavg: 4.17 4.16 4.13 4/258 336865
/proc/meminfo: memFree=49937136/131524600 swapFree=131061696/131071996
[pid=335028] ppid=335025 vsize=9932 memory=2636 CPUtime=0 cores=4,6
/proc/335028/stat : 335028 (naps-1.03.sh) S 335025 335028 333060 0 -1 4194304 221 240 0 0 0 0 0 0 20 0 1 0 44475852 10170368 659 134679101440 94126246252544 94126247331864 140723292442256 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94126249430320 94126249477508 94126255566848 140723292443621 140723292443746 140723292443746 140723292450760 0
/proc/335028/statm: 2483 659 580 264 0 134 0
[pid=335033] ppid=335028 vsize=30322504 memory=29268348 CPUtime=382.73 cores=4,6
/proc/335033/stat : 335033 (naps-1.03) S 335028 335028 333060 0 -1 4195840 3068278 0 0 0 36955 1318 0 0 20 0 1 0 44475852 31050244096 7317087 134679101440 4194304 6891597 140730718784368 140730718725408 6272956 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 39604224 140730718786550 140730718786662 140730718786662 140730718793675 0
/proc/335033/statm: 7580626 7317087 644 659 0 7579830 0
Current children cumulated CPU time: 382.73 s
Current children cumulated vsize: 30332436 KiB
Current children cumulated memory: 29270984 KiB

[startup+396.8 s]
/proc/loadavg: 4.23 4.17 4.13 4/258 336866
/proc/meminfo: memFree=49633504/131524600 swapFree=131061696/131071996
[pid=335028] ppid=335025 vsize=9932 memory=2636 CPUtime=0 cores=4,6
/proc/335028/stat : 335028 (naps-1.03.sh) S 335025 335028 333060 0 -1 4194304 221 240 0 0 0 0 0 0 20 0 1 0 44475852 10170368 659 134679101440 94126246252544 94126247331864 140723292442256 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94126249430320 94126249477508 94126255566848 140723292443621 140723292443746 140723292443746 140723292450760 0
/proc/335028/statm: 2483 659 580 264 0 134 0
[pid=335033] ppid=335028 vsize=30322504 memory=29268348 CPUtime=382.73 cores=4,6
/proc/335033/stat : 335033 (naps-1.03) S 335028 335028 333060 0 -1 4195840 3068278 0 0 0 36955 1318 0 0 20 0 1 0 44475852 31050244096 7317087 134679101440 4194304 6891597 140730718784368 140730718725408 6272956 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 39604224 140730718786550 140730718786662 140730718786662 140730718793675 0
/proc/335033/statm: 7580626 7317087 644 659 0 7579830 0
Current children cumulated CPU time: 382.73 s
Current children cumulated vsize: 30332436 KiB
Current children cumulated memory: 29270984 KiB

[startup+398.4 s]
/proc/loadavg: 4.23 4.17 4.13 4/258 336866
/proc/meminfo: memFree=49563680/131524600 swapFree=131061696/131071996
[pid=335028] ppid=335025 vsize=9932 memory=2636 CPUtime=0 cores=4,6
/proc/335028/stat : 335028 (naps-1.03.sh) S 335025 335028 333060 0 -1 4194304 221 240 0 0 0 0 0 0 20 0 1 0 44475852 10170368 659 134679101440 94126246252544 94126247331864 140723292442256 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94126249430320 94126249477508 94126255566848 140723292443621 140723292443746 140723292443746 140723292450760 0
/proc/335028/statm: 2483 659 580 264 0 134 0
[pid=335033] ppid=335028 vsize=30322504 memory=29268348 CPUtime=382.73 cores=4,6
/proc/335033/stat : 335033 (naps-1.03) S 335028 335028 333060 0 -1 4195840 3068278 0 0 0 36955 1318 0 0 20 0 1 0 44475852 31050244096 7317087 134679101440 4194304 6891597 140730718784368 140730718725408 6272956 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 39604224 140730718786550 140730718786662 140730718786662 140730718793675 0
/proc/335033/statm: 7580626 7317087 644 659 0 7579830 0
Current children cumulated CPU time: 382.73 s
Current children cumulated vsize: 30332436 KiB
Current children cumulated memory: 29270984 KiB

[startup+399.2 s]
/proc/loadavg: 4.23 4.17 4.13 4/258 336866
/proc/meminfo: memFree=49501156/131524600 swapFree=131061696/131071996
[pid=335028] ppid=335025 vsize=9932 memory=2636 CPUtime=0 cores=4,6
/proc/335028/stat : 335028 (naps-1.03.sh) S 335025 335028 333060 0 -1 4194304 221 240 0 0 0 0 0 0 20 0 1 0 44475852 10170368 659 134679101440 94126246252544 94126247331864 140723292442256 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94126249430320 94126249477508 94126255566848 140723292443621 140723292443746 140723292443746 140723292450760 0
/proc/335028/statm: 2483 659 580 264 0 134 0
[pid=335033] ppid=335028 vsize=30322504 memory=29268348 CPUtime=382.73 cores=4,6
/proc/335033/stat : 335033 (naps-1.03) S 335028 335028 333060 0 -1 4195840 3068278 0 0 0 36955 1318 0 0 20 0 1 0 44475852 31050244096 7317087 134679101440 4194304 6891597 140730718784368 140730718725408 6272956 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 39604224 140730718786550 140730718786662 140730718786662 140730718793675 0
/proc/335033/statm: 7580626 7317087 644 659 0 7579830 0
Current children cumulated CPU time: 382.73 s
Current children cumulated vsize: 30332436 KiB
Current children cumulated memory: 29270984 KiB

[startup+400.001 s]*
/proc/loadavg: 4.23 4.17 4.13 5/257 336871
/proc/meminfo: memFree=55453616/131524600 swapFree=131061696/131071996
[pid=335028] ppid=335025 vsize=9932 memory=2636 CPUtime=0 cores=4,6
/proc/335028/stat : 335028 (naps-1.03.sh) S 335025 335028 333060 0 -1 4194304 221 240 0 0 0 0 0 0 20 0 1 0 44475852 10170368 659 134679101440 94126246252544 94126247331864 140723292442256 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94126249430320 94126249477508 94126255566848 140723292443621 140723292443746 140723292443746 140723292450760 0
/proc/335028/statm: 2483 659 580 264 0 134 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9932 KiB
Current children cumulated memory: 2636 KiB

[startup+400.202 s]
/proc/loadavg: 4.23 4.17 4.13 5/257 336871
/proc/meminfo: memFree=55453616/131524600 swapFree=131061696/131071996
[pid=335028] ppid=335025 vsize=9932 memory=2636 CPUtime=0 cores=4,6
/proc/335028/stat : 335028 (naps-1.03.sh) S 335025 335028 333060 0 -1 4194304 221 240 0 0 0 0 0 0 20 0 1 0 44475852 10170368 659 134679101440 94126246252544 94126247331864 140723292442256 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94126249430320 94126249477508 94126255566848 140723292443621 140723292443746 140723292443746 140723292450760 0
/proc/335028/statm: 2483 659 580 264 0 134 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9932 KiB
Current children cumulated memory: 2636 KiB

[startup+400.309 s]
/proc/loadavg: 4.23 4.17 4.13 5/257 336871
/proc/meminfo: memFree=55453616/131524600 swapFree=131061696/131071996
[pid=335028] ppid=335025 vsize=9932 memory=2636 CPUtime=0 cores=4,6
/proc/335028/stat : 335028 (naps-1.03.sh) S 335025 335028 333060 0 -1 4194304 221 240 0 0 0 0 0 0 20 0 1 0 44475852 10170368 659 134679101440 94126246252544 94126247331864 140723292442256 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94126249430320 94126249477508 94126255566848 140723292443621 140723292443746 140723292443746 140723292450760 0
/proc/335028/statm: 2483 659 580 264 0 134 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9932 KiB
Current children cumulated memory: 2636 KiB

Child status: 134

Real time (s): 400.326
CPU time (s): 383.186
CPU user time (s): 369.56
CPU system time (s): 13.6261
CPU usage (%): 95.7184
Max. virtual memory (cumulated for all children) (KiB): 31380860
Max. memory (cumulated for all children) (KiB): 30077900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 369.56
system time used= 13.6261
maximum resident set size= 30316928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3068756
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= 58
involuntary context switches= 419


# summary of solver processes directly reported to runsolver:
#   pid: 335028
#   total CPU time (s): 383.186
#   total CPU user time (s): 369.56
#   total CPU system time (s): 13.6261

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.763735 second user time and 2.04394 second system time

The end

Launcher Data

Begin job on nodeC020 at 2024-07-27 13:24:35
IDJOB=4461387
IDBENCH=143901
IDSOLVER=3088
FILE ID=nodeC020/4461387-1722079475
RUNJOBID= nodeC020-1722075866-333071
SLURM_JOB_ID= 8248122
Free space on /tmp= 890064 MiB

SOLVER NAME= NaPS 1.03a1
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-4461387-1722079475/watcher-4461387-1722079475 -o /tmp/evaluation-result-4461387-1722079475/solver-4461387-1722079475 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1722075866-333071 --watchdog 3760  HOME/naps-1.03.sh HOME/instance-4461387-1722079475.wbo

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

MD5SUM BENCH= d1e83745c12c7ec680c949b5ab02beb5
RANDOM SEED=201284843

nodeC020.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3659.552
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3683.520
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.25
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3661.381
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.665
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.25
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3622.492
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3683.580
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.25
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3662.427
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.661
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.25
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        120845396 kB
MemAvailable:   129138976 kB
Buffers:          374764 kB
Cached:          8720124 kB
SwapCached:          200 kB
Active:          2778884 kB
Inactive:        7221836 kB
Active(anon):       2496 kB
Inactive(anon):   965420 kB
Active(file):    2776388 kB
Inactive(file):  6256416 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131061696 kB
Dirty:              6540 kB
Writeback:             4 kB
AnonPages:        903696 kB
Mapped:           120068 kB
Shmem:             62072 kB
KReclaimable:     201196 kB
Slab:             319156 kB
SReclaimable:     201196 kB
SUnreclaim:       117960 kB
KernelStack:        4188 kB
PageTables:        11224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1381744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            20160 kB
HardwareCorrupted:     0 kB
AnonHugePages:    780288 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:      365268 kB
DirectMap2M:    45545472 kB
DirectMap1G:    90177536 kB

Free space on /tmp at the end= 890056 MiB
End job on nodeC020 at 2024-07-27 13:31:15