Trace number 4407658

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
(reference) PicatSAT 2019-09-12? (TO) 2400.12 2400.23

General information on the benchmark

NameSubisomorphism/Subisomorphism-m1-SF/
Subisomorphism-F-20.xml
MD5SUM82ee18a9f0b9eb8094027018544c12e6
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark233.201
Satisfiable
(Un)Satisfiability was proved
Number of variables270
Number of constraints5395
Number of domains1
Minimum domain size300
Maximum domain size300
Distribution of domain sizes[{"size":300,"count":270}]
Minimum variable degree16
Maximum variable degree224
Distribution of variable degrees[{"degree":16,"count":1},{"degree":17,"count":7},{"degree":18,"count":6},{"degree":19,"count":13},{"degree":20,"count":22},{"degree":21,"count":13},{"degree":23,"count":10},{"degree":24,"count":13},{"degree":25,"count":12},{"degree":26,"count":12},{"degree":27,"count":11},{"degree":28,"count":11},{"degree":29,"count":8},{"degree":30,"count":4},{"degree":31,"count":7},{"degree":32,"count":10},{"degree":33,"count":3},{"degree":34,"count":8},{"degree":35,"count":5},{"degree":36,"count":7},{"degree":37,"count":4},{"degree":38,"count":2},{"degree":39,"count":5},{"degree":40,"count":2},{"degree":41,"count":2},"...",{"degree":69,"count":2}, {"degree":71,"count":1}, {"degree":72,"count":1}, {"degree":77,"count":1}, {"degree":78,"count":1}, {"degree":95,"count":1}, {"degree":97,"count":1}, {"degree":100,"count":2}, {"degree":103,"count":1}, {"degree":105,"count":1}, {"degree":107,"count":1}, {"degree":110,"count":1}, {"degree":111,"count":1}, {"degree":122,"count":1}, {"degree":124,"count":1}, {"degree":131,"count":2}, {"degree":133,"count":1}, {"degree":137,"count":1}, {"degree":142,"count":1}, {"degree":167,"count":1}, {"degree":173,"count":1}, {"degree":183,"count":1}, {"degree":187,"count":1}, {"degree":220,"count":1}, {"degree":224,"count":1}]
Minimum constraint arity1
Maximum constraint arity270
Distribution of constraint arities[{"arity":1,"count":208},{"arity":2,"count":5186},{"arity":270,"count":1}]
Number of extensional constraints5394
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":5394},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

286.54/286.65	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 (14148 MiB free)
  memory of node 1: 16384 MiB (9924 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4407658-1569512042/watcher-4407658-1569512042 -o /var/tmp/evaluation-result-4407658-1569512042/solver-4407658-1569512042 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node140-1569509599-11277 --watchdog 2560 xcsp_picat HOME/instance-4407658-1569512042.xml 

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

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

solver pid=11733, runsolver pid=11730

[startup+0.10012 s]*
/proc/loadavg: 2.00 2.00 1.86 3/199 11734
/proc/meminfo: memFree=24632328/32770624 swapFree=66997320/67108860
[pid=11733] ppid=11730 vsize=2031716 memory=22648 CPUtime=0.1 cores=0,2,4,6
/proc/11733/stat : 11733 (xcsp_picat) R 11730 11733 11246 0 -1 4202496 1230 0 0 0 10 0 0 0 20 0 1 0 527142498 2080477184 5662 33554432000 4194304 5870510 140735542912160 140735542911464 4461845 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 29401088 140735542920199 140735542920281 140735542920281 140735542923206 0
/proc/11733/statm: 507929 5662 837 410 0 503402 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 22648 KiB

[startup+0.209812 s]*
/proc/loadavg: 2.00 2.00 1.86 3/199 11734
/proc/meminfo: memFree=24619756/32770624 swapFree=66997320/67108860
[pid=11733] ppid=11730 vsize=2031716 memory=34936 CPUtime=0.2 cores=0,2,4,6
/proc/11733/stat : 11733 (xcsp_picat) R 11730 11733 11246 0 -1 4202496 1236 0 0 0 20 0 0 0 20 0 1 0 527142498 2080477184 8734 33554432000 4194304 5870510 140735542912160 140735542911464 4479784 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 29401088 140735542920199 140735542920281 140735542920281 140735542923206 0
/proc/11733/statm: 507929 8734 837 410 0 503402 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 34936 KiB

[startup+0.309817 s]*
/proc/loadavg: 2.00 2.00 1.86 3/199 11734
/proc/meminfo: memFree=24609516/32770624 swapFree=66997320/67108860
[pid=11733] ppid=11730 vsize=2031716 memory=45176 CPUtime=0.31 cores=0,2,4,6
/proc/11733/stat : 11733 (xcsp_picat) R 11730 11733 11246 0 -1 4202496 1241 0 0 0 30 1 0 0 20 0 1 0 527142498 2080477184 11294 33554432000 4194304 5870510 140735542912160 140735542911464 4459739 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 29401088 140735542920199 140735542920281 140735542920281 140735542923206 0
/proc/11733/statm: 507929 11294 837 410 0 503402 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 45176 KiB

[startup+0.700349 s]
/proc/loadavg: 2.00 2.00 1.86 3/199 11734
/proc/meminfo: memFree=24589036/32770624 swapFree=66997320/67108860
[pid=11733] ppid=11730 vsize=2031716 memory=86136 CPUtime=0.69 cores=0,2,4,6
/proc/11733/stat : 11733 (xcsp_picat) R 11730 11733 11246 0 -1 4202496 1261 0 0 0 68 1 0 0 20 0 1 0 527142498 2080477184 21534 33554432000 4194304 5870510 140735542912160 140735542911464 4479805 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 29401088 140735542920199 140735542920281 140735542920281 140735542923206 0
/proc/11733/statm: 507929 21534 837 410 0 503402 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 86136 KiB

[startup+1.50033 s]
/proc/loadavg: 2.00 2.00 1.86 3/199 11734
/proc/meminfo: memFree=24537380/32770624 swapFree=66997320/67108860
[pid=11733] ppid=11730 vsize=2031716 memory=170156 CPUtime=1.49 cores=0,2,4,6
/proc/11733/stat : 11733 (xcsp_picat) R 11730 11733 11246 0 -1 4202496 1302 0 0 0 147 2 0 0 20 0 1 0 527142498 2080477184 42539 33554432000 4194304 5870510 140735542912160 140735542911464 4695011 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 29401088 140735542920199 140735542920281 140735542920281 140735542923206 0
/proc/11733/statm: 507929 42539 841 410 0 503402 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 170156 KiB

[startup+3.10961 s]
/proc/loadavg: 2.00 2.00 1.86 3/199 11734
/proc/meminfo: memFree=24326064/32770624 swapFree=66997320/67108860
[pid=11733] ppid=11730 vsize=2031716 memory=340140 CPUtime=3.1 cores=0,2,4,6
/proc/11733/stat : 11733 (xcsp_picat) R 11730 11733 11246 0 -1 4202496 1482 0 0 0 305 5 0 0 20 0 1 0 527142498 2080477184 85035 33554432000 4194304 5870510 140735542912160 140735542911464 4515406 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 29401088 140735542920199 140735542920281 140735542920281 140735542923206 0
/proc/11733/statm: 507929 85035 841 410 0 503402 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 340140 KiB

[startup+6.30033 s]
/proc/loadavg: 2.00 2.00 1.86 3/199 11734
/proc/meminfo: memFree=24007964/32770624 swapFree=66997320/67108860
[pid=11733] ppid=11730 vsize=2031716 memory=676012 CPUtime=6.29 cores=0,2,4,6
/proc/11733/stat : 11733 (xcsp_picat) R 11730 11733 11246 0 -1 4202496 1748 0 0 0 619 10 0 0 20 0 1 0 527142498 2080477184 169003 33554432000 4194304 5870510 140735542912160 140735542911464 4567976 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 29401088 140735542920199 140735542920281 140735542920281 140735542923206 0
/proc/11733/statm: 507929 169003 841 410 0 503402 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 676012 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.86 3/199 11735
/proc/meminfo: memFree=23374016/32770624 swapFree=66997320/67108860
[pid=11733] ppid=11730 vsize=2031716 memory=1351852 CPUtime=12.68 cores=0,2,4,6
/proc/11733/stat : 11733 (xcsp_picat) R 11730 11733 11246 0 -1 4202496 2078 0 0 0 1248 20 0 0 20 0 1 0 527142498 2080477184 337963 33554432000 4194304 5870510 140735542912160 140735542911464 4432816 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 29401088 140735542920199 140735542920281 140735542920281 140735542923206 0
/proc/11733/statm: 507929 337963 841 410 0 503402 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 1351852 KiB

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 1.87 3/200 11737
/proc/meminfo: memFree=21236156/32770624 swapFree=66997320/67108860
[pid=11733] ppid=11730 vsize=4208508 memory=3685016 CPUtime=25.49 cores=0,2,4,6
/proc/11733/stat : 11733 (xcsp_picat) R 11730 11733 11246 0 -1 4202496 6754 0 0 0 2461 88 0 0 20 0 1 0 527142498 4309512192 921254 33554432000 4194304 5870510 140735542912160 140735542911128 5246223 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 29401088 140735542920199 140735542920281 140735542920281 140735542923206 0
/proc/11733/statm: 1052127 921254 846 410 0 1047600 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 4208508 KiB
Current children cumulated memory: 3685016 KiB

[startup+51.1103 s]
/proc/loadavg: 2.00 2.00 1.87 3/199 11737
/proc/meminfo: memFree=20529628/32770624 swapFree=66997320/67108860
[pid=11733] ppid=11730 vsize=4211708 memory=4115920 CPUtime=51.09 cores=0,2,4,6
/proc/11733/stat : 11733 (xcsp_picat) R 11730 11733 11246 0 -1 4202496 21420 0 0 0 4824 285 0 0 20 0 1 0 527142498 4312788992 1028980 33554432000 4194304 5870510 140735542912160 140735542911128 5355029 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 29401088 140735542920199 140735542920281 140735542920281 140735542923206 0
/proc/11733/statm: 1052927 1028980 846 410 0 1048400 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 4211708 KiB
Current children cumulated memory: 4115920 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 1.87 3/199 11741
/proc/meminfo: memFree=21489348/32770624 swapFree=66997320/67108860
[pid=11733] ppid=11730 vsize=4219064 memory=3320788 CPUtime=102.28 cores=0,2,4,6
/proc/11733/stat : 11733 (xcsp_picat) R 11730 11733 11246 0 -1 4202496 49088 0 0 0 9521 707 0 0 20 0 1 0 527142498 4320321536 830197 33554432000 4194304 5870510 140735542912160 140735542911128 5246232 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 29401088 140735542920199 140735542920281 140735542920281 140735542923206 0
/proc/11733/statm: 1054766 830197 846 410 0 1050239 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 4219064 KiB
Current children cumulated memory: 3320788 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.88 3/199 11807
/proc/meminfo: memFree=23356392/32770624 swapFree=66997320/67108860
[pid=11733] ppid=11730 vsize=4225288 memory=2472996 CPUtime=162.27 cores=0,2,4,6
/proc/11733/stat : 11733 (xcsp_picat) R 11730 11733 11246 0 -1 4202496 80584 0 0 0 15028 1199 0 0 20 0 1 0 527142498 4326694912 618249 33554432000 4194304 5870510 140735542912160 140735542911128 5245088 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 29401088 140735542920199 140735542920281 140735542920281 140735542923206 0
/proc/11733/statm: 1056322 618249 846 410 0 1051795 0
Current children cumulated CPU time: 162.27 s
Current children cumulated vsize: 4225288 KiB
Current children cumulated memory: 2472996 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.88 3/199 11811
/proc/meminfo: memFree=19342388/32770624 swapFree=66997320/67108860
[pid=11733] ppid=11730 vsize=6420688 memory=6335388 CPUtime=222.25 cores=0,2,4,6
/proc/11733/stat : 11733 (xcsp_picat) R 11730 11733 11246 0 -1 4202496 102636 0 0 0 20700 1525 0 0 20 0 1 0 527142498 6574784512 1583847 33554432000 4194304 5870510 140735542912160 140735542911128 5245088 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 29401088 140735542920199 140735542920281 140735542920281 140735542923206 0
/proc/11733/statm: 1605172 1583847 868 410 0 1600645 0
Current children cumulated CPU time: 222.25 s
Current children cumulated vsize: 6420688 KiB
Current children cumulated memory: 6335388 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/199 11815
/proc/meminfo: memFree=19074060/32770624 swapFree=66997320/67108860
[pid=11733] ppid=11730 vsize=6695472 memory=6605608 CPUtime=282.25 cores=0,2,4,6
/proc/11733/stat : 11733 (xcsp_picat) R 11730 11733 11246 0 -1 4202496 138151 0 0 0 26691 1534 0 0 20 0 1 0 527142498 6856163328 1651402 33554432000 4194304 5870510 140735542912160 140735542911416 5282464 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 29401088 140735542920199 140735542920281 140735542920281 140735542923206 0
/proc/11733/statm: 1673868 1651402 966 410 0 1669341 0
Current children cumulated CPU time: 282.25 s
Current children cumulated vsize: 6695472 KiB
Current children cumulated memory: 6605608 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/199 11821
/proc/meminfo: memFree=18876416/32770624 swapFree=66997320/67108860
[pid=11733] ppid=11730 vsize=6909120 memory=6797476 CPUtime=342.23 cores=0,2,4,6
/proc/11733/stat : 11733 (xcsp_picat) R 11730 11733 11246 0 -1 4202496 205616 0 0 0 32680 1543 0 0 20 0 1 0 527142498 7074938880 1699369 33554432000 4194304 5870510 140735542912160 140735542911112 5283135 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 29401088 140735542920199 140735542920281 140735542920281 140735542923206 0
/proc/11733/statm: 1727280 1699369 968 410 0 1722753 0
Current children cumulated CPU time: 342.23 s
Current children cumulated vsize: 6909120 KiB
Current children cumulated memory: 6797476 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/199 11832
/proc/meminfo: memFree=19088804/32770624 swapFree=66997320/67108860
[pid=11733] ppid=11730 vsize=6695472 memory=6583228 CPUtime=402.22 cores=0,2,4,6
/proc/11733/stat : 11733 (xcsp_picat) R 11730 11733 11246 0 -1 4202496 349905 0 0 0 38664 1558 0 0 20 0 1 0 527142498 6856163328 1645807 33554432000 4194304 5870510 140735542912160 140735542911176 5289014 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 29401088 140735542920199 140735542920281 140735542920281 140735542923206 0
/proc/11733/statm: 1673868 1645807 968 410 0 1669341 0
Current children cumulated CPU time: 402.22 s
Current children cumulated vsize: 6695472 KiB
Current children cumulated memory: 6583228 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/199 11836
/proc/meminfo: memFree=19063288/32770624 swapFree=66997320/67108860
[pid=11733] ppid=11730 vsize=6695472 memory=6586196 CPUtime=462.22 cores=0,2,4,6
/proc/11733/stat : 11733 (xcsp_picat) R 11730 11733 11246 0 -1 4202496 472593 0 0 0 44654 1568 0 0 20 0 1 0 527142498 6856163328 1646549 33554432000 4194304 5870510 140735542912160 140735542911176 5282721 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 29401088 140735542920199 140735542920281 140735542920281 140735542923206 0
/proc/11733/statm: 1673868 1646549 968 410 0 1669341 0
Current children cumulated CPU time: 462.22 s
Current children cumulated vsize: 6695472 KiB
Current children cumulated memory: 6586196 KiB


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

/proc/11733/statm: 1676392 1648036 968 410 0 1671865 0
Current children cumulated CPU time: 1602.19 s
Current children cumulated vsize: 6705568 KiB
Current children cumulated memory: 6592144 KiB

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/201 12156
/proc/meminfo: memFree=19032876/32770624 swapFree=66997320/67108860
[pid=11733] ppid=11730 vsize=6706228 memory=6594112 CPUtime=1662.19 cores=0,2,4,6
/proc/11733/stat : 11733 (xcsp_picat) R 11730 11733 11246 0 -1 4202496 3227339 0 0 0 164429 1790 0 0 20 0 1 0 527142498 6867177472 1648528 33554432000 4194304 5870510 140735542912160 140735542910712 5272624 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 29401088 140735542920199 140735542920281 140735542920281 140735542923206 0
/proc/11733/statm: 1676557 1648528 968 410 0 1672030 0
Current children cumulated CPU time: 1662.19 s
Current children cumulated vsize: 6706228 KiB
Current children cumulated memory: 6594112 KiB

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/201 12160
/proc/meminfo: memFree=19030584/32770624 swapFree=66997320/67108860
[pid=11733] ppid=11730 vsize=6707368 memory=6596044 CPUtime=1722.18 cores=0,2,4,6
/proc/11733/stat : 11733 (xcsp_picat) R 11730 11733 11246 0 -1 4202496 3372244 0 0 0 170414 1804 0 0 20 0 1 0 527142498 6868344832 1649011 33554432000 4194304 5870510 140735542912160 140735542910696 5262738 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 29401088 140735542920199 140735542920281 140735542920281 140735542923206 0
/proc/11733/statm: 1676842 1649011 968 410 0 1672315 0
Current children cumulated CPU time: 1722.18 s
Current children cumulated vsize: 6707368 KiB
Current children cumulated memory: 6596044 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/201 12166
/proc/meminfo: memFree=19023012/32770624 swapFree=66997320/67108860
[pid=11733] ppid=11730 vsize=6708200 memory=6593952 CPUtime=1782.19 cores=0,2,4,6
/proc/11733/stat : 11733 (xcsp_picat) R 11730 11733 11246 0 -1 4202496 3529268 0 0 0 176401 1818 0 0 20 0 1 0 527142498 6869196800 1648488 33554432000 4194304 5870510 140735542912160 140735542911176 5283083 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 29401088 140735542920199 140735542920281 140735542920281 140735542923206 0
/proc/11733/statm: 1677050 1648488 968 410 0 1672523 0
Current children cumulated CPU time: 1782.19 s
Current children cumulated vsize: 6708200 KiB
Current children cumulated memory: 6593952 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/201 12170
/proc/meminfo: memFree=19030356/32770624 swapFree=66997320/67108860
[pid=11733] ppid=11730 vsize=6708832 memory=6621040 CPUtime=1842.18 cores=0,2,4,6
/proc/11733/stat : 11733 (xcsp_picat) R 11730 11733 11246 0 -1 4202496 3663965 0 0 0 182391 1827 0 0 20 0 1 0 527142498 6869843968 1655260 33554432000 4194304 5870510 140735542912160 140735542910520 5282712 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 29401088 140735542920199 140735542920281 140735542920281 140735542923206 0
/proc/11733/statm: 1677208 1655260 968 410 0 1672681 0
Current children cumulated CPU time: 1842.18 s
Current children cumulated vsize: 6708832 KiB
Current children cumulated memory: 6621040 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/200 12174
/proc/meminfo: memFree=19011596/32770624 swapFree=66997320/67108860
[pid=11733] ppid=11730 vsize=6709152 memory=6592744 CPUtime=1902.18 cores=0,2,4,6
/proc/11733/stat : 11733 (xcsp_picat) R 11730 11733 11246 0 -1 4202496 3795208 0 0 0 188379 1839 0 0 20 0 1 0 527142498 6870171648 1648186 33554432000 4194304 5870510 140735542912160 140735542910520 5282767 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 29401088 140735542920199 140735542920281 140735542920281 140735542923206 0
/proc/11733/statm: 1677288 1648186 968 410 0 1672761 0
Current children cumulated CPU time: 1902.18 s
Current children cumulated vsize: 6709152 KiB
Current children cumulated memory: 6592744 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/200 12180
/proc/meminfo: memFree=19006444/32770624 swapFree=66997320/67108860
[pid=11733] ppid=11730 vsize=6709756 memory=6619760 CPUtime=1962.18 cores=0,2,4,6
/proc/11733/stat : 11733 (xcsp_picat) R 11730 11733 11246 0 -1 4202496 3941933 0 0 0 194368 1850 0 0 20 0 1 0 527142498 6870790144 1654940 33554432000 4194304 5870510 140735542912160 140735542910520 5282505 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 29401088 140735542920199 140735542920281 140735542920281 140735542923206 0
/proc/11733/statm: 1677439 1654940 968 410 0 1672912 0
Current children cumulated CPU time: 1962.18 s
Current children cumulated vsize: 6709756 KiB
Current children cumulated memory: 6619760 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/199 12244
/proc/meminfo: memFree=18197220/32770624 swapFree=66997320/67108860
[pid=11733] ppid=11730 vsize=6710012 memory=6595444 CPUtime=2022.18 cores=0,2,4,6
/proc/11733/stat : 11733 (xcsp_picat) R 11730 11733 11246 0 -1 4202496 4070787 0 0 0 200358 1860 0 0 20 0 1 0 527142498 6871052288 1648861 33554432000 4194304 5870510 140735542912160 140735542911176 5262557 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 29401088 140735542920199 140735542920281 140735542920281 140735542923206 0
/proc/11733/statm: 1677503 1648861 968 410 0 1672976 0
Current children cumulated CPU time: 2022.18 s
Current children cumulated vsize: 6710012 KiB
Current children cumulated memory: 6595444 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/199 12248
/proc/meminfo: memFree=18153072/32770624 swapFree=66997320/67108860
[pid=11733] ppid=11730 vsize=6710936 memory=6601360 CPUtime=2082.18 cores=0,2,4,6
/proc/11733/stat : 11733 (xcsp_picat) R 11730 11733 11246 0 -1 4202496 4239577 0 0 0 206344 1874 0 0 20 0 1 0 527142498 6871998464 1650340 33554432000 4194304 5870510 140735542912160 140735542910696 5282505 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 29401088 140735542920199 140735542920281 140735542920281 140735542923206 0
/proc/11733/statm: 1677734 1650340 968 410 0 1673207 0
Current children cumulated CPU time: 2082.18 s
Current children cumulated vsize: 6710936 KiB
Current children cumulated memory: 6601360 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/199 12254
/proc/meminfo: memFree=18119544/32770624 swapFree=66997320/67108860
[pid=11733] ppid=11730 vsize=6711624 memory=6601084 CPUtime=2142.18 cores=0,2,4,6
/proc/11733/stat : 11733 (xcsp_picat) R 11730 11733 11246 0 -1 4202496 4379608 0 0 0 212332 1886 0 0 20 0 1 0 527142498 6872702976 1650271 33554432000 4194304 5870510 140735542912160 140735542910520 5295174 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 29401088 140735542920199 140735542920281 140735542920281 140735542923206 0
/proc/11733/statm: 1677906 1650271 968 410 0 1673379 0
Current children cumulated CPU time: 2142.18 s
Current children cumulated vsize: 6711624 KiB
Current children cumulated memory: 6601084 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/201 12267
/proc/meminfo: memFree=18129224/32770624 swapFree=66997320/67108860
[pid=11733] ppid=11730 vsize=6712044 memory=6596192 CPUtime=2202.18 cores=0,2,4,6
/proc/11733/stat : 11733 (xcsp_picat) R 11730 11733 11246 0 -1 4202496 4531181 0 0 0 218319 1899 0 0 20 0 1 0 527142498 6873133056 1649048 33554432000 4194304 5870510 140735542912160 140735542911176 5282759 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 29401088 140735542920199 140735542920281 140735542920281 140735542923206 0
/proc/11733/statm: 1678011 1649048 968 410 0 1673484 0
Current children cumulated CPU time: 2202.18 s
Current children cumulated vsize: 6712044 KiB
Current children cumulated memory: 6596192 KiB

[startup+2262.3 s]
/proc/loadavg: 1.94 1.99 1.95 3/201 12271
/proc/meminfo: memFree=18082220/32770624 swapFree=66997320/67108860
[pid=11733] ppid=11730 vsize=6712328 memory=6619112 CPUtime=2262.18 cores=0,2,4,6
/proc/11733/stat : 11733 (xcsp_picat) R 11730 11733 11246 0 -1 4202496 4660344 0 0 0 224310 1908 0 0 20 0 1 0 527142498 6873423872 1654778 33554432000 4194304 5870510 140735542912160 140735542910520 5282578 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 29401088 140735542920199 140735542920281 140735542920281 140735542923206 0
/proc/11733/statm: 1678082 1654778 968 410 0 1673555 0
Current children cumulated CPU time: 2262.18 s
Current children cumulated vsize: 6712328 KiB
Current children cumulated memory: 6619112 KiB

[startup+2322.3 s]
/proc/loadavg: 1.98 1.99 1.95 3/201 12277
/proc/meminfo: memFree=18081556/32770624 swapFree=66997320/67108860
[pid=11733] ppid=11730 vsize=6712812 memory=6616524 CPUtime=2322.18 cores=0,2,4,6
/proc/11733/stat : 11733 (xcsp_picat) R 11730 11733 11246 0 -1 4202496 4801901 0 0 0 230299 1919 0 0 20 0 1 0 527142498 6873919488 1654131 33554432000 4194304 5870510 140735542912160 140735542910520 140683921814541 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 29401088 140735542920199 140735542920281 140735542920281 140735542923206 0
/proc/11733/statm: 1678203 1654131 968 410 0 1673676 0
Current children cumulated CPU time: 2322.18 s
Current children cumulated vsize: 6712812 KiB
Current children cumulated memory: 6616524 KiB

[startup+2382.3 s]
/proc/loadavg: 1.99 1.99 1.95 3/201 12281
/proc/meminfo: memFree=18082040/32770624 swapFree=66997320/67108860
[pid=11733] ppid=11730 vsize=6713428 memory=6613940 CPUtime=2382.18 cores=0,2,4,6
/proc/11733/stat : 11733 (xcsp_picat) R 11730 11733 11246 0 -1 4202496 4949315 0 0 0 236286 1932 0 0 20 0 1 0 527142498 6874550272 1653485 33554432000 4194304 5870510 140735542912160 140735542910520 5282505 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 29401088 140735542920199 140735542920281 140735542920281 140735542923206 0
/proc/11733/statm: 1678357 1653485 968 410 0 1673830 0
Current children cumulated CPU time: 2382.18 s
Current children cumulated vsize: 6713428 KiB
Current children cumulated memory: 6613940 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.2 s]
/proc/loadavg: 1.99 1.99 1.95 3/201 12281
/proc/meminfo: memFree=18089972/32770624 swapFree=66997320/67108860
[pid=11733] ppid=11730 vsize=6713692 memory=6597000 CPUtime=2400.08 cores=0,2,4,6
/proc/11733/stat : 11733 (xcsp_picat) R 11730 11733 11246 0 -1 4202496 5000050 0 0 0 238071 1937 0 0 20 0 1 0 527142498 6874820608 1649250 33554432000 4194304 5870510 140735542912160 140735542911176 5283072 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 29401088 140735542920199 140735542920281 140735542920281 140735542923206 0
/proc/11733/statm: 1678423 1649250 968 410 0 1673896 0
Current children cumulated CPU time: 2400.08 s
Current children cumulated vsize: 6713692 KiB
Current children cumulated memory: 6597000 KiB

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

[startup+2400.23 s]
# the end of solver process 11733 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2380.71 s, system=19.4091 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): 2400.23
CPU time (s): 2400.12
CPU user time (s): 2380.71
CPU system time (s): 19.4091
CPU usage (%): 99.9953
Max. virtual memory (cumulated for all children) (KiB): 8133436
Max. memory (cumulated for all children) (KiB): 6940292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2380.71
system time used= 19.4091
maximum resident set size= 6954628
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5000050
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= 2756


# summary of solver processes directly reported to runsolver:
#   pid: 11733
#   total CPU time (s): 2400.12
#   total CPU user time (s): 2380.71
#   total CPU system time (s): 19.4091

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.81681 second user time and 17.7802 second system time

The end

Launcher Data

Begin job on node140 at 2019-09-26 17:33:20
IDJOB=4407658
IDBENCH=131293
IDSOLVER=2873
FILE ID=node140/4407658-1569512042
RUNJOBID= node140-1569509599-11277
PBS_JOBID= 21705784
Free space on /var/tmp= 13508 MiB

SOLVER NAME= PicatSAT 2019-09-12
BENCH NAME= XCSP17/Subisomorphism/Subisomorphism-m1-SF/Subisomorphism-F-20.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4407658-1569512042/watcher-4407658-1569512042 -o /var/tmp/evaluation-result-4407658-1569512042/solver-4407658-1569512042 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node140-1569509599-11277 --watchdog 2560  xcsp_picat HOME/instance-4407658-1569512042.xml

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

MD5SUM BENCH= 82ee18a9f0b9eb8094027018544c12e6
RANDOM SEED=8362727

node140.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.43
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.43
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.43
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.43
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:        24651044 kB
MemAvailable:   30766552 kB
Buffers:          163712 kB
Cached:          6072340 kB
SwapCached:         3060 kB
Active:          4166304 kB
Inactive:        3138080 kB
Active(anon):    1076068 kB
Inactive(anon):    64252 kB
Active(file):    3090236 kB
Inactive(file):  3073828 kB
Unevictable:      107040 kB
Mlocked:          107040 kB
SwapTotal:      67108860 kB
SwapFree:       66997320 kB
Dirty:              3472 kB
Writeback:             0 kB
AnonPages:       1183800 kB
Mapped:            23900 kB
Shmem:             63016 kB
Slab:             408496 kB
SReclaimable:     379904 kB
SUnreclaim:        28592 kB
KernelStack:        3760 kB
PageTables:         7828 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3795128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1112064 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /var/tmp at the end= 13508 MiB
End job on node140 at 2019-09-26 18:13:21