Trace number 4303520

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) 2519.88 2520.02

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 (10907 MiB free)
  memory of node 1: 16384 MiB (6770 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4303520-1533998291/watcher-4303520-1533998291 -o /tmp/evaluation-result-4303520-1533998291/solver-4303520-1533998291 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1533991241-25512 --watchdog 2580 xcsp_picat HOME/instance-4303520-1533998291.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=26561, runsolver pid=26558

[startup+0.100216 s]*
/proc/loadavg: 2.00 2.02 2.05 3/190 26562
/proc/meminfo: memFree=18077676/32770624 swapFree=67108688/67108860
[pid=26561] ppid=26558 vsize=2025744 memory=33648 CPUtime=0.1 cores=0,2,4,6
/proc/26561/stat : 26561 (xcsp_picat) R 26558 26561 25480 0 -1 4202496 1971 0 0 0 10 0 0 0 20 0 1 0 217392284 2074361856 8412 33554432000 4194304 5849708 140727803664416 140727803664416 4931180 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 22282240 140727803667638 140727803667716 140727803667716 140727803670474 0
/proc/26561/statm: 506436 8412 626 405 0 503381 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 33648 KiB

[startup+0.209873 s]*
/proc/loadavg: 2.00 2.02 2.05 3/190 26562
/proc/meminfo: memFree=18069360/32770624 swapFree=67108688/67108860
[pid=26561] ppid=26558 vsize=2025744 memory=36212 CPUtime=0.21 cores=0,2,4,6
/proc/26561/stat : 26561 (xcsp_picat) R 26558 26561 25480 0 -1 4202496 2060 0 0 0 21 0 0 0 20 0 1 0 217392284 2074361856 9053 33554432000 4194304 5849708 140727803664416 140727803664416 139722257510279 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 22282240 140727803667638 140727803667716 140727803667716 140727803670474 0
/proc/26561/statm: 506436 9053 712 405 0 503381 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 36212 KiB

[startup+0.309758 s]*
/proc/loadavg: 2.00 2.02 2.05 3/190 26562
/proc/meminfo: memFree=18069360/32770624 swapFree=67108688/67108860
[pid=26561] ppid=26558 vsize=2025744 memory=36212 CPUtime=0.31 cores=0,2,4,6
/proc/26561/stat : 26561 (xcsp_picat) R 26558 26561 25480 0 -1 4202496 2065 0 0 0 31 0 0 0 20 0 1 0 217392284 2074361856 9053 33554432000 4194304 5849708 140727803664416 140727803664416 5606224 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 22282240 140727803667638 140727803667716 140727803667716 140727803670474 0
/proc/26561/statm: 506436 9053 712 405 0 503381 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 36212 KiB

[startup+0.700332 s]
/proc/loadavg: 2.00 2.02 2.05 3/190 26562
/proc/meminfo: memFree=18069360/32770624 swapFree=67108688/67108860
[pid=26561] ppid=26558 vsize=2025880 memory=36212 CPUtime=0.69 cores=0,2,4,6
/proc/26561/stat : 26561 (xcsp_picat) R 26558 26561 25480 0 -1 4202496 2086 0 0 0 69 0 0 0 20 0 1 0 217392284 2074501120 9053 33554432000 4194304 5849708 140727803664416 140727803664416 5605130 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 22282240 140727803667638 140727803667716 140727803667716 140727803670474 0
/proc/26561/statm: 506470 9053 712 405 0 503415 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2025880 KiB
Current children cumulated memory: 36212 KiB

[startup+1.50034 s]
/proc/loadavg: 2.00 2.02 2.05 3/190 26562
/proc/meminfo: memFree=18069392/32770624 swapFree=67108688/67108860
[pid=26561] ppid=26558 vsize=2025880 memory=36212 CPUtime=1.49 cores=0,2,4,6
/proc/26561/stat : 26561 (xcsp_picat) R 26558 26561 25480 0 -1 4202496 2086 0 0 0 149 0 0 0 20 0 1 0 217392284 2074501120 9053 33554432000 4194304 5849708 140727803664416 140727803663512 5606224 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 22282240 140727803667638 140727803667716 140727803667716 140727803670474 0
/proc/26561/statm: 506470 9053 712 405 0 503415 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2025880 KiB
Current children cumulated memory: 36212 KiB

[startup+3.10915 s]
/proc/loadavg: 2.00 2.02 2.05 3/190 26562
/proc/meminfo: memFree=18068992/32770624 swapFree=67108688/67108860
[pid=26561] ppid=26558 vsize=2025976 memory=36464 CPUtime=3.1 cores=0,2,4,6
/proc/26561/stat : 26561 (xcsp_picat) R 26558 26561 25480 0 -1 4202496 2247 0 0 0 310 0 0 0 20 0 1 0 217392284 2074599424 9116 33554432000 4194304 5849708 140727803664416 140727803663512 5472577 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 22282240 140727803667638 140727803667716 140727803667716 140727803670474 0
/proc/26561/statm: 506494 9116 713 405 0 503439 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2025976 KiB
Current children cumulated memory: 36464 KiB

[startup+6.30033 s]
/proc/loadavg: 2.00 2.02 2.05 3/190 26562
/proc/meminfo: memFree=18068012/32770624 swapFree=67108688/67108860
[pid=26561] ppid=26558 vsize=2025976 memory=36908 CPUtime=6.29 cores=0,2,4,6
/proc/26561/stat : 26561 (xcsp_picat) R 26558 26561 25480 0 -1 4202496 2356 0 0 0 629 0 0 0 20 0 1 0 217392284 2074599424 9227 33554432000 4194304 5849708 140727803664416 140727803663512 5521468 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 22282240 140727803667638 140727803667716 140727803667716 140727803670474 0
/proc/26561/statm: 506494 9227 713 405 0 503439 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2025976 KiB
Current children cumulated memory: 36908 KiB

[startup+12.7003 s]
/proc/loadavg: 2.01 2.02 2.05 3/190 26562
/proc/meminfo: memFree=18068392/32770624 swapFree=67108688/67108860
[pid=26561] ppid=26558 vsize=2025976 memory=36908 CPUtime=12.69 cores=0,2,4,6
/proc/26561/stat : 26561 (xcsp_picat) R 26558 26561 25480 0 -1 4202496 2497 0 0 0 1269 0 0 0 20 0 1 0 217392284 2074599424 9227 33554432000 4194304 5849708 140727803664416 140727803663512 5472531 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 22282240 140727803667638 140727803667716 140727803667716 140727803670474 0
/proc/26561/statm: 506494 9227 713 405 0 503439 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2025976 KiB
Current children cumulated memory: 36908 KiB

[startup+25.5004 s]
/proc/loadavg: 2.01 2.02 2.05 3/190 26562
/proc/meminfo: memFree=18031152/32770624 swapFree=67108688/67108860
[pid=26561] ppid=26558 vsize=2062536 memory=75324 CPUtime=25.49 cores=0,2,4,6
/proc/26561/stat : 26561 (xcsp_picat) R 26558 26561 25480 0 -1 4202496 21203 0 0 0 2544 5 0 0 20 0 1 0 217392284 2112036864 18831 33554432000 4194304 5849708 140727803664416 140727803663416 5437824 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 22282240 140727803667638 140727803667716 140727803667716 140727803670474 0
/proc/26561/statm: 515634 18831 748 405 0 512579 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2062536 KiB
Current children cumulated memory: 75324 KiB

[startup+51.1097 s]
/proc/loadavg: 2.01 2.01 2.05 3/190 26562
/proc/meminfo: memFree=18027164/32770624 swapFree=67108688/67108860
[pid=26561] ppid=26558 vsize=2068356 memory=79116 CPUtime=51.09 cores=0,2,4,6
/proc/26561/stat : 26561 (xcsp_picat) R 26558 26561 25480 0 -1 4202496 32001 0 0 0 5095 14 0 0 20 0 1 0 217392284 2117996544 19779 33554432000 4194304 5849708 140727803664416 140727803663416 139722257510279 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 22282240 140727803667638 140727803667716 140727803667716 140727803670474 0
/proc/26561/statm: 517089 19779 748 405 0 514034 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 2068356 KiB
Current children cumulated memory: 79116 KiB

[startup+102.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/190 26563
/proc/meminfo: memFree=17972004/32770624 swapFree=67108688/67108860
[pid=26561] ppid=26558 vsize=2098840 memory=109640 CPUtime=102.29 cores=0,2,4,6
/proc/26561/stat : 26561 (xcsp_picat) R 26558 26561 25480 0 -1 4202496 44834 0 0 0 10200 29 0 0 20 0 1 0 217392284 2149212160 27410 33554432000 4194304 5849708 140727803664416 140727803663416 5339726 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 22282240 140727803667638 140727803667716 140727803667716 140727803670474 0
/proc/26561/statm: 524710 27410 748 405 0 521655 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 2098840 KiB
Current children cumulated memory: 109640 KiB

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/191 26572
/proc/meminfo: memFree=18025260/32770624 swapFree=67108688/67108860
[pid=26561] ppid=26558 vsize=2098668 memory=109468 CPUtime=162.28 cores=0,2,4,6
/proc/26561/stat : 26561 (xcsp_picat) R 26558 26561 25480 0 -1 4202496 55029 0 0 0 16182 46 0 0 20 0 1 0 217392284 2149036032 27367 33554432000 4194304 5849708 140727803664416 140727803663416 5437828 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 22282240 140727803667638 140727803667716 140727803667716 140727803670474 0
/proc/26561/statm: 524667 27367 748 405 0 521612 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 2098668 KiB
Current children cumulated memory: 109468 KiB

[startup+222.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/192 26574
/proc/meminfo: memFree=17990276/32770624 swapFree=67108688/67108860
[pid=26561] ppid=26558 vsize=2131300 memory=144148 CPUtime=222.28 cores=0,2,4,6
/proc/26561/stat : 26561 (xcsp_picat) R 26558 26561 25480 0 -1 4202496 65977 0 0 0 22165 63 0 0 20 0 1 0 217392284 2182451200 36037 33554432000 4194304 5849708 140727803664416 140727803663416 5437647 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 22282240 140727803667638 140727803667716 140727803667716 140727803670474 0
/proc/26561/statm: 532825 36037 748 405 0 529770 0
Current children cumulated CPU time: 222.28 s
Current children cumulated vsize: 2131300 KiB
Current children cumulated memory: 144148 KiB

[startup+282.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/192 26575
/proc/meminfo: memFree=17990368/32770624 swapFree=67108688/67108860
[pid=26561] ppid=26558 vsize=2131300 memory=144148 CPUtime=282.28 cores=0,2,4,6
/proc/26561/stat : 26561 (xcsp_picat) R 26558 26561 25480 0 -1 4202496 77273 0 0 0 28150 78 0 0 20 0 1 0 217392284 2182451200 36037 33554432000 4194304 5849708 140727803664416 140727803663416 139722257510279 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 22282240 140727803667638 140727803667716 140727803667716 140727803670474 0
/proc/26561/statm: 532825 36037 748 405 0 529770 0
Current children cumulated CPU time: 282.28 s
Current children cumulated vsize: 2131300 KiB
Current children cumulated memory: 144148 KiB

[startup+342.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/192 26576
/proc/meminfo: memFree=17909328/32770624 swapFree=67108688/67108860
[pid=26561] ppid=26558 vsize=2153628 memory=160448 CPUtime=342.27 cores=0,2,4,6
/proc/26561/stat : 26561 (xcsp_picat) R 26558 26561 25480 0 -1 4202496 80015 0 0 0 34136 91 0 0 20 0 1 0 217392284 2205315072 40112 33554432000 4194304 5849708 140727803664416 140727803663064 139722257098690 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 22282240 140727803667638 140727803667716 140727803667716 140727803670474 0
/proc/26561/statm: 538407 40112 748 405 0 535352 0
Current children cumulated CPU time: 342.27 s
Current children cumulated vsize: 2153628 KiB
Current children cumulated memory: 160448 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/192 26577
/proc/meminfo: memFree=17909496/32770624 swapFree=67108688/67108860
[pid=26561] ppid=26558 vsize=2153752 memory=160572 CPUtime=402.27 cores=0,2,4,6
/proc/26561/stat : 26561 (xcsp_picat) R 26558 26561 25480 0 -1 4202496 89159 0 0 0 40123 104 0 0 20 0 1 0 217392284 2205442048 40143 33554432000 4194304 5849708 140727803664416 140727803663416 139722257510279 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 22282240 140727803667638 140727803667716 140727803667716 140727803670474 0
/proc/26561/statm: 538438 40143 748 405 0 535383 0
Current children cumulated CPU time: 402.27 s
Current children cumulated vsize: 2153752 KiB
Current children cumulated memory: 160572 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 26578
/proc/meminfo: memFree=17909592/32770624 swapFree=67108688/67108860
[pid=26561] ppid=26558 vsize=2153628 memory=160448 CPUtime=462.26 cores=0,2,4,6
/proc/26561/stat : 26561 (xcsp_picat) R 26558 26561 25480 0 -1 4202496 92033 0 0 0 46108 118 0 0 20 0 1 0 217392284 2205315072 40112 33554432000 4194304 5849708 140727803664416 140727803663416 5339709 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 22282240 140727803667638 140727803667716 140727803667716 140727803670474 0
/proc/26561/statm: 538407 40112 748 405 0 535352 0
Current children cumulated CPU time: 462.26 s
Current children cumulated vsize: 2153628 KiB
Current children cumulated memory: 160448 KiB


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

/proc/26561/statm: 544963 48211 748 405 0 541908 0
Current children cumulated CPU time: 1722.19 s
Current children cumulated vsize: 2179852 KiB
Current children cumulated memory: 192844 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 26703
/proc/meminfo: memFree=17979264/32770624 swapFree=67108688/67108860
[pid=26561] ppid=26558 vsize=2179852 memory=192844 CPUtime=1782.2 cores=0,2,4,6
/proc/26561/stat : 26561 (xcsp_picat) R 26558 26561 25480 0 -1 4202496 253385 0 0 0 177809 411 0 0 20 0 1 0 217392284 2232168448 48211 33554432000 4194304 5849708 140727803664416 140727803663416 5437625 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 22282240 140727803667638 140727803667716 140727803667716 140727803670474 0
/proc/26561/statm: 544963 48211 748 405 0 541908 0
Current children cumulated CPU time: 1782.2 s
Current children cumulated vsize: 2179852 KiB
Current children cumulated memory: 192844 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 26704
/proc/meminfo: memFree=17937108/32770624 swapFree=67108688/67108860
[pid=26561] ppid=26558 vsize=2185544 memory=198536 CPUtime=1842.19 cores=0,2,4,6
/proc/26561/stat : 26561 (xcsp_picat) R 26558 26561 25480 0 -1 4202496 267992 0 0 0 183798 421 0 0 20 0 1 0 217392284 2237997056 49634 33554432000 4194304 5849708 140727803664416 140727803663416 5339504 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 22282240 140727803667638 140727803667716 140727803667716 140727803670474 0
/proc/26561/statm: 546386 49634 748 405 0 543331 0
Current children cumulated CPU time: 1842.19 s
Current children cumulated vsize: 2185544 KiB
Current children cumulated memory: 198536 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 26705
/proc/meminfo: memFree=17910756/32770624 swapFree=67108688/67108860
[pid=26561] ppid=26558 vsize=2247528 memory=260496 CPUtime=1902.19 cores=0,2,4,6
/proc/26561/stat : 26561 (xcsp_picat) R 26558 26561 25480 0 -1 4202496 271501 0 0 0 189789 430 0 0 20 0 1 0 217392284 2301468672 65124 33554432000 4194304 5849708 140727803664416 140727803663416 139722257510279 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 22282240 140727803667638 140727803667716 140727803667716 140727803670474 0
/proc/26561/statm: 561882 65124 748 405 0 558827 0
Current children cumulated CPU time: 1902.19 s
Current children cumulated vsize: 2247528 KiB
Current children cumulated memory: 260496 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/192 26714
/proc/meminfo: memFree=17922760/32770624 swapFree=67108688/67108860
[pid=26561] ppid=26558 vsize=2204156 memory=217148 CPUtime=1962.18 cores=0,2,4,6
/proc/26561/stat : 26561 (xcsp_picat) R 26558 26561 25480 0 -1 4202496 291079 0 0 0 195777 441 0 0 20 0 1 0 217392284 2257055744 54287 33554432000 4194304 5849708 140727803664416 140727803663416 139722257510279 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 22282240 140727803667638 140727803667716 140727803667716 140727803670474 0
/proc/26561/statm: 551039 54287 748 405 0 547984 0
Current children cumulated CPU time: 1962.18 s
Current children cumulated vsize: 2204156 KiB
Current children cumulated memory: 217148 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/192 26715
/proc/meminfo: memFree=17893392/32770624 swapFree=67108688/67108860
[pid=26561] ppid=26558 vsize=2213480 memory=226296 CPUtime=2022.18 cores=0,2,4,6
/proc/26561/stat : 26561 (xcsp_picat) R 26558 26561 25480 0 -1 4202496 291913 0 0 0 201764 454 0 0 20 0 1 0 217392284 2266603520 56574 33554432000 4194304 5849708 140727803664416 140727803663416 5438082 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 22282240 140727803667638 140727803667716 140727803667716 140727803670474 0
/proc/26561/statm: 553370 56574 748 405 0 550315 0
Current children cumulated CPU time: 2022.18 s
Current children cumulated vsize: 2213480 KiB
Current children cumulated memory: 226296 KiB

[startup+2082.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/191 26716
/proc/meminfo: memFree=17818092/32770624 swapFree=67108688/67108860
[pid=26561] ppid=26558 vsize=2230536 memory=243528 CPUtime=2082.18 cores=0,2,4,6
/proc/26561/stat : 26561 (xcsp_picat) R 26558 26561 25480 0 -1 4202496 307798 0 0 0 207751 467 0 0 20 0 1 0 217392284 2284068864 60882 33554432000 4194304 5849708 140727803664416 140727803663416 5437607 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 22282240 140727803667638 140727803667716 140727803667716 140727803670474 0
/proc/26561/statm: 557634 60882 748 405 0 554579 0
Current children cumulated CPU time: 2082.18 s
Current children cumulated vsize: 2230536 KiB
Current children cumulated memory: 243528 KiB

[startup+2142.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/191 26717
/proc/meminfo: memFree=17892972/32770624 swapFree=67108688/67108860
[pid=26561] ppid=26558 vsize=2241520 memory=254512 CPUtime=2142.17 cores=0,2,4,6
/proc/26561/stat : 26561 (xcsp_picat) R 26558 26561 25480 0 -1 4202496 309003 0 0 0 213742 475 0 0 20 0 1 0 217392284 2295316480 63628 33554432000 4194304 5849708 140727803664416 140727803663416 5437690 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 22282240 140727803667638 140727803667716 140727803667716 140727803670474 0
/proc/26561/statm: 560380 63628 748 405 0 557325 0
Current children cumulated CPU time: 2142.17 s
Current children cumulated vsize: 2241520 KiB
Current children cumulated memory: 254512 KiB

[startup+2202.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/191 26718
/proc/meminfo: memFree=17829984/32770624 swapFree=67108688/67108860
[pid=26561] ppid=26558 vsize=2241520 memory=254512 CPUtime=2202.17 cores=0,2,4,6
/proc/26561/stat : 26561 (xcsp_picat) R 26558 26561 25480 0 -1 4202496 326524 0 0 0 219733 484 0 0 20 0 1 0 217392284 2295316480 63628 33554432000 4194304 5849708 140727803664416 140727803663416 5438096 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 22282240 140727803667638 140727803667716 140727803667716 140727803670474 0
/proc/26561/statm: 560380 63628 748 405 0 557325 0
Current children cumulated CPU time: 2202.17 s
Current children cumulated vsize: 2241520 KiB
Current children cumulated memory: 254512 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 26720
/proc/meminfo: memFree=17823152/32770624 swapFree=67108688/67108860
[pid=26561] ppid=26558 vsize=2277628 memory=290620 CPUtime=2262.16 cores=0,2,4,6
/proc/26561/stat : 26561 (xcsp_picat) R 26558 26561 25480 0 -1 4202496 328485 0 0 0 225724 492 0 0 20 0 1 0 217392284 2332291072 72655 33554432000 4194304 5849708 140727803664416 140727803663416 5438269 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 22282240 140727803667638 140727803667716 140727803667716 140727803670474 0
/proc/26561/statm: 569407 72655 748 405 0 566352 0
Current children cumulated CPU time: 2262.16 s
Current children cumulated vsize: 2277628 KiB
Current children cumulated memory: 290620 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 26721
/proc/meminfo: memFree=17785608/32770624 swapFree=67108688/67108860
[pid=26561] ppid=26558 vsize=2296420 memory=309412 CPUtime=2322.16 cores=0,2,4,6
/proc/26561/stat : 26561 (xcsp_picat) R 26558 26561 25480 0 -1 4202496 350311 0 0 0 231716 500 0 0 20 0 1 0 217392284 2351534080 77353 33554432000 4194304 5849708 140727803664416 140727803663416 5438176 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 22282240 140727803667638 140727803667716 140727803667716 140727803670474 0
/proc/26561/statm: 574105 77353 748 405 0 571050 0
Current children cumulated CPU time: 2322.16 s
Current children cumulated vsize: 2296420 KiB
Current children cumulated memory: 309412 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 26722
/proc/meminfo: memFree=17788772/32770624 swapFree=67108688/67108860
[pid=26561] ppid=26558 vsize=2339240 memory=352232 CPUtime=2382.17 cores=0,2,4,6
/proc/26561/stat : 26561 (xcsp_picat) R 26558 26561 25480 0 -1 4202496 385212 0 0 0 237707 510 0 0 20 0 1 0 217392284 2395381760 88058 33554432000 4194304 5849708 140727803664416 140727803663416 5438246 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 22282240 140727803667638 140727803667716 140727803667716 140727803670474 0
/proc/26561/statm: 584810 88058 748 405 0 581755 0
Current children cumulated CPU time: 2382.17 s
Current children cumulated vsize: 2339240 KiB
Current children cumulated memory: 352232 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 26723
/proc/meminfo: memFree=17786508/32770624 swapFree=67108688/67108860
[pid=26561] ppid=26558 vsize=2310944 memory=323936 CPUtime=2442.15 cores=0,2,4,6
/proc/26561/stat : 26561 (xcsp_picat) R 26558 26561 25480 0 -1 4202496 418174 0 0 0 243698 517 0 0 20 0 1 0 217392284 2366406656 80984 33554432000 4194304 5849708 140727803664416 140727803663416 5437636 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 22282240 140727803667638 140727803667716 140727803667716 140727803670474 0
/proc/26561/statm: 577736 80984 748 405 0 574681 0
Current children cumulated CPU time: 2442.15 s
Current children cumulated vsize: 2310944 KiB
Current children cumulated memory: 323936 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 26724
/proc/meminfo: memFree=17904856/32770624 swapFree=67108688/67108860
[pid=26561] ppid=26558 vsize=2222668 memory=235660 CPUtime=2502.15 cores=0,2,4,6
/proc/26561/stat : 26561 (xcsp_picat) R 26558 26561 25480 0 -1 4202496 445862 0 0 0 249685 530 0 0 20 0 1 0 217392284 2276012032 58915 33554432000 4194304 5849708 140727803664416 140727803663576 5335568 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 22282240 140727803667638 140727803667716 140727803667716 140727803670474 0
/proc/26561/statm: 555667 58915 748 405 0 552612 0
Current children cumulated CPU time: 2502.15 s
Current children cumulated vsize: 2222668 KiB
Current children cumulated memory: 235660 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 2.05 3/192 26733
/proc/meminfo: memFree=17897376/32770624 swapFree=67108688/67108860
[pid=26561] ppid=26558 vsize=2222668 memory=235660 CPUtime=2519.86 cores=0,2,4,6
/proc/26561/stat : 26561 (xcsp_picat) R 26558 26561 25480 0 -1 4202496 445884 0 0 0 251453 533 0 0 20 0 1 0 217392284 2276012032 58915 33554432000 4194304 5849708 140727803664416 140727803663416 139722257510279 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 22282240 140727803667638 140727803667716 140727803667716 140727803670474 0
/proc/26561/statm: 555667 58915 748 405 0 552612 0
Current children cumulated CPU time: 2519.86 s
Current children cumulated vsize: 2222668 KiB
Current children cumulated memory: 235660 KiB

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

[startup+2520.02 s]
# the end of solver process 26561 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.54 s, system=5.34471 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): 2519.88
CPU user time (s): 2514.54
CPU system time (s): 5.34471
CPU usage (%): 99.9947
Max. virtual memory (cumulated for all children) (KiB): 2339240
Max. memory (cumulated for all children) (KiB): 352232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.54
system time used= 5.34471
maximum resident set size= 352232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 445884
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= 2
involuntary context switches= 3161


# summary of solver processes directly reported to runsolver:
#   pid: 26561
#   total CPU time (s): 2519.88
#   total CPU user time (s): 2514.54
#   total CPU system time (s): 5.34471

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.2397 second user time and 18.6339 second system time

The end

Launcher Data

Begin job on node134 at 2018-08-11 16:38:11
IDJOB=4303520
IDBENCH=141145
IDSOLVER=2778
FILE ID=node134/4303520-1533998291
RUNJOBID= node134-1533991241-25512
PBS_JOBID= 21036944
Free space on /tmp= 42312 MiB

SOLVER NAME= PicatSAT 2018-08-02
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-4303520-1533998291/watcher-4303520-1533998291 -o /tmp/evaluation-result-4303520-1533998291/solver-4303520-1533998291 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1533991241-25512 --watchdog 2580  xcsp_picat HOME/instance-4303520-1533998291.xml

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

MD5SUM BENCH= d8b461fac2d17be3b89e017753091d4e
RANDOM SEED=1465236422

node134.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.68
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.68
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.68
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.68
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:        18103392 kB
MemAvailable:   31627412 kB
Buffers:          168960 kB
Cached:         13503924 kB
SwapCached:           52 kB
Active:          4696776 kB
Inactive:        9307752 kB
Active(anon):     280532 kB
Inactive(anon):   103132 kB
Active(file):    4416244 kB
Inactive(file):  9204620 kB
Unevictable:        7392 kB
Mlocked:            7392 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:              3052 kB
Writeback:             0 kB
AnonPages:        232184 kB
Mapped:            55572 kB
Shmem:             49652 kB
Slab:             360560 kB
SReclaimable:     331616 kB
SUnreclaim:        28944 kB
KernelStack:        3408 kB
PageTables:         6492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2649968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     32768 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 /tmp at the end= 42308 MiB
End job on node134 at 2018-08-11 17:20:11