Trace number 4265543

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-08-10SAT 1324.21 1324.37

General information on the benchmark

NameSuperSolutions/SuperSolutions-Sadeh-js/
SuperSadeh-js-enddr1-9.xml
MD5SUM663436d48867ef848cc7f80c5423cb12
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 benchmark2.07445
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Number of domains48
Minimum domain size105
Maximum domain size122
Distribution of domain sizes[{"size":105,"count":10},{"size":108,"count":10},{"size":110,"count":10},{"size":112,"count":10},{"size":115,"count":10},{"size":116,"count":20},{"size":119,"count":10},{"size":121,"count":10},{"size":122,"count":10}]
Minimum variable degree11
Maximum variable degree23
Distribution of variable degrees[{"degree":11,"count":20},{"degree":12,"count":30},{"degree":21,"count":20},{"degree":23,"count":30}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":845}]
Number of extensional constraints0
Number of intensional constraints845
Distribution of constraint types[{"type":"intension","count":845}]
Optimization problemNO
Type of objective

Solver Data

0.51/0.61	c Version: 2017-08-10
1324.13/1324.36	s SATISFIABLE
1324.13/1324.36	v <instantiation type="solution">
1324.13/1324.36	v <list> x0 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18 x19 x20 x21 x22 x23 x24 x25 x26 x27 x28 x29 x30 x31 x32 x33 x34 x35 x36 x37 x38 x39 x40 x41 x42 x43 x44 x45 x46 x47 x48 x49 x50 x51 x52 x53 x54 x55 x56 x57 x58 x59 x60 x61 x62 x63 x64 x65 x66 x67 x68 x69 x70 x71 x72 x73 x74 x75 x76 x77 x78 x79 x80 x81 x82 x83 x84 x85 x86 x87 x88 x89 x90 x91 x92 x93 x94 x95 x96 x97 x98 x99 </list>
1324.13/1324.36	v <values> 17 16 23 24 52 53 66 65 77 78 23 41 55 54 107 108 120 119 140 139 5 4 31 32 96 95 107 108 119 118 11 12 15 14 44 43 60 52 70 71 10 11 17 16 28 29 44 43 129 50 0 77 97 41 136 137 148 149 154 153 48 49 55 54 66 65 81 82 89 88 0 1 60 41 81 82 96 95 107 108 28 77 87 41 120 119 136 137 140 139 0 1 5 4 11 10 23 24 38 77 </values>
1324.13/1324.36	v </instantiation>
1324.13/1324.36	c Solving # Nodes: 13719513
1324.13/1324.36	c Global Time: 1324.21 s

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15041 MiB free)
  memory of node 1: 16384 MiB (15503 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4265543-1502774581/watcher-4265543-1502774581 -o /tmp/evaluation-result-4265543-1502774581/solver-4265543-1502774581 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502653304-21655 --watchdog 2580 BTD 2520 HOME/instance-4265543-1502774581.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=23866, runsolver pid=23863

[startup+0.100152 s]*
/proc/loadavg: 2.00 2.07 2.07 3/181 23867
/proc/meminfo: memFree=31277624/32770624 swapFree=67108860/67108860
[pid=23866] ppid=23863 vsize=31656 memory=2320 CPUtime=0.01 cores=1,3,5,7
/proc/23866/stat : 23866 (BTD) R 23863 23866 17093 0 -1 4202496 764 0 0 0 1 0 0 0 20 0 1 0 79651354 32415744 580 18446744073709551615 4194304 35031035 140724467472352 140724467472352 7174272 0 0 1 0 0 0 0 17 1 0 0 9 0 0 37130264 37226188 43876352 140724467474911 140724467474987 140724467474987 140724467478481 0
/proc/23866/statm: 7914 580 337 7529 0 361 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 31656 KiB
Current children cumulated memory: 2320 KiB

[startup+0.208973 s]*
/proc/loadavg: 2.00 2.07 2.07 3/181 23867
/proc/meminfo: memFree=31277024/32770624 swapFree=67108860/67108860
[pid=23866] ppid=23863 vsize=31848 memory=2812 CPUtime=0.12 cores=1,3,5,7
/proc/23866/stat : 23866 (BTD) R 23863 23866 17093 0 -1 4202496 889 0 0 0 12 0 0 0 20 0 1 0 79651354 32612352 703 18446744073709551615 4194304 35031035 140724467472352 140724467465944 7408826 0 0 1 0 0 0 0 17 1 0 0 9 0 0 37130264 37226188 43876352 140724467474911 140724467474987 140724467474987 140724467478481 0
/proc/23866/statm: 7962 703 410 7529 0 409 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 31848 KiB
Current children cumulated memory: 2812 KiB

[startup+0.308743 s]*
/proc/loadavg: 2.00 2.07 2.07 3/181 23867
/proc/meminfo: memFree=31276324/32770624 swapFree=67108860/67108860
[pid=23866] ppid=23863 vsize=32096 memory=3216 CPUtime=0.22 cores=1,3,5,7
/proc/23866/stat : 23866 (BTD) R 23863 23866 17093 0 -1 4202496 933 0 0 0 22 0 0 0 20 0 1 0 79651354 32866304 804 18446744073709551615 4194304 35031035 140724467472352 140724467465944 7405865 0 0 1 0 0 0 0 17 1 0 0 9 0 0 37130264 37226188 43876352 140724467474911 140724467474987 140724467474987 140724467478481 0
/proc/23866/statm: 8024 804 412 7529 0 471 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 32096 KiB
Current children cumulated memory: 3216 KiB

[startup+0.700273 s]
/proc/loadavg: 2.00 2.07 2.07 3/181 23867
/proc/meminfo: memFree=31275952/32770624 swapFree=67108860/67108860
[pid=23866] ppid=23863 vsize=36556 memory=7680 CPUtime=0.6 cores=1,3,5,7
/proc/23866/stat : 23866 (BTD) R 23863 23866 17093 0 -1 4202496 2069 0 0 0 60 0 0 0 20 0 1 0 79651354 37433344 1920 18446744073709551615 4194304 35031035 140724467472352 140724467465944 7760122 0 0 1 0 0 0 0 17 1 0 0 9 0 0 37130264 37226188 43876352 140724467474911 140724467474987 140724467474987 140724467478481 0
/proc/23866/statm: 9139 1920 465 7529 0 1586 0
Current children cumulated CPU time: 0.6 s
Current children cumulated vsize: 36556 KiB
Current children cumulated memory: 7680 KiB

[startup+1.50028 s]
/proc/loadavg: 1.92 2.05 2.07 3/181 23867
/proc/meminfo: memFree=31271748/32770624 swapFree=67108860/67108860
[pid=23866] ppid=23863 vsize=36688 memory=7680 CPUtime=1.4 cores=1,3,5,7
/proc/23866/stat : 23866 (BTD) R 23863 23866 17093 0 -1 4202496 2099 0 0 0 138 2 0 0 20 0 1 0 79651354 37568512 1920 18446744073709551615 4194304 35031035 140724467472352 140724467471352 7760122 0 0 1 0 0 0 0 17 1 0 0 9 0 0 37130264 37226188 43876352 140724467474911 140724467474987 140724467474987 140724467478481 0
/proc/23866/statm: 9172 1920 465 7529 0 1619 0
Current children cumulated CPU time: 1.4 s
Current children cumulated vsize: 36688 KiB
Current children cumulated memory: 7680 KiB

[startup+3.10881 s]
/proc/loadavg: 1.92 2.05 2.07 3/181 23867
/proc/meminfo: memFree=31271708/32770624 swapFree=67108860/67108860
[pid=23866] ppid=23863 vsize=36688 memory=7940 CPUtime=3.01 cores=1,3,5,7
/proc/23866/stat : 23866 (BTD) R 23863 23866 17093 0 -1 4202496 2696 0 0 0 296 5 0 0 20 0 1 0 79651354 37568512 1985 18446744073709551615 4194304 35031035 140724467472352 140724467471352 7760122 0 0 1 0 0 0 0 17 1 0 0 9 0 0 37130264 37226188 43876352 140724467474911 140724467474987 140724467474987 140724467478481 0
/proc/23866/statm: 9172 1985 470 7529 0 1619 0
Current children cumulated CPU time: 3.01 s
Current children cumulated vsize: 36688 KiB
Current children cumulated memory: 7940 KiB

[startup+6.30027 s]
/proc/loadavg: 1.93 2.05 2.07 3/181 23867
/proc/meminfo: memFree=31271444/32770624 swapFree=67108860/67108860
[pid=23866] ppid=23863 vsize=36820 memory=8052 CPUtime=6.19 cores=1,3,5,7
/proc/23866/stat : 23866 (BTD) R 23863 23866 17093 0 -1 4202496 2875 0 0 0 609 10 0 0 20 0 1 0 79651354 37703680 2013 18446744073709551615 4194304 35031035 140724467472352 140724467471352 7760122 0 0 1 0 0 0 0 17 1 0 0 9 0 0 37130264 37226188 43876352 140724467474911 140724467474987 140724467474987 140724467478481 0
/proc/23866/statm: 9205 2013 470 7529 0 1652 0
Current children cumulated CPU time: 6.19 s
Current children cumulated vsize: 36820 KiB
Current children cumulated memory: 8052 KiB

[startup+12.7003 s]
/proc/loadavg: 1.93 2.05 2.07 3/181 23867
/proc/meminfo: memFree=31271692/32770624 swapFree=67108860/67108860
[pid=23866] ppid=23863 vsize=36820 memory=8156 CPUtime=12.59 cores=1,3,5,7
/proc/23866/stat : 23866 (BTD) R 23863 23866 17093 0 -1 4202496 3037 0 0 0 1237 22 0 0 20 0 1 0 79651354 37703680 2039 18446744073709551615 4194304 35031035 140724467472352 140724467471352 7760122 0 0 1 0 0 0 0 17 1 0 0 9 0 0 37130264 37226188 43876352 140724467474911 140724467474987 140724467474987 140724467478481 0
/proc/23866/statm: 9205 2039 470 7529 0 1652 0
Current children cumulated CPU time: 12.59 s
Current children cumulated vsize: 36820 KiB
Current children cumulated memory: 8156 KiB

[startup+25.5003 s]
/proc/loadavg: 1.95 2.05 2.07 3/181 23867
/proc/meminfo: memFree=31271820/32770624 swapFree=67108860/67108860
[pid=23866] ppid=23863 vsize=36952 memory=8232 CPUtime=25.39 cores=1,3,5,7
/proc/23866/stat : 23866 (BTD) R 23863 23866 17093 0 -1 4202496 3323 0 0 0 2496 43 0 0 20 0 1 0 79651354 37838848 2058 18446744073709551615 4194304 35031035 140724467472352 140724467471352 7760122 0 0 1 0 0 0 0 17 1 0 0 9 0 0 37130264 37226188 43876352 140724467474911 140724467474987 140724467474987 140724467478481 0
/proc/23866/statm: 9238 2058 470 7529 0 1685 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 36952 KiB
Current children cumulated memory: 8232 KiB

[startup+51.1087 s]
/proc/loadavg: 1.97 2.04 2.06 3/181 23868
/proc/meminfo: memFree=31271672/32770624 swapFree=67108860/67108860
[pid=23866] ppid=23863 vsize=37084 memory=8292 CPUtime=51 cores=1,3,5,7
/proc/23866/stat : 23866 (BTD) R 23863 23866 17093 0 -1 4202496 3555 0 0 0 5015 85 0 0 20 0 1 0 79651354 37974016 2073 18446744073709551615 4194304 35031035 140724467472352 140724467471352 7760122 0 0 1 0 0 0 0 17 1 0 0 9 0 0 37130264 37226188 43876352 140724467474911 140724467474987 140724467474987 140724467478481 0
/proc/23866/statm: 9271 2073 470 7529 0 1718 0
Current children cumulated CPU time: 51 s
Current children cumulated vsize: 37084 KiB
Current children cumulated memory: 8292 KiB

[startup+102.3 s]
/proc/loadavg: 1.99 2.04 2.06 3/184 23884
/proc/meminfo: memFree=31266472/32770624 swapFree=67108860/67108860
[pid=23866] ppid=23863 vsize=37084 memory=8356 CPUtime=102.19 cores=1,3,5,7
/proc/23866/stat : 23866 (BTD) R 23863 23866 17093 0 -1 4202496 3748 0 0 0 10051 168 0 0 20 0 1 0 79651354 37974016 2089 18446744073709551615 4194304 35031035 140724467472352 140724467471352 7760122 0 0 1 0 0 0 0 17 1 0 0 9 0 0 37130264 37226188 43876352 140724467474911 140724467474987 140724467474987 140724467478481 0
/proc/23866/statm: 9271 2089 470 7529 0 1718 0
Current children cumulated CPU time: 102.19 s
Current children cumulated vsize: 37084 KiB
Current children cumulated memory: 8356 KiB

[startup+162.3 s]
/proc/loadavg: 1.99 2.03 2.05 3/184 23886
/proc/meminfo: memFree=31266468/32770624 swapFree=67108860/67108860
[pid=23866] ppid=23863 vsize=37084 memory=8540 CPUtime=162.19 cores=1,3,5,7
/proc/23866/stat : 23866 (BTD) R 23863 23866 17093 0 -1 4202496 3913 0 0 0 15955 264 0 0 20 0 1 0 79651354 37974016 2135 18446744073709551615 4194304 35031035 140724467472352 140724467471352 7760122 0 0 1 0 0 0 0 17 1 0 0 9 0 0 37130264 37226188 43876352 140724467474911 140724467474987 140724467474987 140724467478481 0
/proc/23866/statm: 9271 2135 470 7529 0 1718 0
Current children cumulated CPU time: 162.19 s
Current children cumulated vsize: 37084 KiB
Current children cumulated memory: 8540 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/181 23888
/proc/meminfo: memFree=31269880/32770624 swapFree=67108860/67108860
[pid=23866] ppid=23863 vsize=37216 memory=8564 CPUtime=222.18 cores=1,3,5,7
/proc/23866/stat : 23866 (BTD) R 23863 23866 17093 0 -1 4202496 3978 0 0 0 21869 349 0 0 20 0 1 0 79651354 38109184 2141 18446744073709551615 4194304 35031035 140724467472352 140724467471352 7760122 0 0 1 0 0 0 0 17 1 0 0 9 0 0 37130264 37226188 43876352 140724467474911 140724467474987 140724467474987 140724467478481 0
/proc/23866/statm: 9304 2141 470 7529 0 1751 0
Current children cumulated CPU time: 222.18 s
Current children cumulated vsize: 37216 KiB
Current children cumulated memory: 8564 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/181 23890
/proc/meminfo: memFree=31270004/32770624 swapFree=67108860/67108860
[pid=23866] ppid=23863 vsize=37216 memory=8588 CPUtime=282.17 cores=1,3,5,7
/proc/23866/stat : 23866 (BTD) R 23863 23866 17093 0 -1 4202496 4050 0 0 0 27768 449 0 0 20 0 1 0 79651354 38109184 2147 18446744073709551615 4194304 35031035 140724467472352 140724467471352 7760122 0 0 1 0 0 0 0 17 1 0 0 9 0 0 37130264 37226188 43876352 140724467474911 140724467474987 140724467474987 140724467478481 0
/proc/23866/statm: 9304 2147 470 7529 0 1751 0
Current children cumulated CPU time: 282.17 s
Current children cumulated vsize: 37216 KiB
Current children cumulated memory: 8588 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 23892
/proc/meminfo: memFree=31270500/32770624 swapFree=67108860/67108860
[pid=23866] ppid=23863 vsize=37216 memory=8616 CPUtime=342.18 cores=1,3,5,7
/proc/23866/stat : 23866 (BTD) R 23863 23866 17093 0 -1 4202496 4127 0 0 0 33674 544 0 0 20 0 1 0 79651354 38109184 2154 18446744073709551615 4194304 35031035 140724467472352 140724467471352 7760122 0 0 1 0 0 0 0 17 1 0 0 9 0 0 37130264 37226188 43876352 140724467474911 140724467474987 140724467474987 140724467478481 0
/proc/23866/statm: 9304 2154 470 7529 0 1751 0
Current children cumulated CPU time: 342.18 s
Current children cumulated vsize: 37216 KiB
Current children cumulated memory: 8616 KiB

[startup+402.3 s]
/proc/loadavg: 2.07 2.03 2.05 3/181 23894
/proc/meminfo: memFree=31270376/32770624 swapFree=67108860/67108860
[pid=23866] ppid=23863 vsize=37216 memory=8636 CPUtime=402.17 cores=1,3,5,7
/proc/23866/stat : 23866 (BTD) R 23863 23866 17093 0 -1 4202496 4195 0 0 0 39579 638 0 0 20 0 1 0 79651354 38109184 2159 18446744073709551615 4194304 35031035 140724467472352 140724467471352 7760122 0 0 1 0 0 0 0 17 1 0 0 9 0 0 37130264 37226188 43876352 140724467474911 140724467474987 140724467474987 140724467478481 0
/proc/23866/statm: 9304 2159 470 7529 0 1751 0
Current children cumulated CPU time: 402.17 s
Current children cumulated vsize: 37216 KiB
Current children cumulated memory: 8636 KiB

[startup+462.3 s]
/proc/loadavg: 2.07 2.04 2.05 3/181 23896
/proc/meminfo: memFree=31270488/32770624 swapFree=67108860/67108860
[pid=23866] ppid=23863 vsize=37216 memory=8656 CPUtime=462.17 cores=1,3,5,7
/proc/23866/stat : 23866 (BTD) R 23863 23866 17093 0 -1 4202496 4279 0 0 0 45483 734 0 0 20 0 1 0 79651354 38109184 2164 18446744073709551615 4194304 35031035 140724467472352 140724467471352 7760122 0 0 1 0 0 0 0 17 1 0 0 9 0 0 37130264 37226188 43876352 140724467474911 140724467474987 140724467474987 140724467478481 0
/proc/23866/statm: 9304 2164 470 7529 0 1751 0
Current children cumulated CPU time: 462.17 s
Current children cumulated vsize: 37216 KiB
Current children cumulated memory: 8656 KiB


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

Current children cumulated memory: 8760 KiB

[startup+942.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/182 23927
/proc/meminfo: memFree=31268960/32770624 swapFree=67108860/67108860
[pid=23866] ppid=23863 vsize=37348 memory=8760 CPUtime=942.15 cores=1,3,5,7
/proc/23866/stat : 23866 (BTD) R 23863 23866 17093 0 -1 4202496 4880 0 0 0 92677 1538 0 0 20 0 1 0 79651354 38244352 2190 18446744073709551615 4194304 35031035 140724467472352 140724467471352 7760122 0 0 1 0 0 0 0 17 1 0 0 9 0 0 37130264 37226188 43876352 140724467474911 140724467474987 140724467474987 140724467478481 0
/proc/23866/statm: 9337 2190 470 7529 0 1784 0
Current children cumulated CPU time: 942.15 s
Current children cumulated vsize: 37348 KiB
Current children cumulated memory: 8760 KiB

[startup+1002.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/181 23930
/proc/meminfo: memFree=31268852/32770624 swapFree=67108860/67108860
[pid=23866] ppid=23863 vsize=37348 memory=8780 CPUtime=1002.14 cores=1,3,5,7
/proc/23866/stat : 23866 (BTD) R 23863 23866 17093 0 -1 4202496 4980 0 0 0 98577 1637 0 0 20 0 1 0 79651354 38244352 2195 18446744073709551615 4194304 35031035 140724467472352 140724467471352 7760122 0 0 1 0 0 0 0 17 1 0 0 9 0 0 37130264 37226188 43876352 140724467474911 140724467474987 140724467474987 140724467478481 0
/proc/23866/statm: 9337 2195 470 7529 0 1784 0
Current children cumulated CPU time: 1002.14 s
Current children cumulated vsize: 37348 KiB
Current children cumulated memory: 8780 KiB

[startup+1062.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/181 23932
/proc/meminfo: memFree=31269092/32770624 swapFree=67108860/67108860
[pid=23866] ppid=23863 vsize=37348 memory=8780 CPUtime=1062.14 cores=1,3,5,7
/proc/23866/stat : 23866 (BTD) R 23863 23866 17093 0 -1 4202496 5058 0 0 0 104480 1734 0 0 20 0 1 0 79651354 38244352 2195 18446744073709551615 4194304 35031035 140724467472352 140724467471352 7760122 0 0 1 0 0 0 0 17 1 0 0 9 0 0 37130264 37226188 43876352 140724467474911 140724467474987 140724467474987 140724467478481 0
/proc/23866/statm: 9337 2195 470 7529 0 1784 0
Current children cumulated CPU time: 1062.14 s
Current children cumulated vsize: 37348 KiB
Current children cumulated memory: 8780 KiB

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 23934
/proc/meminfo: memFree=31269216/32770624 swapFree=67108860/67108860
[pid=23866] ppid=23863 vsize=37348 memory=8796 CPUtime=1122.14 cores=1,3,5,7
/proc/23866/stat : 23866 (BTD) R 23863 23866 17093 0 -1 4202496 5115 0 0 0 110398 1816 0 0 20 0 1 0 79651354 38244352 2199 18446744073709551615 4194304 35031035 140724467472352 140724467471352 7760122 0 0 1 0 0 0 0 17 1 0 0 9 0 0 37130264 37226188 43876352 140724467474911 140724467474987 140724467474987 140724467478481 0
/proc/23866/statm: 9337 2199 470 7529 0 1784 0
Current children cumulated CPU time: 1122.14 s
Current children cumulated vsize: 37348 KiB
Current children cumulated memory: 8796 KiB

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 23937
/proc/meminfo: memFree=31268976/32770624 swapFree=67108860/67108860
[pid=23866] ppid=23863 vsize=37348 memory=8796 CPUtime=1182.14 cores=1,3,5,7
/proc/23866/stat : 23866 (BTD) R 23863 23866 17093 0 -1 4202496 5197 0 0 0 116312 1902 0 0 20 0 1 0 79651354 38244352 2199 18446744073709551615 4194304 35031035 140724467472352 140724467471352 7760122 0 0 1 0 0 0 0 17 1 0 0 9 0 0 37130264 37226188 43876352 140724467474911 140724467474987 140724467474987 140724467478481 0
/proc/23866/statm: 9337 2199 470 7529 0 1784 0
Current children cumulated CPU time: 1182.14 s
Current children cumulated vsize: 37348 KiB
Current children cumulated memory: 8796 KiB

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 23939
/proc/meminfo: memFree=31269272/32770624 swapFree=67108860/67108860
[pid=23866] ppid=23863 vsize=37348 memory=8808 CPUtime=1242.13 cores=1,3,5,7
/proc/23866/stat : 23866 (BTD) R 23863 23866 17093 0 -1 4202496 5255 0 0 0 122209 2004 0 0 20 0 1 0 79651354 38244352 2202 18446744073709551615 4194304 35031035 140724467472352 140724467471352 7760122 0 0 1 0 0 0 0 17 1 0 0 9 0 0 37130264 37226188 43876352 140724467474911 140724467474987 140724467474987 140724467478481 0
/proc/23866/statm: 9337 2202 470 7529 0 1784 0
Current children cumulated CPU time: 1242.13 s
Current children cumulated vsize: 37348 KiB
Current children cumulated memory: 8808 KiB

[startup+1302.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 23955
/proc/meminfo: memFree=31265476/32770624 swapFree=67108860/67108860
[pid=23866] ppid=23863 vsize=37348 memory=8816 CPUtime=1302.14 cores=1,3,5,7
/proc/23866/stat : 23866 (BTD) R 23863 23866 17093 0 -1 4202496 5358 0 0 0 128110 2104 0 0 20 0 1 0 79651354 38244352 2204 18446744073709551615 4194304 35031035 140724467472352 140724467471352 7760122 0 0 1 0 0 0 0 17 1 0 0 9 0 0 37130264 37226188 43876352 140724467474911 140724467474987 140724467474987 140724467478481 0
/proc/23866/statm: 9337 2204 470 7529 0 1784 0
Current children cumulated CPU time: 1302.14 s
Current children cumulated vsize: 37348 KiB
Current children cumulated memory: 8816 KiB

[startup+1324.37 s]
# the end of solver process 23866 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1302.82 s, system=21.392 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1305.6 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 23955
/proc/meminfo: memFree=31265476/32770624 swapFree=67108860/67108860
[pid=23866] ppid=23863 vsize=37348 memory=8816 CPUtime=1305.43 cores=1,3,5,7
/proc/23866/stat : 23866 (BTD) R 23863 23866 17093 0 -1 4202496 5358 0 0 0 128435 2108 0 0 20 0 1 0 79651354 38244352 2204 18446744073709551615 4194304 35031035 140724467472352 140724467471352 7760122 0 0 1 0 0 0 0 17 1 0 0 9 0 0 37130264 37226188 43876352 140724467474911 140724467474987 140724467474987 140724467478481 0
/proc/23866/statm: 9337 2204 470 7529 0 1784 0
Current children cumulated CPU time: 1305.43 s
Current children cumulated vsize: 37348 KiB
Current children cumulated memory: 8816 KiB

[startup+1312 s]*
/proc/loadavg: 2.00 2.01 2.05 3/184 23955
/proc/meminfo: memFree=31265468/32770624 swapFree=67108860/67108860
[pid=23866] ppid=23863 vsize=37348 memory=8816 CPUtime=1311.84 cores=1,3,5,7
/proc/23866/stat : 23866 (BTD) R 23863 23866 17093 0 -1 4202496 5358 0 0 0 129067 2117 0 0 20 0 1 0 79651354 38244352 2204 18446744073709551615 4194304 35031035 140724467472352 140724467471352 7760122 0 0 1 0 0 0 0 17 1 0 0 9 0 0 37130264 37226188 43876352 140724467474911 140724467474987 140724467474987 140724467478481 0
/proc/23866/statm: 9337 2204 470 7529 0 1784 0
Current children cumulated CPU time: 1311.84 s
Current children cumulated vsize: 37348 KiB
Current children cumulated memory: 8816 KiB

[startup+1318.4 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 23955
/proc/meminfo: memFree=31265476/32770624 swapFree=67108860/67108860
[pid=23866] ppid=23863 vsize=37348 memory=8816 CPUtime=1318.23 cores=1,3,5,7
/proc/23866/stat : 23866 (BTD) R 23863 23866 17093 0 -1 4202496 5412 0 0 0 129696 2127 0 0 20 0 1 0 79651354 38244352 2204 18446744073709551615 4194304 35031035 140724467472352 140724467471352 7760122 0 0 1 0 0 0 0 17 1 0 0 9 0 0 37130264 37226188 43876352 140724467474911 140724467474987 140724467474987 140724467478481 0
/proc/23866/statm: 9337 2204 470 7529 0 1784 0
Current children cumulated CPU time: 1318.23 s
Current children cumulated vsize: 37348 KiB
Current children cumulated memory: 8816 KiB

[startup+1321.6 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 23955
/proc/meminfo: memFree=31265468/32770624 swapFree=67108860/67108860
[pid=23866] ppid=23863 vsize=37348 memory=8816 CPUtime=1321.43 cores=1,3,5,7
/proc/23866/stat : 23866 (BTD) R 23863 23866 17093 0 -1 4202496 5425 0 0 0 130010 2133 0 0 20 0 1 0 79651354 38244352 2204 18446744073709551615 4194304 35031035 140724467472352 140724467471352 7760122 0 0 1 0 0 0 0 17 1 0 0 9 0 0 37130264 37226188 43876352 140724467474911 140724467474987 140724467474987 140724467478481 0
/proc/23866/statm: 9337 2204 470 7529 0 1784 0
Current children cumulated CPU time: 1321.43 s
Current children cumulated vsize: 37348 KiB
Current children cumulated memory: 8816 KiB

[startup+1323.2 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 23955
/proc/meminfo: memFree=31265508/32770624 swapFree=67108860/67108860
[pid=23866] ppid=23863 vsize=37348 memory=8816 CPUtime=1323.03 cores=1,3,5,7
/proc/23866/stat : 23866 (BTD) R 23863 23866 17093 0 -1 4202496 5435 0 0 0 130166 2137 0 0 20 0 1 0 79651354 38244352 2204 18446744073709551615 4194304 35031035 140724467472352 140724467471352 7760122 0 0 1 0 0 0 0 17 1 0 0 9 0 0 37130264 37226188 43876352 140724467474911 140724467474987 140724467474987 140724467478481 0
/proc/23866/statm: 9337 2204 470 7529 0 1784 0
Current children cumulated CPU time: 1323.03 s
Current children cumulated vsize: 37348 KiB
Current children cumulated memory: 8816 KiB

[startup+1324 s]*
/proc/loadavg: 2.00 2.01 2.05 3/184 23956
/proc/meminfo: memFree=31265228/32770624 swapFree=67108860/67108860
[pid=23866] ppid=23863 vsize=37348 memory=8816 CPUtime=1323.84 cores=1,3,5,7
/proc/23866/stat : 23866 (BTD) R 23863 23866 17093 0 -1 4202496 5438 0 0 0 130246 2138 0 0 20 0 1 0 79651354 38244352 2204 18446744073709551615 4194304 35031035 140724467472352 140724467471352 7760122 0 0 1 0 0 0 0 17 1 0 0 9 0 0 37130264 37226188 43876352 140724467474911 140724467474987 140724467474987 140724467478481 0
/proc/23866/statm: 9337 2204 470 7529 0 1784 0
Current children cumulated CPU time: 1323.84 s
Current children cumulated vsize: 37348 KiB
Current children cumulated memory: 8816 KiB

[startup+1324.2 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 23956
/proc/meminfo: memFree=31265228/32770624 swapFree=67108860/67108860
[pid=23866] ppid=23863 vsize=37348 memory=8816 CPUtime=1324.03 cores=1,3,5,7
/proc/23866/stat : 23866 (BTD) R 23863 23866 17093 0 -1 4202496 5438 0 0 0 130265 2138 0 0 20 0 1 0 79651354 38244352 2204 18446744073709551615 4194304 35031035 140724467472352 140724467471352 7760122 0 0 1 0 0 0 0 17 1 0 0 9 0 0 37130264 37226188 43876352 140724467474911 140724467474987 140724467474987 140724467478481 0
/proc/23866/statm: 9337 2204 470 7529 0 1784 0
Current children cumulated CPU time: 1324.03 s
Current children cumulated vsize: 37348 KiB
Current children cumulated memory: 8816 KiB

[startup+1324.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 23956
/proc/meminfo: memFree=31265228/32770624 swapFree=67108860/67108860
[pid=23866] ppid=23863 vsize=37348 memory=8816 CPUtime=1324.13 cores=1,3,5,7
/proc/23866/stat : 23866 (BTD) R 23863 23866 17093 0 -1 4202496 5438 0 0 0 130274 2139 0 0 20 0 1 0 79651354 38244352 2204 18446744073709551615 4194304 35031035 140724467472352 140724467471352 7760122 0 0 1 0 0 0 0 17 1 0 0 9 0 0 37130264 37226188 43876352 140724467474911 140724467474987 140724467474987 140724467478481 0
/proc/23866/statm: 9337 2204 470 7529 0 1784 0
Current children cumulated CPU time: 1324.13 s
Current children cumulated vsize: 37348 KiB
Current children cumulated memory: 8816 KiB

Child status: 0
Real time (s): 1324.37
CPU time (s): 1324.21
CPU user time (s): 1302.82
CPU system time (s): 21.392
CPU usage (%): 99.9878
Max. virtual memory (cumulated for all children) (KiB): 37348
Max. memory (cumulated for all children) (KiB): 8816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1302.82
system time used= 21.392
maximum resident set size= 8816
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5519
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= 5
involuntary context switches= 441


# summary of solver processes directly reported to runsolver:
#   pid: 23866
#   total CPU time (s): 1324.21
#   total CPU user time (s): 1302.82
#   total CPU system time (s): 21.392

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.46439 second user time and 6.36475 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-15 07:08:52
IDJOB=4265543
IDBENCH=138525
IDSOLVER=2654
FILE ID=node127/4265543-1502774581
RUNJOBID= node127-1502653304-21655
PBS_JOBID= 
Free space on /tmp= 61992 MiB

SOLVER NAME= BTD 2017-08-10
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Sadeh-js/SuperSadeh-js-enddr1-9.xml
COMMAND LINE= BTD TIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4265543-1502774581/watcher-4265543-1502774581 -o /tmp/evaluation-result-4265543-1502774581/solver-4265543-1502774581 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502653304-21655 --watchdog 2580  BTD 2520 HOME/instance-4265543-1502774581.xml

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

MD5SUM BENCH= 663436d48867ef848cc7f80c5423cb12
RANDOM SEED=2125438378

node127.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.92
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.92
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.92
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.92
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:        31277364 kB
MemAvailable:   31975580 kB
Buffers:          245164 kB
Cached:           740544 kB
SwapCached:            0 kB
Active:           760076 kB
Inactive:         289188 kB
Active(anon):      13060 kB
Inactive(anon):    83808 kB
Active(file):     747016 kB
Inactive(file):   205380 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             38464 kB
Writeback:             0 kB
AnonPages:         63208 kB
Mapped:            52776 kB
Shmem:             33444 kB
Slab:             148824 kB
SReclaimable:     123308 kB
SUnreclaim:        25516 kB
KernelStack:        3216 kB
PageTables:         4928 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     340092 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61956 MiB
End job on node127 at 2017-08-15 07:30:56