Trace number 4241951

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? 2400.01 2400.72

General information on the benchmark

NameMarketSplit/MarketSplit-m1-gp/
MarketSplit-09.xml
MD5SUMdabf91d1abe3f942053f99cb79a60185
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark13.3883
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints4
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":30}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":29}]
Minimum constraint arity29
Maximum constraint arity30
Distribution of constraint arities[{"arity":29,"count":1},{"arity":30,"count":3}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":4}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c Version: 2017-06-30
2399.98/2400.71	s UNKNOWN
2399.98/2400.71	c Solving # Nodes: 100181
2399.98/2400.71	c Global Time: 2400.01 s

Verifier Data


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-4241951-1500629465/watcher-4241951-1500629465 -o /tmp/evaluation-result-4241951-1500629465/solver-4241951-1500629465 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node146-1500623775-4734 --watchdog 2560 BTD 2400 HOME/instance-4241951-1500629465.xml 

pid=6147
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.00 2.01 1.98 3/186 6150
/proc/meminfo: memFree=28511548/32770624 swapFree=6192/471212
[pid=6150] ppid=6147 vsize=30676 CPUtime=0 cores=1,3,5,7
/proc/6150/stat : 6150 (BTD) R 6147 6150 4702 0 -1 4202496 473 0 0 0 0 0 0 0 20 0 1 0 16375466 31412224 326 33554432000 4194304 35031059 140720377256384 140720377256384 4394135 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 53088256 140720377263354 140720377263430 140720377263430 140720377266129 0
/proc/6150/statm: 7669 326 278 7529 0 116 0

[startup+0.100152 s]
/proc/loadavg: 2.00 2.01 1.98 3/186 6150
/proc/meminfo: memFree=28511548/32770624 swapFree=6192/471212
[pid=6150] ppid=6147 vsize=30676 CPUtime=0.09 cores=1,3,5,7
/proc/6150/stat : 6150 (BTD) R 6147 6150 4702 0 -1 4202496 473 0 0 0 9 0 0 0 20 0 1 0 16375466 31412224 326 33554432000 4194304 35031059 140720377256384 140720377255704 4394334 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 53088256 140720377263354 140720377263430 140720377263430 140720377266129 0
/proc/6150/statm: 7669 326 278 7529 0 116 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30676

[startup+0.20026 s]
/proc/loadavg: 2.00 2.01 1.98 3/186 6150
/proc/meminfo: memFree=28511548/32770624 swapFree=6192/471212
[pid=6150] ppid=6147 vsize=30676 CPUtime=0.19 cores=1,3,5,7
/proc/6150/stat : 6150 (BTD) R 6147 6150 4702 0 -1 4202496 473 0 0 0 19 0 0 0 20 0 1 0 16375466 31412224 326 33554432000 4194304 35031059 140720377256384 140720377255704 4393834 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 53088256 140720377263354 140720377263430 140720377263430 140720377266129 0
/proc/6150/statm: 7669 326 278 7529 0 116 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 30676

[startup+0.300248 s]
/proc/loadavg: 2.00 2.01 1.98 3/186 6150
/proc/meminfo: memFree=28511548/32770624 swapFree=6192/471212
[pid=6150] ppid=6147 vsize=30676 CPUtime=0.29 cores=1,3,5,7
/proc/6150/stat : 6150 (BTD) R 6147 6150 4702 0 -1 4202496 497 0 0 0 29 0 0 0 20 0 1 0 16375466 31412224 326 33554432000 4194304 35031059 140720377256384 140720377255384 4394409 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 53088256 140720377263354 140720377263430 140720377263430 140720377266129 0
/proc/6150/statm: 7669 326 278 7529 0 116 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30676

[startup+0.700218 s]
/proc/loadavg: 2.00 2.01 1.98 3/186 6150
/proc/meminfo: memFree=28511548/32770624 swapFree=6192/471212
[pid=6150] ppid=6147 vsize=30676 CPUtime=0.69 cores=1,3,5,7
/proc/6150/stat : 6150 (BTD) R 6147 6150 4702 0 -1 4202496 502 0 0 0 69 0 0 0 20 0 1 0 16375466 31412224 326 33554432000 4194304 35031059 140720377256384 140720377255384 4393799 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 53088256 140720377263354 140720377263430 140720377263430 140720377266129 0
/proc/6150/statm: 7669 326 278 7529 0 116 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30676

[startup+1.50022 s]
/proc/loadavg: 2.00 2.01 1.98 3/187 6151
/proc/meminfo: memFree=28510960/32770624 swapFree=6192/471236
[pid=6150] ppid=6147 vsize=30676 CPUtime=1.49 cores=1,3,5,7
/proc/6150/stat : 6150 (BTD) R 6147 6150 4702 0 -1 4202496 503 0 0 0 149 0 0 0 20 0 1 0 16375466 31412224 326 33554432000 4194304 35031059 140720377256384 140720377255384 4393846 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 53088256 140720377263354 140720377263430 140720377263430 140720377266129 0
/proc/6150/statm: 7669 326 278 7529 0 116 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30676

[startup+3.10021 s]
/proc/loadavg: 2.00 2.01 1.98 3/187 6151
/proc/meminfo: memFree=28510836/32770624 swapFree=6192/471236
[pid=6150] ppid=6147 vsize=30676 CPUtime=3.09 cores=1,3,5,7
/proc/6150/stat : 6150 (BTD) R 6147 6150 4702 0 -1 4202496 541 0 0 0 309 0 0 0 20 0 1 0 16375466 31412224 372 33554432000 4194304 35031059 140720377256384 140720377255384 4394274 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 53088256 140720377263354 140720377263430 140720377263430 140720377266129 0
/proc/6150/statm: 7669 372 306 7529 0 116 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30676

[startup+6.30022 s]
/proc/loadavg: 2.00 2.01 1.98 3/187 6151
/proc/meminfo: memFree=28510424/32770624 swapFree=6192/471236
[pid=6150] ppid=6147 vsize=30676 CPUtime=6.29 cores=1,3,5,7
/proc/6150/stat : 6150 (BTD) R 6147 6150 4702 0 -1 4202496 579 0 0 0 629 0 0 0 20 0 1 0 16375466 31412224 372 33554432000 4194304 35031059 140720377256384 140720377255384 4394350 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 53088256 140720377263354 140720377263430 140720377263430 140720377266129 0
/proc/6150/statm: 7669 372 306 7529 0 116 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 30676

[startup+12.7002 s]
/proc/loadavg: 2.00 2.01 1.98 3/187 6151
/proc/meminfo: memFree=28510604/32770624 swapFree=6192/471248
[pid=6150] ppid=6147 vsize=30676 CPUtime=12.69 cores=1,3,5,7
/proc/6150/stat : 6150 (BTD) R 6147 6150 4702 0 -1 4202496 617 0 0 0 1269 0 0 0 20 0 1 0 16375466 31412224 372 33554432000 4194304 35031059 140720377256384 140720377255384 4394475 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 53088256 140720377263354 140720377263430 140720377263430 140720377266129 0
/proc/6150/statm: 7669 372 306 7529 0 116 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 30676

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 1.98 3/187 6151
/proc/meminfo: memFree=28511084/32770624 swapFree=6192/471260
[pid=6150] ppid=6147 vsize=30676 CPUtime=25.49 cores=1,3,5,7
/proc/6150/stat : 6150 (BTD) R 6147 6150 4702 0 -1 4202496 699 0 0 0 2549 0 0 0 20 0 1 0 16375466 31412224 372 33554432000 4194304 35031059 140720377256384 140720377255384 4394500 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 53088256 140720377263354 140720377263430 140720377263430 140720377266129 0
/proc/6150/statm: 7669 372 306 7529 0 116 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 30676

[startup+51.1003 s]
/proc/loadavg: 2.00 2.01 1.98 3/187 6151
/proc/meminfo: memFree=28510256/32770624 swapFree=6192/471276
[pid=6150] ppid=6147 vsize=30808 CPUtime=51.08 cores=1,3,5,7
/proc/6150/stat : 6150 (BTD) R 6147 6150 4702 0 -1 4202496 746 0 0 0 5108 0 0 0 20 0 1 0 16375466 31547392 372 33554432000 4194304 35031059 140720377256384 140720377255384 4394362 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 53088256 140720377263354 140720377263430 140720377263430 140720377266129 0
/proc/6150/statm: 7702 372 306 7529 0 149 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 30808

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/187 6152
/proc/meminfo: memFree=28511160/32770624 swapFree=6192/471320
[pid=6150] ppid=6147 vsize=30808 CPUtime=102.27 cores=1,3,5,7
/proc/6150/stat : 6150 (BTD) R 6147 6150 4702 0 -1 4202496 792 0 0 0 10227 0 0 0 20 0 1 0 16375466 31547392 374 33554432000 4194304 35031059 140720377256384 140720377255384 4394498 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 53088256 140720377263354 140720377263430 140720377263430 140720377266129 0
/proc/6150/statm: 7702 374 307 7529 0 149 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 30808

[startup+162.3 s]
/proc/loadavg: 2.05 2.03 1.99 3/187 6153
/proc/meminfo: memFree=28509868/32770624 swapFree=6192/471344
[pid=6150] ppid=6147 vsize=30808 CPUtime=162.25 cores=1,3,5,7
/proc/6150/stat : 6150 (BTD) R 6147 6150 4702 0 -1 4202496 839 0 0 0 16225 0 0 0 20 0 1 0 16375466 31547392 374 33554432000 4194304 35031059 140720377256384 140720377255384 7760138 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 53088256 140720377263354 140720377263430 140720377263430 140720377266129 0
/proc/6150/statm: 7702 374 307 7529 0 149 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 30808

[startup+222.306 s]
/proc/loadavg: 2.02 2.02 1.99 3/187 6154
/proc/meminfo: memFree=28510460/32770624 swapFree=6192/471376
[pid=6150] ppid=6147 vsize=30808 CPUtime=222.23 cores=1,3,5,7
/proc/6150/stat : 6150 (BTD) R 6147 6150 4702 0 -1 4202496 887 0 0 0 22223 0 0 0 20 0 1 0 16375466 31547392 377 33554432000 4194304 35031059 140720377256384 140720377255384 4394338 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 53088256 140720377263354 140720377263430 140720377263430 140720377266129 0
/proc/6150/statm: 7702 377 307 7529 0 149 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 30808

[startup+282.3 s]
/proc/loadavg: 2.01 2.02 1.99 3/187 6155
/proc/meminfo: memFree=28510680/32770624 swapFree=6192/471404
[pid=6150] ppid=6147 vsize=30808 CPUtime=282.21 cores=1,3,5,7
/proc/6150/stat : 6150 (BTD) R 6147 6150 4702 0 -1 4202496 936 0 0 0 28221 0 0 0 20 0 1 0 16375466 31547392 378 33554432000 4194304 35031059 140720377256384 140720377255384 4394500 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 53088256 140720377263354 140720377263430 140720377263430 140720377266129 0
/proc/6150/statm: 7702 378 307 7529 0 149 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 30808

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/187 6156
/proc/meminfo: memFree=28509256/32770624 swapFree=6192/471432
[pid=6150] ppid=6147 vsize=30808 CPUtime=342.19 cores=1,3,5,7
/proc/6150/stat : 6150 (BTD) R 6147 6150 4702 0 -1 4202496 987 0 0 0 34219 0 0 0 20 0 1 0 16375466 31547392 380 33554432000 4194304 35031059 140720377256384 140720377255384 4394498 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 53088256 140720377263354 140720377263430 140720377263430 140720377266129 0
/proc/6150/statm: 7702 380 307 7529 0 149 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 30808

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/187 6157
/proc/meminfo: memFree=28510260/32770624 swapFree=6192/471472
[pid=6150] ppid=6147 vsize=30808 CPUtime=402.17 cores=1,3,5,7
/proc/6150/stat : 6150 (BTD) R 6147 6150 4702 0 -1 4202496 1037 0 0 0 40217 0 0 0 20 0 1 0 16375466 31547392 380 33554432000 4194304 35031059 140720377256384 140720377255384 4394498 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 53088256 140720377263354 140720377263430 140720377263430 140720377266129 0
/proc/6150/statm: 7702 380 307 7529 0 149 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 30808

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/187 6158
/proc/meminfo: memFree=28508844/32770624 swapFree=6192/471500
[pid=6150] ppid=6147 vsize=30808 CPUtime=462.15 cores=1,3,5,7
/proc/6150/stat : 6150 (BTD) R 6147 6150 4702 0 -1 4202496 1088 0 0 0 46215 0 0 0 20 0 1 0 16375466 31547392 381 33554432000 4194304 35031059 140720377256384 140720377255384 4394494 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 53088256 140720377263354 140720377263430 140720377263430 140720377266129 0
/proc/6150/statm: 7702 381 307 7529 0 149 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 30808

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/187 6159
/proc/meminfo: memFree=28509548/32770624 swapFree=6192/471528
[pid=6150] ppid=6147 vsize=30808 CPUtime=522.14 cores=1,3,5,7
/proc/6150/stat : 6150 (BTD) R 6147 6150 4702 0 -1 4202496 1139 0 0 0 52213 1 0 0 20 0 1 0 16375466 31547392 382 33554432000 4194304 35031059 140720377256384 140720377255384 4394500 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 53088256 140720377263354 140720377263430 140720377263430 140720377266129 0
/proc/6150/statm: 7702 382 307 7529 0 149 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 30808

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/187 6167
/proc/meminfo: memFree=28509800/32770624 swapFree=6192/471560
[pid=6150] ppid=6147 vsize=30808 CPUtime=582.12 cores=1,3,5,7
/proc/6150/stat : 6150 (BTD) R 6147 6150 4702 0 -1 4202496 1191 0 0 0 58211 1 0 0 20 0 1 0 16375466 31547392 382 33554432000 4194304 35031059 140720377256384 140720377255384 4394494 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 53088256 140720377263354 140720377263430 140720377263430 140720377266129 0
/proc/6150/statm: 7702 382 307 7529 0 149 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 30808


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

/proc/loadavg: 2.14 2.05 2.02 3/187 6265
/proc/meminfo: memFree=31206840/32770624 swapFree=6192/472304
[pid=6150] ppid=6147 vsize=30808 CPUtime=1781.77 cores=1,3,5,7
/proc/6150/stat : 6150 (BTD) R 6147 6150 4702 0 -1 4202496 2210 0 0 0 178169 8 0 0 20 0 1 0 16375466 31547392 388 33554432000 4194304 35031059 140720377256384 140720377255384 7760138 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 53088256 140720377263354 140720377263430 140720377263430 140720377266129 0
/proc/6150/statm: 7702 388 307 7529 0 149 0
Current children cumulated CPU time (s) 1781.77
Current children cumulated vsize (KiB) 30808

[startup+1842.3 s]
/proc/loadavg: 2.05 2.04 2.02 3/188 6289
/proc/meminfo: memFree=31206272/32770624 swapFree=6192/472340
[pid=6150] ppid=6147 vsize=30808 CPUtime=1841.75 cores=1,3,5,7
/proc/6150/stat : 6150 (BTD) R 6147 6150 4702 0 -1 4202496 2268 0 0 0 184167 8 0 0 20 0 1 0 16375466 31547392 388 33554432000 4194304 35031059 140720377256384 140720377255384 4394534 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 53088256 140720377263354 140720377263430 140720377263430 140720377266129 0
/proc/6150/statm: 7702 388 307 7529 0 149 0
Current children cumulated CPU time (s) 1841.75
Current children cumulated vsize (KiB) 30808

[startup+1902.3 s]
/proc/loadavg: 2.02 2.04 2.02 3/188 6290
/proc/meminfo: memFree=31206808/32770624 swapFree=6192/472360
[pid=6150] ppid=6147 vsize=30808 CPUtime=1901.73 cores=1,3,5,7
/proc/6150/stat : 6150 (BTD) R 6147 6150 4702 0 -1 4202496 2316 0 0 0 190165 8 0 0 20 0 1 0 16375466 31547392 388 33554432000 4194304 35031059 140720377256384 140720377255384 4394498 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 53088256 140720377263354 140720377263430 140720377263430 140720377266129 0
/proc/6150/statm: 7702 388 307 7529 0 149 0
Current children cumulated CPU time (s) 1901.73
Current children cumulated vsize (KiB) 30808

[startup+1962.3 s]
/proc/loadavg: 2.01 2.03 2.02 3/188 6291
/proc/meminfo: memFree=31206596/32770624 swapFree=6192/472404
[pid=6150] ppid=6147 vsize=30808 CPUtime=1961.71 cores=1,3,5,7
/proc/6150/stat : 6150 (BTD) R 6147 6150 4702 0 -1 4202496 2362 0 0 0 196163 8 0 0 20 0 1 0 16375466 31547392 388 33554432000 4194304 35031059 140720377256384 140720377255384 4394388 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 53088256 140720377263354 140720377263430 140720377263430 140720377266129 0
/proc/6150/statm: 7702 388 307 7529 0 149 0
Current children cumulated CPU time (s) 1961.71
Current children cumulated vsize (KiB) 30808

[startup+2022.3 s]
/proc/loadavg: 2.00 2.02 2.02 3/188 6292
/proc/meminfo: memFree=31206332/32770624 swapFree=6192/472436
[pid=6150] ppid=6147 vsize=30808 CPUtime=2021.7 cores=1,3,5,7
/proc/6150/stat : 6150 (BTD) R 6147 6150 4702 0 -1 4202496 2416 0 0 0 202161 9 0 0 20 0 1 0 16375466 31547392 389 33554432000 4194304 35031059 140720377256384 140720377255384 4394421 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 53088256 140720377263354 140720377263430 140720377263430 140720377266129 0
/proc/6150/statm: 7702 389 307 7529 0 149 0
Current children cumulated CPU time (s) 2021.7
Current children cumulated vsize (KiB) 30808

[startup+2082.3 s]
/proc/loadavg: 2.00 2.02 2.02 3/188 6293
/proc/meminfo: memFree=31206580/32770624 swapFree=6192/472464
[pid=6150] ppid=6147 vsize=30808 CPUtime=2081.68 cores=1,3,5,7
/proc/6150/stat : 6150 (BTD) R 6147 6150 4702 0 -1 4202496 2465 0 0 0 208159 9 0 0 20 0 1 0 16375466 31547392 389 33554432000 4194304 35031059 140720377256384 140720377255384 4394494 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 53088256 140720377263354 140720377263430 140720377263430 140720377266129 0
/proc/6150/statm: 7702 389 307 7529 0 149 0
Current children cumulated CPU time (s) 2081.68
Current children cumulated vsize (KiB) 30808

[startup+2142.3 s]
/proc/loadavg: 2.07 2.03 2.03 3/187 6294
/proc/meminfo: memFree=31206964/32770624 swapFree=6192/472492
[pid=6150] ppid=6147 vsize=30808 CPUtime=2141.66 cores=1,3,5,7
/proc/6150/stat : 6150 (BTD) R 6147 6150 4702 0 -1 4202496 2524 0 0 0 214156 10 0 0 20 0 1 0 16375466 31547392 389 33554432000 4194304 35031059 140720377256384 140720377255384 7760138 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 53088256 140720377263354 140720377263430 140720377263430 140720377266129 0
/proc/6150/statm: 7702 389 307 7529 0 149 0
Current children cumulated CPU time (s) 2141.66
Current children cumulated vsize (KiB) 30808

[startup+2202.31 s]
/proc/loadavg: 2.10 2.04 2.04 3/187 6295
/proc/meminfo: memFree=31206952/32770624 swapFree=6192/472528
[pid=6150] ppid=6147 vsize=30808 CPUtime=2201.64 cores=1,3,5,7
/proc/6150/stat : 6150 (BTD) R 6147 6150 4702 0 -1 4202496 2570 0 0 0 220154 10 0 0 20 0 1 0 16375466 31547392 389 33554432000 4194304 35031059 140720377256384 140720377255384 4394364 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 53088256 140720377263354 140720377263430 140720377263430 140720377266129 0
/proc/6150/statm: 7702 389 307 7529 0 149 0
Current children cumulated CPU time (s) 2201.64
Current children cumulated vsize (KiB) 30808

[startup+2262.3 s]
/proc/loadavg: 2.12 2.05 2.04 3/187 6296
/proc/meminfo: memFree=31206916/32770624 swapFree=6192/472560
[pid=6150] ppid=6147 vsize=30808 CPUtime=2261.63 cores=1,3,5,7
/proc/6150/stat : 6150 (BTD) R 6147 6150 4702 0 -1 4202496 2616 0 0 0 226152 11 0 0 20 0 1 0 16375466 31547392 389 33554432000 4194304 35031059 140720377256384 140720377255384 4394382 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 53088256 140720377263354 140720377263430 140720377263430 140720377266129 0
/proc/6150/statm: 7702 389 307 7529 0 149 0
Current children cumulated CPU time (s) 2261.63
Current children cumulated vsize (KiB) 30808

[startup+2322.3 s]
/proc/loadavg: 2.04 2.04 2.04 3/187 6297
/proc/meminfo: memFree=31206892/32770624 swapFree=6192/472588
[pid=6150] ppid=6147 vsize=30808 CPUtime=2321.6 cores=1,3,5,7
/proc/6150/stat : 6150 (BTD) R 6147 6150 4702 0 -1 4202496 2665 0 0 0 232149 11 0 0 20 0 1 0 16375466 31547392 389 33554432000 4194304 35031059 140720377256384 140720377255384 4394334 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 53088256 140720377263354 140720377263430 140720377263430 140720377266129 0
/proc/6150/statm: 7702 389 307 7529 0 149 0
Current children cumulated CPU time (s) 2321.6
Current children cumulated vsize (KiB) 30808

[startup+2382.3 s]
/proc/loadavg: 2.02 2.04 2.04 3/188 6306
/proc/meminfo: memFree=31206712/32770624 swapFree=6192/472624
[pid=6150] ppid=6147 vsize=30808 CPUtime=2381.58 cores=1,3,5,7
/proc/6150/stat : 6150 (BTD) R 6147 6150 4702 0 -1 4202496 2711 0 0 0 238147 11 0 0 20 0 1 0 16375466 31547392 389 33554432000 4194304 35031059 140720377256384 140720377255384 4394421 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 53088256 140720377263354 140720377263430 140720377263430 140720377266129 0
/proc/6150/statm: 7702 389 307 7529 0 149 0
Current children cumulated CPU time (s) 2381.58
Current children cumulated vsize (KiB) 30808

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

[startup+2393.6 s]
/proc/loadavg: 2.01 2.03 2.04 3/188 6306
/proc/meminfo: memFree=31206712/32770624 swapFree=6192/472624
[pid=6150] ppid=6147 vsize=30808 CPUtime=2392.88 cores=1,3,5,7
/proc/6150/stat : 6150 (BTD) R 6147 6150 4702 0 -1 4202496 2711 0 0 0 239277 11 0 0 20 0 1 0 16375466 31547392 389 33554432000 4194304 35031059 140720377256384 140720377255384 4394203 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 53088256 140720377263354 140720377263430 140720377263430 140720377266129 0
/proc/6150/statm: 7702 389 307 7529 0 149 0
Current children cumulated CPU time (s) 2392.88
Current children cumulated vsize (KiB) 30808

[startup+2396.8 s]
/proc/loadavg: 2.01 2.03 2.04 3/188 6306
/proc/meminfo: memFree=31206712/32770624 swapFree=6192/472624
[pid=6150] ppid=6147 vsize=30808 CPUtime=2396.08 cores=1,3,5,7
/proc/6150/stat : 6150 (BTD) R 6147 6150 4702 0 -1 4202496 2711 0 0 0 239597 11 0 0 20 0 1 0 16375466 31547392 389 33554432000 4194304 35031059 140720377256384 140720377255384 4394472 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 53088256 140720377263354 140720377263430 140720377263430 140720377266129 0
/proc/6150/statm: 7702 389 307 7529 0 149 0
Current children cumulated CPU time (s) 2396.08
Current children cumulated vsize (KiB) 30808

[startup+2398.4 s]
/proc/loadavg: 2.01 2.03 2.04 3/188 6306
/proc/meminfo: memFree=31206712/32770624 swapFree=6192/472624
[pid=6150] ppid=6147 vsize=30808 CPUtime=2397.68 cores=1,3,5,7
/proc/6150/stat : 6150 (BTD) R 6147 6150 4702 0 -1 4202496 2754 0 0 0 239757 11 0 0 20 0 1 0 16375466 31547392 389 33554432000 4194304 35031059 140720377256384 140720377255384 4394498 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 53088256 140720377263354 140720377263430 140720377263430 140720377266129 0
/proc/6150/statm: 7702 389 307 7529 0 149 0
Current children cumulated CPU time (s) 2397.68
Current children cumulated vsize (KiB) 30808

[startup+2400 s]
/proc/loadavg: 2.01 2.03 2.04 3/188 6306
/proc/meminfo: memFree=31206712/32770624 swapFree=6192/472624
[pid=6150] ppid=6147 vsize=30808 CPUtime=2399.28 cores=1,3,5,7
/proc/6150/stat : 6150 (BTD) R 6147 6150 4702 0 -1 4202496 2755 0 0 0 239917 11 0 0 20 0 1 0 16375466 31547392 389 33554432000 4194304 35031059 140720377256384 140720377255384 4394338 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 53088256 140720377263354 140720377263430 140720377263430 140720377266129 0
/proc/6150/statm: 7702 389 307 7529 0 149 0
Current children cumulated CPU time (s) 2399.28
Current children cumulated vsize (KiB) 30808

[startup+2400.4 s]
/proc/loadavg: 2.01 2.03 2.04 3/188 6306
/proc/meminfo: memFree=31206960/32770624 swapFree=6192/472628
[pid=6150] ppid=6147 vsize=30808 CPUtime=2399.68 cores=1,3,5,7
/proc/6150/stat : 6150 (BTD) R 6147 6150 4702 0 -1 4202496 2755 0 0 0 239957 11 0 0 20 0 1 0 16375466 31547392 389 33554432000 4194304 35031059 140720377256384 140720377255384 4394472 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 53088256 140720377263354 140720377263430 140720377263430 140720377266129 0
/proc/6150/statm: 7702 389 307 7529 0 149 0
Current children cumulated CPU time (s) 2399.68
Current children cumulated vsize (KiB) 30808

[startup+2400.6 s]
/proc/loadavg: 2.01 2.03 2.04 3/188 6306
/proc/meminfo: memFree=31206960/32770624 swapFree=6192/472628
[pid=6150] ppid=6147 vsize=30808 CPUtime=2399.88 cores=1,3,5,7
/proc/6150/stat : 6150 (BTD) R 6147 6150 4702 0 -1 4202496 2755 0 0 0 239977 11 0 0 20 0 1 0 16375466 31547392 389 33554432000 4194304 35031059 140720377256384 140720377255384 4394459 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 53088256 140720377263354 140720377263430 140720377263430 140720377266129 0
/proc/6150/statm: 7702 389 307 7529 0 149 0
Current children cumulated CPU time (s) 2399.88
Current children cumulated vsize (KiB) 30808

[startup+2400.7 s]
/proc/loadavg: 2.01 2.03 2.04 3/188 6306
/proc/meminfo: memFree=31206960/32770624 swapFree=6192/472628
[pid=6150] ppid=6147 vsize=30808 CPUtime=2399.98 cores=1,3,5,7
/proc/6150/stat : 6150 (BTD) R 6147 6150 4702 0 -1 4202496 2755 0 0 0 239987 11 0 0 20 0 1 0 16375466 31547392 389 33554432000 4194304 35031059 140720377256384 140720377255384 4393486 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 53088256 140720377263354 140720377263430 140720377263430 140720377266129 0
/proc/6150/statm: 7702 389 307 7529 0 149 0
Current children cumulated CPU time (s) 2399.98
Current children cumulated vsize (KiB) 30808

Child status: 0
Real time (s): 2400.72
CPU time (s): 2400.01
CPU user time (s): 2399.89
CPU system time (s): 0.119964
CPU usage (%): 99.9704
Max. virtual memory (cumulated for all children) (KiB): 30808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.89
system time used= 0.119964
maximum resident set size= 1616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2808
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= 2
involuntary context switches= 120671

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.69562 second user time and 8.21067 second system time

The end

Launcher Data

Begin job on node146 at 2017-07-21 11:31:05
IDJOB=4241951
IDBENCH=133095
IDSOLVER=2619
FILE ID=node146/4241951-1500629465
RUNJOBID= node146-1500623775-4734
PBS_JOBID= 20622988
Free space on /tmp= 61760 MiB

SOLVER NAME= BTD 2017-06-30
BENCH NAME= XCSP17/MarketSplit/MarketSplit-m1-gp/MarketSplit-09.xml
COMMAND LINE= BTD TIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4241951-1500629465/watcher-4241951-1500629465 -o /tmp/evaluation-result-4241951-1500629465/solver-4241951-1500629465 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node146-1500623775-4734 --watchdog 2560  BTD 2400 HOME/instance-4241951-1500629465.xml

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

MD5SUM BENCH= dabf91d1abe3f942053f99cb79a60185
RANDOM SEED=1312026423

node146.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	: 5334.06
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		: 2267.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		: 1600.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.06
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		: 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.06
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		: 1600.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	: 5334.06
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		: 1600.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:        28511624 kB
MemAvailable:   29311268 kB
Buffers:          161268 kB
Cached:           914824 kB
SwapCached:            0 kB
Active:          3341664 kB
Inactive:         480052 kB
Active(anon):    2748480 kB
Inactive(anon):     8840 kB
Active(file):     593184 kB
Inactive(file):   471212 kB
Unevictable:        6192 kB
Mlocked:            6200 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             38432 kB
Writeback:             0 kB
AnonPages:       2751872 kB
Mapped:            34032 kB
Shmem:              8852 kB
Slab:             127640 kB
SReclaimable:     102168 kB
SUnreclaim:        25472 kB
KernelStack:        3360 kB
PageTables:        10384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3018596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1241088 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61724 MiB
End job on node146 at 2017-07-21 12:11:06