Trace number 4239937

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
R1: BTD 2017-06-30? 2400 2400.59

General information on the benchmark

NameColouredQueens/ColouredQueens-m1-s1/
ColouredQueens-14.xml
MD5SUMeb742fbc5fe115028f4ee34ab4b949cf
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 variables196
Number of constraints78
Number of domains1
Minimum domain size14
Maximum domain size14
Distribution of domain sizes[{"size":14,"count":196}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":192}]
Minimum constraint arity2
Maximum constraint arity14
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":7,"count":4},{"arity":8,"count":4},{"arity":9,"count":4},{"arity":10,"count":4},{"arity":11,"count":4},{"arity":12,"count":4},{"arity":13,"count":4},{"arity":14,"count":30}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":78}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.01	c Version: 2017-06-30
2399.91/2400.58	s UNKNOWN
2399.91/2400.58	c Solving # Nodes: 10564635
2399.91/2400.58	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-4239937-1500623777/watcher-4239937-1500623777 -o /tmp/evaluation-result-4239937-1500623777/solver-4239937-1500623777 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1500623775-3997 --watchdog 2560 BTD 2400 HOME/instance-4239937-1500623777.xml 

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

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


[startup+0 s]
/proc/loadavg: 0.08 0.03 0.05 3/182 4019
/proc/meminfo: memFree=31168424/32770624 swapFree=6492/742028
[pid=4019] ppid=4016 vsize=30672 CPUtime=0 cores=0,2,4,6
/proc/4019/stat : 4019 (BTD) R 4016 4019 3966 0 -1 4202496 421 0 0 0 0 0 0 0 20 0 1 0 15815799 31408128 260 33554432000 4194304 35031059 140723185820768 140723185820768 7408842 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 37130264 37226188 60571648 140723185825018 140723185825094 140723185825094 140723185827793 0
/proc/4019/statm: 7668 260 226 7529 0 115 0

[startup+0.100211 s]
/proc/loadavg: 0.08 0.03 0.05 3/182 4019
/proc/meminfo: memFree=31168424/32770624 swapFree=6492/742028
[pid=4019] ppid=4016 vsize=31728 CPUtime=0.09 cores=0,2,4,6
/proc/4019/stat : 4019 (BTD) R 4016 4019 3966 0 -1 4202496 741 0 0 0 9 0 0 0 20 0 1 0 15815799 32489472 590 33554432000 4194304 35031059 140723185820768 140723185819768 7398474 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 37130264 37226188 60571648 140723185825018 140723185825094 140723185825094 140723185827793 0
/proc/4019/statm: 7932 590 290 7529 0 379 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31728

[startup+0.200314 s]
/proc/loadavg: 0.08 0.03 0.05 3/182 4019
/proc/meminfo: memFree=31168424/32770624 swapFree=6492/742028
[pid=4019] ppid=4016 vsize=31728 CPUtime=0.19 cores=0,2,4,6
/proc/4019/stat : 4019 (BTD) R 4016 4019 3966 0 -1 4202496 742 0 0 0 19 0 0 0 20 0 1 0 15815799 32489472 590 33554432000 4194304 35031059 140723185820768 140723185819768 4444882 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 37130264 37226188 60571648 140723185825018 140723185825094 140723185825094 140723185827793 0
/proc/4019/statm: 7932 590 290 7529 0 379 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 31728

[startup+0.300295 s]
/proc/loadavg: 0.08 0.03 0.05 3/182 4019
/proc/meminfo: memFree=31168424/32770624 swapFree=6492/742028
[pid=4019] ppid=4016 vsize=31728 CPUtime=0.28 cores=0,2,4,6
/proc/4019/stat : 4019 (BTD) R 4016 4019 3966 0 -1 4202496 744 0 0 0 28 0 0 0 20 0 1 0 15815799 32489472 590 33554432000 4194304 35031059 140723185820768 140723185819768 4445167 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 37130264 37226188 60571648 140723185825018 140723185825094 140723185825094 140723185827793 0
/proc/4019/statm: 7932 590 290 7529 0 379 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 31728

[startup+0.700278 s]
/proc/loadavg: 0.08 0.03 0.05 3/182 4019
/proc/meminfo: memFree=31168424/32770624 swapFree=6492/742028
[pid=4019] ppid=4016 vsize=31728 CPUtime=0.68 cores=0,2,4,6
/proc/4019/stat : 4019 (BTD) R 4016 4019 3966 0 -1 4202496 749 0 0 0 68 0 0 0 20 0 1 0 15815799 32489472 590 33554432000 4194304 35031059 140723185820768 140723185819768 6457924 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 37130264 37226188 60571648 140723185825018 140723185825094 140723185825094 140723185827793 0
/proc/4019/statm: 7932 590 290 7529 0 379 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 31728

[startup+1.50028 s]
/proc/loadavg: 0.08 0.03 0.05 2/184 4038
/proc/meminfo: memFree=31166752/32770624 swapFree=6492/732176
[pid=4019] ppid=4016 vsize=31860 CPUtime=1.49 cores=0,2,4,6
/proc/4019/stat : 4019 (BTD) R 4016 4019 3966 0 -1 4202496 757 0 0 0 148 1 0 0 20 0 1 0 15815799 32624640 590 33554432000 4194304 35031059 140723185820768 140723185819768 4541532 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 37130264 37226188 60571648 140723185825018 140723185825094 140723185825094 140723185827793 0
/proc/4019/statm: 7965 590 290 7529 0 412 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31860

[startup+3.10027 s]
/proc/loadavg: 0.08 0.03 0.05 2/183 4076
/proc/meminfo: memFree=31202772/32770624 swapFree=6492/731672
[pid=4019] ppid=4016 vsize=31860 CPUtime=3.09 cores=0,2,4,6
/proc/4019/stat : 4019 (BTD) R 4016 4019 3966 0 -1 4202496 955 0 0 0 307 2 0 0 20 0 1 0 15815799 32624640 628 33554432000 4194304 35031059 140723185820768 140723185819768 7405851 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 37130264 37226188 60571648 140723185825018 140723185825094 140723185825094 140723185827793 0
/proc/4019/statm: 7965 628 295 7529 0 412 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31860

[startup+6.30027 s]
/proc/loadavg: 0.16 0.05 0.06 3/202 4242
/proc/meminfo: memFree=31148500/32770624 swapFree=6492/732016
[pid=4019] ppid=4016 vsize=31860 CPUtime=6.28 cores=0,2,4,6
/proc/4019/stat : 4019 (BTD) R 4016 4019 3966 0 -1 4202496 1164 0 0 0 625 3 0 0 20 0 1 0 15815799 32624640 639 33554432000 4194304 35031059 140723185820768 140723185819768 7760138 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 37130264 37226188 60571648 140723185825018 140723185825094 140723185825094 140723185827793 0
/proc/4019/statm: 7965 639 295 7529 0 412 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 31860

[startup+12.7003 s]
/proc/loadavg: 0.22 0.06 0.06 3/189 4335
/proc/meminfo: memFree=31162056/32770624 swapFree=6492/731808
[pid=4019] ppid=4016 vsize=31992 CPUtime=12.68 cores=0,2,4,6
/proc/4019/stat : 4019 (BTD) R 4016 4019 3966 0 -1 4202496 1386 0 0 0 1259 9 0 0 20 0 1 0 15815799 32759808 657 33554432000 4194304 35031059 140723185820768 140723185819768 4443459 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 37130264 37226188 60571648 140723185825018 140723185825094 140723185825094 140723185827793 0
/proc/4019/statm: 7998 657 295 7529 0 445 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 31992

[startup+25.5003 s]
/proc/loadavg: 0.55 0.14 0.09 3/189 4396
/proc/meminfo: memFree=31127532/32770624 swapFree=6492/731856
[pid=4019] ppid=4016 vsize=31992 CPUtime=25.48 cores=0,2,4,6
/proc/4019/stat : 4019 (BTD) R 4016 4019 3966 0 -1 4202496 1832 0 0 0 2530 18 0 0 20 0 1 0 15815799 32759808 669 33554432000 4194304 35031059 140723185820768 140723185819768 7398350 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 37130264 37226188 60571648 140723185825018 140723185825094 140723185825094 140723185827793 0
/proc/4019/statm: 7998 669 295 7529 0 445 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 31992

[startup+51.1003 s]
/proc/loadavg: 1.04 0.29 0.14 3/189 4396
/proc/meminfo: memFree=31126676/32770624 swapFree=6492/731880
[pid=4019] ppid=4016 vsize=31992 CPUtime=51.07 cores=0,2,4,6
/proc/4019/stat : 4019 (BTD) R 4016 4019 3966 0 -1 4202496 2079 0 0 0 5075 32 0 0 20 0 1 0 15815799 32759808 679 33554432000 4194304 35031059 140723185820768 140723185819768 7760138 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 37130264 37226188 60571648 140723185825018 140723185825094 140723185825094 140723185827793 0
/proc/4019/statm: 7998 679 295 7529 0 445 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 31992

[startup+102.3 s]
/proc/loadavg: 1.58 0.55 0.23 3/189 4397
/proc/meminfo: memFree=31125944/32770624 swapFree=6492/731912
[pid=4019] ppid=4016 vsize=32124 CPUtime=102.26 cores=0,2,4,6
/proc/4019/stat : 4019 (BTD) R 4016 4019 3966 0 -1 4202496 2349 0 0 0 10162 64 0 0 20 0 1 0 15815799 32894976 690 33554432000 4194304 35031059 140723185820768 140723185819768 7760138 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 37130264 37226188 60571648 140723185825018 140723185825094 140723185825094 140723185827793 0
/proc/4019/statm: 8031 690 295 7529 0 478 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 32124

[startup+162.3 s]
/proc/loadavg: 1.85 0.82 0.34 3/189 4399
/proc/meminfo: memFree=31126224/32770624 swapFree=6492/731948
[pid=4019] ppid=4016 vsize=32124 CPUtime=162.25 cores=0,2,4,6
/proc/4019/stat : 4019 (BTD) R 4016 4019 3966 0 -1 4202496 2615 0 0 0 16121 104 0 0 20 0 1 0 15815799 32894976 704 33554432000 4194304 35031059 140723185820768 140723185819768 7760138 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 37130264 37226188 60571648 140723185825018 140723185825094 140723185825094 140723185827793 0
/proc/4019/statm: 8031 704 295 7529 0 478 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 32124

[startup+222.306 s]
/proc/loadavg: 1.94 1.03 0.45 3/189 4400
/proc/meminfo: memFree=31125984/32770624 swapFree=6492/731980
[pid=4019] ppid=4016 vsize=32256 CPUtime=222.24 cores=0,2,4,6
/proc/4019/stat : 4019 (BTD) R 4016 4019 3966 0 -1 4202496 2888 0 0 0 22083 141 0 0 20 0 1 0 15815799 33030144 713 33554432000 4194304 35031059 140723185820768 140723185819768 7760138 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 37130264 37226188 60571648 140723185825018 140723185825094 140723185825094 140723185827793 0
/proc/4019/statm: 8064 713 295 7529 0 511 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 32256

[startup+282.3 s]
/proc/loadavg: 1.98 1.21 0.55 3/189 4408
/proc/meminfo: memFree=31125748/32770624 swapFree=6492/732028
[pid=4019] ppid=4016 vsize=32256 CPUtime=282.22 cores=0,2,4,6
/proc/4019/stat : 4019 (BTD) R 4016 4019 3966 0 -1 4202496 3151 0 0 0 28046 176 0 0 20 0 1 0 15815799 33030144 719 33554432000 4194304 35031059 140723185820768 140723185819768 7760138 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 37130264 37226188 60571648 140723185825018 140723185825094 140723185825094 140723185827793 0
/proc/4019/statm: 8064 719 295 7529 0 511 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 32256

[startup+342.3 s]
/proc/loadavg: 2.02 1.37 0.64 3/187 4431
/proc/meminfo: memFree=31125500/32770624 swapFree=6492/732064
[pid=4019] ppid=4016 vsize=32256 CPUtime=342.2 cores=0,2,4,6
/proc/4019/stat : 4019 (BTD) R 4016 4019 3966 0 -1 4202496 3409 0 0 0 34005 215 0 0 20 0 1 0 15815799 33030144 721 33554432000 4194304 35031059 140723185820768 140723185819768 6458405 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 37130264 37226188 60571648 140723185825018 140723185825094 140723185825094 140723185827793 0
/proc/4019/statm: 8064 721 295 7529 0 511 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 32256

[startup+402.3 s]
/proc/loadavg: 2.12 1.52 0.74 3/187 4432
/proc/meminfo: memFree=31125520/32770624 swapFree=6492/732092
[pid=4019] ppid=4016 vsize=32256 CPUtime=402.19 cores=0,2,4,6
/proc/4019/stat : 4019 (BTD) R 4016 4019 3966 0 -1 4202496 3662 0 0 0 39968 251 0 0 20 0 1 0 15815799 33030144 726 33554432000 4194304 35031059 140723185820768 140723185819768 4213244 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 37130264 37226188 60571648 140723185825018 140723185825094 140723185825094 140723185827793 0
/proc/4019/statm: 8064 726 295 7529 0 511 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 32256

[startup+462.3 s]
/proc/loadavg: 2.09 1.62 0.83 3/187 4433
/proc/meminfo: memFree=31125644/32770624 swapFree=6492/732120
[pid=4019] ppid=4016 vsize=32256 CPUtime=462.17 cores=0,2,4,6
/proc/4019/stat : 4019 (BTD) R 4016 4019 3966 0 -1 4202496 3938 0 0 0 45929 288 0 0 20 0 1 0 15815799 33030144 728 33554432000 4194304 35031059 140723185820768 140723185819768 7760138 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 37130264 37226188 60571648 140723185825018 140723185825094 140723185825094 140723185827793 0
/proc/4019/statm: 8064 728 295 7529 0 511 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 32256

[startup+522.3 s]
/proc/loadavg: 2.08 1.71 0.90 3/187 4434
/proc/meminfo: memFree=31125768/32770624 swapFree=6492/732152
[pid=4019] ppid=4016 vsize=32256 CPUtime=522.15 cores=0,2,4,6
/proc/4019/stat : 4019 (BTD) R 4016 4019 3966 0 -1 4202496 4196 0 0 0 51889 326 0 0 20 0 1 0 15815799 33030144 731 33554432000 4194304 35031059 140723185820768 140723185819768 7760138 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 37130264 37226188 60571648 140723185825018 140723185825094 140723185825094 140723185827793 0
/proc/4019/statm: 8064 731 295 7529 0 511 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 32256

[startup+582.3 s]
/proc/loadavg: 2.03 1.76 0.97 3/187 4435
/proc/meminfo: memFree=31125992/32770624 swapFree=6492/732180
[pid=4019] ppid=4016 vsize=32256 CPUtime=582.14 cores=0,2,4,6
/proc/4019/stat : 4019 (BTD) R 4016 4019 3966 0 -1 4202496 4461 0 0 0 57850 364 0 0 20 0 1 0 15815799 33030144 734 33554432000 4194304 35031059 140723185820768 140723185819768 4445153 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 37130264 37226188 60571648 140723185825018 140723185825094 140723185825094 140723185827793 0
/proc/4019/statm: 8064 734 295 7529 0 511 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 32256


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

/proc/loadavg: 2.00 2.00 1.72 3/187 4470
/proc/meminfo: memFree=31123864/32770624 swapFree=6492/732812
[pid=4019] ppid=4016 vsize=32388 CPUtime=1781.85 cores=0,2,4,6
/proc/4019/stat : 4019 (BTD) R 4016 4019 3966 0 -1 4202496 9349 0 0 0 177061 1124 0 0 20 0 1 0 15815799 33165312 756 33554432000 4194304 35031059 140723185820768 140723185819768 4443356 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 37130264 37226188 60571648 140723185825018 140723185825094 140723185825094 140723185827793 0
/proc/4019/statm: 8097 756 295 7529 0 544 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 32388

[startup+1842.3 s]
/proc/loadavg: 2.04 2.01 1.74 3/187 4471
/proc/meminfo: memFree=31123740/32770624 swapFree=6492/732852
[pid=4019] ppid=4016 vsize=32388 CPUtime=1841.84 cores=0,2,4,6
/proc/4019/stat : 4019 (BTD) R 4016 4019 3966 0 -1 4202496 9563 0 0 0 183021 1163 0 0 20 0 1 0 15815799 33165312 756 33554432000 4194304 35031059 140723185820768 140723185819768 4442843 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 37130264 37226188 60571648 140723185825018 140723185825094 140723185825094 140723185827793 0
/proc/4019/statm: 8097 756 295 7529 0 544 0
Current children cumulated CPU time (s) 1841.84
Current children cumulated vsize (KiB) 32388

[startup+1902.3 s]
/proc/loadavg: 2.05 2.02 1.77 3/187 4472
/proc/meminfo: memFree=31123864/32770624 swapFree=6492/732880
[pid=4019] ppid=4016 vsize=32388 CPUtime=1901.82 cores=0,2,4,6
/proc/4019/stat : 4019 (BTD) R 4016 4019 3966 0 -1 4202496 9848 0 0 0 188982 1200 0 0 20 0 1 0 15815799 33165312 759 33554432000 4194304 35031059 140723185820768 140723185819768 7760138 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 37130264 37226188 60571648 140723185825018 140723185825094 140723185825094 140723185827793 0
/proc/4019/statm: 8097 759 295 7529 0 544 0
Current children cumulated CPU time (s) 1901.82
Current children cumulated vsize (KiB) 32388

[startup+1962.3 s]
/proc/loadavg: 2.02 2.02 1.78 3/187 4474
/proc/meminfo: memFree=31123840/32770624 swapFree=6492/732908
[pid=4019] ppid=4016 vsize=32388 CPUtime=1961.81 cores=0,2,4,6
/proc/4019/stat : 4019 (BTD) R 4016 4019 3966 0 -1 4202496 10065 0 0 0 194939 1242 0 0 20 0 1 0 15815799 33165312 759 33554432000 4194304 35031059 140723185820768 140723185819768 4445159 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 37130264 37226188 60571648 140723185825018 140723185825094 140723185825094 140723185827793 0
/proc/4019/statm: 8097 759 295 7529 0 544 0
Current children cumulated CPU time (s) 1961.81
Current children cumulated vsize (KiB) 32388

[startup+2022.3 s]
/proc/loadavg: 2.01 2.01 1.79 3/187 4475
/proc/meminfo: memFree=31123936/32770624 swapFree=6492/732940
[pid=4019] ppid=4016 vsize=32388 CPUtime=2021.79 cores=0,2,4,6
/proc/4019/stat : 4019 (BTD) R 4016 4019 3966 0 -1 4202496 10287 0 0 0 200899 1280 0 0 20 0 1 0 15815799 33165312 759 33554432000 4194304 35031059 140723185820768 140723185819768 7760138 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 37130264 37226188 60571648 140723185825018 140723185825094 140723185825094 140723185827793 0
/proc/4019/statm: 8097 759 295 7529 0 544 0
Current children cumulated CPU time (s) 2021.79
Current children cumulated vsize (KiB) 32388

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 1.80 3/188 4484
/proc/meminfo: memFree=31123908/32770624 swapFree=6492/732980
[pid=4019] ppid=4016 vsize=32388 CPUtime=2081.78 cores=0,2,4,6
/proc/4019/stat : 4019 (BTD) R 4016 4019 3966 0 -1 4202496 10578 0 0 0 206859 1319 0 0 20 0 1 0 15815799 33165312 763 33554432000 4194304 35031059 140723185820768 140723185819768 7760138 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 37130264 37226188 60571648 140723185825018 140723185825094 140723185825094 140723185827793 0
/proc/4019/statm: 8097 763 295 7529 0 544 0
Current children cumulated CPU time (s) 2081.78
Current children cumulated vsize (KiB) 32388

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 1.81 3/188 4485
/proc/meminfo: memFree=31123608/32770624 swapFree=6492/733016
[pid=4019] ppid=4016 vsize=32388 CPUtime=2141.76 cores=0,2,4,6
/proc/4019/stat : 4019 (BTD) R 4016 4019 3966 0 -1 4202496 10797 0 0 0 212824 1352 0 0 20 0 1 0 15815799 33165312 763 33554432000 4194304 35031059 140723185820768 140723185819768 7760138 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 37130264 37226188 60571648 140723185825018 140723185825094 140723185825094 140723185827793 0
/proc/4019/statm: 8097 763 295 7529 0 544 0
Current children cumulated CPU time (s) 2141.76
Current children cumulated vsize (KiB) 32388

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 1.83 3/188 4486
/proc/meminfo: memFree=31123816/32770624 swapFree=6492/733044
[pid=4019] ppid=4016 vsize=32388 CPUtime=2201.76 cores=0,2,4,6
/proc/4019/stat : 4019 (BTD) R 4016 4019 3966 0 -1 4202496 11018 0 0 0 218788 1388 0 0 20 0 1 0 15815799 33165312 763 33554432000 4194304 35031059 140723185820768 140723185819768 7760138 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 37130264 37226188 60571648 140723185825018 140723185825094 140723185825094 140723185827793 0
/proc/4019/statm: 8097 763 295 7529 0 544 0
Current children cumulated CPU time (s) 2201.76
Current children cumulated vsize (KiB) 32388

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 1.84 3/188 4487
/proc/meminfo: memFree=31123900/32770624 swapFree=6492/733072
[pid=4019] ppid=4016 vsize=32388 CPUtime=2261.74 cores=0,2,4,6
/proc/4019/stat : 4019 (BTD) R 4016 4019 3966 0 -1 4202496 11239 0 0 0 224751 1423 0 0 20 0 1 0 15815799 33165312 763 33554432000 4194304 35031059 140723185820768 140723185819768 4445167 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 37130264 37226188 60571648 140723185825018 140723185825094 140723185825094 140723185827793 0
/proc/4019/statm: 8097 763 295 7529 0 544 0
Current children cumulated CPU time (s) 2261.74
Current children cumulated vsize (KiB) 32388

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 1.85 3/188 4488
/proc/meminfo: memFree=31123544/32770624 swapFree=6492/733100
[pid=4019] ppid=4016 vsize=32388 CPUtime=2321.73 cores=0,2,4,6
/proc/4019/stat : 4019 (BTD) R 4016 4019 3966 0 -1 4202496 11520 0 0 0 230713 1460 0 0 20 0 1 0 15815799 33165312 765 33554432000 4194304 35031059 140723185820768 140723185819768 7760138 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 37130264 37226188 60571648 140723185825018 140723185825094 140723185825094 140723185827793 0
/proc/4019/statm: 8097 765 295 7529 0 544 0
Current children cumulated CPU time (s) 2321.73
Current children cumulated vsize (KiB) 32388

[startup+2382.3 s]
/proc/loadavg: 2.05 2.03 1.87 3/187 4489
/proc/meminfo: memFree=31123320/32770624 swapFree=6492/733132
[pid=4019] ppid=4016 vsize=32388 CPUtime=2381.71 cores=0,2,4,6
/proc/4019/stat : 4019 (BTD) R 4016 4019 3966 0 -1 4202496 11741 0 0 0 236673 1498 0 0 20 0 1 0 15815799 33165312 765 33554432000 4194304 35031059 140723185820768 140723185819768 7760138 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 37130264 37226188 60571648 140723185825018 140723185825094 140723185825094 140723185827793 0
/proc/4019/statm: 8097 765 295 7529 0 544 0
Current children cumulated CPU time (s) 2381.71
Current children cumulated vsize (KiB) 32388

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

[startup+2393.6 s]
/proc/loadavg: 2.04 2.03 1.87 3/187 4489
/proc/meminfo: memFree=31123196/32770624 swapFree=6492/733144
[pid=4019] ppid=4016 vsize=32388 CPUtime=2393.01 cores=0,2,4,6
/proc/4019/stat : 4019 (BTD) R 4016 4019 3966 0 -1 4202496 11745 0 0 0 237795 1506 0 0 20 0 1 0 15815799 33165312 765 33554432000 4194304 35031059 140723185820768 140723185819768 7760138 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 37130264 37226188 60571648 140723185825018 140723185825094 140723185825094 140723185827793 0
/proc/4019/statm: 8097 765 295 7529 0 544 0
Current children cumulated CPU time (s) 2393.01
Current children cumulated vsize (KiB) 32388

[startup+2396.8 s]
/proc/loadavg: 2.04 2.03 1.87 3/187 4489
/proc/meminfo: memFree=31123196/32770624 swapFree=6492/733144
[pid=4019] ppid=4016 vsize=32388 CPUtime=2396.21 cores=0,2,4,6
/proc/4019/stat : 4019 (BTD) R 4016 4019 3966 0 -1 4202496 11745 0 0 0 238113 1508 0 0 20 0 1 0 15815799 33165312 765 33554432000 4194304 35031059 140723185820768 140723185819768 6457960 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 37130264 37226188 60571648 140723185825018 140723185825094 140723185825094 140723185827793 0
/proc/4019/statm: 8097 765 295 7529 0 544 0
Current children cumulated CPU time (s) 2396.21
Current children cumulated vsize (KiB) 32388

[startup+2398.4 s]
/proc/loadavg: 2.04 2.03 1.87 3/187 4489
/proc/meminfo: memFree=31123196/32770624 swapFree=6492/733144
[pid=4019] ppid=4016 vsize=32388 CPUtime=2397.81 cores=0,2,4,6
/proc/4019/stat : 4019 (BTD) R 4016 4019 3966 0 -1 4202496 11963 0 0 0 238272 1509 0 0 20 0 1 0 15815799 33165312 765 33554432000 4194304 35031059 140723185820768 140723185819768 4213232 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 37130264 37226188 60571648 140723185825018 140723185825094 140723185825094 140723185827793 0
/proc/4019/statm: 8097 765 295 7529 0 544 0
Current children cumulated CPU time (s) 2397.81
Current children cumulated vsize (KiB) 32388

[startup+2399.21 s]
/proc/loadavg: 2.04 2.03 1.87 3/187 4489
/proc/meminfo: memFree=31123196/32770624 swapFree=6492/733144
[pid=4019] ppid=4016 vsize=32388 CPUtime=2398.61 cores=0,2,4,6
/proc/4019/stat : 4019 (BTD) R 4016 4019 3966 0 -1 4202496 11963 0 0 0 238352 1509 0 0 20 0 1 0 15815799 33165312 765 33554432000 4194304 35031059 140723185820768 140723185819768 7760138 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 37130264 37226188 60571648 140723185825018 140723185825094 140723185825094 140723185827793 0
/proc/4019/statm: 8097 765 295 7529 0 544 0
Current children cumulated CPU time (s) 2398.61
Current children cumulated vsize (KiB) 32388

[startup+2400 s]
/proc/loadavg: 2.04 2.03 1.87 3/187 4489
/proc/meminfo: memFree=31123196/32770624 swapFree=6492/733144
[pid=4019] ppid=4016 vsize=32388 CPUtime=2399.41 cores=0,2,4,6
/proc/4019/stat : 4019 (BTD) R 4016 4019 3966 0 -1 4202496 11963 0 0 0 238431 1510 0 0 20 0 1 0 15815799 33165312 765 33554432000 4194304 35031059 140723185820768 140723185819768 7760138 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 37130264 37226188 60571648 140723185825018 140723185825094 140723185825094 140723185827793 0
/proc/4019/statm: 8097 765 295 7529 0 544 0
Current children cumulated CPU time (s) 2399.41
Current children cumulated vsize (KiB) 32388

[startup+2400.4 s]
/proc/loadavg: 2.03 2.03 1.87 3/187 4489
/proc/meminfo: memFree=31123196/32770624 swapFree=6492/733148
[pid=4019] ppid=4016 vsize=32388 CPUtime=2399.81 cores=0,2,4,6
/proc/4019/stat : 4019 (BTD) R 4016 4019 3966 0 -1 4202496 11963 0 0 0 238471 1510 0 0 20 0 1 0 15815799 33165312 765 33554432000 4194304 35031059 140723185820768 140723185819768 7760138 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 37130264 37226188 60571648 140723185825018 140723185825094 140723185825094 140723185827793 0
/proc/4019/statm: 8097 765 295 7529 0 544 0
Current children cumulated CPU time (s) 2399.81
Current children cumulated vsize (KiB) 32388

[startup+2400.5 s]
/proc/loadavg: 2.03 2.03 1.87 3/187 4489
/proc/meminfo: memFree=31123196/32770624 swapFree=6492/733148
[pid=4019] ppid=4016 vsize=32388 CPUtime=2399.91 cores=0,2,4,6
/proc/4019/stat : 4019 (BTD) R 4016 4019 3966 0 -1 4202496 11963 0 0 0 238481 1510 0 0 20 0 1 0 15815799 33165312 765 33554432000 4194304 35031059 140723185820768 140723185819768 6458030 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 37130264 37226188 60571648 140723185825018 140723185825094 140723185825094 140723185827793 0
/proc/4019/statm: 8097 765 295 7529 0 544 0
Current children cumulated CPU time (s) 2399.91
Current children cumulated vsize (KiB) 32388

Child status: 0
Real time (s): 2400.59
CPU time (s): 2400
CPU user time (s): 2384.9
CPU system time (s): 15.1034
CPU usage (%): 99.9755
Max. virtual memory (cumulated for all children) (KiB): 32388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2384.9
system time used= 15.1034
maximum resident set size= 3120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12210
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= 3
involuntary context switches= 123036

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.61637 second user time and 8.61524 second system time

The end

Launcher Data

Begin job on node136 at 2017-07-21 09:56:17
IDJOB=4239937
IDBENCH=115875
IDSOLVER=2619
FILE ID=node136/4239937-1500623777
RUNJOBID= node136-1500623775-3997
PBS_JOBID= 20622997
Free space on /tmp= 62004 MiB

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

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

MD5SUM BENCH= eb742fbc5fe115028f4ee34ab4b949cf
RANDOM SEED=1817825856

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.10
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:        31168852 kB
MemAvailable:   32014744 kB
Buffers:          153256 kB
Cached:           972248 kB
SwapCached:            0 kB
Active:           405952 kB
Inactive:         772976 kB
Active(anon):      56352 kB
Inactive(anon):     8800 kB
Active(file):     349600 kB
Inactive(file):   764176 kB
Unevictable:        6492 kB
Mlocked:            6500 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             76908 kB
Writeback:             0 kB
AnonPages:         60172 kB
Mapped:            31944 kB
Shmem:              8852 kB
Slab:             120404 kB
SReclaimable:      95900 kB
SUnreclaim:        24504 kB
KernelStack:        3248 kB
PageTables:         4812 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     308772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61928 MiB
End job on node136 at 2017-07-21 10:36:19