Trace number 4395254

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) 2520 2520.09

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-17-0300_c18.xml
MD5SUM89893934ad5b9c06ca26522ad9c878f8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark130971634
Best CPU time to get the best result obtained on this benchmark90.5587
Satisfiable
(Un)Satisfiability was proved
Number of variables6028
Number of constraints3865
Number of domains51
Minimum domain size1
Maximum domain size151
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":2107},{"size":11,"count":1809},{"size":12,"count":1},{"size":31,"count":40},{"size":33,"count":87},{"size":39,"count":25},{"size":59,"count":10},{"size":64,"count":57},{"size":66,"count":15},{"size":69,"count":34},{"size":70,"count":43},{"size":72,"count":1},{"size":73,"count":50},{"size":74,"count":6},{"size":76,"count":21},{"size":79,"count":26},{"size":82,"count":6},{"size":97,"count":23},{"size":99,"count":8},{"size":101,"count":32},{"size":103,"count":72},{"size":105,"count":85},{"size":107,"count":132},{"size":109,"count":12},{"size":110,"count":53},{"size":113,"count":7},{"size":115,"count":3},{"size":119,"count":40},{"size":130,"count":5},{"size":132,"count":2},{"size":134,"count":32},{"size":136,"count":22},{"size":138,"count":99},{"size":140,"count":66},{"size":143,"count":27},{"size":144,"count":90},{"size":147,"count":132},{"size":151,"count":746}]
Minimum variable degree2
Maximum variable degree1810
Distribution of variable degrees[{"degree":2,"count":5428},{"degree":3,"count":1},{"degree":4,"count":2},{"degree":5,"count":12},{"degree":6,"count":14},{"degree":7,"count":31},{"degree":8,"count":28},{"degree":9,"count":30},{"degree":10,"count":32},{"degree":11,"count":42},{"degree":12,"count":46},{"degree":13,"count":36},{"degree":14,"count":59},{"degree":15,"count":85},{"degree":16,"count":118},{"degree":17,"count":63},{"degree":1810,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":247},{"arity":3,"count":1809},{"arity":6,"count":1809}]
Number of extensional constraints1809
Number of intensional constraints2056
Distribution of constraint types[{"type":"extension","count":1809},{"type":"intension","count":2056}]
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 (14265 MiB free)
  memory of node 1: 16384 MiB (15588 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395254-1568347159/watcher-4395254-1568347159 -o /tmp/evaluation-result-4395254-1568347159/solver-4395254-1568347159 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568321663-18696 --watchdog 2580 xcsp_picat HOME/instance-4395254-1568347159.xml 

running on 4 cores: 1,3,5,7

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
Current StackSize limit: 8192 KiB

solver pid=24965, runsolver pid=24962

[startup+0.100169 s]*
/proc/loadavg: 2.00 2.01 2.05 3/199 24966
/proc/meminfo: memFree=30550692/32770624 swapFree=66980164/67108860
[pid=24965] ppid=24962 vsize=2031716 memory=25748 CPUtime=0.1 cores=1,3,5,7
/proc/24965/stat : 24965 (xcsp_picat) R 24962 24965 18664 0 -1 4202496 1537 0 0 0 10 0 0 0 20 0 1 0 410978617 2080477184 6437 33554432000 4194304 5870510 140728110911280 140728110908424 139624590007296 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 28213248 140728110912543 140728110912621 140728110912621 140728110915530 0
/proc/24965/statm: 507929 6437 839 410 0 503402 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 25748 KiB

[startup+0.209631 s]*
/proc/loadavg: 2.00 2.01 2.05 3/199 24966
/proc/meminfo: memFree=30544548/32770624 swapFree=66980164/67108860
[pid=24965] ppid=24962 vsize=2031716 memory=31892 CPUtime=0.21 cores=1,3,5,7
/proc/24965/stat : 24965 (xcsp_picat) R 24962 24965 18664 0 -1 4202496 1540 0 0 0 21 0 0 0 20 0 1 0 410978617 2080477184 7973 33554432000 4194304 5870510 140728110911280 140728110908424 4490052 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 28213248 140728110912543 140728110912621 140728110912621 140728110915530 0
/proc/24965/statm: 507929 7973 839 410 0 503402 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 31892 KiB

[startup+0.30945 s]*
/proc/loadavg: 2.00 2.01 2.05 3/199 24966
/proc/meminfo: memFree=30538156/32770624 swapFree=66980164/67108860
[pid=24965] ppid=24962 vsize=2031716 memory=36212 CPUtime=0.31 cores=1,3,5,7
/proc/24965/stat : 24965 (xcsp_picat) R 24962 24965 18664 0 -1 4202496 1542 0 0 0 31 0 0 0 20 0 1 0 410978617 2080477184 9053 33554432000 4194304 5870510 140728110911280 140728110908424 139624590007296 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 28213248 140728110912543 140728110912621 140728110912621 140728110915530 0
/proc/24965/statm: 507929 9053 871 410 0 503402 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 36212 KiB

[startup+0.700312 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 24966
/proc/meminfo: memFree=30525868/32770624 swapFree=66980164/67108860
[pid=24965] ppid=24962 vsize=2031716 memory=58740 CPUtime=0.69 cores=1,3,5,7
/proc/24965/stat : 24965 (xcsp_picat) R 24962 24965 18664 0 -1 4202496 1553 0 0 0 69 0 0 0 20 0 1 0 410978617 2080477184 14685 33554432000 4194304 5870510 140728110911280 140728110910584 139624590007296 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 28213248 140728110912543 140728110912621 140728110912621 140728110915530 0
/proc/24965/statm: 507929 14685 871 410 0 503402 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 58740 KiB

[startup+1.50035 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 24966
/proc/meminfo: memFree=30496128/32770624 swapFree=66980164/67108860
[pid=24965] ppid=24962 vsize=2031716 memory=101748 CPUtime=1.49 cores=1,3,5,7
/proc/24965/stat : 24965 (xcsp_picat) R 24962 24965 18664 0 -1 4202496 1574 0 0 0 149 0 0 0 20 0 1 0 410978617 2080477184 25437 33554432000 4194304 5870510 140728110911280 140728110910584 139624590007296 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 28213248 140728110912543 140728110912621 140728110912621 140728110915530 0
/proc/24965/statm: 507929 25437 871 410 0 503402 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 101748 KiB

[startup+3.10952 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 24966
/proc/meminfo: memFree=30355748/32770624 swapFree=66980164/67108860
[pid=24965] ppid=24962 vsize=2031716 memory=191860 CPUtime=3.1 cores=1,3,5,7
/proc/24965/stat : 24965 (xcsp_picat) R 24962 24965 18664 0 -1 4202496 1682 0 0 0 309 1 0 0 20 0 1 0 410978617 2080477184 47965 33554432000 4194304 5870510 140728110911280 140728110910584 4438734 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 28213248 140728110912543 140728110912621 140728110912621 140728110915530 0
/proc/24965/statm: 507929 47965 871 410 0 503402 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 191860 KiB

[startup+6.30027 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 24966
/proc/meminfo: memFree=30235548/32770624 swapFree=66980164/67108860
[pid=24965] ppid=24962 vsize=2031716 memory=367988 CPUtime=6.29 cores=1,3,5,7
/proc/24965/stat : 24965 (xcsp_picat) R 24962 24965 18664 0 -1 4202496 1791 0 0 0 626 3 0 0 20 0 1 0 410978617 2080477184 91997 33554432000 4194304 5870510 140728110911280 140728110910584 139624590007296 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 28213248 140728110912543 140728110912621 140728110912621 140728110915530 0
/proc/24965/statm: 507929 91997 871 410 0 503402 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 367988 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 24968
/proc/meminfo: memFree=29910324/32770624 swapFree=66980164/67108860
[pid=24965] ppid=24962 vsize=2031716 memory=722296 CPUtime=12.69 cores=1,3,5,7
/proc/24965/stat : 24965 (xcsp_picat) R 24962 24965 18664 0 -1 4202496 2057 0 0 0 1261 8 0 0 20 0 1 0 410978617 2080477184 180574 33554432000 4194304 5870510 140728110911280 140728110910584 139624590007296 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 28213248 140728110912543 140728110912621 140728110912621 140728110915530 0
/proc/24965/statm: 507929 180574 872 410 0 503402 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 722296 KiB

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 25033
/proc/meminfo: memFree=29317784/32770624 swapFree=66980164/67108860
[pid=24965] ppid=24962 vsize=2847320 memory=2352396 CPUtime=25.49 cores=1,3,5,7
/proc/24965/stat : 24965 (xcsp_picat) R 24962 24965 18664 0 -1 4202496 6023 0 0 0 2510 39 0 0 20 0 1 0 410978617 2915655680 588099 33554432000 4194304 5870510 140728110911280 140728110910584 5246754 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 28213248 140728110912543 140728110912621 140728110912621 140728110915530 0
/proc/24965/statm: 711830 588099 912 410 0 707303 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2847320 KiB
Current children cumulated memory: 2352396 KiB

[startup+51.1004 s]
/proc/loadavg: 1.95 2.00 2.04 3/199 25033
/proc/meminfo: memFree=26120552/32770624 swapFree=66980164/67108860
[pid=24965] ppid=24962 vsize=2916324 memory=2628376 CPUtime=51.08 cores=1,3,5,7
/proc/24965/stat : 24965 (xcsp_picat) R 24962 24965 18664 0 -1 4202496 22496 0 0 0 4949 159 0 0 20 0 1 0 410978617 2986315776 657094 33554432000 4194304 5870510 140728110911280 140728110910248 5246093 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 28213248 140728110912543 140728110912621 140728110912621 140728110915530 0
/proc/24965/statm: 729081 657094 912 410 0 724554 0
Current children cumulated CPU time: 51.08 s
Current children cumulated vsize: 2916324 KiB
Current children cumulated memory: 2628376 KiB

[startup+102.3 s]
/proc/loadavg: 1.98 2.00 2.04 3/201 25047
/proc/meminfo: memFree=25284556/32770624 swapFree=66980176/67108860
[pid=24965] ppid=24962 vsize=2981600 memory=2316464 CPUtime=102.28 cores=1,3,5,7
/proc/24965/stat : 24965 (xcsp_picat) R 24962 24965 18664 0 -1 4202496 51504 0 0 0 9776 452 0 0 20 0 1 0 410978617 3053158400 579116 33554432000 4194304 5870510 140728110911280 140728110910248 5245088 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 28213248 140728110912543 140728110912621 140728110912621 140728110915530 0
/proc/24965/statm: 745400 579116 912 410 0 740873 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 2981600 KiB
Current children cumulated memory: 2316464 KiB

[startup+162.3 s]
/proc/loadavg: 1.99 2.00 2.04 3/201 25074
/proc/meminfo: memFree=25598440/32770624 swapFree=66980184/67108860
[pid=24965] ppid=24962 vsize=3009612 memory=2815208 CPUtime=162.28 cores=1,3,5,7
/proc/24965/stat : 24965 (xcsp_picat) R 24962 24965 18664 0 -1 4202496 87223 0 0 0 15399 829 0 0 20 0 1 0 410978617 3081842688 703802 33554432000 4194304 5870510 140728110911280 140728110910248 5246661 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 28213248 140728110912543 140728110912621 140728110912621 140728110915530 0
/proc/24965/statm: 752403 703802 912 410 0 747876 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 3009612 KiB
Current children cumulated memory: 2815208 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/201 25078
/proc/meminfo: memFree=25489252/32770624 swapFree=66980184/67108860
[pid=24965] ppid=24962 vsize=3026876 memory=2938196 CPUtime=222.28 cores=1,3,5,7
/proc/24965/stat : 24965 (xcsp_picat) R 24962 24965 18664 0 -1 4202496 119045 0 0 0 21062 1166 0 0 20 0 1 0 410978617 3099521024 734549 33554432000 4194304 5870510 140728110911280 140728110910248 5246232 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 28213248 140728110912543 140728110912621 140728110912621 140728110915530 0
/proc/24965/statm: 756719 734549 912 410 0 752192 0
Current children cumulated CPU time: 222.28 s
Current children cumulated vsize: 3026876 KiB
Current children cumulated memory: 2938196 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/202 25084
/proc/meminfo: memFree=25672612/32770624 swapFree=66980184/67108860
[pid=24965] ppid=24962 vsize=3037252 memory=2694864 CPUtime=282.27 cores=1,3,5,7
/proc/24965/stat : 24965 (xcsp_picat) R 24962 24965 18664 0 -1 4202496 151286 0 0 0 26762 1465 0 0 20 0 1 0 410978617 3110146048 673716 33554432000 4194304 5870510 140728110911280 140728110910248 5246232 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 28213248 140728110912543 140728110912621 140728110912621 140728110915530 0
/proc/24965/statm: 759313 673716 912 410 0 754786 0
Current children cumulated CPU time: 282.27 s
Current children cumulated vsize: 3037252 KiB
Current children cumulated memory: 2694864 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/201 25088
/proc/meminfo: memFree=25195068/32770624 swapFree=66980184/67108860
[pid=24965] ppid=24962 vsize=3045400 memory=2973348 CPUtime=342.27 cores=1,3,5,7
/proc/24965/stat : 24965 (xcsp_picat) R 24962 24965 18664 0 -1 4202496 181408 0 0 0 32472 1755 0 0 20 0 1 0 410978617 3118489600 743337 33554432000 4194304 5870510 140728110911280 140728110910248 5246343 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 28213248 140728110912543 140728110912621 140728110912621 140728110915530 0
/proc/24965/statm: 761350 743337 912 410 0 756823 0
Current children cumulated CPU time: 342.27 s
Current children cumulated vsize: 3045400 KiB
Current children cumulated memory: 2973348 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/200 25092
/proc/meminfo: memFree=23068968/32770624 swapFree=66980184/67108860
[pid=24965] ppid=24962 vsize=7041836 memory=5278500 CPUtime=402.26 cores=1,3,5,7
/proc/24965/stat : 24965 (xcsp_picat) R 24962 24965 18664 0 -1 4202496 210740 0 0 0 38153 2073 0 0 20 0 1 0 410978617 7210840064 1319625 33554432000 4194304 5870510 140728110911280 140728110910248 5246600 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 28213248 140728110912543 140728110912621 140728110912621 140728110915530 0
/proc/24965/statm: 1760459 1319625 915 410 0 1755932 0
Current children cumulated CPU time: 402.26 s
Current children cumulated vsize: 7041836 KiB
Current children cumulated memory: 5278500 KiB

[startup+462.3 s]
/proc/loadavg: 2.04 2.01 2.05 3/200 25098
/proc/meminfo: memFree=20051392/32770624 swapFree=66980184/67108860
[pid=24965] ppid=24962 vsize=9107908 memory=8123612 CPUtime=462.26 cores=1,3,5,7
/proc/24965/stat : 24965 (xcsp_picat) R 24962 24965 18664 0 -1 4202496 363134 0 0 0 44048 2178 0 0 20 0 1 0 410978617 9326497792 2030903 33554432000 4194304 5870510 140728110911280 140728110910536 139624589568997 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 28213248 140728110912543 140728110912621 140728110912621 140728110915530 0
/proc/24965/statm: 2276977 2030903 988 410 0 2272450 0
Current children cumulated CPU time: 462.26 s
Current children cumulated vsize: 9107908 KiB
Current children cumulated memory: 8123612 KiB


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

/proc/24965/statm: 2282047 2039274 996 410 0 2277520 0
Current children cumulated CPU time: 1722.22 s
Current children cumulated vsize: 9128188 KiB
Current children cumulated memory: 8157096 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/199 25218
/proc/meminfo: memFree=19980620/32770624 swapFree=66980204/67108860
[pid=24965] ppid=24962 vsize=9128188 memory=8157160 CPUtime=1782.22 cores=1,3,5,7
/proc/24965/stat : 24965 (xcsp_picat) R 24962 24965 18664 0 -1 4202496 1024244 0 0 0 175999 2223 0 0 20 0 1 0 410978617 9347264512 2039290 33554432000 4194304 5870510 140728110911280 140728110909672 5261287 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 28213248 140728110912543 140728110912621 140728110912621 140728110915530 0
/proc/24965/statm: 2282047 2039290 996 410 0 2277520 0
Current children cumulated CPU time: 1782.22 s
Current children cumulated vsize: 9128188 KiB
Current children cumulated memory: 8157160 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/199 25222
/proc/meminfo: memFree=19979092/32770624 swapFree=66980204/67108860
[pid=24965] ppid=24962 vsize=9128188 memory=8157288 CPUtime=1842.21 cores=1,3,5,7
/proc/24965/stat : 24965 (xcsp_picat) R 24962 24965 18664 0 -1 4202496 1058644 0 0 0 181996 2225 0 0 20 0 1 0 410978617 9347264512 2039322 33554432000 4194304 5870510 140728110911280 140728110909672 5261272 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 28213248 140728110912543 140728110912621 140728110912621 140728110915530 0
/proc/24965/statm: 2282047 2039322 996 410 0 2277520 0
Current children cumulated CPU time: 1842.21 s
Current children cumulated vsize: 9128188 KiB
Current children cumulated memory: 8157288 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/201 25236
/proc/meminfo: memFree=19977792/32770624 swapFree=66980216/67108860
[pid=24965] ppid=24962 vsize=9128344 memory=8157432 CPUtime=1902.21 cores=1,3,5,7
/proc/24965/stat : 24965 (xcsp_picat) R 24962 24965 18664 0 -1 4202496 1084304 0 0 0 187994 2227 0 0 20 0 1 0 410978617 9347424256 2039358 33554432000 4194304 5870510 140728110911280 140728110909608 5261290 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 28213248 140728110912543 140728110912621 140728110912621 140728110915530 0
/proc/24965/statm: 2282086 2039358 996 410 0 2277559 0
Current children cumulated CPU time: 1902.21 s
Current children cumulated vsize: 9128344 KiB
Current children cumulated memory: 8157432 KiB

[startup+1962.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/200 25240
/proc/meminfo: memFree=19974144/32770624 swapFree=66980216/67108860
[pid=24965] ppid=24962 vsize=9130044 memory=8158576 CPUtime=1962.22 cores=1,3,5,7
/proc/24965/stat : 24965 (xcsp_picat) R 24962 24965 18664 0 -1 4202496 1121084 0 0 0 193992 2230 0 0 20 0 1 0 410978617 9349165056 2039644 33554432000 4194304 5870510 140728110911280 140728110909672 5261272 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 28213248 140728110912543 140728110912621 140728110912621 140728110915530 0
/proc/24965/statm: 2282511 2039644 996 410 0 2277984 0
Current children cumulated CPU time: 1962.22 s
Current children cumulated vsize: 9130044 KiB
Current children cumulated memory: 8158576 KiB

[startup+2022.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/200 25244
/proc/meminfo: memFree=19973888/32770624 swapFree=66980216/67108860
[pid=24965] ppid=24962 vsize=9130044 memory=8158620 CPUtime=2022.21 cores=1,3,5,7
/proc/24965/stat : 24965 (xcsp_picat) R 24962 24965 18664 0 -1 4202496 1148401 0 0 0 199989 2232 0 0 20 0 1 0 410978617 9349165056 2039655 33554432000 4194304 5870510 140728110911280 140728110909672 5261272 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 28213248 140728110912543 140728110912621 140728110912621 140728110915530 0
/proc/24965/statm: 2282511 2039655 996 410 0 2277984 0
Current children cumulated CPU time: 2022.21 s
Current children cumulated vsize: 9130044 KiB
Current children cumulated memory: 8158620 KiB

[startup+2082.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/201 25250
/proc/meminfo: memFree=19972788/32770624 swapFree=66980216/67108860
[pid=24965] ppid=24962 vsize=9130044 memory=8158664 CPUtime=2082.21 cores=1,3,5,7
/proc/24965/stat : 24965 (xcsp_picat) R 24962 24965 18664 0 -1 4202496 1182425 0 0 0 205987 2234 0 0 20 0 1 0 410978617 9349165056 2039666 33554432000 4194304 5870510 140728110911280 140728110909672 5261290 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 28213248 140728110912543 140728110912621 140728110912621 140728110915530 0
/proc/24965/statm: 2282511 2039666 996 410 0 2277984 0
Current children cumulated CPU time: 2082.21 s
Current children cumulated vsize: 9130044 KiB
Current children cumulated memory: 8158664 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 25254
/proc/meminfo: memFree=20018760/32770624 swapFree=66980216/67108860
[pid=24965] ppid=24962 vsize=9130044 memory=8158712 CPUtime=2142.21 cores=1,3,5,7
/proc/24965/stat : 24965 (xcsp_picat) R 24962 24965 18664 0 -1 4202496 1214564 0 0 0 211985 2236 0 0 20 0 1 0 410978617 9349165056 2039678 33554432000 4194304 5870510 140728110911280 140728110909672 5261210 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 28213248 140728110912543 140728110912621 140728110912621 140728110915530 0
/proc/24965/statm: 2282511 2039678 996 410 0 2277984 0
Current children cumulated CPU time: 2142.21 s
Current children cumulated vsize: 9130044 KiB
Current children cumulated memory: 8158712 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 25258
/proc/meminfo: memFree=19989484/32770624 swapFree=66980216/67108860
[pid=24965] ppid=24962 vsize=9130044 memory=8158756 CPUtime=2202.21 cores=1,3,5,7
/proc/24965/stat : 24965 (xcsp_picat) R 24962 24965 18664 0 -1 4202496 1243773 0 0 0 217983 2238 0 0 20 0 1 0 410978617 9349165056 2039689 33554432000 4194304 5870510 140728110911280 140728110909672 5261297 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 28213248 140728110912543 140728110912621 140728110912621 140728110915530 0
/proc/24965/statm: 2282511 2039689 996 410 0 2277984 0
Current children cumulated CPU time: 2202.21 s
Current children cumulated vsize: 9130044 KiB
Current children cumulated memory: 8158756 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 25264
/proc/meminfo: memFree=19989156/32770624 swapFree=66980216/67108860
[pid=24965] ppid=24962 vsize=9130044 memory=8158800 CPUtime=2262.21 cores=1,3,5,7
/proc/24965/stat : 24965 (xcsp_picat) R 24962 24965 18664 0 -1 4202496 1278034 0 0 0 223981 2240 0 0 20 0 1 0 410978617 9349165056 2039700 33554432000 4194304 5870510 140728110911280 140728110909672 5261279 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 28213248 140728110912543 140728110912621 140728110912621 140728110915530 0
/proc/24965/statm: 2282511 2039700 996 410 0 2277984 0
Current children cumulated CPU time: 2262.21 s
Current children cumulated vsize: 9130044 KiB
Current children cumulated memory: 8158800 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 25268
/proc/meminfo: memFree=19987768/32770624 swapFree=66980216/67108860
[pid=24965] ppid=24962 vsize=9130044 memory=8158848 CPUtime=2322.2 cores=1,3,5,7
/proc/24965/stat : 24965 (xcsp_picat) R 24962 24965 18664 0 -1 4202496 1304995 0 0 0 229978 2242 0 0 20 0 1 0 410978617 9349165056 2039712 33554432000 4194304 5870510 140728110911280 140728110909672 5261287 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 28213248 140728110912543 140728110912621 140728110912621 140728110915530 0
/proc/24965/statm: 2282511 2039712 996 410 0 2277984 0
Current children cumulated CPU time: 2322.2 s
Current children cumulated vsize: 9130044 KiB
Current children cumulated memory: 8158848 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 25272
/proc/meminfo: memFree=19987336/32770624 swapFree=66980216/67108860
[pid=24965] ppid=24962 vsize=9130044 memory=8158900 CPUtime=2382.21 cores=1,3,5,7
/proc/24965/stat : 24965 (xcsp_picat) R 24962 24965 18664 0 -1 4202496 1337756 0 0 0 235976 2245 0 0 20 0 1 0 410978617 9349165056 2039725 33554432000 4194304 5870510 140728110911280 140728110909672 5321694 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 28213248 140728110912543 140728110912621 140728110912621 140728110915530 0
/proc/24965/statm: 2282511 2039725 996 410 0 2277984 0
Current children cumulated CPU time: 2382.21 s
Current children cumulated vsize: 9130044 KiB
Current children cumulated memory: 8158900 KiB

[startup+2442.3 s]
/proc/loadavg: 2.09 2.04 2.05 3/200 25278
/proc/meminfo: memFree=19986296/32770624 swapFree=66980216/67108860
[pid=24965] ppid=24962 vsize=9130044 memory=8158988 CPUtime=2442.2 cores=1,3,5,7
/proc/24965/stat : 24965 (xcsp_picat) R 24962 24965 18664 0 -1 4202496 1365931 0 0 0 241974 2246 0 0 20 0 1 0 410978617 9349165056 2039747 33554432000 4194304 5870510 140728110911280 140728110909672 5321694 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 28213248 140728110912543 140728110912621 140728110912621 140728110915530 0
/proc/24965/statm: 2282511 2039747 996 410 0 2277984 0
Current children cumulated CPU time: 2442.2 s
Current children cumulated vsize: 9130044 KiB
Current children cumulated memory: 8158988 KiB

[startup+2502.3 s]
/proc/loadavg: 2.03 2.04 2.05 3/199 25289
/proc/meminfo: memFree=19985116/32770624 swapFree=66980228/67108860
[pid=24965] ppid=24962 vsize=9130184 memory=8159104 CPUtime=2502.2 cores=1,3,5,7
/proc/24965/stat : 24965 (xcsp_picat) R 24962 24965 18664 0 -1 4202496 1400511 0 0 0 247971 2249 0 0 20 0 1 0 410978617 9349308416 2039776 33554432000 4194304 5870510 140728110911280 140728110909608 5261287 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 28213248 140728110912543 140728110912621 140728110912621 140728110915530 0
/proc/24965/statm: 2282546 2039776 996 410 0 2278019 0
Current children cumulated CPU time: 2502.2 s
Current children cumulated vsize: 9130184 KiB
Current children cumulated memory: 8159104 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]
/proc/loadavg: 2.03 2.04 2.05 3/199 25289
/proc/meminfo: memFree=19984992/32770624 swapFree=66980228/67108860
[pid=24965] ppid=24962 vsize=9130184 memory=8159120 CPUtime=2519.9 cores=1,3,5,7
/proc/24965/stat : 24965 (xcsp_picat) R 24962 24965 18664 0 -1 4202496 1409234 0 0 0 249741 2249 0 0 20 0 1 0 410978617 9349308416 2039780 33554432000 4194304 5870510 140728110911280 140728110909608 5261210 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 28213248 140728110912543 140728110912621 140728110912621 140728110915530 0
/proc/24965/statm: 2282546 2039780 996 410 0 2278019 0
Current children cumulated CPU time: 2519.9 s
Current children cumulated vsize: 9130184 KiB
Current children cumulated memory: 8159120 KiB

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

[startup+2520.09 s]
# the end of solver process 24965 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2497.41 s, system=22.5862 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.09
CPU time (s): 2520
CPU user time (s): 2497.41
CPU system time (s): 22.5862
CPU usage (%): 99.9963
Max. virtual memory (cumulated for all children) (KiB): 9130184
Max. memory (cumulated for all children) (KiB): 8159120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2497.41
system time used= 22.5862
maximum resident set size= 8159120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1409234
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= 6
involuntary context switches= 1732


# summary of solver processes directly reported to runsolver:
#   pid: 24965
#   total CPU time (s): 2520
#   total CPU user time (s): 2497.41
#   total CPU system time (s): 22.5862

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.88508 second user time and 19.8559 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-13 05:58:37
IDJOB=4395254
IDBENCH=141269
IDSOLVER=2844
FILE ID=node121/4395254-1568347159
RUNJOBID= node121-1568321663-18696
PBS_JOBID= 21701136
Free space on /tmp= 60948 MiB

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

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

MD5SUM BENCH= 89893934ad5b9c06ca26522ad9c878f8
RANDOM SEED=1438283959

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:        30570708 kB
MemAvailable:   30897340 kB
Buffers:          134396 kB
Cached:           487276 kB
SwapCached:        19016 kB
Active:          1374164 kB
Inactive:         286568 kB
Active(anon):    1025104 kB
Inactive(anon):    43792 kB
Active(file):     349060 kB
Inactive(file):   242776 kB
Unevictable:      108700 kB
Mlocked:          108700 kB
SwapTotal:      67108860 kB
SwapFree:       66980164 kB
Dirty:            104064 kB
Writeback:             0 kB
AnonPages:       1129404 kB
Mapped:            34748 kB
Shmem:             21104 kB
Slab:             130768 kB
SReclaimable:     101260 kB
SUnreclaim:        29508 kB
KernelStack:        3504 kB
PageTables:         7232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3213300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1032192 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= 60864 MiB
End job on node121 at 2019-09-13 06:40:38