Trace number 4241134

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 NameAnswerobjective functionCPU timeWall clock time
R1: cosoco-sat 1.1OPT11 0.352151 0.361003

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-05-a3.xml
MD5SUM52bc390cc6b0904238f0f092c3eebf68
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark11
Best CPU time to get the best result obtained on this benchmark0.023799
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints13
Number of domains2
Minimum domain size500
Maximum domain size501
Distribution of domain sizes[{"size":500,"count":10},{"size":501,"count":5}]
Minimum variable degree0
Maximum variable degree6
Distribution of variable degrees[{"degree":0,"count":15},{"degree":2,"count":10},{"degree":5,"count":3},{"degree":6,"count":2}]
Minimum constraint arity1
Maximum constraint arity10
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":10},{"arity":5,"count":1},{"arity":10,"count":1}]
Number of extensional constraints0
Number of intensional constraints11
Distribution of constraint types[{"type":"intension","count":11},{"type":"allDifferent","count":1},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.29/0.33	c SAT : Variables: 15005 -- Clauses: 3745030
0.29/0.33	c best=?? lower=0 upper=500 
0.29/0.33	c
0.29/0.33	c This is cosoco 1.0 --  
0.29/0.33	c
0.29/0.33	c enable optimization
0.29/0.33	c ========================================[ Problem Statistics ]===========================================
0.29/0.33	c |                                                                                                       
0.29/0.33	c |  Parse time        :         0.28 s 
0.29/0.33	c |
0.29/0.33	c |               Variables: 30
0.29/0.33	c |            Domain Sizes: 500..501
0.29/0.33	c |
0.29/0.33	c |             Constraints: 17
0.29/0.33	c |                   Arity: 1..10  -- Unary: 2  -- Binary: 4  -- Ternary: 10
0.29/0.33	c | 
0.29/0.33	c |                   Types: 
0.29/0.33	c |                          (X - Y < k): 4
0.29/0.33	c |                          All Different: 1
0.29/0.33	c |                          Intension: 12
0.29/0.33	c |                          
0.29/0.33	c =========================================================================================================
0.29/0.33	o 12
0.29/0.33	c    1 calls to solver: best=12 lower=0 upper=11 
0.29/6.17	o 11
0.29/6.17	c
0.29/6.17	c Optimum found         : 11
0.29/6.17	c
0.29/6.17	
0.29/6.17	v <instantiation type='solution' cost='11'>
0.29/6.17	v <list>x[0] x[1] x[2] x[3] x[4] y[0][0] y[0][1] y[0][2] y[0][3] y[0][4] y[1][0] y[1][1] y[1][2] y[1][3] y[1][4] y[2][0] y[2][1] y[2][2] y[2][3] y[2][4] y[3][0] y[3][1] y[3][2] y[3][3] y[3][4] y[4][0] y[4][1] y[4][2] y[4][3] y[4][4] </list>
0.29/6.17	v <values>0 3 4 9 11 * 3 4 9 11 * * 1 6 8 * * * 5 7 * * * * 2 * * * * * </values>
0.29/6.17	v </instantiation>
0.29/6.17	
0.29/6.17	c call to solver        : 3
0.29/6.17	c
0.29/6.17	c restarts              : 2           
0.29/6.17	c conflicts             : 22           (73 /sec)
0.29/6.17	c decisions             : 77           (257 /sec)
0.29/6.17	c propagations          : 43355       (144646 /sec)
0.29/6.17	c root propagations     : 516         
0.29/6.17	c filter calls          : 871            (2906 /sec)
0.29/6.17	c useless filter calls  : 535            (61 %)
0.29/6.17	c
0.29/6.17	c clauses               : 3745031
0.29/6.17	c SAT propagations      : 1
0.29/6.17	c SAT conflicts         : 0 (0 learnts)
0.29/6.17	c Memory used           : 198.43 MB
0.29/6.17	c CPU time              : 0.299658 s
0.29/6.17	
0.29/6.17	s OPTIMUM FOUND

Verifier Data

OK	11

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-4241134-1500641839/watcher-4241134-1500641839 -o /tmp/evaluation-result-4241134-1500641839/solver-4241134-1500641839 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node145-1500634415-6947 --watchdog 2560 HOME/cosoco -lc -model -restarts -sat HOME/instance-4241134-1500641839.xml 

pid=7796
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.00 2.01 2.05 2/187 7799
/proc/meminfo: memFree=30095400/32770624 swapFree=6836/1559336
[pid=7799] ppid=7796 vsize=26912 CPUtime=0 cores=1,3,5,7
/proc/7799/stat : 7799 (cosoco) R 7796 7799 4122 0 -1 4194304 562 0 0 0 0 0 0 0 20 0 1 0 17615102 27557888 420 33554432000 4194304 5970956 140721539731968 140721539728616 140041463863008 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8070896 8075904 35389440 140721539736764 140721539736899 140721539736899 140721539739598 0
/proc/7799/statm: 6728 420 379 434 0 60 0

[startup+0.100063 s]
/proc/loadavg: 2.00 2.01 2.05 2/187 7799
/proc/meminfo: memFree=30095400/32770624 swapFree=6836/1559336
[pid=7799] ppid=7796 vsize=52944 CPUtime=0.08 cores=1,3,5,7
/proc/7799/stat : 7799 (cosoco) R 7796 7799 4122 0 -1 4202496 5957 0 0 0 8 0 0 0 20 0 1 0 17615102 54214656 6757 33554432000 4194304 5970956 140721539731968 140721539728792 140041447812069 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0 8070896 8075904 35389440 140721539736764 140721539736899 140721539736899 140721539739598 0
/proc/7799/statm: 13236 6757 825 434 0 6600 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 52944

[startup+0.200382 s]
/proc/loadavg: 2.00 2.01 2.05 2/187 7799
/proc/meminfo: memFree=30095400/32770624 swapFree=6836/1559336
[pid=7799] ppid=7796 vsize=102508 CPUtime=0.18 cores=1,3,5,7
/proc/7799/stat : 7799 (cosoco) R 7796 7799 4122 0 -1 4202496 14143 0 0 0 16 2 0 0 20 0 1 0 17615102 104968192 19039 33554432000 4194304 5970956 140721539731968 140721539728792 140041447812069 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0 8070896 8075904 35389440 140721539736764 140721539736899 140721539736899 140721539739598 0
/proc/7799/statm: 25627 19039 825 434 0 18991 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 102508

[startup+0.300325 s]
/proc/loadavg: 2.00 2.01 2.05 2/187 7799
/proc/meminfo: memFree=30095400/32770624 swapFree=6836/1559336
[pid=7799] ppid=7796 vsize=193516 CPUtime=0.29 cores=1,3,5,7
/proc/7799/stat : 7799 (cosoco) R 7796 7799 4122 0 -1 4202496 23167 0 0 0 25 4 0 0 20 0 1 0 17615102 198160384 33690 33554432000 4194304 5970956 140721539731968 140721539728792 5279679 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0 8070896 8075904 35389440 140721539736764 140721539736899 140721539736899 140721539739598 0
/proc/7799/statm: 48379 33690 825 434 0 41743 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 193516

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

[startup+0.300325 s]
/proc/loadavg: 2.00 2.01 2.05 2/187 7799
/proc/meminfo: memFree=30095400/32770624 swapFree=6836/1559336
[pid=7799] ppid=7796 vsize=193516 CPUtime=0.29 cores=1,3,5,7
/proc/7799/stat : 7799 (cosoco) R 7796 7799 4122 0 -1 4202496 23167 0 0 0 25 4 0 0 20 0 1 0 17615102 198160384 33690 33554432000 4194304 5970956 140721539731968 140721539728792 5279679 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0 8070896 8075904 35389440 140721539736764 140721539736899 140721539736899 140721539739598 0
/proc/7799/statm: 48379 33690 825 434 0 41743 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 193516

Child status: 0
Real time (s): 0.361003
CPU time (s): 0.352151
CPU user time (s): 0.299981
CPU system time (s): 0.05217
CPU usage (%): 97.548
Max. virtual memory (cumulated for all children) (KiB): 193516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.299981
system time used= 0.05217
maximum resident set size= 156320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25954
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= 6
involuntary context switches= 19

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.005801 second user time and 0.010432 second system time

The end

Launcher Data

Begin job on node145 at 2017-07-21 14:57:19
IDJOB=4241134
IDBENCH=126209
IDSOLVER=2621
FILE ID=node145/4241134-1500641839
RUNJOBID= node145-1500634415-6947
PBS_JOBID= 20622989
Free space on /tmp= 61364 MiB

SOLVER NAME= cosoco-sat 1.1
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-05-a3.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4241134-1500641839/watcher-4241134-1500641839 -o /tmp/evaluation-result-4241134-1500641839/solver-4241134-1500641839 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node145-1500634415-6947 --watchdog 2560  HOME/cosoco -lc -model -restarts -sat HOME/instance-4241134-1500641839.xml

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

MD5SUM BENCH= 52bc390cc6b0904238f0f092c3eebf68
RANDOM SEED=428154659

node145.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.72
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		: 1600.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.72
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		: 2133.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.72
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.72
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:        30096208 kB
MemAvailable:   31867492 kB
Buffers:          163928 kB
Cached:          1879312 kB
SwapCached:            0 kB
Active:           641616 kB
Inactive:        1576240 kB
Active(anon):     177448 kB
Inactive(anon):    16904 kB
Active(file):     464168 kB
Inactive(file):  1559336 kB
Unevictable:        6836 kB
Mlocked:            6836 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:           1017884 kB
Writeback:           980 kB
AnonPages:        181144 kB
Mapped:            34760 kB
Shmem:             17044 kB
Slab:             153004 kB
SReclaimable:     127232 kB
SUnreclaim:        25772 kB
KernelStack:        3424 kB
PageTables:         5488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     461148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     57344 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 61364 MiB
End job on node145 at 2017-07-21 14:57:30