Trace number 4407562

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
(reference) PicatSAT 2019-09-12SAT 2044.77 2045.06

General information on the benchmark

NameRandom/Random-RB-2-50-23/
rand-2-50-23-587-230-39.xml
MD5SUM6ed171dcccdb92ebb130c3872609e61b
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 benchmark2044.77
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints462
Number of domains1
Minimum domain size23
Maximum domain size23
Distribution of domain sizes[{"size":23,"count":50}]
Minimum variable degree11
Maximum variable degree27
Distribution of variable degrees[{"degree":11,"count":2},{"degree":13,"count":4},{"degree":14,"count":2},{"degree":15,"count":4},{"degree":16,"count":5},{"degree":17,"count":1},{"degree":18,"count":6},{"degree":19,"count":4},{"degree":20,"count":9},{"degree":21,"count":2},{"degree":22,"count":4},{"degree":23,"count":2},{"degree":24,"count":2},{"degree":25,"count":2},{"degree":27,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":462}]
Number of extensional constraints462
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":462}]
Optimization problemNO
Type of objective

Solver Data

58.48/58.53	c xcsp_picat version 2.7b12 (9/12/2019)
2044.70/2045.06	s SATISFIABLE
2044.70/2045.06	v <instantiation>
2044.70/2045.06	v     <list> x[]  </list> 
2044.70/2045.06	v     <values> 5 6 9 22 22 12 11 19 5 19 15 22 13 15 5 1 14 19 22 16 18 2 11 0 3 5 1 10 0 13 0 3 4 1 10 9 4 14 4 22 13 14 20 1 20 14 18 1 11 6   </values> 
2044.70/2045.06	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 (14552 MiB free)
  memory of node 1: 16384 MiB (13401 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4407562-1569509642/watcher-4407562-1569509642 -o /var/tmp/evaluation-result-4407562-1569509642/solver-4407562-1569509642 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node107-1569505917-18174 --watchdog 2560 xcsp_picat HOME/instance-4407562-1569509642.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

solver pid=18203, runsolver pid=18197
Current StackSize limit: 8192 KiB


[startup+0.100615 s]*
/proc/loadavg: 0.24 0.06 0.06 4/199 18205
/proc/meminfo: memFree=28590264/32770624 swapFree=66954412/67108860
[pid=18203] ppid=18197 vsize=2031716 memory=24948 CPUtime=0.1 cores=0,2,4,6
/proc/18203/stat : 18203 (xcsp_picat) R 18197 18203 18143 0 -1 4202496 1293 0 0 0 10 0 0 0 20 0 1 0 527219417 2080477184 6237 33554432000 4194304 5870510 140734524177376 140734524176744 4506770 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 25624576 140734524179463 140734524179545 140734524179545 140734524182470 0
/proc/18203/statm: 507929 6237 846 410 0 503402 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 24948 KiB

[startup+0.209689 s]*
/proc/loadavg: 0.24 0.06 0.06 3/199 18205
/proc/meminfo: memFree=28563896/32770624 swapFree=66954412/67108860
[pid=18203] ppid=18197 vsize=2039524 memory=44868 CPUtime=0.21 cores=0,2,4,6
/proc/18203/stat : 18203 (xcsp_picat) R 18197 18203 18143 0 -1 4202496 2296 0 0 0 21 0 0 0 20 0 1 0 527219417 2088472576 11217 33554432000 4194304 5870510 140734524177376 140734524176744 140347480407013 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 25624576 140734524179463 140734524179545 140734524179545 140734524182470 0
/proc/18203/statm: 509881 11217 869 410 0 505354 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2039524 KiB
Current children cumulated memory: 44868 KiB

[startup+0.309836 s]*
/proc/loadavg: 0.24 0.06 0.06 4/199 18205
/proc/meminfo: memFree=28557072/32770624 swapFree=66954412/67108860
[pid=18203] ppid=18197 vsize=2037484 memory=44264 CPUtime=0.31 cores=0,2,4,6
/proc/18203/stat : 18203 (xcsp_picat) R 18197 18203 18143 0 -1 4202496 2849 0 0 0 31 0 0 0 20 0 1 0 527219417 2086383616 11066 33554432000 4194304 5870510 140734524177376 140734524176744 5298717 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 25624576 140734524179463 140734524179545 140734524179545 140734524182470 0
/proc/18203/statm: 509371 11066 900 410 0 504844 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2037484 KiB
Current children cumulated memory: 44264 KiB

[startup+0.700355 s]
/proc/loadavg: 0.24 0.06 0.06 3/199 18205
/proc/meminfo: memFree=28524120/32770624 swapFree=66954412/67108860
[pid=18203] ppid=18197 vsize=2039160 memory=46620 CPUtime=0.69 cores=0,2,4,6
/proc/18203/stat : 18203 (xcsp_picat) R 18197 18203 18143 0 -1 4202496 3436 0 0 0 69 0 0 0 20 0 1 0 527219417 2088099840 11655 33554432000 4194304 5870510 140734524177376 140734524176328 5298780 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 25624576 140734524179463 140734524179545 140734524179545 140734524182470 0
/proc/18203/statm: 509790 11655 900 410 0 505263 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2039160 KiB
Current children cumulated memory: 46620 KiB

[startup+1.50035 s]
/proc/loadavg: 0.24 0.06 0.06 4/199 18205
/proc/meminfo: memFree=28518044/32770624 swapFree=66954412/67108860
[pid=18203] ppid=18197 vsize=2046828 memory=50380 CPUtime=1.49 cores=0,2,4,6
/proc/18203/stat : 18203 (xcsp_picat) R 18197 18203 18143 0 -1 4202496 4365 0 0 0 149 0 0 0 20 0 1 0 527219417 2095951872 12595 33554432000 4194304 5870510 140734524177376 140734524176328 5298780 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 25624576 140734524179463 140734524179545 140734524179545 140734524182470 0
/proc/18203/statm: 511707 12595 901 410 0 507180 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2046828 KiB
Current children cumulated memory: 50380 KiB

[startup+3.1097 s]
/proc/loadavg: 0.24 0.06 0.06 4/199 18205
/proc/meminfo: memFree=28499924/32770624 swapFree=66954412/67108860
[pid=18203] ppid=18197 vsize=2047892 memory=54728 CPUtime=3.1 cores=0,2,4,6
/proc/18203/stat : 18203 (xcsp_picat) R 18197 18203 18143 0 -1 4202496 6399 0 0 0 309 1 0 0 20 0 1 0 527219417 2097041408 13682 33554432000 4194304 5870510 140734524177376 140734524175736 5283135 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 25624576 140734524179463 140734524179545 140734524179545 140734524182470 0
/proc/18203/statm: 511973 13682 901 410 0 507446 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2047892 KiB
Current children cumulated memory: 54728 KiB

[startup+6.30038 s]
/proc/loadavg: 0.30 0.08 0.07 4/199 18205
/proc/meminfo: memFree=28489872/32770624 swapFree=66954412/67108860
[pid=18203] ppid=18197 vsize=2049116 memory=56268 CPUtime=6.29 cores=0,2,4,6
/proc/18203/stat : 18203 (xcsp_picat) R 18197 18203 18143 0 -1 4202496 10691 0 0 0 627 2 0 0 20 0 1 0 527219417 2098294784 14067 33554432000 4194304 5870510 140734524177376 140734524176392 5282767 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 25624576 140734524179463 140734524179545 140734524179545 140734524182470 0
/proc/18203/statm: 512279 14067 901 410 0 507752 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2049116 KiB
Current children cumulated memory: 56268 KiB

[startup+12.7004 s]
/proc/loadavg: 0.44 0.11 0.08 4/199 18205
/proc/meminfo: memFree=28457844/32770624 swapFree=66954412/67108860
[pid=18203] ppid=18197 vsize=2075636 memory=82068 CPUtime=12.68 cores=0,2,4,6
/proc/18203/stat : 18203 (xcsp_picat) R 18197 18203 18143 0 -1 4202496 14400 0 0 0 1266 2 0 0 20 0 1 0 527219417 2125451264 20517 33554432000 4194304 5870510 140734524177376 140734524175816 5272665 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 25624576 140734524179463 140734524179545 140734524179545 140734524182470 0
/proc/18203/statm: 518909 20517 901 410 0 514382 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 2075636 KiB
Current children cumulated memory: 82068 KiB

[startup+25.5004 s]
/proc/loadavg: 0.68 0.17 0.10 4/200 18208
/proc/meminfo: memFree=28451264/32770624 swapFree=66954412/67108860
[pid=18203] ppid=18197 vsize=2105984 memory=85676 CPUtime=25.49 cores=0,2,4,6
/proc/18203/stat : 18203 (xcsp_picat) R 18197 18203 18143 0 -1 4202496 19764 0 0 0 2546 3 0 0 20 0 1 0 527219417 2156527616 21419 33554432000 4194304 5870510 140734524177376 140734524175816 5272962 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 25624576 140734524179463 140734524179545 140734524179545 140734524182470 0
/proc/18203/statm: 526496 21419 901 410 0 521969 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2105984 KiB
Current children cumulated memory: 85676 KiB

[startup+51.1098 s]
/proc/loadavg: 1.20 0.35 0.16 4/199 18208
/proc/meminfo: memFree=28425472/32770624 swapFree=66954412/67108860
[pid=18203] ppid=18197 vsize=2105984 memory=96404 CPUtime=51.09 cores=0,2,4,6
/proc/18203/stat : 18203 (xcsp_picat) R 18197 18203 18143 0 -1 4202496 23373 0 0 0 5106 3 0 0 20 0 1 0 527219417 2156527616 24101 33554432000 4194304 5870510 140734524177376 140734524175816 5272533 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 25624576 140734524179463 140734524179545 140734524179545 140734524182470 0
/proc/18203/statm: 526496 24101 901 410 0 521969 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 2105984 KiB
Current children cumulated memory: 96404 KiB

[startup+102.3 s]
/proc/loadavg: 1.65 0.60 0.25 4/199 18212
/proc/meminfo: memFree=28386488/32770624 swapFree=66954412/67108860
[pid=18203] ppid=18197 vsize=2105984 memory=113620 CPUtime=102.27 cores=0,2,4,6
/proc/18203/stat : 18203 (xcsp_picat) R 18197 18203 18143 0 -1 4202496 29425 0 0 0 10223 4 0 0 20 0 1 0 527219417 2156527616 28405 33554432000 4194304 5870510 140734524177376 140734524176488 5283064 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 25624576 140734524179463 140734524179545 140734524179545 140734524182470 0
/proc/18203/statm: 526496 28405 901 410 0 521969 0
Current children cumulated CPU time: 102.27 s
Current children cumulated vsize: 2105984 KiB
Current children cumulated memory: 113620 KiB

[startup+162.3 s]
/proc/loadavg: 1.87 0.86 0.36 3/198 18281
/proc/meminfo: memFree=27394936/32770624 swapFree=66954412/67108860
[pid=18203] ppid=18197 vsize=2124656 memory=121048 CPUtime=162.26 cores=0,2,4,6
/proc/18203/stat : 18203 (xcsp_picat) R 18197 18203 18143 0 -1 4202496 30691 0 0 0 16220 6 0 0 20 0 1 0 527219417 2175647744 30262 33554432000 4194304 5870510 140734524177376 140734524175816 5282767 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 25624576 140734524179463 140734524179545 140734524179545 140734524182470 0
/proc/18203/statm: 531164 30262 901 410 0 526637 0
Current children cumulated CPU time: 162.26 s
Current children cumulated vsize: 2124656 KiB
Current children cumulated memory: 121048 KiB

[startup+222.3 s]
/proc/loadavg: 1.95 1.07 0.47 3/198 18287
/proc/meminfo: memFree=27388784/32770624 swapFree=66954412/67108860
[pid=18203] ppid=18197 vsize=2124656 memory=126576 CPUtime=222.25 cores=0,2,4,6
/proc/18203/stat : 18203 (xcsp_picat) R 18197 18203 18143 0 -1 4202496 30720 0 0 0 22219 6 0 0 20 0 1 0 527219417 2175647744 31644 33554432000 4194304 5870510 140734524177376 140734524175816 5282505 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 25624576 140734524179463 140734524179545 140734524179545 140734524182470 0
/proc/18203/statm: 531164 31644 901 410 0 526637 0
Current children cumulated CPU time: 222.25 s
Current children cumulated vsize: 2124656 KiB
Current children cumulated memory: 126576 KiB

[startup+282.3 s]
/proc/loadavg: 1.98 1.24 0.56 3/198 18291
/proc/meminfo: memFree=27386096/32770624 swapFree=66954412/67108860
[pid=18203] ppid=18197 vsize=2143512 memory=128632 CPUtime=282.24 cores=0,2,4,6
/proc/18203/stat : 18203 (xcsp_picat) R 18197 18203 18143 0 -1 4202496 31165 0 0 0 28218 6 0 0 20 0 1 0 527219417 2194956288 32158 33554432000 4194304 5870510 140734524177376 140734524175816 5282759 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 25624576 140734524179463 140734524179545 140734524179545 140734524182470 0
/proc/18203/statm: 535878 32158 901 410 0 531351 0
Current children cumulated CPU time: 282.24 s
Current children cumulated vsize: 2143512 KiB
Current children cumulated memory: 128632 KiB

[startup+342.3 s]
/proc/loadavg: 1.99 1.37 0.65 3/198 18297
/proc/meminfo: memFree=27370428/32770624 swapFree=66954412/67108860
[pid=18203] ppid=18197 vsize=2143512 memory=144824 CPUtime=342.24 cores=0,2,4,6
/proc/18203/stat : 18203 (xcsp_picat) R 18197 18203 18143 0 -1 4202496 31721 0 0 0 34218 6 0 0 20 0 1 0 527219417 2194956288 36206 33554432000 4194304 5870510 140734524177376 140734524175816 5282384 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 25624576 140734524179463 140734524179545 140734524179545 140734524182470 0
/proc/18203/statm: 535878 36206 901 410 0 531351 0
Current children cumulated CPU time: 342.24 s
Current children cumulated vsize: 2143512 KiB
Current children cumulated memory: 144824 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 1.49 0.74 3/198 18302
/proc/meminfo: memFree=27368100/32770624 swapFree=66954412/67108860
[pid=18203] ppid=18197 vsize=2143512 memory=147056 CPUtime=402.23 cores=0,2,4,6
/proc/18203/stat : 18203 (xcsp_picat) R 18197 18203 18143 0 -1 4202496 32150 0 0 0 40217 6 0 0 20 0 1 0 527219417 2194956288 36764 33554432000 4194304 5870510 140734524177376 140734524175816 5282509 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 25624576 140734524179463 140734524179545 140734524179545 140734524182470 0
/proc/18203/statm: 535878 36764 901 410 0 531351 0
Current children cumulated CPU time: 402.23 s
Current children cumulated vsize: 2143512 KiB
Current children cumulated memory: 147056 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 1.58 0.82 3/198 18306
/proc/meminfo: memFree=27368324/32770624 swapFree=66954412/67108860
[pid=18203] ppid=18197 vsize=2143512 memory=147056 CPUtime=462.23 cores=0,2,4,6
/proc/18203/stat : 18203 (xcsp_picat) R 18197 18203 18143 0 -1 4202496 32702 0 0 0 46216 7 0 0 20 0 1 0 527219417 2194956288 36764 33554432000 4194304 5870510 140734524177376 140734524175816 5282767 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 25624576 140734524179463 140734524179545 140734524179545 140734524182470 0
/proc/18203/statm: 535878 36764 901 410 0 531351 0
Current children cumulated CPU time: 462.23 s
Current children cumulated vsize: 2143512 KiB
Current children cumulated memory: 147056 KiB


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

Current children cumulated memory: 179824 KiB

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.65 3/198 18436
/proc/meminfo: memFree=27334040/32770624 swapFree=66954412/67108860
[pid=18203] ppid=18197 vsize=2181156 memory=179824 CPUtime=1602.08 cores=0,2,4,6
/proc/18203/stat : 18203 (xcsp_picat) R 18197 18203 18143 0 -1 4202496 47461 0 0 0 160199 9 0 0 20 0 1 0 527219417 2233503744 44956 33554432000 4194304 5870510 140734524177376 140734524175816 5282767 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 25624576 140734524179463 140734524179545 140734524179545 140734524182470 0
/proc/18203/statm: 545289 44956 901 410 0 540762 0
Current children cumulated CPU time: 1602.08 s
Current children cumulated vsize: 2181156 KiB
Current children cumulated memory: 179824 KiB

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.67 3/198 18440
/proc/meminfo: memFree=27334024/32770624 swapFree=66954412/67108860
[pid=18203] ppid=18197 vsize=2181156 memory=179824 CPUtime=1662.07 cores=0,2,4,6
/proc/18203/stat : 18203 (xcsp_picat) R 18197 18203 18143 0 -1 4202496 48128 0 0 0 166198 9 0 0 20 0 1 0 527219417 2233503744 44956 33554432000 4194304 5870510 140734524177376 140734524175816 5282738 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 25624576 140734524179463 140734524179545 140734524179545 140734524182470 0
/proc/18203/statm: 545289 44956 901 410 0 540762 0
Current children cumulated CPU time: 1662.07 s
Current children cumulated vsize: 2181156 KiB
Current children cumulated memory: 179824 KiB

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.69 3/199 18452
/proc/meminfo: memFree=27328044/32770624 swapFree=66954412/67108860
[pid=18203] ppid=18197 vsize=2181156 memory=185968 CPUtime=1722.06 cores=0,2,4,6
/proc/18203/stat : 18203 (xcsp_picat) R 18197 18203 18143 0 -1 4202496 49844 0 0 0 172197 9 0 0 20 0 1 0 527219417 2233503744 46492 33554432000 4194304 5870510 140734524177376 140734524175816 5275473 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 25624576 140734524179463 140734524179545 140734524179545 140734524182470 0
/proc/18203/statm: 545289 46492 901 410 0 540762 0
Current children cumulated CPU time: 1722.06 s
Current children cumulated vsize: 2181156 KiB
Current children cumulated memory: 185968 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.71 3/199 18458
/proc/meminfo: memFree=27320000/32770624 swapFree=66954412/67108860
[pid=18203] ppid=18197 vsize=2181156 memory=194296 CPUtime=1782.04 cores=0,2,4,6
/proc/18203/stat : 18203 (xcsp_picat) R 18197 18203 18143 0 -1 4202496 50512 0 0 0 178195 9 0 0 20 0 1 0 527219417 2233503744 48574 33554432000 4194304 5870510 140734524177376 140734524175816 5272544 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 25624576 140734524179463 140734524179545 140734524179545 140734524182470 0
/proc/18203/statm: 545289 48574 901 410 0 540762 0
Current children cumulated CPU time: 1782.04 s
Current children cumulated vsize: 2181156 KiB
Current children cumulated memory: 194296 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 1.99 1.73 3/199 18462
/proc/meminfo: memFree=27320008/32770624 swapFree=66954412/67108860
[pid=18203] ppid=18197 vsize=2181156 memory=194440 CPUtime=1842.03 cores=0,2,4,6
/proc/18203/stat : 18203 (xcsp_picat) R 18197 18203 18143 0 -1 4202496 51469 0 0 0 184194 9 0 0 20 0 1 0 527219417 2233503744 48610 33554432000 4194304 5870510 140734524177376 140734524175816 5282747 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 25624576 140734524179463 140734524179545 140734524179545 140734524182470 0
/proc/18203/statm: 545289 48610 901 410 0 540762 0
Current children cumulated CPU time: 1842.03 s
Current children cumulated vsize: 2181156 KiB
Current children cumulated memory: 194440 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 1.99 1.75 3/199 18466
/proc/meminfo: memFree=27318440/32770624 swapFree=66954412/67108860
[pid=18203] ppid=18197 vsize=2181156 memory=194440 CPUtime=1902.02 cores=0,2,4,6
/proc/18203/stat : 18203 (xcsp_picat) R 18197 18203 18143 0 -1 4202496 52162 0 0 0 190193 9 0 0 20 0 1 0 527219417 2233503744 48610 33554432000 4194304 5870510 140734524177376 140734524175816 5282531 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 25624576 140734524179463 140734524179545 140734524179545 140734524182470 0
/proc/18203/statm: 545289 48610 901 410 0 540762 0
Current children cumulated CPU time: 1902.02 s
Current children cumulated vsize: 2181156 KiB
Current children cumulated memory: 194440 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 1.99 1.76 3/199 18474
/proc/meminfo: memFree=27319984/32770624 swapFree=66954412/67108860
[pid=18203] ppid=18197 vsize=2181156 memory=194440 CPUtime=1962.01 cores=0,2,4,6
/proc/18203/stat : 18203 (xcsp_picat) R 18197 18203 18143 0 -1 4202496 53927 0 0 0 196192 9 0 0 20 0 1 0 527219417 2233503744 48610 33554432000 4194304 5870510 140734524177376 140734524175816 5283076 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 25624576 140734524179463 140734524179545 140734524179545 140734524182470 0
/proc/18203/statm: 545289 48610 901 410 0 540762 0
Current children cumulated CPU time: 1962.01 s
Current children cumulated vsize: 2181156 KiB
Current children cumulated memory: 194440 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 1.99 1.78 3/198 18479
/proc/meminfo: memFree=27318680/32770624 swapFree=66954412/67108860
[pid=18203] ppid=18197 vsize=2181156 memory=194440 CPUtime=2022 cores=0,2,4,6
/proc/18203/stat : 18203 (xcsp_picat) R 18197 18203 18143 0 -1 4202496 54616 0 0 0 202191 9 0 0 20 0 1 0 527219417 2233503744 48610 33554432000 4194304 5870510 140734524177376 140734524175816 5262779 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 25624576 140734524179463 140734524179545 140734524179545 140734524182470 0
/proc/18203/statm: 545289 48610 901 410 0 540762 0
Current children cumulated CPU time: 2022 s
Current children cumulated vsize: 2181156 KiB
Current children cumulated memory: 194440 KiB

[startup+2045.06 s]
# the end of solver process 18203 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2044.67 s, system=0.099986 s

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

[startup+2022.4 s]
/proc/loadavg: 2.00 1.99 1.78 3/198 18479
/proc/meminfo: memFree=27318680/32770624 swapFree=66954412/67108860
[pid=18203] ppid=18197 vsize=2181156 memory=194440 CPUtime=2022.1 cores=0,2,4,6
/proc/18203/stat : 18203 (xcsp_picat) R 18197 18203 18143 0 -1 4202496 54616 0 0 0 202201 9 0 0 20 0 1 0 527219417 2233503744 48610 33554432000 4194304 5870510 140734524177376 140734524175816 5283064 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 25624576 140734524179463 140734524179545 140734524179545 140734524182470 0
/proc/18203/statm: 545289 48610 901 410 0 540762 0
Current children cumulated CPU time: 2022.1 s
Current children cumulated vsize: 2181156 KiB
Current children cumulated memory: 194440 KiB

[startup+2035.2 s]
/proc/loadavg: 2.00 1.99 1.78 3/198 18480
/proc/meminfo: memFree=27319144/32770624 swapFree=66954412/67108860
[pid=18203] ppid=18197 vsize=2181156 memory=194440 CPUtime=2034.89 cores=0,2,4,6
/proc/18203/stat : 18203 (xcsp_picat) R 18197 18203 18143 0 -1 4202496 54616 0 0 0 203480 9 0 0 20 0 1 0 527219417 2233503744 48610 33554432000 4194304 5870510 140734524177376 140734524175816 140734524307458 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 25624576 140734524179463 140734524179545 140734524179545 140734524182470 0
/proc/18203/statm: 545289 48610 901 410 0 540762 0
Current children cumulated CPU time: 2034.89 s
Current children cumulated vsize: 2181156 KiB
Current children cumulated memory: 194440 KiB

[startup+2041.6 s]
/proc/loadavg: 2.00 1.99 1.78 3/198 18480
/proc/meminfo: memFree=27318768/32770624 swapFree=66954412/67108860
[pid=18203] ppid=18197 vsize=2181156 memory=194440 CPUtime=2041.29 cores=0,2,4,6
/proc/18203/stat : 18203 (xcsp_picat) R 18197 18203 18143 0 -1 4202496 54616 0 0 0 204120 9 0 0 20 0 1 0 527219417 2233503744 48610 33554432000 4194304 5870510 140734524177376 140734524175816 5283135 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 25624576 140734524179463 140734524179545 140734524179545 140734524182470 0
/proc/18203/statm: 545289 48610 901 410 0 540762 0
Current children cumulated CPU time: 2041.29 s
Current children cumulated vsize: 2181156 KiB
Current children cumulated memory: 194440 KiB

[startup+2043.2 s]
/proc/loadavg: 2.00 1.99 1.78 3/198 18480
/proc/meminfo: memFree=27318892/32770624 swapFree=66954412/67108860
[pid=18203] ppid=18197 vsize=2181156 memory=194440 CPUtime=2042.89 cores=0,2,4,6
/proc/18203/stat : 18203 (xcsp_picat) R 18197 18203 18143 0 -1 4202496 54616 0 0 0 204280 9 0 0 20 0 1 0 527219417 2233503744 48610 33554432000 4194304 5870510 140734524177376 140734524175816 5281782 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 25624576 140734524179463 140734524179545 140734524179545 140734524182470 0
/proc/18203/statm: 545289 48610 901 410 0 540762 0
Current children cumulated CPU time: 2042.89 s
Current children cumulated vsize: 2181156 KiB
Current children cumulated memory: 194440 KiB

[startup+2044 s]*
/proc/loadavg: 2.00 1.99 1.78 3/198 18480
/proc/meminfo: memFree=27318892/32770624 swapFree=66954412/67108860
[pid=18203] ppid=18197 vsize=2181156 memory=194440 CPUtime=2043.7 cores=0,2,4,6
/proc/18203/stat : 18203 (xcsp_picat) R 18197 18203 18143 0 -1 4202496 54616 0 0 0 204361 9 0 0 20 0 1 0 527219417 2233503744 48610 33554432000 4194304 5870510 140734524177376 140734524175816 5282680 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 25624576 140734524179463 140734524179545 140734524179545 140734524182470 0
/proc/18203/statm: 545289 48610 901 410 0 540762 0
Current children cumulated CPU time: 2043.7 s
Current children cumulated vsize: 2181156 KiB
Current children cumulated memory: 194440 KiB

[startup+2044.8 s]
/proc/loadavg: 2.00 1.99 1.78 3/198 18480
/proc/meminfo: memFree=27318892/32770624 swapFree=66954412/67108860
[pid=18203] ppid=18197 vsize=2181156 memory=194440 CPUtime=2044.49 cores=0,2,4,6
/proc/18203/stat : 18203 (xcsp_picat) R 18197 18203 18143 0 -1 4202496 54616 0 0 0 204440 9 0 0 20 0 1 0 527219417 2233503744 48610 33554432000 4194304 5870510 140734524177376 140734524175816 5282533 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 25624576 140734524179463 140734524179545 140734524179545 140734524182470 0
/proc/18203/statm: 545289 48610 901 410 0 540762 0
Current children cumulated CPU time: 2044.49 s
Current children cumulated vsize: 2181156 KiB
Current children cumulated memory: 194440 KiB

[startup+2045 s]*
/proc/loadavg: 2.00 1.99 1.78 3/198 18480
/proc/meminfo: memFree=27318892/32770624 swapFree=66954412/67108860
[pid=18203] ppid=18197 vsize=2181156 memory=194440 CPUtime=2044.7 cores=0,2,4,6
/proc/18203/stat : 18203 (xcsp_picat) R 18197 18203 18143 0 -1 4202496 54616 0 0 0 204461 9 0 0 20 0 1 0 527219417 2233503744 48610 33554432000 4194304 5870510 140734524177376 140734524175816 5277076 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 25624576 140734524179463 140734524179545 140734524179545 140734524182470 0
/proc/18203/statm: 545289 48610 901 410 0 540762 0
Current children cumulated CPU time: 2044.7 s
Current children cumulated vsize: 2181156 KiB
Current children cumulated memory: 194440 KiB

Child status: 0
Real time (s): 2045.06
CPU time (s): 2044.77
CPU user time (s): 2044.67
CPU system time (s): 0.099986
CPU usage (%): 99.9856
Max. virtual memory (cumulated for all children) (KiB): 2181156
Max. memory (cumulated for all children) (KiB): 194440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2044.67
system time used= 0.099986
maximum resident set size= 194500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54669
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= 12
involuntary context switches= 2882


# summary of solver processes directly reported to runsolver:
#   pid: 18203
#   total CPU time (s): 2044.77
#   total CPU user time (s): 2044.67
#   total CPU system time (s): 0.099986

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.87741 second user time and 14.5694 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-26 15:51:57
IDJOB=4407562
IDBENCH=122171
IDSOLVER=2873
FILE ID=node107/4407562-1569509642
RUNJOBID= node107-1569505917-18174
PBS_JOBID= 21705798
Free space on /var/tmp= 12564 MiB

SOLVER NAME= PicatSAT 2019-09-12
BENCH NAME= XCSP17/Random/Random-RB-2-50-23/rand-2-50-23-587-230-39.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4407562-1569509642/watcher-4407562-1569509642 -o /var/tmp/evaluation-result-4407562-1569509642/solver-4407562-1569509642 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node107-1569505917-18174 --watchdog 2560  xcsp_picat HOME/instance-4407562-1569509642.xml

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

MD5SUM BENCH= 6ed171dcccdb92ebb130c3872609e61b
RANDOM SEED=581571668

node107.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        28625624 kB
MemAvailable:   31786504 kB
Buffers:          118912 kB
Cached:          3199908 kB
SwapCached:        48076 kB
Active:          2000084 kB
Inactive:        1367932 kB
Active(anon):      15736 kB
Inactive(anon):   103276 kB
Active(file):    1984348 kB
Inactive(file):  1264656 kB
Unevictable:      111004 kB
Mlocked:          111004 kB
SwapTotal:      67108860 kB
SwapFree:       66954412 kB
Dirty:              8152 kB
Writeback:             0 kB
AnonPages:        112892 kB
Mapped:            20828 kB
Shmem:             61168 kB
Slab:             368724 kB
SReclaimable:     340336 kB
SUnreclaim:        28388 kB
KernelStack:        3280 kB
PageTables:         6068 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     525776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /var/tmp at the end= 12556 MiB
End job on node107 at 2019-09-26 16:26:03