Trace number 4296292

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-15OPT13 2163.98 2163.9

General information on the benchmark

NameBacp/Bacp-m1/
Bacp-m1-07b_c18.xml
MD5SUM0ee1c6c026ad1c1844d8840312d93699
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark13
Best CPU time to get the best result obtained on this benchmark1278.93
Satisfiable
(Un)Satisfiability was proved
Number of variables262
Number of constraints67
Number of domains8
Minimum domain size2
Maximum domain size11
Distribution of domain sizes[{"size":2,"count":217},{"size":6,"count":7},{"size":7,"count":31},{"size":11,"count":7}]
Minimum variable degree1
Maximum variable degree12
Distribution of variable degrees[{"degree":1,"count":7},{"degree":2,"count":224},{"degree":8,"count":6},{"degree":9,"count":12},{"degree":10,"count":9},{"degree":11,"count":2},{"degree":12,"count":2}]
Minimum constraint arity2
Maximum constraint arity32
Distribution of constraint arities[{"arity":2,"count":22},{"arity":8,"count":31},{"arity":32,"count":14}]
Number of extensional constraints31
Number of intensional constraints22
Distribution of constraint types[{"type":"extension","count":31},{"type":"intension","count":22},{"type":"sum","count":7},{"type":"count","count":7}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

2163.87/2163.89	c xcsp_picat version 2.4#4 (June 15, 2018)
2163.87/2163.89	o 13
2163.87/2163.89	s OPTIMUM FOUND
2163.87/2163.89	v <instantiation>
2163.87/2163.89	v     <list> prd[] cp[][] ncr[] nco[]  </list> 
2163.87/2163.89	v     <values> 5 5 6 3 6 6 4 2 4 5 5 0 1 3 2 4 1 4 2 0 1 3 2 3 6 0 0 0 1 1 6  0 0 0 0 0 3 0 0 0 0 0 0 1 0 0 0 0 0 0 0 2 0 0 0 4 0 0 0 0 0 0 0 0 0 4 0 0 0 0 0 0 1 0 0 0 0 5 0 0 0 0 3 0 0 0 0 0 0 0 0 4 0 0 0 0 0 0 0 4 0 0 0 0 0 0 5 0 1 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 3 0 0 0 0 0 4 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 3 0 0 0 0 3 0 0 0 0 3 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 3 0 0 0 0 0 3 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 3 3 0 0 0 0 0 0 3 0 0 0 0 0 0 2 0 0 0 0 0 0 0 3 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 3  12 13 13 13 13 13 13  5 5 4 4 4 4 5   </values> 
2163.87/2163.89	v </instantiation>

Verifier Data

OK	13

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4296292-1532626413/watcher-4296292-1532626413 -o /tmp/evaluation-result-4296292-1532626413/solver-4296292-1532626413 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532626413-12455 --watchdog 2580 xcsp_picat HOME/instance-4296292-1532626413.xml 

running on 4 cores: 1,3,5,7

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
solver pid=12478, runsolver pid=12472
Current StackSize limit: 8192 KiB


[startup+0.10031 s]*
/proc/loadavg: 1.29 1.32 1.37 3/188 12485
/proc/meminfo: memFree=20573168/32770624 swapFree=67108860/67108860
[pid=12478] ppid=12472 vsize=112520 memory=16012 CPUtime=0.1 cores=1,3,5,7
/proc/12478/stat : 12478 (xcsp_picat) R 12472 12478 8081 0 -1 4202496 1658 0 0 0 10 0 0 0 20 0 1 0 80204491 115220480 4003 33554432000 4194304 5849740 140730876867808 140730876866456 5366466 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 21159936 140730876875958 140730876876036 140730876876036 140730876878794 0
/proc/12478/statm: 28130 4003 735 405 0 25074 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 112520 KiB
Current children cumulated memory: 16012 KiB

[startup+0.209625 s]*
/proc/loadavg: 1.29 1.32 1.37 3/188 12485
/proc/meminfo: memFree=20571400/32770624 swapFree=67108860/67108860
[pid=12478] ppid=12472 vsize=112520 memory=16280 CPUtime=0.2 cores=1,3,5,7
/proc/12478/stat : 12478 (xcsp_picat) R 12472 12478 8081 0 -1 4202496 1674 0 0 0 20 0 0 0 20 0 1 0 80204491 115220480 4070 33554432000 4194304 5849740 140730876867808 140730876866456 5359325 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 21159936 140730876875958 140730876876036 140730876876036 140730876878794 0
/proc/12478/statm: 28130 4070 738 405 0 25074 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 112520 KiB
Current children cumulated memory: 16280 KiB

[startup+0.308988 s]*
/proc/loadavg: 1.29 1.32 1.37 3/188 12485
/proc/meminfo: memFree=20571400/32770624 swapFree=67108860/67108860
[pid=12478] ppid=12472 vsize=112520 memory=16280 CPUtime=0.3 cores=1,3,5,7
/proc/12478/stat : 12478 (xcsp_picat) R 12472 12478 8081 0 -1 4202496 1680 0 0 0 30 0 0 0 20 0 1 0 80204491 115220480 4070 33554432000 4194304 5849740 140730876867808 140730876866456 5326468 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 21159936 140730876875958 140730876876036 140730876876036 140730876878794 0
/proc/12478/statm: 28130 4070 738 405 0 25074 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 112520 KiB
Current children cumulated memory: 16280 KiB

[startup+0.700239 s]
/proc/loadavg: 1.35 1.33 1.37 3/188 12485
/proc/meminfo: memFree=20570904/32770624 swapFree=67108860/67108860
[pid=12478] ppid=12472 vsize=113024 memory=16540 CPUtime=0.69 cores=1,3,5,7
/proc/12478/stat : 12478 (xcsp_picat) R 12472 12478 8081 0 -1 4202496 1791 0 0 0 68 1 0 0 20 0 1 0 80204491 115736576 4135 33554432000 4194304 5849740 140730876867808 140730876866456 5437698 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 21159936 140730876875958 140730876876036 140730876876036 140730876878794 0
/proc/12478/statm: 28256 4135 751 405 0 25200 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 113024 KiB
Current children cumulated memory: 16540 KiB

[startup+1.50025 s]
/proc/loadavg: 1.35 1.33 1.37 3/188 12485
/proc/meminfo: memFree=20569328/32770624 swapFree=67108860/67108860
[pid=12478] ppid=12472 vsize=114308 memory=17900 CPUtime=1.49 cores=1,3,5,7
/proc/12478/stat : 12478 (xcsp_picat) R 12472 12478 8081 0 -1 4202496 2413 0 0 0 147 2 0 0 20 0 1 0 80204491 117051392 4475 33554432000 4194304 5849740 140730876867808 140730876866456 140237747359623 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 21159936 140730876875958 140730876876036 140730876876036 140730876878794 0
/proc/12478/statm: 28577 4475 752 405 0 25521 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 114308 KiB
Current children cumulated memory: 17900 KiB

[startup+3.10913 s]
/proc/loadavg: 1.35 1.33 1.37 3/188 12485
/proc/meminfo: memFree=20567948/32770624 swapFree=67108860/67108860
[pid=12478] ppid=12472 vsize=112896 memory=16508 CPUtime=3.09 cores=1,3,5,7
/proc/12478/stat : 12478 (xcsp_picat) R 12472 12478 8081 0 -1 4202496 4052 0 0 0 305 4 0 0 20 0 1 0 80204491 115605504 4127 33554432000 4194304 5849740 140730876867808 140730876866456 140237747359623 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 21159936 140730876875958 140730876876036 140730876876036 140730876878794 0
/proc/12478/statm: 28224 4127 754 405 0 25168 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 112896 KiB
Current children cumulated memory: 16508 KiB

[startup+6.30025 s]
/proc/loadavg: 1.40 1.34 1.37 3/188 12485
/proc/meminfo: memFree=20557744/32770624 swapFree=67108860/67108860
[pid=12478] ppid=12472 vsize=117896 memory=22440 CPUtime=6.29 cores=1,3,5,7
/proc/12478/stat : 12478 (xcsp_picat) R 12472 12478 8081 0 -1 4202496 6774 0 0 0 620 9 0 0 20 0 1 0 80204491 120725504 5610 33554432000 4194304 5849740 140730876867808 140730876866296 5437591 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 21159936 140730876875958 140730876876036 140730876876036 140730876878794 0
/proc/12478/statm: 29474 5610 761 405 0 26418 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 117896 KiB
Current children cumulated memory: 22440 KiB

[startup+12.7002 s]
/proc/loadavg: 1.45 1.35 1.38 3/188 12485
/proc/meminfo: memFree=20549972/32770624 swapFree=67108860/67108860
[pid=12478] ppid=12472 vsize=123312 memory=28028 CPUtime=12.69 cores=1,3,5,7
/proc/12478/stat : 12478 (xcsp_picat) R 12472 12478 8081 0 -1 4202496 12675 0 0 0 1254 15 0 0 20 0 1 0 80204491 126271488 7007 33554432000 4194304 5849740 140730876867808 140730876866808 5438106 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 21159936 140730876875958 140730876876036 140730876876036 140730876878794 0
/proc/12478/statm: 30828 7007 761 405 0 27772 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 123312 KiB
Current children cumulated memory: 28028 KiB

[startup+25.5003 s]
/proc/loadavg: 1.54 1.37 1.38 3/188 12485
/proc/meminfo: memFree=20537884/32770624 swapFree=67108860/67108860
[pid=12478] ppid=12472 vsize=129612 memory=38288 CPUtime=25.49 cores=1,3,5,7
/proc/12478/stat : 12478 (xcsp_picat) R 12472 12478 8081 0 -1 4202496 24704 0 0 0 2523 26 0 0 20 0 1 0 80204491 132722688 9572 33554432000 4194304 5849740 140730876867808 140730876866808 5437839 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 21159936 140730876875958 140730876876036 140730876876036 140730876878794 0
/proc/12478/statm: 32403 9572 761 405 0 29347 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 129612 KiB
Current children cumulated memory: 38288 KiB

[startup+51.1093 s]
/proc/loadavg: 1.72 1.43 1.41 3/188 12485
/proc/meminfo: memFree=20533696/32770624 swapFree=67108860/67108860
[pid=12478] ppid=12472 vsize=127004 memory=35564 CPUtime=51.1 cores=1,3,5,7
/proc/12478/stat : 12478 (xcsp_picat) R 12472 12478 8081 0 -1 4202496 32748 0 0 0 5063 47 0 0 20 0 1 0 80204491 130052096 8891 33554432000 4194304 5849740 140730876867808 140730876866808 140237747359623 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 21159936 140730876875958 140730876876036 140730876876036 140730876878794 0
/proc/12478/statm: 31751 8891 761 405 0 28695 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 127004 KiB
Current children cumulated memory: 35564 KiB

[startup+102.3 s]
/proc/loadavg: 1.88 1.52 1.44 3/187 12486
/proc/meminfo: memFree=20458940/32770624 swapFree=67108860/67108860
[pid=12478] ppid=12472 vsize=173796 memory=82448 CPUtime=102.29 cores=1,3,5,7
/proc/12478/stat : 12478 (xcsp_picat) R 12472 12478 8081 0 -1 4202496 43401 0 0 0 10155 74 0 0 20 0 1 0 80204491 177967104 20612 33554432000 4194304 5849740 140730876867808 140730876866808 5437620 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 21159936 140730876875958 140730876876036 140730876876036 140730876878794 0
/proc/12478/statm: 43449 20612 761 405 0 40393 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 173796 KiB
Current children cumulated memory: 82448 KiB

[startup+162.3 s]
/proc/loadavg: 1.95 1.61 1.47 3/187 12487
/proc/meminfo: memFree=20442248/32770624 swapFree=67108860/67108860
[pid=12478] ppid=12472 vsize=184264 memory=92808 CPUtime=162.29 cores=1,3,5,7
/proc/12478/stat : 12478 (xcsp_picat) R 12472 12478 8081 0 -1 4202496 51744 0 0 0 16133 96 0 0 20 0 1 0 80204491 188686336 23202 33554432000 4194304 5849740 140730876867808 140730876866808 140237747359623 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 21159936 140730876875958 140730876876036 140730876876036 140730876878794 0
/proc/12478/statm: 46066 23202 761 405 0 43010 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 184264 KiB
Current children cumulated memory: 92808 KiB

[startup+222.3 s]
/proc/loadavg: 1.98 1.68 1.51 3/187 12488
/proc/meminfo: memFree=20383216/32770624 swapFree=67108860/67108860
[pid=12478] ppid=12472 vsize=212728 memory=121276 CPUtime=222.29 cores=1,3,5,7
/proc/12478/stat : 12478 (xcsp_picat) R 12472 12478 8081 0 -1 4202496 58003 0 0 0 22117 112 0 0 20 0 1 0 80204491 217833472 30319 33554432000 4194304 5849740 140730876867808 140730876866808 140237747359623 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 21159936 140730876875958 140730876876036 140730876876036 140730876878794 0
/proc/12478/statm: 53182 30319 761 405 0 50126 0
Current children cumulated CPU time: 222.29 s
Current children cumulated vsize: 212728 KiB
Current children cumulated memory: 121276 KiB

[startup+282.3 s]
/proc/loadavg: 1.99 1.74 1.53 3/187 12489
/proc/meminfo: memFree=20405124/32770624 swapFree=67108860/67108860
[pid=12478] ppid=12472 vsize=227008 memory=135788 CPUtime=282.3 cores=1,3,5,7
/proc/12478/stat : 12478 (xcsp_picat) R 12472 12478 8081 0 -1 4202496 67535 0 0 0 28106 124 0 0 20 0 1 0 80204491 232456192 33947 33554432000 4194304 5849740 140730876867808 140730876866808 5437698 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 21159936 140730876875958 140730876876036 140730876876036 140730876878794 0
/proc/12478/statm: 56752 33947 761 405 0 53696 0
Current children cumulated CPU time: 282.3 s
Current children cumulated vsize: 227008 KiB
Current children cumulated memory: 135788 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 1.79 1.56 3/187 12490
/proc/meminfo: memFree=20394564/32770624 swapFree=67108860/67108860
[pid=12478] ppid=12472 vsize=206008 memory=114556 CPUtime=342.3 cores=1,3,5,7
/proc/12478/stat : 12478 (xcsp_picat) R 12472 12478 8081 0 -1 4202496 71295 0 0 0 34090 140 0 0 20 0 1 0 80204491 210952192 28639 33554432000 4194304 5849740 140730876867808 140730876866808 5438251 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 21159936 140730876875958 140730876876036 140730876876036 140730876878794 0
/proc/12478/statm: 51502 28639 761 405 0 48446 0
Current children cumulated CPU time: 342.3 s
Current children cumulated vsize: 206008 KiB
Current children cumulated memory: 114556 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 1.82 1.59 3/189 12500
/proc/meminfo: memFree=20428748/32770624 swapFree=67108860/67108860
[pid=12478] ppid=12472 vsize=206008 memory=114788 CPUtime=402.31 cores=1,3,5,7
/proc/12478/stat : 12478 (xcsp_picat) R 12472 12478 8081 0 -1 4202496 80216 0 0 0 40077 154 0 0 20 0 1 0 80204491 210952192 28697 33554432000 4194304 5849740 140730876867808 140730876866808 5437698 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 21159936 140730876875958 140730876876036 140730876876036 140730876878794 0
/proc/12478/statm: 51502 28697 761 405 0 48446 0
Current children cumulated CPU time: 402.31 s
Current children cumulated vsize: 206008 KiB
Current children cumulated memory: 114788 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 1.86 1.62 3/189 12501
/proc/meminfo: memFree=20300796/32770624 swapFree=67108860/67108860
[pid=12478] ppid=12472 vsize=265620 memory=174400 CPUtime=462.3 cores=1,3,5,7
/proc/12478/stat : 12478 (xcsp_picat) R 12472 12478 8081 0 -1 4202496 82341 0 0 0 46065 165 0 0 20 0 1 0 80204491 271994880 43600 33554432000 4194304 5849740 140730876867808 140730876866808 5437720 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 21159936 140730876875958 140730876876036 140730876876036 140730876878794 0
/proc/12478/statm: 66405 43600 761 405 0 63349 0
Current children cumulated CPU time: 462.3 s
Current children cumulated vsize: 265620 KiB
Current children cumulated memory: 174400 KiB


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

Current children cumulated memory: 320028 KiB

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.90 3/189 12563
/proc/meminfo: memFree=19989684/32770624 swapFree=67108860/67108860
[pid=12478] ppid=12472 vsize=377540 memory=286192 CPUtime=1722.34 cores=1,3,5,7
/proc/12478/stat : 12478 (xcsp_picat) R 12472 12478 8081 0 -1 4202496 184434 0 0 0 171860 374 0 0 20 0 1 0 80204491 386600960 71548 33554432000 4194304 5849740 140730876867808 140730876866808 5335512 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 21159936 140730876875958 140730876876036 140730876876036 140730876878794 0
/proc/12478/statm: 94385 71548 761 405 0 91329 0
Current children cumulated CPU time: 1722.34 s
Current children cumulated vsize: 377540 KiB
Current children cumulated memory: 286192 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.90 3/189 12564
/proc/meminfo: memFree=19747980/32770624 swapFree=67108860/67108860
[pid=12478] ppid=12472 vsize=443076 memory=351728 CPUtime=1782.34 cores=1,3,5,7
/proc/12478/stat : 12478 (xcsp_picat) R 12472 12478 8081 0 -1 4202496 185036 0 0 0 177853 381 0 0 20 0 1 0 80204491 453709824 87932 33554432000 4194304 5849740 140730876867808 140730876866808 5437698 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 21159936 140730876875958 140730876876036 140730876876036 140730876878794 0
/proc/12478/statm: 110769 87932 761 405 0 107713 0
Current children cumulated CPU time: 1782.34 s
Current children cumulated vsize: 443076 KiB
Current children cumulated memory: 351728 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/189 12565
/proc/meminfo: memFree=19948884/32770624 swapFree=67108860/67108860
[pid=12478] ppid=12472 vsize=443076 memory=351728 CPUtime=1842.35 cores=1,3,5,7
/proc/12478/stat : 12478 (xcsp_picat) R 12472 12478 8081 0 -1 4202496 186702 0 0 0 183845 390 0 0 20 0 1 0 80204491 453709824 87932 33554432000 4194304 5849740 140730876867808 140730876866808 5437616 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 21159936 140730876875958 140730876876036 140730876876036 140730876878794 0
/proc/12478/statm: 110769 87932 761 405 0 107713 0
Current children cumulated CPU time: 1842.35 s
Current children cumulated vsize: 443076 KiB
Current children cumulated memory: 351728 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/188 12566
/proc/meminfo: memFree=19926128/32770624 swapFree=67108860/67108860
[pid=12478] ppid=12472 vsize=400876 memory=309528 CPUtime=1902.35 cores=1,3,5,7
/proc/12478/stat : 12478 (xcsp_picat) R 12472 12478 8081 0 -1 4202496 189477 0 0 0 189835 400 0 0 20 0 1 0 80204491 410497024 77382 33554432000 4194304 5849740 140730876867808 140730876866680 5437778 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 21159936 140730876875958 140730876876036 140730876876036 140730876878794 0
/proc/12478/statm: 100219 77382 761 405 0 97163 0
Current children cumulated CPU time: 1902.35 s
Current children cumulated vsize: 400876 KiB
Current children cumulated memory: 309528 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 1.99 1.92 3/187 12567
/proc/meminfo: memFree=19861116/32770624 swapFree=67108860/67108860
[pid=12478] ppid=12472 vsize=466412 memory=375064 CPUtime=1962.35 cores=1,3,5,7
/proc/12478/stat : 12478 (xcsp_picat) R 12472 12478 8081 0 -1 4202496 193809 0 0 0 195827 408 0 0 20 0 1 0 80204491 477605888 93766 33554432000 4194304 5849740 140730876867808 140730876866808 5437698 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 21159936 140730876875958 140730876876036 140730876876036 140730876878794 0
/proc/12478/statm: 116603 93766 761 405 0 113547 0
Current children cumulated CPU time: 1962.35 s
Current children cumulated vsize: 466412 KiB
Current children cumulated memory: 375064 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 1.99 1.92 3/187 12568
/proc/meminfo: memFree=19862292/32770624 swapFree=67108860/67108860
[pid=12478] ppid=12472 vsize=464956 memory=373600 CPUtime=2022.36 cores=1,3,5,7
/proc/12478/stat : 12478 (xcsp_picat) R 12472 12478 8081 0 -1 4202496 198936 0 0 0 201819 417 0 0 20 0 1 0 80204491 476114944 93400 33554432000 4194304 5849740 140730876867808 140730876866808 140237747359623 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 21159936 140730876875958 140730876876036 140730876876036 140730876878794 0
/proc/12478/statm: 116239 93400 761 405 0 113183 0
Current children cumulated CPU time: 2022.36 s
Current children cumulated vsize: 464956 KiB
Current children cumulated memory: 373600 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 1.99 1.93 3/187 12569
/proc/meminfo: memFree=19835236/32770624 swapFree=67108860/67108860
[pid=12478] ppid=12472 vsize=464956 memory=373608 CPUtime=2082.36 cores=1,3,5,7
/proc/12478/stat : 12478 (xcsp_picat) R 12472 12478 8081 0 -1 4202496 202741 0 0 0 207809 427 0 0 20 0 1 0 80204491 476114944 93402 33554432000 4194304 5849740 140730876867808 140730876866808 140237747359623 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 21159936 140730876875958 140730876876036 140730876876036 140730876878794 0
/proc/12478/statm: 116239 93402 761 405 0 113183 0
Current children cumulated CPU time: 2082.36 s
Current children cumulated vsize: 464956 KiB
Current children cumulated memory: 373608 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 1.99 1.94 3/187 12570
/proc/meminfo: memFree=19973964/32770624 swapFree=67108860/67108860
[pid=12478] ppid=12472 vsize=326908 memory=235560 CPUtime=2142.37 cores=1,3,5,7
/proc/12478/stat : 12478 (xcsp_picat) R 12472 12478 8081 0 -1 4202496 207346 0 0 0 213799 438 0 0 20 0 1 0 80204491 334753792 58890 33554432000 4194304 5849740 140730876867808 140730876866808 140237747359623 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 21159936 140730876875958 140730876876036 140730876876036 140730876878794 0
/proc/12478/statm: 81727 58890 761 405 0 78671 0
Current children cumulated CPU time: 2142.37 s
Current children cumulated vsize: 326908 KiB
Current children cumulated memory: 235560 KiB

[startup+2163.9 s]
# the end of solver process 12478 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2159.5 s, system=4.47428 s

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

[startup+2150.4 s]
/proc/loadavg: 2.00 1.99 1.94 3/187 12570
/proc/meminfo: memFree=19973964/32770624 swapFree=67108860/67108860
[pid=12478] ppid=12472 vsize=326908 memory=235560 CPUtime=2150.47 cores=1,3,5,7
/proc/12478/stat : 12478 (xcsp_picat) R 12472 12478 8081 0 -1 4202496 207349 0 0 0 214608 439 0 0 20 0 1 0 80204491 334753792 58890 33554432000 4194304 5849740 140730876867808 140730876866808 5437609 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 21159936 140730876875958 140730876876036 140730876876036 140730876878794 0
/proc/12478/statm: 81727 58890 761 405 0 78671 0
Current children cumulated CPU time: 2150.47 s
Current children cumulated vsize: 326908 KiB
Current children cumulated memory: 235560 KiB

[startup+2156.8 s]
/proc/loadavg: 2.00 1.99 1.94 3/187 12570
/proc/meminfo: memFree=20116680/32770624 swapFree=67108860/67108860
[pid=12478] ppid=12472 vsize=184720 memory=93332 CPUtime=2156.86 cores=1,3,5,7
/proc/12478/stat : 12478 (xcsp_picat) R 12472 12478 8081 0 -1 4202496 208104 0 0 0 215244 442 0 0 20 0 1 0 80204491 189153280 23333 33554432000 4194304 5849740 140730876867808 140730876866808 140237747359623 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 21159936 140730876875958 140730876876036 140730876876036 140730876878794 0
/proc/12478/statm: 46180 23333 761 405 0 43124 0
Current children cumulated CPU time: 2156.86 s
Current children cumulated vsize: 184720 KiB
Current children cumulated memory: 93332 KiB

[startup+2160 s]*
/proc/loadavg: 2.00 1.99 1.94 3/187 12570
/proc/meminfo: memFree=20113952/32770624 swapFree=67108860/67108860
[pid=12478] ppid=12472 vsize=187020 memory=95444 CPUtime=2160.07 cores=1,3,5,7
/proc/12478/stat : 12478 (xcsp_picat) R 12472 12478 8081 0 -1 4202496 208679 0 0 0 215563 444 0 0 20 0 1 0 80204491 191508480 23861 33554432000 4194304 5849740 140730876867808 140730876866808 140237747359623 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 21159936 140730876875958 140730876876036 140730876876036 140730876878794 0
/proc/12478/statm: 46755 23861 761 405 0 43699 0
Current children cumulated CPU time: 2160.07 s
Current children cumulated vsize: 187020 KiB
Current children cumulated memory: 95444 KiB

[startup+2161.6 s]
/proc/loadavg: 2.00 1.99 1.94 3/187 12570
/proc/meminfo: memFree=20127916/32770624 swapFree=67108860/67108860
[pid=12478] ppid=12472 vsize=173236 memory=81660 CPUtime=2161.67 cores=1,3,5,7
/proc/12478/stat : 12478 (xcsp_picat) R 12472 12478 8081 0 -1 4202496 209329 0 0 0 215722 445 0 0 20 0 1 0 80204491 177393664 20415 33554432000 4194304 5849740 140730876867808 140730876866808 5335598 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 21159936 140730876875958 140730876876036 140730876876036 140730876878794 0
/proc/12478/statm: 43309 20415 761 405 0 40253 0
Current children cumulated CPU time: 2161.67 s
Current children cumulated vsize: 173236 KiB
Current children cumulated memory: 81660 KiB

[startup+2163.2 s]
/proc/loadavg: 2.00 1.99 1.94 3/187 12571
/proc/meminfo: memFree=20132928/32770624 swapFree=67108860/67108860
[pid=12478] ppid=12472 vsize=167416 memory=76032 CPUtime=2163.26 cores=1,3,5,7
/proc/12478/stat : 12478 (xcsp_picat) R 12472 12478 8081 0 -1 4202496 210925 0 0 0 215880 446 0 0 20 0 1 0 80204491 171433984 19008 33554432000 4194304 5849740 140730876867808 140730876866808 140237747359623 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 21159936 140730876875958 140730876876036 140730876876036 140730876878794 0
/proc/12478/statm: 41854 19008 761 405 0 38798 0
Current children cumulated CPU time: 2163.26 s
Current children cumulated vsize: 167416 KiB
Current children cumulated memory: 76032 KiB

[startup+2163.6 s]
/proc/loadavg: 2.00 1.99 1.94 3/187 12571
/proc/meminfo: memFree=20132928/32770624 swapFree=67108860/67108860
[pid=12478] ppid=12472 vsize=167416 memory=76032 CPUtime=2163.67 cores=1,3,5,7
/proc/12478/stat : 12478 (xcsp_picat) R 12472 12478 8081 0 -1 4202496 210925 0 0 0 215920 447 0 0 20 0 1 0 80204491 171433984 19008 33554432000 4194304 5849740 140730876867808 140730876866808 140237747359623 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 21159936 140730876875958 140730876876036 140730876876036 140730876878794 0
/proc/12478/statm: 41854 19008 761 405 0 38798 0
Current children cumulated CPU time: 2163.67 s
Current children cumulated vsize: 167416 KiB
Current children cumulated memory: 76032 KiB

[startup+2163.8 s]
/proc/loadavg: 2.00 1.99 1.94 3/187 12571
/proc/meminfo: memFree=20132928/32770624 swapFree=67108860/67108860
[pid=12478] ppid=12472 vsize=167416 memory=76032 CPUtime=2163.87 cores=1,3,5,7
/proc/12478/stat : 12478 (xcsp_picat) R 12472 12478 8081 0 -1 4202496 210925 0 0 0 215940 447 0 0 20 0 1 0 80204491 171433984 19008 33554432000 4194304 5849740 140730876867808 140730876866808 140237747359623 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 21159936 140730876875958 140730876876036 140730876876036 140730876878794 0
/proc/12478/statm: 41854 19008 761 405 0 38798 0
Current children cumulated CPU time: 2163.87 s
Current children cumulated vsize: 167416 KiB
Current children cumulated memory: 76032 KiB

Child status: 0
Real time (s): 2163.9
CPU time (s): 2163.98
CPU user time (s): 2159.5
CPU system time (s): 4.47428
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 466412
Max. memory (cumulated for all children) (KiB): 375064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2159.5
system time used= 4.47428
maximum resident set size= 375064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 210971
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= 84
involuntary context switches= 706


# summary of solver processes directly reported to runsolver:
#   pid: 12478
#   total CPU time (s): 2163.98
#   total CPU user time (s): 2159.5
#   total CPU system time (s): 4.47428

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.79591 second user time and 15.836 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-26 19:33:33
IDJOB=4296292
IDBENCH=141686
IDSOLVER=2754
FILE ID=node105/4296292-1532626413
RUNJOBID= node105-1532626413-12455
PBS_JOBID= 21021977
Free space on /tmp= 44624 MiB

SOLVER NAME= PicatSAT 2018-06-15
BENCH NAME= XCSP18/Bacp/Bacp-m1/Bacp-m1-07b_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4296292-1532626413/watcher-4296292-1532626413 -o /tmp/evaluation-result-4296292-1532626413/solver-4296292-1532626413 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532626413-12455 --watchdog 2580  xcsp_picat HOME/instance-4296292-1532626413.xml

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

MD5SUM BENCH= 0ee1c6c026ad1c1844d8840312d93699
RANDOM SEED=1722224046

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:        20602076 kB
MemAvailable:   31934508 kB
Buffers:          248700 kB
Cached:         11224940 kB
SwapCached:            0 kB
Active:          2277060 kB
Inactive:        9247416 kB
Active(anon):       5272 kB
Inactive(anon):    73468 kB
Active(file):    2271788 kB
Inactive(file):  9173948 kB
Unevictable:        7288 kB
Mlocked:            7288 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3240 kB
Writeback:             0 kB
AnonPages:         58188 kB
Mapped:            40784 kB
Shmem:             25228 kB
Slab:             342772 kB
SReclaimable:     315156 kB
SUnreclaim:        27616 kB
KernelStack:        3200 kB
PageTables:         4900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     335264 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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= 44620 MiB
End job on node105 at 2018-07-26 20:09:37