Trace number 4309860

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 2018-08-14? (TO) 2520.06 2519.9

General information on the benchmark

NameAuction/Auction-sum/
Auction-sum-decay100_c18.xml
MD5SUMd8b461fac2d17be3b89e017753091d4e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark750618
Best CPU time to get the best result obtained on this benchmark2520.06
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints100
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2000}]
Minimum variable degree2
Maximum variable degree27
Distribution of variable degrees[{"degree":2,"count":100},{"degree":3,"count":416},{"degree":4,"count":329},{"degree":5,"count":277},{"degree":6,"count":189},{"degree":7,"count":160},{"degree":8,"count":116},{"degree":9,"count":93},{"degree":10,"count":77},{"degree":11,"count":48},{"degree":12,"count":46},{"degree":13,"count":35},{"degree":14,"count":25},{"degree":15,"count":17},{"degree":16,"count":13},{"degree":17,"count":17},{"degree":18,"count":7},{"degree":19,"count":5},{"degree":20,"count":7},{"degree":21,"count":7},{"degree":22,"count":3},{"degree":23,"count":3},{"degree":24,"count":1},{"degree":25,"count":4},{"degree":26,"count":3},{"degree":27,"count":2}]
Minimum constraint arity83
Maximum constraint arity128
Distribution of constraint arities[{"arity":83,"count":1},{"arity":85,"count":1},{"arity":86,"count":3},{"arity":87,"count":1},{"arity":88,"count":1},{"arity":89,"count":2},{"arity":90,"count":1},{"arity":92,"count":2},{"arity":93,"count":1},{"arity":94,"count":2},{"arity":95,"count":2},{"arity":96,"count":3},{"arity":97,"count":3},{"arity":98,"count":4},{"arity":99,"count":1},{"arity":100,"count":3},{"arity":101,"count":5},{"arity":102,"count":4},{"arity":103,"count":4},{"arity":104,"count":4},{"arity":105,"count":7},{"arity":106,"count":6},{"arity":107,"count":6},{"arity":108,"count":1},{"arity":109,"count":4},{"arity":110,"count":3},{"arity":111,"count":2},{"arity":112,"count":2},{"arity":113,"count":1},{"arity":114,"count":2},{"arity":115,"count":2},{"arity":116,"count":3},{"arity":118,"count":1},{"arity":119,"count":2},{"arity":120,"count":2},{"arity":121,"count":2},{"arity":122,"count":2},{"arity":123,"count":1},{"arity":126,"count":1},{"arity":128,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":100}]
Optimization problemYES
Type of objectivemax 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 (13084 MiB free)
  memory of node 1: 16384 MiB (13396 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309860-1534296432/watcher-4309860-1534296432 -o /tmp/evaluation-result-4309860-1534296432/solver-4309860-1534296432 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534293911-23504 --watchdog 2580 xcsp_picat HOME/instance-4309860-1534296432.xml 

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

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


[startup+0.100204 s]*
/proc/loadavg: 2.00 2.00 1.94 4/188 23749
/proc/meminfo: memFree=27067096/32770624 swapFree=67108804/67108860
[pid=23748] ppid=23741 vsize=2025744 memory=31264 CPUtime=0.1 cores=0,2,4,6
/proc/23748/stat : 23748 (xcsp_picat) R 23741 23748 23473 0 -1 4202496 1368 0 0 0 10 0 0 0 20 0 1 0 247206352 2074361856 7816 33554432000 4194304 5849940 140725358167440 140725358167440 4828969 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 31916032 140725358171318 140725358171396 140725358171396 140725358174154 0
/proc/23748/statm: 506436 7816 632 405 0 503380 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 31264 KiB

[startup+0.209933 s]*
/proc/loadavg: 2.00 2.00 1.94 5/188 23749
/proc/meminfo: memFree=27045336/32770624 swapFree=67108804/67108860
[pid=23748] ppid=23741 vsize=2025744 memory=33788 CPUtime=0.21 cores=0,2,4,6
/proc/23748/stat : 23748 (xcsp_picat) R 23741 23748 23473 0 -1 4202496 1460 0 0 0 21 0 0 0 20 0 1 0 247206352 2074361856 8447 33554432000 4194304 5849940 140725358167440 140725358166680 140314825108627 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 31916032 140725358171318 140725358171396 140725358171396 140725358174154 0
/proc/23748/statm: 506436 8447 712 405 0 503380 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 33788 KiB

[startup+0.309789 s]*
/proc/loadavg: 2.00 2.00 1.94 4/188 23749
/proc/meminfo: memFree=27036028/32770624 swapFree=67108804/67108860
[pid=23748] ppid=23741 vsize=2025744 memory=33788 CPUtime=0.31 cores=0,2,4,6
/proc/23748/stat : 23748 (xcsp_picat) R 23741 23748 23473 0 -1 4202496 1461 0 0 0 31 0 0 0 20 0 1 0 247206352 2074361856 8447 33554432000 4194304 5849940 140725358167440 140725358166680 5606384 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 31916032 140725358171318 140725358171396 140725358171396 140725358174154 0
/proc/23748/statm: 506436 8447 712 405 0 503380 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 33788 KiB

[startup+0.70035 s]
/proc/loadavg: 2.00 2.00 1.94 4/188 23749
/proc/meminfo: memFree=27033920/32770624 swapFree=67108804/67108860
[pid=23748] ppid=23741 vsize=2025880 memory=33788 CPUtime=0.69 cores=0,2,4,6
/proc/23748/stat : 23748 (xcsp_picat) R 23741 23748 23473 0 -1 4202496 1482 0 0 0 69 0 0 0 20 0 1 0 247206352 2074501120 8447 33554432000 4194304 5849940 140725358167440 140725358166536 5473111 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 31916032 140725358171318 140725358171396 140725358171396 140725358174154 0
/proc/23748/statm: 506470 8447 712 405 0 503414 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2025880 KiB
Current children cumulated memory: 33788 KiB

[startup+1.50035 s]
/proc/loadavg: 2.00 2.00 1.94 4/188 23749
/proc/meminfo: memFree=27033920/32770624 swapFree=67108804/67108860
[pid=23748] ppid=23741 vsize=2025880 memory=33788 CPUtime=1.49 cores=0,2,4,6
/proc/23748/stat : 23748 (xcsp_picat) R 23741 23748 23473 0 -1 4202496 1482 0 0 0 149 0 0 0 20 0 1 0 247206352 2074501120 8447 33554432000 4194304 5849940 140725358167440 140725358166536 5521648 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 31916032 140725358171318 140725358171396 140725358171396 140725358174154 0
/proc/23748/statm: 506470 8447 712 405 0 503414 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2025880 KiB
Current children cumulated memory: 33788 KiB

[startup+3.10934 s]
/proc/loadavg: 2.00 2.00 1.94 4/188 23749
/proc/meminfo: memFree=27037520/32770624 swapFree=67108804/67108860
[pid=23748] ppid=23741 vsize=2025976 memory=34040 CPUtime=3.1 cores=0,2,4,6
/proc/23748/stat : 23748 (xcsp_picat) R 23741 23748 23473 0 -1 4202496 1626 0 0 0 310 0 0 0 20 0 1 0 247206352 2074599424 8510 33554432000 4194304 5849940 140725358167440 140725358166536 5521660 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 31916032 140725358171318 140725358171396 140725358171396 140725358174154 0
/proc/23748/statm: 506494 8510 713 405 0 503438 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2025976 KiB
Current children cumulated memory: 34040 KiB

[startup+6.30034 s]
/proc/loadavg: 2.00 2.00 1.94 4/188 23749
/proc/meminfo: memFree=27032468/32770624 swapFree=67108804/67108860
[pid=23748] ppid=23741 vsize=2025976 memory=34120 CPUtime=6.29 cores=0,2,4,6
/proc/23748/stat : 23748 (xcsp_picat) R 23741 23748 23473 0 -1 4202496 1738 0 0 0 629 0 0 0 20 0 1 0 247206352 2074599424 8530 33554432000 4194304 5849940 140725358167440 140725358166536 5606435 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 31916032 140725358171318 140725358171396 140725358171396 140725358174154 0
/proc/23748/statm: 506494 8530 713 405 0 503438 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2025976 KiB
Current children cumulated memory: 34120 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.94 4/188 23749
/proc/meminfo: memFree=27026596/32770624 swapFree=67108804/67108860
[pid=23748] ppid=23741 vsize=2025976 memory=34120 CPUtime=12.69 cores=0,2,4,6
/proc/23748/stat : 23748 (xcsp_picat) R 23741 23748 23473 0 -1 4202496 1883 0 0 0 1269 0 0 0 20 0 1 0 247206352 2074599424 8530 33554432000 4194304 5849940 140725358167440 140725358166536 5606416 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 31916032 140725358171318 140725358171396 140725358171396 140725358174154 0
/proc/23748/statm: 506494 8530 713 405 0 503438 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2025976 KiB
Current children cumulated memory: 34120 KiB

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 1.94 4/188 23749
/proc/meminfo: memFree=26992988/32770624 swapFree=67108804/67108860
[pid=23748] ppid=23741 vsize=2062536 memory=70688 CPUtime=25.49 cores=0,2,4,6
/proc/23748/stat : 23748 (xcsp_picat) R 23741 23748 23473 0 -1 4202496 20810 0 0 0 2544 5 0 0 20 0 1 0 247206352 2112036864 17672 33554432000 4194304 5849940 140725358167440 140725358166440 5437819 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 31916032 140725358171318 140725358171396 140725358171396 140725358174154 0
/proc/23748/statm: 515634 17672 748 405 0 512578 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2062536 KiB
Current children cumulated memory: 70688 KiB

[startup+51.1099 s]
/proc/loadavg: 2.00 2.00 1.95 4/188 23750
/proc/meminfo: memFree=26986256/32770624 swapFree=67108804/67108860
[pid=23748] ppid=23741 vsize=2068356 memory=75112 CPUtime=51.1 cores=0,2,4,6
/proc/23748/stat : 23748 (xcsp_picat) R 23741 23748 23473 0 -1 4202496 31309 0 0 0 5096 14 0 0 20 0 1 0 247206352 2117996544 18778 33554432000 4194304 5849940 140725358167440 140725358166440 140314825854855 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 31916032 140725358171318 140725358171396 140725358171396 140725358174154 0
/proc/23748/statm: 517089 18778 748 405 0 514033 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2068356 KiB
Current children cumulated memory: 75112 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 1.95 4/188 23751
/proc/meminfo: memFree=26937752/32770624 swapFree=67108804/67108860
[pid=23748] ppid=23741 vsize=2098840 memory=105636 CPUtime=102.3 cores=0,2,4,6
/proc/23748/stat : 23748 (xcsp_picat) R 23741 23748 23473 0 -1 4202496 42479 0 0 0 10201 29 0 0 20 0 1 0 247206352 2149212160 26409 33554432000 4194304 5849940 140725358167440 140725358166440 5312632 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 31916032 140725358171318 140725358171396 140725358171396 140725358174154 0
/proc/23748/statm: 524710 26409 748 405 0 521654 0
Current children cumulated CPU time: 102.3 s
Current children cumulated vsize: 2098840 KiB
Current children cumulated memory: 105636 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.95 4/188 23752
/proc/meminfo: memFree=26937252/32770624 swapFree=67108804/67108860
[pid=23748] ppid=23741 vsize=2098668 memory=105464 CPUtime=162.3 cores=0,2,4,6
/proc/23748/stat : 23748 (xcsp_picat) R 23741 23748 23473 0 -1 4202496 51922 0 0 0 16185 45 0 0 20 0 1 0 247206352 2149036032 26366 33554432000 4194304 5849940 140725358167440 140725358166440 5438600 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 31916032 140725358171318 140725358171396 140725358171396 140725358174154 0
/proc/23748/statm: 524667 26366 748 405 0 521611 0
Current children cumulated CPU time: 162.3 s
Current children cumulated vsize: 2098668 KiB
Current children cumulated memory: 105464 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.95 4/188 23758
/proc/meminfo: memFree=26903724/32770624 swapFree=67108804/67108860
[pid=23748] ppid=23741 vsize=2131300 memory=138096 CPUtime=222.31 cores=0,2,4,6
/proc/23748/stat : 23748 (xcsp_picat) R 23741 23748 23473 0 -1 4202496 62043 0 0 0 22166 65 0 0 20 0 1 0 247206352 2182451200 34524 33554432000 4194304 5849940 140725358167440 140725358166440 140314825854855 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 31916032 140725358171318 140725358171396 140725358171396 140725358174154 0
/proc/23748/statm: 532825 34524 748 405 0 529769 0
Current children cumulated CPU time: 222.31 s
Current children cumulated vsize: 2131300 KiB
Current children cumulated memory: 138096 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.95 4/188 23759
/proc/meminfo: memFree=26903848/32770624 swapFree=67108804/67108860
[pid=23748] ppid=23741 vsize=2131300 memory=138096 CPUtime=282.31 cores=0,2,4,6
/proc/23748/stat : 23748 (xcsp_picat) R 23741 23748 23473 0 -1 4202496 62183 0 0 0 28154 77 0 0 20 0 1 0 247206352 2182451200 34524 33554432000 4194304 5849940 140725358167440 140725358166440 5438474 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 31916032 140725358171318 140725358171396 140725358171396 140725358174154 0
/proc/23748/statm: 532825 34524 748 405 0 529769 0
Current children cumulated CPU time: 282.31 s
Current children cumulated vsize: 2131300 KiB
Current children cumulated memory: 138096 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.95 4/188 23760
/proc/meminfo: memFree=26877672/32770624 swapFree=67108804/67108860
[pid=23748] ppid=23741 vsize=2153628 memory=154396 CPUtime=342.31 cores=0,2,4,6
/proc/23748/stat : 23748 (xcsp_picat) R 23741 23748 23473 0 -1 4202496 76721 0 0 0 34139 92 0 0 20 0 1 0 247206352 2205315072 38599 33554432000 4194304 5849940 140725358167440 140725358166440 5397547 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 31916032 140725358171318 140725358171396 140725358171396 140725358174154 0
/proc/23748/statm: 538407 38599 748 405 0 535351 0
Current children cumulated CPU time: 342.31 s
Current children cumulated vsize: 2153628 KiB
Current children cumulated memory: 154396 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.95 4/188 23761
/proc/meminfo: memFree=26876432/32770624 swapFree=67108804/67108860
[pid=23748] ppid=23741 vsize=2153752 memory=154396 CPUtime=402.32 cores=0,2,4,6
/proc/23748/stat : 23748 (xcsp_picat) R 23741 23748 23473 0 -1 4202496 76767 0 0 0 40125 107 0 0 20 0 1 0 247206352 2205442048 38599 33554432000 4194304 5849940 140725358167440 140725358166440 5438288 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 31916032 140725358171318 140725358171396 140725358171396 140725358174154 0
/proc/23748/statm: 538438 38599 748 405 0 535382 0
Current children cumulated CPU time: 402.32 s
Current children cumulated vsize: 2153752 KiB
Current children cumulated memory: 154396 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.95 4/188 23762
/proc/meminfo: memFree=26876432/32770624 swapFree=67108804/67108860
[pid=23748] ppid=23741 vsize=2153628 memory=154396 CPUtime=462.32 cores=0,2,4,6
/proc/23748/stat : 23748 (xcsp_picat) R 23741 23748 23473 0 -1 4202496 76808 0 0 0 46114 118 0 0 20 0 1 0 247206352 2205315072 38599 33554432000 4194304 5849940 140725358167440 140725358166440 5339145 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 31916032 140725358171318 140725358171396 140725358171396 140725358174154 0
/proc/23748/statm: 538407 38599 748 405 0 535351 0
Current children cumulated CPU time: 462.32 s
Current children cumulated vsize: 2153628 KiB
Current children cumulated memory: 154396 KiB


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

/proc/23748/statm: 546357 49556 748 405 0 543301 0
Current children cumulated CPU time: 1782.39 s
Current children cumulated vsize: 2185428 KiB
Current children cumulated memory: 198224 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.03 2.05 4/186 23841
/proc/meminfo: memFree=26705208/32770624 swapFree=67108804/67108860
[pid=23748] ppid=23741 vsize=2247528 memory=260332 CPUtime=1842.39 cores=0,2,4,6
/proc/23748/stat : 23748 (xcsp_picat) R 23741 23748 23473 0 -1 4202496 144941 0 0 0 183838 401 0 0 20 0 1 0 247206352 2301468672 65083 33554432000 4194304 5849940 140725358167440 140725358166440 5437906 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 31916032 140725358171318 140725358171396 140725358171396 140725358174154 0
/proc/23748/statm: 561882 65083 748 405 0 558826 0
Current children cumulated CPU time: 1842.39 s
Current children cumulated vsize: 2247528 KiB
Current children cumulated memory: 260332 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.02 2.05 4/187 23844
/proc/meminfo: memFree=26687376/32770624 swapFree=67108804/67108860
[pid=23748] ppid=23741 vsize=2263736 memory=276680 CPUtime=1902.4 cores=0,2,4,6
/proc/23748/stat : 23748 (xcsp_picat) R 23741 23748 23473 0 -1 4202496 146046 0 0 0 189830 410 0 0 20 0 1 0 247206352 2318065664 69170 33554432000 4194304 5849940 140725358167440 140725358166440 5437906 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 31916032 140725358171318 140725358171396 140725358171396 140725358174154 0
/proc/23748/statm: 565934 69170 748 405 0 562878 0
Current children cumulated CPU time: 1902.4 s
Current children cumulated vsize: 2263736 KiB
Current children cumulated memory: 276680 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.02 2.05 4/187 23845
/proc/meminfo: memFree=26738552/32770624 swapFree=67108804/67108860
[pid=23748] ppid=23741 vsize=2213480 memory=226228 CPUtime=1962.4 cores=0,2,4,6
/proc/23748/stat : 23748 (xcsp_picat) R 23741 23748 23473 0 -1 4202496 148709 0 0 0 195818 422 0 0 20 0 1 0 247206352 2266603520 56557 33554432000 4194304 5849940 140725358167440 140725358166440 5438016 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 31916032 140725358171318 140725358171396 140725358171396 140725358174154 0
/proc/23748/statm: 553370 56557 748 405 0 550314 0
Current children cumulated CPU time: 1962.4 s
Current children cumulated vsize: 2213480 KiB
Current children cumulated memory: 226228 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 4/187 23853
/proc/meminfo: memFree=26721236/32770624 swapFree=67108804/67108860
[pid=23748] ppid=23741 vsize=2230536 memory=243524 CPUtime=2022.41 cores=0,2,4,6
/proc/23748/stat : 23748 (xcsp_picat) R 23741 23748 23473 0 -1 4202496 155688 0 0 0 201807 434 0 0 20 0 1 0 247206352 2284068864 60881 33554432000 4194304 5849940 140725358167440 140725358166440 5335737 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 31916032 140725358171318 140725358171396 140725358171396 140725358174154 0
/proc/23748/statm: 557634 60881 748 405 0 554578 0
Current children cumulated CPU time: 2022.41 s
Current children cumulated vsize: 2230536 KiB
Current children cumulated memory: 243524 KiB

[startup+2082.3 s]
/proc/loadavg: 2.12 2.04 2.05 4/188 23877
/proc/meminfo: memFree=26703624/32770624 swapFree=67108804/67108860
[pid=23748] ppid=23741 vsize=2241520 memory=254508 CPUtime=2082.41 cores=0,2,4,6
/proc/23748/stat : 23748 (xcsp_picat) R 23741 23748 23473 0 -1 4202496 156175 0 0 0 207799 442 0 0 20 0 1 0 247206352 2295316480 63627 33554432000 4194304 5849940 140725358167440 140725358166600 5438489 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 31916032 140725358171318 140725358171396 140725358171396 140725358174154 0
/proc/23748/statm: 560380 63627 748 405 0 557324 0
Current children cumulated CPU time: 2082.41 s
Current children cumulated vsize: 2241520 KiB
Current children cumulated memory: 254508 KiB

[startup+2142.3 s]
/proc/loadavg: 2.04 2.04 2.05 4/188 23878
/proc/meminfo: memFree=26699592/32770624 swapFree=67108804/67108860
[pid=23748] ppid=23741 vsize=2241520 memory=254508 CPUtime=2142.42 cores=0,2,4,6
/proc/23748/stat : 23748 (xcsp_picat) R 23741 23748 23473 0 -1 4202496 162678 0 0 0 213791 451 0 0 20 0 1 0 247206352 2295316480 63627 33554432000 4194304 5849940 140725358167440 140725358166440 5339651 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 31916032 140725358171318 140725358171396 140725358171396 140725358174154 0
/proc/23748/statm: 560380 63627 748 405 0 557324 0
Current children cumulated CPU time: 2142.42 s
Current children cumulated vsize: 2241520 KiB
Current children cumulated memory: 254508 KiB

[startup+2202.3 s]
/proc/loadavg: 2.02 2.03 2.05 4/188 23879
/proc/meminfo: memFree=26664220/32770624 swapFree=67108804/67108860
[pid=23748] ppid=23741 vsize=2277628 memory=290616 CPUtime=2202.42 cores=0,2,4,6
/proc/23748/stat : 23748 (xcsp_picat) R 23741 23748 23473 0 -1 4202496 164091 0 0 0 219782 460 0 0 20 0 1 0 247206352 2332291072 72654 33554432000 4194304 5849940 140725358167440 140725358166440 5438288 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 31916032 140725358171318 140725358171396 140725358171396 140725358174154 0
/proc/23748/statm: 569407 72654 748 405 0 566351 0
Current children cumulated CPU time: 2202.42 s
Current children cumulated vsize: 2277628 KiB
Current children cumulated memory: 290616 KiB

[startup+2262.3 s]
/proc/loadavg: 2.01 2.03 2.05 4/188 23880
/proc/meminfo: memFree=26645712/32770624 swapFree=67108804/67108860
[pid=23748] ppid=23741 vsize=2296420 memory=309408 CPUtime=2262.42 cores=0,2,4,6
/proc/23748/stat : 23748 (xcsp_picat) R 23741 23748 23473 0 -1 4202496 164963 0 0 0 225775 467 0 0 20 0 1 0 247206352 2351534080 77352 33554432000 4194304 5849940 140725358167440 140725358166440 5437837 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 31916032 140725358171318 140725358171396 140725358171396 140725358174154 0
/proc/23748/statm: 574105 77352 748 405 0 571049 0
Current children cumulated CPU time: 2262.42 s
Current children cumulated vsize: 2296420 KiB
Current children cumulated memory: 309408 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.02 2.05 4/188 23881
/proc/meminfo: memFree=26602552/32770624 swapFree=67108804/67108860
[pid=23748] ppid=23741 vsize=2339240 memory=352044 CPUtime=2322.43 cores=0,2,4,6
/proc/23748/stat : 23748 (xcsp_picat) R 23741 23748 23473 0 -1 4202496 179840 0 0 0 231766 477 0 0 20 0 1 0 247206352 2395381760 88011 33554432000 4194304 5849940 140725358167440 140725358166440 5437815 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 31916032 140725358171318 140725358171396 140725358171396 140725358174154 0
/proc/23748/statm: 584810 88011 748 405 0 581754 0
Current children cumulated CPU time: 2322.43 s
Current children cumulated vsize: 2339240 KiB
Current children cumulated memory: 352044 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 4/187 23882
/proc/meminfo: memFree=26631144/32770624 swapFree=67108804/67108860
[pid=23748] ppid=23741 vsize=2310944 memory=323932 CPUtime=2382.44 cores=0,2,4,6
/proc/23748/stat : 23748 (xcsp_picat) R 23741 23748 23473 0 -1 4202496 201177 0 0 0 237757 487 0 0 20 0 1 0 247206352 2366406656 80983 33554432000 4194304 5849940 140725358167440 140725358166440 5437906 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 31916032 140725358171318 140725358171396 140725358171396 140725358174154 0
/proc/23748/statm: 577736 80983 748 405 0 574680 0
Current children cumulated CPU time: 2382.44 s
Current children cumulated vsize: 2310944 KiB
Current children cumulated memory: 323932 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 4/187 23883
/proc/meminfo: memFree=26719272/32770624 swapFree=67108804/67108860
[pid=23748] ppid=23741 vsize=2222668 memory=235656 CPUtime=2442.44 cores=0,2,4,6
/proc/23748/stat : 23748 (xcsp_picat) R 23741 23748 23473 0 -1 4202496 209906 0 0 0 243747 497 0 0 20 0 1 0 247206352 2276012032 58914 33554432000 4194304 5849940 140725358167440 140725358166440 5339958 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 31916032 140725358171318 140725358171396 140725358171396 140725358174154 0
/proc/23748/statm: 555667 58914 748 405 0 552611 0
Current children cumulated CPU time: 2442.44 s
Current children cumulated vsize: 2222668 KiB
Current children cumulated memory: 235656 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 4/187 23884
/proc/meminfo: memFree=26712000/32770624 swapFree=67108804/67108860
[pid=23748] ppid=23741 vsize=2229440 memory=242392 CPUtime=2502.45 cores=0,2,4,6
/proc/23748/stat : 23748 (xcsp_picat) R 23741 23748 23473 0 -1 4202496 211687 0 0 0 249738 507 0 0 20 0 1 0 247206352 2282946560 60598 33554432000 4194304 5849940 140725358167440 140725358166440 5437949 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 31916032 140725358171318 140725358171396 140725358171396 140725358174154 0
/proc/23748/statm: 557360 60598 748 405 0 554304 0
Current children cumulated CPU time: 2502.45 s
Current children cumulated vsize: 2229440 KiB
Current children cumulated memory: 242392 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2519.9 s]
/proc/loadavg: 2.00 2.01 2.05 4/187 23884
/proc/meminfo: memFree=26712124/32770624 swapFree=67108804/67108860
[pid=23748] ppid=23741 vsize=2229440 memory=242428 CPUtime=2520.05 cores=0,2,4,6
/proc/23748/stat : 23748 (xcsp_picat) R 23741 23748 23473 0 -1 4202496 219636 0 0 0 251495 510 0 0 20 0 1 0 247206352 2282946560 60607 33554432000 4194304 5849940 140725358167440 140725358166440 5437768 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 31916032 140725358171318 140725358171396 140725358171396 140725358174154 0
/proc/23748/statm: 557360 60607 748 405 0 554304 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 2229440 KiB
Current children cumulated memory: 242428 KiB

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

[startup+2519.9 s]
# the end of solver process 23748 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.95 s, system=5.10635 s

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

[startup+2519.9 s]
/proc/loadavg: 2.00 2.01 2.05 4/187 23884
/proc/meminfo: memFree=26712124/32770624 swapFree=67108804/67108860
[pid=23748] ppid=23741 vsize=2229440 memory=242428 CPUtime=2520.05 cores=0,2,4,6
/proc/23748/stat : 23748 (xcsp_picat) R 23741 23748 23473 0 -1 4202496 219636 0 0 0 251495 510 0 0 20 0 1 0 247206352 2282946560 60607 33554432000 4194304 5849940 140725358167440 140725358166440 5437768 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 31916032 140725358171318 140725358171396 140725358171396 140725358174154 0
/proc/23748/statm: 557360 60607 748 405 0 554304 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 2229440 KiB
Current children cumulated memory: 242428 KiB

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2519.9
CPU time (s): 2520.06
CPU user time (s): 2514.95
CPU system time (s): 5.10635
CPU usage (%): 100.006
Max. virtual memory (cumulated for all children) (KiB): 2339240
Max. memory (cumulated for all children) (KiB): 352212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.95
system time used= 5.10635
maximum resident set size= 352212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 219636
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= 24
involuntary context switches= 1220


# summary of solver processes directly reported to runsolver:
#   pid: 23748
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2514.95
#   total CPU system time (s): 5.10635

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.4722 second user time and 14.9436 second system time

The end

Launcher Data

Begin job on node105 at 2018-08-15 03:27:12
IDJOB=4309860
IDBENCH=141145
IDSOLVER=2794
FILE ID=node105/4309860-1534296432
RUNJOBID= node105-1534293911-23504
PBS_JOBID= 21038146
Free space on /tmp= 44288 MiB

SOLVER NAME= PicatSAT 2018-08-14
BENCH NAME= XCSP18/Auction/Auction-sum/Auction-sum-decay100_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309860-1534296432/watcher-4309860-1534296432 -o /tmp/evaluation-result-4309860-1534296432/solver-4309860-1534296432 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534293911-23504 --watchdog 2580  xcsp_picat HOME/instance-4309860-1534296432.xml

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

MD5SUM BENCH= d8b461fac2d17be3b89e017753091d4e
RANDOM SEED=1934204095

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.32
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.32
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.32
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.32
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:        27122240 kB
MemAvailable:   31904208 kB
Buffers:          208464 kB
Cached:          4841192 kB
SwapCached:           16 kB
Active:          2087740 kB
Inactive:        3015080 kB
Active(anon):       4484 kB
Inactive(anon):   108680 kB
Active(file):    2083256 kB
Inactive(file):  2906400 kB
Unevictable:        7356 kB
Mlocked:            7356 kB
SwapTotal:      67108860 kB
SwapFree:       67108804 kB
Dirty:              6220 kB
Writeback:             0 kB
AnonPages:        121904 kB
Mapped:            53784 kB
Shmem:             57972 kB
Slab:             243956 kB
SReclaimable:     216296 kB
SUnreclaim:        27660 kB
KernelStack:        3376 kB
PageTables:         5084 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     360720 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44284 MiB
End job on node105 at 2018-08-15 04:09:12