Trace number 4395426

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) 2519.87 2520.01

General information on the benchmark

NameGraphColoring/GraphColoring-m1-mono/
GraphColoring-lei450-25a.xml
MD5SUM395c447fdc403b125102e151795ddb76
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark24
Best CPU time to get the best result obtained on this benchmark29.6788
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints8260
Number of domains1
Minimum domain size450
Maximum domain size450
Distribution of domain sizes[{"size":450,"count":450}]
Minimum variable degree3
Maximum variable degree129
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":9},{"degree":5,"count":12},{"degree":6,"count":13},{"degree":7,"count":7},{"degree":8,"count":10},{"degree":9,"count":2},{"degree":10,"count":8},{"degree":11,"count":3},{"degree":12,"count":4},{"degree":13,"count":5},{"degree":14,"count":1},{"degree":15,"count":4},{"degree":16,"count":1},{"degree":17,"count":5},{"degree":18,"count":4},{"degree":19,"count":7},{"degree":20,"count":13},{"degree":21,"count":10},{"degree":22,"count":8},{"degree":23,"count":4},{"degree":24,"count":2},{"degree":25,"count":11},{"degree":26,"count":11},{"degree":27,"count":3},"...",{"degree":72,"count":1}, {"degree":73,"count":1}, {"degree":74,"count":1}, {"degree":75,"count":1}, {"degree":76,"count":3}, {"degree":77,"count":7}, {"degree":78,"count":4}, {"degree":79,"count":6}, {"degree":81,"count":1}, {"degree":82,"count":1}, {"degree":83,"count":2}, {"degree":84,"count":1}, {"degree":85,"count":2}, {"degree":86,"count":1}, {"degree":87,"count":2}, {"degree":89,"count":1}, {"degree":90,"count":2}, {"degree":91,"count":1}, {"degree":92,"count":1}, {"degree":93,"count":1}, {"degree":96,"count":1}, {"degree":98,"count":1}, {"degree":99,"count":1}, {"degree":107,"count":1}, {"degree":129,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":8260}]
Number of extensional constraints0
Number of intensional constraints8260
Distribution of constraint types[{"type":"intension","count":8260}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

151.00/151.02	c xcsp_picat version 2.7b12 (9/12/2019)
151.00/151.02	o 133
151.00/151.02	o 39

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395426-1568323280/watcher-4395426-1568323280 -o /tmp/evaluation-result-4395426-1568323280/solver-4395426-1568323280 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568322189-24246 --watchdog 2580 xcsp_picat HOME/instance-4395426-1568323280.xml 

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

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


[startup+0.100135 s]*
/proc/loadavg: 2.06 2.10 3.42 3/200 25447
/proc/meminfo: memFree=25573136/32770624 swapFree=66952812/67108860
[pid=25446] ppid=25443 vsize=2038040 memory=24368 CPUtime=0.1 cores=1,3,5,7
/proc/25446/stat : 25446 (xcsp_picat) R 25443 25446 24214 0 -1 4202496 2204 0 0 0 10 0 0 0 20 0 1 0 408269973 2086952960 6092 33554432000 4194304 5870510 140732700507504 140732700504648 5287642 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 33333248 140732700513311 140732700513389 140732700513389 140732700516298 0
/proc/25446/statm: 509510 6092 886 410 0 504983 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2038040 KiB
Current children cumulated memory: 24368 KiB

[startup+0.209843 s]*
/proc/loadavg: 2.06 2.10 3.42 3/200 25447
/proc/meminfo: memFree=25542192/32770624 swapFree=66952812/67108860
[pid=25446] ppid=25443 vsize=2067612 memory=55472 CPUtime=0.21 cores=1,3,5,7
/proc/25446/stat : 25446 (xcsp_picat) R 25443 25446 24214 0 -1 4202496 9654 0 0 0 20 1 0 0 20 0 1 0 408269973 2117234688 13868 33554432000 4194304 5870510 140732700507504 140732700504648 5287642 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 33333248 140732700513311 140732700513389 140732700513389 140732700516298 0
/proc/25446/statm: 516903 13868 886 410 0 512376 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2067612 KiB
Current children cumulated memory: 55472 KiB

[startup+0.30982 s]*
/proc/loadavg: 2.06 2.10 3.42 3/200 25447
/proc/meminfo: memFree=25521668/32770624 swapFree=66952812/67108860
[pid=25446] ppid=25443 vsize=2085640 memory=71792 CPUtime=0.31 cores=1,3,5,7
/proc/25446/stat : 25446 (xcsp_picat) R 25443 25446 24214 0 -1 4202496 13607 0 0 0 29 2 0 0 20 0 1 0 408269973 2135695360 17948 33554432000 4194304 5870510 140732700507504 140732700504648 5261096 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 33333248 140732700513311 140732700513389 140732700513389 140732700516298 0
/proc/25446/statm: 521410 17948 890 410 0 516883 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2085640 KiB
Current children cumulated memory: 71792 KiB

[startup+0.700403 s]
/proc/loadavg: 2.06 2.10 3.42 3/200 25447
/proc/meminfo: memFree=25514660/32770624 swapFree=66952812/67108860
[pid=25446] ppid=25443 vsize=2101780 memory=88572 CPUtime=0.69 cores=1,3,5,7
/proc/25446/stat : 25446 (xcsp_picat) R 25443 25446 24214 0 -1 4202496 16344 0 0 0 66 3 0 0 20 0 1 0 408269973 2152222720 22143 33554432000 4194304 5870510 140732700507504 140732700506008 5343800 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 33333248 140732700513311 140732700513389 140732700513389 140732700516298 0
/proc/25446/statm: 525445 22143 896 410 0 520918 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2101780 KiB
Current children cumulated memory: 88572 KiB

[startup+1.50043 s]
/proc/loadavg: 2.06 2.10 3.42 3/200 25447
/proc/meminfo: memFree=25506308/32770624 swapFree=66952812/67108860
[pid=25446] ppid=25443 vsize=2121216 memory=96812 CPUtime=1.49 cores=1,3,5,7
/proc/25446/stat : 25446 (xcsp_picat) R 25443 25446 24214 0 -1 4202496 19498 0 0 0 146 3 0 0 20 0 1 0 408269973 2172125184 24203 33554432000 4194304 5870510 140732700507504 140732700506184 5337393 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 33333248 140732700513311 140732700513389 140732700513389 140732700516298 0
/proc/25446/statm: 530304 24203 897 410 0 525777 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2121216 KiB
Current children cumulated memory: 96812 KiB

[startup+3.10954 s]
/proc/loadavg: 2.05 2.10 3.41 3/200 25447
/proc/meminfo: memFree=25423008/32770624 swapFree=66952812/67108860
[pid=25446] ppid=25443 vsize=2195240 memory=167072 CPUtime=3.1 cores=1,3,5,7
/proc/25446/stat : 25446 (xcsp_picat) R 25443 25446 24214 0 -1 4202496 32969 0 0 0 305 5 0 0 20 0 1 0 408269973 2247925760 41768 33554432000 4194304 5870510 140732700507504 140732700505672 5337610 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 33333248 140732700513311 140732700513389 140732700513389 140732700516298 0
/proc/25446/statm: 548810 41768 897 410 0 544283 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2195240 KiB
Current children cumulated memory: 167072 KiB

[startup+6.30042 s]
/proc/loadavg: 2.05 2.10 3.41 3/200 25447
/proc/meminfo: memFree=25461684/32770624 swapFree=66952812/67108860
[pid=25446] ppid=25443 vsize=2157676 memory=127212 CPUtime=6.29 cores=1,3,5,7
/proc/25446/stat : 25446 (xcsp_picat) R 25443 25446 24214 0 -1 4202496 48139 0 0 0 622 7 0 0 20 0 1 0 408269973 2209460224 31803 33554432000 4194304 5870510 140732700507504 140732700505672 5337384 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 33333248 140732700513311 140732700513389 140732700513389 140732700516298 0
/proc/25446/statm: 539419 31803 926 410 0 534892 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2157676 KiB
Current children cumulated memory: 127212 KiB

[startup+12.7003 s]
/proc/loadavg: 2.05 2.10 3.40 3/200 25447
/proc/meminfo: memFree=25501008/32770624 swapFree=66952812/67108860
[pid=25446] ppid=25443 vsize=2118128 memory=99736 CPUtime=12.69 cores=1,3,5,7
/proc/25446/stat : 25446 (xcsp_picat) R 25443 25446 24214 0 -1 4202496 67375 0 0 0 1259 10 0 0 20 0 1 0 408269973 2168963072 24934 33554432000 4194304 5870510 140732700507504 140732700506216 5283126 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 33333248 140732700513311 140732700513389 140732700513389 140732700516298 0
/proc/25446/statm: 529532 24934 927 410 0 525005 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2118128 KiB
Current children cumulated memory: 99736 KiB

[startup+25.5004 s]
/proc/loadavg: 2.04 2.09 3.39 3/200 25449
/proc/meminfo: memFree=25499968/32770624 swapFree=66952812/67108860
[pid=25446] ppid=25443 vsize=2118128 memory=99880 CPUtime=25.49 cores=1,3,5,7
/proc/25446/stat : 25446 (xcsp_picat) R 25443 25446 24214 0 -1 4202496 74654 0 0 0 2538 11 0 0 20 0 1 0 408269973 2168963072 24970 33554432000 4194304 5870510 140732700507504 140732700506216 5294975 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 33333248 140732700513311 140732700513389 140732700513389 140732700516298 0
/proc/25446/statm: 529532 24970 927 410 0 525005 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2118128 KiB
Current children cumulated memory: 99880 KiB

[startup+51.1095 s]
/proc/loadavg: 2.03 2.09 3.35 3/200 25450
/proc/meminfo: memFree=25498892/32770624 swapFree=66952812/67108860
[pid=25446] ppid=25443 vsize=2118128 memory=105432 CPUtime=51.09 cores=1,3,5,7
/proc/25446/stat : 25446 (xcsp_picat) R 25443 25446 24214 0 -1 4202496 89833 0 0 0 5097 12 0 0 20 0 1 0 408269973 2168963072 26358 33554432000 4194304 5870510 140732700507504 140732700506216 5282574 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 33333248 140732700513311 140732700513389 140732700513389 140732700516298 0
/proc/25446/statm: 529532 26358 927 410 0 525005 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 2118128 KiB
Current children cumulated memory: 105432 KiB

[startup+102.3 s]
/proc/loadavg: 2.01 2.07 3.27 3/200 25454
/proc/meminfo: memFree=25440584/32770624 swapFree=66952812/67108860
[pid=25446] ppid=25443 vsize=2156092 memory=144456 CPUtime=102.29 cores=1,3,5,7
/proc/25446/stat : 25446 (xcsp_picat) R 25443 25446 24214 0 -1 4202496 105707 0 0 0 10211 18 0 0 20 0 1 0 408269973 2207838208 36114 33554432000 4194304 5870510 140732700507504 140732700506520 5272433 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 33333248 140732700513311 140732700513389 140732700513389 140732700516298 0
/proc/25446/statm: 539023 36114 980 410 0 534496 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 2156092 KiB
Current children cumulated memory: 144456 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.06 3.19 3/200 25460
/proc/meminfo: memFree=25428456/32770624 swapFree=66952812/67108860
[pid=25446] ppid=25443 vsize=2187128 memory=154000 CPUtime=162.29 cores=1,3,5,7
/proc/25446/stat : 25446 (xcsp_picat) R 25443 25446 24214 0 -1 4202496 115082 0 0 0 16210 19 0 0 20 0 1 0 408269973 2239619072 38500 33554432000 4194304 5870510 140732700507504 140732700506616 5275021 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 33333248 140732700513311 140732700513389 140732700513389 140732700516298 0
/proc/25446/statm: 546782 38500 980 410 0 542255 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 2187128 KiB
Current children cumulated memory: 154000 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.05 3.12 3/199 25464
/proc/meminfo: memFree=25418464/32770624 swapFree=66952812/67108860
[pid=25446] ppid=25443 vsize=2198800 memory=180624 CPUtime=222.28 cores=1,3,5,7
/proc/25446/stat : 25446 (xcsp_picat) R 25443 25446 24214 0 -1 4202496 123380 0 0 0 22208 20 0 0 20 0 1 0 408269973 2251571200 45156 33554432000 4194304 5870510 140732700507504 140732700506072 5283094 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 33333248 140732700513311 140732700513389 140732700513389 140732700516298 0
/proc/25446/statm: 549700 45156 980 410 0 545173 0
Current children cumulated CPU time: 222.28 s
Current children cumulated vsize: 2198800 KiB
Current children cumulated memory: 180624 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.04 3.05 3/199 25469
/proc/meminfo: memFree=25412820/32770624 swapFree=66952812/67108860
[pid=25446] ppid=25443 vsize=2198800 memory=181108 CPUtime=282.28 cores=1,3,5,7
/proc/25446/stat : 25446 (xcsp_picat) R 25443 25446 24214 0 -1 4202496 124343 0 0 0 28207 21 0 0 20 0 1 0 408269973 2251571200 45277 33554432000 4194304 5870510 140732700507504 140732700506072 5282767 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 33333248 140732700513311 140732700513389 140732700513389 140732700516298 0
/proc/25446/statm: 549700 45277 980 410 0 545173 0
Current children cumulated CPU time: 282.28 s
Current children cumulated vsize: 2198800 KiB
Current children cumulated memory: 181108 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.03 2.98 3/199 25475
/proc/meminfo: memFree=25384720/32770624 swapFree=66952812/67108860
[pid=25446] ppid=25443 vsize=2217768 memory=203152 CPUtime=342.27 cores=1,3,5,7
/proc/25446/stat : 25446 (xcsp_picat) R 25443 25446 24214 0 -1 4202496 132210 0 0 0 34205 22 0 0 20 0 1 0 408269973 2270994432 50788 33554432000 4194304 5870510 140732700507504 140732700506072 5281839 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 33333248 140732700513311 140732700513389 140732700513389 140732700516298 0
/proc/25446/statm: 554442 50788 980 410 0 549915 0
Current children cumulated CPU time: 342.27 s
Current children cumulated vsize: 2217768 KiB
Current children cumulated memory: 203152 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.03 2.92 3/199 25479
/proc/meminfo: memFree=25382728/32770624 swapFree=66952812/67108860
[pid=25446] ppid=25443 vsize=2217768 memory=203152 CPUtime=402.27 cores=1,3,5,7
/proc/25446/stat : 25446 (xcsp_picat) R 25443 25446 24214 0 -1 4202496 132643 0 0 0 40205 22 0 0 20 0 1 0 408269973 2270994432 50788 33554432000 4194304 5870510 140732700507504 140732700506072 5283135 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 33333248 140732700513311 140732700513389 140732700513389 140732700516298 0
/proc/25446/statm: 554442 50788 980 410 0 549915 0
Current children cumulated CPU time: 402.27 s
Current children cumulated vsize: 2217768 KiB
Current children cumulated memory: 203152 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.02 2.86 3/199 25484
/proc/meminfo: memFree=25380380/32770624 swapFree=66952812/67108860
[pid=25446] ppid=25443 vsize=2217768 memory=203152 CPUtime=462.27 cores=1,3,5,7
/proc/25446/stat : 25446 (xcsp_picat) R 25443 25446 24214 0 -1 4202496 139381 0 0 0 46204 23 0 0 20 0 1 0 408269973 2270994432 50788 33554432000 4194304 5870510 140732700507504 140732700506072 5282759 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 33333248 140732700513311 140732700513389 140732700513389 140732700516298 0
/proc/25446/statm: 554442 50788 980 410 0 549915 0
Current children cumulated CPU time: 462.27 s
Current children cumulated vsize: 2217768 KiB
Current children cumulated memory: 203152 KiB


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

/proc/25446/statm: 580415 79215 980 410 0 575888 0
Current children cumulated CPU time: 1722.2 s
Current children cumulated vsize: 2321660 KiB
Current children cumulated memory: 316860 KiB

[startup+1782.3 s]
/proc/loadavg: 2.05 2.06 2.23 3/199 25673
/proc/meminfo: memFree=25421592/32770624 swapFree=66952812/67108860
[pid=25446] ppid=25443 vsize=2321660 memory=316860 CPUtime=1782.19 cores=1,3,5,7
/proc/25446/stat : 25446 (xcsp_picat) R 25443 25446 24214 0 -1 4202496 266187 0 0 0 178062 157 0 0 20 0 1 0 408269973 2377379840 79215 33554432000 4194304 5870510 140732700507504 140732700506072 140732700534796 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 33333248 140732700513311 140732700513389 140732700513389 140732700516298 0
/proc/25446/statm: 580415 79215 980 410 0 575888 0
Current children cumulated CPU time: 1782.19 s
Current children cumulated vsize: 2321660 KiB
Current children cumulated memory: 316860 KiB

[startup+1842.3 s]
/proc/loadavg: 2.60 2.20 2.27 3/199 25677
/proc/meminfo: memFree=25414232/32770624 swapFree=66952812/67108860
[pid=25446] ppid=25443 vsize=2321660 memory=316860 CPUtime=1842.2 cores=1,3,5,7
/proc/25446/stat : 25446 (xcsp_picat) R 25443 25446 24214 0 -1 4202496 268109 0 0 0 184062 158 0 0 20 0 1 0 408269973 2377379840 79215 33554432000 4194304 5870510 140732700507504 140732700506072 5283064 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 33333248 140732700513311 140732700513389 140732700513389 140732700516298 0
/proc/25446/statm: 580415 79215 980 410 0 575888 0
Current children cumulated CPU time: 1842.2 s
Current children cumulated vsize: 2321660 KiB
Current children cumulated memory: 316860 KiB

[startup+1902.3 s]
/proc/loadavg: 2.32 2.20 2.26 3/199 25681
/proc/meminfo: memFree=25403436/32770624 swapFree=66952812/67108860
[pid=25446] ppid=25443 vsize=2338496 memory=327976 CPUtime=1902.19 cores=1,3,5,7
/proc/25446/stat : 25446 (xcsp_picat) R 25443 25446 24214 0 -1 4202496 270391 0 0 0 190061 158 0 0 20 0 1 0 408269973 2394619904 81994 33554432000 4194304 5870510 140732700507504 140732700505992 5274945 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 33333248 140732700513311 140732700513389 140732700513389 140732700516298 0
/proc/25446/statm: 584624 81994 980 410 0 580097 0
Current children cumulated CPU time: 1902.19 s
Current children cumulated vsize: 2338496 KiB
Current children cumulated memory: 327976 KiB

[startup+1962.3 s]
/proc/loadavg: 2.12 2.16 2.25 3/199 25701
/proc/meminfo: memFree=25381560/32770624 swapFree=66952812/67108860
[pid=25446] ppid=25443 vsize=2338496 memory=327976 CPUtime=1962.19 cores=1,3,5,7
/proc/25446/stat : 25446 (xcsp_picat) R 25443 25446 24214 0 -1 4202496 272309 0 0 0 196061 158 0 0 20 0 1 0 408269973 2394619904 81994 33554432000 4194304 5870510 140732700507504 140732700505992 5283064 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 33333248 140732700513311 140732700513389 140732700513389 140732700516298 0
/proc/25446/statm: 584624 81994 980 410 0 580097 0
Current children cumulated CPU time: 1962.19 s
Current children cumulated vsize: 2338496 KiB
Current children cumulated memory: 327976 KiB

[startup+2022.3 s]
/proc/loadavg: 2.04 2.13 2.23 3/199 25705
/proc/meminfo: memFree=25404520/32770624 swapFree=66952812/67108860
[pid=25446] ppid=25443 vsize=2321664 memory=299168 CPUtime=2022.19 cores=1,3,5,7
/proc/25446/stat : 25446 (xcsp_picat) R 25443 25446 24214 0 -1 4202496 277771 0 0 0 202051 168 0 0 20 0 1 0 408269973 2377383936 74792 33554432000 4194304 5870510 140732700507504 140732700505944 5283064 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 33333248 140732700513311 140732700513389 140732700513389 140732700516298 0
/proc/25446/statm: 580416 74792 980 410 0 575889 0
Current children cumulated CPU time: 2022.19 s
Current children cumulated vsize: 2321664 KiB
Current children cumulated memory: 299168 KiB

[startup+2082.3 s]
/proc/loadavg: 2.02 2.11 2.22 3/199 25710
/proc/meminfo: memFree=25410812/32770624 swapFree=66952812/67108860
[pid=25446] ppid=25443 vsize=2298688 memory=289124 CPUtime=2082.18 cores=1,3,5,7
/proc/25446/stat : 25446 (xcsp_picat) R 25443 25446 24214 0 -1 4202496 285826 0 0 0 208036 182 0 0 20 0 1 0 408269973 2353856512 72281 33554432000 4194304 5870510 140732700507504 140732700506520 5282736 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 33333248 140732700513311 140732700513389 140732700513389 140732700516298 0
/proc/25446/statm: 574672 72281 980 410 0 570145 0
Current children cumulated CPU time: 2082.18 s
Current children cumulated vsize: 2298688 KiB
Current children cumulated memory: 289124 KiB

[startup+2142.3 s]
/proc/loadavg: 2.03 2.09 2.20 3/199 25716
/proc/meminfo: memFree=25409852/32770624 swapFree=66952812/67108860
[pid=25446] ppid=25443 vsize=2298688 memory=289124 CPUtime=2142.18 cores=1,3,5,7
/proc/25446/stat : 25446 (xcsp_picat) R 25443 25446 24214 0 -1 4202496 290606 0 0 0 214026 192 0 0 20 0 1 0 408269973 2353856512 72281 33554432000 4194304 5870510 140732700507504 140732700506520 5282736 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 33333248 140732700513311 140732700513389 140732700513389 140732700516298 0
/proc/25446/statm: 574672 72281 980 410 0 570145 0
Current children cumulated CPU time: 2142.18 s
Current children cumulated vsize: 2298688 KiB
Current children cumulated memory: 289124 KiB

[startup+2202.3 s]
/proc/loadavg: 2.01 2.07 2.19 3/199 25720
/proc/meminfo: memFree=25409024/32770624 swapFree=66952812/67108860
[pid=25446] ppid=25443 vsize=2298688 memory=289124 CPUtime=2202.17 cores=1,3,5,7
/proc/25446/stat : 25446 (xcsp_picat) R 25443 25446 24214 0 -1 4202496 295576 0 0 0 220016 201 0 0 20 0 1 0 408269973 2353856512 72281 33554432000 4194304 5870510 140732700507504 140732700506072 5282597 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 33333248 140732700513311 140732700513389 140732700513389 140732700516298 0
/proc/25446/statm: 574672 72281 980 410 0 570145 0
Current children cumulated CPU time: 2202.17 s
Current children cumulated vsize: 2298688 KiB
Current children cumulated memory: 289124 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.06 2.18 3/199 25725
/proc/meminfo: memFree=25367576/32770624 swapFree=66952812/67108860
[pid=25446] ppid=25443 vsize=2348008 memory=322796 CPUtime=2262.18 cores=1,3,5,7
/proc/25446/stat : 25446 (xcsp_picat) R 25443 25446 24214 0 -1 4202496 302068 0 0 0 226003 215 0 0 20 0 1 0 408269973 2404360192 80699 33554432000 4194304 5870510 140732700507504 140732700506520 5307314 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 33333248 140732700513311 140732700513389 140732700513389 140732700516298 0
/proc/25446/statm: 587002 80699 980 410 0 582475 0
Current children cumulated CPU time: 2262.18 s
Current children cumulated vsize: 2348008 KiB
Current children cumulated memory: 322796 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.05 2.17 3/199 25731
/proc/meminfo: memFree=25416200/32770624 swapFree=66952812/67108860
[pid=25446] ppid=25443 vsize=2294272 memory=273952 CPUtime=2322.16 cores=1,3,5,7
/proc/25446/stat : 25446 (xcsp_picat) R 25443 25446 24214 0 -1 4202496 311277 0 0 0 231980 236 0 0 20 0 1 0 408269973 2349334528 68488 33554432000 4194304 5870510 140732700507504 140732700506520 5282606 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 33333248 140732700513311 140732700513389 140732700513389 140732700516298 0
/proc/25446/statm: 573568 68488 980 410 0 569041 0
Current children cumulated CPU time: 2322.16 s
Current children cumulated vsize: 2294272 KiB
Current children cumulated memory: 273952 KiB

[startup+2382.3 s]
/proc/loadavg: 2.05 2.06 2.16 3/200 25743
/proc/meminfo: memFree=25399048/32770624 swapFree=66952812/67108860
[pid=25446] ppid=25443 vsize=2294272 memory=278048 CPUtime=2382.16 cores=1,3,5,7
/proc/25446/stat : 25446 (xcsp_picat) R 25443 25446 24214 0 -1 4202496 317526 0 0 0 237964 252 0 0 20 0 1 0 408269973 2349334528 69512 33554432000 4194304 5870510 140732700507504 140732700506520 5282464 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 33333248 140732700513311 140732700513389 140732700513389 140732700516298 0
/proc/25446/statm: 573568 69512 980 410 0 569041 0
Current children cumulated CPU time: 2382.16 s
Current children cumulated vsize: 2294272 KiB
Current children cumulated memory: 278048 KiB

[startup+2442.3 s]
/proc/loadavg: 2.02 2.04 2.15 3/201 25773
/proc/meminfo: memFree=25394104/32770624 swapFree=66952812/67108860
[pid=25446] ppid=25443 vsize=2343592 memory=315612 CPUtime=2442.16 cores=1,3,5,7
/proc/25446/stat : 25446 (xcsp_picat) R 25443 25446 24214 0 -1 4202496 324158 0 0 0 243949 267 0 0 20 0 1 0 408269973 2399838208 78903 33554432000 4194304 5870510 140732700507504 140732700506520 5305079 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 33333248 140732700513311 140732700513389 140732700513389 140732700516298 0
/proc/25446/statm: 585898 78903 980 410 0 581371 0
Current children cumulated CPU time: 2442.16 s
Current children cumulated vsize: 2343592 KiB
Current children cumulated memory: 315612 KiB

[startup+2502.3 s]
/proc/loadavg: 2.01 2.04 2.14 3/201 25779
/proc/meminfo: memFree=25384112/32770624 swapFree=66952812/67108860
[pid=25446] ppid=25443 vsize=2306928 memory=292336 CPUtime=2502.15 cores=1,3,5,7
/proc/25446/stat : 25446 (xcsp_picat) R 25443 25446 24214 0 -1 4202496 336435 0 0 0 249930 285 0 0 20 0 1 0 408269973 2362294272 73084 33554432000 4194304 5870510 140732700507504 140732700505880 5282505 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 33333248 140732700513311 140732700513389 140732700513389 140732700516298 0
/proc/25446/statm: 576732 73084 980 410 0 572205 0
Current children cumulated CPU time: 2502.15 s
Current children cumulated vsize: 2306928 KiB
Current children cumulated memory: 292336 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.01 2.04 2.14 3/201 25779
/proc/meminfo: memFree=25382116/32770624 swapFree=66952812/67108860
[pid=25446] ppid=25443 vsize=2310912 memory=293948 CPUtime=2519.86 cores=1,3,5,7
/proc/25446/stat : 25446 (xcsp_picat) R 25443 25446 24214 0 -1 4202496 339442 0 0 0 251696 290 0 0 20 0 1 0 408269973 2366373888 73487 33554432000 4194304 5870510 140732700507504 140732700505880 5283116 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 33333248 140732700513311 140732700513389 140732700513389 140732700516298 0
/proc/25446/statm: 577728 73487 980 410 0 573201 0
Current children cumulated CPU time: 2519.86 s
Current children cumulated vsize: 2310912 KiB
Current children cumulated memory: 293948 KiB

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

[startup+2520.01 s]
# the end of solver process 25446 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.97 s, system=2.90685 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.01
CPU time (s): 2519.87
CPU user time (s): 2516.97
CPU system time (s): 2.90685
CPU usage (%): 99.9945
Max. virtual memory (cumulated for all children) (KiB): 2397328
Max. memory (cumulated for all children) (KiB): 364492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.97
system time used= 2.90685
maximum resident set size= 364492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 339442
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= 27
involuntary context switches= 1477


# summary of solver processes directly reported to runsolver:
#   pid: 25446
#   total CPU time (s): 2519.87
#   total CPU user time (s): 2516.97
#   total CPU system time (s): 2.90685

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.30729 second user time and 18.7401 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-12 23:20:38
IDJOB=4395426
IDBENCH=120557
IDSOLVER=2844
FILE ID=node117/4395426-1568323280
RUNJOBID= node117-1568322189-24246
PBS_JOBID= 21701139
Free space on /tmp= 58916 MiB

SOLVER NAME= PicatSAT 2019-09-12
BENCH NAME= XCSP17/GraphColoring/GraphColoring-m1-mono/GraphColoring-lei450-25a.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395426-1568323280/watcher-4395426-1568323280 -o /tmp/evaluation-result-4395426-1568323280/solver-4395426-1568323280 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568322189-24246 --watchdog 2580  xcsp_picat HOME/instance-4395426-1568323280.xml

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

MD5SUM BENCH= 395c447fdc403b125102e151795ddb76
RANDOM SEED=437541645

node117.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.75
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.75
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.75
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.75
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:        25589592 kB
MemAvailable:   31569024 kB
Buffers:          156784 kB
Cached:          6071924 kB
SwapCached:        52484 kB
Active:          1582248 kB
Inactive:        4946336 kB
Active(anon):     248876 kB
Inactive(anon):    92708 kB
Active(file):    1333372 kB
Inactive(file):  4853628 kB
Unevictable:      107720 kB
Mlocked:          107720 kB
SwapTotal:      67108860 kB
SwapFree:       66952812 kB
Dirty:              3692 kB
Writeback:            28 kB
AnonPages:        350388 kB
Mapped:            45820 kB
Shmem:             32816 kB
Slab:             245352 kB
SReclaimable:     216532 kB
SUnreclaim:        28820 kB
KernelStack:        3552 kB
PageTables:         5816 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2749912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    202752 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= 58912 MiB
End job on node117 at 2019-09-13 00:02:38