Trace number 4242206

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
R1: BTD 2017-06-30? (TO) 2400.05 2400

General information on the benchmark

NameMagicHexagon/MagicHexagon-m1-s1/
MagicHexagon-10-m021.xml
MD5SUMbb8f18d9394a9daa2d276ef3f55d21f6
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables361
Number of constraints64
Number of domains1
Minimum domain size271
Maximum domain size271
Distribution of domain sizes[{"size":271,"count":271}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":90},{"degree":4,"count":265},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity271
Distribution of constraint arities[{"arity":2,"count":6},{"arity":10,"count":6},{"arity":11,"count":6},{"arity":12,"count":6},{"arity":13,"count":6},{"arity":14,"count":6},{"arity":15,"count":6},{"arity":16,"count":6},{"arity":17,"count":6},{"arity":18,"count":6},{"arity":19,"count":3},{"arity":271,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":57}]
Optimization problemNO
Type of objective

Solver Data

0.09/0.15	c Version: 2017-06-30

Verifier Data

One s line expected

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4242206-1500631007/watcher-4242206-1500631007 -o /tmp/evaluation-result-4242206-1500631007/solver-4242206-1500631007 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node141-1500623775-4001 --watchdog 2560 BTD 2400 HOME/instance-4242206-1500631007.xml 

pid=5388
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.06 2.03 2.03 3/186 5391
/proc/meminfo: memFree=31362596/32770624 swapFree=6652/519280
[pid=5391] ppid=5388 vsize=30932 CPUtime=0 cores=1,3,5,7
/proc/5391/stat : 5391 (BTD) R 5388 5391 3969 0 -1 4202496 490 0 0 0 0 0 0 0 20 0 1 0 16535189 31674368 331 33554432000 4194304 35031059 140724736373648 140724736373648 7408842 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 38096896 140724736382202 140724736382278 140724736382278 140724736384977 0
/proc/5391/statm: 7733 331 232 7529 0 180 0

[startup+0.100157 s]
/proc/loadavg: 2.06 2.03 2.03 3/186 5391
/proc/meminfo: memFree=31362596/32770624 swapFree=6652/519280
[pid=5391] ppid=5388 vsize=35012 CPUtime=0.09 cores=1,3,5,7
/proc/5391/stat : 5391 (BTD) R 5388 5391 3969 0 -1 4202496 1486 0 0 0 9 0 0 0 20 0 1 0 16535189 35852288 1317 33554432000 4194304 35031059 140724736373648 140724736369416 7408842 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 38096896 140724736382202 140724736382278 140724736382278 140724736384977 0
/proc/5391/statm: 8753 1317 232 7529 0 1200 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35012

[startup+0.20032 s]
/proc/loadavg: 2.06 2.03 2.03 3/186 5391
/proc/meminfo: memFree=31362596/32770624 swapFree=6652/519280
[pid=5391] ppid=5388 vsize=40024 CPUtime=0.19 cores=1,3,5,7
/proc/5391/stat : 5391 (BTD) R 5388 5391 3969 0 -1 4202496 2833 0 0 0 19 0 0 0 20 0 1 0 16535189 40984576 2645 33554432000 4194304 35031059 140724736373648 140724736372216 4445151 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 38096896 140724736382202 140724736382278 140724736382278 140724736384977 0
/proc/5391/statm: 10006 2645 322 7529 0 2453 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 40024

[startup+0.300272 s]
/proc/loadavg: 2.06 2.03 2.03 3/186 5391
/proc/meminfo: memFree=31362596/32770624 swapFree=6652/519280
[pid=5391] ppid=5388 vsize=40024 CPUtime=0.29 cores=1,3,5,7
/proc/5391/stat : 5391 (BTD) R 5388 5391 3969 0 -1 4202496 2833 0 0 0 29 0 0 0 20 0 1 0 16535189 40984576 2645 33554432000 4194304 35031059 140724736373648 140724736372216 4445120 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 38096896 140724736382202 140724736382278 140724736382278 140724736384977 0
/proc/5391/statm: 10006 2645 322 7529 0 2453 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 40024

[startup+0.700221 s]
/proc/loadavg: 2.06 2.03 2.03 3/186 5391
/proc/meminfo: memFree=31362596/32770624 swapFree=6652/519280
[pid=5391] ppid=5388 vsize=40024 CPUtime=0.69 cores=1,3,5,7
/proc/5391/stat : 5391 (BTD) R 5388 5391 3969 0 -1 4202496 2833 0 0 0 69 0 0 0 20 0 1 0 16535189 40984576 2645 33554432000 4194304 35031059 140724736373648 140724736372216 6457976 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 38096896 140724736382202 140724736382278 140724736382278 140724736384977 0
/proc/5391/statm: 10006 2645 322 7529 0 2453 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 40024

[startup+1.50021 s]
/proc/loadavg: 2.06 2.03 2.03 3/187 5392
/proc/meminfo: memFree=31353440/32770624 swapFree=6652/519036
[pid=5391] ppid=5388 vsize=40024 CPUtime=1.49 cores=1,3,5,7
/proc/5391/stat : 5391 (BTD) R 5388 5391 3969 0 -1 4202496 2834 0 0 0 149 0 0 0 20 0 1 0 16535189 40984576 2645 33554432000 4194304 35031059 140724736373648 140724736372216 4389981 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 38096896 140724736382202 140724736382278 140724736382278 140724736384977 0
/proc/5391/statm: 10006 2645 322 7529 0 2453 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40024

[startup+3.10022 s]
/proc/loadavg: 1.98 2.01 2.02 3/187 5392
/proc/meminfo: memFree=31352888/32770624 swapFree=6652/519044
[pid=5391] ppid=5388 vsize=40024 CPUtime=3.09 cores=1,3,5,7
/proc/5391/stat : 5391 (BTD) R 5388 5391 3969 0 -1 4202496 2851 0 0 0 309 0 0 0 20 0 1 0 16535189 40984576 2703 33554432000 4194304 35031059 140724736373648 140724736372216 4389945 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 38096896 140724736382202 140724736382278 140724736382278 140724736384977 0
/proc/5391/statm: 10006 2703 328 7529 0 2453 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40024

[startup+6.30021 s]
/proc/loadavg: 1.98 2.01 2.02 3/187 5392
/proc/meminfo: memFree=31353100/32770624 swapFree=6652/519044
[pid=5391] ppid=5388 vsize=40024 CPUtime=6.29 cores=1,3,5,7
/proc/5391/stat : 5391 (BTD) R 5388 5391 3969 0 -1 4202496 2874 0 0 0 629 0 0 0 20 0 1 0 16535189 40984576 2703 33554432000 4194304 35031059 140724736373648 140724736372216 4390126 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 38096896 140724736382202 140724736382278 140724736382278 140724736384977 0
/proc/5391/statm: 10006 2703 328 7529 0 2453 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40024

[startup+12.7002 s]
/proc/loadavg: 1.98 2.01 2.02 3/187 5392
/proc/meminfo: memFree=31352356/32770624 swapFree=6652/519052
[pid=5391] ppid=5388 vsize=40024 CPUtime=12.69 cores=1,3,5,7
/proc/5391/stat : 5391 (BTD) R 5388 5391 3969 0 -1 4202496 2894 0 0 0 1269 0 0 0 20 0 1 0 16535189 40984576 2703 33554432000 4194304 35031059 140724736373648 140724736372216 4389909 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 38096896 140724736382202 140724736382278 140724736382278 140724736384977 0
/proc/5391/statm: 10006 2703 328 7529 0 2453 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 40024

[startup+25.5003 s]
/proc/loadavg: 1.98 2.01 2.02 3/187 5392
/proc/meminfo: memFree=31352356/32770624 swapFree=6652/519064
[pid=5391] ppid=5388 vsize=40024 CPUtime=25.49 cores=1,3,5,7
/proc/5391/stat : 5391 (BTD) R 5388 5391 3969 0 -1 4202496 2934 0 0 0 2549 0 0 0 20 0 1 0 16535189 40984576 2703 33554432000 4194304 35031059 140724736373648 140724736372216 4389925 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 38096896 140724736382202 140724736382278 140724736382278 140724736384977 0
/proc/5391/statm: 10006 2703 328 7529 0 2453 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 40024

[startup+51.1003 s]
/proc/loadavg: 1.99 2.01 2.02 3/187 5392
/proc/meminfo: memFree=31352044/32770624 swapFree=6652/519068
[pid=5391] ppid=5388 vsize=40024 CPUtime=51.09 cores=1,3,5,7
/proc/5391/stat : 5391 (BTD) R 5388 5391 3969 0 -1 4202496 2956 0 0 0 5109 0 0 0 20 0 1 0 16535189 40984576 2703 33554432000 4194304 35031059 140724736373648 140724736372216 4389872 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 38096896 140724736382202 140724736382278 140724736382278 140724736384977 0
/proc/5391/statm: 10006 2703 328 7529 0 2453 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 40024

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/187 5394
/proc/meminfo: memFree=31352012/32770624 swapFree=6652/519104
[pid=5391] ppid=5388 vsize=40024 CPUtime=102.3 cores=1,3,5,7
/proc/5391/stat : 5391 (BTD) R 5388 5391 3969 0 -1 4202496 2978 0 0 0 10230 0 0 0 20 0 1 0 16535189 40984576 2703 33554432000 4194304 35031059 140724736373648 140724736372216 4389909 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 38096896 140724736382202 140724736382278 140724736382278 140724736384977 0
/proc/5391/statm: 10006 2703 328 7529 0 2453 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 40024

[startup+162.3 s]
/proc/loadavg: 2.07 2.03 2.03 3/187 5395
/proc/meminfo: memFree=31351804/32770624 swapFree=6652/519124
[pid=5391] ppid=5388 vsize=40024 CPUtime=162.3 cores=1,3,5,7
/proc/5391/stat : 5391 (BTD) R 5388 5391 3969 0 -1 4202496 3000 0 0 0 16230 0 0 0 20 0 1 0 16535189 40984576 2703 33554432000 4194304 35031059 140724736373648 140724736372216 4389909 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 38096896 140724736382202 140724736382278 140724736382278 140724736384977 0
/proc/5391/statm: 10006 2703 328 7529 0 2453 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 40024

[startup+222.306 s]
/proc/loadavg: 2.08 2.04 2.04 3/188 5404
/proc/meminfo: memFree=31350840/32770624 swapFree=6652/519168
[pid=5391] ppid=5388 vsize=40024 CPUtime=222.3 cores=1,3,5,7
/proc/5391/stat : 5391 (BTD) R 5388 5391 3969 0 -1 4202496 3020 0 0 0 22230 0 0 0 20 0 1 0 16535189 40984576 2703 33554432000 4194304 35031059 140724736373648 140724736372216 4389906 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 38096896 140724736382202 140724736382278 140724736382278 140724736384977 0
/proc/5391/statm: 10006 2703 328 7529 0 2453 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 40024

[startup+282.3 s]
/proc/loadavg: 2.03 2.03 2.04 3/188 5427
/proc/meminfo: memFree=31350764/32770624 swapFree=6652/519196
[pid=5391] ppid=5388 vsize=40024 CPUtime=282.3 cores=1,3,5,7
/proc/5391/stat : 5391 (BTD) R 5388 5391 3969 0 -1 4202496 3042 0 0 0 28230 0 0 0 20 0 1 0 16535189 40984576 2703 33554432000 4194304 35031059 140724736373648 140724736372216 4389906 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 38096896 140724736382202 140724736382278 140724736382278 140724736384977 0
/proc/5391/statm: 10006 2703 328 7529 0 2453 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 40024

[startup+342.3 s]
/proc/loadavg: 2.01 2.03 2.04 3/188 5428
/proc/meminfo: memFree=31350536/32770624 swapFree=6652/519224
[pid=5391] ppid=5388 vsize=40024 CPUtime=342.3 cores=1,3,5,7
/proc/5391/stat : 5391 (BTD) R 5388 5391 3969 0 -1 4202496 3064 0 0 0 34230 0 0 0 20 0 1 0 16535189 40984576 2703 33554432000 4194304 35031059 140724736373648 140724736372216 4389945 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 38096896 140724736382202 140724736382278 140724736382278 140724736384977 0
/proc/5391/statm: 10006 2703 328 7529 0 2453 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 40024

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/188 5429
/proc/meminfo: memFree=31350448/32770624 swapFree=6652/519244
[pid=5391] ppid=5388 vsize=40024 CPUtime=402.3 cores=1,3,5,7
/proc/5391/stat : 5391 (BTD) R 5388 5391 3969 0 -1 4202496 3086 0 0 0 40230 0 0 0 20 0 1 0 16535189 40984576 2703 33554432000 4194304 35031059 140724736373648 140724736372216 4389906 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 38096896 140724736382202 140724736382278 140724736382278 140724736384977 0
/proc/5391/statm: 10006 2703 328 7529 0 2453 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 40024

[startup+462.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/188 5430
/proc/meminfo: memFree=31350492/32770624 swapFree=6652/519268
[pid=5391] ppid=5388 vsize=40024 CPUtime=462.3 cores=1,3,5,7
/proc/5391/stat : 5391 (BTD) R 5388 5391 3969 0 -1 4202496 3108 0 0 0 46230 0 0 0 20 0 1 0 16535189 40984576 2703 33554432000 4194304 35031059 140724736373648 140724736372216 4390087 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 38096896 140724736382202 140724736382278 140724736382278 140724736384977 0
/proc/5391/statm: 10006 2703 328 7529 0 2453 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 40024

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/187 5431
/proc/meminfo: memFree=31350300/32770624 swapFree=6652/519288
[pid=5391] ppid=5388 vsize=40024 CPUtime=522.3 cores=1,3,5,7
/proc/5391/stat : 5391 (BTD) R 5388 5391 3969 0 -1 4202496 3128 0 0 0 52230 0 0 0 20 0 1 0 16535189 40984576 2703 33554432000 4194304 35031059 140724736373648 140724736372216 4389967 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 38096896 140724736382202 140724736382278 140724736382278 140724736384977 0
/proc/5391/statm: 10006 2703 328 7529 0 2453 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 40024

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/187 5432
/proc/meminfo: memFree=31350552/32770624 swapFree=6652/519312
[pid=5391] ppid=5388 vsize=40024 CPUtime=582.31 cores=1,3,5,7
/proc/5391/stat : 5391 (BTD) R 5388 5391 3969 0 -1 4202496 3150 0 0 0 58231 0 0 0 20 0 1 0 16535189 40984576 2703 33554432000 4194304 35031059 140724736373648 140724736372216 4390016 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 38096896 140724736382202 140724736382278 140724736382278 140724736384977 0
/proc/5391/statm: 10006 2703 328 7529 0 2453 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 40024


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


[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/188 5462
/proc/meminfo: memFree=31349640/32770624 swapFree=6652/519672
[pid=5391] ppid=5388 vsize=40024 CPUtime=1482.33 cores=1,3,5,7
/proc/5391/stat : 5391 (BTD) R 5388 5391 3969 0 -1 4202496 3474 0 0 0 148233 0 0 0 20 0 1 0 16535189 40984576 2703 33554432000 4194304 35031059 140724736373648 140724736372216 4389909 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 38096896 140724736382202 140724736382278 140724736382278 140724736384977 0
/proc/5391/statm: 10006 2703 328 7529 0 2453 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 40024

[startup+1542.31 s]
/proc/loadavg: 2.08 2.03 2.05 3/188 5463
/proc/meminfo: memFree=31350184/32770624 swapFree=6652/519704
[pid=5391] ppid=5388 vsize=40024 CPUtime=1542.33 cores=1,3,5,7
/proc/5391/stat : 5391 (BTD) R 5388 5391 3969 0 -1 4202496 3496 0 0 0 154233 0 0 0 20 0 1 0 16535189 40984576 2703 33554432000 4194304 35031059 140724736373648 140724736372216 4389995 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 38096896 140724736382202 140724736382278 140724736382278 140724736384977 0
/proc/5391/statm: 10006 2703 328 7529 0 2453 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 40024

[startup+1602.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/188 5464
/proc/meminfo: memFree=31349904/32770624 swapFree=6652/519724
[pid=5391] ppid=5388 vsize=40024 CPUtime=1602.33 cores=1,3,5,7
/proc/5391/stat : 5391 (BTD) R 5388 5391 3969 0 -1 4202496 3518 0 0 0 160233 0 0 0 20 0 1 0 16535189 40984576 2703 33554432000 4194304 35031059 140724736373648 140724736372216 4389909 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 38096896 140724736382202 140724736382278 140724736382278 140724736384977 0
/proc/5391/statm: 10006 2703 328 7529 0 2453 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 40024

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/188 5465
/proc/meminfo: memFree=31350152/32770624 swapFree=6652/519748
[pid=5391] ppid=5388 vsize=40024 CPUtime=1662.33 cores=1,3,5,7
/proc/5391/stat : 5391 (BTD) R 5388 5391 3969 0 -1 4202496 3540 0 0 0 166233 0 0 0 20 0 1 0 16535189 40984576 2703 33554432000 4194304 35031059 140724736373648 140724736372216 4390181 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 38096896 140724736382202 140724736382278 140724736382278 140724736384977 0
/proc/5391/statm: 10006 2703 328 7529 0 2453 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 40024

[startup+1722.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/187 5467
/proc/meminfo: memFree=31350564/32770624 swapFree=6652/519780
[pid=5391] ppid=5388 vsize=40024 CPUtime=1722.33 cores=1,3,5,7
/proc/5391/stat : 5391 (BTD) R 5388 5391 3969 0 -1 4202496 3560 0 0 0 172233 0 0 0 20 0 1 0 16535189 40984576 2703 33554432000 4194304 35031059 140724736373648 140724736372216 4389586 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 38096896 140724736382202 140724736382278 140724736382278 140724736384977 0
/proc/5391/statm: 10006 2703 328 7529 0 2453 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 40024

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 5468
/proc/meminfo: memFree=31350192/32770624 swapFree=6652/519808
[pid=5391] ppid=5388 vsize=40024 CPUtime=1782.33 cores=1,3,5,7
/proc/5391/stat : 5391 (BTD) R 5388 5391 3969 0 -1 4202496 3581 0 0 0 178233 0 0 0 20 0 1 0 16535189 40984576 2703 33554432000 4194304 35031059 140724736373648 140724736372216 4389909 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 38096896 140724736382202 140724736382278 140724736382278 140724736384977 0
/proc/5391/statm: 10006 2703 328 7529 0 2453 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 40024

[startup+1842.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 5469
/proc/meminfo: memFree=31350228/32770624 swapFree=6652/519836
[pid=5391] ppid=5388 vsize=40024 CPUtime=1842.33 cores=1,3,5,7
/proc/5391/stat : 5391 (BTD) R 5388 5391 3969 0 -1 4202496 3604 0 0 0 184233 0 0 0 20 0 1 0 16535189 40984576 2703 33554432000 4194304 35031059 140724736373648 140724736372216 4389906 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 38096896 140724736382202 140724736382278 140724736382278 140724736384977 0
/proc/5391/statm: 10006 2703 328 7529 0 2453 0
Current children cumulated CPU time (s) 1842.33
Current children cumulated vsize (KiB) 40024

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 5471
/proc/meminfo: memFree=31351116/32770624 swapFree=6652/519860
[pid=5391] ppid=5388 vsize=40024 CPUtime=1902.34 cores=1,3,5,7
/proc/5391/stat : 5391 (BTD) R 5388 5391 3969 0 -1 4202496 3626 0 0 0 190234 0 0 0 20 0 1 0 16535189 40984576 2703 33554432000 4194304 35031059 140724736373648 140724736372216 4390087 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 38096896 140724736382202 140724736382278 140724736382278 140724736384977 0
/proc/5391/statm: 10006 2703 328 7529 0 2453 0
Current children cumulated CPU time (s) 1902.34
Current children cumulated vsize (KiB) 40024

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 5472
/proc/meminfo: memFree=31350900/32770624 swapFree=6652/519880
[pid=5391] ppid=5388 vsize=40024 CPUtime=1962.34 cores=1,3,5,7
/proc/5391/stat : 5391 (BTD) R 5388 5391 3969 0 -1 4202496 3648 0 0 0 196234 0 0 0 20 0 1 0 16535189 40984576 2703 33554432000 4194304 35031059 140724736373648 140724736372216 4390087 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 38096896 140724736382202 140724736382278 140724736382278 140724736384977 0
/proc/5391/statm: 10006 2703 328 7529 0 2453 0
Current children cumulated CPU time (s) 1962.34
Current children cumulated vsize (KiB) 40024

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 5480
/proc/meminfo: memFree=31350548/32770624 swapFree=6652/519900
[pid=5391] ppid=5388 vsize=40024 CPUtime=2022.34 cores=1,3,5,7
/proc/5391/stat : 5391 (BTD) R 5388 5391 3969 0 -1 4202496 3668 0 0 0 202234 0 0 0 20 0 1 0 16535189 40984576 2703 33554432000 4194304 35031059 140724736373648 140724736372216 4390016 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 38096896 140724736382202 140724736382278 140724736382278 140724736384977 0
/proc/5391/statm: 10006 2703 328 7529 0 2453 0
Current children cumulated CPU time (s) 2022.34
Current children cumulated vsize (KiB) 40024

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 5481
/proc/meminfo: memFree=31350688/32770624 swapFree=6652/519920
[pid=5391] ppid=5388 vsize=40024 CPUtime=2082.34 cores=1,3,5,7
/proc/5391/stat : 5391 (BTD) R 5388 5391 3969 0 -1 4202496 3689 0 0 0 208234 0 0 0 20 0 1 0 16535189 40984576 2703 33554432000 4194304 35031059 140724736373648 140724736372216 4389576 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 38096896 140724736382202 140724736382278 140724736382278 140724736384977 0
/proc/5391/statm: 10006 2703 328 7529 0 2453 0
Current children cumulated CPU time (s) 2082.34
Current children cumulated vsize (KiB) 40024

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 5482
/proc/meminfo: memFree=31350588/32770624 swapFree=6652/519948
[pid=5391] ppid=5388 vsize=40024 CPUtime=2142.34 cores=1,3,5,7
/proc/5391/stat : 5391 (BTD) R 5388 5391 3969 0 -1 4202496 3712 0 0 0 214234 0 0 0 20 0 1 0 16535189 40984576 2703 33554432000 4194304 35031059 140724736373648 140724736372216 4389967 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 38096896 140724736382202 140724736382278 140724736382278 140724736384977 0
/proc/5391/statm: 10006 2703 328 7529 0 2453 0
Current children cumulated CPU time (s) 2142.34
Current children cumulated vsize (KiB) 40024

[startup+2202.31 s]
/proc/loadavg: 2.04 2.03 2.05 3/187 5483
/proc/meminfo: memFree=31350612/32770624 swapFree=6652/519968
[pid=5391] ppid=5388 vsize=40024 CPUtime=2202.35 cores=1,3,5,7
/proc/5391/stat : 5391 (BTD) R 5388 5391 3969 0 -1 4202496 3734 0 0 0 220235 0 0 0 20 0 1 0 16535189 40984576 2703 33554432000 4194304 35031059 140724736373648 140724736372216 4389872 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 38096896 140724736382202 140724736382278 140724736382278 140724736384977 0
/proc/5391/statm: 10006 2703 328 7529 0 2453 0
Current children cumulated CPU time (s) 2202.35
Current children cumulated vsize (KiB) 40024

[startup+2262.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 5484
/proc/meminfo: memFree=31350708/32770624 swapFree=6652/519988
[pid=5391] ppid=5388 vsize=40024 CPUtime=2262.34 cores=1,3,5,7
/proc/5391/stat : 5391 (BTD) R 5388 5391 3969 0 -1 4202496 3756 0 0 0 226234 0 0 0 20 0 1 0 16535189 40984576 2703 33554432000 4194304 35031059 140724736373648 140724736372216 4390064 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 38096896 140724736382202 140724736382278 140724736382278 140724736384977 0
/proc/5391/statm: 10006 2703 328 7529 0 2453 0
Current children cumulated CPU time (s) 2262.34
Current children cumulated vsize (KiB) 40024

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 5485
/proc/meminfo: memFree=31350872/32770624 swapFree=6652/520008
[pid=5391] ppid=5388 vsize=40024 CPUtime=2322.35 cores=1,3,5,7
/proc/5391/stat : 5391 (BTD) R 5388 5391 3969 0 -1 4202496 3776 0 0 0 232235 0 0 0 20 0 1 0 16535189 40984576 2703 33554432000 4194304 35031059 140724736373648 140724736372216 4389925 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 38096896 140724736382202 140724736382278 140724736382278 140724736384977 0
/proc/5391/statm: 10006 2703 328 7529 0 2453 0
Current children cumulated CPU time (s) 2322.35
Current children cumulated vsize (KiB) 40024

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 5486
/proc/meminfo: memFree=31350652/32770624 swapFree=6652/520032
[pid=5391] ppid=5388 vsize=40024 CPUtime=2382.35 cores=1,3,5,7
/proc/5391/stat : 5391 (BTD) R 5388 5391 3969 0 -1 4202496 3797 0 0 0 238235 0 0 0 20 0 1 0 16535189 40984576 2703 33554432000 4194304 35031059 140724736373648 140724736372216 4390103 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 38096896 140724736382202 140724736382278 140724736382278 140724736384977 0
/proc/5391/statm: 10006 2703 328 7529 0 2453 0
Current children cumulated CPU time (s) 2382.35
Current children cumulated vsize (KiB) 40024



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400 s]
/proc/loadavg: 2.00 2.01 2.05 3/183 5588
/proc/meminfo: memFree=31351672/32770624 swapFree=6652/520104
[pid=5391] ppid=5388 vsize=40024 CPUtime=2400.05 cores=1,3,5,7
/proc/5391/stat : 5391 (BTD) R 5388 5391 3969 0 -1 4202496 3817 0 0 0 240005 0 0 0 20 0 1 0 16535189 40984576 2703 33554432000 4194304 35031059 140724736373648 140724736372216 4390087 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 38096896 140724736382202 140724736382278 140724736382278 140724736384977 0
/proc/5391/statm: 10006 2703 328 7529 0 2453 0
Current children cumulated CPU time (s) 2400.05
Current children cumulated vsize (KiB) 40024

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 5391 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2400
CPU time (s): 2400.05
CPU user time (s): 2400.05
CPU system time (s): 0.001
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 40024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2400.05
system time used= 0.001
maximum resident set size= 10812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3817
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= 3
involuntary context switches= 120689

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.26 second user time and 8.33938 second system time

The end

Launcher Data

Begin job on node141 at 2017-07-21 11:56:47
IDJOB=4242206
IDBENCH=133588
IDSOLVER=2619
FILE ID=node141/4242206-1500631007
RUNJOBID= node141-1500623775-4001
PBS_JOBID= 20622992
Free space on /tmp= 61956 MiB

SOLVER NAME= BTD 2017-06-30
BENCH NAME= XCSP17/MagicHexagon/MagicHexagon-m1-s1/MagicHexagon-10-m021.xml
COMMAND LINE= BTD TIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4242206-1500631007/watcher-4242206-1500631007 -o /tmp/evaluation-result-4242206-1500631007/solver-4242206-1500631007 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node141-1500623775-4001 --watchdog 2560  BTD 2400 HOME/instance-4242206-1500631007.xml

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

MD5SUM BENCH= bb8f18d9394a9daa2d276ef3f55d21f6
RANDOM SEED=1297701158

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

/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		: 1600.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.27
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		: 1600.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.27
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		: 1600.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		: 1600.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.27
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		: 1867.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		: 1600.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.27
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		: 2400.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:        31363176 kB
MemAvailable:   32015100 kB
Buffers:          158532 kB
Cached:           772460 kB
SwapCached:            0 kB
Active:           455896 kB
Inactive:         528180 kB
Active(anon):      55720 kB
Inactive(anon):     8900 kB
Active(file):     400176 kB
Inactive(file):   519280 kB
Unevictable:        6652 kB
Mlocked:            6660 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             38464 kB
Writeback:           232 kB
AnonPages:         67980 kB
Mapped:            34000 kB
Shmem:              8852 kB
Slab:             121672 kB
SReclaimable:      96608 kB
SUnreclaim:        25064 kB
KernelStack:        3360 kB
PageTables:         4720 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     328776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61920 MiB
End job on node141 at 2017-07-21 12:36:47