Trace number 4309558

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.92 2520.02

General information on the benchmark

NameLowAutocorrelation/
LowAutocorrelation-040_c18.xml
MD5SUM4e9e0842de773da2d9de44121d9bf85e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark160
Best CPU time to get the best result obtained on this benchmark2520.04
Satisfiable
(Un)Satisfiability was proved
Number of variables1639
Number of constraints858
Number of domains79
Minimum domain size2
Maximum domain size79
Distribution of domain sizes[{"size":2,"count":821},{"size":3,"count":2},{"size":4,"count":1},{"size":5,"count":2},{"size":6,"count":1},{"size":7,"count":2},{"size":8,"count":1},{"size":9,"count":2},{"size":10,"count":1},{"size":11,"count":2},{"size":12,"count":1},{"size":13,"count":2},{"size":14,"count":1},{"size":15,"count":2},{"size":16,"count":1},{"size":17,"count":2},{"size":18,"count":1},{"size":19,"count":2},{"size":20,"count":1},{"size":21,"count":2},{"size":22,"count":1},{"size":23,"count":2},{"size":24,"count":1},{"size":25,"count":2},{"size":26,"count":1},"...",{"size":36,"count":1}, {"size":37,"count":2}, {"size":38,"count":1}, {"size":39,"count":2}, {"size":40,"count":1}, {"size":41,"count":1}, {"size":43,"count":1}, {"size":45,"count":1}, {"size":47,"count":1}, {"size":49,"count":1}, {"size":51,"count":1}, {"size":53,"count":1}, {"size":55,"count":1}, {"size":57,"count":1}, {"size":59,"count":1}, {"size":61,"count":1}, {"size":63,"count":1}, {"size":65,"count":1}, {"size":67,"count":1}, {"size":69,"count":1}, {"size":71,"count":1}, {"size":73,"count":1}, {"size":75,"count":1}, {"size":77,"count":1}, {"size":79,"count":1}]
Minimum variable degree0
Maximum variable degree39
Distribution of variable degrees[{"degree":0,"count":741},{"degree":2,"count":858},{"degree":39,"count":40}]
Minimum constraint arity2
Maximum constraint arity40
Distribution of constraint arities[{"arity":2,"count":40},{"arity":3,"count":781},{"arity":4,"count":1},{"arity":5,"count":1},{"arity":6,"count":1},{"arity":7,"count":1},{"arity":8,"count":1},{"arity":9,"count":1},{"arity":10,"count":1},{"arity":11,"count":1},{"arity":12,"count":1},{"arity":13,"count":1},{"arity":14,"count":1},{"arity":15,"count":1},{"arity":16,"count":1},{"arity":17,"count":1},{"arity":18,"count":1},{"arity":19,"count":1},{"arity":20,"count":1},{"arity":21,"count":1},{"arity":22,"count":1},{"arity":23,"count":1},{"arity":24,"count":1},{"arity":25,"count":1},{"arity":26,"count":1},{"arity":27,"count":1},{"arity":28,"count":1},{"arity":29,"count":1},{"arity":30,"count":1},{"arity":31,"count":1},{"arity":32,"count":1},{"arity":33,"count":1},{"arity":34,"count":1},{"arity":35,"count":1},{"arity":36,"count":1},{"arity":37,"count":1},{"arity":38,"count":1},{"arity":39,"count":1},{"arity":40,"count":1}]
Number of extensional constraints0
Number of intensional constraints819
Distribution of constraint types[{"type":"intension","count":819},{"type":"sum","count":39}]
Optimization problemYES
Type of objectivemin 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 (8883 MiB free)
  memory of node 1: 16384 MiB (9873 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309558-1534308234/watcher-4309558-1534308234 -o /tmp/evaluation-result-4309558-1534308234/solver-4309558-1534308234 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1534293040-16588 --watchdog 2580 xcsp_picat HOME/instance-4309558-1534308234.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=18360, runsolver pid=18357

[startup+0.100199 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 18361
/proc/meminfo: memFree=19193232/32770624 swapFree=67108860/67108860
[pid=18360] ppid=18357 vsize=2025744 memory=16316 CPUtime=0.1 cores=0,2,4,6
/proc/18360/stat : 18360 (xcsp_picat) R 18357 18360 16557 0 -1 4202496 1693 0 0 0 10 0 0 0 20 0 1 0 248386538 2074361856 4079 33554432000 4194304 5849940 140725136175488 140725136175488 140010727743367 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 47800320 140725136180406 140725136180484 140725136180484 140725136183242 0
/proc/18360/statm: 506436 4079 695 405 0 503380 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 16316 KiB

[startup+0.209662 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 18361
/proc/meminfo: memFree=19193232/32770624 swapFree=67108860/67108860
[pid=18360] ppid=18357 vsize=2025828 memory=16420 CPUtime=0.21 cores=0,2,4,6
/proc/18360/stat : 18360 (xcsp_picat) R 18357 18360 16557 0 -1 4202496 1698 0 0 0 21 0 0 0 20 0 1 0 248386538 2074447872 4105 33554432000 4194304 5849940 140725136175488 140725136175488 140010727743367 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 47800320 140725136180406 140725136180484 140725136180484 140725136183242 0
/proc/18360/statm: 506457 4105 709 405 0 503401 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2025828 KiB
Current children cumulated memory: 16420 KiB

[startup+0.308856 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 18361
/proc/meminfo: memFree=19193232/32770624 swapFree=67108860/67108860
[pid=18360] ppid=18357 vsize=2025972 memory=16420 CPUtime=0.3 cores=0,2,4,6
/proc/18360/stat : 18360 (xcsp_picat) R 18357 18360 16557 0 -1 4202496 1739 0 0 0 29 1 0 0 20 0 1 0 248386538 2074595328 4105 33554432000 4194304 5849940 140725136175488 140725136175488 140010727743367 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 47800320 140725136180406 140725136180484 140725136180484 140725136183242 0
/proc/18360/statm: 506493 4105 709 405 0 503437 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2025972 KiB
Current children cumulated memory: 16420 KiB

[startup+0.700344 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 18361
/proc/meminfo: memFree=19189572/32770624 swapFree=67108860/67108860
[pid=18360] ppid=18357 vsize=2032208 memory=22308 CPUtime=0.69 cores=0,2,4,6
/proc/18360/stat : 18360 (xcsp_picat) R 18357 18360 16557 0 -1 4202496 3454 0 0 0 67 2 0 0 20 0 1 0 248386538 2080980992 5577 33554432000 4194304 5849940 140725136175488 140725136174520 5356114 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 47800320 140725136180406 140725136180484 140725136180484 140725136183242 0
/proc/18360/statm: 508052 5577 729 405 0 504996 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2032208 KiB
Current children cumulated memory: 22308 KiB

[startup+1.50044 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 18361
/proc/meminfo: memFree=19191256/32770624 swapFree=67108860/67108860
[pid=18360] ppid=18357 vsize=2031688 memory=22188 CPUtime=1.49 cores=0,2,4,6
/proc/18360/stat : 18360 (xcsp_picat) R 18357 18360 16557 0 -1 4202496 3495 0 0 0 147 2 0 0 20 0 1 0 248386538 2080448512 5547 33554432000 4194304 5849940 140725136175488 140725136173976 4212483 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 47800320 140725136180406 140725136180484 140725136180484 140725136183242 0
/proc/18360/statm: 507922 5547 729 405 0 504866 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2031688 KiB
Current children cumulated memory: 22188 KiB

[startup+3.10941 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 18361
/proc/meminfo: memFree=19187228/32770624 swapFree=67108860/67108860
[pid=18360] ppid=18357 vsize=2036296 memory=26776 CPUtime=3.1 cores=0,2,4,6
/proc/18360/stat : 18360 (xcsp_picat) R 18357 18360 16557 0 -1 4202496 5888 0 0 0 307 3 0 0 20 0 1 0 248386538 2085167104 6694 33554432000 4194304 5849940 140725136175488 140725136174136 5309056 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 47800320 140725136180406 140725136180484 140725136180484 140725136183242 0
/proc/18360/statm: 509074 6694 749 405 0 506018 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2036296 KiB
Current children cumulated memory: 26776 KiB

[startup+6.30034 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 18361
/proc/meminfo: memFree=19187216/32770624 swapFree=67108860/67108860
[pid=18360] ppid=18357 vsize=2034248 memory=24996 CPUtime=6.29 cores=0,2,4,6
/proc/18360/stat : 18360 (xcsp_picat) R 18357 18360 16557 0 -1 4202496 6948 0 0 0 624 5 0 0 20 0 1 0 248386538 2083069952 6249 33554432000 4194304 5849940 140725136175488 140725136174488 140010727743367 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 47800320 140725136180406 140725136180484 140725136180484 140725136183242 0
/proc/18360/statm: 508562 6249 751 405 0 505506 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2034248 KiB
Current children cumulated memory: 24996 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 18361
/proc/meminfo: memFree=19171296/32770624 swapFree=67108860/67108860
[pid=18360] ppid=18357 vsize=2034720 memory=25468 CPUtime=12.69 cores=0,2,4,6
/proc/18360/stat : 18360 (xcsp_picat) R 18357 18360 16557 0 -1 4202496 9528 0 0 0 1259 10 0 0 20 0 1 0 248386538 2083553280 6367 33554432000 4194304 5849940 140725136175488 140725136174136 140010727743367 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 47800320 140725136180406 140725136180484 140725136180484 140725136183242 0
/proc/18360/statm: 508680 6367 751 405 0 505624 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2034720 KiB
Current children cumulated memory: 25468 KiB

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 18361
/proc/meminfo: memFree=19170120/32770624 swapFree=67108860/67108860
[pid=18360] ppid=18357 vsize=2036288 memory=27004 CPUtime=25.49 cores=0,2,4,6
/proc/18360/stat : 18360 (xcsp_picat) R 18357 18360 16557 0 -1 4202496 16168 0 0 0 2528 21 0 0 20 0 1 0 248386538 2085158912 6751 33554432000 4194304 5849940 140725136175488 140725136174488 5356185 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 47800320 140725136180406 140725136180484 140725136180484 140725136183242 0
/proc/18360/statm: 509072 6751 751 405 0 506016 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2036288 KiB
Current children cumulated memory: 27004 KiB

[startup+51.1096 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 18361
/proc/meminfo: memFree=19145564/32770624 swapFree=67108860/67108860
[pid=18360] ppid=18357 vsize=2041840 memory=32588 CPUtime=51.1 cores=0,2,4,6
/proc/18360/stat : 18360 (xcsp_picat) R 18357 18360 16557 0 -1 4202496 19124 0 0 0 5070 40 0 0 20 0 1 0 248386538 2090844160 8147 33554432000 4194304 5849940 140725136175488 140725136174488 140010727743367 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 47800320 140725136180406 140725136180484 140725136180484 140725136183242 0
/proc/18360/statm: 510460 8147 751 405 0 507404 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2041840 KiB
Current children cumulated memory: 32588 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 18362
/proc/meminfo: memFree=19123692/32770624 swapFree=67108860/67108860
[pid=18360] ppid=18357 vsize=2056756 memory=46656 CPUtime=102.28 cores=0,2,4,6
/proc/18360/stat : 18360 (xcsp_picat) R 18357 18360 16557 0 -1 4202496 31138 0 0 0 10157 71 0 0 20 0 1 0 248386538 2106118144 11664 33554432000 4194304 5849940 140725136175488 140725136174488 140010727743367 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 47800320 140725136180406 140725136180484 140725136180484 140725136183242 0
/proc/18360/statm: 514189 11664 751 405 0 511133 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 2056756 KiB
Current children cumulated memory: 46656 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 18363
/proc/meminfo: memFree=19146424/32770624 swapFree=67108860/67108860
[pid=18360] ppid=18357 vsize=2053144 memory=43920 CPUtime=162.29 cores=0,2,4,6
/proc/18360/stat : 18360 (xcsp_picat) R 18357 18360 16557 0 -1 4202496 46760 0 0 0 16124 105 0 0 20 0 1 0 248386538 2102419456 10980 33554432000 4194304 5849940 140725136175488 140725136174488 140010727743367 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 47800320 140725136180406 140725136180484 140725136180484 140725136183242 0
/proc/18360/statm: 513286 10980 751 405 0 510230 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 2053144 KiB
Current children cumulated memory: 43920 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 18364
/proc/meminfo: memFree=19098752/32770624 swapFree=67108860/67108860
[pid=18360] ppid=18357 vsize=2048624 memory=39256 CPUtime=222.28 cores=0,2,4,6
/proc/18360/stat : 18360 (xcsp_picat) R 18357 18360 16557 0 -1 4202496 66000 0 0 0 22091 137 0 0 20 0 1 0 248386538 2097790976 9814 33554432000 4194304 5849940 140725136175488 140725136174488 140010727743367 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 47800320 140725136180406 140725136180484 140725136180484 140725136183242 0
/proc/18360/statm: 512156 9814 751 405 0 509100 0
Current children cumulated CPU time: 222.28 s
Current children cumulated vsize: 2048624 KiB
Current children cumulated memory: 39256 KiB

[startup+282.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/187 18365
/proc/meminfo: memFree=19083912/32770624 swapFree=67108860/67108860
[pid=18360] ppid=18357 vsize=2055916 memory=46784 CPUtime=282.27 cores=0,2,4,6
/proc/18360/stat : 18360 (xcsp_picat) R 18357 18360 16557 0 -1 4202496 85370 0 0 0 28061 166 0 0 20 0 1 0 248386538 2105257984 11696 33554432000 4194304 5849940 140725136175488 140725136174488 5385232 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 47800320 140725136180406 140725136180484 140725136180484 140725136183242 0
/proc/18360/statm: 513979 11696 751 405 0 510923 0
Current children cumulated CPU time: 282.27 s
Current children cumulated vsize: 2055916 KiB
Current children cumulated memory: 46784 KiB

[startup+342.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/187 18366
/proc/meminfo: memFree=19087320/32770624 swapFree=67108860/67108860
[pid=18360] ppid=18357 vsize=2048480 memory=39208 CPUtime=342.28 cores=0,2,4,6
/proc/18360/stat : 18360 (xcsp_picat) R 18357 18360 16557 0 -1 4202496 99765 0 0 0 34033 195 0 0 20 0 1 0 248386538 2097643520 9802 33554432000 4194304 5849940 140725136175488 140725136174488 140010727743367 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 47800320 140725136180406 140725136180484 140725136180484 140725136183242 0
/proc/18360/statm: 512120 9802 751 405 0 509064 0
Current children cumulated CPU time: 342.28 s
Current children cumulated vsize: 2048480 KiB
Current children cumulated memory: 39208 KiB

[startup+402.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 18374
/proc/meminfo: memFree=19046272/32770624 swapFree=67108860/67108860
[pid=18360] ppid=18357 vsize=2056152 memory=46776 CPUtime=402.27 cores=0,2,4,6
/proc/18360/stat : 18360 (xcsp_picat) R 18357 18360 16557 0 -1 4202496 119154 0 0 0 40003 224 0 0 20 0 1 0 248386538 2105499648 11694 33554432000 4194304 5849940 140725136175488 140725136174488 140010727743367 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 47800320 140725136180406 140725136180484 140725136180484 140725136183242 0
/proc/18360/statm: 514038 11694 751 405 0 510982 0
Current children cumulated CPU time: 402.27 s
Current children cumulated vsize: 2056152 KiB
Current children cumulated memory: 46776 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 18375
/proc/meminfo: memFree=19019652/32770624 swapFree=67108860/67108860
[pid=18360] ppid=18357 vsize=2084424 memory=73220 CPUtime=462.27 cores=0,2,4,6
/proc/18360/stat : 18360 (xcsp_picat) R 18357 18360 16557 0 -1 4202496 138463 0 0 0 45973 254 0 0 20 0 1 0 248386538 2134450176 18305 33554432000 4194304 5849940 140725136175488 140725136174488 140010727743367 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 47800320 140725136180406 140725136180484 140725136180484 140725136183242 0
/proc/18360/statm: 521106 18305 751 405 0 518050 0
Current children cumulated CPU time: 462.27 s
Current children cumulated vsize: 2084424 KiB
Current children cumulated memory: 73220 KiB


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

/proc/18360/statm: 574023 72646 751 405 0 570967 0
Current children cumulated CPU time: 1722.22 s
Current children cumulated vsize: 2296092 KiB
Current children cumulated memory: 290584 KiB

[startup+1782.3 s]
/proc/loadavg: 2.44 2.12 2.08 3/188 18437
/proc/meminfo: memFree=18713356/32770624 swapFree=67108860/67108860
[pid=18360] ppid=18357 vsize=2315084 memory=309476 CPUtime=1782.21 cores=0,2,4,6
/proc/18360/stat : 18360 (xcsp_picat) R 18357 18360 16557 0 -1 4202496 307365 0 0 0 177659 562 0 0 20 0 1 0 248386538 2370646016 77369 33554432000 4194304 5849940 140725136175488 140725136174488 5438429 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 47800320 140725136180406 140725136180484 140725136180484 140725136183242 0
/proc/18360/statm: 578771 77369 751 405 0 575715 0
Current children cumulated CPU time: 1782.21 s
Current children cumulated vsize: 2315084 KiB
Current children cumulated memory: 309476 KiB

[startup+1842.3 s]
/proc/loadavg: 2.23 2.13 2.08 3/188 18438
/proc/meminfo: memFree=18732168/32770624 swapFree=67108860/67108860
[pid=18360] ppid=18357 vsize=2315084 memory=309628 CPUtime=1842.21 cores=0,2,4,6
/proc/18360/stat : 18360 (xcsp_picat) R 18357 18360 16557 0 -1 4202496 325721 0 0 0 183650 571 0 0 20 0 1 0 248386538 2370646016 77407 33554432000 4194304 5849940 140725136175488 140725136174488 5335818 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 47800320 140725136180406 140725136180484 140725136180484 140725136183242 0
/proc/18360/statm: 578771 77407 751 405 0 575715 0
Current children cumulated CPU time: 1842.21 s
Current children cumulated vsize: 2315084 KiB
Current children cumulated memory: 309628 KiB

[startup+1902.3 s]
/proc/loadavg: 2.08 2.10 2.08 3/187 18439
/proc/meminfo: memFree=18706440/32770624 swapFree=67108860/67108860
[pid=18360] ppid=18357 vsize=2340668 memory=335212 CPUtime=1902.22 cores=0,2,4,6
/proc/18360/stat : 18360 (xcsp_picat) R 18357 18360 16557 0 -1 4202496 344866 0 0 0 189643 579 0 0 20 0 1 0 248386538 2396844032 83803 33554432000 4194304 5849940 140725136175488 140725136174488 5437784 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 47800320 140725136180406 140725136180484 140725136180484 140725136183242 0
/proc/18360/statm: 585167 83803 751 405 0 582111 0
Current children cumulated CPU time: 1902.22 s
Current children cumulated vsize: 2340668 KiB
Current children cumulated memory: 335212 KiB

[startup+1962.3 s]
/proc/loadavg: 2.03 2.09 2.07 3/187 18501
/proc/meminfo: memFree=18480572/32770624 swapFree=67108860/67108860
[pid=18360] ppid=18357 vsize=2340668 memory=335212 CPUtime=1962.21 cores=0,2,4,6
/proc/18360/stat : 18360 (xcsp_picat) R 18357 18360 16557 0 -1 4202496 363463 0 0 0 195634 587 0 0 20 0 1 0 248386538 2396844032 83803 33554432000 4194304 5849940 140725136175488 140725136174488 5437906 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 47800320 140725136180406 140725136180484 140725136180484 140725136183242 0
/proc/18360/statm: 585167 83803 751 405 0 582111 0
Current children cumulated CPU time: 1962.21 s
Current children cumulated vsize: 2340668 KiB
Current children cumulated memory: 335212 KiB

[startup+2022.3 s]
/proc/loadavg: 2.01 2.07 2.07 3/187 18502
/proc/meminfo: memFree=18457052/32770624 swapFree=67108860/67108860
[pid=18360] ppid=18357 vsize=2340668 memory=335212 CPUtime=2022.21 cores=0,2,4,6
/proc/18360/stat : 18360 (xcsp_picat) R 18357 18360 16557 0 -1 4202496 382077 0 0 0 201626 595 0 0 20 0 1 0 248386538 2396844032 83803 33554432000 4194304 5849940 140725136175488 140725136174488 5438453 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 47800320 140725136180406 140725136180484 140725136180484 140725136183242 0
/proc/18360/statm: 585167 83803 751 405 0 582111 0
Current children cumulated CPU time: 2022.21 s
Current children cumulated vsize: 2340668 KiB
Current children cumulated memory: 335212 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.06 2.06 3/187 18503
/proc/meminfo: memFree=18430104/32770624 swapFree=67108860/67108860
[pid=18360] ppid=18357 vsize=2340668 memory=335212 CPUtime=2082.21 cores=0,2,4,6
/proc/18360/stat : 18360 (xcsp_picat) R 18357 18360 16557 0 -1 4202496 400768 0 0 0 207618 603 0 0 20 0 1 0 248386538 2396844032 83803 33554432000 4194304 5849940 140725136175488 140725136174488 5438372 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 47800320 140725136180406 140725136180484 140725136180484 140725136183242 0
/proc/18360/statm: 585167 83803 751 405 0 582111 0
Current children cumulated CPU time: 2082.21 s
Current children cumulated vsize: 2340668 KiB
Current children cumulated memory: 335212 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.05 2.06 3/186 18504
/proc/meminfo: memFree=18394484/32770624 swapFree=67108860/67108860
[pid=18360] ppid=18357 vsize=2340668 memory=335212 CPUtime=2142.2 cores=0,2,4,6
/proc/18360/stat : 18360 (xcsp_picat) R 18357 18360 16557 0 -1 4202496 419177 0 0 0 213610 610 0 0 20 0 1 0 248386538 2396844032 83803 33554432000 4194304 5849940 140725136175488 140725136174488 5437824 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 47800320 140725136180406 140725136180484 140725136180484 140725136183242 0
/proc/18360/statm: 585167 83803 751 405 0 582111 0
Current children cumulated CPU time: 2142.2 s
Current children cumulated vsize: 2340668 KiB
Current children cumulated memory: 335212 KiB

[startup+2202.3 s]
/proc/loadavg: 2.03 2.05 2.06 3/188 18514
/proc/meminfo: memFree=18419488/32770624 swapFree=67108860/67108860
[pid=18360] ppid=18357 vsize=2340668 memory=335212 CPUtime=2202.21 cores=0,2,4,6
/proc/18360/stat : 18360 (xcsp_picat) R 18357 18360 16557 0 -1 4202496 437634 0 0 0 219601 620 0 0 20 0 1 0 248386538 2396844032 83803 33554432000 4194304 5849940 140725136175488 140725136174488 5438033 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 47800320 140725136180406 140725136180484 140725136180484 140725136183242 0
/proc/18360/statm: 585167 83803 751 405 0 582111 0
Current children cumulated CPU time: 2202.21 s
Current children cumulated vsize: 2340668 KiB
Current children cumulated memory: 335212 KiB

[startup+2262.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/188 18515
/proc/meminfo: memFree=18477048/32770624 swapFree=67108860/67108860
[pid=18360] ppid=18357 vsize=2264008 memory=258552 CPUtime=2262.21 cores=0,2,4,6
/proc/18360/stat : 18360 (xcsp_picat) R 18357 18360 16557 0 -1 4202496 462329 0 0 0 225589 632 0 0 20 0 1 0 248386538 2318344192 64638 33554432000 4194304 5849940 140725136175488 140725136174488 5437824 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 47800320 140725136180406 140725136180484 140725136180484 140725136183242 0
/proc/18360/statm: 566002 64638 751 405 0 562946 0
Current children cumulated CPU time: 2262.21 s
Current children cumulated vsize: 2264008 KiB
Current children cumulated memory: 258552 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/188 18516
/proc/meminfo: memFree=18444148/32770624 swapFree=67108860/67108860
[pid=18360] ppid=18357 vsize=2264008 memory=258552 CPUtime=2322.2 cores=0,2,4,6
/proc/18360/stat : 18360 (xcsp_picat) R 18357 18360 16557 0 -1 4202496 462474 0 0 0 231579 641 0 0 20 0 1 0 248386538 2318344192 64638 33554432000 4194304 5849940 140725136175488 140725136174488 5438016 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 47800320 140725136180406 140725136180484 140725136180484 140725136183242 0
/proc/18360/statm: 566002 64638 751 405 0 562946 0
Current children cumulated CPU time: 2322.2 s
Current children cumulated vsize: 2264008 KiB
Current children cumulated memory: 258552 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/188 18517
/proc/meminfo: memFree=18477076/32770624 swapFree=67108860/67108860
[pid=18360] ppid=18357 vsize=2264008 memory=258552 CPUtime=2382.2 cores=0,2,4,6
/proc/18360/stat : 18360 (xcsp_picat) R 18357 18360 16557 0 -1 4202496 473132 0 0 0 237569 651 0 0 20 0 1 0 248386538 2318344192 64638 33554432000 4194304 5849940 140725136175488 140725136174488 5437906 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 47800320 140725136180406 140725136180484 140725136180484 140725136183242 0
/proc/18360/statm: 566002 64638 751 405 0 562946 0
Current children cumulated CPU time: 2382.2 s
Current children cumulated vsize: 2264008 KiB
Current children cumulated memory: 258552 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 18518
/proc/meminfo: memFree=18476068/32770624 swapFree=67108860/67108860
[pid=18360] ppid=18357 vsize=2264008 memory=258552 CPUtime=2442.2 cores=0,2,4,6
/proc/18360/stat : 18360 (xcsp_picat) R 18357 18360 16557 0 -1 4202496 483349 0 0 0 243558 662 0 0 20 0 1 0 248386538 2318344192 64638 33554432000 4194304 5849940 140725136175488 140725136174488 5437784 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 47800320 140725136180406 140725136180484 140725136180484 140725136183242 0
/proc/18360/statm: 566002 64638 751 405 0 562946 0
Current children cumulated CPU time: 2442.2 s
Current children cumulated vsize: 2264008 KiB
Current children cumulated memory: 258552 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 18520
/proc/meminfo: memFree=18393668/32770624 swapFree=67108860/67108860
[pid=18360] ppid=18357 vsize=2342268 memory=336804 CPUtime=2502.2 cores=0,2,4,6
/proc/18360/stat : 18360 (xcsp_picat) R 18357 18360 16557 0 -1 4202496 485328 0 0 0 249548 672 0 0 20 0 1 0 248386538 2398482432 84201 33554432000 4194304 5849940 140725136175488 140725136174488 5438456 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 47800320 140725136180406 140725136180484 140725136180484 140725136183242 0
/proc/18360/statm: 585567 84201 751 405 0 582511 0
Current children cumulated CPU time: 2502.2 s
Current children cumulated vsize: 2342268 KiB
Current children cumulated memory: 336804 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.02 2.05 3/187 18520
/proc/meminfo: memFree=18360840/32770624 swapFree=67108860/67108860
[pid=18360] ppid=18357 vsize=2342268 memory=336804 CPUtime=2519.9 cores=0,2,4,6
/proc/18360/stat : 18360 (xcsp_picat) R 18357 18360 16557 0 -1 4202496 485330 0 0 0 251317 673 0 0 20 0 1 0 248386538 2398482432 84201 33554432000 4194304 5849940 140725136175488 140725136174488 5335737 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 47800320 140725136180406 140725136180484 140725136180484 140725136183242 0
/proc/18360/statm: 585567 84201 751 405 0 582511 0
Current children cumulated CPU time: 2519.9 s
Current children cumulated vsize: 2342268 KiB
Current children cumulated memory: 336804 KiB

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

[startup+2520.02 s]
# the end of solver process 18360 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2513.18 s, system=6.74383 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.92
CPU user time (s): 2513.18
CPU system time (s): 6.74383
CPU usage (%): 99.9964
Max. virtual memory (cumulated for all children) (KiB): 2342268
Max. memory (cumulated for all children) (KiB): 336804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2513.18
system time used= 6.74383
maximum resident set size= 336808
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 485331
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= 41
involuntary context switches= 1052


# summary of solver processes directly reported to runsolver:
#   pid: 18360
#   total CPU time (s): 2519.92
#   total CPU user time (s): 2513.18
#   total CPU system time (s): 6.74383

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.8074 second user time and 12.71 second system time

The end

Launcher Data

Begin job on node139 at 2018-08-15 06:43:54
IDJOB=4309558
IDBENCH=141424
IDSOLVER=2794
FILE ID=node139/4309558-1534308234
RUNJOBID= node139-1534293040-16588
PBS_JOBID= 21038134
Free space on /tmp= 35092 MiB

SOLVER NAME= PicatSAT 2018-08-14
BENCH NAME= XCSP18/LowAutocorrelation/LowAutocorrelation-040_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309558-1534308234/watcher-4309558-1534308234 -o /tmp/evaluation-result-4309558-1534308234/solver-4309558-1534308234 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1534293040-16588 --watchdog 2580  xcsp_picat HOME/instance-4309558-1534308234.xml

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

MD5SUM BENCH= 4e9e0842de773da2d9de44121d9bf85e
RANDOM SEED=1618069264

node139.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.80
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.80
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.80
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.80
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:        19207352 kB
MemAvailable:   31778280 kB
Buffers:          267112 kB
Cached:         12403460 kB
SwapCached:            0 kB
Active:          6159460 kB
Inactive:        6684056 kB
Active(anon):     126932 kB
Inactive(anon):   106808 kB
Active(file):    6032528 kB
Inactive(file):  6577248 kB
Unevictable:        7192 kB
Mlocked:            7192 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3112 kB
Writeback:             0 kB
AnonPages:        137476 kB
Mapped:            67272 kB
Shmem:             57996 kB
Slab:             417496 kB
SReclaimable:     389612 kB
SUnreclaim:        27884 kB
KernelStack:        3360 kB
PageTables:         5140 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2460680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     40960 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 35072 MiB
End job on node139 at 2018-08-15 07:25:54