Trace number 4303482

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PicatSAT 2018-08-02? (TO) 2519.6 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 (6119 MiB free)
  memory of node 1: 16384 MiB (8379 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4303482-1534003061/watcher-4303482-1534003061 -o /tmp/evaluation-result-4303482-1534003061/solver-4303482-1534003061 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1533989978-12842 --watchdog 2580 xcsp_picat HOME/instance-4303482-1534003061.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=14696, runsolver pid=14693
Current StackSize limit: 8192 KiB


[startup+0.100168 s]*
/proc/loadavg: 2.00 2.00 2.04 3/187 14697
/proc/meminfo: memFree=14825064/32770624 swapFree=67108688/67108860
[pid=14696] ppid=14693 vsize=2025744 memory=23888 CPUtime=0.1 cores=1,3,5,7
/proc/14696/stat : 14696 (xcsp_picat) R 14693 14696 12810 0 -1 4202496 1561 0 0 0 10 0 0 0 20 0 1 0 217868978 2074361856 5972 33554432000 4194304 5849708 140721461962976 140721461962976 4517727 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 45056000 140721461966006 140721461966084 140721461966084 140721461968842 0
/proc/14696/statm: 506436 5972 594 405 0 503381 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 23888 KiB

[startup+0.209756 s]*
/proc/loadavg: 2.00 2.00 2.04 3/187 14697
/proc/meminfo: memFree=14812032/32770624 swapFree=67108688/67108860
[pid=14696] ppid=14693 vsize=2025744 memory=41280 CPUtime=0.21 cores=1,3,5,7
/proc/14696/stat : 14696 (xcsp_picat) R 14693 14696 12810 0 -1 4202496 1791 0 0 0 21 0 0 0 20 0 1 0 217868978 2074361856 10320 33554432000 4194304 5849708 140721461962976 140721461962976 4509405 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 45056000 140721461966006 140721461966084 140721461966084 140721461968842 0
/proc/14696/statm: 506436 10320 643 405 0 503381 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 41280 KiB

[startup+0.309704 s]*
/proc/loadavg: 2.00 2.00 2.04 3/187 14697
/proc/meminfo: memFree=14793600/32770624 swapFree=67108688/67108860
[pid=14696] ppid=14693 vsize=2025744 memory=55844 CPUtime=0.31 cores=1,3,5,7
/proc/14696/stat : 14696 (xcsp_picat) R 14693 14696 12810 0 -1 4202496 1866 0 0 0 31 0 0 0 20 0 1 0 217868978 2074361856 13961 33554432000 4194304 5849708 140721461962976 140721461962976 5477316 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 45056000 140721461966006 140721461966084 140721461966084 140721461968842 0
/proc/14696/statm: 506436 13961 694 405 0 503381 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 55844 KiB

[startup+0.700283 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 14697
/proc/meminfo: memFree=14793220/32770624 swapFree=67108688/67108860
[pid=14696] ppid=14693 vsize=2025876 memory=56008 CPUtime=0.69 cores=1,3,5,7
/proc/14696/stat : 14696 (xcsp_picat) R 14693 14696 12810 0 -1 4202496 1916 0 0 0 69 0 0 0 20 0 1 0 217868978 2074497024 14002 33554432000 4194304 5849708 140721461962976 140721461962976 5470999 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 45056000 140721461966006 140721461966084 140721461966084 140721461968842 0
/proc/14696/statm: 506469 14002 717 405 0 503414 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2025876 KiB
Current children cumulated memory: 56008 KiB

[startup+1.50027 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 14697
/proc/meminfo: memFree=14793012/32770624 swapFree=67108688/67108860
[pid=14696] ppid=14693 vsize=2026200 memory=56268 CPUtime=1.49 cores=1,3,5,7
/proc/14696/stat : 14696 (xcsp_picat) R 14693 14696 12810 0 -1 4202496 2012 0 0 0 148 1 0 0 20 0 1 0 217868978 2074828800 14067 33554432000 4194304 5849708 140721461962976 140721461962216 139991838699399 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 45056000 140721461966006 140721461966084 140721461966084 140721461968842 0
/proc/14696/statm: 506550 14067 721 405 0 503495 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2026200 KiB
Current children cumulated memory: 56268 KiB

[startup+3.10904 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 14697
/proc/meminfo: memFree=14792376/32770624 swapFree=67108688/67108860
[pid=14696] ppid=14693 vsize=2026624 memory=56940 CPUtime=3.1 cores=1,3,5,7
/proc/14696/stat : 14696 (xcsp_picat) R 14693 14696 12810 0 -1 4202496 2201 0 0 0 309 1 0 0 20 0 1 0 217868978 2075262976 14235 33554432000 4194304 5849708 140721461962976 140721461961976 139991838232319 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 45056000 140721461966006 140721461966084 140721461966084 140721461968842 0
/proc/14696/statm: 506656 14235 721 405 0 503601 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2026624 KiB
Current children cumulated memory: 56940 KiB

[startup+6.30028 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 14697
/proc/meminfo: memFree=14789792/32770624 swapFree=67108688/67108860
[pid=14696] ppid=14693 vsize=2027396 memory=59760 CPUtime=6.28 cores=1,3,5,7
/proc/14696/stat : 14696 (xcsp_picat) R 14693 14696 12810 0 -1 4202496 2529 0 0 0 627 1 0 0 20 0 1 0 217868978 2076053504 14940 33554432000 4194304 5849708 140721461962976 140721461962184 4467102 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 45056000 140721461966006 140721461966084 140721461966084 140721461968842 0
/proc/14696/statm: 506849 14940 721 405 0 503794 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 2027396 KiB
Current children cumulated memory: 59760 KiB

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 14697
/proc/meminfo: memFree=14771112/32770624 swapFree=67108688/67108860
[pid=14696] ppid=14693 vsize=2027396 memory=78192 CPUtime=12.69 cores=1,3,5,7
/proc/14696/stat : 14696 (xcsp_picat) R 14693 14696 12810 0 -1 4202496 2826 0 0 0 1267 2 0 0 20 0 1 0 217868978 2076053504 19548 33554432000 4194304 5849708 140721461962976 140721461962184 4513893 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 45056000 140721461966006 140721461966084 140721461966084 140721461968842 0
/proc/14696/statm: 506849 19548 721 405 0 503794 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2027396 KiB
Current children cumulated memory: 78192 KiB

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 14698
/proc/meminfo: memFree=14769996/32770624 swapFree=67108688/67108860
[pid=14696] ppid=14693 vsize=2028632 memory=79300 CPUtime=25.48 cores=1,3,5,7
/proc/14696/stat : 14696 (xcsp_picat) R 14693 14696 12810 0 -1 4202496 3548 0 0 0 2545 3 0 0 20 0 1 0 217868978 2077319168 19825 33554432000 4194304 5849708 140721461962976 140721461962216 139991838699399 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 45056000 140721461966006 140721461966084 140721461966084 140721461968842 0
/proc/14696/statm: 507158 19825 721 405 0 504103 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 2028632 KiB
Current children cumulated memory: 79300 KiB

[startup+51.1096 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 14698
/proc/meminfo: memFree=14766908/32770624 swapFree=67108688/67108860
[pid=14696] ppid=14693 vsize=2085344 memory=136112 CPUtime=51.09 cores=1,3,5,7
/proc/14696/stat : 14696 (xcsp_picat) R 14693 14696 12810 0 -1 4202496 15913 0 0 0 5097 12 0 0 20 0 1 0 217868978 2135392256 34028 33554432000 4194304 5849708 140721461962976 140721461961464 4207555 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 45056000 140721461966006 140721461966084 140721461966084 140721461968842 0
/proc/14696/statm: 521336 34028 746 405 0 518281 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 2085344 KiB
Current children cumulated memory: 136112 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 14699
/proc/meminfo: memFree=14694792/32770624 swapFree=67108688/67108860
[pid=14696] ppid=14693 vsize=2088312 memory=135416 CPUtime=102.26 cores=1,3,5,7
/proc/14696/stat : 14696 (xcsp_picat) R 14693 14696 12810 0 -1 4202496 34600 0 0 0 10205 21 0 0 20 0 1 0 217868978 2138431488 33854 33554432000 4194304 5849708 140721461962976 140721461961624 4234713 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 45056000 140721461966006 140721461966084 140721461966084 140721461968842 0
/proc/14696/statm: 522078 33854 754 405 0 519023 0
Current children cumulated CPU time: 102.26 s
Current children cumulated vsize: 2088312 KiB
Current children cumulated memory: 135416 KiB

[startup+162.3 s]
/proc/loadavg: 2.07 2.02 2.05 3/188 14708
/proc/meminfo: memFree=14728336/32770624 swapFree=67108688/67108860
[pid=14696] ppid=14693 vsize=2088000 memory=138540 CPUtime=162.25 cores=1,3,5,7
/proc/14696/stat : 14696 (xcsp_picat) R 14693 14696 12810 0 -1 4202496 44342 0 0 0 16183 42 0 0 20 0 1 0 217868978 2138112000 34635 33554432000 4194304 5849708 140721461962976 140721461961464 4211376 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 45056000 140721461966006 140721461966084 140721461966084 140721461968842 0
/proc/14696/statm: 522000 34635 754 405 0 518945 0
Current children cumulated CPU time: 162.25 s
Current children cumulated vsize: 2088000 KiB
Current children cumulated memory: 138540 KiB

[startup+222.3 s]
/proc/loadavg: 2.03 2.01 2.05 3/188 14731
/proc/meminfo: memFree=14700868/32770624 swapFree=67108688/67108860
[pid=14696] ppid=14693 vsize=2093912 memory=143988 CPUtime=222.24 cores=1,3,5,7
/proc/14696/stat : 14696 (xcsp_picat) R 14693 14696 12810 0 -1 4202496 54473 0 0 0 22154 70 0 0 20 0 1 0 217868978 2144165888 35997 33554432000 4194304 5849708 140721461962976 140721461961464 5312673 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 45056000 140721461966006 140721461966084 140721461966084 140721461968842 0
/proc/14696/statm: 523478 35997 754 405 0 520423 0
Current children cumulated CPU time: 222.24 s
Current children cumulated vsize: 2093912 KiB
Current children cumulated memory: 143988 KiB

[startup+282.3 s]
/proc/loadavg: 2.11 2.04 2.05 3/188 14732
/proc/meminfo: memFree=14692196/32770624 swapFree=67108688/67108860
[pid=14696] ppid=14693 vsize=2103076 memory=153504 CPUtime=282.22 cores=1,3,5,7
/proc/14696/stat : 14696 (xcsp_picat) R 14693 14696 12810 0 -1 4202496 64847 0 0 0 28128 94 0 0 20 0 1 0 217868978 2153549824 38376 33554432000 4194304 5849708 140721461962976 140721461961976 139991838699399 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 45056000 140721461966006 140721461966084 140721461966084 140721461968842 0
/proc/14696/statm: 525769 38376 754 405 0 522714 0
Current children cumulated CPU time: 282.22 s
Current children cumulated vsize: 2103076 KiB
Current children cumulated memory: 153504 KiB

[startup+342.3 s]
/proc/loadavg: 2.04 2.04 2.05 3/188 14733
/proc/meminfo: memFree=14699196/32770624 swapFree=67108688/67108860
[pid=14696] ppid=14693 vsize=2096016 memory=146204 CPUtime=342.21 cores=1,3,5,7
/proc/14696/stat : 14696 (xcsp_picat) R 14693 14696 12810 0 -1 4202496 75519 0 0 0 34097 124 0 0 20 0 1 0 217868978 2146320384 36551 33554432000 4194304 5849708 140721461962976 140721461961976 139991838699399 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 45056000 140721461966006 140721461966084 140721461966084 140721461968842 0
/proc/14696/statm: 524004 36551 754 405 0 520949 0
Current children cumulated CPU time: 342.21 s
Current children cumulated vsize: 2096016 KiB
Current children cumulated memory: 146204 KiB

[startup+402.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/188 14734
/proc/meminfo: memFree=14698068/32770624 swapFree=67108688/67108860
[pid=14696] ppid=14693 vsize=2095948 memory=146764 CPUtime=402.19 cores=1,3,5,7
/proc/14696/stat : 14696 (xcsp_picat) R 14693 14696 12810 0 -1 4202496 85761 0 0 0 40067 152 0 0 20 0 1 0 217868978 2146250752 36691 33554432000 4194304 5849708 140721461962976 140721461961976 139991838699399 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 45056000 140721461966006 140721461966084 140721461966084 140721461968842 0
/proc/14696/statm: 523987 36691 754 405 0 520932 0
Current children cumulated CPU time: 402.19 s
Current children cumulated vsize: 2095948 KiB
Current children cumulated memory: 146764 KiB

[startup+462.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/187 14735
/proc/meminfo: memFree=14690388/32770624 swapFree=67108688/67108860
[pid=14696] ppid=14693 vsize=2101272 memory=148952 CPUtime=462.18 cores=1,3,5,7
/proc/14696/stat : 14696 (xcsp_picat) R 14693 14696 12810 0 -1 4202496 98158 0 0 0 46034 184 0 0 20 0 1 0 217868978 2151702528 37238 33554432000 4194304 5849708 140721461962976 140721461961976 5437893 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 45056000 140721461966006 140721461966084 140721461966084 140721461968842 0
/proc/14696/statm: 525318 37238 754 405 0 522263 0
Current children cumulated CPU time: 462.18 s
Current children cumulated vsize: 2101272 KiB
Current children cumulated memory: 148952 KiB


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

/proc/14696/statm: 540492 54004 754 405 0 537437 0
Current children cumulated CPU time: 1721.93 s
Current children cumulated vsize: 2161968 KiB
Current children cumulated memory: 216016 KiB

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 14859
/proc/meminfo: memFree=14376720/32770624 swapFree=67108688/67108860
[pid=14696] ppid=14693 vsize=2153188 memory=207256 CPUtime=1781.93 cores=1,3,5,7
/proc/14696/stat : 14696 (xcsp_picat) R 14693 14696 12810 0 -1 4202496 264515 0 0 0 177309 884 0 0 20 0 1 0 217868978 2204864512 51814 33554432000 4194304 5849708 140721461962976 140721461961976 139991838699399 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 45056000 140721461966006 140721461966084 140721461966084 140721461968842 0
/proc/14696/statm: 538297 51814 754 405 0 535242 0
Current children cumulated CPU time: 1781.93 s
Current children cumulated vsize: 2153188 KiB
Current children cumulated memory: 207256 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 14861
/proc/meminfo: memFree=14368404/32770624 swapFree=67108688/67108860
[pid=14696] ppid=14693 vsize=2161576 memory=215556 CPUtime=1841.92 cores=1,3,5,7
/proc/14696/stat : 14696 (xcsp_picat) R 14693 14696 12810 0 -1 4202496 281846 0 0 0 183276 916 0 0 20 0 1 0 217868978 2213453824 53889 33554432000 4194304 5849708 140721461962976 140721461960520 4211688 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 45056000 140721461966006 140721461966084 140721461966084 140721461968842 0
/proc/14696/statm: 540394 53889 754 405 0 537339 0
Current children cumulated CPU time: 1841.92 s
Current children cumulated vsize: 2161576 KiB
Current children cumulated memory: 215556 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 14862
/proc/meminfo: memFree=14363348/32770624 swapFree=67108688/67108860
[pid=14696] ppid=14693 vsize=2164424 memory=218464 CPUtime=1901.92 cores=1,3,5,7
/proc/14696/stat : 14696 (xcsp_picat) R 14693 14696 12810 0 -1 4202496 283596 0 0 0 189243 949 0 0 20 0 1 0 217868978 2216370176 54616 33554432000 4194304 5849708 140721461962976 140721461961976 139991838699399 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 45056000 140721461966006 140721461966084 140721461966084 140721461968842 0
/proc/14696/statm: 541106 54616 754 405 0 538051 0
Current children cumulated CPU time: 1901.92 s
Current children cumulated vsize: 2164424 KiB
Current children cumulated memory: 218464 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 14871
/proc/meminfo: memFree=14359276/32770624 swapFree=67108688/67108860
[pid=14696] ppid=14693 vsize=2167220 memory=221288 CPUtime=1961.91 cores=1,3,5,7
/proc/14696/stat : 14696 (xcsp_picat) R 14693 14696 12810 0 -1 4202496 299893 0 0 0 195210 981 0 0 20 0 1 0 217868978 2219233280 55322 33554432000 4194304 5849708 140721461962976 140721461961976 5359064 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 45056000 140721461966006 140721461966084 140721461966084 140721461968842 0
/proc/14696/statm: 541805 55322 754 405 0 538750 0
Current children cumulated CPU time: 1961.91 s
Current children cumulated vsize: 2167220 KiB
Current children cumulated memory: 221288 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 14872
/proc/meminfo: memFree=14356772/32770624 swapFree=67108688/67108860
[pid=14696] ppid=14693 vsize=2170604 memory=224648 CPUtime=2021.91 cores=1,3,5,7
/proc/14696/stat : 14696 (xcsp_picat) R 14693 14696 12810 0 -1 4202496 304469 0 0 0 201179 1012 0 0 20 0 1 0 217868978 2222698496 56162 33554432000 4194304 5849708 140721461962976 140721461961976 139991838699399 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 45056000 140721461966006 140721461966084 140721461966084 140721461968842 0
/proc/14696/statm: 542651 56162 754 405 0 539596 0
Current children cumulated CPU time: 2021.91 s
Current children cumulated vsize: 2170604 KiB
Current children cumulated memory: 224648 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 14873
/proc/meminfo: memFree=14355408/32770624 swapFree=67108688/67108860
[pid=14696] ppid=14693 vsize=2171672 memory=225632 CPUtime=2081.9 cores=1,3,5,7
/proc/14696/stat : 14696 (xcsp_picat) R 14693 14696 12810 0 -1 4202496 321879 0 0 0 207140 1050 0 0 20 0 1 0 217868978 2223792128 56408 33554432000 4194304 5849708 140721461962976 140721461961976 139991838699399 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 45056000 140721461966006 140721461966084 140721461966084 140721461968842 0
/proc/14696/statm: 542918 56408 754 405 0 539863 0
Current children cumulated CPU time: 2081.9 s
Current children cumulated vsize: 2171672 KiB
Current children cumulated memory: 225632 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 14874
/proc/meminfo: memFree=14353608/32770624 swapFree=67108688/67108860
[pid=14696] ppid=14693 vsize=2171032 memory=225100 CPUtime=2141.9 cores=1,3,5,7
/proc/14696/stat : 14696 (xcsp_picat) R 14693 14696 12810 0 -1 4202496 326898 0 0 0 213104 1086 0 0 20 0 1 0 217868978 2223136768 56275 33554432000 4194304 5849708 140721461962976 140721461962136 5359186 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 45056000 140721461966006 140721461966084 140721461966084 140721461968842 0
/proc/14696/statm: 542758 56275 754 405 0 539703 0
Current children cumulated CPU time: 2141.9 s
Current children cumulated vsize: 2171032 KiB
Current children cumulated memory: 225100 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 14875
/proc/meminfo: memFree=14352676/32770624 swapFree=67108688/67108860
[pid=14696] ppid=14693 vsize=2171124 memory=225192 CPUtime=2201.89 cores=1,3,5,7
/proc/14696/stat : 14696 (xcsp_picat) R 14693 14696 12810 0 -1 4202496 341026 0 0 0 219077 1112 0 0 20 0 1 0 217868978 2223230976 56298 33554432000 4194304 5849708 140721461962976 140721461961976 139991838699399 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 45056000 140721461966006 140721461966084 140721461966084 140721461968842 0
/proc/14696/statm: 542781 56298 754 405 0 539726 0
Current children cumulated CPU time: 2201.89 s
Current children cumulated vsize: 2171124 KiB
Current children cumulated memory: 225192 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 14876
/proc/meminfo: memFree=14352812/32770624 swapFree=67108688/67108860
[pid=14696] ppid=14693 vsize=2171404 memory=225416 CPUtime=2261.89 cores=1,3,5,7
/proc/14696/stat : 14696 (xcsp_picat) R 14693 14696 12810 0 -1 4202496 347022 0 0 0 225041 1148 0 0 20 0 1 0 217868978 2223517696 56354 33554432000 4194304 5849708 140721461962976 140721461961976 139991838699399 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 45056000 140721461966006 140721461966084 140721461966084 140721461968842 0
/proc/14696/statm: 542851 56354 754 405 0 539796 0
Current children cumulated CPU time: 2261.89 s
Current children cumulated vsize: 2171404 KiB
Current children cumulated memory: 225416 KiB

[startup+2322.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/187 14877
/proc/meminfo: memFree=14346476/32770624 swapFree=67108688/67108860
[pid=14696] ppid=14693 vsize=2177552 memory=231504 CPUtime=2321.88 cores=1,3,5,7
/proc/14696/stat : 14696 (xcsp_picat) R 14693 14696 12810 0 -1 4202496 367390 0 0 0 230999 1189 0 0 20 0 1 0 217868978 2229813248 57876 33554432000 4194304 5849708 140721461962976 140721461961976 139991838699399 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 45056000 140721461966006 140721461966084 140721461966084 140721461968842 0
/proc/14696/statm: 544388 57876 754 405 0 541333 0
Current children cumulated CPU time: 2321.88 s
Current children cumulated vsize: 2177552 KiB
Current children cumulated memory: 231504 KiB

[startup+2382.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/187 14878
/proc/meminfo: memFree=14324316/32770624 swapFree=67108688/67108860
[pid=14696] ppid=14693 vsize=2197068 memory=250892 CPUtime=2381.88 cores=1,3,5,7
/proc/14696/stat : 14696 (xcsp_picat) R 14693 14696 12810 0 -1 4202496 374765 0 0 0 236967 1221 0 0 20 0 1 0 217868978 2249797632 62723 33554432000 4194304 5849708 140721461962976 140721461961976 139991838699399 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 45056000 140721461966006 140721461966084 140721461966084 140721461968842 0
/proc/14696/statm: 549267 62723 754 405 0 546212 0
Current children cumulated CPU time: 2381.88 s
Current children cumulated vsize: 2197068 KiB
Current children cumulated memory: 250892 KiB

[startup+2442.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 14879
/proc/meminfo: memFree=14290244/32770624 swapFree=67108688/67108860
[pid=14696] ppid=14693 vsize=2230532 memory=284524 CPUtime=2441.87 cores=1,3,5,7
/proc/14696/stat : 14696 (xcsp_picat) R 14693 14696 12810 0 -1 4202496 403857 0 0 0 242939 1248 0 0 20 0 1 0 217868978 2284064768 71131 33554432000 4194304 5849708 140721461962976 140721461961976 139991838699399 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 45056000 140721461966006 140721461966084 140721461966084 140721461968842 0
/proc/14696/statm: 557633 71131 754 405 0 554578 0
Current children cumulated CPU time: 2441.87 s
Current children cumulated vsize: 2230532 KiB
Current children cumulated memory: 284524 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 14880
/proc/meminfo: memFree=14256988/32770624 swapFree=67108688/67108860
[pid=14696] ppid=14693 vsize=2263436 memory=317516 CPUtime=2501.87 cores=1,3,5,7
/proc/14696/stat : 14696 (xcsp_picat) R 14693 14696 12810 0 -1 4202496 406007 0 0 0 248915 1272 0 0 20 0 1 0 217868978 2317758464 79379 33554432000 4194304 5849708 140721461962976 140721461961976 139991838699399 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 45056000 140721461966006 140721461966084 140721461966084 140721461968842 0
/proc/14696/statm: 565859 79379 754 405 0 562804 0
Current children cumulated CPU time: 2501.87 s
Current children cumulated vsize: 2263436 KiB
Current children cumulated memory: 317516 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 14880
/proc/meminfo: memFree=14229436/32770624 swapFree=67108688/67108860
[pid=14696] ppid=14693 vsize=2290696 memory=344876 CPUtime=2519.58 cores=1,3,5,7
/proc/14696/stat : 14696 (xcsp_picat) R 14693 14696 12810 0 -1 4202496 406699 0 0 0 250681 1277 0 0 20 0 1 0 217868978 2345672704 86219 33554432000 4194304 5849708 140721461962976 140721461961976 139991838699399 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 45056000 140721461966006 140721461966084 140721461966084 140721461968842 0
/proc/14696/statm: 572674 86219 754 405 0 569619 0
Current children cumulated CPU time: 2519.58 s
Current children cumulated vsize: 2290696 KiB
Current children cumulated memory: 344876 KiB

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

[startup+2520.02 s]
# the end of solver process 14696 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2506.81 s, system=12.785 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): 2519.6
CPU user time (s): 2506.81
CPU system time (s): 12.785
CPU usage (%): 99.9833
Max. virtual memory (cumulated for all children) (KiB): 2299584
Max. memory (cumulated for all children) (KiB): 353780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2506.81
system time used= 12.785
maximum resident set size= 353780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 406699
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= 21
involuntary context switches= 1995


# summary of solver processes directly reported to runsolver:
#   pid: 14696
#   total CPU time (s): 2519.6
#   total CPU user time (s): 2506.81
#   total CPU system time (s): 12.785

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.6997 second user time and 16.1545 second system time

The end

Launcher Data

Begin job on node106 at 2018-08-11 17:57:41
IDJOB=4303482
IDBENCH=141202
IDSOLVER=2778
FILE ID=node106/4303482-1534003061
RUNJOBID= node106-1533989978-12842
PBS_JOBID= 21036938
Free space on /tmp= 39656 MiB

SOLVER NAME= PicatSAT 2018-08-02
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-4303482-1534003061/watcher-4303482-1534003061 -o /tmp/evaluation-result-4303482-1534003061/solver-4303482-1534003061 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1533989978-12842 --watchdog 2580  xcsp_picat HOME/instance-4303482-1534003061.xml

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

MD5SUM BENCH= 5aacc3d423af8ffef3990b4c8ed069d4
RANDOM SEED=167969096

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        14847508 kB
MemAvailable:   31770528 kB
Buffers:          142108 kB
Cached:         16851476 kB
SwapCached:            0 kB
Active:          8604988 kB
Inactive:        8579284 kB
Active(anon):     135512 kB
Inactive(anon):   107244 kB
Active(file):    8469476 kB
Inactive(file):  8472040 kB
Unevictable:        6996 kB
Mlocked:            6996 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:              3188 kB
Writeback:             0 kB
AnonPages:        201596 kB
Mapped:            52428 kB
Shmem:             49632 kB
Slab:             437700 kB
SReclaimable:     409964 kB
SUnreclaim:        27736 kB
KernelStack:        3440 kB
PageTables:         5532 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2471760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    131072 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 39656 MiB
End job on node106 at 2018-08-11 18:39:41