Trace number 4296236

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 1521 1521.01

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4296236-1532615133/watcher-4296236-1532615133 -o /tmp/evaluation-result-4296236-1532615133/solver-4296236-1532615133 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532615133-6571 --watchdog 2580 xcsp_picat HOME/instance-4296236-1532615133.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=6597, runsolver pid=6593
Current StackSize limit: 8192 KiB


[startup+0.101004 s]*
/proc/loadavg: 1.28 1.79 1.96 4/188 6602
/proc/meminfo: memFree=20322788/32770624 swapFree=67108860/67108860
[pid=6597] ppid=6593 vsize=112284 memory=16692 CPUtime=0.1 cores=1,3,5,7
/proc/6597/stat : 6597 (xcsp_picat) R 6593 6597 2022 0 -1 4202496 1811 0 0 0 10 0 0 0 20 0 1 0 79076468 114978816 4173 33554432000 4194304 5849740 140725585518144 140725585516536 5355977 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 44564480 140725585523894 140725585523972 140725585523972 140725585526730 0
/proc/6597/statm: 28071 4173 729 405 0 25015 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 112284 KiB
Current children cumulated memory: 16692 KiB

[startup+0.209397 s]*
/proc/loadavg: 1.28 1.79 1.96 3/188 6602
/proc/meminfo: memFree=20322540/32770624 swapFree=67108860/67108860
[pid=6597] ppid=6593 vsize=112396 memory=17016 CPUtime=0.2 cores=1,3,5,7
/proc/6597/stat : 6597 (xcsp_picat) R 6593 6597 2022 0 -1 4202496 1900 0 0 0 20 0 0 0 20 0 1 0 79076468 115093504 4254 33554432000 4194304 5849740 140725585518144 140725585516536 5308429 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 44564480 140725585523894 140725585523972 140725585523972 140725585526730 0
/proc/6597/statm: 28099 4254 748 405 0 25043 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 112396 KiB
Current children cumulated memory: 17016 KiB

[startup+0.308922 s]*
/proc/loadavg: 1.28 1.79 1.96 3/188 6602
/proc/meminfo: memFree=20321796/32770624 swapFree=67108860/67108860
[pid=6597] ppid=6593 vsize=112692 memory=17068 CPUtime=0.3 cores=1,3,5,7
/proc/6597/stat : 6597 (xcsp_picat) R 6593 6597 2022 0 -1 4202496 1972 0 0 0 30 0 0 0 20 0 1 0 79076468 115396608 4267 33554432000 4194304 5849740 140725585518144 140725585516536 140302481854343 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 44564480 140725585523894 140725585523972 140725585523972 140725585526730 0
/proc/6597/statm: 28173 4267 756 405 0 25117 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 112692 KiB
Current children cumulated memory: 17068 KiB

[startup+0.70027 s]
/proc/loadavg: 1.28 1.79 1.96 3/188 6602
/proc/meminfo: memFree=20321052/32770624 swapFree=67108860/67108860
[pid=6597] ppid=6593 vsize=113116 memory=17596 CPUtime=0.68 cores=1,3,5,7
/proc/6597/stat : 6597 (xcsp_picat) R 6593 6597 2022 0 -1 4202496 2141 0 0 0 68 0 0 0 20 0 1 0 79076468 115830784 4399 33554432000 4194304 5849740 140725585518144 140725585516536 140302481854343 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 44564480 140725585523894 140725585523972 140725585523972 140725585526730 0
/proc/6597/statm: 28279 4399 756 405 0 25223 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 113116 KiB
Current children cumulated memory: 17596 KiB

[startup+1.50027 s]
/proc/loadavg: 1.28 1.79 1.96 3/188 6602
/proc/meminfo: memFree=20318076/32770624 swapFree=67108860/67108860
[pid=6597] ppid=6593 vsize=113984 memory=18580 CPUtime=1.49 cores=1,3,5,7
/proc/6597/stat : 6597 (xcsp_picat) R 6593 6597 2022 0 -1 4202496 3017 0 0 0 147 2 0 0 20 0 1 0 79076468 116719616 4645 33554432000 4194304 5849740 140725585518144 140725585517144 140302481854343 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 44564480 140725585523894 140725585523972 140725585523972 140725585526730 0
/proc/6597/statm: 28496 4645 756 405 0 25440 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 113984 KiB
Current children cumulated memory: 18580 KiB

[startup+3.10921 s]
/proc/loadavg: 1.28 1.79 1.96 3/188 6602
/proc/meminfo: memFree=20314868/32770624 swapFree=67108860/67108860
[pid=6597] ppid=6593 vsize=115324 memory=19760 CPUtime=3.1 cores=1,3,5,7
/proc/6597/stat : 6597 (xcsp_picat) R 6593 6597 2022 0 -1 4202496 4955 0 0 0 306 4 0 0 20 0 1 0 79076468 118091776 4940 33554432000 4194304 5849740 140725585518144 140725585517144 140302481854343 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 44564480 140725585523894 140725585523972 140725585523972 140725585526730 0
/proc/6597/statm: 28831 4940 756 405 0 25775 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 115324 KiB
Current children cumulated memory: 19760 KiB

[startup+6.30027 s]
/proc/loadavg: 1.26 1.77 1.96 3/188 6602
/proc/meminfo: memFree=20311564/32770624 swapFree=67108860/67108860
[pid=6597] ppid=6593 vsize=117796 memory=22116 CPUtime=6.28 cores=1,3,5,7
/proc/6597/stat : 6597 (xcsp_picat) R 6593 6597 2022 0 -1 4202496 7523 0 0 0 620 8 0 0 20 0 1 0 79076468 120623104 5529 33554432000 4194304 5849740 140725585518144 140725585517144 140302481854343 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 44564480 140725585523894 140725585523972 140725585523972 140725585526730 0
/proc/6597/statm: 29449 5529 765 405 0 26393 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 117796 KiB
Current children cumulated memory: 22116 KiB

[startup+12.7003 s]
/proc/loadavg: 1.32 1.78 1.96 3/188 6602
/proc/meminfo: memFree=20304004/32770624 swapFree=67108860/67108860
[pid=6597] ppid=6593 vsize=122748 memory=27116 CPUtime=12.69 cores=1,3,5,7
/proc/6597/stat : 6597 (xcsp_picat) R 6593 6597 2022 0 -1 4202496 10289 0 0 0 1255 14 0 0 20 0 1 0 79076468 125693952 6779 33554432000 4194304 5849740 140725585518144 140725585517144 140302481854343 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 44564480 140725585523894 140725585523972 140725585523972 140725585526730 0
/proc/6597/statm: 30687 6779 765 405 0 27631 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 122748 KiB
Current children cumulated memory: 27116 KiB

[startup+25.5003 s]
/proc/loadavg: 1.47 1.79 1.96 3/188 6602
/proc/meminfo: memFree=20297432/32770624 swapFree=67108860/67108860
[pid=6597] ppid=6593 vsize=126688 memory=31076 CPUtime=25.49 cores=1,3,5,7
/proc/6597/stat : 6597 (xcsp_picat) R 6593 6597 2022 0 -1 4202496 18677 0 0 0 2525 24 0 0 20 0 1 0 79076468 129728512 7769 33554432000 4194304 5849740 140725585518144 140725585517016 140302481854343 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 44564480 140725585523894 140725585523972 140725585523972 140725585526730 0
/proc/6597/statm: 31672 7769 765 405 0 28616 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 126688 KiB
Current children cumulated memory: 31076 KiB

[startup+51.1093 s]
/proc/loadavg: 1.65 1.81 1.96 3/188 6602
/proc/meminfo: memFree=20289724/32770624 swapFree=67108860/67108860
[pid=6597] ppid=6593 vsize=120940 memory=25428 CPUtime=51.1 cores=1,3,5,7
/proc/6597/stat : 6597 (xcsp_picat) R 6593 6597 2022 0 -1 4202496 29090 0 0 0 5060 50 0 0 20 0 1 0 79076468 123842560 6357 33554432000 4194304 5849740 140725585518144 140725585517144 5397762 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 44564480 140725585523894 140725585523972 140725585523972 140725585526730 0
/proc/6597/statm: 30235 6357 765 405 0 27179 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 120940 KiB
Current children cumulated memory: 25428 KiB

[startup+102.3 s]
/proc/loadavg: 1.85 1.84 1.96 3/188 6603
/proc/meminfo: memFree=20211904/32770624 swapFree=67108860/67108860
[pid=6597] ppid=6593 vsize=159044 memory=63616 CPUtime=102.29 cores=1,3,5,7
/proc/6597/stat : 6597 (xcsp_picat) R 6593 6597 2022 0 -1 4202496 38223 0 0 0 10145 84 0 0 20 0 1 0 79076468 162861056 15904 33554432000 4194304 5849740 140725585518144 140725585517144 5438245 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 44564480 140725585523894 140725585523972 140725585523972 140725585526730 0
/proc/6597/statm: 39761 15904 765 405 0 36705 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 159044 KiB
Current children cumulated memory: 63616 KiB

[startup+162.3 s]
/proc/loadavg: 1.94 1.87 1.96 3/188 6733
/proc/meminfo: memFree=20210444/32770624 swapFree=67108860/67108860
[pid=6597] ppid=6593 vsize=194332 memory=103052 CPUtime=162.28 cores=1,3,5,7
/proc/6597/stat : 6597 (xcsp_picat) R 6593 6597 2022 0 -1 4202496 50727 0 0 0 16118 110 0 0 20 0 1 0 79076468 198995968 25763 33554432000 4194304 5849740 140725585518144 140725585517144 140302481854343 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 44564480 140725585523894 140725585523972 140725585523972 140725585526730 0
/proc/6597/statm: 48583 25763 765 405 0 45527 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 194332 KiB
Current children cumulated memory: 103052 KiB

[startup+222.3 s]
/proc/loadavg: 1.98 1.89 1.96 3/188 6734
/proc/meminfo: memFree=20189644/32770624 swapFree=67108860/67108860
[pid=6597] ppid=6593 vsize=206260 memory=114948 CPUtime=222.28 cores=1,3,5,7
/proc/6597/stat : 6597 (xcsp_picat) R 6593 6597 2022 0 -1 4202496 62692 0 0 0 22100 128 0 0 20 0 1 0 79076468 211210240 28737 33554432000 4194304 5849740 140725585518144 140725585517144 140302481854343 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 44564480 140725585523894 140725585523972 140725585523972 140725585526730 0
/proc/6597/statm: 51565 28737 765 405 0 48509 0
Current children cumulated CPU time: 222.28 s
Current children cumulated vsize: 206260 KiB
Current children cumulated memory: 114948 KiB

[startup+282.3 s]
/proc/loadavg: 1.99 1.91 1.96 3/189 6743
/proc/meminfo: memFree=20139056/32770624 swapFree=67108860/67108860
[pid=6597] ppid=6593 vsize=219884 memory=128376 CPUtime=282.28 cores=1,3,5,7
/proc/6597/stat : 6597 (xcsp_picat) R 6593 6597 2022 0 -1 4202496 74623 0 0 0 28085 143 0 0 20 0 1 0 79076468 225161216 32094 33554432000 4194304 5849740 140725585518144 140725585517144 140302481854343 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 44564480 140725585523894 140725585523972 140725585523972 140725585526730 0
/proc/6597/statm: 54971 32094 765 405 0 51915 0
Current children cumulated CPU time: 282.28 s
Current children cumulated vsize: 219884 KiB
Current children cumulated memory: 128376 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 1.93 1.96 3/188 6744
/proc/meminfo: memFree=20112472/32770624 swapFree=67108860/67108860
[pid=6597] ppid=6593 vsize=219884 memory=128608 CPUtime=342.28 cores=1,3,5,7
/proc/6597/stat : 6597 (xcsp_picat) R 6593 6597 2022 0 -1 4202496 84057 0 0 0 34072 156 0 0 20 0 1 0 79076468 225161216 32152 33554432000 4194304 5849740 140725585518144 140725585517144 5437698 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 44564480 140725585523894 140725585523972 140725585523972 140725585526730 0
/proc/6597/statm: 54971 32152 765 405 0 51915 0
Current children cumulated CPU time: 342.28 s
Current children cumulated vsize: 219884 KiB
Current children cumulated memory: 128608 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 1.94 1.96 3/188 6745
/proc/meminfo: memFree=20110140/32770624 swapFree=67108860/67108860
[pid=6597] ppid=6593 vsize=210088 memory=118580 CPUtime=402.28 cores=1,3,5,7
/proc/6597/stat : 6597 (xcsp_picat) R 6593 6597 2022 0 -1 4202496 92719 0 0 0 40055 173 0 0 20 0 1 0 79076468 215130112 29645 33554432000 4194304 5849740 140725585518144 140725585517144 140302481854343 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 44564480 140725585523894 140725585523972 140725585523972 140725585526730 0
/proc/6597/statm: 52522 29645 765 405 0 49466 0
Current children cumulated CPU time: 402.28 s
Current children cumulated vsize: 210088 KiB
Current children cumulated memory: 118580 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 1.95 1.96 3/188 6746
/proc/meminfo: memFree=20116364/32770624 swapFree=67108860/67108860
[pid=6597] ppid=6593 vsize=224856 memory=133348 CPUtime=462.27 cores=1,3,5,7
/proc/6597/stat : 6597 (xcsp_picat) R 6593 6597 2022 0 -1 4202496 96512 0 0 0 46044 183 0 0 20 0 1 0 79076468 230252544 33337 33554432000 4194304 5849740 140725585518144 140725585517304 140302481854343 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 44564480 140725585523894 140725585523972 140725585523972 140725585526730 0
/proc/6597/statm: 56214 33337 765 405 0 53158 0
Current children cumulated CPU time: 462.27 s
Current children cumulated vsize: 224856 KiB
Current children cumulated memory: 133348 KiB


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

/proc/6597/statm: 70872 48053 765 405 0 67816 0
Current children cumulated CPU time: 1062.28 s
Current children cumulated vsize: 283488 KiB
Current children cumulated memory: 192212 KiB

[startup+1122.3 s]
/proc/loadavg: 2.06 2.00 1.96 3/187 6764
/proc/meminfo: memFree=19950304/32770624 swapFree=67108860/67108860
[pid=6597] ppid=6593 vsize=283488 memory=192212 CPUtime=1122.28 cores=1,3,5,7
/proc/6597/stat : 6597 (xcsp_picat) R 6593 6597 2022 0 -1 4202496 176374 0 0 0 111932 296 0 0 20 0 1 0 79076468 290291712 48053 33554432000 4194304 5849740 140725585518144 140725585517144 5437607 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 44564480 140725585523894 140725585523972 140725585523972 140725585526730 0
/proc/6597/statm: 70872 48053 765 405 0 67816 0
Current children cumulated CPU time: 1122.28 s
Current children cumulated vsize: 283488 KiB
Current children cumulated memory: 192212 KiB

[startup+1182.3 s]
/proc/loadavg: 2.02 2.00 1.96 3/187 6765
/proc/meminfo: memFree=19943500/32770624 swapFree=67108860/67108860
[pid=6597] ppid=6593 vsize=283488 memory=192212 CPUtime=1182.28 cores=1,3,5,7
/proc/6597/stat : 6597 (xcsp_picat) R 6593 6597 2022 0 -1 4202496 179585 0 0 0 117924 304 0 0 20 0 1 0 79076468 290291712 48053 33554432000 4194304 5849740 140725585518144 140725585517144 5335610 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 44564480 140725585523894 140725585523972 140725585523972 140725585526730 0
/proc/6597/statm: 70872 48053 765 405 0 67816 0
Current children cumulated CPU time: 1182.28 s
Current children cumulated vsize: 283488 KiB
Current children cumulated memory: 192212 KiB

[startup+1242.3 s]
/proc/loadavg: 2.01 2.00 1.96 3/187 6766
/proc/meminfo: memFree=19860220/32770624 swapFree=67108860/67108860
[pid=6597] ppid=6593 vsize=283488 memory=192212 CPUtime=1242.28 cores=1,3,5,7
/proc/6597/stat : 6597 (xcsp_picat) R 6593 6597 2022 0 -1 4202496 182807 0 0 0 123914 314 0 0 20 0 1 0 79076468 290291712 48053 33554432000 4194304 5849740 140725585518144 140725585517144 140302481854343 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 44564480 140725585523894 140725585523972 140725585523972 140725585526730 0
/proc/6597/statm: 70872 48053 765 405 0 67816 0
Current children cumulated CPU time: 1242.28 s
Current children cumulated vsize: 283488 KiB
Current children cumulated memory: 192212 KiB

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/187 6767
/proc/meminfo: memFree=19770236/32770624 swapFree=67108860/67108860
[pid=6597] ppid=6593 vsize=331524 memory=240376 CPUtime=1302.28 cores=1,3,5,7
/proc/6597/stat : 6597 (xcsp_picat) R 6593 6597 2022 0 -1 4202496 188606 0 0 0 129904 324 0 0 20 0 1 0 79076468 339480576 60094 33554432000 4194304 5849740 140725585518144 140725585517144 5437698 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 44564480 140725585523894 140725585523972 140725585523972 140725585526730 0
/proc/6597/statm: 82881 60094 765 405 0 79825 0
Current children cumulated CPU time: 1302.28 s
Current children cumulated vsize: 331524 KiB
Current children cumulated memory: 240376 KiB

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/187 6768
/proc/meminfo: memFree=19774948/32770624 swapFree=67108860/67108860
[pid=6597] ppid=6593 vsize=325764 memory=234616 CPUtime=1362.28 cores=1,3,5,7
/proc/6597/stat : 6597 (xcsp_picat) R 6593 6597 2022 0 -1 4202496 208909 0 0 0 135897 331 0 0 20 0 1 0 79076468 333582336 58654 33554432000 4194304 5849740 140725585518144 140725585517144 140302481854343 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 44564480 140725585523894 140725585523972 140725585523972 140725585526730 0
/proc/6597/statm: 81441 58654 765 405 0 78385 0
Current children cumulated CPU time: 1362.28 s
Current children cumulated vsize: 325764 KiB
Current children cumulated memory: 234616 KiB

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/187 6769
/proc/meminfo: memFree=19775332/32770624 swapFree=67108860/67108860
[pid=6597] ppid=6593 vsize=325764 memory=234616 CPUtime=1422.28 cores=1,3,5,7
/proc/6597/stat : 6597 (xcsp_picat) R 6593 6597 2022 0 -1 4202496 225714 0 0 0 141890 338 0 0 20 0 1 0 79076468 333582336 58654 33554432000 4194304 5849740 140725585518144 140725585517304 140302481854343 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 44564480 140725585523894 140725585523972 140725585523972 140725585526730 0
/proc/6597/statm: 81441 58654 765 405 0 78385 0
Current children cumulated CPU time: 1422.28 s
Current children cumulated vsize: 325764 KiB
Current children cumulated memory: 234616 KiB

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/187 6777
/proc/meminfo: memFree=19897572/32770624 swapFree=67108860/67108860
[pid=6597] ppid=6593 vsize=325764 memory=234616 CPUtime=1482.28 cores=1,3,5,7
/proc/6597/stat : 6597 (xcsp_picat) R 6593 6597 2022 0 -1 4202496 253646 0 0 0 147880 348 0 0 20 0 1 0 79076468 333582336 58654 33554432000 4194304 5849740 140725585518144 140725585517144 140302481854343 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 44564480 140725585523894 140725585523972 140725585523972 140725585526730 0
/proc/6597/statm: 81441 58654 765 405 0 78385 0
Current children cumulated CPU time: 1482.28 s
Current children cumulated vsize: 325764 KiB
Current children cumulated memory: 234616 KiB

[startup+1521.01 s]
# the end of solver process 6597 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1517.44 s, system=3.56506 s

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

[startup+1484.8 s]
/proc/loadavg: 2.00 2.00 1.96 3/187 6777
/proc/meminfo: memFree=19897572/32770624 swapFree=67108860/67108860
[pid=6597] ppid=6593 vsize=325764 memory=234616 CPUtime=1484.78 cores=1,3,5,7
/proc/6597/stat : 6597 (xcsp_picat) R 6593 6597 2022 0 -1 4202496 253671 0 0 0 148130 348 0 0 20 0 1 0 79076468 333582336 58654 33554432000 4194304 5849740 140725585518144 140725585517144 5437698 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 44564480 140725585523894 140725585523972 140725585523972 140725585526730 0
/proc/6597/statm: 81441 58654 765 405 0 78385 0
Current children cumulated CPU time: 1484.78 s
Current children cumulated vsize: 325764 KiB
Current children cumulated memory: 234616 KiB

[startup+1497.6 s]
/proc/loadavg: 2.00 2.00 1.96 3/187 6777
/proc/meminfo: memFree=19896948/32770624 swapFree=67108860/67108860
[pid=6597] ppid=6593 vsize=327276 memory=236000 CPUtime=1497.58 cores=1,3,5,7
/proc/6597/stat : 6597 (xcsp_picat) R 6593 6597 2022 0 -1 4202496 277854 0 0 0 149406 352 0 0 20 0 1 0 79076468 335130624 59000 33554432000 4194304 5849740 140725585518144 140725585517144 140302481854343 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 44564480 140725585523894 140725585523972 140725585523972 140725585526730 0
/proc/6597/statm: 81819 59000 765 405 0 78763 0
Current children cumulated CPU time: 1497.58 s
Current children cumulated vsize: 327276 KiB
Current children cumulated memory: 236000 KiB

[startup+1510.4 s]
/proc/loadavg: 2.00 2.00 1.96 3/187 6777
/proc/meminfo: memFree=19893028/32770624 swapFree=67108860/67108860
[pid=6597] ppid=6593 vsize=331280 memory=240004 CPUtime=1510.38 cores=1,3,5,7
/proc/6597/stat : 6597 (xcsp_picat) R 6593 6597 2022 0 -1 4202496 280850 0 0 0 150685 353 0 0 20 0 1 0 79076468 339230720 60001 33554432000 4194304 5849740 140725585518144 140725585517144 5437839 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 44564480 140725585523894 140725585523972 140725585523972 140725585526730 0
/proc/6597/statm: 82820 60001 765 405 0 79764 0
Current children cumulated CPU time: 1510.38 s
Current children cumulated vsize: 331280 KiB
Current children cumulated memory: 240004 KiB

[startup+1516.8 s]
/proc/loadavg: 2.00 2.00 1.96 3/187 6778
/proc/meminfo: memFree=19902708/32770624 swapFree=67108860/67108860
[pid=6597] ppid=6593 vsize=331280 memory=240004 CPUtime=1516.79 cores=1,3,5,7
/proc/6597/stat : 6597 (xcsp_picat) R 6593 6597 2022 0 -1 4202496 281234 0 0 0 151324 355 0 0 20 0 1 0 79076468 339230720 60001 33554432000 4194304 5849740 140725585518144 140725585517144 5437698 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 44564480 140725585523894 140725585523972 140725585523972 140725585526730 0
/proc/6597/statm: 82820 60001 765 405 0 79764 0
Current children cumulated CPU time: 1516.79 s
Current children cumulated vsize: 331280 KiB
Current children cumulated memory: 240004 KiB

[startup+1518.4 s]
/proc/loadavg: 2.00 2.00 1.96 3/187 6778
/proc/meminfo: memFree=19902708/32770624 swapFree=67108860/67108860
[pid=6597] ppid=6593 vsize=331280 memory=240004 CPUtime=1518.38 cores=1,3,5,7
/proc/6597/stat : 6597 (xcsp_picat) R 6593 6597 2022 0 -1 4202496 281269 0 0 0 151483 355 0 0 20 0 1 0 79076468 339230720 60001 33554432000 4194304 5849740 140725585518144 140725585517144 5437609 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 44564480 140725585523894 140725585523972 140725585523972 140725585526730 0
/proc/6597/statm: 82820 60001 765 405 0 79764 0
Current children cumulated CPU time: 1518.38 s
Current children cumulated vsize: 331280 KiB
Current children cumulated memory: 240004 KiB

[startup+1520 s]*
/proc/loadavg: 2.00 2.00 1.96 3/187 6778
/proc/meminfo: memFree=19902700/32770624 swapFree=67108860/67108860
[pid=6597] ppid=6593 vsize=331280 memory=240004 CPUtime=1519.99 cores=1,3,5,7
/proc/6597/stat : 6597 (xcsp_picat) R 6593 6597 2022 0 -1 4202496 281312 0 0 0 151644 355 0 0 20 0 1 0 79076468 339230720 60001 33554432000 4194304 5849740 140725585518144 140725585517144 5437698 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 44564480 140725585523894 140725585523972 140725585523972 140725585526730 0
/proc/6597/statm: 82820 60001 765 405 0 79764 0
Current children cumulated CPU time: 1519.99 s
Current children cumulated vsize: 331280 KiB
Current children cumulated memory: 240004 KiB

[startup+1520.8 s]
/proc/loadavg: 2.00 2.00 1.96 3/187 6778
/proc/meminfo: memFree=19902700/32770624 swapFree=67108860/67108860
[pid=6597] ppid=6593 vsize=331280 memory=240004 CPUtime=1520.78 cores=1,3,5,7
/proc/6597/stat : 6597 (xcsp_picat) R 6593 6597 2022 0 -1 4202496 281322 0 0 0 151723 355 0 0 20 0 1 0 79076468 339230720 60001 33554432000 4194304 5849740 140725585518144 140725585517144 140302481854343 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 44564480 140725585523894 140725585523972 140725585523972 140725585526730 0
/proc/6597/statm: 82820 60001 765 405 0 79764 0
Current children cumulated CPU time: 1520.78 s
Current children cumulated vsize: 331280 KiB
Current children cumulated memory: 240004 KiB

[startup+1521 s]*
/proc/loadavg: 2.00 2.00 1.96 3/187 6778
/proc/meminfo: memFree=19902700/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 1521.01
CPU time (s): 1521
CPU user time (s): 1517.44
CPU system time (s): 3.56506
CPU usage (%): 99.9995
Max. virtual memory (cumulated for all children) (KiB): 391300
Max. memory (cumulated for all children) (KiB): 288648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1517.44
system time used= 3.56506
maximum resident set size= 300152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 281385
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= 53
involuntary context switches= 553


# summary of solver processes directly reported to runsolver:
#   pid: 6597
#   total CPU time (s): 1521
#   total CPU user time (s): 1517.44
#   total CPU system time (s): 3.56506

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.67579 second user time and 11.2874 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-26 16:25:33
IDJOB=4296236
IDBENCH=141672
IDSOLVER=2754
FILE ID=node103/4296236-1532615133
RUNJOBID= node103-1532615133-6571
PBS_JOBID= 21021969
Free space on /tmp= 56544 MiB

SOLVER NAME= PicatSAT 2018-06-15
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-4296236-1532615133/watcher-4296236-1532615133 -o /tmp/evaluation-result-4296236-1532615133/solver-4296236-1532615133 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532615133-6571 --watchdog 2580  xcsp_picat HOME/instance-4296236-1532615133.xml

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

MD5SUM BENCH= 5b65144cb3b3f40823d8710b9c84d78c
RANDOM SEED=1672402264

node103.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.48
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.48
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.48
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.48
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:        20350260 kB
MemAvailable:   31932196 kB
Buffers:          286928 kB
Cached:         11482236 kB
SwapCached:            0 kB
Active:          3804396 kB
Inactive:        8017120 kB
Active(anon):      55524 kB
Inactive(anon):    25192 kB
Active(file):    3748872 kB
Inactive(file):  7991928 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              6224 kB
Writeback:             0 kB
AnonPages:         62100 kB
Mapped:            40732 kB
Shmem:             25228 kB
Slab:             297556 kB
SReclaimable:     269596 kB
SUnreclaim:        27960 kB
KernelStack:        3248 kB
PageTables:         4908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     326924 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56536 MiB
End job on node103 at 2018-07-26 16:50:54