Trace number 4302987

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) 2520.09 2520.02

General information on the benchmark

NameGraphColoring/
GraphColoring-4-fullins-5_c18.xml
MD5SUM95ec92f657fea8ce6e93e6f35592ce49
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark2519.94
Satisfiable
(Un)Satisfiability was proved
Number of variables4146
Number of constraints77305
Number of domains1
Minimum domain size4146
Maximum domain size4146
Distribution of domain sizes[{"size":4146,"count":4146}]
Minimum variable degree9
Maximum variable degree696
Distribution of variable degrees[{"degree":9,"count":4},{"degree":10,"count":18},{"degree":11,"count":14},{"degree":12,"count":56},{"degree":13,"count":22},{"degree":14,"count":94},{"degree":15,"count":28},{"degree":16,"count":112},{"degree":17,"count":54},{"degree":18,"count":216},{"degree":19,"count":62},{"degree":20,"count":248},{"degree":21,"count":24},{"degree":22,"count":96},{"degree":23,"count":78},{"degree":24,"count":312},{"degree":25,"count":10},{"degree":26,"count":40},{"degree":27,"count":40},{"degree":28,"count":166},{"degree":29,"count":40},{"degree":30,"count":160},{"degree":31,"count":166},{"degree":32,"count":664},{"degree":33,"count":30},"...",{"degree":36,"count":96}, {"degree":37,"count":6}, {"degree":38,"count":24}, {"degree":39,"count":24}, {"degree":40,"count":96}, {"degree":49,"count":6}, {"degree":50,"count":24}, {"degree":51,"count":6}, {"degree":52,"count":24}, {"degree":57,"count":6}, {"degree":58,"count":24}, {"degree":59,"count":24}, {"degree":60,"count":96}, {"degree":61,"count":24}, {"degree":62,"count":96}, {"degree":63,"count":96}, {"degree":64,"count":384}, {"degree":93,"count":6}, {"degree":94,"count":24}, {"degree":95,"count":24}, {"degree":96,"count":96}, {"degree":122,"count":6}, {"degree":239,"count":6}, {"degree":240,"count":24}, {"degree":696,"count":6}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":77305}]
Number of extensional constraints0
Number of intensional constraints77305
Distribution of constraint types[{"type":"intension","count":77305}]
Optimization problemYES
Type of objectivemin MAXIMUM

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302987-1533997790/watcher-4302987-1533997790 -o /tmp/evaluation-result-4302987-1533997790/solver-4302987-1533997790 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1533992673-18252 --watchdog 2580 xcsp_picat HOME/instance-4302987-1533997790.xml 

running on 4 cores: 0,2,4,6

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


[startup+0.1002 s]*
/proc/loadavg: 2.00 1.97 1.95 3/189 18828
/proc/meminfo: memFree=28597728/32770624 swapFree=67108804/67108860
[pid=18827] ppid=18824 vsize=2025744 memory=24936 CPUtime=0.1 cores=0,2,4,6
/proc/18827/stat : 18827 (xcsp_picat) R 18824 18827 18221 0 -1 4202496 1833 0 0 0 10 0 0 0 20 0 1 0 217342175 2074361856 6234 33554432000 4194304 5849708 140729048847136 140729048847136 4465962 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 34332672 140729048851638 140729048851716 140729048851716 140729048854474 0
/proc/18827/statm: 506436 6234 595 405 0 503381 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 24936 KiB

[startup+0.209958 s]*
/proc/loadavg: 2.00 1.97 1.95 3/189 18828
/proc/meminfo: memFree=28587488/32770624 swapFree=67108804/67108860
[pid=18827] ppid=18824 vsize=2025744 memory=33128 CPUtime=0.21 cores=0,2,4,6
/proc/18827/stat : 18827 (xcsp_picat) R 18824 18827 18221 0 -1 4202496 1837 0 0 0 21 0 0 0 20 0 1 0 217342175 2074361856 8282 33554432000 4194304 5849708 140729048847136 140729048847136 139915281574912 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 34332672 140729048851638 140729048851716 140729048851716 140729048854474 0
/proc/18827/statm: 506436 8282 595 405 0 503381 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 33128 KiB

[startup+0.309719 s]*
/proc/loadavg: 2.00 1.97 1.95 3/189 18828
/proc/meminfo: memFree=28579296/32770624 swapFree=67108804/67108860
[pid=18827] ppid=18824 vsize=2025744 memory=43368 CPUtime=0.3 cores=0,2,4,6
/proc/18827/stat : 18827 (xcsp_picat) R 18824 18827 18221 0 -1 4202496 1842 0 0 0 30 0 0 0 20 0 1 0 217342175 2074361856 10842 33554432000 4194304 5849708 140729048847136 140729048847136 4839033 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 34332672 140729048851638 140729048851716 140729048851716 140729048854474 0
/proc/18827/statm: 506436 10842 595 405 0 503381 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 43368 KiB

[startup+0.700437 s]
/proc/loadavg: 2.00 1.97 1.95 3/189 18828
/proc/meminfo: memFree=28562912/32770624 swapFree=67108804/67108860
[pid=18827] ppid=18824 vsize=2025744 memory=72248 CPUtime=0.69 cores=0,2,4,6
/proc/18827/stat : 18827 (xcsp_picat) R 18824 18827 18221 0 -1 4202496 1876 0 0 0 68 1 0 0 20 0 1 0 217342175 2074361856 18062 33554432000 4194304 5849708 140729048847136 140729048847136 4488935 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 34332672 140729048851638 140729048851716 140729048851716 140729048854474 0
/proc/18827/statm: 506436 18062 595 405 0 503381 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 72248 KiB

[startup+1.50045 s]
/proc/loadavg: 2.00 1.97 1.95 3/189 18828
/proc/meminfo: memFree=28505452/32770624 swapFree=67108804/67108860
[pid=18827] ppid=18824 vsize=2145708 memory=227116 CPUtime=1.49 cores=0,2,4,6
/proc/18827/stat : 18827 (xcsp_picat) R 18824 18827 18221 0 -1 4202496 13602 0 0 0 145 4 0 0 20 0 1 0 217342175 2197204992 56779 33554432000 4194304 5849708 140729048847136 140729048846440 5406000 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 34332672 140729048851638 140729048851716 140729048851716 140729048854474 0
/proc/18827/statm: 536427 56779 647 405 0 533372 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2145708 KiB
Current children cumulated memory: 227116 KiB

[startup+3.10982 s]
/proc/loadavg: 2.00 1.98 1.95 3/189 18828
/proc/meminfo: memFree=28137416/32770624 swapFree=67108804/67108860
[pid=18827] ppid=18824 vsize=2399564 memory=481248 CPUtime=3.1 cores=0,2,4,6
/proc/18827/stat : 18827 (xcsp_picat) R 18824 18827 18221 0 -1 4202496 55899 0 0 0 297 13 0 0 20 0 1 0 217342175 2457153536 120312 33554432000 4194304 5849708 140729048847136 140729048846232 5317566 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 34332672 140729048851638 140729048851716 140729048851716 140729048854474 0
/proc/18827/statm: 599891 120312 652 405 0 596836 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2399564 KiB
Current children cumulated memory: 481248 KiB

[startup+6.30044 s]
/proc/loadavg: 2.00 1.98 1.95 3/189 18828
/proc/meminfo: memFree=28117520/32770624 swapFree=67108804/67108860
[pid=18827] ppid=18824 vsize=2497580 memory=571048 CPUtime=6.29 cores=0,2,4,6
/proc/18827/stat : 18827 (xcsp_picat) R 18824 18827 18221 0 -1 4202496 60067 0 0 0 613 16 0 0 20 0 1 0 217342175 2557521920 142762 33554432000 4194304 5849708 140729048847136 140729048845192 4217874 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 34332672 140729048851638 140729048851716 140729048851716 140729048854474 0
/proc/18827/statm: 624395 142762 670 405 0 621340 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2497580 KiB
Current children cumulated memory: 571048 KiB

[startup+12.7004 s]
/proc/loadavg: 2.00 1.98 1.95 3/190 18836
/proc/meminfo: memFree=28104524/32770624 swapFree=67108804/67108860
[pid=18827] ppid=18824 vsize=2454884 memory=528576 CPUtime=12.69 cores=0,2,4,6
/proc/18827/stat : 18827 (xcsp_picat) R 18824 18827 18221 0 -1 4202496 111255 0 0 0 1247 22 0 0 20 0 1 0 217342175 2513801216 132144 33554432000 4194304 5849708 140729048847136 140729048845624 4213472 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 34332672 140729048851638 140729048851716 140729048851716 140729048854474 0
/proc/18827/statm: 613721 132144 673 405 0 610666 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2454884 KiB
Current children cumulated memory: 528576 KiB

[startup+25.5003 s]
/proc/loadavg: 2.00 1.98 1.95 3/190 18836
/proc/meminfo: memFree=28058304/32770624 swapFree=67108804/67108860
[pid=18827] ppid=18824 vsize=2487656 memory=561528 CPUtime=25.49 cores=0,2,4,6
/proc/18827/stat : 18827 (xcsp_picat) R 18824 18827 18221 0 -1 4202496 143525 0 0 0 2526 23 0 0 20 0 1 0 217342175 2547359744 140382 33554432000 4194304 5849708 140729048847136 140729048845624 5335582 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 34332672 140729048851638 140729048851716 140729048851716 140729048854474 0
/proc/18827/statm: 621914 140382 674 405 0 618859 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2487656 KiB
Current children cumulated memory: 561528 KiB

[startup+51.1092 s]
/proc/loadavg: 2.08 2.00 1.96 3/190 18836
/proc/meminfo: memFree=28052972/32770624 swapFree=67108804/67108860
[pid=18827] ppid=18824 vsize=2498804 memory=572676 CPUtime=51.1 cores=0,2,4,6
/proc/18827/stat : 18827 (xcsp_picat) R 18824 18827 18221 0 -1 4202496 149038 0 0 0 5086 24 0 0 20 0 1 0 217342175 2558775296 143169 33554432000 4194304 5849708 140729048847136 140729048845384 5301935 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 34332672 140729048851638 140729048851716 140729048851716 140729048854474 0
/proc/18827/statm: 624701 143169 674 405 0 621646 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2498804 KiB
Current children cumulated memory: 572676 KiB

[startup+102.3 s]
/proc/loadavg: 2.72 2.18 2.02 3/190 18837
/proc/meminfo: memFree=28037536/32770624 swapFree=67108804/67108860
[pid=18827] ppid=18824 vsize=2498804 memory=572676 CPUtime=102.29 cores=0,2,4,6
/proc/18827/stat : 18827 (xcsp_picat) R 18824 18827 18221 0 -1 4202496 156643 0 0 0 10205 24 0 0 20 0 1 0 217342175 2558775296 143169 33554432000 4194304 5849708 140729048847136 140729048845384 4205068 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 34332672 140729048851638 140729048851716 140729048851716 140729048854474 0
/proc/18827/statm: 624701 143169 674 405 0 621646 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 2498804 KiB
Current children cumulated memory: 572676 KiB

[startup+162.3 s]
/proc/loadavg: 2.26 2.15 2.02 3/190 18838
/proc/meminfo: memFree=28062044/32770624 swapFree=67108804/67108860
[pid=18827] ppid=18824 vsize=2498804 memory=572676 CPUtime=162.3 cores=0,2,4,6
/proc/18827/stat : 18827 (xcsp_picat) R 18824 18827 18221 0 -1 4202496 164786 0 0 0 16205 25 0 0 20 0 1 0 217342175 2558775296 143169 33554432000 4194304 5849708 140729048847136 140729048845384 4205083 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 34332672 140729048851638 140729048851716 140729048851716 140729048854474 0
/proc/18827/statm: 624701 143169 674 405 0 621646 0
Current children cumulated CPU time: 162.3 s
Current children cumulated vsize: 2498804 KiB
Current children cumulated memory: 572676 KiB

[startup+222.3 s]
/proc/loadavg: 2.10 2.12 2.02 3/190 18839
/proc/meminfo: memFree=28048176/32770624 swapFree=67108804/67108860
[pid=18827] ppid=18824 vsize=2498804 memory=572676 CPUtime=222.3 cores=0,2,4,6
/proc/18827/stat : 18827 (xcsp_picat) R 18824 18827 18221 0 -1 4202496 175859 0 0 0 22204 26 0 0 20 0 1 0 217342175 2558775296 143169 33554432000 4194304 5849708 140729048847136 140729048845384 5301930 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 34332672 140729048851638 140729048851716 140729048851716 140729048854474 0
/proc/18827/statm: 624701 143169 674 405 0 621646 0
Current children cumulated CPU time: 222.3 s
Current children cumulated vsize: 2498804 KiB
Current children cumulated memory: 572676 KiB

[startup+282.3 s]
/proc/loadavg: 2.04 2.10 2.02 3/187 18840
/proc/meminfo: memFree=28019952/32770624 swapFree=67108804/67108860
[pid=18827] ppid=18824 vsize=2449400 memory=533344 CPUtime=282.3 cores=0,2,4,6
/proc/18827/stat : 18827 (xcsp_picat) R 18824 18827 18221 0 -1 4202496 273338 0 0 0 28185 45 0 0 20 0 1 0 217342175 2508185600 133336 33554432000 4194304 5849708 140729048847136 140729048845896 5335653 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 34332672 140729048851638 140729048851716 140729048851716 140729048854474 0
/proc/18827/statm: 612350 133336 690 405 0 609295 0
Current children cumulated CPU time: 282.3 s
Current children cumulated vsize: 2449400 KiB
Current children cumulated memory: 533344 KiB

[startup+342.3 s]
/proc/loadavg: 2.01 2.08 2.02 3/187 18842
/proc/meminfo: memFree=28174568/32770624 swapFree=67108804/67108860
[pid=18827] ppid=18824 vsize=2384300 memory=468244 CPUtime=342.3 cores=0,2,4,6
/proc/18827/stat : 18827 (xcsp_picat) R 18824 18827 18221 0 -1 4202496 312199 0 0 0 34182 48 0 0 20 0 1 0 217342175 2441523200 117061 33554432000 4194304 5849708 140729048847136 140729048846136 5437837 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 34332672 140729048851638 140729048851716 140729048851716 140729048854474 0
/proc/18827/statm: 596075 117061 690 405 0 593020 0
Current children cumulated CPU time: 342.3 s
Current children cumulated vsize: 2384300 KiB
Current children cumulated memory: 468244 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.07 2.02 3/187 18843
/proc/meminfo: memFree=28174692/32770624 swapFree=67108804/67108860
[pid=18827] ppid=18824 vsize=2384300 memory=468252 CPUtime=402.3 cores=0,2,4,6
/proc/18827/stat : 18827 (xcsp_picat) R 18824 18827 18221 0 -1 4202496 329437 0 0 0 40181 49 0 0 20 0 1 0 217342175 2441523200 117063 33554432000 4194304 5849708 140729048847136 140729048846296 5339907 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 34332672 140729048851638 140729048851716 140729048851716 140729048854474 0
/proc/18827/statm: 596075 117063 692 405 0 593020 0
Current children cumulated CPU time: 402.3 s
Current children cumulated vsize: 2384300 KiB
Current children cumulated memory: 468252 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.06 2.02 3/187 18844
/proc/meminfo: memFree=28180264/32770624 swapFree=67108804/67108860
[pid=18827] ppid=18824 vsize=2384300 memory=468252 CPUtime=462.31 cores=0,2,4,6
/proc/18827/stat : 18827 (xcsp_picat) R 18824 18827 18221 0 -1 4202496 330859 0 0 0 46180 51 0 0 20 0 1 0 217342175 2441523200 117063 33554432000 4194304 5849708 140729048847136 140729048846136 5307290 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 34332672 140729048851638 140729048851716 140729048851716 140729048854474 0
/proc/18827/statm: 596075 117063 692 405 0 593020 0
Current children cumulated CPU time: 462.31 s
Current children cumulated vsize: 2384300 KiB
Current children cumulated memory: 468252 KiB


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

/proc/18827/statm: 546061 67977 692 405 0 543006 0
Current children cumulated CPU time: 1722.34 s
Current children cumulated vsize: 2184244 KiB
Current children cumulated memory: 271908 KiB

[startup+1782.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/187 18883
/proc/meminfo: memFree=28397284/32770624 swapFree=67108804/67108860
[pid=18827] ppid=18824 vsize=2184244 memory=271908 CPUtime=1782.34 cores=0,2,4,6
/proc/18827/stat : 18827 (xcsp_picat) R 18824 18827 18221 0 -1 4202496 581526 0 0 0 178080 154 0 0 20 0 1 0 217342175 2236665856 67977 33554432000 4194304 5849708 140729048847136 140729048846136 5307573 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 34332672 140729048851638 140729048851716 140729048851716 140729048854474 0
/proc/18827/statm: 546061 67977 692 405 0 543006 0
Current children cumulated CPU time: 1782.34 s
Current children cumulated vsize: 2184244 KiB
Current children cumulated memory: 271908 KiB

[startup+1842.3 s]
/proc/loadavg: 2.03 2.02 2.05 3/187 18951
/proc/meminfo: memFree=28375404/32770624 swapFree=67108804/67108860
[pid=18827] ppid=18824 vsize=2184244 memory=271908 CPUtime=1842.34 cores=0,2,4,6
/proc/18827/stat : 18827 (xcsp_picat) R 18824 18827 18221 0 -1 4202496 591031 0 0 0 184030 204 0 0 20 0 1 0 217342175 2236665856 67977 33554432000 4194304 5849708 140729048847136 140729048846136 5335584 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 34332672 140729048851638 140729048851716 140729048851716 140729048854474 0
/proc/18827/statm: 546061 67977 692 405 0 543006 0
Current children cumulated CPU time: 1842.34 s
Current children cumulated vsize: 2184244 KiB
Current children cumulated memory: 271908 KiB

[startup+1902.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/188 18975
/proc/meminfo: memFree=28352304/32770624 swapFree=67108804/67108860
[pid=18827] ppid=18824 vsize=2184244 memory=271908 CPUtime=1902.35 cores=0,2,4,6
/proc/18827/stat : 18827 (xcsp_picat) R 18824 18827 18221 0 -1 4202496 601290 0 0 0 189987 248 0 0 20 0 1 0 217342175 2236665856 67977 33554432000 4194304 5849708 140729048847136 140729048846136 5335614 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 34332672 140729048851638 140729048851716 140729048851716 140729048854474 0
/proc/18827/statm: 546061 67977 692 405 0 543006 0
Current children cumulated CPU time: 1902.35 s
Current children cumulated vsize: 2184244 KiB
Current children cumulated memory: 271908 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 18976
/proc/meminfo: memFree=28271304/32770624 swapFree=67108804/67108860
[pid=18827] ppid=18824 vsize=2233988 memory=321652 CPUtime=1962.35 cores=0,2,4,6
/proc/18827/stat : 18827 (xcsp_picat) R 18824 18827 18221 0 -1 4202496 612591 0 0 0 195962 273 0 0 20 0 1 0 217342175 2287603712 80413 33554432000 4194304 5849708 140729048847136 140729048846136 5437714 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 34332672 140729048851638 140729048851716 140729048851716 140729048854474 0
/proc/18827/statm: 558497 80413 692 405 0 555442 0
Current children cumulated CPU time: 1962.35 s
Current children cumulated vsize: 2233988 KiB
Current children cumulated memory: 321652 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 18977
/proc/meminfo: memFree=28299744/32770624 swapFree=67108804/67108860
[pid=18827] ppid=18824 vsize=2233988 memory=321652 CPUtime=2022.35 cores=0,2,4,6
/proc/18827/stat : 18827 (xcsp_picat) R 18824 18827 18221 0 -1 4202496 623395 0 0 0 201939 296 0 0 20 0 1 0 217342175 2287603712 80413 33554432000 4194304 5849708 140729048847136 140729048846136 5438368 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 34332672 140729048851638 140729048851716 140729048851716 140729048854474 0
/proc/18827/statm: 558497 80413 692 405 0 555442 0
Current children cumulated CPU time: 2022.35 s
Current children cumulated vsize: 2233988 KiB
Current children cumulated memory: 321652 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 18978
/proc/meminfo: memFree=28243944/32770624 swapFree=67108804/67108860
[pid=18827] ppid=18824 vsize=2256292 memory=343956 CPUtime=2082.35 cores=0,2,4,6
/proc/18827/stat : 18827 (xcsp_picat) R 18824 18827 18221 0 -1 4202496 636076 0 0 0 207919 316 0 0 20 0 1 0 217342175 2310443008 85989 33554432000 4194304 5849708 140729048847136 140729048846136 5437714 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 34332672 140729048851638 140729048851716 140729048851716 140729048854474 0
/proc/18827/statm: 564073 85989 692 405 0 561018 0
Current children cumulated CPU time: 2082.35 s
Current children cumulated vsize: 2256292 KiB
Current children cumulated memory: 343956 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 18979
/proc/meminfo: memFree=28281660/32770624 swapFree=67108804/67108860
[pid=18827] ppid=18824 vsize=2256292 memory=343956 CPUtime=2142.35 cores=0,2,4,6
/proc/18827/stat : 18827 (xcsp_picat) R 18824 18827 18221 0 -1 4202496 646856 0 0 0 213898 337 0 0 20 0 1 0 217342175 2310443008 85989 33554432000 4194304 5849708 140729048847136 140729048846296 5438085 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 34332672 140729048851638 140729048851716 140729048851716 140729048854474 0
/proc/18827/statm: 564073 85989 692 405 0 561018 0
Current children cumulated CPU time: 2142.35 s
Current children cumulated vsize: 2256292 KiB
Current children cumulated memory: 343956 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 18980
/proc/meminfo: memFree=28224012/32770624 swapFree=67108804/67108860
[pid=18827] ppid=18824 vsize=2281168 memory=368832 CPUtime=2202.35 cores=0,2,4,6
/proc/18827/stat : 18827 (xcsp_picat) R 18824 18827 18221 0 -1 4202496 660144 0 0 0 219884 351 0 0 20 0 1 0 217342175 2335916032 92208 33554432000 4194304 5849708 140729048847136 140729048846136 5437714 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 34332672 140729048851638 140729048851716 140729048851716 140729048854474 0
/proc/18827/statm: 570292 92208 692 405 0 567237 0
Current children cumulated CPU time: 2202.35 s
Current children cumulated vsize: 2281168 KiB
Current children cumulated memory: 368832 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 18981
/proc/meminfo: memFree=28157656/32770624 swapFree=67108804/67108860
[pid=18827] ppid=18824 vsize=2346704 memory=434368 CPUtime=2262.35 cores=0,2,4,6
/proc/18827/stat : 18827 (xcsp_picat) R 18824 18827 18221 0 -1 4202496 671768 0 0 0 225871 364 0 0 20 0 1 0 217342175 2403024896 108592 33554432000 4194304 5849708 140729048847136 140729048846008 139915281596295 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 34332672 140729048851638 140729048851716 140729048851716 140729048854474 0
/proc/18827/statm: 586676 108592 692 405 0 583621 0
Current children cumulated CPU time: 2262.35 s
Current children cumulated vsize: 2346704 KiB
Current children cumulated memory: 434368 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 18982
/proc/meminfo: memFree=28092056/32770624 swapFree=67108804/67108860
[pid=18827] ppid=18824 vsize=2346704 memory=434368 CPUtime=2322.36 cores=0,2,4,6
/proc/18827/stat : 18827 (xcsp_picat) R 18824 18827 18221 0 -1 4202496 683024 0 0 0 231857 379 0 0 20 0 1 0 217342175 2403024896 108592 33554432000 4194304 5849708 140729048847136 140729048846136 5437714 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 34332672 140729048851638 140729048851716 140729048851716 140729048854474 0
/proc/18827/statm: 586676 108592 692 405 0 583621 0
Current children cumulated CPU time: 2322.36 s
Current children cumulated vsize: 2346704 KiB
Current children cumulated memory: 434368 KiB

[startup+2382.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/187 18983
/proc/meminfo: memFree=28092168/32770624 swapFree=67108804/67108860
[pid=18827] ppid=18824 vsize=2346704 memory=434368 CPUtime=2382.36 cores=0,2,4,6
/proc/18827/stat : 18827 (xcsp_picat) R 18824 18827 18221 0 -1 4202496 692139 0 0 0 237832 404 0 0 20 0 1 0 217342175 2403024896 108592 33554432000 4194304 5849708 140729048847136 140729048846136 139915281596295 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 34332672 140729048851638 140729048851716 140729048851716 140729048854474 0
/proc/18827/statm: 586676 108592 692 405 0 583621 0
Current children cumulated CPU time: 2382.36 s
Current children cumulated vsize: 2346704 KiB
Current children cumulated memory: 434368 KiB

[startup+2442.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 18991
/proc/meminfo: memFree=28118408/32770624 swapFree=67108804/67108860
[pid=18827] ppid=18824 vsize=2385312 memory=472976 CPUtime=2442.36 cores=0,2,4,6
/proc/18827/stat : 18827 (xcsp_picat) R 18824 18827 18221 0 -1 4202496 714230 0 0 0 243814 422 0 0 20 0 1 0 217342175 2442559488 118244 33554432000 4194304 5849708 140729048847136 140729048846136 5437714 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 34332672 140729048851638 140729048851716 140729048851716 140729048854474 0
/proc/18827/statm: 596328 118244 692 405 0 593273 0
Current children cumulated CPU time: 2442.36 s
Current children cumulated vsize: 2385312 KiB
Current children cumulated memory: 472976 KiB

[startup+2502.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 18992
/proc/meminfo: memFree=28151716/32770624 swapFree=67108804/67108860
[pid=18827] ppid=18824 vsize=2385312 memory=472976 CPUtime=2502.36 cores=0,2,4,6
/proc/18827/stat : 18827 (xcsp_picat) R 18824 18827 18221 0 -1 4202496 719440 0 0 0 249803 433 0 0 20 0 1 0 217342175 2442559488 118244 33554432000 4194304 5849708 140729048847136 140729048846136 5335545 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 34332672 140729048851638 140729048851716 140729048851716 140729048854474 0
/proc/18827/statm: 596328 118244 692 405 0 593273 0
Current children cumulated CPU time: 2502.36 s
Current children cumulated vsize: 2385312 KiB
Current children cumulated memory: 472976 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 18993
/proc/meminfo: memFree=28151948/32770624 swapFree=67108804/67108860
[pid=18827] ppid=18824 vsize=2385312 memory=472976 CPUtime=2520.07 cores=0,2,4,6
/proc/18827/stat : 18827 (xcsp_picat) R 18824 18827 18221 0 -1 4202496 723838 0 0 0 251570 437 0 0 20 0 1 0 217342175 2442559488 118244 33554432000 4194304 5849708 140729048847136 140729048846136 139915281596295 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 34332672 140729048851638 140729048851716 140729048851716 140729048854474 0
/proc/18827/statm: 596328 118244 692 405 0 593273 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 2385312 KiB
Current children cumulated memory: 472976 KiB

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

[startup+2520.02 s]
# the end of solver process 18827 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.71 s, system=4.37912 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.09
CPU user time (s): 2515.71
CPU system time (s): 4.37912
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 2604008
Max. memory (cumulated for all children) (KiB): 627740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.71
system time used= 4.37912
maximum resident set size= 627740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 723838
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= 8
involuntary context switches= 3196


# summary of solver processes directly reported to runsolver:
#   pid: 18827
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2515.71
#   total CPU system time (s): 4.37912

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.043 second user time and 12.3185 second system time

The end

Launcher Data

Begin job on node105 at 2018-08-11 16:29:50
IDJOB=4302987
IDBENCH=141141
IDSOLVER=2778
FILE ID=node105/4302987-1533997790
RUNJOBID= node105-1533992673-18252
PBS_JOBID= 21036949
Free space on /tmp= 40724 MiB

SOLVER NAME= PicatSAT 2018-08-02
BENCH NAME= XCSP18/GraphColoring/GraphColoring-4-fullins-5_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302987-1533997790/watcher-4302987-1533997790 -o /tmp/evaluation-result-4302987-1533997790/solver-4302987-1533997790 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1533992673-18252 --watchdog 2580  xcsp_picat HOME/instance-4302987-1533997790.xml

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

MD5SUM BENCH= 95ec92f657fea8ce6e93e6f35592ce49
RANDOM SEED=962788442

node105.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.32
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.32
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.32
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.32
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:        28618532 kB
MemAvailable:   31707544 kB
Buffers:           47100 kB
Cached:          3307592 kB
SwapCached:           16 kB
Active:          1871624 kB
Inactive:        1744760 kB
Active(anon):     210684 kB
Inactive(anon):   103440 kB
Active(file):    1660940 kB
Inactive(file):  1641320 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108860 kB
SwapFree:       67108804 kB
Dirty:              5860 kB
Writeback:             0 kB
AnonPages:        268924 kB
Mapped:            51240 kB
Shmem:             49748 kB
Slab:             232272 kB
SReclaimable:     205172 kB
SUnreclaim:        27100 kB
KernelStack:        3328 kB
PageTables:         5716 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2551164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    184320 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 40720 MiB
End job on node105 at 2018-08-11 17:11:50