Trace number 4309848

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.93 2520.02

General information on the benchmark

NameAuction/Auction-cnt/
Auction-cnt-decay200_c18.xml
MD5SUMb9a88cf563e94a20e010143964b9c3ad
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1458346
Best CPU time to get the best result obtained on this benchmark2520.1
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints200
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2000}]
Minimum variable degree2
Maximum variable degree30
Distribution of variable degrees[{"degree":2,"count":190},{"degree":3,"count":378},{"degree":4,"count":330},{"degree":5,"count":258},{"degree":6,"count":209},{"degree":7,"count":129},{"degree":8,"count":125},{"degree":9,"count":75},{"degree":10,"count":68},{"degree":11,"count":60},{"degree":12,"count":43},{"degree":13,"count":29},{"degree":14,"count":28},{"degree":15,"count":14},{"degree":16,"count":7},{"degree":17,"count":8},{"degree":18,"count":9},{"degree":19,"count":8},{"degree":20,"count":14},{"degree":21,"count":8},{"degree":22,"count":1},{"degree":23,"count":2},{"degree":24,"count":1},{"degree":26,"count":2},{"degree":27,"count":3},{"degree":30,"count":1}]
Minimum constraint arity36
Maximum constraint arity75
Distribution of constraint arities[{"arity":36,"count":2},{"arity":37,"count":5},{"arity":38,"count":4},{"arity":39,"count":4},{"arity":40,"count":2},{"arity":41,"count":4},{"arity":42,"count":7},{"arity":43,"count":7},{"arity":44,"count":7},{"arity":45,"count":8},{"arity":46,"count":7},{"arity":47,"count":9},{"arity":48,"count":10},{"arity":49,"count":9},{"arity":50,"count":20},{"arity":51,"count":16},{"arity":52,"count":7},{"arity":53,"count":13},{"arity":54,"count":9},{"arity":55,"count":10},{"arity":56,"count":6},{"arity":57,"count":6},{"arity":58,"count":6},{"arity":59,"count":4},{"arity":60,"count":5},{"arity":61,"count":2},{"arity":62,"count":2},{"arity":63,"count":1},{"arity":64,"count":1},{"arity":65,"count":1},{"arity":67,"count":2},{"arity":68,"count":3},{"arity":75,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"count","count":200}]
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 (13234 MiB free)
  memory of node 1: 16384 MiB (1026 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309848-1534297943/watcher-4309848-1534297943 -o /tmp/evaluation-result-4309848-1534297943/solver-4309848-1534297943 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1534292900-22506 --watchdog 2580 xcsp_picat HOME/instance-4309848-1534297943.xml 

running on 4 cores: 0,2,4,6

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
solver pid=23057, runsolver pid=23054
Current StackSize limit: 8192 KiB


[startup+0.100745 s]*
/proc/loadavg: 2.16 2.10 2.03 3/188 23058
/proc/meminfo: memFree=14577396/32770624 swapFree=67108796/67108860
[pid=23057] ppid=23054 vsize=2025744 memory=30000 CPUtime=0.1 cores=0,2,4,6
/proc/23057/stat : 23057 (xcsp_picat) R 23054 23057 22475 0 -1 4202496 1536 0 0 0 10 0 0 0 20 0 1 0 247357498 2074361856 7500 33554432000 4194304 5849940 140722257216672 140722257215976 4572157 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 17760256 140722257220790 140722257220868 140722257220868 140722257223626 0
/proc/23057/statm: 506436 7500 625 405 0 503380 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 30000 KiB

[startup+0.209553 s]*
/proc/loadavg: 2.16 2.10 2.03 3/188 23058
/proc/meminfo: memFree=14558732/32770624 swapFree=67108796/67108860
[pid=23057] ppid=23054 vsize=2025744 memory=47244 CPUtime=0.2 cores=0,2,4,6
/proc/23057/stat : 23057 (xcsp_picat) R 23054 23057 22475 0 -1 4202496 1746 0 0 0 20 0 0 0 20 0 1 0 247357498 2074361856 11811 33554432000 4194304 5849940 140722257216672 140722257215976 139820803637127 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 17760256 140722257220790 140722257220868 140722257220868 140722257223626 0
/proc/23057/statm: 506436 11811 713 405 0 503380 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 47244 KiB

[startup+0.309346 s]*
/proc/loadavg: 2.16 2.10 2.03 3/188 23058
/proc/meminfo: memFree=14558732/32770624 swapFree=67108796/67108860
[pid=23057] ppid=23054 vsize=2025744 memory=47244 CPUtime=0.3 cores=0,2,4,6
/proc/23057/stat : 23057 (xcsp_picat) R 23054 23057 22475 0 -1 4202496 1758 0 0 0 30 0 0 0 20 0 1 0 247357498 2074361856 11811 33554432000 4194304 5849940 140722257216672 140722257215976 5606430 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 17760256 140722257220790 140722257220868 140722257220868 140722257223626 0
/proc/23057/statm: 506436 11811 713 405 0 503380 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 47244 KiB

[startup+0.700226 s]
/proc/loadavg: 2.16 2.10 2.03 3/188 23058
/proc/meminfo: memFree=14558732/32770624 swapFree=67108796/67108860
[pid=23057] ppid=23054 vsize=2025876 memory=47244 CPUtime=0.68 cores=0,2,4,6
/proc/23057/stat : 23057 (xcsp_picat) R 23054 23057 22475 0 -1 4202496 1780 0 0 0 68 0 0 0 20 0 1 0 247357498 2074497024 11811 33554432000 4194304 5849940 140722257216672 140722257215976 5472466 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 17760256 140722257220790 140722257220868 140722257220868 140722257223626 0
/proc/23057/statm: 506469 11811 713 405 0 503413 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2025876 KiB
Current children cumulated memory: 47244 KiB

[startup+1.50023 s]
/proc/loadavg: 2.16 2.10 2.03 3/188 23058
/proc/meminfo: memFree=14558360/32770624 swapFree=67108796/67108860
[pid=23057] ppid=23054 vsize=2025876 memory=47244 CPUtime=1.48 cores=0,2,4,6
/proc/23057/stat : 23057 (xcsp_picat) R 23054 23057 22475 0 -1 4202496 1784 0 0 0 148 0 0 0 20 0 1 0 247357498 2074497024 11811 33554432000 4194304 5849940 140722257216672 140722257215768 5611656 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 17760256 140722257220790 140722257220868 140722257220868 140722257223626 0
/proc/23057/statm: 506469 11811 713 405 0 503413 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2025876 KiB
Current children cumulated memory: 47244 KiB

[startup+3.10919 s]
/proc/loadavg: 2.16 2.10 2.03 3/188 23058
/proc/meminfo: memFree=23089668/32770624 swapFree=67108796/67108860
[pid=23057] ppid=23054 vsize=2026004 memory=47492 CPUtime=3.09 cores=0,2,4,6
/proc/23057/stat : 23057 (xcsp_picat) R 23054 23057 22475 0 -1 4202496 1901 0 0 0 309 0 0 0 20 0 1 0 247357498 2074628096 11873 33554432000 4194304 5849940 140722257216672 140722257215768 139820803186609 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 17760256 140722257220790 140722257220868 140722257220868 140722257223626 0
/proc/23057/statm: 506501 11873 714 405 0 503445 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2026004 KiB
Current children cumulated memory: 47492 KiB

[startup+6.30021 s]
/proc/loadavg: 2.15 2.10 2.03 3/188 23058
/proc/meminfo: memFree=22004176/32770624 swapFree=67108796/67108860
[pid=23057] ppid=23054 vsize=2026004 memory=47604 CPUtime=6.28 cores=0,2,4,6
/proc/23057/stat : 23057 (xcsp_picat) R 23054 23057 22475 0 -1 4202496 1950 0 0 0 628 0 0 0 20 0 1 0 247357498 2074628096 11901 33554432000 4194304 5849940 140722257216672 140722257215768 5521660 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 17760256 140722257220790 140722257220868 140722257220868 140722257223626 0
/proc/23057/statm: 506501 11901 714 405 0 503445 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 2026004 KiB
Current children cumulated memory: 47604 KiB

[startup+12.7002 s]
/proc/loadavg: 2.13 2.10 2.03 3/188 23058
/proc/meminfo: memFree=19962508/32770624 swapFree=67108796/67108860
[pid=23057] ppid=23054 vsize=2026004 memory=47604 CPUtime=12.68 cores=0,2,4,6
/proc/23057/stat : 23057 (xcsp_picat) R 23054 23057 22475 0 -1 4202496 2223 0 0 0 1268 0 0 0 20 0 1 0 247357498 2074628096 11901 33554432000 4194304 5849940 140722257216672 140722257215768 5472739 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 17760256 140722257220790 140722257220868 140722257220868 140722257223626 0
/proc/23057/statm: 506501 11901 714 405 0 503445 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 2026004 KiB
Current children cumulated memory: 47604 KiB

[startup+25.5002 s]
/proc/loadavg: 2.10 2.10 2.03 3/188 23058
/proc/meminfo: memFree=14500916/32770624 swapFree=67108796/67108860
[pid=23057] ppid=23054 vsize=2058368 memory=79988 CPUtime=25.48 cores=0,2,4,6
/proc/23057/stat : 23057 (xcsp_picat) R 23054 23057 22475 0 -1 4202496 22801 0 0 0 2542 6 0 0 20 0 1 0 247357498 2107768832 19997 33554432000 4194304 5849940 140722257216672 140722257215160 4207555 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 17760256 140722257220790 140722257220868 140722257220868 140722257223626 0
/proc/23057/statm: 514592 19997 751 405 0 511536 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 2058368 KiB
Current children cumulated memory: 79988 KiB

[startup+51.1094 s]
/proc/loadavg: 2.07 2.09 2.03 3/188 23058
/proc/meminfo: memFree=14462028/32770624 swapFree=67108796/67108860
[pid=23057] ppid=23054 vsize=2070792 memory=92540 CPUtime=51.08 cores=0,2,4,6
/proc/23057/stat : 23057 (xcsp_picat) R 23054 23057 22475 0 -1 4202496 41837 0 0 0 5088 20 0 0 20 0 1 0 247357498 2120491008 23135 33554432000 4194304 5849940 140722257216672 140722257215672 5339705 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 17760256 140722257220790 140722257220868 140722257220868 140722257223626 0
/proc/23057/statm: 517698 23135 751 405 0 514642 0
Current children cumulated CPU time: 51.08 s
Current children cumulated vsize: 2070792 KiB
Current children cumulated memory: 92540 KiB

[startup+102.3 s]
/proc/loadavg: 2.03 2.07 2.03 3/188 23120
/proc/meminfo: memFree=28600764/32770624 swapFree=67108796/67108860
[pid=23057] ppid=23054 vsize=2072660 memory=97708 CPUtime=102.27 cores=0,2,4,6
/proc/23057/stat : 23057 (xcsp_picat) R 23054 23057 22475 0 -1 4202496 54106 0 0 0 10180 47 0 0 20 0 1 0 247357498 2122403840 24427 33554432000 4194304 5849940 140722257216672 140722257215672 139820803637127 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 17760256 140722257220790 140722257220868 140722257220868 140722257223626 0
/proc/23057/statm: 518165 24427 751 405 0 515109 0
Current children cumulated CPU time: 102.27 s
Current children cumulated vsize: 2072660 KiB
Current children cumulated memory: 97708 KiB

[startup+162.3 s]
/proc/loadavg: 2.01 2.06 2.03 3/187 23122
/proc/meminfo: memFree=28522788/32770624 swapFree=67108796/67108860
[pid=23057] ppid=23054 vsize=2105388 memory=130752 CPUtime=162.26 cores=0,2,4,6
/proc/23057/stat : 23057 (xcsp_picat) R 23054 23057 22475 0 -1 4202496 60006 0 0 0 16157 69 0 0 20 0 1 0 247357498 2155917312 32688 33554432000 4194304 5849940 140722257216672 140722257215672 139820803637127 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 17760256 140722257220790 140722257220868 140722257220868 140722257223626 0
/proc/23057/statm: 526347 32688 751 405 0 523291 0
Current children cumulated CPU time: 162.26 s
Current children cumulated vsize: 2105388 KiB
Current children cumulated memory: 130752 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.05 2.03 3/187 23123
/proc/meminfo: memFree=28486816/32770624 swapFree=67108796/67108860
[pid=23057] ppid=23054 vsize=2110320 memory=134376 CPUtime=222.27 cores=0,2,4,6
/proc/23057/stat : 23057 (xcsp_picat) R 23054 23057 22475 0 -1 4202496 62242 0 0 0 22135 92 0 0 20 0 1 0 247357498 2160967680 33594 33554432000 4194304 5849940 140722257216672 140722257215832 139820803637127 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 17760256 140722257220790 140722257220868 140722257220868 140722257223626 0
/proc/23057/statm: 527580 33594 751 405 0 524524 0
Current children cumulated CPU time: 222.27 s
Current children cumulated vsize: 2110320 KiB
Current children cumulated memory: 134376 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.04 2.03 3/187 23124
/proc/meminfo: memFree=28504156/32770624 swapFree=67108796/67108860
[pid=23057] ppid=23054 vsize=2120452 memory=145732 CPUtime=282.26 cores=0,2,4,6
/proc/23057/stat : 23057 (xcsp_picat) R 23054 23057 22475 0 -1 4202496 66899 0 0 0 28115 111 0 0 20 0 1 0 247357498 2171342848 36433 33554432000 4194304 5849940 140722257216672 140722257215320 5397572 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 17760256 140722257220790 140722257220868 140722257220868 140722257223626 0
/proc/23057/statm: 530113 36433 751 405 0 527057 0
Current children cumulated CPU time: 282.26 s
Current children cumulated vsize: 2120452 KiB
Current children cumulated memory: 145732 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.04 2.03 3/187 23126
/proc/meminfo: memFree=28470300/32770624 swapFree=67108796/67108860
[pid=23057] ppid=23054 vsize=2120384 memory=145748 CPUtime=342.26 cores=0,2,4,6
/proc/23057/stat : 23057 (xcsp_picat) R 23054 23057 22475 0 -1 4202496 71040 0 0 0 34094 132 0 0 20 0 1 0 247357498 2171273216 36437 33554432000 4194304 5849940 140722257216672 140722257215672 139820803637127 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 17760256 140722257220790 140722257220868 140722257220868 140722257223626 0
/proc/23057/statm: 530096 36437 751 405 0 527040 0
Current children cumulated CPU time: 342.26 s
Current children cumulated vsize: 2120384 KiB
Current children cumulated memory: 145748 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.03 2.03 3/187 23127
/proc/meminfo: memFree=28469296/32770624 swapFree=67108796/67108860
[pid=23057] ppid=23054 vsize=2121584 memory=146944 CPUtime=402.26 cores=0,2,4,6
/proc/23057/stat : 23057 (xcsp_picat) R 23054 23057 22475 0 -1 4202496 73934 0 0 0 40075 151 0 0 20 0 1 0 247357498 2172502016 36736 33554432000 4194304 5849940 140722257216672 140722257215672 139820803637127 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 17760256 140722257220790 140722257220868 140722257220868 140722257223626 0
/proc/23057/statm: 530396 36736 751 405 0 527340 0
Current children cumulated CPU time: 402.26 s
Current children cumulated vsize: 2121584 KiB
Current children cumulated memory: 146944 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.02 2.03 3/187 23136
/proc/meminfo: memFree=28464556/32770624 swapFree=67108796/67108860
[pid=23057] ppid=23054 vsize=2128156 memory=153520 CPUtime=462.26 cores=0,2,4,6
/proc/23057/stat : 23057 (xcsp_picat) R 23054 23057 22475 0 -1 4202496 81343 0 0 0 46056 170 0 0 20 0 1 0 247357498 2179231744 38380 33554432000 4194304 5849940 140722257216672 140722257215672 139820803637127 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 17760256 140722257220790 140722257220868 140722257220868 140722257223626 0
/proc/23057/statm: 532039 38380 751 405 0 528983 0
Current children cumulated CPU time: 462.26 s
Current children cumulated vsize: 2128156 KiB
Current children cumulated memory: 153520 KiB


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

/proc/23057/statm: 565412 71753 751 405 0 562356 0
Current children cumulated CPU time: 1722.22 s
Current children cumulated vsize: 2261648 KiB
Current children cumulated memory: 287012 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/188 23196
/proc/meminfo: memFree=28292236/32770624 swapFree=67108796/67108860
[pid=23057] ppid=23054 vsize=2215948 memory=241312 CPUtime=1782.22 cores=0,2,4,6
/proc/23057/stat : 23057 (xcsp_picat) R 23054 23057 22475 0 -1 4202496 309597 0 0 0 177676 546 0 0 20 0 1 0 247357498 2269130752 60328 33554432000 4194304 5849940 140722257216672 140722257215672 139820803637127 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 17760256 140722257220790 140722257220868 140722257220868 140722257223626 0
/proc/23057/statm: 553987 60328 751 405 0 550931 0
Current children cumulated CPU time: 1782.22 s
Current children cumulated vsize: 2215948 KiB
Current children cumulated memory: 241312 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/188 23197
/proc/meminfo: memFree=28279112/32770624 swapFree=67108796/67108860
[pid=23057] ppid=23054 vsize=2228720 memory=254084 CPUtime=1842.22 cores=0,2,4,6
/proc/23057/stat : 23057 (xcsp_picat) R 23054 23057 22475 0 -1 4202496 331549 0 0 0 183656 566 0 0 20 0 1 0 247357498 2282209280 63521 33554432000 4194304 5849940 140722257216672 140722257215672 139820803637127 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 17760256 140722257220790 140722257220868 140722257220868 140722257223626 0
/proc/23057/statm: 557180 63521 751 405 0 554124 0
Current children cumulated CPU time: 1842.22 s
Current children cumulated vsize: 2228720 KiB
Current children cumulated memory: 254084 KiB

[startup+1902.3 s]
/proc/loadavg: 2.61 2.17 2.09 3/188 23198
/proc/meminfo: memFree=28286072/32770624 swapFree=67108796/67108860
[pid=23057] ppid=23054 vsize=2216116 memory=241480 CPUtime=1902.22 cores=0,2,4,6
/proc/23057/stat : 23057 (xcsp_picat) R 23054 23057 22475 0 -1 4202496 337200 0 0 0 189640 582 0 0 20 0 1 0 247357498 2269302784 60370 33554432000 4194304 5849940 140722257216672 140722257215832 139820803637127 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 17760256 140722257220790 140722257220868 140722257220868 140722257223626 0
/proc/23057/statm: 554029 60370 751 405 0 550973 0
Current children cumulated CPU time: 1902.22 s
Current children cumulated vsize: 2216116 KiB
Current children cumulated memory: 241480 KiB

[startup+1962.3 s]
/proc/loadavg: 2.26 2.15 2.09 3/187 23200
/proc/meminfo: memFree=28279408/32770624 swapFree=67108796/67108860
[pid=23057] ppid=23054 vsize=2246568 memory=271932 CPUtime=1962.22 cores=0,2,4,6
/proc/23057/stat : 23057 (xcsp_picat) R 23054 23057 22475 0 -1 4202496 357347 0 0 0 195624 598 0 0 20 0 1 0 247357498 2300485632 67983 33554432000 4194304 5849940 140722257216672 140722257215672 139820803637127 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 17760256 140722257220790 140722257220868 140722257220868 140722257223626 0
/proc/23057/statm: 561642 67983 751 405 0 558586 0
Current children cumulated CPU time: 1962.22 s
Current children cumulated vsize: 2246568 KiB
Current children cumulated memory: 271932 KiB

[startup+2022.3 s]
/proc/loadavg: 2.09 2.12 2.08 3/187 23201
/proc/meminfo: memFree=28284176/32770624 swapFree=67108796/67108860
[pid=23057] ppid=23054 vsize=2225424 memory=250756 CPUtime=2022.22 cores=0,2,4,6
/proc/23057/stat : 23057 (xcsp_picat) R 23054 23057 22475 0 -1 4202496 363889 0 0 0 201610 612 0 0 20 0 1 0 247357498 2278834176 62689 33554432000 4194304 5849940 140722257216672 140722257215672 139820803637127 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 17760256 140722257220790 140722257220868 140722257220868 140722257223626 0
/proc/23057/statm: 556356 62689 751 405 0 553300 0
Current children cumulated CPU time: 2022.22 s
Current children cumulated vsize: 2225424 KiB
Current children cumulated memory: 250756 KiB

[startup+2082.3 s]
/proc/loadavg: 2.03 2.10 2.08 3/187 23202
/proc/meminfo: memFree=28265652/32770624 swapFree=67108796/67108860
[pid=23057] ppid=23054 vsize=2244072 memory=269436 CPUtime=2082.21 cores=0,2,4,6
/proc/23057/stat : 23057 (xcsp_picat) R 23054 23057 22475 0 -1 4202496 384139 0 0 0 207595 626 0 0 20 0 1 0 247357498 2297929728 67359 33554432000 4194304 5849940 140722257216672 140722257215672 139820803637127 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 17760256 140722257220790 140722257220868 140722257220868 140722257223626 0
/proc/23057/statm: 561018 67359 751 405 0 557962 0
Current children cumulated CPU time: 2082.21 s
Current children cumulated vsize: 2244072 KiB
Current children cumulated memory: 269436 KiB

[startup+2142.3 s]
/proc/loadavg: 2.01 2.08 2.07 3/187 23204
/proc/meminfo: memFree=28262196/32770624 swapFree=67108796/67108860
[pid=23057] ppid=23054 vsize=2227556 memory=252848 CPUtime=2142.21 cores=0,2,4,6
/proc/23057/stat : 23057 (xcsp_picat) R 23054 23057 22475 0 -1 4202496 393706 0 0 0 213581 640 0 0 20 0 1 0 247357498 2281017344 63212 33554432000 4194304 5849940 140722257216672 140722257215672 5437799 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 17760256 140722257220790 140722257220868 140722257220868 140722257223626 0
/proc/23057/statm: 556889 63212 751 405 0 553833 0
Current children cumulated CPU time: 2142.21 s
Current children cumulated vsize: 2227556 KiB
Current children cumulated memory: 252848 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.07 2.06 3/187 23205
/proc/meminfo: memFree=28238032/32770624 swapFree=67108796/67108860
[pid=23057] ppid=23054 vsize=2251844 memory=277208 CPUtime=2202.21 cores=0,2,4,6
/proc/23057/stat : 23057 (xcsp_picat) R 23054 23057 22475 0 -1 4202496 414234 0 0 0 219565 656 0 0 20 0 1 0 247357498 2305888256 69302 33554432000 4194304 5849940 140722257216672 140722257215672 5437906 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 17760256 140722257220790 140722257220868 140722257220868 140722257223626 0
/proc/23057/statm: 562961 69302 751 405 0 559905 0
Current children cumulated CPU time: 2202.21 s
Current children cumulated vsize: 2251844 KiB
Current children cumulated memory: 277208 KiB

[startup+2262.3 s]
/proc/loadavg: 2.22 2.11 2.07 3/187 23213
/proc/meminfo: memFree=28268244/32770624 swapFree=67108796/67108860
[pid=23057] ppid=23054 vsize=2223780 memory=249144 CPUtime=2262.21 cores=0,2,4,6
/proc/23057/stat : 23057 (xcsp_picat) R 23054 23057 22475 0 -1 4202496 419913 0 0 0 225547 674 0 0 20 0 1 0 247357498 2277150720 62286 33554432000 4194304 5849940 140722257216672 140722257215672 139820803637127 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 17760256 140722257220790 140722257220868 140722257220868 140722257223626 0
/proc/23057/statm: 555945 62286 751 405 0 552889 0
Current children cumulated CPU time: 2262.21 s
Current children cumulated vsize: 2223780 KiB
Current children cumulated memory: 249144 KiB

[startup+2322.3 s]
/proc/loadavg: 2.40 2.20 2.11 3/187 23214
/proc/meminfo: memFree=28156628/32770624 swapFree=67108796/67108860
[pid=23057] ppid=23054 vsize=2216588 memory=241864 CPUtime=2322.21 cores=0,2,4,6
/proc/23057/stat : 23057 (xcsp_picat) R 23054 23057 22475 0 -1 4202496 440970 0 0 0 231530 691 0 0 20 0 1 0 247357498 2269786112 60466 33554432000 4194304 5849940 140722257216672 140722257215672 139820803637127 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 17760256 140722257220790 140722257220868 140722257220868 140722257223626 0
/proc/23057/statm: 554147 60466 751 405 0 551091 0
Current children cumulated CPU time: 2322.21 s
Current children cumulated vsize: 2216588 KiB
Current children cumulated memory: 241864 KiB

[startup+2382.3 s]
/proc/loadavg: 2.15 2.16 2.11 3/187 23215
/proc/meminfo: memFree=28227364/32770624 swapFree=67108796/67108860
[pid=23057] ppid=23054 vsize=2232520 memory=257884 CPUtime=2382.21 cores=0,2,4,6
/proc/23057/stat : 23057 (xcsp_picat) R 23054 23057 22475 0 -1 4202496 446407 0 0 0 237515 706 0 0 20 0 1 0 247357498 2286100480 64471 33554432000 4194304 5849940 140722257216672 140722257215672 139820803637127 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 17760256 140722257220790 140722257220868 140722257220868 140722257223626 0
/proc/23057/statm: 558130 64471 751 405 0 555074 0
Current children cumulated CPU time: 2382.21 s
Current children cumulated vsize: 2232520 KiB
Current children cumulated memory: 257884 KiB

[startup+2442.3 s]
/proc/loadavg: 2.05 2.13 2.10 3/187 23216
/proc/meminfo: memFree=28219900/32770624 swapFree=67108796/67108860
[pid=23057] ppid=23054 vsize=2241068 memory=266432 CPUtime=2442.21 cores=0,2,4,6
/proc/23057/stat : 23057 (xcsp_picat) R 23054 23057 22475 0 -1 4202496 468993 0 0 0 243500 721 0 0 20 0 1 0 247357498 2294853632 66608 33554432000 4194304 5849940 140722257216672 140722257215672 139820803637127 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 17760256 140722257220790 140722257220868 140722257220868 140722257223626 0
/proc/23057/statm: 560267 66608 751 405 0 557211 0
Current children cumulated CPU time: 2442.21 s
Current children cumulated vsize: 2241068 KiB
Current children cumulated memory: 266432 KiB

[startup+2502.3 s]
/proc/loadavg: 2.02 2.11 2.09 3/187 23217
/proc/meminfo: memFree=28284712/32770624 swapFree=67108796/67108860
[pid=23057] ppid=23054 vsize=2176172 memory=201572 CPUtime=2502.2 cores=0,2,4,6
/proc/23057/stat : 23057 (xcsp_picat) R 23054 23057 22475 0 -1 4202496 472081 0 0 0 249484 736 0 0 20 0 1 0 247357498 2228400128 50393 33554432000 4194304 5849940 140722257216672 140722257215672 139820803637127 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 17760256 140722257220790 140722257220868 140722257220868 140722257223626 0
/proc/23057/statm: 544043 50393 751 405 0 540987 0
Current children cumulated CPU time: 2502.2 s
Current children cumulated vsize: 2176172 KiB
Current children cumulated memory: 201572 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.02 2.10 2.09 3/187 23217
/proc/meminfo: memFree=28267524/32770624 swapFree=67108796/67108860
[pid=23057] ppid=23054 vsize=2183724 memory=209216 CPUtime=2519.92 cores=0,2,4,6
/proc/23057/stat : 23057 (xcsp_picat) R 23054 23057 22475 0 -1 4202496 486921 0 0 0 251249 743 0 0 20 0 1 0 247357498 2236133376 52304 33554432000 4194304 5849940 140722257216672 140722257215672 5335776 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 17760256 140722257220790 140722257220868 140722257220868 140722257223626 0
/proc/23057/statm: 545931 52304 751 405 0 542875 0
Current children cumulated CPU time: 2519.92 s
Current children cumulated vsize: 2183724 KiB
Current children cumulated memory: 209216 KiB

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

[startup+2520.02 s]
# the end of solver process 23057 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2512.49 s, system=7.43677 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.93
CPU user time (s): 2512.49
CPU system time (s): 7.43677
CPU usage (%): 99.9965
Max. virtual memory (cumulated for all children) (KiB): 2294184
Max. memory (cumulated for all children) (KiB): 319548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2512.49
system time used= 7.43677
maximum resident set size= 319548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 486921
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= 11
involuntary context switches= 1005


# summary of solver processes directly reported to runsolver:
#   pid: 23057
#   total CPU time (s): 2519.93
#   total CPU user time (s): 2512.49
#   total CPU system time (s): 7.43677

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3677 second user time and 17.883 second system time

The end

Launcher Data

Begin job on node138 at 2018-08-15 03:52:23
IDJOB=4309848
IDBENCH=141158
IDSOLVER=2794
FILE ID=node138/4309848-1534297943
RUNJOBID= node138-1534292900-22506
PBS_JOBID= 21038133
Free space on /tmp= 27392 MiB

SOLVER NAME= PicatSAT 2018-08-14
BENCH NAME= XCSP18/Auction/Auction-cnt/Auction-cnt-decay200_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309848-1534297943/watcher-4309848-1534297943 -o /tmp/evaluation-result-4309848-1534297943/solver-4309848-1534297943 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1534292900-22506 --watchdog 2580  xcsp_picat HOME/instance-4309848-1534297943.xml

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

MD5SUM BENCH= b9a88cf563e94a20e010143964b9c3ad
RANDOM SEED=249168716

node138.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.71
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.71
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.71
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.71
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:        14603388 kB
MemAvailable:   17655888 kB
Buffers:           65020 kB
Cached:          3218396 kB
SwapCached:           12 kB
Active:         15280384 kB
Inactive:        2272500 kB
Active(anon):   13658316 kB
Inactive(anon):   672152 kB
Active(file):    1622068 kB
Inactive(file):  1600348 kB
Unevictable:        7260 kB
Mlocked:            7260 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:              3156 kB
Writeback:             0 kB
AnonPages:      14276800 kB
Mapped:            55656 kB
Shmem:             57932 kB
Slab:             286340 kB
SReclaimable:     258544 kB
SUnreclaim:        27796 kB
KernelStack:        3312 kB
PageTables:        33128 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   14644348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:  12163072 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 27388 MiB
End job on node138 at 2018-08-15 04:34:23