Trace number 4309858

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PicatSAT 2018-08-14? (TO) 2520.08 2520.02

General information on the benchmark

NameAuction/Auction-sum/
Auction-sum-decay300_c18.xml
MD5SUM125d0999a88baf20181d93552da446ae
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1955977
Best CPU time to get the best result obtained on this benchmark2520.18
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints300
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2000}]
Minimum variable degree2
Maximum variable degree32
Distribution of variable degrees[{"degree":2,"count":246},{"degree":3,"count":424},{"degree":4,"count":324},{"degree":5,"count":234},{"degree":6,"count":177},{"degree":7,"count":133},{"degree":8,"count":113},{"degree":9,"count":81},{"degree":10,"count":53},{"degree":11,"count":33},{"degree":12,"count":38},{"degree":13,"count":40},{"degree":14,"count":26},{"degree":15,"count":16},{"degree":16,"count":16},{"degree":17,"count":11},{"degree":18,"count":9},{"degree":19,"count":2},{"degree":20,"count":5},{"degree":21,"count":1},{"degree":22,"count":3},{"degree":23,"count":1},{"degree":24,"count":4},{"degree":25,"count":2},{"degree":26,"count":3},{"degree":27,"count":2},{"degree":28,"count":1},{"degree":29,"count":1},{"degree":32,"count":1}]
Minimum constraint arity17
Maximum constraint arity46
Distribution of constraint arities[{"arity":17,"count":1},{"arity":19,"count":3},{"arity":20,"count":2},{"arity":21,"count":2},{"arity":22,"count":4},{"arity":23,"count":5},{"arity":24,"count":9},{"arity":25,"count":14},{"arity":26,"count":7},{"arity":27,"count":15},{"arity":28,"count":18},{"arity":29,"count":21},{"arity":30,"count":20},{"arity":31,"count":26},{"arity":32,"count":22},{"arity":33,"count":26},{"arity":34,"count":14},{"arity":35,"count":17},{"arity":36,"count":11},{"arity":37,"count":14},{"arity":38,"count":15},{"arity":39,"count":10},{"arity":40,"count":5},{"arity":41,"count":6},{"arity":42,"count":4},{"arity":43,"count":5},{"arity":45,"count":2},{"arity":46,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":300}]
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 (13807 MiB free)
  memory of node 1: 16384 MiB (599 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309858-1534297388/watcher-4309858-1534297388 -o /tmp/evaluation-result-4309858-1534297388/solver-4309858-1534297388 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534292346-18983 --watchdog 2580 xcsp_picat HOME/instance-4309858-1534297388.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=19540, runsolver pid=19537

[startup+0.100199 s]*
/proc/loadavg: 1.92 1.97 1.97 2/186 19541
/proc/meminfo: memFree=29215556/32770624 swapFree=67030680/67108860
[pid=19540] ppid=19537 vsize=2025744 memory=32848 CPUtime=0.1 cores=0,2,4,6
/proc/19540/stat : 19540 (xcsp_picat) R 19537 19540 18952 0 -1 4202496 1767 0 0 0 10 0 0 0 20 0 1 0 247301968 2074361856 8212 33554432000 4194304 5849940 140733479495072 140733479494376 4931276 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 23998464 140733479498934 140733479499012 140733479499012 140733479501770 0
/proc/19540/statm: 506436 8212 629 405 0 503380 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 32848 KiB

[startup+0.20982 s]*
/proc/loadavg: 1.92 1.97 1.97 3/183 19549
/proc/meminfo: memFree=29208388/32770624 swapFree=67030680/67108860
[pid=19540] ppid=19537 vsize=2025744 memory=33332 CPUtime=0.21 cores=0,2,4,6
/proc/19540/stat : 19540 (xcsp_picat) R 19537 19540 18952 0 -1 4202496 1856 0 0 0 21 0 0 0 20 0 1 0 247301968 2074361856 8333 33554432000 4194304 5849940 140733479495072 140733479494376 5472947 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 23998464 140733479498934 140733479499012 140733479499012 140733479501770 0
/proc/19540/statm: 506436 8333 710 405 0 503380 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 33332 KiB

[startup+0.309391 s]*
/proc/loadavg: 1.92 1.97 1.97 3/201 19570
/proc/meminfo: memFree=29195456/32770624 swapFree=67030680/67108860
[pid=19540] ppid=19537 vsize=2025744 memory=33332 CPUtime=0.31 cores=0,2,4,6
/proc/19540/stat : 19540 (xcsp_picat) R 19537 19540 18952 0 -1 4202496 1856 0 0 0 31 0 0 0 20 0 1 0 247301968 2074361856 8333 33554432000 4194304 5849940 140733479495072 140733479494376 5605190 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 23998464 140733479498934 140733479499012 140733479499012 140733479501770 0
/proc/19540/statm: 506436 8333 710 405 0 503380 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 33332 KiB

[startup+0.700335 s]
/proc/loadavg: 1.92 1.97 1.97 2/183 19586
/proc/meminfo: memFree=29210824/32770624 swapFree=67030680/67108860
[pid=19540] ppid=19537 vsize=2025880 memory=33332 CPUtime=0.69 cores=0,2,4,6
/proc/19540/stat : 19540 (xcsp_picat) R 19537 19540 18952 0 -1 4202496 1876 0 0 0 69 0 0 0 20 0 1 0 247301968 2074501120 8333 33554432000 4194304 5849940 140733479495072 140733479494312 5606405 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 23998464 140733479498934 140733479499012 140733479499012 140733479501770 0
/proc/19540/statm: 506470 8333 710 405 0 503414 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2025880 KiB
Current children cumulated memory: 33332 KiB

[startup+1.50033 s]
/proc/loadavg: 1.92 1.97 1.97 3/188 19602
/proc/meminfo: memFree=29164268/32770624 swapFree=67030680/67108860
[pid=19540] ppid=19537 vsize=2025880 memory=33332 CPUtime=1.49 cores=0,2,4,6
/proc/19540/stat : 19540 (xcsp_picat) R 19537 19540 18952 0 -1 4202496 1876 0 0 0 149 0 0 0 20 0 1 0 247301968 2074501120 8333 33554432000 4194304 5849940 140733479495072 140733479494312 140282088030012 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 23998464 140733479498934 140733479499012 140733479499012 140733479501770 0
/proc/19540/statm: 506470 8333 710 405 0 503414 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2025880 KiB
Current children cumulated memory: 33332 KiB

[startup+3.10905 s]
/proc/loadavg: 1.92 1.97 1.97 3/188 19602
/proc/meminfo: memFree=29163668/32770624 swapFree=67030680/67108860
[pid=19540] ppid=19537 vsize=2025976 memory=33580 CPUtime=3.1 cores=0,2,4,6
/proc/19540/stat : 19540 (xcsp_picat) R 19537 19540 18952 0 -1 4202496 2007 0 0 0 310 0 0 0 20 0 1 0 247301968 2074599424 8395 33554432000 4194304 5849940 140733479495072 140733479494312 5606384 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 23998464 140733479498934 140733479499012 140733479499012 140733479501770 0
/proc/19540/statm: 506494 8395 711 405 0 503438 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2025976 KiB
Current children cumulated memory: 33580 KiB

[startup+6.30033 s]
/proc/loadavg: 1.84 1.95 1.96 3/188 19602
/proc/meminfo: memFree=29163632/32770624 swapFree=67030680/67108860
[pid=19540] ppid=19537 vsize=2025976 memory=33660 CPUtime=6.29 cores=0,2,4,6
/proc/19540/stat : 19540 (xcsp_picat) R 19537 19540 18952 0 -1 4202496 2158 0 0 0 629 0 0 0 20 0 1 0 247301968 2074599424 8415 33554432000 4194304 5849940 140733479495072 140733479494072 5606395 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 23998464 140733479498934 140733479499012 140733479499012 140733479501770 0
/proc/19540/statm: 506494 8415 711 405 0 503438 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2025976 KiB
Current children cumulated memory: 33660 KiB

[startup+12.7003 s]
/proc/loadavg: 1.86 1.95 1.96 3/188 19602
/proc/meminfo: memFree=29162204/32770624 swapFree=67030680/67108860
[pid=19540] ppid=19537 vsize=2025976 memory=34468 CPUtime=12.69 cores=0,2,4,6
/proc/19540/stat : 19540 (xcsp_picat) R 19537 19540 18952 0 -1 4202496 2299 0 0 0 1269 0 0 0 20 0 1 0 247301968 2074599424 8617 33554432000 4194304 5849940 140733479495072 140733479494168 5606437 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 23998464 140733479498934 140733479499012 140733479499012 140733479501770 0
/proc/19540/statm: 506494 8617 711 405 0 503438 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2025976 KiB
Current children cumulated memory: 34468 KiB

[startup+25.5004 s]
/proc/loadavg: 1.89 1.96 1.96 3/188 19602
/proc/meminfo: memFree=29089708/32770624 swapFree=67030680/67108860
[pid=19540] ppid=19537 vsize=2061656 memory=72072 CPUtime=25.49 cores=0,2,4,6
/proc/19540/stat : 19540 (xcsp_picat) R 19537 19540 18952 0 -1 4202496 19236 0 0 0 2543 6 0 0 20 0 1 0 247301968 2111135744 18018 33554432000 4194304 5849940 140733479495072 140733479493336 5309062 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 23998464 140733479498934 140733479499012 140733479499012 140733479501770 0
/proc/19540/statm: 515414 18018 746 405 0 512358 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2061656 KiB
Current children cumulated memory: 72072 KiB

[startup+51.1095 s]
/proc/loadavg: 1.93 1.96 1.96 3/188 19602
/proc/meminfo: memFree=29103136/32770624 swapFree=67030680/67108860
[pid=19540] ppid=19537 vsize=2053200 memory=64260 CPUtime=51.1 cores=0,2,4,6
/proc/19540/stat : 19540 (xcsp_picat) R 19537 19540 18952 0 -1 4202496 27075 0 0 0 5091 19 0 0 20 0 1 0 247301968 2102476800 16065 33554432000 4194304 5849940 140733479495072 140733479494232 140282088497031 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 23998464 140733479498934 140733479499012 140733479499012 140733479501770 0
/proc/19540/statm: 513300 16065 746 405 0 510244 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2053200 KiB
Current children cumulated memory: 64260 KiB

[startup+102.3 s]
/proc/loadavg: 1.97 1.96 1.96 3/188 19603
/proc/meminfo: memFree=29098568/32770624 swapFree=67030680/67108860
[pid=19540] ppid=19537 vsize=2057724 memory=67888 CPUtime=102.29 cores=0,2,4,6
/proc/19540/stat : 19540 (xcsp_picat) R 19537 19540 18952 0 -1 4202496 41228 0 0 0 10183 46 0 0 20 0 1 0 247301968 2107109376 16972 33554432000 4194304 5849940 140733479495072 140733479494072 140282088497031 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 23998464 140733479498934 140733479499012 140733479499012 140733479501770 0
/proc/19540/statm: 514431 16972 746 405 0 511375 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 2057724 KiB
Current children cumulated memory: 67888 KiB

[startup+162.3 s]
/proc/loadavg: 1.99 1.97 1.96 3/187 19604
/proc/meminfo: memFree=29058204/32770624 swapFree=67030680/67108860
[pid=19540] ppid=19537 vsize=2078688 memory=87364 CPUtime=162.3 cores=0,2,4,6
/proc/19540/stat : 19540 (xcsp_picat) R 19537 19540 18952 0 -1 4202496 49865 0 0 0 16152 78 0 0 20 0 1 0 247301968 2128576512 21841 33554432000 4194304 5849940 140733479495072 140733479493720 5337755 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 23998464 140733479498934 140733479499012 140733479499012 140733479501770 0
/proc/19540/statm: 519672 21841 746 405 0 516616 0
Current children cumulated CPU time: 162.3 s
Current children cumulated vsize: 2078688 KiB
Current children cumulated memory: 87364 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 1.98 1.96 3/187 19605
/proc/meminfo: memFree=29035380/32770624 swapFree=67030680/67108860
[pid=19540] ppid=19537 vsize=2092376 memory=100440 CPUtime=222.3 cores=0,2,4,6
/proc/19540/stat : 19540 (xcsp_picat) R 19537 19540 18952 0 -1 4202496 62083 0 0 0 22121 109 0 0 20 0 1 0 247301968 2142593024 25110 33554432000 4194304 5849940 140733479495072 140733479494072 140282088497031 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 23998464 140733479498934 140733479499012 140733479499012 140733479501770 0
/proc/19540/statm: 523094 25110 746 405 0 520038 0
Current children cumulated CPU time: 222.3 s
Current children cumulated vsize: 2092376 KiB
Current children cumulated memory: 100440 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 1.98 1.96 3/187 19606
/proc/meminfo: memFree=28998348/32770624 swapFree=67030680/67108860
[pid=19540] ppid=19537 vsize=2086604 memory=97664 CPUtime=282.3 cores=0,2,4,6
/proc/19540/stat : 19540 (xcsp_picat) R 19537 19540 18952 0 -1 4202496 76333 0 0 0 28092 138 0 0 20 0 1 0 247301968 2136682496 24416 33554432000 4194304 5849940 140733479495072 140733479494072 5437824 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 23998464 140733479498934 140733479499012 140733479499012 140733479501770 0
/proc/19540/statm: 521651 24416 746 405 0 518595 0
Current children cumulated CPU time: 282.3 s
Current children cumulated vsize: 2086604 KiB
Current children cumulated memory: 97664 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 1.99 1.96 3/187 19607
/proc/meminfo: memFree=28991036/32770624 swapFree=67030680/67108860
[pid=19540] ppid=19537 vsize=2095148 memory=106080 CPUtime=342.3 cores=0,2,4,6
/proc/19540/stat : 19540 (xcsp_picat) R 19537 19540 18952 0 -1 4202496 88362 0 0 0 34063 167 0 0 20 0 1 0 247301968 2145431552 26520 33554432000 4194304 5849940 140733479495072 140733479494072 140282088497031 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 23998464 140733479498934 140733479499012 140733479499012 140733479501770 0
/proc/19540/statm: 523787 26520 746 405 0 520731 0
Current children cumulated CPU time: 342.3 s
Current children cumulated vsize: 2095148 KiB
Current children cumulated memory: 106080 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 1.99 1.96 3/187 19608
/proc/meminfo: memFree=28986312/32770624 swapFree=67030680/67108860
[pid=19540] ppid=19537 vsize=2103272 memory=110576 CPUtime=402.3 cores=0,2,4,6
/proc/19540/stat : 19540 (xcsp_picat) R 19537 19540 18952 0 -1 4202496 99885 0 0 0 40035 195 0 0 20 0 1 0 247301968 2153750528 27644 33554432000 4194304 5849940 140733479495072 140733479494072 140282088497031 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 23998464 140733479498934 140733479499012 140733479499012 140733479501770 0
/proc/19540/statm: 525818 27644 746 405 0 522762 0
Current children cumulated CPU time: 402.3 s
Current children cumulated vsize: 2103272 KiB
Current children cumulated memory: 110576 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 1.99 1.96 3/188 19617
/proc/meminfo: memFree=28965144/32770624 swapFree=67030680/67108860
[pid=19540] ppid=19537 vsize=2107356 memory=118288 CPUtime=462.3 cores=0,2,4,6
/proc/19540/stat : 19540 (xcsp_picat) R 19537 19540 18952 0 -1 4202496 114787 0 0 0 46008 222 0 0 20 0 1 0 247301968 2157932544 29572 33554432000 4194304 5849940 140733479495072 140733479493944 4207845 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 23998464 140733479498934 140733479499012 140733479499012 140733479501770 0
/proc/19540/statm: 526839 29572 746 405 0 523783 0
Current children cumulated CPU time: 462.3 s
Current children cumulated vsize: 2107356 KiB
Current children cumulated memory: 118288 KiB


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

/proc/19540/statm: 551567 54300 746 405 0 548511 0
Current children cumulated CPU time: 1722.33 s
Current children cumulated vsize: 2206268 KiB
Current children cumulated memory: 217200 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/188 19680
/proc/meminfo: memFree=28743428/32770624 swapFree=67030680/67108860
[pid=19540] ppid=19537 vsize=2249724 memory=260656 CPUtime=1782.33 cores=0,2,4,6
/proc/19540/stat : 19540 (xcsp_picat) R 19537 19540 18952 0 -1 4202496 420780 0 0 0 177425 808 0 0 20 0 1 0 247301968 2303717376 65164 33554432000 4194304 5849940 140733479495072 140733479494232 140282088497031 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 23998464 140733479498934 140733479499012 140733479499012 140733479501770 0
/proc/19540/statm: 562431 65164 746 405 0 559375 0
Current children cumulated CPU time: 1782.33 s
Current children cumulated vsize: 2249724 KiB
Current children cumulated memory: 260656 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/188 19681
/proc/meminfo: memFree=28709708/32770624 swapFree=67030680/67108860
[pid=19540] ppid=19537 vsize=2249828 memory=260760 CPUtime=1842.33 cores=0,2,4,6
/proc/19540/stat : 19540 (xcsp_picat) R 19537 19540 18952 0 -1 4202496 437727 0 0 0 183403 830 0 0 20 0 1 0 247301968 2303823872 65190 33554432000 4194304 5849940 140733479495072 140733479494232 140282088497031 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 23998464 140733479498934 140733479499012 140733479499012 140733479501770 0
/proc/19540/statm: 562457 65190 746 405 0 559401 0
Current children cumulated CPU time: 1842.33 s
Current children cumulated vsize: 2249828 KiB
Current children cumulated memory: 260760 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/188 19682
/proc/meminfo: memFree=28709212/32770624 swapFree=67030680/67108860
[pid=19540] ppid=19537 vsize=2249828 memory=260760 CPUtime=1902.34 cores=0,2,4,6
/proc/19540/stat : 19540 (xcsp_picat) R 19537 19540 18952 0 -1 4202496 442269 0 0 0 189379 855 0 0 20 0 1 0 247301968 2303823872 65190 33554432000 4194304 5849940 140733479495072 140733479494072 5313053 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 23998464 140733479498934 140733479499012 140733479499012 140733479501770 0
/proc/19540/statm: 562457 65190 746 405 0 559401 0
Current children cumulated CPU time: 1902.34 s
Current children cumulated vsize: 2249828 KiB
Current children cumulated memory: 260760 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/187 19683
/proc/meminfo: memFree=28709296/32770624 swapFree=67030680/67108860
[pid=19540] ppid=19537 vsize=2282804 memory=293736 CPUtime=1962.34 cores=0,2,4,6
/proc/19540/stat : 19540 (xcsp_picat) R 19537 19540 18952 0 -1 4202496 463784 0 0 0 195352 882 0 0 20 0 1 0 247301968 2337591296 73434 33554432000 4194304 5849940 140733479495072 140733479494072 140282088497031 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 23998464 140733479498934 140733479499012 140733479499012 140733479501770 0
/proc/19540/statm: 570701 73434 746 405 0 567645 0
Current children cumulated CPU time: 1962.34 s
Current children cumulated vsize: 2282804 KiB
Current children cumulated memory: 293736 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/187 19684
/proc/meminfo: memFree=28615476/32770624 swapFree=67030680/67108860
[pid=19540] ppid=19537 vsize=2305092 memory=316024 CPUtime=2022.34 cores=0,2,4,6
/proc/19540/stat : 19540 (xcsp_picat) R 19537 19540 18952 0 -1 4202496 468783 0 0 0 201327 907 0 0 20 0 1 0 247301968 2360414208 79006 33554432000 4194304 5849940 140733479495072 140733479494072 140282088497031 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 23998464 140733479498934 140733479499012 140733479499012 140733479501770 0
/proc/19540/statm: 576273 79006 746 405 0 573217 0
Current children cumulated CPU time: 2022.34 s
Current children cumulated vsize: 2305092 KiB
Current children cumulated memory: 316024 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/187 19685
/proc/meminfo: memFree=28681244/32770624 swapFree=67030680/67108860
[pid=19540] ppid=19537 vsize=2272324 memory=283256 CPUtime=2082.34 cores=0,2,4,6
/proc/19540/stat : 19540 (xcsp_picat) R 19537 19540 18952 0 -1 4202496 488175 0 0 0 207308 926 0 0 20 0 1 0 247301968 2326859776 70814 33554432000 4194304 5849940 140733479495072 140733479494232 140282088497031 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 23998464 140733479498934 140733479499012 140733479499012 140733479501770 0
/proc/19540/statm: 568081 70814 746 405 0 565025 0
Current children cumulated CPU time: 2082.34 s
Current children cumulated vsize: 2272324 KiB
Current children cumulated memory: 283256 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/187 19686
/proc/meminfo: memFree=28737288/32770624 swapFree=67030680/67108860
[pid=19540] ppid=19537 vsize=2207008 memory=218068 CPUtime=2142.34 cores=0,2,4,6
/proc/19540/stat : 19540 (xcsp_picat) R 19537 19540 18952 0 -1 4202496 502961 0 0 0 213281 953 0 0 20 0 1 0 247301968 2259976192 54517 33554432000 4194304 5849940 140733479495072 140733479494072 140282088497031 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 23998464 140733479498934 140733479499012 140733479499012 140733479501770 0
/proc/19540/statm: 551752 54517 746 405 0 548696 0
Current children cumulated CPU time: 2142.34 s
Current children cumulated vsize: 2207008 KiB
Current children cumulated memory: 218068 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/187 19687
/proc/meminfo: memFree=28624392/32770624 swapFree=67030680/67108860
[pid=19540] ppid=19537 vsize=2325908 memory=336840 CPUtime=2202.34 cores=0,2,4,6
/proc/19540/stat : 19540 (xcsp_picat) R 19537 19540 18952 0 -1 4202496 515542 0 0 0 219258 976 0 0 20 0 1 0 247301968 2381729792 84210 33554432000 4194304 5849940 140733479495072 140733479494072 5437817 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 23998464 140733479498934 140733479499012 140733479499012 140733479501770 0
/proc/19540/statm: 581477 84210 746 405 0 578421 0
Current children cumulated CPU time: 2202.34 s
Current children cumulated vsize: 2325908 KiB
Current children cumulated memory: 336840 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/187 19695
/proc/meminfo: memFree=28730548/32770624 swapFree=67030680/67108860
[pid=19540] ppid=19537 vsize=2260368 memory=271300 CPUtime=2262.34 cores=0,2,4,6
/proc/19540/stat : 19540 (xcsp_picat) R 19537 19540 18952 0 -1 4202496 539328 0 0 0 225233 1001 0 0 20 0 1 0 247301968 2314616832 67825 33554432000 4194304 5849940 140733479495072 140733479494072 140282088497031 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 23998464 140733479498934 140733479499012 140733479499012 140733479501770 0
/proc/19540/statm: 565092 67825 746 405 0 562036 0
Current children cumulated CPU time: 2262.34 s
Current children cumulated vsize: 2260368 KiB
Current children cumulated memory: 271300 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/187 19696
/proc/meminfo: memFree=28688224/32770624 swapFree=67030680/67108860
[pid=19540] ppid=19537 vsize=2260252 memory=271184 CPUtime=2322.34 cores=0,2,4,6
/proc/19540/stat : 19540 (xcsp_picat) R 19537 19540 18952 0 -1 4202496 557303 0 0 0 231213 1021 0 0 20 0 1 0 247301968 2314498048 67796 33554432000 4194304 5849940 140733479495072 140733479494072 140282088497031 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 23998464 140733479498934 140733479499012 140733479499012 140733479501770 0
/proc/19540/statm: 565063 67796 746 405 0 562007 0
Current children cumulated CPU time: 2322.34 s
Current children cumulated vsize: 2260252 KiB
Current children cumulated memory: 271184 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/187 19697
/proc/meminfo: memFree=28720308/32770624 swapFree=67030680/67108860
[pid=19540] ppid=19537 vsize=2260252 memory=271184 CPUtime=2382.34 cores=0,2,4,6
/proc/19540/stat : 19540 (xcsp_picat) R 19537 19540 18952 0 -1 4202496 577103 0 0 0 237188 1046 0 0 20 0 1 0 247301968 2314498048 67796 33554432000 4194304 5849940 140733479495072 140733479494072 140282088497031 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 23998464 140733479498934 140733479499012 140733479499012 140733479501770 0
/proc/19540/statm: 565063 67796 746 405 0 562007 0
Current children cumulated CPU time: 2382.34 s
Current children cumulated vsize: 2260252 KiB
Current children cumulated memory: 271184 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/187 19698
/proc/meminfo: memFree=28590044/32770624 swapFree=67030680/67108860
[pid=19540] ppid=19537 vsize=2358668 memory=369600 CPUtime=2442.34 cores=0,2,4,6
/proc/19540/stat : 19540 (xcsp_picat) R 19537 19540 18952 0 -1 4202496 605520 0 0 0 243162 1072 0 0 20 0 1 0 247301968 2415276032 92400 33554432000 4194304 5849940 140733479495072 140733479494072 140282088497031 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 23998464 140733479498934 140733479499012 140733479499012 140733479501770 0
/proc/19540/statm: 589667 92400 746 405 0 586611 0
Current children cumulated CPU time: 2442.34 s
Current children cumulated vsize: 2358668 KiB
Current children cumulated memory: 369600 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/187 19699
/proc/meminfo: memFree=28687628/32770624 swapFree=67030680/67108860
[pid=19540] ppid=19537 vsize=2260920 memory=271652 CPUtime=2502.35 cores=0,2,4,6
/proc/19540/stat : 19540 (xcsp_picat) R 19537 19540 18952 0 -1 4202496 639218 0 0 0 249138 1097 0 0 20 0 1 0 247301968 2315182080 67913 33554432000 4194304 5849940 140733479495072 140733479494072 140282088497031 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 23998464 140733479498934 140733479499012 140733479499012 140733479501770 0
/proc/19540/statm: 565230 67913 746 405 0 562174 0
Current children cumulated CPU time: 2502.35 s
Current children cumulated vsize: 2260920 KiB
Current children cumulated memory: 271652 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 2.04 3/187 19700
/proc/meminfo: memFree=28645868/32770624 swapFree=67030680/67108860
[pid=19540] ppid=19537 vsize=2265940 memory=276864 CPUtime=2520.06 cores=0,2,4,6
/proc/19540/stat : 19540 (xcsp_picat) R 19537 19540 18952 0 -1 4202496 642940 0 0 0 250902 1104 0 0 20 0 1 0 247301968 2320322560 69216 33554432000 4194304 5849940 140733479495072 140733479494232 140282088497031 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 23998464 140733479498934 140733479499012 140733479499012 140733479501770 0
/proc/19540/statm: 566485 69216 746 405 0 563429 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 2265940 KiB
Current children cumulated memory: 276864 KiB

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

[startup+2520.02 s]
# the end of solver process 19540 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2509.02 s, system=11.0523 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2520.02
CPU time (s): 2520.08
CPU user time (s): 2509.02
CPU system time (s): 11.0523
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 2391436
Max. memory (cumulated for all children) (KiB): 402368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2509.02
system time used= 11.0523
maximum resident set size= 402368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 642940
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 1159


# summary of solver processes directly reported to runsolver:
#   pid: 19540
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2509.02
#   total CPU system time (s): 11.0523

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.1106 second user time and 17.0747 second system time

The end

Launcher Data

Begin job on node102 at 2018-08-15 03:43:08
IDJOB=4309858
IDBENCH=141154
IDSOLVER=2794
FILE ID=node102/4309858-1534297388
RUNJOBID= node102-1534292346-18983
PBS_JOBID= 21038132
Free space on /tmp= 39520 MiB

SOLVER NAME= PicatSAT 2018-08-14
BENCH NAME= XCSP18/Auction/Auction-sum/Auction-sum-decay300_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309858-1534297388/watcher-4309858-1534297388 -o /tmp/evaluation-result-4309858-1534297388/solver-4309858-1534297388 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534292346-18983 --watchdog 2580  xcsp_picat HOME/instance-4309858-1534297388.xml

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

MD5SUM BENCH= 125d0999a88baf20181d93552da446ae
RANDOM SEED=981814637

node102.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.51
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.51
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.51
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.51
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:        14752712 kB
MemAvailable:   17398632 kB
Buffers:          149804 kB
Cached:          2753112 kB
SwapCached:        51224 kB
Active:         15214768 kB
Inactive:        2225560 kB
Active(anon):   13787444 kB
Inactive(anon):   801436 kB
Active(file):    1427324 kB
Inactive(file):  1424124 kB
Unevictable:        7348 kB
Mlocked:            7348 kB
SwapTotal:      67108860 kB
SwapFree:       67030680 kB
Dirty:              3132 kB
Writeback:             0 kB
AnonPages:      14493004 kB
Mapped:            55572 kB
Shmem:             49004 kB
Slab:             249008 kB
SReclaimable:     220612 kB
SUnreclaim:        28396 kB
KernelStack:        3376 kB
PageTables:        33920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   14910088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:  14444544 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 39516 MiB
End job on node102 at 2018-08-15 04:25:08