Trace number 4395739

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 2019-09-12? (TO) 2400.06 2400.01

General information on the benchmark

NameGraphColoring/GraphColoring-m1-mono/
GraphColoring-zeroin-i-1.xml
MD5SUMbac8a2bd88d13c89c2cced4f7584e960
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark48
Best CPU time to get the best result obtained on this benchmark18.8373
Satisfiable
(Un)Satisfiability was proved
Number of variables211
Number of constraints4100
Number of domains1
Minimum domain size211
Maximum domain size211
Distribution of domain sizes[{"size":211,"count":211}]
Minimum variable degree1
Maximum variable degree112
Distribution of variable degrees[{"degree":1,"count":85},{"degree":29,"count":1},{"degree":30,"count":1},{"degree":31,"count":1},{"degree":32,"count":1},{"degree":33,"count":3},{"degree":34,"count":1},{"degree":35,"count":1},{"degree":36,"count":1},{"degree":37,"count":1},{"degree":38,"count":7},{"degree":39,"count":1},{"degree":40,"count":1},{"degree":41,"count":1},{"degree":42,"count":4},{"degree":43,"count":3},{"degree":44,"count":2},{"degree":45,"count":11},{"degree":47,"count":6},{"degree":48,"count":7},{"degree":49,"count":5},{"degree":50,"count":3},{"degree":51,"count":2},{"degree":52,"count":1},{"degree":53,"count":1},"...",{"degree":68,"count":1}, {"degree":72,"count":1}, {"degree":75,"count":1}, {"degree":85,"count":1}, {"degree":87,"count":1}, {"degree":89,"count":1}, {"degree":90,"count":1}, {"degree":92,"count":1}, {"degree":95,"count":1}, {"degree":97,"count":2}, {"degree":98,"count":1}, {"degree":99,"count":1}, {"degree":100,"count":1}, {"degree":101,"count":5}, {"degree":102,"count":2}, {"degree":103,"count":1}, {"degree":104,"count":6}, {"degree":105,"count":1}, {"degree":106,"count":1}, {"degree":107,"count":1}, {"degree":108,"count":2}, {"degree":109,"count":1}, {"degree":110,"count":11}, {"degree":111,"count":1}, {"degree":112,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4100}]
Number of extensional constraints0
Number of intensional constraints4100
Distribution of constraint types[{"type":"intension","count":4100}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

25.18/25.28	c xcsp_picat version 2.7b12 (9/12/2019)
25.18/25.28	o 70

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395739-1568328382/watcher-4395739-1568328382 -o /tmp/evaluation-result-4395739-1568328382/solver-4395739-1568328382 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node147-1568328264-22070 --watchdog 2560 xcsp_picat HOME/instance-4395739-1568328382.xml 

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

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

solver pid=22409, runsolver pid=22406

[startup+0.100167 s]*
/proc/loadavg: 1.63 1.22 1.41 3/199 22410
/proc/meminfo: memFree=26665712/32770624 swapFree=66957008/67108860
[pid=22409] ppid=22406 vsize=2050060 memory=35260 CPUtime=0.1 cores=1,3,5,7
/proc/22409/stat : 22409 (xcsp_picat) R 22406 22409 22038 0 -1 4202496 5207 0 0 0 10 0 0 0 20 0 1 0 408752106 2099261440 8815 33554432000 4194304 5870510 140735559079168 140735559076312 5278626 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 46465024 140735559087135 140735559087213 140735559087213 140735559090122 0
/proc/22409/statm: 512515 8815 886 410 0 507988 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2050060 KiB
Current children cumulated memory: 35260 KiB

[startup+0.209947 s]*
/proc/loadavg: 1.63 1.22 1.41 3/199 22410
/proc/meminfo: memFree=26653064/32770624 swapFree=66957008/67108860
[pid=22409] ppid=22406 vsize=2060168 memory=46012 CPUtime=0.21 cores=1,3,5,7
/proc/22409/stat : 22409 (xcsp_picat) R 22406 22409 22038 0 -1 4202496 8095 0 0 0 20 1 0 0 20 0 1 0 408752106 2109612032 11503 33554432000 4194304 5870510 140735559079168 140735559076312 140482886863403 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 46465024 140735559087135 140735559087213 140735559087213 140735559090122 0
/proc/22409/statm: 515042 11503 895 410 0 510515 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2060168 KiB
Current children cumulated memory: 46012 KiB

[startup+0.309787 s]*
/proc/loadavg: 1.63 1.22 1.41 3/199 22410
/proc/meminfo: memFree=26646924/32770624 swapFree=66957008/67108860
[pid=22409] ppid=22406 vsize=2067060 memory=50860 CPUtime=0.31 cores=1,3,5,7
/proc/22409/stat : 22409 (xcsp_picat) R 22406 22409 22038 0 -1 4202496 8879 0 0 0 30 1 0 0 20 0 1 0 408752106 2116669440 12715 33554432000 4194304 5870510 140735559079168 140735559076312 5352861 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 46465024 140735559087135 140735559087213 140735559087213 140735559090122 0
/proc/22409/statm: 516765 12715 895 410 0 512238 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2067060 KiB
Current children cumulated memory: 50860 KiB

[startup+0.700401 s]
/proc/loadavg: 1.63 1.22 1.41 3/199 22410
/proc/meminfo: memFree=26643512/32770624 swapFree=66957008/67108860
[pid=22409] ppid=22406 vsize=2077776 memory=61596 CPUtime=0.69 cores=1,3,5,7
/proc/22409/stat : 22409 (xcsp_picat) R 22406 22409 22038 0 -1 4202496 11420 0 0 0 68 1 0 0 20 0 1 0 408752106 2127642624 15399 33554432000 4194304 5870510 140735559079168 140735559077496 5331111 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 46465024 140735559087135 140735559087213 140735559087213 140735559090122 0
/proc/22409/statm: 519444 15399 896 410 0 514917 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2077776 KiB
Current children cumulated memory: 61596 KiB

[startup+1.5004 s]
/proc/loadavg: 1.63 1.22 1.41 3/199 22410
/proc/meminfo: memFree=26617220/32770624 swapFree=66957008/67108860
[pid=22409] ppid=22406 vsize=2089740 memory=74876 CPUtime=1.49 cores=1,3,5,7
/proc/22409/stat : 22409 (xcsp_picat) R 22406 22409 22038 0 -1 4202496 12601 0 0 0 147 2 0 0 20 0 1 0 408752106 2139893760 18719 33554432000 4194304 5870510 140735559079168 140735559077496 5282568 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 46465024 140735559087135 140735559087213 140735559087213 140735559090122 0
/proc/22409/statm: 522435 18719 903 410 0 517908 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2089740 KiB
Current children cumulated memory: 74876 KiB

[startup+3.10972 s]
/proc/loadavg: 1.66 1.24 1.42 3/199 22410
/proc/meminfo: memFree=26622832/32770624 swapFree=66957008/67108860
[pid=22409] ppid=22406 vsize=2089740 memory=74940 CPUtime=3.1 cores=1,3,5,7
/proc/22409/stat : 22409 (xcsp_picat) R 22406 22409 22038 0 -1 4202496 16538 0 0 0 308 2 0 0 20 0 1 0 408752106 2139893760 18735 33554432000 4194304 5870510 140735559079168 140735559077976 5288765 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 46465024 140735559087135 140735559087213 140735559087213 140735559090122 0
/proc/22409/statm: 522435 18735 919 410 0 517908 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2089740 KiB
Current children cumulated memory: 74940 KiB

[startup+6.30038 s]
/proc/loadavg: 1.66 1.24 1.42 3/199 22410
/proc/meminfo: memFree=26622900/32770624 swapFree=66957008/67108860
[pid=22409] ppid=22406 vsize=2089740 memory=74940 CPUtime=6.3 cores=1,3,5,7
/proc/22409/stat : 22409 (xcsp_picat) R 22406 22409 22038 0 -1 4202496 20803 0 0 0 627 3 0 0 20 0 1 0 408752106 2139893760 18735 33554432000 4194304 5870510 140735559079168 140735559077976 5258854 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 46465024 140735559087135 140735559087213 140735559087213 140735559090122 0
/proc/22409/statm: 522435 18735 919 410 0 517908 0
Current children cumulated CPU time: 6.3 s
Current children cumulated vsize: 2089740 KiB
Current children cumulated memory: 74940 KiB

[startup+12.7004 s]
/proc/loadavg: 1.71 1.26 1.42 3/199 22410
/proc/meminfo: memFree=26643312/32770624 swapFree=66957008/67108860
[pid=22409] ppid=22406 vsize=2071488 memory=54024 CPUtime=12.69 cores=1,3,5,7
/proc/22409/stat : 22409 (xcsp_picat) R 22406 22409 22038 0 -1 4202496 29183 0 0 0 1266 3 0 0 20 0 1 0 408752106 2121203712 13506 33554432000 4194304 5870510 140735559079168 140735559077880 5281864 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 46465024 140735559087135 140735559087213 140735559087213 140735559090122 0
/proc/22409/statm: 517872 13506 928 410 0 513345 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2071488 KiB
Current children cumulated memory: 54024 KiB

[startup+25.5003 s]
/proc/loadavg: 1.75 1.29 1.43 3/199 22474
/proc/meminfo: memFree=26698168/32770624 swapFree=66957008/67108860
[pid=22409] ppid=22406 vsize=2084780 memory=70664 CPUtime=25.48 cores=1,3,5,7
/proc/22409/stat : 22409 (xcsp_picat) R 22406 22409 22038 0 -1 4202496 39173 0 0 0 2543 5 0 0 20 0 1 0 408752106 2134814720 17666 33554432000 4194304 5870510 140735559079168 140735559077608 5258718 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 46465024 140735559087135 140735559087213 140735559087213 140735559090122 0
/proc/22409/statm: 521195 17666 928 410 0 516668 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 2084780 KiB
Current children cumulated memory: 70664 KiB

[startup+51.1096 s]
/proc/loadavg: 1.84 1.34 1.44 3/199 22474
/proc/meminfo: memFree=26680984/32770624 swapFree=66957008/67108860
[pid=22409] ppid=22406 vsize=2099768 memory=84880 CPUtime=51.09 cores=1,3,5,7
/proc/22409/stat : 22409 (xcsp_picat) R 22406 22409 22038 0 -1 4202496 43656 0 0 0 5103 6 0 0 20 0 1 0 408752106 2150162432 21220 33554432000 4194304 5870510 140735559079168 140735559077608 5308388 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 46465024 140735559087135 140735559087213 140735559087213 140735559090122 0
/proc/22409/statm: 524942 21220 928 410 0 520415 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 2099768 KiB
Current children cumulated memory: 84880 KiB

[startup+102.3 s]
/proc/loadavg: 1.94 1.45 1.48 3/199 22478
/proc/meminfo: memFree=26653736/32770624 swapFree=66957008/67108860
[pid=22409] ppid=22406 vsize=2110400 memory=101952 CPUtime=102.28 cores=1,3,5,7
/proc/22409/stat : 22409 (xcsp_picat) R 22406 22409 22038 0 -1 4202496 45541 0 0 0 10222 6 0 0 20 0 1 0 408752106 2161049600 25488 33554432000 4194304 5870510 140735559079168 140735559077608 5288964 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 46465024 140735559087135 140735559087213 140735559087213 140735559090122 0
/proc/22409/statm: 527600 25488 928 410 0 523073 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 2110400 KiB
Current children cumulated memory: 101952 KiB

[startup+162.3 s]
/proc/loadavg: 1.98 1.55 1.51 3/200 22484
/proc/meminfo: memFree=26639260/32770624 swapFree=66957008/67108860
[pid=22409] ppid=22406 vsize=2114832 memory=106796 CPUtime=162.28 cores=1,3,5,7
/proc/22409/stat : 22409 (xcsp_picat) R 22406 22409 22038 0 -1 4202496 47734 0 0 0 16222 6 0 0 20 0 1 0 408752106 2165587968 26699 33554432000 4194304 5870510 140735559079168 140735559077736 5282680 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 46465024 140735559087135 140735559087213 140735559087213 140735559090122 0
/proc/22409/statm: 528708 26699 928 410 0 524181 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 2114832 KiB
Current children cumulated memory: 106796 KiB

[startup+222.3 s]
/proc/loadavg: 1.99 1.63 1.54 3/199 22488
/proc/meminfo: memFree=26617540/32770624 swapFree=66957008/67108860
[pid=22409] ppid=22406 vsize=2126328 memory=117356 CPUtime=222.28 cores=1,3,5,7
/proc/22409/stat : 22409 (xcsp_picat) R 22406 22409 22038 0 -1 4202496 47914 0 0 0 22222 6 0 0 20 0 1 0 408752106 2177359872 29339 33554432000 4194304 5870510 140735559079168 140735559077736 5282505 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 46465024 140735559087135 140735559087213 140735559087213 140735559090122 0
/proc/22409/statm: 531582 29339 928 410 0 527055 0
Current children cumulated CPU time: 222.28 s
Current children cumulated vsize: 2126328 KiB
Current children cumulated memory: 117356 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 1.70 1.57 3/200 22500
/proc/meminfo: memFree=26607820/32770624 swapFree=66957008/67108860
[pid=22409] ppid=22406 vsize=2133508 memory=126524 CPUtime=282.28 cores=1,3,5,7
/proc/22409/stat : 22409 (xcsp_picat) R 22406 22409 22038 0 -1 4202496 50733 0 0 0 28221 7 0 0 20 0 1 0 408752106 2184712192 31631 33554432000 4194304 5870510 140735559079168 140735559077736 5278120 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 46465024 140735559087135 140735559087213 140735559087213 140735559090122 0
/proc/22409/statm: 533377 31631 928 410 0 528850 0
Current children cumulated CPU time: 282.28 s
Current children cumulated vsize: 2133508 KiB
Current children cumulated memory: 126524 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 1.76 1.60 3/201 22506
/proc/meminfo: memFree=26598928/32770624 swapFree=66957008/67108860
[pid=22409] ppid=22406 vsize=2133508 memory=126524 CPUtime=342.29 cores=1,3,5,7
/proc/22409/stat : 22409 (xcsp_picat) R 22406 22409 22038 0 -1 4202496 51264 0 0 0 34222 7 0 0 20 0 1 0 408752106 2184712192 31631 33554432000 4194304 5870510 140735559079168 140735559077736 5282684 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 46465024 140735559087135 140735559087213 140735559087213 140735559090122 0
/proc/22409/statm: 533377 31631 928 410 0 528850 0
Current children cumulated CPU time: 342.29 s
Current children cumulated vsize: 2133508 KiB
Current children cumulated memory: 126524 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 1.80 1.62 3/200 22510
/proc/meminfo: memFree=26595864/32770624 swapFree=66957008/67108860
[pid=22409] ppid=22406 vsize=2137044 memory=129408 CPUtime=402.29 cores=1,3,5,7
/proc/22409/stat : 22409 (xcsp_picat) R 22406 22409 22038 0 -1 4202496 53506 0 0 0 40222 7 0 0 20 0 1 0 408752106 2188333056 32352 33554432000 4194304 5870510 140735559079168 140735559077736 5283072 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 46465024 140735559087135 140735559087213 140735559087213 140735559090122 0
/proc/22409/statm: 534261 32352 928 410 0 529734 0
Current children cumulated CPU time: 402.29 s
Current children cumulated vsize: 2137044 KiB
Current children cumulated memory: 129408 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 1.84 1.64 3/200 22514
/proc/meminfo: memFree=26574516/32770624 swapFree=66957008/67108860
[pid=22409] ppid=22406 vsize=2152100 memory=138816 CPUtime=462.29 cores=1,3,5,7
/proc/22409/stat : 22409 (xcsp_picat) R 22406 22409 22038 0 -1 4202496 54460 0 0 0 46222 7 0 0 20 0 1 0 408752106 2203750400 34704 33554432000 4194304 5870510 140735559079168 140735559077608 5283028 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 46465024 140735559087135 140735559087213 140735559087213 140735559090122 0
/proc/22409/statm: 538025 34704 928 410 0 533498 0
Current children cumulated CPU time: 462.29 s
Current children cumulated vsize: 2152100 KiB
Current children cumulated memory: 138816 KiB


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

/proc/22409/statm: 557861 53572 928 410 0 553334 0
Current children cumulated CPU time: 1602.31 s
Current children cumulated vsize: 2231444 KiB
Current children cumulated memory: 214288 KiB

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 1.90 3/200 22901
/proc/meminfo: memFree=26568272/32770624 swapFree=66957008/67108860
[pid=22409] ppid=22406 vsize=2231444 memory=214288 CPUtime=1662.31 cores=1,3,5,7
/proc/22409/stat : 22409 (xcsp_picat) R 22406 22409 22038 0 -1 4202496 106157 0 0 0 166217 14 0 0 20 0 1 0 408752106 2284998656 53572 33554432000 4194304 5870510 140735559079168 140735559077656 5282505 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 46465024 140735559087135 140735559087213 140735559087213 140735559090122 0
/proc/22409/statm: 557861 53572 928 410 0 553334 0
Current children cumulated CPU time: 1662.31 s
Current children cumulated vsize: 2231444 KiB
Current children cumulated memory: 214288 KiB

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 1.91 3/200 22905
/proc/meminfo: memFree=26548328/32770624 swapFree=66957008/67108860
[pid=22409] ppid=22406 vsize=2231444 memory=214288 CPUtime=1722.31 cores=1,3,5,7
/proc/22409/stat : 22409 (xcsp_picat) R 22406 22409 22038 0 -1 4202496 112365 0 0 0 172216 15 0 0 20 0 1 0 408752106 2284998656 53572 33554432000 4194304 5870510 140735559079168 140735559077656 5282759 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 46465024 140735559087135 140735559087213 140735559087213 140735559090122 0
/proc/22409/statm: 557861 53572 928 410 0 553334 0
Current children cumulated CPU time: 1722.31 s
Current children cumulated vsize: 2231444 KiB
Current children cumulated memory: 214288 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.92 3/200 22911
/proc/meminfo: memFree=26547428/32770624 swapFree=66957008/67108860
[pid=22409] ppid=22406 vsize=2231444 memory=214288 CPUtime=1782.31 cores=1,3,5,7
/proc/22409/stat : 22409 (xcsp_picat) R 22406 22409 22038 0 -1 4202496 112925 0 0 0 178216 15 0 0 20 0 1 0 408752106 2284998656 53572 33554432000 4194304 5870510 140735559079168 140735559077656 5274812 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 46465024 140735559087135 140735559087213 140735559087213 140735559090122 0
/proc/22409/statm: 557861 53572 928 410 0 553334 0
Current children cumulated CPU time: 1782.31 s
Current children cumulated vsize: 2231444 KiB
Current children cumulated memory: 214288 KiB

[startup+1842.3 s]
/proc/loadavg: 2.04 2.02 1.93 3/198 22915
/proc/meminfo: memFree=26548096/32770624 swapFree=66957008/67108860
[pid=22409] ppid=22406 vsize=2231444 memory=214288 CPUtime=1842.32 cores=1,3,5,7
/proc/22409/stat : 22409 (xcsp_picat) R 22406 22409 22038 0 -1 4202496 119455 0 0 0 184216 16 0 0 20 0 1 0 408752106 2284998656 53572 33554432000 4194304 5870510 140735559079168 140735559077656 5282590 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 46465024 140735559087135 140735559087213 140735559087213 140735559090122 0
/proc/22409/statm: 557861 53572 928 410 0 553334 0
Current children cumulated CPU time: 1842.32 s
Current children cumulated vsize: 2231444 KiB
Current children cumulated memory: 214288 KiB

[startup+1902.3 s]
/proc/loadavg: 2.02 2.01 1.93 3/199 22920
/proc/meminfo: memFree=26547660/32770624 swapFree=66957008/67108860
[pid=22409] ppid=22406 vsize=2231444 memory=214288 CPUtime=1902.32 cores=1,3,5,7
/proc/22409/stat : 22409 (xcsp_picat) R 22406 22409 22038 0 -1 4202496 119684 0 0 0 190216 16 0 0 20 0 1 0 408752106 2284998656 53572 33554432000 4194304 5870510 140735559079168 140735559077656 5282759 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 46465024 140735559087135 140735559087213 140735559087213 140735559090122 0
/proc/22409/statm: 557861 53572 928 410 0 553334 0
Current children cumulated CPU time: 1902.32 s
Current children cumulated vsize: 2231444 KiB
Current children cumulated memory: 214288 KiB

[startup+1962.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/200 22926
/proc/meminfo: memFree=26528412/32770624 swapFree=66957008/67108860
[pid=22409] ppid=22406 vsize=2247772 memory=233024 CPUtime=1962.33 cores=1,3,5,7
/proc/22409/stat : 22409 (xcsp_picat) R 22406 22409 22038 0 -1 4202496 126552 0 0 0 196216 17 0 0 20 0 1 0 408752106 2301718528 58256 33554432000 4194304 5870510 140735559079168 140735559077656 5288765 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 46465024 140735559087135 140735559087213 140735559087213 140735559090122 0
/proc/22409/statm: 561943 58256 928 410 0 557416 0
Current children cumulated CPU time: 1962.33 s
Current children cumulated vsize: 2247772 KiB
Current children cumulated memory: 233024 KiB

[startup+2022.3 s]
/proc/loadavg: 2.06 2.03 1.95 3/199 22930
/proc/meminfo: memFree=26528424/32770624 swapFree=66957008/67108860
[pid=22409] ppid=22406 vsize=2247772 memory=233024 CPUtime=2022.33 cores=1,3,5,7
/proc/22409/stat : 22409 (xcsp_picat) R 22406 22409 22038 0 -1 4202496 126998 0 0 0 202216 17 0 0 20 0 1 0 408752106 2301718528 58256 33554432000 4194304 5870510 140735559079168 140735559077656 5282609 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 46465024 140735559087135 140735559087213 140735559087213 140735559090122 0
/proc/22409/statm: 561943 58256 928 410 0 557416 0
Current children cumulated CPU time: 2022.33 s
Current children cumulated vsize: 2247772 KiB
Current children cumulated memory: 233024 KiB

[startup+2082.3 s]
/proc/loadavg: 2.02 2.02 1.95 3/199 22941
/proc/meminfo: memFree=26525200/32770624 swapFree=66957008/67108860
[pid=22409] ppid=22406 vsize=2247772 memory=233024 CPUtime=2082.33 cores=1,3,5,7
/proc/22409/stat : 22409 (xcsp_picat) R 22406 22409 22038 0 -1 4202496 133318 0 0 0 208216 17 0 0 20 0 1 0 408752106 2301718528 58256 33554432000 4194304 5870510 140735559079168 140735559077656 5282606 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 46465024 140735559087135 140735559087213 140735559087213 140735559090122 0
/proc/22409/statm: 561943 58256 928 410 0 557416 0
Current children cumulated CPU time: 2082.33 s
Current children cumulated vsize: 2247772 KiB
Current children cumulated memory: 233024 KiB

[startup+2142.3 s]
/proc/loadavg: 2.01 2.02 1.95 3/200 22947
/proc/meminfo: memFree=26525100/32770624 swapFree=66957008/67108860
[pid=22409] ppid=22406 vsize=2247772 memory=233024 CPUtime=2142.33 cores=1,3,5,7
/proc/22409/stat : 22409 (xcsp_picat) R 22406 22409 22038 0 -1 4202496 133949 0 0 0 214216 17 0 0 20 0 1 0 408752106 2301718528 58256 33554432000 4194304 5870510 140735559079168 140735559077656 5283106 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 46465024 140735559087135 140735559087213 140735559087213 140735559090122 0
/proc/22409/statm: 561943 58256 928 410 0 557416 0
Current children cumulated CPU time: 2142.33 s
Current children cumulated vsize: 2247772 KiB
Current children cumulated memory: 233024 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/199 22951
/proc/meminfo: memFree=26525116/32770624 swapFree=66957008/67108860
[pid=22409] ppid=22406 vsize=2247772 memory=233024 CPUtime=2202.33 cores=1,3,5,7
/proc/22409/stat : 22409 (xcsp_picat) R 22406 22409 22038 0 -1 4202496 140405 0 0 0 220216 17 0 0 20 0 1 0 408752106 2301718528 58256 33554432000 4194304 5870510 140735559079168 140735559077656 5282505 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 46465024 140735559087135 140735559087213 140735559087213 140735559090122 0
/proc/22409/statm: 561943 58256 928 410 0 557416 0
Current children cumulated CPU time: 2202.33 s
Current children cumulated vsize: 2247772 KiB
Current children cumulated memory: 233024 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/199 22955
/proc/meminfo: memFree=26524852/32770624 swapFree=66957008/67108860
[pid=22409] ppid=22406 vsize=2247772 memory=233024 CPUtime=2262.33 cores=1,3,5,7
/proc/22409/stat : 22409 (xcsp_picat) R 22406 22409 22038 0 -1 4202496 140896 0 0 0 226216 17 0 0 20 0 1 0 408752106 2301718528 58256 33554432000 4194304 5870510 140735559079168 140735559077656 5282467 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 46465024 140735559087135 140735559087213 140735559087213 140735559090122 0
/proc/22409/statm: 561943 58256 928 410 0 557416 0
Current children cumulated CPU time: 2262.33 s
Current children cumulated vsize: 2247772 KiB
Current children cumulated memory: 233024 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/200 22961
/proc/meminfo: memFree=26501504/32770624 swapFree=66957008/67108860
[pid=22409] ppid=22406 vsize=2274168 memory=256652 CPUtime=2322.33 cores=1,3,5,7
/proc/22409/stat : 22409 (xcsp_picat) R 22406 22409 22038 0 -1 4202496 149753 0 0 0 232214 19 0 0 20 0 1 0 408752106 2328748032 64163 33554432000 4194304 5870510 140735559079168 140735559077656 5282525 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 46465024 140735559087135 140735559087213 140735559087213 140735559090122 0
/proc/22409/statm: 568542 64163 928 410 0 564015 0
Current children cumulated CPU time: 2322.33 s
Current children cumulated vsize: 2274168 KiB
Current children cumulated memory: 256652 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/199 22966
/proc/meminfo: memFree=26501240/32770624 swapFree=66957008/67108860
[pid=22409] ppid=22406 vsize=2274168 memory=256812 CPUtime=2382.33 cores=1,3,5,7
/proc/22409/stat : 22409 (xcsp_picat) R 22406 22409 22038 0 -1 4202496 149848 0 0 0 238214 19 0 0 20 0 1 0 408752106 2328748032 64203 33554432000 4194304 5870510 140735559079168 140735559077656 5283135 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 46465024 140735559087135 140735559087213 140735559087213 140735559090122 0
/proc/22409/statm: 568542 64203 928 410 0 564015 0
Current children cumulated CPU time: 2382.33 s
Current children cumulated vsize: 2274168 KiB
Current children cumulated memory: 256812 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400 s]*
/proc/loadavg: 2.00 2.01 1.95 4/199 22967
/proc/meminfo: memFree=26501424/32770624 swapFree=66957008/67108860
[pid=22409] ppid=22406 vsize=2274168 memory=256812 CPUtime=2400.04 cores=1,3,5,7
/proc/22409/stat : 22409 (xcsp_picat) R 22406 22409 22038 0 -1 4202496 149849 0 0 0 239985 19 0 0 20 0 1 0 408752106 2328748032 64203 33554432000 4194304 5870510 140735559079168 140735559077656 5283024 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 46465024 140735559087135 140735559087213 140735559087213 140735559090122 0
/proc/22409/statm: 568542 64203 928 410 0 564015 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 2274168 KiB
Current children cumulated memory: 256812 KiB

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

[startup+2400.01 s]
# the end of solver process 22409 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2399.86 s, system=0.197004 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): 2400.01
CPU time (s): 2400.06
CPU user time (s): 2399.86
CPU system time (s): 0.197004
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 2274168
Max. memory (cumulated for all children) (KiB): 256812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.86
system time used= 0.197004
maximum resident set size= 256876
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 149849
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= 19
involuntary context switches= 707


# summary of solver processes directly reported to runsolver:
#   pid: 22409
#   total CPU time (s): 2400.06
#   total CPU user time (s): 2399.86
#   total CPU system time (s): 0.197004

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.9034 second user time and 18.2333 second system time

The end

Launcher Data

Begin job on node147 at 2019-09-13 00:45:39
IDJOB=4395739
IDBENCH=120638
IDSOLVER=2845
FILE ID=node147/4395739-1568328382
RUNJOBID= node147-1568328264-22070
PBS_JOBID= 21701153
Free space on /tmp= 56540 MiB

SOLVER NAME= PicatSAT 2019-09-12
BENCH NAME= XCSP17/GraphColoring/GraphColoring-m1-mono/GraphColoring-zeroin-i-1.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395739-1568328382/watcher-4395739-1568328382 -o /tmp/evaluation-result-4395739-1568328382/solver-4395739-1568328382 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node147-1568328264-22070 --watchdog 2560  xcsp_picat HOME/instance-4395739-1568328382.xml

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

MD5SUM BENCH= bac8a2bd88d13c89c2cced4f7584e960
RANDOM SEED=2087527329

node147.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.52
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.52
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.52
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.52
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:        26694060 kB
MemAvailable:   31662312 kB
Buffers:          127312 kB
Cached:          5064672 kB
SwapCached:        48504 kB
Active:          2228076 kB
Inactive:        3169716 kB
Active(anon):     157724 kB
Inactive(anon):    89348 kB
Active(file):    2070352 kB
Inactive(file):  3080368 kB
Unevictable:      107768 kB
Mlocked:          107768 kB
SwapTotal:      67108860 kB
SwapFree:       66957008 kB
Dirty:              3304 kB
Writeback:             0 kB
AnonPages:        284816 kB
Mapped:            45916 kB
Shmem:             32764 kB
Slab:             274780 kB
SReclaimable:     245992 kB
SUnreclaim:        28788 kB
KernelStack:        3760 kB
PageTables:         5908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2689648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    212992 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 56540 MiB
End job on node147 at 2019-09-13 01:25:40