Trace number 4294791

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) 2519.78 2520.01

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294791-1532450815/watcher-4294791-1532450815 -o /tmp/evaluation-result-4294791-1532450815/solver-4294791-1532450815 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532432860-27368 --watchdog 2580 xcsp_picat HOME/instance-4294791-1532450815.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=566, runsolver pid=563

[startup+0.100197 s]*
/proc/loadavg: 2.01 2.07 2.05 3/190 567
/proc/meminfo: memFree=21168664/32770624 swapFree=67108860/67108860
[pid=566] ppid=563 vsize=127792 memory=19392 CPUtime=0.1 cores=0,2,4,6
/proc/566/stat : 566 (xcsp_picat) R 563 566 27337 0 -1 4202496 1945 0 0 0 8 2 0 0 20 0 1 0 62644690 130859008 4848 33554432000 4194304 5849740 140731971846464 140731971846464 5606176 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 32337920 140731971855542 140731971855620 140731971855620 140731971858378 0
/proc/566/statm: 31948 4848 711 405 0 28892 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 127792 KiB
Current children cumulated memory: 19392 KiB

[startup+0.209914 s]*
/proc/loadavg: 2.01 2.07 2.05 3/190 567
/proc/meminfo: memFree=21168664/32770624 swapFree=67108860/67108860
[pid=566] ppid=563 vsize=127756 memory=19472 CPUtime=0.21 cores=0,2,4,6
/proc/566/stat : 566 (xcsp_picat) R 563 566 27337 0 -1 4202496 1953 0 0 0 19 2 0 0 20 0 1 0 62644690 130822144 4868 33554432000 4194304 5849740 140731971846464 140731971846464 140434878373767 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 32337920 140731971855542 140731971855620 140731971855620 140731971858378 0
/proc/566/statm: 31939 4868 713 405 0 28883 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 127756 KiB
Current children cumulated memory: 19472 KiB

[startup+0.309035 s]*
/proc/loadavg: 2.01 2.07 2.05 3/190 567
/proc/meminfo: memFree=21168292/32770624 swapFree=67108860/67108860
[pid=566] ppid=563 vsize=127892 memory=19472 CPUtime=0.31 cores=0,2,4,6
/proc/566/stat : 566 (xcsp_picat) R 563 566 27337 0 -1 4202496 1978 0 0 0 29 2 0 0 20 0 1 0 62644690 130961408 4868 33554432000 4194304 5849740 140731971846464 140731971846464 140434878373767 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 32337920 140731971855542 140731971855620 140731971855620 140731971858378 0
/proc/566/statm: 31973 4868 713 405 0 28917 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 127892 KiB
Current children cumulated memory: 19472 KiB

[startup+0.700344 s]
/proc/loadavg: 2.01 2.07 2.05 3/190 567
/proc/meminfo: memFree=21164324/32770624 swapFree=67108860/67108860
[pid=566] ppid=563 vsize=134096 memory=25288 CPUtime=0.69 cores=0,2,4,6
/proc/566/stat : 566 (xcsp_picat) R 563 566 27337 0 -1 4202496 3694 0 0 0 66 3 0 0 20 0 1 0 62644690 137314304 6322 33554432000 4194304 5849740 140731971846464 140731971846464 5360919 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 32337920 140731971855542 140731971855620 140731971855620 140731971858378 0
/proc/566/statm: 33524 6322 732 405 0 30468 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 134096 KiB
Current children cumulated memory: 25288 KiB

[startup+1.50034 s]
/proc/loadavg: 2.01 2.07 2.05 3/190 567
/proc/meminfo: memFree=21162408/32770624 swapFree=67108860/67108860
[pid=566] ppid=563 vsize=133612 memory=25168 CPUtime=1.49 cores=0,2,4,6
/proc/566/stat : 566 (xcsp_picat) R 563 566 27337 0 -1 4202496 3743 0 0 0 146 3 0 0 20 0 1 0 62644690 136818688 6292 33554432000 4194304 5849740 140731971846464 140731971844952 4212046 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 32337920 140731971855542 140731971855620 140731971855620 140731971858378 0
/proc/566/statm: 33403 6292 732 405 0 30347 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 133612 KiB
Current children cumulated memory: 25168 KiB

[startup+3.10968 s]
/proc/loadavg: 2.01 2.07 2.05 3/190 567
/proc/meminfo: memFree=21157136/32770624 swapFree=67108860/67108860
[pid=566] ppid=563 vsize=138212 memory=29804 CPUtime=3.1 cores=0,2,4,6
/proc/566/stat : 566 (xcsp_picat) R 563 566 27337 0 -1 4202496 6344 0 0 0 305 5 0 0 20 0 1 0 62644690 141529088 7451 33554432000 4194304 5849740 140731971846464 140731971845112 4209287 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 32337920 140731971855542 140731971855620 140731971855620 140731971858378 0
/proc/566/statm: 34553 7451 754 405 0 31497 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 138212 KiB
Current children cumulated memory: 29804 KiB

[startup+6.30033 s]
/proc/loadavg: 2.01 2.07 2.05 3/190 567
/proc/meminfo: memFree=21158684/32770624 swapFree=67108860/67108860
[pid=566] ppid=563 vsize=136164 memory=28000 CPUtime=6.28 cores=0,2,4,6
/proc/566/stat : 566 (xcsp_picat) R 563 566 27337 0 -1 4202496 7744 0 0 0 622 6 0 0 20 0 1 0 62644690 139431936 7000 33554432000 4194304 5849740 140731971846464 140731971845464 5317712 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 32337920 140731971855542 140731971855620 140731971855620 140731971858378 0
/proc/566/statm: 34041 7000 754 405 0 30985 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 136164 KiB
Current children cumulated memory: 28000 KiB

[startup+12.7003 s]
/proc/loadavg: 2.01 2.06 2.05 3/190 567
/proc/meminfo: memFree=21158496/32770624 swapFree=67108860/67108860
[pid=566] ppid=563 vsize=138196 memory=28716 CPUtime=12.69 cores=0,2,4,6
/proc/566/stat : 566 (xcsp_picat) R 563 566 27337 0 -1 4202496 11113 0 0 0 1256 13 0 0 20 0 1 0 62644690 141512704 7179 33554432000 4194304 5849740 140731971846464 140731971844952 5437654 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 32337920 140731971855542 140731971855620 140731971855620 140731971858378 0
/proc/566/statm: 34549 7179 754 405 0 31493 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 138196 KiB
Current children cumulated memory: 28716 KiB

[startup+25.5003 s]
/proc/loadavg: 2.01 2.06 2.05 3/190 567
/proc/meminfo: memFree=21121388/32770624 swapFree=67108860/67108860
[pid=566] ppid=563 vsize=140444 memory=32280 CPUtime=25.49 cores=0,2,4,6
/proc/566/stat : 566 (xcsp_picat) R 563 566 27337 0 -1 4202496 15377 0 0 0 2524 25 0 0 20 0 1 0 62644690 143814656 8070 33554432000 4194304 5849740 140731971846464 140731971845464 5335529 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 32337920 140731971855542 140731971855620 140731971855620 140731971858378 0
/proc/566/statm: 35111 8070 754 405 0 32055 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 140444 KiB
Current children cumulated memory: 32280 KiB

[startup+51.1096 s]
/proc/loadavg: 2.01 2.06 2.05 3/190 567
/proc/meminfo: memFree=21115288/32770624 swapFree=67108860/67108860
[pid=566] ppid=563 vsize=146544 memory=38380 CPUtime=51.1 cores=0,2,4,6
/proc/566/stat : 566 (xcsp_picat) R 563 566 27337 0 -1 4202496 18955 0 0 0 5070 40 0 0 20 0 1 0 62644690 150061056 9595 33554432000 4194304 5849740 140731971846464 140731971845464 5335568 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 32337920 140731971855542 140731971855620 140731971855620 140731971858378 0
/proc/566/statm: 36636 9595 754 405 0 33580 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 146544 KiB
Current children cumulated memory: 38380 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.05 2.05 3/190 568
/proc/meminfo: memFree=21103120/32770624 swapFree=67108860/67108860
[pid=566] ppid=563 vsize=149040 memory=40884 CPUtime=102.29 cores=0,2,4,6
/proc/566/stat : 566 (xcsp_picat) R 563 566 27337 0 -1 4202496 38577 0 0 0 10156 73 0 0 20 0 1 0 62644690 152616960 10221 33554432000 4194304 5849740 140731971846464 140731971845464 140434878373767 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 32337920 140731971855542 140731971855620 140731971855620 140731971858378 0
/proc/566/statm: 37260 10221 754 405 0 34204 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 149040 KiB
Current children cumulated memory: 40884 KiB

[startup+162.3 s]
/proc/loadavg: 2.07 2.06 2.05 3/190 569
/proc/meminfo: memFree=21102744/32770624 swapFree=67108860/67108860
[pid=566] ppid=563 vsize=147112 memory=38856 CPUtime=162.28 cores=0,2,4,6
/proc/566/stat : 566 (xcsp_picat) R 563 566 27337 0 -1 4202496 50697 0 0 0 16112 116 0 0 20 0 1 0 62644690 150642688 9714 33554432000 4194304 5849740 140731971846464 140731971845464 140434878373767 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 32337920 140731971855542 140731971855620 140731971855620 140731971858378 0
/proc/566/statm: 36778 9714 754 405 0 33722 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 147112 KiB
Current children cumulated memory: 38856 KiB

[startup+222.3 s]
/proc/loadavg: 2.03 2.04 2.05 3/191 580
/proc/meminfo: memFree=21059028/32770624 swapFree=67108860/67108860
[pid=566] ppid=563 vsize=161708 memory=56316 CPUtime=222.28 cores=0,2,4,6
/proc/566/stat : 566 (xcsp_picat) R 563 566 27337 0 -1 4202496 55513 0 0 0 22075 153 0 0 20 0 1 0 62644690 165588992 14079 33554432000 4194304 5849740 140731971846464 140731971845464 5437808 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 32337920 140731971855542 140731971855620 140731971855620 140731971858378 0
/proc/566/statm: 40427 14079 754 405 0 37371 0
Current children cumulated CPU time: 222.28 s
Current children cumulated vsize: 161708 KiB
Current children cumulated memory: 56316 KiB

[startup+282.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/191 582
/proc/meminfo: memFree=21012184/32770624 swapFree=67108860/67108860
[pid=566] ppid=563 vsize=172880 memory=71844 CPUtime=282.27 cores=0,2,4,6
/proc/566/stat : 566 (xcsp_picat) R 563 566 27337 0 -1 4202496 57327 0 0 0 28042 185 0 0 20 0 1 0 62644690 177029120 17961 33554432000 4194304 5849740 140731971846464 140731971845464 140434878373767 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 32337920 140731971855542 140731971855620 140731971855620 140731971858378 0
/proc/566/statm: 43220 17961 754 405 0 40164 0
Current children cumulated CPU time: 282.27 s
Current children cumulated vsize: 172880 KiB
Current children cumulated memory: 71844 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/191 584
/proc/meminfo: memFree=20974956/32770624 swapFree=67108860/67108860
[pid=566] ppid=563 vsize=190436 memory=89364 CPUtime=342.27 cores=0,2,4,6
/proc/566/stat : 566 (xcsp_picat) R 563 566 27337 0 -1 4202496 62030 0 0 0 34019 208 0 0 20 0 1 0 62644690 195006464 22341 33554432000 4194304 5849740 140731971846464 140731971845464 140434878373767 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 32337920 140731971855542 140731971855620 140731971855620 140731971858378 0
/proc/566/statm: 47609 22341 754 405 0 44553 0
Current children cumulated CPU time: 342.27 s
Current children cumulated vsize: 190436 KiB
Current children cumulated memory: 89364 KiB

[startup+402.3 s]
/proc/loadavg: 2.14 2.07 2.06 3/191 585
/proc/meminfo: memFree=20950812/32770624 swapFree=67108860/67108860
[pid=566] ppid=563 vsize=215052 memory=114068 CPUtime=402.26 cores=0,2,4,6
/proc/566/stat : 566 (xcsp_picat) R 563 566 27337 0 -1 4202496 66106 0 0 0 39999 227 0 0 20 0 1 0 62644690 220213248 28517 33554432000 4194304 5849740 140731971846464 140731971845464 140434878373767 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 32337920 140731971855542 140731971855620 140731971855620 140731971858378 0
/proc/566/statm: 53763 28517 754 405 0 50707 0
Current children cumulated CPU time: 402.26 s
Current children cumulated vsize: 215052 KiB
Current children cumulated memory: 114068 KiB

[startup+462.3 s]
/proc/loadavg: 2.05 2.06 2.05 3/191 586
/proc/meminfo: memFree=20941308/32770624 swapFree=67108860/67108860
[pid=566] ppid=563 vsize=224416 memory=123560 CPUtime=462.26 cores=0,2,4,6
/proc/566/stat : 566 (xcsp_picat) R 563 566 27337 0 -1 4202496 71281 0 0 0 45980 246 0 0 20 0 1 0 62644690 229801984 30890 33554432000 4194304 5849740 140731971846464 140731971845464 140434878373767 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 32337920 140731971855542 140731971855620 140731971855620 140731971858378 0
/proc/566/statm: 56104 30890 754 405 0 53048 0
Current children cumulated CPU time: 462.26 s
Current children cumulated vsize: 224416 KiB
Current children cumulated memory: 123560 KiB


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

/proc/566/statm: 115430 90216 754 405 0 112374 0
Current children cumulated CPU time: 1722.12 s
Current children cumulated vsize: 461720 KiB
Current children cumulated memory: 360864 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.05 2.06 3/190 727
/proc/meminfo: memFree=20946080/32770624 swapFree=67108860/67108860
[pid=566] ppid=563 vsize=461720 memory=360864 CPUtime=1782.11 cores=0,2,4,6
/proc/566/stat : 566 (xcsp_picat) R 563 566 27337 0 -1 4202496 294480 0 0 0 177747 464 0 0 20 0 1 0 62644690 472801280 90216 33554432000 4194304 5849740 140731971846464 140731971845464 140434878373767 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 32337920 140731971855542 140731971855620 140731971855620 140731971858378 0
/proc/566/statm: 115430 90216 754 405 0 112374 0
Current children cumulated CPU time: 1782.11 s
Current children cumulated vsize: 461720 KiB
Current children cumulated memory: 360864 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.04 2.06 3/190 728
/proc/meminfo: memFree=20941096/32770624 swapFree=67108860/67108860
[pid=566] ppid=563 vsize=461720 memory=360864 CPUtime=1842.09 cores=0,2,4,6
/proc/566/stat : 566 (xcsp_picat) R 563 566 27337 0 -1 4202496 310288 0 0 0 183736 473 0 0 20 0 1 0 62644690 472801280 90216 33554432000 4194304 5849740 140731971846464 140731971845464 5437698 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 32337920 140731971855542 140731971855620 140731971855620 140731971858378 0
/proc/566/statm: 115430 90216 754 405 0 112374 0
Current children cumulated CPU time: 1842.09 s
Current children cumulated vsize: 461720 KiB
Current children cumulated memory: 360864 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/190 729
/proc/meminfo: memFree=20919244/32770624 swapFree=67108860/67108860
[pid=566] ppid=563 vsize=489552 memory=388540 CPUtime=1902.08 cores=0,2,4,6
/proc/566/stat : 566 (xcsp_picat) R 563 566 27337 0 -1 4202496 312521 0 0 0 189727 481 0 0 20 0 1 0 62644690 501301248 97135 33554432000 4194304 5849740 140731971846464 140731971845464 5437698 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 32337920 140731971855542 140731971855620 140731971855620 140731971858378 0
/proc/566/statm: 122388 97135 754 405 0 119332 0
Current children cumulated CPU time: 1902.08 s
Current children cumulated vsize: 489552 KiB
Current children cumulated memory: 388540 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/190 730
/proc/meminfo: memFree=21068732/32770624 swapFree=67108860/67108860
[pid=566] ppid=563 vsize=355664 memory=254808 CPUtime=1962.08 cores=0,2,4,6
/proc/566/stat : 566 (xcsp_picat) R 563 566 27337 0 -1 4202496 317224 0 0 0 195714 494 0 0 20 0 1 0 62644690 364199936 63702 33554432000 4194304 5849740 140731971846464 140731971845464 140434878373767 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 32337920 140731971855542 140731971855620 140731971855620 140731971858378 0
/proc/566/statm: 88916 63702 754 405 0 85860 0
Current children cumulated CPU time: 1962.08 s
Current children cumulated vsize: 355664 KiB
Current children cumulated memory: 254808 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/191 739
/proc/meminfo: memFree=21057636/32770624 swapFree=67108860/67108860
[pid=566] ppid=563 vsize=355664 memory=254808 CPUtime=2022.08 cores=0,2,4,6
/proc/566/stat : 566 (xcsp_picat) R 563 566 27337 0 -1 4202496 319040 0 0 0 201703 505 0 0 20 0 1 0 62644690 364199936 63702 33554432000 4194304 5849740 140731971846464 140731971845464 5335568 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 32337920 140731971855542 140731971855620 140731971855620 140731971858378 0
/proc/566/statm: 88916 63702 754 405 0 85860 0
Current children cumulated CPU time: 2022.08 s
Current children cumulated vsize: 355664 KiB
Current children cumulated memory: 254808 KiB

[startup+2082.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/191 740
/proc/meminfo: memFree=21043416/32770624 swapFree=67108860/67108860
[pid=566] ppid=563 vsize=355664 memory=254808 CPUtime=2082.08 cores=0,2,4,6
/proc/566/stat : 566 (xcsp_picat) R 563 566 27337 0 -1 4202496 320996 0 0 0 207693 515 0 0 20 0 1 0 62644690 364199936 63702 33554432000 4194304 5849740 140731971846464 140731971845464 5437600 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 32337920 140731971855542 140731971855620 140731971855620 140731971858378 0
/proc/566/statm: 88916 63702 754 405 0 85860 0
Current children cumulated CPU time: 2082.08 s
Current children cumulated vsize: 355664 KiB
Current children cumulated memory: 254808 KiB

[startup+2142.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/191 741
/proc/meminfo: memFree=21037620/32770624 swapFree=67108860/67108860
[pid=566] ppid=563 vsize=355664 memory=254808 CPUtime=2142.07 cores=0,2,4,6
/proc/566/stat : 566 (xcsp_picat) R 563 566 27337 0 -1 4202496 322851 0 0 0 213682 525 0 0 20 0 1 0 62644690 364199936 63702 33554432000 4194304 5849740 140731971846464 140731971845464 5437564 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 32337920 140731971855542 140731971855620 140731971855620 140731971858378 0
/proc/566/statm: 88916 63702 754 405 0 85860 0
Current children cumulated CPU time: 2142.07 s
Current children cumulated vsize: 355664 KiB
Current children cumulated memory: 254808 KiB

[startup+2202.3 s]
/proc/loadavg: 2.04 2.04 2.05 3/191 742
/proc/meminfo: memFree=20956868/32770624 swapFree=67108860/67108860
[pid=566] ppid=563 vsize=428944 memory=328088 CPUtime=2202.07 cores=0,2,4,6
/proc/566/stat : 566 (xcsp_picat) R 563 566 27337 0 -1 4202496 325895 0 0 0 219671 536 0 0 20 0 1 0 62644690 439238656 82022 33554432000 4194304 5849740 140731971846464 140731971845464 5437620 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 32337920 140731971855542 140731971855620 140731971855620 140731971858378 0
/proc/566/statm: 107236 82022 754 405 0 104180 0
Current children cumulated CPU time: 2202.07 s
Current children cumulated vsize: 428944 KiB
Current children cumulated memory: 328088 KiB

[startup+2262.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/191 743
/proc/meminfo: memFree=20980932/32770624 swapFree=67108860/67108860
[pid=566] ppid=563 vsize=428944 memory=328088 CPUtime=2262.06 cores=0,2,4,6
/proc/566/stat : 566 (xcsp_picat) R 563 566 27337 0 -1 4202496 326465 0 0 0 225663 543 0 0 20 0 1 0 62644690 439238656 82022 33554432000 4194304 5849740 140731971846464 140731971845464 5437808 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 32337920 140731971855542 140731971855620 140731971855620 140731971858378 0
/proc/566/statm: 107236 82022 754 405 0 104180 0
Current children cumulated CPU time: 2262.06 s
Current children cumulated vsize: 428944 KiB
Current children cumulated memory: 328088 KiB

[startup+2322.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/190 745
/proc/meminfo: memFree=20904440/32770624 swapFree=67108860/67108860
[pid=566] ppid=563 vsize=494480 memory=393624 CPUtime=2322.06 cores=0,2,4,6
/proc/566/stat : 566 (xcsp_picat) R 563 566 27337 0 -1 4202496 328534 0 0 0 231655 551 0 0 20 0 1 0 62644690 506347520 98406 33554432000 4194304 5849740 140731971846464 140731971845464 5437600 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 32337920 140731971855542 140731971855620 140731971855620 140731971858378 0
/proc/566/statm: 123620 98406 754 405 0 120564 0
Current children cumulated CPU time: 2322.06 s
Current children cumulated vsize: 494480 KiB
Current children cumulated memory: 393624 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/190 746
/proc/meminfo: memFree=20908900/32770624 swapFree=67108860/67108860
[pid=566] ppid=563 vsize=494480 memory=393624 CPUtime=2382.06 cores=0,2,4,6
/proc/566/stat : 566 (xcsp_picat) R 563 566 27337 0 -1 4202496 329901 0 0 0 237647 559 0 0 20 0 1 0 62644690 506347520 98406 33554432000 4194304 5849740 140731971846464 140731971845464 5437698 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 32337920 140731971855542 140731971855620 140731971855620 140731971858378 0
/proc/566/statm: 123620 98406 754 405 0 120564 0
Current children cumulated CPU time: 2382.06 s
Current children cumulated vsize: 494480 KiB
Current children cumulated memory: 393624 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/190 747
/proc/meminfo: memFree=20908028/32770624 swapFree=67108860/67108860
[pid=566] ppid=563 vsize=494480 memory=393624 CPUtime=2442.06 cores=0,2,4,6
/proc/566/stat : 566 (xcsp_picat) R 563 566 27337 0 -1 4202496 331305 0 0 0 243641 565 0 0 20 0 1 0 62644690 506347520 98406 33554432000 4194304 5849740 140731971846464 140731971845464 5437808 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 32337920 140731971855542 140731971855620 140731971855620 140731971858378 0
/proc/566/statm: 123620 98406 754 405 0 120564 0
Current children cumulated CPU time: 2442.06 s
Current children cumulated vsize: 494480 KiB
Current children cumulated memory: 393624 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/190 749
/proc/meminfo: memFree=20895824/32770624 swapFree=67108860/67108860
[pid=566] ppid=563 vsize=494480 memory=393624 CPUtime=2502.06 cores=0,2,4,6
/proc/566/stat : 566 (xcsp_picat) R 563 566 27337 0 -1 4202496 332791 0 0 0 249636 570 0 0 20 0 1 0 62644690 506347520 98406 33554432000 4194304 5849740 140731971846464 140731971845464 5437600 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 32337920 140731971855542 140731971855620 140731971855620 140731971858378 0
/proc/566/statm: 123620 98406 754 405 0 120564 0
Current children cumulated CPU time: 2502.06 s
Current children cumulated vsize: 494480 KiB
Current children cumulated memory: 393624 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 2.05 3/190 750
/proc/meminfo: memFree=20968612/32770624 swapFree=67108860/67108860
[pid=566] ppid=563 vsize=428944 memory=328088 CPUtime=2519.76 cores=0,2,4,6
/proc/566/stat : 566 (xcsp_picat) R 563 566 27337 0 -1 4202496 332870 0 0 0 251404 572 0 0 20 0 1 0 62644690 439238656 82022 33554432000 4194304 5849740 140731971846464 140731971845464 140434878373767 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 32337920 140731971855542 140731971855620 140731971855620 140731971858378 0
/proc/566/statm: 107236 82022 754 405 0 104180 0
Current children cumulated CPU time: 2519.76 s
Current children cumulated vsize: 428944 KiB
Current children cumulated memory: 328088 KiB

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

[startup+2520.01 s]
# the end of solver process 566 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.05 s, system=5.72467 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): 2519.78
CPU user time (s): 2514.05
CPU system time (s): 5.72467
CPU usage (%): 99.9906
Max. virtual memory (cumulated for all children) (KiB): 494480
Max. memory (cumulated for all children) (KiB): 393624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.05
system time used= 5.72467
maximum resident set size= 393624
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 332871
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= 138
involuntary context switches= 4193


# summary of solver processes directly reported to runsolver:
#   pid: 566
#   total CPU time (s): 2519.78
#   total CPU user time (s): 2514.05
#   total CPU system time (s): 5.72467

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.31104 second user time and 19.4239 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-24 18:46:55
IDJOB=4294791
IDBENCH=141424
IDSOLVER=2754
FILE ID=node132/4294791-1532450815
RUNJOBID= node132-1532432860-27368
PBS_JOBID= 21021577
Free space on /tmp= 52472 MiB

SOLVER NAME= PicatSAT 2018-06-15
BENCH NAME= XCSP18/LowAutocorrelation/LowAutocorrelation-040_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294791-1532450815/watcher-4294791-1532450815 -o /tmp/evaluation-result-4294791-1532450815/solver-4294791-1532450815 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532432860-27368 --watchdog 2580  xcsp_picat HOME/instance-4294791-1532450815.xml

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

MD5SUM BENCH= 4e9e0842de773da2d9de44121d9bf85e
RANDOM SEED=1737086445

node132.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.65
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.65
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.65
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.65
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:        21185592 kB
MemAvailable:   31740756 kB
Buffers:          185764 kB
Cached:         10533816 kB
SwapCached:            0 kB
Active:          2754972 kB
Inactive:        8218852 kB
Active(anon):     203040 kB
Inactive(anon):    70696 kB
Active(file):    2551932 kB
Inactive(file):  8148156 kB
Unevictable:        7020 kB
Mlocked:            7020 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3204 kB
Writeback:             0 kB
AnonPages:        260804 kB
Mapped:            40984 kB
Shmem:             17056 kB
Slab:             310952 kB
SReclaimable:     283536 kB
SUnreclaim:        27416 kB
KernelStack:        3376 kB
PageTables:         5528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     604744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    151552 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 52468 MiB
End job on node132 at 2018-07-24 19:28:55