Trace number 4265815

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
cosoco-sat 1.12? (TO) 2519.8301 2520.01

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-14.xml
MD5SUM7bee45910aa9ad1c56e5a256c184a2b3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables241
Number of constraints240
Number of domains2
Minimum domain size2
Maximum domain size196
Distribution of domain sizes[{"size":2,"count":44},{"size":196,"count":197}]
Minimum variable degree2
Maximum variable degree44
Distribution of variable degrees[{"degree":2,"count":46},{"degree":3,"count":150},{"degree":4,"count":44},{"degree":44,"count":1}]
Minimum constraint arity2
Maximum constraint arity196
Distribution of constraint arities[{"arity":2,"count":195},{"arity":3,"count":44},{"arity":196,"count":1}]
Number of extensional constraints0
Number of intensional constraints239
Distribution of constraint types[{"type":"intension","count":239},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.51/0.56	c SAT : Variables: 38700 -- Clauses: 3764955
0.51/0.56	c best=?? lower=-44 upper=0 
2519.83/2520.00	c
2519.83/2520.00	c This is cosoco 1.12 --  
2519.83/2520.00	c
2519.83/2520.00	c command line: cosoco -lc -model -restarts -sat HOME/instance-4265815-1502579826.xml 
2519.83/2520.00	c enable optimization
2519.83/2520.00	c ========================================[ Problem Statistics ]===========================================
2519.83/2520.00	c |                                                                                                       
2519.83/2520.00	c |  Parse time        :         0.51 s 
2519.83/2520.00	c |
2519.83/2520.00	c |               Variables: 241
2519.83/2520.00	c |            Domain Sizes: 2..196
2519.83/2520.00	c |
2519.83/2520.00	c |             Constraints: 241
2519.83/2520.00	c |                   Arity: 2..196  -- Binary: 195  -- Ternary: 44
2519.83/2520.00	c | 
2519.83/2520.00	c |                   Types: 
2519.83/2520.00	c |                          All Different: 1
2519.83/2520.00	c |                          Intension: 239
2519.83/2520.00	c |                          Sum: 1
2519.83/2520.00	c |                          
2519.83/2520.00	c =========================================================================================================
2519.83/2520.00	
2519.83/2520.00	c *** INTERRUPTED ***
2519.83/2520.00	c restarts              : 575         
2519.83/2520.00	c conflicts             : 1488142      (591 /sec)
2519.83/2520.00	c decisions             : 4774318      (1895 /sec)
2519.83/2520.00	c propagations          : 599783907   (238037 /sec)
2519.83/2520.00	c root propagations     : 0           
2519.83/2520.00	c filter calls          : 83774307       (33248 /sec)
2519.83/2520.00	c useless filter calls  : 45483518       (54 %)
2519.83/2520.00	c
2519.83/2520.00	c clauses               : 3769046
2519.83/2520.00	c SAT propagations      : 5865
2519.83/2520.00	c SAT conflicts         : 0 (0 learnts)
2519.83/2520.00	c Memory used           : 219.59 MB
2519.83/2520.00	c CPU time              : 2519.71 s
2519.83/2520.00	
2519.83/2520.00	c No Bound found!
2519.83/2520.00	
2519.83/2520.00	s UNKNOWN

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4265815-1502579826/watcher-4265815-1502579826 -o /tmp/evaluation-result-4265815-1502579826/solver-4265815-1502579826 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1502567255-24472 --watchdog 2580 cosoco -lc -model -restarts -sat HOME/instance-4265815-1502579826.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=26158, runsolver pid=26155
Current StackSize limit: 8192 KiB


[startup+0.10067 s]*
/proc/loadavg: 2.00 2.01 2.05 3/189 26159
/proc/meminfo: memFree=28870224/32770624 swapFree=67108860/67108860
[pid=26158] ppid=26155 vsize=28524 memory=4988 CPUtime=0.1 cores=0,2,4,6
/proc/26158/stat : 26158 (cosoco) R 26155 26158 24389 0 -1 4202496 1409 0 0 0 10 0 0 0 20 0 1 0 91070686 29208576 1247 33554432000 4194304 5972588 140726989313920 140726989307720 140714220053022 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 8070896 8075904 25190400 140726989321402 140726989321502 140726989321502 140726989324238 0
/proc/26158/statm: 7131 1247 791 435 0 494 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 28524 KiB
Current children cumulated memory: 4988 KiB

[startup+0.209495 s]*
/proc/loadavg: 2.00 2.01 2.05 3/189 26159
/proc/meminfo: memFree=28869580/32770624 swapFree=67108860/67108860
[pid=26158] ppid=26155 vsize=29540 memory=5876 CPUtime=0.21 cores=0,2,4,6
/proc/26158/stat : 26158 (cosoco) R 26155 26158 24389 0 -1 4202496 1684 0 0 0 21 0 0 0 20 0 1 0 91070686 30248960 1469 33554432000 4194304 5972588 140726989313920 140726989307720 140714220055525 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 8070896 8075904 25190400 140726989321402 140726989321502 140726989321502 140726989324238 0
/proc/26158/statm: 7385 1469 792 435 0 748 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 29540 KiB
Current children cumulated memory: 5876 KiB

[startup+0.309034 s]*
/proc/loadavg: 2.00 2.01 2.05 3/189 26159
/proc/meminfo: memFree=28853332/32770624 swapFree=67108860/67108860
[pid=26158] ppid=26155 vsize=55548 memory=27148 CPUtime=0.31 cores=0,2,4,6
/proc/26158/stat : 26158 (cosoco) R 26155 26158 24389 0 -1 4202496 5977 0 0 0 30 1 0 0 20 0 1 0 91070686 56881152 6787 33554432000 4194304 5972588 140726989313920 140726989307720 5280404 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 8070896 8075904 25190400 140726989321402 140726989321502 140726989321502 140726989324238 0
/proc/26158/statm: 13887 6787 828 435 0 7250 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 55548 KiB
Current children cumulated memory: 27148 KiB

[startup+0.700406 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 26159
/proc/meminfo: memFree=28733200/32770624 swapFree=67108860/67108860
[pid=26158] ppid=26155 vsize=220880 memory=174060 CPUtime=0.68 cores=0,2,4,6
/proc/26158/stat : 26158 (cosoco) R 26155 26158 24389 0 -1 4202496 29885 0 0 0 64 4 0 0 20 0 1 0 91070686 226181120 43515 33554432000 4194304 5972588 140726989313920 140726989307720 140714220055525 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 25190400 140726989321402 140726989321502 140726989321502 140726989324238 0
/proc/26158/statm: 55220 43515 845 435 0 48583 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 220880 KiB
Current children cumulated memory: 174060 KiB

[startup+1.50036 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 26159
/proc/meminfo: memFree=28700204/32770624 swapFree=67108860/67108860
[pid=26158] ppid=26155 vsize=223028 memory=176132 CPUtime=1.49 cores=0,2,4,6
/proc/26158/stat : 26158 (cosoco) R 26155 26158 24389 0 -1 4202496 30401 0 0 0 144 5 0 0 20 0 1 0 91070686 228380672 44033 33554432000 4194304 5972588 140726989313920 140726989311144 140714220055525 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 25190400 140726989321402 140726989321502 140726989321502 140726989324238 0
/proc/26158/statm: 55757 44033 845 435 0 49120 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 223028 KiB
Current children cumulated memory: 176132 KiB

[startup+3.10961 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 26159
/proc/meminfo: memFree=28698964/32770624 swapFree=67108860/67108860
[pid=26158] ppid=26155 vsize=223556 memory=176664 CPUtime=3.1 cores=0,2,4,6
/proc/26158/stat : 26158 (cosoco) R 26155 26158 24389 0 -1 4202496 32539 0 0 0 305 5 0 0 20 0 1 0 91070686 228921344 44166 33554432000 4194304 5972588 140726989313920 140726989310776 5070984 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 25190400 140726989321402 140726989321502 140726989321502 140726989324238 0
/proc/26158/statm: 55889 44166 845 435 0 49252 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 223556 KiB
Current children cumulated memory: 176664 KiB

[startup+6.30034 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 26159
/proc/meminfo: memFree=28698564/32770624 swapFree=67108860/67108860
[pid=26158] ppid=26155 vsize=223952 memory=177092 CPUtime=6.28 cores=0,2,4,6
/proc/26158/stat : 26158 (cosoco) R 26155 26158 24389 0 -1 4202496 42336 0 0 0 623 5 0 0 20 0 1 0 91070686 229326848 44273 33554432000 4194304 5972588 140726989313920 140726989310728 5070984 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 25190400 140726989321402 140726989321502 140726989321502 140726989324238 0
/proc/26158/statm: 55988 44273 845 435 0 49351 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 223952 KiB
Current children cumulated memory: 177092 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 26159
/proc/meminfo: memFree=28698668/32770624 swapFree=67108860/67108860
[pid=26158] ppid=26155 vsize=224212 memory=177296 CPUtime=12.69 cores=0,2,4,6
/proc/26158/stat : 26158 (cosoco) R 26155 26158 24389 0 -1 4202496 56788 0 0 0 1263 6 0 0 20 0 1 0 91070686 229593088 44324 33554432000 4194304 5972588 140726989313920 140726989311144 4909702 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 25190400 140726989321402 140726989321502 140726989321502 140726989324238 0
/proc/26158/statm: 56053 44324 845 435 0 49416 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 224212 KiB
Current children cumulated memory: 177296 KiB

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 26159
/proc/meminfo: memFree=28698692/32770624 swapFree=67108860/67108860
[pid=26158] ppid=26155 vsize=224340 memory=177424 CPUtime=25.49 cores=0,2,4,6
/proc/26158/stat : 26158 (cosoco) R 26155 26158 24389 0 -1 4202496 77217 0 0 0 2542 7 0 0 20 0 1 0 91070686 229724160 44356 33554432000 4194304 5972588 140726989313920 140726989311144 4909702 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 25190400 140726989321402 140726989321502 140726989321502 140726989324238 0
/proc/26158/statm: 56085 44356 845 435 0 49448 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 224340 KiB
Current children cumulated memory: 177424 KiB

[startup+51.1096 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 26159
/proc/meminfo: memFree=28696396/32770624 swapFree=67108860/67108860
[pid=26158] ppid=26155 vsize=224468 memory=179616 CPUtime=51.1 cores=0,2,4,6
/proc/26158/stat : 26158 (cosoco) R 26155 26158 24389 0 -1 4202496 95726 0 0 0 5102 8 0 0 20 0 1 0 91070686 229855232 44904 33554432000 4194304 5972588 140726989313920 140726989311144 5070944 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 25190400 140726989321402 140726989321502 140726989321502 140726989324238 0
/proc/26158/statm: 56117 44904 845 435 0 49480 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 224468 KiB
Current children cumulated memory: 179616 KiB

[startup+102.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/189 26160
/proc/meminfo: memFree=28694660/32770624 swapFree=67108860/67108860
[pid=26158] ppid=26155 vsize=224596 memory=179784 CPUtime=102.28 cores=0,2,4,6
/proc/26158/stat : 26158 (cosoco) R 26155 26158 24389 0 -1 4202496 109866 0 0 0 10219 9 0 0 20 0 1 0 91070686 229986304 44946 33554432000 4194304 5972588 140726989313920 140726989311144 4971920 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 25190400 140726989321402 140726989321502 140726989321502 140726989324238 0
/proc/26158/statm: 56149 44946 845 435 0 49512 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 224596 KiB
Current children cumulated memory: 179784 KiB

[startup+162.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/188 26161
/proc/meminfo: memFree=28695464/32770624 swapFree=67108860/67108860
[pid=26158] ppid=26155 vsize=224724 memory=179872 CPUtime=162.27 cores=0,2,4,6
/proc/26158/stat : 26158 (cosoco) R 26155 26158 24389 0 -1 4202496 115219 0 0 0 16218 9 0 0 20 0 1 0 91070686 230117376 44968 33554432000 4194304 5972588 140726989313920 140726989311144 4978058 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 25190400 140726989321402 140726989321502 140726989321502 140726989324238 0
/proc/26158/statm: 56181 44968 845 435 0 49544 0
Current children cumulated CPU time: 162.27 s
Current children cumulated vsize: 224724 KiB
Current children cumulated memory: 179872 KiB

[startup+222.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 26162
/proc/meminfo: memFree=28695100/32770624 swapFree=67108860/67108860
[pid=26158] ppid=26155 vsize=224724 memory=179892 CPUtime=222.27 cores=0,2,4,6
/proc/26158/stat : 26158 (cosoco) R 26155 26158 24389 0 -1 4202496 116777 0 0 0 22218 9 0 0 20 0 1 0 91070686 230117376 44973 33554432000 4194304 5972588 140726989313920 140726989311144 5320272 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 25190400 140726989321402 140726989321502 140726989321502 140726989324238 0
/proc/26158/statm: 56181 44973 845 435 0 49544 0
Current children cumulated CPU time: 222.27 s
Current children cumulated vsize: 224724 KiB
Current children cumulated memory: 179892 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 26163
/proc/meminfo: memFree=28690288/32770624 swapFree=67108860/67108860
[pid=26158] ppid=26155 vsize=224724 memory=179920 CPUtime=282.26 cores=0,2,4,6
/proc/26158/stat : 26158 (cosoco) R 26155 26158 24389 0 -1 4202496 118325 0 0 0 28217 9 0 0 20 0 1 0 91070686 230117376 44980 33554432000 4194304 5972588 140726989313920 140726989311144 5251040 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 25190400 140726989321402 140726989321502 140726989321502 140726989324238 0
/proc/26158/statm: 56181 44980 845 435 0 49544 0
Current children cumulated CPU time: 282.26 s
Current children cumulated vsize: 224724 KiB
Current children cumulated memory: 179920 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 26164
/proc/meminfo: memFree=28690288/32770624 swapFree=67108860/67108860
[pid=26158] ppid=26155 vsize=224724 memory=179924 CPUtime=342.26 cores=0,2,4,6
/proc/26158/stat : 26158 (cosoco) R 26155 26158 24389 0 -1 4202496 119905 0 0 0 34217 9 0 0 20 0 1 0 91070686 230117376 44981 33554432000 4194304 5972588 140726989313920 140726989311144 5071856 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 25190400 140726989321402 140726989321502 140726989321502 140726989324238 0
/proc/26158/statm: 56181 44981 845 435 0 49544 0
Current children cumulated CPU time: 342.26 s
Current children cumulated vsize: 224724 KiB
Current children cumulated memory: 179924 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 26165
/proc/meminfo: memFree=28690388/32770624 swapFree=67108860/67108860
[pid=26158] ppid=26155 vsize=224724 memory=179940 CPUtime=402.25 cores=0,2,4,6
/proc/26158/stat : 26158 (cosoco) R 26155 26158 24389 0 -1 4202496 121458 0 0 0 40216 9 0 0 20 0 1 0 91070686 230117376 44985 33554432000 4194304 5972588 140726989313920 140726989311144 4975114 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 25190400 140726989321402 140726989321502 140726989321502 140726989324238 0
/proc/26158/statm: 56181 44985 845 435 0 49544 0
Current children cumulated CPU time: 402.25 s
Current children cumulated vsize: 224724 KiB
Current children cumulated memory: 179940 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 26174
/proc/meminfo: memFree=28689604/32770624 swapFree=67108860/67108860
[pid=26158] ppid=26155 vsize=224724 memory=179940 CPUtime=462.25 cores=0,2,4,6
/proc/26158/stat : 26158 (cosoco) R 26155 26158 24389 0 -1 4202496 123040 0 0 0 46216 9 0 0 20 0 1 0 91070686 230117376 44985 33554432000 4194304 5972588 140726989313920 140726989311144 5071058 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 25190400 140726989321402 140726989321502 140726989321502 140726989324238 0
/proc/26158/statm: 56181 44985 845 435 0 49544 0
Current children cumulated CPU time: 462.25 s
Current children cumulated vsize: 224724 KiB
Current children cumulated memory: 179940 KiB


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

/proc/26158/statm: 56214 45002 845 435 0 49577 0
Current children cumulated CPU time: 1722.17 s
Current children cumulated vsize: 224856 KiB
Current children cumulated memory: 180008 KiB

[startup+1782.3 s]
/proc/loadavg: 2.07 2.04 2.05 3/188 26518
/proc/meminfo: memFree=24778696/32770624 swapFree=67108860/67108860
[pid=26158] ppid=26155 vsize=224856 memory=180008 CPUtime=1782.17 cores=0,2,4,6
/proc/26158/stat : 26158 (cosoco) R 26155 26158 24389 0 -1 4202496 147428 0 0 0 178206 11 0 0 20 0 1 0 91070686 230252544 45002 33554432000 4194304 5972588 140726989313920 140726989310568 4979166 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 25190400 140726989321402 140726989321502 140726989321502 140726989324238 0
/proc/26158/statm: 56214 45002 845 435 0 49577 0
Current children cumulated CPU time: 1782.17 s
Current children cumulated vsize: 224856 KiB
Current children cumulated memory: 180008 KiB

[startup+1842.3 s]
/proc/loadavg: 2.03 2.04 2.05 3/188 26519
/proc/meminfo: memFree=24778560/32770624 swapFree=67108860/67108860
[pid=26158] ppid=26155 vsize=224856 memory=180008 CPUtime=1842.16 cores=0,2,4,6
/proc/26158/stat : 26158 (cosoco) R 26155 26158 24389 0 -1 4202496 147956 0 0 0 184205 11 0 0 20 0 1 0 91070686 230252544 45002 33554432000 4194304 5972588 140726989313920 140726989310568 5070711 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 25190400 140726989321402 140726989321502 140726989321502 140726989324238 0
/proc/26158/statm: 56214 45002 845 435 0 49577 0
Current children cumulated CPU time: 1842.16 s
Current children cumulated vsize: 224856 KiB
Current children cumulated memory: 180008 KiB

[startup+1902.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/188 26520
/proc/meminfo: memFree=24778492/32770624 swapFree=67108860/67108860
[pid=26158] ppid=26155 vsize=224856 memory=180012 CPUtime=1902.15 cores=0,2,4,6
/proc/26158/stat : 26158 (cosoco) R 26155 26158 24389 0 -1 4202496 149377 0 0 0 190204 11 0 0 20 0 1 0 91070686 230252544 45003 33554432000 4194304 5972588 140726989313920 140726989310568 4971586 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 25190400 140726989321402 140726989321502 140726989321502 140726989324238 0
/proc/26158/statm: 56214 45003 845 435 0 49577 0
Current children cumulated CPU time: 1902.15 s
Current children cumulated vsize: 224856 KiB
Current children cumulated memory: 180012 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 26521
/proc/meminfo: memFree=24778004/32770624 swapFree=67108860/67108860
[pid=26158] ppid=26155 vsize=224856 memory=180012 CPUtime=1962.15 cores=0,2,4,6
/proc/26158/stat : 26158 (cosoco) R 26155 26158 24389 0 -1 4202496 149747 0 0 0 196204 11 0 0 20 0 1 0 91070686 230252544 45003 33554432000 4194304 5972588 140726989313920 140726989310568 5071744 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 25190400 140726989321402 140726989321502 140726989321502 140726989324238 0
/proc/26158/statm: 56214 45003 845 435 0 49577 0
Current children cumulated CPU time: 1962.15 s
Current children cumulated vsize: 224856 KiB
Current children cumulated memory: 180012 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 26522
/proc/meminfo: memFree=24777748/32770624 swapFree=67108860/67108860
[pid=26158] ppid=26155 vsize=224856 memory=180016 CPUtime=2022.14 cores=0,2,4,6
/proc/26158/stat : 26158 (cosoco) R 26155 26158 24389 0 -1 4202496 151249 0 0 0 202203 11 0 0 20 0 1 0 91070686 230252544 45004 33554432000 4194304 5972588 140726989313920 140726989310568 4979114 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 25190400 140726989321402 140726989321502 140726989321502 140726989324238 0
/proc/26158/statm: 56214 45004 845 435 0 49577 0
Current children cumulated CPU time: 2022.14 s
Current children cumulated vsize: 224856 KiB
Current children cumulated memory: 180016 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 26523
/proc/meminfo: memFree=24779248/32770624 swapFree=67108860/67108860
[pid=26158] ppid=26155 vsize=224856 memory=180016 CPUtime=2082.14 cores=0,2,4,6
/proc/26158/stat : 26158 (cosoco) R 26155 26158 24389 0 -1 4202496 151783 0 0 0 208203 11 0 0 20 0 1 0 91070686 230252544 45004 33554432000 4194304 5972588 140726989313920 140726989310568 5070944 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 25190400 140726989321402 140726989321502 140726989321502 140726989324238 0
/proc/26158/statm: 56214 45004 845 435 0 49577 0
Current children cumulated CPU time: 2082.14 s
Current children cumulated vsize: 224856 KiB
Current children cumulated memory: 180016 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 26525
/proc/meminfo: memFree=24777636/32770624 swapFree=67108860/67108860
[pid=26158] ppid=26155 vsize=224856 memory=180016 CPUtime=2142.14 cores=0,2,4,6
/proc/26158/stat : 26158 (cosoco) R 26155 26158 24389 0 -1 4202496 152334 0 0 0 214203 11 0 0 20 0 1 0 91070686 230252544 45004 33554432000 4194304 5972588 140726989313920 140726989310568 4969174 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 25190400 140726989321402 140726989321502 140726989321502 140726989324238 0
/proc/26158/statm: 56214 45004 845 435 0 49577 0
Current children cumulated CPU time: 2142.14 s
Current children cumulated vsize: 224856 KiB
Current children cumulated memory: 180016 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 26526
/proc/meminfo: memFree=24777236/32770624 swapFree=67108860/67108860
[pid=26158] ppid=26155 vsize=224856 memory=180064 CPUtime=2202.13 cores=0,2,4,6
/proc/26158/stat : 26158 (cosoco) R 26155 26158 24389 0 -1 4202496 153896 0 0 0 220202 11 0 0 20 0 1 0 91070686 230252544 45016 33554432000 4194304 5972588 140726989313920 140726989310568 5071744 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 25190400 140726989321402 140726989321502 140726989321502 140726989324238 0
/proc/26158/statm: 56214 45016 845 435 0 49577 0
Current children cumulated CPU time: 2202.13 s
Current children cumulated vsize: 224856 KiB
Current children cumulated memory: 180064 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 26535
/proc/meminfo: memFree=24776064/32770624 swapFree=67108860/67108860
[pid=26158] ppid=26155 vsize=224856 memory=180064 CPUtime=2262.13 cores=0,2,4,6
/proc/26158/stat : 26158 (cosoco) R 26155 26158 24389 0 -1 4202496 154253 0 0 0 226202 11 0 0 20 0 1 0 91070686 230252544 45016 33554432000 4194304 5972588 140726989313920 140726989310568 5071080 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 25190400 140726989321402 140726989321502 140726989321502 140726989324238 0
/proc/26158/statm: 56214 45016 845 435 0 49577 0
Current children cumulated CPU time: 2262.13 s
Current children cumulated vsize: 224856 KiB
Current children cumulated memory: 180064 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 26536
/proc/meminfo: memFree=24776796/32770624 swapFree=67108860/67108860
[pid=26158] ppid=26155 vsize=224856 memory=180064 CPUtime=2322.12 cores=0,2,4,6
/proc/26158/stat : 26158 (cosoco) R 26155 26158 24389 0 -1 4202496 154634 0 0 0 232201 11 0 0 20 0 1 0 91070686 230252544 45016 33554432000 4194304 5972588 140726989313920 140726989310568 4968801 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 25190400 140726989321402 140726989321502 140726989321502 140726989324238 0
/proc/26158/statm: 56214 45016 845 435 0 49577 0
Current children cumulated CPU time: 2322.12 s
Current children cumulated vsize: 224856 KiB
Current children cumulated memory: 180064 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 26537
/proc/meminfo: memFree=24775184/32770624 swapFree=67108860/67108860
[pid=26158] ppid=26155 vsize=224856 memory=180068 CPUtime=2382.12 cores=0,2,4,6
/proc/26158/stat : 26158 (cosoco) R 26155 26158 24389 0 -1 4202496 156219 0 0 0 238201 11 0 0 20 0 1 0 91070686 230252544 45017 33554432000 4194304 5972588 140726989313920 140726989310568 4971586 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 25190400 140726989321402 140726989321502 140726989321502 140726989324238 0
/proc/26158/statm: 56214 45017 845 435 0 49577 0
Current children cumulated CPU time: 2382.12 s
Current children cumulated vsize: 224856 KiB
Current children cumulated memory: 180068 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 26538
/proc/meminfo: memFree=24774700/32770624 swapFree=67108860/67108860
[pid=26158] ppid=26155 vsize=224856 memory=180068 CPUtime=2442.11 cores=0,2,4,6
/proc/26158/stat : 26158 (cosoco) R 26155 26158 24389 0 -1 4202496 156771 0 0 0 244200 11 0 0 20 0 1 0 91070686 230252544 45017 33554432000 4194304 5972588 140726989313920 140726989310568 4965382 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 25190400 140726989321402 140726989321502 140726989321502 140726989324238 0
/proc/26158/statm: 56214 45017 845 435 0 49577 0
Current children cumulated CPU time: 2442.11 s
Current children cumulated vsize: 224856 KiB
Current children cumulated memory: 180068 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 26539
/proc/meminfo: memFree=24774492/32770624 swapFree=67108860/67108860
[pid=26158] ppid=26155 vsize=224856 memory=180068 CPUtime=2502.12 cores=0,2,4,6
/proc/26158/stat : 26158 (cosoco) R 26155 26158 24389 0 -1 4202496 157283 0 0 0 250200 12 0 0 20 0 1 0 91070686 230252544 45017 33554432000 4194304 5972588 140726989313920 140726989310568 4975792 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 25190400 140726989321402 140726989321502 140726989321502 140726989324238 0
/proc/26158/statm: 56214 45017 845 435 0 49577 0
Current children cumulated CPU time: 2502.12 s
Current children cumulated vsize: 224856 KiB
Current children cumulated memory: 180068 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 2.05 3/188 26540
/proc/meminfo: memFree=24774220/32770624 swapFree=67108860/67108860
[pid=26158] ppid=26155 vsize=224856 memory=180068 CPUtime=2519.83 cores=0,2,4,6
/proc/26158/stat : 26158 (cosoco) R 26155 26158 24389 0 -1 4202496 157711 0 0 0 251971 12 0 0 20 0 1 0 91070686 230252544 45017 33554432000 4194304 5972588 140726989313920 140726989310568 4970878 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 25190400 140726989321402 140726989321502 140726989321502 140726989324238 0
/proc/26158/statm: 56214 45017 845 435 0 49577 0
Current children cumulated CPU time: 2519.83 s
Current children cumulated vsize: 224856 KiB
Current children cumulated memory: 180068 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2520.01 s]
# the end of solver process 26158 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.71 s, system=0.122991 s

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

Child status: 1
Real time (s): 2520.01
CPU time (s): 2519.83
CPU user time (s): 2519.71
CPU system time (s): 0.122991
CPU usage (%): 99.993
Max. virtual memory (cumulated for all children) (KiB): 224856
Max. memory (cumulated for all children) (KiB): 180068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.71
system time used= 0.122991
maximum resident set size= 180140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 157765
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= 19
involuntary context switches= 3152


# summary of solver processes directly reported to runsolver:
#   pid: 26158
#   total CPU time (s): 2519.83
#   total CPU user time (s): 2519.71
#   total CPU system time (s): 0.122991

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.98927 second user time and 16.5641 second system time

The end

Launcher Data

Begin job on node107 at 2017-08-13 01:02:48
IDJOB=4265815
IDBENCH=130621
IDSOLVER=2655
FILE ID=node107/4265815-1502579826
RUNJOBID= node107-1502567255-24472
PBS_JOBID= 20628284
Free space on /tmp= 61660 MiB

SOLVER NAME= cosoco-sat 1.12
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-m1-s1/QueenAttacking-14.xml
COMMAND LINE= cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4265815-1502579826/watcher-4265815-1502579826 -o /tmp/evaluation-result-4265815-1502579826/solver-4265815-1502579826 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1502567255-24472 --watchdog 2580  cosoco -lc -model -restarts -sat HOME/instance-4265815-1502579826.xml

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

MD5SUM BENCH= 7bee45910aa9ad1c56e5a256c184a2b3
RANDOM SEED=1351367025

node107.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.84
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.84
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.84
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.84
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:        28872556 kB
MemAvailable:   31506184 kB
Buffers:          127808 kB
Cached:          2799448 kB
SwapCached:            0 kB
Active:           929244 kB
Inactive:        2541188 kB
Active(anon):     546432 kB
Inactive(anon):    24972 kB
Active(file):     382812 kB
Inactive(file):  2516216 kB
Unevictable:        6328 kB
Mlocked:            6328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2356 kB
Writeback:             0 kB
AnonPages:        549820 kB
Mapped:            44600 kB
Shmem:             25228 kB
Slab:             126072 kB
SReclaimable:     100872 kB
SUnreclaim:        25200 kB
KernelStack:        3296 kB
PageTables:         6020 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     848068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    489472 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 61632 MiB
End job on node107 at 2017-08-13 01:44:48