Trace number 4407534

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
(reference) PicatSAT 2019-09-12? (TO) 2400.05 2400.11

General information on the benchmark

NameGraphColoring/GraphColoring-m1-mono/
GraphColoring-zeroin-i-2.xml
MD5SUMa04f0997626ec1f3044856c4dbf73ce4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark29
Best CPU time to get the best result obtained on this benchmark2400.03
Satisfiable
(Un)Satisfiability was proved
Number of variables211
Number of constraints3541
Number of domains1
Minimum domain size211
Maximum domain size211
Distribution of domain sizes[{"size":211,"count":211}]
Minimum variable degree1
Maximum variable degree141
Distribution of variable degrees[{"degree":1,"count":54},{"degree":18,"count":4},{"degree":19,"count":6},{"degree":20,"count":3},{"degree":21,"count":1},{"degree":22,"count":1},{"degree":23,"count":2},{"degree":24,"count":2},{"degree":25,"count":1},{"degree":26,"count":1},{"degree":27,"count":5},{"degree":28,"count":16},{"degree":29,"count":17},{"degree":30,"count":13},{"degree":31,"count":13},{"degree":32,"count":10},{"degree":33,"count":5},{"degree":34,"count":2},{"degree":35,"count":3},{"degree":36,"count":2},{"degree":37,"count":4},{"degree":38,"count":3},{"degree":39,"count":1},{"degree":41,"count":6},{"degree":42,"count":2},{"degree":43,"count":2},{"degree":44,"count":1},{"degree":45,"count":1},{"degree":47,"count":1},{"degree":49,"count":1},{"degree":64,"count":1},{"degree":67,"count":1},{"degree":79,"count":1},{"degree":81,"count":1},{"degree":96,"count":2},{"degree":100,"count":3},{"degree":115,"count":1},{"degree":122,"count":1},{"degree":124,"count":1},{"degree":126,"count":1},{"degree":128,"count":1},{"degree":130,"count":1},{"degree":131,"count":1},{"degree":132,"count":1},{"degree":134,"count":1},{"degree":135,"count":1},{"degree":136,"count":5},{"degree":141,"count":4}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":3541}]
Number of extensional constraints0
Number of intensional constraints3541
Distribution of constraint types[{"type":"intension","count":3541}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

10.88/10.97	c xcsp_picat version 2.7b12 (9/12/2019)
10.88/10.97	o 59

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4407534-1569509641/watcher-4407534-1569509641 -o /var/tmp/evaluation-result-4407534-1569509641/solver-4407534-1569509641 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node140-1569509599-11277 --watchdog 2560 xcsp_picat HOME/instance-4407534-1569509641.xml 

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

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=11306, runsolver pid=11300

[startup+0.100169 s]*
/proc/loadavg: 0.00 0.01 0.05 4/200 11308
/proc/meminfo: memFree=25662444/32770624 swapFree=66997320/67108860
[pid=11306] ppid=11300 vsize=2048724 memory=35412 CPUtime=0.09 cores=0,2,4,6
/proc/11306/stat : 11306 (xcsp_picat) R 11300 11306 11246 0 -1 4202496 5738 0 0 0 8 1 0 0 20 0 1 0 526902425 2097893376 8853 33554432000 4194304 5870510 140730577371872 140730577369016 5306948 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 21966848 140730577380359 140730577380441 140730577380441 140730577383366 0
/proc/11306/statm: 512181 8853 886 410 0 507654 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2048724 KiB
Current children cumulated memory: 35412 KiB

[startup+0.210076 s]*
/proc/loadavg: 0.00 0.01 0.05 4/200 11308
/proc/meminfo: memFree=25653156/32770624 swapFree=66997320/67108860
[pid=11306] ppid=11300 vsize=2057188 memory=43644 CPUtime=0.2 cores=0,2,4,6
/proc/11306/stat : 11306 (xcsp_picat) R 11300 11306 11246 0 -1 4202496 7867 0 0 0 19 1 0 0 20 0 1 0 526902425 2106560512 10911 33554432000 4194304 5870510 140730577371872 140730577369016 5287642 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 21966848 140730577380359 140730577380441 140730577380441 140730577383366 0
/proc/11306/statm: 514297 10911 895 410 0 509770 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2057188 KiB
Current children cumulated memory: 43644 KiB

[startup+0.309556 s]*
/proc/loadavg: 0.00 0.01 0.05 4/200 11308
/proc/meminfo: memFree=25647316/32770624 swapFree=66997320/67108860
[pid=11306] ppid=11300 vsize=2058120 memory=45012 CPUtime=0.3 cores=0,2,4,6
/proc/11306/stat : 11306 (xcsp_picat) R 11300 11306 11246 0 -1 4202496 8196 0 0 0 29 1 0 0 20 0 1 0 526902425 2107514880 11253 33554432000 4194304 5870510 140730577371872 140730577369016 5343840 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 21966848 140730577380359 140730577380441 140730577380441 140730577383366 0
/proc/11306/statm: 514530 11253 895 410 0 510003 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2058120 KiB
Current children cumulated memory: 45012 KiB

[startup+0.700432 s]
/proc/loadavg: 0.00 0.01 0.05 4/200 11308
/proc/meminfo: memFree=25644084/32770624 swapFree=66997320/67108860
[pid=11306] ppid=11300 vsize=2061652 memory=48448 CPUtime=0.69 cores=0,2,4,6
/proc/11306/stat : 11306 (xcsp_picat) R 11300 11306 11246 0 -1 4202496 10036 0 0 0 67 2 0 0 20 0 1 0 526902425 2111131648 12112 33554432000 4194304 5870510 140730577371872 140730577370024 5337529 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 21966848 140730577380359 140730577380441 140730577380441 140730577383366 0
/proc/11306/statm: 515413 12112 896 410 0 510886 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2061652 KiB
Current children cumulated memory: 48448 KiB

[startup+1.50043 s]
/proc/loadavg: 0.00 0.01 0.05 4/200 11308
/proc/meminfo: memFree=25614144/32770624 swapFree=66997320/67108860
[pid=11306] ppid=11300 vsize=2085800 memory=70788 CPUtime=1.48 cores=0,2,4,6
/proc/11306/stat : 11306 (xcsp_picat) R 11300 11306 11246 0 -1 4202496 12197 0 0 0 146 2 0 0 20 0 1 0 526902425 2135859200 17697 33554432000 4194304 5870510 140730577371872 140730577370680 5282505 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 21966848 140730577380359 140730577380441 140730577380441 140730577383366 0
/proc/11306/statm: 521450 17697 901 410 0 516923 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2085800 KiB
Current children cumulated memory: 70788 KiB

[startup+3.10948 s]
/proc/loadavg: 0.00 0.01 0.05 4/200 11309
/proc/meminfo: memFree=25642436/32770624 swapFree=66997320/67108860
[pid=11306] ppid=11300 vsize=2063204 memory=50356 CPUtime=3.09 cores=0,2,4,6
/proc/11306/stat : 11306 (xcsp_picat) R 11300 11306 11246 0 -1 4202496 19223 0 0 0 306 3 0 0 20 0 1 0 526902425 2112720896 12589 33554432000 4194304 5870510 140730577371872 140730577370584 5289471 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 21966848 140730577380359 140730577380441 140730577380441 140730577383366 0
/proc/11306/statm: 515801 12589 927 410 0 511274 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2063204 KiB
Current children cumulated memory: 50356 KiB

[startup+6.30035 s]
/proc/loadavg: 0.16 0.05 0.06 4/200 11309
/proc/meminfo: memFree=25626192/32770624 swapFree=66997320/67108860
[pid=11306] ppid=11300 vsize=2063204 memory=50356 CPUtime=6.28 cores=0,2,4,6
/proc/11306/stat : 11306 (xcsp_picat) R 11300 11306 11246 0 -1 4202496 23216 0 0 0 625 3 0 0 20 0 1 0 526902425 2112720896 12589 33554432000 4194304 5870510 140730577371872 140730577370584 5262639 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 21966848 140730577380359 140730577380441 140730577380441 140730577383366 0
/proc/11306/statm: 515801 12589 927 410 0 511274 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 2063204 KiB
Current children cumulated memory: 50356 KiB

[startup+12.7004 s]
/proc/loadavg: 0.31 0.08 0.07 4/200 11309
/proc/meminfo: memFree=25626440/32770624 swapFree=66997320/67108860
[pid=11306] ppid=11300 vsize=2065924 memory=53152 CPUtime=12.68 cores=0,2,4,6
/proc/11306/stat : 11306 (xcsp_picat) R 11300 11306 11246 0 -1 4202496 29133 0 0 0 1265 3 0 0 20 0 1 0 526902425 2115506176 13288 33554432000 4194304 5870510 140730577371872 140730577370440 5295647 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 21966848 140730577380359 140730577380441 140730577380441 140730577383366 0
/proc/11306/statm: 516481 13288 927 410 0 511954 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 2065924 KiB
Current children cumulated memory: 53152 KiB

[startup+25.5004 s]
/proc/loadavg: 0.68 0.17 0.10 4/200 11309
/proc/meminfo: memFree=25620072/32770624 swapFree=66997320/67108860
[pid=11306] ppid=11300 vsize=2082168 memory=68652 CPUtime=25.48 cores=0,2,4,6
/proc/11306/stat : 11306 (xcsp_picat) R 11300 11306 11246 0 -1 4202496 41691 0 0 0 2543 5 0 0 20 0 1 0 526902425 2132140032 17163 33554432000 4194304 5870510 140730577371872 140730577370440 5283076 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 21966848 140730577380359 140730577380441 140730577380441 140730577383366 0
/proc/11306/statm: 520542 17163 927 410 0 516015 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 2082168 KiB
Current children cumulated memory: 68652 KiB

[startup+51.1095 s]
/proc/loadavg: 1.13 0.32 0.15 3/200 11373
/proc/meminfo: memFree=25571468/32770624 swapFree=66997320/67108860
[pid=11306] ppid=11300 vsize=2096964 memory=85156 CPUtime=51.07 cores=0,2,4,6
/proc/11306/stat : 11306 (xcsp_picat) R 11300 11306 11246 0 -1 4202496 50388 0 0 0 5102 5 0 0 20 0 1 0 526902425 2147291136 21289 33554432000 4194304 5870510 140730577371872 140730577370440 5282519 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 21966848 140730577380359 140730577380441 140730577380441 140730577383366 0
/proc/11306/statm: 524241 21289 927 410 0 519714 0
Current children cumulated CPU time: 51.07 s
Current children cumulated vsize: 2096964 KiB
Current children cumulated memory: 85156 KiB

[startup+102.3 s]
/proc/loadavg: 1.62 0.58 0.25 3/200 11378
/proc/meminfo: memFree=25555728/32770624 swapFree=66997320/67108860
[pid=11306] ppid=11300 vsize=2105824 memory=93044 CPUtime=102.27 cores=0,2,4,6
/proc/11306/stat : 11306 (xcsp_picat) R 11300 11306 11246 0 -1 4202496 52975 0 0 0 10221 6 0 0 20 0 1 0 526902425 2156363776 23261 33554432000 4194304 5870510 140730577371872 140730577370312 5282738 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 21966848 140730577380359 140730577380441 140730577380441 140730577383366 0
/proc/11306/statm: 526456 23261 927 410 0 521929 0
Current children cumulated CPU time: 102.27 s
Current children cumulated vsize: 2105824 KiB
Current children cumulated memory: 93044 KiB

[startup+162.3 s]
/proc/loadavg: 1.86 0.84 0.35 3/199 11442
/proc/meminfo: memFree=24561632/32770624 swapFree=66997320/67108860
[pid=11306] ppid=11300 vsize=2113064 memory=101248 CPUtime=162.27 cores=0,2,4,6
/proc/11306/stat : 11306 (xcsp_picat) R 11300 11306 11246 0 -1 4202496 53552 0 0 0 16221 6 0 0 20 0 1 0 526902425 2163777536 25312 33554432000 4194304 5870510 140730577371872 140730577370312 5282382 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 21966848 140730577380359 140730577380441 140730577380441 140730577383366 0
/proc/11306/statm: 528266 25312 927 410 0 523739 0
Current children cumulated CPU time: 162.27 s
Current children cumulated vsize: 2113064 KiB
Current children cumulated memory: 101248 KiB

[startup+222.3 s]
/proc/loadavg: 1.95 1.05 0.46 3/199 11448
/proc/meminfo: memFree=24547068/32770624 swapFree=66997320/67108860
[pid=11306] ppid=11300 vsize=2125308 memory=115636 CPUtime=222.26 cores=0,2,4,6
/proc/11306/stat : 11306 (xcsp_picat) R 11300 11306 11246 0 -1 4202496 55220 0 0 0 22220 6 0 0 20 0 1 0 526902425 2176315392 28909 33554432000 4194304 5870510 140730577371872 140730577370440 5282736 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 21966848 140730577380359 140730577380441 140730577380441 140730577383366 0
/proc/11306/statm: 531327 28909 927 410 0 526800 0
Current children cumulated CPU time: 222.26 s
Current children cumulated vsize: 2125308 KiB
Current children cumulated memory: 115636 KiB

[startup+282.3 s]
/proc/loadavg: 1.98 1.22 0.55 3/199 11453
/proc/meminfo: memFree=24539284/32770624 swapFree=66997320/67108860
[pid=11306] ppid=11300 vsize=2132492 memory=123384 CPUtime=282.26 cores=0,2,4,6
/proc/11306/stat : 11306 (xcsp_picat) R 11300 11306 11246 0 -1 4202496 56715 0 0 0 28220 6 0 0 20 0 1 0 526902425 2183671808 30846 33554432000 4194304 5870510 140730577371872 140730577370440 5272987 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 21966848 140730577380359 140730577380441 140730577380441 140730577383366 0
/proc/11306/statm: 533123 30846 927 410 0 528596 0
Current children cumulated CPU time: 282.26 s
Current children cumulated vsize: 2132492 KiB
Current children cumulated memory: 123384 KiB

[startup+342.3 s]
/proc/loadavg: 1.99 1.36 0.64 3/199 11457
/proc/meminfo: memFree=24539744/32770624 swapFree=66997320/67108860
[pid=11306] ppid=11300 vsize=2132492 memory=123384 CPUtime=342.26 cores=0,2,4,6
/proc/11306/stat : 11306 (xcsp_picat) R 11300 11306 11246 0 -1 4202496 59421 0 0 0 34220 6 0 0 20 0 1 0 526902425 2183671808 30846 33554432000 4194304 5870510 140730577371872 140730577370440 5282251 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 21966848 140730577380359 140730577380441 140730577380441 140730577383366 0
/proc/11306/statm: 533123 30846 927 410 0 528596 0
Current children cumulated CPU time: 342.26 s
Current children cumulated vsize: 2132492 KiB
Current children cumulated memory: 123384 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 1.48 0.73 3/200 11471
/proc/meminfo: memFree=24525976/32770624 swapFree=66997320/67108860
[pid=11306] ppid=11300 vsize=2151584 memory=136076 CPUtime=402.25 cores=0,2,4,6
/proc/11306/stat : 11306 (xcsp_picat) R 11300 11306 11246 0 -1 4202496 59549 0 0 0 40219 6 0 0 20 0 1 0 526902425 2203222016 34019 33554432000 4194304 5870510 140730577371872 140730577370312 5282721 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 21966848 140730577380359 140730577380441 140730577380441 140730577383366 0
/proc/11306/statm: 537896 34019 927 410 0 533369 0
Current children cumulated CPU time: 402.25 s
Current children cumulated vsize: 2151584 KiB
Current children cumulated memory: 136076 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 1.58 0.81 3/200 11497
/proc/meminfo: memFree=24520696/32770624 swapFree=66997320/67108860
[pid=11306] ppid=11300 vsize=2151584 memory=140208 CPUtime=462.26 cores=0,2,4,6
/proc/11306/stat : 11306 (xcsp_picat) R 11300 11306 11246 0 -1 4202496 61717 0 0 0 46219 7 0 0 20 0 1 0 526902425 2203222016 35052 33554432000 4194304 5870510 140730577371872 140730577370312 5283135 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 21966848 140730577380359 140730577380441 140730577380441 140730577383366 0
/proc/11306/statm: 537896 35052 927 410 0 533369 0
Current children cumulated CPU time: 462.26 s
Current children cumulated vsize: 2151584 KiB
Current children cumulated memory: 140208 KiB


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

/proc/11306/statm: 564069 59294 927 410 0 559542 0
Current children cumulated CPU time: 1662.24 s
Current children cumulated vsize: 2256276 KiB
Current children cumulated memory: 237176 KiB

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 1.71 3/200 11611
/proc/meminfo: memFree=24418748/32770624 swapFree=66997320/67108860
[pid=11306] ppid=11300 vsize=2262048 memory=242812 CPUtime=1722.24 cores=0,2,4,6
/proc/11306/stat : 11306 (xcsp_picat) R 11300 11306 11246 0 -1 4202496 130272 0 0 0 172207 17 0 0 20 0 1 0 526902425 2316337152 60703 33554432000 4194304 5870510 140730577371872 140730577370440 5282759 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 21966848 140730577380359 140730577380441 140730577380441 140730577383366 0
/proc/11306/statm: 565512 60703 927 410 0 560985 0
Current children cumulated CPU time: 1722.24 s
Current children cumulated vsize: 2262048 KiB
Current children cumulated memory: 242812 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.72 3/200 11615
/proc/meminfo: memFree=24414320/32770624 swapFree=66997320/67108860
[pid=11306] ppid=11300 vsize=2262048 memory=247496 CPUtime=1782.23 cores=0,2,4,6
/proc/11306/stat : 11306 (xcsp_picat) R 11300 11306 11246 0 -1 4202496 139475 0 0 0 178206 17 0 0 20 0 1 0 526902425 2316337152 61874 33554432000 4194304 5870510 140730577371872 140730577370440 5282767 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 21966848 140730577380359 140730577380441 140730577380441 140730577383366 0
/proc/11306/statm: 565512 61874 927 410 0 560985 0
Current children cumulated CPU time: 1782.23 s
Current children cumulated vsize: 2262048 KiB
Current children cumulated memory: 247496 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.00 1.74 3/200 11621
/proc/meminfo: memFree=24413140/32770624 swapFree=66997320/67108860
[pid=11306] ppid=11300 vsize=2262048 memory=247752 CPUtime=1842.23 cores=0,2,4,6
/proc/11306/stat : 11306 (xcsp_picat) R 11300 11306 11246 0 -1 4202496 139612 0 0 0 184206 17 0 0 20 0 1 0 526902425 2316337152 61938 33554432000 4194304 5870510 140730577371872 140730577370440 5282444 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 21966848 140730577380359 140730577380441 140730577380441 140730577383366 0
/proc/11306/statm: 565512 61938 927 410 0 560985 0
Current children cumulated CPU time: 1842.23 s
Current children cumulated vsize: 2262048 KiB
Current children cumulated memory: 247752 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.00 1.76 3/200 11626
/proc/meminfo: memFree=24410680/32770624 swapFree=66997320/67108860
[pid=11306] ppid=11300 vsize=2262048 memory=250800 CPUtime=1902.23 cores=0,2,4,6
/proc/11306/stat : 11306 (xcsp_picat) R 11300 11306 11246 0 -1 4202496 144201 0 0 0 190205 18 0 0 20 0 1 0 526902425 2316337152 62700 33554432000 4194304 5870510 140730577371872 140730577370440 5282759 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 21966848 140730577380359 140730577380441 140730577380441 140730577383366 0
/proc/11306/statm: 565512 62700 927 410 0 560985 0
Current children cumulated CPU time: 1902.23 s
Current children cumulated vsize: 2262048 KiB
Current children cumulated memory: 250800 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.00 1.78 3/199 11630
/proc/meminfo: memFree=24410652/32770624 swapFree=66997320/67108860
[pid=11306] ppid=11300 vsize=2262048 memory=250800 CPUtime=1962.23 cores=0,2,4,6
/proc/11306/stat : 11306 (xcsp_picat) R 11300 11306 11246 0 -1 4202496 144916 0 0 0 196205 18 0 0 20 0 1 0 526902425 2316337152 62700 33554432000 4194304 5870510 140730577371872 140730577370440 5272904 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 21966848 140730577380359 140730577380441 140730577380441 140730577383366 0
/proc/11306/statm: 565512 62700 927 410 0 560985 0
Current children cumulated CPU time: 1962.23 s
Current children cumulated vsize: 2262048 KiB
Current children cumulated memory: 250800 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.00 1.79 3/199 11636
/proc/meminfo: memFree=24408292/32770624 swapFree=66997320/67108860
[pid=11306] ppid=11300 vsize=2262048 memory=250800 CPUtime=2022.23 cores=0,2,4,6
/proc/11306/stat : 11306 (xcsp_picat) R 11300 11306 11246 0 -1 4202496 152122 0 0 0 202204 19 0 0 20 0 1 0 526902425 2316337152 62700 33554432000 4194304 5870510 140730577371872 140730577370440 5281705 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 21966848 140730577380359 140730577380441 140730577380441 140730577383366 0
/proc/11306/statm: 565512 62700 927 410 0 560985 0
Current children cumulated CPU time: 2022.23 s
Current children cumulated vsize: 2262048 KiB
Current children cumulated memory: 250800 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.00 1.80 3/199 11641
/proc/meminfo: memFree=24404444/32770624 swapFree=66997320/67108860
[pid=11306] ppid=11300 vsize=2262048 memory=250800 CPUtime=2082.23 cores=0,2,4,6
/proc/11306/stat : 11306 (xcsp_picat) R 11300 11306 11246 0 -1 4202496 153314 0 0 0 208204 19 0 0 20 0 1 0 526902425 2316337152 62700 33554432000 4194304 5870510 140730577371872 140730577370440 5262622 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 21966848 140730577380359 140730577380441 140730577380441 140730577383366 0
/proc/11306/statm: 565512 62700 927 410 0 560985 0
Current children cumulated CPU time: 2082.23 s
Current children cumulated vsize: 2262048 KiB
Current children cumulated memory: 250800 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.00 1.81 3/199 11645
/proc/meminfo: memFree=24392016/32770624 swapFree=66997320/67108860
[pid=11306] ppid=11300 vsize=2275696 memory=263264 CPUtime=2142.23 cores=0,2,4,6
/proc/11306/stat : 11306 (xcsp_picat) R 11300 11306 11246 0 -1 4202496 160039 0 0 0 214203 20 0 0 20 0 1 0 526902425 2330312704 65816 33554432000 4194304 5870510 140730577371872 140730577370440 5282606 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 21966848 140730577380359 140730577380441 140730577380441 140730577383366 0
/proc/11306/statm: 568924 65816 927 410 0 564397 0
Current children cumulated CPU time: 2142.23 s
Current children cumulated vsize: 2275696 KiB
Current children cumulated memory: 263264 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.00 1.82 3/199 11658
/proc/meminfo: memFree=24391656/32770624 swapFree=66997320/67108860
[pid=11306] ppid=11300 vsize=2275696 memory=263264 CPUtime=2202.22 cores=0,2,4,6
/proc/11306/stat : 11306 (xcsp_picat) R 11300 11306 11246 0 -1 4202496 160948 0 0 0 220202 20 0 0 20 0 1 0 526902425 2330312704 65816 33554432000 4194304 5870510 140730577371872 140730577370440 5282464 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 21966848 140730577380359 140730577380441 140730577380441 140730577383366 0
/proc/11306/statm: 568924 65816 927 410 0 564397 0
Current children cumulated CPU time: 2202.22 s
Current children cumulated vsize: 2275696 KiB
Current children cumulated memory: 263264 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.00 1.83 3/199 11662
/proc/meminfo: memFree=24391912/32770624 swapFree=66997320/67108860
[pid=11306] ppid=11300 vsize=2275696 memory=263264 CPUtime=2262.22 cores=0,2,4,6
/proc/11306/stat : 11306 (xcsp_picat) R 11300 11306 11246 0 -1 4202496 165773 0 0 0 226202 20 0 0 20 0 1 0 526902425 2330312704 65816 33554432000 4194304 5870510 140730577371872 140730577370440 5282531 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 21966848 140730577380359 140730577380441 140730577380441 140730577383366 0
/proc/11306/statm: 568924 65816 927 410 0 564397 0
Current children cumulated CPU time: 2262.22 s
Current children cumulated vsize: 2275696 KiB
Current children cumulated memory: 263264 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.00 1.85 3/199 11666
/proc/meminfo: memFree=24391948/32770624 swapFree=66997320/67108860
[pid=11306] ppid=11300 vsize=2275696 memory=263264 CPUtime=2322.22 cores=0,2,4,6
/proc/11306/stat : 11306 (xcsp_picat) R 11300 11306 11246 0 -1 4202496 171082 0 0 0 232201 21 0 0 20 0 1 0 526902425 2330312704 65816 33554432000 4194304 5870510 140730577371872 140730577370440 5283024 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 21966848 140730577380359 140730577380441 140730577380441 140730577383366 0
/proc/11306/statm: 568924 65816 927 410 0 564397 0
Current children cumulated CPU time: 2322.22 s
Current children cumulated vsize: 2275696 KiB
Current children cumulated memory: 263264 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.00 1.86 3/199 11672
/proc/meminfo: memFree=24391628/32770624 swapFree=66997320/67108860
[pid=11306] ppid=11300 vsize=2275696 memory=263264 CPUtime=2382.22 cores=0,2,4,6
/proc/11306/stat : 11306 (xcsp_picat) R 11300 11306 11246 0 -1 4202496 178099 0 0 0 238200 22 0 0 20 0 1 0 526902425 2330312704 65816 33554432000 4194304 5870510 140730577371872 140730577370440 5283024 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 21966848 140730577380359 140730577380441 140730577380441 140730577383366 0
/proc/11306/statm: 568924 65816 927 410 0 564397 0
Current children cumulated CPU time: 2382.22 s
Current children cumulated vsize: 2275696 KiB
Current children cumulated memory: 263264 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.11 s]
/proc/loadavg: 2.00 2.00 1.86 3/199 11673
/proc/meminfo: memFree=24392280/32770624 swapFree=66997320/67108860
[pid=11306] ppid=11300 vsize=2275696 memory=263264 CPUtime=2400.03 cores=0,2,4,6
/proc/11306/stat : 11306 (xcsp_picat) R 11300 11306 11246 0 -1 4202496 178235 0 0 0 239981 22 0 0 20 0 1 0 526902425 2330312704 65816 33554432000 4194304 5870510 140730577371872 140730577370440 5283135 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 21966848 140730577380359 140730577380441 140730577380441 140730577383366 0
/proc/11306/statm: 568924 65816 927 410 0 564397 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 2275696 KiB
Current children cumulated memory: 263264 KiB

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

[startup+2400.11 s]
# the end of solver process 11306 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2399.82 s, system=0.226995 s

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

[startup+2400.11 s]
/proc/loadavg: 2.00 2.00 1.86 3/199 11673
/proc/meminfo: memFree=24392280/32770624 swapFree=66997320/67108860
[pid=11306] ppid=11300 vsize=2275696 memory=263264 CPUtime=2400.03 cores=0,2,4,6
/proc/11306/stat : 11306 (xcsp_picat) R 11300 11306 11246 0 -1 4202496 178235 0 0 0 239981 22 0 0 20 0 1 0 526902425 2330312704 65816 33554432000 4194304 5870510 140730577371872 140730577370440 5283135 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 21966848 140730577380359 140730577380441 140730577380441 140730577383366 0
/proc/11306/statm: 568924 65816 927 410 0 564397 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 2275696 KiB
Current children cumulated memory: 263264 KiB

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2400.11
CPU time (s): 2400.05
CPU user time (s): 2399.82
CPU system time (s): 0.226995
CPU usage (%): 99.9971
Max. virtual memory (cumulated for all children) (KiB): 2290824
Max. memory (cumulated for all children) (KiB): 270652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.82
system time used= 0.226995
maximum resident set size= 270652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 178235
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= 22
involuntary context switches= 3001


# summary of solver processes directly reported to runsolver:
#   pid: 11306
#   total CPU time (s): 2400.05
#   total CPU user time (s): 2399.82
#   total CPU system time (s): 0.226995

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5423 second user time and 16.688 second system time

The end

Launcher Data

Begin job on node140 at 2019-09-26 16:53:19
IDJOB=4407534
IDBENCH=120566
IDSOLVER=2873
FILE ID=node140/4407534-1569509641
RUNJOBID= node140-1569509599-11277
PBS_JOBID= 21705784
Free space on /var/tmp= 13516 MiB

SOLVER NAME= PicatSAT 2019-09-12
BENCH NAME= XCSP17/GraphColoring/GraphColoring-m1-mono/GraphColoring-zeroin-i-2.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4407534-1569509641/watcher-4407534-1569509641 -o /var/tmp/evaluation-result-4407534-1569509641/solver-4407534-1569509641 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node140-1569509599-11277 --watchdog 2560  xcsp_picat HOME/instance-4407534-1569509641.xml

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

MD5SUM BENCH= a04f0997626ec1f3044856c4dbf73ce4
RANDOM SEED=883760399

node140.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.43
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.43
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.43
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.43
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:        25716036 kB
MemAvailable:   31826796 kB
Buffers:          163316 kB
Cached:          6068020 kB
SwapCached:         3060 kB
Active:          3103232 kB
Inactive:        3137268 kB
Active(anon):      16592 kB
Inactive(anon):    64544 kB
Active(file):    3086640 kB
Inactive(file):  3072724 kB
Unevictable:      107276 kB
Mlocked:          107276 kB
SwapTotal:      67108860 kB
SwapFree:       66997320 kB
Dirty:              6212 kB
Writeback:             0 kB
AnonPages:        113732 kB
Mapped:            21260 kB
Shmem:             63016 kB
Slab:             408104 kB
SReclaimable:     379856 kB
SUnreclaim:        28248 kB
KernelStack:        3312 kB
PageTables:         5756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     535020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /var/tmp at the end= 13508 MiB
End job on node140 at 2019-09-26 17:33:20