Trace number 4407692

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 2266.26 2266.09

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 benchmark261.548
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.49/25.53	c xcsp_picat version 2.7b12 (9/12/2019)
2266.17/2266.08	s SATISFIABLE
2266.17/2266.08	v <instantiation>
2266.17/2266.08	v     <list> x[]  </list> 
2266.17/2266.08	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> 
2266.17/2266.08	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 (10909 MiB free)
  memory of node 1: 16384 MiB (10668 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4407692-1569512073/watcher-4407692-1569512073 -o /var/tmp/evaluation-result-4407692-1569512073/solver-4407692-1569512073 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node133-1569509600-16690 --watchdog 2560 xcsp_picat HOME/instance-4407692-1569512073.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
solver pid=17158, runsolver pid=17155
Current StackSize limit: 8192 KiB


[startup+0.100521 s]*
/proc/loadavg: 2.00 1.99 1.86 3/203 17159
/proc/meminfo: memFree=22084872/32770624 swapFree=67003180/67108860
[pid=17158] ppid=17155 vsize=2036908 memory=15696 CPUtime=0.1 cores=0,2,4,6
/proc/17158/stat : 17158 (xcsp_picat) R 17155 17158 16659 0 -1 4202496 2046 0 0 0 10 0 0 0 20 0 1 0 527446835 2085793792 3924 33554432000 4194304 5870510 140725554210720 140725554201208 5562032 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 23056384 140725554217991 140725554218073 140725554218073 140725554220998 0
/proc/17158/statm: 509227 3924 954 410 0 504700 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2036908 KiB
Current children cumulated memory: 15696 KiB

[startup+0.209972 s]*
/proc/loadavg: 2.00 1.99 1.86 3/203 17159
/proc/meminfo: memFree=22084624/32770624 swapFree=67003180/67108860
[pid=17158] ppid=17155 vsize=2037064 memory=15952 CPUtime=0.21 cores=0,2,4,6
/proc/17158/stat : 17158 (xcsp_picat) R 17155 17158 16659 0 -1 4202496 2107 0 0 0 21 0 0 0 20 0 1 0 527446835 2085953536 3988 33554432000 4194304 5870510 140725554210720 140725554201208 5562059 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 23056384 140725554217991 140725554218073 140725554218073 140725554220998 0
/proc/17158/statm: 509266 3988 971 410 0 504739 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2037064 KiB
Current children cumulated memory: 15952 KiB

[startup+0.309007 s]*
/proc/loadavg: 2.00 1.99 1.86 3/203 17159
/proc/meminfo: memFree=22084624/32770624 swapFree=67003180/67108860
[pid=17158] ppid=17155 vsize=2037108 memory=15936 CPUtime=0.31 cores=0,2,4,6
/proc/17158/stat : 17158 (xcsp_picat) R 17155 17158 16659 0 -1 4202496 2137 0 0 0 31 0 0 0 20 0 1 0 527446835 2085998592 3984 33554432000 4194304 5870510 140725554210720 140725554201208 5406717 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 23056384 140725554217991 140725554218073 140725554218073 140725554220998 0
/proc/17158/statm: 509277 3984 971 410 0 504750 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2037108 KiB
Current children cumulated memory: 15936 KiB

[startup+0.700225 s]
/proc/loadavg: 2.00 1.99 1.86 3/203 17159
/proc/meminfo: memFree=22084264/32770624 swapFree=67003180/67108860
[pid=17158] ppid=17155 vsize=2037696 memory=16676 CPUtime=0.69 cores=0,2,4,6
/proc/17158/stat : 17158 (xcsp_picat) R 17155 17158 16659 0 -1 4202496 2315 0 0 0 69 0 0 0 20 0 1 0 527446835 2086600704 4169 33554432000 4194304 5870510 140725554210720 140725554209816 5478371 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 23056384 140725554217991 140725554218073 140725554218073 140725554220998 0
/proc/17158/statm: 509424 4169 971 410 0 504897 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2037696 KiB
Current children cumulated memory: 16676 KiB

[startup+1.50023 s]
/proc/loadavg: 2.00 1.99 1.86 3/203 17159
/proc/meminfo: memFree=22083520/32770624 swapFree=67003180/67108860
[pid=17158] ppid=17155 vsize=2038096 memory=17384 CPUtime=1.49 cores=0,2,4,6
/proc/17158/stat : 17158 (xcsp_picat) R 17155 17158 16659 0 -1 4202496 2514 0 0 0 149 0 0 0 20 0 1 0 527446835 2087010304 4346 33554432000 4194304 5870510 140725554210720 140725554209416 5562064 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 23056384 140725554217991 140725554218073 140725554218073 140725554220998 0
/proc/17158/statm: 509524 4346 971 410 0 504997 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2038096 KiB
Current children cumulated memory: 17384 KiB

[startup+3.10964 s]
/proc/loadavg: 2.00 1.99 1.86 3/203 17159
/proc/meminfo: memFree=22079612/32770624 swapFree=67003180/67108860
[pid=17158] ppid=17155 vsize=2039376 memory=21288 CPUtime=3.1 cores=0,2,4,6
/proc/17158/stat : 17158 (xcsp_picat) R 17155 17158 16659 0 -1 4202496 3781 0 0 0 309 1 0 0 20 0 1 0 527446835 2088321024 5322 33554432000 4194304 5870510 140725554210720 140725554209816 5416355 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 23056384 140725554217991 140725554218073 140725554218073 140725554220998 0
/proc/17158/statm: 509844 5322 972 410 0 505317 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2039376 KiB
Current children cumulated memory: 21288 KiB

[startup+6.30025 s]
/proc/loadavg: 2.00 1.99 1.86 3/203 17159
/proc/meminfo: memFree=22068224/32770624 swapFree=67003180/67108860
[pid=17158] ppid=17155 vsize=2049636 memory=32712 CPUtime=6.29 cores=0,2,4,6
/proc/17158/stat : 17158 (xcsp_picat) R 17155 17158 16659 0 -1 4202496 8867 0 0 0 627 2 0 0 20 0 1 0 527446835 2098827264 8178 33554432000 4194304 5870510 140725554210720 140725554209288 5282251 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 23056384 140725554217991 140725554218073 140725554218073 140725554220998 0
/proc/17158/statm: 512409 8178 1003 410 0 507882 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2049636 KiB
Current children cumulated memory: 32712 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 1.99 1.86 3/203 17159
/proc/meminfo: memFree=22056372/32770624 swapFree=67003180/67108860
[pid=17158] ppid=17155 vsize=2061392 memory=44028 CPUtime=12.69 cores=0,2,4,6
/proc/17158/stat : 17158 (xcsp_picat) R 17155 17158 16659 0 -1 4202496 14346 0 0 0 1267 2 0 0 20 0 1 0 527446835 2110865408 11007 33554432000 4194304 5870510 140725554210720 140725554209288 5277088 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 23056384 140725554217991 140725554218073 140725554218073 140725554220998 0
/proc/17158/statm: 515348 11007 1003 410 0 510821 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2061392 KiB
Current children cumulated memory: 44028 KiB

[startup+25.5003 s]
/proc/loadavg: 2.00 1.99 1.86 3/205 17162
/proc/meminfo: memFree=22032492/32770624 swapFree=67003180/67108860
[pid=17158] ppid=17155 vsize=2084520 memory=67556 CPUtime=25.49 cores=0,2,4,6
/proc/17158/stat : 17158 (xcsp_picat) R 17155 17158 16659 0 -1 4202496 23870 0 0 0 2545 4 0 0 20 0 1 0 527446835 2134548480 16889 33554432000 4194304 5870510 140725554210720 140725554209288 5308256 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 23056384 140725554217991 140725554218073 140725554218073 140725554220998 0
/proc/17158/statm: 521130 16889 1003 410 0 516603 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2084520 KiB
Current children cumulated memory: 67556 KiB

[startup+51.1099 s]
/proc/loadavg: 2.00 1.99 1.87 3/204 17224
/proc/meminfo: memFree=24021336/32770624 swapFree=67003180/67108860
[pid=17158] ppid=17155 vsize=2100720 memory=82800 CPUtime=51.09 cores=0,2,4,6
/proc/17158/stat : 17158 (xcsp_picat) R 17155 17158 16659 0 -1 4202496 27769 0 0 0 5104 5 0 0 20 0 1 0 527446835 2151137280 20700 33554432000 4194304 5870510 140725554210720 140725554209288 5283083 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 23056384 140725554217991 140725554218073 140725554218073 140725554220998 0
/proc/17158/statm: 525180 20700 1003 410 0 520653 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 2100720 KiB
Current children cumulated memory: 82800 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 1.99 1.87 3/203 17228
/proc/meminfo: memFree=24007980/32770624 swapFree=67003180/67108860
[pid=17158] ppid=17155 vsize=2107900 memory=92868 CPUtime=102.28 cores=0,2,4,6
/proc/17158/stat : 17158 (xcsp_picat) R 17155 17158 16659 0 -1 4202496 29837 0 0 0 10222 6 0 0 20 0 1 0 527446835 2158489600 23217 33554432000 4194304 5870510 140725554210720 140725554209160 5283067 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 23056384 140725554217991 140725554218073 140725554218073 140725554220998 0
/proc/17158/statm: 526975 23217 1003 410 0 522448 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 2107900 KiB
Current children cumulated memory: 92868 KiB

[startup+162.3 s]
/proc/loadavg: 2.05 2.00 1.88 3/204 17234
/proc/meminfo: memFree=23983376/32770624 swapFree=67003180/67108860
[pid=17158] ppid=17155 vsize=2133760 memory=118484 CPUtime=162.28 cores=0,2,4,6
/proc/17158/stat : 17158 (xcsp_picat) R 17155 17158 16659 0 -1 4202496 31255 0 0 0 16222 6 0 0 20 0 1 0 527446835 2184970240 29621 33554432000 4194304 5870510 140725554210720 140725554209288 5272427 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 23056384 140725554217991 140725554218073 140725554218073 140725554220998 0
/proc/17158/statm: 533440 29621 1003 410 0 528913 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 2133760 KiB
Current children cumulated memory: 118484 KiB

[startup+222.3 s]
/proc/loadavg: 2.07 2.02 1.89 3/203 17238
/proc/meminfo: memFree=23971444/32770624 swapFree=67003180/67108860
[pid=17158] ppid=17155 vsize=2148316 memory=133884 CPUtime=222.29 cores=0,2,4,6
/proc/17158/stat : 17158 (xcsp_picat) R 17155 17158 16659 0 -1 4202496 32187 0 0 0 22223 6 0 0 20 0 1 0 527446835 2199875584 33471 33554432000 4194304 5870510 140725554210720 140725554209288 5304160 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 23056384 140725554217991 140725554218073 140725554218073 140725554220998 0
/proc/17158/statm: 537079 33471 1003 410 0 532552 0
Current children cumulated CPU time: 222.29 s
Current children cumulated vsize: 2148316 KiB
Current children cumulated memory: 133884 KiB

[startup+282.3 s]
/proc/loadavg: 2.08 2.03 1.90 3/203 17242
/proc/meminfo: memFree=23969216/32770624 swapFree=67003180/67108860
[pid=17158] ppid=17155 vsize=2148316 memory=135244 CPUtime=282.3 cores=0,2,4,6
/proc/17158/stat : 17158 (xcsp_picat) R 17155 17158 16659 0 -1 4202496 34685 0 0 0 28223 7 0 0 20 0 1 0 527446835 2199875584 33811 33554432000 4194304 5870510 140725554210720 140725554209288 5308341 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 23056384 140725554217991 140725554218073 140725554218073 140725554220998 0
/proc/17158/statm: 537079 33811 1003 410 0 532552 0
Current children cumulated CPU time: 282.3 s
Current children cumulated vsize: 2148316 KiB
Current children cumulated memory: 135244 KiB

[startup+342.3 s]
/proc/loadavg: 2.08 2.04 1.92 3/203 17248
/proc/meminfo: memFree=23965032/32770624 swapFree=67003180/67108860
[pid=17158] ppid=17155 vsize=2148316 memory=135244 CPUtime=342.3 cores=0,2,4,6
/proc/17158/stat : 17158 (xcsp_picat) R 17155 17158 16659 0 -1 4202496 34685 0 0 0 34223 7 0 0 20 0 1 0 527446835 2199875584 33811 33554432000 4194304 5870510 140725554210720 140725554209288 5282515 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 23056384 140725554217991 140725554218073 140725554218073 140725554220998 0
/proc/17158/statm: 537079 33811 1003 410 0 532552 0
Current children cumulated CPU time: 342.3 s
Current children cumulated vsize: 2148316 KiB
Current children cumulated memory: 135244 KiB

[startup+402.3 s]
/proc/loadavg: 2.06 2.04 1.93 3/204 17261
/proc/meminfo: memFree=23969068/32770624 swapFree=67003180/67108860
[pid=17158] ppid=17155 vsize=2148316 memory=135332 CPUtime=402.31 cores=0,2,4,6
/proc/17158/stat : 17158 (xcsp_picat) R 17155 17158 16659 0 -1 4202496 34787 0 0 0 40224 7 0 0 20 0 1 0 527446835 2199875584 33833 33554432000 4194304 5870510 140725554210720 140725554209288 5277469 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 23056384 140725554217991 140725554218073 140725554218073 140725554220998 0
/proc/17158/statm: 537079 33833 1003 410 0 532552 0
Current children cumulated CPU time: 402.31 s
Current children cumulated vsize: 2148316 KiB
Current children cumulated memory: 135332 KiB

[startup+462.3 s]
/proc/loadavg: 2.17 2.07 1.94 3/204 17326
/proc/meminfo: memFree=23917684/32770624 swapFree=67003180/67108860
[pid=17158] ppid=17155 vsize=2148316 memory=135332 CPUtime=462.31 cores=0,2,4,6
/proc/17158/stat : 17158 (xcsp_picat) R 17155 17158 16659 0 -1 4202496 34787 0 0 0 46224 7 0 0 20 0 1 0 527446835 2199875584 33833 33554432000 4194304 5870510 140725554210720 140725554209288 5282505 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 23056384 140725554217991 140725554218073 140725554218073 140725554220998 0
/proc/17158/statm: 537079 33833 1003 410 0 532552 0
Current children cumulated CPU time: 462.31 s
Current children cumulated vsize: 2148316 KiB
Current children cumulated memory: 135332 KiB


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

Current children cumulated memory: 197376 KiB

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/205 17832
/proc/meminfo: memFree=23776104/32770624 swapFree=67003180/67108860
[pid=17158] ppid=17155 vsize=2210368 memory=197384 CPUtime=1722.42 cores=0,2,4,6
/proc/17158/stat : 17158 (xcsp_picat) R 17155 17158 16659 0 -1 4202496 50299 0 0 0 172229 13 0 0 20 0 1 0 527446835 2263416832 49346 33554432000 4194304 5870510 140725554210720 140725554209288 5282251 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 23056384 140725554217991 140725554218073 140725554218073 140725554220998 0
/proc/17158/statm: 552592 49346 1003 410 0 548065 0
Current children cumulated CPU time: 1722.42 s
Current children cumulated vsize: 2210368 KiB
Current children cumulated memory: 197384 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/206 17838
/proc/meminfo: memFree=23784684/32770624 swapFree=67003180/67108860
[pid=17158] ppid=17155 vsize=2210368 memory=197384 CPUtime=1782.42 cores=0,2,4,6
/proc/17158/stat : 17158 (xcsp_picat) R 17155 17158 16659 0 -1 4202496 50389 0 0 0 178229 13 0 0 20 0 1 0 527446835 2263416832 49346 33554432000 4194304 5870510 140725554210720 140725554209288 140162161820128 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 23056384 140725554217991 140725554218073 140725554218073 140725554220998 0
/proc/17158/statm: 552592 49346 1003 410 0 548065 0
Current children cumulated CPU time: 1782.42 s
Current children cumulated vsize: 2210368 KiB
Current children cumulated memory: 197384 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/205 17842
/proc/meminfo: memFree=23760932/32770624 swapFree=67003180/67108860
[pid=17158] ppid=17155 vsize=2210368 memory=197384 CPUtime=1842.42 cores=0,2,4,6
/proc/17158/stat : 17158 (xcsp_picat) R 17155 17158 16659 0 -1 4202496 50547 0 0 0 184229 13 0 0 20 0 1 0 527446835 2263416832 49346 33554432000 4194304 5870510 140725554210720 140725554209288 5282680 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 23056384 140725554217991 140725554218073 140725554218073 140725554220998 0
/proc/17158/statm: 552592 49346 1003 410 0 548065 0
Current children cumulated CPU time: 1842.42 s
Current children cumulated vsize: 2210368 KiB
Current children cumulated memory: 197384 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/204 17847
/proc/meminfo: memFree=23747392/32770624 swapFree=67003180/67108860
[pid=17158] ppid=17155 vsize=2210368 memory=197384 CPUtime=1902.43 cores=0,2,4,6
/proc/17158/stat : 17158 (xcsp_picat) R 17155 17158 16659 0 -1 4202496 50628 0 0 0 190230 13 0 0 20 0 1 0 527446835 2263416832 49346 33554432000 4194304 5870510 140725554210720 140725554209288 5282505 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 23056384 140725554217991 140725554218073 140725554218073 140725554220998 0
/proc/17158/statm: 552592 49346 1003 410 0 548065 0
Current children cumulated CPU time: 1902.43 s
Current children cumulated vsize: 2210368 KiB
Current children cumulated memory: 197384 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/205 17854
/proc/meminfo: memFree=23740072/32770624 swapFree=67003180/67108860
[pid=17158] ppid=17155 vsize=2210368 memory=197384 CPUtime=1962.43 cores=0,2,4,6
/proc/17158/stat : 17158 (xcsp_picat) R 17155 17158 16659 0 -1 4202496 52830 0 0 0 196230 13 0 0 20 0 1 0 527446835 2263416832 49346 33554432000 4194304 5870510 140725554210720 140725554209288 5283024 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 23056384 140725554217991 140725554218073 140725554218073 140725554220998 0
/proc/17158/statm: 552592 49346 1003 410 0 548065 0
Current children cumulated CPU time: 1962.43 s
Current children cumulated vsize: 2210368 KiB
Current children cumulated memory: 197384 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/204 17858
/proc/meminfo: memFree=23738356/32770624 swapFree=67003180/67108860
[pid=17158] ppid=17155 vsize=2210368 memory=197384 CPUtime=2022.44 cores=0,2,4,6
/proc/17158/stat : 17158 (xcsp_picat) R 17155 17158 16659 0 -1 4202496 52921 0 0 0 202231 13 0 0 20 0 1 0 527446835 2263416832 49346 33554432000 4194304 5870510 140725554210720 140725554209288 5283024 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 23056384 140725554217991 140725554218073 140725554218073 140725554220998 0
/proc/17158/statm: 552592 49346 1003 410 0 548065 0
Current children cumulated CPU time: 2022.44 s
Current children cumulated vsize: 2210368 KiB
Current children cumulated memory: 197384 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/204 17862
/proc/meminfo: memFree=23736436/32770624 swapFree=67003180/67108860
[pid=17158] ppid=17155 vsize=2210368 memory=197384 CPUtime=2082.44 cores=0,2,4,6
/proc/17158/stat : 17158 (xcsp_picat) R 17155 17158 16659 0 -1 4202496 53376 0 0 0 208231 13 0 0 20 0 1 0 527446835 2263416832 49346 33554432000 4194304 5870510 140725554210720 140725554209288 5282505 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 23056384 140725554217991 140725554218073 140725554218073 140725554220998 0
/proc/17158/statm: 552592 49346 1003 410 0 548065 0
Current children cumulated CPU time: 2082.44 s
Current children cumulated vsize: 2210368 KiB
Current children cumulated memory: 197384 KiB

[startup+2142.3 s]
/proc/loadavg: 2.05 2.03 1.97 3/205 17868
/proc/meminfo: memFree=23733500/32770624 swapFree=67003180/67108860
[pid=17158] ppid=17155 vsize=2211436 memory=198452 CPUtime=2142.45 cores=0,2,4,6
/proc/17158/stat : 17158 (xcsp_picat) R 17155 17158 16659 0 -1 4202496 55118 0 0 0 214229 16 0 0 20 0 1 0 527446835 2264510464 49613 33554432000 4194304 5870510 140725554210720 140725554209160 5282617 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 23056384 140725554217991 140725554218073 140725554218073 140725554220998 0
/proc/17158/statm: 552859 49613 1003 410 0 548332 0
Current children cumulated CPU time: 2142.45 s
Current children cumulated vsize: 2211436 KiB
Current children cumulated memory: 198452 KiB

[startup+2202.3 s]
/proc/loadavg: 2.02 2.02 1.97 3/203 17879
/proc/meminfo: memFree=23698616/32770624 swapFree=67003180/67108860
[pid=17158] ppid=17155 vsize=2260756 memory=234304 CPUtime=2202.45 cores=0,2,4,6
/proc/17158/stat : 17158 (xcsp_picat) R 17155 17158 16659 0 -1 4202496 58012 0 0 0 220226 19 0 0 20 0 1 0 527446835 2315014144 58576 33554432000 4194304 5870510 140725554210720 140725554209160 5282509 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 23056384 140725554217991 140725554218073 140725554218073 140725554220998 0
/proc/17158/statm: 565189 58576 1003 410 0 560662 0
Current children cumulated CPU time: 2202.45 s
Current children cumulated vsize: 2260756 KiB
Current children cumulated memory: 234304 KiB

[startup+2262.3 s]
/proc/loadavg: 2.01 2.02 1.97 3/203 17884
/proc/meminfo: memFree=23700500/32770624 swapFree=67003180/67108860
[pid=17158] ppid=17155 vsize=2260756 memory=232212 CPUtime=2262.46 cores=0,2,4,6
/proc/17158/stat : 17158 (xcsp_picat) R 17155 17158 16659 0 -1 4202496 59577 0 0 0 226223 23 0 0 20 0 1 0 527446835 2315014144 58053 33554432000 4194304 5870510 140725554210720 140725554209160 5282617 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 23056384 140725554217991 140725554218073 140725554218073 140725554220998 0
/proc/17158/statm: 565189 58053 1003 410 0 560662 0
Current children cumulated CPU time: 2262.46 s
Current children cumulated vsize: 2260756 KiB
Current children cumulated memory: 232212 KiB

[startup+2266.09 s]
# the end of solver process 17158 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2266.02 s, system=0.234018 s

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

[startup+2262.4 s]
/proc/loadavg: 2.01 2.02 1.97 3/203 17884
/proc/meminfo: memFree=23700500/32770624 swapFree=67003180/67108860
[pid=17158] ppid=17155 vsize=2260756 memory=232212 CPUtime=2262.56 cores=0,2,4,6
/proc/17158/stat : 17158 (xcsp_picat) R 17155 17158 16659 0 -1 4202496 59577 0 0 0 226233 23 0 0 20 0 1 0 527446835 2315014144 58053 33554432000 4194304 5870510 140725554210720 140725554209160 5262777 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 23056384 140725554217991 140725554218073 140725554218073 140725554220998 0
/proc/17158/statm: 565189 58053 1003 410 0 560662 0
Current children cumulated CPU time: 2262.56 s
Current children cumulated vsize: 2260756 KiB
Current children cumulated memory: 232212 KiB

[startup+2264 s]*
/proc/loadavg: 2.01 2.02 1.97 3/203 17884
/proc/meminfo: memFree=23698452/32770624 swapFree=67003180/67108860
[pid=17158] ppid=17155 vsize=2260756 memory=234260 CPUtime=2264.17 cores=0,2,4,6
/proc/17158/stat : 17158 (xcsp_picat) R 17155 17158 16659 0 -1 4202496 59579 0 0 0 226394 23 0 0 20 0 1 0 527446835 2315014144 58565 33554432000 4194304 5870510 140725554210720 140725554209160 5283106 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 23056384 140725554217991 140725554218073 140725554218073 140725554220998 0
/proc/17158/statm: 565189 58565 1003 410 0 560662 0
Current children cumulated CPU time: 2264.17 s
Current children cumulated vsize: 2260756 KiB
Current children cumulated memory: 234260 KiB

[startup+2264.8 s]
/proc/loadavg: 2.01 2.02 1.97 3/203 17884
/proc/meminfo: memFree=23698452/32770624 swapFree=67003180/67108860
[pid=17158] ppid=17155 vsize=2260756 memory=234260 CPUtime=2264.96 cores=0,2,4,6
/proc/17158/stat : 17158 (xcsp_picat) R 17155 17158 16659 0 -1 4202496 59580 0 0 0 226473 23 0 0 20 0 1 0 527446835 2315014144 58565 33554432000 4194304 5870510 140725554210720 140725554209160 5283024 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 23056384 140725554217991 140725554218073 140725554218073 140725554220998 0
/proc/17158/statm: 565189 58565 1003 410 0 560662 0
Current children cumulated CPU time: 2264.96 s
Current children cumulated vsize: 2260756 KiB
Current children cumulated memory: 234260 KiB

[startup+2265.6 s]
/proc/loadavg: 2.01 2.02 1.97 3/203 17884
/proc/meminfo: memFree=23696404/32770624 swapFree=67003180/67108860
[pid=17158] ppid=17155 vsize=2260756 memory=236308 CPUtime=2265.76 cores=0,2,4,6
/proc/17158/stat : 17158 (xcsp_picat) R 17155 17158 16659 0 -1 4202496 59581 0 0 0 226553 23 0 0 20 0 1 0 527446835 2315014144 59077 33554432000 4194304 5870510 140725554210720 140725554209160 5277101 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 23056384 140725554217991 140725554218073 140725554218073 140725554220998 0
/proc/17158/statm: 565189 59077 1003 410 0 560662 0
Current children cumulated CPU time: 2265.76 s
Current children cumulated vsize: 2260756 KiB
Current children cumulated memory: 236308 KiB

[startup+2266 s]*
/proc/loadavg: 2.01 2.02 1.97 3/203 17884
/proc/meminfo: memFree=23696404/32770624 swapFree=67003180/67108860
[pid=17158] ppid=17155 vsize=2260756 memory=236308 CPUtime=2266.17 cores=0,2,4,6
/proc/17158/stat : 17158 (xcsp_picat) R 17155 17158 16659 0 -1 4202496 59583 0 0 0 226594 23 0 0 20 0 1 0 527446835 2315014144 59077 33554432000 4194304 5870510 140725554210720 140725554209160 5282617 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 23056384 140725554217991 140725554218073 140725554218073 140725554220998 0
/proc/17158/statm: 565189 59077 1003 410 0 560662 0
Current children cumulated CPU time: 2266.17 s
Current children cumulated vsize: 2260756 KiB
Current children cumulated memory: 236308 KiB

Child status: 0
Real time (s): 2266.09
CPU time (s): 2266.26
CPU user time (s): 2266.02
CPU system time (s): 0.234018
CPU usage (%): 100.008
Max. virtual memory (cumulated for all children) (KiB): 2260756
Max. memory (cumulated for all children) (KiB): 238416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2266.02
system time used= 0.234018
maximum resident set size= 238416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59620
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= 13
involuntary context switches= 668


# summary of solver processes directly reported to runsolver:
#   pid: 17158
#   total CPU time (s): 2266.26
#   total CPU user time (s): 2266.02
#   total CPU system time (s): 0.234018

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.06047 second user time and 20.3861 second system time

The end

Launcher Data

Begin job on node133 at 2019-09-26 17:33:53
IDJOB=4407692
IDBENCH=133440
IDSOLVER=2873
FILE ID=node133/4407692-1569512073
RUNJOBID= node133-1569509600-16690
PBS_JOBID= 21705787
Free space on /var/tmp= 13484 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 /var/tmp/evaluation-result-4407692-1569512073/watcher-4407692-1569512073 -o /var/tmp/evaluation-result-4407692-1569512073/solver-4407692-1569512073 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node133-1569509600-16690 --watchdog 2560  xcsp_picat HOME/instance-4407692-1569512073.xml

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

MD5SUM BENCH= b9738aa7a21d23764c9c35483473acef
RANDOM SEED=642432590

node133.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.18
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.18
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.18
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.18
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:        22095960 kB
MemAvailable:   29795092 kB
Buffers:          185792 kB
Cached:          7576336 kB
SwapCached:         4964 kB
Active:          5837408 kB
Inactive:        3960192 kB
Active(anon):    2048632 kB
Inactive(anon):    59120 kB
Active(file):    3788776 kB
Inactive(file):  3901072 kB
Unevictable:      109560 kB
Mlocked:          109560 kB
SwapTotal:      67108860 kB
SwapFree:       67003180 kB
Dirty:              3132 kB
Writeback:             0 kB
AnonPages:       2133516 kB
Mapped:            24872 kB
Shmem:             63404 kB
Slab:             466744 kB
SReclaimable:     437744 kB
SUnreclaim:        29000 kB
KernelStack:        3600 kB
PageTables:        10220 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4731588 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1939456 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /var/tmp at the end= 13480 MiB
End job on node133 at 2019-09-26 18:11:39