Trace number 4303509

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-02? (TO) 2520 2520.02

General information on the benchmark

NameAuction/Auction-cnt/
Auction-cnt-decay100_c18.xml
MD5SUM229d8d70b2521f5ebfd70fdb2bbdf7b3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark759775
Best CPU time to get the best result obtained on this benchmark2520.05
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":"count","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 (2095 MiB free)
  memory of node 1: 16384 MiB (2616 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4303509-1533998750/watcher-4303509-1533998750 -o /tmp/evaluation-result-4303509-1533998750/solver-4303509-1533998750 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1533993611-5740 --watchdog 2580 xcsp_picat HOME/instance-4303509-1533998750.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=6519, runsolver pid=6516

[startup+0.100526 s]*
/proc/loadavg: 2.00 2.00 1.97 3/187 6520
/proc/meminfo: memFree=4801172/32770624 swapFree=67108860/67108860
[pid=6519] ppid=6516 vsize=2025744 memory=27228 CPUtime=0.09 cores=0,2,4,6
/proc/6519/stat : 6519 (xcsp_picat) R 6516 6519 5709 0 -1 4202496 1852 0 0 0 9 0 0 0 20 0 1 0 217438236 2074361856 6807 33554432000 4194304 5849708 140723079102336 140723079101640 5035680 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 39723008 140723079107766 140723079107844 140723079107844 140723079110602 0
/proc/6519/statm: 506436 6807 626 405 0 503381 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 27228 KiB

[startup+0.209603 s]*
/proc/loadavg: 2.00 2.00 1.97 3/187 6520
/proc/meminfo: memFree=4778068/32770624 swapFree=67108860/67108860
[pid=6519] ppid=6516 vsize=2025744 memory=50356 CPUtime=0.2 cores=0,2,4,6
/proc/6519/stat : 6519 (xcsp_picat) R 6516 6519 5709 0 -1 4202496 2013 0 0 0 20 0 0 0 20 0 1 0 217438236 2074361856 12589 33554432000 4194304 5849708 140723079102336 140723079101640 5618606 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 39723008 140723079107766 140723079107844 140723079107844 140723079110602 0
/proc/6519/statm: 506436 12589 715 405 0 503381 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 50356 KiB

[startup+0.309448 s]*
/proc/loadavg: 2.00 2.00 1.97 3/187 6520
/proc/meminfo: memFree=4777840/32770624 swapFree=67108860/67108860
[pid=6519] ppid=6516 vsize=2025744 memory=50356 CPUtime=0.3 cores=0,2,4,6
/proc/6519/stat : 6519 (xcsp_picat) R 6516 6519 5709 0 -1 4202496 2024 0 0 0 30 0 0 0 20 0 1 0 217438236 2074361856 12589 33554432000 4194304 5849708 140723079102336 140723079101640 139670579785607 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 39723008 140723079107766 140723079107844 140723079107844 140723079110602 0
/proc/6519/statm: 506436 12589 715 405 0 503381 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 50356 KiB

[startup+0.700238 s]
/proc/loadavg: 2.00 2.00 1.97 3/187 6520
/proc/meminfo: memFree=4777880/32770624 swapFree=67108860/67108860
[pid=6519] ppid=6516 vsize=2025880 memory=50356 CPUtime=0.68 cores=0,2,4,6
/proc/6519/stat : 6519 (xcsp_picat) R 6516 6519 5709 0 -1 4202496 2046 0 0 0 68 0 0 0 20 0 1 0 217438236 2074501120 12589 33554432000 4194304 5849708 140723079102336 140723079101576 5471903 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 39723008 140723079107766 140723079107844 140723079107844 140723079110602 0
/proc/6519/statm: 506470 12589 715 405 0 503415 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2025880 KiB
Current children cumulated memory: 50356 KiB

[startup+1.50024 s]
/proc/loadavg: 2.00 2.00 1.97 3/187 6520
/proc/meminfo: memFree=4774160/32770624 swapFree=67108860/67108860
[pid=6519] ppid=6516 vsize=2025880 memory=50356 CPUtime=1.48 cores=0,2,4,6
/proc/6519/stat : 6519 (xcsp_picat) R 6516 6519 5709 0 -1 4202496 2046 0 0 0 148 0 0 0 20 0 1 0 217438236 2074501120 12589 33554432000 4194304 5849708 140723079102336 140723079101432 5473309 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 39723008 140723079107766 140723079107844 140723079107844 140723079110602 0
/proc/6519/statm: 506470 12589 715 405 0 503415 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2025880 KiB
Current children cumulated memory: 50356 KiB

[startup+3.10888 s]
/proc/loadavg: 2.00 2.00 1.97 3/187 6520
/proc/meminfo: memFree=4778516/32770624 swapFree=67108860/67108860
[pid=6519] ppid=6516 vsize=2025976 memory=50608 CPUtime=3.09 cores=0,2,4,6
/proc/6519/stat : 6519 (xcsp_picat) R 6516 6519 5709 0 -1 4202496 2207 0 0 0 309 0 0 0 20 0 1 0 217438236 2074599424 12652 33554432000 4194304 5849708 140723079102336 140723079101432 5472783 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 39723008 140723079107766 140723079107844 140723079107844 140723079110602 0
/proc/6519/statm: 506494 12652 716 405 0 503439 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2025976 KiB
Current children cumulated memory: 50608 KiB

[startup+6.30021 s]
/proc/loadavg: 2.00 2.00 1.97 3/187 6520
/proc/meminfo: memFree=4778516/32770624 swapFree=67108860/67108860
[pid=6519] ppid=6516 vsize=2025976 memory=50688 CPUtime=6.28 cores=0,2,4,6
/proc/6519/stat : 6519 (xcsp_picat) R 6516 6519 5709 0 -1 4202496 2332 0 0 0 628 0 0 0 20 0 1 0 217438236 2074599424 12672 33554432000 4194304 5849708 140723079102336 140723079101432 5473306 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 39723008 140723079107766 140723079107844 140723079107844 140723079110602 0
/proc/6519/statm: 506494 12672 716 405 0 503439 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 2025976 KiB
Current children cumulated memory: 50688 KiB

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 1.97 3/187 6520
/proc/meminfo: memFree=4776460/32770624 swapFree=67108860/67108860
[pid=6519] ppid=6516 vsize=2025976 memory=50688 CPUtime=12.68 cores=0,2,4,6
/proc/6519/stat : 6519 (xcsp_picat) R 6516 6519 5709 0 -1 4202496 2492 0 0 0 1268 0 0 0 20 0 1 0 217438236 2074599424 12672 33554432000 4194304 5849708 140723079102336 140723079101432 5472347 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 39723008 140723079107766 140723079107844 140723079107844 140723079110602 0
/proc/6519/statm: 506494 12672 716 405 0 503439 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 2025976 KiB
Current children cumulated memory: 50688 KiB

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.97 3/187 6520
/proc/meminfo: memFree=4736396/32770624 swapFree=67108860/67108860
[pid=6519] ppid=6516 vsize=2062776 memory=87504 CPUtime=25.48 cores=0,2,4,6
/proc/6519/stat : 6519 (xcsp_picat) R 6516 6519 5709 0 -1 4202496 22142 0 0 0 2543 5 0 0 20 0 1 0 217438236 2112282624 21876 33554432000 4194304 5849708 140723079102336 140723079101336 5353735 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 39723008 140723079107766 140723079107844 140723079107844 140723079110602 0
/proc/6519/statm: 515694 21876 751 405 0 512639 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 2062776 KiB
Current children cumulated memory: 87504 KiB

[startup+51.1097 s]
/proc/loadavg: 1.94 1.98 1.96 3/187 6520
/proc/meminfo: memFree=4713640/32770624 swapFree=67108860/67108860
[pid=6519] ppid=6516 vsize=2065912 memory=90204 CPUtime=51.09 cores=0,2,4,6
/proc/6519/stat : 6519 (xcsp_picat) R 6516 6519 5709 0 -1 4202496 32306 0 0 0 5096 13 0 0 20 0 1 0 217438236 2115493888 22551 33554432000 4194304 5849708 140723079102336 140723079101336 5437824 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 39723008 140723079107766 140723079107844 140723079107844 140723079110602 0
/proc/6519/statm: 516478 22551 751 405 0 513423 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 2065912 KiB
Current children cumulated memory: 90204 KiB

[startup+102.3 s]
/proc/loadavg: 1.97 1.99 1.96 3/187 6521
/proc/meminfo: memFree=4677460/32770624 swapFree=67108860/67108860
[pid=6519] ppid=6516 vsize=2096028 memory=116660 CPUtime=102.28 cores=0,2,4,6
/proc/6519/stat : 6519 (xcsp_picat) R 6516 6519 5709 0 -1 4202496 43071 0 0 0 10201 27 0 0 20 0 1 0 217438236 2146332672 29165 33554432000 4194304 5849708 140723079102336 140723079100984 4205748 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 39723008 140723079107766 140723079107844 140723079107844 140723079110602 0
/proc/6519/statm: 524007 29165 751 405 0 520952 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 2096028 KiB
Current children cumulated memory: 116660 KiB

[startup+162.3 s]
/proc/loadavg: 1.99 1.99 1.96 3/187 6522
/proc/meminfo: memFree=4604632/32770624 swapFree=67108860/67108860
[pid=6519] ppid=6516 vsize=2142568 memory=159484 CPUtime=162.28 cores=0,2,4,6
/proc/6519/stat : 6519 (xcsp_picat) R 6516 6519 5709 0 -1 4202496 54618 0 0 0 16185 43 0 0 20 0 1 0 217438236 2193989632 39871 33554432000 4194304 5849708 140723079102336 140723079101336 139670579785607 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 39723008 140723079107766 140723079107844 140723079107844 140723079110602 0
/proc/6519/statm: 535642 39871 751 405 0 532587 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 2142568 KiB
Current children cumulated memory: 159484 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 1.99 1.96 3/187 6523
/proc/meminfo: memFree=4597000/32770624 swapFree=67108860/67108860
[pid=6519] ppid=6516 vsize=2142568 memory=159484 CPUtime=222.29 cores=0,2,4,6
/proc/6519/stat : 6519 (xcsp_picat) R 6516 6519 5709 0 -1 4202496 63831 0 0 0 22171 58 0 0 20 0 1 0 217438236 2193989632 39871 33554432000 4194304 5849708 140723079102336 140723079101336 5437632 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 39723008 140723079107766 140723079107844 140723079107844 140723079110602 0
/proc/6519/statm: 535642 39871 751 405 0 532587 0
Current children cumulated CPU time: 222.29 s
Current children cumulated vsize: 2142568 KiB
Current children cumulated memory: 159484 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 1.99 1.96 3/187 6531
/proc/meminfo: memFree=4592104/32770624 swapFree=67108860/67108860
[pid=6519] ppid=6516 vsize=2144728 memory=163488 CPUtime=282.29 cores=0,2,4,6
/proc/6519/stat : 6519 (xcsp_picat) R 6516 6519 5709 0 -1 4202496 68160 0 0 0 28160 69 0 0 20 0 1 0 217438236 2196201472 40872 33554432000 4194304 5849708 140723079102336 140723079101336 139670579785607 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 39723008 140723079107766 140723079107844 140723079107844 140723079110602 0
/proc/6519/statm: 536182 40872 751 405 0 533127 0
Current children cumulated CPU time: 282.29 s
Current children cumulated vsize: 2144728 KiB
Current children cumulated memory: 163488 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 1.99 1.96 3/187 6532
/proc/meminfo: memFree=4569892/32770624 swapFree=67108860/67108860
[pid=6519] ppid=6516 vsize=2156576 memory=173932 CPUtime=342.28 cores=0,2,4,6
/proc/6519/stat : 6519 (xcsp_picat) R 6516 6519 5709 0 -1 4202496 79204 0 0 0 34144 84 0 0 20 0 1 0 217438236 2208333824 43483 33554432000 4194304 5849708 140723079102336 140723079101336 5385150 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 39723008 140723079107766 140723079107844 140723079107844 140723079110602 0
/proc/6519/statm: 539144 43483 751 405 0 536089 0
Current children cumulated CPU time: 342.28 s
Current children cumulated vsize: 2156576 KiB
Current children cumulated memory: 173932 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 1.99 1.96 3/187 6533
/proc/meminfo: memFree=4571380/32770624 swapFree=67108860/67108860
[pid=6519] ppid=6516 vsize=2154240 memory=171596 CPUtime=402.29 cores=0,2,4,6
/proc/6519/stat : 6519 (xcsp_picat) R 6516 6519 5709 0 -1 4202496 81532 0 0 0 40133 96 0 0 20 0 1 0 217438236 2205941760 42899 33554432000 4194304 5849708 140723079102336 140723079101336 139670579785607 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 39723008 140723079107766 140723079107844 140723079107844 140723079110602 0
/proc/6519/statm: 538560 42899 751 405 0 535505 0
Current children cumulated CPU time: 402.29 s
Current children cumulated vsize: 2154240 KiB
Current children cumulated memory: 171596 KiB

[startup+462.3 s]
/proc/loadavg: 2.03 2.00 1.97 3/187 6534
/proc/meminfo: memFree=4567596/32770624 swapFree=67108860/67108860
[pid=6519] ppid=6516 vsize=2154236 memory=175688 CPUtime=462.28 cores=0,2,4,6
/proc/6519/stat : 6519 (xcsp_picat) R 6516 6519 5709 0 -1 4202496 91729 0 0 0 46119 109 0 0 20 0 1 0 217438236 2205937664 43922 33554432000 4194304 5849708 140723079102336 140723079101336 5437714 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 39723008 140723079107766 140723079107844 140723079107844 140723079110602 0
/proc/6519/statm: 538559 43922 751 405 0 535504 0
Current children cumulated CPU time: 462.28 s
Current children cumulated vsize: 2154236 KiB
Current children cumulated memory: 175688 KiB


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

/proc/6519/statm: 532542 39633 752 405 0 529487 0
Current children cumulated CPU time: 1722.28 s
Current children cumulated vsize: 2130168 KiB
Current children cumulated memory: 158532 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/187 6594
/proc/meminfo: memFree=4464840/32770624 swapFree=67108860/67108860
[pid=6519] ppid=6516 vsize=2150648 memory=172944 CPUtime=1782.28 cores=0,2,4,6
/proc/6519/stat : 6519 (xcsp_picat) R 6516 6519 5709 0 -1 4202496 220892 0 0 0 177792 436 0 0 20 0 1 0 217438236 2202263552 43236 33554432000 4194304 5849708 140723079102336 140723079101336 5437837 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 39723008 140723079107766 140723079107844 140723079107844 140723079110602 0
/proc/6519/statm: 537662 43236 752 405 0 534607 0
Current children cumulated CPU time: 1782.28 s
Current children cumulated vsize: 2150648 KiB
Current children cumulated memory: 172944 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/187 6595
/proc/meminfo: memFree=4488548/32770624 swapFree=67108860/67108860
[pid=6519] ppid=6516 vsize=2153408 memory=181656 CPUtime=1842.28 cores=0,2,4,6
/proc/6519/stat : 6519 (xcsp_picat) R 6516 6519 5709 0 -1 4202496 221595 0 0 0 183777 451 0 0 20 0 1 0 217438236 2205089792 45414 33554432000 4194304 5849708 140723079102336 140723079101336 139670579785607 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 39723008 140723079107766 140723079107844 140723079107844 140723079110602 0
/proc/6519/statm: 538352 45414 752 405 0 535297 0
Current children cumulated CPU time: 1842.28 s
Current children cumulated vsize: 2153408 KiB
Current children cumulated memory: 181656 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/187 6596
/proc/meminfo: memFree=4439992/32770624 swapFree=67108860/67108860
[pid=6519] ppid=6516 vsize=2149176 memory=177748 CPUtime=1902.28 cores=0,2,4,6
/proc/6519/stat : 6519 (xcsp_picat) R 6516 6519 5709 0 -1 4202496 235603 0 0 0 189760 468 0 0 20 0 1 0 217438236 2200756224 44437 33554432000 4194304 5849708 140723079102336 140723079101336 5437837 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 39723008 140723079107766 140723079107844 140723079107844 140723079110602 0
/proc/6519/statm: 537294 44437 752 405 0 534239 0
Current children cumulated CPU time: 1902.28 s
Current children cumulated vsize: 2149176 KiB
Current children cumulated memory: 177748 KiB

[startup+1962.3 s]
/proc/loadavg: 2.04 2.03 1.98 3/187 6597
/proc/meminfo: memFree=4400216/32770624 swapFree=67108860/67108860
[pid=6519] ppid=6516 vsize=2158664 memory=187032 CPUtime=1962.28 cores=0,2,4,6
/proc/6519/stat : 6519 (xcsp_picat) R 6516 6519 5709 0 -1 4202496 236933 0 0 0 195746 482 0 0 20 0 1 0 217438236 2210471936 46758 33554432000 4194304 5849708 140723079102336 140723079101336 139670579785607 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 39723008 140723079107766 140723079107844 140723079107844 140723079110602 0
/proc/6519/statm: 539666 46758 752 405 0 536611 0
Current children cumulated CPU time: 1962.28 s
Current children cumulated vsize: 2158664 KiB
Current children cumulated memory: 187032 KiB

[startup+2022.3 s]
/proc/loadavg: 2.01 2.02 1.98 3/187 6598
/proc/meminfo: memFree=4408724/32770624 swapFree=67108860/67108860
[pid=6519] ppid=6516 vsize=2180648 memory=209092 CPUtime=2022.28 cores=0,2,4,6
/proc/6519/stat : 6519 (xcsp_picat) R 6516 6519 5709 0 -1 4202496 250427 0 0 0 201728 500 0 0 20 0 1 0 217438236 2232983552 52273 33554432000 4194304 5849708 140723079102336 140723079101336 5335584 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 39723008 140723079107766 140723079107844 140723079107844 140723079110602 0
/proc/6519/statm: 545162 52273 752 405 0 542107 0
Current children cumulated CPU time: 2022.28 s
Current children cumulated vsize: 2180648 KiB
Current children cumulated memory: 209092 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/188 6607
/proc/meminfo: memFree=4452440/32770624 swapFree=67108860/67108860
[pid=6519] ppid=6516 vsize=2151656 memory=179868 CPUtime=2082.28 cores=0,2,4,6
/proc/6519/stat : 6519 (xcsp_picat) R 6516 6519 5709 0 -1 4202496 251380 0 0 0 207713 515 0 0 20 0 1 0 217438236 2203295744 44967 33554432000 4194304 5849708 140723079102336 140723079101048 139670579785607 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 39723008 140723079107766 140723079107844 140723079107844 140723079110602 0
/proc/6519/statm: 537914 44967 752 405 0 534859 0
Current children cumulated CPU time: 2082.28 s
Current children cumulated vsize: 2151656 KiB
Current children cumulated memory: 179868 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/188 6608
/proc/meminfo: memFree=4506528/32770624 swapFree=67108860/67108860
[pid=6519] ppid=6516 vsize=2134244 memory=162816 CPUtime=2142.28 cores=0,2,4,6
/proc/6519/stat : 6519 (xcsp_picat) R 6516 6519 5709 0 -1 4202496 265500 0 0 0 213696 532 0 0 20 0 1 0 217438236 2185465856 40704 33554432000 4194304 5849708 140723079102336 140723079101336 5437625 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 39723008 140723079107766 140723079107844 140723079107844 140723079110602 0
/proc/6519/statm: 533561 40704 752 405 0 530506 0
Current children cumulated CPU time: 2142.28 s
Current children cumulated vsize: 2134244 KiB
Current children cumulated memory: 162816 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/188 6609
/proc/meminfo: memFree=4421736/32770624 swapFree=67108860/67108860
[pid=6519] ppid=6516 vsize=2177664 memory=205856 CPUtime=2202.28 cores=0,2,4,6
/proc/6519/stat : 6519 (xcsp_picat) R 6516 6519 5709 0 -1 4202496 271555 0 0 0 219680 548 0 0 20 0 1 0 217438236 2229927936 51464 33554432000 4194304 5849708 140723079102336 140723079101336 139670579785607 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 39723008 140723079107766 140723079107844 140723079107844 140723079110602 0
/proc/6519/statm: 544416 51464 752 405 0 541361 0
Current children cumulated CPU time: 2202.28 s
Current children cumulated vsize: 2177664 KiB
Current children cumulated memory: 205856 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/188 6610
/proc/meminfo: memFree=4447120/32770624 swapFree=67108860/67108860
[pid=6519] ppid=6516 vsize=2184000 memory=212348 CPUtime=2262.28 cores=0,2,4,6
/proc/6519/stat : 6519 (xcsp_picat) R 6516 6519 5709 0 -1 4202496 287610 0 0 0 225664 564 0 0 20 0 1 0 217438236 2236416000 53087 33554432000 4194304 5849708 140723079102336 140723079101336 5321252 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 39723008 140723079107766 140723079107844 140723079107844 140723079110602 0
/proc/6519/statm: 546000 53087 752 405 0 542945 0
Current children cumulated CPU time: 2262.28 s
Current children cumulated vsize: 2184000 KiB
Current children cumulated memory: 212348 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/188 6611
/proc/meminfo: memFree=4455004/32770624 swapFree=67108860/67108860
[pid=6519] ppid=6516 vsize=2175036 memory=203480 CPUtime=2322.28 cores=0,2,4,6
/proc/6519/stat : 6519 (xcsp_picat) R 6516 6519 5709 0 -1 4202496 287615 0 0 0 231649 579 0 0 20 0 1 0 217438236 2227236864 50870 33554432000 4194304 5849708 140723079102336 140723079101336 139670579785607 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 39723008 140723079107766 140723079107844 140723079107844 140723079110602 0
/proc/6519/statm: 543759 50870 752 405 0 540704 0
Current children cumulated CPU time: 2322.28 s
Current children cumulated vsize: 2175036 KiB
Current children cumulated memory: 203480 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/187 6613
/proc/meminfo: memFree=4384028/32770624 swapFree=67108860/67108860
[pid=6519] ppid=6516 vsize=2215316 memory=243816 CPUtime=2382.28 cores=0,2,4,6
/proc/6519/stat : 6519 (xcsp_picat) R 6516 6519 5709 0 -1 4202496 304177 0 0 0 237632 596 0 0 20 0 1 0 217438236 2268483584 60954 33554432000 4194304 5849708 140723079102336 140723079101336 5438208 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 39723008 140723079107766 140723079107844 140723079107844 140723079110602 0
/proc/6519/statm: 553829 60954 752 405 0 550774 0
Current children cumulated CPU time: 2382.28 s
Current children cumulated vsize: 2215316 KiB
Current children cumulated memory: 243816 KiB

[startup+2442.3 s]
/proc/loadavg: 1.99 2.01 1.98 3/187 6675
/proc/meminfo: memFree=4549036/32770624 swapFree=67108860/67108860
[pid=6519] ppid=6516 vsize=2288340 memory=316784 CPUtime=2442.28 cores=0,2,4,6
/proc/6519/stat : 6519 (xcsp_picat) R 6516 6519 5709 0 -1 4202496 310566 0 0 0 243614 614 0 0 20 0 1 0 217438236 2343260160 79196 33554432000 4194304 5849708 140723079102336 140723079101336 139670579785607 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 39723008 140723079107766 140723079107844 140723079107844 140723079110602 0
/proc/6519/statm: 572085 79196 752 405 0 569030 0
Current children cumulated CPU time: 2442.28 s
Current children cumulated vsize: 2288340 KiB
Current children cumulated memory: 316784 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/187 6676
/proc/meminfo: memFree=4462164/32770624 swapFree=67108860/67108860
[pid=6519] ppid=6516 vsize=2281572 memory=309976 CPUtime=2502.28 cores=0,2,4,6
/proc/6519/stat : 6519 (xcsp_picat) R 6516 6519 5709 0 -1 4202496 331649 0 0 0 249595 633 0 0 20 0 1 0 217438236 2336329728 77494 33554432000 4194304 5849708 140723079102336 140723079101336 5437828 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 39723008 140723079107766 140723079107844 140723079107844 140723079110602 0
/proc/6519/statm: 570393 77494 752 405 0 567338 0
Current children cumulated CPU time: 2502.28 s
Current children cumulated vsize: 2281572 KiB
Current children cumulated memory: 309976 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 1.92 2.00 1.98 3/187 6737
/proc/meminfo: memFree=4556968/32770624 swapFree=67108860/67108860
[pid=6519] ppid=6516 vsize=2284600 memory=312932 CPUtime=2519.99 cores=0,2,4,6
/proc/6519/stat : 6519 (xcsp_picat) R 6516 6519 5709 0 -1 4202496 331926 0 0 0 251362 637 0 0 20 0 1 0 217438236 2339430400 78233 33554432000 4194304 5849708 140723079102336 140723079101336 139670579785607 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 39723008 140723079107766 140723079107844 140723079107844 140723079110602 0
/proc/6519/statm: 571150 78233 752 405 0 568095 0
Current children cumulated CPU time: 2519.99 s
Current children cumulated vsize: 2284600 KiB
Current children cumulated memory: 312932 KiB

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

[startup+2520.02 s]
# the end of solver process 6519 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2513.62 s, system=6.379 s

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2520.02
CPU time (s): 2520
CPU user time (s): 2513.62
CPU system time (s): 6.379
CPU usage (%): 99.9994
Max. virtual memory (cumulated for all children) (KiB): 2341452
Max. memory (cumulated for all children) (KiB): 369896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2513.62
system time used= 6.37901
maximum resident set size= 369896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 331926
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 4354


# summary of solver processes directly reported to runsolver:
#   pid: 6519
#   total CPU time (s): 2520
#   total CPU user time (s): 2513.62
#   total CPU system time (s): 6.379

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.06912 second user time and 21.4014 second system time

The end

Launcher Data

Begin job on node107 at 2018-08-11 16:45:50
IDJOB=4303509
IDBENCH=141157
IDSOLVER=2778
FILE ID=node107/4303509-1533998750
RUNJOBID= node107-1533993611-5740
PBS_JOBID= 21036955
Free space on /tmp= 39332 MiB

SOLVER NAME= PicatSAT 2018-08-02
BENCH NAME= XCSP18/Auction/Auction-cnt/Auction-cnt-decay100_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4303509-1533998750/watcher-4303509-1533998750 -o /tmp/evaluation-result-4303509-1533998750/solver-4303509-1533998750 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1533993611-5740 --watchdog 2580  xcsp_picat HOME/instance-4303509-1533998750.xml

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

MD5SUM BENCH= 229d8d70b2521f5ebfd70fdb2bbdf7b3
RANDOM SEED=842173725

node107.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.40
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.40
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.40
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.40
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:         4826056 kB
MemAvailable:   31828160 kB
Buffers:          278304 kB
Cached:         26619724 kB
SwapCached:            0 kB
Active:          9035376 kB
Inactive:       17994600 kB
Active(anon):      80240 kB
Inactive(anon):   103592 kB
Active(file):    8955136 kB
Inactive(file): 17891008 kB
Unevictable:        6976 kB
Mlocked:            6976 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3108 kB
Writeback:             0 kB
AnonPages:        138124 kB
Mapped:            63204 kB
Shmem:             49804 kB
Slab:             612948 kB
SReclaimable:     584420 kB
SUnreclaim:        28528 kB
KernelStack:        3360 kB
PageTables:         5892 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2424388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 39328 MiB
End job on node107 at 2018-08-11 17:27:51