Trace number 4463785

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
NaPS-GM 1.03a2? (exit code) 2806.27 2822.19

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/scens/
normalized-scen06-22reduc_wcsp.wbo
MD5SUM145fe6fe39a80fcaff25336bfbc8c080
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmark
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1430
Total number of constraints70954
Number of soft constraints70873
Number of constraints which are clauses70873
Number of constraints which are cardinality constraints (but not clauses)81
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint22
Top cost 3389
Min constraint cost 1
Max constraint cost 2435
Sum of constraints costs 23717414
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 23
Number of bits of the biggest sum of numbers5
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 We set -no-flip-min because your selected sat solver does not support it.
0.00/0.00	c Input file name: HOME/instance-4463785-1722352625.wbo
0.00/0.00	c Initial goal by soft: 3388
0.68/0.74	c single stage optimization mode
0.78/0.81	c Found but not a solution: 105700
163.52/164.04	c Found but not a solution: 61201
249.88/250.62	c Found but not a solution: 38779
352.81/353.80	c Found but not a solution: 25052
452.67/454.00	c Found but not a solution: 13472
2791.85/2798.74	c Found but not a solution: 7920
2801.93/2808.87	terminate called after throwing an instance of 'GlueMiniSat::OutOfMemoryException'
0.00/2822.19	HOME/naps-1.03.sh: line 6: 14248 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 (53616 MiB free)
  memory of node 1: 64473 MiB (58033 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4463785-1722352625/watcher-4463785-1722352625 -o /tmp/evaluation-result-4463785-1722352625/solver-4463785-1722352625 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1722352597-14015 --watchdog 3760 HOME/naps-1.03.sh -GM HOME/instance-4463785-1722352625.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=14243, runsolver pid=14240

[startup+0.100106 s]*
/proc/loadavg: 2.36 1.50 2.16 4/248 14248
/proc/meminfo: memFree=115701144/131655788 swapFree=131071996/131071996
[pid=14243] ppid=14240 vsize=9932 memory=2712 CPUtime=0 cores=4,6
/proc/14243/stat : 14243 (naps-1.03.sh) S 14240 14243 14004 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 1860081 10170368 678 134679101440 93981260660736 93981261740056 140732021260048 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93981263838512 93981263885700 93981277159424 140732021265375 140732021265504 140732021265504 140732021272520 0
/proc/14243/statm: 2483 678 599 264 0 134 0
[pid=14248] ppid=14243 vsize=16476 memory=9984 CPUtime=0.1 cores=4,6
/proc/14248/stat : 14248 (naps-1.03a2) R 14243 14243 14004 0 -1 4194304 2161 0 0 0 10 0 0 0 20 0 1 0 1860081 16871424 2496 134679101440 4194304 6891597 140722395926080 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 7839744 140722395927530 140722395927648 140722395927648 140722395934665 0
/proc/14248/statm: 4119 2496 436 659 0 3323 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 26408 KiB
Current children cumulated memory: 12696 KiB

[startup+0.213523 s]*
/proc/loadavg: 2.36 1.50 2.16 4/245 14256
/proc/meminfo: memFree=115695932/131655788 swapFree=131071996/131071996
[pid=14243] ppid=14240 vsize=9932 memory=2712 CPUtime=0 cores=4,6
/proc/14243/stat : 14243 (naps-1.03.sh) S 14240 14243 14004 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 1860081 10170368 678 134679101440 93981260660736 93981261740056 140732021260048 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93981263838512 93981263885700 93981277159424 140732021265375 140732021265504 140732021265504 140732021272520 0
/proc/14243/statm: 2483 678 599 264 0 134 0
[pid=14248] ppid=14243 vsize=24492 memory=17724 CPUtime=0.21 cores=4,6
/proc/14248/stat : 14248 (naps-1.03a2) R 14243 14243 14004 0 -1 4194304 4209 0 0 0 21 0 0 0 20 0 1 0 1860081 25079808 4431 134679101440 4194304 6891597 140722395926080 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 7839744 140722395927530 140722395927648 140722395927648 140722395934665 0
/proc/14248/statm: 6123 4431 436 659 0 5327 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 34424 KiB
Current children cumulated memory: 20436 KiB

[startup+0.313189 s]*
/proc/loadavg: 2.36 1.50 2.16 5/245 14256
/proc/meminfo: memFree=115685316/131655788 swapFree=131071996/131071996
[pid=14243] ppid=14240 vsize=9932 memory=2712 CPUtime=0 cores=4,6
/proc/14243/stat : 14243 (naps-1.03.sh) S 14240 14243 14004 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 1860081 10170368 678 134679101440 93981260660736 93981261740056 140732021260048 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93981263838512 93981263885700 93981277159424 140732021265375 140732021265504 140732021265504 140732021272520 0
/proc/14243/statm: 2483 678 599 264 0 134 0
[pid=14248] ppid=14243 vsize=32080 memory=27168 CPUtime=0.31 cores=4,6
/proc/14248/stat : 14248 (naps-1.03a2) R 14243 14243 14004 0 -1 4194304 6244 0 0 0 30 1 0 0 20 0 1 0 1860081 32849920 6792 134679101440 4194304 6891597 140722395926080 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 7839744 140722395927530 140722395927648 140722395927648 140722395934665 0
/proc/14248/statm: 8020 6792 436 659 0 7224 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 42012 KiB
Current children cumulated memory: 29880 KiB

[startup+0.700369 s]
/proc/loadavg: 2.36 1.50 2.16 4/244 14279
/proc/meminfo: memFree=115674164/131655788 swapFree=131071996/131071996
[pid=14243] ppid=14240 vsize=9932 memory=2712 CPUtime=0 cores=4,6
/proc/14243/stat : 14243 (naps-1.03.sh) S 14240 14243 14004 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 1860081 10170368 678 134679101440 93981260660736 93981261740056 140732021260048 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93981263838512 93981263885700 93981277159424 140732021265375 140732021265504 140732021265504 140732021272520 0
/proc/14243/statm: 2483 678 599 264 0 134 0
[pid=14248] ppid=14243 vsize=63212 memory=57652 CPUtime=0.68 cores=4,6
/proc/14248/stat : 14248 (naps-1.03a2) R 14243 14243 14004 0 -1 4194304 14701 0 0 0 65 3 0 0 20 0 1 0 1860081 64729088 14413 134679101440 4194304 6891597 140722395926080 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 7839744 140722395927530 140722395927648 140722395927648 140722395934665 0
/proc/14248/statm: 15803 14413 468 659 0 15007 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 73144 KiB
Current children cumulated memory: 60364 KiB

[startup+1.50044 s]
/proc/loadavg: 2.36 1.50 2.16 5/246 14283
/proc/meminfo: memFree=115959244/131655788 swapFree=131071996/131071996
[pid=14243] ppid=14240 vsize=9932 memory=2712 CPUtime=0 cores=4,6
/proc/14243/stat : 14243 (naps-1.03.sh) S 14240 14243 14004 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 1860081 10170368 678 134679101440 93981260660736 93981261740056 140732021260048 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93981263838512 93981263885700 93981277159424 140732021265375 140732021265504 140732021265504 140732021272520 0
/proc/14243/statm: 2483 678 599 264 0 134 0
[pid=14248] ppid=14243 vsize=85008 memory=73756 CPUtime=1.48 cores=4,6
/proc/14248/stat : 14248 (naps-1.03a2) R 14243 14243 14004 0 -1 4194304 18703 0 0 0 144 4 0 0 20 0 1 0 1860081 87048192 18439 134679101440 4194304 6891597 140722395926080 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 7839744 140722395927530 140722395927648 140722395927648 140722395934665 0
/proc/14248/statm: 21252 18439 468 659 0 20456 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 94940 KiB
Current children cumulated memory: 76468 KiB

[startup+3.11306 s]
/proc/loadavg: 2.49 1.55 2.17 5/251 14298
/proc/meminfo: memFree=114758412/131655788 swapFree=131071996/131071996
[pid=14243] ppid=14240 vsize=9932 memory=2712 CPUtime=0 cores=4,6
/proc/14243/stat : 14243 (naps-1.03.sh) S 14240 14243 14004 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 1860081 10170368 678 134679101440 93981260660736 93981261740056 140732021260048 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93981263838512 93981263885700 93981277159424 140732021265375 140732021265504 140732021265504 140732021272520 0
/proc/14243/statm: 2483 678 599 264 0 134 0
[pid=14248] ppid=14243 vsize=85008 memory=73756 CPUtime=3.09 cores=4,6
/proc/14248/stat : 14248 (naps-1.03a2) R 14243 14243 14004 0 -1 4194304 18705 0 0 0 305 4 0 0 20 0 1 0 1860081 87048192 18439 134679101440 4194304 6891597 140722395926080 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 7839744 140722395927530 140722395927648 140722395927648 140722395934665 0
/proc/14248/statm: 21252 18439 468 659 0 20456 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 94940 KiB
Current children cumulated memory: 76468 KiB

[startup+6.3004 s]
/proc/loadavg: 2.49 1.55 2.17 5/251 14299
/proc/meminfo: memFree=112710416/131655788 swapFree=131071996/131071996
[pid=14243] ppid=14240 vsize=9932 memory=2712 CPUtime=0 cores=4,6
/proc/14243/stat : 14243 (naps-1.03.sh) S 14240 14243 14004 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 1860081 10170368 678 134679101440 93981260660736 93981261740056 140732021260048 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93981263838512 93981263885700 93981277159424 140732021265375 140732021265504 140732021265504 140732021272520 0
/proc/14243/statm: 2483 678 599 264 0 134 0
[pid=14248] ppid=14243 vsize=559616 memory=519344 CPUtime=6.26 cores=4,6
/proc/14248/stat : 14248 (naps-1.03a2) R 14243 14243 14004 0 -1 4194304 59161 0 0 0 609 17 0 0 20 0 1 0 1860081 573046784 129836 134679101440 4194304 6891597 140722395926080 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 7839744 140722395927530 140722395927648 140722395927648 140722395934665 0
/proc/14248/statm: 139904 129836 468 659 0 139108 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 569548 KiB
Current children cumulated memory: 522056 KiB

[startup+12.7004 s]
/proc/loadavg: 2.61 1.59 2.18 5/251 14299
/proc/meminfo: memFree=108807768/131655788 swapFree=131071996/131071996
[pid=14243] ppid=14240 vsize=9932 memory=2712 CPUtime=0 cores=4,6
/proc/14243/stat : 14243 (naps-1.03.sh) S 14240 14243 14004 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 1860081 10170368 678 134679101440 93981260660736 93981261740056 140732021260048 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93981263838512 93981263885700 93981277159424 140732021265375 140732021265504 140732021265504 140732021272520 0
/proc/14243/statm: 2483 678 599 264 0 134 0
[pid=14248] ppid=14243 vsize=2048600 memory=1826724 CPUtime=12.65 cores=4,6
/proc/14248/stat : 14248 (naps-1.03a2) R 14243 14243 14004 0 -1 4194304 220755 0 0 0 1205 60 0 0 20 0 1 0 1860081 2097766400 456681 134679101440 4194304 6891597 140722395926080 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 7839744 140722395927530 140722395927648 140722395927648 140722395934665 0
/proc/14248/statm: 512150 456681 468 659 0 511354 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2058532 KiB
Current children cumulated memory: 1829436 KiB

[startup+25.5004 s]
/proc/loadavg: 2.92 1.71 2.21 5/251 14302
/proc/meminfo: memFree=99261228/131655788 swapFree=131071996/131071996
[pid=14243] ppid=14240 vsize=9932 memory=2712 CPUtime=0 cores=4,6
/proc/14243/stat : 14243 (naps-1.03.sh) S 14240 14243 14004 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 1860081 10170368 678 134679101440 93981260660736 93981261740056 140732021260048 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93981263838512 93981263885700 93981277159424 140732021265375 140732021265504 140732021265504 140732021272520 0
/proc/14243/statm: 2483 678 599 264 0 134 0
[pid=14248] ppid=14243 vsize=6869880 memory=6404920 CPUtime=25.42 cores=4,6
/proc/14248/stat : 14248 (naps-1.03a2) R 14243 14243 14004 0 -1 4194304 643099 0 0 0 2357 185 0 0 20 0 1 0 1860081 7034757120 1601230 134679101440 4194304 6891597 140722395926080 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 7839744 140722395927530 140722395927648 140722395927648 140722395934665 0
/proc/14248/statm: 1717470 1601230 468 659 0 1716674 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 6879812 KiB
Current children cumulated memory: 6407632 KiB

[startup+51.1133 s]
/proc/loadavg: 3.36 1.91 2.26 5/250 14356
/proc/meminfo: memFree=89422948/131655788 swapFree=131071996/131071996
[pid=14243] ppid=14240 vsize=9932 memory=2712 CPUtime=0 cores=4,6
/proc/14243/stat : 14243 (naps-1.03.sh) S 14240 14243 14004 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 1860081 10170368 678 134679101440 93981260660736 93981261740056 140732021260048 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93981263838512 93981263885700 93981277159424 140732021265375 140732021265504 140732021265504 140732021272520 0
/proc/14243/statm: 2483 678 599 264 0 134 0
[pid=14248] ppid=14243 vsize=11413168 memory=9715744 CPUtime=50.95 cores=4,6
/proc/14248/stat : 14248 (naps-1.03a2) R 14243 14243 14004 0 -1 4194304 951786 0 0 0 4812 283 0 0 20 0 1 0 1860081 11687084032 2428936 134679101440 4194304 6891597 140722395926080 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 7839744 140722395927530 140722395927648 140722395927648 140722395934665 0
/proc/14248/statm: 2853292 2428936 468 659 0 2852496 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 11423100 KiB
Current children cumulated memory: 9718456 KiB

[startup+102.3 s]
/proc/loadavg: 3.99 2.30 2.37 5/249 14365
/proc/meminfo: memFree=83118288/131655788 swapFree=131071996/131071996
[pid=14243] ppid=14240 vsize=9932 memory=2712 CPUtime=0 cores=4,6
/proc/14243/stat : 14243 (naps-1.03.sh) S 14240 14243 14004 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 1860081 10170368 678 134679101440 93981260660736 93981261740056 140732021260048 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93981263838512 93981263885700 93981277159424 140732021265375 140732021265504 140732021265504 140732021272520 0
/proc/14243/statm: 2483 678 599 264 0 134 0
[pid=14248] ppid=14243 vsize=12506176 memory=10879380 CPUtime=101.97 cores=4,6
/proc/14248/stat : 14248 (naps-1.03a2) R 14243 14243 14004 0 -1 4194304 1133363 0 0 0 9830 367 0 0 20 0 1 0 1860081 12806324224 2719845 134679101440 4194304 6891597 140722395926080 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 7839744 140722395927530 140722395927648 140722395927648 140722395934665 0
/proc/14248/statm: 3126544 2719845 468 659 0 3125748 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 12516108 KiB
Current children cumulated memory: 10882092 KiB

[startup+162.3 s]
/proc/loadavg: 4.04 2.62 2.48 5/249 14378
/proc/meminfo: memFree=83079860/131655788 swapFree=131071996/131071996
[pid=14243] ppid=14240 vsize=9932 memory=2712 CPUtime=0 cores=4,6
/proc/14243/stat : 14243 (naps-1.03.sh) S 14240 14243 14004 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 1860081 10170368 678 134679101440 93981260660736 93981261740056 140732021260048 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93981263838512 93981263885700 93981277159424 140732021265375 140732021265504 140732021265504 140732021272520 0
/proc/14243/statm: 2483 678 599 264 0 134 0
[pid=14248] ppid=14243 vsize=12049776 memory=10829936 CPUtime=161.81 cores=4,6
/proc/14248/stat : 14248 (naps-1.03a2) R 14243 14243 14004 0 -1 4194304 1156168 0 0 0 15787 394 0 0 20 0 1 0 1860081 12338970624 2707484 134679101440 4194304 6891597 140722395926080 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 7839744 140722395927530 140722395927648 140722395927648 140722395934665 0
/proc/14248/statm: 3012444 2707484 468 659 0 3011648 0
Current children cumulated CPU time: 161.81 s
Current children cumulated vsize: 12059708 KiB
Current children cumulated memory: 10832648 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 2.91 2.59 5/251 14392
/proc/meminfo: memFree=74789468/131655788 swapFree=131071996/131071996
[pid=14243] ppid=14240 vsize=9932 memory=2712 CPUtime=0 cores=4,6
/proc/14243/stat : 14243 (naps-1.03.sh) S 14240 14243 14004 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 1860081 10170368 678 134679101440 93981260660736 93981261740056 140732021260048 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93981263838512 93981263885700 93981277159424 140732021265375 140732021265504 140732021265504 140732021272520 0
/proc/14243/statm: 2483 678 599 264 0 134 0
[pid=14248] ppid=14243 vsize=18670804 memory=16479408 CPUtime=221.65 cores=4,6
/proc/14248/stat : 14248 (naps-1.03a2) R 14243 14243 14004 0 -1 4194304 1591966 0 0 0 21603 562 0 0 20 0 1 0 1860081 19118903296 4119852 134679101440 4194304 6891597 140722395926080 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 7839744 140722395927530 140722395927648 140722395927648 140722395934665 0
/proc/14248/statm: 4667701 4119852 468 659 0 4666905 0
Current children cumulated CPU time: 221.65 s
Current children cumulated vsize: 18680736 KiB

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

Current children cumulated memory: 26922780 KiB

[startup+2622.3 s]
/proc/loadavg: 4.18 4.13 4.03 5/248 16106
/proc/meminfo: memFree=77599044/131655788 swapFree=131071996/131071996
[pid=14243] ppid=14240 vsize=9932 memory=2712 CPUtime=0 cores=4,6
/proc/14243/stat : 14243 (naps-1.03.sh) S 14240 14243 14004 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 1860081 10170368 678 134679101440 93981260660736 93981261740056 140732021260048 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93981263838512 93981263885700 93981277159424 140732021265375 140732021265504 140732021265504 140732021272520 0
/proc/14243/statm: 2483 678 599 264 0 134 0
[pid=14248] ppid=14243 vsize=29738568 memory=26920068 CPUtime=2615.9 cores=4,6
/proc/14248/stat : 14248 (naps-1.03a2) R 14243 14243 14004 0 -1 4194304 3036546 0 0 0 260203 1387 0 0 20 0 1 0 1860081 30452293632 6730017 134679101440 4194304 6891597 140722395926080 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 7839744 140722395927530 140722395927648 140722395927648 140722395934665 0
/proc/14248/statm: 7434642 6730017 468 659 0 7433846 0
Current children cumulated CPU time: 2615.9 s
Current children cumulated vsize: 29748500 KiB
Current children cumulated memory: 26922780 KiB

[startup+2682.3 s]
/proc/loadavg: 4.13 4.12 4.03 5/248 16127
/proc/meminfo: memFree=77583596/131655788 swapFree=131071996/131071996
[pid=14243] ppid=14240 vsize=9932 memory=2712 CPUtime=0 cores=4,6
/proc/14243/stat : 14243 (naps-1.03.sh) S 14240 14243 14004 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 1860081 10170368 678 134679101440 93981260660736 93981261740056 140732021260048 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93981263838512 93981263885700 93981277159424 140732021265375 140732021265504 140732021265504 140732021272520 0
/proc/14243/statm: 2483 678 599 264 0 134 0
[pid=14248] ppid=14243 vsize=29738568 memory=26920068 CPUtime=2675.75 cores=4,6
/proc/14248/stat : 14248 (naps-1.03a2) R 14243 14243 14004 0 -1 4194304 3041273 0 0 0 266178 1397 0 0 20 0 1 0 1860081 30452293632 6730017 134679101440 4194304 6891597 140722395926080 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 7839744 140722395927530 140722395927648 140722395927648 140722395934665 0
/proc/14248/statm: 7434642 6730017 468 659 0 7433846 0
Current children cumulated CPU time: 2675.75 s
Current children cumulated vsize: 29748500 KiB
Current children cumulated memory: 26922780 KiB

[startup+2742.3 s]
/proc/loadavg: 4.09 4.11 4.03 5/248 16138
/proc/meminfo: memFree=77560440/131655788 swapFree=131071996/131071996
[pid=14243] ppid=14240 vsize=9932 memory=2712 CPUtime=0 cores=4,6
/proc/14243/stat : 14243 (naps-1.03.sh) S 14240 14243 14004 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 1860081 10170368 678 134679101440 93981260660736 93981261740056 140732021260048 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93981263838512 93981263885700 93981277159424 140732021265375 140732021265504 140732021265504 140732021272520 0
/proc/14243/statm: 2483 678 599 264 0 134 0
[pid=14248] ppid=14243 vsize=29738568 memory=26922116 CPUtime=2735.6 cores=4,6
/proc/14248/stat : 14248 (naps-1.03a2) R 14243 14243 14004 0 -1 4194304 3044488 0 0 0 272153 1407 0 0 20 0 1 0 1860081 30452293632 6730529 134679101440 4194304 6891597 140722395926080 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 7839744 140722395927530 140722395927648 140722395927648 140722395934665 0
/proc/14248/statm: 7434642 6730529 468 659 0 7433846 0
Current children cumulated CPU time: 2735.6 s
Current children cumulated vsize: 29748500 KiB
Current children cumulated memory: 26924828 KiB

[startup+2802.3 s]
/proc/loadavg: 4.13 4.12 4.04 5/245 16148
/proc/meminfo: memFree=77451516/131655788 swapFree=131071996/131071996
[pid=14243] ppid=14240 vsize=9932 memory=2712 CPUtime=0 cores=4,6
/proc/14243/stat : 14243 (naps-1.03.sh) S 14240 14243 14004 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 1860081 10170368 678 134679101440 93981260660736 93981261740056 140732021260048 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93981263838512 93981263885700 93981277159424 140732021265375 140732021265504 140732021265504 140732021272520 0
/proc/14243/statm: 2483 678 599 264 0 134 0
[pid=14248] ppid=14243 vsize=29793592 memory=27026252 CPUtime=2795.45 cores=4,6
/proc/14248/stat : 14248 (naps-1.03a2) R 14243 14243 14004 0 -1 4194304 3074819 0 0 0 278125 1420 0 0 20 0 1 0 1860081 30508638208 6756563 134679101440 4194304 6891597 140722395926080 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 7839744 140722395927530 140722395927648 140722395927648 140722395934665 0
/proc/14248/statm: 7448398 6756563 468 659 0 7447602 0
Current children cumulated CPU time: 2795.45 s
Current children cumulated vsize: 29803524 KiB
Current children cumulated memory: 27028964 KiB

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

# cumulated CPU time of all completed processes:  user=2787.45 s, system=18.8151 s

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

[startup+2803.2 s]
/proc/loadavg: 4.13 4.12 4.04 5/245 16148
/proc/meminfo: memFree=77386908/131655788 swapFree=131071996/131071996
[pid=14243] ppid=14240 vsize=9932 memory=2712 CPUtime=0 cores=4,6
/proc/14243/stat : 14243 (naps-1.03.sh) S 14240 14243 14004 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 1860081 10170368 678 134679101440 93981260660736 93981261740056 140732021260048 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93981263838512 93981263885700 93981277159424 140732021265375 140732021265504 140732021265504 140732021272520 0
/proc/14243/statm: 2483 678 599 264 0 134 0
[pid=14248] ppid=14243 vsize=29833068 memory=27086052 CPUtime=2796.34 cores=4,6
/proc/14248/stat : 14248 (naps-1.03a2) R 14243 14243 14004 0 -1 4194304 3084800 0 0 0 278213 1421 0 0 20 0 1 0 1860081 30549061632 6771513 134679101440 4194304 6891597 140722395926080 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 7839744 140722395927530 140722395927648 140722395927648 140722395934665 0
/proc/14248/statm: 7458267 6771513 468 659 0 7457471 0
Current children cumulated CPU time: 2796.34 s
Current children cumulated vsize: 29843000 KiB
Current children cumulated memory: 27088764 KiB

[startup+2809.6 s]
/proc/loadavg: 4.11 4.11 4.04 5/246 16152
/proc/meminfo: memFree=76254480/131655788 swapFree=131071996/131071996
[pid=14243] ppid=14240 vsize=9932 memory=2712 CPUtime=0 cores=4,6
/proc/14243/stat : 14243 (naps-1.03.sh) S 14240 14243 14004 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 1860081 10170368 678 134679101440 93981260660736 93981261740056 140732021260048 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93981263838512 93981263885700 93981277159424 140732021265375 140732021265504 140732021265504 140732021272520 0
/proc/14243/statm: 2483 678 599 264 0 134 0
[pid=14248] ppid=14243 vsize=31478972 memory=28288048 CPUtime=2802.52 cores=4,6
/proc/14248/stat : 14248 (naps-1.03a2) R 14243 14243 14004 0 -1 4195840 3212453 0 0 0 278745 1507 0 0 20 0 1 0 1860081 32234467328 7072012 134679101440 4194304 6891597 140722395926080 140722395886608 6272956 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 7839744 140722395927530 140722395927648 140722395927648 140722395934665 0
/proc/14248/statm: 7869743 7072012 468 659 0 7868947 0
Current children cumulated CPU time: 2802.52 s
Current children cumulated vsize: 31488904 KiB
Current children cumulated memory: 28290760 KiB

[startup+2816 s]*
/proc/loadavg: 4.10 4.11 4.03 4/246 16153
/proc/meminfo: memFree=73294324/131655788 swapFree=131071996/131071996
[pid=14243] ppid=14240 vsize=9932 memory=2712 CPUtime=0 cores=4,6
/proc/14243/stat : 14243 (naps-1.03.sh) S 14240 14243 14004 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 1860081 10170368 678 134679101440 93981260660736 93981261740056 140732021260048 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93981263838512 93981263885700 93981277159424 140732021265375 140732021265504 140732021265504 140732021272520 0
/proc/14243/statm: 2483 678 599 264 0 134 0
[pid=14248] ppid=14243 vsize=31478972 memory=28288048 CPUtime=2805.01 cores=4,6
/proc/14248/stat : 14248 (naps-1.03a2) S 14243 14243 14004 0 -1 4195840 3212453 0 0 0 278745 1756 0 0 20 0 1 0 1860081 32234467328 7072012 134679101440 4194304 6891597 140722395926080 140722395886608 6272956 0 0 0 17922 0 0 0 17 6 0 0 0 0 0 7398840 7447120 7839744 140722395927530 140722395927648 140722395927648 140722395934665 0
/proc/14248/statm: 7869743 7072012 468 659 0 7868947 0
Current children cumulated CPU time: 2805.01 s
Current children cumulated vsize: 31488904 KiB
Current children cumulated memory: 28290760 KiB

[startup+2819.2 s]
/proc/loadavg: 4.09 4.11 4.03 4/246 16153
/proc/meminfo: memFree=73294364/131655788 swapFree=131071996/131071996
[pid=14243] ppid=14240 vsize=9932 memory=2712 CPUtime=0 cores=4,6
/proc/14243/stat : 14243 (naps-1.03.sh) S 14240 14243 14004 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 1860081 10170368 678 134679101440 93981260660736 93981261740056 140732021260048 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93981263838512 93981263885700 93981277159424 140732021265375 140732021265504 140732021265504 140732021272520 0
/proc/14243/statm: 2483 678 599 264 0 134 0
[pid=14248] ppid=14243 vsize=31478972 memory=28288048 CPUtime=2805.01 cores=4,6
/proc/14248/stat : 14248 (naps-1.03a2) S 14243 14243 14004 0 -1 4195840 3212453 0 0 0 278745 1756 0 0 20 0 1 0 1860081 32234467328 7072012 134679101440 4194304 6891597 140722395926080 140722395886608 6272956 0 0 0 17922 0 0 0 17 6 0 0 0 0 0 7398840 7447120 7839744 140722395927530 140722395927648 140722395927648 140722395934665 0
/proc/14248/statm: 7869743 7072012 468 659 0 7868947 0
Current children cumulated CPU time: 2805.01 s
Current children cumulated vsize: 31488904 KiB
Current children cumulated memory: 28290760 KiB

[startup+2820.8 s]
/proc/loadavg: 4.09 4.11 4.03 4/246 16153
/proc/meminfo: memFree=73294364/131655788 swapFree=131071996/131071996
[pid=14243] ppid=14240 vsize=9932 memory=2712 CPUtime=0 cores=4,6
/proc/14243/stat : 14243 (naps-1.03.sh) S 14240 14243 14004 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 1860081 10170368 678 134679101440 93981260660736 93981261740056 140732021260048 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93981263838512 93981263885700 93981277159424 140732021265375 140732021265504 140732021265504 140732021272520 0
/proc/14243/statm: 2483 678 599 264 0 134 0
[pid=14248] ppid=14243 vsize=31478972 memory=28288048 CPUtime=2805.01 cores=4,6
/proc/14248/stat : 14248 (naps-1.03a2) S 14243 14243 14004 0 -1 4195840 3212453 0 0 0 278745 1756 0 0 20 0 1 0 1860081 32234467328 7072012 134679101440 4194304 6891597 140722395926080 140722395886608 6272956 0 0 0 17922 0 0 0 17 6 0 0 0 0 0 7398840 7447120 7839744 140722395927530 140722395927648 140722395927648 140722395934665 0
/proc/14248/statm: 7869743 7072012 468 659 0 7868947 0
Current children cumulated CPU time: 2805.01 s
Current children cumulated vsize: 31488904 KiB
Current children cumulated memory: 28290760 KiB

[startup+2821.6 s]
/proc/loadavg: 4.09 4.11 4.03 5/245 16158
/proc/meminfo: memFree=76485988/131655788 swapFree=131071996/131071996
[pid=14243] ppid=14240 vsize=9932 memory=2712 CPUtime=0 cores=4,6
/proc/14243/stat : 14243 (naps-1.03.sh) S 14240 14243 14004 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 1860081 10170368 678 134679101440 93981260660736 93981261740056 140732021260048 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93981263838512 93981263885700 93981277159424 140732021265375 140732021265504 140732021265504 140732021272520 0
/proc/14243/statm: 2483 678 599 264 0 134 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9932 KiB
Current children cumulated memory: 2712 KiB

[startup+2822 s]*
/proc/loadavg: 4.09 4.11 4.03 5/249 16162
/proc/meminfo: memFree=94466220/131655788 swapFree=131071996/131071996
[pid=14243] ppid=14240 vsize=9932 memory=2712 CPUtime=0 cores=4,6
/proc/14243/stat : 14243 (naps-1.03.sh) S 14240 14243 14004 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 1860081 10170368 678 134679101440 93981260660736 93981261740056 140732021260048 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93981263838512 93981263885700 93981277159424 140732021265375 140732021265504 140732021265504 140732021272520 0
/proc/14243/statm: 2483 678 599 264 0 134 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9932 KiB
Current children cumulated memory: 2712 KiB

[startup+2822.11 s]
/proc/loadavg: 4.09 4.11 4.03 5/249 16162
/proc/meminfo: memFree=94466220/131655788 swapFree=131071996/131071996
[pid=14243] ppid=14240 vsize=9932 memory=2712 CPUtime=0 cores=4,6
/proc/14243/stat : 14243 (naps-1.03.sh) S 14240 14243 14004 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 1860081 10170368 678 134679101440 93981260660736 93981261740056 140732021260048 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93981263838512 93981263885700 93981277159424 140732021265375 140732021265504 140732021265504 140732021272520 0
/proc/14243/statm: 2483 678 599 264 0 134 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9932 KiB
Current children cumulated memory: 2712 KiB

Child status: 134

Real time (s): 2822.19
CPU time (s): 2806.27
CPU user time (s): 2787.45
CPU system time (s): 18.8151
CPU usage (%): 99.4357
Max. virtual memory (cumulated for all children) (KiB): 31488904
Max. memory (cumulated for all children) (KiB): 28290760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2787.45
system time used= 18.8151
maximum resident set size= 28288308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3212929
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 125
involuntary context switches= 1972


# summary of solver processes directly reported to runsolver:
#   pid: 14243
#   total CPU time (s): 2806.27
#   total CPU user time (s): 2787.45
#   total CPU system time (s): 18.8151

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.9014 second user time and 28.6035 second system time

The end

Launcher Data

Begin job on nodeC009 at 2024-07-30 17:17:05
IDJOB=4463785
IDBENCH=143873
IDSOLVER=3091
FILE ID=nodeC009/4463785-1722352625
RUNJOBID= nodeC009-1722352597-14015
SLURM_JOB_ID= 8249034
Free space on /tmp= 723760 MiB

SOLVER NAME= NaPS-GM 1.03a2
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/scens/normalized-scen06-22reduc_wcsp.wbo
COMMAND LINE= HOME/naps-1.03.sh -GM BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4463785-1722352625/watcher-4463785-1722352625 -o /tmp/evaluation-result-4463785-1722352625/solver-4463785-1722352625 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1722352597-14015 --watchdog 3760  HOME/naps-1.03.sh -GM HOME/instance-4463785-1722352625.wbo

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

MD5SUM BENCH= 145fe6fe39a80fcaff25336bfbc8c080
RANDOM SEED=953305633

nodeC009.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.997
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.99
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		: 3491.997
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.37
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.440
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.99
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.432
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.37
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		: 3492.008
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.99
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		: 3505.941
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.37
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.273
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.99
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.452
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.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        114085436 kB
MemAvailable:   124009572 kB
Buffers:           60464 kB
Cached:         10691628 kB
SwapCached:            0 kB
Active:           198172 kB
Inactive:       16917792 kB
Active(anon):       1536 kB
Inactive(anon):  6383668 kB
Active(file):     196636 kB
Inactive(file): 10534124 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             30220 kB
Writeback:             0 kB
AnonPages:       6363048 kB
Mapped:            93732 kB
Shmem:             21320 kB
KReclaimable:      67152 kB
Slab:             141608 kB
SReclaimable:      67152 kB
SUnreclaim:        74456 kB
KernelStack:        4048 kB
PageTables:        21812 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    7328116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:             6368 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3452928 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:      240456 kB
DirectMap2M:     7004160 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 723692 MiB
End job on nodeC009 at 2024-07-30 18:04:07