Trace number 4395726

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PicatSAT 2019-09-12? (TO) 2400.1 2399.91

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 benchmark31.2143
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

150.76/150.88	c xcsp_picat version 2.7b12 (9/12/2019)
150.76/150.88	o 133
150.76/150.88	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 (13764 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-4395726-1568327823/watcher-4395726-1568327823 -o /tmp/evaluation-result-4395726-1568327823/solver-4395726-1568327823 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1568323423-22106 --watchdog 2560 xcsp_picat HOME/instance-4395726-1568327823.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=23206, runsolver pid=23203

[startup+0.100114 s]*
/proc/loadavg: 2.01 2.08 2.05 4/199 23207
/proc/meminfo: memFree=30090108/32770624 swapFree=67001400/67108860
[pid=23206] ppid=23203 vsize=2037220 memory=24796 CPUtime=0.1 cores=0,2,4,6
/proc/23206/stat : 23206 (xcsp_picat) R 23203 23206 22075 0 -1 4202496 2282 0 0 0 10 0 0 0 20 0 1 0 409030973 2086113280 6199 33554432000 4194304 5870510 140721946873936 140721946871080 5394229 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 29597696 140721946879007 140721946879085 140721946879085 140721946881994 0
/proc/23206/statm: 509305 6199 885 410 0 504778 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2037220 KiB
Current children cumulated memory: 24796 KiB

[startup+0.209772 s]*
/proc/loadavg: 2.01 2.08 2.05 3/199 23207
/proc/meminfo: memFree=30061412/32770624 swapFree=67001400/67108860
[pid=23206] ppid=23203 vsize=2067612 memory=56052 CPUtime=0.21 cores=0,2,4,6
/proc/23206/stat : 23206 (xcsp_picat) R 23203 23206 22075 0 -1 4202496 10322 0 0 0 20 1 0 0 20 0 1 0 409030973 2117234688 14013 33554432000 4194304 5870510 140721946873936 140721946871080 5287642 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 29597696 140721946879007 140721946879085 140721946879085 140721946881994 0
/proc/23206/statm: 516903 14013 886 410 0 512376 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2067612 KiB
Current children cumulated memory: 56052 KiB

[startup+0.309684 s]*
/proc/loadavg: 2.01 2.08 2.05 3/199 23207
/proc/meminfo: memFree=30039636/32770624 swapFree=67001400/67108860
[pid=23206] ppid=23203 vsize=2085640 memory=73364 CPUtime=0.31 cores=0,2,4,6
/proc/23206/stat : 23206 (xcsp_picat) R 23203 23206 22075 0 -1 4202496 14568 0 0 0 29 2 0 0 20 0 1 0 409030973 2135695360 18341 33554432000 4194304 5870510 140721946873936 140721946871080 5321686 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 29597696 140721946879007 140721946879085 140721946879085 140721946881994 0
/proc/23206/statm: 521410 18341 890 410 0 516883 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2085640 KiB
Current children cumulated memory: 73364 KiB

[startup+0.700288 s]
/proc/loadavg: 2.01 2.08 2.05 3/199 23207
/proc/meminfo: memFree=30034412/32770624 swapFree=67001400/67108860
[pid=23206] ppid=23203 vsize=2101780 memory=88088 CPUtime=0.69 cores=0,2,4,6
/proc/23206/stat : 23206 (xcsp_picat) R 23203 23206 22075 0 -1 4202496 17357 0 0 0 66 3 0 0 20 0 1 0 409030973 2152222720 22022 33554432000 4194304 5870510 140721946873936 140721946871080 5346408 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 29597696 140721946879007 140721946879085 140721946879085 140721946881994 0
/proc/23206/statm: 525445 22022 896 410 0 520918 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2101780 KiB
Current children cumulated memory: 88088 KiB

[startup+1.50031 s]
/proc/loadavg: 2.01 2.08 2.05 3/199 23207
/proc/meminfo: memFree=29985152/32770624 swapFree=67001400/67108860
[pid=23206] ppid=23203 vsize=2121216 memory=99644 CPUtime=1.49 cores=0,2,4,6
/proc/23206/stat : 23206 (xcsp_picat) R 23203 23206 22075 0 -1 4202496 20397 0 0 0 145 4 0 0 20 0 1 0 409030973 2172125184 24911 33554432000 4194304 5870510 140721946873936 140721946872088 5337488 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 29597696 140721946879007 140721946879085 140721946879085 140721946881994 0
/proc/23206/statm: 530304 24911 897 410 0 525777 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2121216 KiB
Current children cumulated memory: 99644 KiB

[startup+3.10962 s]
/proc/loadavg: 2.01 2.08 2.05 3/199 23208
/proc/meminfo: memFree=29948936/32770624 swapFree=67001400/67108860
[pid=23206] ppid=23203 vsize=2195240 memory=166256 CPUtime=3.1 cores=0,2,4,6
/proc/23206/stat : 23206 (xcsp_picat) R 23203 23206 22075 0 -1 4202496 33652 0 0 0 304 6 0 0 20 0 1 0 409030973 2247925760 41564 33554432000 4194304 5870510 140721946873936 140721946872104 5337288 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 29597696 140721946879007 140721946879085 140721946879085 140721946881994 0
/proc/23206/statm: 548810 41564 897 410 0 544283 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2195240 KiB
Current children cumulated memory: 166256 KiB

[startup+6.30031 s]
/proc/loadavg: 2.01 2.07 2.05 3/199 23208
/proc/meminfo: memFree=29995756/32770624 swapFree=67001400/67108860
[pid=23206] ppid=23203 vsize=2157676 memory=127788 CPUtime=6.29 cores=0,2,4,6
/proc/23206/stat : 23206 (xcsp_picat) R 23203 23206 22075 0 -1 4202496 50684 0 0 0 621 8 0 0 20 0 1 0 409030973 2209460224 31947 33554432000 4194304 5870510 140721946873936 140721946872104 5337497 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 29597696 140721946879007 140721946879085 140721946879085 140721946881994 0
/proc/23206/statm: 539419 31947 926 410 0 534892 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2157676 KiB
Current children cumulated memory: 127788 KiB

[startup+12.7002 s]
/proc/loadavg: 2.01 2.07 2.05 3/199 23208
/proc/meminfo: memFree=30019748/32770624 swapFree=67001400/67108860
[pid=23206] ppid=23203 vsize=2118128 memory=99880 CPUtime=12.68 cores=0,2,4,6
/proc/23206/stat : 23206 (xcsp_picat) R 23203 23206 22075 0 -1 4202496 68150 0 0 0 1258 10 0 0 20 0 1 0 409030973 2168963072 24970 33554432000 4194304 5870510 140721946873936 140721946872648 140710675228646 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 29597696 140721946879007 140721946879085 140721946879085 140721946881994 0
/proc/23206/statm: 529532 24970 927 410 0 525005 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 2118128 KiB
Current children cumulated memory: 99880 KiB

[startup+25.5002 s]
/proc/loadavg: 2.01 2.07 2.05 3/199 23208
/proc/meminfo: memFree=30015440/32770624 swapFree=67001400/67108860
[pid=23206] ppid=23203 vsize=2118128 memory=99944 CPUtime=25.47 cores=0,2,4,6
/proc/23206/stat : 23206 (xcsp_picat) R 23203 23206 22075 0 -1 4202496 71832 0 0 0 2537 10 0 0 20 0 1 0 409030973 2168963072 24986 33554432000 4194304 5870510 140721946873936 140721946872648 5272544 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 29597696 140721946879007 140721946879085 140721946879085 140721946881994 0
/proc/23206/statm: 529532 24986 927 410 0 525005 0
Current children cumulated CPU time: 25.47 s
Current children cumulated vsize: 2118128 KiB
Current children cumulated memory: 99944 KiB

[startup+51.1097 s]
/proc/loadavg: 2.00 2.07 2.05 3/199 23210
/proc/meminfo: memFree=29995504/32770624 swapFree=67001400/67108860
[pid=23206] ppid=23203 vsize=2118128 memory=107280 CPUtime=51.07 cores=0,2,4,6
/proc/23206/stat : 23206 (xcsp_picat) R 23203 23206 22075 0 -1 4202496 75408 0 0 0 5096 11 0 0 20 0 1 0 409030973 2168963072 26820 33554432000 4194304 5870510 140721946873936 140721946872648 5288830 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 29597696 140721946879007 140721946879085 140721946879085 140721946881994 0
/proc/23206/statm: 529532 26820 927 410 0 525005 0
Current children cumulated CPU time: 51.07 s
Current children cumulated vsize: 2118128 KiB
Current children cumulated memory: 107280 KiB

[startup+102.3 s]
/proc/loadavg: 1.96 2.04 2.04 4/199 23214
/proc/meminfo: memFree=29949164/32770624 swapFree=67001400/67108860
[pid=23206] ppid=23203 vsize=2156092 memory=148548 CPUtime=102.27 cores=0,2,4,6
/proc/23206/stat : 23206 (xcsp_picat) R 23203 23206 22075 0 -1 4202496 89304 0 0 0 10211 16 0 0 20 0 1 0 409030973 2207838208 37137 33554432000 4194304 5870510 140721946873936 140721946872952 5272673 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 29597696 140721946879007 140721946879085 140721946879085 140721946881994 0
/proc/23206/statm: 539023 37137 980 410 0 534496 0
Current children cumulated CPU time: 102.27 s
Current children cumulated vsize: 2156092 KiB
Current children cumulated memory: 148548 KiB

[startup+162.3 s]
/proc/loadavg: 1.98 2.04 2.04 4/200 23220
/proc/meminfo: memFree=29939492/32770624 swapFree=67001400/67108860
[pid=23206] ppid=23203 vsize=2187128 memory=157500 CPUtime=162.27 cores=0,2,4,6
/proc/23206/stat : 23206 (xcsp_picat) R 23203 23206 22075 0 -1 4202496 95722 0 0 0 16210 17 0 0 20 0 1 0 409030973 2239619072 39375 33554432000 4194304 5870510 140721946873936 140721946873048 5283116 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 29597696 140721946879007 140721946879085 140721946879085 140721946881994 0
/proc/23206/statm: 546782 39375 980 410 0 542255 0
Current children cumulated CPU time: 162.27 s
Current children cumulated vsize: 2187128 KiB
Current children cumulated memory: 157500 KiB

[startup+222.3 s]
/proc/loadavg: 2.04 2.04 2.05 3/200 23232
/proc/meminfo: memFree=29882280/32770624 swapFree=67001412/67108860
[pid=23206] ppid=23203 vsize=2198800 memory=186052 CPUtime=222.28 cores=0,2,4,6
/proc/23206/stat : 23206 (xcsp_picat) R 23203 23206 22075 0 -1 4202496 96892 0 0 0 22211 17 0 0 20 0 1 0 409030973 2251571200 46513 33554432000 4194304 5870510 140721946873936 140721946872504 5282680 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 29597696 140721946879007 140721946879085 140721946879085 140721946881994 0
/proc/23206/statm: 549700 46513 980 410 0 545173 0
Current children cumulated CPU time: 222.28 s
Current children cumulated vsize: 2198800 KiB
Current children cumulated memory: 186052 KiB

[startup+282.3 s]
/proc/loadavg: 2.01 2.04 2.05 4/200 23236
/proc/meminfo: memFree=29954772/32770624 swapFree=67001412/67108860
[pid=23206] ppid=23203 vsize=2198800 memory=186172 CPUtime=282.28 cores=0,2,4,6
/proc/23206/stat : 23206 (xcsp_picat) R 23203 23206 22075 0 -1 4202496 97419 0 0 0 28210 18 0 0 20 0 1 0 409030973 2251571200 46543 33554432000 4194304 5870510 140721946873936 140721946872504 5283024 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 29597696 140721946879007 140721946879085 140721946879085 140721946881994 0
/proc/23206/statm: 549700 46543 980 410 0 545173 0
Current children cumulated CPU time: 282.28 s
Current children cumulated vsize: 2198800 KiB
Current children cumulated memory: 186172 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/201 23242
/proc/meminfo: memFree=29934852/32770624 swapFree=67001412/67108860
[pid=23206] ppid=23203 vsize=2217768 memory=206652 CPUtime=342.29 cores=0,2,4,6
/proc/23206/stat : 23206 (xcsp_picat) R 23203 23206 22075 0 -1 4202496 102320 0 0 0 34210 19 0 0 20 0 1 0 409030973 2270994432 51663 33554432000 4194304 5870510 140721946873936 140721946872504 5282680 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 29597696 140721946879007 140721946879085 140721946879085 140721946881994 0
/proc/23206/statm: 554442 51663 980 410 0 549915 0
Current children cumulated CPU time: 342.29 s
Current children cumulated vsize: 2217768 KiB
Current children cumulated memory: 206652 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.03 2.05 4/200 23246
/proc/meminfo: memFree=29933896/32770624 swapFree=67001412/67108860
[pid=23206] ppid=23203 vsize=2217768 memory=206652 CPUtime=402.3 cores=0,2,4,6
/proc/23206/stat : 23206 (xcsp_picat) R 23203 23206 22075 0 -1 4202496 102695 0 0 0 40211 19 0 0 20 0 1 0 409030973 2270994432 51663 33554432000 4194304 5870510 140721946873936 140721946872504 5282680 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 29597696 140721946879007 140721946879085 140721946879085 140721946881994 0
/proc/23206/statm: 554442 51663 980 410 0 549915 0
Current children cumulated CPU time: 402.3 s
Current children cumulated vsize: 2217768 KiB
Current children cumulated memory: 206652 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.02 2.05 4/200 23311
/proc/meminfo: memFree=30127556/32770624 swapFree=67001412/67108860
[pid=23206] ppid=23203 vsize=2217768 memory=206652 CPUtime=462.3 cores=0,2,4,6
/proc/23206/stat : 23206 (xcsp_picat) R 23203 23206 22075 0 -1 4202496 103269 0 0 0 46211 19 0 0 20 0 1 0 409030973 2270994432 51663 33554432000 4194304 5870510 140721946873936 140721946872504 5283090 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 29597696 140721946879007 140721946879085 140721946879085 140721946881994 0
/proc/23206/statm: 554442 51663 980 410 0 549915 0
Current children cumulated CPU time: 462.3 s
Current children cumulated vsize: 2217768 KiB
Current children cumulated memory: 206652 KiB


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

/proc/23206/statm: 580415 78677 980 410 0 575888 0
Current children cumulated CPU time: 1662.41 s
Current children cumulated vsize: 2321660 KiB
Current children cumulated memory: 314708 KiB

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 4/201 23755
/proc/meminfo: memFree=29808464/32770624 swapFree=67001452/67108860
[pid=23206] ppid=23203 vsize=2321660 memory=314776 CPUtime=1722.42 cores=0,2,4,6
/proc/23206/stat : 23206 (xcsp_picat) R 23203 23206 22075 0 -1 4202496 225760 0 0 0 172085 157 0 0 20 0 1 0 409030973 2377379840 78694 33554432000 4194304 5870510 140721946873936 140721946872504 5282467 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 29597696 140721946879007 140721946879085 140721946879085 140721946881994 0
/proc/23206/statm: 580415 78694 980 410 0 575888 0
Current children cumulated CPU time: 1722.42 s
Current children cumulated vsize: 2321660 KiB
Current children cumulated memory: 314776 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 23761
/proc/meminfo: memFree=29810152/32770624 swapFree=67001452/67108860
[pid=23206] ppid=23203 vsize=2321660 memory=314776 CPUtime=1782.43 cores=0,2,4,6
/proc/23206/stat : 23206 (xcsp_picat) R 23203 23206 22075 0 -1 4202496 227750 0 0 0 178086 157 0 0 20 0 1 0 409030973 2377379840 78694 33554432000 4194304 5870510 140721946873936 140721946872504 5283024 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 29597696 140721946879007 140721946879085 140721946879085 140721946881994 0
/proc/23206/statm: 580415 78694 980 410 0 575888 0
Current children cumulated CPU time: 1782.43 s
Current children cumulated vsize: 2321660 KiB
Current children cumulated memory: 314776 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 23765
/proc/meminfo: memFree=29788076/32770624 swapFree=67001452/67108860
[pid=23206] ppid=23203 vsize=2321660 memory=314776 CPUtime=1842.43 cores=0,2,4,6
/proc/23206/stat : 23206 (xcsp_picat) R 23203 23206 22075 0 -1 4202496 233254 0 0 0 184086 157 0 0 20 0 1 0 409030973 2377379840 78694 33554432000 4194304 5870510 140721946873936 140721946872504 5283064 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 29597696 140721946879007 140721946879085 140721946879085 140721946881994 0
/proc/23206/statm: 580415 78694 980 410 0 575888 0
Current children cumulated CPU time: 1842.43 s
Current children cumulated vsize: 2321660 KiB
Current children cumulated memory: 314776 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 23769
/proc/meminfo: memFree=29776520/32770624 swapFree=67001452/67108860
[pid=23206] ppid=23203 vsize=2338496 memory=325444 CPUtime=1902.45 cores=0,2,4,6
/proc/23206/stat : 23206 (xcsp_picat) R 23203 23206 22075 0 -1 4202496 236135 0 0 0 190087 158 0 0 20 0 1 0 409030973 2394619904 81361 33554432000 4194304 5870510 140721946873936 140721946872424 5283024 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 29597696 140721946879007 140721946879085 140721946879085 140721946881994 0
/proc/23206/statm: 584624 81361 980 410 0 580097 0
Current children cumulated CPU time: 1902.45 s
Current children cumulated vsize: 2338496 KiB
Current children cumulated memory: 325444 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 23775
/proc/meminfo: memFree=29775988/32770624 swapFree=67001452/67108860
[pid=23206] ppid=23203 vsize=2338496 memory=325444 CPUtime=1962.45 cores=0,2,4,6
/proc/23206/stat : 23206 (xcsp_picat) R 23203 23206 22075 0 -1 4202496 240089 0 0 0 196087 158 0 0 20 0 1 0 409030973 2394619904 81361 33554432000 4194304 5870510 140721946873936 140721946872424 5283048 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 29597696 140721946879007 140721946879085 140721946879085 140721946881994 0
/proc/23206/statm: 584624 81361 980 410 0 580097 0
Current children cumulated CPU time: 1962.45 s
Current children cumulated vsize: 2338496 KiB
Current children cumulated memory: 325444 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 4/199 23786
/proc/meminfo: memFree=29800484/32770624 swapFree=67001456/67108860
[pid=23206] ppid=23203 vsize=2321664 memory=301536 CPUtime=2022.46 cores=0,2,4,6
/proc/23206/stat : 23206 (xcsp_picat) R 23203 23206 22075 0 -1 4202496 248855 0 0 0 202076 170 0 0 20 0 1 0 409030973 2377383936 75384 33554432000 4194304 5870510 140721946873936 140721946872952 5282606 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 29597696 140721946879007 140721946879085 140721946879085 140721946881994 0
/proc/23206/statm: 580416 75384 980 410 0 575889 0
Current children cumulated CPU time: 2022.46 s
Current children cumulated vsize: 2321664 KiB
Current children cumulated memory: 301536 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 4/199 23790
/proc/meminfo: memFree=29774808/32770624 swapFree=67001456/67108860
[pid=23206] ppid=23203 vsize=2298688 memory=286596 CPUtime=2082.46 cores=0,2,4,6
/proc/23206/stat : 23206 (xcsp_picat) R 23203 23206 22075 0 -1 4202496 260426 0 0 0 208061 185 0 0 20 0 1 0 409030973 2353856512 71649 33554432000 4194304 5870510 140721946873936 140721946872504 5282467 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 29597696 140721946879007 140721946879085 140721946879085 140721946881994 0
/proc/23206/statm: 574672 71649 980 410 0 570145 0
Current children cumulated CPU time: 2082.46 s
Current children cumulated vsize: 2298688 KiB
Current children cumulated memory: 286596 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 23796
/proc/meminfo: memFree=29778256/32770624 swapFree=67001456/67108860
[pid=23206] ppid=23203 vsize=2348008 memory=322688 CPUtime=2142.47 cores=0,2,4,6
/proc/23206/stat : 23206 (xcsp_picat) R 23203 23206 22075 0 -1 4202496 270866 0 0 0 214053 194 0 0 20 0 1 0 409030973 2404360192 80672 33554432000 4194304 5870510 140721946873936 140721946872504 5282606 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 29597696 140721946879007 140721946879085 140721946879085 140721946881994 0
/proc/23206/statm: 587002 80672 980 410 0 582475 0
Current children cumulated CPU time: 2142.47 s
Current children cumulated vsize: 2348008 KiB
Current children cumulated memory: 322688 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 4/199 23800
/proc/meminfo: memFree=29824416/32770624 swapFree=67001456/67108860
[pid=23206] ppid=23203 vsize=2348008 memory=326628 CPUtime=2202.47 cores=0,2,4,6
/proc/23206/stat : 23206 (xcsp_picat) R 23203 23206 22075 0 -1 4202496 277913 0 0 0 220043 204 0 0 20 0 1 0 409030973 2404360192 81657 33554432000 4194304 5870510 140721946873936 140721946872504 5282747 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 29597696 140721946879007 140721946879085 140721946879085 140721946881994 0
/proc/23206/statm: 587002 81657 980 410 0 582475 0
Current children cumulated CPU time: 2202.47 s
Current children cumulated vsize: 2348008 KiB
Current children cumulated memory: 326628 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 4/199 23804
/proc/meminfo: memFree=29828136/32770624 swapFree=67001456/67108860
[pid=23206] ppid=23203 vsize=2348008 memory=322688 CPUtime=2262.47 cores=0,2,4,6
/proc/23206/stat : 23206 (xcsp_picat) R 23203 23206 22075 0 -1 4202496 291333 0 0 0 226031 216 0 0 20 0 1 0 409030973 2404360192 80672 33554432000 4194304 5870510 140721946873936 140721946872952 5262738 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 29597696 140721946879007 140721946879085 140721946879085 140721946881994 0
/proc/23206/statm: 587002 80672 980 410 0 582475 0
Current children cumulated CPU time: 2262.47 s
Current children cumulated vsize: 2348008 KiB
Current children cumulated memory: 322688 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 23810
/proc/meminfo: memFree=29841156/32770624 swapFree=67001456/67108860
[pid=23206] ppid=23203 vsize=2294272 memory=280604 CPUtime=2322.48 cores=0,2,4,6
/proc/23206/stat : 23206 (xcsp_picat) R 23203 23206 22075 0 -1 4202496 306134 0 0 0 232007 241 0 0 20 0 1 0 409030973 2349334528 70151 33554432000 4194304 5870510 140721946873936 140721946872952 5298307 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 29597696 140721946879007 140721946879085 140721946879085 140721946881994 0
/proc/23206/statm: 573568 70151 980 410 0 569041 0
Current children cumulated CPU time: 2322.48 s
Current children cumulated vsize: 2294272 KiB
Current children cumulated memory: 280604 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 4/199 23814
/proc/meminfo: memFree=29842312/32770624 swapFree=67001456/67108860
[pid=23206] ppid=23203 vsize=2294272 memory=278388 CPUtime=2382.48 cores=0,2,4,6
/proc/23206/stat : 23206 (xcsp_picat) R 23203 23206 22075 0 -1 4202496 319112 0 0 0 237991 257 0 0 20 0 1 0 409030973 2349334528 69597 33554432000 4194304 5870510 140721946873936 140721946872952 5283135 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 29597696 140721946879007 140721946879085 140721946879085 140721946881994 0
/proc/23206/statm: 573568 69597 980 410 0 569041 0
Current children cumulated CPU time: 2382.48 s
Current children cumulated vsize: 2294272 KiB
Current children cumulated memory: 278388 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2399.9 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 23814
/proc/meminfo: memFree=29842312/32770624 swapFree=67001456/67108860
[pid=23206] ppid=23203 vsize=2294272 memory=280604 CPUtime=2400.09 cores=0,2,4,6
/proc/23206/stat : 23206 (xcsp_picat) R 23203 23206 22075 0 -1 4202496 323040 0 0 0 239747 262 0 0 20 0 1 0 409030973 2349334528 70151 33554432000 4194304 5870510 140721946873936 140721946872952 5295192 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 29597696 140721946879007 140721946879085 140721946879085 140721946881994 0
/proc/23206/statm: 573568 70151 980 410 0 569041 0
Current children cumulated CPU time: 2400.09 s
Current children cumulated vsize: 2294272 KiB
Current children cumulated memory: 280604 KiB

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

[startup+2399.91 s]
# the end of solver process 23206 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.47 s, system=2.62423 s

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

[startup+2399.9 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 23814
/proc/meminfo: memFree=29842312/32770624 swapFree=67001456/67108860
[pid=23206] ppid=23203 vsize=2294272 memory=280604 CPUtime=2400.09 cores=0,2,4,6
/proc/23206/stat : 23206 (xcsp_picat) R 23203 23206 22075 0 -1 4202496 323040 0 0 0 239747 262 0 0 20 0 1 0 409030973 2349334528 70151 33554432000 4194304 5870510 140721946873936 140721946872952 5295192 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 29597696 140721946879007 140721946879085 140721946879085 140721946881994 0
/proc/23206/statm: 573568 70151 980 410 0 569041 0
Current children cumulated CPU time: 2400.09 s
Current children cumulated vsize: 2294272 KiB
Current children cumulated memory: 280604 KiB

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2399.91
CPU time (s): 2400.1
CPU user time (s): 2397.47
CPU system time (s): 2.62423
CPU usage (%): 100.008
Max. virtual memory (cumulated for all children) (KiB): 2397328
Max. memory (cumulated for all children) (KiB): 362964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.47
system time used= 2.62423
maximum resident set size= 363024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 323040
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= 1766


# summary of solver processes directly reported to runsolver:
#   pid: 23206
#   total CPU time (s): 2400.1
#   total CPU user time (s): 2397.47
#   total CPU system time (s): 2.62423

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5021 second user time and 16.6515 second system time

The end

Launcher Data

Begin job on node136 at 2019-09-13 00:36:19
IDJOB=4395726
IDBENCH=120557
IDSOLVER=2845
FILE ID=node136/4395726-1568327823
RUNJOBID= node136-1568323423-22106
PBS_JOBID= 21701143
Free space on /tmp= 56788 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-4395726-1568327823/watcher-4395726-1568327823 -o /tmp/evaluation-result-4395726-1568327823/solver-4395726-1568327823 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1568323423-22106 --watchdog 2560  xcsp_picat HOME/instance-4395726-1568327823.xml

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

MD5SUM BENCH= 395c447fdc403b125102e151795ddb76
RANDOM SEED=1555807564

node136.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.00
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.00
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.00
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.00
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:        30109516 kB
MemAvailable:   31643432 kB
Buffers:           64736 kB
Cached:          1750152 kB
SwapCached:         3924 kB
Active:          1135700 kB
Inactive:         943100 kB
Active(anon):     261944 kB
Inactive(anon):    41884 kB
Active(file):     873756 kB
Inactive(file):   901216 kB
Unevictable:      107452 kB
Mlocked:          107452 kB
SwapTotal:      67108860 kB
SwapFree:       67001400 kB
Dirty:              3620 kB
Writeback:             0 kB
AnonPages:        369228 kB
Mapped:            44308 kB
Shmem:             31300 kB
Slab:             178188 kB
SReclaimable:     149556 kB
SUnreclaim:        28632 kB
KernelStack:        3504 kB
PageTables:         6016 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2776984 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    276480 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 56784 MiB
End job on node136 at 2019-09-13 01:16:19