Trace number 4391518

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 1286.69 1286.75

General information on the benchmark

NameQRandom/QRandom-mdd-7-25-5/
mdd-7-25-5-56-02.xml
MD5SUMeda3e143b65a543b5abd93f521b89dfa
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 benchmark92.1137
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints56
Number of domains1
Minimum domain size5
Maximum domain size5
Distribution of domain sizes[{"size":5,"count":25}]
Minimum variable degree9
Maximum variable degree23
Distribution of variable degrees[{"degree":9,"count":1},{"degree":10,"count":1},{"degree":11,"count":1},{"degree":12,"count":2},{"degree":13,"count":1},{"degree":14,"count":4},{"degree":15,"count":2},{"degree":16,"count":3},{"degree":17,"count":3},{"degree":18,"count":3},{"degree":21,"count":3},{"degree":23,"count":1}]
Minimum constraint arity7
Maximum constraint arity7
Distribution of constraint arities[{"arity":7,"count":56}]
Number of extensional constraints56
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":56}]
Optimization problemNO
Type of objective

Solver Data

2.89/2.97	c NACRE 1.0.5
1286.62/1286.74	c
1286.62/1286.74	c # time = 1286.67
1286.62/1286.74	c # Dec = 272312
1286.62/1286.74	c # Propagate Calls = 23963745
1286.62/1286.74	c # assignAt Calls = 429430
1286.62/1286.74	c # removeAt Calls = 7176751
1286.62/1286.74	c # Run = 636
1286.62/1286.74	c # Conflicts = 265876
1286.62/1286.74	c # Memory used = 210.764 Mb
1286.62/1286.74	s SATISFIABLE
1286.62/1286.74	c
1286.62/1286.74	v <instantiation>
1286.62/1286.74	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] x[24] </list>
1286.62/1286.74	v     <values> 1 0 4 2 3 1 3 0 4 3 2 3 1 0 0 4 4 3 0 2 2 1 4 3 0 </values>
1286.62/1286.74	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 (14992 MiB free)
  memory of node 1: 16384 MiB (15086 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4391518-1568309525/watcher-4391518-1568309525 -o /tmp/evaluation-result-4391518-1568309525/solver-4391518-1568309525 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1568306240-27782 --watchdog 2560 nacre_mini_release HOME/instance-4391518-1568309525.xml -ca -l100 -cm 

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

solver pid=28571, runsolver pid=28568

[startup+0.100165 s]*
/proc/loadavg: 1.99 2.00 1.99 3/203 28572
/proc/meminfo: memFree=30794756/32770624 swapFree=66965856/67108860
[pid=28571] ppid=28568 vsize=39976 memory=16140 CPUtime=0.1 cores=1,3,5,7
/proc/28571/stat : 28571 (nacre_mini_rele) R 28568 28571 25882 0 -1 4202496 5027 0 0 0 10 0 0 0 20 0 1 0 407202099 40935424 4035 33554432000 4194304 4935366 140735200299632 140735200297208 4398348 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 7034520 7039168 23203840 140735200306177 140735200306277 140735200306277 140735200309186 0
/proc/28571/statm: 10027 4035 567 181 0 3644 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 39976 KiB
Current children cumulated memory: 16140 KiB

[startup+0.210103 s]*
/proc/loadavg: 1.99 2.00 1.99 3/203 28572
/proc/meminfo: memFree=30789100/32770624 swapFree=66965856/67108860
[pid=28571] ppid=28568 vsize=48492 memory=24060 CPUtime=0.21 cores=1,3,5,7
/proc/28571/stat : 28571 (nacre_mini_rele) R 28568 28571 25882 0 -1 4202496 7038 0 0 0 20 1 0 0 20 0 1 0 407202099 49655808 6015 33554432000 4194304 4935366 140735200299632 140735200297208 139778681273344 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 7034520 7039168 23203840 140735200306177 140735200306277 140735200306277 140735200309186 0
/proc/28571/statm: 12123 6015 567 181 0 5740 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 48492 KiB
Current children cumulated memory: 24060 KiB

[startup+0.310028 s]*
/proc/loadavg: 1.99 2.00 1.99 3/203 28572
/proc/meminfo: memFree=30782404/32770624 swapFree=66965856/67108860
[pid=28571] ppid=28568 vsize=54160 memory=29364 CPUtime=0.31 cores=1,3,5,7
/proc/28571/stat : 28571 (nacre_mini_rele) R 28568 28571 25882 0 -1 4202496 8587 0 0 0 30 1 0 0 20 0 1 0 407202099 55459840 7341 33554432000 4194304 4935366 140735200299632 140735200297208 139778680844220 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 7034520 7039168 23203840 140735200306177 140735200306277 140735200306277 140735200309186 0
/proc/28571/statm: 13540 7341 567 181 0 7157 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 54160 KiB
Current children cumulated memory: 29364 KiB

[startup+0.70037 s]
/proc/loadavg: 1.99 2.00 1.99 3/203 28572
/proc/meminfo: memFree=30770128/32770624 swapFree=66965856/67108860
[pid=28571] ppid=28568 vsize=78028 memory=51012 CPUtime=0.68 cores=1,3,5,7
/proc/28571/stat : 28571 (nacre_mini_rele) R 28568 28571 25882 0 -1 4202496 14009 0 0 0 67 1 0 0 20 0 1 0 407202099 79900672 12753 33554432000 4194304 4935366 140735200299632 140735200297208 139778681273344 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 7034520 7039168 23203840 140735200306177 140735200306277 140735200306277 140735200309186 0
/proc/28571/statm: 19507 12753 567 181 0 13124 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 78028 KiB
Current children cumulated memory: 51012 KiB

[startup+1.50035 s]
/proc/loadavg: 1.99 2.00 1.99 5/203 28572
/proc/meminfo: memFree=30742016/32770624 swapFree=66965856/67108860
[pid=28571] ppid=28568 vsize=126520 memory=96948 CPUtime=1.49 cores=1,3,5,7
/proc/28571/stat : 28571 (nacre_mini_rele) R 28568 28571 25882 0 -1 4202496 25473 0 0 0 146 3 0 0 20 0 1 0 407202099 129556480 24237 33554432000 4194304 4935366 140735200299632 140735200297208 4272472 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 7034520 7039168 23203840 140735200306177 140735200306277 140735200306277 140735200309186 0
/proc/28571/statm: 31630 24237 567 181 0 25247 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 126520 KiB
Current children cumulated memory: 96948 KiB

[startup+3.10972 s]
/proc/loadavg: 1.99 2.00 1.99 4/203 28572
/proc/meminfo: memFree=30624320/32770624 swapFree=66965856/67108860
[pid=28571] ppid=28568 vsize=220140 memory=185432 CPUtime=3.1 cores=1,3,5,7
/proc/28571/stat : 28571 (nacre_mini_rele) R 28568 28571 25882 0 -1 4202496 55364 0 0 0 304 6 0 0 20 0 1 0 407202099 225423360 46358 33554432000 4194304 4935366 140735200299632 140735200298152 139778680844298 0 0 4096 24578 0 0 0 17 5 0 0 0 0 0 7034520 7039168 23203840 140735200306177 140735200306277 140735200306277 140735200309186 0
/proc/28571/statm: 55035 46358 585 181 0 48652 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 220140 KiB
Current children cumulated memory: 185432 KiB

[startup+6.30034 s]
/proc/loadavg: 1.99 2.00 1.99 4/203 28572
/proc/meminfo: memFree=30624380/32770624 swapFree=66965856/67108860
[pid=28571] ppid=28568 vsize=220140 memory=185504 CPUtime=6.28 cores=1,3,5,7
/proc/28571/stat : 28571 (nacre_mini_rele) R 28568 28571 25882 0 -1 4202496 134642 0 0 0 619 9 0 0 20 0 1 0 407202099 225423360 46376 33554432000 4194304 4935366 140735200299632 140735200298152 139778681699803 0 0 4096 24578 0 0 0 17 1 0 0 0 0 0 7034520 7039168 23203840 140735200306177 140735200306277 140735200306277 140735200309186 0
/proc/28571/statm: 55035 46376 603 181 0 48652 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 220140 KiB
Current children cumulated memory: 185504 KiB

[startup+12.7003 s]
/proc/loadavg: 1.99 2.00 1.99 5/203 28572
/proc/meminfo: memFree=30623628/32770624 swapFree=66965856/67108860
[pid=28571] ppid=28568 vsize=220140 memory=186116 CPUtime=12.68 cores=1,3,5,7
/proc/28571/stat : 28571 (nacre_mini_rele) R 28568 28571 25882 0 -1 4202496 174679 0 0 0 1257 11 0 0 20 0 1 0 407202099 225423360 46529 33554432000 4194304 4935366 140735200299632 140735200298152 139778681697841 0 0 4096 24578 0 0 0 17 1 0 0 0 0 0 7034520 7039168 23203840 140735200306177 140735200306277 140735200306277 140735200309186 0
/proc/28571/statm: 55035 46529 603 181 0 48652 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 220140 KiB
Current children cumulated memory: 186116 KiB

[startup+25.5004 s]
/proc/loadavg: 1.99 2.00 1.99 4/203 28574
/proc/meminfo: memFree=30622032/32770624 swapFree=66965856/67108860
[pid=28571] ppid=28568 vsize=220140 memory=187224 CPUtime=25.48 cores=1,3,5,7
/proc/28571/stat : 28571 (nacre_mini_rele) R 28568 28571 25882 0 -1 4202496 251226 0 0 0 2533 15 0 0 20 0 1 0 407202099 225423360 46806 33554432000 4194304 4935366 140735200299632 140735200298152 139778681697856 0 0 4096 24578 0 0 0 17 1 0 0 0 0 0 7034520 7039168 23203840 140735200306177 140735200306277 140735200306277 140735200309186 0
/proc/28571/statm: 55035 46806 603 181 0 48652 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 220140 KiB
Current children cumulated memory: 187224 KiB

[startup+51.1097 s]
/proc/loadavg: 2.00 2.00 1.99 5/203 28574
/proc/meminfo: memFree=30619128/32770624 swapFree=66965856/67108860
[pid=28571] ppid=28568 vsize=220140 memory=190592 CPUtime=51.08 cores=1,3,5,7
/proc/28571/stat : 28571 (nacre_mini_rele) R 28568 28571 25882 0 -1 4202496 280915 0 0 0 5092 16 0 0 20 0 1 0 407202099 225423360 47648 33554432000 4194304 4935366 140735200299632 140735200298152 4400723 0 0 4096 24578 0 0 0 17 1 0 0 0 0 0 7034520 7039168 23203840 140735200306177 140735200306277 140735200306277 140735200309186 0
/proc/28571/statm: 55035 47648 603 181 0 48652 0
Current children cumulated CPU time: 51.08 s
Current children cumulated vsize: 220140 KiB
Current children cumulated memory: 190592 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 1.99 5/203 28578
/proc/meminfo: memFree=30614680/32770624 swapFree=66965856/67108860
[pid=28571] ppid=28568 vsize=220140 memory=195168 CPUtime=102.27 cores=1,3,5,7
/proc/28571/stat : 28571 (nacre_mini_rele) R 28568 28571 25882 0 -1 4202496 299725 0 0 0 10209 18 0 0 20 0 1 0 407202099 225423360 48792 33554432000 4194304 4935366 140735200299632 140735200298152 4400732 0 0 4096 24578 0 0 0 17 1 0 0 0 0 0 7034520 7039168 23203840 140735200306177 140735200306277 140735200306277 140735200309186 0
/proc/28571/statm: 55035 48792 603 181 0 48652 0
Current children cumulated CPU time: 102.27 s
Current children cumulated vsize: 220140 KiB
Current children cumulated memory: 195168 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.99 4/203 28584
/proc/meminfo: memFree=30611060/32770624 swapFree=66965856/67108860
[pid=28571] ppid=28568 vsize=222340 memory=198120 CPUtime=162.27 cores=1,3,5,7
/proc/28571/stat : 28571 (nacre_mini_rele) R 28568 28571 25882 0 -1 4202496 302051 0 0 0 16209 18 0 0 20 0 1 0 407202099 227676160 49530 33554432000 4194304 4935366 140735200299632 140735200297320 139778681690094 0 0 4096 24578 0 0 0 17 1 0 0 0 0 0 7034520 7039168 23203840 140735200306177 140735200306277 140735200306277 140735200309186 0
/proc/28571/statm: 55585 49530 603 181 0 49202 0
Current children cumulated CPU time: 162.27 s
Current children cumulated vsize: 222340 KiB
Current children cumulated memory: 198120 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.99 5/203 28588
/proc/meminfo: memFree=30609944/32770624 swapFree=66965856/67108860
[pid=28571] ppid=28568 vsize=223184 memory=199200 CPUtime=222.26 cores=1,3,5,7
/proc/28571/stat : 28571 (nacre_mini_rele) R 28568 28571 25882 0 -1 4202496 303755 0 0 0 22208 18 0 0 20 0 1 0 407202099 228540416 49800 33554432000 4194304 4935366 140735200299632 140735200297400 4400723 0 0 4096 24578 0 0 0 17 1 0 0 0 0 0 7034520 7039168 23203840 140735200306177 140735200306277 140735200306277 140735200309186 0
/proc/28571/statm: 55796 49800 603 181 0 49413 0
Current children cumulated CPU time: 222.26 s
Current children cumulated vsize: 223184 KiB
Current children cumulated memory: 199200 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.99 4/203 28592
/proc/meminfo: memFree=30609180/32770624 swapFree=66965856/67108860
[pid=28571] ppid=28568 vsize=224192 memory=200188 CPUtime=282.26 cores=1,3,5,7
/proc/28571/stat : 28571 (nacre_mini_rele) R 28568 28571 25882 0 -1 4202496 305723 0 0 0 28208 18 0 0 20 0 1 0 407202099 229572608 50047 33554432000 4194304 4935366 140735200299632 140735200297320 139778680844228 0 0 4096 24578 0 0 0 17 1 0 0 0 0 0 7034520 7039168 23203840 140735200306177 140735200306277 140735200306277 140735200309186 0
/proc/28571/statm: 56048 50047 603 181 0 49665 0
Current children cumulated CPU time: 282.26 s
Current children cumulated vsize: 224192 KiB
Current children cumulated memory: 200188 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.99 4/202 28598
/proc/meminfo: memFree=30608596/32770624 swapFree=66965856/67108860
[pid=28571] ppid=28568 vsize=224804 memory=200916 CPUtime=342.26 cores=1,3,5,7
/proc/28571/stat : 28571 (nacre_mini_rele) R 28568 28571 25882 0 -1 4202496 307850 0 0 0 34207 19 0 0 20 0 1 0 407202099 230199296 50229 33554432000 4194304 4935366 140735200299632 140735200297384 139778680827700 0 0 4096 24578 0 0 0 17 1 0 0 0 0 0 7034520 7039168 23203840 140735200306177 140735200306277 140735200306277 140735200309186 0
/proc/28571/statm: 56201 50229 603 181 0 49818 0
Current children cumulated CPU time: 342.26 s
Current children cumulated vsize: 224804 KiB
Current children cumulated memory: 200916 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.99 5/202 28602
/proc/meminfo: memFree=30606660/32770624 swapFree=66965856/67108860
[pid=28571] ppid=28568 vsize=225620 memory=201636 CPUtime=402.26 cores=1,3,5,7
/proc/28571/stat : 28571 (nacre_mini_rele) R 28568 28571 25882 0 -1 4202496 310172 0 0 0 40207 19 0 0 20 0 1 0 407202099 231034880 50409 33554432000 4194304 4935366 140735200299632 140735200297320 4400253 0 0 4096 24578 0 0 0 17 1 0 0 0 0 0 7034520 7039168 23203840 140735200306177 140735200306277 140735200306277 140735200309186 0
/proc/28571/statm: 56405 50409 603 181 0 50022 0
Current children cumulated CPU time: 402.26 s
Current children cumulated vsize: 225620 KiB
Current children cumulated memory: 201636 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.99 4/202 28606
/proc/meminfo: memFree=30605416/32770624 swapFree=66965856/67108860
[pid=28571] ppid=28568 vsize=226328 memory=202384 CPUtime=462.25 cores=1,3,5,7
/proc/28571/stat : 28571 (nacre_mini_rele) R 28568 28571 25882 0 -1 4202496 312673 0 0 0 46206 19 0 0 20 0 1 0 407202099 231759872 50596 33554432000 4194304 4935366 140735200299632 140735200297320 139778680845168 0 0 4096 24578 0 0 0 17 1 0 0 0 0 0 7034520 7039168 23203840 140735200306177 140735200306277 140735200306277 140735200309186 0
/proc/28571/statm: 56582 50596 603 181 0 50199 0
Current children cumulated CPU time: 462.25 s
Current children cumulated vsize: 226328 KiB
Current children cumulated memory: 202384 KiB


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

Current children cumulated memory: 207608 KiB

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 1.99 4/202 28842
/proc/meminfo: memFree=30805444/32770624 swapFree=66965856/67108860
[pid=28571] ppid=28568 vsize=232252 memory=207936 CPUtime=942.24 cores=1,3,5,7
/proc/28571/stat : 28571 (nacre_mini_rele) R 28568 28571 25882 0 -1 4202496 324515 0 0 0 94203 21 0 0 20 0 1 0 407202099 237826048 51984 33554432000 4194304 4935366 140735200299632 140735200297320 139778687034256 0 0 4096 24578 0 0 0 17 1 0 0 0 0 0 7034520 7039168 23203840 140735200306177 140735200306277 140735200306277 140735200309186 0
/proc/28571/statm: 58063 51984 603 181 0 51680 0
Current children cumulated CPU time: 942.24 s
Current children cumulated vsize: 232252 KiB
Current children cumulated memory: 207936 KiB

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.99 4/202 28846
/proc/meminfo: memFree=30772536/32770624 swapFree=66965856/67108860
[pid=28571] ppid=28568 vsize=232728 memory=208272 CPUtime=1002.24 cores=1,3,5,7
/proc/28571/stat : 28571 (nacre_mini_rele) R 28568 28571 25882 0 -1 4202496 325878 0 0 0 100203 21 0 0 20 0 1 0 407202099 238313472 52068 33554432000 4194304 4935366 140735200299632 140735200297320 139778687026240 0 0 4096 24578 0 0 0 17 1 0 0 0 0 0 7034520 7039168 23203840 140735200306177 140735200306277 140735200306277 140735200309186 0
/proc/28571/statm: 58182 52068 603 181 0 51799 0
Current children cumulated CPU time: 1002.24 s
Current children cumulated vsize: 232728 KiB
Current children cumulated memory: 208272 KiB

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.99 4/203 28853
/proc/meminfo: memFree=30754128/32770624 swapFree=66965856/67108860
[pid=28571] ppid=28568 vsize=233228 memory=209384 CPUtime=1062.23 cores=1,3,5,7
/proc/28571/stat : 28571 (nacre_mini_rele) R 28568 28571 25882 0 -1 4202496 327365 0 0 0 106202 21 0 0 20 0 1 0 407202099 238825472 52346 33554432000 4194304 4935366 140735200299632 140735200297320 139778681697846 0 0 4096 24578 0 0 0 17 1 0 0 0 0 0 7034520 7039168 23203840 140735200306177 140735200306277 140735200306277 140735200309186 0
/proc/28571/statm: 58307 52346 603 181 0 51924 0
Current children cumulated CPU time: 1062.23 s
Current children cumulated vsize: 233228 KiB
Current children cumulated memory: 209384 KiB

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.99 4/204 28865
/proc/meminfo: memFree=30737808/32770624 swapFree=66965860/67108860
[pid=28571] ppid=28568 vsize=233744 memory=209920 CPUtime=1122.23 cores=1,3,5,7
/proc/28571/stat : 28571 (nacre_mini_rele) R 28568 28571 25882 0 -1 4202496 328600 0 0 0 112201 22 0 0 20 0 1 0 407202099 239353856 52480 33554432000 4194304 4935366 140735200299632 140735200297320 139778681697841 0 0 4096 24578 0 0 0 17 1 0 0 0 0 0 7034520 7039168 23203840 140735200306177 140735200306277 140735200306277 140735200309186 0
/proc/28571/statm: 58436 52480 603 181 0 52053 0
Current children cumulated CPU time: 1122.23 s
Current children cumulated vsize: 233744 KiB
Current children cumulated memory: 209920 KiB

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.99 4/204 28869
/proc/meminfo: memFree=30728408/32770624 swapFree=66965860/67108860
[pid=28571] ppid=28568 vsize=233996 memory=210068 CPUtime=1182.23 cores=1,3,5,7
/proc/28571/stat : 28571 (nacre_mini_rele) R 28568 28571 25882 0 -1 4202496 329886 0 0 0 118201 22 0 0 20 0 1 0 407202099 239611904 52517 33554432000 4194304 4935366 140735200299632 140735200297320 139778681697836 0 0 4096 24578 0 0 0 17 1 0 0 0 0 0 7034520 7039168 23203840 140735200306177 140735200306277 140735200306277 140735200309186 0
/proc/28571/statm: 58499 52517 603 181 0 52116 0
Current children cumulated CPU time: 1182.23 s
Current children cumulated vsize: 233996 KiB
Current children cumulated memory: 210068 KiB

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.99 4/204 28875
/proc/meminfo: memFree=30717400/32770624 swapFree=66965860/67108860
[pid=28571] ppid=28568 vsize=234228 memory=210448 CPUtime=1242.23 cores=1,3,5,7
/proc/28571/stat : 28571 (nacre_mini_rele) R 28568 28571 25882 0 -1 4202496 331254 0 0 0 124201 22 0 0 20 0 1 0 407202099 239849472 52612 33554432000 4194304 4935366 140735200299632 140735200297320 139778681699803 0 0 4096 24578 0 0 0 17 1 0 0 0 0 0 7034520 7039168 23203840 140735200306177 140735200306277 140735200306277 140735200309186 0
/proc/28571/statm: 58557 52612 603 181 0 52174 0
Current children cumulated CPU time: 1242.23 s
Current children cumulated vsize: 234228 KiB
Current children cumulated memory: 210448 KiB

[startup+1286.75 s]
# the end of solver process 28571 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1286.46 s, system=0.229992 s

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

[startup+1254.4 s]
/proc/loadavg: 2.00 2.00 1.99 4/204 28875
/proc/meminfo: memFree=30716092/32770624 swapFree=66965860/67108860
[pid=28571] ppid=28568 vsize=234228 memory=210448 CPUtime=1254.33 cores=1,3,5,7
/proc/28571/stat : 28571 (nacre_mini_rele) R 28568 28571 25882 0 -1 4202496 331267 0 0 0 125411 22 0 0 20 0 1 0 407202099 239849472 52612 33554432000 4194304 4935366 140735200299632 140735200297320 139778680844253 0 0 4096 24578 0 0 0 17 1 0 0 0 0 0 7034520 7039168 23203840 140735200306177 140735200306277 140735200306277 140735200309186 0
/proc/28571/statm: 58557 52612 603 181 0 52174 0
Current children cumulated CPU time: 1254.33 s
Current children cumulated vsize: 234228 KiB
Current children cumulated memory: 210448 KiB

[startup+1267.2 s]
/proc/loadavg: 2.00 2.00 1.99 4/204 28876
/proc/meminfo: memFree=30714388/32770624 swapFree=66965860/67108860
[pid=28571] ppid=28568 vsize=234572 memory=210764 CPUtime=1267.13 cores=1,3,5,7
/proc/28571/stat : 28571 (nacre_mini_rele) R 28568 28571 25882 0 -1 4202496 332685 0 0 0 126691 22 0 0 20 0 1 0 407202099 240201728 52691 33554432000 4194304 4935366 140735200299632 140735200297320 4400723 0 0 4096 24578 0 0 0 17 1 0 0 0 0 0 7034520 7039168 23203840 140735200306177 140735200306277 140735200306277 140735200309186 0
/proc/28571/statm: 58643 52691 603 181 0 52260 0
Current children cumulated CPU time: 1267.13 s
Current children cumulated vsize: 234572 KiB
Current children cumulated memory: 210764 KiB

[startup+1280 s]*
/proc/loadavg: 2.00 2.00 1.99 4/205 28878
/proc/meminfo: memFree=30712324/32770624 swapFree=66965860/67108860
[pid=28571] ppid=28568 vsize=234572 memory=210764 CPUtime=1279.93 cores=1,3,5,7
/proc/28571/stat : 28571 (nacre_mini_rele) R 28568 28571 25882 0 -1 4202496 332697 0 0 0 127971 22 0 0 20 0 1 0 407202099 240201728 52691 33554432000 4194304 4935366 140735200299632 140735200297320 4400757 0 0 4096 24578 0 0 0 17 1 0 0 0 0 0 7034520 7039168 23203840 140735200306177 140735200306277 140735200306277 140735200309186 0
/proc/28571/statm: 58643 52691 603 181 0 52260 0
Current children cumulated CPU time: 1279.93 s
Current children cumulated vsize: 234572 KiB
Current children cumulated memory: 210764 KiB

[startup+1283.2 s]
/proc/loadavg: 2.00 2.00 1.99 4/204 28878
/proc/meminfo: memFree=30712164/32770624 swapFree=66965860/67108860
[pid=28571] ppid=28568 vsize=234572 memory=210764 CPUtime=1283.12 cores=1,3,5,7
/proc/28571/stat : 28571 (nacre_mini_rele) R 28568 28571 25882 0 -1 4202496 332702 0 0 0 128290 22 0 0 20 0 1 0 407202099 240201728 52691 33554432000 4194304 4935366 140735200299632 140735200297320 4401264 0 0 4096 24578 0 0 0 17 1 0 0 0 0 0 7034520 7039168 23203840 140735200306177 140735200306277 140735200306277 140735200309186 0
/proc/28571/statm: 58643 52691 603 181 0 52260 0
Current children cumulated CPU time: 1283.12 s
Current children cumulated vsize: 234572 KiB
Current children cumulated memory: 210764 KiB

[startup+1284.8 s]
/proc/loadavg: 2.00 2.00 1.99 4/204 28878
/proc/meminfo: memFree=30712032/32770624 swapFree=66965860/67108860
[pid=28571] ppid=28568 vsize=234572 memory=210764 CPUtime=1284.72 cores=1,3,5,7
/proc/28571/stat : 28571 (nacre_mini_rele) R 28568 28571 25882 0 -1 4202496 332704 0 0 0 128450 22 0 0 20 0 1 0 407202099 240201728 52691 33554432000 4194304 4935366 140735200299632 140735200297320 139778681699803 0 0 4096 24578 0 0 0 17 1 0 0 0 0 0 7034520 7039168 23203840 140735200306177 140735200306277 140735200306277 140735200309186 0
/proc/28571/statm: 58643 52691 603 181 0 52260 0
Current children cumulated CPU time: 1284.72 s
Current children cumulated vsize: 234572 KiB
Current children cumulated memory: 210764 KiB

[startup+1285.6 s]
/proc/loadavg: 2.00 2.00 1.99 4/204 28878
/proc/meminfo: memFree=30712016/32770624 swapFree=66965860/67108860
[pid=28571] ppid=28568 vsize=234572 memory=210764 CPUtime=1285.52 cores=1,3,5,7
/proc/28571/stat : 28571 (nacre_mini_rele) R 28568 28571 25882 0 -1 4202496 332705 0 0 0 128530 22 0 0 20 0 1 0 407202099 240201728 52691 33554432000 4194304 4935366 140735200299632 140735200297320 4400723 0 0 4096 24578 0 0 0 17 1 0 0 0 0 0 7034520 7039168 23203840 140735200306177 140735200306277 140735200306277 140735200309186 0
/proc/28571/statm: 58643 52691 603 181 0 52260 0
Current children cumulated CPU time: 1285.52 s
Current children cumulated vsize: 234572 KiB
Current children cumulated memory: 210764 KiB

[startup+1286.4 s]
/proc/loadavg: 2.00 2.00 1.99 4/204 28878
/proc/meminfo: memFree=30712040/32770624 swapFree=66965860/67108860
[pid=28571] ppid=28568 vsize=234572 memory=210764 CPUtime=1286.32 cores=1,3,5,7
/proc/28571/stat : 28571 (nacre_mini_rele) R 28568 28571 25882 0 -1 4202496 332713 0 0 0 128610 22 0 0 20 0 1 0 407202099 240201728 52691 33554432000 4194304 4935366 140735200299632 140735200297320 139778680827560 0 0 4096 24578 0 0 0 17 1 0 0 0 0 0 7034520 7039168 23203840 140735200306177 140735200306277 140735200306277 140735200309186 0
/proc/28571/statm: 58643 52691 603 181 0 52260 0
Current children cumulated CPU time: 1286.32 s
Current children cumulated vsize: 234572 KiB
Current children cumulated memory: 210764 KiB

[startup+1286.6 s]
/proc/loadavg: 2.00 2.00 1.99 4/204 28878
/proc/meminfo: memFree=30712040/32770624 swapFree=66965860/67108860
[pid=28571] ppid=28568 vsize=234572 memory=210764 CPUtime=1286.52 cores=1,3,5,7
/proc/28571/stat : 28571 (nacre_mini_rele) R 28568 28571 25882 0 -1 4202496 332714 0 0 0 128630 22 0 0 20 0 1 0 407202099 240201728 52691 33554432000 4194304 4935366 140735200299632 140735200297320 4400831 0 0 4096 24578 0 0 0 17 1 0 0 0 0 0 7034520 7039168 23203840 140735200306177 140735200306277 140735200306277 140735200309186 0
/proc/28571/statm: 58643 52691 603 181 0 52260 0
Current children cumulated CPU time: 1286.52 s
Current children cumulated vsize: 234572 KiB
Current children cumulated memory: 210764 KiB

[startup+1286.7 s]
/proc/loadavg: 2.00 2.00 1.99 4/204 28878
/proc/meminfo: memFree=30712040/32770624 swapFree=66965860/67108860
[pid=28571] ppid=28568 vsize=234572 memory=210764 CPUtime=1286.62 cores=1,3,5,7
/proc/28571/stat : 28571 (nacre_mini_rele) R 28568 28571 25882 0 -1 4202496 332715 0 0 0 128640 22 0 0 20 0 1 0 407202099 240201728 52691 33554432000 4194304 4935366 140735200299632 140735200297320 139778680827560 0 0 4096 24578 0 0 0 17 1 0 0 0 0 0 7034520 7039168 23203840 140735200306177 140735200306277 140735200306277 140735200309186 0
/proc/28571/statm: 58643 52691 603 181 0 52260 0
Current children cumulated CPU time: 1286.62 s
Current children cumulated vsize: 234572 KiB
Current children cumulated memory: 210764 KiB

Child status: 10
Real time (s): 1286.75
CPU time (s): 1286.69
CPU user time (s): 1286.46
CPU system time (s): 0.229992
CPU usage (%): 99.9951
Max. virtual memory (cumulated for all children) (KiB): 234572
Max. memory (cumulated for all children) (KiB): 210764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1286.46
system time used= 0.229992
maximum resident set size= 210840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 332760
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= 46
involuntary context switches= 702


# summary of solver processes directly reported to runsolver:
#   pid: 28571
#   total CPU time (s): 1286.69
#   total CPU user time (s): 1286.46
#   total CPU system time (s): 0.229992

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.96715 second user time and 9.46947 second system time

The end

Launcher Data

Begin job on node135 at 2019-09-12 19:31:25
IDJOB=4391518
IDBENCH=126087
IDSOLVER=2834
FILE ID=node135/4391518-1568309525
RUNJOBID= node135-1568306240-27782
PBS_JOBID= 21701112
Free space on /tmp= 59064 MiB

SOLVER NAME= NACRE 1.0.5-Hybrid
BENCH NAME= XCSP17/QRandom/QRandom-mdd-7-25-5/mdd-7-25-5-56-02.xml
COMMAND LINE= nacre_mini_release BENCHNAME -ca -l100 -cm
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4391518-1568309525/watcher-4391518-1568309525 -o /tmp/evaluation-result-4391518-1568309525/solver-4391518-1568309525 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1568306240-27782 --watchdog 2560  nacre_mini_release HOME/instance-4391518-1568309525.xml -ca -l100 -cm

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

MD5SUM BENCH= eda3e143b65a543b5abd93f521b89dfa
RANDOM SEED=303418813

node135.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.76
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.76
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.76
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.76
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:        30799972 kB
MemAvailable:   31657984 kB
Buffers:          111060 kB
Cached:          1013540 kB
SwapCached:        36128 kB
Active:           686508 kB
Inactive:         677912 kB
Active(anon):     211076 kB
Inactive(anon):    59652 kB
Active(file):     475432 kB
Inactive(file):   618260 kB
Unevictable:      109772 kB
Mlocked:          109772 kB
SwapTotal:      67108860 kB
SwapFree:       66965856 kB
Dirty:               788 kB
Writeback:         12008 kB
AnonPages:        314328 kB
Mapped:            34336 kB
Shmem:             22292 kB
Slab:             198240 kB
SReclaimable:     160308 kB
SUnreclaim:        37932 kB
KernelStack:        3536 kB
PageTables:         5960 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     727720 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    268288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 59092 MiB
End job on node135 at 2019-09-12 19:52:52