Trace number 4293316

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PicatSAT 2018-06-15? (TO) 2520.01 2519.9

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293316-1532313831/watcher-4293316-1532313831 -o /tmp/evaluation-result-4293316-1532313831/solver-4293316-1532313831 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532296142-8379 --watchdog 2580 xcsp_picat HOME/instance-4293316-1532313831.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
Current StackSize limit: 8192 KiB
solver pid=10333, runsolver pid=10330


[startup+0.100552 s]*
/proc/loadavg: 2.47 2.11 2.08 3/192 10334
/proc/meminfo: memFree=29298592/32770624 swapFree=67108860/67108860
[pid=10333] ppid=10330 vsize=111688 memory=31056 CPUtime=0.09 cores=1,3,5,7
/proc/10333/stat : 10333 (xcsp_picat) R 10330 10333 8347 0 -1 4202496 1818 0 0 0 9 0 0 0 20 0 1 0 48946252 114368512 7764 33554432000 4194304 5849740 140728355148768 140728355148072 4531427 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9399828 16171008 140728355153078 140728355153156 140728355153156 140728355155914 0
/proc/10333/statm: 27922 7764 623 405 0 24866 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 111688 KiB
Current children cumulated memory: 31056 KiB

[startup+0.209974 s]*
/proc/loadavg: 2.47 2.11 2.08 3/192 10334
/proc/meminfo: memFree=29260040/32770624 swapFree=67108860/67108860
[pid=10333] ppid=10330 vsize=143088 memory=67876 CPUtime=0.2 cores=1,3,5,7
/proc/10333/stat : 10333 (xcsp_picat) R 10330 10333 8347 0 -1 4202496 3134 0 0 0 19 1 0 0 20 0 1 0 48946252 146522112 16969 33554432000 4194304 5849740 140728355148768 140728355147736 139772340219783 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9399828 16171008 140728355153078 140728355153156 140728355153156 140728355155914 0
/proc/10333/statm: 35772 16969 656 405 0 32716 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 143088 KiB
Current children cumulated memory: 67876 KiB

[startup+0.310234 s]*
/proc/loadavg: 2.47 2.11 2.08 3/192 10334
/proc/meminfo: memFree=29260040/32770624 swapFree=67108860/67108860
[pid=10333] ppid=10330 vsize=143088 memory=68152 CPUtime=0.3 cores=1,3,5,7
/proc/10333/stat : 10333 (xcsp_picat) R 10330 10333 8347 0 -1 4202496 3168 0 0 0 29 1 0 0 20 0 1 0 48946252 146522112 17038 33554432000 4194304 5849740 140728355148768 140728355147736 5606197 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9399828 16171008 140728355153078 140728355153156 140728355153156 140728355155914 0
/proc/10333/statm: 35772 17038 716 405 0 32716 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 143088 KiB
Current children cumulated memory: 68152 KiB

[startup+0.700279 s]
/proc/loadavg: 2.43 2.11 2.08 3/192 10334
/proc/meminfo: memFree=29260040/32770624 swapFree=67108860/67108860
[pid=10333] ppid=10330 vsize=143224 memory=68152 CPUtime=0.69 cores=1,3,5,7
/proc/10333/stat : 10333 (xcsp_picat) R 10330 10333 8347 0 -1 4202496 3195 0 0 0 68 1 0 0 20 0 1 0 48946252 146661376 17038 33554432000 4194304 5849740 140728355148768 140728355147736 5606219 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9399828 16171008 140728355153078 140728355153156 140728355153156 140728355155914 0
/proc/10333/statm: 35806 17038 716 405 0 32750 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 143224 KiB
Current children cumulated memory: 68152 KiB

[startup+1.50028 s]
/proc/loadavg: 2.43 2.11 2.08 3/192 10334
/proc/meminfo: memFree=29260040/32770624 swapFree=67108860/67108860
[pid=10333] ppid=10330 vsize=143224 memory=68152 CPUtime=1.48 cores=1,3,5,7
/proc/10333/stat : 10333 (xcsp_picat) R 10330 10333 8347 0 -1 4202496 3199 0 0 0 147 1 0 0 20 0 1 0 48946252 146661376 17038 33554432000 4194304 5849740 140728355148768 140728355147864 5606197 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9399828 16171008 140728355153078 140728355153156 140728355153156 140728355155914 0
/proc/10333/statm: 35806 17038 716 405 0 32750 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 143224 KiB
Current children cumulated memory: 68152 KiB

[startup+3.10918 s]
/proc/loadavg: 2.43 2.11 2.08 3/192 10334
/proc/meminfo: memFree=29259532/32770624 swapFree=67108860/67108860
[pid=10333] ppid=10330 vsize=143356 memory=68412 CPUtime=3.09 cores=1,3,5,7
/proc/10333/stat : 10333 (xcsp_picat) R 10330 10333 8347 0 -1 4202496 3378 0 0 0 308 1 0 0 20 0 1 0 48946252 146796544 17103 33554432000 4194304 5849740 140728355148768 140728355148008 5606191 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9399828 16171008 140728355153078 140728355153156 140728355153156 140728355155914 0
/proc/10333/statm: 35839 17103 716 405 0 32783 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 143356 KiB
Current children cumulated memory: 68412 KiB

[startup+6.30027 s]
/proc/loadavg: 2.56 2.14 2.09 3/192 10334
/proc/meminfo: memFree=29259436/32770624 swapFree=67108860/67108860
[pid=10333] ppid=10330 vsize=143356 memory=68504 CPUtime=6.28 cores=1,3,5,7
/proc/10333/stat : 10333 (xcsp_picat) R 10330 10333 8347 0 -1 4202496 3543 0 0 0 627 1 0 0 20 0 1 0 48946252 146796544 17126 33554432000 4194304 5849740 140728355148768 140728355147864 5606240 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9399828 16171008 140728355153078 140728355153156 140728355153156 140728355155914 0
/proc/10333/statm: 35839 17126 716 405 0 32783 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 143356 KiB
Current children cumulated memory: 68504 KiB

[startup+12.7004 s]
/proc/loadavg: 2.51 2.14 2.08 3/192 10334
/proc/meminfo: memFree=29217336/32770624 swapFree=67108860/67108860
[pid=10333] ppid=10330 vsize=181324 memory=106440 CPUtime=12.68 cores=1,3,5,7
/proc/10333/stat : 10333 (xcsp_picat) R 10330 10333 8347 0 -1 4202496 9097 0 0 0 1266 2 0 0 20 0 1 0 48946252 185675776 26610 33554432000 4194304 5849740 140728355148768 140728355147640 5375279 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9399828 16171008 140728355153078 140728355153156 140728355153156 140728355155914 0
/proc/10333/statm: 45331 26610 740 405 0 42275 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 181324 KiB
Current children cumulated memory: 106440 KiB

[startup+25.5004 s]
/proc/loadavg: 2.44 2.13 2.08 3/192 10334
/proc/meminfo: memFree=29217576/32770624 swapFree=67108860/67108860
[pid=10333] ppid=10330 vsize=184724 memory=109892 CPUtime=25.48 cores=1,3,5,7
/proc/10333/stat : 10333 (xcsp_picat) R 10330 10333 8347 0 -1 4202496 20236 0 0 0 2541 7 0 0 20 0 1 0 48946252 189157376 27473 33554432000 4194304 5849740 140728355148768 140728355147768 5307571 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9399828 16171008 140728355153078 140728355153156 140728355153156 140728355155914 0
/proc/10333/statm: 46181 27473 753 405 0 43125 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 184724 KiB
Current children cumulated memory: 109892 KiB

[startup+51.1099 s]
/proc/loadavg: 2.26 2.12 2.08 3/193 10335
/proc/meminfo: memFree=29207932/32770624 swapFree=67108860/67108860
[pid=10333] ppid=10330 vsize=192892 memory=118192 CPUtime=51.08 cores=1,3,5,7
/proc/10333/stat : 10333 (xcsp_picat) R 10330 10333 8347 0 -1 4202496 30591 0 0 0 5087 21 0 0 20 0 1 0 48946252 197521408 29548 33554432000 4194304 5849740 140728355148768 140728355147768 5437819 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9399828 16171008 140728355153078 140728355153156 140728355153156 140728355155914 0
/proc/10333/statm: 48223 29548 754 405 0 45167 0
Current children cumulated CPU time: 51.08 s
Current children cumulated vsize: 192892 KiB
Current children cumulated memory: 118192 KiB

[startup+102.3 s]
/proc/loadavg: 2.11 2.10 2.08 3/192 10336
/proc/meminfo: memFree=29194100/32770624 swapFree=67108860/67108860
[pid=10333] ppid=10330 vsize=207088 memory=132260 CPUtime=102.27 cores=1,3,5,7
/proc/10333/stat : 10333 (xcsp_picat) R 10330 10333 8347 0 -1 4202496 43139 0 0 0 10183 44 0 0 20 0 1 0 48946252 212058112 33065 33554432000 4194304 5849740 140728355148768 140728355147768 139772340219783 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9399828 16171008 140728355153078 140728355153156 140728355153156 140728355155914 0
/proc/10333/statm: 51772 33065 754 405 0 48716 0
Current children cumulated CPU time: 102.27 s
Current children cumulated vsize: 207088 KiB
Current children cumulated memory: 132260 KiB

[startup+162.3 s]
/proc/loadavg: 2.04 2.08 2.07 3/192 10337
/proc/meminfo: memFree=29172468/32770624 swapFree=67108860/67108860
[pid=10333] ppid=10330 vsize=221672 memory=146924 CPUtime=162.26 cores=1,3,5,7
/proc/10333/stat : 10333 (xcsp_picat) R 10330 10333 8347 0 -1 4202496 53173 0 0 0 16160 66 0 0 20 0 1 0 48946252 226992128 36731 33554432000 4194304 5849740 140728355148768 140728355147768 139772340219783 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 16171008 140728355153078 140728355153156 140728355153156 140728355155914 0
/proc/10333/statm: 55418 36731 754 405 0 52362 0
Current children cumulated CPU time: 162.26 s
Current children cumulated vsize: 221672 KiB
Current children cumulated memory: 146924 KiB

[startup+222.3 s]
/proc/loadavg: 2.18 2.10 2.08 3/192 10338
/proc/meminfo: memFree=29167304/32770624 swapFree=67108860/67108860
[pid=10333] ppid=10330 vsize=229556 memory=150908 CPUtime=222.26 cores=1,3,5,7
/proc/10333/stat : 10333 (xcsp_picat) R 10330 10333 8347 0 -1 4202496 61724 0 0 0 22138 88 0 0 20 0 1 0 48946252 235065344 37727 33554432000 4194304 5849740 140728355148768 140728355147768 139772340219783 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 16171008 140728355153078 140728355153156 140728355153156 140728355155914 0
/proc/10333/statm: 57389 37727 754 405 0 54333 0
Current children cumulated CPU time: 222.26 s
Current children cumulated vsize: 229556 KiB
Current children cumulated memory: 150908 KiB

[startup+282.3 s]
/proc/loadavg: 2.11 2.10 2.07 3/192 10339
/proc/meminfo: memFree=29157828/32770624 swapFree=67108860/67108860
[pid=10333] ppid=10330 vsize=233508 memory=164632 CPUtime=282.26 cores=1,3,5,7
/proc/10333/stat : 10333 (xcsp_picat) R 10330 10333 8347 0 -1 4202496 63809 0 0 0 28115 111 0 0 20 0 1 0 48946252 239112192 41158 33554432000 4194304 5849740 140728355148768 140728355147768 139772340219783 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 16171008 140728355153078 140728355153156 140728355153156 140728355155914 0
/proc/10333/statm: 58377 41158 754 405 0 55321 0
Current children cumulated CPU time: 282.26 s
Current children cumulated vsize: 233508 KiB
Current children cumulated memory: 164632 KiB

[startup+342.3 s]
/proc/loadavg: 2.04 2.08 2.07 3/192 10340
/proc/meminfo: memFree=29104144/32770624 swapFree=67108860/67108860
[pid=10333] ppid=10330 vsize=246836 memory=178160 CPUtime=342.26 cores=1,3,5,7
/proc/10333/stat : 10333 (xcsp_picat) R 10330 10333 8347 0 -1 4202496 64611 0 0 0 34098 128 0 0 20 0 1 0 48946252 252760064 44540 33554432000 4194304 5849740 140728355148768 140728355147640 139772340219783 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 16171008 140728355153078 140728355153156 140728355153156 140728355155914 0
/proc/10333/statm: 61709 44540 754 405 0 58653 0
Current children cumulated CPU time: 342.26 s
Current children cumulated vsize: 246836 KiB
Current children cumulated memory: 178160 KiB

[startup+402.3 s]
/proc/loadavg: 2.02 2.07 2.06 3/191 10349
/proc/meminfo: memFree=29079916/32770624 swapFree=67108860/67108860
[pid=10333] ppid=10330 vsize=246836 memory=178160 CPUtime=402.27 cores=1,3,5,7
/proc/10333/stat : 10333 (xcsp_picat) R 10330 10333 8347 0 -1 4202496 66274 0 0 0 40082 145 0 0 20 0 1 0 48946252 252760064 44540 33554432000 4194304 5849740 140728355148768 140728355147768 139772340219783 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 16171008 140728355153078 140728355153156 140728355153156 140728355155914 0
/proc/10333/statm: 61709 44540 754 405 0 58653 0
Current children cumulated CPU time: 402.27 s
Current children cumulated vsize: 246836 KiB
Current children cumulated memory: 178160 KiB

[startup+462.3 s]
/proc/loadavg: 2.01 2.05 2.06 3/192 10351
/proc/meminfo: memFree=29116424/32770624 swapFree=67108860/67108860
[pid=10333] ppid=10330 vsize=210664 memory=142116 CPUtime=462.27 cores=1,3,5,7
/proc/10333/stat : 10333 (xcsp_picat) R 10330 10333 8347 0 -1 4202496 69257 0 0 0 46066 161 0 0 20 0 1 0 48946252 215719936 35529 33554432000 4194304 5849740 140728355148768 140728355147768 5437609 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 16171008 140728355153078 140728355153156 140728355153156 140728355155914 0
/proc/10333/statm: 52666 35529 754 405 0 49610 0
Current children cumulated CPU time: 462.27 s
Current children cumulated vsize: 210664 KiB
Current children cumulated memory: 142116 KiB


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

/proc/10333/statm: 76898 59720 754 405 0 73842 0
Current children cumulated CPU time: 1782.35 s
Current children cumulated vsize: 307592 KiB
Current children cumulated memory: 238880 KiB

[startup+1842.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/193 10480
/proc/meminfo: memFree=29003556/32770624 swapFree=67108860/67108860
[pid=10333] ppid=10330 vsize=327872 memory=259196 CPUtime=1842.35 cores=1,3,5,7
/proc/10333/stat : 10333 (xcsp_picat) R 10330 10333 8347 0 -1 4202496 203585 0 0 0 183690 545 0 0 20 0 1 0 48946252 335740928 64799 33554432000 4194304 5849740 140728355148768 140728355147768 5437698 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 16171008 140728355153078 140728355153156 140728355153156 140728355155914 0
/proc/10333/statm: 81968 64799 754 405 0 78912 0
Current children cumulated CPU time: 1842.35 s
Current children cumulated vsize: 327872 KiB
Current children cumulated memory: 259196 KiB

[startup+1902.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/192 10481
/proc/meminfo: memFree=29021168/32770624 swapFree=67108860/67108860
[pid=10333] ppid=10330 vsize=310868 memory=242176 CPUtime=1902.36 cores=1,3,5,7
/proc/10333/stat : 10333 (xcsp_picat) R 10330 10333 8347 0 -1 4202496 206835 0 0 0 189674 562 0 0 20 0 1 0 48946252 318328832 60544 33554432000 4194304 5849740 140728355148768 140728355147768 5437698 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 16171008 140728355153078 140728355153156 140728355153156 140728355155914 0
/proc/10333/statm: 77717 60544 754 405 0 74661 0
Current children cumulated CPU time: 1902.36 s
Current children cumulated vsize: 310868 KiB
Current children cumulated memory: 242176 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/192 10482
/proc/meminfo: memFree=28927060/32770624 swapFree=67108860/67108860
[pid=10333] ppid=10330 vsize=338696 memory=269980 CPUtime=1962.37 cores=1,3,5,7
/proc/10333/stat : 10333 (xcsp_picat) R 10330 10333 8347 0 -1 4202496 217138 0 0 0 195659 578 0 0 20 0 1 0 48946252 346824704 67495 33554432000 4194304 5849740 140728355148768 140728355147768 139772340219783 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 16171008 140728355153078 140728355153156 140728355153156 140728355155914 0
/proc/10333/statm: 84674 67495 754 405 0 81618 0
Current children cumulated CPU time: 1962.37 s
Current children cumulated vsize: 338696 KiB
Current children cumulated memory: 269980 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/192 10483
/proc/meminfo: memFree=29169412/32770624 swapFree=67108860/67108860
[pid=10333] ppid=10330 vsize=277916 memory=209240 CPUtime=2022.36 cores=1,3,5,7
/proc/10333/stat : 10333 (xcsp_picat) R 10330 10333 8347 0 -1 4202496 221788 0 0 0 201646 590 0 0 20 0 1 0 48946252 284585984 52310 33554432000 4194304 5849740 140728355148768 140728355147768 139772340219783 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 16171008 140728355153078 140728355153156 140728355153156 140728355155914 0
/proc/10333/statm: 69479 52310 754 405 0 66423 0
Current children cumulated CPU time: 2022.36 s
Current children cumulated vsize: 277916 KiB
Current children cumulated memory: 209240 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 10485
/proc/meminfo: memFree=29119136/32770624 swapFree=67108860/67108860
[pid=10333] ppid=10330 vsize=294116 memory=225276 CPUtime=2082.37 cores=1,3,5,7
/proc/10333/stat : 10333 (xcsp_picat) R 10330 10333 8347 0 -1 4202496 229886 0 0 0 207629 608 0 0 20 0 1 0 48946252 301174784 56319 33554432000 4194304 5849740 140728355148768 140728355147768 139772340219783 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 16171008 140728355153078 140728355153156 140728355153156 140728355155914 0
/proc/10333/statm: 73529 56319 754 405 0 70473 0
Current children cumulated CPU time: 2082.37 s
Current children cumulated vsize: 294116 KiB
Current children cumulated memory: 225276 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 10486
/proc/meminfo: memFree=29121328/32770624 swapFree=67108860/67108860
[pid=10333] ppid=10330 vsize=292204 memory=223476 CPUtime=2142.37 cores=1,3,5,7
/proc/10333/stat : 10333 (xcsp_picat) R 10330 10333 8347 0 -1 4202496 235623 0 0 0 213611 626 0 0 20 0 1 0 48946252 299216896 55869 33554432000 4194304 5849740 140728355148768 140728355147768 139772340219783 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 16171008 140728355153078 140728355153156 140728355153156 140728355155914 0
/proc/10333/statm: 73051 55869 754 405 0 69995 0
Current children cumulated CPU time: 2142.37 s
Current children cumulated vsize: 292204 KiB
Current children cumulated memory: 223476 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/193 10496
/proc/meminfo: memFree=28987580/32770624 swapFree=67108860/67108860
[pid=10333] ppid=10330 vsize=348204 memory=279528 CPUtime=2202.37 cores=1,3,5,7
/proc/10333/stat : 10333 (xcsp_picat) R 10330 10333 8347 0 -1 4202496 245410 0 0 0 219595 642 0 0 20 0 1 0 48946252 356560896 69882 33554432000 4194304 5849740 140728355148768 140728355147768 139772340219783 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 16171008 140728355153078 140728355153156 140728355153156 140728355155914 0
/proc/10333/statm: 87051 69882 754 405 0 83995 0
Current children cumulated CPU time: 2202.37 s
Current children cumulated vsize: 348204 KiB
Current children cumulated memory: 279528 KiB

[startup+2262.3 s]
/proc/loadavg: 2.07 2.03 2.05 3/193 10497
/proc/meminfo: memFree=29003780/32770624 swapFree=67108860/67108860
[pid=10333] ppid=10330 vsize=331564 memory=262812 CPUtime=2262.38 cores=1,3,5,7
/proc/10333/stat : 10333 (xcsp_picat) R 10330 10333 8347 0 -1 4202496 250447 0 0 0 225579 659 0 0 20 0 1 0 48946252 339521536 65703 33554432000 4194304 5849740 140728355148768 140728355147768 139772340219783 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 16171008 140728355153078 140728355153156 140728355153156 140728355155914 0
/proc/10333/statm: 82891 65703 754 405 0 79835 0
Current children cumulated CPU time: 2262.38 s
Current children cumulated vsize: 331564 KiB
Current children cumulated memory: 262812 KiB

[startup+2322.3 s]
/proc/loadavg: 2.03 2.02 2.05 3/193 10498
/proc/meminfo: memFree=28982972/32770624 swapFree=67108860/67108860
[pid=10333] ppid=10330 vsize=352324 memory=283540 CPUtime=2322.38 cores=1,3,5,7
/proc/10333/stat : 10333 (xcsp_picat) R 10330 10333 8347 0 -1 4202496 260819 0 0 0 231567 671 0 0 20 0 1 0 48946252 360779776 70885 33554432000 4194304 5849740 140728355148768 140728355147768 5437821 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 16171008 140728355153078 140728355153156 140728355153156 140728355155914 0
/proc/10333/statm: 88081 70885 754 405 0 85025 0
Current children cumulated CPU time: 2322.38 s
Current children cumulated vsize: 352324 KiB
Current children cumulated memory: 283540 KiB

[startup+2382.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/193 10499
/proc/meminfo: memFree=29030472/32770624 swapFree=67108860/67108860
[pid=10333] ppid=10330 vsize=261488 memory=192940 CPUtime=2382.38 cores=1,3,5,7
/proc/10333/stat : 10333 (xcsp_picat) R 10330 10333 8347 0 -1 4202496 265108 0 0 0 237550 688 0 0 20 0 1 0 48946252 267763712 48235 33554432000 4194304 5849740 140728355148768 140728355147768 5339750 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 16171008 140728355153078 140728355153156 140728355153156 140728355155914 0
/proc/10333/statm: 65372 48235 754 405 0 62316 0
Current children cumulated CPU time: 2382.38 s
Current children cumulated vsize: 261488 KiB
Current children cumulated memory: 192940 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/193 10500
/proc/meminfo: memFree=29024632/32770624 swapFree=67108860/67108860
[pid=10333] ppid=10330 vsize=311144 memory=242468 CPUtime=2442.38 cores=1,3,5,7
/proc/10333/stat : 10333 (xcsp_picat) R 10330 10333 8347 0 -1 4202496 274494 0 0 0 243535 703 0 0 20 0 1 0 48946252 318611456 60617 33554432000 4194304 5849740 140728355148768 140728355147768 5437600 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 16171008 140728355153078 140728355153156 140728355153156 140728355155914 0
/proc/10333/statm: 77786 60617 754 405 0 74730 0
Current children cumulated CPU time: 2442.38 s
Current children cumulated vsize: 311144 KiB
Current children cumulated memory: 242468 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 10503
/proc/meminfo: memFree=29036648/32770624 swapFree=67108860/67108860
[pid=10333] ppid=10330 vsize=305716 memory=236776 CPUtime=2502.39 cores=1,3,5,7
/proc/10333/stat : 10333 (xcsp_picat) R 10330 10333 8347 0 -1 4202496 285320 0 0 0 249518 721 0 0 20 0 1 0 48946252 313053184 59194 33554432000 4194304 5849740 140728355148768 140728355147768 139772340219783 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 16171008 140728355153078 140728355153156 140728355153156 140728355155914 0
/proc/10333/statm: 76429 59194 754 405 0 73373 0
Current children cumulated CPU time: 2502.39 s
Current children cumulated vsize: 305716 KiB
Current children cumulated memory: 236776 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2519.9 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 10503
/proc/meminfo: memFree=29021864/32770624 swapFree=67108860/67108860
[pid=10333] ppid=10330 vsize=318388 memory=244372 CPUtime=2520 cores=1,3,5,7
/proc/10333/stat : 10333 (xcsp_picat) R 10330 10333 8347 0 -1 4202496 285844 0 0 0 251275 725 0 0 20 0 1 0 48946252 326029312 61093 33554432000 4194304 5849740 140728355148768 140728355147768 139772340219783 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 16171008 140728355153078 140728355153156 140728355153156 140728355155914 0
/proc/10333/statm: 79597 61093 754 405 0 76541 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 318388 KiB
Current children cumulated memory: 244372 KiB

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

[startup+2519.9 s]
# the end of solver process 10333 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2512.75 s, system=7.25638 s

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

[startup+2519.9 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 10503
/proc/meminfo: memFree=29021864/32770624 swapFree=67108860/67108860
[pid=10333] ppid=10330 vsize=318388 memory=244372 CPUtime=2520 cores=1,3,5,7
/proc/10333/stat : 10333 (xcsp_picat) R 10330 10333 8347 0 -1 4202496 285844 0 0 0 251275 725 0 0 20 0 1 0 48946252 326029312 61093 33554432000 4194304 5849740 140728355148768 140728355147768 139772340219783 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 16171008 140728355153078 140728355153156 140728355153156 140728355155914 0
/proc/10333/statm: 79597 61093 754 405 0 76541 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 318388 KiB
Current children cumulated memory: 244372 KiB

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2519.9
CPU time (s): 2520.01
CPU user time (s): 2512.75
CPU system time (s): 7.25638
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 396720
Max. memory (cumulated for all children) (KiB): 327900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2512.75
system time used= 7.25638
maximum resident set size= 327900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 285844
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= 53
involuntary context switches= 1102


# summary of solver processes directly reported to runsolver:
#   pid: 10333
#   total CPU time (s): 2520.01
#   total CPU user time (s): 2512.75
#   total CPU system time (s): 7.25638

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.7837 second user time and 16.6969 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-23 04:43:51
IDJOB=4293316
IDBENCH=141158
IDSOLVER=2754
FILE ID=node133/4293316-1532313831
RUNJOBID= node133-1532296142-8379
PBS_JOBID= 21018985
Free space on /tmp= 52644 MiB

SOLVER NAME= PicatSAT 2018-06-15
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-4293316-1532313831/watcher-4293316-1532313831 -o /tmp/evaluation-result-4293316-1532313831/solver-4293316-1532313831 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532296142-8379 --watchdog 2580  xcsp_picat HOME/instance-4293316-1532313831.xml

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

MD5SUM BENCH= b9a88cf563e94a20e010143964b9c3ad
RANDOM SEED=1071152416

node133.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.24
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.24
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.24
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.24
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:        29324888 kB
MemAvailable:   31702664 kB
Buffers:          124628 kB
Cached:          2506200 kB
SwapCached:            0 kB
Active:          1300000 kB
Inactive:        1652428 kB
Active(anon):     270616 kB
Inactive(anon):    70312 kB
Active(file):    1029384 kB
Inactive(file):  1582116 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3108 kB
Writeback:             0 kB
AnonPages:        377300 kB
Mapped:            38560 kB
Shmem:             17056 kB
Slab:             191344 kB
SReclaimable:     164220 kB
SUnreclaim:        27124 kB
KernelStack:        3440 kB
PageTables:         5444 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     675472 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    221184 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 52640 MiB
End job on node133 at 2018-07-23 05:25:51