Trace number 4242569

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
R1: BTD 2017-06-30? (TO) 2400.06 2400.31

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-dec-sptate/
Pb-Tate-K108.xml
MD5SUM2a47884be513939e719b7a1148b6038b
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 variables7344
Number of constraints7562
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":7344}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":185},{"degree":5,"count":1300},{"degree":6,"count":2879},{"degree":7,"count":1808},{"degree":8,"count":745},{"degree":9,"count":214},{"degree":10,"count":212}]
Minimum constraint arity1
Maximum constraint arity108
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":1391},{"arity":3,"count":2889},{"arity":4,"count":1926},{"arity":5,"count":642},{"arity":6,"count":214},{"arity":7,"count":214},{"arity":68,"count":216},{"arity":108,"count":68}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":7562}]
Optimization problemNO
Type of objective

Solver Data

3.69/3.73	c Version: 2017-06-30
2399.94/2400.25	s UNKNOWN
2399.94/2400.25	c Solving # Nodes: 1146811
2399.94/2400.25	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-4242569-1500631625/watcher-4242569-1500631625 -o /tmp/evaluation-result-4242569-1500631625/solver-4242569-1500631625 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1500623775-3432 --watchdog 2560 BTD 2400 HOME/instance-4242569-1500631625.xml 

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

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


[startup+0 s]
/proc/loadavg: 2.03 2.03 2.05 2/186 5542
/proc/meminfo: memFree=30885080/32770624 swapFree=6792/946208
[pid=5542] ppid=5539 vsize=31104 CPUtime=0 cores=1,3,5,7
/proc/5542/stat : 5542 (BTD) R 5539 5542 3400 0 -1 4202496 530 0 0 0 0 0 0 0 20 0 1 0 16596046 31850496 368 33554432000 4194304 35031059 140732260018000 140732260018000 7408842 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 44564480 140732260021498 140732260021574 140732260021574 140732260024273 0
/proc/5542/statm: 7808 400 226 7529 0 255 0

[startup+0.100158 s]
/proc/loadavg: 2.03 2.03 2.05 2/186 5542
/proc/meminfo: memFree=30885080/32770624 swapFree=6792/946208
[pid=5542] ppid=5539 vsize=34244 CPUtime=0.09 cores=1,3,5,7
/proc/5542/stat : 5542 (BTD) R 5539 5542 3400 0 -1 4202496 1318 0 0 0 9 0 0 0 20 0 1 0 16596046 35065856 1183 33554432000 4194304 35031059 140732260018000 140732260013864 4632163 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 44564480 140732260021498 140732260021574 140732260021574 140732260024273 0
/proc/5542/statm: 8561 1183 232 7529 0 1008 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34244

[startup+0.200319 s]
/proc/loadavg: 2.03 2.03 2.05 2/186 5542
/proc/meminfo: memFree=30885080/32770624 swapFree=6792/946208
[pid=5542] ppid=5539 vsize=35744 CPUtime=0.19 cores=1,3,5,7
/proc/5542/stat : 5542 (BTD) R 5539 5542 3400 0 -1 4202496 7681 0 0 0 18 1 0 0 20 0 1 0 16596046 36601856 1520 33554432000 4194304 35031059 140732260018000 140732260013720 7403878 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 44564480 140732260021498 140732260021574 140732260021574 140732260024273 0
/proc/5542/statm: 8936 1520 232 7529 0 1383 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 35744

[startup+0.300249 s]
/proc/loadavg: 2.03 2.03 2.05 2/186 5542
/proc/meminfo: memFree=30885080/32770624 swapFree=6792/946208
[pid=5542] ppid=5539 vsize=36596 CPUtime=0.29 cores=1,3,5,7
/proc/5542/stat : 5542 (BTD) R 5539 5542 3400 0 -1 4202496 13753 0 0 0 28 1 0 0 20 0 1 0 16596046 37474304 1760 33554432000 4194304 35031059 140732260018000 140732260010600 4254068 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 44564480 140732260021498 140732260021574 140732260021574 140732260024273 0
/proc/5542/statm: 9149 1760 271 7529 0 1596 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36596

[startup+0.700218 s]
/proc/loadavg: 2.03 2.03 2.05 2/186 5542
/proc/meminfo: memFree=30885080/32770624 swapFree=6792/946208
[pid=5542] ppid=5539 vsize=37652 CPUtime=0.69 cores=1,3,5,7
/proc/5542/stat : 5542 (BTD) R 5539 5542 3400 0 -1 4202496 14003 0 0 0 68 1 0 0 20 0 1 0 16596046 38555648 2024 33554432000 4194304 35031059 140732260018000 140732260008152 4254368 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 44564480 140732260021498 140732260021574 140732260021574 140732260024273 0
/proc/5542/statm: 9413 2024 271 7529 0 1860 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37652

[startup+1.50022 s]
/proc/loadavg: 2.03 2.03 2.05 3/187 5543
/proc/meminfo: memFree=30876340/32770624 swapFree=6792/945980
[pid=5542] ppid=5539 vsize=41128 CPUtime=1.49 cores=1,3,5,7
/proc/5542/stat : 5542 (BTD) R 5539 5542 3400 0 -1 4202496 14899 0 0 0 148 1 0 0 20 0 1 0 16596046 42115072 2930 33554432000 4194304 35031059 140732260018000 140732260010936 4255432 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 44564480 140732260021498 140732260021574 140732260021574 140732260024273 0
/proc/5542/statm: 10282 2930 276 7529 0 2729 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 41128

[startup+3.10021 s]
/proc/loadavg: 2.03 2.03 2.05 3/187 5543
/proc/meminfo: memFree=30869892/32770624 swapFree=6792/945980
[pid=5542] ppid=5539 vsize=47988 CPUtime=3.09 cores=1,3,5,7
/proc/5542/stat : 5542 (BTD) R 5539 5542 3400 0 -1 4202496 19055 0 0 0 307 2 0 0 20 0 1 0 16596046 49139712 4667 33554432000 4194304 35031059 140732260018000 140732260010936 7546975 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 44564480 140732260021498 140732260021574 140732260021574 140732260024273 0
/proc/5542/statm: 11997 4667 276 7529 0 4444 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 47988

[startup+6.30028 s]
/proc/loadavg: 2.02 2.03 2.05 3/187 5543
/proc/meminfo: memFree=30817296/32770624 swapFree=6792/945988
[pid=5542] ppid=5539 vsize=97628 CPUtime=6.29 cores=1,3,5,7
/proc/5542/stat : 5542 (BTD) R 5539 5542 3400 0 -1 4202496 44963 0 0 0 624 5 0 0 20 0 1 0 16596046 99971072 17020 33554432000 4194304 35031059 140732260018000 140732260017000 4397357 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 44564480 140732260021498 140732260021574 140732260021574 140732260024273 0
/proc/5542/statm: 24407 17020 316 7529 0 16854 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 97628

[startup+12.7003 s]
/proc/loadavg: 2.02 2.03 2.05 3/187 5543
/proc/meminfo: memFree=30816560/32770624 swapFree=6792/945996
[pid=5542] ppid=5539 vsize=97776 CPUtime=12.69 cores=1,3,5,7
/proc/5542/stat : 5542 (BTD) R 5539 5542 3400 0 -1 4202496 49774 0 0 0 1263 6 0 0 20 0 1 0 16596046 100122624 17049 33554432000 4194304 35031059 140732260018000 140732260017000 7760138 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 44564480 140732260021498 140732260021574 140732260021574 140732260024273 0
/proc/5542/statm: 24444 17049 316 7529 0 16891 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 97776

[startup+25.5003 s]
/proc/loadavg: 2.02 2.03 2.05 3/187 5543
/proc/meminfo: memFree=30816560/32770624 swapFree=6792/946008
[pid=5542] ppid=5539 vsize=97908 CPUtime=25.48 cores=1,3,5,7
/proc/5542/stat : 5542 (BTD) R 5539 5542 3400 0 -1 4202496 59433 0 0 0 2541 7 0 0 20 0 1 0 16596046 100257792 17103 33554432000 4194304 35031059 140732260018000 140732260017000 4397418 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 44564480 140732260021498 140732260021574 140732260021574 140732260024273 0
/proc/5542/statm: 24477 17103 316 7529 0 16924 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 97908

[startup+51.1003 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 5543
/proc/meminfo: memFree=30816192/32770624 swapFree=6792/946020
[pid=5542] ppid=5539 vsize=98336 CPUtime=51.09 cores=1,3,5,7
/proc/5542/stat : 5542 (BTD) R 5539 5542 3400 0 -1 4202496 64479 0 0 0 5099 10 0 0 20 0 1 0 16596046 100696064 17184 33554432000 4194304 35031059 140732260018000 140732260017000 7760138 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 44564480 140732260021498 140732260021574 140732260021574 140732260024273 0
/proc/5542/statm: 24584 17184 316 7529 0 17031 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 98336

[startup+102.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/187 5544
/proc/meminfo: memFree=30813688/32770624 swapFree=6792/946052
[pid=5542] ppid=5539 vsize=99332 CPUtime=102.27 cores=1,3,5,7
/proc/5542/stat : 5542 (BTD) R 5539 5542 3400 0 -1 4202496 65257 0 0 0 10213 14 0 0 20 0 1 0 16596046 101715968 17496 33554432000 4194304 35031059 140732260018000 140732260017000 4399874 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 44564480 140732260021498 140732260021574 140732260021574 140732260024273 0
/proc/5542/statm: 24833 17496 316 7529 0 17280 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 99332

[startup+162.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/187 5545
/proc/meminfo: memFree=30813448/32770624 swapFree=6792/946084
[pid=5542] ppid=5539 vsize=100464 CPUtime=162.26 cores=1,3,5,7
/proc/5542/stat : 5542 (BTD) R 5539 5542 3400 0 -1 4202496 65747 0 0 0 16207 19 0 0 20 0 1 0 16596046 102875136 17790 33554432000 4194304 35031059 140732260018000 140732260017000 4397357 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 44564480 140732260021498 140732260021574 140732260021574 140732260024273 0
/proc/5542/statm: 25116 17790 316 7529 0 17563 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 100464

[startup+222.306 s]
/proc/loadavg: 2.01 2.02 2.05 3/188 5554
/proc/meminfo: memFree=30811168/32770624 swapFree=6792/946120
[pid=5542] ppid=5539 vsize=100876 CPUtime=222.26 cores=1,3,5,7
/proc/5542/stat : 5542 (BTD) R 5539 5542 3400 0 -1 4202496 66153 0 0 0 22202 24 0 0 20 0 1 0 16596046 103297024 17892 33554432000 4194304 35031059 140732260018000 140732260017000 4397324 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 44564480 140732260021498 140732260021574 140732260021574 140732260024273 0
/proc/5542/statm: 25219 17892 316 7529 0 17666 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 100876

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 5555
/proc/meminfo: memFree=30811136/32770624 swapFree=6792/946148
[pid=5542] ppid=5539 vsize=101556 CPUtime=282.25 cores=1,3,5,7
/proc/5542/stat : 5542 (BTD) R 5539 5542 3400 0 -1 4202496 66489 0 0 0 28196 29 0 0 20 0 1 0 16596046 103993344 18053 33554432000 4194304 35031059 140732260018000 140732260017000 4544929 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 44564480 140732260021498 140732260021574 140732260021574 140732260024273 0
/proc/5542/statm: 25389 18053 316 7529 0 17836 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 101556

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 5556
/proc/meminfo: memFree=30811104/32770624 swapFree=6792/946184
[pid=5542] ppid=5539 vsize=101968 CPUtime=342.25 cores=1,3,5,7
/proc/5542/stat : 5542 (BTD) R 5539 5542 3400 0 -1 4202496 66680 0 0 0 34190 35 0 0 20 0 1 0 16596046 104415232 18159 33554432000 4194304 35031059 140732260018000 140732260017000 4397357 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 44564480 140732260021498 140732260021574 140732260021574 140732260024273 0
/proc/5542/statm: 25492 18159 316 7529 0 17939 0
Current children cumulated CPU time (s) 342.25
Current children cumulated vsize (KiB) 101968

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 5557
/proc/meminfo: memFree=30811164/32770624 swapFree=6792/946208
[pid=5542] ppid=5539 vsize=101968 CPUtime=402.24 cores=1,3,5,7
/proc/5542/stat : 5542 (BTD) R 5539 5542 3400 0 -1 4202496 66851 0 0 0 40186 38 0 0 20 0 1 0 16596046 104415232 18205 33554432000 4194304 35031059 140732260018000 140732260017000 4544918 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 44564480 140732260021498 140732260021574 140732260021574 140732260024273 0
/proc/5542/statm: 25492 18205 316 7529 0 17939 0
Current children cumulated CPU time (s) 402.24
Current children cumulated vsize (KiB) 101968

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 5558
/proc/meminfo: memFree=30810872/32770624 swapFree=6792/946244
[pid=5542] ppid=5539 vsize=102520 CPUtime=462.23 cores=1,3,5,7
/proc/5542/stat : 5542 (BTD) R 5539 5542 3400 0 -1 4202496 67226 0 0 0 46181 42 0 0 20 0 1 0 16596046 104980480 18313 33554432000 4194304 35031059 140732260018000 140732260017000 4397312 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 44564480 140732260021498 140732260021574 140732260021574 140732260024273 0
/proc/5542/statm: 25630 18313 316 7529 0 18077 0
Current children cumulated CPU time (s) 462.23
Current children cumulated vsize (KiB) 102520

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 5559
/proc/meminfo: memFree=30810560/32770624 swapFree=6792/946272
[pid=5542] ppid=5539 vsize=102804 CPUtime=522.23 cores=1,3,5,7
/proc/5542/stat : 5542 (BTD) R 5539 5542 3400 0 -1 4202496 67414 0 0 0 52175 48 0 0 20 0 1 0 16596046 105271296 18363 33554432000 4194304 35031059 140732260018000 140732260017000 4397338 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 44564480 140732260021498 140732260021574 140732260021574 140732260024273 0
/proc/5542/statm: 25701 18363 316 7529 0 18148 0
Current children cumulated CPU time (s) 522.23
Current children cumulated vsize (KiB) 102804

[startup+582.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/187 5560
/proc/meminfo: memFree=30810104/32770624 swapFree=6792/946300
[pid=5542] ppid=5539 vsize=102940 CPUtime=582.23 cores=1,3,5,7
/proc/5542/stat : 5542 (BTD) R 5539 5542 3400 0 -1 4202496 67624 0 0 0 58172 51 0 0 20 0 1 0 16596046 105410560 18444 33554432000 4194304 35031059 140732260018000 140732260017000 4397331 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 44564480 140732260021498 140732260021574 140732260021574 140732260024273 0
/proc/5542/statm: 25735 18444 316 7529 0 18182 0
Current children cumulated CPU time (s) 582.23
Current children cumulated vsize (KiB) 102940


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


[startup+1542.31 s]
/proc/loadavg: 2.02 2.03 2.05 3/187 5593
/proc/meminfo: memFree=30808480/32770624 swapFree=6792/946824
[pid=5542] ppid=5539 vsize=104312 CPUtime=1542.15 cores=1,3,5,7
/proc/5542/stat : 5542 (BTD) R 5539 5542 3400 0 -1 4202496 70612 0 0 0 154109 106 0 0 20 0 1 0 16596046 106815488 18754 33554432000 4194304 35031059 140732260018000 140732260017000 4398732 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 44564480 140732260021498 140732260021574 140732260021574 140732260024273 0
/proc/5542/statm: 26078 18754 316 7529 0 18525 0
Current children cumulated CPU time (s) 1542.15
Current children cumulated vsize (KiB) 104312

[startup+1602.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/187 5594
/proc/meminfo: memFree=30808252/32770624 swapFree=6792/946848
[pid=5542] ppid=5539 vsize=104312 CPUtime=1602.14 cores=1,3,5,7
/proc/5542/stat : 5542 (BTD) R 5539 5542 3400 0 -1 4202496 70665 0 0 0 160103 111 0 0 20 0 1 0 16596046 106815488 18792 33554432000 4194304 35031059 140732260018000 140732260017000 7760138 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 44564480 140732260021498 140732260021574 140732260021574 140732260024273 0
/proc/5542/statm: 26078 18792 316 7529 0 18525 0
Current children cumulated CPU time (s) 1602.14
Current children cumulated vsize (KiB) 104312

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 5595
/proc/meminfo: memFree=30808224/32770624 swapFree=6792/946880
[pid=5542] ppid=5539 vsize=104312 CPUtime=1662.12 cores=1,3,5,7
/proc/5542/stat : 5542 (BTD) R 5539 5542 3400 0 -1 4202496 70717 0 0 0 166098 114 0 0 20 0 1 0 16596046 106815488 18792 33554432000 4194304 35031059 140732260018000 140732260017000 4399211 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 44564480 140732260021498 140732260021574 140732260021574 140732260024273 0
/proc/5542/statm: 26078 18792 316 7529 0 18525 0
Current children cumulated CPU time (s) 1662.12
Current children cumulated vsize (KiB) 104312

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 5596
/proc/meminfo: memFree=30808028/32770624 swapFree=6792/946912
[pid=5542] ppid=5539 vsize=104584 CPUtime=1722.11 cores=1,3,5,7
/proc/5542/stat : 5542 (BTD) R 5539 5542 3400 0 -1 4202496 70853 0 0 0 172093 118 0 0 20 0 1 0 16596046 107094016 18832 33554432000 4194304 35031059 140732260018000 140732260017000 4399211 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 44564480 140732260021498 140732260021574 140732260021574 140732260024273 0
/proc/5542/statm: 26146 18832 316 7529 0 18593 0
Current children cumulated CPU time (s) 1722.11
Current children cumulated vsize (KiB) 104584

[startup+1782.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/187 5780
/proc/meminfo: memFree=30823412/32770624 swapFree=6792/947032
[pid=5542] ppid=5539 vsize=104584 CPUtime=1782.11 cores=1,3,5,7
/proc/5542/stat : 5542 (BTD) R 5539 5542 3400 0 -1 4202496 70905 0 0 0 178087 124 0 0 20 0 1 0 16596046 107094016 18832 33554432000 4194304 35031059 140732260018000 140732260017000 4397432 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 44564480 140732260021498 140732260021574 140732260021574 140732260024273 0
/proc/5542/statm: 26146 18832 316 7529 0 18593 0
Current children cumulated CPU time (s) 1782.11
Current children cumulated vsize (KiB) 104584

[startup+1842.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/187 5781
/proc/meminfo: memFree=30822720/32770624 swapFree=6792/947072
[pid=5542] ppid=5539 vsize=104736 CPUtime=1842.11 cores=1,3,5,7
/proc/5542/stat : 5542 (BTD) R 5539 5542 3400 0 -1 4202496 71042 0 0 0 184080 131 0 0 20 0 1 0 16596046 107249664 18884 33554432000 4194304 35031059 140732260018000 140732260017000 7760138 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 44564480 140732260021498 140732260021574 140732260021574 140732260024273 0
/proc/5542/statm: 26184 18884 316 7529 0 18631 0
Current children cumulated CPU time (s) 1842.11
Current children cumulated vsize (KiB) 104736

[startup+1902.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 5782
/proc/meminfo: memFree=30822632/32770624 swapFree=6792/947104
[pid=5542] ppid=5539 vsize=104876 CPUtime=1902.1 cores=1,3,5,7
/proc/5542/stat : 5542 (BTD) R 5539 5542 3400 0 -1 4202496 71140 0 0 0 190072 138 0 0 20 0 1 0 16596046 107393024 18884 33554432000 4194304 35031059 140732260018000 140732260017000 7760138 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 44564480 140732260021498 140732260021574 140732260021574 140732260024273 0
/proc/5542/statm: 26219 18884 316 7529 0 18666 0
Current children cumulated CPU time (s) 1902.1
Current children cumulated vsize (KiB) 104876

[startup+1962.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/187 5783
/proc/meminfo: memFree=30822816/32770624 swapFree=6792/947136
[pid=5542] ppid=5539 vsize=104876 CPUtime=1962.09 cores=1,3,5,7
/proc/5542/stat : 5542 (BTD) R 5539 5542 3400 0 -1 4202496 71252 0 0 0 196068 141 0 0 20 0 1 0 16596046 107393024 18906 33554432000 4194304 35031059 140732260018000 140732260017000 4397584 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 44564480 140732260021498 140732260021574 140732260021574 140732260024273 0
/proc/5542/statm: 26219 18906 316 7529 0 18666 0
Current children cumulated CPU time (s) 1962.09
Current children cumulated vsize (KiB) 104876

[startup+2022.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/188 5792
/proc/meminfo: memFree=30822472/32770624 swapFree=6792/947172
[pid=5542] ppid=5539 vsize=104876 CPUtime=2022.08 cores=1,3,5,7
/proc/5542/stat : 5542 (BTD) R 5539 5542 3400 0 -1 4202496 71394 0 0 0 202062 146 0 0 20 0 1 0 16596046 107393024 18917 33554432000 4194304 35031059 140732260018000 140732260017000 4397357 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 44564480 140732260021498 140732260021574 140732260021574 140732260024273 0
/proc/5542/statm: 26219 18917 316 7529 0 18666 0
Current children cumulated CPU time (s) 2022.08
Current children cumulated vsize (KiB) 104876

[startup+2082.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/188 5793
/proc/meminfo: memFree=30822268/32770624 swapFree=6792/947200
[pid=5542] ppid=5539 vsize=104876 CPUtime=2082.08 cores=1,3,5,7
/proc/5542/stat : 5542 (BTD) R 5539 5542 3400 0 -1 4202496 71447 0 0 0 208055 153 0 0 20 0 1 0 16596046 107393024 18923 33554432000 4194304 35031059 140732260018000 140732260017000 4399168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 44564480 140732260021498 140732260021574 140732260021574 140732260024273 0
/proc/5542/statm: 26219 18923 316 7529 0 18666 0
Current children cumulated CPU time (s) 2082.08
Current children cumulated vsize (KiB) 104876

[startup+2142.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/188 5794
/proc/meminfo: memFree=30822556/32770624 swapFree=6792/947236
[pid=5542] ppid=5539 vsize=105164 CPUtime=2142.06 cores=1,3,5,7
/proc/5542/stat : 5542 (BTD) R 5539 5542 3400 0 -1 4202496 71653 0 0 0 214050 156 0 0 20 0 1 0 16596046 107687936 18979 33554432000 4194304 35031059 140732260018000 140732260017000 7760138 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 44564480 140732260021498 140732260021574 140732260021574 140732260024273 0
/proc/5542/statm: 26291 18979 316 7529 0 18738 0
Current children cumulated CPU time (s) 2142.06
Current children cumulated vsize (KiB) 105164

[startup+2202.31 s]
/proc/loadavg: 2.03 2.02 2.05 3/187 5795
/proc/meminfo: memFree=30823192/32770624 swapFree=6792/947264
[pid=5542] ppid=5539 vsize=105164 CPUtime=2202.07 cores=1,3,5,7
/proc/5542/stat : 5542 (BTD) R 5539 5542 3400 0 -1 4202496 71807 0 0 0 220047 160 0 0 20 0 1 0 16596046 107687936 18979 33554432000 4194304 35031059 140732260018000 140732260017000 4544929 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 44564480 140732260021498 140732260021574 140732260021574 140732260024273 0
/proc/5542/statm: 26291 18979 316 7529 0 18738 0
Current children cumulated CPU time (s) 2202.07
Current children cumulated vsize (KiB) 105164

[startup+2262.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/188 5797
/proc/meminfo: memFree=30821936/32770624 swapFree=6792/947296
[pid=5542] ppid=5539 vsize=105164 CPUtime=2262.05 cores=1,3,5,7
/proc/5542/stat : 5542 (BTD) R 5539 5542 3400 0 -1 4202496 71869 0 0 0 226043 162 0 0 20 0 1 0 16596046 107687936 18979 33554432000 4194304 35031059 140732260018000 140732260017000 4398732 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 44564480 140732260021498 140732260021574 140732260021574 140732260024273 0
/proc/5542/statm: 26291 18979 316 7529 0 18738 0
Current children cumulated CPU time (s) 2262.05
Current children cumulated vsize (KiB) 105164

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 5798
/proc/meminfo: memFree=30821880/32770624 swapFree=6792/947324
[pid=5542] ppid=5539 vsize=105164 CPUtime=2322.05 cores=1,3,5,7
/proc/5542/stat : 5542 (BTD) R 5539 5542 3400 0 -1 4202496 71990 0 0 0 232040 165 0 0 20 0 1 0 16596046 107687936 18979 33554432000 4194304 35031059 140732260018000 140732260017000 7760138 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 44564480 140732260021498 140732260021574 140732260021574 140732260024273 0
/proc/5542/statm: 26291 18979 316 7529 0 18738 0
Current children cumulated CPU time (s) 2322.05
Current children cumulated vsize (KiB) 105164

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 5799
/proc/meminfo: memFree=30821788/32770624 swapFree=6792/947352
[pid=5542] ppid=5539 vsize=105164 CPUtime=2382.04 cores=1,3,5,7
/proc/5542/stat : 5542 (BTD) R 5539 5542 3400 0 -1 4202496 72181 0 0 0 238033 171 0 0 20 0 1 0 16596046 107687936 19001 33554432000 4194304 35031059 140732260018000 140732260017000 4397324 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 44564480 140732260021498 140732260021574 140732260021574 140732260024273 0
/proc/5542/statm: 26291 19001 316 7529 0 18738 0
Current children cumulated CPU time (s) 2382.04
Current children cumulated vsize (KiB) 105164



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 5799
/proc/meminfo: memFree=30821788/32770624 swapFree=6792/947364
[pid=5542] ppid=5539 vsize=93504 CPUtime=2400.04 cores=1,3,5,7
/proc/5542/stat : 5542 (BTD) R 5539 5542 3400 0 -1 4202496 72637 0 0 0 239831 173 0 0 20 0 1 0 16596046 95748096 16101 33554432000 4194304 35031059 140732260018000 140732260016984 4623902 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 44564480 140732260021498 140732260021574 140732260021574 140732260024273 0
/proc/5542/statm: 23376 16101 327 7529 0 15823 0
Current children cumulated CPU time (s) 2400.04
Current children cumulated vsize (KiB) 93504

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

[startup+2400.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 5799
/proc/meminfo: memFree=30821788/32770624 swapFree=6792/947364
[pid=5542] ppid=5539 vsize=93504 CPUtime=2400.04 cores=1,3,5,7
/proc/5542/stat : 5542 (BTD) R 5539 5542 3400 0 -1 4202496 72637 0 0 0 239831 173 0 0 20 0 1 0 16596046 95748096 16101 33554432000 4194304 35031059 140732260018000 140732260016984 4623902 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 37130264 37226188 44564480 140732260021498 140732260021574 140732260021574 140732260024273 0
/proc/5542/statm: 23376 16101 327 7529 0 15823 0
Current children cumulated CPU time (s) 2400.04
Current children cumulated vsize (KiB) 93504

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2400.31
CPU time (s): 2400.06
CPU user time (s): 2398.32
CPU system time (s): 1.73983
CPU usage (%): 99.9896
Max. virtual memory (cumulated for all children) (KiB): 105164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.32
system time used= 1.73983
maximum resident set size= 76048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72637
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= 16
involuntary context switches= 121980

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.41586 second user time and 9.45928 second system time

The end

Launcher Data

Begin job on node143 at 2017-07-21 12:07:05
IDJOB=4242569
IDBENCH=135029
IDSOLVER=2619
FILE ID=node143/4242569-1500631625
RUNJOBID= node143-1500623775-3432
PBS_JOBID= 20622991
Free space on /tmp= 61960 MiB

SOLVER NAME= BTD 2017-06-30
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-dec-sptate/Pb-Tate-K108.xml
COMMAND LINE= BTD TIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4242569-1500631625/watcher-4242569-1500631625 -o /tmp/evaluation-result-4242569-1500631625/solver-4242569-1500631625 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1500623775-3432 --watchdog 2560  BTD 2400 HOME/instance-4242569-1500631625.xml

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

MD5SUM BENCH= 2a47884be513939e719b7a1148b6038b
RANDOM SEED=893326707

node143.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		: 2267.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 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:        30885344 kB
MemAvailable:   31990936 kB
Buffers:          159460 kB
Cached:          1224548 kB
SwapCached:            0 kB
Active:           507132 kB
Inactive:         954968 kB
Active(anon):      80996 kB
Inactive(anon):     8760 kB
Active(file):     426136 kB
Inactive(file):   946208 kB
Unevictable:        6792 kB
Mlocked:            6800 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             38820 kB
Writeback:             0 kB
AnonPages:         84800 kB
Mapped:            34092 kB
Shmem:              8852 kB
Slab:             123000 kB
SReclaimable:      98168 kB
SUnreclaim:        24832 kB
KernelStack:        3328 kB
PageTables:         5176 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     350080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     28672 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61920 MiB
End job on node143 at 2017-07-21 12:47:06