Trace number 4295352

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PicatSAT 2018-06-15OPT771 1195.92 1195.86

General information on the benchmark

NameMario/
Mario-n-medium-5_c18.xml
MD5SUM36a1aa2a38358c951443c34d8d302d49
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark771
Best CPU time to get the best result obtained on this benchmark86.9906
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints61
Number of domains56
Minimum domain size1
Maximum domain size30
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":28},{"size":29,"count":5},{"size":30,"count":55}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":59},{"degree":3,"count":29}]
Minimum constraint arity1
Maximum constraint arity30
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":58},{"arity":30,"count":2}]
Number of extensional constraints30
Number of intensional constraints29
Distribution of constraint types[{"type":"extension","count":30},{"type":"intension","count":29},{"type":"sum","count":1},{"type":"circuit","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

1195.85/1195.85	c xcsp_picat version 2.4#4 (June 15, 2018)
1195.85/1195.85	o 561
1195.85/1195.85	o 708
1195.85/1195.85	o 755
1195.85/1195.85	o 769
1195.85/1195.85	o 771
1195.85/1195.85	s OPTIMUM FOUND
1195.85/1195.85	v <instantiation>
1195.85/1195.85	v     <list> s[] g[] f[]  </list> 
1195.85/1195.85	v     <values> 2 0 23 6 4 5 18 15 8 29 11 26 12 10 14 20 1 17 7 13 27 21 22 19 24 25 9 16 28 3  0 0 74 24 0 0 54 91 0 21 31 3 0 60 0 90 78 0 17 17 8 0 0 56 0 0 80 47 0 20  46 0 180 194 0 0 273 574 0 1 58 26 0 43 0 45 178 0 41 40 73 0 0 1 0 0 70 61 0 89   </values> 
1195.85/1195.85	v </instantiation>

Verifier Data

OK	771

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295352-1532519170/watcher-4295352-1532519170 -o /tmp/evaluation-result-4295352-1532519170/solver-4295352-1532519170 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532498874-27090 --watchdog 2580 xcsp_picat HOME/instance-4295352-1532519170.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=29325, runsolver pid=29322

[startup+0.100215 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 29326
/proc/meminfo: memFree=12491960/32770624 swapFree=67108860/67108860
[pid=29325] ppid=29322 vsize=128064 memory=25864 CPUtime=0.1 cores=0,2,4,6
/proc/29325/stat : 29325 (xcsp_picat) R 29322 29325 27059 0 -1 4202496 2581 0 0 0 10 0 0 0 20 0 1 0 69480163 131137536 6466 33554432000 4194304 5849740 140735276554608 140735276554608 5249600 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 24764416 140735276561590 140735276561668 140735276561668 140735276564426 0
/proc/29325/statm: 32016 6466 629 405 0 28960 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 128064 KiB
Current children cumulated memory: 25864 KiB

[startup+0.209944 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 29326
/proc/meminfo: memFree=12461688/32770624 swapFree=67108860/67108860
[pid=29325] ppid=29322 vsize=129764 memory=46592 CPUtime=0.21 cores=0,2,4,6
/proc/29325/stat : 29325 (xcsp_picat) R 29322 29325 27059 0 -1 4202496 3848 0 0 0 20 1 0 0 20 0 1 0 69480163 132878336 11648 33554432000 4194304 5849740 140735276554608 140735276553720 139977814544263 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 24764416 140735276561590 140735276561668 140735276561668 140735276564426 0
/proc/29325/statm: 32441 11648 703 405 0 29385 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 129764 KiB
Current children cumulated memory: 46592 KiB

[startup+0.309563 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 29326
/proc/meminfo: memFree=12399940/32770624 swapFree=67108860/67108860
[pid=29325] ppid=29322 vsize=129764 memory=46592 CPUtime=0.31 cores=0,2,4,6
/proc/29325/stat : 29325 (xcsp_picat) R 29322 29325 27059 0 -1 4202496 3855 0 0 0 30 1 0 0 20 0 1 0 69480163 132878336 11648 33554432000 4194304 5849740 140735276554608 140735276553720 5606227 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 24764416 140735276561590 140735276561668 140735276561668 140735276564426 0
/proc/29325/statm: 32441 11648 703 405 0 29385 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 129764 KiB
Current children cumulated memory: 46592 KiB

[startup+0.700333 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 29326
/proc/meminfo: memFree=12399940/32770624 swapFree=67108860/67108860
[pid=29325] ppid=29322 vsize=129908 memory=46592 CPUtime=0.69 cores=0,2,4,6
/proc/29325/stat : 29325 (xcsp_picat) R 29322 29325 27059 0 -1 4202496 3867 0 0 0 68 1 0 0 20 0 1 0 69480163 133025792 11648 33554432000 4194304 5849740 140735276554608 140735276553720 5606197 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 24764416 140735276561590 140735276561668 140735276561668 140735276564426 0
/proc/29325/statm: 32477 11648 703 405 0 29421 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 129908 KiB
Current children cumulated memory: 46592 KiB

[startup+1.50034 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 29326
/proc/meminfo: memFree=12399940/32770624 swapFree=67108860/67108860
[pid=29325] ppid=29322 vsize=129908 memory=46592 CPUtime=1.49 cores=0,2,4,6
/proc/29325/stat : 29325 (xcsp_picat) R 29322 29325 27059 0 -1 4202496 3875 0 0 0 148 1 0 0 20 0 1 0 69480163 133025792 11648 33554432000 4194304 5849740 140735276554608 140735276553704 5521452 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 24764416 140735276561590 140735276561668 140735276561668 140735276564426 0
/proc/29325/statm: 32477 11648 703 405 0 29421 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 129908 KiB
Current children cumulated memory: 46592 KiB

[startup+3.10947 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 29326
/proc/meminfo: memFree=12310832/32770624 swapFree=67108860/67108860
[pid=29325] ppid=29322 vsize=139248 memory=55108 CPUtime=3.1 cores=0,2,4,6
/proc/29325/stat : 29325 (xcsp_picat) R 29322 29325 27059 0 -1 4202496 5626 0 0 0 308 2 0 0 20 0 1 0 69480163 142589952 13777 33554432000 4194304 5849740 140735276554608 140735276553096 4211660 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 24764416 140735276561590 140735276561668 140735276561668 140735276564426 0
/proc/29325/statm: 34812 13777 742 405 0 31756 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 139248 KiB
Current children cumulated memory: 55108 KiB

[startup+6.30035 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 29326
/proc/meminfo: memFree=12308912/32770624 swapFree=67108860/67108860
[pid=29325] ppid=29322 vsize=139248 memory=55984 CPUtime=6.3 cores=0,2,4,6
/proc/29325/stat : 29325 (xcsp_picat) R 29322 29325 27059 0 -1 4202496 7121 0 0 0 623 7 0 0 20 0 1 0 69480163 142589952 13996 33554432000 4194304 5849740 140735276554608 140735276553608 139977814544263 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 24764416 140735276561590 140735276561668 140735276561668 140735276564426 0
/proc/29325/statm: 34812 13996 755 405 0 31756 0
Current children cumulated CPU time: 6.3 s
Current children cumulated vsize: 139248 KiB
Current children cumulated memory: 55984 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 29326
/proc/meminfo: memFree=12261748/32770624 swapFree=67108860/67108860
[pid=29325] ppid=29322 vsize=139156 memory=55980 CPUtime=12.69 cores=0,2,4,6
/proc/29325/stat : 29325 (xcsp_picat) R 29322 29325 27059 0 -1 4202496 9354 0 0 0 1258 11 0 0 20 0 1 0 69480163 142495744 13995 33554432000 4194304 5849740 140735276554608 140735276553608 139977814544263 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 24764416 140735276561590 140735276561668 140735276561668 140735276564426 0
/proc/29325/statm: 34789 13995 764 405 0 31733 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 139156 KiB
Current children cumulated memory: 55980 KiB

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 29326
/proc/meminfo: memFree=12278624/32770624 swapFree=67108860/67108860
[pid=29325] ppid=29322 vsize=151984 memory=68808 CPUtime=25.49 cores=0,2,4,6
/proc/29325/stat : 29325 (xcsp_picat) R 29322 29325 27059 0 -1 4202496 15603 0 0 0 2527 22 0 0 20 0 1 0 69480163 155631616 17202 33554432000 4194304 5849740 140735276554608 140735276553608 139977814544263 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 24764416 140735276561590 140735276561668 140735276561668 140735276564426 0
/proc/29325/statm: 37996 17202 764 405 0 34940 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 151984 KiB
Current children cumulated memory: 68808 KiB

[startup+51.1095 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 29326
/proc/meminfo: memFree=12254860/32770624 swapFree=67108860/67108860
[pid=29325] ppid=29322 vsize=164092 memory=81124 CPUtime=51.1 cores=0,2,4,6
/proc/29325/stat : 29325 (xcsp_picat) R 29322 29325 27059 0 -1 4202496 22036 0 0 0 5074 36 0 0 20 0 1 0 69480163 168030208 20281 33554432000 4194304 5849740 140735276554608 140735276553608 5437576 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 24764416 140735276561590 140735276561668 140735276561668 140735276564426 0
/proc/29325/statm: 41023 20281 764 405 0 37967 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 164092 KiB
Current children cumulated memory: 81124 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 29327
/proc/meminfo: memFree=12199564/32770624 swapFree=67108860/67108860
[pid=29325] ppid=29322 vsize=146336 memory=63372 CPUtime=102.29 cores=0,2,4,6
/proc/29325/stat : 29325 (xcsp_picat) R 29322 29325 27059 0 -1 4202496 37849 0 0 0 10170 59 0 0 20 0 1 0 69480163 149848064 15843 33554432000 4194304 5849740 140735276554608 140735276553256 139977814544263 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 24764416 140735276561590 140735276561668 140735276561668 140735276564426 0
/proc/29325/statm: 36584 15843 764 405 0 33528 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 146336 KiB
Current children cumulated memory: 63372 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 29328
/proc/meminfo: memFree=12135100/32770624 swapFree=67108860/67108860
[pid=29325] ppid=29322 vsize=159808 memory=76796 CPUtime=162.3 cores=0,2,4,6
/proc/29325/stat : 29325 (xcsp_picat) R 29322 29325 27059 0 -1 4202496 42011 0 0 0 16128 102 0 0 20 0 1 0 69480163 163643392 19199 33554432000 4194304 5849740 140735276554608 140735276553608 5437698 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 24764416 140735276561590 140735276561668 140735276561668 140735276564426 0
/proc/29325/statm: 39952 19199 764 405 0 36896 0
Current children cumulated CPU time: 162.3 s
Current children cumulated vsize: 159808 KiB
Current children cumulated memory: 76796 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 29329
/proc/meminfo: memFree=12079960/32770624 swapFree=67108860/67108860
[pid=29325] ppid=29322 vsize=142184 memory=58504 CPUtime=222.31 cores=0,2,4,6
/proc/29325/stat : 29325 (xcsp_picat) R 29322 29325 27059 0 -1 4202496 47992 0 0 0 22093 138 0 0 20 0 1 0 69480163 145596416 14626 33554432000 4194304 5849740 140735276554608 140735276553608 139977814544263 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 24764416 140735276561590 140735276561668 140735276561668 140735276564426 0
/proc/29325/statm: 35546 14626 764 405 0 32490 0
Current children cumulated CPU time: 222.31 s
Current children cumulated vsize: 142184 KiB
Current children cumulated memory: 58504 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 29337
/proc/meminfo: memFree=12018868/32770624 swapFree=67108860/67108860
[pid=29325] ppid=29322 vsize=210476 memory=127292 CPUtime=282.3 cores=0,2,4,6
/proc/29325/stat : 29325 (xcsp_picat) R 29322 29325 27059 0 -1 4202496 52403 0 0 0 28064 166 0 0 20 0 1 0 69480163 215527424 31823 33554432000 4194304 5849740 140735276554608 140735276553608 5437616 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 24764416 140735276561590 140735276561668 140735276561668 140735276564426 0
/proc/29325/statm: 52619 31823 764 405 0 49563 0
Current children cumulated CPU time: 282.3 s
Current children cumulated vsize: 210476 KiB
Current children cumulated memory: 127292 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 29338
/proc/meminfo: memFree=12057824/32770624 swapFree=67108860/67108860
[pid=29325] ppid=29322 vsize=137644 memory=54556 CPUtime=342.31 cores=0,2,4,6
/proc/29325/stat : 29325 (xcsp_picat) R 29322 29325 27059 0 -1 4202496 57011 0 0 0 34043 188 0 0 20 0 1 0 69480163 140947456 13639 33554432000 4194304 5849740 140735276554608 140735276553704 139977814544263 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 24764416 140735276561590 140735276561668 140735276561668 140735276564426 0
/proc/29325/statm: 34411 13639 764 405 0 31355 0
Current children cumulated CPU time: 342.31 s
Current children cumulated vsize: 137644 KiB
Current children cumulated memory: 54556 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 29339
/proc/meminfo: memFree=11903452/32770624 swapFree=67108860/67108860
[pid=29325] ppid=29322 vsize=192392 memory=109196 CPUtime=402.31 cores=0,2,4,6
/proc/29325/stat : 29325 (xcsp_picat) R 29322 29325 27059 0 -1 4202496 61500 0 0 0 40006 225 0 0 20 0 1 0 69480163 197009408 27299 33554432000 4194304 5849740 140735276554608 140735276553608 5437607 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 24764416 140735276561590 140735276561668 140735276561668 140735276564426 0
/proc/29325/statm: 48098 27299 764 405 0 45042 0
Current children cumulated CPU time: 402.31 s
Current children cumulated vsize: 192392 KiB
Current children cumulated memory: 109196 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 29340
/proc/meminfo: memFree=11882264/32770624 swapFree=67108860/67108860
[pid=29325] ppid=29322 vsize=253220 memory=170108 CPUtime=462.32 cores=0,2,4,6
/proc/29325/stat : 29325 (xcsp_picat) R 29322 29325 27059 0 -1 4202496 69069 0 0 0 45986 246 0 0 20 0 1 0 69480163 259297280 42527 33554432000 4194304 5849740 140735276554608 140735276553608 5437698 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 24764416 140735276561590 140735276561668 140735276561668 140735276564426 0
/proc/29325/statm: 63305 42527 764 405 0 60249 0
Current children cumulated CPU time: 462.32 s
Current children cumulated vsize: 253220 KiB
Current children cumulated memory: 170108 KiB


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

Current children cumulated memory: 94144 KiB

[startup+702.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 29345
/proc/meminfo: memFree=11670848/32770624 swapFree=67108860/67108860
[pid=29325] ppid=29322 vsize=201016 memory=125868 CPUtime=702.32 cores=0,2,4,6
/proc/29325/stat : 29325 (xcsp_picat) R 29322 29325 27059 0 -1 4202496 84742 0 0 0 69898 334 0 0 20 0 1 0 69480163 205840384 31467 33554432000 4194304 5849740 140735276554608 140735276553608 5335585 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 24764416 140735276561590 140735276561668 140735276561668 140735276564426 0
/proc/29325/statm: 50254 31467 764 405 0 47198 0
Current children cumulated CPU time: 702.32 s
Current children cumulated vsize: 201016 KiB
Current children cumulated memory: 125868 KiB

[startup+762.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 29347
/proc/meminfo: memFree=11741052/32770624 swapFree=67108860/67108860
[pid=29325] ppid=29322 vsize=217404 memory=142224 CPUtime=762.33 cores=0,2,4,6
/proc/29325/stat : 29325 (xcsp_picat) R 29322 29325 27059 0 -1 4202496 90851 0 0 0 75878 355 0 0 20 0 1 0 69480163 222621696 35556 33554432000 4194304 5849740 140735276554608 140735276553608 5437600 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 24764416 140735276561590 140735276561668 140735276561668 140735276564426 0
/proc/29325/statm: 54351 35556 764 405 0 51295 0
Current children cumulated CPU time: 762.33 s
Current children cumulated vsize: 217404 KiB
Current children cumulated memory: 142224 KiB

[startup+822.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 29348
/proc/meminfo: memFree=11741236/32770624 swapFree=67108860/67108860
[pid=29325] ppid=29322 vsize=233788 memory=158592 CPUtime=822.33 cores=0,2,4,6
/proc/29325/stat : 29325 (xcsp_picat) R 29322 29325 27059 0 -1 4202496 92875 0 0 0 81864 369 0 0 20 0 1 0 69480163 239398912 39648 33554432000 4194304 5849740 140735276554608 140735276553608 5437620 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 24764416 140735276561590 140735276561668 140735276561668 140735276564426 0
/proc/29325/statm: 58447 39648 764 405 0 55391 0
Current children cumulated CPU time: 822.33 s
Current children cumulated vsize: 233788 KiB
Current children cumulated memory: 158592 KiB

[startup+882.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 29357
/proc/meminfo: memFree=11537332/32770624 swapFree=67108860/67108860
[pid=29325] ppid=29322 vsize=156720 memory=81884 CPUtime=882.33 cores=0,2,4,6
/proc/29325/stat : 29325 (xcsp_picat) R 29322 29325 27059 0 -1 4202496 99879 0 0 0 87846 387 0 0 20 0 1 0 69480163 160481280 20471 33554432000 4194304 5849740 140735276554608 140735276553608 139977814544263 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 24764416 140735276561590 140735276561668 140735276561668 140735276564426 0
/proc/29325/statm: 39180 20471 764 405 0 36124 0
Current children cumulated CPU time: 882.33 s
Current children cumulated vsize: 156720 KiB
Current children cumulated memory: 81884 KiB

[startup+942.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 29381
/proc/meminfo: memFree=11206020/32770624 swapFree=67108860/67108860
[pid=29325] ppid=29322 vsize=184720 memory=109724 CPUtime=942.34 cores=0,2,4,6
/proc/29325/stat : 29325 (xcsp_picat) R 29322 29325 27059 0 -1 4202496 103924 0 0 0 93809 425 0 0 20 0 1 0 69480163 189153280 27431 33554432000 4194304 5849740 140735276554608 140735276553608 5437698 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 24764416 140735276561590 140735276561668 140735276561668 140735276564426 0
/proc/29325/statm: 46180 27431 764 405 0 43124 0
Current children cumulated CPU time: 942.34 s
Current children cumulated vsize: 184720 KiB
Current children cumulated memory: 109724 KiB

[startup+1002.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 29382
/proc/meminfo: memFree=11590128/32770624 swapFree=67108860/67108860
[pid=29325] ppid=29322 vsize=245528 memory=161492 CPUtime=1002.34 cores=0,2,4,6
/proc/29325/stat : 29325 (xcsp_picat) R 29322 29325 27059 0 -1 4202496 109935 0 0 0 99788 446 0 0 20 0 1 0 69480163 251420672 40373 33554432000 4194304 5849740 140735276554608 140735276553608 5437611 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 24764416 140735276561590 140735276561668 140735276561668 140735276564426 0
/proc/29325/statm: 61382 40373 764 405 0 58326 0
Current children cumulated CPU time: 1002.34 s
Current children cumulated vsize: 245528 KiB
Current children cumulated memory: 161492 KiB

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 29383
/proc/meminfo: memFree=11496872/32770624 swapFree=67108860/67108860
[pid=29325] ppid=29322 vsize=165480 memory=90320 CPUtime=1062.34 cores=0,2,4,6
/proc/29325/stat : 29325 (xcsp_picat) R 29322 29325 27059 0 -1 4202496 113586 0 0 0 105746 488 0 0 20 0 1 0 69480163 169451520 22580 33554432000 4194304 5849740 140735276554608 140735276553608 139977814544263 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 24764416 140735276561590 140735276561668 140735276561668 140735276564426 0
/proc/29325/statm: 41370 22580 764 405 0 38314 0
Current children cumulated CPU time: 1062.34 s
Current children cumulated vsize: 165480 KiB
Current children cumulated memory: 90320 KiB

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 29384
/proc/meminfo: memFree=11111304/32770624 swapFree=67108860/67108860
[pid=29325] ppid=29322 vsize=202880 memory=127916 CPUtime=1122.35 cores=0,2,4,6
/proc/29325/stat : 29325 (xcsp_picat) R 29322 29325 27059 0 -1 4202496 117754 0 0 0 111721 514 0 0 20 0 1 0 69480163 207749120 31979 33554432000 4194304 5849740 140735276554608 140735276553608 5438221 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 24764416 140735276561590 140735276561668 140735276561668 140735276564426 0
/proc/29325/statm: 50720 31979 764 405 0 47664 0
Current children cumulated CPU time: 1122.35 s
Current children cumulated vsize: 202880 KiB
Current children cumulated memory: 127916 KiB

[startup+1182.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/188 29385
/proc/meminfo: memFree=10891196/32770624 swapFree=67108860/67108860
[pid=29325] ppid=29322 vsize=246060 memory=165636 CPUtime=1182.35 cores=0,2,4,6
/proc/29325/stat : 29325 (xcsp_picat) R 29322 29325 27059 0 -1 4202496 120483 0 0 0 117701 534 0 0 20 0 1 0 69480163 251965440 41409 33554432000 4194304 5849740 140735276554608 140735276553608 5335519 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 24764416 140735276561590 140735276561668 140735276561668 140735276564426 0
/proc/29325/statm: 61515 41409 764 405 0 58459 0
Current children cumulated CPU time: 1182.35 s
Current children cumulated vsize: 246060 KiB
Current children cumulated memory: 165636 KiB

[startup+1195.86 s]
# the end of solver process 29325 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1190.5 s, system=5.42129 s

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

[startup+1184 s]*
/proc/loadavg: 2.03 2.03 2.05 3/188 29385
/proc/meminfo: memFree=10883564/32770624 swapFree=67108860/67108860
[pid=29325] ppid=29322 vsize=254252 memory=173612 CPUtime=1184.06 cores=0,2,4,6
/proc/29325/stat : 29325 (xcsp_picat) R 29322 29325 27059 0 -1 4202496 120998 0 0 0 117870 536 0 0 20 0 1 0 69480163 260354048 43403 33554432000 4194304 5849740 140735276554608 140735276553608 139977814544263 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 24764416 140735276561590 140735276561668 140735276561668 140735276564426 0
/proc/29325/statm: 63563 43403 764 405 0 60507 0
Current children cumulated CPU time: 1184.06 s
Current children cumulated vsize: 254252 KiB
Current children cumulated memory: 173612 KiB

[startup+1190.4 s]
/proc/loadavg: 2.03 2.03 2.05 3/188 29385
/proc/meminfo: memFree=10883564/32770624 swapFree=67108860/67108860
[pid=29325] ppid=29322 vsize=254252 memory=173612 CPUtime=1190.44 cores=0,2,4,6
/proc/29325/stat : 29325 (xcsp_picat) R 29322 29325 27059 0 -1 4202496 120998 0 0 0 118506 538 0 0 20 0 1 0 69480163 260354048 43403 33554432000 4194304 5849740 140735276554608 140735276553608 5437631 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 24764416 140735276561590 140735276561668 140735276561668 140735276564426 0
/proc/29325/statm: 63563 43403 764 405 0 60507 0
Current children cumulated CPU time: 1190.44 s
Current children cumulated vsize: 254252 KiB
Current children cumulated memory: 173612 KiB

[startup+1193.6 s]
/proc/loadavg: 2.03 2.02 2.05 3/187 29385
/proc/meminfo: memFree=10883580/32770624 swapFree=67108860/67108860
[pid=29325] ppid=29322 vsize=254252 memory=173612 CPUtime=1193.65 cores=0,2,4,6
/proc/29325/stat : 29325 (xcsp_picat) R 29322 29325 27059 0 -1 4202496 120998 0 0 0 118825 540 0 0 20 0 1 0 69480163 260354048 43403 33554432000 4194304 5849740 140735276554608 140735276553608 139977814544263 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 24764416 140735276561590 140735276561668 140735276561668 140735276564426 0
/proc/29325/statm: 63563 43403 764 405 0 60507 0
Current children cumulated CPU time: 1193.65 s
Current children cumulated vsize: 254252 KiB
Current children cumulated memory: 173612 KiB

[startup+1195.2 s]
/proc/loadavg: 2.03 2.02 2.05 3/187 29385
/proc/meminfo: memFree=11386724/32770624 swapFree=67108860/67108860
[pid=29325] ppid=29322 vsize=254252 memory=173612 CPUtime=1195.25 cores=0,2,4,6
/proc/29325/stat : 29325 (xcsp_picat) R 29322 29325 27059 0 -1 4202496 120998 0 0 0 118984 541 0 0 20 0 1 0 69480163 260354048 43403 33554432000 4194304 5849740 140735276554608 140735276553608 139977814544263 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 24764416 140735276561590 140735276561668 140735276561668 140735276564426 0
/proc/29325/statm: 63563 43403 764 405 0 60507 0
Current children cumulated CPU time: 1195.25 s
Current children cumulated vsize: 254252 KiB
Current children cumulated memory: 173612 KiB

[startup+1195.6 s]
/proc/loadavg: 2.03 2.02 2.05 3/187 29385
/proc/meminfo: memFree=11386724/32770624 swapFree=67108860/67108860
[pid=29325] ppid=29322 vsize=254252 memory=173612 CPUtime=1195.65 cores=0,2,4,6
/proc/29325/stat : 29325 (xcsp_picat) R 29322 29325 27059 0 -1 4202496 120998 0 0 0 119024 541 0 0 20 0 1 0 69480163 260354048 43403 33554432000 4194304 5849740 140735276554608 140735276553608 139977814544263 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 24764416 140735276561590 140735276561668 140735276561668 140735276564426 0
/proc/29325/statm: 63563 43403 764 405 0 60507 0
Current children cumulated CPU time: 1195.65 s
Current children cumulated vsize: 254252 KiB
Current children cumulated memory: 173612 KiB

[startup+1195.8 s]
/proc/loadavg: 2.03 2.02 2.05 3/187 29385
/proc/meminfo: memFree=11386724/32770624 swapFree=67108860/67108860
[pid=29325] ppid=29322 vsize=254252 memory=173612 CPUtime=1195.85 cores=0,2,4,6
/proc/29325/stat : 29325 (xcsp_picat) R 29322 29325 27059 0 -1 4202496 120998 0 0 0 119044 541 0 0 20 0 1 0 69480163 260354048 43403 33554432000 4194304 5849740 140735276554608 140735276553608 5385047 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 24764416 140735276561590 140735276561668 140735276561668 140735276564426 0
/proc/29325/statm: 63563 43403 764 405 0 60507 0
Current children cumulated CPU time: 1195.85 s
Current children cumulated vsize: 254252 KiB
Current children cumulated memory: 173612 KiB

Child status: 0
Real time (s): 1195.86
CPU time (s): 1195.92
CPU user time (s): 1190.5
CPU system time (s): 5.42129
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 286312
Max. memory (cumulated for all children) (KiB): 211348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1190.5
system time used= 5.42129
maximum resident set size= 211348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 121065
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= 8
involuntary context switches= 977


# summary of solver processes directly reported to runsolver:
#   pid: 29325
#   total CPU time (s): 1195.92
#   total CPU user time (s): 1190.5
#   total CPU system time (s): 5.42129

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.3362 second user time and 8.07635 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-25 13:46:10
IDJOB=4295352
IDBENCH=141526
IDSOLVER=2754
FILE ID=node107/4295352-1532519170
RUNJOBID= node107-1532498874-27090
PBS_JOBID= 21021590
Free space on /tmp= 54520 MiB

SOLVER NAME= PicatSAT 2018-06-15
BENCH NAME= XCSP18/Mario/Mario-n-medium-5_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295352-1532519170/watcher-4295352-1532519170 -o /tmp/evaluation-result-4295352-1532519170/solver-4295352-1532519170 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532498874-27090 --watchdog 2580  xcsp_picat HOME/instance-4295352-1532519170.xml

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

MD5SUM BENCH= 36a1aa2a38358c951443c34d8d302d49
RANDOM SEED=1741227667

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	: 5333.40
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.40
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.40
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.40
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:        12523748 kB
MemAvailable:   31277632 kB
Buffers:          280712 kB
Cached:         18595856 kB
SwapCached:            0 kB
Active:          4856056 kB
Inactive:       14727648 kB
Active(anon):     710240 kB
Inactive(anon):    25036 kB
Active(file):    4145816 kB
Inactive(file): 14702612 kB
Unevictable:        7168 kB
Mlocked:            7168 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3300 kB
Writeback:             0 kB
AnonPages:        734676 kB
Mapped:            40548 kB
Shmem:             25228 kB
Slab:             361688 kB
SReclaimable:     333916 kB
SUnreclaim:        27772 kB
KernelStack:        3360 kB
PageTables:         6532 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1077488 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    653312 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 54520 MiB
End job on node107 at 2018-07-25 14:06:06