Trace number 4309847

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

General information on the benchmark

NameAuction/Auction-cnt/
Auction-cnt-matching080_c18.xml
MD5SUM1c5d38a24e9bc38d89c13541019d4118
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark49734878
Best CPU time to get the best result obtained on this benchmark2520.08
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints318
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2000}]
Minimum variable degree4
Maximum variable degree4
Distribution of variable degrees[{"degree":4,"count":2000}]
Minimum constraint arity3
Maximum constraint arity76
Distribution of constraint arities[{"arity":3,"count":9},{"arity":5,"count":1},{"arity":6,"count":29},{"arity":8,"count":1},{"arity":9,"count":2},{"arity":10,"count":181},{"arity":11,"count":1},{"arity":15,"count":4},{"arity":16,"count":1},{"arity":17,"count":1},{"arity":19,"count":2},{"arity":21,"count":1},{"arity":23,"count":3},{"arity":24,"count":3},{"arity":25,"count":1},{"arity":26,"count":1},{"arity":27,"count":2},{"arity":28,"count":1},{"arity":29,"count":1},{"arity":30,"count":1},{"arity":31,"count":3},{"arity":33,"count":2},{"arity":34,"count":1},{"arity":35,"count":2},{"arity":36,"count":5},"...",{"arity":45,"count":4}, {"arity":46,"count":6}, {"arity":47,"count":2}, {"arity":48,"count":3}, {"arity":49,"count":2}, {"arity":50,"count":1}, {"arity":51,"count":2}, {"arity":52,"count":2}, {"arity":54,"count":1}, {"arity":55,"count":2}, {"arity":56,"count":2}, {"arity":57,"count":1}, {"arity":58,"count":1}, {"arity":59,"count":1}, {"arity":60,"count":1}, {"arity":61,"count":1}, {"arity":62,"count":1}, {"arity":63,"count":1}, {"arity":64,"count":4}, {"arity":65,"count":1}, {"arity":66,"count":1}, {"arity":68,"count":1}, {"arity":69,"count":1}, {"arity":71,"count":1}, {"arity":76,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"count","count":318}]
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 (10475 MiB free)
  memory of node 1: 16384 MiB (5152 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309847-1534298243/watcher-4309847-1534298243 -o /tmp/evaluation-result-4309847-1534298243/solver-4309847-1534298243 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534293152-15984 --watchdog 2580 xcsp_picat HOME/instance-4309847-1534298243.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=16592, runsolver pid=16589

[startup+0.10012 s]*
/proc/loadavg: 2.00 2.01 2.02 3/186 16593
/proc/meminfo: memFree=15965560/32770624 swapFree=67108368/67108860
[pid=16592] ppid=16589 vsize=2025744 memory=39776 CPUtime=0.1 cores=0,2,4,6
/proc/16592/stat : 16592 (xcsp_picat) R 16589 16592 15953 0 -1 4202496 1950 0 0 0 10 0 0 0 20 0 1 0 247387445 2074361856 9944 33554432000 4194304 5849940 140726550013552 140726550012856 4829008 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 34582528 140726550021302 140726550021380 140726550021380 140726550024138 0
/proc/16592/statm: 506436 9944 635 405 0 503380 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 39776 KiB

[startup+0.209671 s]*
/proc/loadavg: 2.00 2.01 2.02 3/186 16593
/proc/meminfo: memFree=15954524/32770624 swapFree=67108368/67108860
[pid=16592] ppid=16589 vsize=2042900 memory=57080 CPUtime=0.21 cores=0,2,4,6
/proc/16592/stat : 16592 (xcsp_picat) R 16589 16592 15953 0 -1 4202496 5807 0 0 0 20 1 0 0 20 0 1 0 247387445 2091929600 14270 33554432000 4194304 5849940 140726550013552 140726550012856 5307449 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 34582528 140726550021302 140726550021380 140726550021380 140726550024138 0
/proc/16592/statm: 510725 14270 670 405 0 507669 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2042900 KiB
Current children cumulated memory: 57080 KiB

[startup+0.309543 s]*
/proc/loadavg: 2.00 2.01 2.02 3/186 16593
/proc/meminfo: memFree=15936224/32770624 swapFree=67108368/67108860
[pid=16592] ppid=16589 vsize=2055188 memory=69620 CPUtime=0.31 cores=0,2,4,6
/proc/16592/stat : 16592 (xcsp_picat) R 16589 16592 15953 0 -1 4202496 6865 0 0 0 29 2 0 0 20 0 1 0 247387445 2104512512 17405 33554432000 4194304 5849940 140726550013552 140726550012856 4488486 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 34582528 140726550021302 140726550021380 140726550021380 140726550024138 0
/proc/16592/statm: 513797 17405 682 405 0 510741 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2055188 KiB
Current children cumulated memory: 69620 KiB

[startup+0.700345 s]
/proc/loadavg: 2.00 2.01 2.02 3/186 16593
/proc/meminfo: memFree=15936288/32770624 swapFree=67108368/67108860
[pid=16592] ppid=16589 vsize=2055224 memory=69628 CPUtime=0.69 cores=0,2,4,6
/proc/16592/stat : 16592 (xcsp_picat) R 16589 16592 15953 0 -1 4202496 10329 0 0 0 67 2 0 0 20 0 1 0 247387445 2104549376 17407 33554432000 4194304 5849940 140726550013552 140726550012856 5317656 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 34582528 140726550021302 140726550021380 140726550021380 140726550024138 0
/proc/16592/statm: 513806 17407 716 405 0 510750 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2055224 KiB
Current children cumulated memory: 69628 KiB

[startup+1.50033 s]
/proc/loadavg: 2.00 2.01 2.02 3/186 16593
/proc/meminfo: memFree=15936412/32770624 swapFree=67108368/67108860
[pid=16592] ppid=16589 vsize=2055220 memory=69660 CPUtime=1.49 cores=0,2,4,6
/proc/16592/stat : 16592 (xcsp_picat) R 16589 16592 15953 0 -1 4202496 10331 0 0 0 147 2 0 0 20 0 1 0 247387445 2104545280 17415 33554432000 4194304 5849940 140726550013552 140726550012200 5361948 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 34582528 140726550021302 140726550021380 140726550021380 140726550024138 0
/proc/16592/statm: 513805 17415 716 405 0 510749 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2055220 KiB
Current children cumulated memory: 69660 KiB

[startup+3.1093 s]
/proc/loadavg: 2.00 2.01 2.02 3/186 16593
/proc/meminfo: memFree=15935004/32770624 swapFree=67108368/67108860
[pid=16592] ppid=16589 vsize=2056276 memory=70764 CPUtime=3.1 cores=0,2,4,6
/proc/16592/stat : 16592 (xcsp_picat) R 16589 16592 15953 0 -1 4202496 19141 0 0 0 307 3 0 0 20 0 1 0 247387445 2105626624 17691 33554432000 4194304 5849940 140726550013552 140726550011944 5328997 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 34582528 140726550021302 140726550021380 140726550021380 140726550024138 0
/proc/16592/statm: 514069 17691 728 405 0 511013 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2056276 KiB
Current children cumulated memory: 70764 KiB

[startup+6.30022 s]
/proc/loadavg: 2.00 2.01 2.02 3/186 16593
/proc/meminfo: memFree=15930604/32770624 swapFree=67108368/67108860
[pid=16592] ppid=16589 vsize=2059968 memory=74456 CPUtime=6.29 cores=0,2,4,6
/proc/16592/stat : 16592 (xcsp_picat) R 16589 16592 15953 0 -1 4202496 23328 0 0 0 625 4 0 0 20 0 1 0 247387445 2109407232 18614 33554432000 4194304 5849940 140726550013552 140726550011800 5308055 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 34582528 140726550021302 140726550021380 140726550021380 140726550024138 0
/proc/16592/statm: 514992 18614 728 405 0 511936 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2059968 KiB
Current children cumulated memory: 74456 KiB

[startup+12.7002 s]
/proc/loadavg: 2.00 2.01 2.02 3/186 16593
/proc/meminfo: memFree=15930604/32770624 swapFree=67108368/67108860
[pid=16592] ppid=16589 vsize=2059932 memory=74436 CPUtime=12.69 cores=0,2,4,6
/proc/16592/stat : 16592 (xcsp_picat) R 16589 16592 15953 0 -1 4202496 29356 0 0 0 1263 6 0 0 20 0 1 0 247387445 2109370368 18609 33554432000 4194304 5849940 140726550013552 140726550012040 5309859 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 34582528 140726550021302 140726550021380 140726550021380 140726550024138 0
/proc/16592/statm: 514983 18609 732 405 0 511927 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2059932 KiB
Current children cumulated memory: 74436 KiB

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.02 3/186 16593
/proc/meminfo: memFree=15935308/32770624 swapFree=67108368/67108860
[pid=16592] ppid=16589 vsize=2054984 memory=69488 CPUtime=25.49 cores=0,2,4,6
/proc/16592/stat : 16592 (xcsp_picat) R 16589 16592 15953 0 -1 4202496 38132 0 0 0 2537 12 0 0 20 0 1 0 247387445 2104303616 17372 33554432000 4194304 5849940 140726550013552 140726550012712 5438029 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 34582528 140726550021302 140726550021380 140726550021380 140726550024138 0
/proc/16592/statm: 513746 17372 732 405 0 510690 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2054984 KiB
Current children cumulated memory: 69488 KiB

[startup+51.1095 s]
/proc/loadavg: 2.00 2.01 2.02 3/187 16595
/proc/meminfo: memFree=15934920/32770624 swapFree=67108368/67108860
[pid=16592] ppid=16589 vsize=2054760 memory=69264 CPUtime=51.09 cores=0,2,4,6
/proc/16592/stat : 16592 (xcsp_picat) R 16589 16592 15953 0 -1 4202496 43952 0 0 0 5085 24 0 0 20 0 1 0 247387445 2104074240 17316 33554432000 4194304 5849940 140726550013552 140726550012552 140318303911815 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 34582528 140726550021302 140726550021380 140726550021380 140726550024138 0
/proc/16592/statm: 513690 17316 732 405 0 510634 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 2054760 KiB
Current children cumulated memory: 69264 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/187 16596
/proc/meminfo: memFree=15931444/32770624 swapFree=67108368/67108860
[pid=16592] ppid=16589 vsize=2058592 memory=72932 CPUtime=102.28 cores=0,2,4,6
/proc/16592/stat : 16592 (xcsp_picat) R 16589 16592 15953 0 -1 4202496 54637 0 0 0 10179 49 0 0 20 0 1 0 247387445 2107998208 18233 33554432000 4194304 5849940 140726550013552 140726550012040 4211639 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 34582528 140726550021302 140726550021380 140726550021380 140726550024138 0
/proc/16592/statm: 514648 18233 732 405 0 511592 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 2058592 KiB
Current children cumulated memory: 72932 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.02 2/185 16604
/proc/meminfo: memFree=23739476/32770624 swapFree=67108368/67108860
[pid=16592] ppid=16589 vsize=2063740 memory=78244 CPUtime=162.27 cores=0,2,4,6
/proc/16592/stat : 16592 (xcsp_picat) R 16589 16592 15953 0 -1 4202496 62645 0 0 0 16147 80 0 0 20 0 1 0 247387445 2113269760 19561 33554432000 4194304 5849940 140726550013552 140726550012552 5339918 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 34582528 140726550021302 140726550021380 140726550021380 140726550024138 0
/proc/16592/statm: 515935 19561 732 405 0 512879 0
Current children cumulated CPU time: 162.27 s
Current children cumulated vsize: 2063740 KiB
Current children cumulated memory: 78244 KiB

[startup+222.3 s]
/proc/loadavg: 2.07 2.04 2.04 3/187 16687
/proc/meminfo: memFree=23737188/32770624 swapFree=67108368/67108860
[pid=16592] ppid=16589 vsize=2066212 memory=83272 CPUtime=222.26 cores=0,2,4,6
/proc/16592/stat : 16592 (xcsp_picat) R 16589 16592 15953 0 -1 4202496 66181 0 0 0 22116 110 0 0 20 0 1 0 247387445 2115801088 20818 33554432000 4194304 5849940 140726550013552 140726550012424 5438404 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 34582528 140726550021302 140726550021380 140726550021380 140726550024138 0
/proc/16592/statm: 516553 20818 732 405 0 513497 0
Current children cumulated CPU time: 222.26 s
Current children cumulated vsize: 2066212 KiB
Current children cumulated memory: 83272 KiB

[startup+282.3 s]
/proc/loadavg: 2.03 2.04 2.04 3/187 16688
/proc/meminfo: memFree=23723504/32770624 swapFree=67108368/67108860
[pid=16592] ppid=16589 vsize=2071096 memory=86372 CPUtime=282.26 cores=0,2,4,6
/proc/16592/stat : 16592 (xcsp_picat) R 16589 16592 15953 0 -1 4202496 67320 0 0 0 28086 140 0 0 20 0 1 0 247387445 2120802304 21593 33554432000 4194304 5849940 140726550013552 140726550012552 5437906 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 34582528 140726550021302 140726550021380 140726550021380 140726550024138 0
/proc/16592/statm: 517774 21593 732 405 0 514718 0
Current children cumulated CPU time: 282.26 s
Current children cumulated vsize: 2071096 KiB
Current children cumulated memory: 86372 KiB

[startup+342.3 s]
/proc/loadavg: 2.01 2.03 2.04 3/187 16689
/proc/meminfo: memFree=23696680/32770624 swapFree=67108368/67108860
[pid=16592] ppid=16589 vsize=2073624 memory=90684 CPUtime=342.24 cores=0,2,4,6
/proc/16592/stat : 16592 (xcsp_picat) R 16589 16592 15953 0 -1 4202496 70500 0 0 0 34058 166 0 0 20 0 1 0 247387445 2123390976 22671 33554432000 4194304 5849940 140726550013552 140726550012552 140318303911815 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 34582528 140726550021302 140726550021380 140726550021380 140726550024138 0
/proc/16592/statm: 518406 22671 732 405 0 515350 0
Current children cumulated CPU time: 342.24 s
Current children cumulated vsize: 2073624 KiB
Current children cumulated memory: 90684 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/187 16690
/proc/meminfo: memFree=23707088/32770624 swapFree=67108368/67108860
[pid=16592] ppid=16589 vsize=2077244 memory=94304 CPUtime=402.24 cores=0,2,4,6
/proc/16592/stat : 16592 (xcsp_picat) R 16589 16592 15953 0 -1 4202496 75205 0 0 0 40029 195 0 0 20 0 1 0 247387445 2127097856 23576 33554432000 4194304 5849940 140726550013552 140726550012552 5437675 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 34582528 140726550021302 140726550021380 140726550021380 140726550024138 0
/proc/16592/statm: 519311 23576 732 405 0 516255 0
Current children cumulated CPU time: 402.24 s
Current children cumulated vsize: 2077244 KiB
Current children cumulated memory: 94304 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/187 16691
/proc/meminfo: memFree=23707488/32770624 swapFree=67108368/67108860
[pid=16592] ppid=16589 vsize=2077448 memory=94508 CPUtime=462.23 cores=0,2,4,6
/proc/16592/stat : 16592 (xcsp_picat) R 16589 16592 15953 0 -1 4202496 81909 0 0 0 46002 221 0 0 20 0 1 0 247387445 2127306752 23627 33554432000 4194304 5849940 140726550013552 140726550012040 5335737 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 34582528 140726550021302 140726550021380 140726550021380 140726550024138 0
/proc/16592/statm: 519362 23627 732 405 0 516306 0
Current children cumulated CPU time: 462.23 s
Current children cumulated vsize: 2077448 KiB
Current children cumulated memory: 94508 KiB


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

/proc/16592/statm: 519615 23881 733 405 0 516559 0
Current children cumulated CPU time: 1722.24 s
Current children cumulated vsize: 2078460 KiB
Current children cumulated memory: 95524 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 16729
/proc/meminfo: memFree=23338188/32770624 swapFree=67108368/67108860
[pid=16592] ppid=16589 vsize=2079436 memory=96496 CPUtime=1782.25 cores=0,2,4,6
/proc/16592/stat : 16592 (xcsp_picat) R 16589 16592 15953 0 -1 4202496 303508 0 0 0 177425 800 0 0 20 0 1 0 247387445 2129342464 24124 33554432000 4194304 5849940 140726550013552 140726550012712 140318303911815 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 34582528 140726550021302 140726550021380 140726550021380 140726550024138 0
/proc/16592/statm: 519859 24124 733 405 0 516803 0
Current children cumulated CPU time: 1782.25 s
Current children cumulated vsize: 2079436 KiB
Current children cumulated memory: 96496 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 16731
/proc/meminfo: memFree=23331288/32770624 swapFree=67108368/67108860
[pid=16592] ppid=16589 vsize=2085632 memory=102696 CPUtime=1842.25 cores=0,2,4,6
/proc/16592/stat : 16592 (xcsp_picat) R 16589 16592 15953 0 -1 4202496 306740 0 0 0 183395 830 0 0 20 0 1 0 247387445 2135687168 25674 33554432000 4194304 5849940 140726550013552 140726550012552 140318303911815 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 34582528 140726550021302 140726550021380 140726550021380 140726550024138 0
/proc/16592/statm: 521408 25674 733 405 0 518352 0
Current children cumulated CPU time: 1842.25 s
Current children cumulated vsize: 2085632 KiB
Current children cumulated memory: 102696 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 16732
/proc/meminfo: memFree=23331940/32770624 swapFree=67108368/67108860
[pid=16592] ppid=16589 vsize=2085632 memory=102696 CPUtime=1902.25 cores=0,2,4,6
/proc/16592/stat : 16592 (xcsp_picat) R 16589 16592 15953 0 -1 4202496 309035 0 0 0 189368 857 0 0 20 0 1 0 247387445 2135687168 25674 33554432000 4194304 5849940 140726550013552 140726550012552 140318303911815 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 34582528 140726550021302 140726550021380 140726550021380 140726550024138 0
/proc/16592/statm: 521408 25674 733 405 0 518352 0
Current children cumulated CPU time: 1902.25 s
Current children cumulated vsize: 2085632 KiB
Current children cumulated memory: 102696 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 16741
/proc/meminfo: memFree=23250424/32770624 swapFree=67108368/67108860
[pid=16592] ppid=16589 vsize=2085632 memory=102696 CPUtime=1962.25 cores=0,2,4,6
/proc/16592/stat : 16592 (xcsp_picat) R 16589 16592 15953 0 -1 4202496 311773 0 0 0 195345 880 0 0 20 0 1 0 247387445 2135687168 25674 33554432000 4194304 5849940 140726550013552 140726550012040 5309056 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 34582528 140726550021302 140726550021380 140726550021380 140726550024138 0
/proc/16592/statm: 521408 25674 733 405 0 518352 0
Current children cumulated CPU time: 1962.25 s
Current children cumulated vsize: 2085632 KiB
Current children cumulated memory: 102696 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 16742
/proc/meminfo: memFree=23074780/32770624 swapFree=67108368/67108860
[pid=16592] ppid=16589 vsize=2095468 memory=112532 CPUtime=2022.25 cores=0,2,4,6
/proc/16592/stat : 16592 (xcsp_picat) R 16589 16592 15953 0 -1 4202496 315430 0 0 0 201318 907 0 0 20 0 1 0 247387445 2145759232 28133 33554432000 4194304 5849940 140726550013552 140726550012552 140318303911815 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 34582528 140726550021302 140726550021380 140726550021380 140726550024138 0
/proc/16592/statm: 523867 28133 733 405 0 520811 0
Current children cumulated CPU time: 2022.25 s
Current children cumulated vsize: 2095468 KiB
Current children cumulated memory: 112532 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 16743
/proc/meminfo: memFree=23074292/32770624 swapFree=67108368/67108860
[pid=16592] ppid=16589 vsize=2095468 memory=112532 CPUtime=2082.26 cores=0,2,4,6
/proc/16592/stat : 16592 (xcsp_picat) R 16589 16592 15953 0 -1 4202496 318864 0 0 0 207293 933 0 0 20 0 1 0 247387445 2145759232 28133 33554432000 4194304 5849940 140726550013552 140726550012552 140318303911815 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 34582528 140726550021302 140726550021380 140726550021380 140726550024138 0
/proc/16592/statm: 523867 28133 733 405 0 520811 0
Current children cumulated CPU time: 2082.26 s
Current children cumulated vsize: 2095468 KiB
Current children cumulated memory: 112532 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 16744
/proc/meminfo: memFree=23074292/32770624 swapFree=67108368/67108860
[pid=16592] ppid=16589 vsize=2095468 memory=112532 CPUtime=2142.25 cores=0,2,4,6
/proc/16592/stat : 16592 (xcsp_picat) R 16589 16592 15953 0 -1 4202496 321953 0 0 0 213267 958 0 0 20 0 1 0 247387445 2145759232 28133 33554432000 4194304 5849940 140726550013552 140726550012552 140318303911815 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 34582528 140726550021302 140726550021380 140726550021380 140726550024138 0
/proc/16592/statm: 523867 28133 733 405 0 520811 0
Current children cumulated CPU time: 2142.25 s
Current children cumulated vsize: 2095468 KiB
Current children cumulated memory: 112532 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 16745
/proc/meminfo: memFree=23074324/32770624 swapFree=67108368/67108860
[pid=16592] ppid=16589 vsize=2095468 memory=112532 CPUtime=2202.25 cores=0,2,4,6
/proc/16592/stat : 16592 (xcsp_picat) R 16589 16592 15953 0 -1 4202496 325447 0 0 0 219244 981 0 0 20 0 1 0 247387445 2145759232 28133 33554432000 4194304 5849940 140726550013552 140726550012552 140318303911815 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 34582528 140726550021302 140726550021380 140726550021380 140726550024138 0
/proc/16592/statm: 523867 28133 733 405 0 520811 0
Current children cumulated CPU time: 2202.25 s
Current children cumulated vsize: 2095468 KiB
Current children cumulated memory: 112532 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 16746
/proc/meminfo: memFree=22863528/32770624 swapFree=67108368/67108860
[pid=16592] ppid=16589 vsize=2096816 memory=113880 CPUtime=2262.26 cores=0,2,4,6
/proc/16592/stat : 16592 (xcsp_picat) R 16589 16592 15953 0 -1 4202496 333039 0 0 0 225220 1006 0 0 20 0 1 0 247387445 2147139584 28470 33554432000 4194304 5849940 140726550013552 140726550012552 140318303911815 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 34582528 140726550021302 140726550021380 140726550021380 140726550024138 0
/proc/16592/statm: 524204 28470 733 405 0 521148 0
Current children cumulated CPU time: 2262.26 s
Current children cumulated vsize: 2096816 KiB
Current children cumulated memory: 113880 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 16747
/proc/meminfo: memFree=22863528/32770624 swapFree=67108368/67108860
[pid=16592] ppid=16589 vsize=2097568 memory=114632 CPUtime=2322.26 cores=0,2,4,6
/proc/16592/stat : 16592 (xcsp_picat) R 16589 16592 15953 0 -1 4202496 342401 0 0 0 231196 1030 0 0 20 0 1 0 247387445 2147909632 28658 33554432000 4194304 5849940 140726550013552 140726550012552 140318303911815 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 34582528 140726550021302 140726550021380 140726550021380 140726550024138 0
/proc/16592/statm: 524392 28658 733 405 0 521336 0
Current children cumulated CPU time: 2322.26 s
Current children cumulated vsize: 2097568 KiB
Current children cumulated memory: 114632 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 16748
/proc/meminfo: memFree=22851244/32770624 swapFree=67108368/67108860
[pid=16592] ppid=16589 vsize=2109656 memory=126720 CPUtime=2382.26 cores=0,2,4,6
/proc/16592/stat : 16592 (xcsp_picat) R 16589 16592 15953 0 -1 4202496 353365 0 0 0 237169 1057 0 0 20 0 1 0 247387445 2160287744 31680 33554432000 4194304 5849940 140726550013552 140726550012552 140318303911815 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 34582528 140726550021302 140726550021380 140726550021380 140726550024138 0
/proc/16592/statm: 527414 31680 733 405 0 524358 0
Current children cumulated CPU time: 2382.26 s
Current children cumulated vsize: 2109656 KiB
Current children cumulated memory: 126720 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 16749
/proc/meminfo: memFree=22850344/32770624 swapFree=67108368/67108860
[pid=16592] ppid=16589 vsize=2111200 memory=128076 CPUtime=2442.26 cores=0,2,4,6
/proc/16592/stat : 16592 (xcsp_picat) R 16589 16592 15953 0 -1 4202496 361779 0 0 0 243143 1083 0 0 20 0 1 0 247387445 2161868800 32019 33554432000 4194304 5849940 140726550013552 140726550012712 140318303911815 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 34582528 140726550021302 140726550021380 140726550021380 140726550024138 0
/proc/16592/statm: 527800 32019 733 405 0 524744 0
Current children cumulated CPU time: 2442.26 s
Current children cumulated vsize: 2111200 KiB
Current children cumulated memory: 128076 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 16750
/proc/meminfo: memFree=23358396/32770624 swapFree=67108368/67108860
[pid=16592] ppid=16589 vsize=2111400 memory=128464 CPUtime=2502.26 cores=0,2,4,6
/proc/16592/stat : 16592 (xcsp_picat) R 16589 16592 15953 0 -1 4202496 370239 0 0 0 249117 1109 0 0 20 0 1 0 247387445 2162073600 32116 33554432000 4194304 5849940 140726550013552 140726550012552 140318303911815 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 34582528 140726550021302 140726550021380 140726550021380 140726550024138 0
/proc/16592/statm: 527850 32116 733 405 0 524794 0
Current children cumulated CPU time: 2502.26 s
Current children cumulated vsize: 2111400 KiB
Current children cumulated memory: 128464 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 16751
/proc/meminfo: memFree=23342876/32770624 swapFree=67108368/67108860
[pid=16592] ppid=16589 vsize=2126272 memory=143164 CPUtime=2519.97 cores=0,2,4,6
/proc/16592/stat : 16592 (xcsp_picat) R 16589 16592 15953 0 -1 4202496 374694 0 0 0 250881 1116 0 0 20 0 1 0 247387445 2177302528 35791 33554432000 4194304 5849940 140726550013552 140726550012552 140318303911815 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 34582528 140726550021302 140726550021380 140726550021380 140726550024138 0
/proc/16592/statm: 531568 35791 733 405 0 528512 0
Current children cumulated CPU time: 2519.97 s
Current children cumulated vsize: 2126272 KiB
Current children cumulated memory: 143164 KiB

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

[startup+2520.01 s]
# the end of solver process 16592 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2508.82 s, system=11.1679 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.99
CPU user time (s): 2508.82
CPU system time (s): 11.1679
CPU usage (%): 99.9989
Max. virtual memory (cumulated for all children) (KiB): 2132592
Max. memory (cumulated for all children) (KiB): 149640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2508.82
system time used= 11.1679
maximum resident set size= 149640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 374694
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= 13
involuntary context switches= 1462


# summary of solver processes directly reported to runsolver:
#   pid: 16592
#   total CPU time (s): 2519.99
#   total CPU user time (s): 2508.82
#   total CPU system time (s): 11.1679

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.098 second user time and 18.0444 second system time

The end

Launcher Data

Begin job on node148 at 2018-08-15 03:57:23
IDJOB=4309847
IDBENCH=141163
IDSOLVER=2794
FILE ID=node148/4309847-1534298243
RUNJOBID= node148-1534293152-15984
PBS_JOBID= 21038138
Free space on /tmp= 42612 MiB

SOLVER NAME= PicatSAT 2018-08-14
BENCH NAME= XCSP18/Auction/Auction-cnt/Auction-cnt-matching080_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309847-1534298243/watcher-4309847-1534298243 -o /tmp/evaluation-result-4309847-1534298243/solver-4309847-1534298243 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534293152-15984 --watchdog 2580  xcsp_picat HOME/instance-4309847-1534298243.xml

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

MD5SUM BENCH= 1c5d38a24e9bc38d89c13541019d4118
RANDOM SEED=127107862

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        16003156 kB
MemAvailable:   24094636 kB
Buffers:          169220 kB
Cached:          8127984 kB
SwapCached:            4 kB
Active:         12184400 kB
Inactive:        3963272 kB
Active(anon):    7803644 kB
Inactive(anon):    98752 kB
Active(file):    4380756 kB
Inactive(file):  3864520 kB
Unevictable:        7348 kB
Mlocked:            7348 kB
SwapTotal:      67108860 kB
SwapFree:       67108368 kB
Dirty:              3116 kB
Writeback:             0 kB
AnonPages:       7881852 kB
Mapped:            56956 kB
Shmem:             49588 kB
Slab:             303476 kB
SReclaimable:     274664 kB
SUnreclaim:        28812 kB
KernelStack:        3344 kB
PageTables:        20708 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    9396736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6721536 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= 42644 MiB
End job on node148 at 2018-08-15 04:39:23