Trace number 4395439

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) 2520.1 2519.9

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 benchmark28.4008
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.39/25.43	c xcsp_picat version 2.7b12 (9/12/2019)
25.39/25.43	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 (15197 MiB free)
  memory of node 1: 16384 MiB (15639 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395439-1568323682/watcher-4395439-1568323682 -o /tmp/evaluation-result-4395439-1568323682/solver-4395439-1568323682 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1568323474-16008 --watchdog 2580 xcsp_picat HOME/instance-4395439-1568323682.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=16538, runsolver pid=16535
Current StackSize limit: 8192 KiB


[startup+0.100119 s]*
/proc/loadavg: 1.98 1.95 2.01 3/199 16539
/proc/meminfo: memFree=31546588/32770624 swapFree=66993492/67108860
[pid=16538] ppid=16535 vsize=2050060 memory=35948 CPUtime=0.09 cores=1,3,5,7
/proc/16538/stat : 16538 (xcsp_picat) R 16535 16538 15976 0 -1 4202496 4806 0 0 0 9 0 0 0 20 0 1 0 408619687 2099261440 8987 33554432000 4194304 5870510 140737012236896 140737012234040 5317972 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 32579584 140737012241439 140737012241517 140737012241517 140737012244426 0
/proc/16538/statm: 512515 8987 886 410 0 507988 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2050060 KiB
Current children cumulated memory: 35948 KiB

[startup+0.209734 s]*
/proc/loadavg: 1.98 1.95 2.01 3/199 16539
/proc/meminfo: memFree=31535800/32770624 swapFree=66993492/67108860
[pid=16538] ppid=16535 vsize=2060300 memory=45596 CPUtime=0.21 cores=1,3,5,7
/proc/16538/stat : 16538 (xcsp_picat) R 16535 16538 15976 0 -1 4202496 7450 0 0 0 20 1 0 0 20 0 1 0 408619687 2109747200 11399 33554432000 4194304 5870510 140737012236896 140737012234040 5287642 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 32579584 140737012241439 140737012241517 140737012241517 140737012244426 0
/proc/16538/statm: 515075 11399 895 410 0 510548 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2060300 KiB
Current children cumulated memory: 45596 KiB

[startup+0.309468 s]*
/proc/loadavg: 1.98 1.95 2.01 3/199 16539
/proc/meminfo: memFree=31531708/32770624 swapFree=66993492/67108860
[pid=16538] ppid=16535 vsize=2067060 memory=48880 CPUtime=0.31 cores=1,3,5,7
/proc/16538/stat : 16538 (xcsp_picat) R 16535 16538 15976 0 -1 4202496 8315 0 0 0 30 1 0 0 20 0 1 0 408619687 2116669440 12220 33554432000 4194304 5870510 140737012236896 140737012234040 5352861 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 32579584 140737012241439 140737012241517 140737012241517 140737012244426 0
/proc/16538/statm: 516765 12220 895 410 0 512238 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2067060 KiB
Current children cumulated memory: 48880 KiB

[startup+0.700356 s]
/proc/loadavg: 1.98 1.95 2.01 3/199 16539
/proc/meminfo: memFree=31528296/32770624 swapFree=66993492/67108860
[pid=16538] ppid=16535 vsize=2077776 memory=58688 CPUtime=0.7 cores=1,3,5,7
/proc/16538/stat : 16538 (xcsp_picat) R 16535 16538 15976 0 -1 4202496 10797 0 0 0 68 2 0 0 20 0 1 0 408619687 2127642624 14672 33554432000 4194304 5870510 140737012236896 140737012234040 5307152 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 32579584 140737012241439 140737012241517 140737012241517 140737012244426 0
/proc/16538/statm: 519444 14672 896 410 0 514917 0
Current children cumulated CPU time: 0.7 s
Current children cumulated vsize: 2077776 KiB
Current children cumulated memory: 58688 KiB

[startup+1.50035 s]
/proc/loadavg: 1.98 1.95 2.01 3/199 16539
/proc/meminfo: memFree=31500928/32770624 swapFree=66993492/67108860
[pid=16538] ppid=16535 vsize=2089740 memory=73408 CPUtime=1.48 cores=1,3,5,7
/proc/16538/stat : 16538 (xcsp_picat) R 16535 16538 15976 0 -1 4202496 12428 0 0 0 146 2 0 0 20 0 1 0 408619687 2139893760 18352 33554432000 4194304 5870510 140737012236896 140737012235064 5282274 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 32579584 140737012241439 140737012241517 140737012241517 140737012244426 0
/proc/16538/statm: 522435 18352 896 410 0 517908 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2089740 KiB
Current children cumulated memory: 73408 KiB

[startup+3.10943 s]
/proc/loadavg: 1.98 1.95 2.01 3/199 16539
/proc/meminfo: memFree=31507560/32770624 swapFree=66993492/67108860
[pid=16538] ppid=16535 vsize=2089740 memory=73500 CPUtime=3.1 cores=1,3,5,7
/proc/16538/stat : 16538 (xcsp_picat) R 16535 16538 15976 0 -1 4202496 16624 0 0 0 307 3 0 0 20 0 1 0 408619687 2139893760 18375 33554432000 4194304 5870510 140737012236896 140737012235704 5258854 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 32579584 140737012241439 140737012241517 140737012241517 140737012244426 0
/proc/16538/statm: 522435 18375 919 410 0 517908 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2089740 KiB
Current children cumulated memory: 73500 KiB

[startup+6.30034 s]
/proc/loadavg: 1.98 1.95 2.01 3/199 16539
/proc/meminfo: memFree=31507876/32770624 swapFree=66993492/67108860
[pid=16538] ppid=16535 vsize=2089740 memory=73556 CPUtime=6.29 cores=1,3,5,7
/proc/16538/stat : 16538 (xcsp_picat) R 16535 16538 15976 0 -1 4202496 21143 0 0 0 626 3 0 0 20 0 1 0 408619687 2139893760 18389 33554432000 4194304 5870510 140737012236896 140737012235704 5258656 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 32579584 140737012241439 140737012241517 140737012241517 140737012244426 0
/proc/16538/statm: 522435 18389 919 410 0 517908 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2089740 KiB
Current children cumulated memory: 73556 KiB

[startup+12.7003 s]
/proc/loadavg: 1.98 1.95 2.01 3/199 16539
/proc/meminfo: memFree=31526364/32770624 swapFree=66993492/67108860
[pid=16538] ppid=16535 vsize=2071488 memory=54684 CPUtime=12.68 cores=1,3,5,7
/proc/16538/stat : 16538 (xcsp_picat) R 16535 16538 15976 0 -1 4202496 29611 0 0 0 1265 3 0 0 20 0 1 0 408619687 2121203712 13671 33554432000 4194304 5870510 140737012236896 140737012235608 5288882 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 32579584 140737012241439 140737012241517 140737012241517 140737012244426 0
/proc/16538/statm: 517872 13671 928 410 0 513345 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 2071488 KiB
Current children cumulated memory: 54684 KiB

[startup+25.5003 s]
/proc/loadavg: 1.99 1.95 2.01 3/200 16542
/proc/meminfo: memFree=31509980/32770624 swapFree=66993492/67108860
[pid=16538] ppid=16535 vsize=2084780 memory=69224 CPUtime=25.49 cores=1,3,5,7
/proc/16538/stat : 16538 (xcsp_picat) R 16535 16538 15976 0 -1 4202496 40751 0 0 0 2545 4 0 0 20 0 1 0 408619687 2134814720 17306 33554432000 4194304 5870510 140737012236896 140737012235336 5283024 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 32579584 140737012241439 140737012241517 140737012241517 140737012244426 0
/proc/16538/statm: 521195 17306 928 410 0 516668 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2084780 KiB
Current children cumulated memory: 69224 KiB

[startup+51.1095 s]
/proc/loadavg: 1.99 1.96 2.01 3/199 16543
/proc/meminfo: memFree=31496620/32770624 swapFree=66993504/67108860
[pid=16538] ppid=16535 vsize=2099768 memory=83560 CPUtime=51.1 cores=1,3,5,7
/proc/16538/stat : 16538 (xcsp_picat) R 16535 16538 15976 0 -1 4202496 49304 0 0 0 5105 5 0 0 20 0 1 0 408619687 2150162432 20890 33554432000 4194304 5870510 140737012236896 140737012235336 5282464 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 32579584 140737012241439 140737012241517 140737012241517 140737012244426 0
/proc/16538/statm: 524942 20890 928 410 0 520415 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2099768 KiB
Current children cumulated memory: 83560 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 1.96 2.01 3/199 16547
/proc/meminfo: memFree=31470940/32770624 swapFree=66993504/67108860
[pid=16538] ppid=16535 vsize=2110400 memory=95848 CPUtime=102.29 cores=1,3,5,7
/proc/16538/stat : 16538 (xcsp_picat) R 16535 16538 15976 0 -1 4202496 63809 0 0 0 10222 7 0 0 20 0 1 0 408619687 2161049600 23962 33554432000 4194304 5870510 140737012236896 140737012235336 5258758 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 32579584 140737012241439 140737012241517 140737012241517 140737012244426 0
/proc/16538/statm: 527600 23962 928 410 0 523073 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 2110400 KiB
Current children cumulated memory: 95848 KiB

[startup+162.3 s]
/proc/loadavg: 1.94 1.95 2.01 3/200 16553
/proc/meminfo: memFree=31451576/32770624 swapFree=66993504/67108860
[pid=16538] ppid=16535 vsize=2114832 memory=101992 CPUtime=162.28 cores=1,3,5,7
/proc/16538/stat : 16538 (xcsp_picat) R 16535 16538 15976 0 -1 4202496 71448 0 0 0 16221 7 0 0 20 0 1 0 408619687 2165587968 25498 33554432000 4194304 5870510 140737012236896 140737012235464 5282505 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 32579584 140737012241439 140737012241517 140737012241517 140737012244426 0
/proc/16538/statm: 528708 25498 928 410 0 524181 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 2114832 KiB
Current children cumulated memory: 101992 KiB

[startup+222.3 s]
/proc/loadavg: 2.26 2.03 2.03 3/199 16564
/proc/meminfo: memFree=31441348/32770624 swapFree=66993512/67108860
[pid=16538] ppid=16535 vsize=2126328 memory=111592 CPUtime=222.28 cores=1,3,5,7
/proc/16538/stat : 16538 (xcsp_picat) R 16535 16538 15976 0 -1 4202496 80550 0 0 0 22221 7 0 0 20 0 1 0 408619687 2177359872 27898 33554432000 4194304 5870510 140737012236896 140737012235464 5282251 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 32579584 140737012241439 140737012241517 140737012241517 140737012244426 0
/proc/16538/statm: 531582 27898 928 410 0 527055 0
Current children cumulated CPU time: 222.28 s
Current children cumulated vsize: 2126328 KiB
Current children cumulated memory: 111592 KiB

[startup+282.3 s]
/proc/loadavg: 2.29 2.09 2.05 3/199 16568
/proc/meminfo: memFree=31417384/32770624 swapFree=66993512/67108860
[pid=16538] ppid=16535 vsize=2133508 memory=120424 CPUtime=282.3 cores=1,3,5,7
/proc/16538/stat : 16538 (xcsp_picat) R 16535 16538 15976 0 -1 4202496 81427 0 0 0 28222 8 0 0 20 0 1 0 408619687 2184712192 30106 33554432000 4194304 5870510 140737012236896 140737012235464 5282721 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 32579584 140737012241439 140737012241517 140737012241517 140737012244426 0
/proc/16538/statm: 533377 30106 928 410 0 528850 0
Current children cumulated CPU time: 282.3 s
Current children cumulated vsize: 2133508 KiB
Current children cumulated memory: 120424 KiB

[startup+342.3 s]
/proc/loadavg: 2.10 2.08 2.05 3/200 16574
/proc/meminfo: memFree=31461728/32770624 swapFree=66993512/67108860
[pid=16538] ppid=16535 vsize=2133508 memory=120424 CPUtime=342.3 cores=1,3,5,7
/proc/16538/stat : 16538 (xcsp_picat) R 16535 16538 15976 0 -1 4202496 81579 0 0 0 34222 8 0 0 20 0 1 0 408619687 2184712192 30106 33554432000 4194304 5870510 140737012236896 140737012235464 5282606 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 32579584 140737012241439 140737012241517 140737012241517 140737012244426 0
/proc/16538/statm: 533377 30106 928 410 0 528850 0
Current children cumulated CPU time: 342.3 s
Current children cumulated vsize: 2133508 KiB
Current children cumulated memory: 120424 KiB

[startup+402.3 s]
/proc/loadavg: 2.11 2.08 2.05 3/199 16700
/proc/meminfo: memFree=30800844/32770624 swapFree=66993512/67108860
[pid=16538] ppid=16535 vsize=2137044 memory=123584 CPUtime=402.3 cores=1,3,5,7
/proc/16538/stat : 16538 (xcsp_picat) R 16535 16538 15976 0 -1 4202496 82419 0 0 0 40222 8 0 0 20 0 1 0 408619687 2188333056 30896 33554432000 4194304 5870510 140737012236896 140737012235464 5282574 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 32579584 140737012241439 140737012241517 140737012241517 140737012244426 0
/proc/16538/statm: 534261 30896 928 410 0 529734 0
Current children cumulated CPU time: 402.3 s
Current children cumulated vsize: 2137044 KiB
Current children cumulated memory: 123584 KiB

[startup+462.3 s]
/proc/loadavg: 2.04 2.07 2.05 3/199 16704
/proc/meminfo: memFree=30528316/32770624 swapFree=66993512/67108860
[pid=16538] ppid=16535 vsize=2152100 memory=138576 CPUtime=462.29 cores=1,3,5,7
/proc/16538/stat : 16538 (xcsp_picat) R 16535 16538 15976 0 -1 4202496 84327 0 0 0 46221 8 0 0 20 0 1 0 408619687 2203750400 34644 33554432000 4194304 5870510 140737012236896 140737012235336 5305424 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 32579584 140737012241439 140737012241517 140737012241517 140737012244426 0
/proc/16538/statm: 538025 34644 928 410 0 533498 0
Current children cumulated CPU time: 462.29 s
Current children cumulated vsize: 2152100 KiB
Current children cumulated memory: 138576 KiB


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

/proc/16538/statm: 557861 53432 928 410 0 553334 0
Current children cumulated CPU time: 1782.43 s
Current children cumulated vsize: 2231444 KiB
Current children cumulated memory: 213728 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 16842
/proc/meminfo: memFree=30373700/32770624 swapFree=66993568/67108860
[pid=16538] ppid=16535 vsize=2231444 memory=213728 CPUtime=1842.43 cores=1,3,5,7
/proc/16538/stat : 16538 (xcsp_picat) R 16535 16538 15976 0 -1 4202496 105666 0 0 0 184230 13 0 0 20 0 1 0 408619687 2284998656 53432 33554432000 4194304 5870510 140737012236896 140737012235384 5282738 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 32579584 140737012241439 140737012241517 140737012241517 140737012244426 0
/proc/16538/statm: 557861 53432 928 410 0 553334 0
Current children cumulated CPU time: 1842.43 s
Current children cumulated vsize: 2231444 KiB
Current children cumulated memory: 213728 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 16847
/proc/meminfo: memFree=30359864/32770624 swapFree=66993568/67108860
[pid=16538] ppid=16535 vsize=2231444 memory=213728 CPUtime=1902.43 cores=1,3,5,7
/proc/16538/stat : 16538 (xcsp_picat) R 16535 16538 15976 0 -1 4202496 110783 0 0 0 190230 13 0 0 20 0 1 0 408619687 2284998656 53432 33554432000 4194304 5870510 140737012236896 140737012235384 5283083 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 32579584 140737012241439 140737012241517 140737012241517 140737012244426 0
/proc/16538/statm: 557861 53432 928 410 0 553334 0
Current children cumulated CPU time: 1902.43 s
Current children cumulated vsize: 2231444 KiB
Current children cumulated memory: 213728 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 16853
/proc/meminfo: memFree=30286020/32770624 swapFree=66993568/67108860
[pid=16538] ppid=16535 vsize=2247772 memory=232248 CPUtime=1962.44 cores=1,3,5,7
/proc/16538/stat : 16538 (xcsp_picat) R 16535 16538 15976 0 -1 4202496 111910 0 0 0 196230 14 0 0 20 0 1 0 408619687 2301718528 58062 33554432000 4194304 5870510 140737012236896 140737012235384 5282621 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 32579584 140737012241439 140737012241517 140737012241517 140737012244426 0
/proc/16538/statm: 561943 58062 928 410 0 557416 0
Current children cumulated CPU time: 1962.44 s
Current children cumulated vsize: 2247772 KiB
Current children cumulated memory: 232248 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 16865
/proc/meminfo: memFree=30380436/32770624 swapFree=66993572/67108860
[pid=16538] ppid=16535 vsize=2247772 memory=232248 CPUtime=2022.44 cores=1,3,5,7
/proc/16538/stat : 16538 (xcsp_picat) R 16535 16538 15976 0 -1 4202496 111919 0 0 0 202230 14 0 0 20 0 1 0 408619687 2301718528 58062 33554432000 4194304 5870510 140737012236896 140737012235384 5277231 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 32579584 140737012241439 140737012241517 140737012241517 140737012244426 0
/proc/16538/statm: 561943 58062 928 410 0 557416 0
Current children cumulated CPU time: 2022.44 s
Current children cumulated vsize: 2247772 KiB
Current children cumulated memory: 232248 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/201 16895
/proc/meminfo: memFree=30413868/32770624 swapFree=66993588/67108860
[pid=16538] ppid=16535 vsize=2247772 memory=232248 CPUtime=2082.45 cores=1,3,5,7
/proc/16538/stat : 16538 (xcsp_picat) R 16535 16538 15976 0 -1 4202496 111931 0 0 0 208231 14 0 0 20 0 1 0 408619687 2301718528 58062 33554432000 4194304 5870510 140737012236896 140737012235384 5282505 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 32579584 140737012241439 140737012241517 140737012241517 140737012244426 0
/proc/16538/statm: 561943 58062 928 410 0 557416 0
Current children cumulated CPU time: 2082.45 s
Current children cumulated vsize: 2247772 KiB
Current children cumulated memory: 232248 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/202 16901
/proc/meminfo: memFree=30357804/32770624 swapFree=66993588/67108860
[pid=16538] ppid=16535 vsize=2247772 memory=232248 CPUtime=2142.45 cores=1,3,5,7
/proc/16538/stat : 16538 (xcsp_picat) R 16535 16538 15976 0 -1 4202496 116873 0 0 0 214231 14 0 0 20 0 1 0 408619687 2301718528 58062 33554432000 4194304 5870510 140737012236896 140737012235384 5282464 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 32579584 140737012241439 140737012241517 140737012241517 140737012244426 0
/proc/16538/statm: 561943 58062 928 410 0 557416 0
Current children cumulated CPU time: 2142.45 s
Current children cumulated vsize: 2247772 KiB
Current children cumulated memory: 232248 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/201 16905
/proc/meminfo: memFree=30358116/32770624 swapFree=66993588/67108860
[pid=16538] ppid=16535 vsize=2247772 memory=232248 CPUtime=2202.46 cores=1,3,5,7
/proc/16538/stat : 16538 (xcsp_picat) R 16535 16538 15976 0 -1 4202496 116983 0 0 0 220232 14 0 0 20 0 1 0 408619687 2301718528 58062 33554432000 4194304 5870510 140737012236896 140737012235384 5283024 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 32579584 140737012241439 140737012241517 140737012241517 140737012244426 0
/proc/16538/statm: 561943 58062 928 410 0 557416 0
Current children cumulated CPU time: 2202.46 s
Current children cumulated vsize: 2247772 KiB
Current children cumulated memory: 232248 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/201 16909
/proc/meminfo: memFree=30385144/32770624 swapFree=66993588/67108860
[pid=16538] ppid=16535 vsize=2247772 memory=232248 CPUtime=2262.47 cores=1,3,5,7
/proc/16538/stat : 16538 (xcsp_picat) R 16535 16538 15976 0 -1 4202496 117367 0 0 0 226232 15 0 0 20 0 1 0 408619687 2301718528 58062 33554432000 4194304 5870510 140737012236896 140737012235384 5283024 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 32579584 140737012241439 140737012241517 140737012241517 140737012244426 0
/proc/16538/statm: 561943 58062 928 410 0 557416 0
Current children cumulated CPU time: 2262.47 s
Current children cumulated vsize: 2247772 KiB
Current children cumulated memory: 232248 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/201 16915
/proc/meminfo: memFree=30377572/32770624 swapFree=66993588/67108860
[pid=16538] ppid=16535 vsize=2274168 memory=258832 CPUtime=2322.47 cores=1,3,5,7
/proc/16538/stat : 16538 (xcsp_picat) R 16535 16538 15976 0 -1 4202496 118605 0 0 0 232232 15 0 0 20 0 1 0 408619687 2328748032 64708 33554432000 4194304 5870510 140737012236896 140737012235384 5283024 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 32579584 140737012241439 140737012241517 140737012241517 140737012244426 0
/proc/16538/statm: 568542 64708 928 410 0 564015 0
Current children cumulated CPU time: 2322.47 s
Current children cumulated vsize: 2274168 KiB
Current children cumulated memory: 258832 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 16919
/proc/meminfo: memFree=30351320/32770624 swapFree=66993588/67108860
[pid=16538] ppid=16535 vsize=2274168 memory=258832 CPUtime=2382.48 cores=1,3,5,7
/proc/16538/stat : 16538 (xcsp_picat) R 16535 16538 15976 0 -1 4202496 121690 0 0 0 238233 15 0 0 20 0 1 0 408619687 2328748032 64708 33554432000 4194304 5870510 140737012236896 140737012235384 5283135 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 32579584 140737012241439 140737012241517 140737012241517 140737012244426 0
/proc/16538/statm: 568542 64708 928 410 0 564015 0
Current children cumulated CPU time: 2382.48 s
Current children cumulated vsize: 2274168 KiB
Current children cumulated memory: 258832 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 16923
/proc/meminfo: memFree=30273904/32770624 swapFree=66993588/67108860
[pid=16538] ppid=16535 vsize=2274168 memory=258832 CPUtime=2442.48 cores=1,3,5,7
/proc/16538/stat : 16538 (xcsp_picat) R 16535 16538 15976 0 -1 4202496 121754 0 0 0 244233 15 0 0 20 0 1 0 408619687 2328748032 64708 33554432000 4194304 5870510 140737012236896 140737012235384 5282574 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 32579584 140737012241439 140737012241517 140737012241517 140737012244426 0
/proc/16538/statm: 568542 64708 928 410 0 564015 0
Current children cumulated CPU time: 2442.48 s
Current children cumulated vsize: 2274168 KiB
Current children cumulated memory: 258832 KiB

[startup+2502.3 s]
/proc/loadavg: 2.66 2.20 2.10 3/200 16930
/proc/meminfo: memFree=30336864/32770624 swapFree=66993592/67108860
[pid=16538] ppid=16535 vsize=2274168 memory=260300 CPUtime=2502.49 cores=1,3,5,7
/proc/16538/stat : 16538 (xcsp_picat) R 16535 16538 15976 0 -1 4202496 122269 0 0 0 250234 15 0 0 20 0 1 0 408619687 2328748032 65075 33554432000 4194304 5870510 140737012236896 140737012235384 5282717 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 32579584 140737012241439 140737012241517 140737012241517 140737012244426 0
/proc/16538/statm: 568542 65075 928 410 0 564015 0
Current children cumulated CPU time: 2502.49 s
Current children cumulated vsize: 2274168 KiB
Current children cumulated memory: 260300 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2519.9 s]
/proc/loadavg: 2.52 2.19 2.10 3/199 16930
/proc/meminfo: memFree=30318724/32770624 swapFree=66993592/67108860
[pid=16538] ppid=16535 vsize=2274168 memory=260300 CPUtime=2520.09 cores=1,3,5,7
/proc/16538/stat : 16538 (xcsp_picat) R 16535 16538 15976 0 -1 4202496 122297 0 0 0 251994 15 0 0 20 0 1 0 408619687 2328748032 65075 33554432000 4194304 5870510 140737012236896 140737012235384 5282505 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 32579584 140737012241439 140737012241517 140737012241517 140737012244426 0
/proc/16538/statm: 568542 65075 928 410 0 564015 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 2274168 KiB
Current children cumulated memory: 260300 KiB

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

[startup+2519.9 s]
# the end of solver process 16538 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.94 s, system=0.160013 s

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

[startup+2519.9 s]
/proc/loadavg: 2.52 2.19 2.10 3/199 16930
/proc/meminfo: memFree=30318724/32770624 swapFree=66993592/67108860
[pid=16538] ppid=16535 vsize=2274168 memory=260300 CPUtime=2520.09 cores=1,3,5,7
/proc/16538/stat : 16538 (xcsp_picat) R 16535 16538 15976 0 -1 4202496 122297 0 0 0 251994 15 0 0 20 0 1 0 408619687 2328748032 65075 33554432000 4194304 5870510 140737012236896 140737012235384 5282505 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 32579584 140737012241439 140737012241517 140737012241517 140737012244426 0
/proc/16538/statm: 568542 65075 928 410 0 564015 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 2274168 KiB
Current children cumulated memory: 260300 KiB

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2519.9
CPU time (s): 2520.1
CPU user time (s): 2519.94
CPU system time (s): 0.160013
CPU usage (%): 100.008
Max. virtual memory (cumulated for all children) (KiB): 2274168
Max. memory (cumulated for all children) (KiB): 260300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.94
system time used= 0.160013
maximum resident set size= 260300
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 122297
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= 23
involuntary context switches= 865


# summary of solver processes directly reported to runsolver:
#   pid: 16538
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2519.94
#   total CPU system time (s): 0.160013

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.43522 second user time and 18.5257 second system time

The end

Launcher Data

Begin job on node102 at 2019-09-12 23:27:17
IDJOB=4395439
IDBENCH=120638
IDSOLVER=2844
FILE ID=node102/4395439-1568323682
RUNJOBID= node102-1568323474-16008
PBS_JOBID= 21701144
Free space on /tmp= 56900 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-4395439-1568323682/watcher-4395439-1568323682 -o /tmp/evaluation-result-4395439-1568323682/solver-4395439-1568323682 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1568323474-16008 --watchdog 2580  xcsp_picat HOME/instance-4395439-1568323682.xml

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

MD5SUM BENCH= bac8a2bd88d13c89c2cced4f7584e960
RANDOM SEED=1675897312

node102.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.13
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.54
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.13
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.54
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.13
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.54
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.13
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31576808 kB
MemAvailable:   31740052 kB
Buffers:          118788 kB
Cached:           333880 kB
SwapCached:        11256 kB
Active:           390768 kB
Inactive:         255532 kB
Active(anon):     189276 kB
Inactive(anon):    33380 kB
Active(file):     201492 kB
Inactive(file):   222152 kB
Unevictable:      110460 kB
Mlocked:          110460 kB
SwapTotal:      67108860 kB
SwapFree:       66993492 kB
Dirty:              3296 kB
Writeback:             0 kB
AnonPages:        293068 kB
Mapped:            34148 kB
Shmem:             20536 kB
Slab:             139988 kB
SReclaimable:     110872 kB
SUnreclaim:        29116 kB
KernelStack:        3520 kB
PageTables:         6100 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2690244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    241664 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= 56900 MiB
End job on node102 at 2019-09-13 00:09:17