Trace number 4303518

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-02? (TO) 2519.62 2520.01

General information on the benchmark

NameAuction/Auction-sum/
Auction-sum-decay300_c18.xml
MD5SUM125d0999a88baf20181d93552da446ae
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1955977
Best CPU time to get the best result obtained on this benchmark2520.18
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":"sum","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 (6252 MiB free)
  memory of node 1: 16384 MiB (8215 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4303518-1533998530/watcher-4303518-1533998530 -o /tmp/evaluation-result-4303518-1533998530/solver-4303518-1533998530 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1533989978-12841 --watchdog 2580 xcsp_picat HOME/instance-4303518-1533998530.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
Current StackSize limit: 8192 KiB

solver pid=14175, runsolver pid=14172

[startup+0.100112 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 14176
/proc/meminfo: memFree=14792900/32770624 swapFree=67108688/67108860
[pid=14175] ppid=14172 vsize=2025744 memory=31264 CPUtime=0.1 cores=0,2,4,6
/proc/14175/stat : 14175 (xcsp_picat) R 14172 14175 12810 0 -1 4202496 1319 0 0 0 10 0 0 0 20 0 1 0 217415891 2074361856 7816 33554432000 4194304 5849708 140725920627488 140725920627488 4488955 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 37449728 140725920629942 140725920630020 140725920630020 140725920632778 0
/proc/14175/statm: 506436 7816 649 405 0 503381 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 31264 KiB

[startup+0.209655 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 14176
/proc/meminfo: memFree=14784708/32770624 swapFree=67108688/67108860
[pid=14175] ppid=14172 vsize=2025744 memory=33596 CPUtime=0.21 cores=0,2,4,6
/proc/14175/stat : 14175 (xcsp_picat) R 14172 14175 12810 0 -1 4202496 1410 0 0 0 21 0 0 0 20 0 1 0 217415891 2074361856 8399 33554432000 4194304 5849708 140725920627488 140725920627488 139783973400188 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 37449728 140725920629942 140725920630020 140725920630020 140725920632778 0
/proc/14175/statm: 506436 8399 710 405 0 503381 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 33596 KiB

[startup+0.309376 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 14176
/proc/meminfo: memFree=14784708/32770624 swapFree=67108688/67108860
[pid=14175] ppid=14172 vsize=2025744 memory=33596 CPUtime=0.31 cores=0,2,4,6
/proc/14175/stat : 14175 (xcsp_picat) R 14172 14175 12810 0 -1 4202496 1410 0 0 0 31 0 0 0 20 0 1 0 217415891 2074361856 8399 33554432000 4194304 5849708 140725920627488 140725920627488 5606243 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 37449728 140725920629942 140725920630020 140725920630020 140725920632778 0
/proc/14175/statm: 506436 8399 710 405 0 503381 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 33596 KiB

[startup+0.700237 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 14176
/proc/meminfo: memFree=14784708/32770624 swapFree=67108688/67108860
[pid=14175] ppid=14172 vsize=2025880 memory=33596 CPUtime=0.69 cores=0,2,4,6
/proc/14175/stat : 14175 (xcsp_picat) R 14172 14175 12810 0 -1 4202496 1430 0 0 0 69 0 0 0 20 0 1 0 217415891 2074501120 8399 33554432000 4194304 5849708 140725920627488 140725920627488 5606203 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 37449728 140725920629942 140725920630020 140725920630020 140725920632778 0
/proc/14175/statm: 506470 8399 710 405 0 503415 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2025880 KiB
Current children cumulated memory: 33596 KiB

[startup+1.50023 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 14176
/proc/meminfo: memFree=14784508/32770624 swapFree=67108688/67108860
[pid=14175] ppid=14172 vsize=2025880 memory=33596 CPUtime=1.49 cores=0,2,4,6
/proc/14175/stat : 14175 (xcsp_picat) R 14172 14175 12810 0 -1 4202496 1430 0 0 0 149 0 0 0 20 0 1 0 217415891 2074501120 8399 33554432000 4194304 5849708 140725920627488 140725920626584 5606256 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 37449728 140725920629942 140725920630020 140725920630020 140725920632778 0
/proc/14175/statm: 506470 8399 710 405 0 503415 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2025880 KiB
Current children cumulated memory: 33596 KiB

[startup+3.10883 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 14176
/proc/meminfo: memFree=14784496/32770624 swapFree=67108688/67108860
[pid=14175] ppid=14172 vsize=2025976 memory=33844 CPUtime=3.1 cores=0,2,4,6
/proc/14175/stat : 14175 (xcsp_picat) R 14172 14175 12810 0 -1 4202496 1522 0 0 0 309 1 0 0 20 0 1 0 217415891 2074599424 8461 33554432000 4194304 5849708 140725920627488 140725920626728 5471846 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 37449728 140725920629942 140725920630020 140725920630020 140725920632778 0
/proc/14175/statm: 506494 8461 711 405 0 503439 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2025976 KiB
Current children cumulated memory: 33844 KiB

[startup+6.30021 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 14176
/proc/meminfo: memFree=14784524/32770624 swapFree=67108688/67108860
[pid=14175] ppid=14172 vsize=2025976 memory=33924 CPUtime=6.29 cores=0,2,4,6
/proc/14175/stat : 14175 (xcsp_picat) R 14172 14175 12810 0 -1 4202496 1591 0 0 0 628 1 0 0 20 0 1 0 217415891 2074599424 8481 33554432000 4194304 5849708 140725920627488 140725920626584 5606238 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 37449728 140725920629942 140725920630020 140725920630020 140725920632778 0
/proc/14175/statm: 506494 8481 711 405 0 503439 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2025976 KiB
Current children cumulated memory: 33924 KiB

[startup+12.7002 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 14176
/proc/meminfo: memFree=14784508/32770624 swapFree=67108688/67108860
[pid=14175] ppid=14172 vsize=2025976 memory=33924 CPUtime=12.69 cores=0,2,4,6
/proc/14175/stat : 14175 (xcsp_picat) R 14172 14175 12810 0 -1 4202496 1819 0 0 0 1268 1 0 0 20 0 1 0 217415891 2074599424 8481 33554432000 4194304 5849708 140725920627488 140725920626584 5606203 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 37449728 140725920629942 140725920630020 140725920630020 140725920632778 0
/proc/14175/statm: 506494 8481 711 405 0 503439 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2025976 KiB
Current children cumulated memory: 33924 KiB

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 14176
/proc/meminfo: memFree=14749616/32770624 swapFree=67108688/67108860
[pid=14175] ppid=14172 vsize=2061656 memory=69620 CPUtime=25.48 cores=0,2,4,6
/proc/14175/stat : 14175 (xcsp_picat) R 14172 14175 12810 0 -1 4202496 19252 0 0 0 2543 5 0 0 20 0 1 0 217415891 2111135744 17405 33554432000 4194304 5849708 140725920627488 140725920625976 5329294 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 37449728 140725920629942 140725920630020 140725920630020 140725920632778 0
/proc/14175/statm: 515414 17405 746 405 0 512359 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 2061656 KiB
Current children cumulated memory: 69620 KiB

[startup+51.1094 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 14176
/proc/meminfo: memFree=14802316/32770624 swapFree=67108688/67108860
[pid=14175] ppid=14172 vsize=2053200 memory=61292 CPUtime=51.09 cores=0,2,4,6
/proc/14175/stat : 14175 (xcsp_picat) R 14172 14175 12810 0 -1 4202496 30600 0 0 0 5087 22 0 0 20 0 1 0 217415891 2102476800 15323 33554432000 4194304 5849708 140725920627488 140725920626488 139783973867399 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 37449728 140725920629942 140725920630020 140725920630020 140725920632778 0
/proc/14175/statm: 513300 15323 746 405 0 510245 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 2053200 KiB
Current children cumulated memory: 61292 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 14177
/proc/meminfo: memFree=14769968/32770624 swapFree=67108688/67108860
[pid=14175] ppid=14172 vsize=2057724 memory=63432 CPUtime=102.27 cores=0,2,4,6
/proc/14175/stat : 14175 (xcsp_picat) R 14172 14175 12810 0 -1 4202496 40603 0 0 0 10180 47 0 0 20 0 1 0 217415891 2107109376 15858 33554432000 4194304 5849708 140725920627488 140725920626488 5437592 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 37449728 140725920629942 140725920630020 140725920630020 140725920632778 0
/proc/14175/statm: 514431 15858 746 405 0 511376 0
Current children cumulated CPU time: 102.27 s
Current children cumulated vsize: 2057724 KiB
Current children cumulated memory: 63432 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 14178
/proc/meminfo: memFree=14679312/32770624 swapFree=67108688/67108860
[pid=14175] ppid=14172 vsize=2078684 memory=86488 CPUtime=162.26 cores=0,2,4,6
/proc/14175/stat : 14175 (xcsp_picat) R 14172 14175 12810 0 -1 4202496 50492 0 0 0 16149 77 0 0 20 0 1 0 217415891 2128572416 21622 33554432000 4194304 5849708 140725920627488 140725920626136 5376343 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 37449728 140725920629942 140725920630020 140725920630020 140725920632778 0
/proc/14175/statm: 519671 21622 746 405 0 516616 0
Current children cumulated CPU time: 162.26 s
Current children cumulated vsize: 2078684 KiB
Current children cumulated memory: 86488 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 14179
/proc/meminfo: memFree=14691744/32770624 swapFree=67108688/67108860
[pid=14175] ppid=14172 vsize=2092376 memory=96500 CPUtime=222.24 cores=0,2,4,6
/proc/14175/stat : 14175 (xcsp_picat) R 14172 14175 12810 0 -1 4202496 61281 0 0 0 22118 106 0 0 20 0 1 0 217415891 2142593024 24125 33554432000 4194304 5849708 140725920627488 140725920626488 139783973867399 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 37449728 140725920629942 140725920630020 140725920630020 140725920632778 0
/proc/14175/statm: 523094 24125 746 405 0 520039 0
Current children cumulated CPU time: 222.24 s
Current children cumulated vsize: 2092376 KiB
Current children cumulated memory: 96500 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 14180
/proc/meminfo: memFree=14638292/32770624 swapFree=67108688/67108860
[pid=14175] ppid=14172 vsize=2086604 memory=94696 CPUtime=282.22 cores=0,2,4,6
/proc/14175/stat : 14175 (xcsp_picat) R 14172 14175 12810 0 -1 4202496 74743 0 0 0 28087 135 0 0 20 0 1 0 217415891 2136682496 23674 33554432000 4194304 5849708 140725920627488 140725920626488 5340258 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 37449728 140725920629942 140725920630020 140725920630020 140725920632778 0
/proc/14175/statm: 521651 23674 746 405 0 518596 0
Current children cumulated CPU time: 282.22 s
Current children cumulated vsize: 2086604 KiB
Current children cumulated memory: 94696 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 14181
/proc/meminfo: memFree=14630312/32770624 swapFree=67108688/67108860
[pid=14175] ppid=14172 vsize=2095148 memory=103048 CPUtime=342.21 cores=0,2,4,6
/proc/14175/stat : 14175 (xcsp_picat) R 14172 14175 12810 0 -1 4202496 85870 0 0 0 34060 161 0 0 20 0 1 0 217415891 2145431552 25762 33554432000 4194304 5849708 140725920627488 140725920626488 139783973867399 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 37449728 140725920629942 140725920630020 140725920630020 140725920632778 0
/proc/14175/statm: 523787 25762 746 405 0 520732 0
Current children cumulated CPU time: 342.21 s
Current children cumulated vsize: 2095148 KiB
Current children cumulated memory: 103048 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 14182
/proc/meminfo: memFree=14532884/32770624 swapFree=67108688/67108860
[pid=14175] ppid=14172 vsize=2103272 memory=108808 CPUtime=402.2 cores=0,2,4,6
/proc/14175/stat : 14175 (xcsp_picat) R 14172 14175 12810 0 -1 4202496 96933 0 0 0 40032 188 0 0 20 0 1 0 217415891 2153750528 27202 33554432000 4194304 5849708 140725920627488 140725920626488 139783973867399 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 37449728 140725920629942 140725920630020 140725920630020 140725920632778 0
/proc/14175/statm: 525818 27202 746 405 0 522763 0
Current children cumulated CPU time: 402.2 s
Current children cumulated vsize: 2103272 KiB
Current children cumulated memory: 108808 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 14183
/proc/meminfo: memFree=14482060/32770624 swapFree=67108688/67108860
[pid=14175] ppid=14172 vsize=2107368 memory=115332 CPUtime=462.19 cores=0,2,4,6
/proc/14175/stat : 14175 (xcsp_picat) R 14172 14175 12810 0 -1 4202496 112330 0 0 0 46004 215 0 0 20 0 1 0 217415891 2157944832 28833 33554432000 4194304 5849708 140725920627488 140725920626360 5416714 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 37449728 140725920629942 140725920630020 140725920630020 140725920632778 0
/proc/14175/statm: 526842 28833 746 405 0 523787 0
Current children cumulated CPU time: 462.19 s
Current children cumulated vsize: 2107368 KiB
Current children cumulated memory: 115332 KiB


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

/proc/14175/statm: 554242 57488 746 405 0 551187 0
Current children cumulated CPU time: 1722.01 s
Current children cumulated vsize: 2216968 KiB
Current children cumulated memory: 229952 KiB

[startup+1782.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/188 14253
/proc/meminfo: memFree=14341920/32770624 swapFree=67108688/67108860
[pid=14175] ppid=14172 vsize=2249724 memory=262708 CPUtime=1782 cores=0,2,4,6
/proc/14175/stat : 14175 (xcsp_picat) R 14172 14175 12810 0 -1 4202496 344673 0 0 0 177404 796 0 0 20 0 1 0 217415891 2303717376 65677 33554432000 4194304 5849708 140725920627488 140725920626488 139783973867399 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 37449728 140725920629942 140725920630020 140725920630020 140725920632778 0
/proc/14175/statm: 562431 65677 746 405 0 559376 0
Current children cumulated CPU time: 1782 s
Current children cumulated vsize: 2249724 KiB
Current children cumulated memory: 262708 KiB

[startup+1842.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/188 14254
/proc/meminfo: memFree=14312348/32770624 swapFree=67108688/67108860
[pid=14175] ppid=14172 vsize=2249828 memory=262812 CPUtime=1841.99 cores=0,2,4,6
/proc/14175/stat : 14175 (xcsp_picat) R 14172 14175 12810 0 -1 4202496 353213 0 0 0 183380 819 0 0 20 0 1 0 217415891 2303823872 65703 33554432000 4194304 5849708 140725920627488 140725920626648 139783973867399 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 37449728 140725920629942 140725920630020 140725920630020 140725920632778 0
/proc/14175/statm: 562457 65703 746 405 0 559402 0
Current children cumulated CPU time: 1841.99 s
Current children cumulated vsize: 2249828 KiB
Current children cumulated memory: 262812 KiB

[startup+1902.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/188 14255
/proc/meminfo: memFree=14158636/32770624 swapFree=67108688/67108860
[pid=14175] ppid=14172 vsize=2272332 memory=285272 CPUtime=1901.99 cores=0,2,4,6
/proc/14175/stat : 14175 (xcsp_picat) R 14172 14175 12810 0 -1 4202496 366636 0 0 0 189353 846 0 0 20 0 1 0 217415891 2326867968 71318 33554432000 4194304 5849708 140725920627488 140725920626488 5312900 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 37449728 140725920629942 140725920630020 140725920630020 140725920632778 0
/proc/14175/statm: 568083 71318 746 405 0 565028 0
Current children cumulated CPU time: 1901.99 s
Current children cumulated vsize: 2272332 KiB
Current children cumulated memory: 285272 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 14256
/proc/meminfo: memFree=14115340/32770624 swapFree=67108688/67108860
[pid=14175] ppid=14172 vsize=2315680 memory=328556 CPUtime=1961.98 cores=0,2,4,6
/proc/14175/stat : 14175 (xcsp_picat) R 14172 14175 12810 0 -1 4202496 379654 0 0 0 195325 873 0 0 20 0 1 0 217415891 2371256320 82139 33554432000 4194304 5849708 140725920627488 140725920626488 139783973867399 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 37449728 140725920629942 140725920630020 140725920630020 140725920632778 0
/proc/14175/statm: 578920 82139 746 405 0 575865 0
Current children cumulated CPU time: 1961.98 s
Current children cumulated vsize: 2315680 KiB
Current children cumulated memory: 328556 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 14318
/proc/meminfo: memFree=14631008/32770624 swapFree=67108688/67108860
[pid=14175] ppid=14172 vsize=2272324 memory=285308 CPUtime=2021.97 cores=0,2,4,6
/proc/14175/stat : 14175 (xcsp_picat) R 14172 14175 12810 0 -1 4202496 392141 0 0 0 201302 895 0 0 20 0 1 0 217415891 2326859776 71327 33554432000 4194304 5849708 140725920627488 140725920626488 139783973867399 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 37449728 140725920629942 140725920630020 140725920630020 140725920632778 0
/proc/14175/statm: 568081 71327 746 405 0 565026 0
Current children cumulated CPU time: 2021.97 s
Current children cumulated vsize: 2272324 KiB
Current children cumulated memory: 285308 KiB

[startup+2082.3 s]
/proc/loadavg: 2.52 2.15 2.09 3/187 14319
/proc/meminfo: memFree=14629140/32770624 swapFree=67108688/67108860
[pid=14175] ppid=14172 vsize=2272324 memory=285308 CPUtime=2081.96 cores=0,2,4,6
/proc/14175/stat : 14175 (xcsp_picat) R 14172 14175 12810 0 -1 4202496 403561 0 0 0 207279 917 0 0 20 0 1 0 217415891 2326859776 71327 33554432000 4194304 5849708 140725920627488 140725920626488 139783973867399 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 37449728 140725920629942 140725920630020 140725920630020 140725920632778 0
/proc/14175/statm: 568081 71327 746 405 0 565026 0
Current children cumulated CPU time: 2081.96 s
Current children cumulated vsize: 2272324 KiB
Current children cumulated memory: 285308 KiB

[startup+2142.3 s]
/proc/loadavg: 2.19 2.12 2.08 3/187 14320
/proc/meminfo: memFree=14629244/32770624 swapFree=67108688/67108860
[pid=14175] ppid=14172 vsize=2260264 memory=273352 CPUtime=2141.95 cores=0,2,4,6
/proc/14175/stat : 14175 (xcsp_picat) R 14172 14175 12810 0 -1 4202496 416436 0 0 0 213256 939 0 0 20 0 1 0 217415891 2314510336 68338 33554432000 4194304 5849708 140725920627488 140725920626360 5437824 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 37449728 140725920629942 140725920630020 140725920630020 140725920632778 0
/proc/14175/statm: 565066 68338 746 405 0 562011 0
Current children cumulated CPU time: 2141.95 s
Current children cumulated vsize: 2260264 KiB
Current children cumulated memory: 273352 KiB

[startup+2202.3 s]
/proc/loadavg: 2.07 2.10 2.08 3/187 14321
/proc/meminfo: memFree=14627740/32770624 swapFree=67108688/67108860
[pid=14175] ppid=14172 vsize=2260368 memory=273456 CPUtime=2201.94 cores=0,2,4,6
/proc/14175/stat : 14175 (xcsp_picat) R 14172 14175 12810 0 -1 4202496 429391 0 0 0 219231 963 0 0 20 0 1 0 217415891 2314616832 68364 33554432000 4194304 5849708 140725920627488 140725920626488 139783973867399 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 37449728 140725920629942 140725920630020 140725920630020 140725920632778 0
/proc/14175/statm: 565092 68364 746 405 0 562037 0
Current children cumulated CPU time: 2201.94 s
Current children cumulated vsize: 2260368 KiB
Current children cumulated memory: 273456 KiB

[startup+2262.3 s]
/proc/loadavg: 2.03 2.08 2.07 3/187 14322
/proc/meminfo: memFree=14657760/32770624 swapFree=67108688/67108860
[pid=14175] ppid=14172 vsize=2227484 memory=240572 CPUtime=2261.93 cores=0,2,4,6
/proc/14175/stat : 14175 (xcsp_picat) R 14172 14175 12810 0 -1 4202496 440301 0 0 0 225212 981 0 0 20 0 1 0 217415891 2280943616 60143 33554432000 4194304 5849708 140725920627488 140725920626488 139783973867399 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 37449728 140725920629942 140725920630020 140725920630020 140725920632778 0
/proc/14175/statm: 556871 60143 746 405 0 553816 0
Current children cumulated CPU time: 2261.93 s
Current children cumulated vsize: 2227484 KiB
Current children cumulated memory: 240572 KiB

[startup+2322.3 s]
/proc/loadavg: 2.01 2.07 2.07 3/188 14331
/proc/meminfo: memFree=14611844/32770624 swapFree=67108688/67108860
[pid=14175] ppid=14172 vsize=2260252 memory=273340 CPUtime=2321.93 cores=0,2,4,6
/proc/14175/stat : 14175 (xcsp_picat) R 14172 14175 12810 0 -1 4202496 452593 0 0 0 231189 1004 0 0 20 0 1 0 217415891 2314498048 68335 33554432000 4194304 5849708 140725920627488 140725920626488 139783973867399 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 37449728 140725920629942 140725920630020 140725920630020 140725920632778 0
/proc/14175/statm: 565063 68335 746 405 0 562008 0
Current children cumulated CPU time: 2321.93 s
Current children cumulated vsize: 2260252 KiB
Current children cumulated memory: 273340 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.06 2.06 3/188 14332
/proc/meminfo: memFree=14595580/32770624 swapFree=67108688/67108860
[pid=14175] ppid=14172 vsize=2276744 memory=289796 CPUtime=2381.92 cores=0,2,4,6
/proc/14175/stat : 14175 (xcsp_picat) R 14172 14175 12810 0 -1 4202496 455722 0 0 0 237167 1025 0 0 20 0 1 0 217415891 2331385856 72449 33554432000 4194304 5849708 140725920627488 140725920626488 139783973867399 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 37449728 140725920629942 140725920630020 140725920630020 140725920632778 0
/proc/14175/statm: 569186 72449 746 405 0 566131 0
Current children cumulated CPU time: 2381.92 s
Current children cumulated vsize: 2276744 KiB
Current children cumulated memory: 289796 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/188 14333
/proc/meminfo: memFree=14480580/32770624 swapFree=67108688/67108860
[pid=14175] ppid=14172 vsize=2391436 memory=404524 CPUtime=2441.91 cores=0,2,4,6
/proc/14175/stat : 14175 (xcsp_picat) R 14172 14175 12810 0 -1 4202496 466049 0 0 0 243145 1046 0 0 20 0 1 0 217415891 2448830464 101131 33554432000 4194304 5849708 140725920627488 140725920626488 139783973867399 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 37449728 140725920629942 140725920630020 140725920630020 140725920632778 0
/proc/14175/statm: 597859 101131 746 405 0 594804 0
Current children cumulated CPU time: 2441.91 s
Current children cumulated vsize: 2391436 KiB
Current children cumulated memory: 404524 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/188 14334
/proc/meminfo: memFree=14627564/32770624 swapFree=67108688/67108860
[pid=14175] ppid=14172 vsize=2244528 memory=257580 CPUtime=2501.9 cores=0,2,4,6
/proc/14175/stat : 14175 (xcsp_picat) R 14172 14175 12810 0 -1 4202496 486022 0 0 0 249124 1066 0 0 20 0 1 0 217415891 2298396672 64395 33554432000 4194304 5849708 140725920627488 140725920626488 5437625 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 37449728 140725920629942 140725920630020 140725920630020 140725920632778 0
/proc/14175/statm: 561132 64395 746 405 0 558077 0
Current children cumulated CPU time: 2501.9 s
Current children cumulated vsize: 2244528 KiB
Current children cumulated memory: 257580 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.04 2.05 3/188 14334
/proc/meminfo: memFree=14642384/32770624 swapFree=67108688/67108860
[pid=14175] ppid=14172 vsize=2229792 memory=242688 CPUtime=2519.6 cores=0,2,4,6
/proc/14175/stat : 14175 (xcsp_picat) R 14172 14175 12810 0 -1 4202496 486631 0 0 0 250885 1075 0 0 20 0 1 0 217415891 2283307008 60672 33554432000 4194304 5849708 140725920627488 140725920626488 139783973867399 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 37449728 140725920629942 140725920630020 140725920630020 140725920632778 0
/proc/14175/statm: 557448 60672 746 405 0 554393 0
Current children cumulated CPU time: 2519.6 s
Current children cumulated vsize: 2229792 KiB
Current children cumulated memory: 242688 KiB

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

[startup+2520.01 s]
# the end of solver process 14175 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2508.86 s, system=10.7634 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.01
CPU time (s): 2519.62
CPU user time (s): 2508.86
CPU system time (s): 10.7634
CPU usage (%): 99.9845
Max. virtual memory (cumulated for all children) (KiB): 2391436
Max. memory (cumulated for all children) (KiB): 404524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2508.86
system time used= 10.7634
maximum resident set size= 404524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 486631
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= 3184


# summary of solver processes directly reported to runsolver:
#   pid: 14175
#   total CPU time (s): 2519.62
#   total CPU user time (s): 2508.86
#   total CPU system time (s): 10.7634

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3091 second user time and 17.2333 second system time

The end

Launcher Data

Begin job on node106 at 2018-08-11 16:42:10
IDJOB=4303518
IDBENCH=141154
IDSOLVER=2778
FILE ID=node106/4303518-1533998530
RUNJOBID= node106-1533989978-12841
PBS_JOBID= 21036938
Free space on /tmp= 39656 MiB

SOLVER NAME= PicatSAT 2018-08-02
BENCH NAME= XCSP18/Auction/Auction-sum/Auction-sum-decay300_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4303518-1533998530/watcher-4303518-1533998530 -o /tmp/evaluation-result-4303518-1533998530/solver-4303518-1533998530 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1533989978-12841 --watchdog 2580  xcsp_picat HOME/instance-4303518-1533998530.xml

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

MD5SUM BENCH= 125d0999a88baf20181d93552da446ae
RANDOM SEED=167969096

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        14815368 kB
MemAvailable:   31735960 kB
Buffers:          140708 kB
Cached:         16850604 kB
SwapCached:            0 kB
Active:          8638628 kB
Inactive:        8577308 kB
Active(anon):     169608 kB
Inactive(anon):   107252 kB
Active(file):    8469020 kB
Inactive(file):  8470056 kB
Unevictable:        6996 kB
Mlocked:            6996 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:              3124 kB
Writeback:             0 kB
AnonPages:        231096 kB
Mapped:            53244 kB
Shmem:             49632 kB
Slab:             437788 kB
SReclaimable:     409976 kB
SUnreclaim:        27812 kB
KernelStack:        3344 kB
PageTables:         5752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2519676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    145408 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 39656 MiB
End job on node106 at 2018-08-11 17:24:10