Trace number 4239921

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 2400.12

General information on the benchmark

NameColouredQueens/ColouredQueens-m1-s1/
ColouredQueens-19.xml
MD5SUM83a04d869151a5b67f4c27500757dc69
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 constraints108
Number of domains1
Minimum domain size19
Maximum domain size19
Distribution of domain sizes[{"size":19,"count":361}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":357}]
Minimum constraint arity2
Maximum constraint arity19
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":7,"count":4},{"arity":8,"count":4},{"arity":9,"count":4},{"arity":10,"count":4},{"arity":11,"count":4},{"arity":12,"count":4},{"arity":13,"count":4},{"arity":14,"count":4},{"arity":15,"count":4},{"arity":16,"count":4},{"arity":17,"count":4},{"arity":18,"count":4},{"arity":19,"count":40}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":108}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.02	c Version: 2017-06-30
2399.97/2400.12	s UNKNOWN
2399.97/2400.12	c Solving # Nodes: 5743313
2399.97/2400.12	c Global Time: 2400 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-4239921-1500623777/watcher-4239921-1500623777 -o /tmp/evaluation-result-4239921-1500623777/solver-4239921-1500623777 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node137-1500623775-4964 --watchdog 2560 BTD 2400 HOME/instance-4239921-1500623777.xml 

pid=4990
running on 4 cores: 0,2,4,6

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: 0.16 0.05 0.06 3/188 4996
/proc/meminfo: memFree=31596424/32770624 swapFree=6716/323848
[pid=4996] ppid=4990 vsize=30804 CPUtime=0 cores=0,2,4,6
/proc/4996/stat : 4996 (BTD) R 4990 4996 4933 0 -1 4202496 443 0 0 0 0 0 0 0 20 0 1 0 15817798 31543296 260 33554432000 4194304 35031059 140730460466640 140730460463816 7408842 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 37130264 37226188 67231744 140730460472570 140730460472646 140730460472646 140730460475345 0
/proc/4996/statm: 7701 260 226 7529 0 148 0

[startup+0.100174 s]
/proc/loadavg: 0.16 0.05 0.06 3/188 4996
/proc/meminfo: memFree=31596424/32770624 swapFree=6716/323848
[pid=4996] ppid=4990 vsize=33232 CPUtime=0.09 cores=0,2,4,6
/proc/4996/stat : 4996 (BTD) R 4990 4996 4933 0 -1 4202496 1105 0 0 0 9 0 0 0 20 0 1 0 15817798 34029568 956 33554432000 4194304 35031059 140730460466640 140730460465640 7760138 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 37130264 37226188 67231744 140730460472570 140730460472646 140730460472646 140730460475345 0
/proc/4996/statm: 8308 956 292 7529 0 755 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33232

[startup+0.200347 s]
/proc/loadavg: 0.16 0.05 0.06 3/188 4996
/proc/meminfo: memFree=31596424/32770624 swapFree=6716/323848
[pid=4996] ppid=4990 vsize=33232 CPUtime=0.19 cores=0,2,4,6
/proc/4996/stat : 4996 (BTD) R 4990 4996 4933 0 -1 4202496 1105 0 0 0 19 0 0 0 20 0 1 0 15817798 34029568 956 33554432000 4194304 35031059 140730460466640 140730460465640 7760138 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 37130264 37226188 67231744 140730460472570 140730460472646 140730460472646 140730460475345 0
/proc/4996/statm: 8308 956 292 7529 0 755 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 33232

[startup+0.30032 s]
/proc/loadavg: 0.16 0.05 0.06 3/188 4996
/proc/meminfo: memFree=31596424/32770624 swapFree=6716/323848
[pid=4996] ppid=4990 vsize=33232 CPUtime=0.29 cores=0,2,4,6
/proc/4996/stat : 4996 (BTD) R 4990 4996 4933 0 -1 4202496 1106 0 0 0 29 0 0 0 20 0 1 0 15817798 34029568 956 33554432000 4194304 35031059 140730460466640 140730460465640 7760138 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 37130264 37226188 67231744 140730460472570 140730460472646 140730460472646 140730460475345 0
/proc/4996/statm: 8308 956 292 7529 0 755 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33232

[startup+0.700281 s]
/proc/loadavg: 0.16 0.05 0.06 3/188 4996
/proc/meminfo: memFree=31596424/32770624 swapFree=6716/323848
[pid=4996] ppid=4990 vsize=33232 CPUtime=0.69 cores=0,2,4,6
/proc/4996/stat : 4996 (BTD) R 4990 4996 4933 0 -1 4202496 1110 0 0 0 69 0 0 0 20 0 1 0 15817798 34029568 956 33554432000 4194304 35031059 140730460466640 140730460465640 7760138 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 37130264 37226188 67231744 140730460472570 140730460472646 140730460472646 140730460475345 0
/proc/4996/statm: 8308 956 292 7529 0 755 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33232

[startup+1.50027 s]
/proc/loadavg: 0.16 0.05 0.06 4/190 4998
/proc/meminfo: memFree=31591848/32770624 swapFree=6716/323012
[pid=4996] ppid=4990 vsize=33364 CPUtime=1.48 cores=0,2,4,6
/proc/4996/stat : 4996 (BTD) R 4990 4996 4933 0 -1 4202496 1117 0 0 0 148 0 0 0 20 0 1 0 15817798 34164736 956 33554432000 4194304 35031059 140730460466640 140730460465640 7760138 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 37130264 37226188 67231744 140730460472570 140730460472646 140730460472646 140730460475345 0
/proc/4996/statm: 8341 956 292 7529 0 788 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 33364

[startup+3.10028 s]
/proc/loadavg: 0.16 0.05 0.06 4/190 4998
/proc/meminfo: memFree=31563176/32770624 swapFree=6716/323012
[pid=4996] ppid=4990 vsize=33364 CPUtime=3.08 cores=0,2,4,6
/proc/4996/stat : 4996 (BTD) R 4990 4996 4933 0 -1 4202496 1481 0 0 0 308 0 0 0 20 0 1 0 15817798 34164736 991 33554432000 4194304 35031059 140730460466640 140730460465640 7760138 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 37130264 37226188 67231744 140730460472570 140730460472646 140730460472646 140730460475345 0
/proc/4996/statm: 8341 991 297 7529 0 788 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 33364

[startup+6.30028 s]
/proc/loadavg: 0.23 0.06 0.06 4/190 4998
/proc/meminfo: memFree=31590568/32770624 swapFree=6716/322992
[pid=4996] ppid=4990 vsize=33496 CPUtime=6.29 cores=0,2,4,6
/proc/4996/stat : 4996 (BTD) R 4990 4996 4933 0 -1 4202496 1871 0 0 0 628 1 0 0 20 0 1 0 15817798 34299904 1007 33554432000 4194304 35031059 140730460466640 140730460465640 7760138 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 37130264 37226188 67231744 140730460472570 140730460472646 140730460472646 140730460475345 0
/proc/4996/statm: 8374 1007 297 7529 0 821 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33496

[startup+12.7003 s]
/proc/loadavg: 0.37 0.10 0.07 4/190 4998
/proc/meminfo: memFree=31590792/32770624 swapFree=6716/323000
[pid=4996] ppid=4990 vsize=33628 CPUtime=12.68 cores=0,2,4,6
/proc/4996/stat : 4996 (BTD) R 4990 4996 4933 0 -1 4202496 2294 0 0 0 1266 2 0 0 20 0 1 0 15817798 34435072 1040 33554432000 4194304 35031059 140730460466640 140730460465640 7760138 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 37130264 37226188 67231744 140730460472570 140730460472646 140730460472646 140730460475345 0
/proc/4996/statm: 8407 1040 297 7529 0 854 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 33628

[startup+25.5003 s]
/proc/loadavg: 0.73 0.19 0.10 4/190 4998
/proc/meminfo: memFree=31590952/32770624 swapFree=6716/323008
[pid=4996] ppid=4990 vsize=33760 CPUtime=25.48 cores=0,2,4,6
/proc/4996/stat : 4996 (BTD) R 4990 4996 4933 0 -1 4202496 3141 0 0 0 2542 6 0 0 20 0 1 0 15817798 34570240 1086 33554432000 4194304 35031059 140730460466640 140730460465640 7760138 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 37130264 37226188 67231744 140730460472570 140730460472646 140730460472646 140730460475345 0
/proc/4996/statm: 8440 1086 297 7529 0 887 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 33760

[startup+51.1003 s]
/proc/loadavg: 1.16 0.34 0.15 4/190 4998
/proc/meminfo: memFree=31590580/32770624 swapFree=6716/323020
[pid=4996] ppid=4990 vsize=33892 CPUtime=51.08 cores=0,2,4,6
/proc/4996/stat : 4996 (BTD) R 4990 4996 4933 0 -1 4202496 3630 0 0 0 5094 14 0 0 20 0 1 0 15817798 34705408 1106 33554432000 4194304 35031059 140730460466640 140730460465640 7760138 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 37130264 37226188 67231744 140730460472570 140730460472646 140730460472646 140730460475345 0
/proc/4996/statm: 8473 1106 297 7529 0 920 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 33892

[startup+102.3 s]
/proc/loadavg: 1.64 0.59 0.25 4/190 4999
/proc/meminfo: memFree=31589760/32770624 swapFree=6716/323044
[pid=4996] ppid=4990 vsize=33892 CPUtime=102.28 cores=0,2,4,6
/proc/4996/stat : 4996 (BTD) R 4990 4996 4933 0 -1 4202496 4142 0 0 0 10195 33 0 0 20 0 1 0 15817798 34705408 1138 33554432000 4194304 35031059 140730460466640 140730460465640 7760138 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 37130264 37226188 67231744 140730460472570 140730460472646 140730460472646 140730460475345 0
/proc/4996/statm: 8473 1138 297 7529 0 920 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 33892

[startup+162.3 s]
/proc/loadavg: 1.87 0.85 0.36 4/190 5001
/proc/meminfo: memFree=31589704/32770624 swapFree=6716/323072
[pid=4996] ppid=4990 vsize=34024 CPUtime=162.28 cores=0,2,4,6
/proc/4996/stat : 4996 (BTD) R 4990 4996 4933 0 -1 4202496 4626 0 0 0 16172 56 0 0 20 0 1 0 15817798 34840576 1151 33554432000 4194304 35031059 140730460466640 140730460465640 7760138 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 37130264 37226188 67231744 140730460472570 140730460472646 140730460472646 140730460475345 0
/proc/4996/statm: 8506 1151 297 7529 0 953 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 34024

[startup+222.306 s]
/proc/loadavg: 1.95 1.06 0.46 4/190 5002
/proc/meminfo: memFree=31590244/32770624 swapFree=6716/323092
[pid=4996] ppid=4990 vsize=34024 CPUtime=222.27 cores=0,2,4,6
/proc/4996/stat : 4996 (BTD) R 4990 4996 4933 0 -1 4202496 5127 0 0 0 22148 79 0 0 20 0 1 0 15817798 34840576 1175 33554432000 4194304 35031059 140730460466640 140730460465640 4445286 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 37130264 37226188 67231744 140730460472570 140730460472646 140730460472646 140730460475345 0
/proc/4996/statm: 8506 1175 297 7529 0 953 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 34024

[startup+282.3 s]
/proc/loadavg: 1.98 1.23 0.56 4/191 5011
/proc/meminfo: memFree=31588608/32770624 swapFree=6716/323140
[pid=4996] ppid=4990 vsize=34156 CPUtime=282.27 cores=0,2,4,6
/proc/4996/stat : 4996 (BTD) R 4990 4996 4933 0 -1 4202496 5621 0 0 0 28127 100 0 0 20 0 1 0 15817798 34975744 1182 33554432000 4194304 35031059 140730460466640 140730460465640 4443104 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 37130264 37226188 67231744 140730460472570 140730460472646 140730460472646 140730460475345 0
/proc/4996/statm: 8539 1182 297 7529 0 986 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 34156

[startup+342.3 s]
/proc/loadavg: 1.99 1.37 0.65 4/189 5035
/proc/meminfo: memFree=31587988/32770624 swapFree=6716/323168
[pid=4996] ppid=4990 vsize=34156 CPUtime=342.27 cores=0,2,4,6
/proc/4996/stat : 4996 (BTD) R 4990 4996 4933 0 -1 4202496 6098 0 0 0 34105 122 0 0 20 0 1 0 15817798 34975744 1185 33554432000 4194304 35031059 140730460466640 140730460465640 7760138 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 37130264 37226188 67231744 140730460472570 140730460472646 140730460472646 140730460475345 0
/proc/4996/statm: 8539 1185 297 7529 0 986 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 34156

[startup+402.3 s]
/proc/loadavg: 2.00 1.48 0.73 4/189 5036
/proc/meminfo: memFree=31587912/32770624 swapFree=6716/323188
[pid=4996] ppid=4990 vsize=34156 CPUtime=402.26 cores=0,2,4,6
/proc/4996/stat : 4996 (BTD) R 4990 4996 4933 0 -1 4202496 6574 0 0 0 40082 144 0 0 20 0 1 0 15817798 34975744 1205 33554432000 4194304 35031059 140730460466640 140730460465640 7760138 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 37130264 37226188 67231744 140730460472570 140730460472646 140730460472646 140730460475345 0
/proc/4996/statm: 8539 1205 297 7529 0 986 0
Current children cumulated CPU time (s) 402.26
Current children cumulated vsize (KiB) 34156

[startup+462.3 s]
/proc/loadavg: 2.00 1.58 0.81 4/189 5037
/proc/meminfo: memFree=31588200/32770624 swapFree=6716/323208
[pid=4996] ppid=4990 vsize=34288 CPUtime=462.26 cores=0,2,4,6
/proc/4996/stat : 4996 (BTD) R 4990 4996 4933 0 -1 4202496 7047 0 0 0 46064 162 0 0 20 0 1 0 15817798 35110912 1211 33554432000 4194304 35031059 140730460466640 140730460465640 7760138 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 37130264 37226188 67231744 140730460472570 140730460472646 140730460472646 140730460475345 0
/proc/4996/statm: 8572 1211 297 7529 0 1019 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 34288

[startup+522.3 s]
/proc/loadavg: 2.00 1.66 0.89 4/189 5038
/proc/meminfo: memFree=31588844/32770624 swapFree=6716/323232
[pid=4996] ppid=4990 vsize=34288 CPUtime=522.25 cores=0,2,4,6
/proc/4996/stat : 4996 (BTD) R 4990 4996 4933 0 -1 4202496 7489 0 0 0 52043 182 0 0 20 0 1 0 15817798 35110912 1215 33554432000 4194304 35031059 140730460466640 140730460465640 7760138 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 37130264 37226188 67231744 140730460472570 140730460472646 140730460472646 140730460475345 0
/proc/4996/statm: 8572 1215 297 7529 0 1019 0
Current children cumulated CPU time (s) 522.25
Current children cumulated vsize (KiB) 34288

[startup+582.3 s]
/proc/loadavg: 2.00 1.72 0.96 4/188 5039
/proc/meminfo: memFree=31587900/32770624 swapFree=6716/323260
[pid=4996] ppid=4990 vsize=34288 CPUtime=582.25 cores=0,2,4,6
/proc/4996/stat : 4996 (BTD) R 4990 4996 4933 0 -1 4202496 8009 0 0 0 58023 202 0 0 20 0 1 0 15817798 35110912 1218 33554432000 4194304 35031059 140730460466640 140730460465640 7760138 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 37130264 37226188 67231744 140730460472570 140730460472646 140730460472646 140730460475345 0
/proc/4996/statm: 8572 1218 297 7529 0 1019 0
Current children cumulated CPU time (s) 582.25
Current children cumulated vsize (KiB) 34288


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

/proc/loadavg: 2.00 2.01 1.72 4/187 5075
/proc/meminfo: memFree=31587552/32770624 swapFree=6716/323732
[pid=4996] ppid=4990 vsize=34552 CPUtime=1782.2 cores=0,2,4,6
/proc/4996/stat : 4996 (BTD) R 4990 4996 4933 0 -1 4202496 14892 0 0 0 177571 649 0 0 20 0 1 0 15817798 35381248 1303 33554432000 4194304 35031059 140730460466640 140730460465640 7760138 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 37130264 37226188 67231744 140730460472570 140730460472646 140730460472646 140730460475345 0
/proc/4996/statm: 8638 1303 297 7529 0 1085 0
Current children cumulated CPU time (s) 1782.2
Current children cumulated vsize (KiB) 34552

[startup+1842.3 s]
/proc/loadavg: 2.04 2.03 1.75 4/187 5076
/proc/meminfo: memFree=31586904/32770624 swapFree=6716/323752
[pid=4996] ppid=4990 vsize=34552 CPUtime=1842.19 cores=0,2,4,6
/proc/4996/stat : 4996 (BTD) R 4990 4996 4933 0 -1 4202496 15166 0 0 0 183550 669 0 0 20 0 1 0 15817798 35381248 1306 33554432000 4194304 35031059 140730460466640 140730460465640 7760138 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 37130264 37226188 67231744 140730460472570 140730460472646 140730460472646 140730460475345 0
/proc/4996/statm: 8638 1306 297 7529 0 1085 0
Current children cumulated CPU time (s) 1842.19
Current children cumulated vsize (KiB) 34552

[startup+1902.3 s]
/proc/loadavg: 2.01 2.02 1.77 4/187 5077
/proc/meminfo: memFree=31586880/32770624 swapFree=6716/323772
[pid=4996] ppid=4990 vsize=34552 CPUtime=1902.2 cores=0,2,4,6
/proc/4996/stat : 4996 (BTD) R 4990 4996 4933 0 -1 4202496 15440 0 0 0 189530 690 0 0 20 0 1 0 15817798 35381248 1306 33554432000 4194304 35031059 140730460466640 140730460465640 7760138 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 37130264 37226188 67231744 140730460472570 140730460472646 140730460472646 140730460475345 0
/proc/4996/statm: 8638 1306 297 7529 0 1085 0
Current children cumulated CPU time (s) 1902.2
Current children cumulated vsize (KiB) 34552

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 1.78 4/187 5079
/proc/meminfo: memFree=31587808/32770624 swapFree=6716/323804
[pid=4996] ppid=4990 vsize=34552 CPUtime=1962.19 cores=0,2,4,6
/proc/4996/stat : 4996 (BTD) R 4990 4996 4933 0 -1 4202496 15714 0 0 0 195511 708 0 0 20 0 1 0 15817798 35381248 1306 33554432000 4194304 35031059 140730460466640 140730460465640 7760138 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 37130264 37226188 67231744 140730460472570 140730460472646 140730460472646 140730460475345 0
/proc/4996/statm: 8638 1306 297 7529 0 1085 0
Current children cumulated CPU time (s) 1962.19
Current children cumulated vsize (KiB) 34552

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 1.79 4/187 5080
/proc/meminfo: memFree=31587612/32770624 swapFree=6716/323824
[pid=4996] ppid=4990 vsize=34552 CPUtime=2022.19 cores=0,2,4,6
/proc/4996/stat : 4996 (BTD) R 4990 4996 4933 0 -1 4202496 16002 0 0 0 201485 734 0 0 20 0 1 0 15817798 35381248 1312 33554432000 4194304 35031059 140730460466640 140730460465640 7760138 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 37130264 37226188 67231744 140730460472570 140730460472646 140730460472646 140730460475345 0
/proc/4996/statm: 8638 1312 297 7529 0 1085 0
Current children cumulated CPU time (s) 2022.19
Current children cumulated vsize (KiB) 34552

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 1.80 4/187 5088
/proc/meminfo: memFree=31587752/32770624 swapFree=6716/323864
[pid=4996] ppid=4990 vsize=34552 CPUtime=2082.19 cores=0,2,4,6
/proc/4996/stat : 4996 (BTD) R 4990 4996 4933 0 -1 4202496 16278 0 0 0 207460 759 0 0 20 0 1 0 15817798 35381248 1312 33554432000 4194304 35031059 140730460466640 140730460465640 7760138 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 37130264 37226188 67231744 140730460472570 140730460472646 140730460472646 140730460475345 0
/proc/4996/statm: 8638 1312 297 7529 0 1085 0
Current children cumulated CPU time (s) 2082.19
Current children cumulated vsize (KiB) 34552

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 1.81 4/187 5089
/proc/meminfo: memFree=31588048/32770624 swapFree=6716/323884
[pid=4996] ppid=4990 vsize=34552 CPUtime=2142.18 cores=0,2,4,6
/proc/4996/stat : 4996 (BTD) R 4990 4996 4933 0 -1 4202496 16554 0 0 0 213435 783 0 0 20 0 1 0 15817798 35381248 1312 33554432000 4194304 35031059 140730460466640 140730460465640 7760138 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 37130264 37226188 67231744 140730460472570 140730460472646 140730460472646 140730460475345 0
/proc/4996/statm: 8638 1312 297 7529 0 1085 0
Current children cumulated CPU time (s) 2142.18
Current children cumulated vsize (KiB) 34552

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 1.83 4/187 5090
/proc/meminfo: memFree=31588216/32770624 swapFree=6716/323904
[pid=4996] ppid=4990 vsize=34552 CPUtime=2202.19 cores=0,2,4,6
/proc/4996/stat : 4996 (BTD) R 4990 4996 4933 0 -1 4202496 16852 0 0 0 219414 805 0 0 20 0 1 0 15817798 35381248 1317 33554432000 4194304 35031059 140730460466640 140730460465640 6458040 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 37130264 37226188 67231744 140730460472570 140730460472646 140730460472646 140730460475345 0
/proc/4996/statm: 8638 1317 297 7529 0 1085 0
Current children cumulated CPU time (s) 2202.19
Current children cumulated vsize (KiB) 34552

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 1.84 4/187 5091
/proc/meminfo: memFree=31588036/32770624 swapFree=6716/323924
[pid=4996] ppid=4990 vsize=34552 CPUtime=2262.18 cores=0,2,4,6
/proc/4996/stat : 4996 (BTD) R 4990 4996 4933 0 -1 4202496 17130 0 0 0 225392 826 0 0 20 0 1 0 15817798 35381248 1317 33554432000 4194304 35031059 140730460466640 140730460465640 7760138 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 37130264 37226188 67231744 140730460472570 140730460472646 140730460472646 140730460475345 0
/proc/4996/statm: 8638 1317 297 7529 0 1085 0
Current children cumulated CPU time (s) 2262.18
Current children cumulated vsize (KiB) 34552

[startup+2322.3 s]
/proc/loadavg: 2.10 2.04 1.86 4/187 5092
/proc/meminfo: memFree=31588048/32770624 swapFree=6716/323944
[pid=4996] ppid=4990 vsize=34552 CPUtime=2322.17 cores=0,2,4,6
/proc/4996/stat : 4996 (BTD) R 4990 4996 4933 0 -1 4202496 17408 0 0 0 231370 847 0 0 20 0 1 0 15817798 35381248 1317 33554432000 4194304 35031059 140730460466640 140730460465640 4443124 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 37130264 37226188 67231744 140730460472570 140730460472646 140730460472646 140730460475345 0
/proc/4996/statm: 8638 1317 297 7529 0 1085 0
Current children cumulated CPU time (s) 2322.17
Current children cumulated vsize (KiB) 34552

[startup+2382.3 s]
/proc/loadavg: 2.09 2.05 1.87 4/187 5093
/proc/meminfo: memFree=31587472/32770624 swapFree=6716/323972
[pid=4996] ppid=4990 vsize=34552 CPUtime=2382.17 cores=0,2,4,6
/proc/4996/stat : 4996 (BTD) R 4990 4996 4933 0 -1 4202496 17700 0 0 0 237349 868 0 0 20 0 1 0 15817798 35381248 1317 33554432000 4194304 35031059 140730460466640 140730460465640 7760138 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 37130264 37226188 67231744 140730460472570 140730460472646 140730460472646 140730460475345 0
/proc/4996/statm: 8638 1317 297 7529 0 1085 0
Current children cumulated CPU time (s) 2382.17
Current children cumulated vsize (KiB) 34552

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

[startup+2393.6 s]
/proc/loadavg: 2.08 2.05 1.87 4/187 5093
/proc/meminfo: memFree=31587472/32770624 swapFree=6716/323980
[pid=4996] ppid=4990 vsize=34552 CPUtime=2393.47 cores=0,2,4,6
/proc/4996/stat : 4996 (BTD) R 4990 4996 4933 0 -1 4202496 17700 0 0 0 238475 872 0 0 20 0 1 0 15817798 35381248 1317 33554432000 4194304 35031059 140730460466640 140730460465640 7760138 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 37130264 37226188 67231744 140730460472570 140730460472646 140730460472646 140730460475345 0
/proc/4996/statm: 8638 1317 297 7529 0 1085 0
Current children cumulated CPU time (s) 2393.47
Current children cumulated vsize (KiB) 34552

[startup+2396.8 s]
/proc/loadavg: 2.07 2.05 1.87 4/187 5093
/proc/meminfo: memFree=31587472/32770624 swapFree=6716/323980
[pid=4996] ppid=4990 vsize=34552 CPUtime=2396.67 cores=0,2,4,6
/proc/4996/stat : 4996 (BTD) R 4990 4996 4933 0 -1 4202496 17977 0 0 0 238794 873 0 0 20 0 1 0 15817798 35381248 1322 33554432000 4194304 35031059 140730460466640 140730460465640 7760138 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 37130264 37226188 67231744 140730460472570 140730460472646 140730460472646 140730460475345 0
/proc/4996/statm: 8638 1322 297 7529 0 1085 0
Current children cumulated CPU time (s) 2396.67
Current children cumulated vsize (KiB) 34552

[startup+2398.4 s]
/proc/loadavg: 2.07 2.05 1.87 4/187 5093
/proc/meminfo: memFree=31587472/32770624 swapFree=6716/323980
[pid=4996] ppid=4990 vsize=34552 CPUtime=2398.27 cores=0,2,4,6
/proc/4996/stat : 4996 (BTD) R 4990 4996 4933 0 -1 4202496 17977 0 0 0 238953 874 0 0 20 0 1 0 15817798 35381248 1322 33554432000 4194304 35031059 140730460466640 140730460465640 7760138 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 37130264 37226188 67231744 140730460472570 140730460472646 140730460472646 140730460475345 0
/proc/4996/statm: 8638 1322 297 7529 0 1085 0
Current children cumulated CPU time (s) 2398.27
Current children cumulated vsize (KiB) 34552

[startup+2399.21 s]
/proc/loadavg: 2.07 2.05 1.87 4/187 5093
/proc/meminfo: memFree=31587472/32770624 swapFree=6716/323980
[pid=4996] ppid=4990 vsize=34552 CPUtime=2399.07 cores=0,2,4,6
/proc/4996/stat : 4996 (BTD) R 4990 4996 4933 0 -1 4202496 17977 0 0 0 239033 874 0 0 20 0 1 0 15817798 35381248 1322 33554432000 4194304 35031059 140730460466640 140730460465640 4445179 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 37130264 37226188 67231744 140730460472570 140730460472646 140730460472646 140730460475345 0
/proc/4996/statm: 8638 1322 297 7529 0 1085 0
Current children cumulated CPU time (s) 2399.07
Current children cumulated vsize (KiB) 34552

[startup+2399.6 s]
/proc/loadavg: 2.07 2.05 1.87 4/187 5093
/proc/meminfo: memFree=31587472/32770624 swapFree=6716/323980
[pid=4996] ppid=4990 vsize=34552 CPUtime=2399.47 cores=0,2,4,6
/proc/4996/stat : 4996 (BTD) R 4990 4996 4933 0 -1 4202496 17977 0 0 0 239073 874 0 0 20 0 1 0 15817798 35381248 1322 33554432000 4194304 35031059 140730460466640 140730460465640 7760138 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 37130264 37226188 67231744 140730460472570 140730460472646 140730460472646 140730460475345 0
/proc/4996/statm: 8638 1322 297 7529 0 1085 0
Current children cumulated CPU time (s) 2399.47
Current children cumulated vsize (KiB) 34552

[startup+2400 s]
/proc/loadavg: 2.07 2.05 1.87 4/187 5093
/proc/meminfo: memFree=31587472/32770624 swapFree=6716/323980
[pid=4996] ppid=4990 vsize=34552 CPUtime=2399.87 cores=0,2,4,6
/proc/4996/stat : 4996 (BTD) R 4990 4996 4933 0 -1 4202496 17977 0 0 0 239113 874 0 0 20 0 1 0 15817798 35381248 1322 33554432000 4194304 35031059 140730460466640 140730460465640 7760138 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 37130264 37226188 67231744 140730460472570 140730460472646 140730460472646 140730460475345 0
/proc/4996/statm: 8638 1322 297 7529 0 1085 0
Current children cumulated CPU time (s) 2399.87
Current children cumulated vsize (KiB) 34552

[startup+2400.1 s]
/proc/loadavg: 2.07 2.05 1.87 4/187 5093
/proc/meminfo: memFree=31587472/32770624 swapFree=6716/323980
[pid=4996] ppid=4990 vsize=34552 CPUtime=2399.97 cores=0,2,4,6
/proc/4996/stat : 4996 (BTD) R 4990 4996 4933 0 -1 4202496 17977 0 0 0 239123 874 0 0 20 0 1 0 15817798 35381248 1322 33554432000 4194304 35031059 140730460466640 140730460465640 7760138 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 37130264 37226188 67231744 140730460472570 140730460472646 140730460472646 140730460475345 0
/proc/4996/statm: 8638 1322 297 7529 0 1085 0
Current children cumulated CPU time (s) 2399.97
Current children cumulated vsize (KiB) 34552

Child status: 0
Real time (s): 2400.12
CPU time (s): 2400
CPU user time (s): 2391.26
CPU system time (s): 8.7476
CPU usage (%): 99.995
Max. virtual memory (cumulated for all children) (KiB): 34552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2391.26
system time used= 8.7476
maximum resident set size= 5332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18220
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= 4
involuntary context switches= 123867

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.99739 second user time and 8.15667 second system time

The end

Launcher Data

Begin job on node137 at 2017-07-21 09:56:17
IDJOB=4239921
IDBENCH=115862
IDSOLVER=2619
FILE ID=node137/4239921-1500623777
RUNJOBID= node137-1500623775-4964
PBS_JOBID= 20622996
Free space on /tmp= 62024 MiB

SOLVER NAME= BTD 2017-06-30
BENCH NAME= XCSP17/ColouredQueens/ColouredQueens-m1-s1/ColouredQueens-19.xml
COMMAND LINE= BTD TIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4239921-1500623777/watcher-4239921-1500623777 -o /tmp/evaluation-result-4239921-1500623777/solver-4239921-1500623777 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node137-1500623775-4964 --watchdog 2560  BTD 2400 HOME/instance-4239921-1500623777.xml

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

MD5SUM BENCH= 83a04d869151a5b67f4c27500757dc69
RANDOM SEED=1817825856

node137.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.14
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		: 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	: 5333.14
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		: 2400.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		: 2400.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.14
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	: 5333.14
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:        31597000 kB
MemAvailable:   32020520 kB
Buffers:          153680 kB
Cached:           550572 kB
SwapCached:            0 kB
Active:           420012 kB
Inactive:         332688 kB
Active(anon):      51668 kB
Inactive(anon):     8840 kB
Active(file):     368344 kB
Inactive(file):   323848 kB
Unevictable:        6716 kB
Mlocked:            6716 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             76804 kB
Writeback:             0 kB
AnonPages:         55704 kB
Mapped:            32000 kB
Shmem:              8852 kB
Slab:             119000 kB
SReclaimable:      94324 kB
SUnreclaim:        24676 kB
KernelStack:        3248 kB
PageTables:         4856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     309208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61948 MiB
End job on node137 at 2017-07-21 10:36:18