Trace number 4309849

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309849-1534297832/watcher-4309849-1534297832 -o /tmp/evaluation-result-4309849-1534297832/solver-4309849-1534297832 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534293063-15169 --watchdog 2580 xcsp_picat HOME/instance-4309849-1534297832.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=15915, runsolver pid=15912

[startup+0.10013 s]*
/proc/loadavg: 2.00 2.01 2.04 3/192 15916
/proc/meminfo: memFree=24627596/32770624 swapFree=67108840/67108860
[pid=15915] ppid=15912 vsize=2025744 memory=29736 CPUtime=0.1 cores=0,2,4,6
/proc/15915/stat : 15915 (xcsp_picat) R 15912 15915 15138 0 -1 4202496 1496 0 0 0 10 0 0 0 20 0 1 0 247346327 2074361856 7434 33554432000 4194304 5849940 140724544742736 140724544742040 4931088 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 40800256 140724544746678 140724544746756 140724544746756 140724544749514 0
/proc/15915/statm: 506436 7434 625 405 0 503380 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 29736 KiB

[startup+0.21005 s]*
/proc/loadavg: 2.00 2.01 2.04 3/192 15916
/proc/meminfo: memFree=24606728/32770624 swapFree=67108840/67108860
[pid=15915] ppid=15912 vsize=2025744 memory=47108 CPUtime=0.21 cores=0,2,4,6
/proc/15915/stat : 15915 (xcsp_picat) R 15912 15915 15138 0 -1 4202496 1713 0 0 0 21 0 0 0 20 0 1 0 247346327 2074361856 11777 33554432000 4194304 5849940 140724544742736 140724544742040 5606427 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 40800256 140724544746678 140724544746756 140724544746756 140724544749514 0
/proc/15915/statm: 506436 11777 715 405 0 503380 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 47108 KiB

[startup+0.30983 s]*
/proc/loadavg: 2.00 2.01 2.04 3/192 15916
/proc/meminfo: memFree=24606728/32770624 swapFree=67108840/67108860
[pid=15915] ppid=15912 vsize=2025744 memory=47108 CPUtime=0.3 cores=0,2,4,6
/proc/15915/stat : 15915 (xcsp_picat) R 15912 15915 15138 0 -1 4202496 1724 0 0 0 30 0 0 0 20 0 1 0 247346327 2074361856 11777 33554432000 4194304 5849940 140724544742736 140724544742040 5606430 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 40800256 140724544746678 140724544746756 140724544746756 140724544749514 0
/proc/15915/statm: 506436 11777 715 405 0 503380 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 47108 KiB

[startup+0.700336 s]
/proc/loadavg: 2.00 2.01 2.04 3/192 15916
/proc/meminfo: memFree=24606516/32770624 swapFree=67108840/67108860
[pid=15915] ppid=15912 vsize=2025880 memory=47108 CPUtime=0.69 cores=0,2,4,6
/proc/15915/stat : 15915 (xcsp_picat) R 15912 15915 15138 0 -1 4202496 1746 0 0 0 69 0 0 0 20 0 1 0 247346327 2074501120 11777 33554432000 4194304 5849940 140724544742736 140724544741832 5606405 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 40800256 140724544746678 140724544746756 140724544746756 140724544749514 0
/proc/15915/statm: 506470 11777 715 405 0 503414 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2025880 KiB
Current children cumulated memory: 47108 KiB

[startup+1.50021 s]
/proc/loadavg: 2.00 2.01 2.04 3/192 15916
/proc/meminfo: memFree=24606704/32770624 swapFree=67108840/67108860
[pid=15915] ppid=15912 vsize=2025880 memory=47108 CPUtime=1.49 cores=0,2,4,6
/proc/15915/stat : 15915 (xcsp_picat) R 15912 15915 15138 0 -1 4202496 1746 0 0 0 149 0 0 0 20 0 1 0 247346327 2074501120 11777 33554432000 4194304 5849940 140724544742736 140724544741832 5472643 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 40800256 140724544746678 140724544746756 140724544746756 140724544749514 0
/proc/15915/statm: 506470 11777 715 405 0 503414 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2025880 KiB
Current children cumulated memory: 47108 KiB

[startup+3.10923 s]
/proc/loadavg: 2.00 2.01 2.04 3/192 15916
/proc/meminfo: memFree=24604872/32770624 swapFree=67108840/67108860
[pid=15915] ppid=15912 vsize=2025976 memory=48740 CPUtime=3.09 cores=0,2,4,6
/proc/15915/stat : 15915 (xcsp_picat) R 15912 15915 15138 0 -1 4202496 1887 0 0 0 309 0 0 0 20 0 1 0 247346327 2074599424 12185 33554432000 4194304 5849940 140724544742736 140724544741976 5606430 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 40800256 140724544746678 140724544746756 140724544746756 140724544749514 0
/proc/15915/statm: 506494 12185 716 405 0 503438 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2025976 KiB
Current children cumulated memory: 48740 KiB

[startup+6.30023 s]
/proc/loadavg: 2.00 2.01 2.04 3/192 15916
/proc/meminfo: memFree=24604788/32770624 swapFree=67108840/67108860
[pid=15915] ppid=15912 vsize=2025976 memory=48820 CPUtime=6.28 cores=0,2,4,6
/proc/15915/stat : 15915 (xcsp_picat) R 15912 15915 15138 0 -1 4202496 1996 0 0 0 628 0 0 0 20 0 1 0 247346327 2074599424 12205 33554432000 4194304 5849940 140724544742736 140724544741832 5606435 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 40800256 140724544746678 140724544746756 140724544746756 140724544749514 0
/proc/15915/statm: 506494 12205 716 405 0 503438 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 2025976 KiB
Current children cumulated memory: 48820 KiB

[startup+12.7002 s]
/proc/loadavg: 2.00 2.01 2.04 3/192 15916
/proc/meminfo: memFree=24602620/32770624 swapFree=67108840/67108860
[pid=15915] ppid=15912 vsize=2025976 memory=50864 CPUtime=12.68 cores=0,2,4,6
/proc/15915/stat : 15915 (xcsp_picat) R 15912 15915 15138 0 -1 4202496 2138 0 0 0 1268 0 0 0 20 0 1 0 247346327 2074599424 12716 33554432000 4194304 5849940 140724544742736 140724544741832 5472032 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 40800256 140724544746678 140724544746756 140724544746756 140724544749514 0
/proc/15915/statm: 506494 12716 716 405 0 503438 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 2025976 KiB
Current children cumulated memory: 50864 KiB

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.04 3/192 15916
/proc/meminfo: memFree=24594524/32770624 swapFree=67108840/67108860
[pid=15915] ppid=15912 vsize=2062776 memory=87676 CPUtime=25.48 cores=0,2,4,6
/proc/15915/stat : 15915 (xcsp_picat) R 15912 15915 15138 0 -1 4202496 20886 0 0 0 2543 5 0 0 20 0 1 0 247346327 2112282624 21919 33554432000 4194304 5849940 140724544742736 140724544741736 139913896300423 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 40800256 140724544746678 140724544746756 140724544746756 140724544749514 0
/proc/15915/statm: 515694 21919 751 405 0 512638 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 2062776 KiB
Current children cumulated memory: 87676 KiB

[startup+51.1098 s]
/proc/loadavg: 2.00 2.01 2.04 3/192 15916
/proc/meminfo: memFree=24592064/32770624 swapFree=67108840/67108860
[pid=15915] ppid=15912 vsize=2065912 memory=90260 CPUtime=51.09 cores=0,2,4,6
/proc/15915/stat : 15915 (xcsp_picat) R 15912 15915 15138 0 -1 4202496 32080 0 0 0 5095 14 0 0 20 0 1 0 247346327 2115493888 22565 33554432000 4194304 5849940 140724544742736 140724544741736 5438029 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 40800256 140724544746678 140724544746756 140724544746756 140724544749514 0
/proc/15915/statm: 516478 22565 751 405 0 513422 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 2065912 KiB
Current children cumulated memory: 90260 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/192 15917
/proc/meminfo: memFree=24533064/32770624 swapFree=67108840/67108860
[pid=15915] ppid=15912 vsize=2096028 memory=116248 CPUtime=102.27 cores=0,2,4,6
/proc/15915/stat : 15915 (xcsp_picat) R 15912 15915 15138 0 -1 4202496 43082 0 0 0 10199 28 0 0 20 0 1 0 247346327 2146332672 29062 33554432000 4194304 5849940 140724544742736 140724544741384 4206111 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 40800256 140724544746678 140724544746756 140724544746756 140724544749514 0
/proc/15915/statm: 524007 29062 751 405 0 520951 0
Current children cumulated CPU time: 102.27 s
Current children cumulated vsize: 2096028 KiB
Current children cumulated memory: 116248 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/192 15918
/proc/meminfo: memFree=24452492/32770624 swapFree=67108840/67108860
[pid=15915] ppid=15912 vsize=2142568 memory=161120 CPUtime=162.27 cores=0,2,4,6
/proc/15915/stat : 15915 (xcsp_picat) R 15912 15915 15138 0 -1 4202496 55147 0 0 0 16183 44 0 0 20 0 1 0 247346327 2193989632 40280 33554432000 4194304 5849940 140724544742736 140724544741224 5376171 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 40800256 140724544746678 140724544746756 140724544746756 140724544749514 0
/proc/15915/statm: 535642 40280 751 405 0 532586 0
Current children cumulated CPU time: 162.27 s
Current children cumulated vsize: 2142568 KiB
Current children cumulated memory: 161120 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/191 15919
/proc/meminfo: memFree=24452564/32770624 swapFree=67108840/67108860
[pid=15915] ppid=15912 vsize=2142568 memory=161120 CPUtime=222.26 cores=0,2,4,6
/proc/15915/stat : 15915 (xcsp_picat) R 15912 15915 15138 0 -1 4202496 64578 0 0 0 22169 57 0 0 20 0 1 0 247346327 2193989632 40280 33554432000 4194304 5849940 140724544742736 140724544741896 5437906 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 40800256 140724544746678 140724544746756 140724544746756 140724544749514 0
/proc/15915/statm: 535642 40280 751 405 0 532586 0
Current children cumulated CPU time: 222.26 s
Current children cumulated vsize: 2142568 KiB
Current children cumulated memory: 161120 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/190 15921
/proc/meminfo: memFree=24480920/32770624 swapFree=67108840/67108860
[pid=15915] ppid=15912 vsize=2144728 memory=165192 CPUtime=282.25 cores=0,2,4,6
/proc/15915/stat : 15915 (xcsp_picat) R 15912 15915 15138 0 -1 4202496 69269 0 0 0 28156 69 0 0 20 0 1 0 247346327 2196201472 41298 33554432000 4194304 5849940 140724544742736 140724544741736 5438047 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 40800256 140724544746678 140724544746756 140724544746756 140724544749514 0
/proc/15915/statm: 536182 41298 751 405 0 533126 0
Current children cumulated CPU time: 282.25 s
Current children cumulated vsize: 2144728 KiB
Current children cumulated memory: 165192 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/190 15922
/proc/meminfo: memFree=24438200/32770624 swapFree=67108840/67108860
[pid=15915] ppid=15912 vsize=2156576 memory=175568 CPUtime=342.25 cores=0,2,4,6
/proc/15915/stat : 15915 (xcsp_picat) R 15912 15915 15138 0 -1 4202496 80630 0 0 0 34139 86 0 0 20 0 1 0 247346327 2208333824 43892 33554432000 4194304 5849940 140724544742736 140724544741896 139913896300423 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 40800256 140724544746678 140724544746756 140724544746756 140724544749514 0
/proc/15915/statm: 539144 43892 751 405 0 536088 0
Current children cumulated CPU time: 342.25 s
Current children cumulated vsize: 2156576 KiB
Current children cumulated memory: 175568 KiB

[startup+402.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/190 15923
/proc/meminfo: memFree=24440100/32770624 swapFree=67108840/67108860
[pid=15915] ppid=15912 vsize=2154240 memory=173232 CPUtime=402.24 cores=0,2,4,6
/proc/15915/stat : 15915 (xcsp_picat) R 15912 15915 15138 0 -1 4202496 83286 0 0 0 40125 99 0 0 20 0 1 0 247346327 2205941760 43308 33554432000 4194304 5849940 140724544742736 140724544741736 5438117 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 40800256 140724544746678 140724544746756 140724544746756 140724544749514 0
/proc/15915/statm: 538560 43308 751 405 0 535504 0
Current children cumulated CPU time: 402.24 s
Current children cumulated vsize: 2154240 KiB
Current children cumulated memory: 173232 KiB

[startup+462.3 s]
/proc/loadavg: 2.22 2.10 2.07 3/190 16108
/proc/meminfo: memFree=24655016/32770624 swapFree=67108840/67108860
[pid=15915] ppid=15912 vsize=2154236 memory=175276 CPUtime=462.23 cores=0,2,4,6
/proc/15915/stat : 15915 (xcsp_picat) R 15912 15915 15138 0 -1 4202496 93699 0 0 0 46110 113 0 0 20 0 1 0 247346327 2205937664 43819 33554432000 4194304 5849940 140724544742736 140724544741896 5437837 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 40800256 140724544746678 140724544746756 140724544746756 140724544749514 0
/proc/15915/statm: 538559 43819 751 405 0 535503 0
Current children cumulated CPU time: 462.23 s
Current children cumulated vsize: 2154236 KiB
Current children cumulated memory: 175276 KiB


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

/proc/15915/statm: 551690 57976 752 405 0 548634 0
Current children cumulated CPU time: 1722.1 s
Current children cumulated vsize: 2206760 KiB
Current children cumulated memory: 231904 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/190 16240
/proc/meminfo: memFree=24529468/32770624 swapFree=67108840/67108860
[pid=15915] ppid=15912 vsize=2150648 memory=168820 CPUtime=1782.09 cores=0,2,4,6
/proc/15915/stat : 15915 (xcsp_picat) R 15912 15915 15138 0 -1 4202496 253538 0 0 0 177760 449 0 0 20 0 1 0 247346327 2202263552 42205 33554432000 4194304 5849940 140724544742736 140724544741736 139913895888805 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 40800256 140724544746678 140724544746756 140724544746756 140724544749514 0
/proc/15915/statm: 537662 42205 752 405 0 534606 0
Current children cumulated CPU time: 1782.09 s
Current children cumulated vsize: 2150648 KiB
Current children cumulated memory: 168820 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/190 16241
/proc/meminfo: memFree=24535532/32770624 swapFree=67108840/67108860
[pid=15915] ppid=15912 vsize=2150648 memory=170868 CPUtime=1842.08 cores=0,2,4,6
/proc/15915/stat : 15915 (xcsp_picat) R 15912 15915 15138 0 -1 4202496 253561 0 0 0 183744 464 0 0 20 0 1 0 247346327 2202263552 42717 33554432000 4194304 5849940 140724544742736 140724544741736 5438016 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 40800256 140724544746678 140724544746756 140724544746756 140724544749514 0
/proc/15915/statm: 537662 42717 752 405 0 534606 0
Current children cumulated CPU time: 1842.08 s
Current children cumulated vsize: 2150648 KiB
Current children cumulated memory: 170868 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/190 16242
/proc/meminfo: memFree=24496172/32770624 swapFree=67108840/67108860
[pid=15915] ppid=15912 vsize=2186176 memory=211548 CPUtime=1902.07 cores=0,2,4,6
/proc/15915/stat : 15915 (xcsp_picat) R 15912 15915 15138 0 -1 4202496 270557 0 0 0 189727 480 0 0 20 0 1 0 247346327 2238644224 52887 33554432000 4194304 5849940 140724544742736 140724544741736 5385240 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 40800256 140724544746678 140724544746756 140724544746756 140724544749514 0
/proc/15915/statm: 546544 52887 752 405 0 543488 0
Current children cumulated CPU time: 1902.07 s
Current children cumulated vsize: 2186176 KiB
Current children cumulated memory: 211548 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/190 16243
/proc/meminfo: memFree=24528048/32770624 swapFree=67108840/67108860
[pid=15915] ppid=15912 vsize=2151328 memory=176640 CPUtime=1962.07 cores=0,2,4,6
/proc/15915/stat : 15915 (xcsp_picat) R 15912 15915 15138 0 -1 4202496 273189 0 0 0 195710 497 0 0 20 0 1 0 247346327 2202959872 44160 33554432000 4194304 5849940 140724544742736 140724544741736 5437768 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 40800256 140724544746678 140724544746756 140724544746756 140724544749514 0
/proc/15915/statm: 537832 44160 752 405 0 534776 0
Current children cumulated CPU time: 1962.07 s
Current children cumulated vsize: 2151328 KiB
Current children cumulated memory: 176640 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/190 16244
/proc/meminfo: memFree=24510292/32770624 swapFree=67108840/67108860
[pid=15915] ppid=15912 vsize=2158664 memory=184036 CPUtime=2022.06 cores=0,2,4,6
/proc/15915/stat : 15915 (xcsp_picat) R 15912 15915 15138 0 -1 4202496 286981 0 0 0 201694 512 0 0 20 0 1 0 247346327 2210471936 46009 33554432000 4194304 5849940 140724544742736 140724544741736 5438368 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 40800256 140724544746678 140724544746756 140724544746756 140724544749514 0
/proc/15915/statm: 539666 46009 752 405 0 536610 0
Current children cumulated CPU time: 2022.06 s
Current children cumulated vsize: 2158664 KiB
Current children cumulated memory: 184036 KiB

[startup+2082.3 s]
/proc/loadavg: 2.11 2.06 2.06 3/190 16246
/proc/meminfo: memFree=24493272/32770624 swapFree=67108840/67108860
[pid=15915] ppid=15912 vsize=2180784 memory=206156 CPUtime=2082.05 cores=0,2,4,6
/proc/15915/stat : 15915 (xcsp_picat) R 15912 15915 15138 0 -1 4202496 291415 0 0 0 207679 526 0 0 20 0 1 0 247346327 2233122816 51539 33554432000 4194304 5849940 140724544742736 140724544741736 5437917 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 40800256 140724544746678 140724544746756 140724544746756 140724544749514 0
/proc/15915/statm: 545196 51539 752 405 0 542140 0
Current children cumulated CPU time: 2082.05 s
Current children cumulated vsize: 2180784 KiB
Current children cumulated memory: 206156 KiB

[startup+2142.3 s]
/proc/loadavg: 2.04 2.04 2.05 3/190 16247
/proc/meminfo: memFree=24510900/32770624 swapFree=67108840/67108860
[pid=15915] ppid=15912 vsize=2162152 memory=187420 CPUtime=2142.05 cores=0,2,4,6
/proc/15915/stat : 15915 (xcsp_picat) R 15912 15915 15138 0 -1 4202496 307142 0 0 0 213659 546 0 0 20 0 1 0 247346327 2214043648 46855 33554432000 4194304 5849940 140724544742736 140724544741736 5437772 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 40800256 140724544746678 140724544746756 140724544746756 140724544749514 0
/proc/15915/statm: 540538 46855 752 405 0 537482 0
Current children cumulated CPU time: 2142.05 s
Current children cumulated vsize: 2162152 KiB
Current children cumulated memory: 187420 KiB

[startup+2202.3 s]
/proc/loadavg: 2.02 2.04 2.05 3/190 16248
/proc/meminfo: memFree=24523296/32770624 swapFree=67108840/67108860
[pid=15915] ppid=15912 vsize=2147768 memory=173004 CPUtime=2202.04 cores=0,2,4,6
/proc/15915/stat : 15915 (xcsp_picat) R 15912 15915 15138 0 -1 4202496 310366 0 0 0 219642 562 0 0 20 0 1 0 247346327 2199314432 43251 33554432000 4194304 5849940 140724544742736 140724544741736 5438424 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 40800256 140724544746678 140724544746756 140724544746756 140724544749514 0
/proc/15915/statm: 536942 43251 752 405 0 533886 0
Current children cumulated CPU time: 2202.04 s
Current children cumulated vsize: 2147768 KiB
Current children cumulated memory: 173004 KiB

[startup+2262.3 s]
/proc/loadavg: 2.07 2.05 2.05 3/190 16250
/proc/meminfo: memFree=24484592/32770624 swapFree=67108840/67108860
[pid=15915] ppid=15912 vsize=2185536 memory=210908 CPUtime=2262.03 cores=0,2,4,6
/proc/15915/stat : 15915 (xcsp_picat) R 15912 15915 15138 0 -1 4202496 331932 0 0 0 225623 580 0 0 20 0 1 0 247346327 2237988864 52727 33554432000 4194304 5849940 140724544742736 140724544741736 5437906 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 40800256 140724544746678 140724544746756 140724544746756 140724544749514 0
/proc/15915/statm: 546384 52727 752 405 0 543328 0
Current children cumulated CPU time: 2262.03 s
Current children cumulated vsize: 2185536 KiB
Current children cumulated memory: 210908 KiB

[startup+2322.3 s]
/proc/loadavg: 2.03 2.04 2.05 3/191 16252
/proc/meminfo: memFree=24485012/32770624 swapFree=67108840/67108860
[pid=15915] ppid=15912 vsize=2175036 memory=200408 CPUtime=2322.02 cores=0,2,4,6
/proc/15915/stat : 15915 (xcsp_picat) R 15912 15915 15138 0 -1 4202496 334437 0 0 0 231606 596 0 0 20 0 1 0 247346327 2227236864 50102 33554432000 4194304 5849940 140724544742736 140724544741736 5438314 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 40800256 140724544746678 140724544746756 140724544746756 140724544749514 0
/proc/15915/statm: 543759 50102 752 405 0 540703 0
Current children cumulated CPU time: 2322.02 s
Current children cumulated vsize: 2175036 KiB
Current children cumulated memory: 200408 KiB

[startup+2382.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/192 16261
/proc/meminfo: memFree=24464036/32770624 swapFree=67108840/67108860
[pid=15915] ppid=15912 vsize=2194096 memory=219228 CPUtime=2382.01 cores=0,2,4,6
/proc/15915/stat : 15915 (xcsp_picat) R 15912 15915 15138 0 -1 4202496 352320 0 0 0 237590 611 0 0 20 0 1 0 247346327 2246754304 54807 33554432000 4194304 5849940 140724544742736 140724544741736 5385285 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 40800256 140724544746678 140724544746756 140724544746756 140724544749514 0
/proc/15915/statm: 548524 54807 752 405 0 545468 0
Current children cumulated CPU time: 2382.01 s
Current children cumulated vsize: 2194096 KiB
Current children cumulated memory: 219228 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/192 16262
/proc/meminfo: memFree=24398012/32770624 swapFree=67108840/67108860
[pid=15915] ppid=15912 vsize=2259000 memory=284152 CPUtime=2442 cores=0,2,4,6
/proc/15915/stat : 15915 (xcsp_picat) R 15912 15915 15138 0 -1 4202496 356740 0 0 0 243570 630 0 0 20 0 1 0 247346327 2313216000 71038 33554432000 4194304 5849940 140724544742736 140724544741736 5437906 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 40800256 140724544746678 140724544746756 140724544746756 140724544749514 0
/proc/15915/statm: 564750 71038 752 405 0 561694 0
Current children cumulated CPU time: 2442 s
Current children cumulated vsize: 2259000 KiB
Current children cumulated memory: 284152 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/192 16263
/proc/meminfo: memFree=24375872/32770624 swapFree=67108840/67108860
[pid=15915] ppid=15912 vsize=2277532 memory=302904 CPUtime=2502 cores=0,2,4,6
/proc/15915/stat : 15915 (xcsp_picat) R 15912 15915 15138 0 -1 4202496 380572 0 0 0 249550 650 0 0 20 0 1 0 247346327 2332192768 75726 33554432000 4194304 5849940 140724544742736 140724544741736 5311763 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 40800256 140724544746678 140724544746756 140724544746756 140724544749514 0
/proc/15915/statm: 569383 75726 752 405 0 566327 0
Current children cumulated CPU time: 2502 s
Current children cumulated vsize: 2277532 KiB
Current children cumulated memory: 302904 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.02 2.05 3/192 16263
/proc/meminfo: memFree=24344656/32770624 swapFree=67108840/67108860
[pid=15915] ppid=15912 vsize=2308680 memory=334052 CPUtime=2519.71 cores=0,2,4,6
/proc/15915/stat : 15915 (xcsp_picat) R 15912 15915 15138 0 -1 4202496 381954 0 0 0 251315 656 0 0 20 0 1 0 247346327 2364088320 83513 33554432000 4194304 5849940 140724544742736 140724544741736 5321422 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 40800256 140724544746678 140724544746756 140724544746756 140724544749514 0
/proc/15915/statm: 577170 83513 752 405 0 574114 0
Current children cumulated CPU time: 2519.71 s
Current children cumulated vsize: 2308680 KiB
Current children cumulated memory: 334052 KiB

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

[startup+2520.02 s]
# the end of solver process 15915 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2513.15 s, system=6.57625 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.73
CPU user time (s): 2513.15
CPU system time (s): 6.57625
CPU usage (%): 99.9884
Max. virtual memory (cumulated for all children) (KiB): 2320904
Max. memory (cumulated for all children) (KiB): 346220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2513.15
system time used= 6.57625
maximum resident set size= 346220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 381954
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= 2240


# summary of solver processes directly reported to runsolver:
#   pid: 15915
#   total CPU time (s): 2519.73
#   total CPU user time (s): 2513.15
#   total CPU system time (s): 6.57625

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1514 second user time and 18.4459 second system time

The end

Launcher Data

Begin job on node135 at 2018-08-15 03:50:32
IDJOB=4309849
IDBENCH=141157
IDSOLVER=2794
FILE ID=node135/4309849-1534297832
RUNJOBID= node135-1534293063-15169
PBS_JOBID= 21038137
Free space on /tmp= 47276 MiB

SOLVER NAME= PicatSAT 2018-08-14
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-4309849-1534297832/watcher-4309849-1534297832 -o /tmp/evaluation-result-4309849-1534297832/solver-4309849-1534297832 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534293063-15169 --watchdog 2580  xcsp_picat HOME/instance-4309849-1534297832.xml

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

MD5SUM BENCH= 229d8d70b2521f5ebfd70fdb2bbdf7b3
RANDOM SEED=1743584911

node135.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.50
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.50
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.50
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.50
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:        24651744 kB
MemAvailable:   31700956 kB
Buffers:          150292 kB
Cached:          7124668 kB
SwapCached:           20 kB
Active:          4093184 kB
Inactive:        3441716 kB
Active(anon):     209160 kB
Inactive(anon):   103280 kB
Active(file):    3884024 kB
Inactive(file):  3338436 kB
Unevictable:        7240 kB
Mlocked:            7240 kB
SwapTotal:      67108860 kB
SwapFree:       67108840 kB
Dirty:              3244 kB
Writeback:             0 kB
AnonPages:        266604 kB
Mapped:            59800 kB
Shmem:             49804 kB
Slab:             283544 kB
SReclaimable:     255212 kB
SUnreclaim:        28332 kB
KernelStack:        3440 kB
PageTables:         5780 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2518648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    139264 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 47272 MiB
End job on node135 at 2018-08-15 04:32:32