Trace number 4303508

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PicatSAT 2018-08-02? (TO) 2519.97 2520.01

General information on the benchmark

NameAuction/Auction-cnt/
Auction-cnt-decay200_c18.xml
MD5SUMb9a88cf563e94a20e010143964b9c3ad
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1458346
Best CPU time to get the best result obtained on this benchmark2520.1
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints200
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2000}]
Minimum variable degree2
Maximum variable degree30
Distribution of variable degrees[{"degree":2,"count":190},{"degree":3,"count":378},{"degree":4,"count":330},{"degree":5,"count":258},{"degree":6,"count":209},{"degree":7,"count":129},{"degree":8,"count":125},{"degree":9,"count":75},{"degree":10,"count":68},{"degree":11,"count":60},{"degree":12,"count":43},{"degree":13,"count":29},{"degree":14,"count":28},{"degree":15,"count":14},{"degree":16,"count":7},{"degree":17,"count":8},{"degree":18,"count":9},{"degree":19,"count":8},{"degree":20,"count":14},{"degree":21,"count":8},{"degree":22,"count":1},{"degree":23,"count":2},{"degree":24,"count":1},{"degree":26,"count":2},{"degree":27,"count":3},{"degree":30,"count":1}]
Minimum constraint arity36
Maximum constraint arity75
Distribution of constraint arities[{"arity":36,"count":2},{"arity":37,"count":5},{"arity":38,"count":4},{"arity":39,"count":4},{"arity":40,"count":2},{"arity":41,"count":4},{"arity":42,"count":7},{"arity":43,"count":7},{"arity":44,"count":7},{"arity":45,"count":8},{"arity":46,"count":7},{"arity":47,"count":9},{"arity":48,"count":10},{"arity":49,"count":9},{"arity":50,"count":20},{"arity":51,"count":16},{"arity":52,"count":7},{"arity":53,"count":13},{"arity":54,"count":9},{"arity":55,"count":10},{"arity":56,"count":6},{"arity":57,"count":6},{"arity":58,"count":6},{"arity":59,"count":4},{"arity":60,"count":5},{"arity":61,"count":2},{"arity":62,"count":2},{"arity":63,"count":1},{"arity":64,"count":1},{"arity":65,"count":1},{"arity":67,"count":2},{"arity":68,"count":3},{"arity":75,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"count","count":200}]
Optimization problemYES
Type of objectivemax SUM

Solver Data


Verifier Data

One s line expected

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (10752 MiB free)
  memory of node 1: 16384 MiB (7041 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4303508-1533998882/watcher-4303508-1533998882 -o /tmp/evaluation-result-4303508-1533998882/solver-4303508-1533998882 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1533991241-25513 --watchdog 2580 xcsp_picat HOME/instance-4303508-1533998882.xml 

running on 4 cores: 1,3,5,7

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
solver pid=26640, runsolver pid=26637
Current StackSize limit: 8192 KiB


[startup+0.100157 s]*
/proc/loadavg: 2.00 2.01 2.05 3/190 26641
/proc/meminfo: memFree=18192924/32770624 swapFree=67108688/67108860
[pid=26640] ppid=26637 vsize=2025744 memory=30724 CPUtime=0.1 cores=1,3,5,7
/proc/26640/stat : 26640 (xcsp_picat) R 26637 26640 25480 0 -1 4202496 1223 0 0 0 10 0 0 0 20 0 1 0 217451364 2074361856 7681 33554432000 4194304 5849708 140732659263888 140732659263192 4454844 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17362944 140732659266742 140732659266820 140732659266820 140732659269578 0
/proc/26640/statm: 506436 7681 623 405 0 503381 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 30724 KiB

[startup+0.209808 s]*
/proc/loadavg: 2.00 2.01 2.05 3/190 26641
/proc/meminfo: memFree=18176044/32770624 swapFree=67108688/67108860
[pid=26640] ppid=26637 vsize=2025744 memory=48012 CPUtime=0.2 cores=1,3,5,7
/proc/26640/stat : 26640 (xcsp_picat) R 26637 26640 25480 0 -1 4202496 1426 0 0 0 20 0 0 0 20 0 1 0 217451364 2074361856 12003 33554432000 4194304 5849708 140732659263888 140732659263192 139688914403207 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17362944 140732659266742 140732659266820 140732659266820 140732659269578 0
/proc/26640/statm: 506436 12003 713 405 0 503381 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 48012 KiB

[startup+0.309526 s]*
/proc/loadavg: 2.00 2.01 2.05 3/190 26641
/proc/meminfo: memFree=18176044/32770624 swapFree=67108688/67108860
[pid=26640] ppid=26637 vsize=2025744 memory=48012 CPUtime=0.3 cores=1,3,5,7
/proc/26640/stat : 26640 (xcsp_picat) R 26637 26640 25480 0 -1 4202496 1438 0 0 0 30 0 0 0 20 0 1 0 217451364 2074361856 12003 33554432000 4194304 5849708 140732659263888 140732659263192 5606192 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17362944 140732659266742 140732659266820 140732659266820 140732659269578 0
/proc/26640/statm: 506436 12003 713 405 0 503381 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 48012 KiB

[startup+0.700276 s]
/proc/loadavg: 2.00 2.01 2.05 3/190 26641
/proc/meminfo: memFree=18176044/32770624 swapFree=67108688/67108860
[pid=26640] ppid=26637 vsize=2025876 memory=48012 CPUtime=0.69 cores=1,3,5,7
/proc/26640/stat : 26640 (xcsp_picat) R 26637 26640 25480 0 -1 4202496 1460 0 0 0 69 0 0 0 20 0 1 0 217451364 2074497024 12003 33554432000 4194304 5849708 140732659263888 140732659263192 5611464 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17362944 140732659266742 140732659266820 140732659266820 140732659269578 0
/proc/26640/statm: 506469 12003 713 405 0 503414 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2025876 KiB
Current children cumulated memory: 48012 KiB

[startup+1.50033 s]
/proc/loadavg: 2.00 2.01 2.05 3/190 26641
/proc/meminfo: memFree=18176044/32770624 swapFree=67108688/67108860
[pid=26640] ppid=26637 vsize=2025876 memory=48012 CPUtime=1.49 cores=1,3,5,7
/proc/26640/stat : 26640 (xcsp_picat) R 26637 26640 25480 0 -1 4202496 1464 0 0 0 149 0 0 0 20 0 1 0 217451364 2074497024 12003 33554432000 4194304 5849708 140732659263888 140732659262984 5606207 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17362944 140732659266742 140732659266820 140732659266820 140732659269578 0
/proc/26640/statm: 506469 12003 713 405 0 503414 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2025876 KiB
Current children cumulated memory: 48012 KiB

[startup+3.10909 s]
/proc/loadavg: 2.00 2.01 2.05 3/190 26641
/proc/meminfo: memFree=18175816/32770624 swapFree=67108688/67108860
[pid=26640] ppid=26637 vsize=2026004 memory=48260 CPUtime=3.09 cores=1,3,5,7
/proc/26640/stat : 26640 (xcsp_picat) R 26637 26640 25480 0 -1 4202496 1611 0 0 0 309 0 0 0 20 0 1 0 217451364 2074628096 12065 33554432000 4194304 5849708 140732659263888 140732659262984 5521460 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17362944 140732659266742 140732659266820 140732659266820 140732659269578 0
/proc/26640/statm: 506501 12065 714 405 0 503446 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2026004 KiB
Current children cumulated memory: 48260 KiB

[startup+6.30028 s]
/proc/loadavg: 2.00 2.01 2.05 3/190 26641
/proc/meminfo: memFree=18175380/32770624 swapFree=67108688/67108860
[pid=26640] ppid=26637 vsize=2026004 memory=48372 CPUtime=6.29 cores=1,3,5,7
/proc/26640/stat : 26640 (xcsp_picat) R 26637 26640 25480 0 -1 4202496 1734 0 0 0 629 0 0 0 20 0 1 0 217451364 2074628096 12093 33554432000 4194304 5849708 140732659263888 140732659262984 5606213 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17362944 140732659266742 140732659266820 140732659266820 140732659269578 0
/proc/26640/statm: 506501 12093 714 405 0 503446 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2026004 KiB
Current children cumulated memory: 48372 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.05 3/190 26641
/proc/meminfo: memFree=18175368/32770624 swapFree=67108688/67108860
[pid=26640] ppid=26637 vsize=2036756 memory=58932 CPUtime=12.69 cores=1,3,5,7
/proc/26640/stat : 26640 (xcsp_picat) R 26637 26640 25480 0 -1 4202496 4701 0 0 0 1268 1 0 0 20 0 1 0 217451364 2085638144 14733 33554432000 4194304 5849708 140732659263888 140732659262984 5431894 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17362944 140732659266742 140732659266820 140732659266820 140732659269578 0
/proc/26640/statm: 509189 14733 717 405 0 506134 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2036756 KiB
Current children cumulated memory: 58932 KiB

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 2.05 3/190 26641
/proc/meminfo: memFree=18143940/32770624 swapFree=67108688/67108860
[pid=26640] ppid=26637 vsize=2058368 memory=80760 CPUtime=25.49 cores=1,3,5,7
/proc/26640/stat : 26640 (xcsp_picat) R 26637 26640 25480 0 -1 4202496 23143 0 0 0 2541 8 0 0 20 0 1 0 217451364 2107768832 20190 33554432000 4194304 5849708 140732659263888 140732659262376 5301920 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17362944 140732659266742 140732659266820 140732659266820 140732659269578 0
/proc/26640/statm: 514592 20190 751 405 0 511537 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2058368 KiB
Current children cumulated memory: 80760 KiB

[startup+51.1096 s]
/proc/loadavg: 2.00 2.01 2.05 3/190 26641
/proc/meminfo: memFree=18130680/32770624 swapFree=67108688/67108860
[pid=26640] ppid=26637 vsize=2070792 memory=93312 CPUtime=51.1 cores=1,3,5,7
/proc/26640/stat : 26640 (xcsp_picat) R 26637 26640 25480 0 -1 4202496 40818 0 0 0 5089 21 0 0 20 0 1 0 217451364 2120491008 23328 33554432000 4194304 5849708 140732659263888 140732659262888 139688914403207 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17362944 140732659266742 140732659266820 140732659266820 140732659269578 0
/proc/26640/statm: 517698 23328 751 405 0 514643 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2070792 KiB
Current children cumulated memory: 93312 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/190 26642
/proc/meminfo: memFree=18125096/32770624 swapFree=67108688/67108860
[pid=26640] ppid=26637 vsize=2072660 memory=95088 CPUtime=102.29 cores=1,3,5,7
/proc/26640/stat : 26640 (xcsp_picat) R 26637 26640 25480 0 -1 4202496 56434 0 0 0 10186 43 0 0 20 0 1 0 217451364 2122403840 23772 33554432000 4194304 5849708 140732659263888 140732659262888 5437837 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17362944 140732659266742 140732659266820 140732659266820 140732659269578 0
/proc/26640/statm: 518165 23772 751 405 0 515110 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 2072660 KiB
Current children cumulated memory: 95088 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/192 26652
/proc/meminfo: memFree=18091288/32770624 swapFree=67108688/67108860
[pid=26640] ppid=26637 vsize=2105388 memory=127812 CPUtime=162.29 cores=1,3,5,7
/proc/26640/stat : 26640 (xcsp_picat) R 26637 26640 25480 0 -1 4202496 66560 0 0 0 16164 65 0 0 20 0 1 0 217451364 2155917312 31953 33554432000 4194304 5849708 140732659263888 140732659262888 139688914403207 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17362944 140732659266742 140732659266820 140732659266820 140732659269578 0
/proc/26640/statm: 526347 31953 751 405 0 523292 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 2105388 KiB
Current children cumulated memory: 127812 KiB

[startup+222.3 s]
/proc/loadavg: 2.41 2.14 2.09 3/192 26653
/proc/meminfo: memFree=18086972/32770624 swapFree=67108688/67108860
[pid=26640] ppid=26637 vsize=2110320 memory=131792 CPUtime=222.29 cores=1,3,5,7
/proc/26640/stat : 26640 (xcsp_picat) R 26637 26640 25480 0 -1 4202496 76125 0 0 0 22142 87 0 0 20 0 1 0 217451364 2160967680 32948 33554432000 4194304 5849708 140732659263888 140732659262888 139688914403207 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17362944 140732659266742 140732659266820 140732659266820 140732659269578 0
/proc/26640/statm: 527580 32948 751 405 0 524525 0
Current children cumulated CPU time: 222.29 s
Current children cumulated vsize: 2110320 KiB
Current children cumulated memory: 131792 KiB

[startup+282.3 s]
/proc/loadavg: 2.15 2.12 2.08 3/192 26654
/proc/meminfo: memFree=18086080/32770624 swapFree=67108688/67108860
[pid=26640] ppid=26637 vsize=2110844 memory=133236 CPUtime=282.29 cores=1,3,5,7
/proc/26640/stat : 26640 (xcsp_picat) R 26637 26640 25480 0 -1 4202496 85969 0 0 0 28119 110 0 0 20 0 1 0 217451364 2161504256 33309 33554432000 4194304 5849708 140732659263888 140732659262888 5437835 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17362944 140732659266742 140732659266820 140732659266820 140732659269578 0
/proc/26640/statm: 527711 33309 751 405 0 524656 0
Current children cumulated CPU time: 282.29 s
Current children cumulated vsize: 2110844 KiB
Current children cumulated memory: 133236 KiB

[startup+342.3 s]
/proc/loadavg: 2.05 2.10 2.08 3/192 26655
/proc/meminfo: memFree=18076164/32770624 swapFree=67108688/67108860
[pid=26640] ppid=26637 vsize=2120384 memory=142776 CPUtime=342.28 cores=1,3,5,7
/proc/26640/stat : 26640 (xcsp_picat) R 26637 26640 25480 0 -1 4202496 86921 0 0 0 34102 126 0 0 20 0 1 0 217451364 2171273216 35694 33554432000 4194304 5849708 140732659263888 140732659262888 5335545 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17362944 140732659266742 140732659266820 140732659266820 140732659269578 0
/proc/26640/statm: 530096 35694 751 405 0 527041 0
Current children cumulated CPU time: 342.28 s
Current children cumulated vsize: 2120384 KiB
Current children cumulated memory: 142776 KiB

[startup+402.3 s]
/proc/loadavg: 2.02 2.08 2.07 3/192 26656
/proc/meminfo: memFree=18069388/32770624 swapFree=67108688/67108860
[pid=26640] ppid=26637 vsize=2120384 memory=142776 CPUtime=402.29 cores=1,3,5,7
/proc/26640/stat : 26640 (xcsp_picat) R 26637 26640 25480 0 -1 4202496 96948 0 0 0 40083 146 0 0 20 0 1 0 217451364 2171273216 35694 33554432000 4194304 5849708 140732659263888 140732659262536 5416714 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17362944 140732659266742 140732659266820 140732659266820 140732659269578 0
/proc/26640/statm: 530096 35694 751 405 0 527041 0
Current children cumulated CPU time: 402.29 s
Current children cumulated vsize: 2120384 KiB
Current children cumulated memory: 142776 KiB

[startup+462.3 s]
/proc/loadavg: 2.01 2.07 2.06 3/190 26658
/proc/meminfo: memFree=18060860/32770624 swapFree=67108688/67108860
[pid=26640] ppid=26637 vsize=2129648 memory=151868 CPUtime=462.29 cores=1,3,5,7
/proc/26640/stat : 26640 (xcsp_picat) R 26637 26640 25480 0 -1 4202496 100238 0 0 0 46066 163 0 0 20 0 1 0 217451364 2180759552 37967 33554432000 4194304 5849708 140732659263888 140732659262888 5339463 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17362944 140732659266742 140732659266820 140732659266820 140732659269578 0
/proc/26640/statm: 532412 37967 751 405 0 529357 0
Current children cumulated CPU time: 462.29 s
Current children cumulated vsize: 2129648 KiB
Current children cumulated memory: 151868 KiB


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

/proc/26640/statm: 565412 72278 751 405 0 562357 0
Current children cumulated CPU time: 1722.27 s
Current children cumulated vsize: 2261648 KiB
Current children cumulated memory: 289112 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 26722
/proc/meminfo: memFree=17788772/32770624 swapFree=67108688/67108860
[pid=26640] ppid=26637 vsize=2215948 memory=243240 CPUtime=1782.26 cores=1,3,5,7
/proc/26640/stat : 26640 (xcsp_picat) R 26637 26640 25480 0 -1 4202496 271628 0 0 0 177701 525 0 0 20 0 1 0 217451364 2269130752 60810 33554432000 4194304 5849708 140732659263888 140732659263048 5437824 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17362944 140732659266742 140732659266820 140732659266820 140732659269578 0
/proc/26640/statm: 553987 60810 751 405 0 550932 0
Current children cumulated CPU time: 1782.26 s
Current children cumulated vsize: 2215948 KiB
Current children cumulated memory: 243240 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 26723
/proc/meminfo: memFree=17810900/32770624 swapFree=67108688/67108860
[pid=26640] ppid=26637 vsize=2221764 memory=249228 CPUtime=1842.26 cores=1,3,5,7
/proc/26640/stat : 26640 (xcsp_picat) R 26637 26640 25480 0 -1 4202496 285042 0 0 0 183681 545 0 0 20 0 1 0 217451364 2275086336 62307 33554432000 4194304 5849708 140732659263888 140732659262888 5437647 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17362944 140732659266742 140732659266820 140732659266820 140732659269578 0
/proc/26640/statm: 555441 62307 751 405 0 552386 0
Current children cumulated CPU time: 1842.26 s
Current children cumulated vsize: 2221764 KiB
Current children cumulated memory: 249228 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 26724
/proc/meminfo: memFree=17904856/32770624 swapFree=67108688/67108860
[pid=26640] ppid=26637 vsize=2216116 memory=243580 CPUtime=1902.26 cores=1,3,5,7
/proc/26640/stat : 26640 (xcsp_picat) R 26637 26640 25480 0 -1 4202496 290836 0 0 0 189665 561 0 0 20 0 1 0 217451364 2269302784 60895 33554432000 4194304 5849708 140732659263888 140732659262888 5437824 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17362944 140732659266742 140732659266820 140732659266820 140732659269578 0
/proc/26640/statm: 554029 60895 751 405 0 550974 0
Current children cumulated CPU time: 1902.26 s
Current children cumulated vsize: 2216116 KiB
Current children cumulated memory: 243580 KiB

[startup+1962.3 s]
/proc/loadavg: 1.95 2.00 2.04 3/192 26916
/proc/meminfo: memFree=18076476/32770624 swapFree=67108688/67108860
[pid=26640] ppid=26637 vsize=2246568 memory=274032 CPUtime=1962.26 cores=1,3,5,7
/proc/26640/stat : 26640 (xcsp_picat) R 26637 26640 25480 0 -1 4202496 306869 0 0 0 195649 577 0 0 20 0 1 0 217451364 2300485632 68508 33554432000 4194304 5849708 140732659263888 140732659262888 5437714 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17362944 140732659266742 140732659266820 140732659266820 140732659269578 0
/proc/26640/statm: 561642 68508 751 405 0 558587 0
Current children cumulated CPU time: 1962.26 s
Current children cumulated vsize: 2246568 KiB
Current children cumulated memory: 274032 KiB

[startup+2022.3 s]
/proc/loadavg: 2.04 2.01 2.05 3/191 26917
/proc/meminfo: memFree=18093760/32770624 swapFree=67108688/67108860
[pid=26640] ppid=26637 vsize=2225424 memory=252748 CPUtime=2022.27 cores=1,3,5,7
/proc/26640/stat : 26640 (xcsp_picat) R 26637 26640 25480 0 -1 4202496 311186 0 0 0 201634 593 0 0 20 0 1 0 217451364 2278834176 63187 33554432000 4194304 5849708 140732659263888 140732659263048 5437837 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17362944 140732659266742 140732659266820 140732659266820 140732659269578 0
/proc/26640/statm: 556356 63187 751 405 0 553301 0
Current children cumulated CPU time: 2022.27 s
Current children cumulated vsize: 2225424 KiB
Current children cumulated memory: 252748 KiB

[startup+2082.3 s]
/proc/loadavg: 2.02 2.01 2.05 3/191 26918
/proc/meminfo: memFree=18068100/32770624 swapFree=67108688/67108860
[pid=26640] ppid=26637 vsize=2244072 memory=271424 CPUtime=2082.25 cores=1,3,5,7
/proc/26640/stat : 26640 (xcsp_picat) R 26637 26640 25480 0 -1 4202496 327447 0 0 0 207618 607 0 0 20 0 1 0 217451364 2297929728 67856 33554432000 4194304 5849708 140732659263888 140732659262888 5437714 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17362944 140732659266742 140732659266820 140732659266820 140732659269578 0
/proc/26640/statm: 561018 67856 751 405 0 557963 0
Current children cumulated CPU time: 2082.25 s
Current children cumulated vsize: 2244072 KiB
Current children cumulated memory: 271424 KiB

[startup+2142.3 s]
/proc/loadavg: 2.01 2.01 2.05 3/192 26920
/proc/meminfo: memFree=18089604/32770624 swapFree=67108688/67108860
[pid=26640] ppid=26637 vsize=2227556 memory=254764 CPUtime=2142.25 cores=1,3,5,7
/proc/26640/stat : 26640 (xcsp_picat) R 26637 26640 25480 0 -1 4202496 332383 0 0 0 213601 624 0 0 20 0 1 0 217451364 2281017344 63691 33554432000 4194304 5849708 140732659263888 140732659262888 5437580 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17362944 140732659266742 140732659266820 140732659266820 140732659269578 0
/proc/26640/statm: 556889 63691 751 405 0 553834 0
Current children cumulated CPU time: 2142.25 s
Current children cumulated vsize: 2227556 KiB
Current children cumulated memory: 254764 KiB

[startup+2202.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/193 26922
/proc/meminfo: memFree=18106044/32770624 swapFree=67108688/67108860
[pid=26640] ppid=26637 vsize=2209464 memory=236900 CPUtime=2202.24 cores=1,3,5,7
/proc/26640/stat : 26640 (xcsp_picat) R 26637 26640 25480 0 -1 4202496 339928 0 0 0 219582 642 0 0 20 0 1 0 217451364 2262491136 59225 33554432000 4194304 5849708 140732659263888 140732659262888 139688914403207 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17362944 140732659266742 140732659266820 140732659266820 140732659269578 0
/proc/26640/statm: 552366 59225 751 405 0 549311 0
Current children cumulated CPU time: 2202.24 s
Current children cumulated vsize: 2209464 KiB
Current children cumulated memory: 236900 KiB

[startup+2262.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/192 26924
/proc/meminfo: memFree=18067192/32770624 swapFree=67108688/67108860
[pid=26640] ppid=26637 vsize=2234972 memory=262188 CPUtime=2262.25 cores=1,3,5,7
/proc/26640/stat : 26640 (xcsp_picat) R 26637 26640 25480 0 -1 4202496 343284 0 0 0 225565 660 0 0 20 0 1 0 217451364 2288611328 65547 33554432000 4194304 5849708 140732659263888 140732659263048 5335530 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17362944 140732659266742 140732659266820 140732659266820 140732659269578 0
/proc/26640/statm: 558743 65547 751 405 0 555688 0
Current children cumulated CPU time: 2262.25 s
Current children cumulated vsize: 2234972 KiB
Current children cumulated memory: 262188 KiB

[startup+2322.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/192 26925
/proc/meminfo: memFree=18026772/32770624 swapFree=67108688/67108860
[pid=26640] ppid=26637 vsize=2220380 memory=247796 CPUtime=2322.25 cores=1,3,5,7
/proc/26640/stat : 26640 (xcsp_picat) R 26637 26640 25480 0 -1 4202496 350785 0 0 0 231549 676 0 0 20 0 1 0 217451364 2273669120 61949 33554432000 4194304 5849708 140732659263888 140732659262888 5437835 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17362944 140732659266742 140732659266820 140732659266820 140732659269578 0
/proc/26640/statm: 555095 61949 751 405 0 552040 0
Current children cumulated CPU time: 2322.25 s
Current children cumulated vsize: 2220380 KiB
Current children cumulated memory: 247796 KiB

[startup+2382.3 s]
/proc/loadavg: 2.07 2.04 2.05 3/192 26926
/proc/meminfo: memFree=18046972/32770624 swapFree=67108688/67108860
[pid=26640] ppid=26637 vsize=2232520 memory=259796 CPUtime=2382.25 cores=1,3,5,7
/proc/26640/stat : 26640 (xcsp_picat) R 26637 26640 25480 0 -1 4202496 353793 0 0 0 237534 691 0 0 20 0 1 0 217451364 2286100480 64949 33554432000 4194304 5849708 140732659263888 140732659262888 5437576 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17362944 140732659266742 140732659266820 140732659266820 140732659269578 0
/proc/26640/statm: 558130 64949 751 405 0 555075 0
Current children cumulated CPU time: 2382.25 s
Current children cumulated vsize: 2232520 KiB
Current children cumulated memory: 259796 KiB

[startup+2442.3 s]
/proc/loadavg: 2.03 2.04 2.05 3/191 26928
/proc/meminfo: memFree=18063460/32770624 swapFree=67108688/67108860
[pid=26640] ppid=26637 vsize=2166404 memory=193780 CPUtime=2442.25 cores=1,3,5,7
/proc/26640/stat : 26640 (xcsp_picat) R 26637 26640 25480 0 -1 4202496 360432 0 0 0 243519 706 0 0 20 0 1 0 217451364 2218397696 48445 33554432000 4194304 5849708 140732659263888 140732659262888 5438072 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17362944 140732659266742 140732659266820 140732659266820 140732659269578 0
/proc/26640/statm: 541601 48445 751 405 0 538546 0
Current children cumulated CPU time: 2442.25 s
Current children cumulated vsize: 2166404 KiB
Current children cumulated memory: 193780 KiB

[startup+2502.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/190 26929
/proc/meminfo: memFree=17988956/32770624 swapFree=67108688/67108860
[pid=26640] ppid=26637 vsize=2204416 memory=231772 CPUtime=2502.25 cores=1,3,5,7
/proc/26640/stat : 26640 (xcsp_picat) R 26637 26640 25480 0 -1 4202496 364362 0 0 0 249501 724 0 0 20 0 1 0 217451364 2257321984 57943 33554432000 4194304 5849708 140732659263888 140732659263048 5437714 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17362944 140732659266742 140732659266820 140732659266820 140732659269578 0
/proc/26640/statm: 551104 57943 751 405 0 548049 0
Current children cumulated CPU time: 2502.25 s
Current children cumulated vsize: 2204416 KiB
Current children cumulated memory: 231772 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.23 2.08 2.06 3/191 26937
/proc/meminfo: memFree=17960460/32770624 swapFree=67108688/67108860
[pid=26640] ppid=26637 vsize=2204416 memory=231772 CPUtime=2519.95 cores=1,3,5,7
/proc/26640/stat : 26640 (xcsp_picat) R 26637 26640 25480 0 -1 4202496 364362 0 0 0 251267 728 0 0 20 0 1 0 217451364 2257321984 57943 33554432000 4194304 5849708 140732659263888 140732659262888 5437632 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17362944 140732659266742 140732659266820 140732659266820 140732659269578 0
/proc/26640/statm: 551104 57943 751 405 0 548049 0
Current children cumulated CPU time: 2519.95 s
Current children cumulated vsize: 2204416 KiB
Current children cumulated memory: 231772 KiB

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

[startup+2520.01 s]
# the end of solver process 26640 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2512.68 s, system=7.29092 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.97
CPU user time (s): 2512.68
CPU system time (s): 7.29092
CPU usage (%): 99.9983
Max. virtual memory (cumulated for all children) (KiB): 2294184
Max. memory (cumulated for all children) (KiB): 321648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2512.68
system time used= 7.29092
maximum resident set size= 321648
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 364362
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= 32
involuntary context switches= 1007


# summary of solver processes directly reported to runsolver:
#   pid: 26640
#   total CPU time (s): 2519.97
#   total CPU user time (s): 2512.68
#   total CPU system time (s): 7.29092

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.23404 second user time and 19.2115 second system time

The end

Launcher Data

Begin job on node134 at 2018-08-11 16:48:02
IDJOB=4303508
IDBENCH=141158
IDSOLVER=2778
FILE ID=node134/4303508-1533998882
RUNJOBID= node134-1533991241-25513
PBS_JOBID= 21036944
Free space on /tmp= 42312 MiB

SOLVER NAME= PicatSAT 2018-08-02
BENCH NAME= XCSP18/Auction/Auction-cnt/Auction-cnt-decay200_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4303508-1533998882/watcher-4303508-1533998882 -o /tmp/evaluation-result-4303508-1533998882/solver-4303508-1533998882 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1533991241-25513 --watchdog 2580  xcsp_picat HOME/instance-4303508-1533998882.xml

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

MD5SUM BENCH= b9a88cf563e94a20e010143964b9c3ad
RANDOM SEED=1623054628

node134.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        18221856 kB
MemAvailable:   31746304 kB
Buffers:          169112 kB
Cached:         13504484 kB
SwapCached:           52 kB
Active:          4578180 kB
Inactive:        9308228 kB
Active(anon):     161992 kB
Inactive(anon):   103132 kB
Active(file):    4416188 kB
Inactive(file):  9205096 kB
Unevictable:        7392 kB
Mlocked:            7392 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:              3112 kB
Writeback:             0 kB
AnonPages:        219940 kB
Mapped:            55604 kB
Shmem:             49652 kB
Slab:             360676 kB
SReclaimable:     331624 kB
SUnreclaim:        29052 kB
KernelStack:        3408 kB
PageTables:         5696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2518960 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    104448 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 42308 MiB
End job on node134 at 2018-08-11 17:30:02