Trace number 4303446

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-02OPT13 1612.92 1612.76

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

1612.85/1612.75	c xcsp_picat version 2.4#6 (8/1/2018)
1612.85/1612.75	o 13
1612.85/1612.75	s OPTIMUM FOUND
1612.85/1612.75	v <instantiation>
1612.85/1612.75	v     <list> nco[] prd[] cp[][] ncr[]  </list> 
1612.85/1612.75	v     <values> 5 4 5 4 4 5 4  2 5 6 1 6 5 1 2 6 4 3 1 2 4 5 2 0 2 3 0 4 4 5 1 5 3 0 3 0 0 6  0 0 3 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 2 0 4 0 0 0 0 0 0 0 0 0 0 0 4 0 0 0 0 0 1 0 0 5 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 4 0 0 0 0 4 0 0 0 0 0 5 0 0 0 0 1 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 4 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 3 0 0 0 3 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 3 0 0 0 0 0 0 0 3 0 0 3 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 3 0 0 0 3 0 0 0 0 0 0 0 0 0 2 0 0 0 3 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 3  13 13 13 13 13 12 13   </values> 
1612.85/1612.75	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 (6659 MiB free)
  memory of node 1: 16384 MiB (9388 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4303446-1534036685/watcher-4303446-1534036685 -o /tmp/evaluation-result-4303446-1534036685/solver-4303446-1534036685 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534026591-4845 --watchdog 2580 xcsp_picat HOME/instance-4303446-1534036685.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=6036, runsolver pid=6033
Current StackSize limit: 8192 KiB


[startup+0.100155 s]*
/proc/loadavg: 1.93 2.00 2.04 3/188 6037
/proc/meminfo: memFree=16421000/32770624 swapFree=67108504/67108860
[pid=6036] ppid=6033 vsize=2026552 memory=14984 CPUtime=0.1 cores=1,3,5,7
/proc/6036/stat : 6036 (xcsp_picat) R 6033 6036 4813 0 -1 4202496 1912 0 0 0 10 0 0 0 20 0 1 0 221231665 2075189248 3746 33554432000 4194304 5849708 140732153106560 140732153106560 5366777 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 17956864 140732153111734 140732153111812 140732153111812 140732153114570 0
/proc/6036/statm: 506638 3746 735 405 0 503583 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2026552 KiB
Current children cumulated memory: 14984 KiB

[startup+0.209625 s]*
/proc/loadavg: 1.93 2.00 2.04 3/188 6037
/proc/meminfo: memFree=16421000/32770624 swapFree=67108504/67108860
[pid=6036] ppid=6033 vsize=2026552 memory=15252 CPUtime=0.21 cores=1,3,5,7
/proc/6036/stat : 6036 (xcsp_picat) R 6033 6036 4813 0 -1 4202496 1928 0 0 0 21 0 0 0 20 0 1 0 221231665 2075189248 3813 33554432000 4194304 5849708 140732153106560 140732153106560 4205760 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 17956864 140732153111734 140732153111812 140732153111812 140732153114570 0
/proc/6036/statm: 506638 3813 738 405 0 503583 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2026552 KiB
Current children cumulated memory: 15252 KiB

[startup+0.308816 s]*
/proc/loadavg: 1.93 2.00 2.04 3/188 6037
/proc/meminfo: memFree=16421000/32770624 swapFree=67108504/67108860
[pid=6036] ppid=6033 vsize=2026696 memory=15252 CPUtime=0.31 cores=1,3,5,7
/proc/6036/stat : 6036 (xcsp_picat) R 6033 6036 4813 0 -1 4202496 1955 0 0 0 31 0 0 0 20 0 1 0 221231665 2075336704 3813 33554432000 4194304 5849708 140732153106560 140732153106560 5307136 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 17956864 140732153111734 140732153111812 140732153111812 140732153114570 0
/proc/6036/statm: 506674 3813 738 405 0 503619 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2026696 KiB
Current children cumulated memory: 15252 KiB

[startup+0.700269 s]
/proc/loadavg: 1.93 2.00 2.04 3/188 6037
/proc/meminfo: memFree=16420364/32770624 swapFree=67108504/67108860
[pid=6036] ppid=6033 vsize=2027264 memory=15844 CPUtime=0.69 cores=1,3,5,7
/proc/6036/stat : 6036 (xcsp_picat) R 6033 6036 4813 0 -1 4202496 2137 0 0 0 69 0 0 0 20 0 1 0 221231665 2075918336 3961 33554432000 4194304 5849708 140732153106560 140732153106560 140590107881351 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 17956864 140732153111734 140732153111812 140732153111812 140732153114570 0
/proc/6036/statm: 506816 3961 751 405 0 503761 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2027264 KiB
Current children cumulated memory: 15844 KiB

[startup+1.50027 s]
/proc/loadavg: 1.93 2.00 2.04 3/188 6037
/proc/meminfo: memFree=16419260/32770624 swapFree=67108504/67108860
[pid=6036] ppid=6033 vsize=2027904 memory=16400 CPUtime=1.49 cores=1,3,5,7
/proc/6036/stat : 6036 (xcsp_picat) R 6033 6036 4813 0 -1 4202496 2906 0 0 0 147 2 0 0 20 0 1 0 221231665 2076573696 4100 33554432000 4194304 5849708 140732153106560 140732153105560 140590107881351 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 17956864 140732153111734 140732153111812 140732153111812 140732153114570 0
/proc/6036/statm: 506976 4100 752 405 0 503921 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2027904 KiB
Current children cumulated memory: 16400 KiB

[startup+3.10904 s]
/proc/loadavg: 1.93 2.00 2.04 3/188 6037
/proc/meminfo: memFree=16419808/32770624 swapFree=67108504/67108860
[pid=6036] ppid=6033 vsize=2026960 memory=15516 CPUtime=3.1 cores=1,3,5,7
/proc/6036/stat : 6036 (xcsp_picat) R 6033 6036 4813 0 -1 4202496 4797 0 0 0 306 4 0 0 20 0 1 0 221231665 2075607040 3879 33554432000 4194304 5849708 140732153106560 140732153105560 5360805 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 17956864 140732153111734 140732153111812 140732153111812 140732153114570 0
/proc/6036/statm: 506740 3879 754 405 0 503685 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2026960 KiB
Current children cumulated memory: 15516 KiB

[startup+6.30027 s]
/proc/loadavg: 1.94 2.00 2.04 3/188 6037
/proc/meminfo: memFree=16412332/32770624 swapFree=67108504/67108860
[pid=6036] ppid=6033 vsize=2032692 memory=21312 CPUtime=6.3 cores=1,3,5,7
/proc/6036/stat : 6036 (xcsp_picat) R 6033 6036 4813 0 -1 4202496 7480 0 0 0 621 9 0 0 20 0 1 0 221231665 2081476608 5328 33554432000 4194304 5849708 140732153106560 140732153105560 140590107881351 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 17956864 140732153111734 140732153111812 140732153111812 140732153114570 0
/proc/6036/statm: 508173 5328 761 405 0 505118 0
Current children cumulated CPU time: 6.3 s
Current children cumulated vsize: 2032692 KiB
Current children cumulated memory: 21312 KiB

[startup+12.7003 s]
/proc/loadavg: 1.95 2.00 2.04 3/188 6037
/proc/meminfo: memFree=16408172/32770624 swapFree=67108504/67108860
[pid=6036] ppid=6033 vsize=2037024 memory=25704 CPUtime=12.69 cores=1,3,5,7
/proc/6036/stat : 6036 (xcsp_picat) R 6033 6036 4813 0 -1 4202496 11958 0 0 0 1253 16 0 0 20 0 1 0 221231665 2085912576 6426 33554432000 4194304 5849708 140732153106560 140732153105560 5437714 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 17956864 140732153111734 140732153111812 140732153111812 140732153114570 0
/proc/6036/statm: 509256 6426 761 405 0 506201 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2037024 KiB
Current children cumulated memory: 25704 KiB

[startup+25.5004 s]
/proc/loadavg: 1.95 2.00 2.04 3/188 6037
/proc/meminfo: memFree=16390808/32770624 swapFree=67108504/67108860
[pid=6036] ppid=6033 vsize=2046724 memory=35404 CPUtime=25.5 cores=1,3,5,7
/proc/6036/stat : 6036 (xcsp_picat) R 6033 6036 4813 0 -1 4202496 22305 0 0 0 2525 25 0 0 20 0 1 0 221231665 2095845376 8851 33554432000 4194304 5849708 140732153106560 140732153105560 140590107881351 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 17956864 140732153111734 140732153111812 140732153111812 140732153114570 0
/proc/6036/statm: 511681 8851 761 405 0 508626 0
Current children cumulated CPU time: 25.5 s
Current children cumulated vsize: 2046724 KiB
Current children cumulated memory: 35404 KiB

[startup+51.1093 s]
/proc/loadavg: 1.97 2.00 2.04 3/188 6037
/proc/meminfo: memFree=16393476/32770624 swapFree=67108504/67108860
[pid=6036] ppid=6033 vsize=2033832 memory=22400 CPUtime=51.11 cores=1,3,5,7
/proc/6036/stat : 6036 (xcsp_picat) R 6033 6036 4813 0 -1 4202496 33691 0 0 0 5066 45 0 0 20 0 1 0 221231665 2082643968 5600 33554432000 4194304 5849708 140732153106560 140732153105048 140590107881351 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 17956864 140732153111734 140732153111812 140732153111812 140732153114570 0
/proc/6036/statm: 508458 5600 761 405 0 505403 0
Current children cumulated CPU time: 51.11 s
Current children cumulated vsize: 2033832 KiB
Current children cumulated memory: 22400 KiB

[startup+102.3 s]
/proc/loadavg: 1.99 2.00 2.04 3/188 6038
/proc/meminfo: memFree=16328876/32770624 swapFree=67108504/67108860
[pid=6036] ppid=6033 vsize=2089080 memory=77620 CPUtime=102.31 cores=1,3,5,7
/proc/6036/stat : 6036 (xcsp_picat) R 6033 6036 4813 0 -1 4202496 45877 0 0 0 10157 74 0 0 20 0 1 0 221231665 2139217920 19405 33554432000 4194304 5849708 140732153106560 140732153105560 140590107881351 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 17956864 140732153111734 140732153111812 140732153111812 140732153114570 0
/proc/6036/statm: 522270 19405 761 405 0 519215 0
Current children cumulated CPU time: 102.31 s
Current children cumulated vsize: 2089080 KiB
Current children cumulated memory: 77620 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/188 6044
/proc/meminfo: memFree=16297968/32770624 swapFree=67108504/67108860
[pid=6036] ppid=6033 vsize=2083052 memory=71860 CPUtime=162.31 cores=1,3,5,7
/proc/6036/stat : 6036 (xcsp_picat) R 6033 6036 4813 0 -1 4202496 54333 0 0 0 16134 97 0 0 20 0 1 0 221231665 2133045248 17965 33554432000 4194304 5849708 140732153106560 140732153105560 140590107881351 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 17956864 140732153111734 140732153111812 140732153111812 140732153114570 0
/proc/6036/statm: 520763 17965 761 405 0 517708 0
Current children cumulated CPU time: 162.31 s
Current children cumulated vsize: 2083052 KiB
Current children cumulated memory: 71860 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/188 6045
/proc/meminfo: memFree=16258320/32770624 swapFree=67108504/67108860
[pid=6036] ppid=6033 vsize=2131688 memory=120288 CPUtime=222.32 cores=1,3,5,7
/proc/6036/stat : 6036 (xcsp_picat) R 6033 6036 4813 0 -1 4202496 70749 0 0 0 22117 115 0 0 20 0 1 0 221231665 2182848512 30072 33554432000 4194304 5849708 140732153106560 140732153105560 140590107881351 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 17956864 140732153111734 140732153111812 140732153111812 140732153114570 0
/proc/6036/statm: 532922 30072 761 405 0 529867 0
Current children cumulated CPU time: 222.32 s
Current children cumulated vsize: 2131688 KiB
Current children cumulated memory: 120288 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/188 6046
/proc/meminfo: memFree=16259980/32770624 swapFree=67108504/67108860
[pid=6036] ppid=6033 vsize=2108904 memory=97516 CPUtime=282.33 cores=1,3,5,7
/proc/6036/stat : 6036 (xcsp_picat) R 6033 6036 4813 0 -1 4202496 75701 0 0 0 28103 130 0 0 20 0 1 0 221231665 2159517696 24379 33554432000 4194304 5849708 140732153106560 140732153105560 140590107881351 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 17956864 140732153111734 140732153111812 140732153111812 140732153114570 0
/proc/6036/statm: 527226 24379 761 405 0 524171 0
Current children cumulated CPU time: 282.33 s
Current children cumulated vsize: 2108904 KiB
Current children cumulated memory: 97516 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/188 6047
/proc/meminfo: memFree=16213328/32770624 swapFree=67108504/67108860
[pid=6036] ppid=6033 vsize=2129824 memory=118504 CPUtime=342.34 cores=1,3,5,7
/proc/6036/stat : 6036 (xcsp_picat) R 6033 6036 4813 0 -1 4202496 86708 0 0 0 34088 146 0 0 20 0 1 0 221231665 2180939776 29626 33554432000 4194304 5849708 140732153106560 140732153105720 5437592 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 17956864 140732153111734 140732153111812 140732153111812 140732153114570 0
/proc/6036/statm: 532456 29626 761 405 0 529401 0
Current children cumulated CPU time: 342.34 s
Current children cumulated vsize: 2129824 KiB
Current children cumulated memory: 118504 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/188 6048
/proc/meminfo: memFree=16221700/32770624 swapFree=67108504/67108860
[pid=6036] ppid=6033 vsize=2162592 memory=151268 CPUtime=402.34 cores=1,3,5,7
/proc/6036/stat : 6036 (xcsp_picat) R 6033 6036 4813 0 -1 4202496 88105 0 0 0 40076 158 0 0 20 0 1 0 221231665 2214494208 37817 33554432000 4194304 5849708 140732153106560 140732153105560 140590107881351 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 17956864 140732153111734 140732153111812 140732153111812 140732153114570 0
/proc/6036/statm: 540648 37817 761 405 0 537593 0
Current children cumulated CPU time: 402.34 s
Current children cumulated vsize: 2162592 KiB
Current children cumulated memory: 151268 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/188 6050
/proc/meminfo: memFree=16165300/32770624 swapFree=67108504/67108860
[pid=6036] ppid=6033 vsize=2196828 memory=185508 CPUtime=462.35 cores=1,3,5,7
/proc/6036/stat : 6036 (xcsp_picat) R 6033 6036 4813 0 -1 4202496 91513 0 0 0 46068 167 0 0 20 0 1 0 221231665 2249551872 46377 33554432000 4194304 5849708 140732153106560 140732153105560 5360453 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 17956864 140732153111734 140732153111812 140732153111812 140732153114570 0
/proc/6036/statm: 549207 46377 761 405 0 546152 0
Current children cumulated CPU time: 462.35 s
Current children cumulated vsize: 2196828 KiB
Current children cumulated memory: 185508 KiB


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

Current children cumulated memory: 203772 KiB

[startup+1182.3 s]
/proc/loadavg: 2.02 2.04 2.05 3/188 6136
/proc/meminfo: memFree=15987280/32770624 swapFree=67108504/67108860
[pid=6036] ppid=6033 vsize=2215092 memory=203772 CPUtime=1182.44 cores=1,3,5,7
/proc/6036/stat : 6036 (xcsp_picat) R 6033 6036 4813 0 -1 4202496 167194 0 0 0 117936 308 0 0 20 0 1 0 221231665 2268254208 50943 33554432000 4194304 5849708 140732153106560 140732153105560 5437632 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17956864 140732153111734 140732153111812 140732153111812 140732153114570 0
/proc/6036/statm: 553773 50943 761 405 0 550718 0
Current children cumulated CPU time: 1182.44 s
Current children cumulated vsize: 2215092 KiB
Current children cumulated memory: 203772 KiB

[startup+1242.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/188 6137
/proc/meminfo: memFree=15951904/32770624 swapFree=67108504/67108860
[pid=6036] ppid=6033 vsize=2240412 memory=229092 CPUtime=1242.44 cores=1,3,5,7
/proc/6036/stat : 6036 (xcsp_picat) R 6033 6036 4813 0 -1 4202496 169447 0 0 0 123927 317 0 0 20 0 1 0 221231665 2294181888 57273 33554432000 4194304 5849708 140732153106560 140732153105560 5335584 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17956864 140732153111734 140732153111812 140732153111812 140732153114570 0
/proc/6036/statm: 560103 57273 761 405 0 557048 0
Current children cumulated CPU time: 1242.44 s
Current children cumulated vsize: 2240412 KiB
Current children cumulated memory: 229092 KiB

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 6138
/proc/meminfo: memFree=15951740/32770624 swapFree=67108504/67108860
[pid=6036] ppid=6033 vsize=2240412 memory=229092 CPUtime=1302.42 cores=1,3,5,7
/proc/6036/stat : 6036 (xcsp_picat) R 6033 6036 4813 0 -1 4202496 178448 0 0 0 129917 325 0 0 20 0 1 0 221231665 2294181888 57273 33554432000 4194304 5849708 140732153106560 140732153105560 5437616 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17956864 140732153111734 140732153111812 140732153111812 140732153114570 0
/proc/6036/statm: 560103 57273 761 405 0 557048 0
Current children cumulated CPU time: 1302.42 s
Current children cumulated vsize: 2240412 KiB
Current children cumulated memory: 229092 KiB

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/189 6147
/proc/meminfo: memFree=15950072/32770624 swapFree=67108504/67108860
[pid=6036] ppid=6033 vsize=2240412 memory=230080 CPUtime=1362.42 cores=1,3,5,7
/proc/6036/stat : 6036 (xcsp_picat) R 6033 6036 4813 0 -1 4202496 178475 0 0 0 135910 332 0 0 20 0 1 0 221231665 2294181888 57520 33554432000 4194304 5849708 140732153106560 140732153105560 5313004 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17956864 140732153111734 140732153111812 140732153111812 140732153114570 0
/proc/6036/statm: 560103 57520 761 405 0 557048 0
Current children cumulated CPU time: 1362.42 s
Current children cumulated vsize: 2240412 KiB
Current children cumulated memory: 230080 KiB

[startup+1422.3 s]
/proc/loadavg: 2.22 2.06 2.06 3/188 6148
/proc/meminfo: memFree=15848208/32770624 swapFree=67108504/67108860
[pid=6036] ppid=6033 vsize=2263492 memory=255984 CPUtime=1422.42 cores=1,3,5,7
/proc/6036/stat : 6036 (xcsp_picat) R 6033 6036 4813 0 -1 4202496 181625 0 0 0 141899 343 0 0 20 0 1 0 221231665 2317815808 63996 33554432000 4194304 5849708 140732153106560 140732153105560 5437623 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17956864 140732153111734 140732153111812 140732153111812 140732153114570 0
/proc/6036/statm: 565873 63996 761 405 0 562818 0
Current children cumulated CPU time: 1422.42 s
Current children cumulated vsize: 2263492 KiB
Current children cumulated memory: 255984 KiB

[startup+1482.3 s]
/proc/loadavg: 2.37 2.15 2.09 3/188 6149
/proc/meminfo: memFree=15848664/32770624 swapFree=67108504/67108860
[pid=6036] ppid=6033 vsize=2263492 memory=256036 CPUtime=1482.44 cores=1,3,5,7
/proc/6036/stat : 6036 (xcsp_picat) R 6033 6036 4813 0 -1 4202496 187023 0 0 0 147893 351 0 0 20 0 1 0 221231665 2317815808 64009 33554432000 4194304 5849708 140732153106560 140732153105560 5312614 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17956864 140732153111734 140732153111812 140732153111812 140732153114570 0
/proc/6036/statm: 565873 64009 761 405 0 562818 0
Current children cumulated CPU time: 1482.44 s
Current children cumulated vsize: 2263492 KiB
Current children cumulated memory: 256036 KiB

[startup+1542.3 s]
/proc/loadavg: 2.14 2.12 2.09 3/188 6150
/proc/meminfo: memFree=15767108/32770624 swapFree=67108504/67108860
[pid=6036] ppid=6033 vsize=2263492 memory=256036 CPUtime=1542.44 cores=1,3,5,7
/proc/6036/stat : 6036 (xcsp_picat) R 6033 6036 4813 0 -1 4202496 187141 0 0 0 153885 359 0 0 20 0 1 0 221231665 2317815808 64009 33554432000 4194304 5849708 140732153106560 140732153105560 5437714 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17956864 140732153111734 140732153111812 140732153111812 140732153114570 0
/proc/6036/statm: 565873 64009 761 405 0 562818 0
Current children cumulated CPU time: 1542.44 s
Current children cumulated vsize: 2263492 KiB
Current children cumulated memory: 256036 KiB

[startup+1602.3 s]
/proc/loadavg: 2.05 2.10 2.08 3/188 6151
/proc/meminfo: memFree=15799164/32770624 swapFree=67108504/67108860
[pid=6036] ppid=6033 vsize=2232100 memory=224632 CPUtime=1602.45 cores=1,3,5,7
/proc/6036/stat : 6036 (xcsp_picat) R 6033 6036 4813 0 -1 4202496 188364 0 0 0 159877 368 0 0 20 0 1 0 221231665 2285670400 56158 33554432000 4194304 5849708 140732153106560 140732153105560 5437580 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17956864 140732153111734 140732153111812 140732153111812 140732153114570 0
/proc/6036/statm: 558025 56158 761 405 0 554970 0
Current children cumulated CPU time: 1602.45 s
Current children cumulated vsize: 2232100 KiB
Current children cumulated memory: 224632 KiB

[startup+1612.76 s]
# the end of solver process 6036 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1609.21 s, system=3.70744 s

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

[startup+1606.4 s]
/proc/loadavg: 2.05 2.10 2.08 3/188 6151
/proc/meminfo: memFree=15799164/32770624 swapFree=67108504/67108860
[pid=6036] ppid=6033 vsize=2232100 memory=224632 CPUtime=1606.55 cores=1,3,5,7
/proc/6036/stat : 6036 (xcsp_picat) R 6033 6036 4813 0 -1 4202496 188364 0 0 0 160286 369 0 0 20 0 1 0 221231665 2285670400 56158 33554432000 4194304 5849708 140732153106560 140732153105560 5438176 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17956864 140732153111734 140732153111812 140732153111812 140732153114570 0
/proc/6036/statm: 558025 56158 761 405 0 554970 0
Current children cumulated CPU time: 1606.55 s
Current children cumulated vsize: 2232100 KiB
Current children cumulated memory: 224632 KiB

[startup+1609.6 s]
/proc/loadavg: 2.05 2.10 2.08 3/188 6151
/proc/meminfo: memFree=15799164/32770624 swapFree=67108504/67108860
[pid=6036] ppid=6033 vsize=2232100 memory=224632 CPUtime=1609.75 cores=1,3,5,7
/proc/6036/stat : 6036 (xcsp_picat) R 6033 6036 4813 0 -1 4202496 188364 0 0 0 160606 369 0 0 20 0 1 0 221231665 2285670400 56158 33554432000 4194304 5849708 140732153106560 140732153105560 140590107881351 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17956864 140732153111734 140732153111812 140732153111812 140732153114570 0
/proc/6036/statm: 558025 56158 761 405 0 554970 0
Current children cumulated CPU time: 1609.75 s
Current children cumulated vsize: 2232100 KiB
Current children cumulated memory: 224632 KiB

[startup+1611.2 s]
/proc/loadavg: 2.05 2.10 2.08 3/188 6151
/proc/meminfo: memFree=15799164/32770624 swapFree=67108504/67108860
[pid=6036] ppid=6033 vsize=2232100 memory=224632 CPUtime=1611.35 cores=1,3,5,7
/proc/6036/stat : 6036 (xcsp_picat) R 6033 6036 4813 0 -1 4202496 188364 0 0 0 160765 370 0 0 20 0 1 0 221231665 2285670400 56158 33554432000 4194304 5849708 140732153106560 140732153105560 5335545 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17956864 140732153111734 140732153111812 140732153111812 140732153114570 0
/proc/6036/statm: 558025 56158 761 405 0 554970 0
Current children cumulated CPU time: 1611.35 s
Current children cumulated vsize: 2232100 KiB
Current children cumulated memory: 224632 KiB

[startup+1612 s]*
/proc/loadavg: 2.04 2.10 2.08 3/188 6151
/proc/meminfo: memFree=15799164/32770624 swapFree=67108504/67108860
[pid=6036] ppid=6033 vsize=2232100 memory=224632 CPUtime=1612.16 cores=1,3,5,7
/proc/6036/stat : 6036 (xcsp_picat) R 6033 6036 4813 0 -1 4202496 188364 0 0 0 160846 370 0 0 20 0 1 0 221231665 2285670400 56158 33554432000 4194304 5849708 140732153106560 140732153105560 5335601 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17956864 140732153111734 140732153111812 140732153111812 140732153114570 0
/proc/6036/statm: 558025 56158 761 405 0 554970 0
Current children cumulated CPU time: 1612.16 s
Current children cumulated vsize: 2232100 KiB
Current children cumulated memory: 224632 KiB

[startup+1612.4 s]
/proc/loadavg: 2.04 2.10 2.08 3/188 6151
/proc/meminfo: memFree=15799164/32770624 swapFree=67108504/67108860
[pid=6036] ppid=6033 vsize=2232100 memory=224632 CPUtime=1612.55 cores=1,3,5,7
/proc/6036/stat : 6036 (xcsp_picat) R 6033 6036 4813 0 -1 4202496 188364 0 0 0 160885 370 0 0 20 0 1 0 221231665 2285670400 56158 33554432000 4194304 5849708 140732153106560 140732153105560 140590107881351 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17956864 140732153111734 140732153111812 140732153111812 140732153114570 0
/proc/6036/statm: 558025 56158 761 405 0 554970 0
Current children cumulated CPU time: 1612.55 s
Current children cumulated vsize: 2232100 KiB
Current children cumulated memory: 224632 KiB

[startup+1612.6 s]
/proc/loadavg: 2.04 2.10 2.08 3/188 6151
/proc/meminfo: memFree=15799164/32770624 swapFree=67108504/67108860
[pid=6036] ppid=6033 vsize=2232100 memory=224632 CPUtime=1612.75 cores=1,3,5,7
/proc/6036/stat : 6036 (xcsp_picat) R 6033 6036 4813 0 -1 4202496 188364 0 0 0 160905 370 0 0 20 0 1 0 221231665 2285670400 56158 33554432000 4194304 5849708 140732153106560 140732153105560 5437714 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17956864 140732153111734 140732153111812 140732153111812 140732153114570 0
/proc/6036/statm: 558025 56158 761 405 0 554970 0
Current children cumulated CPU time: 1612.75 s
Current children cumulated vsize: 2232100 KiB
Current children cumulated memory: 224632 KiB

[startup+1612.7 s]
/proc/loadavg: 2.04 2.10 2.08 3/188 6151
/proc/meminfo: memFree=15799164/32770624 swapFree=67108504/67108860
[pid=6036] ppid=6033 vsize=2232100 memory=224632 CPUtime=1612.85 cores=1,3,5,7
/proc/6036/stat : 6036 (xcsp_picat) R 6033 6036 4813 0 -1 4202496 188364 0 0 0 160915 370 0 0 20 0 1 0 221231665 2285670400 56158 33554432000 4194304 5849708 140732153106560 140732153105560 140590107881351 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 17956864 140732153111734 140732153111812 140732153111812 140732153114570 0
/proc/6036/statm: 558025 56158 761 405 0 554970 0
Current children cumulated CPU time: 1612.85 s
Current children cumulated vsize: 2232100 KiB
Current children cumulated memory: 224632 KiB

Child status: 0
Real time (s): 1612.76
CPU time (s): 1612.92
CPU user time (s): 1609.21
CPU system time (s): 3.70744
CPU usage (%): 100.01
Max. virtual memory (cumulated for all children) (KiB): 2264936
Max. memory (cumulated for all children) (KiB): 257428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1609.21
system time used= 3.70744
maximum resident set size= 257428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 188409
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= 44
involuntary context switches= 532


# summary of solver processes directly reported to runsolver:
#   pid: 6036
#   total CPU time (s): 1612.92
#   total CPU user time (s): 1609.21
#   total CPU system time (s): 3.70744

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.59987 second user time and 12.8603 second system time

The end

Launcher Data

Begin job on node104 at 2018-08-12 03:18:05
IDJOB=4303446
IDBENCH=141686
IDSOLVER=2778
FILE ID=node104/4303446-1534036685
RUNJOBID= node104-1534026591-4845
PBS_JOBID= 21036963
Free space on /tmp= 37256 MiB

SOLVER NAME= PicatSAT 2018-08-02
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-4303446-1534036685/watcher-4303446-1534036685 -o /tmp/evaluation-result-4303446-1534036685/solver-4303446-1534036685 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534026591-4845 --watchdog 2580  xcsp_picat HOME/instance-4303446-1534036685.xml

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

MD5SUM BENCH= 0ee1c6c026ad1c1844d8840312d93699
RANDOM SEED=1712631608

node104.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.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        16433432 kB
MemAvailable:   31881264 kB
Buffers:          153168 kB
Cached:         15329652 kB
SwapCached:            8 kB
Active:          7645292 kB
Inactive:        7914920 kB
Active(anon):      28752 kB
Inactive(anon):   101264 kB
Active(file):    7616540 kB
Inactive(file):  7813656 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108860 kB
SwapFree:       67108504 kB
Dirty:              3392 kB
Writeback:             0 kB
AnonPages:         94728 kB
Mapped:            53884 kB
Shmem:             49668 kB
Slab:             474504 kB
SReclaimable:     446096 kB
SUnreclaim:        28408 kB
KernelStack:        3584 kB
PageTables:         5424 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2401344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     30720 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 37252 MiB
End job on node104 at 2018-08-12 03:44:58