Trace number 4309851

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 NameAnswerobjective functionCPU timeWall clock time
PicatSAT 2018-08-14? (TO) 2519.97 2520.02

General information on the benchmark

NameAuction/Auction-cnt/
Auction-cnt-decay300_c18.xml
MD5SUM39aa8271d93aad234a0495f796e0a456
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1958918
Best CPU time to get the best result obtained on this benchmark2520.08
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints300
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2000}]
Minimum variable degree2
Maximum variable degree32
Distribution of variable degrees[{"degree":2,"count":246},{"degree":3,"count":424},{"degree":4,"count":324},{"degree":5,"count":234},{"degree":6,"count":177},{"degree":7,"count":133},{"degree":8,"count":113},{"degree":9,"count":81},{"degree":10,"count":53},{"degree":11,"count":33},{"degree":12,"count":38},{"degree":13,"count":40},{"degree":14,"count":26},{"degree":15,"count":16},{"degree":16,"count":16},{"degree":17,"count":11},{"degree":18,"count":9},{"degree":19,"count":2},{"degree":20,"count":5},{"degree":21,"count":1},{"degree":22,"count":3},{"degree":23,"count":1},{"degree":24,"count":4},{"degree":25,"count":2},{"degree":26,"count":3},{"degree":27,"count":2},{"degree":28,"count":1},{"degree":29,"count":1},{"degree":32,"count":1}]
Minimum constraint arity17
Maximum constraint arity46
Distribution of constraint arities[{"arity":17,"count":1},{"arity":19,"count":3},{"arity":20,"count":2},{"arity":21,"count":2},{"arity":22,"count":4},{"arity":23,"count":5},{"arity":24,"count":9},{"arity":25,"count":14},{"arity":26,"count":7},{"arity":27,"count":15},{"arity":28,"count":18},{"arity":29,"count":21},{"arity":30,"count":20},{"arity":31,"count":26},{"arity":32,"count":22},{"arity":33,"count":26},{"arity":34,"count":14},{"arity":35,"count":17},{"arity":36,"count":11},{"arity":37,"count":14},{"arity":38,"count":15},{"arity":39,"count":10},{"arity":40,"count":5},{"arity":41,"count":6},{"arity":42,"count":4},{"arity":43,"count":5},{"arity":45,"count":2},{"arity":46,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"count","count":300}]
Optimization problemYES
Type of objectivemax SUM

Solver Data


Verifier Data

One s line expected

Watcher Data

runsolver version 3.4.0 (svn: 3012) 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: 16374 MiB (14611 MiB free)
  memory of node 1: 16384 MiB (13911 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309851-1534297389/watcher-4309851-1534297389 -o /tmp/evaluation-result-4309851-1534297389/solver-4309851-1534297389 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534292346-18984 --watchdog 2580 xcsp_picat HOME/instance-4309851-1534297389.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB
solver pid=19601, runsolver pid=19598


[startup+0.100167 s]*
/proc/loadavg: 1.92 1.97 1.97 3/188 19602
/proc/meminfo: memFree=29181288/32770624 swapFree=67030680/67108860
[pid=19601] ppid=19598 vsize=2025744 memory=29208 CPUtime=0.09 cores=1,3,5,7
/proc/19601/stat : 19601 (xcsp_picat) R 19598 19601 18952 0 -1 4202496 1373 0 0 0 9 0 0 0 20 0 1 0 247302028 2074361856 7302 33554432000 4194304 5849940 140732454096080 140732454096080 4667056 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 35831808 140732454102198 140732454102276 140732454102276 140732454105034 0
/proc/19601/statm: 506436 7302 625 405 0 503380 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 29208 KiB

[startup+0.209817 s]*
/proc/loadavg: 1.92 1.97 1.97 3/188 19602
/proc/meminfo: memFree=29164532/32770624 swapFree=67030680/67108860
[pid=19601] ppid=19598 vsize=2025744 memory=46520 CPUtime=0.21 cores=1,3,5,7
/proc/19601/stat : 19601 (xcsp_picat) R 19598 19601 18952 0 -1 4202496 1564 0 0 0 20 1 0 0 20 0 1 0 247302028 2074361856 11630 33554432000 4194304 5849940 140732454096080 140732454096080 5473044 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 35831808 140732454102198 140732454102276 140732454102276 140732454105034 0
/proc/19601/statm: 506436 11630 713 405 0 503380 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 46520 KiB

[startup+0.309589 s]*
/proc/loadavg: 1.92 1.97 1.97 3/188 19602
/proc/meminfo: memFree=29164268/32770624 swapFree=67030680/67108860
[pid=19601] ppid=19598 vsize=2025744 memory=46520 CPUtime=0.31 cores=1,3,5,7
/proc/19601/stat : 19601 (xcsp_picat) R 19598 19601 18952 0 -1 4202496 1575 0 0 0 30 1 0 0 20 0 1 0 247302028 2074361856 11630 33554432000 4194304 5849940 140732454096080 140732454096080 140608081149831 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 35831808 140732454102198 140732454102276 140732454102276 140732454105034 0
/proc/19601/statm: 506436 11630 713 405 0 503380 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 46520 KiB

[startup+0.700273 s]
/proc/loadavg: 1.92 1.97 1.97 3/188 19602
/proc/meminfo: memFree=29163904/32770624 swapFree=67030680/67108860
[pid=19601] ppid=19598 vsize=2025880 memory=46520 CPUtime=0.69 cores=1,3,5,7
/proc/19601/stat : 19601 (xcsp_picat) R 19598 19601 18952 0 -1 4202496 1587 0 0 0 68 1 0 0 20 0 1 0 247302028 2074501120 11630 33554432000 4194304 5849940 140732454096080 140732454095176 5606384 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 35831808 140732454102198 140732454102276 140732454102276 140732454105034 0
/proc/19601/statm: 506470 11630 713 405 0 503414 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2025880 KiB
Current children cumulated memory: 46520 KiB

[startup+1.50028 s]
/proc/loadavg: 1.92 1.97 1.97 3/188 19602
/proc/meminfo: memFree=29163904/32770624 swapFree=67030680/67108860
[pid=19601] ppid=19598 vsize=2025880 memory=46520 CPUtime=1.49 cores=1,3,5,7
/proc/19601/stat : 19601 (xcsp_picat) R 19598 19601 18952 0 -1 4202496 1595 0 0 0 148 1 0 0 20 0 1 0 247302028 2074501120 11630 33554432000 4194304 5849940 140732454096080 140732454095320 4202608 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 35831808 140732454102198 140732454102276 140732454102276 140732454105034 0
/proc/19601/statm: 506470 11630 713 405 0 503414 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2025880 KiB
Current children cumulated memory: 46520 KiB

[startup+3.10898 s]
/proc/loadavg: 1.92 1.97 1.97 3/188 19602
/proc/meminfo: memFree=29163856/32770624 swapFree=67030680/67108860
[pid=19601] ppid=19598 vsize=2025976 memory=46768 CPUtime=3.1 cores=1,3,5,7
/proc/19601/stat : 19601 (xcsp_picat) R 19598 19601 18952 0 -1 4202496 1715 0 0 0 309 1 0 0 20 0 1 0 247302028 2074599424 11692 33554432000 4194304 5849940 140732454096080 140732454095320 5606430 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 35831808 140732454102198 140732454102276 140732454102276 140732454105034 0
/proc/19601/statm: 506494 11692 714 405 0 503438 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2025976 KiB
Current children cumulated memory: 46768 KiB

[startup+6.30026 s]
/proc/loadavg: 1.84 1.95 1.96 3/188 19602
/proc/meminfo: memFree=29163632/32770624 swapFree=67030680/67108860
[pid=19601] ppid=19598 vsize=2025976 memory=46848 CPUtime=6.29 cores=1,3,5,7
/proc/19601/stat : 19601 (xcsp_picat) R 19598 19601 18952 0 -1 4202496 1856 0 0 0 628 1 0 0 20 0 1 0 247302028 2074599424 11712 33554432000 4194304 5849940 140732454096080 140732454095176 5605187 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 35831808 140732454102198 140732454102276 140732454102276 140732454105034 0
/proc/19601/statm: 506494 11712 714 405 0 503438 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2025976 KiB
Current children cumulated memory: 46848 KiB

[startup+12.7003 s]
/proc/loadavg: 1.86 1.95 1.96 3/188 19602
/proc/meminfo: memFree=29162204/32770624 swapFree=67030680/67108860
[pid=19601] ppid=19598 vsize=2025976 memory=46848 CPUtime=12.69 cores=1,3,5,7
/proc/19601/stat : 19601 (xcsp_picat) R 19598 19601 18952 0 -1 4202496 2001 0 0 0 1268 1 0 0 20 0 1 0 247302028 2074599424 11712 33554432000 4194304 5849940 140732454096080 140732454095176 5606430 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 35831808 140732454102198 140732454102276 140732454102276 140732454105034 0
/proc/19601/statm: 506494 11712 714 405 0 503438 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2025976 KiB
Current children cumulated memory: 46848 KiB

[startup+25.5004 s]
/proc/loadavg: 1.89 1.96 1.96 3/188 19602
/proc/meminfo: memFree=29089708/32770624 swapFree=67030680/67108860
[pid=19601] ppid=19598 vsize=2062500 memory=83292 CPUtime=25.49 cores=1,3,5,7
/proc/19601/stat : 19601 (xcsp_picat) R 19598 19601 18952 0 -1 4202496 22146 0 0 0 2541 8 0 0 20 0 1 0 247302028 2112000000 20823 33554432000 4194304 5849940 140732454096080 140732454094568 5309413 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 35831808 140732454102198 140732454102276 140732454102276 140732454105034 0
/proc/19601/statm: 515625 20823 749 405 0 512569 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2062500 KiB
Current children cumulated memory: 83292 KiB

[startup+51.1097 s]
/proc/loadavg: 1.93 1.96 1.96 3/188 19602
/proc/meminfo: memFree=29103136/32770624 swapFree=67030680/67108860
[pid=19601] ppid=19598 vsize=2055132 memory=76148 CPUtime=51.09 cores=1,3,5,7
/proc/19601/stat : 19601 (xcsp_picat) R 19598 19601 18952 0 -1 4202496 33743 0 0 0 5087 22 0 0 20 0 1 0 247302028 2104455168 19037 33554432000 4194304 5849940 140732454096080 140732454095080 140608081149831 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 35831808 140732454102198 140732454102276 140732454102276 140732454105034 0
/proc/19601/statm: 513783 19037 749 405 0 510727 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 2055132 KiB
Current children cumulated memory: 76148 KiB

[startup+102.3 s]
/proc/loadavg: 1.97 1.96 1.96 3/188 19603
/proc/meminfo: memFree=29098576/32770624 swapFree=67030680/67108860
[pid=19601] ppid=19598 vsize=2055712 memory=76728 CPUtime=102.28 cores=1,3,5,7
/proc/19601/stat : 19601 (xcsp_picat) R 19598 19601 18952 0 -1 4202496 48415 0 0 0 10178 50 0 0 20 0 1 0 247302028 2105049088 19182 33554432000 4194304 5849940 140732454096080 140732454095080 140608081149831 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 35831808 140732454102198 140732454102276 140732454102276 140732454105034 0
/proc/19601/statm: 513928 19182 749 405 0 510872 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 2055712 KiB
Current children cumulated memory: 76728 KiB

[startup+162.3 s]
/proc/loadavg: 1.99 1.97 1.96 3/187 19604
/proc/meminfo: memFree=29057088/32770624 swapFree=67030680/67108860
[pid=19601] ppid=19598 vsize=2078476 memory=99132 CPUtime=162.27 cores=1,3,5,7
/proc/19601/stat : 19601 (xcsp_picat) R 19598 19601 18952 0 -1 4202496 55609 0 0 0 16144 83 0 0 20 0 1 0 247302028 2128359424 24783 33554432000 4194304 5849940 140732454096080 140732454094952 140608081149831 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 35831808 140732454102198 140732454102276 140732454102276 140732454105034 0
/proc/19601/statm: 519619 24783 749 405 0 516563 0
Current children cumulated CPU time: 162.27 s
Current children cumulated vsize: 2078476 KiB
Current children cumulated memory: 99132 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 1.98 1.96 3/187 19605
/proc/meminfo: memFree=29035380/32770624 swapFree=67030680/67108860
[pid=19601] ppid=19598 vsize=2090520 memory=107972 CPUtime=222.26 cores=1,3,5,7
/proc/19601/stat : 19601 (xcsp_picat) R 19598 19601 18952 0 -1 4202496 65742 0 0 0 22110 116 0 0 20 0 1 0 247302028 2140692480 26993 33554432000 4194304 5849940 140732454096080 140732454095080 5438029 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 35831808 140732454102198 140732454102276 140732454102276 140732454105034 0
/proc/19601/statm: 522630 26993 749 405 0 519574 0
Current children cumulated CPU time: 222.26 s
Current children cumulated vsize: 2090520 KiB
Current children cumulated memory: 107972 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 1.98 1.96 3/187 19606
/proc/meminfo: memFree=28998348/32770624 swapFree=67030680/67108860
[pid=19601] ppid=19598 vsize=2125808 memory=146484 CPUtime=282.26 cores=1,3,5,7
/proc/19601/stat : 19601 (xcsp_picat) R 19598 19601 18952 0 -1 4202496 80374 0 0 0 28082 144 0 0 20 0 1 0 247302028 2176827392 36621 33554432000 4194304 5849940 140732454096080 140732454095080 140608081149831 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 35831808 140732454102198 140732454102276 140732454102276 140732454105034 0
/proc/19601/statm: 531452 36621 749 405 0 528396 0
Current children cumulated CPU time: 282.26 s
Current children cumulated vsize: 2125808 KiB
Current children cumulated memory: 146484 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 1.99 1.96 3/187 19607
/proc/meminfo: memFree=28991036/32770624 swapFree=67030680/67108860
[pid=19601] ppid=19598 vsize=2125760 memory=146648 CPUtime=342.24 cores=1,3,5,7
/proc/19601/stat : 19601 (xcsp_picat) R 19598 19601 18952 0 -1 4202496 92437 0 0 0 34053 171 0 0 20 0 1 0 247302028 2176778240 36662 33554432000 4194304 5849940 140732454096080 140732454095080 5307758 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 35831808 140732454102198 140732454102276 140732454102276 140732454105034 0
/proc/19601/statm: 531440 36662 749 405 0 528384 0
Current children cumulated CPU time: 342.24 s
Current children cumulated vsize: 2125760 KiB
Current children cumulated memory: 146648 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 1.99 1.96 3/187 19608
/proc/meminfo: memFree=28986312/32770624 swapFree=67030680/67108860
[pid=19601] ppid=19598 vsize=2125760 memory=146648 CPUtime=402.24 cores=1,3,5,7
/proc/19601/stat : 19601 (xcsp_picat) R 19598 19601 18952 0 -1 4202496 93072 0 0 0 40026 198 0 0 20 0 1 0 247302028 2176778240 36662 33554432000 4194304 5849940 140732454096080 140732454095080 5438470 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 35831808 140732454102198 140732454102276 140732454102276 140732454105034 0
/proc/19601/statm: 531440 36662 749 405 0 528384 0
Current children cumulated CPU time: 402.24 s
Current children cumulated vsize: 2125760 KiB
Current children cumulated memory: 146648 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 1.99 1.96 3/188 19617
/proc/meminfo: memFree=28965144/32770624 swapFree=67030680/67108860
[pid=19601] ppid=19598 vsize=2137788 memory=158676 CPUtime=462.23 cores=1,3,5,7
/proc/19601/stat : 19601 (xcsp_picat) R 19598 19601 18952 0 -1 4202496 107900 0 0 0 45992 231 0 0 20 0 1 0 247302028 2189094912 39669 33554432000 4194304 5849940 140732454096080 140732454095080 140608081149831 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 35831808 140732454102198 140732454102276 140732454102276 140732454105034 0
/proc/19601/statm: 534447 39669 749 405 0 531391 0
Current children cumulated CPU time: 462.23 s
Current children cumulated vsize: 2137788 KiB
Current children cumulated memory: 158676 KiB


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

/proc/19601/statm: 544577 50889 749 405 0 541521 0
Current children cumulated CPU time: 1722.23 s
Current children cumulated vsize: 2178308 KiB
Current children cumulated memory: 203556 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/188 19680
/proc/meminfo: memFree=28743180/32770624 swapFree=67030680/67108860
[pid=19601] ppid=19598 vsize=2209456 memory=234804 CPUtime=1782.22 cores=1,3,5,7
/proc/19601/stat : 19601 (xcsp_picat) R 19598 19601 18952 0 -1 4202496 364240 0 0 0 177459 763 0 0 20 0 1 0 247302028 2262482944 58701 33554432000 4194304 5849940 140732454096080 140732454095080 5437815 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 35831808 140732454102198 140732454102276 140732454102276 140732454105034 0
/proc/19601/statm: 552364 58701 749 405 0 549308 0
Current children cumulated CPU time: 1782.22 s
Current children cumulated vsize: 2209456 KiB
Current children cumulated memory: 234804 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/188 19681
/proc/meminfo: memFree=28709708/32770624 swapFree=67030680/67108860
[pid=19601] ppid=19598 vsize=2242204 memory=267560 CPUtime=1842.23 cores=1,3,5,7
/proc/19601/stat : 19601 (xcsp_picat) R 19598 19601 18952 0 -1 4202496 365467 0 0 0 183437 786 0 0 20 0 1 0 247302028 2296016896 66890 33554432000 4194304 5849940 140732454096080 140732454095080 140608081149831 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 35831808 140732454102198 140732454102276 140732454102276 140732454105034 0
/proc/19601/statm: 560551 66890 749 405 0 557495 0
Current children cumulated CPU time: 1842.23 s
Current children cumulated vsize: 2242204 KiB
Current children cumulated memory: 267560 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/188 19682
/proc/meminfo: memFree=28709212/32770624 swapFree=67030680/67108860
[pid=19601] ppid=19598 vsize=2242312 memory=267560 CPUtime=1902.23 cores=1,3,5,7
/proc/19601/stat : 19601 (xcsp_picat) R 19598 19601 18952 0 -1 4202496 378510 0 0 0 189421 802 0 0 20 0 1 0 247302028 2296127488 66890 33554432000 4194304 5849940 140732454096080 140732454095080 5438400 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 35831808 140732454102198 140732454102276 140732454102276 140732454105034 0
/proc/19601/statm: 560578 66890 749 405 0 557522 0
Current children cumulated CPU time: 1902.23 s
Current children cumulated vsize: 2242312 KiB
Current children cumulated memory: 267560 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/187 19683
/proc/meminfo: memFree=28709296/32770624 swapFree=67030680/67108860
[pid=19601] ppid=19598 vsize=2209436 memory=234792 CPUtime=1962.23 cores=1,3,5,7
/proc/19601/stat : 19601 (xcsp_picat) R 19598 19601 18952 0 -1 4202496 379997 0 0 0 195401 822 0 0 20 0 1 0 247302028 2262462464 58698 33554432000 4194304 5849940 140732454096080 140732454095080 140608081149831 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 35831808 140732454102198 140732454102276 140732454102276 140732454105034 0
/proc/19601/statm: 552359 58698 749 405 0 549303 0
Current children cumulated CPU time: 1962.23 s
Current children cumulated vsize: 2209436 KiB
Current children cumulated memory: 234792 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/187 19684
/proc/meminfo: memFree=28615476/32770624 swapFree=67030680/67108860
[pid=19601] ppid=19598 vsize=2280732 memory=305860 CPUtime=2022.24 cores=1,3,5,7
/proc/19601/stat : 19601 (xcsp_picat) R 19598 19601 18952 0 -1 4202496 397976 0 0 0 201377 847 0 0 20 0 1 0 247302028 2335469568 76465 33554432000 4194304 5849940 140732454096080 140732454095080 5313100 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 35831808 140732454102198 140732454102276 140732454102276 140732454105034 0
/proc/19601/statm: 570183 76465 749 405 0 567127 0
Current children cumulated CPU time: 2022.24 s
Current children cumulated vsize: 2280732 KiB
Current children cumulated memory: 305860 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/187 19685
/proc/meminfo: memFree=28681120/32770624 swapFree=67030680/67108860
[pid=19601] ppid=19598 vsize=2247684 memory=272828 CPUtime=2082.24 cores=1,3,5,7
/proc/19601/stat : 19601 (xcsp_picat) R 19598 19601 18952 0 -1 4202496 400339 0 0 0 207360 864 0 0 20 0 1 0 247302028 2301628416 68207 33554432000 4194304 5849940 140732454096080 140732454095080 5339918 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 35831808 140732454102198 140732454102276 140732454102276 140732454105034 0
/proc/19601/statm: 561921 68207 749 405 0 558865 0
Current children cumulated CPU time: 2082.24 s
Current children cumulated vsize: 2247684 KiB
Current children cumulated memory: 272828 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/187 19686
/proc/meminfo: memFree=28737288/32770624 swapFree=67030680/67108860
[pid=19601] ppid=19598 vsize=2256128 memory=281484 CPUtime=2142.24 cores=1,3,5,7
/proc/19601/stat : 19601 (xcsp_picat) R 19598 19601 18952 0 -1 4202496 414212 0 0 0 213343 881 0 0 20 0 1 0 247302028 2310275072 70371 33554432000 4194304 5849940 140732454096080 140732454094952 5416891 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 35831808 140732454102198 140732454102276 140732454102276 140732454105034 0
/proc/19601/statm: 564032 70371 749 405 0 560976 0
Current children cumulated CPU time: 2142.24 s
Current children cumulated vsize: 2256128 KiB
Current children cumulated memory: 281484 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/187 19687
/proc/meminfo: memFree=28624392/32770624 swapFree=67030680/67108860
[pid=19601] ppid=19598 vsize=2252052 memory=277408 CPUtime=2202.24 cores=1,3,5,7
/proc/19601/stat : 19601 (xcsp_picat) R 19598 19601 18952 0 -1 4202496 432467 0 0 0 219320 904 0 0 20 0 1 0 247302028 2306101248 69352 33554432000 4194304 5849940 140732454096080 140732454095080 5340446 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 35831808 140732454102198 140732454102276 140732454102276 140732454105034 0
/proc/19601/statm: 563013 69352 749 405 0 559957 0
Current children cumulated CPU time: 2202.24 s
Current children cumulated vsize: 2252052 KiB
Current children cumulated memory: 277408 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/187 19695
/proc/meminfo: memFree=28730548/32770624 swapFree=67030680/67108860
[pid=19601] ppid=19598 vsize=2209424 memory=234780 CPUtime=2262.24 cores=1,3,5,7
/proc/19601/stat : 19601 (xcsp_picat) R 19598 19601 18952 0 -1 4202496 446589 0 0 0 225298 926 0 0 20 0 1 0 247302028 2262450176 58695 33554432000 4194304 5849940 140732454096080 140732454095080 5339696 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 35831808 140732454102198 140732454102276 140732454102276 140732454105034 0
/proc/19601/statm: 552356 58695 749 405 0 549300 0
Current children cumulated CPU time: 2262.24 s
Current children cumulated vsize: 2209424 KiB
Current children cumulated memory: 234780 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/187 19696
/proc/meminfo: memFree=28688224/32770624 swapFree=67030680/67108860
[pid=19601] ppid=19598 vsize=2252912 memory=278168 CPUtime=2322.24 cores=1,3,5,7
/proc/19601/stat : 19601 (xcsp_picat) R 19598 19601 18952 0 -1 4202496 461403 0 0 0 231278 946 0 0 20 0 1 0 247302028 2306981888 69542 33554432000 4194304 5849940 140732454096080 140732454095080 5359600 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 35831808 140732454102198 140732454102276 140732454102276 140732454105034 0
/proc/19601/statm: 563228 69542 749 405 0 560172 0
Current children cumulated CPU time: 2322.24 s
Current children cumulated vsize: 2252912 KiB
Current children cumulated memory: 278168 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/187 19697
/proc/meminfo: memFree=28720308/32770624 swapFree=67030680/67108860
[pid=19601] ppid=19598 vsize=2220052 memory=245408 CPUtime=2382.24 cores=1,3,5,7
/proc/19601/stat : 19601 (xcsp_picat) R 19598 19601 18952 0 -1 4202496 463466 0 0 0 237260 964 0 0 20 0 1 0 247302028 2273333248 61352 33554432000 4194304 5849940 140732454096080 140732454095080 140608081149831 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 35831808 140732454102198 140732454102276 140732454102276 140732454105034 0
/proc/19601/statm: 555013 61352 749 405 0 551957 0
Current children cumulated CPU time: 2382.24 s
Current children cumulated vsize: 2220052 KiB
Current children cumulated memory: 245408 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/187 19698
/proc/meminfo: memFree=28590044/32770624 swapFree=67030680/67108860
[pid=19601] ppid=19598 vsize=2252808 memory=278004 CPUtime=2442.24 cores=1,3,5,7
/proc/19601/stat : 19601 (xcsp_picat) R 19598 19601 18952 0 -1 4202496 476185 0 0 0 243240 984 0 0 20 0 1 0 247302028 2306875392 69501 33554432000 4194304 5849940 140732454096080 140732454095080 5335818 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 35831808 140732454102198 140732454102276 140732454102276 140732454105034 0
/proc/19601/statm: 563202 69501 749 405 0 560146 0
Current children cumulated CPU time: 2442.24 s
Current children cumulated vsize: 2252808 KiB
Current children cumulated memory: 278004 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/187 19699
/proc/meminfo: memFree=28687628/32770624 swapFree=67030680/67108860
[pid=19601] ppid=19598 vsize=2252808 memory=278164 CPUtime=2502.25 cores=1,3,5,7
/proc/19601/stat : 19601 (xcsp_picat) R 19598 19601 18952 0 -1 4202496 477766 0 0 0 249217 1008 0 0 20 0 1 0 247302028 2306875392 69541 33554432000 4194304 5849940 140732454096080 140732454095080 5438027 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 35831808 140732454102198 140732454102276 140732454102276 140732454105034 0
/proc/19601/statm: 563202 69541 749 405 0 560146 0
Current children cumulated CPU time: 2502.25 s
Current children cumulated vsize: 2252808 KiB
Current children cumulated memory: 278164 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.08 2.03 2.04 2/181 19746
/proc/meminfo: memFree=28923592/32770624 swapFree=67030680/67108860
[pid=19601] ppid=19598 vsize=2289676 memory=315032 CPUtime=2519.96 cores=1,3,5,7
/proc/19601/stat : 19601 (xcsp_picat) R 19598 19601 18952 0 -1 4202496 479139 0 0 0 250981 1015 0 0 20 0 1 0 247302028 2344628224 78758 33554432000 4194304 5849940 140732454096080 140732454095080 140608081149831 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 35831808 140732454102198 140732454102276 140732454102276 140732454105034 0
/proc/19601/statm: 572419 78758 749 405 0 569363 0
Current children cumulated CPU time: 2519.96 s
Current children cumulated vsize: 2289676 KiB
Current children cumulated memory: 315032 KiB

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

[startup+2520.02 s]
# the end of solver process 19601 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2509.81 s, system=10.1579 s

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2520.02
CPU time (s): 2519.97
CPU user time (s): 2509.81
CPU system time (s): 10.1579
CPU usage (%): 99.9982
Max. virtual memory (cumulated for all children) (KiB): 2302576
Max. memory (cumulated for all children) (KiB): 327984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2509.81
system time used= 10.1579
maximum resident set size= 327984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 479139
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= 19
involuntary context switches= 1515


# summary of solver processes directly reported to runsolver:
#   pid: 19601
#   total CPU time (s): 2519.97
#   total CPU user time (s): 2509.81
#   total CPU system time (s): 10.1579

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.78975 second user time and 18.7772 second system time

The end

Launcher Data

Begin job on node102 at 2018-08-15 03:43:09
IDJOB=4309851
IDBENCH=141155
IDSOLVER=2794
FILE ID=node102/4309851-1534297389
RUNJOBID= node102-1534292346-18984
PBS_JOBID= 21038132
Free space on /tmp= 39520 MiB

SOLVER NAME= PicatSAT 2018-08-14
BENCH NAME= XCSP18/Auction/Auction-cnt/Auction-cnt-decay300_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309851-1534297389/watcher-4309851-1534297389 -o /tmp/evaluation-result-4309851-1534297389/solver-4309851-1534297389 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534292346-18984 --watchdog 2580  xcsp_picat HOME/instance-4309851-1534297389.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 39aa8271d93aad234a0495f796e0a456
RANDOM SEED=1457061810

node102.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        29208624 kB
MemAvailable:   31854376 kB
Buffers:          149924 kB
Cached:          2752940 kB
SwapCached:        51224 kB
Active:          1458980 kB
Inactive:        1554228 kB
Active(anon):      31628 kB
Inactive(anon):   130288 kB
Active(file):    1427352 kB
Inactive(file):  1423940 kB
Unevictable:        7348 kB
Mlocked:            7348 kB
SwapTotal:      67108860 kB
SwapFree:       67030680 kB
Dirty:              6376 kB
Writeback:             0 kB
AnonPages:         48068 kB
Mapped:            55360 kB
Shmem:             49004 kB
Slab:             249040 kB
SReclaimable:     220588 kB
SUnreclaim:        28452 kB
KernelStack:        3376 kB
PageTables:         5424 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2391596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 39516 MiB
End job on node102 at 2018-08-15 04:25:09