Trace number 4309822

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.05 2520.02

General information on the benchmark

NameRlfap/Rlfap-opt/
Rlfap-scen-10-opt_c18.xml
MD5SUM5aacc3d423af8ffef3990b4c8ed069d4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark31516
Best CPU time to get the best result obtained on this benchmark654.472
Satisfiable
(Un)Satisfiability was proved
Number of variables4749
Number of constraints4410
Number of domains11
Minimum domain size2
Maximum domain size44
Distribution of domain sizes[{"size":2,"count":4069},{"size":6,"count":2},{"size":22,"count":10},{"size":24,"count":4},{"size":36,"count":336},{"size":44,"count":328}]
Minimum variable degree2
Maximum variable degree63
Distribution of variable degrees[{"degree":2,"count":4070},{"degree":3,"count":1},{"degree":4,"count":27},{"degree":5,"count":22},{"degree":6,"count":78},{"degree":7,"count":29},{"degree":8,"count":79},{"degree":9,"count":23},{"degree":10,"count":77},{"degree":11,"count":29},{"degree":12,"count":39},{"degree":13,"count":29},{"degree":14,"count":40},{"degree":15,"count":18},{"degree":16,"count":32},{"degree":17,"count":15},{"degree":18,"count":21},{"degree":19,"count":8},{"degree":20,"count":16},{"degree":21,"count":14},{"degree":22,"count":10},{"degree":23,"count":9},{"degree":24,"count":6},{"degree":25,"count":9},{"degree":26,"count":6},{"degree":27,"count":3},{"degree":28,"count":8},{"degree":29,"count":6},{"degree":30,"count":3},{"degree":31,"count":5},{"degree":32,"count":1},{"degree":36,"count":3},{"degree":37,"count":3},{"degree":39,"count":2},{"degree":40,"count":2},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":45,"count":1},{"degree":48,"count":1},{"degree":56,"count":1},{"degree":63,"count":1}]
Minimum constraint arity2
Maximum constraint arity280
Distribution of constraint arities[{"arity":2,"count":646},{"arity":3,"count":3763},{"arity":280,"count":1}]
Number of extensional constraints0
Number of intensional constraints4409
Distribution of constraint types[{"type":"intension","count":4409},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data


Verifier Data

One s line expected

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309822-1534299544/watcher-4309822-1534299544 -o /tmp/evaluation-result-4309822-1534299544/solver-4309822-1534299544 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534293063-15170 --watchdog 2580 xcsp_picat HOME/instance-4309822-1534299544.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=16231, runsolver pid=16228

[startup+0.100116 s]*
/proc/loadavg: 2.00 2.01 2.05 3/191 16232
/proc/meminfo: memFree=24601628/32770624 swapFree=67108840/67108860
[pid=16231] ppid=16228 vsize=2025744 memory=22820 CPUtime=0.1 cores=1,3,5,7
/proc/16231/stat : 16231 (xcsp_picat) R 16228 16231 15138 0 -1 4202496 1260 0 0 0 10 0 0 0 20 0 1 0 247517576 2074361856 5705 33554432000 4194304 5849940 140735334209488 140735334209488 139970834226176 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29667328 140735334212790 140735334212868 140735334212868 140735334215626 0
/proc/16231/statm: 506436 5705 613 405 0 503380 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 22820 KiB

[startup+0.209929 s]*
/proc/loadavg: 2.00 2.01 2.05 3/191 16232
/proc/meminfo: memFree=24583696/32770624 swapFree=67108840/67108860
[pid=16231] ppid=16228 vsize=2025744 memory=39956 CPUtime=0.21 cores=1,3,5,7
/proc/16231/stat : 16231 (xcsp_picat) R 16228 16231 15138 0 -1 4202496 1490 0 0 0 21 0 0 0 20 0 1 0 247517576 2074361856 9989 33554432000 4194304 5849940 140735334209488 140735334209488 4491536 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29667328 140735334212790 140735334212868 140735334212868 140735334215626 0
/proc/16231/statm: 506436 9989 642 405 0 503380 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 39956 KiB

[startup+0.309819 s]*
/proc/loadavg: 2.00 2.01 2.05 3/191 16232
/proc/meminfo: memFree=24561168/32770624 swapFree=67108840/67108860
[pid=16231] ppid=16228 vsize=2025744 memory=58612 CPUtime=0.31 cores=1,3,5,7
/proc/16231/stat : 16231 (xcsp_picat) R 16228 16231 15138 0 -1 4202496 1522 0 0 0 31 0 0 0 20 0 1 0 247517576 2074361856 14653 33554432000 4194304 5849940 140735334209488 140735334209488 4564856 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29667328 140735334212790 140735334212868 140735334212868 140735334215626 0
/proc/16231/statm: 506436 14653 667 405 0 503380 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 58612 KiB

[startup+0.700231 s]
/proc/loadavg: 2.00 2.01 2.05 4/191 16232
/proc/meminfo: memFree=24561168/32770624 swapFree=67108840/67108860
[pid=16231] ppid=16228 vsize=2025884 memory=58612 CPUtime=0.69 cores=1,3,5,7
/proc/16231/stat : 16231 (xcsp_picat) R 16228 16231 15138 0 -1 4202496 1551 0 0 0 69 0 0 0 20 0 1 0 247517576 2074505216 14653 33554432000 4194304 5849940 140735334209488 140735334208792 4484409 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29667328 140735334212790 140735334212868 140735334212868 140735334215626 0
/proc/16231/statm: 506471 14653 667 405 0 503415 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2025884 KiB
Current children cumulated memory: 58612 KiB

[startup+1.50023 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 16232
/proc/meminfo: memFree=24560780/32770624 swapFree=67108840/67108860
[pid=16231] ppid=16228 vsize=2026016 memory=58872 CPUtime=1.49 cores=1,3,5,7
/proc/16231/stat : 16231 (xcsp_picat) R 16228 16231 15138 0 -1 4202496 1617 0 0 0 149 0 0 0 20 0 1 0 247517576 2074640384 14718 33554432000 4194304 5849940 140735334209488 140735334208056 4495193 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29667328 140735334212790 140735334212868 140735334212868 140735334215626 0
/proc/16231/statm: 506504 14718 673 405 0 503448 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2026016 KiB
Current children cumulated memory: 58872 KiB

[startup+3.10998 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 16232
/proc/meminfo: memFree=24542200/32770624 swapFree=67108840/67108860
[pid=16231] ppid=16228 vsize=2026016 memory=77460 CPUtime=3.1 cores=1,3,5,7
/proc/16231/stat : 16231 (xcsp_picat) R 16228 16231 15138 0 -1 4202496 1676 0 0 0 309 1 0 0 20 0 1 0 247517576 2074640384 19365 33554432000 4194304 5849940 140735334209488 140735334208056 4677809 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29667328 140735334212790 140735334212868 140735334212868 140735334215626 0
/proc/16231/statm: 506504 19365 673 405 0 503448 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2026016 KiB
Current children cumulated memory: 77460 KiB

[startup+6.30033 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 16232
/proc/meminfo: memFree=24542244/32770624 swapFree=67108840/67108860
[pid=16231] ppid=16228 vsize=2026148 memory=77592 CPUtime=6.29 cores=1,3,5,7
/proc/16231/stat : 16231 (xcsp_picat) R 16228 16231 15138 0 -1 4202496 1810 0 0 0 628 1 0 0 20 0 1 0 247517576 2074775552 19398 33554432000 4194304 5849940 140735334209488 140735334208056 4494080 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29667328 140735334212790 140735334212868 140735334212868 140735334215626 0
/proc/16231/statm: 506537 19398 673 405 0 503481 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2026148 KiB
Current children cumulated memory: 77592 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 16232
/proc/meminfo: memFree=24539952/32770624 swapFree=67108840/67108860
[pid=16231] ppid=16228 vsize=2026244 memory=79332 CPUtime=12.69 cores=1,3,5,7
/proc/16231/stat : 16231 (xcsp_picat) R 16228 16231 15138 0 -1 4202496 2038 0 0 0 1268 1 0 0 20 0 1 0 247517576 2074873856 19833 33554432000 4194304 5849940 140735334209488 140735334208360 4484377 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29667328 140735334212790 140735334212868 140735334212868 140735334215626 0
/proc/16231/statm: 506561 19833 673 405 0 503505 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2026244 KiB
Current children cumulated memory: 79332 KiB

[startup+25.5002 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 16232
/proc/meminfo: memFree=24615580/32770624 swapFree=67108840/67108860
[pid=16231] ppid=16228 vsize=2028588 memory=83784 CPUtime=25.48 cores=1,3,5,7
/proc/16231/stat : 16231 (xcsp_picat) R 16228 16231 15138 0 -1 4202496 2957 0 0 0 2545 3 0 0 20 0 1 0 247517576 2077274112 20946 33554432000 4194304 5849940 140735334209488 140735334208584 139970834247559 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29667328 140735334212790 140735334212868 140735334212868 140735334215626 0
/proc/16231/statm: 507147 20946 721 405 0 504091 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 2028588 KiB
Current children cumulated memory: 83784 KiB

[startup+51.1099 s]
/proc/loadavg: 2.00 2.01 2.05 3/190 16232
/proc/meminfo: memFree=24548548/32770624 swapFree=67108840/67108860
[pid=16231] ppid=16228 vsize=2085332 memory=141420 CPUtime=51.1 cores=1,3,5,7
/proc/16231/stat : 16231 (xcsp_picat) R 16228 16231 15138 0 -1 4202496 15818 0 0 0 5098 12 0 0 20 0 1 0 247517576 2135379968 35355 33554432000 4194304 5849940 140735334209488 140735334207976 4234775 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29667328 140735334212790 140735334212868 140735334212868 140735334215626 0
/proc/16231/statm: 521333 35355 746 405 0 518277 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2085332 KiB
Current children cumulated memory: 141420 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/190 16240
/proc/meminfo: memFree=24539852/32770624 swapFree=67108840/67108860
[pid=16231] ppid=16228 vsize=2089148 memory=142420 CPUtime=102.29 cores=1,3,5,7
/proc/16231/stat : 16231 (xcsp_picat) R 16228 16231 15138 0 -1 4202496 35115 0 0 0 10207 22 0 0 20 0 1 0 247517576 2139287552 35605 33554432000 4194304 5849940 140735334209488 140735334208488 139970834247559 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29667328 140735334212790 140735334212868 140735334212868 140735334215626 0
/proc/16231/statm: 522287 35605 754 405 0 519231 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 2089148 KiB
Current children cumulated memory: 142420 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/190 16241
/proc/meminfo: memFree=24520712/32770624 swapFree=67108840/67108860
[pid=16231] ppid=16228 vsize=2088864 memory=144708 CPUtime=162.29 cores=1,3,5,7
/proc/16231/stat : 16231 (xcsp_picat) R 16228 16231 15138 0 -1 4202496 45319 0 0 0 16186 43 0 0 20 0 1 0 247517576 2138996736 36177 33554432000 4194304 5849940 140735334209488 140735334207752 4213631 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29667328 140735334212790 140735334212868 140735334212868 140735334215626 0
/proc/16231/statm: 522216 36177 754 405 0 519160 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 2088864 KiB
Current children cumulated memory: 144708 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/190 16242
/proc/meminfo: memFree=24530504/32770624 swapFree=67108840/67108860
[pid=16231] ppid=16228 vsize=2090780 memory=146520 CPUtime=222.29 cores=1,3,5,7
/proc/16231/stat : 16231 (xcsp_picat) R 16228 16231 15138 0 -1 4202496 55594 0 0 0 22166 63 0 0 20 0 1 0 247517576 2140958720 36630 33554432000 4194304 5849940 140735334209488 140735334208648 139970834247559 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29667328 140735334212790 140735334212868 140735334212868 140735334215626 0
/proc/16231/statm: 522695 36630 754 405 0 519639 0
Current children cumulated CPU time: 222.29 s
Current children cumulated vsize: 2090780 KiB
Current children cumulated memory: 146520 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/190 16243
/proc/meminfo: memFree=24511436/32770624 swapFree=67108840/67108860
[pid=16231] ppid=16228 vsize=2101036 memory=156784 CPUtime=282.3 cores=1,3,5,7
/proc/16231/stat : 16231 (xcsp_picat) R 16228 16231 15138 0 -1 4202496 66451 0 0 0 28144 86 0 0 20 0 1 0 247517576 2151460864 39196 33554432000 4194304 5849940 140735334209488 140735334208488 5438016 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29667328 140735334212790 140735334212868 140735334212868 140735334215626 0
/proc/16231/statm: 525259 39196 754 405 0 522203 0
Current children cumulated CPU time: 282.3 s
Current children cumulated vsize: 2101036 KiB
Current children cumulated memory: 156784 KiB

[startup+342.3 s]
/proc/loadavg: 2.19 2.06 2.06 3/190 16244
/proc/meminfo: memFree=24488148/32770624 swapFree=67108840/67108860
[pid=16231] ppid=16228 vsize=2104888 memory=158208 CPUtime=342.29 cores=1,3,5,7
/proc/16231/stat : 16231 (xcsp_picat) R 16228 16231 15138 0 -1 4202496 76067 0 0 0 34114 115 0 0 20 0 1 0 247517576 2155405312 39552 33554432000 4194304 5849940 140735334209488 140735334208488 5375547 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29667328 140735334212790 140735334212868 140735334212868 140735334215626 0
/proc/16231/statm: 526222 39552 754 405 0 523166 0
Current children cumulated CPU time: 342.29 s
Current children cumulated vsize: 2104888 KiB
Current children cumulated memory: 158208 KiB

[startup+402.3 s]
/proc/loadavg: 2.07 2.05 2.05 3/190 16246
/proc/meminfo: memFree=24512908/32770624 swapFree=67108840/67108860
[pid=16231] ppid=16228 vsize=2106108 memory=162232 CPUtime=402.3 cores=1,3,5,7
/proc/16231/stat : 16231 (xcsp_picat) R 16228 16231 15138 0 -1 4202496 89783 0 0 0 40080 150 0 0 20 0 1 0 247517576 2156654592 40558 33554432000 4194304 5849940 140735334209488 140735334208360 5359342 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29667328 140735334212790 140735334212868 140735334212868 140735334215626 0
/proc/16231/statm: 526527 40558 754 405 0 523471 0
Current children cumulated CPU time: 402.3 s
Current children cumulated vsize: 2106108 KiB
Current children cumulated memory: 162232 KiB

[startup+462.3 s]
/proc/loadavg: 2.03 2.04 2.05 3/190 16247
/proc/meminfo: memFree=24529092/32770624 swapFree=67108840/67108860
[pid=16231] ppid=16228 vsize=2107932 memory=162708 CPUtime=462.3 cores=1,3,5,7
/proc/16231/stat : 16231 (xcsp_picat) R 16228 16231 15138 0 -1 4202496 100631 0 0 0 46054 176 0 0 20 0 1 0 247517576 2158522368 40677 33554432000 4194304 5849940 140735334209488 140735334208488 139970834247559 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29667328 140735334212790 140735334212868 140735334212868 140735334215626 0
/proc/16231/statm: 526983 40677 754 405 0 523927 0
Current children cumulated CPU time: 462.3 s
Current children cumulated vsize: 2107932 KiB
Current children cumulated memory: 162708 KiB


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

/proc/16231/statm: 537451 51441 754 405 0 534395 0
Current children cumulated CPU time: 1722.32 s
Current children cumulated vsize: 2149804 KiB
Current children cumulated memory: 205764 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/190 16350
/proc/meminfo: memFree=24379356/32770624 swapFree=67108840/67108860
[pid=16231] ppid=16228 vsize=2140236 memory=196488 CPUtime=1782.31 cores=1,3,5,7
/proc/16231/stat : 16231 (xcsp_picat) R 16228 16231 15138 0 -1 4202496 353998 0 0 0 177358 873 0 0 20 0 1 0 247517576 2191601664 49122 33554432000 4194304 5849940 140735334209488 140735334208488 5438029 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29667328 140735334212790 140735334212868 140735334212868 140735334215626 0
/proc/16231/statm: 535059 49122 754 405 0 532003 0
Current children cumulated CPU time: 1782.31 s
Current children cumulated vsize: 2140236 KiB
Current children cumulated memory: 196488 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/190 16351
/proc/meminfo: memFree=24482424/32770624 swapFree=67108840/67108860
[pid=16231] ppid=16228 vsize=2148292 memory=204300 CPUtime=1842.32 cores=1,3,5,7
/proc/16231/stat : 16231 (xcsp_picat) R 16228 16231 15138 0 -1 4202496 360620 0 0 0 183335 897 0 0 20 0 1 0 247517576 2199851008 51075 33554432000 4194304 5849940 140735334209488 140735334208488 139970834247559 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29667328 140735334212790 140735334212868 140735334212868 140735334215626 0
/proc/16231/statm: 537073 51075 754 405 0 534017 0
Current children cumulated CPU time: 1842.32 s
Current children cumulated vsize: 2148292 KiB
Current children cumulated memory: 204300 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/191 16360
/proc/meminfo: memFree=24418264/32770624 swapFree=67108840/67108860
[pid=16231] ppid=16228 vsize=2144760 memory=201008 CPUtime=1902.32 cores=1,3,5,7
/proc/16231/stat : 16231 (xcsp_picat) R 16228 16231 15138 0 -1 4202496 377707 0 0 0 189305 927 0 0 20 0 1 0 247517576 2196234240 50252 33554432000 4194304 5849940 140735334209488 140735334208488 5437906 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29667328 140735334212790 140735334212868 140735334212868 140735334215626 0
/proc/16231/statm: 536190 50252 754 405 0 533134 0
Current children cumulated CPU time: 1902.32 s
Current children cumulated vsize: 2144760 KiB
Current children cumulated memory: 201008 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/192 16362
/proc/meminfo: memFree=24413124/32770624 swapFree=67108840/67108860
[pid=16231] ppid=16228 vsize=2142940 memory=199056 CPUtime=1962.32 cores=1,3,5,7
/proc/16231/stat : 16231 (xcsp_picat) R 16228 16231 15138 0 -1 4202496 385989 0 0 0 195274 958 0 0 20 0 1 0 247517576 2194370560 49764 33554432000 4194304 5849940 140735334209488 140735334208488 139970834247559 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29667328 140735334212790 140735334212868 140735334212868 140735334215626 0
/proc/16231/statm: 535735 49764 754 405 0 532679 0
Current children cumulated CPU time: 1962.32 s
Current children cumulated vsize: 2142940 KiB
Current children cumulated memory: 199056 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/192 16363
/proc/meminfo: memFree=24372792/32770624 swapFree=67108840/67108860
[pid=16231] ppid=16228 vsize=2148204 memory=204284 CPUtime=2022.31 cores=1,3,5,7
/proc/16231/stat : 16231 (xcsp_picat) R 16228 16231 15138 0 -1 4202496 410003 0 0 0 201243 988 0 0 20 0 1 0 247517576 2199760896 51071 33554432000 4194304 5849940 140735334209488 140735334208488 139970834247559 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29667328 140735334212790 140735334212868 140735334212868 140735334215626 0
/proc/16231/statm: 537051 51071 754 405 0 533995 0
Current children cumulated CPU time: 2022.31 s
Current children cumulated vsize: 2148204 KiB
Current children cumulated memory: 204284 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/192 16364
/proc/meminfo: memFree=24343144/32770624 swapFree=67108840/67108860
[pid=16231] ppid=16228 vsize=2139980 memory=196056 CPUtime=2082.32 cores=1,3,5,7
/proc/16231/stat : 16231 (xcsp_picat) R 16228 16231 15138 0 -1 4202496 419411 0 0 0 207209 1023 0 0 20 0 1 0 247517576 2191339520 49014 33554432000 4194304 5849940 140735334209488 140735334208648 5438459 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29667328 140735334212790 140735334212868 140735334212868 140735334215626 0
/proc/16231/statm: 534995 49014 754 405 0 531939 0
Current children cumulated CPU time: 2082.32 s
Current children cumulated vsize: 2139980 KiB
Current children cumulated memory: 196056 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/192 16365
/proc/meminfo: memFree=24315824/32770624 swapFree=67108840/67108860
[pid=16231] ppid=16228 vsize=2150676 memory=206776 CPUtime=2142.32 cores=1,3,5,7
/proc/16231/stat : 16231 (xcsp_picat) R 16228 16231 15138 0 -1 4202496 440980 0 0 0 213178 1054 0 0 20 0 1 0 247517576 2202292224 51694 33554432000 4194304 5849940 140735334209488 140735334207032 4204942 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29667328 140735334212790 140735334212868 140735334212868 140735334215626 0
/proc/16231/statm: 537669 51694 754 405 0 534613 0
Current children cumulated CPU time: 2142.32 s
Current children cumulated vsize: 2150676 KiB
Current children cumulated memory: 206776 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/191 16367
/proc/meminfo: memFree=24276084/32770624 swapFree=67108840/67108860
[pid=16231] ppid=16228 vsize=2156696 memory=212720 CPUtime=2202.32 cores=1,3,5,7
/proc/16231/stat : 16231 (xcsp_picat) R 16228 16231 15138 0 -1 4202496 450234 0 0 0 219144 1088 0 0 20 0 1 0 247517576 2208456704 53180 33554432000 4194304 5849940 140735334209488 140735334208488 139970834247559 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29667328 140735334212790 140735334212868 140735334212868 140735334215626 0
/proc/16231/statm: 539174 53180 754 405 0 536118 0
Current children cumulated CPU time: 2202.32 s
Current children cumulated vsize: 2156696 KiB
Current children cumulated memory: 212720 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/190 16368
/proc/meminfo: memFree=24236644/32770624 swapFree=67108840/67108860
[pid=16231] ppid=16228 vsize=2145300 memory=200464 CPUtime=2262.32 cores=1,3,5,7
/proc/16231/stat : 16231 (xcsp_picat) R 16228 16231 15138 0 -1 4202496 473794 0 0 0 225119 1113 0 0 20 0 1 0 247517576 2196787200 50116 33554432000 4194304 5849940 140735334209488 140735334208648 139970834247559 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29667328 140735334212790 140735334212868 140735334212868 140735334215626 0
/proc/16231/statm: 536325 50116 754 405 0 533269 0
Current children cumulated CPU time: 2262.32 s
Current children cumulated vsize: 2145300 KiB
Current children cumulated memory: 200464 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/190 16369
/proc/meminfo: memFree=24274844/32770624 swapFree=67108840/67108860
[pid=16231] ppid=16228 vsize=2149596 memory=204744 CPUtime=2322.32 cores=1,3,5,7
/proc/16231/stat : 16231 (xcsp_picat) R 16228 16231 15138 0 -1 4202496 478102 0 0 0 231089 1143 0 0 20 0 1 0 247517576 2201186304 51186 33554432000 4194304 5849940 140735334209488 140735334208488 5438134 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29667328 140735334212790 140735334212868 140735334212868 140735334215626 0
/proc/16231/statm: 537399 51186 754 405 0 534343 0
Current children cumulated CPU time: 2322.32 s
Current children cumulated vsize: 2149596 KiB
Current children cumulated memory: 204744 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/190 16371
/proc/meminfo: memFree=24215448/32770624 swapFree=67108840/67108860
[pid=16231] ppid=16228 vsize=2158996 memory=214928 CPUtime=2382.32 cores=1,3,5,7
/proc/16231/stat : 16231 (xcsp_picat) R 16228 16231 15138 0 -1 4202496 506916 0 0 0 237053 1179 0 0 20 0 1 0 247517576 2210811904 53732 33554432000 4194304 5849940 140735334209488 140735334208488 139970834247559 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29667328 140735334212790 140735334212868 140735334212868 140735334215626 0
/proc/16231/statm: 539749 53732 754 405 0 536693 0
Current children cumulated CPU time: 2382.32 s
Current children cumulated vsize: 2158996 KiB
Current children cumulated memory: 214928 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/190 16372
/proc/meminfo: memFree=24142628/32770624 swapFree=67108840/67108860
[pid=16231] ppid=16228 vsize=2166692 memory=222696 CPUtime=2442.32 cores=1,3,5,7
/proc/16231/stat : 16231 (xcsp_picat) R 16228 16231 15138 0 -1 4202496 516196 0 0 0 243012 1220 0 0 20 0 1 0 247517576 2218692608 55674 33554432000 4194304 5849940 140735334209488 140735334208488 139970834247559 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29667328 140735334212790 140735334212868 140735334212868 140735334215626 0
/proc/16231/statm: 541673 55674 754 405 0 538617 0
Current children cumulated CPU time: 2442.32 s
Current children cumulated vsize: 2166692 KiB
Current children cumulated memory: 222696 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/191 16381
/proc/meminfo: memFree=24233272/32770624 swapFree=67108840/67108860
[pid=16231] ppid=16228 vsize=2181140 memory=237264 CPUtime=2502.32 cores=1,3,5,7
/proc/16231/stat : 16231 (xcsp_picat) R 16228 16231 15138 0 -1 4202496 542630 0 0 0 248975 1257 0 0 20 0 1 0 247517576 2233487360 59316 33554432000 4194304 5849940 140735334209488 140735334208488 139970834247559 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29667328 140735334212790 140735334212868 140735334212868 140735334215626 0
/proc/16231/statm: 545285 59316 754 405 0 542229 0
Current children cumulated CPU time: 2502.32 s
Current children cumulated vsize: 2181140 KiB
Current children cumulated memory: 237264 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 1.99 2.03 3/192 16404
/proc/meminfo: memFree=24145336/32770624 swapFree=67108840/67108860
[pid=16231] ppid=16228 vsize=2195736 memory=251872 CPUtime=2520.03 cores=1,3,5,7
/proc/16231/stat : 16231 (xcsp_picat) R 16228 16231 15138 0 -1 4202496 544100 0 0 0 250738 1265 0 0 20 0 1 0 247517576 2248433664 62968 33554432000 4194304 5849940 140735334209488 140735334208488 139970834247559 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29667328 140735334212790 140735334212868 140735334212868 140735334215626 0
/proc/16231/statm: 548934 62968 754 405 0 545878 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 2195736 KiB
Current children cumulated memory: 251872 KiB

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

[startup+2520.02 s]
# the end of solver process 16231 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2507.38 s, system=12.6672 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.05
CPU user time (s): 2507.38
CPU system time (s): 12.6672
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 2195736
Max. memory (cumulated for all children) (KiB): 251872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2507.38
system time used= 12.6672
maximum resident set size= 258048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 544100
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= 3
involuntary context switches= 1244


# summary of solver processes directly reported to runsolver:
#   pid: 16231
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2507.38
#   total CPU system time (s): 12.6672

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.81184 second user time and 20.315 second system time

The end

Launcher Data

Begin job on node135 at 2018-08-15 04:19:04
IDJOB=4309822
IDBENCH=141202
IDSOLVER=2794
FILE ID=node135/4309822-1534299544
RUNJOBID= node135-1534293063-15170
PBS_JOBID= 21038137
Free space on /tmp= 47276 MiB

SOLVER NAME= PicatSAT 2018-08-14
BENCH NAME= XCSP18/Rlfap/Rlfap-opt/Rlfap-scen-10-opt_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309822-1534299544/watcher-4309822-1534299544 -o /tmp/evaluation-result-4309822-1534299544/solver-4309822-1534299544 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534293063-15170 --watchdog 2580  xcsp_picat HOME/instance-4309822-1534299544.xml

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

MD5SUM BENCH= 5aacc3d423af8ffef3990b4c8ed069d4
RANDOM SEED=1743584911

node135.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:        24622184 kB
MemAvailable:   31671892 kB
Buffers:          150772 kB
Cached:          7133312 kB
SwapCached:           20 kB
Active:          4112728 kB
Inactive:        3450392 kB
Active(anon):     228644 kB
Inactive(anon):   111472 kB
Active(file):    3884084 kB
Inactive(file):  3338920 kB
Unevictable:        7240 kB
Mlocked:            7240 kB
SwapTotal:      67108860 kB
SwapFree:       67108840 kB
Dirty:              3184 kB
Writeback:            16 kB
AnonPages:        296900 kB
Mapped:            59324 kB
Shmem:             57996 kB
Slab:             283584 kB
SReclaimable:     255164 kB
SUnreclaim:        28420 kB
KernelStack:        3568 kB
PageTables:         5560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2575572 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    167936 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 47272 MiB
End job on node135 at 2018-08-15 05:01:04