Trace number 4309539

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
PicatSAT 2018-08-14OPT1053 2369.06 2369.23

General information on the benchmark

NameMario/
Mario-n-medium-2_c18.xml
MD5SUMd930a285b222420c6879960cff9efc87
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1053
Best CPU time to get the best result obtained on this benchmark170.602
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints61
Number of domains54
Minimum domain size1
Maximum domain size30
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":28},{"size":28,"count":1},{"size":29,"count":5},{"size":30,"count":54}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":59},{"degree":3,"count":29}]
Minimum constraint arity1
Maximum constraint arity30
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":58},{"arity":30,"count":2}]
Number of extensional constraints30
Number of intensional constraints29
Distribution of constraint types[{"type":"extension","count":30},{"type":"intension","count":29},{"type":"sum","count":1},{"type":"circuit","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

2369.02/2369.22	c xcsp_picat version 2.4#7 (8/14/2018)
2369.02/2369.22	o 734
2369.02/2369.22	o 913
2369.02/2369.22	o 1053
2369.02/2369.22	s OPTIMUM FOUND
2369.02/2369.22	v <instantiation>
2369.02/2369.22	v     <list> f[] s[] g[]  </list> 
2369.02/2369.22	v     <values> 34 0 296 83 13 0 0 31 54 54 207 228 122 0 16 0 23 0 0 85 127 0 270 0 68 152 0 45 34 55  10 0 29 19 1 5 6 2 9 25 22 4 20 13 24 15 12 17 18 16 28 21 14 23 7 3 26 11 27 8  0 0 40 67 89 0 0 19 47 68 94 86 34 0 14 0 67 0 0 31 78 0 99 0 56 14 0 35 53 62   </values> 
2369.02/2369.22	v </instantiation>

Verifier Data

OK	1053

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309539-1534311375/watcher-4309539-1534311375 -o /tmp/evaluation-result-4309539-1534311375/solver-4309539-1534311375 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1534292900-22506 --watchdog 2580 xcsp_picat HOME/instance-4309539-1534311375.xml 

running on 4 cores: 0,2,4,6

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


[startup+0.101075 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 24931
/proc/meminfo: memFree=28660520/32770624 swapFree=67108796/67108860
[pid=24930] ppid=24927 vsize=2025744 memory=35172 CPUtime=0.09 cores=0,2,4,6
/proc/24930/stat : 24930 (xcsp_picat) R 24927 24930 22475 0 -1 4202496 1840 0 0 0 9 0 0 0 20 0 1 0 248700640 2074361856 8793 33554432000 4194304 5849940 140736666090336 140736666089640 4548541 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 28446720 140736666096822 140736666096900 140736666096900 140736666099658 0
/proc/24930/statm: 506436 8793 623 405 0 503380 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 35172 KiB

[startup+0.209561 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 24931
/proc/meminfo: memFree=28650164/32770624 swapFree=67108796/67108860
[pid=24930] ppid=24927 vsize=2025876 memory=44032 CPUtime=0.2 cores=0,2,4,6
/proc/24930/stat : 24930 (xcsp_picat) R 24927 24930 22475 0 -1 4202496 1979 0 0 0 20 0 0 0 20 0 1 0 248700640 2074497024 11008 33554432000 4194304 5849940 140736666090336 140736666089640 5605600 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 28446720 140736666096822 140736666096900 140736666096900 140736666099658 0
/proc/24930/statm: 506469 11008 703 405 0 503413 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2025876 KiB
Current children cumulated memory: 44032 KiB

[startup+0.309382 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 24931
/proc/meminfo: memFree=28650040/32770624 swapFree=67108796/67108860
[pid=24930] ppid=24927 vsize=2025828 memory=44124 CPUtime=0.3 cores=0,2,4,6
/proc/24930/stat : 24930 (xcsp_picat) R 24927 24930 22475 0 -1 4202496 1982 0 0 0 30 0 0 0 20 0 1 0 248700640 2074447872 11031 33554432000 4194304 5849940 140736666090336 140736666089432 140002359644039 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 28446720 140736666096822 140736666096900 140736666096900 140736666099658 0
/proc/24930/statm: 506457 11031 717 405 0 503401 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2025828 KiB
Current children cumulated memory: 44124 KiB

[startup+0.700223 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24931
/proc/meminfo: memFree=28649792/32770624 swapFree=67108796/67108860
[pid=24930] ppid=24927 vsize=2025828 memory=44124 CPUtime=0.68 cores=0,2,4,6
/proc/24930/stat : 24930 (xcsp_picat) R 24927 24930 22475 0 -1 4202496 1987 0 0 0 68 0 0 0 20 0 1 0 248700640 2074447872 11031 33554432000 4194304 5849940 140736666090336 140736666089432 5471112 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 28446720 140736666096822 140736666096900 140736666096900 140736666099658 0
/proc/24930/statm: 506457 11031 717 405 0 503401 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2025828 KiB
Current children cumulated memory: 44124 KiB

[startup+1.50022 s]
/proc/loadavg: 1.92 2.00 2.04 3/187 24931
/proc/meminfo: memFree=28649684/32770624 swapFree=67108796/67108860
[pid=24930] ppid=24927 vsize=2025824 memory=44148 CPUtime=1.48 cores=0,2,4,6
/proc/24930/stat : 24930 (xcsp_picat) R 24927 24930 22475 0 -1 4202496 1997 0 0 0 148 0 0 0 20 0 1 0 248700640 2074443776 11037 33554432000 4194304 5849940 140736666090336 140736666089432 140002359176845 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 28446720 140736666096822 140736666096900 140736666096900 140736666099658 0
/proc/24930/statm: 506456 11037 718 405 0 503400 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2025824 KiB
Current children cumulated memory: 44148 KiB

[startup+3.10947 s]
/proc/loadavg: 1.92 2.00 2.04 3/187 24931
/proc/meminfo: memFree=28643484/32770624 swapFree=67108796/67108860
[pid=24930] ppid=24927 vsize=2032132 memory=50368 CPUtime=3.09 cores=0,2,4,6
/proc/24930/stat : 24930 (xcsp_picat) R 24927 24930 22475 0 -1 4202496 4523 0 0 0 308 1 0 0 20 0 1 0 248700640 2080903168 12592 33554432000 4194304 5849940 140736666090336 140736666088984 4209611 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 28446720 140736666096822 140736666096900 140736666096900 140736666099658 0
/proc/24930/statm: 508033 12592 747 405 0 504977 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2032132 KiB
Current children cumulated memory: 50368 KiB

[startup+6.30023 s]
/proc/loadavg: 1.93 2.00 2.04 3/187 24931
/proc/meminfo: memFree=28640540/32770624 swapFree=67108796/67108860
[pid=24930] ppid=24927 vsize=2033396 memory=51784 CPUtime=6.28 cores=0,2,4,6
/proc/24930/stat : 24930 (xcsp_picat) R 24927 24930 22475 0 -1 4202496 7655 0 0 0 623 5 0 0 20 0 1 0 248700640 2082197504 12946 33554432000 4194304 5849940 140736666090336 140736666089336 140002359644039 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 28446720 140736666096822 140736666096900 140736666096900 140736666099658 0
/proc/24930/statm: 508349 12946 751 405 0 505293 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 2033396 KiB
Current children cumulated memory: 51784 KiB

[startup+12.7002 s]
/proc/loadavg: 1.93 2.00 2.04 3/187 24931
/proc/meminfo: memFree=28642024/32770624 swapFree=67108796/67108860
[pid=24930] ppid=24927 vsize=2035000 memory=53412 CPUtime=12.68 cores=0,2,4,6
/proc/24930/stat : 24930 (xcsp_picat) R 24927 24930 22475 0 -1 4202496 15286 0 0 0 1257 11 0 0 20 0 1 0 248700640 2083840000 13353 33554432000 4194304 5849940 140736666090336 140736666089496 5335801 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 28446720 140736666096822 140736666096900 140736666096900 140736666099658 0
/proc/24930/statm: 508750 13353 751 405 0 505694 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 2035000 KiB
Current children cumulated memory: 53412 KiB

[startup+25.5004 s]
/proc/loadavg: 1.87 1.98 2.03 3/187 24931
/proc/meminfo: memFree=28633156/32770624 swapFree=67108796/67108860
[pid=24930] ppid=24927 vsize=2033984 memory=52436 CPUtime=25.48 cores=0,2,4,6
/proc/24930/stat : 24930 (xcsp_picat) R 24927 24930 22475 0 -1 4202496 30965 0 0 0 2524 24 0 0 20 0 1 0 248700640 2082799616 13109 33554432000 4194304 5849940 140736666090336 140736666089496 140002359644039 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 28446720 140736666096822 140736666096900 140736666096900 140736666099658 0
/proc/24930/statm: 508496 13109 751 405 0 505440 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 2033984 KiB
Current children cumulated memory: 52436 KiB

[startup+51.1094 s]
/proc/loadavg: 1.92 1.98 2.03 3/187 24931
/proc/meminfo: memFree=28638536/32770624 swapFree=67108796/67108860
[pid=24930] ppid=24927 vsize=2037664 memory=56084 CPUtime=51.09 cores=0,2,4,6
/proc/24930/stat : 24930 (xcsp_picat) R 24927 24930 22475 0 -1 4202496 44801 0 0 0 5064 45 0 0 20 0 1 0 248700640 2086567936 14021 33554432000 4194304 5849940 140736666090336 140736666088824 140002359644039 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 28446720 140736666096822 140736666096900 140736666096900 140736666099658 0
/proc/24930/statm: 509416 14021 760 405 0 506360 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 2037664 KiB
Current children cumulated memory: 56084 KiB

[startup+102.3 s]
/proc/loadavg: 1.96 1.99 2.03 3/187 24932
/proc/meminfo: memFree=28615208/32770624 swapFree=67108796/67108860
[pid=24930] ppid=24927 vsize=2058468 memory=76688 CPUtime=102.28 cores=0,2,4,6
/proc/24930/stat : 24930 (xcsp_picat) R 24927 24930 22475 0 -1 4202496 60081 0 0 0 10159 69 0 0 20 0 1 0 248700640 2107871232 19172 33554432000 4194304 5849940 140736666090336 140736666089496 140002359644039 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 28446720 140736666096822 140736666096900 140736666096900 140736666099658 0
/proc/24930/statm: 514617 19172 760 405 0 511561 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 2058468 KiB
Current children cumulated memory: 76688 KiB

[startup+162.3 s]
/proc/loadavg: 1.99 1.99 2.03 3/187 24933
/proc/meminfo: memFree=28592996/32770624 swapFree=67108796/67108860
[pid=24930] ppid=24927 vsize=2081000 memory=99428 CPUtime=162.27 cores=0,2,4,6
/proc/24930/stat : 24930 (xcsp_picat) R 24927 24930 22475 0 -1 4202496 79822 0 0 0 16139 88 0 0 20 0 1 0 248700640 2130944000 24857 33554432000 4194304 5849940 140736666090336 140736666089336 140002359644039 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 28446720 140736666096822 140736666096900 140736666096900 140736666099658 0
/proc/24930/statm: 520250 24857 760 405 0 517194 0
Current children cumulated CPU time: 162.27 s
Current children cumulated vsize: 2081000 KiB
Current children cumulated memory: 99428 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 24934
/proc/meminfo: memFree=28575184/32770624 swapFree=67108796/67108860
[pid=24930] ppid=24927 vsize=2103296 memory=121728 CPUtime=222.27 cores=0,2,4,6
/proc/24930/stat : 24930 (xcsp_picat) R 24927 24930 22475 0 -1 4202496 91369 0 0 0 22120 107 0 0 20 0 1 0 248700640 2153775104 30432 33554432000 4194304 5849940 140736666090336 140736666089336 5437906 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 28446720 140736666096822 140736666096900 140736666096900 140736666099658 0
/proc/24930/statm: 525824 30432 760 405 0 522768 0
Current children cumulated CPU time: 222.27 s
Current children cumulated vsize: 2103296 KiB
Current children cumulated memory: 121728 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/188 24943
/proc/meminfo: memFree=28573284/32770624 swapFree=67108796/67108860
[pid=24930] ppid=24927 vsize=2099880 memory=118296 CPUtime=282.26 cores=0,2,4,6
/proc/24930/stat : 24930 (xcsp_picat) R 24927 24930 22475 0 -1 4202496 109052 0 0 0 28105 121 0 0 20 0 1 0 248700640 2150277120 29574 33554432000 4194304 5849940 140736666090336 140736666089336 5335737 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 28446720 140736666096822 140736666096900 140736666096900 140736666099658 0
/proc/24930/statm: 524970 29574 760 405 0 521914 0
Current children cumulated CPU time: 282.26 s
Current children cumulated vsize: 2099880 KiB
Current children cumulated memory: 118296 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/188 24944
/proc/meminfo: memFree=28619176/32770624 swapFree=67108796/67108860
[pid=24930] ppid=24927 vsize=2057832 memory=76120 CPUtime=342.26 cores=0,2,4,6
/proc/24930/stat : 24930 (xcsp_picat) R 24927 24930 22475 0 -1 4202496 116303 0 0 0 34065 161 0 0 20 0 1 0 248700640 2107219968 19030 33554432000 4194304 5849940 140736666090336 140736666089336 140002359644039 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 28446720 140736666096822 140736666096900 140736666096900 140736666099658 0
/proc/24930/statm: 514458 19030 760 405 0 511402 0
Current children cumulated CPU time: 342.26 s
Current children cumulated vsize: 2057832 KiB
Current children cumulated memory: 76120 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/188 24945
/proc/meminfo: memFree=28592320/32770624 swapFree=67108796/67108860
[pid=24930] ppid=24927 vsize=2080304 memory=98520 CPUtime=402.26 cores=0,2,4,6
/proc/24930/stat : 24930 (xcsp_picat) R 24927 24930 22475 0 -1 4202496 124720 0 0 0 40025 201 0 0 20 0 1 0 248700640 2130231296 24630 33554432000 4194304 5849940 140736666090336 140736666089336 140002359644039 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 28446720 140736666096822 140736666096900 140736666096900 140736666099658 0
/proc/24930/statm: 520076 24630 760 405 0 517020 0
Current children cumulated CPU time: 402.26 s
Current children cumulated vsize: 2080304 KiB
Current children cumulated memory: 98520 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/188 24946
/proc/meminfo: memFree=28573800/32770624 swapFree=67108796/67108860
[pid=24930] ppid=24927 vsize=2103760 memory=118060 CPUtime=462.25 cores=0,2,4,6
/proc/24930/stat : 24930 (xcsp_picat) R 24927 24930 22475 0 -1 4202496 135405 0 0 0 46005 220 0 0 20 0 1 0 248700640 2154250240 29515 33554432000 4194304 5849940 140736666090336 140736666089336 5438429 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 28446720 140736666096822 140736666096900 140736666096900 140736666099658 0
/proc/24930/statm: 525940 29515 760 405 0 522884 0
Current children cumulated CPU time: 462.25 s
Current children cumulated vsize: 2103760 KiB
Current children cumulated memory: 118060 KiB


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

Current children cumulated memory: 172992 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25072
/proc/meminfo: memFree=28350692/32770624 swapFree=67108796/67108860
[pid=24930] ppid=24927 vsize=2153776 memory=172992 CPUtime=1962.14 cores=0,2,4,6
/proc/24930/stat : 24930 (xcsp_picat) R 24927 24930 22475 0 -1 4202496 253585 0 0 0 195566 648 0 0 20 0 1 0 248700640 2205466624 43248 33554432000 4194304 5849940 140736666090336 140736666089336 5437824 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 28446720 140736666096822 140736666096900 140736666096900 140736666099658 0
/proc/24930/statm: 538444 43248 760 405 0 535388 0
Current children cumulated CPU time: 1962.14 s
Current children cumulated vsize: 2153776 KiB
Current children cumulated memory: 172992 KiB

[startup+2022.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/187 25073
/proc/meminfo: memFree=28264308/32770624 swapFree=67108796/67108860
[pid=24930] ppid=24927 vsize=2186544 memory=205764 CPUtime=2022.14 cores=0,2,4,6
/proc/24930/stat : 24930 (xcsp_picat) R 24927 24930 22475 0 -1 4202496 257857 0 0 0 201555 659 0 0 20 0 1 0 248700640 2239021056 51441 33554432000 4194304 5849940 140736666090336 140736666089336 140002359644039 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 28446720 140736666096822 140736666096900 140736666096900 140736666099658 0
/proc/24930/statm: 546636 51441 760 405 0 543580 0
Current children cumulated CPU time: 2022.14 s
Current children cumulated vsize: 2186544 KiB
Current children cumulated memory: 205764 KiB

[startup+2082.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/187 25081
/proc/meminfo: memFree=28389840/32770624 swapFree=67108796/67108860
[pid=24930] ppid=24927 vsize=2049284 memory=70356 CPUtime=2082.14 cores=0,2,4,6
/proc/24930/stat : 24930 (xcsp_picat) R 24927 24930 22475 0 -1 4202496 262061 0 0 0 207528 686 0 0 20 0 1 0 248700640 2098466816 17589 33554432000 4194304 5849940 140736666090336 140736666089336 140002359644039 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 28446720 140736666096822 140736666096900 140736666096900 140736666099658 0
/proc/24930/statm: 512321 17589 760 405 0 509265 0
Current children cumulated CPU time: 2082.14 s
Current children cumulated vsize: 2049284 KiB
Current children cumulated memory: 70356 KiB

[startup+2142.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/187 25082
/proc/meminfo: memFree=28356616/32770624 swapFree=67108796/67108860
[pid=24930] ppid=24927 vsize=2082448 memory=103740 CPUtime=2142.13 cores=0,2,4,6
/proc/24930/stat : 24930 (xcsp_picat) R 24927 24930 22475 0 -1 4202496 269988 0 0 0 213500 713 0 0 20 0 1 0 248700640 2132426752 25935 33554432000 4194304 5849940 140736666090336 140736666089336 140002359644039 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 28446720 140736666096822 140736666096900 140736666096900 140736666099658 0
/proc/24930/statm: 520612 25935 760 405 0 517556 0
Current children cumulated CPU time: 2142.13 s
Current children cumulated vsize: 2082448 KiB
Current children cumulated memory: 103740 KiB

[startup+2202.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/187 25083
/proc/meminfo: memFree=28263200/32770624 swapFree=67108796/67108860
[pid=24930] ppid=24927 vsize=2110220 memory=131296 CPUtime=2202.13 cores=0,2,4,6
/proc/24930/stat : 24930 (xcsp_picat) R 24927 24930 22475 0 -1 4202496 273163 0 0 0 219480 733 0 0 20 0 1 0 248700640 2160865280 32824 33554432000 4194304 5849940 140736666090336 140736666089336 140002359644039 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 28446720 140736666096822 140736666096900 140736666096900 140736666099658 0
/proc/24930/statm: 527555 32824 760 405 0 524499 0
Current children cumulated CPU time: 2202.13 s
Current children cumulated vsize: 2110220 KiB
Current children cumulated memory: 131296 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 25084
/proc/meminfo: memFree=28246228/32770624 swapFree=67108796/67108860
[pid=24930] ppid=24927 vsize=2126604 memory=147896 CPUtime=2262.12 cores=0,2,4,6
/proc/24930/stat : 24930 (xcsp_picat) R 24927 24930 22475 0 -1 4202496 277660 0 0 0 225464 748 0 0 20 0 1 0 248700640 2177642496 36974 33554432000 4194304 5849940 140736666090336 140736666089336 140002359644039 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 28446720 140736666096822 140736666096900 140736666096900 140736666099658 0
/proc/24930/statm: 531651 36974 760 405 0 528595 0
Current children cumulated CPU time: 2262.12 s
Current children cumulated vsize: 2126604 KiB
Current children cumulated memory: 147896 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 25085
/proc/meminfo: memFree=28332996/32770624 swapFree=67108796/67108860
[pid=24930] ppid=24927 vsize=2139668 memory=154136 CPUtime=2322.13 cores=0,2,4,6
/proc/24930/stat : 24930 (xcsp_picat) R 24927 24930 22475 0 -1 4202496 280939 0 0 0 231452 761 0 0 20 0 1 0 248700640 2191020032 38534 33554432000 4194304 5849940 140736666090336 140736666089336 5335722 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 28446720 140736666096822 140736666096900 140736666096900 140736666099658 0
/proc/24930/statm: 534917 38534 760 405 0 531861 0
Current children cumulated CPU time: 2322.13 s
Current children cumulated vsize: 2139668 KiB
Current children cumulated memory: 154136 KiB

[startup+2369.23 s]
# the end of solver process 24930 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2361.32 s, system=7.73448 s

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

[startup+2329.6 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 25085
/proc/meminfo: memFree=28333400/32770624 swapFree=67108796/67108860
[pid=24930] ppid=24927 vsize=2139668 memory=154136 CPUtime=2329.42 cores=0,2,4,6
/proc/24930/stat : 24930 (xcsp_picat) R 24927 24930 22475 0 -1 4202496 280939 0 0 0 232180 762 0 0 20 0 1 0 248700640 2191020032 38534 33554432000 4194304 5849940 140736666090336 140736666089336 140002359644039 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 28446720 140736666096822 140736666096900 140736666096900 140736666099658 0
/proc/24930/statm: 534917 38534 760 405 0 531861 0
Current children cumulated CPU time: 2329.42 s
Current children cumulated vsize: 2139668 KiB
Current children cumulated memory: 154136 KiB

[startup+2355.2 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25085
/proc/meminfo: memFree=28333400/32770624 swapFree=67108796/67108860
[pid=24930] ppid=24927 vsize=2139668 memory=154276 CPUtime=2355.02 cores=0,2,4,6
/proc/24930/stat : 24930 (xcsp_picat) R 24927 24930 22475 0 -1 4202496 284000 0 0 0 234735 767 0 0 20 0 1 0 248700640 2191020032 38569 33554432000 4194304 5849940 140736666090336 140736666089336 5437946 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 28446720 140736666096822 140736666096900 140736666096900 140736666099658 0
/proc/24930/statm: 534917 38569 760 405 0 531861 0
Current children cumulated CPU time: 2355.02 s
Current children cumulated vsize: 2139668 KiB
Current children cumulated memory: 154276 KiB

[startup+2361.6 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25086
/proc/meminfo: memFree=28333524/32770624 swapFree=67108796/67108860
[pid=24930] ppid=24927 vsize=2139668 memory=154276 CPUtime=2361.42 cores=0,2,4,6
/proc/24930/stat : 24930 (xcsp_picat) R 24927 24930 22475 0 -1 4202496 284168 0 0 0 235372 770 0 0 20 0 1 0 248700640 2191020032 38569 33554432000 4194304 5849940 140736666090336 140736666089336 140002359644039 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 28446720 140736666096822 140736666096900 140736666096900 140736666099658 0
/proc/24930/statm: 534917 38569 760 405 0 531861 0
Current children cumulated CPU time: 2361.42 s
Current children cumulated vsize: 2139668 KiB
Current children cumulated memory: 154276 KiB

[startup+2364.8 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25086
/proc/meminfo: memFree=28333524/32770624 swapFree=67108796/67108860
[pid=24930] ppid=24927 vsize=2139668 memory=154276 CPUtime=2364.62 cores=0,2,4,6
/proc/24930/stat : 24930 (xcsp_picat) R 24927 24930 22475 0 -1 4202496 284214 0 0 0 235691 771 0 0 20 0 1 0 248700640 2191020032 38569 33554432000 4194304 5849940 140736666090336 140736666089208 5395350 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 28446720 140736666096822 140736666096900 140736666096900 140736666099658 0
/proc/24930/statm: 534917 38569 760 405 0 531861 0
Current children cumulated CPU time: 2364.62 s
Current children cumulated vsize: 2139668 KiB
Current children cumulated memory: 154276 KiB

[startup+2366.4 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25086
/proc/meminfo: memFree=28349260/32770624 swapFree=67108796/67108860
[pid=24930] ppid=24927 vsize=2123284 memory=137892 CPUtime=2366.22 cores=0,2,4,6
/proc/24930/stat : 24930 (xcsp_picat) R 24927 24930 22475 0 -1 4202496 284831 0 0 0 235850 772 0 0 20 0 1 0 248700640 2174242816 34473 33554432000 4194304 5849940 140736666090336 140736666089336 5438453 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 28446720 140736666096822 140736666096900 140736666096900 140736666099658 0
/proc/24930/statm: 530821 34473 760 405 0 527765 0
Current children cumulated CPU time: 2366.22 s
Current children cumulated vsize: 2123284 KiB
Current children cumulated memory: 137892 KiB

[startup+2368 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 25086
/proc/meminfo: memFree=28349472/32770624 swapFree=67108796/67108860
[pid=24930] ppid=24927 vsize=2123284 memory=137892 CPUtime=2367.82 cores=0,2,4,6
/proc/24930/stat : 24930 (xcsp_picat) R 24927 24930 22475 0 -1 4202496 284831 0 0 0 236010 772 0 0 20 0 1 0 248700640 2174242816 34473 33554432000 4194304 5849940 140736666090336 140736666089496 5437906 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 28446720 140736666096822 140736666096900 140736666096900 140736666099658 0
/proc/24930/statm: 530821 34473 760 405 0 527765 0
Current children cumulated CPU time: 2367.82 s
Current children cumulated vsize: 2123284 KiB
Current children cumulated memory: 137892 KiB

[startup+2368.8 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25086
/proc/meminfo: memFree=28349472/32770624 swapFree=67108796/67108860
[pid=24930] ppid=24927 vsize=2123284 memory=137892 CPUtime=2368.62 cores=0,2,4,6
/proc/24930/stat : 24930 (xcsp_picat) R 24927 24930 22475 0 -1 4202496 284831 0 0 0 236089 773 0 0 20 0 1 0 248700640 2174242816 34473 33554432000 4194304 5849940 140736666090336 140736666089336 140002359644039 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 28446720 140736666096822 140736666096900 140736666096900 140736666099658 0
/proc/24930/statm: 530821 34473 760 405 0 527765 0
Current children cumulated CPU time: 2368.62 s
Current children cumulated vsize: 2123284 KiB
Current children cumulated memory: 137892 KiB

[startup+2369.2 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25086
/proc/meminfo: memFree=28349472/32770624 swapFree=67108796/67108860
[pid=24930] ppid=24927 vsize=2123284 memory=137892 CPUtime=2369.02 cores=0,2,4,6
/proc/24930/stat : 24930 (xcsp_picat) R 24927 24930 22475 0 -1 4202496 284831 0 0 0 236129 773 0 0 20 0 1 0 248700640 2174242816 34473 33554432000 4194304 5849940 140736666090336 140736666089336 140002359644039 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 28446720 140736666096822 140736666096900 140736666096900 140736666099658 0
/proc/24930/statm: 530821 34473 760 405 0 527765 0
Current children cumulated CPU time: 2369.02 s
Current children cumulated vsize: 2123284 KiB
Current children cumulated memory: 137892 KiB

Child status: 0
Real time (s): 2369.23
CPU time (s): 2369.06
CPU user time (s): 2361.32
CPU system time (s): 7.73448
CPU usage (%): 99.9927
Max. virtual memory (cumulated for all children) (KiB): 2235956
Max. memory (cumulated for all children) (KiB): 257248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2361.32
system time used= 7.73447
maximum resident set size= 257248
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 284898
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= 14
involuntary context switches= 2971


# summary of solver processes directly reported to runsolver:
#   pid: 24930
#   total CPU time (s): 2369.06
#   total CPU user time (s): 2361.32
#   total CPU system time (s): 7.73448

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.08384 second user time and 17.476 second system time

The end

Launcher Data

Begin job on node138 at 2018-08-15 07:36:15
IDJOB=4309539
IDBENCH=141522
IDSOLVER=2794
FILE ID=node138/4309539-1534311375
RUNJOBID= node138-1534292900-22506
PBS_JOBID= 21038133
Free space on /tmp= 27392 MiB

SOLVER NAME= PicatSAT 2018-08-14
BENCH NAME= XCSP18/Mario/Mario-n-medium-2_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309539-1534311375/watcher-4309539-1534311375 -o /tmp/evaluation-result-4309539-1534311375/solver-4309539-1534311375 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1534292900-22506 --watchdog 2580  xcsp_picat HOME/instance-4309539-1534311375.xml

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

MD5SUM BENCH= d930a285b222420c6879960cff9efc87
RANDOM SEED=2047693938

node138.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.71
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.71
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.71
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.71
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:        28691372 kB
MemAvailable:   31774416 kB
Buffers:           70660 kB
Cached:          3243388 kB
SwapCached:           12 kB
Active:          1747284 kB
Inactive:        1741772 kB
Active(anon):     117604 kB
Inactive(anon):   118292 kB
Active(file):    1629680 kB
Inactive(file):  1623480 kB
Unevictable:        7260 kB
Mlocked:            7260 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:              3108 kB
Writeback:             0 kB
AnonPages:        182572 kB
Mapped:            55904 kB
Shmem:             57932 kB
Slab:             286424 kB
SReclaimable:     258344 kB
SUnreclaim:        28080 kB
KernelStack:        3360 kB
PageTables:         5668 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2485124 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     98304 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 27388 MiB
End job on node138 at 2018-08-15 08:15:44