Trace number 4407891

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
(reference) PicatSAT 2019-09-12? (TO) 2400.1 2399.8

General information on the benchmark

NameAuction/Auction-sum/
Auction-sum-decay500_c18.xml
MD5SUMd1d7e4f351cab0858660dafd89ccc193
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark2539538
Best CPU time to get the best result obtained on this benchmark2400.01
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints500
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2000}]
Minimum variable degree2
Maximum variable degree37
Distribution of variable degrees[{"degree":2,"count":333},{"degree":3,"count":393},{"degree":4,"count":273},{"degree":5,"count":211},{"degree":6,"count":187},{"degree":7,"count":130},{"degree":8,"count":107},{"degree":9,"count":78},{"degree":10,"count":58},{"degree":11,"count":59},{"degree":12,"count":30},{"degree":13,"count":31},{"degree":14,"count":23},{"degree":15,"count":16},{"degree":16,"count":16},{"degree":17,"count":13},{"degree":18,"count":7},{"degree":19,"count":4},{"degree":20,"count":11},{"degree":21,"count":4},{"degree":22,"count":4},{"degree":23,"count":2},{"degree":24,"count":1},{"degree":25,"count":4},{"degree":26,"count":1},{"degree":28,"count":1},{"degree":32,"count":1},{"degree":33,"count":1},{"degree":37,"count":1}]
Minimum constraint arity7
Maximum constraint arity42
Distribution of constraint arities[{"arity":7,"count":1},{"arity":9,"count":1},{"arity":10,"count":4},{"arity":11,"count":8},{"arity":12,"count":14},{"arity":13,"count":22},{"arity":14,"count":33},{"arity":15,"count":32},{"arity":16,"count":29},{"arity":17,"count":48},{"arity":18,"count":48},{"arity":19,"count":45},{"arity":20,"count":38},{"arity":21,"count":36},{"arity":22,"count":32},{"arity":23,"count":21},{"arity":24,"count":21},{"arity":25,"count":28},{"arity":26,"count":18},{"arity":27,"count":4},{"arity":28,"count":7},{"arity":29,"count":4},{"arity":30,"count":2},{"arity":31,"count":1},{"arity":32,"count":1},{"arity":34,"count":1},{"arity":42,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":500}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

29.10/29.14	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 (7999 MiB free)
  memory of node 1: 16384 MiB (12008 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4407891-1569514315/watcher-4407891-1569514315 -o /var/tmp/evaluation-result-4407891-1569514315/solver-4407891-1569514315 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node105-1569505940-32389 --watchdog 2560 xcsp_picat HOME/instance-4407891-1569514315.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
Current StackSize limit: 8192 KiB

solver pid=1678, runsolver pid=1675

[startup+0.100172 s]*
/proc/loadavg: 2.01 2.03 2.02 3/199 1679
/proc/meminfo: memFree=20447688/32770624 swapFree=66957812/67108860
[pid=1678] ppid=1675 vsize=2048348 memory=46080 CPUtime=0.1 cores=1,3,5,7
/proc/1678/stat : 1678 (xcsp_picat) R 1675 1678 32357 0 -1 4202496 4657 0 0 0 9 1 0 0 20 0 1 0 527689171 2097508352 11520 33554432000 4194304 5870510 140727726713776 140727726710920 5288533 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 33873920 140727726720007 140727726720089 140727726720089 140727726723014 0
/proc/1678/statm: 512087 11520 906 410 0 507560 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2048348 KiB
Current children cumulated memory: 46080 KiB

[startup+0.209785 s]*
/proc/loadavg: 2.01 2.03 2.02 3/199 1679
/proc/meminfo: memFree=20427412/32770624 swapFree=66957812/67108860
[pid=1678] ppid=1675 vsize=2066280 memory=65336 CPUtime=0.21 cores=1,3,5,7
/proc/1678/stat : 1678 (xcsp_picat) R 1675 1678 32357 0 -1 4202496 9595 0 0 0 19 2 0 0 20 0 1 0 527689171 2115870720 16334 33554432000 4194304 5870510 140727726713776 140727726710920 139644214848485 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 33873920 140727726720007 140727726720089 140727726720089 140727726723014 0
/proc/1678/statm: 516570 16334 906 410 0 512043 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2066280 KiB
Current children cumulated memory: 65336 KiB

[startup+0.309655 s]*
/proc/loadavg: 2.01 2.03 2.02 3/199 1679
/proc/meminfo: memFree=20413708/32770624 swapFree=66957812/67108860
[pid=1678] ppid=1675 vsize=2081324 memory=78912 CPUtime=0.31 cores=1,3,5,7
/proc/1678/stat : 1678 (xcsp_picat) R 1675 1678 32357 0 -1 4202496 12863 0 0 0 29 2 0 0 20 0 1 0 527689171 2131275776 19728 33554432000 4194304 5870510 140727726713776 140727726710920 139644214844222 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 33873920 140727726720007 140727726720089 140727726720089 140727726723014 0
/proc/1678/statm: 520331 19728 943 410 0 515804 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2081324 KiB
Current children cumulated memory: 78912 KiB

[startup+0.70028 s]
/proc/loadavg: 2.01 2.03 2.02 3/199 1679
/proc/meminfo: memFree=20403200/32770624 swapFree=66957812/67108860
[pid=1678] ppid=1675 vsize=2094452 memory=88364 CPUtime=0.69 cores=1,3,5,7
/proc/1678/stat : 1678 (xcsp_picat) R 1675 1678 32357 0 -1 4202496 14640 0 0 0 67 2 0 0 20 0 1 0 527689171 2144718848 22091 33554432000 4194304 5870510 140727726713776 140727726712504 5478360 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 33873920 140727726720007 140727726720089 140727726720089 140727726723014 0
/proc/1678/statm: 523613 22091 960 410 0 519086 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2094452 KiB
Current children cumulated memory: 88364 KiB

[startup+1.50028 s]
/proc/loadavg: 2.01 2.03 2.02 3/199 1679
/proc/meminfo: memFree=20403404/32770624 swapFree=66957812/67108860
[pid=1678] ppid=1675 vsize=2094452 memory=88364 CPUtime=1.49 cores=1,3,5,7
/proc/1678/stat : 1678 (xcsp_picat) R 1675 1678 32357 0 -1 4202496 14640 0 0 0 147 2 0 0 20 0 1 0 527689171 2144718848 22091 33554432000 4194304 5870510 140727726713776 140727726712888 5562048 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 33873920 140727726720007 140727726720089 140727726720089 140727726723014 0
/proc/1678/statm: 523613 22091 960 410 0 519086 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2094452 KiB
Current children cumulated memory: 88364 KiB

[startup+3.10922 s]
/proc/loadavg: 2.01 2.03 2.02 3/199 1679
/proc/meminfo: memFree=20403404/32770624 swapFree=66957812/67108860
[pid=1678] ppid=1675 vsize=2094452 memory=88400 CPUtime=3.1 cores=1,3,5,7
/proc/1678/stat : 1678 (xcsp_picat) R 1675 1678 32357 0 -1 4202496 16228 0 0 0 308 2 0 0 20 0 1 0 527689171 2144718848 22100 33554432000 4194304 5870510 140727726713776 140727726712888 5562072 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 33873920 140727726720007 140727726720089 140727726720089 140727726723014 0
/proc/1678/statm: 523613 22100 960 410 0 519086 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2094452 KiB
Current children cumulated memory: 88400 KiB

[startup+6.30027 s]
/proc/loadavg: 2.01 2.03 2.02 3/199 1679
/proc/meminfo: memFree=20402024/32770624 swapFree=66957812/67108860
[pid=1678] ppid=1675 vsize=2094452 memory=88408 CPUtime=6.29 cores=1,3,5,7
/proc/1678/stat : 1678 (xcsp_picat) R 1675 1678 32357 0 -1 4202496 16631 0 0 0 627 2 0 0 20 0 1 0 527689171 2144718848 22102 33554432000 4194304 5870510 140727726713776 140727726712888 5406823 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 33873920 140727726720007 140727726720089 140727726720089 140727726723014 0
/proc/1678/statm: 523613 22102 960 410 0 519086 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2094452 KiB
Current children cumulated memory: 88408 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.03 2.02 3/199 1679
/proc/meminfo: memFree=20402272/32770624 swapFree=66957812/67108860
[pid=1678] ppid=1675 vsize=2094452 memory=88416 CPUtime=12.69 cores=1,3,5,7
/proc/1678/stat : 1678 (xcsp_picat) R 1675 1678 32357 0 -1 4202496 20374 0 0 0 1267 2 0 0 20 0 1 0 527689171 2144718848 22104 33554432000 4194304 5870510 140727726713776 140727726713032 5478360 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 33873920 140727726720007 140727726720089 140727726720089 140727726723014 0
/proc/1678/statm: 523613 22104 960 410 0 519086 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2094452 KiB
Current children cumulated memory: 88416 KiB

[startup+25.5004 s]
/proc/loadavg: 2.00 2.03 2.02 3/199 1680
/proc/meminfo: memFree=20355416/32770624 swapFree=66957812/67108860
[pid=1678] ppid=1675 vsize=2136124 memory=131220 CPUtime=25.49 cores=1,3,5,7
/proc/1678/stat : 1678 (xcsp_picat) R 1675 1678 32357 0 -1 4202496 47596 0 0 0 2544 5 0 0 20 0 1 0 527689171 2187390976 32805 33554432000 4194304 5870510 140727726713776 140727726713096 5283135 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 33873920 140727726720007 140727726720089 140727726720089 140727726723014 0
/proc/1678/statm: 534031 32805 992 410 0 529504 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2136124 KiB
Current children cumulated memory: 131220 KiB

[startup+51.1097 s]
/proc/loadavg: 2.00 2.02 2.02 3/199 1682
/proc/meminfo: memFree=20370932/32770624 swapFree=66957812/67108860
[pid=1678] ppid=1675 vsize=2117424 memory=112792 CPUtime=51.11 cores=1,3,5,7
/proc/1678/stat : 1678 (xcsp_picat) R 1675 1678 32357 0 -1 4202496 58184 0 0 0 5104 7 0 0 20 0 1 0 527689171 2168242176 28198 33554432000 4194304 5870510 140727726713776 140727726712792 5282606 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 33873920 140727726720007 140727726720089 140727726720089 140727726723014 0
/proc/1678/statm: 529356 28198 992 410 0 524829 0
Current children cumulated CPU time: 51.11 s
Current children cumulated vsize: 2117424 KiB
Current children cumulated memory: 112792 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.02 2.02 3/200 1687
/proc/meminfo: memFree=20326452/32770624 swapFree=66957812/67108860
[pid=1678] ppid=1675 vsize=2178764 memory=149656 CPUtime=102.3 cores=1,3,5,7
/proc/1678/stat : 1678 (xcsp_picat) R 1675 1678 32357 0 -1 4202496 81355 0 0 0 10221 9 0 0 20 0 1 0 527689171 2231054336 37414 33554432000 4194304 5870510 140727726713776 140727726712216 5283106 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 33873920 140727726720007 140727726720089 140727726720089 140727726723014 0
/proc/1678/statm: 544691 37414 992 410 0 540164 0
Current children cumulated CPU time: 102.3 s
Current children cumulated vsize: 2178764 KiB
Current children cumulated memory: 149656 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/200 1691
/proc/meminfo: memFree=20288964/32770624 swapFree=66957812/67108860
[pid=1678] ppid=1675 vsize=2178764 memory=175860 CPUtime=162.31 cores=1,3,5,7
/proc/1678/stat : 1678 (xcsp_picat) R 1675 1678 32357 0 -1 4202496 93069 0 0 0 16221 10 0 0 20 0 1 0 527689171 2231054336 43965 33554432000 4194304 5870510 140727726713776 140727726712216 5282515 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 33873920 140727726720007 140727726720089 140727726720089 140727726723014 0
/proc/1678/statm: 544691 43965 992 410 0 540164 0
Current children cumulated CPU time: 162.31 s
Current children cumulated vsize: 2178764 KiB
Current children cumulated memory: 175860 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/200 1697
/proc/meminfo: memFree=20275404/32770624 swapFree=66957812/67108860
[pid=1678] ppid=1675 vsize=2190432 memory=188364 CPUtime=222.32 cores=1,3,5,7
/proc/1678/stat : 1678 (xcsp_picat) R 1675 1678 32357 0 -1 4202496 93477 0 0 0 22222 10 0 0 20 0 1 0 527689171 2243002368 47091 33554432000 4194304 5870510 140727726713776 140727726712344 5282606 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 33873920 140727726720007 140727726720089 140727726720089 140727726723014 0
/proc/1678/statm: 547608 47091 992 410 0 543081 0
Current children cumulated CPU time: 222.32 s
Current children cumulated vsize: 2190432 KiB
Current children cumulated memory: 188364 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/200 1701
/proc/meminfo: memFree=20275928/32770624 swapFree=66957812/67108860
[pid=1678] ppid=1675 vsize=2190432 memory=188568 CPUtime=282.33 cores=1,3,5,7
/proc/1678/stat : 1678 (xcsp_picat) R 1675 1678 32357 0 -1 4202496 104595 0 0 0 28222 11 0 0 20 0 1 0 527689171 2243002368 47142 33554432000 4194304 5870510 140727726713776 140727726712344 5308227 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 33873920 140727726720007 140727726720089 140727726720089 140727726723014 0
/proc/1678/statm: 547608 47142 992 410 0 543081 0
Current children cumulated CPU time: 282.33 s
Current children cumulated vsize: 2190432 KiB
Current children cumulated memory: 188568 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/199 1705
/proc/meminfo: memFree=20222760/32770624 swapFree=66957812/67108860
[pid=1678] ppid=1675 vsize=2190432 memory=189280 CPUtime=342.34 cores=1,3,5,7
/proc/1678/stat : 1678 (xcsp_picat) R 1675 1678 32357 0 -1 4202496 105296 0 0 0 34223 11 0 0 20 0 1 0 527689171 2243002368 47320 33554432000 4194304 5870510 140727726713776 140727726712344 5283024 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 33873920 140727726720007 140727726720089 140727726720089 140727726723014 0
/proc/1678/statm: 547608 47320 992 410 0 543081 0
Current children cumulated CPU time: 342.34 s
Current children cumulated vsize: 2190432 KiB
Current children cumulated memory: 189280 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/198 1711
/proc/meminfo: memFree=20237732/32770624 swapFree=66957812/67108860
[pid=1678] ppid=1675 vsize=2178760 memory=173736 CPUtime=402.34 cores=1,3,5,7
/proc/1678/stat : 1678 (xcsp_picat) R 1675 1678 32357 0 -1 4202496 106960 0 0 0 40222 12 0 0 20 0 1 0 527689171 2231050240 43434 33554432000 4194304 5870510 140727726713776 140727726712216 5282606 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 33873920 140727726720007 140727726720089 140727726720089 140727726723014 0
/proc/1678/statm: 544690 43434 992 410 0 540163 0
Current children cumulated CPU time: 402.34 s
Current children cumulated vsize: 2178760 KiB
Current children cumulated memory: 173736 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/198 1715
/proc/meminfo: memFree=20222280/32770624 swapFree=66957812/67108860
[pid=1678] ppid=1675 vsize=2190432 memory=188568 CPUtime=462.36 cores=1,3,5,7
/proc/1678/stat : 1678 (xcsp_picat) R 1675 1678 32357 0 -1 4202496 118675 0 0 0 46222 14 0 0 20 0 1 0 527689171 2243002368 47142 33554432000 4194304 5870510 140727726713776 140727726712344 5281782 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 33873920 140727726720007 140727726720089 140727726720089 140727726723014 0
/proc/1678/statm: 547608 47142 992 410 0 543081 0
Current children cumulated CPU time: 462.36 s
Current children cumulated vsize: 2190432 KiB
Current children cumulated memory: 188568 KiB


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

/proc/1678/statm: 560652 61854 992 410 0 556125 0
Current children cumulated CPU time: 1602.49 s
Current children cumulated vsize: 2242608 KiB
Current children cumulated memory: 247416 KiB

[startup+1662.3 s]
/proc/loadavg: 1.00 1.18 1.58 2/191 1872
/proc/meminfo: memFree=25841328/32770624 swapFree=66957812/67108860
[pid=1678] ppid=1675 vsize=2242608 memory=247416 CPUtime=1662.49 cores=1,3,5,7
/proc/1678/stat : 1678 (xcsp_picat) R 1675 1678 32357 0 -1 4202496 161376 0 0 0 166222 27 0 0 20 0 1 0 527689171 2296430592 61854 33554432000 4194304 5870510 140727726713776 140727726712344 5288833 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 33873920 140727726720007 140727726720089 140727726720089 140727726723014 0
/proc/1678/statm: 560652 61854 992 410 0 556125 0
Current children cumulated CPU time: 1662.49 s
Current children cumulated vsize: 2242608 KiB
Current children cumulated memory: 247416 KiB

[startup+1722.3 s]
/proc/loadavg: 1.00 1.14 1.54 2/191 1876
/proc/meminfo: memFree=25841576/32770624 swapFree=66957812/67108860
[pid=1678] ppid=1675 vsize=2242608 memory=247416 CPUtime=1722.5 cores=1,3,5,7
/proc/1678/stat : 1678 (xcsp_picat) R 1675 1678 32357 0 -1 4202496 161376 0 0 0 172223 27 0 0 20 0 1 0 527689171 2296430592 61854 33554432000 4194304 5870510 140727726713776 140727726712344 5262918 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 33873920 140727726720007 140727726720089 140727726720089 140727726723014 0
/proc/1678/statm: 560652 61854 992 410 0 556125 0
Current children cumulated CPU time: 1722.5 s
Current children cumulated vsize: 2242608 KiB
Current children cumulated memory: 247416 KiB

[startup+1782.3 s]
/proc/loadavg: 1.00 1.12 1.51 2/191 1880
/proc/meminfo: memFree=25841344/32770624 swapFree=66957812/67108860
[pid=1678] ppid=1675 vsize=2242608 memory=247416 CPUtime=1782.51 cores=1,3,5,7
/proc/1678/stat : 1678 (xcsp_picat) R 1675 1678 32357 0 -1 4202496 164556 0 0 0 178224 27 0 0 20 0 1 0 527689171 2296430592 61854 33554432000 4194304 5870510 140727726713776 140727726712344 5282759 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 33873920 140727726720007 140727726720089 140727726720089 140727726723014 0
/proc/1678/statm: 560652 61854 992 410 0 556125 0
Current children cumulated CPU time: 1782.51 s
Current children cumulated vsize: 2242608 KiB
Current children cumulated memory: 247416 KiB

[startup+1842.3 s]
/proc/loadavg: 1.00 1.10 1.48 2/192 1897
/proc/meminfo: memFree=25840756/32770624 swapFree=66957812/67108860
[pid=1678] ppid=1675 vsize=2242608 memory=247416 CPUtime=1842.51 cores=1,3,5,7
/proc/1678/stat : 1678 (xcsp_picat) R 1675 1678 32357 0 -1 4202496 165011 0 0 0 184224 27 0 0 20 0 1 0 527689171 2296430592 61854 33554432000 4194304 5870510 140727726713776 140727726712344 5283072 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 33873920 140727726720007 140727726720089 140727726720089 140727726723014 0
/proc/1678/statm: 560652 61854 992 410 0 556125 0
Current children cumulated CPU time: 1842.51 s
Current children cumulated vsize: 2242608 KiB
Current children cumulated memory: 247416 KiB

[startup+1902.3 s]
/proc/loadavg: 1.00 1.08 1.45 2/192 1901
/proc/meminfo: memFree=25840120/32770624 swapFree=66957812/67108860
[pid=1678] ppid=1675 vsize=2242608 memory=247416 CPUtime=1902.52 cores=1,3,5,7
/proc/1678/stat : 1678 (xcsp_picat) R 1675 1678 32357 0 -1 4202496 165290 0 0 0 190225 27 0 0 20 0 1 0 527689171 2296430592 61854 33554432000 4194304 5870510 140727726713776 140727726712344 139644220545272 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 33873920 140727726720007 140727726720089 140727726720089 140727726723014 0
/proc/1678/statm: 560652 61854 992 410 0 556125 0
Current children cumulated CPU time: 1902.52 s
Current children cumulated vsize: 2242608 KiB
Current children cumulated memory: 247416 KiB

[startup+1962.3 s]
/proc/loadavg: 1.00 1.06 1.42 2/192 1905
/proc/meminfo: memFree=25841088/32770624 swapFree=66957812/67108860
[pid=1678] ppid=1675 vsize=2242608 memory=247416 CPUtime=1962.53 cores=1,3,5,7
/proc/1678/stat : 1678 (xcsp_picat) R 1675 1678 32357 0 -1 4202496 165291 0 0 0 196226 27 0 0 20 0 1 0 527689171 2296430592 61854 33554432000 4194304 5870510 140727726713776 140727726712344 5283087 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 33873920 140727726720007 140727726720089 140727726720089 140727726723014 0
/proc/1678/statm: 560652 61854 992 410 0 556125 0
Current children cumulated CPU time: 1962.53 s
Current children cumulated vsize: 2242608 KiB
Current children cumulated memory: 247416 KiB

[startup+2022.3 s]
/proc/loadavg: 1.00 1.05 1.39 2/192 1911
/proc/meminfo: memFree=25840992/32770624 swapFree=66957812/67108860
[pid=1678] ppid=1675 vsize=2242608 memory=247416 CPUtime=2022.54 cores=1,3,5,7
/proc/1678/stat : 1678 (xcsp_picat) R 1675 1678 32357 0 -1 4202496 168529 0 0 0 202226 28 0 0 20 0 1 0 527689171 2296430592 61854 33554432000 4194304 5870510 140727726713776 140727726712344 139644220545040 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 33873920 140727726720007 140727726720089 140727726720089 140727726723014 0
/proc/1678/statm: 560652 61854 992 410 0 556125 0
Current children cumulated CPU time: 2022.54 s
Current children cumulated vsize: 2242608 KiB
Current children cumulated memory: 247416 KiB

[startup+2082.3 s]
/proc/loadavg: 1.00 1.04 1.37 2/192 1915
/proc/meminfo: memFree=25841316/32770624 swapFree=66957812/67108860
[pid=1678] ppid=1675 vsize=2242608 memory=247416 CPUtime=2082.55 cores=1,3,5,7
/proc/1678/stat : 1678 (xcsp_picat) R 1675 1678 32357 0 -1 4202496 168533 0 0 0 208227 28 0 0 20 0 1 0 527689171 2296430592 61854 33554432000 4194304 5870510 140727726713776 140727726712344 139644220546096 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 33873920 140727726720007 140727726720089 140727726720089 140727726723014 0
/proc/1678/statm: 560652 61854 992 410 0 556125 0
Current children cumulated CPU time: 2082.55 s
Current children cumulated vsize: 2242608 KiB
Current children cumulated memory: 247416 KiB

[startup+2142.3 s]
/proc/loadavg: 1.00 1.04 1.35 2/191 1919
/proc/meminfo: memFree=25841960/32770624 swapFree=66957812/67108860
[pid=1678] ppid=1675 vsize=2242608 memory=247416 CPUtime=2142.55 cores=1,3,5,7
/proc/1678/stat : 1678 (xcsp_picat) R 1675 1678 32357 0 -1 4202496 168941 0 0 0 214227 28 0 0 20 0 1 0 527689171 2296430592 61854 33554432000 4194304 5870510 140727726713776 140727726712344 5282606 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 33873920 140727726720007 140727726720089 140727726720089 140727726723014 0
/proc/1678/statm: 560652 61854 992 410 0 556125 0
Current children cumulated CPU time: 2142.55 s
Current children cumulated vsize: 2242608 KiB
Current children cumulated memory: 247416 KiB

[startup+2202.3 s]
/proc/loadavg: 1.00 1.03 1.32 2/191 1925
/proc/meminfo: memFree=25841196/32770624 swapFree=66957812/67108860
[pid=1678] ppid=1675 vsize=2242608 memory=247416 CPUtime=2202.56 cores=1,3,5,7
/proc/1678/stat : 1678 (xcsp_picat) R 1675 1678 32357 0 -1 4202496 169202 0 0 0 220228 28 0 0 20 0 1 0 527689171 2296430592 61854 33554432000 4194304 5870510 140727726713776 140727726712344 5272581 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 33873920 140727726720007 140727726720089 140727726720089 140727726723014 0
/proc/1678/statm: 560652 61854 992 410 0 556125 0
Current children cumulated CPU time: 2202.56 s
Current children cumulated vsize: 2242608 KiB
Current children cumulated memory: 247416 KiB

[startup+2262.3 s]
/proc/loadavg: 1.00 1.02 1.30 2/191 1929
/proc/meminfo: memFree=25841372/32770624 swapFree=66957812/67108860
[pid=1678] ppid=1675 vsize=2242608 memory=247416 CPUtime=2262.58 cores=1,3,5,7
/proc/1678/stat : 1678 (xcsp_picat) R 1675 1678 32357 0 -1 4202496 172828 0 0 0 226229 29 0 0 20 0 1 0 527689171 2296430592 61854 33554432000 4194304 5870510 140727726713776 140727726712344 5282464 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 33873920 140727726720007 140727726720089 140727726720089 140727726723014 0
/proc/1678/statm: 560652 61854 992 410 0 556125 0
Current children cumulated CPU time: 2262.58 s
Current children cumulated vsize: 2242608 KiB
Current children cumulated memory: 247416 KiB

[startup+2322.3 s]
/proc/loadavg: 1.00 1.02 1.29 2/191 1933
/proc/meminfo: memFree=25841788/32770624 swapFree=66957812/67108860
[pid=1678] ppid=1675 vsize=2242608 memory=247416 CPUtime=2322.58 cores=1,3,5,7
/proc/1678/stat : 1678 (xcsp_picat) R 1675 1678 32357 0 -1 4202496 172906 0 0 0 232229 29 0 0 20 0 1 0 527689171 2296430592 61854 33554432000 4194304 5870510 140727726713776 140727726712344 5282505 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 33873920 140727726720007 140727726720089 140727726720089 140727726723014 0
/proc/1678/statm: 560652 61854 992 410 0 556125 0
Current children cumulated CPU time: 2322.58 s
Current children cumulated vsize: 2242608 KiB
Current children cumulated memory: 247416 KiB

[startup+2382.3 s]
/proc/loadavg: 1.00 1.01 1.27 2/191 1939
/proc/meminfo: memFree=25841996/32770624 swapFree=66957812/67108860
[pid=1678] ppid=1675 vsize=2242608 memory=247416 CPUtime=2382.59 cores=1,3,5,7
/proc/1678/stat : 1678 (xcsp_picat) R 1675 1678 32357 0 -1 4202496 173112 0 0 0 238230 29 0 0 20 0 1 0 527689171 2296430592 61854 33554432000 4194304 5870510 140727726713776 140727726712344 5308227 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 33873920 140727726720007 140727726720089 140727726720089 140727726723014 0
/proc/1678/statm: 560652 61854 992 410 0 556125 0
Current children cumulated CPU time: 2382.59 s
Current children cumulated vsize: 2242608 KiB
Current children cumulated memory: 247416 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2399.8 s]
/proc/loadavg: 1.00 1.01 1.26 2/191 1947
/proc/meminfo: memFree=25841516/32770624 swapFree=66957812/67108860
[pid=1678] ppid=1675 vsize=2242608 memory=247416 CPUtime=2400.09 cores=1,3,5,7
/proc/1678/stat : 1678 (xcsp_picat) R 1675 1678 32357 0 -1 4202496 173112 0 0 0 239980 29 0 0 20 0 1 0 527689171 2296430592 61854 33554432000 4194304 5870510 140727726713776 140727726712344 5282578 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 33873920 140727726720007 140727726720089 140727726720089 140727726723014 0
/proc/1678/statm: 560652 61854 992 410 0 556125 0
Current children cumulated CPU time: 2400.09 s
Current children cumulated vsize: 2242608 KiB
Current children cumulated memory: 247416 KiB

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

[startup+2399.8 s]
# the end of solver process 1678 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2399.81 s, system=0.293038 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): 2399.8
CPU time (s): 2400.1
CPU user time (s): 2399.81
CPU system time (s): 0.293038
CPU usage (%): 100.012
Max. virtual memory (cumulated for all children) (KiB): 2242612
Max. memory (cumulated for all children) (KiB): 247416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.81
system time used= 0.293038
maximum resident set size= 256696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 173112
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= 23
involuntary context switches= 649


# summary of solver processes directly reported to runsolver:
#   pid: 1678
#   total CPU time (s): 2400.1
#   total CPU user time (s): 2399.81
#   total CPU system time (s): 0.293038

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.55139 second user time and 17.8246 second system time

The end

Launcher Data

Begin job on node105 at 2019-09-26 17:10:13
IDJOB=4407891
IDBENCH=141153
IDSOLVER=2873
FILE ID=node105/4407891-1569514315
RUNJOBID= node105-1569505940-32389
PBS_JOBID= 21705800
Free space on /var/tmp= 13172 MiB

SOLVER NAME= PicatSAT 2019-09-12
BENCH NAME= XCSP18/Auction/Auction-sum/Auction-sum-decay500_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4407891-1569514315/watcher-4407891-1569514315 -o /var/tmp/evaluation-result-4407891-1569514315/solver-4407891-1569514315 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node105-1569505940-32389 --watchdog 2560  xcsp_picat HOME/instance-4407891-1569514315.xml

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

MD5SUM BENCH= d1d7e4f351cab0858660dafd89ccc193
RANDOM SEED=474039543

node105.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.00
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.00
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.00
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.00
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:        20487980 kB
MemAvailable:   26193136 kB
Buffers:          163576 kB
Cached:          5688176 kB
SwapCached:        48112 kB
Active:          8444320 kB
Inactive:        3036396 kB
Active(anon):    5596860 kB
Inactive(anon):   103288 kB
Active(file):    2847460 kB
Inactive(file):  2933108 kB
Unevictable:      110920 kB
Mlocked:          110920 kB
SwapTotal:      67108860 kB
SwapFree:       66957812 kB
Dirty:              3140 kB
Writeback:             0 kB
AnonPages:       5693180 kB
Mapped:            24400 kB
Shmem:             62560 kB
Slab:             382080 kB
SReclaimable:     353048 kB
SUnreclaim:        29032 kB
KernelStack:        3520 kB
PageTables:        16400 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7960104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4511744 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13176 MiB
End job on node105 at 2019-09-26 17:50:13