Trace number 4294359

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PicatSAT 2018-06-15OPT55 881.948 882.008

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-10_c18.xml
MD5SUMfd7701f01011f2453d3fac3f444f25b8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark7.68873
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints46
Number of domains2
Minimum domain size100
Maximum domain size101
Distribution of domain sizes[{"size":100,"count":45},{"size":101,"count":10}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":55},{"degree":2,"count":45},{"degree":9,"count":9},{"degree":10,"count":1}]
Minimum constraint arity3
Maximum constraint arity45
Distribution of constraint arities[{"arity":3,"count":45},{"arity":45,"count":1}]
Number of extensional constraints0
Number of intensional constraints45
Distribution of constraint types[{"type":"intension","count":45},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

881.84/882.00	c xcsp_picat version 2.4#4 (June 15, 2018)
881.84/882.00	o 77
881.84/882.00	o 65
881.84/882.00	o 59
881.84/882.00	o 56
881.84/882.00	o 55
881.84/882.00	s OPTIMUM FOUND
881.84/882.00	v <instantiation>
881.84/882.00	v     <list> x[] y[][]  </list> 
881.84/882.00	v     <values> 0 2 14 21 29 32 45 49 54 55  1 2 14 21 29 32 45 49 54 55 1 1 12 19 27 30 43 47 52 53 1 1 1 7 15 18 31 35 40 41 1 1 1 1 8 11 24 28 33 34 1 1 1 1 1 3 16 20 25 26 1 1 1 1 1 1 13 17 22 23 1 1 1 1 1 1 1 4 9 10 1 1 1 1 1 1 1 1 5 6 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1   </values> 
881.84/882.00	v </instantiation>

Verifier Data

OK	55

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294359-1532445818/watcher-4294359-1532445818 -o /tmp/evaluation-result-4294359-1532445818/solver-4294359-1532445818 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532432947-16184 --watchdog 2580 xcsp_picat HOME/instance-4294359-1532445818.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=17980, runsolver pid=17977
Current StackSize limit: 8192 KiB


[startup+0.100249 s]*
/proc/loadavg: 2.00 2.00 2.04 3/187 17981
/proc/meminfo: memFree=22216292/32770624 swapFree=67108860/67108860
[pid=17980] ppid=17977 vsize=130388 memory=22836 CPUtime=0.09 cores=1,3,5,7
/proc/17980/stat : 17980 (xcsp_picat) R 17977 17980 16152 0 -1 4202496 2969 0 0 0 9 0 0 0 20 0 1 0 62144947 133517312 5709 33554432000 4194304 5849740 140724535857744 140724535855992 5395631 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9399828 15085568 140724535862454 140724535862532 140724535862532 140724535865290 0
/proc/17980/statm: 32597 5709 695 405 0 29541 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 130388 KiB
Current children cumulated memory: 22836 KiB

[startup+0.209638 s]*
/proc/loadavg: 2.00 2.00 2.04 3/187 17981
/proc/meminfo: memFree=22216044/32770624 swapFree=67108860/67108860
[pid=17980] ppid=17977 vsize=130188 memory=22836 CPUtime=0.2 cores=1,3,5,7
/proc/17980/stat : 17980 (xcsp_picat) R 17977 17980 16152 0 -1 4202496 3151 0 0 0 20 0 0 0 20 0 1 0 62144947 133312512 5709 33554432000 4194304 5849740 140724535857744 140724535855992 5361730 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9399828 15085568 140724535862454 140724535862532 140724535862532 140724535865290 0
/proc/17980/statm: 32547 5709 695 405 0 29491 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 130188 KiB
Current children cumulated memory: 22836 KiB

[startup+0.308866 s]*
/proc/loadavg: 2.00 2.00 2.04 3/187 17981
/proc/meminfo: memFree=22216044/32770624 swapFree=67108860/67108860
[pid=17980] ppid=17977 vsize=130348 memory=22840 CPUtime=0.3 cores=1,3,5,7
/proc/17980/stat : 17980 (xcsp_picat) R 17977 17980 16152 0 -1 4202496 3165 0 0 0 30 0 0 0 20 0 1 0 62144947 133476352 5710 33554432000 4194304 5849740 140724535857744 140724535855992 5361474 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9399828 15085568 140724535862454 140724535862532 140724535862532 140724535865290 0
/proc/17980/statm: 32587 5710 698 405 0 29531 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 130348 KiB
Current children cumulated memory: 22840 KiB

[startup+0.700358 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 17981
/proc/meminfo: memFree=22215672/32770624 swapFree=67108860/67108860
[pid=17980] ppid=17977 vsize=142304 memory=34324 CPUtime=0.68 cores=1,3,5,7
/proc/17980/stat : 17980 (xcsp_picat) R 17977 17980 16152 0 -1 4202496 5779 0 0 0 68 0 0 0 20 0 1 0 62144947 145719296 8581 33554432000 4194304 5849740 140724535857744 140724535855992 5302946 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9399828 15085568 140724535862454 140724535862532 140724535862532 140724535865290 0
/proc/17980/statm: 35576 8581 707 405 0 32520 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 142304 KiB
Current children cumulated memory: 34324 KiB

[startup+1.50029 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 17981
/proc/meminfo: memFree=22208404/32770624 swapFree=67108860/67108860
[pid=17980] ppid=17977 vsize=138208 memory=30532 CPUtime=1.48 cores=1,3,5,7
/proc/17980/stat : 17980 (xcsp_picat) R 17977 17980 16152 0 -1 4202496 5880 0 0 0 147 1 0 0 20 0 1 0 62144947 141524992 7633 33554432000 4194304 5849740 140724535857744 140724535856744 140017149218695 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9399828 15085568 140724535862454 140724535862532 140724535862532 140724535865290 0
/proc/17980/statm: 34552 7633 711 405 0 31496 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 138208 KiB
Current children cumulated memory: 30532 KiB

[startup+3.10944 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 17981
/proc/meminfo: memFree=22208108/32770624 swapFree=67108860/67108860
[pid=17980] ppid=17977 vsize=138952 memory=31312 CPUtime=3.09 cores=1,3,5,7
/proc/17980/stat : 17980 (xcsp_picat) R 17977 17980 16152 0 -1 4202496 8551 0 0 0 306 3 0 0 20 0 1 0 62144947 142286848 7828 33554432000 4194304 5849740 140724535857744 140724535856744 5351941 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9399828 15085568 140724535862454 140724535862532 140724535862532 140724535865290 0
/proc/17980/statm: 34738 7828 711 405 0 31682 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 138952 KiB
Current children cumulated memory: 31312 KiB

[startup+6.3003 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 17981
/proc/meminfo: memFree=22238960/32770624 swapFree=67108860/67108860
[pid=17980] ppid=17977 vsize=139964 memory=32548 CPUtime=6.29 cores=1,3,5,7
/proc/17980/stat : 17980 (xcsp_picat) R 17977 17980 16152 0 -1 4202496 10927 0 0 0 621 8 0 0 20 0 1 0 62144947 143323136 8137 33554432000 4194304 5849740 140724535857744 140724535856744 140017149218695 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9399828 15085568 140724535862454 140724535862532 140724535862532 140724535865290 0
/proc/17980/statm: 34991 8137 711 405 0 31935 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 139964 KiB
Current children cumulated memory: 32548 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 17981
/proc/meminfo: memFree=22240220/32770624 swapFree=67108860/67108860
[pid=17980] ppid=17977 vsize=142828 memory=35184 CPUtime=12.68 cores=1,3,5,7
/proc/17980/stat : 17980 (xcsp_picat) R 17977 17980 16152 0 -1 4202496 14522 0 0 0 1254 14 0 0 20 0 1 0 62144947 146255872 8796 33554432000 4194304 5849740 140724535857744 140724535856744 140017149218695 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9399828 15085568 140724535862454 140724535862532 140724535862532 140724535865290 0
/proc/17980/statm: 35707 8796 711 405 0 32651 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 142828 KiB
Current children cumulated memory: 35184 KiB

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 17981
/proc/meminfo: memFree=22220640/32770624 swapFree=67108860/67108860
[pid=17980] ppid=17977 vsize=145464 memory=38032 CPUtime=25.49 cores=1,3,5,7
/proc/17980/stat : 17980 (xcsp_picat) R 17977 17980 16152 0 -1 4202496 26238 0 0 0 2524 25 0 0 20 0 1 0 62144947 148955136 9508 33554432000 4194304 5849740 140724535857744 140724535856744 140017149218695 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9399828 15085568 140724535862454 140724535862532 140724535862532 140724535865290 0
/proc/17980/statm: 36366 9508 711 405 0 33310 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 145464 KiB
Current children cumulated memory: 38032 KiB

[startup+51.1094 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 17981
/proc/meminfo: memFree=22199684/32770624 swapFree=67108860/67108860
[pid=17980] ppid=17977 vsize=144824 memory=37416 CPUtime=51.09 cores=1,3,5,7
/proc/17980/stat : 17980 (xcsp_picat) R 17977 17980 16152 0 -1 4202496 39784 0 0 0 5064 45 0 0 20 0 1 0 62144947 148299776 9354 33554432000 4194304 5849740 140724535857744 140724535856744 140017149218695 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9399828 15085568 140724535862454 140724535862532 140724535862532 140724535865290 0
/proc/17980/statm: 36206 9354 711 405 0 33150 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 144824 KiB
Current children cumulated memory: 37416 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 17983
/proc/meminfo: memFree=22140244/32770624 swapFree=67108860/67108860
[pid=17980] ppid=17977 vsize=150032 memory=42540 CPUtime=102.26 cores=1,3,5,7
/proc/17980/stat : 17980 (xcsp_picat) R 17977 17980 16152 0 -1 4202496 60258 0 0 0 10147 79 0 0 20 0 1 0 62144947 153632768 10635 33554432000 4194304 5849740 140724535857744 140724535856744 140017149218695 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9399828 15085568 140724535862454 140724535862532 140724535862532 140724535865290 0
/proc/17980/statm: 37508 10635 711 405 0 34452 0
Current children cumulated CPU time: 102.26 s
Current children cumulated vsize: 150032 KiB
Current children cumulated memory: 42540 KiB

[startup+162.3 s]
/proc/loadavg: 1.95 1.98 2.03 3/187 17984
/proc/meminfo: memFree=22216996/32770624 swapFree=67108860/67108860
[pid=17980] ppid=17977 vsize=160964 memory=54364 CPUtime=162.26 cores=1,3,5,7
/proc/17980/stat : 17980 (xcsp_picat) R 17977 17980 16152 0 -1 4202496 82472 0 0 0 16114 112 0 0 20 0 1 0 62144947 164827136 13591 33554432000 4194304 5849740 140724535857744 140724535856904 140017149218695 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9399828 15085568 140724535862454 140724535862532 140724535862532 140724535865290 0
/proc/17980/statm: 40241 13591 711 405 0 37185 0
Current children cumulated CPU time: 162.26 s
Current children cumulated vsize: 160964 KiB
Current children cumulated memory: 54364 KiB

[startup+222.3 s]
/proc/loadavg: 1.98 1.99 2.03 3/187 17985
/proc/meminfo: memFree=22129436/32770624 swapFree=67108860/67108860
[pid=17980] ppid=17977 vsize=193396 memory=92148 CPUtime=222.24 cores=1,3,5,7
/proc/17980/stat : 17980 (xcsp_picat) R 17977 17980 16152 0 -1 4202496 96810 0 0 0 22087 137 0 0 20 0 1 0 62144947 198037504 23037 33554432000 4194304 5849740 140724535857744 140724535856744 140017149218695 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9399828 15085568 140724535862454 140724535862532 140724535862532 140724535865290 0
/proc/17980/statm: 48349 23037 711 405 0 45293 0
Current children cumulated CPU time: 222.24 s
Current children cumulated vsize: 193396 KiB
Current children cumulated memory: 92148 KiB

[startup+282.3 s]
/proc/loadavg: 1.99 1.99 2.03 3/187 17987
/proc/meminfo: memFree=22120252/32770624 swapFree=67108860/67108860
[pid=17980] ppid=17977 vsize=199180 memory=97928 CPUtime=282.24 cores=1,3,5,7
/proc/17980/stat : 17980 (xcsp_picat) R 17977 17980 16152 0 -1 4202496 111008 0 0 0 28071 153 0 0 20 0 1 0 62144947 203960320 24482 33554432000 4194304 5849740 140724535857744 140724535856616 5394823 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9399828 15085568 140724535862454 140724535862532 140724535862532 140724535865290 0
/proc/17980/statm: 49795 24482 711 405 0 46739 0
Current children cumulated CPU time: 282.24 s
Current children cumulated vsize: 199180 KiB
Current children cumulated memory: 97928 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 17988
/proc/meminfo: memFree=22099068/32770624 swapFree=67108860/67108860
[pid=17980] ppid=17977 vsize=203432 memory=102380 CPUtime=342.23 cores=1,3,5,7
/proc/17980/stat : 17980 (xcsp_picat) R 17977 17980 16152 0 -1 4202496 124745 0 0 0 34057 166 0 0 20 0 1 0 62144947 208314368 25595 33554432000 4194304 5849740 140724535857744 140724535856744 5437725 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 15085568 140724535862454 140724535862532 140724535862532 140724535865290 0
/proc/17980/statm: 50858 25595 711 405 0 47802 0
Current children cumulated CPU time: 342.23 s
Current children cumulated vsize: 203432 KiB
Current children cumulated memory: 102380 KiB

[startup+402.3 s]
/proc/loadavg: 1.97 1.97 2.03 3/188 17997
/proc/meminfo: memFree=22093864/32770624 swapFree=67108860/67108860
[pid=17980] ppid=17977 vsize=192500 memory=91452 CPUtime=402.23 cores=1,3,5,7
/proc/17980/stat : 17980 (xcsp_picat) R 17977 17980 16152 0 -1 4202496 137227 0 0 0 40043 180 0 0 20 0 1 0 62144947 197120000 22863 33554432000 4194304 5849740 140724535857744 140724535856744 5437802 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 15085568 140724535862454 140724535862532 140724535862532 140724535865290 0
/proc/17980/statm: 48125 22863 711 405 0 45069 0
Current children cumulated CPU time: 402.23 s
Current children cumulated vsize: 192500 KiB
Current children cumulated memory: 91452 KiB

[startup+462.3 s]
/proc/loadavg: 1.99 1.98 2.03 3/188 17998
/proc/meminfo: memFree=22064236/32770624 swapFree=67108860/67108860
[pid=17980] ppid=17977 vsize=148892 memory=47668 CPUtime=462.23 cores=1,3,5,7
/proc/17980/stat : 17980 (xcsp_picat) R 17977 17980 16152 0 -1 4202496 151068 0 0 0 46001 222 0 0 20 0 1 0 62144947 152465408 11917 33554432000 4194304 5849740 140724535857744 140724535856744 5437576 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 15085568 140724535862454 140724535862532 140724535862532 140724535865290 0
/proc/17980/statm: 37223 11917 724 405 0 34167 0
Current children cumulated CPU time: 462.23 s
Current children cumulated vsize: 148892 KiB
Current children cumulated memory: 47668 KiB

[startup+522.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/188 17999
/proc/meminfo: memFree=22058840/32770624 swapFree=67108860/67108860
[pid=17980] ppid=17977 vsize=153964 memory=52968 CPUtime=522.23 cores=1,3,5,7
/proc/17980/stat : 17980 (xcsp_picat) R 17977 17980 16152 0 -1 4202496 152685 0 0 0 51957 266 0 0 20 0 1 0 62144947 157659136 13242 33554432000 4194304 5849740 140724535857744 140724535856744 140017149218695 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 15085568 140724535862454 140724535862532 140724535862532 140724535865290 0
/proc/17980/statm: 38491 13242 724 405 0 35435 0
Current children cumulated CPU time: 522.23 s
Current children cumulated vsize: 153964 KiB
Current children cumulated memory: 52968 KiB

[startup+582.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/188 18000
/proc/meminfo: memFree=22091160/32770624 swapFree=67108860/67108860
[pid=17980] ppid=17977 vsize=172624 memory=71628 CPUtime=582.23 cores=1,3,5,7
/proc/17980/stat : 17980 (xcsp_picat) R 17977 17980 16152 0 -1 4202496 155665 0 0 0 57926 297 0 0 20 0 1 0 62144947 176766976 17907 33554432000 4194304 5849740 140724535857744 140724535856744 140017149218695 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 15085568 140724535862454 140724535862532 140724535862532 140724535865290 0
/proc/17980/statm: 43156 17907 724 405 0 40100 0
Current children cumulated CPU time: 582.23 s
Current children cumulated vsize: 172624 KiB
Current children cumulated memory: 71628 KiB

[startup+642.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/188 18001
/proc/meminfo: memFree=22174568/32770624 swapFree=67108860/67108860
[pid=17980] ppid=17977 vsize=186652 memory=85656 CPUtime=642.23 cores=1,3,5,7
/proc/17980/stat : 17980 (xcsp_picat) R 17977 17980 16152 0 -1 4202496 158505 0 0 0 63895 328 0 0 20 0 1 0 62144947 191131648 21414 33554432000 4194304 5849740 140724535857744 140724535856744 5335552 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 15085568 140724535862454 140724535862532 140724535862532 140724535865290 0
/proc/17980/statm: 46663 21414 724 405 0 43607 0
Current children cumulated CPU time: 642.23 s
Current children cumulated vsize: 186652 KiB
Current children cumulated memory: 85656 KiB

[startup+702.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 18002
/proc/meminfo: memFree=22130436/32770624 swapFree=67108860/67108860
[pid=17980] ppid=17977 vsize=186652 memory=85656 CPUtime=702.23 cores=1,3,5,7
/proc/17980/stat : 17980 (xcsp_picat) R 17977 17980 16152 0 -1 4202496 160311 0 0 0 69871 352 0 0 20 0 1 0 62144947 191131648 21414 33554432000 4194304 5849740 140724535857744 140724535856744 140017149218695 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 15085568 140724535862454 140724535862532 140724535862532 140724535865290 0
/proc/17980/statm: 46663 21414 724 405 0 43607 0
Current children cumulated CPU time: 702.23 s
Current children cumulated vsize: 186652 KiB
Current children cumulated memory: 85656 KiB

[startup+762.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 18003
/proc/meminfo: memFree=22130212/32770624 swapFree=67108860/67108860
[pid=17980] ppid=17977 vsize=186652 memory=85656 CPUtime=762.23 cores=1,3,5,7
/proc/17980/stat : 17980 (xcsp_picat) R 17977 17980 16152 0 -1 4202496 160634 0 0 0 75845 378 0 0 20 0 1 0 62144947 191131648 21414 33554432000 4194304 5849740 140724535857744 140724535856744 140017149218695 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 15085568 140724535862454 140724535862532 140724535862532 140724535865290 0
/proc/17980/statm: 46663 21414 724 405 0 43607 0
Current children cumulated CPU time: 762.23 s
Current children cumulated vsize: 186652 KiB
Current children cumulated memory: 85656 KiB

[startup+822.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 18004
/proc/meminfo: memFree=22140004/32770624 swapFree=67108860/67108860
[pid=17980] ppid=17977 vsize=144464 memory=43596 CPUtime=822.23 cores=1,3,5,7
/proc/17980/stat : 17980 (xcsp_picat) R 17977 17980 16152 0 -1 4202496 161161 0 0 0 81813 410 0 0 20 0 1 0 62144947 147931136 10899 33554432000 4194304 5849740 140724535857744 140724535856904 140017149218695 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 15085568 140724535862454 140724535862532 140724535862532 140724535865290 0
/proc/17980/statm: 36116 10899 724 405 0 33060 0
Current children cumulated CPU time: 822.23 s
Current children cumulated vsize: 144464 KiB
Current children cumulated memory: 43596 KiB

[startup+882.008 s]
# the end of solver process 17980 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=877.383 s, system=4.56477 s

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

[startup+844.8 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 18005
/proc/meminfo: memFree=22135600/32770624 swapFree=67108860/67108860
[pid=17980] ppid=17977 vsize=154808 memory=53576 CPUtime=844.73 cores=1,3,5,7
/proc/17980/stat : 17980 (xcsp_picat) R 17977 17980 16152 0 -1 4202496 162183 0 0 0 84045 428 0 0 20 0 1 0 62144947 158523392 13394 33554432000 4194304 5849740 140724535857744 140724535856744 140017149218695 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 15085568 140724535862454 140724535862532 140724535862532 140724535865290 0
/proc/17980/statm: 38702 13394 724 405 0 35646 0
Current children cumulated CPU time: 844.73 s
Current children cumulated vsize: 154808 KiB
Current children cumulated memory: 53576 KiB

[startup+857.6 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 18005
/proc/meminfo: memFree=22129820/32770624 swapFree=67108860/67108860
[pid=17980] ppid=17977 vsize=154808 memory=53576 CPUtime=857.54 cores=1,3,5,7
/proc/17980/stat : 17980 (xcsp_picat) R 17977 17980 16152 0 -1 4202496 162183 0 0 0 85315 439 0 0 20 0 1 0 62144947 158523392 13394 33554432000 4194304 5849740 140724535857744 140724535856744 5335598 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 15085568 140724535862454 140724535862532 140724535862532 140724535865290 0
/proc/17980/statm: 38702 13394 724 405 0 35646 0
Current children cumulated CPU time: 857.54 s
Current children cumulated vsize: 154808 KiB
Current children cumulated memory: 53576 KiB

[startup+870.4 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 18005
/proc/meminfo: memFree=22129932/32770624 swapFree=67108860/67108860
[pid=17980] ppid=17977 vsize=154808 memory=53576 CPUtime=870.33 cores=1,3,5,7
/proc/17980/stat : 17980 (xcsp_picat) R 17977 17980 16152 0 -1 4202496 162183 0 0 0 86585 448 0 0 20 0 1 0 62144947 158523392 13394 33554432000 4194304 5849740 140724535857744 140724535856744 140017149218695 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 15085568 140724535862454 140724535862532 140724535862532 140724535865290 0
/proc/17980/statm: 38702 13394 724 405 0 35646 0
Current children cumulated CPU time: 870.33 s
Current children cumulated vsize: 154808 KiB
Current children cumulated memory: 53576 KiB

[startup+876.8 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 18005
/proc/meminfo: memFree=22126644/32770624 swapFree=67108860/67108860
[pid=17980] ppid=17977 vsize=158112 memory=56940 CPUtime=876.74 cores=1,3,5,7
/proc/17980/stat : 17980 (xcsp_picat) R 17977 17980 16152 0 -1 4202496 162498 0 0 0 87221 453 0 0 20 0 1 0 62144947 161906688 14235 33554432000 4194304 5849740 140724535857744 140724535856904 140017149218695 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 15085568 140724535862454 140724535862532 140724535862532 140724535865290 0
/proc/17980/statm: 39528 14235 724 405 0 36472 0
Current children cumulated CPU time: 876.74 s
Current children cumulated vsize: 158112 KiB
Current children cumulated memory: 56940 KiB

[startup+880 s]*
/proc/loadavg: 2.00 1.99 2.03 3/187 18005
/proc/meminfo: memFree=22126644/32770624 swapFree=67108860/67108860
[pid=17980] ppid=17977 vsize=158112 memory=56940 CPUtime=879.95 cores=1,3,5,7
/proc/17980/stat : 17980 (xcsp_picat) R 17977 17980 16152 0 -1 4202496 162498 0 0 0 87540 455 0 0 20 0 1 0 62144947 161906688 14235 33554432000 4194304 5849740 140724535857744 140724535856744 5437686 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 15085568 140724535862454 140724535862532 140724535862532 140724535865290 0
/proc/17980/statm: 39528 14235 724 405 0 36472 0
Current children cumulated CPU time: 879.95 s
Current children cumulated vsize: 158112 KiB
Current children cumulated memory: 56940 KiB

[startup+880.8 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 18005
/proc/meminfo: memFree=22126644/32770624 swapFree=67108860/67108860
[pid=17980] ppid=17977 vsize=158112 memory=56940 CPUtime=880.73 cores=1,3,5,7
/proc/17980/stat : 17980 (xcsp_picat) R 17977 17980 16152 0 -1 4202496 162498 0 0 0 87618 455 0 0 20 0 1 0 62144947 161906688 14235 33554432000 4194304 5849740 140724535857744 140724535856744 140017149218695 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 15085568 140724535862454 140724535862532 140724535862532 140724535865290 0
/proc/17980/statm: 39528 14235 724 405 0 36472 0
Current children cumulated CPU time: 880.73 s
Current children cumulated vsize: 158112 KiB
Current children cumulated memory: 56940 KiB

[startup+881.6 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 18005
/proc/meminfo: memFree=22126644/32770624 swapFree=67108860/67108860
[pid=17980] ppid=17977 vsize=158112 memory=56940 CPUtime=881.54 cores=1,3,5,7
/proc/17980/stat : 17980 (xcsp_picat) R 17977 17980 16152 0 -1 4202496 162498 0 0 0 87698 456 0 0 20 0 1 0 62144947 161906688 14235 33554432000 4194304 5849740 140724535857744 140724535856744 5437603 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 15085568 140724535862454 140724535862532 140724535862532 140724535865290 0
/proc/17980/statm: 39528 14235 724 405 0 36472 0
Current children cumulated CPU time: 881.54 s
Current children cumulated vsize: 158112 KiB
Current children cumulated memory: 56940 KiB

[startup+881.8 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 18005
/proc/meminfo: memFree=22126644/32770624 swapFree=67108860/67108860
[pid=17980] ppid=17977 vsize=158112 memory=56940 CPUtime=881.74 cores=1,3,5,7
/proc/17980/stat : 17980 (xcsp_picat) R 17977 17980 16152 0 -1 4202496 162498 0 0 0 87718 456 0 0 20 0 1 0 62144947 161906688 14235 33554432000 4194304 5849740 140724535857744 140724535856744 5437609 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 15085568 140724535862454 140724535862532 140724535862532 140724535865290 0
/proc/17980/statm: 39528 14235 724 405 0 36472 0
Current children cumulated CPU time: 881.74 s
Current children cumulated vsize: 158112 KiB
Current children cumulated memory: 56940 KiB

[startup+881.9 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 18005
/proc/meminfo: memFree=22126644/32770624 swapFree=67108860/67108860
[pid=17980] ppid=17977 vsize=158112 memory=56940 CPUtime=881.84 cores=1,3,5,7
/proc/17980/stat : 17980 (xcsp_picat) R 17977 17980 16152 0 -1 4202496 162498 0 0 0 87728 456 0 0 20 0 1 0 62144947 161906688 14235 33554432000 4194304 5849740 140724535857744 140724535856744 140017149218695 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 15085568 140724535862454 140724535862532 140724535862532 140724535865290 0
/proc/17980/statm: 39528 14235 724 405 0 36472 0
Current children cumulated CPU time: 881.84 s
Current children cumulated vsize: 158112 KiB
Current children cumulated memory: 56940 KiB

Child status: 0
Real time (s): 882.008
CPU time (s): 881.948
CPU user time (s): 877.383
CPU system time (s): 4.56477
CPU usage (%): 99.9931
Max. virtual memory (cumulated for all children) (KiB): 204948
Max. memory (cumulated for all children) (KiB): 103900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 877.383
system time used= 4.56477
maximum resident set size= 103900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162511
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= 11
involuntary context switches= 468


# summary of solver processes directly reported to runsolver:
#   pid: 17980
#   total CPU time (s): 881.948
#   total CPU user time (s): 877.383
#   total CPU system time (s): 4.56477

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.37545 second user time and 6.51104 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-24 17:23:38
IDJOB=4294359
IDBENCH=141371
IDSOLVER=2754
FILE ID=node136/4294359-1532445818
RUNJOBID= node136-1532432947-16184
PBS_JOBID= 21021579
Free space on /tmp= 56516 MiB

SOLVER NAME= PicatSAT 2018-06-15
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-10_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294359-1532445818/watcher-4294359-1532445818 -o /tmp/evaluation-result-4294359-1532445818/solver-4294359-1532445818 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532432947-16184 --watchdog 2580  xcsp_picat HOME/instance-4294359-1532445818.xml

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

MD5SUM BENCH= fd7701f01011f2453d3fac3f444f25b8
RANDOM SEED=1229251033

node136.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:        22237016 kB
MemAvailable:   31771132 kB
Buffers:          205100 kB
Cached:          9559672 kB
SwapCached:            0 kB
Active:          2153800 kB
Inactive:        7839564 kB
Active(anon):     178384 kB
Inactive(anon):    70196 kB
Active(file):    1975416 kB
Inactive(file):  7769368 kB
Unevictable:        7340 kB
Mlocked:            7340 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3112 kB
Writeback:             0 kB
AnonPages:        295336 kB
Mapped:            41096 kB
Shmem:             17036 kB
Slab:             237328 kB
SReclaimable:     210336 kB
SUnreclaim:        26992 kB
KernelStack:        3360 kB
PageTables:         5244 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     602520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    186368 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 56512 MiB
End job on node136 at 2018-07-24 17:38:20