Trace number 4309327

Some explanations

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

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

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

Solver answer on this benchmark

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309327-1534296143/watcher-4309327-1534296143 -o /tmp/evaluation-result-4309327-1534296143/solver-4309327-1534296143 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534293289-16867 --watchdog 2580 xcsp_picat HOME/instance-4309327-1534296143.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=17432, runsolver pid=17429
Current StackSize limit: 8192 KiB


[startup+0.10015 s]*
/proc/loadavg: 2.00 2.00 1.95 3/188 17433
/proc/meminfo: memFree=21833504/32770624 swapFree=67105356/67108860
[pid=17432] ppid=17429 vsize=2025744 memory=24076 CPUtime=0.1 cores=0,2,4,6
/proc/17432/stat : 17432 (xcsp_picat) R 17429 17432 16836 0 -1 4202496 1080 0 0 0 10 0 0 0 20 0 1 0 247177450 2074361856 6019 33554432000 4194304 5849940 140726298782976 140726298782976 4511415 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 47071232 140726298784950 140726298785028 140726298785028 140726298787786 0
/proc/17432/statm: 506436 6019 590 405 0 503380 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 24076 KiB

[startup+0.209709 s]*
/proc/loadavg: 2.00 2.00 1.95 3/188 17433
/proc/meminfo: memFree=21824936/32770624 swapFree=67105356/67108860
[pid=17432] ppid=17429 vsize=2025744 memory=32268 CPUtime=0.21 cores=0,2,4,6
/proc/17432/stat : 17432 (xcsp_picat) R 17429 17432 16836 0 -1 4202496 1084 0 0 0 21 0 0 0 20 0 1 0 247177450 2074361856 8067 33554432000 4194304 5849940 140726298782976 140726298782280 4333597 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 47071232 140726298784950 140726298785028 140726298785028 140726298787786 0
/proc/17432/statm: 506436 8067 590 405 0 503380 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 32268 KiB

[startup+0.309573 s]*
/proc/loadavg: 2.00 2.00 1.95 3/188 17433
/proc/meminfo: memFree=21816744/32770624 swapFree=67105356/67108860
[pid=17432] ppid=17429 vsize=2025744 memory=40460 CPUtime=0.31 cores=0,2,4,6
/proc/17432/stat : 17432 (xcsp_picat) R 17429 17432 16836 0 -1 4202496 1088 0 0 0 31 0 0 0 20 0 1 0 247177450 2074361856 10115 33554432000 4194304 5849940 140726298782976 140726298782280 139794975800320 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 47071232 140726298784950 140726298785028 140726298785028 140726298787786 0
/proc/17432/statm: 506436 10115 590 405 0 503380 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 40460 KiB

[startup+0.700361 s]
/proc/loadavg: 2.00 2.00 1.95 3/188 17433
/proc/meminfo: memFree=21800360/32770624 swapFree=67105356/67108860
[pid=17432] ppid=17429 vsize=2025744 memory=73376 CPUtime=0.69 cores=0,2,4,6
/proc/17432/stat : 17432 (xcsp_picat) R 17429 17432 16836 0 -1 4202496 1125 0 0 0 68 1 0 0 20 0 1 0 247177450 2074361856 18344 33554432000 4194304 5849940 140726298782976 140726298782280 4563388 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 47071232 140726298784950 140726298785028 140726298785028 140726298787786 0
/proc/17432/statm: 506436 18344 606 405 0 503380 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 73376 KiB

[startup+1.50039 s]
/proc/loadavg: 2.00 2.00 1.95 3/188 17433
/proc/meminfo: memFree=21741224/32770624 swapFree=67105356/67108860
[pid=17432] ppid=17429 vsize=2145708 memory=228192 CPUtime=1.5 cores=0,2,4,6
/proc/17432/stat : 17432 (xcsp_picat) R 17429 17432 16836 0 -1 4202496 12851 0 0 0 145 5 0 0 20 0 1 0 247177450 2197204992 57048 33554432000 4194304 5849940 140726298782976 140726298782168 5379131 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 47071232 140726298784950 140726298785028 140726298785028 140726298787786 0
/proc/17432/statm: 536427 57048 647 405 0 533371 0
Current children cumulated CPU time: 1.5 s
Current children cumulated vsize: 2145708 KiB
Current children cumulated memory: 228192 KiB

[startup+3.10965 s]
/proc/loadavg: 2.00 2.00 1.95 3/188 17433
/proc/meminfo: memFree=21373112/32770624 swapFree=67105356/67108860
[pid=17432] ppid=17429 vsize=2399564 memory=482324 CPUtime=3.1 cores=0,2,4,6
/proc/17432/stat : 17432 (xcsp_picat) R 17429 17432 16836 0 -1 4202496 53736 0 0 0 297 13 0 0 20 0 1 0 247177450 2457153536 120581 33554432000 4194304 5849940 140726298782976 140726298781672 5317718 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 47071232 140726298784950 140726298785028 140726298785028 140726298787786 0
/proc/17432/statm: 599891 120581 652 405 0 596835 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2399564 KiB
Current children cumulated memory: 482324 KiB

[startup+6.30038 s]
/proc/loadavg: 2.00 2.00 1.95 3/188 17433
/proc/meminfo: memFree=21352640/32770624 swapFree=67105356/67108860
[pid=17432] ppid=17429 vsize=2497580 memory=571972 CPUtime=6.29 cores=0,2,4,6
/proc/17432/stat : 17432 (xcsp_picat) R 17429 17432 16836 0 -1 4202496 58779 0 0 0 613 16 0 0 20 0 1 0 247177450 2557521920 142993 33554432000 4194304 5849940 140726298782976 140726298781736 4217974 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 47071232 140726298784950 140726298785028 140726298785028 140726298787786 0
/proc/17432/statm: 624395 142993 670 405 0 621339 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2497580 KiB
Current children cumulated memory: 571972 KiB

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 1.95 3/188 17433
/proc/meminfo: memFree=21340872/32770624 swapFree=67105356/67108860
[pid=17432] ppid=17429 vsize=2454884 memory=529600 CPUtime=12.69 cores=0,2,4,6
/proc/17432/stat : 17432 (xcsp_picat) R 17429 17432 16836 0 -1 4202496 110140 0 0 0 1247 22 0 0 20 0 1 0 247177450 2513801216 132400 33554432000 4194304 5849940 140726298782976 140726298781464 5333243 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 47071232 140726298784950 140726298785028 140726298785028 140726298787786 0
/proc/17432/statm: 613721 132400 673 405 0 610665 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2454884 KiB
Current children cumulated memory: 529600 KiB

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.95 3/188 17433
/proc/meminfo: memFree=21294380/32770624 swapFree=67105356/67108860
[pid=17432] ppid=17429 vsize=2487656 memory=562452 CPUtime=25.49 cores=0,2,4,6
/proc/17432/stat : 17432 (xcsp_picat) R 17429 17432 16836 0 -1 4202496 141361 0 0 0 2526 23 0 0 20 0 1 0 247177450 2547359744 140613 33554432000 4194304 5849940 140726298782976 140726298781464 4205055 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 47071232 140726298784950 140726298785028 140726298785028 140726298787786 0
/proc/17432/statm: 621914 140613 674 405 0 618858 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2487656 KiB
Current children cumulated memory: 562452 KiB

[startup+51.1092 s]
/proc/loadavg: 2.00 2.00 1.95 3/188 17433
/proc/meminfo: memFree=21283148/32770624 swapFree=67105356/67108860
[pid=17432] ppid=17429 vsize=2498804 memory=573600 CPUtime=51.1 cores=0,2,4,6
/proc/17432/stat : 17432 (xcsp_picat) R 17429 17432 16836 0 -1 4202496 146491 0 0 0 5086 24 0 0 20 0 1 0 247177450 2558775296 143400 33554432000 4194304 5849940 140726298782976 140726298781224 4205059 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 47071232 140726298784950 140726298785028 140726298785028 140726298787786 0
/proc/17432/statm: 624701 143400 674 405 0 621645 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2498804 KiB
Current children cumulated memory: 573600 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/188 17434
/proc/meminfo: memFree=21283404/32770624 swapFree=67105356/67108860
[pid=17432] ppid=17429 vsize=2498804 memory=573600 CPUtime=102.29 cores=0,2,4,6
/proc/17432/stat : 17432 (xcsp_picat) R 17429 17432 16836 0 -1 4202496 154118 0 0 0 10205 24 0 0 20 0 1 0 247177450 2558775296 143400 33554432000 4194304 5849940 140726298782976 140726298781224 4205101 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 47071232 140726298784950 140726298785028 140726298785028 140726298787786 0
/proc/17432/statm: 624701 143400 674 405 0 621645 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 2498804 KiB
Current children cumulated memory: 573600 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/188 17436
/proc/meminfo: memFree=21247104/32770624 swapFree=67105356/67108860
[pid=17432] ppid=17429 vsize=2498804 memory=573600 CPUtime=162.29 cores=0,2,4,6
/proc/17432/stat : 17432 (xcsp_picat) R 17429 17432 16836 0 -1 4202496 163497 0 0 0 16204 25 0 0 20 0 1 0 247177450 2558775296 143400 33554432000 4194304 5849940 140726298782976 140726298781224 4205078 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 47071232 140726298784950 140726298785028 140726298785028 140726298787786 0
/proc/17432/statm: 624701 143400 674 405 0 621645 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 2498804 KiB
Current children cumulated memory: 573600 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/188 17437
/proc/meminfo: memFree=21216444/32770624 swapFree=67105356/67108860
[pid=17432] ppid=17429 vsize=2518080 memory=600576 CPUtime=222.29 cores=0,2,4,6
/proc/17432/stat : 17432 (xcsp_picat) R 17429 17432 16836 0 -1 4202496 219051 0 0 0 22199 30 0 0 20 0 1 0 247177450 2578513920 150144 33554432000 4194304 5849940 140726298782976 140726298781976 5307765 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 47071232 140726298784950 140726298785028 140726298785028 140726298787786 0
/proc/17432/statm: 629520 150144 677 405 0 626464 0
Current children cumulated CPU time: 222.29 s
Current children cumulated vsize: 2518080 KiB
Current children cumulated memory: 600576 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/188 17438
/proc/meminfo: memFree=21321612/32770624 swapFree=67105356/67108860
[pid=17432] ppid=17429 vsize=2482172 memory=565860 CPUtime=282.29 cores=0,2,4,6
/proc/17432/stat : 17432 (xcsp_picat) R 17429 17432 16836 0 -1 4202496 258237 0 0 0 28185 44 0 0 20 0 1 0 247177450 2541744128 141465 33554432000 4194304 5849940 140726298782976 140726298781464 4205041 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 47071232 140726298784950 140726298785028 140726298785028 140726298787786 0
/proc/17432/statm: 620543 141465 690 405 0 617487 0
Current children cumulated CPU time: 282.29 s
Current children cumulated vsize: 2482172 KiB
Current children cumulated memory: 565860 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/188 17440
/proc/meminfo: memFree=21358372/32770624 swapFree=67105356/67108860
[pid=17432] ppid=17429 vsize=2384300 memory=467996 CPUtime=342.28 cores=0,2,4,6
/proc/17432/stat : 17432 (xcsp_picat) R 17429 17432 16836 0 -1 4202496 285370 0 0 0 34182 46 0 0 20 0 1 0 247177450 2441523200 116999 33554432000 4194304 5849940 140726298782976 140726298781976 5437837 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 47071232 140726298784950 140726298785028 140726298785028 140726298787786 0
/proc/17432/statm: 596075 116999 690 405 0 593019 0
Current children cumulated CPU time: 342.28 s
Current children cumulated vsize: 2384300 KiB
Current children cumulated memory: 467996 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/188 17441
/proc/meminfo: memFree=21423788/32770624 swapFree=67105356/67108860
[pid=17432] ppid=17429 vsize=2384300 memory=468004 CPUtime=402.28 cores=0,2,4,6
/proc/17432/stat : 17432 (xcsp_picat) R 17429 17432 16836 0 -1 4202496 302062 0 0 0 40180 48 0 0 20 0 1 0 247177450 2441523200 117001 33554432000 4194304 5849940 140726298782976 140726298781976 5339250 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 47071232 140726298784950 140726298785028 140726298785028 140726298787786 0
/proc/17432/statm: 596075 117001 692 405 0 593019 0
Current children cumulated CPU time: 402.28 s
Current children cumulated vsize: 2384300 KiB
Current children cumulated memory: 468004 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/188 17447
/proc/meminfo: memFree=21376040/32770624 swapFree=67105356/67108860
[pid=17432] ppid=17429 vsize=2433020 memory=516724 CPUtime=462.28 cores=0,2,4,6
/proc/17432/stat : 17432 (xcsp_picat) R 17429 17432 16836 0 -1 4202496 340881 0 0 0 46165 63 0 0 20 0 1 0 247177450 2491412480 129181 33554432000 4194304 5849940 140726298782976 140726298781848 5416906 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 47071232 140726298784950 140726298785028 140726298785028 140726298787786 0
/proc/17432/statm: 608255 129181 692 405 0 605199 0
Current children cumulated CPU time: 462.28 s
Current children cumulated vsize: 2433020 KiB
Current children cumulated memory: 516724 KiB


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

/proc/17432/statm: 546061 68624 692 405 0 543005 0
Current children cumulated CPU time: 1722.23 s
Current children cumulated vsize: 2184244 KiB
Current children cumulated memory: 274496 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.04 2.01 3/189 17524
/proc/meminfo: memFree=21262856/32770624 swapFree=67105356/67108860
[pid=17432] ppid=17429 vsize=2184244 memory=274496 CPUtime=1782.23 cores=0,2,4,6
/proc/17432/stat : 17432 (xcsp_picat) R 17429 17432 16836 0 -1 4202496 602961 0 0 0 178003 220 0 0 20 0 1 0 247177450 2236665856 68624 33554432000 4194304 5849940 140726298782976 140726298781976 139794975821703 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 47071232 140726298784950 140726298785028 140726298785028 140726298787786 0
/proc/17432/statm: 546061 68624 692 405 0 543005 0
Current children cumulated CPU time: 1782.23 s
Current children cumulated vsize: 2184244 KiB
Current children cumulated memory: 274496 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.03 2.01 3/189 17525
/proc/meminfo: memFree=21099208/32770624 swapFree=67105356/67108860
[pid=17432] ppid=17429 vsize=2217804 memory=307792 CPUtime=1842.23 cores=0,2,4,6
/proc/17432/stat : 17432 (xcsp_picat) R 17429 17432 16836 0 -1 4202496 615582 0 0 0 183967 256 0 0 20 0 1 0 247177450 2271031296 76948 33554432000 4194304 5849940 140726298782976 140726298781976 5437906 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 47071232 140726298784950 140726298785028 140726298785028 140726298787786 0
/proc/17432/statm: 554451 76948 692 405 0 551395 0
Current children cumulated CPU time: 1842.23 s
Current children cumulated vsize: 2217804 KiB
Current children cumulated memory: 307792 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.03 2.01 3/188 17526
/proc/meminfo: memFree=21083288/32770624 swapFree=67105356/67108860
[pid=17432] ppid=17429 vsize=2233988 memory=324240 CPUtime=1902.23 cores=0,2,4,6
/proc/17432/stat : 17432 (xcsp_picat) R 17429 17432 16836 0 -1 4202496 627543 0 0 0 189940 283 0 0 20 0 1 0 247177450 2287603712 81060 33554432000 4194304 5849940 140726298782976 140726298781976 5339024 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 47071232 140726298784950 140726298785028 140726298785028 140726298787786 0
/proc/17432/statm: 558497 81060 692 405 0 555441 0
Current children cumulated CPU time: 1902.23 s
Current children cumulated vsize: 2233988 KiB
Current children cumulated memory: 324240 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.02 2.01 3/187 17528
/proc/meminfo: memFree=21083588/32770624 swapFree=67105356/67108860
[pid=17432] ppid=17429 vsize=2233988 memory=324240 CPUtime=1962.23 cores=0,2,4,6
/proc/17432/stat : 17432 (xcsp_picat) R 17429 17432 16836 0 -1 4202496 638469 0 0 0 195915 308 0 0 20 0 1 0 247177450 2287603712 81060 33554432000 4194304 5849940 140726298782976 140726298781976 139794975821703 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 47071232 140726298784950 140726298785028 140726298785028 140726298787786 0
/proc/17432/statm: 558497 81060 692 405 0 555441 0
Current children cumulated CPU time: 1962.23 s
Current children cumulated vsize: 2233988 KiB
Current children cumulated memory: 324240 KiB

[startup+2022.3 s]
/proc/loadavg: 2.22 2.06 2.02 3/187 17529
/proc/meminfo: memFree=21061996/32770624 swapFree=67105356/67108860
[pid=17432] ppid=17429 vsize=2256292 memory=346544 CPUtime=2022.23 cores=0,2,4,6
/proc/17432/stat : 17432 (xcsp_picat) R 17429 17432 16836 0 -1 4202496 653137 0 0 0 201895 328 0 0 20 0 1 0 247177450 2310443008 86636 33554432000 4194304 5849940 140726298782976 140726298781976 139794975821703 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 47071232 140726298784950 140726298785028 140726298785028 140726298787786 0
/proc/17432/statm: 564073 86636 692 405 0 561017 0
Current children cumulated CPU time: 2022.23 s
Current children cumulated vsize: 2256292 KiB
Current children cumulated memory: 346544 KiB

[startup+2082.3 s]
/proc/loadavg: 2.37 2.15 2.06 3/187 17530
/proc/meminfo: memFree=20982804/32770624 swapFree=67105356/67108860
[pid=17432] ppid=17429 vsize=2256292 memory=346544 CPUtime=2082.22 cores=0,2,4,6
/proc/17432/stat : 17432 (xcsp_picat) R 17429 17432 16836 0 -1 4202496 664072 0 0 0 207876 346 0 0 20 0 1 0 247177450 2310443008 86636 33554432000 4194304 5849940 140726298782976 140726298782136 5437928 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 47071232 140726298784950 140726298785028 140726298785028 140726298787786 0
/proc/17432/statm: 564073 86636 692 405 0 561017 0
Current children cumulated CPU time: 2082.22 s
Current children cumulated vsize: 2256292 KiB
Current children cumulated memory: 346544 KiB

[startup+2142.3 s]
/proc/loadavg: 2.14 2.13 2.05 3/187 17532
/proc/meminfo: memFree=20957932/32770624 swapFree=67105356/67108860
[pid=17432] ppid=17429 vsize=2281168 memory=371420 CPUtime=2142.23 cores=0,2,4,6
/proc/17432/stat : 17432 (xcsp_picat) R 17429 17432 16836 0 -1 4202496 678500 0 0 0 213862 361 0 0 20 0 1 0 247177450 2335916032 92855 33554432000 4194304 5849940 140726298782976 140726298781848 5437906 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 47071232 140726298784950 140726298785028 140726298785028 140726298787786 0
/proc/17432/statm: 570292 92855 692 405 0 567236 0
Current children cumulated CPU time: 2142.23 s
Current children cumulated vsize: 2281168 KiB
Current children cumulated memory: 371420 KiB

[startup+2202.3 s]
/proc/loadavg: 2.05 2.10 2.05 3/186 17533
/proc/meminfo: memFree=20893544/32770624 swapFree=67105356/67108860
[pid=17432] ppid=17429 vsize=2346704 memory=436956 CPUtime=2202.22 cores=0,2,4,6
/proc/17432/stat : 17432 (xcsp_picat) R 17429 17432 16836 0 -1 4202496 689875 0 0 0 219848 374 0 0 20 0 1 0 247177450 2403024896 109239 33554432000 4194304 5849940 140726298782976 140726298781976 139794975821703 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 47071232 140726298784950 140726298785028 140726298785028 140726298787786 0
/proc/17432/statm: 586676 109239 692 405 0 583620 0
Current children cumulated CPU time: 2202.22 s
Current children cumulated vsize: 2346704 KiB
Current children cumulated memory: 436956 KiB

[startup+2262.3 s]
/proc/loadavg: 2.06 2.10 2.05 3/188 17543
/proc/meminfo: memFree=20856368/32770624 swapFree=67105356/67108860
[pid=17432] ppid=17429 vsize=2346704 memory=436956 CPUtime=2262.22 cores=0,2,4,6
/proc/17432/stat : 17432 (xcsp_picat) R 17429 17432 16836 0 -1 4202496 701111 0 0 0 225828 394 0 0 20 0 1 0 247177450 2403024896 109239 33554432000 4194304 5849940 140726298782976 140726298781976 5312930 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 47071232 140726298784950 140726298785028 140726298785028 140726298787786 0
/proc/17432/statm: 586676 109239 692 405 0 583620 0
Current children cumulated CPU time: 2262.22 s
Current children cumulated vsize: 2346704 KiB
Current children cumulated memory: 436956 KiB

[startup+2322.3 s]
/proc/loadavg: 2.02 2.08 2.05 3/189 17567
/proc/meminfo: memFree=21057444/32770624 swapFree=67105356/67108860
[pid=17432] ppid=17429 vsize=2346704 memory=436956 CPUtime=2322.22 cores=0,2,4,6
/proc/17432/stat : 17432 (xcsp_picat) R 17429 17432 16836 0 -1 4202496 710474 0 0 0 231809 413 0 0 20 0 1 0 247177450 2403024896 109239 33554432000 4194304 5849940 140726298782976 140726298781976 5438047 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 47071232 140726298784950 140726298785028 140726298785028 140726298787786 0
/proc/17432/statm: 586676 109239 692 405 0 583620 0
Current children cumulated CPU time: 2322.22 s
Current children cumulated vsize: 2346704 KiB
Current children cumulated memory: 436956 KiB

[startup+2382.3 s]
/proc/loadavg: 2.04 2.07 2.05 3/189 17628
/proc/meminfo: memFree=21700556/32770624 swapFree=67105356/67108860
[pid=17432] ppid=17429 vsize=2385312 memory=475564 CPUtime=2382.22 cores=0,2,4,6
/proc/17432/stat : 17432 (xcsp_picat) R 17429 17432 16836 0 -1 4202496 731789 0 0 0 237792 430 0 0 20 0 1 0 247177450 2442559488 118891 33554432000 4194304 5849940 140726298782976 140726298781976 139794975821703 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 47071232 140726298784950 140726298785028 140726298785028 140726298787786 0
/proc/17432/statm: 596328 118891 692 405 0 593272 0
Current children cumulated CPU time: 2382.22 s
Current children cumulated vsize: 2385312 KiB
Current children cumulated memory: 475564 KiB

[startup+2442.3 s]
/proc/loadavg: 2.02 2.06 2.05 3/189 17629
/proc/meminfo: memFree=21696560/32770624 swapFree=67105356/67108860
[pid=17432] ppid=17429 vsize=2385312 memory=475564 CPUtime=2442.21 cores=0,2,4,6
/proc/17432/stat : 17432 (xcsp_picat) R 17429 17432 16836 0 -1 4202496 738604 0 0 0 243779 442 0 0 20 0 1 0 247177450 2442559488 118891 33554432000 4194304 5849940 140726298782976 140726298781976 5437906 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 47071232 140726298784950 140726298785028 140726298785028 140726298787786 0
/proc/17432/statm: 596328 118891 692 405 0 593272 0
Current children cumulated CPU time: 2442.21 s
Current children cumulated vsize: 2385312 KiB
Current children cumulated memory: 475564 KiB

[startup+2502.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/189 17630
/proc/meminfo: memFree=21683660/32770624 swapFree=67105356/67108860
[pid=17432] ppid=17429 vsize=2385312 memory=475564 CPUtime=2502.21 cores=0,2,4,6
/proc/17432/stat : 17432 (xcsp_picat) R 17429 17432 16836 0 -1 4202496 748677 0 0 0 249769 452 0 0 20 0 1 0 247177450 2442559488 118891 33554432000 4194304 5849940 140726298782976 140726298781976 5437824 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 47071232 140726298784950 140726298785028 140726298785028 140726298787786 0
/proc/17432/statm: 596328 118891 692 405 0 593272 0
Current children cumulated CPU time: 2502.21 s
Current children cumulated vsize: 2385312 KiB
Current children cumulated memory: 475564 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.04 2.05 3/189 17630
/proc/meminfo: memFree=21691784/32770624 swapFree=67105356/67108860
[pid=17432] ppid=17429 vsize=2385312 memory=475564 CPUtime=2519.93 cores=0,2,4,6
/proc/17432/stat : 17432 (xcsp_picat) R 17429 17432 16836 0 -1 4202496 748765 0 0 0 251538 455 0 0 20 0 1 0 247177450 2442559488 118891 33554432000 4194304 5849940 140726298782976 140726298781976 5437808 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 47071232 140726298784950 140726298785028 140726298785028 140726298787786 0
/proc/17432/statm: 596328 118891 692 405 0 593272 0
Current children cumulated CPU time: 2519.93 s
Current children cumulated vsize: 2385312 KiB
Current children cumulated memory: 475564 KiB

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

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.38
system time used= 4.5609
maximum resident set size= 628664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 748766
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= 25
involuntary context switches= 4189


# summary of solver processes directly reported to runsolver:
#   pid: 17432
#   total CPU time (s): 2519.94
#   total CPU user time (s): 2515.38
#   total CPU system time (s): 4.5609

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.99003 second user time and 18.1408 second system time

The end

Launcher Data

Begin job on node149 at 2018-08-15 03:22:23
IDJOB=4309327
IDBENCH=141141
IDSOLVER=2794
FILE ID=node149/4309327-1534296143
RUNJOBID= node149-1534293289-16867
PBS_JOBID= 21038141
Free space on /tmp= 41780 MiB

SOLVER NAME= PicatSAT 2018-08-14
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-4309327-1534296143/watcher-4309327-1534296143 -o /tmp/evaluation-result-4309327-1534296143/solver-4309327-1534296143 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534293289-16867 --watchdog 2580  xcsp_picat HOME/instance-4309327-1534296143.xml

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

MD5SUM BENCH= 95ec92f657fea8ce6e93e6f35592ce49
RANDOM SEED=871146485

node149.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.60
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.60
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.60
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.60
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:        21856276 kB
MemAvailable:   31557436 kB
Buffers:          182436 kB
Cached:          9691612 kB
SwapCached:         1704 kB
Active:          4525436 kB
Inactive:        5751820 kB
Active(anon):     353728 kB
Inactive(anon):   101560 kB
Active(file):    4171708 kB
Inactive(file):  5650260 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108860 kB
SwapFree:       67105356 kB
Dirty:              5544 kB
Writeback:             0 kB
AnonPages:        408292 kB
Mapped:            56412 kB
Shmem:             49600 kB
Slab:             335964 kB
SReclaimable:     307652 kB
SUnreclaim:        28312 kB
KernelStack:        3376 kB
PageTables:         6572 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2662732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    274432 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 41780 MiB
End job on node149 at 2018-08-15 04:04:23