Trace number 4395202

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 2019-09-12? (TO) 2519.88 2520.03

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-18-0350_c18.xml
MD5SUM970c879d9e656f0525c6818b69538b39
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark162507055
Best CPU time to get the best result obtained on this benchmark67.4966
Satisfiable
(Un)Satisfiability was proved
Number of variables4976
Number of constraints3812
Number of domains49
Minimum domain size1
Maximum domain size151
Distribution of domain sizes[{"size":1,"count":4},{"size":2,"count":1771},{"size":11,"count":1425},{"size":12,"count":1},{"size":21,"count":54},{"size":22,"count":3},{"size":26,"count":5},{"size":27,"count":67},{"size":35,"count":51},{"size":41,"count":8},{"size":42,"count":5},{"size":43,"count":24},{"size":46,"count":13},{"size":47,"count":27},{"size":49,"count":29},{"size":55,"count":18},{"size":69,"count":6},{"size":75,"count":20},{"size":78,"count":3},{"size":82,"count":2},{"size":83,"count":66},{"size":85,"count":10},{"size":86,"count":78},{"size":88,"count":4},{"size":103,"count":37},{"size":111,"count":78},{"size":123,"count":7},{"size":129,"count":11},{"size":134,"count":14},{"size":135,"count":123},{"size":142,"count":28},{"size":143,"count":195},{"size":150,"count":69},{"size":151,"count":720}]
Minimum variable degree2
Maximum variable degree1426
Distribution of variable degrees[{"degree":2,"count":4277},{"degree":3,"count":4},{"degree":4,"count":14},{"degree":5,"count":20},{"degree":6,"count":25},{"degree":7,"count":40},{"degree":8,"count":48},{"degree":9,"count":61},{"degree":10,"count":81},{"degree":11,"count":74},{"degree":12,"count":95},{"degree":13,"count":88},{"degree":14,"count":68},{"degree":15,"count":55},{"degree":16,"count":21},{"degree":17,"count":4},{"degree":1426,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":962},{"arity":3,"count":1425},{"arity":6,"count":1425}]
Number of extensional constraints1425
Number of intensional constraints2387
Distribution of constraint types[{"type":"extension","count":1425},{"type":"intension","count":2387}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

2127.77/2127.94	c xcsp_picat version 2.7b12 (9/12/2019)

Verifier Data

One s line expected

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395202-1568347180/watcher-4395202-1568347180 -o /tmp/evaluation-result-4395202-1568347180/solver-4395202-1568347180 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568321663-18695 --watchdog 2580 xcsp_picat HOME/instance-4395202-1568347180.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=25032, runsolver pid=25029
Current StackSize limit: 8192 KiB


[startup+0.100203 s]*
/proc/loadavg: 2.00 2.01 2.05 3/199 25033
/proc/meminfo: memFree=30314896/32770624 swapFree=66980164/67108860
[pid=25032] ppid=25029 vsize=2031716 memory=21192 CPUtime=0.1 cores=0,2,4,6
/proc/25032/stat : 25032 (xcsp_picat) R 25029 25032 18664 0 -1 4202496 1933 0 0 0 10 0 0 0 20 0 1 0 410980692 2080477184 5298 33554432000 4194304 5870510 140726893287440 140726893284584 4761710 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 44417024 140726893290527 140726893290605 140726893290605 140726893293514 0
/proc/25032/statm: 507929 5298 855 410 0 503402 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 21192 KiB

[startup+0.209678 s]*
/proc/loadavg: 2.00 2.01 2.05 3/199 25033
/proc/meminfo: memFree=30304656/32770624 swapFree=66980164/67108860
[pid=25032] ppid=25029 vsize=2031716 memory=27336 CPUtime=0.21 cores=0,2,4,6
/proc/25032/stat : 25032 (xcsp_picat) R 25029 25032 18664 0 -1 4202496 1936 0 0 0 21 0 0 0 20 0 1 0 410980692 2080477184 6834 33554432000 4194304 5870510 140726893287440 140726893284584 140007055186944 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 44417024 140726893290527 140726893290605 140726893290605 140726893293514 0
/proc/25032/statm: 507929 6834 855 410 0 503402 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 27336 KiB

[startup+0.309622 s]*
/proc/loadavg: 2.00 2.01 2.05 3/199 25033
/proc/meminfo: memFree=30292368/32770624 swapFree=66980164/67108860
[pid=25032] ppid=25029 vsize=2031716 memory=33716 CPUtime=0.31 cores=0,2,4,6
/proc/25032/stat : 25032 (xcsp_picat) R 25029 25032 18664 0 -1 4202496 1939 0 0 0 31 0 0 0 20 0 1 0 410980692 2080477184 8429 33554432000 4194304 5870510 140726893287440 140726893284584 140007055186944 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 44417024 140726893290527 140726893290605 140726893290605 140726893293514 0
/proc/25032/statm: 507929 8429 873 410 0 503402 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 33716 KiB

[startup+0.700376 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 25033
/proc/meminfo: memFree=30269840/32770624 swapFree=66980164/67108860
[pid=25032] ppid=25029 vsize=2031716 memory=56244 CPUtime=0.69 cores=0,2,4,6
/proc/25032/stat : 25032 (xcsp_picat) R 25029 25032 18664 0 -1 4202496 1950 0 0 0 68 1 0 0 20 0 1 0 410980692 2080477184 14061 33554432000 4194304 5870510 140726893287440 140726893284584 140007055186944 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 44417024 140726893290527 140726893290605 140726893290605 140726893293514 0
/proc/25032/statm: 507929 14061 873 410 0 503402 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 56244 KiB

[startup+1.50041 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 25033
/proc/meminfo: memFree=30230060/32770624 swapFree=66980164/67108860
[pid=25032] ppid=25029 vsize=2031716 memory=101300 CPUtime=1.49 cores=0,2,4,6
/proc/25032/stat : 25032 (xcsp_picat) R 25029 25032 18664 0 -1 4202496 1972 0 0 0 148 1 0 0 20 0 1 0 410980692 2080477184 25325 33554432000 4194304 5870510 140726893287440 140726893286744 140007055186944 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 44417024 140726893290527 140726893290605 140726893290605 140726893293514 0
/proc/25032/statm: 507929 25325 873 410 0 503402 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 101300 KiB

[startup+3.10971 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 25033
/proc/meminfo: memFree=29616840/32770624 swapFree=66980164/67108860
[pid=25032] ppid=25029 vsize=2031716 memory=193460 CPUtime=3.1 cores=0,2,4,6
/proc/25032/stat : 25032 (xcsp_picat) R 25029 25032 18664 0 -1 4202496 2159 0 0 0 307 3 0 0 20 0 1 0 410980692 2080477184 48365 33554432000 4194304 5870510 140726893287440 140726893286744 140007055186944 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 44417024 140726893290527 140726893290605 140726893290605 140726893293514 0
/proc/25032/statm: 507929 48365 873 410 0 503402 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 193460 KiB

[startup+6.30039 s]
/proc/loadavg: 1.92 2.00 2.04 3/199 25033
/proc/meminfo: memFree=28673164/32770624 swapFree=66980164/67108860
[pid=25032] ppid=25029 vsize=2031716 memory=373684 CPUtime=6.29 cores=0,2,4,6
/proc/25032/stat : 25032 (xcsp_picat) R 25029 25032 18664 0 -1 4202496 2419 0 0 0 623 6 0 0 20 0 1 0 410980692 2080477184 93421 33554432000 4194304 5870510 140726893287440 140726893286744 140007055186944 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 44417024 140726893290527 140726893290605 140726893290605 140726893293514 0
/proc/25032/statm: 507929 93421 873 410 0 503402 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 373684 KiB

[startup+12.7004 s]
/proc/loadavg: 1.93 2.00 2.04 3/199 25033
/proc/meminfo: memFree=28092536/32770624 swapFree=66980164/67108860
[pid=25032] ppid=25029 vsize=2031716 memory=738228 CPUtime=12.69 cores=0,2,4,6
/proc/25032/stat : 25032 (xcsp_picat) R 25029 25032 18664 0 -1 4202496 2698 0 0 0 1256 13 0 0 20 0 1 0 410980692 2080477184 184557 33554432000 4194304 5870510 140726893287440 140726893286744 140007055186944 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 44417024 140726893290527 140726893290605 140726893290605 140726893293514 0
/proc/25032/statm: 507929 184557 873 410 0 503402 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 738228 KiB

[startup+25.5005 s]
/proc/loadavg: 1.95 2.00 2.04 3/199 25033
/proc/meminfo: memFree=26261884/32770624 swapFree=66980164/67108860
[pid=25032] ppid=25029 vsize=3163352 memory=2690296 CPUtime=25.48 cores=0,2,4,6
/proc/25032/stat : 25032 (xcsp_picat) R 25029 25032 18664 0 -1 4202496 7184 0 0 0 2503 45 0 0 20 0 1 0 410980692 3239272448 672574 33554432000 4194304 5870510 140726893287440 140726893286760 4793953 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 44417024 140726893290527 140726893290605 140726893290605 140726893293514 0
/proc/25032/statm: 790838 672574 912 410 0 786311 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 3163352 KiB
Current children cumulated memory: 2690296 KiB

[startup+51.1098 s]
/proc/loadavg: 1.96 2.00 2.04 3/199 25035
/proc/meminfo: memFree=25340436/32770624 swapFree=66980164/67108860
[pid=25032] ppid=25029 vsize=3715352 memory=3317888 CPUtime=51.1 cores=0,2,4,6
/proc/25032/stat : 25032 (xcsp_picat) R 25029 25032 18664 0 -1 4202496 85105 0 0 0 5046 64 0 0 20 0 1 0 410980692 3804520448 829472 33554432000 4194304 5870510 140726893287440 140726893286616 5494738 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 44417024 140726893290527 140726893290605 140726893290605 140726893293514 0
/proc/25032/statm: 928838 829472 987 410 0 924311 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 3715352 KiB
Current children cumulated memory: 3317888 KiB

[startup+102.3 s]
/proc/loadavg: 1.98 2.00 2.04 3/200 25047
/proc/meminfo: memFree=25471036/32770624 swapFree=66980176/67108860
[pid=25032] ppid=25029 vsize=3722768 memory=3329304 CPUtime=102.28 cores=0,2,4,6
/proc/25032/stat : 25032 (xcsp_picat) R 25029 25032 18664 0 -1 4202496 125966 0 0 0 10157 71 0 0 20 0 1 0 410980692 3812114432 832326 33554432000 4194304 5870510 140726893287440 140726893285944 5261279 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 44417024 140726893290527 140726893290605 140726893290605 140726893293514 0
/proc/25032/statm: 930692 832326 995 410 0 926165 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 3722768 KiB
Current children cumulated memory: 3329304 KiB

[startup+162.3 s]
/proc/loadavg: 1.99 2.00 2.04 3/201 25074
/proc/meminfo: memFree=25335700/32770624 swapFree=66980184/67108860
[pid=25032] ppid=25029 vsize=3723312 memory=3329932 CPUtime=162.28 cores=0,2,4,6
/proc/25032/stat : 25032 (xcsp_picat) R 25029 25032 18664 0 -1 4202496 141779 0 0 0 16155 73 0 0 20 0 1 0 410980692 3812671488 832483 33554432000 4194304 5870510 140726893287440 140726893285832 5261290 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 44417024 140726893290527 140726893290605 140726893290605 140726893293514 0
/proc/25032/statm: 930828 832483 995 410 0 926301 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 3723312 KiB
Current children cumulated memory: 3329932 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/201 25080
/proc/meminfo: memFree=25316072/32770624 swapFree=66980184/67108860
[pid=25032] ppid=25029 vsize=3724336 memory=3330896 CPUtime=222.27 cores=0,2,4,6
/proc/25032/stat : 25032 (xcsp_picat) R 25029 25032 18664 0 -1 4202496 164524 0 0 0 22152 75 0 0 20 0 1 0 410980692 3813720064 832724 33554432000 4194304 5870510 140726893287440 140726893285832 5261297 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 44417024 140726893290527 140726893290605 140726893290605 140726893293514 0
/proc/25032/statm: 931084 832724 995 410 0 926557 0
Current children cumulated CPU time: 222.27 s
Current children cumulated vsize: 3724336 KiB
Current children cumulated memory: 3330896 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/201 25084
/proc/meminfo: memFree=25202708/32770624 swapFree=66980184/67108860
[pid=25032] ppid=25029 vsize=3725196 memory=3331812 CPUtime=282.27 cores=0,2,4,6
/proc/25032/stat : 25032 (xcsp_picat) R 25029 25032 18664 0 -1 4202496 187145 0 0 0 28150 77 0 0 20 0 1 0 410980692 3814600704 832953 33554432000 4194304 5870510 140726893287440 140726893285768 5261279 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 44417024 140726893290527 140726893290605 140726893290605 140726893293514 0
/proc/25032/statm: 931299 832953 995 410 0 926772 0
Current children cumulated CPU time: 282.27 s
Current children cumulated vsize: 3725196 KiB
Current children cumulated memory: 3331812 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/201 25088
/proc/meminfo: memFree=25787712/32770624 swapFree=66980184/67108860
[pid=25032] ppid=25029 vsize=3726356 memory=3332880 CPUtime=342.27 cores=0,2,4,6
/proc/25032/stat : 25032 (xcsp_picat) R 25029 25032 18664 0 -1 4202496 204711 0 0 0 34148 79 0 0 20 0 1 0 410980692 3815788544 833220 33554432000 4194304 5870510 140726893287440 140726893285768 5261287 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 44417024 140726893290527 140726893290605 140726893290605 140726893293514 0
/proc/25032/statm: 931589 833220 995 410 0 927062 0
Current children cumulated CPU time: 342.27 s
Current children cumulated vsize: 3726356 KiB
Current children cumulated memory: 3332880 KiB

[startup+402.3 s]
/proc/loadavg: 2.08 2.01 2.05 3/200 25094
/proc/meminfo: memFree=23348280/32770624 swapFree=66980184/67108860
[pid=25032] ppid=25029 vsize=3727284 memory=3333948 CPUtime=402.26 cores=0,2,4,6
/proc/25032/stat : 25032 (xcsp_picat) R 25029 25032 18664 0 -1 4202496 227082 0 0 0 40145 81 0 0 20 0 1 0 410980692 3816738816 833487 33554432000 4194304 5870510 140726893287440 140726893285768 5261200 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 44417024 140726893290527 140726893290605 140726893290605 140726893293514 0
/proc/25032/statm: 931821 833487 995 410 0 927294 0
Current children cumulated CPU time: 402.26 s
Current children cumulated vsize: 3727284 KiB
Current children cumulated memory: 3333948 KiB

[startup+462.3 s]
/proc/loadavg: 2.03 2.01 2.05 3/199 25098
/proc/meminfo: memFree=20000048/32770624 swapFree=66980184/67108860
[pid=25032] ppid=25029 vsize=3728772 memory=3335824 CPUtime=462.25 cores=0,2,4,6
/proc/25032/stat : 25032 (xcsp_picat) R 25029 25032 18664 0 -1 4202496 242659 0 0 0 46141 84 0 0 20 0 1 0 410980692 3818262528 833956 33554432000 4194304 5870510 140726893287440 140726893285832 5257517 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 44417024 140726893290527 140726893290605 140726893290605 140726893293514 0
/proc/25032/statm: 932193 833956 995 410 0 927666 0
Current children cumulated CPU time: 462.25 s
Current children cumulated vsize: 3728772 KiB
Current children cumulated memory: 3335824 KiB


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

/proc/25032/statm: 933281 837949 1017 410 0 928754 0
Current children cumulated CPU time: 1722.19 s
Current children cumulated vsize: 3733124 KiB
Current children cumulated memory: 3351796 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/199 25218
/proc/meminfo: memFree=19979876/32770624 swapFree=66980204/67108860
[pid=25032] ppid=25029 vsize=3734040 memory=3352940 CPUtime=1782.18 cores=0,2,4,6
/proc/25032/stat : 25032 (xcsp_picat) R 25029 25032 18664 0 -1 4202496 359732 0 0 0 178103 115 0 0 20 0 1 0 410980692 3823656960 838235 33554432000 4194304 5870510 140726893287440 140726893285768 5261290 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 44417024 140726893290527 140726893290605 140726893290605 140726893293514 0
/proc/25032/statm: 933510 838235 1017 410 0 928983 0
Current children cumulated CPU time: 1782.18 s
Current children cumulated vsize: 3734040 KiB
Current children cumulated memory: 3352940 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/199 25224
/proc/meminfo: memFree=19979008/32770624 swapFree=66980204/67108860
[pid=25032] ppid=25029 vsize=3735184 memory=3354004 CPUtime=1842.18 cores=0,2,4,6
/proc/25032/stat : 25032 (xcsp_picat) R 25029 25032 18664 0 -1 4202496 363702 0 0 0 184102 116 0 0 20 0 1 0 410980692 3824828416 838501 33554432000 4194304 5870510 140726893287440 140726893285768 5261297 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 44417024 140726893290527 140726893290605 140726893290605 140726893293514 0
/proc/25032/statm: 933796 838501 1017 410 0 929269 0
Current children cumulated CPU time: 1842.18 s
Current children cumulated vsize: 3735184 KiB
Current children cumulated memory: 3354004 KiB

[startup+1902.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/200 25236
/proc/meminfo: memFree=19976136/32770624 swapFree=66980216/67108860
[pid=25032] ppid=25029 vsize=3736364 memory=3355260 CPUtime=1902.17 cores=0,2,4,6
/proc/25032/stat : 25032 (xcsp_picat) R 25029 25032 18664 0 -1 4202496 368053 0 0 0 190100 117 0 0 20 0 1 0 410980692 3826036736 838815 33554432000 4194304 5870510 140726893287440 140726893285768 5321600 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 44417024 140726893290527 140726893290605 140726893290605 140726893293514 0
/proc/25032/statm: 934091 838815 1017 410 0 929564 0
Current children cumulated CPU time: 1902.17 s
Current children cumulated vsize: 3736364 KiB
Current children cumulated memory: 3355260 KiB

[startup+1962.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/200 25240
/proc/meminfo: memFree=19974144/32770624 swapFree=66980216/67108860
[pid=25032] ppid=25029 vsize=3738796 memory=3357116 CPUtime=1962.18 cores=0,2,4,6
/proc/25032/stat : 25032 (xcsp_picat) R 25029 25032 18664 0 -1 4202496 372117 0 0 0 196100 118 0 0 20 0 1 0 410980692 3828527104 839279 33554432000 4194304 5870510 140726893287440 140726893285832 5261210 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 44417024 140726893290527 140726893290605 140726893290605 140726893293514 0
/proc/25032/statm: 934699 839279 1017 410 0 930172 0
Current children cumulated CPU time: 1962.18 s
Current children cumulated vsize: 3738796 KiB
Current children cumulated memory: 3357116 KiB

[startup+2022.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/200 25246
/proc/meminfo: memFree=19973400/32770624 swapFree=66980216/67108860
[pid=25032] ppid=25029 vsize=3739380 memory=3357808 CPUtime=2022.17 cores=0,2,4,6
/proc/25032/stat : 25032 (xcsp_picat) R 25029 25032 18664 0 -1 4202496 375051 0 0 0 202099 118 0 0 20 0 1 0 410980692 3829125120 839452 33554432000 4194304 5870510 140726893287440 140726893285768 5261272 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 44417024 140726893290527 140726893290605 140726893290605 140726893293514 0
/proc/25032/statm: 934845 839452 1017 410 0 930318 0
Current children cumulated CPU time: 2022.17 s
Current children cumulated vsize: 3739380 KiB
Current children cumulated memory: 3357808 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 25250
/proc/meminfo: memFree=19972400/32770624 swapFree=66980216/67108860
[pid=25032] ppid=25029 vsize=3740440 memory=3359032 CPUtime=2082.17 cores=0,2,4,6
/proc/25032/stat : 25032 (xcsp_picat) R 25029 25032 18664 0 -1 4202496 377963 0 0 0 208098 119 0 0 20 0 1 0 410980692 3830210560 839758 33554432000 4194304 5870510 140726893287440 140726893285768 5261287 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 44417024 140726893290527 140726893290605 140726893290605 140726893293514 0
/proc/25032/statm: 935110 839758 1017 410 0 930583 0
Current children cumulated CPU time: 2082.17 s
Current children cumulated vsize: 3740440 KiB
Current children cumulated memory: 3359032 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 25254
/proc/meminfo: memFree=20145968/32770624 swapFree=66980216/67108860
[pid=25032] ppid=25029 vsize=3543040 memory=3185364 CPUtime=2142.17 cores=0,2,4,6
/proc/25032/stat : 25032 (xcsp_picat) R 25029 25032 18664 0 -1 4202496 422679 0 0 0 214087 130 0 0 20 0 1 0 410980692 3628072960 796341 33554432000 4194304 5870510 140726893287440 140726893286696 140007054741534 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 44417024 140726893290527 140726893290605 140726893290605 140726893293514 0
/proc/25032/statm: 885760 796341 1018 410 0 881233 0
Current children cumulated CPU time: 2142.17 s
Current children cumulated vsize: 3543040 KiB
Current children cumulated memory: 3185364 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 25260
/proc/meminfo: memFree=19989196/32770624 swapFree=66980216/67108860
[pid=25032] ppid=25029 vsize=3722776 memory=3341668 CPUtime=2202.16 cores=0,2,4,6
/proc/25032/stat : 25032 (xcsp_picat) R 25029 25032 18664 0 -1 4202496 439834 0 0 0 220075 141 0 0 20 0 1 0 410980692 3812122624 835417 33554432000 4194304 5870510 140726893287440 140726893285944 5261290 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 44417024 140726893290527 140726893290605 140726893290605 140726893293514 0
/proc/25032/statm: 930694 835417 1018 410 0 926167 0
Current children cumulated CPU time: 2202.16 s
Current children cumulated vsize: 3722776 KiB
Current children cumulated memory: 3341668 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 25264
/proc/meminfo: memFree=19988636/32770624 swapFree=66980216/67108860
[pid=25032] ppid=25029 vsize=3723324 memory=3342288 CPUtime=2262.15 cores=0,2,4,6
/proc/25032/stat : 25032 (xcsp_picat) R 25029 25032 18664 0 -1 4202496 445444 0 0 0 226074 141 0 0 20 0 1 0 410980692 3812683776 835572 33554432000 4194304 5870510 140726893287440 140726893285832 5261290 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 44417024 140726893290527 140726893290605 140726893290605 140726893293514 0
/proc/25032/statm: 930831 835572 1018 410 0 926304 0
Current children cumulated CPU time: 2262.15 s
Current children cumulated vsize: 3723324 KiB
Current children cumulated memory: 3342288 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 25268
/proc/meminfo: memFree=19987172/32770624 swapFree=66980216/67108860
[pid=25032] ppid=25029 vsize=3724348 memory=3343276 CPUtime=2322.15 cores=0,2,4,6
/proc/25032/stat : 25032 (xcsp_picat) R 25029 25032 18664 0 -1 4202496 452433 0 0 0 232072 143 0 0 20 0 1 0 410980692 3813732352 835819 33554432000 4194304 5870510 140726893287440 140726893285832 5261279 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 44417024 140726893290527 140726893290605 140726893290605 140726893293514 0
/proc/25032/statm: 931087 835819 1018 410 0 926560 0
Current children cumulated CPU time: 2322.15 s
Current children cumulated vsize: 3724348 KiB
Current children cumulated memory: 3343276 KiB

[startup+2382.3 s]
/proc/loadavg: 2.07 2.03 2.05 3/199 25274
/proc/meminfo: memFree=19986700/32770624 swapFree=66980216/67108860
[pid=25032] ppid=25029 vsize=3725208 memory=3344200 CPUtime=2382.15 cores=0,2,4,6
/proc/25032/stat : 25032 (xcsp_picat) R 25029 25032 18664 0 -1 4202496 458061 0 0 0 238071 144 0 0 20 0 1 0 410980692 3814612992 836050 33554432000 4194304 5870510 140726893287440 140726893285768 5321686 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 44417024 140726893290527 140726893290605 140726893290605 140726893293514 0
/proc/25032/statm: 931302 836050 1018 410 0 926775 0
Current children cumulated CPU time: 2382.15 s
Current children cumulated vsize: 3725208 KiB
Current children cumulated memory: 3344200 KiB

[startup+2442.3 s]
/proc/loadavg: 2.07 2.04 2.05 3/199 25278
/proc/meminfo: memFree=19985196/32770624 swapFree=66980216/67108860
[pid=25032] ppid=25029 vsize=3726360 memory=3345240 CPUtime=2442.14 cores=0,2,4,6
/proc/25032/stat : 25032 (xcsp_picat) R 25029 25032 18664 0 -1 4202496 463976 0 0 0 244069 145 0 0 20 0 1 0 410980692 3815792640 836310 33554432000 4194304 5870510 140726893287440 140726893285768 5261287 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 44417024 140726893290527 140726893290605 140726893290605 140726893293514 0
/proc/25032/statm: 931590 836310 1018 410 0 927063 0
Current children cumulated CPU time: 2442.14 s
Current children cumulated vsize: 3726360 KiB
Current children cumulated memory: 3345240 KiB

[startup+2502.3 s]
/proc/loadavg: 1.94 2.02 2.04 2/192 25335
/proc/meminfo: memFree=28263276/32770624 swapFree=66980228/67108860
[pid=25032] ppid=25029 vsize=3727280 memory=3346344 CPUtime=2502.14 cores=0,2,4,6
/proc/25032/stat : 25032 (xcsp_picat) R 25029 25032 18664 0 -1 4202496 469666 0 0 0 250067 147 0 0 20 0 1 0 410980692 3816734720 836586 33554432000 4194304 5870510 140726893287440 140726893285768 5321611 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 44417024 140726893290527 140726893290605 140726893290605 140726893293514 0
/proc/25032/statm: 931820 836586 1018 410 0 927293 0
Current children cumulated CPU time: 2502.14 s
Current children cumulated vsize: 3727280 KiB
Current children cumulated memory: 3346344 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 1.74 1.97 2.02 2/192 25337
/proc/meminfo: memFree=28262028/32770624 swapFree=66980228/67108860
[pid=25032] ppid=25029 vsize=3728772 memory=3347408 CPUtime=2519.85 cores=0,2,4,6
/proc/25032/stat : 25032 (xcsp_picat) R 25029 25032 18664 0 -1 4202496 471806 0 0 0 251838 147 0 0 20 0 1 0 410980692 3818262528 836852 33554432000 4194304 5870510 140726893287440 140726893285832 5261272 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 44417024 140726893290527 140726893290605 140726893290605 140726893293514 0
/proc/25032/statm: 932193 836852 1018 410 0 927666 0
Current children cumulated CPU time: 2519.85 s
Current children cumulated vsize: 3728772 KiB
Current children cumulated memory: 3347408 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2520.03 s]
# the end of solver process 25032 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.38 s, system=1.49992 s

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2520.03
CPU time (s): 2519.88
CPU user time (s): 2518.38
CPU system time (s): 1.49992
CPU usage (%): 99.9941
Max. virtual memory (cumulated for all children) (KiB): 3955556
Max. memory (cumulated for all children) (KiB): 3494324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.38
system time used= 1.49992
maximum resident set size= 3494324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 471806
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= 27
involuntary context switches= 3159


# summary of solver processes directly reported to runsolver:
#   pid: 25032
#   total CPU time (s): 2519.88
#   total CPU user time (s): 2518.38
#   total CPU system time (s): 1.49992

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.98937 second user time and 19.8336 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-13 05:58:58
IDJOB=4395202
IDBENCH=141273
IDSOLVER=2844
FILE ID=node121/4395202-1568347180
RUNJOBID= node121-1568321663-18695
PBS_JOBID= 21701136
Free space on /tmp= 60868 MiB

SOLVER NAME= PicatSAT 2019-09-12
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-18-0350_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395202-1568347180/watcher-4395202-1568347180 -o /tmp/evaluation-result-4395202-1568347180/solver-4395202-1568347180 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568321663-18695 --watchdog 2580  xcsp_picat HOME/instance-4395202-1568347180.xml

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

MD5SUM BENCH= 970c879d9e656f0525c6818b69538b39
RANDOM SEED=385675454

node121.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.75
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.75
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.75
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.75
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:        30341168 kB
MemAvailable:   30750148 kB
Buffers:          134424 kB
Cached:           568700 kB
SwapCached:        19016 kB
Active:          1601972 kB
Inactive:         286544 kB
Active(anon):    1171568 kB
Inactive(anon):    43792 kB
Active(file):     430404 kB
Inactive(file):   242752 kB
Unevictable:      108700 kB
Mlocked:          108700 kB
SwapTotal:      67108860 kB
SwapFree:       66980164 kB
Dirty:             85680 kB
Writeback:             0 kB
AnonPages:       1265920 kB
Mapped:            34716 kB
Shmem:             21104 kB
Slab:             133316 kB
SReclaimable:     103320 kB
SUnreclaim:        29996 kB
KernelStack:        3488 kB
PageTables:         7816 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2542976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1218560 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 60964 MiB
End job on node121 at 2019-09-13 06:40:58