Trace number 4303463

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 957.984 957.977

General information on the benchmark

NameBacp/Bacp-m2/
Bacp-m2-07b_c18.xml
MD5SUM5b65144cb3b3f40823d8710b9c84d78c
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 benchmark1198.76
Satisfiable
(Un)Satisfiability was proved
Number of variables262
Number of constraints284
Number of domains4
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 degree11
Distribution of variable degrees[{"degree":1,"count":7},{"degree":2,"count":7},{"degree":4,"count":217},{"degree":7,"count":6},{"degree":8,"count":12},{"degree":9,"count":9},{"degree":10,"count":2},{"degree":11,"count":2}]
Minimum constraint arity2
Maximum constraint arity32
Distribution of constraint arities[{"arity":2,"count":239},{"arity":7,"count":31},{"arity":32,"count":14}]
Number of extensional constraints217
Number of intensional constraints22
Distribution of constraint types[{"type":"extension","count":217},{"type":"intension","count":22},{"type":"sum","count":45}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4303463-1534035482/watcher-4303463-1534035482 -o /tmp/evaluation-result-4303463-1534035482/solver-4303463-1534035482 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534025399-15093 --watchdog 2580 xcsp_picat HOME/instance-4303463-1534035482.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=16106, runsolver pid=16103
Current StackSize limit: 8192 KiB


[startup+0.100177 s]*
/proc/loadavg: 2.04 2.04 2.05 3/187 16107
/proc/meminfo: memFree=28471728/32770624 swapFree=67030640/67108860
[pid=16106] ppid=16103 vsize=2026344 memory=17340 CPUtime=0.1 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15061 0 -1 4202496 1936 0 0 0 10 0 0 0 20 0 1 0 221111419 2074976256 4335 33554432000 4194304 5849708 140724704909232 140724704909232 5360539 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 41332736 140724704916662 140724704916740 140724704916740 140724704919498 0
/proc/16106/statm: 506586 4335 740 405 0 503531 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2026344 KiB
Current children cumulated memory: 17340 KiB

[startup+0.210048 s]*
/proc/loadavg: 2.04 2.04 2.05 3/187 16107
/proc/meminfo: memFree=28471728/32770624 swapFree=67030640/67108860
[pid=16106] ppid=16103 vsize=2026428 memory=17612 CPUtime=0.21 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15061 0 -1 4202496 2028 0 0 0 21 0 0 0 20 0 1 0 221111419 2075062272 4403 33554432000 4194304 5849708 140724704909232 140724704909232 5307056 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 41332736 140724704916662 140724704916740 140724704916740 140724704919498 0
/proc/16106/statm: 506607 4403 748 405 0 503552 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2026428 KiB
Current children cumulated memory: 17612 KiB

[startup+0.308885 s]*
/proc/loadavg: 2.04 2.04 2.05 3/187 16107
/proc/meminfo: memFree=28471356/32770624 swapFree=67030640/67108860
[pid=16106] ppid=16103 vsize=2026792 memory=17872 CPUtime=0.31 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15061 0 -1 4202496 2114 0 0 0 31 0 0 0 20 0 1 0 221111419 2075435008 4468 33554432000 4194304 5849708 140724704909232 140724704909232 139734895157127 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 41332736 140724704916662 140724704916740 140724704916740 140724704919498 0
/proc/16106/statm: 506698 4468 756 405 0 503643 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2026792 KiB
Current children cumulated memory: 17872 KiB

[startup+0.700272 s]
/proc/loadavg: 2.04 2.04 2.05 3/187 16107
/proc/meminfo: memFree=28470820/32770624 swapFree=67030640/67108860
[pid=16106] ppid=16103 vsize=2026888 memory=17972 CPUtime=0.69 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15061 0 -1 4202496 2295 0 0 0 68 1 0 0 20 0 1 0 221111419 2075533312 4493 33554432000 4194304 5849708 140724704909232 140724704908104 139734895157127 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 41332736 140724704916662 140724704916740 140724704916740 140724704919498 0
/proc/16106/statm: 506722 4493 756 405 0 503667 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2026888 KiB
Current children cumulated memory: 17972 KiB

[startup+1.50027 s]
/proc/loadavg: 2.04 2.04 2.05 3/187 16107
/proc/meminfo: memFree=28469968/32770624 swapFree=67030640/67108860
[pid=16106] ppid=16103 vsize=2027696 memory=18880 CPUtime=1.49 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15061 0 -1 4202496 3156 0 0 0 147 2 0 0 20 0 1 0 221111419 2076360704 4720 33554432000 4194304 5849708 140724704909232 140724704908232 139734895157127 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 41332736 140724704916662 140724704916740 140724704916740 140724704919498 0
/proc/16106/statm: 506924 4720 756 405 0 503869 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2027696 KiB
Current children cumulated memory: 18880 KiB

[startup+3.10927 s]
/proc/loadavg: 2.04 2.04 2.05 3/187 16107
/proc/meminfo: memFree=28468644/32770624 swapFree=67030640/67108860
[pid=16106] ppid=16103 vsize=2029232 memory=20140 CPUtime=3.1 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15061 0 -1 4202496 4715 0 0 0 306 4 0 0 20 0 1 0 221111419 2077933568 5035 33554432000 4194304 5849708 140724704909232 140724704908232 139734895157127 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 41332736 140724704916662 140724704916740 140724704916740 140724704919498 0
/proc/16106/statm: 507308 5035 756 405 0 504253 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2029232 KiB
Current children cumulated memory: 20140 KiB

[startup+6.30027 s]
/proc/loadavg: 2.04 2.04 2.05 3/187 16107
/proc/meminfo: memFree=28466552/32770624 swapFree=67030640/67108860
[pid=16106] ppid=16103 vsize=2031452 memory=22584 CPUtime=6.29 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15061 0 -1 4202496 7901 0 0 0 621 8 0 0 20 0 1 0 221111419 2080206848 5646 33554432000 4194304 5849708 140724704909232 140724704908232 139734895157127 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 41332736 140724704916662 140724704916740 140724704916740 140724704919498 0
/proc/16106/statm: 507863 5646 765 405 0 504808 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2031452 KiB
Current children cumulated memory: 22584 KiB

[startup+12.7003 s]
/proc/loadavg: 2.04 2.04 2.05 3/187 16107
/proc/meminfo: memFree=28460536/32770624 swapFree=67030640/67108860
[pid=16106] ppid=16103 vsize=2038212 memory=28912 CPUtime=12.7 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15061 0 -1 4202496 11377 0 0 0 1254 16 0 0 20 0 1 0 221111419 2087129088 7228 33554432000 4194304 5849708 140724704909232 140724704908232 139734895157127 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 41332736 140724704916662 140724704916740 140724704916740 140724704919498 0
/proc/16106/statm: 509553 7228 765 405 0 506498 0
Current children cumulated CPU time: 12.7 s
Current children cumulated vsize: 2038212 KiB
Current children cumulated memory: 28912 KiB

[startup+25.5003 s]
/proc/loadavg: 2.03 2.04 2.05 3/187 16107
/proc/meminfo: memFree=28502296/32770624 swapFree=67030640/67108860
[pid=16106] ppid=16103 vsize=2036316 memory=27576 CPUtime=25.49 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15061 0 -1 4202496 17836 0 0 0 2525 24 0 0 20 0 1 0 221111419 2085187584 6894 33554432000 4194304 5849708 140724704909232 140724704908232 139734895157127 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 41332736 140724704916662 140724704916740 140724704916740 140724704919498 0
/proc/16106/statm: 509079 6894 765 405 0 506024 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2036316 KiB
Current children cumulated memory: 27576 KiB

[startup+51.1095 s]
/proc/loadavg: 2.02 2.04 2.05 3/187 16107
/proc/meminfo: memFree=28586816/32770624 swapFree=67030640/67108860
[pid=16106] ppid=16103 vsize=2043384 memory=34280 CPUtime=51.1 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15061 0 -1 4202496 30161 0 0 0 5062 48 0 0 20 0 1 0 221111419 2092425216 8570 33554432000 4194304 5849708 140724704909232 140724704908232 139734895157127 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 41332736 140724704916662 140724704916740 140724704916740 140724704919498 0
/proc/16106/statm: 510846 8570 765 405 0 507791 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2043384 KiB
Current children cumulated memory: 34280 KiB

[startup+102.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/187 16108
/proc/meminfo: memFree=28880792/32770624 swapFree=67030640/67108860
[pid=16106] ppid=16103 vsize=2093708 memory=84704 CPUtime=102.29 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15061 0 -1 4202496 37543 0 0 0 10153 76 0 0 20 0 1 0 221111419 2143956992 21176 33554432000 4194304 5849708 140724704909232 140724704908232 5437714 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 41332736 140724704916662 140724704916740 140724704916740 140724704919498 0
/proc/16106/statm: 523427 21176 765 405 0 520372 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 2093708 KiB
Current children cumulated memory: 84704 KiB

[startup+162.3 s]
/proc/loadavg: 2.09 2.06 2.05 3/188 16117
/proc/meminfo: memFree=28873404/32770624 swapFree=67030640/67108860
[pid=16106] ppid=16103 vsize=2084376 memory=75420 CPUtime=162.3 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15061 0 -1 4202496 48894 0 0 0 16128 102 0 0 20 0 1 0 221111419 2134401024 18855 33554432000 4194304 5849708 140724704909232 140724704908232 139734895157127 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 41332736 140724704916662 140724704916740 140724704916740 140724704919498 0
/proc/16106/statm: 521094 18855 765 405 0 518039 0
Current children cumulated CPU time: 162.3 s
Current children cumulated vsize: 2084376 KiB
Current children cumulated memory: 75420 KiB

[startup+222.3 s]
/proc/loadavg: 2.03 2.05 2.05 2/183 16186
/proc/meminfo: memFree=29125040/32770624 swapFree=67030640/67108860
[pid=16106] ppid=16103 vsize=2120912 memory=111924 CPUtime=222.3 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15061 0 -1 4202496 57618 0 0 0 22112 118 0 0 20 0 1 0 221111419 2171813888 27981 33554432000 4194304 5849708 140724704909232 140724704908232 139734895157127 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 41332736 140724704916662 140724704916740 140724704916740 140724704919498 0
/proc/16106/statm: 530228 27981 765 405 0 527173 0
Current children cumulated CPU time: 222.3 s
Current children cumulated vsize: 2120912 KiB
Current children cumulated memory: 111924 KiB

[startup+282.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/189 16201
/proc/meminfo: memFree=29097092/32770624 swapFree=67030640/67108860
[pid=16106] ppid=16103 vsize=2108740 memory=100316 CPUtime=282.28 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15061 0 -1 4202496 69950 0 0 0 28095 133 0 0 20 0 1 0 221111419 2159349760 25079 33554432000 4194304 5849708 140724704909232 140724704908232 139734895157127 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 41332736 140724704916662 140724704916740 140724704916740 140724704919498 0
/proc/16106/statm: 527185 25079 765 405 0 524130 0
Current children cumulated CPU time: 282.28 s
Current children cumulated vsize: 2108740 KiB
Current children cumulated memory: 100316 KiB

[startup+342.3 s]
/proc/loadavg: 2.35 2.11 2.07 3/189 16202
/proc/meminfo: memFree=29011780/32770624 swapFree=67030640/67108860
[pid=16106] ppid=16103 vsize=2140344 memory=134772 CPUtime=342.28 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15061 0 -1 4202496 73479 0 0 0 34080 148 0 0 20 0 1 0 221111419 2191712256 33693 33554432000 4194304 5849708 140724704909232 140724704908392 5437627 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 41332736 140724704916662 140724704916740 140724704916740 140724704919498 0
/proc/16106/statm: 535086 33693 765 405 0 532031 0
Current children cumulated CPU time: 342.28 s
Current children cumulated vsize: 2140344 KiB
Current children cumulated memory: 134772 KiB

[startup+402.3 s]
/proc/loadavg: 2.31 2.16 2.09 3/189 16203
/proc/meminfo: memFree=28972980/32770624 swapFree=67030640/67108860
[pid=16106] ppid=16103 vsize=2140344 memory=135004 CPUtime=402.28 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15061 0 -1 4202496 79397 0 0 0 40069 159 0 0 20 0 1 0 221111419 2191712256 33751 33554432000 4194304 5849708 140724704909232 140724704908232 139734895157127 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 41332736 140724704916662 140724704916740 140724704916740 140724704919498 0
/proc/16106/statm: 535086 33751 765 405 0 532031 0
Current children cumulated CPU time: 402.28 s
Current children cumulated vsize: 2140344 KiB
Current children cumulated memory: 135004 KiB

[startup+462.3 s]
/proc/loadavg: 2.11 2.13 2.09 3/188 16204
/proc/meminfo: memFree=28915952/32770624 swapFree=67030640/67108860
[pid=16106] ppid=16103 vsize=2194796 memory=189452 CPUtime=462.28 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15061 0 -1 4202496 81761 0 0 0 46059 169 0 0 20 0 1 0 221111419 2247471104 47363 33554432000 4194304 5849708 140724704909232 140724704908232 139734895157127 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 41332736 140724704916662 140724704916740 140724704916740 140724704919498 0
/proc/16106/statm: 548699 47363 765 405 0 545644 0
Current children cumulated CPU time: 462.28 s
Current children cumulated vsize: 2194796 KiB
Current children cumulated memory: 189452 KiB

[startup+522.3 s]
/proc/loadavg: 2.04 2.11 2.08 3/188 16205
/proc/meminfo: memFree=28875688/32770624 swapFree=67030640/67108860
[pid=16106] ppid=16103 vsize=2194796 memory=189456 CPUtime=522.29 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15061 0 -1 4202496 98002 0 0 0 52048 181 0 0 20 0 1 0 221111419 2247471104 47364 33554432000 4194304 5849708 140724704909232 140724704908232 5437841 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 41332736 140724704916662 140724704916740 140724704916740 140724704919498 0
/proc/16106/statm: 548699 47364 765 405 0 545644 0
Current children cumulated CPU time: 522.29 s
Current children cumulated vsize: 2194796 KiB
Current children cumulated memory: 189456 KiB

[startup+582.3 s]
/proc/loadavg: 2.02 2.09 2.07 3/188 16206
/proc/meminfo: memFree=28976632/32770624 swapFree=67030640/67108860
[pid=16106] ppid=16103 vsize=2133812 memory=128472 CPUtime=582.29 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15061 0 -1 4202496 103582 0 0 0 58031 198 0 0 20 0 1 0 221111419 2185023488 32118 33554432000 4194304 5849708 140724704909232 140724704908232 5437824 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 41332736 140724704916662 140724704916740 140724704916740 140724704919498 0
/proc/16106/statm: 533453 32118 765 405 0 530398 0
Current children cumulated CPU time: 582.29 s
Current children cumulated vsize: 2133812 KiB
Current children cumulated memory: 128472 KiB

[startup+642.3 s]
/proc/loadavg: 2.01 2.07 2.07 3/188 16207
/proc/meminfo: memFree=28886408/32770624 swapFree=67030640/67108860
[pid=16106] ppid=16103 vsize=2194572 memory=189232 CPUtime=642.29 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15061 0 -1 4202496 119616 0 0 0 64021 208 0 0 20 0 1 0 221111419 2247241728 47308 33554432000 4194304 5849708 140724704909232 140724704908232 5437824 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 41332736 140724704916662 140724704916740 140724704916740 140724704919498 0
/proc/16106/statm: 548643 47308 765 405 0 545588 0
Current children cumulated CPU time: 642.29 s
Current children cumulated vsize: 2194572 KiB
Current children cumulated memory: 189232 KiB

[startup+702.3 s]
/proc/loadavg: 2.00 2.06 2.06 3/188 16208
/proc/meminfo: memFree=28874500/32770624 swapFree=67030640/67108860
[pid=16106] ppid=16103 vsize=2194572 memory=189232 CPUtime=702.29 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15061 0 -1 4202496 119906 0 0 0 70014 215 0 0 20 0 1 0 221111419 2247241728 47308 33554432000 4194304 5849708 140724704909232 140724704908232 139734895157127 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 41332736 140724704916662 140724704916740 140724704916740 140724704919498 0
/proc/16106/statm: 548643 47308 765 405 0 545588 0
Current children cumulated CPU time: 702.29 s
Current children cumulated vsize: 2194572 KiB
Current children cumulated memory: 189232 KiB

[startup+762.3 s]
/proc/loadavg: 2.00 2.05 2.06 3/188 16214
/proc/meminfo: memFree=28830916/32770624 swapFree=67030640/67108860
[pid=16106] ppid=16103 vsize=2210184 memory=204844 CPUtime=762.3 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15061 0 -1 4202496 139073 0 0 0 76005 225 0 0 20 0 1 0 221111419 2263228416 51211 33554432000 4194304 5849708 140724704909232 140724704908232 139734895157127 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 41332736 140724704916662 140724704916740 140724704916740 140724704919498 0
/proc/16106/statm: 552546 51211 765 405 0 549491 0
Current children cumulated CPU time: 762.3 s
Current children cumulated vsize: 2210184 KiB
Current children cumulated memory: 204844 KiB

[startup+822.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/188 16215
/proc/meminfo: memFree=28715004/32770624 swapFree=67030640/67108860
[pid=16106] ppid=16103 vsize=2210184 memory=204844 CPUtime=822.3 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15061 0 -1 4202496 139433 0 0 0 81996 234 0 0 20 0 1 0 221111419 2263228416 51211 33554432000 4194304 5849708 140724704909232 140724704908104 5438192 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 41332736 140724704916662 140724704916740 140724704916740 140724704919498 0
/proc/16106/statm: 552546 51211 765 405 0 549491 0
Current children cumulated CPU time: 822.3 s
Current children cumulated vsize: 2210184 KiB
Current children cumulated memory: 204844 KiB

[startup+882.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/188 16216
/proc/meminfo: memFree=28780416/32770624 swapFree=67030640/67108860
[pid=16106] ppid=16103 vsize=2146312 memory=140972 CPUtime=882.3 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15061 0 -1 4202496 156512 0 0 0 87984 246 0 0 20 0 1 0 221111419 2197823488 35243 33554432000 4194304 5849708 140724704909232 140724704908232 5437664 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 41332736 140724704916662 140724704916740 140724704916740 140724704919498 0
/proc/16106/statm: 536578 35243 765 405 0 533523 0
Current children cumulated CPU time: 882.3 s
Current children cumulated vsize: 2146312 KiB
Current children cumulated memory: 140972 KiB

[startup+942.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/188 16217
/proc/meminfo: memFree=28889396/32770624 swapFree=67030640/67108860
[pid=16106] ppid=16103 vsize=2160596 memory=155256 CPUtime=942.3 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15061 0 -1 4202496 161467 0 0 0 93973 257 0 0 20 0 1 0 221111419 2212450304 38814 33554432000 4194304 5849708 140724704909232 140724704908232 5335530 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 41332736 140724704916662 140724704916740 140724704916740 140724704919498 0
/proc/16106/statm: 540149 38814 765 405 0 537094 0
Current children cumulated CPU time: 942.3 s
Current children cumulated vsize: 2160596 KiB
Current children cumulated memory: 155256 KiB

[startup+957.977 s]
# the end of solver process 16106 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=955.378 s, system=2.60607 s

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

[startup+947.2 s]
/proc/loadavg: 2.00 2.03 2.05 3/188 16218
/proc/meminfo: memFree=28888636/32770624 swapFree=67030640/67108860
[pid=16106] ppid=16103 vsize=2160596 memory=155256 CPUtime=947.2 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15061 0 -1 4202496 161467 0 0 0 94462 258 0 0 20 0 1 0 221111419 2212450304 38814 33554432000 4194304 5849708 140724704909232 140724704908232 139734895157127 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 41332736 140724704916662 140724704916740 140724704916740 140724704919498 0
/proc/16106/statm: 540149 38814 765 405 0 537094 0
Current children cumulated CPU time: 947.2 s
Current children cumulated vsize: 2160596 KiB
Current children cumulated memory: 155256 KiB

[startup+953.6 s]
/proc/loadavg: 2.00 2.03 2.05 3/188 16218
/proc/meminfo: memFree=28888884/32770624 swapFree=67030640/67108860
[pid=16106] ppid=16103 vsize=2160596 memory=155256 CPUtime=953.59 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15061 0 -1 4202496 161467 0 0 0 95100 259 0 0 20 0 1 0 221111419 2212450304 38814 33554432000 4194304 5849708 140724704909232 140724704908232 139734895157127 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 41332736 140724704916662 140724704916740 140724704916740 140724704919498 0
/proc/16106/statm: 540149 38814 765 405 0 537094 0
Current children cumulated CPU time: 953.59 s
Current children cumulated vsize: 2160596 KiB
Current children cumulated memory: 155256 KiB

[startup+955.2 s]
/proc/loadavg: 2.00 2.03 2.05 3/188 16218
/proc/meminfo: memFree=28889008/32770624 swapFree=67030640/67108860
[pid=16106] ppid=16103 vsize=2160596 memory=155256 CPUtime=955.2 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15061 0 -1 4202496 161467 0 0 0 95260 260 0 0 20 0 1 0 221111419 2212450304 38814 33554432000 4194304 5849708 140724704909232 140724704908392 139734895157127 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 41332736 140724704916662 140724704916740 140724704916740 140724704919498 0
/proc/16106/statm: 540149 38814 765 405 0 537094 0
Current children cumulated CPU time: 955.2 s
Current children cumulated vsize: 2160596 KiB
Current children cumulated memory: 155256 KiB

[startup+956.8 s]
/proc/loadavg: 2.00 2.03 2.05 3/188 16218
/proc/meminfo: memFree=28889008/32770624 swapFree=67030640/67108860
[pid=16106] ppid=16103 vsize=2160596 memory=155256 CPUtime=956.8 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15061 0 -1 4202496 161467 0 0 0 95420 260 0 0 20 0 1 0 221111419 2212450304 38814 33554432000 4194304 5849708 140724704909232 140724704908392 5437714 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 41332736 140724704916662 140724704916740 140724704916740 140724704919498 0
/proc/16106/statm: 540149 38814 765 405 0 537094 0
Current children cumulated CPU time: 956.8 s
Current children cumulated vsize: 2160596 KiB
Current children cumulated memory: 155256 KiB

[startup+957.6 s]
/proc/loadavg: 2.00 2.03 2.05 3/188 16218
/proc/meminfo: memFree=28889008/32770624 swapFree=67030640/67108860
[pid=16106] ppid=16103 vsize=2160596 memory=155256 CPUtime=957.6 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15061 0 -1 4202496 161467 0 0 0 95500 260 0 0 20 0 1 0 221111419 2212450304 38814 33554432000 4194304 5849708 140724704909232 140724704908392 5437714 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 41332736 140724704916662 140724704916740 140724704916740 140724704919498 0
/proc/16106/statm: 540149 38814 765 405 0 537094 0
Current children cumulated CPU time: 957.6 s
Current children cumulated vsize: 2160596 KiB
Current children cumulated memory: 155256 KiB

[startup+957.8 s]
/proc/loadavg: 2.00 2.03 2.05 3/188 16218
/proc/meminfo: memFree=28889008/32770624 swapFree=67030640/67108860
[pid=16106] ppid=16103 vsize=2160596 memory=155256 CPUtime=957.8 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15061 0 -1 4202496 161467 0 0 0 95520 260 0 0 20 0 1 0 221111419 2212450304 38814 33554432000 4194304 5849708 140724704909232 140724704908392 5437636 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 41332736 140724704916662 140724704916740 140724704916740 140724704919498 0
/proc/16106/statm: 540149 38814 765 405 0 537094 0
Current children cumulated CPU time: 957.8 s
Current children cumulated vsize: 2160596 KiB
Current children cumulated memory: 155256 KiB

[startup+957.9 s]
/proc/loadavg: 2.00 2.03 2.05 3/188 16218
/proc/meminfo: memFree=28889008/32770624 swapFree=67030640/67108860
[pid=16106] ppid=16103 vsize=2160596 memory=155256 CPUtime=957.9 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15061 0 -1 4202496 161467 0 0 0 95530 260 0 0 20 0 1 0 221111419 2212450304 38814 33554432000 4194304 5849708 140724704909232 140724704908392 5335584 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 41332736 140724704916662 140724704916740 140724704916740 140724704919498 0
/proc/16106/statm: 540149 38814 765 405 0 537094 0
Current children cumulated CPU time: 957.9 s
Current children cumulated vsize: 2160596 KiB
Current children cumulated memory: 155256 KiB

Child status: 0
Real time (s): 957.977
CPU time (s): 957.984
CPU user time (s): 955.378
CPU system time (s): 2.60607
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 2210184
Max. memory (cumulated for all children) (KiB): 204844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 955.378
system time used= 2.60607
maximum resident set size= 204844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 161526
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= 24
involuntary context switches= 372


# summary of solver processes directly reported to runsolver:
#   pid: 16106
#   total CPU time (s): 957.984
#   total CPU user time (s): 955.378
#   total CPU system time (s): 2.60607

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.93868 second user time and 7.04325 second system time

The end

Launcher Data

Begin job on node102 at 2018-08-12 02:58:03
IDJOB=4303463
IDBENCH=141672
IDSOLVER=2778
FILE ID=node102/4303463-1534035482
RUNJOBID= node102-1534025399-15093
PBS_JOBID= 21036959
Free space on /tmp= 38204 MiB

SOLVER NAME= PicatSAT 2018-08-02
BENCH NAME= XCSP18/Bacp/Bacp-m2/Bacp-m2-07b_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4303463-1534035482/watcher-4303463-1534035482 -o /tmp/evaluation-result-4303463-1534035482/solver-4303463-1534035482 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534025399-15093 --watchdog 2580  xcsp_picat HOME/instance-4303463-1534035482.xml

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

MD5SUM BENCH= 5b65144cb3b3f40823d8710b9c84d78c
RANDOM SEED=2105611478

node102.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.51
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.51
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.51
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.51
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:        28486488 kB
MemAvailable:   31146112 kB
Buffers:           42196 kB
Cached:          2880980 kB
SwapCached:        51264 kB
Active:          2180256 kB
Inactive:        1565488 kB
Active(anon):     747396 kB
Inactive(anon):   126968 kB
Active(file):    1432860 kB
Inactive(file):  1438520 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108860 kB
SwapFree:       67030640 kB
Dirty:              3128 kB
Writeback:             0 kB
AnonPages:        779212 kB
Mapped:            52316 kB
Shmem:             48964 kB
Slab:             235980 kB
SReclaimable:     208160 kB
SUnreclaim:        27820 kB
KernelStack:        3328 kB
PageTables:         6376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3043828 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    702464 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 38204 MiB
End job on node102 at 2018-08-12 03:14:01