Trace number 4241491

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.01 2402.1

General information on the benchmark

NameRoomMate/
RoomMate-int-s1/RoomMate-sr1000b-int.xml
MD5SUMfdcb353b2918313db809b139313e7b9f
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 variables1000
Number of constraints1998000
Number of domains1
Minimum domain size999
Maximum domain size999
Distribution of domain sizes[{"size":999,"count":1000}]
Minimum variable degree3996
Maximum variable degree3996
Distribution of variable degrees[{"degree":3996,"count":1000}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":1998000}]
Number of extensional constraints0
Number of intensional constraints1998000
Distribution of constraint types[{"type":"intension","count":1998000}]
Optimization problemNO
Type of objective

Solver Data


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

pid=7737
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.02 3/187 7740
/proc/meminfo: memFree=31312700/32770624 swapFree=6172/395940
[pid=7740] ppid=7737 vsize=30936 CPUtime=0 cores=1,3,5,7
/proc/7740/stat : 7740 (BTD) R 7737 7740 6087 0 -1 4202496 490 0 0 0 0 0 0 0 20 0 1 0 16272136 31678464 324 33554432000 4194304 35031059 140722998627984 140722998627984 7416247 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 46239744 140722998629626 140722998629702 140722998629702 140722998632401 0
/proc/7740/statm: 7734 324 230 7529 0 181 0

[startup+0.10011 s]
/proc/loadavg: 2.06 2.03 2.02 3/187 7740
/proc/meminfo: memFree=31312700/32770624 swapFree=6172/395940
[pid=7740] ppid=7737 vsize=34064 CPUtime=0.09 cores=1,3,5,7
/proc/7740/stat : 7740 (BTD) R 7737 7740 6087 0 -1 4202496 1275 0 0 0 9 0 0 0 20 0 1 0 16272136 34881536 1114 33554432000 4194304 35031059 140722998627984 140722998623384 7408842 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 46239744 140722998629626 140722998629702 140722998629702 140722998632401 0
/proc/7740/statm: 8516 1114 232 7529 0 963 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34064

[startup+0.200243 s]
/proc/loadavg: 2.06 2.03 2.02 3/187 7740
/proc/meminfo: memFree=31312700/32770624 swapFree=6172/395940
[pid=7740] ppid=7737 vsize=38484 CPUtime=0.19 cores=1,3,5,7
/proc/7740/stat : 7740 (BTD) R 7737 7740 6087 0 -1 4202496 2372 0 0 0 19 0 0 0 20 0 1 0 16272136 39407616 2185 33554432000 4194304 35031059 140722998627984 140722998623464 7406634 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 46239744 140722998629626 140722998629702 140722998629702 140722998632401 0
/proc/7740/statm: 9621 2185 232 7529 0 2068 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 38484

[startup+0.300221 s]
/proc/loadavg: 2.06 2.03 2.02 3/187 7740
/proc/meminfo: memFree=31312700/32770624 swapFree=6172/395940
[pid=7740] ppid=7737 vsize=43044 CPUtime=0.29 cores=1,3,5,7
/proc/7740/stat : 7740 (BTD) R 7737 7740 6087 0 -1 4202496 3492 0 0 0 29 0 0 0 20 0 1 0 16272136 44077056 3296 33554432000 4194304 35031059 140722998627984 140722998623752 7408842 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 46239744 140722998629626 140722998629702 140722998629702 140722998632401 0
/proc/7740/statm: 10761 3296 232 7529 0 3208 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 43044

[startup+0.700181 s]
/proc/loadavg: 2.06 2.03 2.02 3/187 7740
/proc/meminfo: memFree=31312700/32770624 swapFree=6172/395940
[pid=7740] ppid=7737 vsize=60756 CPUtime=0.69 cores=1,3,5,7
/proc/7740/stat : 7740 (BTD) R 7737 7740 6087 0 -1 4202496 7919 0 0 0 68 1 0 0 20 0 1 0 16272136 62214144 7751 33554432000 4194304 35031059 140722998627984 140722998623816 7408842 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 46239744 140722998629626 140722998629702 140722998629702 140722998632401 0
/proc/7740/statm: 15189 7751 232 7529 0 7636 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 60756

[startup+1.50018 s]
/proc/loadavg: 2.06 2.03 2.02 3/188 7741
/proc/meminfo: memFree=31265524/32770624 swapFree=6172/396176
[pid=7740] ppid=7737 vsize=95412 CPUtime=1.49 cores=1,3,5,7
/proc/7740/stat : 7740 (BTD) R 7737 7740 6087 0 -1 4202496 16598 0 0 0 147 2 0 0 20 0 1 0 16272136 97701888 16430 33554432000 4194304 35031059 140722998627984 140722998623704 4208979 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 46239744 140722998629626 140722998629702 140722998629702 140722998632401 0
/proc/7740/statm: 23853 16430 232 7529 0 16300 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 95412

[startup+3.10023 s]
/proc/loadavg: 2.05 2.03 2.02 3/188 7741
/proc/meminfo: memFree=31189264/32770624 swapFree=6172/395932
[pid=7740] ppid=7737 vsize=227572 CPUtime=3.09 cores=1,3,5,7
/proc/7740/stat : 7740 (BTD) R 7737 7740 6087 0 -1 4202496 52247 0 0 0 302 7 0 0 20 0 1 0 16272136 233033728 49463 33554432000 4194304 35031059 140722998627984 140722998625160 7408842 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 46239744 140722998629626 140722998629702 140722998629702 140722998632401 0
/proc/7740/statm: 56893 49463 243 7529 0 49340 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 227572

[startup+6.30017 s]
/proc/loadavg: 2.05 2.03 2.02 3/188 7741
/proc/meminfo: memFree=30967808/32770624 swapFree=6172/395940
[pid=7740] ppid=7737 vsize=375864 CPUtime=6.28 cores=1,3,5,7
/proc/7740/stat : 7740 (BTD) R 7737 7740 6087 0 -1 4202496 87622 0 0 0 616 12 0 0 20 0 1 0 16272136 384884736 86410 33554432000 4194304 35031059 140722998627984 140722998620808 7415248 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 46239744 140722998629626 140722998629702 140722998629702 140722998632401 0
/proc/7740/statm: 93966 86410 289 7529 0 86413 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 375864

[startup+12.7003 s]
/proc/loadavg: 2.05 2.03 2.02 3/188 7741
/proc/meminfo: memFree=30958556/32770624 swapFree=6172/395948
[pid=7740] ppid=7737 vsize=384344 CPUtime=12.68 cores=1,3,5,7
/proc/7740/stat : 7740 (BTD) R 7737 7740 6087 0 -1 4202496 91250 0 0 0 1255 13 0 0 20 0 1 0 16272136 393568256 88559 33554432000 4194304 35031059 140722998627984 140722998620808 6441840 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 46239744 140722998629626 140722998629702 140722998629702 140722998632401 0
/proc/7740/statm: 96086 88559 289 7529 0 88533 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 384344

[startup+25.5003 s]
/proc/loadavg: 2.04 2.03 2.02 3/188 7741
/proc/meminfo: memFree=30947132/32770624 swapFree=6172/395956
[pid=7740] ppid=7737 vsize=396328 CPUtime=25.48 cores=1,3,5,7
/proc/7740/stat : 7740 (BTD) R 7737 7740 6087 0 -1 4202496 104026 0 0 0 2533 15 0 0 20 0 1 0 16272136 405839872 91495 33554432000 4194304 35031059 140722998627984 140722998620808 4784307 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 46239744 140722998629626 140722998629702 140722998629702 140722998632401 0
/proc/7740/statm: 99082 91495 289 7529 0 91529 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 396328

[startup+51.1063 s]
/proc/loadavg: 2.03 2.02 2.02 3/187 7741
/proc/meminfo: memFree=30932112/32770624 swapFree=6172/395968
[pid=7740] ppid=7737 vsize=410560 CPUtime=51.06 cores=1,3,5,7
/proc/7740/stat : 7740 (BTD) R 7737 7740 6087 0 -1 4202496 117258 0 0 0 5090 16 0 0 20 0 1 0 16272136 420413440 95093 33554432000 4194304 35031059 140722998627984 140722998620808 4256494 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 46239744 140722998629626 140722998629702 140722998629702 140722998632401 0
/proc/7740/statm: 102640 95093 289 7529 0 95087 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 410560

[startup+102.3 s]
/proc/loadavg: 2.01 2.02 2.02 3/187 7742
/proc/meminfo: memFree=30912148/32770624 swapFree=6172/395992
[pid=7740] ppid=7737 vsize=431060 CPUtime=102.21 cores=1,3,5,7
/proc/7740/stat : 7740 (BTD) R 7737 7740 6087 0 -1 4202496 134873 0 0 0 10203 18 0 0 20 0 1 0 16272136 441405440 100213 33554432000 4194304 35031059 140722998627984 140722998620808 4256494 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 46239744 140722998629626 140722998629702 140722998629702 140722998632401 0
/proc/7740/statm: 107765 100213 289 7529 0 100212 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 431060

[startup+162.3 s]
/proc/loadavg: 2.06 2.03 2.03 3/187 7926
/proc/meminfo: memFree=29697996/32770624 swapFree=6172/396796
[pid=7740] ppid=7737 vsize=449328 CPUtime=162.16 cores=1,3,5,7
/proc/7740/stat : 7740 (BTD) R 7737 7740 6087 0 -1 4202496 156462 0 0 0 16197 19 0 0 20 0 1 0 16272136 460111872 104776 33554432000 4194304 35031059 140722998627984 140722998620808 4254068 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 46239744 140722998629626 140722998629702 140722998629702 140722998632401 0
/proc/7740/statm: 112332 104776 289 7529 0 104779 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 449328

[startup+222.3 s]
/proc/loadavg: 2.02 2.02 2.03 3/187 7927
/proc/meminfo: memFree=28183264/32770624 swapFree=6172/396848
[pid=7740] ppid=7737 vsize=465092 CPUtime=222.1 cores=1,3,5,7
/proc/7740/stat : 7740 (BTD) R 7737 7740 6087 0 -1 4202496 181682 0 0 0 22189 21 0 0 20 0 1 0 16272136 476254208 108711 33554432000 4194304 35031059 140722998627984 140722998620808 4256494 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 46239744 140722998629626 140722998629702 140722998629702 140722998632401 0
/proc/7740/statm: 116273 108711 289 7529 0 108720 0
Current children cumulated CPU time (s) 222.1
Current children cumulated vsize (KiB) 465092

[startup+282.3 s]
/proc/loadavg: 2.01 2.02 2.03 3/187 7928
/proc/meminfo: memFree=28169044/32770624 swapFree=6172/396876
[pid=7740] ppid=7737 vsize=478540 CPUtime=282.03 cores=1,3,5,7
/proc/7740/stat : 7740 (BTD) R 7737 7740 6087 0 -1 4202496 185665 0 0 0 28182 21 0 0 20 0 1 0 16272136 490024960 112049 33554432000 4194304 35031059 140722998627984 140722998620808 6572369 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 46239744 140722998629626 140722998629702 140722998629702 140722998632401 0
/proc/7740/statm: 119635 112049 289 7529 0 112082 0
Current children cumulated CPU time (s) 282.03
Current children cumulated vsize (KiB) 478540

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/187 7936
/proc/meminfo: memFree=28156016/32770624 swapFree=6172/396904
[pid=7740] ppid=7737 vsize=491888 CPUtime=341.98 cores=1,3,5,7
/proc/7740/stat : 7740 (BTD) R 7737 7740 6087 0 -1 4202496 192470 0 0 0 34176 22 0 0 20 0 1 0 16272136 503693312 115373 33554432000 4194304 35031059 140722998627984 140722998620808 4256454 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 46239744 140722998629626 140722998629702 140722998629702 140722998632401 0
/proc/7740/statm: 122972 115373 289 7529 0 115419 0
Current children cumulated CPU time (s) 341.98
Current children cumulated vsize (KiB) 491888

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/187 7937
/proc/meminfo: memFree=28144116/32770624 swapFree=6172/396940
[pid=7740] ppid=7737 vsize=502424 CPUtime=401.93 cores=1,3,5,7
/proc/7740/stat : 7740 (BTD) R 7737 7740 6087 0 -1 4202496 201615 0 0 0 40170 23 0 0 20 0 1 0 16272136 514482176 118042 33554432000 4194304 35031059 140722998627984 140722998620808 4256494 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 46239744 140722998629626 140722998629702 140722998629702 140722998632401 0
/proc/7740/statm: 125606 118042 289 7529 0 118053 0
Current children cumulated CPU time (s) 401.93
Current children cumulated vsize (KiB) 502424

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/187 7938
/proc/meminfo: memFree=28132828/32770624 swapFree=6172/396964
[pid=7740] ppid=7737 vsize=513872 CPUtime=461.88 cores=1,3,5,7
/proc/7740/stat : 7740 (BTD) R 7737 7740 6087 0 -1 4202496 213744 0 0 0 46164 24 0 0 20 0 1 0 16272136 526204928 120914 33554432000 4194304 35031059 140722998627984 140722998620808 4256442 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 46239744 140722998629626 140722998629702 140722998629702 140722998632401 0
/proc/7740/statm: 128468 120914 289 7529 0 120915 0
Current children cumulated CPU time (s) 461.88
Current children cumulated vsize (KiB) 513872

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/187 7939
/proc/meminfo: memFree=28122628/32770624 swapFree=6172/396992
[pid=7740] ppid=7737 vsize=523744 CPUtime=521.83 cores=1,3,5,7
/proc/7740/stat : 7740 (BTD) R 7737 7740 6087 0 -1 4202496 227876 0 0 0 52158 25 0 0 20 0 1 0 16272136 536313856 123374 33554432000 4194304 35031059 140722998627984 140722998620808 4254068 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 46239744 140722998629626 140722998629702 140722998629702 140722998632401 0
/proc/7740/statm: 130936 123374 289 7529 0 123383 0
Current children cumulated CPU time (s) 521.83
Current children cumulated vsize (KiB) 523744

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/187 7940
/proc/meminfo: memFree=28112720/32770624 swapFree=6172/397020
[pid=7740] ppid=7737 vsize=532920 CPUtime=581.79 cores=1,3,5,7
/proc/7740/stat : 7740 (BTD) R 7737 7740 6087 0 -1 4202496 244381 0 0 0 58153 26 0 0 20 0 1 0 16272136 545710080 125665 33554432000 4194304 35031059 140722998627984 140722998620808 4255436 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 46239744 140722998629626 140722998629702 140722998629702 140722998632401 0
/proc/7740/statm: 133230 125665 289 7529 0 125677 0
Current children cumulated CPU time (s) 581.79
Current children cumulated vsize (KiB) 532920


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


[startup+1542.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/187 7972
/proc/meminfo: memFree=28004440/32770624 swapFree=6172/397476
[pid=7740] ppid=7737 vsize=641244 CPUtime=1540.95 cores=1,3,5,7
/proc/7740/stat : 7740 (BTD) R 7737 7740 6087 0 -1 4202496 746541 0 0 0 154046 49 0 0 20 0 1 0 16272136 656633856 152774 33554432000 4194304 35031059 140722998627984 140722998620808 4256494 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 46239744 140722998629626 140722998629702 140722998629702 140722998632401 0
/proc/7740/statm: 160311 152774 289 7529 0 152758 0
Current children cumulated CPU time (s) 1540.95
Current children cumulated vsize (KiB) 641244

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 7973
/proc/meminfo: memFree=27997360/32770624 swapFree=6172/397508
[pid=7740] ppid=7737 vsize=647932 CPUtime=1600.9 cores=1,3,5,7
/proc/7740/stat : 7740 (BTD) R 7737 7740 6087 0 -1 4202496 790584 0 0 0 160039 51 0 0 20 0 1 0 16272136 663482368 154431 33554432000 4194304 35031059 140722998627984 140722998620808 6572369 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 46239744 140722998629626 140722998629702 140722998629702 140722998632401 0
/proc/7740/statm: 161983 154431 289 7529 0 154430 0
Current children cumulated CPU time (s) 1600.9
Current children cumulated vsize (KiB) 647932

[startup+1662.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/187 7974
/proc/meminfo: memFree=27993220/32770624 swapFree=6172/397532
[pid=7740] ppid=7737 vsize=652480 CPUtime=1660.85 cores=1,3,5,7
/proc/7740/stat : 7740 (BTD) R 7737 7740 6087 0 -1 4202496 835233 0 0 0 166032 53 0 0 20 0 1 0 16272136 668139520 155581 33554432000 4194304 35031059 140722998627984 140722998620808 4256494 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 46239744 140722998629626 140722998629702 140722998629702 140722998632401 0
/proc/7740/statm: 163120 155581 289 7529 0 155567 0
Current children cumulated CPU time (s) 1660.85
Current children cumulated vsize (KiB) 652480

[startup+1722.3 s]
/proc/loadavg: 2.06 2.04 2.05 3/187 7975
/proc/meminfo: memFree=27988024/32770624 swapFree=6172/397564
[pid=7740] ppid=7737 vsize=657092 CPUtime=1720.81 cores=1,3,5,7
/proc/7740/stat : 7740 (BTD) R 7737 7740 6087 0 -1 4202496 880538 0 0 0 172026 55 0 0 20 0 1 0 16272136 672862208 156741 33554432000 4194304 35031059 140722998627984 140722998620808 4256494 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 46239744 140722998629626 140722998629702 140722998629702 140722998632401 0
/proc/7740/statm: 164273 156741 289 7529 0 156720 0
Current children cumulated CPU time (s) 1720.81
Current children cumulated vsize (KiB) 657092

[startup+1782.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/187 7976
/proc/meminfo: memFree=27983604/32770624 swapFree=6172/397588
[pid=7740] ppid=7737 vsize=661784 CPUtime=1780.75 cores=1,3,5,7
/proc/7740/stat : 7740 (BTD) R 7737 7740 6087 0 -1 4202496 927024 0 0 0 178019 56 0 0 20 0 1 0 16272136 677666816 157912 33554432000 4194304 35031059 140722998627984 140722998620808 4256494 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 46239744 140722998629626 140722998629702 140722998629702 140722998632401 0
/proc/7740/statm: 165446 157912 289 7529 0 157893 0
Current children cumulated CPU time (s) 1780.75
Current children cumulated vsize (KiB) 661784

[startup+1842.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/187 7977
/proc/meminfo: memFree=27977992/32770624 swapFree=6172/397616
[pid=7740] ppid=7737 vsize=666536 CPUtime=1840.7 cores=1,3,5,7
/proc/7740/stat : 7740 (BTD) R 7737 7740 6087 0 -1 4202496 974708 0 0 0 184012 58 0 0 20 0 1 0 16272136 682532864 159102 33554432000 4194304 35031059 140722998627984 140722998620808 4256494 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 46239744 140722998629626 140722998629702 140722998629702 140722998632401 0
/proc/7740/statm: 166634 159102 289 7529 0 159081 0
Current children cumulated CPU time (s) 1840.7
Current children cumulated vsize (KiB) 666536

[startup+1902.3 s]
/proc/loadavg: 2.07 2.04 2.05 3/187 7978
/proc/meminfo: memFree=27973764/32770624 swapFree=6172/397644
[pid=7740] ppid=7737 vsize=671364 CPUtime=1900.66 cores=1,3,5,7
/proc/7740/stat : 7740 (BTD) R 7737 7740 6087 0 -1 4202496 1023156 0 0 0 190006 60 0 0 20 0 1 0 16272136 687476736 160325 33554432000 4194304 35031059 140722998627984 140722998620808 4256536 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 46239744 140722998629626 140722998629702 140722998629702 140722998632401 0
/proc/7740/statm: 167841 160325 289 7529 0 160288 0
Current children cumulated CPU time (s) 1900.66
Current children cumulated vsize (KiB) 671364

[startup+1962.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/187 7979
/proc/meminfo: memFree=27969084/32770624 swapFree=6172/397672
[pid=7740] ppid=7737 vsize=676260 CPUtime=1960.59 cores=1,3,5,7
/proc/7740/stat : 7740 (BTD) R 7737 7740 6087 0 -1 4202496 1072315 0 0 0 195997 62 0 0 20 0 1 0 16272136 692490240 161534 33554432000 4194304 35031059 140722998627984 140722998620808 4256442 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 46239744 140722998629626 140722998629702 140722998629702 140722998632401 0
/proc/7740/statm: 169065 161534 289 7529 0 161512 0
Current children cumulated CPU time (s) 1960.59
Current children cumulated vsize (KiB) 676260

[startup+2022.31 s]
/proc/loadavg: 2.01 2.03 2.05 3/187 7980
/proc/meminfo: memFree=27964752/32770624 swapFree=6172/397704
[pid=7740] ppid=7737 vsize=681236 CPUtime=2020.56 cores=1,3,5,7
/proc/7740/stat : 7740 (BTD) R 7737 7740 6087 0 -1 4202496 1122762 0 0 0 201991 65 0 0 20 0 1 0 16272136 697585664 162775 33554432000 4194304 35031059 140722998627984 140722998620808 4256494 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 46239744 140722998629626 140722998629702 140722998629702 140722998632401 0
/proc/7740/statm: 170309 162775 289 7529 0 162756 0
Current children cumulated CPU time (s) 2020.56
Current children cumulated vsize (KiB) 681236

[startup+2082.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 7981
/proc/meminfo: memFree=27960596/32770624 swapFree=6172/397732
[pid=7740] ppid=7737 vsize=686288 CPUtime=2080.5 cores=1,3,5,7
/proc/7740/stat : 7740 (BTD) R 7737 7740 6087 0 -1 4202496 1173372 0 0 0 207983 67 0 0 20 0 1 0 16272136 702758912 164037 33554432000 4194304 35031059 140722998627984 140722998620808 4256442 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 46239744 140722998629626 140722998629702 140722998629702 140722998632401 0
/proc/7740/statm: 171572 164037 289 7529 0 164019 0
Current children cumulated CPU time (s) 2080.5
Current children cumulated vsize (KiB) 686288

[startup+2142.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 7990
/proc/meminfo: memFree=27954840/32770624 swapFree=6172/397756
[pid=7740] ppid=7737 vsize=691412 CPUtime=2140.45 cores=1,3,5,7
/proc/7740/stat : 7740 (BTD) R 7737 7740 6087 0 -1 4202496 1225779 0 0 0 213975 70 0 0 20 0 1 0 16272136 708005888 165315 33554432000 4194304 35031059 140722998627984 140722998620808 4256494 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 46239744 140722998629626 140722998629702 140722998629702 140722998632401 0
/proc/7740/statm: 172853 165315 289 7529 0 165300 0
Current children cumulated CPU time (s) 2140.45
Current children cumulated vsize (KiB) 691412

[startup+2202.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/188 7991
/proc/meminfo: memFree=27950356/32770624 swapFree=6172/397792
[pid=7740] ppid=7737 vsize=696620 CPUtime=2200.39 cores=1,3,5,7
/proc/7740/stat : 7740 (BTD) R 7737 7740 6087 0 -1 4202496 1278475 0 0 0 219968 71 0 0 20 0 1 0 16272136 713338880 166582 33554432000 4194304 35031059 140722998627984 140722998620808 4256494 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 46239744 140722998629626 140722998629702 140722998629702 140722998632401 0
/proc/7740/statm: 174155 166582 289 7529 0 166602 0
Current children cumulated CPU time (s) 2200.39
Current children cumulated vsize (KiB) 696620

[startup+2262.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/188 7992
/proc/meminfo: memFree=27947952/32770624 swapFree=6172/397816
[pid=7740] ppid=7737 vsize=699244 CPUtime=2260.34 cores=1,3,5,7
/proc/7740/stat : 7740 (BTD) R 7737 7740 6087 0 -1 4202496 1332230 0 0 0 225960 74 0 0 20 0 1 0 16272136 716025856 167279 33554432000 4194304 35031059 140722998627984 140722998620808 4256494 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 46239744 140722998629626 140722998629702 140722998629702 140722998632401 0
/proc/7740/statm: 174811 167279 289 7529 0 167258 0
Current children cumulated CPU time (s) 2260.34
Current children cumulated vsize (KiB) 699244

[startup+2322.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/188 7993
/proc/meminfo: memFree=27942108/32770624 swapFree=6172/397844
[pid=7740] ppid=7737 vsize=704548 CPUtime=2320.28 cores=1,3,5,7
/proc/7740/stat : 7740 (BTD) R 7737 7740 6087 0 -1 4202496 1362534 0 0 0 231953 75 0 0 20 0 1 0 16272136 721457152 168601 33554432000 4194304 35031059 140722998627984 140722998620808 4256494 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 46239744 140722998629626 140722998629702 140722998629702 140722998632401 0
/proc/7740/statm: 176137 168601 289 7529 0 168584 0
Current children cumulated CPU time (s) 2320.28
Current children cumulated vsize (KiB) 704548

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 7994
/proc/meminfo: memFree=27936344/32770624 swapFree=6172/397872
[pid=7740] ppid=7737 vsize=709932 CPUtime=2380.21 cores=1,3,5,7
/proc/7740/stat : 7740 (BTD) R 7737 7740 6087 0 -1 4202496 1365683 0 0 0 237946 75 0 0 20 0 1 0 16272136 726970368 169889 33554432000 4194304 35031059 140722998627984 140722998620808 4256494 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 46239744 140722998629626 140722998629702 140722998629702 140722998632401 0
/proc/7740/statm: 177483 169889 289 7529 0 169930 0
Current children cumulated CPU time (s) 2380.21
Current children cumulated vsize (KiB) 709932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2402.1 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 7994
/proc/meminfo: memFree=27936344/32770624 swapFree=6172/397880
[pid=7740] ppid=7737 vsize=709932 CPUtime=2400 cores=1,3,5,7
/proc/7740/stat : 7740 (BTD) R 7737 7740 6087 0 -1 4202496 1365799 0 0 0 239924 76 0 0 20 0 1 0 16272136 726970368 169949 33554432000 4194304 35031059 140722998627984 140722998620808 4256494 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 46239744 140722998629626 140722998629702 140722998629702 140722998632401 0
/proc/7740/statm: 177483 169949 289 7529 0 169930 0
Current children cumulated CPU time (s) 2400
Current children cumulated vsize (KiB) 709932

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 7740 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2402.1 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 7994
/proc/meminfo: memFree=27936344/32770624 swapFree=6172/397880
[pid=7740] ppid=7737 vsize=709932 CPUtime=2400 cores=1,3,5,7
/proc/7740/stat : 7740 (BTD) R 7737 7740 6087 0 -1 4202496 1365799 0 0 0 239924 76 0 0 20 0 1 0 16272136 726970368 169949 33554432000 4194304 35031059 140722998627984 140722998620808 4256494 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 37130264 37226188 46239744 140722998629626 140722998629702 140722998629702 140722998632401 0
/proc/7740/statm: 177483 169949 289 7529 0 169930 0
Current children cumulated CPU time (s) 2400
Current children cumulated vsize (KiB) 709932

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2402.1
CPU time (s): 2400.01
CPU user time (s): 2399.25
CPU system time (s): 0.76335
CPU usage (%): 99.9129
Max. virtual memory (cumulated for all children) (KiB): 709932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.25
system time used= 0.76335
maximum resident set size= 679804
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1365799
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= 75
involuntary context switches= 121261

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.99036 second user time and 10.7823 second system time

The end

Launcher Data

Begin job on node150 at 2017-07-21 11:14:23
IDJOB=4241491
IDBENCH=126900
IDSOLVER=2619
FILE ID=node150/4241491-1500628461
RUNJOBID= node150-1500623775-6119
PBS_JOBID= 20622986
Free space on /tmp= 61912 MiB

SOLVER NAME= BTD 2017-06-30
BENCH NAME= XCSP17/RoomMate/RoomMate-int-s1/RoomMate-sr1000b-int.xml
COMMAND LINE= BTD TIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4241491-1500628461/watcher-4241491-1500628461 -o /tmp/evaluation-result-4241491-1500628461/solver-4241491-1500628461 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node150-1500623775-6119 --watchdog 2560  BTD 2400 HOME/instance-4241491-1500628461.xml

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

MD5SUM BENCH= fdcb353b2918313db809b139313e7b9f
RANDOM SEED=396439014

node150.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		: 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.01
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		: 2133.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.01
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		: 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	: 5334.01
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.01
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:        31313908 kB
MemAvailable:   32007176 kB
Buffers:          232292 kB
Cached:           738636 kB
SwapCached:            0 kB
Active:           624428 kB
Inactive:         404800 kB
Active(anon):      61056 kB
Inactive(anon):     8860 kB
Active(file):     563372 kB
Inactive(file):   395940 kB
Unevictable:        6172 kB
Mlocked:            6180 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            121656 kB
Writeback:             0 kB
AnonPages:         70608 kB
Mapped:            34256 kB
Shmem:              8848 kB
Slab:             126060 kB
SReclaimable:      99584 kB
SUnreclaim:        26476 kB
KernelStack:        3312 kB
PageTables:         5056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     330064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61876 MiB
End job on node150 at 2017-07-21 11:54:25