Trace number 4294779

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-06-15? (TO) 2520.01 2520.01

General information on the benchmark

NameLowAutocorrelation/
LowAutocorrelation-035_c18.xml
MD5SUM57f66bb5496e8bacdf8ee07e22262068
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark113
Best CPU time to get the best result obtained on this benchmark2520.12
Satisfiable
(Un)Satisfiability was proved
Number of variables1259
Number of constraints663
Number of domains69
Minimum domain size2
Maximum domain size69
Distribution of domain sizes[{"size":2,"count":631},{"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":28,"count":1}, {"size":29,"count":2}, {"size":30,"count":1}, {"size":31,"count":2}, {"size":32,"count":1}, {"size":33,"count":2}, {"size":34,"count":1}, {"size":35,"count":2}, {"size":37,"count":1}, {"size":39,"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}]
Minimum variable degree0
Maximum variable degree34
Distribution of variable degrees[{"degree":0,"count":561},{"degree":2,"count":663},{"degree":34,"count":35}]
Minimum constraint arity2
Maximum constraint arity35
Distribution of constraint arities[{"arity":2,"count":35},{"arity":3,"count":596},{"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}]
Number of extensional constraints0
Number of intensional constraints629
Distribution of constraint types[{"type":"intension","count":629},{"type":"sum","count":34}]
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 (8596 MiB free)
  memory of node 1: 16384 MiB (13058 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294779-1532450571/watcher-4294779-1532450571 -o /tmp/evaluation-result-4294779-1532450571/solver-4294779-1532450571 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532432947-16183 --watchdog 2580 xcsp_picat HOME/instance-4294779-1532450571.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=18946, runsolver pid=18943

[startup+0.100153 s]*
/proc/loadavg: 2.05 2.06 2.07 3/188 18947
/proc/meminfo: memFree=22160244/32770624 swapFree=67108860/67108860
[pid=18946] ppid=18943 vsize=111760 memory=17820 CPUtime=0.1 cores=0,2,4,6
/proc/18946/stat : 18946 (xcsp_picat) R 18943 18946 16152 0 -1 4202496 1537 0 0 0 9 1 0 0 20 0 1 0 62620269 114442240 4455 33554432000 4194304 5849740 140734765039456 140734765038760 139739500527495 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 15613952 140734765040822 140734765040900 140734765040900 140734765043658 0
/proc/18946/statm: 27940 4455 709 405 0 24884 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 111760 KiB
Current children cumulated memory: 17820 KiB

[startup+0.209879 s]*
/proc/loadavg: 2.05 2.06 2.07 3/188 18947
/proc/meminfo: memFree=22159872/32770624 swapFree=67108860/67108860
[pid=18946] ppid=18943 vsize=111920 memory=17820 CPUtime=0.21 cores=0,2,4,6
/proc/18946/stat : 18946 (xcsp_picat) R 18943 18946 16152 0 -1 4202496 1570 0 0 0 19 2 0 0 20 0 1 0 62620269 114606080 4455 33554432000 4194304 5849740 140734765039456 140734765038760 139739500527495 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 15613952 140734765040822 140734765040900 140734765040900 140734765043658 0
/proc/18946/statm: 27980 4455 709 405 0 24924 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 111920 KiB
Current children cumulated memory: 17820 KiB

[startup+0.309158 s]*
/proc/loadavg: 2.05 2.06 2.07 3/188 18947
/proc/meminfo: memFree=22156896/32770624 swapFree=67108860/67108860
[pid=18946] ppid=18943 vsize=115096 memory=21220 CPUtime=0.31 cores=0,2,4,6
/proc/18946/stat : 18946 (xcsp_picat) R 18943 18946 16152 0 -1 4202496 2555 0 0 0 29 2 0 0 20 0 1 0 62620269 117858304 5305 33554432000 4194304 5849740 140734765039456 140734765038760 5391820 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 15613952 140734765040822 140734765040900 140734765040900 140734765043658 0
/proc/18946/statm: 28774 5305 725 405 0 25718 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 115096 KiB
Current children cumulated memory: 21220 KiB

[startup+0.700287 s]
/proc/loadavg: 2.05 2.06 2.07 3/188 18947
/proc/meminfo: memFree=22156648/32770624 swapFree=67108860/67108860
[pid=18946] ppid=18943 vsize=115216 memory=21272 CPUtime=0.69 cores=0,2,4,6
/proc/18946/stat : 18946 (xcsp_picat) R 18943 18946 16152 0 -1 4202496 2943 0 0 0 67 2 0 0 20 0 1 0 62620269 117981184 5318 33554432000 4194304 5849740 140734765039456 140734765038760 5301784 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 15613952 140734765040822 140734765040900 140734765040900 140734765043658 0
/proc/18946/statm: 28804 5318 733 405 0 25748 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 115216 KiB
Current children cumulated memory: 21272 KiB

[startup+1.50034 s]
/proc/loadavg: 2.05 2.06 2.07 3/188 18947
/proc/meminfo: memFree=22156648/32770624 swapFree=67108860/67108860
[pid=18946] ppid=18943 vsize=112560 memory=18724 CPUtime=1.49 cores=0,2,4,6
/proc/18946/stat : 18946 (xcsp_picat) R 18943 18946 16152 0 -1 4202496 2965 0 0 0 146 3 0 0 20 0 1 0 62620269 115261440 4681 33554432000 4194304 5849740 140734765039456 140734765038552 139739500065280 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 15613952 140734765040822 140734765040900 140734765040900 140734765043658 0
/proc/18946/statm: 28140 4681 750 405 0 25084 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 112560 KiB
Current children cumulated memory: 18724 KiB

[startup+3.10955 s]
/proc/loadavg: 2.05 2.06 2.06 3/188 18947
/proc/meminfo: memFree=22154472/32770624 swapFree=67108860/67108860
[pid=18946] ppid=18943 vsize=116800 memory=22964 CPUtime=3.1 cores=0,2,4,6
/proc/18946/stat : 18946 (xcsp_picat) R 18943 18946 16152 0 -1 4202496 4731 0 0 0 305 5 0 0 20 0 1 0 62620269 119603200 5741 33554432000 4194304 5849740 140734765039456 140734765038552 139739500527495 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 15613952 140734765040822 140734765040900 140734765040900 140734765043658 0
/proc/18946/statm: 29200 5741 750 405 0 26144 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 116800 KiB
Current children cumulated memory: 22964 KiB

[startup+6.30033 s]
/proc/loadavg: 2.05 2.06 2.06 3/188 18947
/proc/meminfo: memFree=22154648/32770624 swapFree=67108860/67108860
[pid=18946] ppid=18943 vsize=116800 memory=22844 CPUtime=6.29 cores=0,2,4,6
/proc/18946/stat : 18946 (xcsp_picat) R 18943 18946 16152 0 -1 4202496 7912 0 0 0 621 8 0 0 20 0 1 0 62620269 119603200 5711 33554432000 4194304 5849740 140734765039456 140734765038456 5308245 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 15613952 140734765040822 140734765040900 140734765040900 140734765043658 0
/proc/18946/statm: 29200 5711 750 405 0 26144 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 116800 KiB
Current children cumulated memory: 22844 KiB

[startup+12.7003 s]
/proc/loadavg: 2.05 2.06 2.06 3/188 18947
/proc/meminfo: memFree=22152788/32770624 swapFree=67108860/67108860
[pid=18946] ppid=18943 vsize=119672 memory=25004 CPUtime=12.69 cores=0,2,4,6
/proc/18946/stat : 18946 (xcsp_picat) R 18943 18946 16152 0 -1 4202496 9630 0 0 0 1256 13 0 0 20 0 1 0 62620269 122544128 6251 33554432000 4194304 5849740 140734765039456 140734765038456 139739500527495 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 15613952 140734765040822 140734765040900 140734765040900 140734765043658 0
/proc/18946/statm: 29918 6251 750 405 0 26862 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 119672 KiB
Current children cumulated memory: 25004 KiB

[startup+25.5004 s]
/proc/loadavg: 2.04 2.06 2.06 3/188 18947
/proc/meminfo: memFree=22147828/32770624 swapFree=67108860/67108860
[pid=18946] ppid=18943 vsize=127812 memory=33948 CPUtime=25.49 cores=0,2,4,6
/proc/18946/stat : 18946 (xcsp_picat) R 18943 18946 16152 0 -1 4202496 15540 0 0 0 2526 23 0 0 20 0 1 0 62620269 130879488 8487 33554432000 4194304 5849740 140734765039456 140734765038456 139739500527495 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 15613952 140734765040822 140734765040900 140734765040900 140734765043658 0
/proc/18946/statm: 31953 8487 750 405 0 28897 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 127812 KiB
Current children cumulated memory: 33948 KiB

[startup+51.1093 s]
/proc/loadavg: 2.02 2.05 2.06 3/188 18947
/proc/meminfo: memFree=22126928/32770624 swapFree=67108860/67108860
[pid=18946] ppid=18943 vsize=130084 memory=36228 CPUtime=51.1 cores=0,2,4,6
/proc/18946/stat : 18946 (xcsp_picat) R 18943 18946 16152 0 -1 4202496 22045 0 0 0 5070 40 0 0 20 0 1 0 62620269 133206016 9057 33554432000 4194304 5849740 140734765039456 140734765038456 139739500527495 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 15613952 140734765040822 140734765040900 140734765040900 140734765043658 0
/proc/18946/statm: 32521 9057 750 405 0 29465 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 130084 KiB
Current children cumulated memory: 36228 KiB

[startup+102.3 s]
/proc/loadavg: 2.01 2.04 2.06 3/188 18948
/proc/meminfo: memFree=22100068/32770624 swapFree=67108860/67108860
[pid=18946] ppid=18943 vsize=139668 memory=45700 CPUtime=102.29 cores=0,2,4,6
/proc/18946/stat : 18946 (xcsp_picat) R 18943 18946 16152 0 -1 4202496 38263 0 0 0 10157 72 0 0 20 0 1 0 62620269 143020032 11425 33554432000 4194304 5849740 140734765039456 140734765038456 139739500527495 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 15613952 140734765040822 140734765040900 140734765040900 140734765043658 0
/proc/18946/statm: 34917 11425 750 405 0 31861 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 139668 KiB
Current children cumulated memory: 45700 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/187 18949
/proc/meminfo: memFree=22090988/32770624 swapFree=67108860/67108860
[pid=18946] ppid=18943 vsize=140636 memory=51260 CPUtime=162.29 cores=0,2,4,6
/proc/18946/stat : 18946 (xcsp_picat) R 18943 18946 16152 0 -1 4202496 52260 0 0 0 16121 108 0 0 20 0 1 0 62620269 144011264 12815 33554432000 4194304 5849740 140734765039456 140734765038456 139739500527495 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 15613952 140734765040822 140734765040900 140734765040900 140734765043658 0
/proc/18946/statm: 35159 12815 750 405 0 32103 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 140636 KiB
Current children cumulated memory: 51260 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/187 18950
/proc/meminfo: memFree=22088804/32770624 swapFree=67108860/67108860
[pid=18946] ppid=18943 vsize=143056 memory=53696 CPUtime=222.29 cores=0,2,4,6
/proc/18946/stat : 18946 (xcsp_picat) R 18943 18946 16152 0 -1 4202496 64002 0 0 0 22086 143 0 0 20 0 1 0 62620269 146489344 13424 33554432000 4194304 5849740 140734765039456 140734765038456 139739500527495 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 15613952 140734765040822 140734765040900 140734765040900 140734765043658 0
/proc/18946/statm: 35764 13424 750 405 0 32708 0
Current children cumulated CPU time: 222.29 s
Current children cumulated vsize: 143056 KiB
Current children cumulated memory: 53696 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/187 18951
/proc/meminfo: memFree=22040320/32770624 swapFree=67108860/67108860
[pid=18946] ppid=18943 vsize=135540 memory=45952 CPUtime=282.29 cores=0,2,4,6
/proc/18946/stat : 18946 (xcsp_picat) R 18943 18946 16152 0 -1 4202496 78335 0 0 0 28056 173 0 0 20 0 1 0 62620269 138792960 11488 33554432000 4194304 5849740 140734765039456 140734765038456 139739500527495 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 15613952 140734765040822 140734765040900 140734765040900 140734765043658 0
/proc/18946/statm: 33885 11488 750 405 0 30829 0
Current children cumulated CPU time: 282.29 s
Current children cumulated vsize: 135540 KiB
Current children cumulated memory: 45952 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 18952
/proc/meminfo: memFree=22026844/32770624 swapFree=67108860/67108860
[pid=18946] ppid=18943 vsize=149892 memory=60384 CPUtime=342.29 cores=0,2,4,6
/proc/18946/stat : 18946 (xcsp_picat) R 18943 18946 16152 0 -1 4202496 90857 0 0 0 34026 203 0 0 20 0 1 0 62620269 153489408 15096 33554432000 4194304 5849740 140734765039456 140734765038456 139739500527495 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 15613952 140734765040822 140734765040900 140734765040900 140734765043658 0
/proc/18946/statm: 37473 15096 750 405 0 34417 0
Current children cumulated CPU time: 342.29 s
Current children cumulated vsize: 149892 KiB
Current children cumulated memory: 60384 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 18953
/proc/meminfo: memFree=21985868/32770624 swapFree=67108860/67108860
[pid=18946] ppid=18943 vsize=123712 memory=34356 CPUtime=402.29 cores=0,2,4,6
/proc/18946/stat : 18946 (xcsp_picat) R 18943 18946 16152 0 -1 4202496 105073 0 0 0 39994 235 0 0 20 0 1 0 62620269 126681088 8589 33554432000 4194304 5849740 140734765039456 140734765038456 139739500527495 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 15613952 140734765040822 140734765040900 140734765040900 140734765043658 0
/proc/18946/statm: 30928 8589 750 405 0 27872 0
Current children cumulated CPU time: 402.29 s
Current children cumulated vsize: 123712 KiB
Current children cumulated memory: 34356 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 18962
/proc/meminfo: memFree=21980488/32770624 swapFree=67108860/67108860
[pid=18946] ppid=18943 vsize=130948 memory=39948 CPUtime=462.29 cores=0,2,4,6
/proc/18946/stat : 18946 (xcsp_picat) R 18943 18946 16152 0 -1 4202496 106881 0 0 0 45948 281 0 0 20 0 1 0 62620269 134090752 9987 33554432000 4194304 5849740 140734765039456 140734765038616 5437812 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 15613952 140734765040822 140734765040900 140734765040900 140734765043658 0
/proc/18946/statm: 32737 9987 750 405 0 29681 0
Current children cumulated CPU time: 462.29 s
Current children cumulated vsize: 130948 KiB
Current children cumulated memory: 39948 KiB


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

/proc/18946/statm: 40701 18382 750 405 0 37645 0
Current children cumulated CPU time: 1722.29 s
Current children cumulated vsize: 162804 KiB
Current children cumulated memory: 73528 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 19266
/proc/meminfo: memFree=22320740/32770624 swapFree=67108860/67108860
[pid=18946] ppid=18943 vsize=156176 memory=66696 CPUtime=1782.29 cores=0,2,4,6
/proc/18946/stat : 18946 (xcsp_picat) R 18943 18946 16152 0 -1 4202496 265906 0 0 0 177295 934 0 0 20 0 1 0 62620269 159924224 16674 33554432000 4194304 5849740 140734765039456 140734765038456 139739500527495 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 15613952 140734765040822 140734765040900 140734765040900 140734765043658 0
/proc/18946/statm: 39044 16674 750 405 0 35988 0
Current children cumulated CPU time: 1782.29 s
Current children cumulated vsize: 156176 KiB
Current children cumulated memory: 66696 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 19267
/proc/meminfo: memFree=22302776/32770624 swapFree=67108860/67108860
[pid=18946] ppid=18943 vsize=169620 memory=80376 CPUtime=1842.29 cores=0,2,4,6
/proc/18946/stat : 18946 (xcsp_picat) R 18943 18946 16152 0 -1 4202496 275507 0 0 0 183271 958 0 0 20 0 1 0 62620269 173690880 20094 33554432000 4194304 5849740 140734765039456 140734765038456 139739500527495 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 15613952 140734765040822 140734765040900 140734765040900 140734765043658 0
/proc/18946/statm: 42405 20094 750 405 0 39349 0
Current children cumulated CPU time: 1842.29 s
Current children cumulated vsize: 169620 KiB
Current children cumulated memory: 80376 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 19389
/proc/meminfo: memFree=22293456/32770624 swapFree=67108860/67108860
[pid=18946] ppid=18943 vsize=177988 memory=88512 CPUtime=1902.28 cores=0,2,4,6
/proc/18946/stat : 18946 (xcsp_picat) R 18943 18946 16152 0 -1 4202496 284136 0 0 0 189250 978 0 0 20 0 1 0 62620269 182259712 22128 33554432000 4194304 5849740 140734765039456 140734765038456 139739500527495 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 15613952 140734765040822 140734765040900 140734765040900 140734765043658 0
/proc/18946/statm: 44497 22128 750 405 0 41441 0
Current children cumulated CPU time: 1902.28 s
Current children cumulated vsize: 177988 KiB
Current children cumulated memory: 88512 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 19390
/proc/meminfo: memFree=22310428/32770624 swapFree=67108860/67108860
[pid=18946] ppid=18943 vsize=158856 memory=69544 CPUtime=1962.29 cores=0,2,4,6
/proc/18946/stat : 18946 (xcsp_picat) R 18943 18946 16152 0 -1 4202496 289745 0 0 0 195226 1003 0 0 20 0 1 0 62620269 162668544 17386 33554432000 4194304 5849740 140734765039456 140734765038456 5438230 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 15613952 140734765040822 140734765040900 140734765040900 140734765043658 0
/proc/18946/statm: 39714 17386 750 405 0 36658 0
Current children cumulated CPU time: 1962.29 s
Current children cumulated vsize: 158856 KiB
Current children cumulated memory: 69544 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 19391
/proc/meminfo: memFree=22295416/32770624 swapFree=67108860/67108860
[pid=18946] ppid=18943 vsize=164008 memory=74712 CPUtime=2022.29 cores=0,2,4,6
/proc/18946/stat : 18946 (xcsp_picat) R 18943 18946 16152 0 -1 4202496 294793 0 0 0 201204 1025 0 0 20 0 1 0 62620269 167944192 18678 33554432000 4194304 5849740 140734765039456 140734765038456 139739500527495 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 15613952 140734765040822 140734765040900 140734765040900 140734765043658 0
/proc/18946/statm: 41002 18678 750 405 0 37946 0
Current children cumulated CPU time: 2022.29 s
Current children cumulated vsize: 164008 KiB
Current children cumulated memory: 74712 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 19392
/proc/meminfo: memFree=22298516/32770624 swapFree=67108860/67108860
[pid=18946] ppid=18943 vsize=162696 memory=73456 CPUtime=2082.29 cores=0,2,4,6
/proc/18946/stat : 18946 (xcsp_picat) R 18943 18946 16152 0 -1 4202496 300960 0 0 0 207185 1044 0 0 20 0 1 0 62620269 166600704 18364 33554432000 4194304 5849740 140734765039456 140734765038456 139739500527495 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 15613952 140734765040822 140734765040900 140734765040900 140734765043658 0
/proc/18946/statm: 40674 18364 750 405 0 37618 0
Current children cumulated CPU time: 2082.29 s
Current children cumulated vsize: 162696 KiB
Current children cumulated memory: 73456 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 19393
/proc/meminfo: memFree=22271076/32770624 swapFree=67108860/67108860
[pid=18946] ppid=18943 vsize=186280 memory=96952 CPUtime=2142.29 cores=0,2,4,6
/proc/18946/stat : 18946 (xcsp_picat) R 18943 18946 16152 0 -1 4202496 307978 0 0 0 213164 1065 0 0 20 0 1 0 62620269 190750720 24238 33554432000 4194304 5849740 140734765039456 140734765038456 139739500527495 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 15613952 140734765040822 140734765040900 140734765040900 140734765043658 0
/proc/18946/statm: 46570 24238 750 405 0 43514 0
Current children cumulated CPU time: 2142.29 s
Current children cumulated vsize: 186280 KiB
Current children cumulated memory: 96952 KiB

[startup+2202.3 s]
/proc/loadavg: 2.68 2.19 2.10 3/187 19394
/proc/meminfo: memFree=22286304/32770624 swapFree=67108860/67108860
[pid=18946] ppid=18943 vsize=169632 memory=80156 CPUtime=2202.29 cores=0,2,4,6
/proc/18946/stat : 18946 (xcsp_picat) R 18943 18946 16152 0 -1 4202496 311992 0 0 0 219145 1084 0 0 20 0 1 0 62620269 173703168 20039 33554432000 4194304 5849740 140734765039456 140734765038456 139739500527495 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 15613952 140734765040822 140734765040900 140734765040900 140734765043658 0
/proc/18946/statm: 42408 20039 750 405 0 39352 0
Current children cumulated CPU time: 2202.29 s
Current children cumulated vsize: 169632 KiB
Current children cumulated memory: 80156 KiB

[startup+2262.3 s]
/proc/loadavg: 2.28 2.17 2.10 3/187 19402
/proc/meminfo: memFree=22272948/32770624 swapFree=67108860/67108860
[pid=18946] ppid=18943 vsize=184832 memory=95604 CPUtime=2262.29 cores=0,2,4,6
/proc/18946/stat : 18946 (xcsp_picat) R 18943 18946 16152 0 -1 4202496 318440 0 0 0 225125 1104 0 0 20 0 1 0 62620269 189267968 23901 33554432000 4194304 5849740 140734765039456 140734765038456 139739500527495 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 15613952 140734765040822 140734765040900 140734765040900 140734765043658 0
/proc/18946/statm: 46208 23901 750 405 0 43152 0
Current children cumulated CPU time: 2262.29 s
Current children cumulated vsize: 184832 KiB
Current children cumulated memory: 95604 KiB

[startup+2322.3 s]
/proc/loadavg: 2.10 2.14 2.09 3/187 19403
/proc/meminfo: memFree=22270040/32770624 swapFree=67108860/67108860
[pid=18946] ppid=18943 vsize=178928 memory=89632 CPUtime=2322.29 cores=0,2,4,6
/proc/18946/stat : 18946 (xcsp_picat) R 18943 18946 16152 0 -1 4202496 323963 0 0 0 231101 1128 0 0 20 0 1 0 62620269 183222272 22408 33554432000 4194304 5849740 140734765039456 140734765038456 139739500527495 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 15613952 140734765040822 140734765040900 140734765040900 140734765043658 0
/proc/18946/statm: 44732 22408 750 405 0 41676 0
Current children cumulated CPU time: 2322.29 s
Current children cumulated vsize: 178928 KiB
Current children cumulated memory: 89632 KiB

[startup+2382.3 s]
/proc/loadavg: 2.04 2.11 2.09 3/187 19404
/proc/meminfo: memFree=22287388/32770624 swapFree=67108860/67108860
[pid=18946] ppid=18943 vsize=158604 memory=69376 CPUtime=2382.29 cores=0,2,4,6
/proc/18946/stat : 18946 (xcsp_picat) R 18943 18946 16152 0 -1 4202496 330749 0 0 0 237080 1149 0 0 20 0 1 0 62620269 162410496 17344 33554432000 4194304 5849740 140734765039456 140734765038456 139739500527495 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 15613952 140734765040822 140734765040900 140734765040900 140734765043658 0
/proc/18946/statm: 39651 17344 750 405 0 36595 0
Current children cumulated CPU time: 2382.29 s
Current children cumulated vsize: 158604 KiB
Current children cumulated memory: 69376 KiB

[startup+2442.3 s]
/proc/loadavg: 2.55 2.25 2.14 3/187 19405
/proc/meminfo: memFree=22287708/32770624 swapFree=67108860/67108860
[pid=18946] ppid=18943 vsize=161608 memory=72312 CPUtime=2442.29 cores=0,2,4,6
/proc/18946/stat : 18946 (xcsp_picat) R 18943 18946 16152 0 -1 4202496 337601 0 0 0 243061 1168 0 0 20 0 1 0 62620269 165486592 18078 33554432000 4194304 5849740 140734765039456 140734765038456 139739500527495 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 15613952 140734765040822 140734765040900 140734765040900 140734765043658 0
/proc/18946/statm: 40402 18078 750 405 0 37346 0
Current children cumulated CPU time: 2442.29 s
Current children cumulated vsize: 161608 KiB
Current children cumulated memory: 72312 KiB

[startup+2502.3 s]
/proc/loadavg: 2.20 2.21 2.13 3/187 19406
/proc/meminfo: memFree=22291252/32770624 swapFree=67108860/67108860
[pid=18946] ppid=18943 vsize=161444 memory=71976 CPUtime=2502.29 cores=0,2,4,6
/proc/18946/stat : 18946 (xcsp_picat) R 18943 18946 16152 0 -1 4202496 343535 0 0 0 249038 1191 0 0 20 0 1 0 62620269 165318656 17994 33554432000 4194304 5849740 140734765039456 140734765038456 139739500527495 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 15613952 140734765040822 140734765040900 140734765040900 140734765043658 0
/proc/18946/statm: 40361 17994 750 405 0 37305 0
Current children cumulated CPU time: 2502.29 s
Current children cumulated vsize: 161444 KiB
Current children cumulated memory: 71976 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.14 2.19 2.13 3/187 19407
/proc/meminfo: memFree=22286204/32770624 swapFree=67108860/67108860
[pid=18946] ppid=18943 vsize=166804 memory=77576 CPUtime=2519.99 cores=0,2,4,6
/proc/18946/stat : 18946 (xcsp_picat) R 18943 18946 16152 0 -1 4202496 346781 0 0 0 250802 1197 0 0 20 0 1 0 62620269 170807296 19394 33554432000 4194304 5849740 140734765039456 140734765038456 139739500527495 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 15613952 140734765040822 140734765040900 140734765040900 140734765043658 0
/proc/18946/statm: 41701 19394 750 405 0 38645 0
Current children cumulated CPU time: 2519.99 s
Current children cumulated vsize: 166804 KiB
Current children cumulated memory: 77576 KiB

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

[startup+2520.01 s]
# the end of solver process 18946 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2508.03 s, system=11.9802 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.01
CPU time (s): 2520.01
CPU user time (s): 2508.03
CPU system time (s): 11.9802
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 197144
Max. memory (cumulated for all children) (KiB): 107916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2508.03
system time used= 11.9802
maximum resident set size= 107916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 346782
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= 50
involuntary context switches= 2828


# summary of solver processes directly reported to runsolver:
#   pid: 18946
#   total CPU time (s): 2520.01
#   total CPU user time (s): 2508.03
#   total CPU system time (s): 11.9802

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.54736 second user time and 17.8556 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-24 18:42:51
IDJOB=4294779
IDBENCH=141421
IDSOLVER=2754
FILE ID=node136/4294779-1532450571
RUNJOBID= node136-1532432947-16183
PBS_JOBID= 21021579
Free space on /tmp= 56516 MiB

SOLVER NAME= PicatSAT 2018-06-15
BENCH NAME= XCSP18/LowAutocorrelation/LowAutocorrelation-035_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294779-1532450571/watcher-4294779-1532450571 -o /tmp/evaluation-result-4294779-1532450571/solver-4294779-1532450571 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532432947-16183 --watchdog 2580  xcsp_picat HOME/instance-4294779-1532450571.xml

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

MD5SUM BENCH= 57f66bb5496e8bacdf8ee07e22262068
RANDOM SEED=1442865337

node136.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:        22174872 kB
MemAvailable:   31711960 kB
Buffers:          205600 kB
Cached:          9561884 kB
SwapCached:            0 kB
Active:          2214496 kB
Inactive:        7840388 kB
Active(anon):     236932 kB
Inactive(anon):    70196 kB
Active(file):    1977564 kB
Inactive(file):  7770192 kB
Unevictable:        7340 kB
Mlocked:            7340 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3448 kB
Writeback:             0 kB
AnonPages:        294736 kB
Mapped:            41280 kB
Shmem:             17036 kB
Slab:             237540 kB
SReclaimable:     210332 kB
SUnreclaim:        27208 kB
KernelStack:        3344 kB
PageTables:         5900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     639144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    210944 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 56512 MiB
End job on node136 at 2018-07-24 19:24:51