Trace number 4395502

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) 2400.04 2400.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.2894
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


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395502-1568350415/watcher-4395502-1568350415 -o /tmp/evaluation-result-4395502-1568350415/solver-4395502-1568350415 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1568350377-2946 --watchdog 2560 xcsp_picat HOME/instance-4395502-1568350415.xml 

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
solver pid=2964, runsolver pid=2961
Current StackSize limit: 8192 KiB


[startup+0.10093 s]*
/proc/loadavg: 0.92 1.17 1.60 3/200 2976
/proc/meminfo: memFree=28415388/32770624 swapFree=67004752/67108860
[pid=2964] ppid=2961 vsize=2031716 memory=21192 CPUtime=0.1 cores=1,3,5,7
/proc/2964/stat : 2964 (xcsp_picat) R 2961 2964 2914 0 -1 4202496 1929 0 0 0 10 0 0 0 20 0 1 0 411309331 2080477184 5298 33554432000 4194304 5870510 140734395258384 140734395257688 139904024214528 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 25485312 140734395261983 140734395262061 140734395262061 140734395264970 0
/proc/2964/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.209814 s]*
/proc/loadavg: 0.92 1.17 1.60 3/200 2976
/proc/meminfo: memFree=28403004/32770624 swapFree=67004752/67108860
[pid=2964] ppid=2961 vsize=2031716 memory=27336 CPUtime=0.21 cores=1,3,5,7
/proc/2964/stat : 2964 (xcsp_picat) R 2961 2964 2914 0 -1 4202496 1932 0 0 0 21 0 0 0 20 0 1 0 411309331 2080477184 6834 33554432000 4194304 5870510 140734395258384 140734395257688 139904024214528 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 25485312 140734395261983 140734395262061 140734395262061 140734395264970 0
/proc/2964/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.309534 s]*
/proc/loadavg: 0.92 1.17 1.60 3/200 2976
/proc/meminfo: memFree=28390668/32770624 swapFree=67004752/67108860
[pid=2964] ppid=2961 vsize=2031716 memory=33480 CPUtime=0.31 cores=1,3,5,7
/proc/2964/stat : 2964 (xcsp_picat) R 2961 2964 2914 0 -1 4202496 1935 0 0 0 31 0 0 0 20 0 1 0 411309331 2080477184 8370 33554432000 4194304 5870510 140734395258384 140734395257688 139904024214528 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 25485312 140734395261983 140734395262061 140734395262061 140734395264970 0
/proc/2964/statm: 507929 8370 855 410 0 503402 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 33480 KiB

[startup+0.700303 s]
/proc/loadavg: 0.92 1.17 1.60 3/200 2976
/proc/meminfo: memFree=28370048/32770624 swapFree=67004752/67108860
[pid=2964] ppid=2961 vsize=2031716 memory=56228 CPUtime=0.69 cores=1,3,5,7
/proc/2964/stat : 2964 (xcsp_picat) R 2961 2964 2914 0 -1 4202496 1946 0 0 0 68 1 0 0 20 0 1 0 411309331 2080477184 14057 33554432000 4194304 5870510 140734395258384 140734395257688 139904024214528 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 25485312 140734395261983 140734395262061 140734395262061 140734395264970 0
/proc/2964/statm: 507929 14057 873 410 0 503402 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 56228 KiB

[startup+1.5003 s]
/proc/loadavg: 0.92 1.17 1.60 3/200 2976
/proc/meminfo: memFree=28312100/32770624 swapFree=67004752/67108860
[pid=2964] ppid=2961 vsize=2031716 memory=101284 CPUtime=1.49 cores=1,3,5,7
/proc/2964/stat : 2964 (xcsp_picat) R 2961 2964 2914 0 -1 4202496 1968 0 0 0 148 1 0 0 20 0 1 0 411309331 2080477184 25321 33554432000 4194304 5870510 140734395258384 140734395257688 4479199 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 25485312 140734395261983 140734395262061 140734395262061 140734395264970 0
/proc/2964/statm: 507929 25321 873 410 0 503402 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 101284 KiB

[startup+3.10962 s]
/proc/loadavg: 0.92 1.17 1.60 3/200 2976
/proc/meminfo: memFree=28084648/32770624 swapFree=67004752/67108860
[pid=2964] ppid=2961 vsize=2031716 memory=193444 CPUtime=3.1 cores=1,3,5,7
/proc/2964/stat : 2964 (xcsp_picat) R 2961 2964 2914 0 -1 4202496 2154 0 0 0 307 3 0 0 20 0 1 0 411309331 2080477184 48361 33554432000 4194304 5870510 140734395258384 140734395257688 139904024214528 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 25485312 140734395261983 140734395262061 140734395262061 140734395264970 0
/proc/2964/statm: 507929 48361 873 410 0 503402 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 193444 KiB

[startup+6.3003 s]
/proc/loadavg: 1.09 1.20 1.61 3/200 2976
/proc/meminfo: memFree=27726644/32770624 swapFree=67004752/67108860
[pid=2964] ppid=2961 vsize=2031716 memory=378392 CPUtime=6.29 cores=1,3,5,7
/proc/2964/stat : 2964 (xcsp_picat) R 2961 2964 2914 0 -1 4202496 2391 0 0 0 624 5 0 0 20 0 1 0 411309331 2080477184 94598 33554432000 4194304 5870510 140734395258384 140734395257688 4525712 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 25485312 140734395261983 140734395262061 140734395262061 140734395264970 0
/proc/2964/statm: 507929 94598 873 410 0 503402 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 378392 KiB

[startup+12.7003 s]
/proc/loadavg: 1.16 1.21 1.61 3/201 2978
/proc/meminfo: memFree=27044744/32770624 swapFree=67004752/67108860
[pid=2964] ppid=2961 vsize=2031716 memory=747032 CPUtime=12.69 cores=1,3,5,7
/proc/2964/stat : 2964 (xcsp_picat) R 2961 2964 2914 0 -1 4202496 2670 0 0 0 1258 11 0 0 20 0 1 0 411309331 2080477184 186758 33554432000 4194304 5870510 140734395258384 140734395257688 139904024214528 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 25485312 140734395261983 140734395262061 140734395262061 140734395264970 0
/proc/2964/statm: 507929 186758 873 410 0 503402 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 747032 KiB

[startup+25.5004 s]
/proc/loadavg: 1.35 1.25 1.61 3/200 2979
/proc/meminfo: memFree=23451520/32770624 swapFree=67004752/67108860
[pid=2964] ppid=2961 vsize=3163352 memory=2694996 CPUtime=25.48 cores=1,3,5,7
/proc/2964/stat : 2964 (xcsp_picat) R 2961 2964 2914 0 -1 4202496 7050 0 0 0 2506 42 0 0 20 0 1 0 411309331 3239272448 673749 33554432000 4194304 5870510 140734395258384 140734395257704 4654611 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 25485312 140734395261983 140734395262061 140734395262061 140734395264970 0
/proc/2964/statm: 790838 673749 912 410 0 786311 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 3163352 KiB
Current children cumulated memory: 2694996 KiB

[startup+51.1003 s]*
/proc/loadavg: 1.57 1.31 1.62 3/200 2979
/proc/meminfo: memFree=22387800/32770624 swapFree=67004752/67108860
[pid=2964] ppid=2961 vsize=3720200 memory=3331580 CPUtime=51.09 cores=1,3,5,7
/proc/2964/stat : 2964 (xcsp_picat) R 2961 2964 2914 0 -1 4202496 86026 0 0 0 5046 63 0 0 20 0 1 0 411309331 3809484800 832895 33554432000 4194304 5870510 140734395258384 140734395257640 139904024235911 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 25485312 140734395261983 140734395262061 140734395262061 140734395264970 0
/proc/2964/statm: 930050 832895 987 410 0 925523 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 3720200 KiB
Current children cumulated memory: 3331580 KiB

[startup+102.3 s]
/proc/loadavg: 1.81 1.42 1.64 3/201 2985
/proc/meminfo: memFree=22853172/32770624 swapFree=67004752/67108860
[pid=2964] ppid=2961 vsize=3722772 memory=3334104 CPUtime=102.29 cores=1,3,5,7
/proc/2964/stat : 2964 (xcsp_picat) R 2961 2964 2914 0 -1 4202496 124274 0 0 0 10161 68 0 0 20 0 1 0 411309331 3812118528 833526 33554432000 4194304 5870510 140734395258384 140734395256888 5261287 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 25485312 140734395261983 140734395262061 140734395262061 140734395264970 0
/proc/2964/statm: 930693 833526 995 410 0 926166 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 3722772 KiB
Current children cumulated memory: 3334104 KiB

[startup+162.3 s]
/proc/loadavg: 1.93 1.52 1.67 3/199 2990
/proc/meminfo: memFree=22455536/32770624 swapFree=67004752/67108860
[pid=2964] ppid=2961 vsize=3723316 memory=3334728 CPUtime=162.29 cores=1,3,5,7
/proc/2964/stat : 2964 (xcsp_picat) R 2961 2964 2914 0 -1 4202496 146647 0 0 0 16159 70 0 0 20 0 1 0 411309331 3812675584 833682 33554432000 4194304 5870510 140734395258384 140734395256776 5261297 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 25485312 140734395261983 140734395262061 140734395262061 140734395264970 0
/proc/2964/statm: 930829 833682 995 410 0 926302 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 3723316 KiB
Current children cumulated memory: 3334728 KiB

[startup+222.3 s]
/proc/loadavg: 1.97 1.61 1.69 3/198 2994
/proc/meminfo: memFree=22401980/32770624 swapFree=67004752/67108860
[pid=2964] ppid=2961 vsize=3724340 memory=3335728 CPUtime=222.29 cores=1,3,5,7
/proc/2964/stat : 2964 (xcsp_picat) R 2961 2964 2914 0 -1 4202496 163839 0 0 0 22157 72 0 0 20 0 1 0 411309331 3813724160 833932 33554432000 4194304 5870510 140734395258384 140734395256776 5261272 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 25485312 140734395261983 140734395262061 140734395262061 140734395264970 0
/proc/2964/statm: 931085 833932 995 410 0 926558 0
Current children cumulated CPU time: 222.29 s
Current children cumulated vsize: 3724340 KiB
Current children cumulated memory: 3335728 KiB

[startup+282.3 s]
/proc/loadavg: 1.99 1.68 1.71 3/200 3001
/proc/meminfo: memFree=22648988/32770624 swapFree=67004752/67108860
[pid=2964] ppid=2961 vsize=3725200 memory=3336680 CPUtime=282.28 cores=1,3,5,7
/proc/2964/stat : 2964 (xcsp_picat) R 2961 2964 2914 0 -1 4202496 186653 0 0 0 28154 74 0 0 20 0 1 0 411309331 3814604800 834170 33554432000 4194304 5870510 140734395258384 140734395256712 5321686 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 25485312 140734395261983 140734395262061 140734395262061 140734395264970 0
/proc/2964/statm: 931300 834170 995 410 0 926773 0
Current children cumulated CPU time: 282.28 s
Current children cumulated vsize: 3725200 KiB
Current children cumulated memory: 3336680 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 1.74 1.72 3/199 3006
/proc/meminfo: memFree=22250056/32770624 swapFree=67004752/67108860
[pid=2964] ppid=2961 vsize=3726352 memory=3337736 CPUtime=342.29 cores=1,3,5,7
/proc/2964/stat : 2964 (xcsp_picat) R 2961 2964 2914 0 -1 4202496 209891 0 0 0 34152 77 0 0 20 0 1 0 411309331 3815784448 834434 33554432000 4194304 5870510 140734395258384 140734395256712 5261279 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 25485312 140734395261983 140734395262061 140734395262061 140734395264970 0
/proc/2964/statm: 931588 834434 995 410 0 927061 0
Current children cumulated CPU time: 342.29 s
Current children cumulated vsize: 3726352 KiB
Current children cumulated memory: 3337736 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 1.79 1.74 3/199 3010
/proc/meminfo: memFree=20189304/32770624 swapFree=67004752/67108860
[pid=2964] ppid=2961 vsize=3727444 memory=3338856 CPUtime=402.29 cores=1,3,5,7
/proc/2964/stat : 2964 (xcsp_picat) R 2961 2964 2914 0 -1 4202496 226797 0 0 0 40149 80 0 0 20 0 1 0 411309331 3816902656 834714 33554432000 4194304 5870510 140734395258384 140734395256712 5337257 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 25485312 140734395261983 140734395262061 140734395262061 140734395264970 0
/proc/2964/statm: 931861 834714 995 410 0 927334 0
Current children cumulated CPU time: 402.29 s
Current children cumulated vsize: 3727444 KiB
Current children cumulated memory: 3338856 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 1.82 1.76 3/201 3024
/proc/meminfo: memFree=17017704/32770624 swapFree=67004752/67108860
[pid=2964] ppid=2961 vsize=3728768 memory=3340008 CPUtime=462.28 cores=1,3,5,7
/proc/2964/stat : 2964 (xcsp_picat) R 2961 2964 2914 0 -1 4202496 250408 0 0 0 46147 81 0 0 20 0 1 0 411309331 3818258432 835002 33554432000 4194304 5870510 140734395258384 140734395256776 5321694 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 25485312 140734395261983 140734395262061 140734395262061 140734395264970 0
/proc/2964/statm: 932192 835002 995 410 0 927665 0
Current children cumulated CPU time: 462.28 s
Current children cumulated vsize: 3728768 KiB
Current children cumulated memory: 3340008 KiB


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

/proc/2964/statm: 933281 837263 1017 410 0 928754 0
Current children cumulated CPU time: 1662.29 s
Current children cumulated vsize: 3733124 KiB
Current children cumulated memory: 3349052 KiB

[startup+1722.3 s]
/proc/loadavg: 2.04 2.03 1.96 3/201 3185
/proc/meminfo: memFree=16889568/32770624 swapFree=67004752/67108860
[pid=2964] ppid=2961 vsize=3733256 memory=3349472 CPUtime=1722.29 cores=1,3,5,7
/proc/2964/stat : 2964 (xcsp_picat) R 2961 2964 2914 0 -1 4202496 953526 0 0 0 172067 162 0 0 20 0 1 0 411309331 3822854144 837368 33554432000 4194304 5870510 140734395258384 140734395256712 5261279 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 25485312 140734395261983 140734395262061 140734395262061 140734395264970 0
/proc/2964/statm: 933314 837368 1017 410 0 928787 0
Current children cumulated CPU time: 1722.29 s
Current children cumulated vsize: 3733256 KiB
Current children cumulated memory: 3349472 KiB

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 1.96 3/200 3189
/proc/meminfo: memFree=16889916/32770624 swapFree=67004752/67108860
[pid=2964] ppid=2961 vsize=3734324 memory=3350628 CPUtime=1782.29 cores=1,3,5,7
/proc/2964/stat : 2964 (xcsp_picat) R 2961 2964 2914 0 -1 4202496 979298 0 0 0 178064 165 0 0 20 0 1 0 411309331 3823947776 837657 33554432000 4194304 5870510 140734395258384 140734395256712 5261210 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 25485312 140734395261983 140734395262061 140734395262061 140734395264970 0
/proc/2964/statm: 933581 837657 1017 410 0 929054 0
Current children cumulated CPU time: 1782.29 s
Current children cumulated vsize: 3734324 KiB
Current children cumulated memory: 3350628 KiB

[startup+1842.3 s]
/proc/loadavg: 2.01 2.02 1.96 3/200 3193
/proc/meminfo: memFree=16888868/32770624 swapFree=67004752/67108860
[pid=2964] ppid=2961 vsize=3735328 memory=3351720 CPUtime=1842.3 cores=1,3,5,7
/proc/2964/stat : 2964 (xcsp_picat) R 2961 2964 2914 0 -1 4202496 1004136 0 0 0 184061 169 0 0 20 0 1 0 411309331 3824975872 837930 33554432000 4194304 5870510 140734395258384 140734395256712 5261200 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 25485312 140734395261983 140734395262061 140734395262061 140734395264970 0
/proc/2964/statm: 933832 837930 1017 410 0 929305 0
Current children cumulated CPU time: 1842.3 s
Current children cumulated vsize: 3735328 KiB
Current children cumulated memory: 3351720 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/201 3199
/proc/meminfo: memFree=16886364/32770624 swapFree=67004752/67108860
[pid=2964] ppid=2961 vsize=3738796 memory=3354352 CPUtime=1902.29 cores=1,3,5,7
/proc/2964/stat : 2964 (xcsp_picat) R 2961 2964 2914 0 -1 4202496 1030479 0 0 0 190058 171 0 0 20 0 1 0 411309331 3828527104 838588 33554432000 4194304 5870510 140734395258384 140734395256776 5261200 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 25485312 140734395261983 140734395262061 140734395262061 140734395264970 0
/proc/2964/statm: 934699 838588 1017 410 0 930172 0
Current children cumulated CPU time: 1902.29 s
Current children cumulated vsize: 3738796 KiB
Current children cumulated memory: 3354352 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/199 3204
/proc/meminfo: memFree=16885580/32770624 swapFree=67004752/67108860
[pid=2964] ppid=2961 vsize=3738796 memory=3354576 CPUtime=1962.3 cores=1,3,5,7
/proc/2964/stat : 2964 (xcsp_picat) R 2961 2964 2914 0 -1 4202496 1061095 0 0 0 196056 174 0 0 20 0 1 0 411309331 3828527104 838644 33554432000 4194304 5870510 140734395258384 140734395256776 5261287 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 25485312 140734395261983 140734395262061 140734395262061 140734395264970 0
/proc/2964/statm: 934699 838644 1017 410 0 930172 0
Current children cumulated CPU time: 1962.3 s
Current children cumulated vsize: 3738796 KiB
Current children cumulated memory: 3354576 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/199 3208
/proc/meminfo: memFree=16884160/32770624 swapFree=67004752/67108860
[pid=2964] ppid=2961 vsize=3739716 memory=3355544 CPUtime=2022.3 cores=1,3,5,7
/proc/2964/stat : 2964 (xcsp_picat) R 2961 2964 2914 0 -1 4202496 1085795 0 0 0 202054 176 0 0 20 0 1 0 411309331 3829469184 838886 33554432000 4194304 5870510 140734395258384 140734395256712 5261290 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 25485312 140734395261983 140734395262061 140734395262061 140734395264970 0
/proc/2964/statm: 934929 838886 1017 410 0 930402 0
Current children cumulated CPU time: 2022.3 s
Current children cumulated vsize: 3739716 KiB
Current children cumulated memory: 3355544 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/200 3214
/proc/meminfo: memFree=16882756/32770624 swapFree=67004752/67108860
[pid=2964] ppid=2961 vsize=3740868 memory=3356768 CPUtime=2082.3 cores=1,3,5,7
/proc/2964/stat : 2964 (xcsp_picat) R 2961 2964 2914 0 -1 4202496 1110440 0 0 0 208052 178 0 0 20 0 1 0 411309331 3830648832 839192 33554432000 4194304 5870510 140734395258384 140734395256712 5261287 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 25485312 140734395261983 140734395262061 140734395262061 140734395264970 0
/proc/2964/statm: 935217 839192 1017 410 0 930690 0
Current children cumulated CPU time: 2082.3 s
Current children cumulated vsize: 3740868 KiB
Current children cumulated memory: 3356768 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/199 3219
/proc/meminfo: memFree=16901808/32770624 swapFree=67004752/67108860
[pid=2964] ppid=2961 vsize=3721648 memory=3337608 CPUtime=2142.3 cores=1,3,5,7
/proc/2964/stat : 2964 (xcsp_picat) R 2961 2964 2914 0 -1 4202496 1236542 0 0 0 214027 203 0 0 20 0 1 0 411309331 3810967552 834402 33554432000 4194304 5870510 140734395258384 140734395257496 5562032 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 25485312 140734395261983 140734395262061 140734395262061 140734395264970 0
/proc/2964/statm: 930412 834402 1017 410 0 925885 0
Current children cumulated CPU time: 2142.3 s
Current children cumulated vsize: 3721648 KiB
Current children cumulated memory: 3337608 KiB

[startup+2202.3 s]
/proc/loadavg: 2.05 2.03 1.97 3/199 3223
/proc/meminfo: memFree=16900596/32770624 swapFree=67004752/67108860
[pid=2964] ppid=2961 vsize=3722784 memory=3338680 CPUtime=2202.3 cores=1,3,5,7
/proc/2964/stat : 2964 (xcsp_picat) R 2961 2964 2914 0 -1 4202496 1276691 0 0 0 220023 207 0 0 20 0 1 0 411309331 3812130816 834670 33554432000 4194304 5870510 140734395258384 140734395256888 5261287 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 25485312 140734395261983 140734395262061 140734395262061 140734395264970 0
/proc/2964/statm: 930696 834670 1017 410 0 926169 0
Current children cumulated CPU time: 2202.3 s
Current children cumulated vsize: 3722784 KiB
Current children cumulated memory: 3338680 KiB

[startup+2262.3 s]
/proc/loadavg: 2.02 2.02 1.97 3/200 3236
/proc/meminfo: memFree=16899296/32770624 swapFree=67004752/67108860
[pid=2964] ppid=2961 vsize=3723608 memory=3339564 CPUtime=2262.3 cores=1,3,5,7
/proc/2964/stat : 2964 (xcsp_picat) R 2961 2964 2914 0 -1 4202496 1300669 0 0 0 226021 209 0 0 20 0 1 0 411309331 3812974592 834891 33554432000 4194304 5870510 140734395258384 140734395256712 5261279 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 25485312 140734395261983 140734395262061 140734395262061 140734395264970 0
/proc/2964/statm: 930902 834891 1017 410 0 926375 0
Current children cumulated CPU time: 2262.3 s
Current children cumulated vsize: 3723608 KiB
Current children cumulated memory: 3339564 KiB

[startup+2322.3 s]
/proc/loadavg: 2.01 2.02 1.97 3/199 3240
/proc/meminfo: memFree=16898264/32770624 swapFree=67004752/67108860
[pid=2964] ppid=2961 vsize=3724656 memory=3340580 CPUtime=2322.3 cores=1,3,5,7
/proc/2964/stat : 2964 (xcsp_picat) R 2961 2964 2914 0 -1 4202496 1330681 0 0 0 232017 213 0 0 20 0 1 0 411309331 3814047744 835145 33554432000 4194304 5870510 140734395258384 140734395256712 5321680 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 25485312 140734395261983 140734395262061 140734395262061 140734395264970 0
/proc/2964/statm: 931164 835145 1017 410 0 926637 0
Current children cumulated CPU time: 2322.3 s
Current children cumulated vsize: 3724656 KiB
Current children cumulated memory: 3340580 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/199 3244
/proc/meminfo: memFree=16897308/32770624 swapFree=67004752/67108860
[pid=2964] ppid=2961 vsize=3726232 memory=3341948 CPUtime=2382.3 cores=1,3,5,7
/proc/2964/stat : 2964 (xcsp_picat) R 2961 2964 2914 0 -1 4202496 1355379 0 0 0 238015 215 0 0 20 0 1 0 411309331 3815661568 835487 33554432000 4194304 5870510 140734395258384 140734395256776 5261297 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 25485312 140734395261983 140734395262061 140734395262061 140734395264970 0
/proc/2964/statm: 931558 835487 1017 410 0 927031 0
Current children cumulated CPU time: 2382.3 s
Current children cumulated vsize: 3726232 KiB
Current children cumulated memory: 3341948 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400 s]
/proc/loadavg: 2.00 2.01 1.97 3/200 3246
/proc/meminfo: memFree=16896796/32770624 swapFree=67004752/67108860
[pid=2964] ppid=2961 vsize=3726232 memory=3341992 CPUtime=2400 cores=1,3,5,7
/proc/2964/stat : 2964 (xcsp_picat) R 2961 2964 2914 0 -1 4202496 1362979 0 0 0 239784 216 0 0 20 0 1 0 411309331 3815661568 835498 33554432000 4194304 5870510 140734395258384 140734395256776 5261210 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 25485312 140734395261983 140734395262061 140734395262061 140734395264970 0
/proc/2964/statm: 931558 835498 1017 410 0 927031 0
Current children cumulated CPU time: 2400 s
Current children cumulated vsize: 3726232 KiB
Current children cumulated memory: 3341992 KiB

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

[startup+2400.03 s]
# the end of solver process 2964 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.84 s, system=2.191 s

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

[startup+2400 s]
/proc/loadavg: 2.00 2.01 1.97 3/200 3246
/proc/meminfo: memFree=16896796/32770624 swapFree=67004752/67108860
[pid=2964] ppid=2961 vsize=3726232 memory=3341992 CPUtime=2400 cores=1,3,5,7
/proc/2964/stat : 2964 (xcsp_picat) R 2961 2964 2914 0 -1 4202496 1362979 0 0 0 239784 216 0 0 20 0 1 0 411309331 3815661568 835498 33554432000 4194304 5870510 140734395258384 140734395256776 5261210 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 25485312 140734395261983 140734395262061 140734395262061 140734395264970 0
/proc/2964/statm: 931558 835498 1017 410 0 927031 0
Current children cumulated CPU time: 2400 s
Current children cumulated vsize: 3726232 KiB
Current children cumulated memory: 3341992 KiB

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2400.03
CPU time (s): 2400.04
CPU user time (s): 2397.84
CPU system time (s): 2.191
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 3955604
Max. memory (cumulated for all children) (KiB): 3495156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.84
system time used= 2.19101
maximum resident set size= 3495156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1362979
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= 5
involuntary context switches= 2211


# summary of solver processes directly reported to runsolver:
#   pid: 2964
#   total CPU time (s): 2400.04
#   total CPU user time (s): 2397.84
#   total CPU system time (s): 2.191

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.49481 second user time and 18.9692 second system time

The end

Launcher Data

Begin job on node126 at 2019-09-13 06:52:58
IDJOB=4395502
IDBENCH=141273
IDSOLVER=2845
FILE ID=node126/4395502-1568350415
RUNJOBID= node126-1568350377-2946
PBS_JOBID= 21701174
Free space on /tmp= 55208 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-4395502-1568350415/watcher-4395502-1568350415 -o /tmp/evaluation-result-4395502-1568350415/solver-4395502-1568350415 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1568350377-2946 --watchdog 2560  xcsp_picat HOME/instance-4395502-1568350415.xml

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

MD5SUM BENCH= 970c879d9e656f0525c6818b69538b39
RANDOM SEED=1791019175

node126.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.45
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.56
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.45
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.56
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.45
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.56
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.45
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28453708 kB
MemAvailable:   31859060 kB
Buffers:          141500 kB
Cached:          3504760 kB
SwapCached:         2860 kB
Active:          1996112 kB
Inactive:        1656104 kB
Active(anon):       3952 kB
Inactive(anon):    43548 kB
Active(file):    1992160 kB
Inactive(file):  1612556 kB
Unevictable:      109112 kB
Mlocked:          109112 kB
SwapTotal:      67108860 kB
SwapFree:       67004752 kB
Dirty:            186512 kB
Writeback:             0 kB
AnonPages:        112248 kB
Mapped:            43264 kB
Shmem:             32816 kB
Slab:             258796 kB
SReclaimable:     229096 kB
SUnreclaim:        29700 kB
KernelStack:        3312 kB
PageTables:         5916 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     501548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 55200 MiB
End job on node126 at 2019-09-13 07:32:58