Trace number 4260461

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
BTD 2017-07-25? (TO) 2519.8799 2520

General information on the benchmark

NameLangford/Langford-m1-k2/
Langford-2-18.xml
MD5SUM969713c535595664febe0b3c6e709240
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 variables36
Number of constraints19
Number of domains1
Minimum domain size36
Maximum domain size36
Distribution of domain sizes[{"size":36,"count":36}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":36}]
Minimum constraint arity2
Maximum constraint arity36
Distribution of constraint arities[{"arity":2,"count":18},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints18
Distribution of constraint types[{"type":"intension","count":18},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.01/0.10	c Version: 2017-07-25

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-4260461-1502245140/watcher-4260461-1502245140 -o /tmp/evaluation-result-4260461-1502245140/solver-4260461-1502245140 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502234549-4589 --watchdog 2580 BTD 2520 HOME/instance-4260461-1502245140.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.95 2.01 2.04 2/184 6277
/proc/meminfo: memFree=31214012/32770624 swapFree=0/394684
[pid=6277] ppid=6274 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/6277/stat : 6277 (runsolver) D 6274 6277 4525 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 124167064 24240128 107 18446744073709551615 4194304 4338465 140720919152016 140720919149656 140283557708503 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 31563776 140720919154901 140720919155273 140720919155273 140720919158730 0
/proc/6277/statm: 5918 107 54 36 0 2156 0

[startup+0.100237 s]
/proc/loadavg: 1.95 2.01 2.04 2/184 6277
/proc/meminfo: memFree=31214012/32770624 swapFree=0/394684
[pid=6277] ppid=6274 vsize=30676 CPUtime=0.01 cores=1,3,5,7
/proc/6277/stat : 6277 (BTD) R 6274 6277 4525 0 -1 4202496 472 0 0 0 1 0 0 0 20 0 1 0 124167064 31412224 326 18446744073709551615 4194304 35031035 140721863413008 140721863413008 7416203 0 0 1 0 0 0 0 17 1 0 0 8 0 0 37130264 37226188 62349312 140721863414276 140721863414352 140721863414352 140721863417809 0
/proc/6277/statm: 7669 326 266 7529 0 116 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 30676

[startup+0.200322 s]
/proc/loadavg: 1.95 2.01 2.04 2/184 6277
/proc/meminfo: memFree=31214012/32770624 swapFree=0/394684
[pid=6277] ppid=6274 vsize=30948 CPUtime=0.11 cores=1,3,5,7
/proc/6277/stat : 6277 (BTD) R 6274 6277 4525 0 -1 4202496 568 0 0 0 11 0 0 0 20 0 1 0 124167064 31690752 392 18446744073709551615 4194304 35031035 140721863413008 140721863413008 7760122 0 0 1 0 0 0 0 17 1 0 0 8 0 0 37130264 37226188 62349312 140721863414276 140721863414352 140721863414352 140721863417809 0
/proc/6277/statm: 7737 392 319 7529 0 184 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 30948

[startup+0.30032 s]
/proc/loadavg: 1.95 2.01 2.04 2/184 6277
/proc/meminfo: memFree=31214012/32770624 swapFree=0/394684
[pid=6277] ppid=6274 vsize=30948 CPUtime=0.21 cores=1,3,5,7
/proc/6277/stat : 6277 (BTD) R 6274 6277 4525 0 -1 4202496 568 0 0 0 21 0 0 0 20 0 1 0 124167064 31690752 392 18446744073709551615 4194304 35031035 140721863413008 140721863413008 7760122 0 0 1 0 0 0 0 17 1 0 0 8 0 0 37130264 37226188 62349312 140721863414276 140721863414352 140721863414352 140721863417809 0
/proc/6277/statm: 7737 392 319 7529 0 184 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 30948

[startup+0.700237 s]
/proc/loadavg: 1.95 2.01 2.04 2/184 6277
/proc/meminfo: memFree=31214012/32770624 swapFree=0/394684
[pid=6277] ppid=6274 vsize=30948 CPUtime=0.61 cores=1,3,5,7
/proc/6277/stat : 6277 (BTD) R 6274 6277 4525 0 -1 4202496 571 0 0 0 61 0 0 0 20 0 1 0 124167064 31690752 392 18446744073709551615 4194304 35031035 140721863413008 140721863413008 4213253 0 0 1 0 0 0 0 17 1 0 0 8 0 0 37130264 37226188 62349312 140721863414276 140721863414352 140721863414352 140721863417809 0
/proc/6277/statm: 7737 392 319 7529 0 184 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 30948

[startup+1.50031 s]
/proc/loadavg: 1.95 2.01 2.04 3/185 6278
/proc/meminfo: memFree=31212404/32770624 swapFree=0/394472
[pid=6277] ppid=6274 vsize=30948 CPUtime=1.4 cores=1,3,5,7
/proc/6277/stat : 6277 (BTD) R 6274 6277 4525 0 -1 4202496 573 0 0 0 140 0 0 0 20 0 1 0 124167064 31690752 392 18446744073709551615 4194304 35031035 140721863413008 140721863412008 7760122 0 0 1 0 0 0 0 17 1 0 0 8 0 0 37130264 37226188 62349312 140721863414276 140721863414352 140721863414352 140721863417809 0
/proc/6277/statm: 7737 392 319 7529 0 184 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 30948

[startup+3.1003 s]
/proc/loadavg: 1.95 2.01 2.04 3/185 6278
/proc/meminfo: memFree=31212212/32770624 swapFree=0/394704
[pid=6277] ppid=6274 vsize=30948 CPUtime=3 cores=1,3,5,7
/proc/6277/stat : 6277 (BTD) R 6274 6277 4525 0 -1 4202496 658 0 0 0 299 1 0 0 20 0 1 0 124167064 31690752 452 18446744073709551615 4194304 35031035 140721863413008 140721863412008 7760122 0 0 1 0 0 0 0 17 1 0 0 8 0 0 37130264 37226188 62349312 140721863414276 140721863414352 140721863414352 140721863417809 0
/proc/6277/statm: 7737 452 331 7529 0 184 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 30948

[startup+6.30022 s]
/proc/loadavg: 1.87 2.00 2.03 3/185 6278
/proc/meminfo: memFree=31212368/32770624 swapFree=0/394704
[pid=6277] ppid=6274 vsize=30948 CPUtime=6.2 cores=1,3,5,7
/proc/6277/stat : 6277 (BTD) R 6274 6277 4525 0 -1 4202496 746 0 0 0 616 4 0 0 20 0 1 0 124167064 31690752 454 18446744073709551615 4194304 35031035 140721863413008 140721863412008 4213232 0 0 1 0 0 0 0 17 1 0 0 8 0 0 37130264 37226188 62349312 140721863414276 140721863414352 140721863414352 140721863417809 0
/proc/6277/statm: 7737 454 331 7529 0 184 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 30948

[startup+12.7003 s]
/proc/loadavg: 1.88 2.00 2.03 3/185 6278
/proc/meminfo: memFree=31212368/32770624 swapFree=0/394700
[pid=6277] ppid=6274 vsize=30948 CPUtime=12.6 cores=1,3,5,7
/proc/6277/stat : 6277 (BTD) R 6274 6277 4525 0 -1 4202496 837 0 0 0 1253 7 0 0 20 0 1 0 124167064 31690752 458 18446744073709551615 4194304 35031035 140721863413008 140721863412008 6458032 0 0 1 0 0 0 0 17 1 0 0 8 0 0 37130264 37226188 62349312 140721863414276 140721863414352 140721863414352 140721863417809 0
/proc/6277/statm: 7737 458 331 7529 0 184 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 30948

[startup+25.5003 s]
/proc/loadavg: 1.91 2.00 2.03 3/185 6278
/proc/meminfo: memFree=31212392/32770624 swapFree=0/394704
[pid=6277] ppid=6274 vsize=30948 CPUtime=25.39 cores=1,3,5,7
/proc/6277/stat : 6277 (BTD) R 6274 6277 4525 0 -1 4202496 1012 0 0 0 2525 14 0 0 20 0 1 0 124167064 31690752 466 18446744073709551615 4194304 35031035 140721863413008 140721863412008 4213247 0 0 1 0 0 0 0 17 1 0 0 8 0 0 37130264 37226188 62349312 140721863414276 140721863414352 140721863414352 140721863417809 0
/proc/6277/statm: 7737 466 331 7529 0 184 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 30948

[startup+51.1003 s]
/proc/loadavg: 1.94 2.00 2.03 3/185 6279
/proc/meminfo: memFree=31212784/32770624 swapFree=0/394700
[pid=6277] ppid=6274 vsize=31080 CPUtime=50.99 cores=1,3,5,7
/proc/6277/stat : 6277 (BTD) R 6274 6277 4525 0 -1 4202496 1108 0 0 0 5072 27 0 0 20 0 1 0 124167064 31825920 469 18446744073709551615 4194304 35031035 140721863413008 140721863412008 7760122 0 0 1 0 0 0 0 17 5 0 0 8 0 0 37130264 37226188 62349312 140721863414276 140721863414352 140721863414352 140721863417809 0
/proc/6277/statm: 7770 469 331 7529 0 217 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 31080

[startup+102.3 s]
/proc/loadavg: 1.97 2.00 2.03 3/184 6284
/proc/meminfo: memFree=31211904/32770624 swapFree=0/394716
[pid=6277] ppid=6274 vsize=31080 CPUtime=102.2 cores=1,3,5,7
/proc/6277/stat : 6277 (BTD) R 6274 6277 4525 0 -1 4202496 1198 0 0 0 10169 51 0 0 20 0 1 0 124167064 31825920 474 18446744073709551615 4194304 35031035 140721863413008 140721863412008 7760122 0 0 1 0 0 0 0 17 5 0 0 8 0 0 37130264 37226188 62349312 140721863414276 140721863414352 140721863414352 140721863417809 0
/proc/6277/statm: 7770 474 331 7529 0 217 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 31080

[startup+162.3 s]
/proc/loadavg: 1.99 2.00 2.03 3/185 6287
/proc/meminfo: memFree=31211552/32770624 swapFree=0/394728
[pid=6277] ppid=6274 vsize=31080 CPUtime=162.19 cores=1,3,5,7
/proc/6277/stat : 6277 (BTD) R 6274 6277 4525 0 -1 4202496 1286 0 0 0 16140 79 0 0 20 0 1 0 124167064 31825920 477 18446744073709551615 4194304 35031035 140721863413008 140721863412008 4213244 0 0 1 0 0 0 0 17 5 0 0 8 0 0 37130264 37226188 62349312 140721863414276 140721863414352 140721863414352 140721863417809 0
/proc/6277/statm: 7770 477 331 7529 0 217 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 31080

[startup+222.306 s]
/proc/loadavg: 1.96 1.99 2.03 3/186 6290
/proc/meminfo: memFree=31211908/32770624 swapFree=0/394736
[pid=6277] ppid=6274 vsize=31080 CPUtime=222.2 cores=1,3,5,7
/proc/6277/stat : 6277 (BTD) R 6274 6277 4525 0 -1 4202496 1388 0 0 0 22113 107 0 0 20 0 1 0 124167064 31825920 482 18446744073709551615 4194304 35031035 140721863413008 140721863412008 7760122 0 0 1 0 0 0 0 17 5 0 0 8 0 0 37130264 37226188 62349312 140721863414276 140721863414352 140721863414352 140721863417809 0
/proc/6277/statm: 7770 482 331 7529 0 217 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 31080

[startup+282.3 s]
/proc/loadavg: 1.91 1.96 2.02 3/186 6292
/proc/meminfo: memFree=31212296/32770624 swapFree=0/394756
[pid=6277] ppid=6274 vsize=31080 CPUtime=282.19 cores=1,3,5,7
/proc/6277/stat : 6277 (BTD) R 6274 6277 4525 0 -1 4202496 1470 0 0 0 28086 133 0 0 20 0 1 0 124167064 31825920 484 18446744073709551615 4194304 35031035 140721863413008 140721863412008 7760122 0 0 1 0 0 0 0 17 5 0 0 8 0 0 37130264 37226188 62349312 140721863414276 140721863414352 140721863414352 140721863417809 0
/proc/6277/statm: 7770 484 331 7529 0 217 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 31080

[startup+342.3 s]
/proc/loadavg: 2.05 1.98 2.02 3/189 6308
/proc/meminfo: memFree=31208288/32770624 swapFree=0/394768
[pid=6277] ppid=6274 vsize=31080 CPUtime=342.19 cores=1,3,5,7
/proc/6277/stat : 6277 (BTD) R 6274 6277 4525 0 -1 4202496 1569 0 0 0 34059 160 0 0 20 0 1 0 124167064 31825920 485 18446744073709551615 4194304 35031035 140721863413008 140721863412008 7760122 0 0 1 0 0 0 0 17 5 0 0 8 0 0 37130264 37226188 62349312 140721863414276 140721863414352 140721863414352 140721863417809 0
/proc/6277/statm: 7770 485 331 7529 0 217 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 31080

[startup+402.3 s]
/proc/loadavg: 2.02 1.99 2.02 3/189 6310
/proc/meminfo: memFree=31208292/32770624 swapFree=0/394788
[pid=6277] ppid=6274 vsize=31080 CPUtime=402.19 cores=1,3,5,7
/proc/6277/stat : 6277 (BTD) R 6274 6277 4525 0 -1 4202496 1650 0 0 0 40036 183 0 0 20 0 1 0 124167064 31825920 487 18446744073709551615 4194304 35031035 140721863413008 140721863412008 7760122 0 0 1 0 0 0 0 17 5 0 0 8 0 0 37130264 37226188 62349312 140721863414276 140721863414352 140721863414352 140721863417809 0
/proc/6277/statm: 7770 487 331 7529 0 217 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 31080

[startup+462.3 s]
/proc/loadavg: 2.01 1.99 2.02 3/185 6312
/proc/meminfo: memFree=31210188/32770624 swapFree=0/394792
[pid=6277] ppid=6274 vsize=31080 CPUtime=462.19 cores=1,3,5,7
/proc/6277/stat : 6277 (BTD) R 6274 6277 4525 0 -1 4202496 1731 0 0 0 46006 213 0 0 20 0 1 0 124167064 31825920 488 18446744073709551615 4194304 35031035 140721863413008 140721863412008 4213244 0 0 1 0 0 0 0 17 5 0 0 8 0 0 37130264 37226188 62349312 140721863414276 140721863414352 140721863414352 140721863417809 0
/proc/6277/statm: 7770 488 331 7529 0 217 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 31080

[startup+522.3 s]
/proc/loadavg: 2.00 1.99 2.02 3/184 6314
/proc/meminfo: memFree=31210952/32770624 swapFree=0/394816
[pid=6277] ppid=6274 vsize=31080 CPUtime=522.19 cores=1,3,5,7
/proc/6277/stat : 6277 (BTD) R 6274 6277 4525 0 -1 4202496 1815 0 0 0 51979 240 0 0 20 0 1 0 124167064 31825920 490 18446744073709551615 4194304 35031035 140721863413008 140721863412008 7760122 0 0 1 0 0 0 0 17 5 0 0 8 0 0 37130264 37226188 62349312 140721863414276 140721863414352 140721863414352 140721863417809 0
/proc/6277/statm: 7770 490 331 7529 0 217 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 31080

[startup+582.3 s]
/proc/loadavg: 1.96 1.97 2.02 3/184 6316
/proc/meminfo: memFree=31211288/32770624 swapFree=0/394828
[pid=6277] ppid=6274 vsize=31080 CPUtime=582.19 cores=1,3,5,7
/proc/6277/stat : 6277 (BTD) R 6274 6277 4525 0 -1 4202496 1900 0 0 0 57954 265 0 0 20 0 1 0 124167064 31825920 491 18446744073709551615 4194304 35031035 140721863413008 140721863412008 7760122 0 0 1 0 0 0 0 17 5 0 0 8 0 0 37130264 37226188 62349312 140721863414276 140721863414352 140721863414352 140721863417809 0
/proc/6277/statm: 7770 491 331 7529 0 217 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 31080


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


[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/188 6384
/proc/meminfo: memFree=31207892/32770624 swapFree=0/395116
[pid=6277] ppid=6274 vsize=31212 CPUtime=1602.18 cores=1,3,5,7
/proc/6277/stat : 6277 (BTD) R 6274 6277 4525 0 -1 4202496 3281 0 0 0 159507 711 0 0 20 0 1 0 124167064 31961088 502 18446744073709551615 4194304 35031035 140721863413008 140721863412008 7760122 0 0 1 0 0 0 0 17 5 0 0 8 0 0 37130264 37226188 62349312 140721863414276 140721863414352 140721863414352 140721863417809 0
/proc/6277/statm: 7803 502 331 7529 0 250 0
Current children cumulated CPU time (s) 1602.18
Current children cumulated vsize (KiB) 31212

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/186 6387
/proc/meminfo: memFree=31211496/32770624 swapFree=0/395128
[pid=6277] ppid=6274 vsize=31212 CPUtime=1662.18 cores=1,3,5,7
/proc/6277/stat : 6277 (BTD) R 6274 6277 4525 0 -1 4202496 3368 0 0 0 165478 740 0 0 20 0 1 0 124167064 31961088 502 18446744073709551615 4194304 35031035 140721863413008 140721863412008 7760122 0 0 1 0 0 0 0 17 5 0 0 8 0 0 37130264 37226188 62349312 140721863414276 140721863414352 140721863414352 140721863417809 0
/proc/6277/statm: 7803 502 331 7529 0 250 0
Current children cumulated CPU time (s) 1662.18
Current children cumulated vsize (KiB) 31212

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/186 6389
/proc/meminfo: memFree=31211744/32770624 swapFree=0/395144
[pid=6277] ppid=6274 vsize=31212 CPUtime=1722.17 cores=1,3,5,7
/proc/6277/stat : 6277 (BTD) R 6274 6277 4525 0 -1 4202496 3446 0 0 0 171454 763 0 0 20 0 1 0 124167064 31961088 504 18446744073709551615 4194304 35031035 140721863413008 140721863412008 4445137 0 0 1 0 0 0 0 17 5 0 0 8 0 0 37130264 37226188 62349312 140721863414276 140721863414352 140721863414352 140721863417809 0
/proc/6277/statm: 7803 504 331 7529 0 250 0
Current children cumulated CPU time (s) 1722.17
Current children cumulated vsize (KiB) 31212

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/186 6391
/proc/meminfo: memFree=31211592/32770624 swapFree=0/395152
[pid=6277] ppid=6274 vsize=31212 CPUtime=1782.17 cores=1,3,5,7
/proc/6277/stat : 6277 (BTD) R 6274 6277 4525 0 -1 4202496 3522 0 0 0 177425 792 0 0 20 0 1 0 124167064 31961088 504 18446744073709551615 4194304 35031035 140721863413008 140721863412008 7760122 0 0 1 0 0 0 0 17 5 0 0 8 0 0 37130264 37226188 62349312 140721863414276 140721863414352 140721863414352 140721863417809 0
/proc/6277/statm: 7803 504 331 7529 0 250 0
Current children cumulated CPU time (s) 1782.17
Current children cumulated vsize (KiB) 31212

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/185 6393
/proc/meminfo: memFree=31211896/32770624 swapFree=0/395172
[pid=6277] ppid=6274 vsize=31212 CPUtime=1842.18 cores=1,3,5,7
/proc/6277/stat : 6277 (BTD) R 6274 6277 4525 0 -1 4202496 3609 0 0 0 183402 816 0 0 20 0 1 0 124167064 31961088 504 18446744073709551615 4194304 35031035 140721863413008 140721863412008 4213232 0 0 1 0 0 0 0 17 5 0 0 8 0 0 37130264 37226188 62349312 140721863414276 140721863414352 140721863414352 140721863417809 0
/proc/6277/statm: 7803 504 331 7529 0 250 0
Current children cumulated CPU time (s) 1842.18
Current children cumulated vsize (KiB) 31212

[startup+1902.3 s]
/proc/loadavg: 2.07 2.04 2.04 3/185 6395
/proc/meminfo: memFree=31211956/32770624 swapFree=0/395172
[pid=6277] ppid=6274 vsize=31212 CPUtime=1902.17 cores=1,3,5,7
/proc/6277/stat : 6277 (BTD) R 6274 6277 4525 0 -1 4202496 3685 0 0 0 189376 841 0 0 20 0 1 0 124167064 31961088 505 18446744073709551615 4194304 35031035 140721863413008 140721863412008 7760122 0 0 1 0 0 0 0 17 5 0 0 8 0 0 37130264 37226188 62349312 140721863414276 140721863414352 140721863414352 140721863417809 0
/proc/6277/statm: 7803 505 331 7529 0 250 0
Current children cumulated CPU time (s) 1902.17
Current children cumulated vsize (KiB) 31212

[startup+1962.3 s]
/proc/loadavg: 2.03 2.04 2.04 3/184 6397
/proc/meminfo: memFree=31211976/32770624 swapFree=0/395192
[pid=6277] ppid=6274 vsize=31212 CPUtime=1962.18 cores=1,3,5,7
/proc/6277/stat : 6277 (BTD) R 6274 6277 4525 0 -1 4202496 3763 0 0 0 195349 869 0 0 20 0 1 0 124167064 31961088 505 18446744073709551615 4194304 35031035 140721863413008 140721863412008 4213247 0 0 1 0 0 0 0 17 5 0 0 8 0 0 37130264 37226188 62349312 140721863414276 140721863414352 140721863414352 140721863417809 0
/proc/6277/statm: 7803 505 331 7529 0 250 0
Current children cumulated CPU time (s) 1962.18
Current children cumulated vsize (KiB) 31212

[startup+2022.3 s]
/proc/loadavg: 2.01 2.03 2.04 3/184 6399
/proc/meminfo: memFree=31212136/32770624 swapFree=0/395204
[pid=6277] ppid=6274 vsize=31212 CPUtime=2022.17 cores=1,3,5,7
/proc/6277/stat : 6277 (BTD) R 6274 6277 4525 0 -1 4202496 3851 0 0 0 201320 897 0 0 20 0 1 0 124167064 31961088 505 18446744073709551615 4194304 35031035 140721863413008 140721863412008 7760122 0 0 1 0 0 0 0 17 5 0 0 8 0 0 37130264 37226188 62349312 140721863414276 140721863414352 140721863414352 140721863417809 0
/proc/6277/statm: 7803 505 331 7529 0 250 0
Current children cumulated CPU time (s) 2022.17
Current children cumulated vsize (KiB) 31212

[startup+2082.3 s]
/proc/loadavg: 2.04 2.04 2.05 3/184 6401
/proc/meminfo: memFree=31212008/32770624 swapFree=0/395216
[pid=6277] ppid=6274 vsize=31212 CPUtime=2082.17 cores=1,3,5,7
/proc/6277/stat : 6277 (BTD) R 6274 6277 4525 0 -1 4202496 3929 0 0 0 207292 925 0 0 20 0 1 0 124167064 31961088 506 18446744073709551615 4194304 35031035 140721863413008 140721863412008 4213247 0 0 1 0 0 0 0 17 5 0 0 8 0 0 37130264 37226188 62349312 140721863414276 140721863414352 140721863414352 140721863417809 0
/proc/6277/statm: 7803 506 331 7529 0 250 0
Current children cumulated CPU time (s) 2082.17
Current children cumulated vsize (KiB) 31212

[startup+2142.3 s]
/proc/loadavg: 2.05 2.05 2.05 3/187 6417
/proc/meminfo: memFree=31207140/32770624 swapFree=0/395240
[pid=6277] ppid=6274 vsize=31212 CPUtime=2142.18 cores=1,3,5,7
/proc/6277/stat : 6277 (BTD) R 6274 6277 4525 0 -1 4202496 4006 0 0 0 213266 952 0 0 20 0 1 0 124167064 31961088 506 18446744073709551615 4194304 35031035 140721863413008 140721863412008 4213232 0 0 1 0 0 0 0 17 5 0 0 8 0 0 37130264 37226188 62349312 140721863414276 140721863414352 140721863414352 140721863417809 0
/proc/6277/statm: 7803 506 331 7529 0 250 0
Current children cumulated CPU time (s) 2142.18
Current children cumulated vsize (KiB) 31212

[startup+2202.31 s]
/proc/loadavg: 2.05 2.05 2.05 3/188 6420
/proc/meminfo: memFree=31207208/32770624 swapFree=0/395248
[pid=6277] ppid=6274 vsize=31212 CPUtime=2202.17 cores=1,3,5,7
/proc/6277/stat : 6277 (BTD) R 6274 6277 4525 0 -1 4202496 4096 0 0 0 219236 981 0 0 20 0 1 0 124167064 31961088 506 18446744073709551615 4194304 35031035 140721863413008 140721863412008 7760122 0 0 1 0 0 0 0 17 5 0 0 8 0 0 37130264 37226188 62349312 140721863414276 140721863414352 140721863414352 140721863417809 0
/proc/6277/statm: 7803 506 331 7529 0 250 0
Current children cumulated CPU time (s) 2202.17
Current children cumulated vsize (KiB) 31212

[startup+2262.3 s]
/proc/loadavg: 2.10 2.07 2.05 3/185 6422
/proc/meminfo: memFree=31210120/32770624 swapFree=0/395268
[pid=6277] ppid=6274 vsize=31212 CPUtime=2262.17 cores=1,3,5,7
/proc/6277/stat : 6277 (BTD) R 6274 6277 4525 0 -1 4202496 4173 0 0 0 225208 1009 0 0 20 0 1 0 124167064 31961088 507 18446744073709551615 4194304 35031035 140721863413008 140721863412008 7760122 0 0 1 0 0 0 0 17 5 0 0 8 0 0 37130264 37226188 62349312 140721863414276 140721863414352 140721863414352 140721863417809 0
/proc/6277/statm: 7803 507 331 7529 0 250 0
Current children cumulated CPU time (s) 2262.17
Current children cumulated vsize (KiB) 31212

[startup+2322.3 s]
/proc/loadavg: 2.04 2.06 2.05 3/185 6424
/proc/meminfo: memFree=31210084/32770624 swapFree=0/395292
[pid=6277] ppid=6274 vsize=31212 CPUtime=2322.17 cores=1,3,5,7
/proc/6277/stat : 6277 (BTD) R 6274 6277 4525 0 -1 4202496 4249 0 0 0 231180 1037 0 0 20 0 1 0 124167064 31961088 507 18446744073709551615 4194304 35031035 140721863413008 140721863412008 7760122 0 0 1 0 0 0 0 17 5 0 0 8 0 0 37130264 37226188 62349312 140721863414276 140721863414352 140721863414352 140721863417809 0
/proc/6277/statm: 7803 507 331 7529 0 250 0
Current children cumulated CPU time (s) 2322.17
Current children cumulated vsize (KiB) 31212

[startup+2382.3 s]
/proc/loadavg: 2.05 2.06 2.05 3/185 6426
/proc/meminfo: memFree=31210252/32770624 swapFree=0/395304
[pid=6277] ppid=6274 vsize=31212 CPUtime=2382.16 cores=1,3,5,7
/proc/6277/stat : 6277 (BTD) R 6274 6277 4525 0 -1 4202496 4325 0 0 0 237153 1063 0 0 20 0 1 0 124167064 31961088 507 18446744073709551615 4194304 35031035 140721863413008 140721863412008 7760122 0 0 1 0 0 0 0 17 5 0 0 8 0 0 37130264 37226188 62349312 140721863414276 140721863414352 140721863414352 140721863417809 0
/proc/6277/statm: 7803 507 331 7529 0 250 0
Current children cumulated CPU time (s) 2382.16
Current children cumulated vsize (KiB) 31212

[startup+2442.3 s]
/proc/loadavg: 2.02 2.05 2.05 3/185 6428
/proc/meminfo: memFree=31210348/32770624 swapFree=0/395308
[pid=6277] ppid=6274 vsize=31212 CPUtime=2442.17 cores=1,3,5,7
/proc/6277/stat : 6277 (BTD) R 6274 6277 4525 0 -1 4202496 4416 0 0 0 243128 1089 0 0 20 0 1 0 124167064 31961088 508 18446744073709551615 4194304 35031035 140721863413008 140721863412008 7760122 0 0 1 0 0 0 0 17 5 0 0 8 0 0 37130264 37226188 62349312 140721863414276 140721863414352 140721863414352 140721863417809 0
/proc/6277/statm: 7803 508 331 7529 0 250 0
Current children cumulated CPU time (s) 2442.17
Current children cumulated vsize (KiB) 31212

[startup+2502.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/184 6491
/proc/meminfo: memFree=31199852/32770624 swapFree=0/395356
[pid=6277] ppid=6274 vsize=31212 CPUtime=2502.17 cores=1,3,5,7
/proc/6277/stat : 6277 (BTD) R 6274 6277 4525 0 -1 4202496 4492 0 0 0 249102 1115 0 0 20 0 1 0 124167064 31961088 508 18446744073709551615 4194304 35031035 140721863413008 140721863412008 4213253 0 0 1 0 0 0 0 17 5 0 0 8 0 0 37130264 37226188 62349312 140721863414276 140721863414352 140721863414352 140721863417809 0
/proc/6277/statm: 7803 508 331 7529 0 250 0
Current children cumulated CPU time (s) 2502.17
Current children cumulated vsize (KiB) 31212



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]
/proc/loadavg: 2.02 2.04 2.05 2/180 6969
/proc/meminfo: memFree=31216148/32770624 swapFree=0/395544
[pid=6277] ppid=6274 vsize=31212 CPUtime=2519.87 cores=1,3,5,7
/proc/6277/stat : 6277 (BTD) R 6274 6277 4525 0 -1 4202496 4568 0 0 0 250864 1123 0 0 20 0 1 0 124167064 31961088 508 18446744073709551615 4194304 35031035 140721863413008 140721863412008 4213258 0 0 1 0 0 0 0 17 5 0 0 8 0 0 37130264 37226188 62349312 140721863414276 140721863414352 140721863414352 140721863417809 0
/proc/6277/statm: 7803 508 331 7529 0 250 0
Current children cumulated CPU time (s) 2519.87
Current children cumulated vsize (KiB) 31212

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2520
CPU time (s): 2519.88
CPU user time (s): 2508.64
CPU system time (s): 11.2358
CPU usage (%): 99.9951
Max. virtual memory (cumulated for all children) (KiB): 31212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2508.64
system time used= 11.2358
maximum resident set size= 2032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4568
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= 787

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.76311 second user time and 8.84 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-09 04:04:38
IDJOB=4260461
IDBENCH=124327
IDSOLVER=2648
FILE ID=node132/4260461-1502245140
RUNJOBID= node132-1502234549-4589
PBS_JOBID= 
Free space on /tmp= 61992 MiB

SOLVER NAME= BTD 2017-07-25
BENCH NAME= XCSP17/Langford/Langford-m1-k2/Langford-2-18.xml
COMMAND LINE= BTD TIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4260461-1502245140/watcher-4260461-1502245140 -o /tmp/evaluation-result-4260461-1502245140/solver-4260461-1502245140 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502234549-4589 --watchdog 2580  BTD 2520 HOME/instance-4260461-1502245140.xml

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

MD5SUM BENCH= 969713c535595664febe0b3c6e709240
RANDOM SEED=691870538

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31213808 kB
MemAvailable:   31973328 kB
Buffers:          258472 kB
Cached:           805872 kB
SwapCached:            0 kB
Active:           692040 kB
Inactive:         435516 kB
Active(anon):      64324 kB
Inactive(anon):    40832 kB
Active(file):     627716 kB
Inactive(file):   394684 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             38604 kB
Writeback:             4 kB
AnonPages:         63044 kB
Mapped:            54760 kB
Shmem:             41692 kB
Slab:             132608 kB
SReclaimable:     105908 kB
SUnreclaim:        26700 kB
KernelStack:        3328 kB
PageTables:         4768 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     339668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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= 61956 MiB
End job on node132 at 2017-08-09 04:46:38