Trace number 4260544

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.8401 2520

General information on the benchmark

NameMultiKnapsack/MultiKnapsack-xcsp2-s1/
MultiKnapsack-1-6_X2.xml
MD5SUM2db28deb13cd993d5df964576e04fc69
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark17.2847
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints6
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":50}]
Minimum variable degree6
Maximum variable degree6
Distribution of variable degrees[{"degree":6,"count":50}]
Minimum constraint arity50
Maximum constraint arity50
Distribution of constraint arities[{"arity":50,"count":6}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":6}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.07	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-4260544-1502242970/watcher-4260544-1502242970 -o /tmp/evaluation-result-4260544-1502242970/solver-4260544-1502242970 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502234551-16044 --watchdog 2580 BTD 2520 HOME/instance-4260544-1502242970.xml 

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

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: 2.01 2.02 2.05 3/182 18071
/proc/meminfo: memFree=31498836/32770624 swapFree=0/129380
[pid=18071] ppid=18068 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/18071/stat : 18071 (runsolver) D 18068 18071 15981 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 26492649 24240128 106 18446744073709551615 4194304 4338465 140722265940896 140722265938536 140214325457623 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 32079872 140722265944277 140722265944650 140722265944650 140722265948106 0
/proc/18071/statm: 5918 106 53 36 0 2156 0

[startup+0.100197 s]
/proc/loadavg: 2.01 2.02 2.05 3/182 18071
/proc/meminfo: memFree=31498836/32770624 swapFree=0/129380
[pid=18071] ppid=18068 vsize=30804 CPUtime=0.02 cores=0,2,4,6
/proc/18071/stat : 18071 (BTD) R 18068 18071 15981 0 -1 4202496 492 0 0 0 2 0 0 0 20 0 1 0 26492649 31543296 338 18446744073709551615 4194304 35031035 140730220630368 140730220630368 4393824 0 0 1 0 0 0 0 17 4 0 0 7 0 0 37130264 37226188 41082880 140730220634629 140730220634705 140730220634705 140730220638161 0
/proc/18071/statm: 7701 338 269 7529 0 148 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 30804

[startup+0.200322 s]
/proc/loadavg: 2.01 2.02 2.05 3/182 18071
/proc/meminfo: memFree=31498836/32770624 swapFree=0/129380
[pid=18071] ppid=18068 vsize=30804 CPUtime=0.12 cores=0,2,4,6
/proc/18071/stat : 18071 (BTD) R 18068 18071 15981 0 -1 4202496 492 0 0 0 12 0 0 0 20 0 1 0 26492649 31543296 338 18446744073709551615 4194304 35031035 140730220630368 140730220629688 4394187 0 0 1 0 0 0 0 17 4 0 0 7 0 0 37130264 37226188 41082880 140730220634629 140730220634705 140730220634705 140730220638161 0
/proc/18071/statm: 7701 338 269 7529 0 148 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 30804

[startup+0.300316 s]
/proc/loadavg: 2.01 2.02 2.05 3/182 18071
/proc/meminfo: memFree=31498836/32770624 swapFree=0/129380
[pid=18071] ppid=18068 vsize=30804 CPUtime=0.22 cores=0,2,4,6
/proc/18071/stat : 18071 (BTD) R 18068 18071 15981 0 -1 4202496 492 0 0 0 22 0 0 0 20 0 1 0 26492649 31543296 338 18446744073709551615 4194304 35031035 140730220630368 140730220629688 4394056 0 0 1 0 0 0 0 17 4 0 0 7 0 0 37130264 37226188 41082880 140730220634629 140730220634705 140730220634705 140730220638161 0
/proc/18071/statm: 7701 338 269 7529 0 148 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 30804

[startup+0.70028 s]
/proc/loadavg: 2.01 2.02 2.05 3/182 18071
/proc/meminfo: memFree=31498836/32770624 swapFree=0/129380
[pid=18071] ppid=18068 vsize=30804 CPUtime=0.62 cores=0,2,4,6
/proc/18071/stat : 18071 (BTD) R 18068 18071 15981 0 -1 4202496 492 0 0 0 62 0 0 0 20 0 1 0 26492649 31543296 338 18446744073709551615 4194304 35031035 140730220630368 140730220629688 4393880 0 0 1 0 0 0 0 17 4 0 0 7 0 0 37130264 37226188 41082880 140730220634629 140730220634705 140730220634705 140730220638161 0
/proc/18071/statm: 7701 338 269 7529 0 148 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 30804

[startup+1.50027 s]
/proc/loadavg: 2.01 2.02 2.05 3/183 18072
/proc/meminfo: memFree=31498292/32770624 swapFree=0/129148
[pid=18071] ppid=18068 vsize=30804 CPUtime=1.42 cores=0,2,4,6
/proc/18071/stat : 18071 (BTD) R 18068 18071 15981 0 -1 4202496 492 0 0 0 142 0 0 0 20 0 1 0 26492649 31543296 338 18446744073709551615 4194304 35031035 140730220630368 140730220629688 4393466 0 0 1 0 0 0 0 17 4 0 0 7 0 0 37130264 37226188 41082880 140730220634629 140730220634705 140730220634705 140730220638161 0
/proc/18071/statm: 7701 338 269 7529 0 148 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 30804

[startup+3.10028 s]
/proc/loadavg: 2.01 2.02 2.05 3/183 18072
/proc/meminfo: memFree=31498044/32770624 swapFree=0/129148
[pid=18071] ppid=18068 vsize=30804 CPUtime=3.02 cores=0,2,4,6
/proc/18071/stat : 18071 (BTD) R 18068 18071 15981 0 -1 4202496 503 0 0 0 302 0 0 0 20 0 1 0 26492649 31543296 338 18446744073709551615 4194304 35031035 140730220630368 140730220629688 4394226 0 0 1 0 0 0 0 17 4 0 0 7 0 0 37130264 37226188 41082880 140730220634629 140730220634705 140730220634705 140730220638161 0
/proc/18071/statm: 7701 338 269 7529 0 148 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 30804

[startup+6.30027 s]
/proc/loadavg: 2.01 2.02 2.05 3/183 18072
/proc/meminfo: memFree=31497584/32770624 swapFree=0/129152
[pid=18071] ppid=18068 vsize=30804 CPUtime=6.22 cores=0,2,4,6
/proc/18071/stat : 18071 (BTD) R 18068 18071 15981 0 -1 4202496 514 0 0 0 622 0 0 0 20 0 1 0 26492649 31543296 338 18446744073709551615 4194304 35031035 140730220630368 140730220629688 4394482 0 0 1 0 0 0 0 17 4 0 0 7 0 0 37130264 37226188 41082880 140730220634629 140730220634705 140730220634705 140730220638161 0
/proc/18071/statm: 7701 338 269 7529 0 148 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 30804

[startup+12.7003 s]
/proc/loadavg: 2.01 2.02 2.05 3/183 18072
/proc/meminfo: memFree=31496916/32770624 swapFree=0/129148
[pid=18071] ppid=18068 vsize=30804 CPUtime=12.62 cores=0,2,4,6
/proc/18071/stat : 18071 (BTD) R 18068 18071 15981 0 -1 4202496 525 0 0 0 1262 0 0 0 20 0 1 0 26492649 31543296 338 18446744073709551615 4194304 35031035 140730220630368 140730220629688 4394223 0 0 1 0 0 0 0 17 4 0 0 7 0 0 37130264 37226188 41082880 140730220634629 140730220634705 140730220634705 140730220638161 0
/proc/18071/statm: 7701 338 269 7529 0 148 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 30804

[startup+25.5003 s]
/proc/loadavg: 2.01 2.02 2.05 3/183 18072
/proc/meminfo: memFree=31497064/32770624 swapFree=0/129156
[pid=18071] ppid=18068 vsize=30804 CPUtime=25.42 cores=0,2,4,6
/proc/18071/stat : 18071 (BTD) R 18068 18071 15981 0 -1 4202496 546 0 0 0 2542 0 0 0 20 0 1 0 26492649 31543296 370 18446744073709551615 4194304 35031035 140730220630368 140730220629688 4394056 0 0 1 0 0 0 0 17 4 0 0 7 0 0 37130264 37226188 41082880 140730220634629 140730220634705 140730220634705 140730220638161 0
/proc/18071/statm: 7701 370 297 7529 0 148 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 30804

[startup+51.1003 s]
/proc/loadavg: 2.06 2.03 2.05 3/183 18073
/proc/meminfo: memFree=31496924/32770624 swapFree=0/129168
[pid=18071] ppid=18068 vsize=30804 CPUtime=51.02 cores=0,2,4,6
/proc/18071/stat : 18071 (BTD) R 18068 18071 15981 0 -1 4202496 558 0 0 0 5102 0 0 0 20 0 1 0 26492649 31543296 370 18446744073709551615 4194304 35031035 140730220630368 140730220629688 4393966 0 0 1 0 0 0 0 17 4 0 0 7 0 0 37130264 37226188 41082880 140730220634629 140730220634705 140730220634705 140730220638161 0
/proc/18071/statm: 7701 370 297 7529 0 148 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 30804

[startup+102.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/187 18089
/proc/meminfo: memFree=31488872/32770624 swapFree=0/129228
[pid=18071] ppid=18068 vsize=30804 CPUtime=102.22 cores=0,2,4,6
/proc/18071/stat : 18071 (BTD) R 18068 18071 15981 0 -1 4202496 569 0 0 0 10222 0 0 0 20 0 1 0 26492649 31543296 370 18446744073709551615 4194304 35031035 140730220630368 140730220629688 4393873 0 0 1 0 0 0 0 17 4 0 0 7 0 0 37130264 37226188 41082880 140730220634629 140730220634705 140730220634705 140730220638161 0
/proc/18071/statm: 7701 370 297 7529 0 148 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 30804

[startup+162.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/187 18091
/proc/meminfo: memFree=31489596/32770624 swapFree=0/129272
[pid=18071] ppid=18068 vsize=30804 CPUtime=162.22 cores=0,2,4,6
/proc/18071/stat : 18071 (BTD) R 18068 18071 15981 0 -1 4202496 580 0 0 0 16222 0 0 0 20 0 1 0 26492649 31543296 370 18446744073709551615 4194304 35031035 140730220630368 140730220629688 4393767 0 0 1 0 0 0 0 17 4 0 0 7 0 0 37130264 37226188 41082880 140730220634629 140730220634705 140730220634705 140730220638161 0
/proc/18071/statm: 7701 370 297 7529 0 148 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 30804

[startup+222.306 s]
/proc/loadavg: 2.02 2.03 2.05 3/183 18093
/proc/meminfo: memFree=31493756/32770624 swapFree=0/129300
[pid=18071] ppid=18068 vsize=30804 CPUtime=222.22 cores=0,2,4,6
/proc/18071/stat : 18071 (BTD) R 18068 18071 15981 0 -1 4202496 591 0 0 0 22222 0 0 0 20 0 1 0 26492649 31543296 370 18446744073709551615 4194304 35031035 140730220630368 140730220629688 4394140 0 0 1 0 0 0 0 17 4 0 0 7 0 0 37130264 37226188 41082880 140730220634629 140730220634705 140730220634705 140730220638161 0
/proc/18071/statm: 7701 370 297 7529 0 148 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 30804

[startup+282.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/183 18095
/proc/meminfo: memFree=31493708/32770624 swapFree=0/129328
[pid=18071] ppid=18068 vsize=30804 CPUtime=282.21 cores=0,2,4,6
/proc/18071/stat : 18071 (BTD) R 18068 18071 15981 0 -1 4202496 602 0 0 0 28221 0 0 0 20 0 1 0 26492649 31543296 370 18446744073709551615 4194304 35031035 140730220630368 140730220629688 4394456 0 0 1 0 0 0 0 17 4 0 0 7 0 0 37130264 37226188 41082880 140730220634629 140730220634705 140730220634705 140730220638161 0
/proc/18071/statm: 7701 370 297 7529 0 148 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 30804

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/182 18097
/proc/meminfo: memFree=31493260/32770624 swapFree=0/129356
[pid=18071] ppid=18068 vsize=30804 CPUtime=342.21 cores=0,2,4,6
/proc/18071/stat : 18071 (BTD) R 18068 18071 15981 0 -1 4202496 613 0 0 0 34221 0 0 0 20 0 1 0 26492649 31543296 370 18446744073709551615 4194304 35031035 140730220630368 140730220629688 4394484 0 0 1 0 0 0 0 17 4 0 0 7 0 0 37130264 37226188 41082880 140730220634629 140730220634705 140730220634705 140730220638161 0
/proc/18071/statm: 7701 370 297 7529 0 148 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 30804

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 18099
/proc/meminfo: memFree=31493648/32770624 swapFree=0/129396
[pid=18071] ppid=18068 vsize=30804 CPUtime=402.21 cores=0,2,4,6
/proc/18071/stat : 18071 (BTD) R 18068 18071 15981 0 -1 4202496 625 0 0 0 40221 0 0 0 20 0 1 0 26492649 31543296 370 18446744073709551615 4194304 35031035 140730220630368 140730220629688 4393822 0 0 1 0 0 0 0 17 4 0 0 7 0 0 37130264 37226188 41082880 140730220634629 140730220634705 140730220634705 140730220638161 0
/proc/18071/statm: 7701 370 297 7529 0 148 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 30804

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 18101
/proc/meminfo: memFree=31494024/32770624 swapFree=0/129416
[pid=18071] ppid=18068 vsize=30804 CPUtime=462.21 cores=0,2,4,6
/proc/18071/stat : 18071 (BTD) R 18068 18071 15981 0 -1 4202496 636 0 0 0 46221 0 0 0 20 0 1 0 26492649 31543296 370 18446744073709551615 4194304 35031035 140730220630368 140730220629688 4393830 0 0 1 0 0 0 0 17 4 0 0 7 0 0 37130264 37226188 41082880 140730220634629 140730220634705 140730220634705 140730220638161 0
/proc/18071/statm: 7701 370 297 7529 0 148 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 30804

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 18103
/proc/meminfo: memFree=31493900/32770624 swapFree=0/129452
[pid=18071] ppid=18068 vsize=30804 CPUtime=522.2 cores=0,2,4,6
/proc/18071/stat : 18071 (BTD) R 18068 18071 15981 0 -1 4202496 647 0 0 0 52220 0 0 0 20 0 1 0 26492649 31543296 370 18446744073709551615 4194304 35031035 140730220630368 140730220629688 4393981 0 0 1 0 0 0 0 17 4 0 0 7 0 0 37130264 37226188 41082880 140730220634629 140730220634705 140730220634705 140730220638161 0
/proc/18071/statm: 7701 370 297 7529 0 148 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 30804

[startup+582.3 s]
/proc/loadavg: 1.97 2.00 2.04 3/181 18105
/proc/meminfo: memFree=31493404/32770624 swapFree=0/129480
[pid=18071] ppid=18068 vsize=30804 CPUtime=582.2 cores=0,2,4,6
/proc/18071/stat : 18071 (BTD) R 18068 18071 15981 0 -1 4202496 658 0 0 0 58220 0 0 0 20 0 1 0 26492649 31543296 370 18446744073709551615 4194304 35031035 140730220630368 140730220629688 4393997 0 0 1 0 0 0 0 17 4 0 0 7 0 0 37130264 37226188 41082880 140730220634629 140730220634705 140730220634705 140730220638161 0
/proc/18071/statm: 7701 370 297 7529 0 148 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 30804


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


[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 18169
/proc/meminfo: memFree=31492204/32770624 swapFree=0/130040
[pid=18071] ppid=18068 vsize=30804 CPUtime=1602.16 cores=0,2,4,6
/proc/18071/stat : 18071 (BTD) R 18068 18071 15981 0 -1 4202496 848 0 0 0 160216 0 0 0 20 0 1 0 26492649 31543296 370 18446744073709551615 4194304 35031035 140730220630368 140730220629688 4394305 0 0 1 0 0 0 0 17 4 0 0 7 0 0 37130264 37226188 41082880 140730220634629 140730220634705 140730220634705 140730220638161 0
/proc/18071/statm: 7701 370 297 7529 0 148 0
Current children cumulated CPU time (s) 1602.16
Current children cumulated vsize (KiB) 30804

[startup+1662.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/181 18171
/proc/meminfo: memFree=31492960/32770624 swapFree=0/130088
[pid=18071] ppid=18068 vsize=30804 CPUtime=1662.16 cores=0,2,4,6
/proc/18071/stat : 18071 (BTD) R 18068 18071 15981 0 -1 4202496 859 0 0 0 166216 0 0 0 20 0 1 0 26492649 31543296 370 18446744073709551615 4194304 35031035 140730220630368 140730220629688 4393793 0 0 1 0 0 0 0 17 4 0 0 7 0 0 37130264 37226188 41082880 140730220634629 140730220634705 140730220634705 140730220638161 0
/proc/18071/statm: 7701 370 297 7529 0 148 0
Current children cumulated CPU time (s) 1662.16
Current children cumulated vsize (KiB) 30804

[startup+1722.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/181 18173
/proc/meminfo: memFree=31492824/32770624 swapFree=0/130116
[pid=18071] ppid=18068 vsize=30804 CPUtime=1722.16 cores=0,2,4,6
/proc/18071/stat : 18071 (BTD) R 18068 18071 15981 0 -1 4202496 870 0 0 0 172216 0 0 0 20 0 1 0 26492649 31543296 370 18446744073709551615 4194304 35031035 140730220630368 140730220629688 4394518 0 0 1 0 0 0 0 17 4 0 0 7 0 0 37130264 37226188 41082880 140730220634629 140730220634705 140730220634705 140730220638161 0
/proc/18071/statm: 7701 370 297 7529 0 148 0
Current children cumulated CPU time (s) 1722.16
Current children cumulated vsize (KiB) 30804

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/181 18176
/proc/meminfo: memFree=31492232/32770624 swapFree=0/130148
[pid=18071] ppid=18068 vsize=30804 CPUtime=1782.16 cores=0,2,4,6
/proc/18071/stat : 18071 (BTD) R 18068 18071 15981 0 -1 4202496 881 0 0 0 178216 0 0 0 20 0 1 0 26492649 31543296 370 18446744073709551615 4194304 35031035 140730220630368 140730220629688 4393793 0 0 1 0 0 0 0 17 4 0 0 7 0 0 37130264 37226188 41082880 140730220634629 140730220634705 140730220634705 140730220638161 0
/proc/18071/statm: 7701 370 297 7529 0 148 0
Current children cumulated CPU time (s) 1782.16
Current children cumulated vsize (KiB) 30804

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 18178
/proc/meminfo: memFree=31492480/32770624 swapFree=0/130156
[pid=18071] ppid=18068 vsize=30804 CPUtime=1842.15 cores=0,2,4,6
/proc/18071/stat : 18071 (BTD) R 18068 18071 15981 0 -1 4202496 893 0 0 0 184215 0 0 0 20 0 1 0 26492649 31543296 370 18446744073709551615 4194304 35031035 140730220630368 140730220629688 4394092 0 0 1 0 0 0 0 17 4 0 0 7 0 0 37130264 37226188 41082880 140730220634629 140730220634705 140730220634705 140730220638161 0
/proc/18071/statm: 7701 370 297 7529 0 148 0
Current children cumulated CPU time (s) 1842.15
Current children cumulated vsize (KiB) 30804

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 18194
/proc/meminfo: memFree=31489076/32770624 swapFree=0/130240
[pid=18071] ppid=18068 vsize=30804 CPUtime=1902.15 cores=0,2,4,6
/proc/18071/stat : 18071 (BTD) R 18068 18071 15981 0 -1 4202496 904 0 0 0 190215 0 0 0 20 0 1 0 26492649 31543296 370 18446744073709551615 4194304 35031035 140730220630368 140730220629688 4394366 0 0 1 0 0 0 0 17 4 0 0 7 0 0 37130264 37226188 41082880 140730220634629 140730220634705 140730220634705 140730220638161 0
/proc/18071/statm: 7701 370 297 7529 0 148 0
Current children cumulated CPU time (s) 1902.15
Current children cumulated vsize (KiB) 30804

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 18221
/proc/meminfo: memFree=31487468/32770624 swapFree=0/130312
[pid=18071] ppid=18068 vsize=30804 CPUtime=1962.15 cores=0,2,4,6
/proc/18071/stat : 18071 (BTD) R 18068 18071 15981 0 -1 4202496 915 0 0 0 196215 0 0 0 20 0 1 0 26492649 31543296 370 18446744073709551615 4194304 35031035 140730220630368 140730220629688 4393789 0 0 1 0 0 0 0 17 4 0 0 7 0 0 37130264 37226188 41082880 140730220634629 140730220634705 140730220634705 140730220638161 0
/proc/18071/statm: 7701 370 297 7529 0 148 0
Current children cumulated CPU time (s) 1962.15
Current children cumulated vsize (KiB) 30804

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 18223
/proc/meminfo: memFree=31488064/32770624 swapFree=0/130352
[pid=18071] ppid=18068 vsize=30804 CPUtime=2022.15 cores=0,2,4,6
/proc/18071/stat : 18071 (BTD) R 18068 18071 15981 0 -1 4202496 926 0 0 0 202215 0 0 0 20 0 1 0 26492649 31543296 370 18446744073709551615 4194304 35031035 140730220630368 140730220629688 4393793 0 0 1 0 0 0 0 17 4 0 0 7 0 0 37130264 37226188 41082880 140730220634629 140730220634705 140730220634705 140730220638161 0
/proc/18071/statm: 7701 370 297 7529 0 148 0
Current children cumulated CPU time (s) 2022.15
Current children cumulated vsize (KiB) 30804

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 18225
/proc/meminfo: memFree=31491360/32770624 swapFree=0/130380
[pid=18071] ppid=18068 vsize=30804 CPUtime=2082.15 cores=0,2,4,6
/proc/18071/stat : 18071 (BTD) R 18068 18071 15981 0 -1 4202496 937 0 0 0 208215 0 0 0 20 0 1 0 26492649 31543296 370 18446744073709551615 4194304 35031035 140730220630368 140730220629688 4393822 0 0 1 0 0 0 0 17 4 0 0 7 0 0 37130264 37226188 41082880 140730220634629 140730220634705 140730220634705 140730220638161 0
/proc/18071/statm: 7701 370 297 7529 0 148 0
Current children cumulated CPU time (s) 2082.15
Current children cumulated vsize (KiB) 30804

[startup+2142.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/182 18227
/proc/meminfo: memFree=31491900/32770624 swapFree=0/130408
[pid=18071] ppid=18068 vsize=30804 CPUtime=2142.14 cores=0,2,4,6
/proc/18071/stat : 18071 (BTD) R 18068 18071 15981 0 -1 4202496 948 0 0 0 214214 0 0 0 20 0 1 0 26492649 31543296 370 18446744073709551615 4194304 35031035 140730220630368 140730220629688 4394015 0 0 1 0 0 0 0 17 4 0 0 7 0 0 37130264 37226188 41082880 140730220634629 140730220634705 140730220634705 140730220638161 0
/proc/18071/statm: 7701 370 297 7529 0 148 0
Current children cumulated CPU time (s) 2142.14
Current children cumulated vsize (KiB) 30804

[startup+2202.31 s]
/proc/loadavg: 2.02 2.02 2.05 3/182 18229
/proc/meminfo: memFree=31491880/32770624 swapFree=0/130424
[pid=18071] ppid=18068 vsize=30804 CPUtime=2202.15 cores=0,2,4,6
/proc/18071/stat : 18071 (BTD) R 18068 18071 15981 0 -1 4202496 960 0 0 0 220215 0 0 0 20 0 1 0 26492649 31543296 370 18446744073709551615 4194304 35031035 140730220630368 140730220629688 4394237 0 0 1 0 0 0 0 17 4 0 0 7 0 0 37130264 37226188 41082880 140730220634629 140730220634705 140730220634705 140730220638161 0
/proc/18071/statm: 7701 370 297 7529 0 148 0
Current children cumulated CPU time (s) 2202.15
Current children cumulated vsize (KiB) 30804

[startup+2262.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/181 18231
/proc/meminfo: memFree=31491772/32770624 swapFree=0/130476
[pid=18071] ppid=18068 vsize=30804 CPUtime=2262.14 cores=0,2,4,6
/proc/18071/stat : 18071 (BTD) R 18068 18071 15981 0 -1 4202496 971 0 0 0 226214 0 0 0 20 0 1 0 26492649 31543296 370 18446744073709551615 4194304 35031035 140730220630368 140730220629688 4393466 0 0 1 0 0 0 0 17 4 0 0 7 0 0 37130264 37226188 41082880 140730220634629 140730220634705 140730220634705 140730220638161 0
/proc/18071/statm: 7701 370 297 7529 0 148 0
Current children cumulated CPU time (s) 2262.14
Current children cumulated vsize (KiB) 30804

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 18233
/proc/meminfo: memFree=31491544/32770624 swapFree=0/130504
[pid=18071] ppid=18068 vsize=30804 CPUtime=2322.14 cores=0,2,4,6
/proc/18071/stat : 18071 (BTD) R 18068 18071 15981 0 -1 4202496 982 0 0 0 232214 0 0 0 20 0 1 0 26492649 31543296 370 18446744073709551615 4194304 35031035 140730220630368 140730220629688 4394390 0 0 1 0 0 0 0 17 4 0 0 7 0 0 37130264 37226188 41082880 140730220634629 140730220634705 140730220634705 140730220638161 0
/proc/18071/statm: 7701 370 297 7529 0 148 0
Current children cumulated CPU time (s) 2322.14
Current children cumulated vsize (KiB) 30804

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 18235
/proc/meminfo: memFree=31491420/32770624 swapFree=0/130532
[pid=18071] ppid=18068 vsize=30804 CPUtime=2382.13 cores=0,2,4,6
/proc/18071/stat : 18071 (BTD) R 18068 18071 15981 0 -1 4202496 993 0 0 0 238213 0 0 0 20 0 1 0 26492649 31543296 370 18446744073709551615 4194304 35031035 140730220630368 140730220629688 4394482 0 0 1 0 0 0 0 17 4 0 0 7 0 0 37130264 37226188 41082880 140730220634629 140730220634705 140730220634705 140730220638161 0
/proc/18071/statm: 7701 370 297 7529 0 148 0
Current children cumulated CPU time (s) 2382.13
Current children cumulated vsize (KiB) 30804

[startup+2442.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/181 18298
/proc/meminfo: memFree=31615588/32770624 swapFree=0/130596
[pid=18071] ppid=18068 vsize=30804 CPUtime=2442.13 cores=0,2,4,6
/proc/18071/stat : 18071 (BTD) R 18068 18071 15981 0 -1 4202496 1004 0 0 0 244213 0 0 0 20 0 1 0 26492649 31543296 370 18446744073709551615 4194304 35031035 140730220630368 140730220629688 4393456 0 0 1 0 0 0 0 17 4 0 0 7 0 0 37130264 37226188 41082880 140730220634629 140730220634705 140730220634705 140730220638161 0
/proc/18071/statm: 7701 370 297 7529 0 148 0
Current children cumulated CPU time (s) 2442.13
Current children cumulated vsize (KiB) 30804

[startup+2502.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/184 18314
/proc/meminfo: memFree=31610816/32770624 swapFree=0/130680
[pid=18071] ppid=18068 vsize=30804 CPUtime=2502.13 cores=0,2,4,6
/proc/18071/stat : 18071 (BTD) R 18068 18071 15981 0 -1 4202496 1015 0 0 0 250213 0 0 0 20 0 1 0 26492649 31543296 370 18446744073709551615 4194304 35031035 140730220630368 140730220629688 4393783 0 0 1 0 0 0 0 17 4 0 0 7 0 0 37130264 37226188 41082880 140730220634629 140730220634705 140730220634705 140730220638161 0
/proc/18071/statm: 7701 370 297 7529 0 148 0
Current children cumulated CPU time (s) 2502.13
Current children cumulated vsize (KiB) 30804



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]
/proc/loadavg: 2.01 2.02 2.05 3/184 18315
/proc/meminfo: memFree=31610940/32770624 swapFree=0/130688
[pid=18071] ppid=18068 vsize=30804 CPUtime=2519.83 cores=0,2,4,6
/proc/18071/stat : 18071 (BTD) R 18068 18071 15981 0 -1 4202496 1026 0 0 0 251983 0 0 0 20 0 1 0 26492649 31543296 370 18446744073709551615 4194304 35031035 140730220630368 140730220629688 4394223 0 0 1 0 0 0 0 17 4 0 0 7 0 0 37130264 37226188 41082880 140730220634629 140730220634705 140730220634705 140730220638161 0
/proc/18071/statm: 7701 370 297 7529 0 148 0
Current children cumulated CPU time (s) 2519.83
Current children cumulated vsize (KiB) 30804

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 18071 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.84
CPU user time (s): 2519.84
CPU system time (s): 0.000999
CPU usage (%): 99.9935
Max. virtual memory (cumulated for all children) (KiB): 30804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.84
system time used= 0.000999
maximum resident set size= 1480
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1026
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= 633

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.78644 second user time and 8.74939 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-09 03:28:51
IDJOB=4260544
IDBENCH=120857
IDSOLVER=2648
FILE ID=node126/4260544-1502242970
RUNJOBID= node126-1502234551-16044
PBS_JOBID= 
Free space on /tmp= 61992 MiB

SOLVER NAME= BTD 2017-07-25
BENCH NAME= XCSP17/MultiKnapsack/MultiKnapsack-xcsp2-s1/MultiKnapsack-1-6_X2.xml
COMMAND LINE= BTD TIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4260544-1502242970/watcher-4260544-1502242970 -o /tmp/evaluation-result-4260544-1502242970/solver-4260544-1502242970 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502234551-16044 --watchdog 2580  BTD 2520 HOME/instance-4260544-1502242970.xml

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

MD5SUM BENCH= 2db28deb13cd993d5df964576e04fc69
RANDOM SEED=730134598

node126.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.81
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.81
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.81
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.81
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:        31499136 kB
MemAvailable:   31865088 kB
Buffers:          191804 kB
Cached:           441504 kB
SwapCached:          544 kB
Active:           623908 kB
Inactive:         194644 kB
Active(anon):     137236 kB
Inactive(anon):    65264 kB
Active(file):     486672 kB
Inactive(file):   129380 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105568 kB
Dirty:             38364 kB
Writeback:             0 kB
AnonPages:        184756 kB
Mapped:            36192 kB
Shmem:             17056 kB
Slab:             157060 kB
SReclaimable:     131468 kB
SUnreclaim:        25592 kB
KernelStack:        3280 kB
PageTables:         4920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     444164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61956 MiB
End job on node126 at 2017-08-09 04:10:51