Trace number 4391388

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
NACRE 1.0.5-HybridSAT 1685.52 1685.8

General information on the benchmark

NameRandom/Random-RB-3-24-24f/
rand-3-24-24-76-632f-04.xml
MD5SUM8affd435144207d453aaf856f2d63137
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 benchmark74.7499
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints76
Number of domains1
Minimum domain size24
Maximum domain size24
Distribution of domain sizes[{"size":24,"count":24}]
Minimum variable degree2
Maximum variable degree20
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":1},{"degree":5,"count":1},{"degree":6,"count":1},{"degree":7,"count":7},{"degree":8,"count":2},{"degree":9,"count":2},{"degree":10,"count":1},{"degree":12,"count":1},{"degree":13,"count":2},{"degree":14,"count":1},{"degree":15,"count":2},{"degree":16,"count":1},{"degree":20,"count":1}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":76}]
Number of extensional constraints76
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":76}]
Optimization problemNO
Type of objective

Solver Data

0.31/0.32	c NACRE 1.0.5
1685.41/1685.79	c
1685.41/1685.79	c # time = 1685.51
1685.41/1685.79	c # Dec = 396897
1685.41/1685.79	c # Propagate Calls = 45405002
1685.41/1685.79	c # assignAt Calls = 513993
1685.41/1685.79	c # removeAt Calls = 55409907
1685.41/1685.79	c # Run = 955
1685.41/1685.79	c # Conflicts = 392318
1685.41/1685.79	c # Memory used = 86.004 Mb
1685.41/1685.79	s SATISFIABLE
1685.41/1685.79	c
1685.41/1685.79	v <instantiation>
1685.41/1685.79	v     <list> x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] </list>
1685.41/1685.79	v     <values> 0 4 15 22 15 9 7 22 6 19 20 20 8 8 2 12 13 12 11 12 11 17 22 19 </values>
1685.41/1685.79	v </instantiation>

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 (12877 MiB free)
  memory of node 1: 16384 MiB (13227 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4391388-1568307145/watcher-4391388-1568307145 -o /tmp/evaluation-result-4391388-1568307145/solver-4391388-1568307145 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node137-1568307015-16993 --watchdog 2560 nacre_mini_release HOME/instance-4391388-1568307145.xml -ca -l100 -cm 

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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=17155, runsolver pid=17152

[startup+0.100114 s]*
/proc/loadavg: 2.08 1.42 1.56 3/200 17156
/proc/meminfo: memFree=26722112/32770624 swapFree=66927120/67108860
[pid=17155] ppid=17152 vsize=35696 memory=11452 CPUtime=0.1 cores=0,2,4,6
/proc/17155/stat : 17155 (nacre_mini_rele) R 17152 17155 15287 0 -1 4202496 3111 0 0 0 10 0 0 0 20 0 1 0 406961908 36552704 2863 33554432000 4194304 4935366 140727460011072 140727460008072 4635352 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 7034520 7039168 31191040 140727460013057 140727460013157 140727460013157 140727460016066 0
/proc/17155/statm: 8924 2863 568 181 0 2541 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 35696 KiB
Current children cumulated memory: 11452 KiB

[startup+0.209883 s]*
/proc/loadavg: 2.08 1.42 1.56 3/200 17156
/proc/meminfo: memFree=26714176/32770624 swapFree=66927120/67108860
[pid=17155] ppid=17152 vsize=44812 memory=20164 CPUtime=0.2 cores=0,2,4,6
/proc/17155/stat : 17155 (nacre_mini_rele) R 17152 17155 15287 0 -1 4202496 5238 0 0 0 20 0 0 0 20 0 1 0 406961908 45887488 5041 33554432000 4194304 4935366 140727460011072 140727460008072 139973501709312 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 7034520 7039168 31191040 140727460013057 140727460013157 140727460013157 140727460016066 0
/proc/17155/statm: 11203 5041 569 181 0 4820 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 44812 KiB
Current children cumulated memory: 20164 KiB

[startup+0.309621 s]*
/proc/loadavg: 2.08 1.42 1.56 3/200 17156
/proc/meminfo: memFree=26705992/32770624 swapFree=66927120/67108860
[pid=17155] ppid=17152 vsize=53048 memory=27820 CPUtime=0.31 cores=0,2,4,6
/proc/17155/stat : 17155 (nacre_mini_rele) R 17152 17155 15287 0 -1 4202496 7178 0 0 0 30 1 0 0 20 0 1 0 406961908 54321152 6955 33554432000 4194304 4935366 140727460011072 140727460008072 4529626 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 7034520 7039168 31191040 140727460013057 140727460013157 140727460013157 140727460016066 0
/proc/17155/statm: 13262 6955 569 181 0 6879 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 53048 KiB
Current children cumulated memory: 27820 KiB

[startup+0.700308 s]
/proc/loadavg: 2.08 1.42 1.56 3/200 17156
/proc/meminfo: memFree=26705248/32770624 swapFree=66927120/67108860
[pid=17155] ppid=17152 vsize=53204 memory=28084 CPUtime=0.69 cores=0,2,4,6
/proc/17155/stat : 17155 (nacre_mini_rele) R 17152 17155 15287 0 -1 4202496 7266 0 0 0 68 1 0 0 20 0 1 0 406961908 54480896 7021 33554432000 4194304 4935366 140727460011072 140727460009592 139973501268575 0 0 4096 24578 0 0 0 17 0 0 0 0 0 0 7034520 7039168 31191040 140727460013057 140727460013157 140727460013157 140727460016066 0
/proc/17155/statm: 13301 7021 569 181 0 6918 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 53204 KiB
Current children cumulated memory: 28084 KiB

[startup+1.50031 s]
/proc/loadavg: 2.08 1.42 1.56 3/200 17156
/proc/meminfo: memFree=26704656/32770624 swapFree=66927120/67108860
[pid=17155] ppid=17152 vsize=53204 memory=28084 CPUtime=1.49 cores=0,2,4,6
/proc/17155/stat : 17155 (nacre_mini_rele) R 17152 17155 15287 0 -1 4202496 7266 0 0 0 148 1 0 0 20 0 1 0 406961908 54480896 7021 33554432000 4194304 4935366 140727460011072 140727460009592 4400723 0 0 4096 24578 0 0 0 17 0 0 0 0 0 0 7034520 7039168 31191040 140727460013057 140727460013157 140727460013157 140727460016066 0
/proc/17155/statm: 13301 7021 569 181 0 6918 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 53204 KiB
Current children cumulated memory: 28084 KiB

[startup+3.10957 s]
/proc/loadavg: 2.08 1.42 1.56 3/200 17156
/proc/meminfo: memFree=26704320/32770624 swapFree=66927120/67108860
[pid=17155] ppid=17152 vsize=53204 memory=28344 CPUtime=3.09 cores=0,2,4,6
/proc/17155/stat : 17155 (nacre_mini_rele) R 17152 17155 15287 0 -1 4202496 13648 0 0 0 308 1 0 0 20 0 1 0 406961908 54480896 7086 33554432000 4194304 4935366 140727460011072 140727460009592 4400732 0 0 4096 24578 0 0 0 17 0 0 0 0 0 0 7034520 7039168 31191040 140727460013057 140727460013157 140727460013157 140727460016066 0
/proc/17155/statm: 13301 7086 604 181 0 6918 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 53204 KiB
Current children cumulated memory: 28344 KiB

[startup+6.3003 s]
/proc/loadavg: 2.16 1.45 1.57 3/200 17156
/proc/meminfo: memFree=26703188/32770624 swapFree=66927120/67108860
[pid=17155] ppid=17152 vsize=54260 memory=29416 CPUtime=6.29 cores=0,2,4,6
/proc/17155/stat : 17155 (nacre_mini_rele) R 17152 17155 15287 0 -1 4202496 20361 0 0 0 627 2 0 0 20 0 1 0 406961908 55562240 7354 33554432000 4194304 4935366 140727460011072 140727460008840 139973502135796 0 0 4096 24578 0 0 0 17 0 0 0 0 0 0 7034520 7039168 31191040 140727460013057 140727460013157 140727460013157 140727460016066 0
/proc/17155/statm: 13565 7354 604 181 0 7182 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 54260 KiB
Current children cumulated memory: 29416 KiB

[startup+12.7003 s]
/proc/loadavg: 2.14 1.46 1.58 3/201 17158
/proc/meminfo: memFree=26701332/32770624 swapFree=66927120/67108860
[pid=17155] ppid=17152 vsize=56120 memory=31068 CPUtime=12.69 cores=0,2,4,6
/proc/17155/stat : 17155 (nacre_mini_rele) R 17152 17155 15287 0 -1 4202496 27540 0 0 0 1266 3 0 0 20 0 1 0 406961908 57466880 7767 33554432000 4194304 4935366 140727460011072 140727460008824 139973502133844 0 0 4096 24578 0 0 0 17 0 0 0 0 0 0 7034520 7039168 31191040 140727460013057 140727460013157 140727460013157 140727460016066 0
/proc/17155/statm: 14030 7767 604 181 0 7647 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 56120 KiB
Current children cumulated memory: 31068 KiB

[startup+25.5003 s]
/proc/loadavg: 2.11 1.48 1.58 3/200 17158
/proc/meminfo: memFree=26699284/32770624 swapFree=66927120/67108860
[pid=17155] ppid=17152 vsize=58724 memory=33876 CPUtime=25.48 cores=0,2,4,6
/proc/17155/stat : 17155 (nacre_mini_rele) R 17152 17155 15287 0 -1 4202496 42929 0 0 0 2545 3 0 0 20 0 1 0 406961908 60133376 8469 33554432000 4194304 4935366 140727460011072 140727460008840 4400831 0 0 4096 24578 0 0 0 17 0 0 0 0 0 0 7034520 7039168 31191040 140727460013057 140727460013157 140727460013157 140727460016066 0
/proc/17155/statm: 14681 8469 604 181 0 8298 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 58724 KiB
Current children cumulated memory: 33876 KiB

[startup+51.1096 s]
/proc/loadavg: 2.07 1.53 1.59 3/200 17158
/proc/meminfo: memFree=26693728/32770624 swapFree=66927120/67108860
[pid=17155] ppid=17152 vsize=64256 memory=39348 CPUtime=51.09 cores=0,2,4,6
/proc/17155/stat : 17155 (nacre_mini_rele) R 17152 17155 15287 0 -1 4202496 52956 0 0 0 5104 5 0 0 20 0 1 0 406961908 65798144 9837 33554432000 4194304 4935366 140727460011072 140727460008824 139973501280280 0 0 4096 24578 0 0 0 17 0 0 0 0 0 0 7034520 7039168 31191040 140727460013057 140727460013157 140727460013157 140727460016066 0
/proc/17155/statm: 16064 9837 604 181 0 9681 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 64256 KiB
Current children cumulated memory: 39348 KiB

[startup+102.3 s]
/proc/loadavg: 2.03 1.60 1.61 3/201 17164
/proc/meminfo: memFree=26688288/32770624 swapFree=66927120/67108860
[pid=17155] ppid=17152 vsize=68732 memory=43768 CPUtime=102.26 cores=0,2,4,6
/proc/17155/stat : 17155 (nacre_mini_rele) R 17152 17155 15287 0 -1 4202496 63625 0 0 0 10221 5 0 0 20 0 1 0 406961908 70381568 10942 33554432000 4194304 4935366 140727460011072 140727460008840 139973502135799 0 0 4096 24578 0 0 0 17 0 0 0 0 0 0 7034520 7039168 31191040 140727460013057 140727460013157 140727460013157 140727460016066 0
/proc/17155/statm: 17183 10942 604 181 0 10800 0
Current children cumulated CPU time: 102.26 s
Current children cumulated vsize: 68732 KiB
Current children cumulated memory: 43768 KiB

[startup+162.3 s]
/proc/loadavg: 2.01 1.67 1.64 3/201 17169
/proc/meminfo: memFree=26681156/32770624 swapFree=66927120/67108860
[pid=17155] ppid=17152 vsize=74116 memory=50496 CPUtime=162.24 cores=0,2,4,6
/proc/17155/stat : 17155 (nacre_mini_rele) R 17152 17155 15287 0 -1 4202496 75470 0 0 0 16218 6 0 0 20 0 1 0 406961908 75894784 12624 33554432000 4194304 4935366 140727460011072 140727460008584 4400723 0 0 4096 24578 0 0 0 17 0 0 0 0 0 0 7034520 7039168 31191040 140727460013057 140727460013157 140727460013157 140727460016066 0
/proc/17155/statm: 18529 12624 604 181 0 12146 0
Current children cumulated CPU time: 162.24 s
Current children cumulated vsize: 74116 KiB
Current children cumulated memory: 50496 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 1.73 1.66 3/200 17174
/proc/meminfo: memFree=26678312/32770624 swapFree=66927120/67108860
[pid=17155] ppid=17152 vsize=77024 memory=53244 CPUtime=222.23 cores=0,2,4,6
/proc/17155/stat : 17155 (nacre_mini_rele) R 17152 17155 15287 0 -1 4202496 77037 0 0 0 22216 7 0 0 20 0 1 0 406961908 78872576 13311 33554432000 4194304 4935366 140727460011072 140727460008824 4400778 0 0 4096 24578 0 0 0 17 0 0 0 0 0 0 7034520 7039168 31191040 140727460013057 140727460013157 140727460013157 140727460016066 0
/proc/17155/statm: 19256 13311 604 181 0 12873 0
Current children cumulated CPU time: 222.23 s
Current children cumulated vsize: 77024 KiB
Current children cumulated memory: 53244 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 1.78 1.68 3/201 17180
/proc/meminfo: memFree=26674652/32770624 swapFree=66927120/67108860
[pid=17155] ppid=17152 vsize=79440 memory=55768 CPUtime=282.22 cores=0,2,4,6
/proc/17155/stat : 17155 (nacre_mini_rele) R 17152 17155 15287 0 -1 4202496 79109 0 0 0 28215 7 0 0 20 0 1 0 406961908 81346560 13942 33554432000 4194304 4935366 140727460011072 140727460008584 139973502135796 0 0 4096 24578 0 0 0 17 0 0 0 0 0 0 7034520 7039168 31191040 140727460013057 140727460013157 140727460013157 140727460016066 0
/proc/17155/statm: 19860 13942 604 181 0 13477 0
Current children cumulated CPU time: 282.22 s
Current children cumulated vsize: 79440 KiB
Current children cumulated memory: 55768 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 1.82 1.70 3/200 17184
/proc/meminfo: memFree=26671876/32770624 swapFree=66927120/67108860
[pid=17155] ppid=17152 vsize=81988 memory=58244 CPUtime=342.2 cores=0,2,4,6
/proc/17155/stat : 17155 (nacre_mini_rele) R 17152 17155 15287 0 -1 4202496 81775 0 0 0 34213 7 0 0 20 0 1 0 406961908 83955712 14561 33554432000 4194304 4935366 140727460011072 140727460008760 139973502135799 0 0 4096 24578 0 0 0 17 0 0 0 0 0 0 7034520 7039168 31191040 140727460013057 140727460013157 140727460013157 140727460016066 0
/proc/17155/statm: 20497 14561 604 181 0 14114 0
Current children cumulated CPU time: 342.2 s
Current children cumulated vsize: 81988 KiB
Current children cumulated memory: 58244 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 1.85 1.72 3/200 17189
/proc/meminfo: memFree=26670352/32770624 swapFree=66927120/67108860
[pid=17155] ppid=17152 vsize=83912 memory=60284 CPUtime=402.18 cores=0,2,4,6
/proc/17155/stat : 17155 (nacre_mini_rele) R 17152 17155 15287 0 -1 4202496 83002 0 0 0 40210 8 0 0 20 0 1 0 406961908 85925888 15071 33554432000 4194304 4935366 140727460011072 140727460008760 139973501263385 0 0 4096 24578 0 0 0 17 0 0 0 0 0 0 7034520 7039168 31191040 140727460013057 140727460013157 140727460013157 140727460016066 0
/proc/17155/statm: 20978 15071 604 181 0 14595 0
Current children cumulated CPU time: 402.18 s
Current children cumulated vsize: 83912 KiB
Current children cumulated memory: 60284 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 1.88 1.74 3/200 17195
/proc/meminfo: memFree=26668024/32770624 swapFree=66927120/67108860
[pid=17155] ppid=17152 vsize=85928 memory=62216 CPUtime=462.18 cores=0,2,4,6
/proc/17155/stat : 17155 (nacre_mini_rele) R 17152 17155 15287 0 -1 4202496 84743 0 0 0 46209 9 0 0 20 0 1 0 406961908 87990272 15554 33554432000 4194304 4935366 140727460011072 140727460008760 139973502135796 0 0 4096 24578 0 0 0 17 4 0 0 0 0 0 7034520 7039168 31191040 140727460013057 140727460013157 140727460013157 140727460016066 0
/proc/17155/statm: 21482 15554 604 181 0 15099 0
Current children cumulated CPU time: 462.18 s
Current children cumulated vsize: 85928 KiB
Current children cumulated memory: 62216 KiB


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

Current children cumulated memory: 79928 KiB

[startup+1302.3 s]
/proc/loadavg: 2.00 1.99 1.89 3/200 17297
/proc/meminfo: memFree=26645260/32770624 swapFree=66927120/67108860
[pid=17155] ppid=17152 vsize=104952 memory=80784 CPUtime=1302.06 cores=0,2,4,6
/proc/17155/stat : 17155 (nacre_mini_rele) R 17152 17155 15287 0 -1 4202496 104124 0 0 0 130195 11 0 0 20 0 1 0 406961908 107470848 20196 33554432000 4194304 4935366 140727460011072 140727460008760 139973501268592 0 0 4096 24578 0 0 0 17 2 0 0 0 0 0 7034520 7039168 31191040 140727460013057 140727460013157 140727460013157 140727460016066 0
/proc/17155/statm: 26238 20196 604 181 0 19855 0
Current children cumulated CPU time: 1302.06 s
Current children cumulated vsize: 104952 KiB
Current children cumulated memory: 80784 KiB

[startup+1362.3 s]
/proc/loadavg: 2.00 1.99 1.89 3/200 17301
/proc/meminfo: memFree=26644484/32770624 swapFree=66927120/67108860
[pid=17155] ppid=17152 vsize=105792 memory=81656 CPUtime=1362.05 cores=0,2,4,6
/proc/17155/stat : 17155 (nacre_mini_rele) R 17152 17155 15287 0 -1 4202496 105035 0 0 0 136194 11 0 0 20 0 1 0 406961908 108331008 20414 33554432000 4194304 4935366 140727460011072 140727460008824 139973501281146 0 0 4096 24578 0 0 0 17 2 0 0 0 0 0 7034520 7039168 31191040 140727460013057 140727460013157 140727460013157 140727460016066 0
/proc/17155/statm: 26448 20414 604 181 0 20065 0
Current children cumulated CPU time: 1362.05 s
Current children cumulated vsize: 105792 KiB
Current children cumulated memory: 81656 KiB

[startup+1422.3 s]
/proc/loadavg: 2.00 1.99 1.90 3/199 17307
/proc/meminfo: memFree=26642380/32770624 swapFree=66927120/67108860
[pid=17155] ppid=17152 vsize=106680 memory=82548 CPUtime=1422.05 cores=0,2,4,6
/proc/17155/stat : 17155 (nacre_mini_rele) R 17152 17155 15287 0 -1 4202496 106149 0 0 0 142193 12 0 0 20 0 1 0 406961908 109240320 20637 33554432000 4194304 4935366 140727460011072 140727460008584 4400201 0 0 4096 24578 0 0 0 17 2 0 0 0 0 0 7034520 7039168 31191040 140727460013057 140727460013157 140727460013157 140727460016066 0
/proc/17155/statm: 26670 20637 604 181 0 20287 0
Current children cumulated CPU time: 1422.05 s
Current children cumulated vsize: 106680 KiB
Current children cumulated memory: 82548 KiB

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.90 3/199 17311
/proc/meminfo: memFree=26641528/32770624 swapFree=66927120/67108860
[pid=17155] ppid=17152 vsize=107356 memory=83300 CPUtime=1482.04 cores=0,2,4,6
/proc/17155/stat : 17155 (nacre_mini_rele) R 17152 17155 15287 0 -1 4202496 107016 0 0 0 148192 12 0 0 20 0 1 0 406961908 109932544 20825 33554432000 4194304 4935366 140727460011072 140727460008776 139973501263388 0 0 4096 24578 0 0 0 17 2 0 0 0 0 0 7034520 7039168 31191040 140727460013057 140727460013157 140727460013157 140727460016066 0
/proc/17155/statm: 26839 20825 604 181 0 20456 0
Current children cumulated CPU time: 1482.04 s
Current children cumulated vsize: 107356 KiB
Current children cumulated memory: 83300 KiB

[startup+1542.3 s]
/proc/loadavg: 1.89 1.96 1.90 3/199 17376
/proc/meminfo: memFree=26510604/32770624 swapFree=66927120/67108860
[pid=17155] ppid=17152 vsize=108516 memory=84444 CPUtime=1542.03 cores=0,2,4,6
/proc/17155/stat : 17155 (nacre_mini_rele) R 17152 17155 15287 0 -1 4202496 108128 0 0 0 154191 12 0 0 20 0 1 0 406961908 111120384 21111 33554432000 4194304 4935366 140727460011072 140727460008760 4400794 0 0 4096 24578 0 0 0 17 2 0 0 0 0 0 7034520 7039168 31191040 140727460013057 140727460013157 140727460013157 140727460016066 0
/proc/17155/statm: 27129 21111 604 181 0 20746 0
Current children cumulated CPU time: 1542.03 s
Current children cumulated vsize: 108516 KiB
Current children cumulated memory: 84444 KiB

[startup+1602.3 s]
/proc/loadavg: 1.96 1.96 1.91 3/199 17382
/proc/meminfo: memFree=26505856/32770624 swapFree=66927120/67108860
[pid=17155] ppid=17152 vsize=109204 memory=85164 CPUtime=1602.02 cores=0,2,4,6
/proc/17155/stat : 17155 (nacre_mini_rele) R 17152 17155 15287 0 -1 4202496 109310 0 0 0 160190 12 0 0 20 0 1 0 406961908 111824896 21291 33554432000 4194304 4935366 140727460011072 140727460008760 139973501270108 0 0 4096 24578 0 0 0 17 2 0 0 0 0 0 7034520 7039168 31191040 140727460013057 140727460013157 140727460013157 140727460016066 0
/proc/17155/statm: 27301 21291 604 181 0 20918 0
Current children cumulated CPU time: 1602.02 s
Current children cumulated vsize: 109204 KiB
Current children cumulated memory: 85164 KiB

[startup+1662.3 s]
/proc/loadavg: 2.14 2.00 1.92 3/199 17386
/proc/meminfo: memFree=26498916/32770624 swapFree=66927120/67108860
[pid=17155] ppid=17152 vsize=109888 memory=85800 CPUtime=1662.02 cores=0,2,4,6
/proc/17155/stat : 17155 (nacre_mini_rele) R 17152 17155 15287 0 -1 4202496 110189 0 0 0 166189 13 0 0 20 0 1 0 406961908 112525312 21450 33554432000 4194304 4935366 140727460011072 140727460008760 139973501268541 0 0 4096 24578 0 0 0 17 2 0 0 0 0 0 7034520 7039168 31191040 140727460013057 140727460013157 140727460013157 140727460016066 0
/proc/17155/statm: 27472 21450 604 181 0 21089 0
Current children cumulated CPU time: 1662.02 s
Current children cumulated vsize: 109888 KiB
Current children cumulated memory: 85800 KiB

[startup+1685.8 s]
# the end of solver process 17155 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1685.38 s, system=0.132979 s

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

[startup+1664 s]*
/proc/loadavg: 2.14 2.00 1.92 3/199 17386
/proc/meminfo: memFree=26498916/32770624 swapFree=66927120/67108860
[pid=17155] ppid=17152 vsize=109888 memory=85800 CPUtime=1663.73 cores=0,2,4,6
/proc/17155/stat : 17155 (nacre_mini_rele) R 17152 17155 15287 0 -1 4202496 110189 0 0 0 166360 13 0 0 20 0 1 0 406961908 112525312 21450 33554432000 4194304 4935366 140727460011072 140727460008760 139973502135796 0 0 4096 24578 0 0 0 17 2 0 0 0 0 0 7034520 7039168 31191040 140727460013057 140727460013157 140727460013157 140727460016066 0
/proc/17155/statm: 27472 21450 604 181 0 21089 0
Current children cumulated CPU time: 1663.73 s
Current children cumulated vsize: 109888 KiB
Current children cumulated memory: 85800 KiB

[startup+1676.8 s]
/proc/loadavg: 2.33 2.05 1.94 3/199 17386
/proc/meminfo: memFree=26497968/32770624 swapFree=66927120/67108860
[pid=17155] ppid=17152 vsize=109888 memory=85932 CPUtime=1676.52 cores=0,2,4,6
/proc/17155/stat : 17155 (nacre_mini_rele) R 17152 17155 15287 0 -1 4202496 110946 0 0 0 167639 13 0 0 20 0 1 0 406961908 112525312 21483 33554432000 4194304 4935366 140727460011072 140727460008760 4400723 0 0 4096 24578 0 0 0 17 2 0 0 0 0 0 7034520 7039168 31191040 140727460013057 140727460013157 140727460013157 140727460016066 0
/proc/17155/statm: 27472 21483 604 181 0 21089 0
Current children cumulated CPU time: 1676.52 s
Current children cumulated vsize: 109888 KiB
Current children cumulated memory: 85932 KiB

[startup+1680 s]*
/proc/loadavg: 2.33 2.05 1.94 3/199 17389
/proc/meminfo: memFree=26495568/32770624 swapFree=66927120/67108860
[pid=17155] ppid=17152 vsize=109888 memory=85932 CPUtime=1679.72 cores=0,2,4,6
/proc/17155/stat : 17155 (nacre_mini_rele) R 17152 17155 15287 0 -1 4202496 111045 0 0 0 167959 13 0 0 20 0 1 0 406961908 112525312 21483 33554432000 4194304 4935366 140727460011072 140727460008760 4400824 0 0 4096 24578 0 0 0 17 2 0 0 0 0 0 7034520 7039168 31191040 140727460013057 140727460013157 140727460013157 140727460016066 0
/proc/17155/statm: 27472 21483 604 181 0 21089 0
Current children cumulated CPU time: 1679.72 s
Current children cumulated vsize: 109888 KiB
Current children cumulated memory: 85932 KiB

[startup+1683.2 s]
/proc/loadavg: 2.38 2.07 1.95 3/199 17389
/proc/meminfo: memFree=26495816/32770624 swapFree=66927120/67108860
[pid=17155] ppid=17152 vsize=109888 memory=85932 CPUtime=1682.92 cores=0,2,4,6
/proc/17155/stat : 17155 (nacre_mini_rele) R 17152 17155 15287 0 -1 4202496 111053 0 0 0 168279 13 0 0 20 0 1 0 406961908 112525312 21483 33554432000 4194304 4935366 140727460011072 140727460008760 139973502135796 0 0 4096 24578 0 0 0 17 2 0 0 0 0 0 7034520 7039168 31191040 140727460013057 140727460013157 140727460013157 140727460016066 0
/proc/17155/statm: 27472 21483 604 181 0 21089 0
Current children cumulated CPU time: 1682.92 s
Current children cumulated vsize: 109888 KiB
Current children cumulated memory: 85932 KiB

[startup+1684.8 s]
/proc/loadavg: 2.38 2.07 1.95 3/199 17389
/proc/meminfo: memFree=26495816/32770624 swapFree=66927120/67108860
[pid=17155] ppid=17152 vsize=109888 memory=85932 CPUtime=1684.52 cores=0,2,4,6
/proc/17155/stat : 17155 (nacre_mini_rele) R 17152 17155 15287 0 -1 4202496 111054 0 0 0 168439 13 0 0 20 0 1 0 406961908 112525312 21483 33554432000 4194304 4935366 140727460011072 140727460008760 139973502126058 0 0 4096 24578 0 0 0 17 2 0 0 0 0 0 7034520 7039168 31191040 140727460013057 140727460013157 140727460013157 140727460016066 0
/proc/17155/statm: 27472 21483 604 181 0 21089 0
Current children cumulated CPU time: 1684.52 s
Current children cumulated vsize: 109888 KiB
Current children cumulated memory: 85932 KiB

[startup+1685.2 s]
/proc/loadavg: 2.38 2.07 1.95 3/199 17389
/proc/meminfo: memFree=26495940/32770624 swapFree=66927120/67108860
[pid=17155] ppid=17152 vsize=109888 memory=85932 CPUtime=1684.91 cores=0,2,4,6
/proc/17155/stat : 17155 (nacre_mini_rele) R 17152 17155 15287 0 -1 4202496 111055 0 0 0 168478 13 0 0 20 0 1 0 406961908 112525312 21483 33554432000 4194304 4935366 140727460011072 140727460008760 4461073 0 0 4096 24578 0 0 0 17 2 0 0 0 0 0 7034520 7039168 31191040 140727460013057 140727460013157 140727460013157 140727460016066 0
/proc/17155/statm: 27472 21483 604 181 0 21089 0
Current children cumulated CPU time: 1684.91 s
Current children cumulated vsize: 109888 KiB
Current children cumulated memory: 85932 KiB

[startup+1685.6 s]
/proc/loadavg: 2.38 2.07 1.95 3/199 17389
/proc/meminfo: memFree=26495940/32770624 swapFree=66927120/67108860
[pid=17155] ppid=17152 vsize=109888 memory=85932 CPUtime=1685.31 cores=0,2,4,6
/proc/17155/stat : 17155 (nacre_mini_rele) R 17152 17155 15287 0 -1 4202496 111057 0 0 0 168518 13 0 0 20 0 1 0 406961908 112525312 21483 33554432000 4194304 4935366 140727460011072 140727460008760 4400723 0 0 4096 24578 0 0 0 17 2 0 0 0 0 0 7034520 7039168 31191040 140727460013057 140727460013157 140727460013157 140727460016066 0
/proc/17155/statm: 27472 21483 604 181 0 21089 0
Current children cumulated CPU time: 1685.31 s
Current children cumulated vsize: 109888 KiB
Current children cumulated memory: 85932 KiB

[startup+1685.7 s]
/proc/loadavg: 2.38 2.07 1.95 3/199 17389
/proc/meminfo: memFree=26495940/32770624 swapFree=66927120/67108860
[pid=17155] ppid=17152 vsize=109888 memory=85932 CPUtime=1685.41 cores=0,2,4,6
/proc/17155/stat : 17155 (nacre_mini_rele) R 17152 17155 15287 0 -1 4202496 111057 0 0 0 168528 13 0 0 20 0 1 0 406961908 112525312 21483 33554432000 4194304 4935366 140727460011072 140727460008760 4212112 0 0 4096 24578 0 0 0 17 2 0 0 0 0 0 7034520 7039168 31191040 140727460013057 140727460013157 140727460013157 140727460016066 0
/proc/17155/statm: 27472 21483 604 181 0 21089 0
Current children cumulated CPU time: 1685.41 s
Current children cumulated vsize: 109888 KiB
Current children cumulated memory: 85932 KiB

Child status: 10
Real time (s): 1685.8
CPU time (s): 1685.52
CPU user time (s): 1685.38
CPU system time (s): 0.132979
CPU usage (%): 99.9835
Max. virtual memory (cumulated for all children) (KiB): 109888
Max. memory (cumulated for all children) (KiB): 85932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1685.38
system time used= 0.132979
maximum resident set size= 86048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 111103
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= 33
involuntary context switches= 2307


# summary of solver processes directly reported to runsolver:
#   pid: 17155
#   total CPU time (s): 1685.52
#   total CPU user time (s): 1685.38
#   total CPU system time (s): 0.132979

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.67832 second user time and 12.3726 second system time

The end

Launcher Data

Begin job on node137 at 2019-09-12 18:51:43
IDJOB=4391388
IDBENCH=121524
IDSOLVER=2834
FILE ID=node137/4391388-1568307145
RUNJOBID= node137-1568307015-16993
PBS_JOBID= 21701103
Free space on /tmp= 61220 MiB

SOLVER NAME= NACRE 1.0.5-Hybrid
BENCH NAME= XCSP17/Random/Random-RB-3-24-24f/rand-3-24-24-76-632f-04.xml
COMMAND LINE= nacre_mini_release BENCHNAME -ca -l100 -cm
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4391388-1568307145/watcher-4391388-1568307145 -o /tmp/evaluation-result-4391388-1568307145/solver-4391388-1568307145 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node137-1568307015-16993 --watchdog 2560  nacre_mini_release HOME/instance-4391388-1568307145.xml -ca -l100 -cm

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

MD5SUM BENCH= 8affd435144207d453aaf856f2d63137
RANDOM SEED=1612607950

node137.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	: 5334.00
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	: 5334.00
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	: 5334.00
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	: 5334.00
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:        26730736 kB
MemAvailable:   31734388 kB
Buffers:          126592 kB
Cached:          5141668 kB
SwapCached:        77596 kB
Active:          1436932 kB
Inactive:        3984060 kB
Active(anon):      75996 kB
Inactive(anon):   117536 kB
Active(file):    1360936 kB
Inactive(file):  3866524 kB
Unevictable:      108712 kB
Mlocked:          108712 kB
SwapTotal:      67108860 kB
SwapFree:       66927120 kB
Dirty:              3652 kB
Writeback:             0 kB
AnonPages:        254404 kB
Mapped:            43932 kB
Shmem:             32652 kB
Slab:             213368 kB
SReclaimable:     184052 kB
SUnreclaim:        29316 kB
KernelStack:        3776 kB
PageTables:         6180 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     599220 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    204800 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61200 MiB
End job on node137 at 2019-09-12 19:19:49