Trace number 4309540

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-08-14OPT943 1379.87 1379.76

General information on the benchmark

NameMario/
Mario-n-medium-3_c18.xml
MD5SUM5e375f515acf7f26619053bdd8bbc393
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark943
Best CPU time to get the best result obtained on this benchmark83.7009
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints61
Number of domains57
Minimum domain size1
Maximum domain size30
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":28},{"size":28,"count":1},{"size":29,"count":8},{"size":30,"count":51}]
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

1379.80/1379.75	c xcsp_picat version 2.4#7 (8/14/2018)
1379.80/1379.75	o 897
1379.80/1379.75	o 943
1379.80/1379.75	s OPTIMUM FOUND
1379.80/1379.75	v <instantiation>
1379.80/1379.75	v     <list> s[] g[] f[]  </list> 
1379.80/1379.75	v     <values> 27 0 2 13 4 5 22 7 8 9 10 11 12 21 14 15 19 17 3 18 1 6 26 28 24 25 29 16 20 23  0 0 0 81 0 0 49 0 0 0 0 0 0 14 0 0 76 0 86 99 11 92 85 95 0 0 57 59 46 93  178 0 0 28 0 0 42 0 0 0 0 0 0 77 0 0 137 0 63 161 67 99 337 19 0 0 44 181 216 265   </values> 
1379.80/1379.75	v </instantiation>

Verifier Data

OK	943

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309540-1534311746/watcher-4309540-1534311746 -o /tmp/evaluation-result-4309540-1534311746/solver-4309540-1534311746 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534293911-23504 --watchdog 2580 xcsp_picat HOME/instance-4309540-1534311746.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=26185, runsolver pid=26182

[startup+0.100215 s]*
/proc/loadavg: 2.16 2.10 2.07 3/188 26186
/proc/meminfo: memFree=26859136/32770624 swapFree=67108804/67108860
[pid=26185] ppid=26182 vsize=2025744 memory=33568 CPUtime=0.1 cores=0,2,4,6
/proc/26185/stat : 26185 (xcsp_picat) R 26182 26185 23473 0 -1 4202496 1411 0 0 0 10 0 0 0 20 0 1 0 248737788 2074361856 8392 33554432000 4194304 5849940 140734400562784 140734400562784 4488915 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 34144256 140734400566454 140734400566532 140734400566532 140734400569290 0
/proc/26185/statm: 506436 8392 634 405 0 503380 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 33568 KiB

[startup+0.209858 s]*
/proc/loadavg: 2.16 2.10 2.07 3/188 26186
/proc/meminfo: memFree=26848772/32770624 swapFree=67108804/67108860
[pid=26185] ppid=26182 vsize=2025868 memory=42416 CPUtime=0.21 cores=0,2,4,6
/proc/26185/stat : 26185 (xcsp_picat) R 26182 26185 23473 0 -1 4202496 1556 0 0 0 20 1 0 0 20 0 1 0 248737788 2074488832 10604 33554432000 4194304 5849940 140734400562784 140734400562784 5605492 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 34144256 140734400566454 140734400566532 140734400566532 140734400569290 0
/proc/26185/statm: 506467 10604 717 405 0 503411 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2025868 KiB
Current children cumulated memory: 42416 KiB

[startup+0.309765 s]*
/proc/loadavg: 2.16 2.10 2.07 3/188 26186
/proc/meminfo: memFree=26848772/32770624 swapFree=67108804/67108860
[pid=26185] ppid=26182 vsize=2025852 memory=42424 CPUtime=0.31 cores=0,2,4,6
/proc/26185/stat : 26185 (xcsp_picat) R 26182 26185 23473 0 -1 4202496 1556 0 0 0 30 1 0 0 20 0 1 0 248737788 2074472448 10606 33554432000 4194304 5849940 140734400562784 140734400562784 5520274 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 34144256 140734400566454 140734400566532 140734400566532 140734400569290 0
/proc/26185/statm: 506463 10606 717 405 0 503407 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2025852 KiB
Current children cumulated memory: 42424 KiB

[startup+0.700336 s]
/proc/loadavg: 2.16 2.10 2.07 3/188 26186
/proc/meminfo: memFree=26848772/32770624 swapFree=67108804/67108860
[pid=26185] ppid=26182 vsize=2025820 memory=42452 CPUtime=0.69 cores=0,2,4,6
/proc/26185/stat : 26185 (xcsp_picat) R 26182 26185 23473 0 -1 4202496 1567 0 0 0 68 1 0 0 20 0 1 0 248737788 2074439680 10613 33554432000 4194304 5849940 140734400562784 140734400562784 5606437 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 34144256 140734400566454 140734400566532 140734400566532 140734400569290 0
/proc/26185/statm: 506455 10613 717 405 0 503399 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2025820 KiB
Current children cumulated memory: 42452 KiB

[startup+1.5003 s]
/proc/loadavg: 2.16 2.10 2.07 3/188 26186
/proc/meminfo: memFree=26848440/32770624 swapFree=67108804/67108860
[pid=26185] ppid=26182 vsize=2025852 memory=42488 CPUtime=1.49 cores=0,2,4,6
/proc/26185/stat : 26185 (xcsp_picat) R 26182 26185 23473 0 -1 4202496 1574 0 0 0 148 1 0 0 20 0 1 0 248737788 2074472448 10622 33554432000 4194304 5849940 140734400562784 140734400561784 5521652 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 34144256 140734400566454 140734400566532 140734400566532 140734400569290 0
/proc/26185/statm: 506463 10622 718 405 0 503407 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2025852 KiB
Current children cumulated memory: 42488 KiB

[startup+3.10955 s]
/proc/loadavg: 2.16 2.10 2.07 3/188 26186
/proc/meminfo: memFree=26842116/32770624 swapFree=67108804/67108860
[pid=26185] ppid=26182 vsize=2032168 memory=48892 CPUtime=3.1 cores=0,2,4,6
/proc/26185/stat : 26185 (xcsp_picat) R 26182 26185 23473 0 -1 4202496 3794 0 0 0 308 2 0 0 20 0 1 0 248737788 2080940032 12223 33554432000 4194304 5849940 140734400562784 140734400561432 5322963 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 34144256 140734400566454 140734400566532 140734400566532 140734400569290 0
/proc/26185/statm: 508042 12223 747 405 0 504986 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2032168 KiB
Current children cumulated memory: 48892 KiB

[startup+6.30033 s]
/proc/loadavg: 2.15 2.10 2.07 3/188 26186
/proc/meminfo: memFree=26839836/32770624 swapFree=67108804/67108860
[pid=26185] ppid=26182 vsize=2034168 memory=50752 CPUtime=6.29 cores=0,2,4,6
/proc/26185/stat : 26185 (xcsp_picat) R 26182 26185 23473 0 -1 4202496 6630 0 0 0 624 5 0 0 20 0 1 0 248737788 2082988032 12688 33554432000 4194304 5849940 140734400562784 140734400561784 140156803186567 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 34144256 140734400566454 140734400566532 140734400566532 140734400569290 0
/proc/26185/statm: 508542 12688 751 405 0 505486 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2034168 KiB
Current children cumulated memory: 50752 KiB

[startup+12.7003 s]
/proc/loadavg: 2.14 2.10 2.07 3/188 26186
/proc/meminfo: memFree=26838856/32770624 swapFree=67108804/67108860
[pid=26185] ppid=26182 vsize=2034396 memory=51152 CPUtime=12.7 cores=0,2,4,6
/proc/26185/stat : 26185 (xcsp_picat) R 26182 26185 23473 0 -1 4202496 12507 0 0 0 1258 12 0 0 20 0 1 0 248737788 2083221504 12788 33554432000 4194304 5849940 140734400562784 140734400561784 4211660 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 34144256 140734400566454 140734400566532 140734400566532 140734400569290 0
/proc/26185/statm: 508599 12788 751 405 0 505543 0
Current children cumulated CPU time: 12.7 s
Current children cumulated vsize: 2034396 KiB
Current children cumulated memory: 51152 KiB

[startup+25.5004 s]
/proc/loadavg: 2.11 2.10 2.07 3/188 26186
/proc/meminfo: memFree=26834428/32770624 swapFree=67108804/67108860
[pid=26185] ppid=26182 vsize=2034592 memory=51228 CPUtime=25.49 cores=0,2,4,6
/proc/26185/stat : 26185 (xcsp_picat) R 26182 26185 23473 0 -1 4202496 27545 0 0 0 2526 23 0 0 20 0 1 0 248737788 2083422208 12807 33554432000 4194304 5849940 140734400562784 140734400561784 140156803186567 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 34144256 140734400566454 140734400566532 140734400566532 140734400569290 0
/proc/26185/statm: 508648 12807 751 405 0 505592 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2034592 KiB
Current children cumulated memory: 51228 KiB

[startup+51.1096 s]
/proc/loadavg: 2.07 2.09 2.07 3/188 26186
/proc/meminfo: memFree=26773440/32770624 swapFree=67108804/67108860
[pid=26185] ppid=26182 vsize=2035888 memory=52172 CPUtime=51.1 cores=0,2,4,6
/proc/26185/stat : 26185 (xcsp_picat) R 26182 26185 23473 0 -1 4202496 37713 0 0 0 5067 43 0 0 20 0 1 0 248737788 2084749312 13043 33554432000 4194304 5849940 140734400562784 140734400561784 140156803186567 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 34144256 140734400566454 140734400566532 140734400566532 140734400569290 0
/proc/26185/statm: 508972 13043 760 405 0 505916 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2035888 KiB
Current children cumulated memory: 52172 KiB

[startup+102.3 s]
/proc/loadavg: 2.03 2.07 2.06 3/188 26187
/proc/meminfo: memFree=26724448/32770624 swapFree=67108804/67108860
[pid=26185] ppid=26182 vsize=2038880 memory=55600 CPUtime=102.3 cores=0,2,4,6
/proc/26185/stat : 26185 (xcsp_picat) R 26182 26185 23473 0 -1 4202496 49240 0 0 0 10153 77 0 0 20 0 1 0 248737788 2087813120 13900 33554432000 4194304 5849940 140734400562784 140734400561784 5313100 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 34144256 140734400566454 140734400566532 140734400566532 140734400569290 0
/proc/26185/statm: 509720 13900 760 405 0 506664 0
Current children cumulated CPU time: 102.3 s
Current children cumulated vsize: 2038880 KiB
Current children cumulated memory: 55600 KiB

[startup+162.3 s]
/proc/loadavg: 2.01 2.06 2.06 3/187 26188
/proc/meminfo: memFree=26745900/32770624 swapFree=67108804/67108860
[pid=26185] ppid=26182 vsize=2076384 memory=92916 CPUtime=162.31 cores=0,2,4,6
/proc/26185/stat : 26185 (xcsp_picat) R 26182 26185 23473 0 -1 4202496 57587 0 0 0 16124 107 0 0 20 0 1 0 248737788 2126217216 23229 33554432000 4194304 5849940 140734400562784 140734400561784 5437906 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 34144256 140734400566454 140734400566532 140734400566532 140734400569290 0
/proc/26185/statm: 519096 23229 760 405 0 516040 0
Current children cumulated CPU time: 162.31 s
Current children cumulated vsize: 2076384 KiB
Current children cumulated memory: 92916 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.05 2.05 3/187 26189
/proc/meminfo: memFree=26630536/32770624 swapFree=67108804/67108860
[pid=26185] ppid=26182 vsize=2129504 memory=142080 CPUtime=222.31 cores=0,2,4,6
/proc/26185/stat : 26185 (xcsp_picat) R 26182 26185 23473 0 -1 4202496 60043 0 0 0 22106 125 0 0 20 0 1 0 248737788 2180612096 35520 33554432000 4194304 5849940 140734400562784 140734400561784 140156803186567 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 34144256 140734400566454 140734400566532 140734400566532 140734400569290 0
/proc/26185/statm: 532376 35520 760 405 0 529320 0
Current children cumulated CPU time: 222.31 s
Current children cumulated vsize: 2129504 KiB
Current children cumulated memory: 142080 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/187 26190
/proc/meminfo: memFree=26706060/32770624 swapFree=67108804/67108860
[pid=26185] ppid=26182 vsize=2048724 memory=65568 CPUtime=282.31 cores=0,2,4,6
/proc/26185/stat : 26185 (xcsp_picat) R 26182 26185 23473 0 -1 4202496 60355 0 0 0 28071 160 0 0 20 0 1 0 248737788 2097893376 16392 33554432000 4194304 5849940 140734400562784 140734400561784 140156803186567 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 34144256 140734400566454 140734400566532 140734400566532 140734400569290 0
/proc/26185/statm: 512181 16392 760 405 0 509125 0
Current children cumulated CPU time: 282.31 s
Current children cumulated vsize: 2048724 KiB
Current children cumulated memory: 65568 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/187 26191
/proc/meminfo: memFree=26706532/32770624 swapFree=67108804/67108860
[pid=26185] ppid=26182 vsize=2035828 memory=52304 CPUtime=342.32 cores=0,2,4,6
/proc/26185/stat : 26185 (xcsp_picat) R 26182 26185 23473 0 -1 4202496 67304 0 0 0 34042 190 0 0 20 0 1 0 248737788 2084687872 13076 33554432000 4194304 5849940 140734400562784 140734400561784 140156803186567 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 34144256 140734400566454 140734400566532 140734400566532 140734400569290 0
/proc/26185/statm: 508957 13076 760 405 0 505901 0
Current children cumulated CPU time: 342.32 s
Current children cumulated vsize: 2035828 KiB
Current children cumulated memory: 52304 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/187 26192
/proc/meminfo: memFree=26600304/32770624 swapFree=67108804/67108860
[pid=26185] ppid=26182 vsize=2076456 memory=93004 CPUtime=402.33 cores=0,2,4,6
/proc/26185/stat : 26185 (xcsp_picat) R 26182 26185 23473 0 -1 4202496 71840 0 0 0 40011 222 0 0 20 0 1 0 248737788 2126290944 23251 33554432000 4194304 5849940 140734400562784 140734400561784 140156803186567 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 34144256 140734400566454 140734400566532 140734400566532 140734400569290 0
/proc/26185/statm: 519114 23251 760 405 0 516058 0
Current children cumulated CPU time: 402.33 s
Current children cumulated vsize: 2076456 KiB
Current children cumulated memory: 93004 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 26200
/proc/meminfo: memFree=26550872/32770624 swapFree=67108804/67108860
[pid=26185] ppid=26182 vsize=2105552 memory=122268 CPUtime=462.33 cores=0,2,4,6
/proc/26185/stat : 26185 (xcsp_picat) R 26182 26185 23473 0 -1 4202496 73002 0 0 0 45994 239 0 0 20 0 1 0 248737788 2156085248 30567 33554432000 4194304 5849940 140734400562784 140734400561784 140156803186567 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 34144256 140734400566454 140734400566532 140734400566532 140734400569290 0
/proc/26185/statm: 526388 30567 760 405 0 523332 0
Current children cumulated CPU time: 462.33 s
Current children cumulated vsize: 2105552 KiB
Current children cumulated memory: 122268 KiB


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

Current children cumulated memory: 150876 KiB

[startup+942.3 s]
/proc/loadavg: 2.03 2.10 2.08 3/187 26232
/proc/meminfo: memFree=26564172/32770624 swapFree=67108804/67108860
[pid=26185] ppid=26182 vsize=2140004 memory=156788 CPUtime=942.37 cores=0,2,4,6
/proc/26185/stat : 26185 (xcsp_picat) R 26182 26185 23473 0 -1 4202496 99580 0 0 0 93812 425 0 0 20 0 1 0 248737788 2191364096 39197 33554432000 4194304 5849940 140734400562784 140734400561784 5311757 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 34144256 140734400566454 140734400566532 140734400566532 140734400569290 0
/proc/26185/statm: 535001 39197 760 405 0 531945 0
Current children cumulated CPU time: 942.37 s
Current children cumulated vsize: 2140004 KiB
Current children cumulated memory: 156788 KiB

[startup+1002.3 s]
/proc/loadavg: 2.01 2.08 2.08 3/187 26233
/proc/meminfo: memFree=26626128/32770624 swapFree=67108804/67108860
[pid=26185] ppid=26182 vsize=2078144 memory=94892 CPUtime=1002.37 cores=0,2,4,6
/proc/26185/stat : 26185 (xcsp_picat) R 26182 26185 23473 0 -1 4202496 102069 0 0 0 99777 460 0 0 20 0 1 0 248737788 2128019456 23723 33554432000 4194304 5849940 140734400562784 140734400561784 140156803186567 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 34144256 140734400566454 140734400566532 140734400566532 140734400569290 0
/proc/26185/statm: 519536 23723 760 405 0 516480 0
Current children cumulated CPU time: 1002.37 s
Current children cumulated vsize: 2078144 KiB
Current children cumulated memory: 94892 KiB

[startup+1062.3 s]
/proc/loadavg: 2.00 2.07 2.07 3/187 26241
/proc/meminfo: memFree=26605628/32770624 swapFree=67108804/67108860
[pid=26185] ppid=26182 vsize=2097980 memory=114696 CPUtime=1062.37 cores=0,2,4,6
/proc/26185/stat : 26185 (xcsp_picat) R 26182 26185 23473 0 -1 4202496 107649 0 0 0 105757 480 0 0 20 0 1 0 248737788 2148331520 28674 33554432000 4194304 5849940 140734400562784 140734400561784 140156803186567 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 34144256 140734400566454 140734400566532 140734400566532 140734400569290 0
/proc/26185/statm: 524495 28674 760 405 0 521439 0
Current children cumulated CPU time: 1062.37 s
Current children cumulated vsize: 2097980 KiB
Current children cumulated memory: 114696 KiB

[startup+1122.3 s]
/proc/loadavg: 2.00 2.05 2.06 3/188 26265
/proc/meminfo: memFree=26576764/32770624 swapFree=67108804/67108860
[pid=26185] ppid=26182 vsize=2137804 memory=141712 CPUtime=1122.38 cores=0,2,4,6
/proc/26185/stat : 26185 (xcsp_picat) R 26182 26185 23473 0 -1 4202496 109999 0 0 0 111740 498 0 0 20 0 1 0 248737788 2189111296 35428 33554432000 4194304 5849940 140734400562784 140734400561784 140156803186567 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 34144256 140734400566454 140734400566532 140734400566532 140734400569290 0
/proc/26185/statm: 534451 35428 760 405 0 531395 0
Current children cumulated CPU time: 1122.38 s
Current children cumulated vsize: 2137804 KiB
Current children cumulated memory: 141712 KiB

[startup+1182.3 s]
/proc/loadavg: 2.00 2.04 2.06 3/188 26266
/proc/meminfo: memFree=26508740/32770624 swapFree=67108804/67108860
[pid=26185] ppid=26182 vsize=2154188 memory=160436 CPUtime=1182.39 cores=0,2,4,6
/proc/26185/stat : 26185 (xcsp_picat) R 26182 26185 23473 0 -1 4202496 111657 0 0 0 117726 513 0 0 20 0 1 0 248737788 2205888512 40109 33554432000 4194304 5849940 140734400562784 140734400561784 5437828 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 34144256 140734400566454 140734400566532 140734400566532 140734400569290 0
/proc/26185/statm: 538547 40109 760 405 0 535491 0
Current children cumulated CPU time: 1182.39 s
Current children cumulated vsize: 2154188 KiB
Current children cumulated memory: 160436 KiB

[startup+1242.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/188 26267
/proc/meminfo: memFree=26596628/32770624 swapFree=67108804/67108860
[pid=26185] ppid=26182 vsize=2055940 memory=72536 CPUtime=1242.39 cores=0,2,4,6
/proc/26185/stat : 26185 (xcsp_picat) R 26182 26185 23473 0 -1 4202496 112033 0 0 0 123689 550 0 0 20 0 1 0 248737788 2105282560 18134 33554432000 4194304 5849940 140734400562784 140734400561784 140156803186567 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 34144256 140734400566454 140734400566532 140734400566532 140734400569290 0
/proc/26185/statm: 513985 18134 760 405 0 510929 0
Current children cumulated CPU time: 1242.39 s
Current children cumulated vsize: 2055940 KiB
Current children cumulated memory: 72536 KiB

[startup+1302.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/188 26268
/proc/meminfo: memFree=26561680/32770624 swapFree=67108804/67108860
[pid=26185] ppid=26182 vsize=2091976 memory=108644 CPUtime=1302.4 cores=0,2,4,6
/proc/26185/stat : 26185 (xcsp_picat) R 26182 26185 23473 0 -1 4202496 119077 0 0 0 129666 574 0 0 20 0 1 0 248737788 2142183424 27161 33554432000 4194304 5849940 140734400562784 140734400561784 140156803186567 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 34144256 140734400566454 140734400566532 140734400566532 140734400569290 0
/proc/26185/statm: 522994 27161 760 405 0 519938 0
Current children cumulated CPU time: 1302.4 s
Current children cumulated vsize: 2091976 KiB
Current children cumulated memory: 108644 KiB

[startup+1362.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/188 26269
/proc/meminfo: memFree=26561928/32770624 swapFree=67108804/67108860
[pid=26185] ppid=26182 vsize=2091976 memory=108692 CPUtime=1362.4 cores=0,2,4,6
/proc/26185/stat : 26185 (xcsp_picat) R 26182 26185 23473 0 -1 4202496 119270 0 0 0 135647 593 0 0 20 0 1 0 248737788 2142183424 27173 33554432000 4194304 5849940 140734400562784 140734400561784 140156803186567 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 34144256 140734400566454 140734400566532 140734400566532 140734400569290 0
/proc/26185/statm: 522994 27173 760 405 0 519938 0
Current children cumulated CPU time: 1362.4 s
Current children cumulated vsize: 2091976 KiB
Current children cumulated memory: 108692 KiB

[startup+1379.76 s]
# the end of solver process 26185 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1373.88 s, system=5.98648 s

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

[startup+1369.6 s]
/proc/loadavg: 2.00 2.03 2.05 3/188 26269
/proc/meminfo: memFree=26561928/32770624 swapFree=67108804/67108860
[pid=26185] ppid=26182 vsize=2091976 memory=108692 CPUtime=1369.7 cores=0,2,4,6
/proc/26185/stat : 26185 (xcsp_picat) R 26182 26185 23473 0 -1 4202496 119275 0 0 0 136375 595 0 0 20 0 1 0 248737788 2142183424 27173 33554432000 4194304 5849940 140734400562784 140734400561784 140156803186567 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 34144256 140734400566454 140734400566532 140734400566532 140734400569290 0
/proc/26185/statm: 522994 27173 760 405 0 519938 0
Current children cumulated CPU time: 1369.7 s
Current children cumulated vsize: 2091976 KiB
Current children cumulated memory: 108692 KiB

[startup+1376 s]*
/proc/loadavg: 2.00 2.02 2.05 3/188 26269
/proc/meminfo: memFree=26562052/32770624 swapFree=67108804/67108860
[pid=26185] ppid=26182 vsize=2091976 memory=108692 CPUtime=1376.11 cores=0,2,4,6
/proc/26185/stat : 26185 (xcsp_picat) R 26182 26185 23473 0 -1 4202496 119275 0 0 0 137014 597 0 0 20 0 1 0 248737788 2142183424 27173 33554432000 4194304 5849940 140734400562784 140734400561784 140156803186567 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 34144256 140734400566454 140734400566532 140734400566532 140734400569290 0
/proc/26185/statm: 522994 27173 760 405 0 519938 0
Current children cumulated CPU time: 1376.11 s
Current children cumulated vsize: 2091976 KiB
Current children cumulated memory: 108692 KiB

[startup+1377.6 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 26269
/proc/meminfo: memFree=26561056/32770624 swapFree=67108804/67108860
[pid=26185] ppid=26182 vsize=2091976 memory=108692 CPUtime=1377.7 cores=0,2,4,6
/proc/26185/stat : 26185 (xcsp_picat) R 26182 26185 23473 0 -1 4202496 119281 0 0 0 137172 598 0 0 20 0 1 0 248737788 2142183424 27173 33554432000 4194304 5849940 140734400562784 140734400561784 140156803186567 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 34144256 140734400566454 140734400566532 140734400566532 140734400569290 0
/proc/26185/statm: 522994 27173 760 405 0 519938 0
Current children cumulated CPU time: 1377.7 s
Current children cumulated vsize: 2091976 KiB
Current children cumulated memory: 108692 KiB

[startup+1378.4 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 26269
/proc/meminfo: memFree=26561232/32770624 swapFree=67108804/67108860
[pid=26185] ppid=26182 vsize=2091976 memory=108692 CPUtime=1378.5 cores=0,2,4,6
/proc/26185/stat : 26185 (xcsp_picat) R 26182 26185 23473 0 -1 4202496 119281 0 0 0 137252 598 0 0 20 0 1 0 248737788 2142183424 27173 33554432000 4194304 5849940 140734400562784 140734400561784 140156803186567 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 34144256 140734400566454 140734400566532 140734400566532 140734400569290 0
/proc/26185/statm: 522994 27173 760 405 0 519938 0
Current children cumulated CPU time: 1378.5 s
Current children cumulated vsize: 2091976 KiB
Current children cumulated memory: 108692 KiB

[startup+1379.2 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 26269
/proc/meminfo: memFree=26561232/32770624 swapFree=67108804/67108860
[pid=26185] ppid=26182 vsize=2091976 memory=108692 CPUtime=1379.3 cores=0,2,4,6
/proc/26185/stat : 26185 (xcsp_picat) R 26182 26185 23473 0 -1 4202496 119281 0 0 0 137332 598 0 0 20 0 1 0 248737788 2142183424 27173 33554432000 4194304 5849940 140734400562784 140734400561784 140156803186567 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 34144256 140734400566454 140734400566532 140734400566532 140734400569290 0
/proc/26185/statm: 522994 27173 760 405 0 519938 0
Current children cumulated CPU time: 1379.3 s
Current children cumulated vsize: 2091976 KiB
Current children cumulated memory: 108692 KiB

[startup+1379.6 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 26269
/proc/meminfo: memFree=26561232/32770624 swapFree=67108804/67108860
[pid=26185] ppid=26182 vsize=2091976 memory=108692 CPUtime=1379.7 cores=0,2,4,6
/proc/26185/stat : 26185 (xcsp_picat) R 26182 26185 23473 0 -1 4202496 119281 0 0 0 137372 598 0 0 20 0 1 0 248737788 2142183424 27173 33554432000 4194304 5849940 140734400562784 140734400561784 140156803186567 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 34144256 140734400566454 140734400566532 140734400566532 140734400569290 0
/proc/26185/statm: 522994 27173 760 405 0 519938 0
Current children cumulated CPU time: 1379.7 s
Current children cumulated vsize: 2091976 KiB
Current children cumulated memory: 108692 KiB

[startup+1379.7 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 26269
/proc/meminfo: memFree=26561232/32770624 swapFree=67108804/67108860
[pid=26185] ppid=26182 vsize=2091976 memory=108692 CPUtime=1379.8 cores=0,2,4,6
/proc/26185/stat : 26185 (xcsp_picat) R 26182 26185 23473 0 -1 4202496 119281 0 0 0 137382 598 0 0 20 0 1 0 248737788 2142183424 27173 33554432000 4194304 5849940 140734400562784 140734400561784 140156803186567 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 34144256 140734400566454 140734400566532 140734400566532 140734400569290 0
/proc/26185/statm: 522994 27173 760 405 0 519938 0
Current children cumulated CPU time: 1379.8 s
Current children cumulated vsize: 2091976 KiB
Current children cumulated memory: 108692 KiB

Child status: 0
Real time (s): 1379.76
CPU time (s): 1379.87
CPU user time (s): 1373.88
CPU system time (s): 5.98648
CPU usage (%): 100.008
Max. virtual memory (cumulated for all children) (KiB): 2154188
Max. memory (cumulated for all children) (KiB): 165396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1373.88
system time used= 5.98648
maximum resident set size= 165396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 119380
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= 359


# summary of solver processes directly reported to runsolver:
#   pid: 26185
#   total CPU time (s): 1379.87
#   total CPU user time (s): 1373.88
#   total CPU system time (s): 5.98648

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.54106 second user time and 9.92967 second system time

The end

Launcher Data

Begin job on node105 at 2018-08-15 07:42:26
IDJOB=4309540
IDBENCH=141528
IDSOLVER=2794
FILE ID=node105/4309540-1534311746
RUNJOBID= node105-1534293911-23504
PBS_JOBID= 21038146
Free space on /tmp= 44284 MiB

SOLVER NAME= PicatSAT 2018-08-14
BENCH NAME= XCSP18/Mario/Mario-n-medium-3_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309540-1534311746/watcher-4309540-1534311746 -o /tmp/evaluation-result-4309540-1534311746/solver-4309540-1534311746 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534293911-23504 --watchdog 2580  xcsp_picat HOME/instance-4309540-1534311746.xml

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

MD5SUM BENCH= 5e375f515acf7f26619053bdd8bbc393
RANDOM SEED=1291079592

node105.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.32
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.32
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.32
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.32
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:        26889344 kB
MemAvailable:   31705524 kB
Buffers:          211284 kB
Cached:          4847440 kB
SwapCached:           16 kB
Active:          2283520 kB
Inactive:        3020188 kB
Active(anon):     197128 kB
Inactive(anon):   108668 kB
Active(file):    2086392 kB
Inactive(file):  2911520 kB
Unevictable:        7356 kB
Mlocked:            7356 kB
SwapTotal:      67108860 kB
SwapFree:       67108804 kB
Dirty:              3180 kB
Writeback:             0 kB
AnonPages:        264580 kB
Mapped:            55868 kB
Shmem:             57940 kB
Slab:             275792 kB
SReclaimable:     246728 kB
SUnreclaim:        29064 kB
KernelStack:        3584 kB
PageTables:         5416 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2571232 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    108544 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44284 MiB
End job on node105 at 2018-08-15 08:05:26