Trace number 4395061

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 NameAnswerCPU timeWall clock time
PicatSAT 2019-09-12SAT 2278.57 2278.65

General information on the benchmark

NamePrimes/
Primes-m1-p10/Primes-10-40-3-5.xml
MD5SUMb9738aa7a21d23764c9c35483473acef
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark33.4427
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Number of domains1
Minimum domain size28
Maximum domain size28
Distribution of domain sizes[{"size":28,"count":91}]
Minimum variable degree0
Maximum variable degree6
Distribution of variable degrees[{"degree":0,"count":9},{"degree":1,"count":19},{"degree":2,"count":29},{"degree":3,"count":25},{"degree":4,"count":15},{"degree":6,"count":3}]
Minimum constraint arity3
Maximum constraint arity8
Distribution of constraint arities[{"arity":3,"count":3},{"arity":4,"count":8},{"arity":5,"count":9},{"arity":6,"count":5},{"arity":7,"count":6},{"arity":8,"count":9}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":40}]
Optimization problemNO
Type of objective

Solver Data

25.29/25.33	c xcsp_picat version 2.7b12 (9/12/2019)
2278.51/2278.64	s SATISFIABLE
2278.51/2278.64	v <instantiation>
2278.51/2278.64	v     <list> x[]  </list> 
2278.51/2278.64	v     <values> 28 4 3 2 19 2 9 8 29 9 14 13 7 7 5 25 3 16 11 17 2 16 18 26 9 26 14 11 23 9 8 2 15 29 24 6 4 17 3 28 28 18 4 22 13 26 26 4 8 13 9 3 8 3 5 15 5 3 26 5 23 4 25 4 9 14 14 29 18 27 8 12 8 6 23 21 4 4 7 9 22 7 8 26 28 5 3 2 17 20 7 2 2 15 20 2 21 21 22 23   </values> 
2278.51/2278.64	v </instantiation>

Verifier Data

OK	

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

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

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

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
Current StackSize limit: 8192 KiB

solver pid=28228, runsolver pid=28225

[startup+0.1002 s]*
/proc/loadavg: 1.94 2.02 2.05 3/199 28229
/proc/meminfo: memFree=24718120/32770624 swapFree=66952812/67108860
[pid=28228] ppid=28225 vsize=2036908 memory=15236 CPUtime=0.1 cores=0,2,4,6
/proc/28228/stat : 28228 (xcsp_picat) R 28225 28228 24214 0 -1 4202496 1931 0 0 0 10 0 0 0 20 0 1 0 409517832 2085793792 3809 33554432000 4194304 5870510 140727630004320 140727630001464 5562059 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 25137152 140727630009375 140727630009453 140727630009453 140727630012362 0
/proc/28228/statm: 509227 3809 954 410 0 504700 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2036908 KiB
Current children cumulated memory: 15236 KiB

[startup+0.209699 s]*
/proc/loadavg: 1.94 2.02 2.05 3/199 28229
/proc/meminfo: memFree=24717376/32770624 swapFree=66952812/67108860
[pid=28228] ppid=28225 vsize=2037064 memory=15492 CPUtime=0.21 cores=0,2,4,6
/proc/28228/stat : 28228 (xcsp_picat) R 28225 28228 24214 0 -1 4202496 1992 0 0 0 21 0 0 0 20 0 1 0 409517832 2085953536 3873 33554432000 4194304 5870510 140727630004320 140727630001464 5478360 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 25137152 140727630009375 140727630009453 140727630009453 140727630012362 0
/proc/28228/statm: 509266 3873 971 410 0 504739 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2037064 KiB
Current children cumulated memory: 15492 KiB

[startup+0.308969 s]*
/proc/loadavg: 1.94 2.02 2.05 3/199 28229
/proc/meminfo: memFree=24714584/32770624 swapFree=66952812/67108860
[pid=28228] ppid=28225 vsize=2037108 memory=15476 CPUtime=0.31 cores=0,2,4,6
/proc/28228/stat : 28228 (xcsp_picat) R 28225 28228 24214 0 -1 4202496 2033 0 0 0 31 0 0 0 20 0 1 0 409517832 2085998592 3869 33554432000 4194304 5870510 140727630004320 140727630001464 5562059 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 25137152 140727630009375 140727630009453 140727630009453 140727630012362 0
/proc/28228/statm: 509277 3869 971 410 0 504750 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2037108 KiB
Current children cumulated memory: 15476 KiB

[startup+0.700312 s]
/proc/loadavg: 1.94 2.02 2.05 3/199 28229
/proc/meminfo: memFree=24714012/32770624 swapFree=66952812/67108860
[pid=28228] ppid=28225 vsize=2037696 memory=16216 CPUtime=0.69 cores=0,2,4,6
/proc/28228/stat : 28228 (xcsp_picat) R 28225 28228 24214 0 -1 4202496 2200 0 0 0 69 0 0 0 20 0 1 0 409517832 2086600704 4054 33554432000 4194304 5870510 140727630004320 140727630003416 5478384 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 25137152 140727630009375 140727630009453 140727630009453 140727630012362 0
/proc/28228/statm: 509424 4054 971 410 0 504897 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2037696 KiB
Current children cumulated memory: 16216 KiB

[startup+1.50031 s]
/proc/loadavg: 1.95 2.02 2.05 3/199 28229
/proc/meminfo: memFree=24721164/32770624 swapFree=66952812/67108860
[pid=28228] ppid=28225 vsize=2038096 memory=16924 CPUtime=1.49 cores=0,2,4,6
/proc/28228/stat : 28228 (xcsp_picat) R 28225 28228 24214 0 -1 4202496 2399 0 0 0 149 0 0 0 20 0 1 0 409517832 2087010304 4231 33554432000 4194304 5870510 140727630004320 140727630003416 5477878 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 25137152 140727630009375 140727630009453 140727630009453 140727630012362 0
/proc/28228/statm: 509524 4231 971 410 0 504997 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2038096 KiB
Current children cumulated memory: 16924 KiB

[startup+3.10918 s]
/proc/loadavg: 1.95 2.02 2.05 3/199 28230
/proc/meminfo: memFree=24715452/32770624 swapFree=66952812/67108860
[pid=28228] ppid=28225 vsize=2039376 memory=20364 CPUtime=3.1 cores=0,2,4,6
/proc/28228/stat : 28228 (xcsp_picat) R 28225 28228 24214 0 -1 4202496 3525 0 0 0 310 0 0 0 20 0 1 0 409517832 2088321024 5091 33554432000 4194304 5870510 140727630004320 140727630003320 5406517 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 25137152 140727630009375 140727630009453 140727630009453 140727630012362 0
/proc/28228/statm: 509844 5091 972 410 0 505317 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2039376 KiB
Current children cumulated memory: 20364 KiB

[startup+6.30031 s]
/proc/loadavg: 1.95 2.02 2.05 3/200 28232
/proc/meminfo: memFree=24705268/32770624 swapFree=66952812/67108860
[pid=28228] ppid=28225 vsize=2049636 memory=32248 CPUtime=6.29 cores=0,2,4,6
/proc/28228/stat : 28228 (xcsp_picat) R 28225 28228 24214 0 -1 4202496 8598 0 0 0 628 1 0 0 20 0 1 0 409517832 2098827264 8062 33554432000 4194304 5870510 140727630004320 140727630002888 5282568 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 25137152 140727630009375 140727630009453 140727630009453 140727630012362 0
/proc/28228/statm: 512409 8062 1003 410 0 507882 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2049636 KiB
Current children cumulated memory: 32248 KiB

[startup+12.7004 s]
/proc/loadavg: 1.95 2.02 2.05 3/199 28232
/proc/meminfo: memFree=24660496/32770624 swapFree=66952812/67108860
[pid=28228] ppid=28225 vsize=2061392 memory=43580 CPUtime=12.69 cores=0,2,4,6
/proc/28228/stat : 28228 (xcsp_picat) R 28225 28228 24214 0 -1 4202496 14283 0 0 0 1267 2 0 0 20 0 1 0 409517832 2110865408 10895 33554432000 4194304 5870510 140727630004320 140727630002760 5283119 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 25137152 140727630009375 140727630009453 140727630009453 140727630012362 0
/proc/28228/statm: 515348 10895 1003 410 0 510821 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2061392 KiB
Current children cumulated memory: 43580 KiB

[startup+25.5004 s]
/proc/loadavg: 1.96 2.02 2.05 3/199 28232
/proc/meminfo: memFree=24652420/32770624 swapFree=66952812/67108860
[pid=28228] ppid=28225 vsize=2084520 memory=67092 CPUtime=25.49 cores=0,2,4,6
/proc/28228/stat : 28228 (xcsp_picat) R 28225 28228 24214 0 -1 4202496 23841 0 0 0 2546 3 0 0 20 0 1 0 409517832 2134548480 16773 33554432000 4194304 5870510 140727630004320 140727630002760 5283106 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 25137152 140727630009375 140727630009453 140727630009453 140727630012362 0
/proc/28228/statm: 521130 16773 1003 410 0 516603 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2084520 KiB
Current children cumulated memory: 67092 KiB

[startup+51.1098 s]
/proc/loadavg: 1.98 2.02 2.05 3/201 28235
/proc/meminfo: memFree=24629024/32770624 swapFree=66952812/67108860
[pid=28228] ppid=28225 vsize=2100720 memory=82432 CPUtime=51.1 cores=0,2,4,6
/proc/28228/stat : 28228 (xcsp_picat) R 28225 28228 24214 0 -1 4202496 29700 0 0 0 5106 4 0 0 20 0 1 0 409517832 2151137280 20608 33554432000 4194304 5870510 140727630004320 140727630002888 5282729 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 25137152 140727630009375 140727630009453 140727630009453 140727630012362 0
/proc/28228/statm: 525180 20608 1003 410 0 520653 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2100720 KiB
Current children cumulated memory: 82432 KiB

[startup+102.3 s]
/proc/loadavg: 1.99 2.01 2.05 3/202 28248
/proc/meminfo: memFree=24593324/32770624 swapFree=66952812/67108860
[pid=28228] ppid=28225 vsize=2107900 memory=88448 CPUtime=102.29 cores=0,2,4,6
/proc/28228/stat : 28228 (xcsp_picat) R 28225 28228 24214 0 -1 4202496 36595 0 0 0 10224 5 0 0 20 0 1 0 409517832 2158489600 22112 33554432000 4194304 5870510 140727630004320 140727630002760 5272433 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 25137152 140727630009375 140727630009453 140727630009453 140727630012362 0
/proc/28228/statm: 526975 22112 1003 410 0 522448 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 2107900 KiB
Current children cumulated memory: 88448 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/201 28252
/proc/meminfo: memFree=24595108/32770624 swapFree=66952812/67108860
[pid=28228] ppid=28225 vsize=2133760 memory=114100 CPUtime=162.29 cores=0,2,4,6
/proc/28228/stat : 28228 (xcsp_picat) R 28225 28228 24214 0 -1 4202496 43053 0 0 0 16223 6 0 0 20 0 1 0 409517832 2184970240 28525 33554432000 4194304 5870510 140727630004320 140727630002888 139963990333438 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 25137152 140727630009375 140727630009453 140727630009453 140727630012362 0
/proc/28228/statm: 533440 28525 1003 410 0 528913 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 2133760 KiB
Current children cumulated memory: 114100 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/202 28257
/proc/meminfo: memFree=24566908/32770624 swapFree=66952812/67108860
[pid=28228] ppid=28225 vsize=2148316 memory=129632 CPUtime=222.29 cores=0,2,4,6
/proc/28228/stat : 28228 (xcsp_picat) R 28225 28228 24214 0 -1 4202496 49704 0 0 0 22222 7 0 0 20 0 1 0 409517832 2199875584 32408 33554432000 4194304 5870510 140727630004320 140727630002888 5282555 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 25137152 140727630009375 140727630009453 140727630009453 140727630012362 0
/proc/28228/statm: 537079 32408 1003 410 0 532552 0
Current children cumulated CPU time: 222.29 s
Current children cumulated vsize: 2148316 KiB
Current children cumulated memory: 129632 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/202 28263
/proc/meminfo: memFree=24570980/32770624 swapFree=66952812/67108860
[pid=28228] ppid=28225 vsize=2148316 memory=130672 CPUtime=282.28 cores=0,2,4,6
/proc/28228/stat : 28228 (xcsp_picat) R 28225 28228 24214 0 -1 4202496 50609 0 0 0 28221 7 0 0 20 0 1 0 409517832 2199875584 32668 33554432000 4194304 5870510 140727630004320 140727630002888 5282515 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 25137152 140727630009375 140727630009453 140727630009453 140727630012362 0
/proc/28228/statm: 537079 32668 1003 410 0 532552 0
Current children cumulated CPU time: 282.28 s
Current children cumulated vsize: 2148316 KiB
Current children cumulated memory: 130672 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/201 28267
/proc/meminfo: memFree=24554928/32770624 swapFree=66952812/67108860
[pid=28228] ppid=28225 vsize=2148316 memory=130912 CPUtime=342.28 cores=0,2,4,6
/proc/28228/stat : 28228 (xcsp_picat) R 28225 28228 24214 0 -1 4202496 57189 0 0 0 34220 8 0 0 20 0 1 0 409517832 2199875584 32728 33554432000 4194304 5870510 140727630004320 140727630002888 5282519 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 25137152 140727630009375 140727630009453 140727630009453 140727630012362 0
/proc/28228/statm: 537079 32728 1003 410 0 532552 0
Current children cumulated CPU time: 342.28 s
Current children cumulated vsize: 2148316 KiB
Current children cumulated memory: 130912 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 28272
/proc/meminfo: memFree=24568304/32770624 swapFree=66952812/67108860
[pid=28228] ppid=28225 vsize=2148316 memory=130912 CPUtime=402.28 cores=0,2,4,6
/proc/28228/stat : 28228 (xcsp_picat) R 28225 28228 24214 0 -1 4202496 58115 0 0 0 40220 8 0 0 20 0 1 0 409517832 2199875584 32728 33554432000 4194304 5870510 140727630004320 140727630002888 5272719 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 25137152 140727630009375 140727630009453 140727630009453 140727630012362 0
/proc/28228/statm: 537079 32728 1003 410 0 532552 0
Current children cumulated CPU time: 402.28 s
Current children cumulated vsize: 2148316 KiB
Current children cumulated memory: 130912 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 28278
/proc/meminfo: memFree=24544316/32770624 swapFree=66952812/67108860
[pid=28228] ppid=28225 vsize=2148316 memory=130912 CPUtime=462.27 cores=0,2,4,6
/proc/28228/stat : 28228 (xcsp_picat) R 28225 28228 24214 0 -1 4202496 64835 0 0 0 46218 9 0 0 20 0 1 0 409517832 2199875584 32728 33554432000 4194304 5870510 140727630004320 140727630002888 5283135 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 25137152 140727630009375 140727630009453 140727630009453 140727630012362 0
/proc/28228/statm: 537079 32728 1003 410 0 532552 0
Current children cumulated CPU time: 462.27 s
Current children cumulated vsize: 2148316 KiB
Current children cumulated memory: 130912 KiB


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

Current children cumulated memory: 196304 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/200 28479
/proc/meminfo: memFree=25170988/32770624 swapFree=66952812/67108860
[pid=28228] ppid=28225 vsize=2210368 memory=197372 CPUtime=1842.23 cores=0,2,4,6
/proc/28228/stat : 28228 (xcsp_picat) R 28225 28228 24214 0 -1 4202496 137289 0 0 0 184198 25 0 0 20 0 1 0 409517832 2263416832 49343 33554432000 4194304 5870510 140727630004320 140727630002888 5283024 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 25137152 140727630009375 140727630009453 140727630009453 140727630012362 0
/proc/28228/statm: 552592 49343 1003 410 0 548065 0
Current children cumulated CPU time: 1842.23 s
Current children cumulated vsize: 2210368 KiB
Current children cumulated memory: 197372 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/200 28490
/proc/meminfo: memFree=25172824/32770624 swapFree=66952812/67108860
[pid=28228] ppid=28225 vsize=2210368 memory=197372 CPUtime=1902.23 cores=0,2,4,6
/proc/28228/stat : 28228 (xcsp_picat) R 28225 28228 24214 0 -1 4202496 137533 0 0 0 190198 25 0 0 20 0 1 0 409517832 2263416832 49343 33554432000 4194304 5870510 140727630004320 140727630002888 5282421 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 25137152 140727630009375 140727630009453 140727630009453 140727630012362 0
/proc/28228/statm: 552592 49343 1003 410 0 548065 0
Current children cumulated CPU time: 1902.23 s
Current children cumulated vsize: 2210368 KiB
Current children cumulated memory: 197372 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 28494
/proc/meminfo: memFree=25165228/32770624 swapFree=66952812/67108860
[pid=28228] ppid=28225 vsize=2210368 memory=197372 CPUtime=1962.22 cores=0,2,4,6
/proc/28228/stat : 28228 (xcsp_picat) R 28225 28228 24214 0 -1 4202496 137650 0 0 0 196197 25 0 0 20 0 1 0 409517832 2263416832 49343 33554432000 4194304 5870510 140727630004320 140727630002888 5272880 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 25137152 140727630009375 140727630009453 140727630009453 140727630012362 0
/proc/28228/statm: 552592 49343 1003 410 0 548065 0
Current children cumulated CPU time: 1962.22 s
Current children cumulated vsize: 2210368 KiB
Current children cumulated memory: 197372 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 28498
/proc/meminfo: memFree=25157084/32770624 swapFree=66952812/67108860
[pid=28228] ppid=28225 vsize=2210368 memory=197372 CPUtime=2022.22 cores=0,2,4,6
/proc/28228/stat : 28228 (xcsp_picat) R 28225 28228 24214 0 -1 4202496 137921 0 0 0 202197 25 0 0 20 0 1 0 409517832 2263416832 49343 33554432000 4194304 5870510 140727630004320 140727630002888 5272987 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 25137152 140727630009375 140727630009453 140727630009453 140727630012362 0
/proc/28228/statm: 552592 49343 1003 410 0 548065 0
Current children cumulated CPU time: 2022.22 s
Current children cumulated vsize: 2210368 KiB
Current children cumulated memory: 197372 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 28504
/proc/meminfo: memFree=25158940/32770624 swapFree=66952812/67108860
[pid=28228] ppid=28225 vsize=2210368 memory=197372 CPUtime=2082.22 cores=0,2,4,6
/proc/28228/stat : 28228 (xcsp_picat) R 28225 28228 24214 0 -1 4202496 138040 0 0 0 208197 25 0 0 20 0 1 0 409517832 2263416832 49343 33554432000 4194304 5870510 140727630004320 140727630002888 5272722 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 25137152 140727630009375 140727630009453 140727630009453 140727630012362 0
/proc/28228/statm: 552592 49343 1003 410 0 548065 0
Current children cumulated CPU time: 2082.22 s
Current children cumulated vsize: 2210368 KiB
Current children cumulated memory: 197372 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 28508
/proc/meminfo: memFree=25110672/32770624 swapFree=66952812/67108860
[pid=28228] ppid=28225 vsize=2260756 memory=233780 CPUtime=2142.21 cores=0,2,4,6
/proc/28228/stat : 28228 (xcsp_picat) R 28225 28228 24214 0 -1 4202496 139626 0 0 0 214194 27 0 0 20 0 1 0 409517832 2315014144 58445 33554432000 4194304 5870510 140727630004320 140727630002760 5282505 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 25137152 140727630009375 140727630009453 140727630009453 140727630012362 0
/proc/28228/statm: 565189 58445 1003 410 0 560662 0
Current children cumulated CPU time: 2142.21 s
Current children cumulated vsize: 2260756 KiB
Current children cumulated memory: 233780 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 28513
/proc/meminfo: memFree=25100748/32770624 swapFree=66952812/67108860
[pid=28228] ppid=28225 vsize=2260756 memory=235828 CPUtime=2202.22 cores=0,2,4,6
/proc/28228/stat : 28228 (xcsp_picat) R 28225 28228 24214 0 -1 4202496 140602 0 0 0 220191 31 0 0 20 0 1 0 409517832 2315014144 58957 33554432000 4194304 5870510 140727630004320 140727630002760 5282505 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 25137152 140727630009375 140727630009453 140727630009453 140727630012362 0
/proc/28228/statm: 565189 58957 1003 410 0 560662 0
Current children cumulated CPU time: 2202.22 s
Current children cumulated vsize: 2260756 KiB
Current children cumulated memory: 235828 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 28519
/proc/meminfo: memFree=25127152/32770624 swapFree=66952812/67108860
[pid=28228] ppid=28225 vsize=2260756 memory=233776 CPUtime=2262.21 cores=0,2,4,6
/proc/28228/stat : 28228 (xcsp_picat) R 28225 28228 24214 0 -1 4202496 141737 0 0 0 226188 33 0 0 20 0 1 0 409517832 2315014144 58444 33554432000 4194304 5870510 140727630004320 140727630002760 5282747 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 25137152 140727630009375 140727630009453 140727630009453 140727630012362 0
/proc/28228/statm: 565189 58444 1003 410 0 560662 0
Current children cumulated CPU time: 2262.21 s
Current children cumulated vsize: 2260756 KiB
Current children cumulated memory: 233776 KiB

[startup+2278.65 s]
# the end of solver process 28228 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2278.23 s, system=0.34699 s

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

[startup+2265.6 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 28520
/proc/meminfo: memFree=25123408/32770624 swapFree=66952812/67108860
[pid=28228] ppid=28225 vsize=2260756 memory=235928 CPUtime=2265.52 cores=0,2,4,6
/proc/28228/stat : 28228 (xcsp_picat) R 28225 28228 24214 0 -1 4202496 141810 0 0 0 226518 34 0 0 20 0 1 0 409517832 2315014144 58982 33554432000 4194304 5870510 140727630004320 140727630002760 5283024 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 25137152 140727630009375 140727630009453 140727630009453 140727630012362 0
/proc/28228/statm: 565189 58982 1003 410 0 560662 0
Current children cumulated CPU time: 2265.52 s
Current children cumulated vsize: 2260756 KiB
Current children cumulated memory: 235928 KiB

[startup+2272 s]*
/proc/loadavg: 2.00 2.01 2.05 3/200 28520
/proc/meminfo: memFree=25119388/32770624 swapFree=66952812/67108860
[pid=28228] ppid=28225 vsize=2260756 memory=231668 CPUtime=2271.92 cores=0,2,4,6
/proc/28228/stat : 28228 (xcsp_picat) R 28225 28228 24214 0 -1 4202496 142038 0 0 0 227158 34 0 0 20 0 1 0 409517832 2315014144 57917 33554432000 4194304 5870510 140727630004320 140727630002760 5282617 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 25137152 140727630009375 140727630009453 140727630009453 140727630012362 0
/proc/28228/statm: 565189 57917 1003 410 0 560662 0
Current children cumulated CPU time: 2271.92 s
Current children cumulated vsize: 2260756 KiB
Current children cumulated memory: 231668 KiB

[startup+2275.2 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 28520
/proc/meminfo: memFree=25117340/32770624 swapFree=66952812/67108860
[pid=28228] ppid=28225 vsize=2260756 memory=233716 CPUtime=2275.11 cores=0,2,4,6
/proc/28228/stat : 28228 (xcsp_picat) R 28225 28228 24214 0 -1 4202496 142039 0 0 0 227477 34 0 0 20 0 1 0 409517832 2315014144 58429 33554432000 4194304 5870510 140727630004320 140727630002760 5282505 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 25137152 140727630009375 140727630009453 140727630009453 140727630012362 0
/proc/28228/statm: 565189 58429 1003 410 0 560662 0
Current children cumulated CPU time: 2275.11 s
Current children cumulated vsize: 2260756 KiB
Current children cumulated memory: 233716 KiB

[startup+2276.8 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 28520
/proc/meminfo: memFree=25115292/32770624 swapFree=66952812/67108860
[pid=28228] ppid=28225 vsize=2260756 memory=233716 CPUtime=2276.71 cores=0,2,4,6
/proc/28228/stat : 28228 (xcsp_picat) R 28225 28228 24214 0 -1 4202496 142039 0 0 0 227637 34 0 0 20 0 1 0 409517832 2315014144 58429 33554432000 4194304 5870510 140727630004320 140727630002760 5274889 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 25137152 140727630009375 140727630009453 140727630009453 140727630012362 0
/proc/28228/statm: 565189 58429 1003 410 0 560662 0
Current children cumulated CPU time: 2276.71 s
Current children cumulated vsize: 2260756 KiB
Current children cumulated memory: 233716 KiB

[startup+2277.6 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 28520
/proc/meminfo: memFree=25115292/32770624 swapFree=66952812/67108860
[pid=28228] ppid=28225 vsize=2260756 memory=235764 CPUtime=2277.51 cores=0,2,4,6
/proc/28228/stat : 28228 (xcsp_picat) R 28225 28228 24214 0 -1 4202496 142040 0 0 0 227717 34 0 0 20 0 1 0 409517832 2315014144 58941 33554432000 4194304 5870510 140727630004320 140727630002760 5282767 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 25137152 140727630009375 140727630009453 140727630009453 140727630012362 0
/proc/28228/statm: 565189 58941 1003 410 0 560662 0
Current children cumulated CPU time: 2277.51 s
Current children cumulated vsize: 2260756 KiB
Current children cumulated memory: 235764 KiB

[startup+2278.4 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 28520
/proc/meminfo: memFree=25111196/32770624 swapFree=66952812/67108860
[pid=28228] ppid=28225 vsize=2260756 memory=235764 CPUtime=2278.31 cores=0,2,4,6
/proc/28228/stat : 28228 (xcsp_picat) R 28225 28228 24214 0 -1 4202496 142040 0 0 0 227797 34 0 0 20 0 1 0 409517832 2315014144 58941 33554432000 4194304 5870510 140727630004320 140727630002760 5282555 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 25137152 140727630009375 140727630009453 140727630009453 140727630012362 0
/proc/28228/statm: 565189 58941 1003 410 0 560662 0
Current children cumulated CPU time: 2278.31 s
Current children cumulated vsize: 2260756 KiB
Current children cumulated memory: 235764 KiB

[startup+2278.6 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 28520
/proc/meminfo: memFree=25111196/32770624 swapFree=66952812/67108860
[pid=28228] ppid=28225 vsize=2260756 memory=235764 CPUtime=2278.51 cores=0,2,4,6
/proc/28228/stat : 28228 (xcsp_picat) R 28225 28228 24214 0 -1 4202496 142040 0 0 0 227817 34 0 0 20 0 1 0 409517832 2315014144 58941 33554432000 4194304 5870510 140727630004320 140727630002760 5282738 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 25137152 140727630009375 140727630009453 140727630009453 140727630012362 0
/proc/28228/statm: 565189 58941 1003 410 0 560662 0
Current children cumulated CPU time: 2278.51 s
Current children cumulated vsize: 2260756 KiB
Current children cumulated memory: 235764 KiB

Child status: 0
Real time (s): 2278.65
CPU time (s): 2278.57
CPU user time (s): 2278.23
CPU system time (s): 0.34699
CPU usage (%): 99.9967
Max. virtual memory (cumulated for all children) (KiB): 2260756
Max. memory (cumulated for all children) (KiB): 237976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2278.23
system time used= 0.34699
maximum resident set size= 237976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 142078
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= 17
involuntary context switches= 616


# summary of solver processes directly reported to runsolver:
#   pid: 28228
#   total CPU time (s): 2278.57
#   total CPU user time (s): 2278.23
#   total CPU system time (s): 0.34699

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.72625 second user time and 17.1804 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-13 02:48:37
IDJOB=4395061
IDBENCH=133440
IDSOLVER=2844
FILE ID=node117/4395061-1568335759
RUNJOBID= node117-1568322189-24245
PBS_JOBID= 21701139
Free space on /tmp= 58916 MiB

SOLVER NAME= PicatSAT 2019-09-12
BENCH NAME= XCSP17/Primes/Primes-m1-p10/Primes-10-40-3-5.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395061-1568335759/watcher-4395061-1568335759 -o /tmp/evaluation-result-4395061-1568335759/solver-4395061-1568335759 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568322189-24245 --watchdog 2580  xcsp_picat HOME/instance-4395061-1568335759.xml

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

MD5SUM BENCH= b9738aa7a21d23764c9c35483473acef
RANDOM SEED=542096439

node117.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        24729932 kB
MemAvailable:   30725060 kB
Buffers:          161980 kB
Cached:          6082300 kB
SwapCached:        52484 kB
Active:          2428812 kB
Inactive:        4960324 kB
Active(anon):    1093724 kB
Inactive(anon):    92700 kB
Active(file):    1335088 kB
Inactive(file):  4867624 kB
Unevictable:      107724 kB
Mlocked:          107724 kB
SwapTotal:      67108860 kB
SwapFree:       66952812 kB
Dirty:              3440 kB
Writeback:             0 kB
AnonPages:       1199124 kB
Mapped:            46504 kB
Shmem:             32816 kB
Slab:             244940 kB
SReclaimable:     216504 kB
SUnreclaim:        28436 kB
KernelStack:        3552 kB
PageTables:         8052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3304940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1069056 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 58912 MiB
End job on node117 at 2019-09-13 03:26:35