Trace number 4265764

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) 2520 2520.1001

General information on the benchmark

NameOpd/Opd-sum-large/
Opd-46-350-100.xml
MD5SUM1db4b6436defe3ea79c47113dddab962
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark96
Best CPU time to get the best result obtained on this benchmark2400.15
Satisfiable
(Un)Satisfiability was proved
Number of variables16101
Number of constraints1082
Number of domains2
Minimum domain size2
Maximum domain size323
Distribution of domain sizes[{"size":2,"count":16100},{"size":323,"count":1}]
Minimum variable degree47
Maximum variable degree1036
Distribution of variable degrees[{"degree":47,"count":16100},{"degree":1036,"count":1}]
Minimum constraint arity350
Maximum constraint arity16100
Distribution of constraint arities[{"arity":350,"count":46},{"arity":701,"count":1035},{"arity":16100,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":1081}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

6.69/6.73	c SAT : Variables: 32523 -- Clauses: 84204
6.69/6.73	c best=?? lower=0 upper=322 
2519.90/2520.01	c
2519.90/2520.01	c This is cosoco 1.12 --  
2519.90/2520.01	c
2519.90/2520.01	c command line: cosoco -lc -model -restarts -sat HOME/instance-4265764-1502568150.xml 
2519.90/2520.01	c enable optimization
2519.90/2520.01	c ========================================[ Problem Statistics ]===========================================
2519.90/2520.01	c |                                                                                                       
2519.90/2520.01	c |  Parse time        :         6.60 s 
2519.90/2520.01	c |
2519.90/2520.01	c |               Variables: 16101
2519.90/2520.01	c |            Domain Sizes: 2..323
2519.90/2520.01	c |
2519.90/2520.01	c |             Constraints: 1476
2519.90/2520.01	c |                   Arity: 1..701  -- Unary: 1
2519.90/2520.01	c | 
2519.90/2520.01	c |                   Types: 
2519.90/2520.01	c |                          Intension: 1036
2519.90/2520.01	c |                          Lex: 394
2519.90/2520.01	c |                          Sum: 46
2519.90/2520.01	c |                          
2519.90/2520.01	c =========================================================================================================
2519.90/2520.01	
2519.90/2520.01	c *** INTERRUPTED ***
2519.90/2520.01	c restarts              : 0           
2519.90/2520.01	c conflicts             : 0            (0 /sec)
2519.90/2520.01	c decisions             : 771          (0 /sec)
2519.90/2520.01	c propagations          : 1071        (0 /sec)
2519.90/2520.01	c root propagations     : 28          
2519.90/2520.01	c filter calls          : 41902          (17 /sec)
2519.90/2520.01	c useless filter calls  : 41897          (99 %)
2519.90/2520.01	c
2519.90/2520.01	c clauses               : 84204
2519.90/2520.01	c SAT propagations      : 0
2519.90/2520.01	c SAT conflicts         : 0 (0 learnts)
2519.90/2520.01	c Memory used           : 5167.62 MB
2519.90/2520.01	c CPU time              : 2516.81 s
2519.90/2520.01	
2519.90/2520.01	c No Bound found!
2519.90/2520.01	
2519.90/2520.01	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 (14625 MiB free)
  memory of node 1: 16384 MiB (14921 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4265764-1502568150/watcher-4265764-1502568150 -o /tmp/evaluation-result-4265764-1502568150/solver-4265764-1502568150 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node112-1502567254-23607 --watchdog 2580 cosoco -lc -model -restarts -sat HOME/instance-4265764-1502568150.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=23760, runsolver pid=23757
Current StackSize limit: 8192 KiB


[startup+0.100167 s]*
/proc/loadavg: 0.89 0.25 0.12 3/190 23761
/proc/meminfo: memFree=30243428/32770624 swapFree=67108860/67108860
[pid=23760] ppid=23757 vsize=40688 memory=16852 CPUtime=0.1 cores=1,3,5,7
/proc/23760/stat : 23760 (cosoco) R 23757 23760 23522 0 -1 4202496 4400 0 0 0 10 0 0 0 20 0 1 0 89902799 41664512 4213 33554432000 4194304 5972588 140725439385504 140725439379224 140372613475301 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 8070896 8075904 8474624 140725439390906 140725439391006 140725439391006 140725439393742 0
/proc/23760/statm: 10172 4213 742 435 0 3535 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 40688 KiB
Current children cumulated memory: 16852 KiB

[startup+0.209829 s]*
/proc/loadavg: 0.89 0.25 0.12 3/190 23761
/proc/meminfo: memFree=30237552/32770624 swapFree=67108860/67108860
[pid=23760] ppid=23757 vsize=45828 memory=22232 CPUtime=0.2 cores=1,3,5,7
/proc/23760/stat : 23760 (cosoco) R 23757 23760 23522 0 -1 4202496 5758 0 0 0 20 0 0 0 20 0 1 0 89902799 46927872 5558 33554432000 4194304 5972588 140725439385504 140725439379224 140372613475301 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 8070896 8075904 8474624 140725439390906 140725439391006 140725439391006 140725439393742 0
/proc/23760/statm: 11457 5558 805 435 0 4820 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 45828 KiB
Current children cumulated memory: 22232 KiB

[startup+0.309675 s]*
/proc/loadavg: 0.89 0.25 0.12 3/190 23761
/proc/meminfo: memFree=30233088/32770624 swapFree=67108860/67108860
[pid=23760] ppid=23757 vsize=50420 memory=26984 CPUtime=0.3 cores=1,3,5,7
/proc/23760/stat : 23760 (cosoco) R 23757 23760 23522 0 -1 4202496 6909 0 0 0 30 0 0 0 20 0 1 0 89902799 51630080 6746 33554432000 4194304 5972588 140725439385504 140725439379224 140372613475301 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 8070896 8075904 8474624 140725439390906 140725439391006 140725439391006 140725439393742 0
/proc/23760/statm: 12605 6746 805 435 0 5968 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 50420 KiB
Current children cumulated memory: 26984 KiB

[startup+0.700324 s]
/proc/loadavg: 0.89 0.25 0.12 3/190 23761
/proc/meminfo: memFree=30224160/32770624 swapFree=67108860/67108860
[pid=23760] ppid=23757 vsize=67644 memory=44144 CPUtime=0.69 cores=1,3,5,7
/proc/23760/stat : 23760 (cosoco) R 23757 23760 23522 0 -1 4202496 11216 0 0 0 68 1 0 0 20 0 1 0 89902799 69267456 11036 33554432000 4194304 5972588 140725439385504 140725439379224 140372616956299 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 8070896 8075904 8474624 140725439390906 140725439391006 140725439391006 140725439393742 0
/proc/23760/statm: 16911 11036 805 435 0 10274 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 67644 KiB
Current children cumulated memory: 44144 KiB

[startup+1.50035 s]
/proc/loadavg: 0.89 0.25 0.12 5/190 23761
/proc/meminfo: memFree=30201860/32770624 swapFree=67108860/67108860
[pid=23760] ppid=23757 vsize=104096 memory=80576 CPUtime=1.48 cores=1,3,5,7
/proc/23760/stat : 23760 (cosoco) R 23757 23760 23522 0 -1 4202496 20330 0 0 0 146 2 0 0 20 0 1 0 89902799 106594304 20144 33554432000 4194304 5972588 140725439385504 140725439378472 140372616953075 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 8070896 8075904 8474624 140725439390906 140725439391006 140725439391006 140725439393742 0
/proc/23760/statm: 26024 20144 806 435 0 19387 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 104096 KiB
Current children cumulated memory: 80576 KiB

[startup+3.10956 s]
/proc/loadavg: 0.98 0.28 0.13 5/190 23761
/proc/meminfo: memFree=30110852/32770624 swapFree=67108860/67108860
[pid=23760] ppid=23757 vsize=177592 memory=154148 CPUtime=3.1 cores=1,3,5,7
/proc/23760/stat : 23760 (cosoco) R 23757 23760 23522 0 -1 4202496 39988 0 0 0 305 5 0 0 20 0 1 0 89902799 181854208 38537 33554432000 4194304 5972588 140725439385504 140725439378472 140372613475301 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 8070896 8075904 8474624 140725439390906 140725439391006 140725439391006 140725439393742 0
/proc/23760/statm: 44398 38537 806 435 0 37761 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 177592 KiB
Current children cumulated memory: 154148 KiB

[startup+6.30032 s]
/proc/loadavg: 0.98 0.28 0.13 5/190 23761
/proc/meminfo: memFree=29974212/32770624 swapFree=67108860/67108860
[pid=23760] ppid=23757 vsize=323160 memory=299520 CPUtime=6.29 cores=1,3,5,7
/proc/23760/stat : 23760 (cosoco) R 23757 23760 23522 0 -1 4202496 79083 0 0 0 619 10 0 0 20 0 1 0 89902799 330915840 74880 33554432000 4194304 5972588 140725439385504 140725439378472 140372613523360 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 8070896 8075904 8474624 140725439390906 140725439391006 140725439391006 140725439393742 0
/proc/23760/statm: 80790 74880 806 435 0 74153 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 323160 KiB
Current children cumulated memory: 299520 KiB

[startup+12.7003 s]
/proc/loadavg: 1.14 0.34 0.15 5/190 23761
/proc/meminfo: memFree=29871028/32770624 swapFree=67108860/67108860
[pid=23760] ppid=23757 vsize=418592 memory=392880 CPUtime=12.69 cores=1,3,5,7
/proc/23760/stat : 23760 (cosoco) R 23757 23760 23522 0 -1 4202496 107952 0 0 0 1255 14 0 0 20 0 1 0 89902799 428638208 98220 33554432000 4194304 5972588 140725439385504 140725439382360 140372613475301 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 8474624 140725439390906 140725439391006 140725439391006 140725439393742 0
/proc/23760/statm: 104648 98220 851 435 0 98011 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 418592 KiB
Current children cumulated memory: 392880 KiB

[startup+25.5003 s]
/proc/loadavg: 1.27 0.39 0.17 4/189 23761
/proc/meminfo: memFree=29800440/32770624 swapFree=67108860/67108860
[pid=23760] ppid=23757 vsize=488288 memory=462420 CPUtime=25.49 cores=1,3,5,7
/proc/23760/stat : 23760 (cosoco) R 23757 23760 23522 0 -1 4202496 126721 0 0 0 2532 17 0 0 20 0 1 0 89902799 500006912 115605 33554432000 4194304 5972588 140725439385504 140725439382360 140372613475301 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 8474624 140725439390906 140725439391006 140725439391006 140725439393742 0
/proc/23760/statm: 122072 115605 851 435 0 115435 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 488288 KiB
Current children cumulated memory: 462420 KiB

[startup+51.1094 s]
/proc/loadavg: 1.52 0.52 0.22 5/189 23761
/proc/meminfo: memFree=29658900/32770624 swapFree=67108860/67108860
[pid=23760] ppid=23757 vsize=625700 memory=599888 CPUtime=51.09 cores=1,3,5,7
/proc/23760/stat : 23760 (cosoco) R 23757 23760 23522 0 -1 4202496 161299 0 0 0 5087 22 0 0 20 0 1 0 89902799 640716800 149972 33554432000 4194304 5972588 140725439385504 140725439382360 4962381 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 8474624 140725439390906 140725439391006 140725439391006 140725439393742 0
/proc/23760/statm: 156425 149972 852 435 0 149788 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 625700 KiB
Current children cumulated memory: 599888 KiB

[startup+102.3 s]
/proc/loadavg: 1.81 0.77 0.32 5/189 23762
/proc/meminfo: memFree=29386352/32770624 swapFree=67108860/67108860
[pid=23760] ppid=23757 vsize=900392 memory=874524 CPUtime=102.27 cores=1,3,5,7
/proc/23760/stat : 23760 (cosoco) R 23757 23760 23522 0 -1 4202496 233464 0 0 0 10194 33 0 0 20 0 1 0 89902799 922001408 218631 33554432000 4194304 5972588 140725439385504 140725439382360 140372613475301 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 8474624 140725439390906 140725439391006 140725439391006 140725439393742 0
/proc/23760/statm: 225098 218631 852 435 0 218461 0
Current children cumulated CPU time: 102.27 s
Current children cumulated vsize: 900392 KiB
Current children cumulated memory: 874524 KiB

[startup+162.3 s]
/proc/loadavg: 1.93 0.99 0.42 5/189 23770
/proc/meminfo: memFree=29063076/32770624 swapFree=67108860/67108860
[pid=23760] ppid=23757 vsize=1222472 memory=1196712 CPUtime=162.26 cores=1,3,5,7
/proc/23760/stat : 23760 (cosoco) R 23757 23760 23522 0 -1 4202496 316714 0 0 0 16181 45 0 0 20 0 1 0 89902799 1251811328 299178 33554432000 4194304 5972588 140725439385504 140725439382360 4965744 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 8474624 140725439390906 140725439391006 140725439391006 140725439393742 0
/proc/23760/statm: 305618 299178 852 435 0 298981 0
Current children cumulated CPU time: 162.26 s
Current children cumulated vsize: 1222472 KiB
Current children cumulated memory: 1196712 KiB

[startup+222.3 s]
/proc/loadavg: 1.97 1.18 0.52 4/189 23771
/proc/meminfo: memFree=28739440/32770624 swapFree=67108860/67108860
[pid=23760] ppid=23757 vsize=1544552 memory=1518604 CPUtime=222.25 cores=1,3,5,7
/proc/23760/stat : 23760 (cosoco) R 23757 23760 23522 0 -1 4202496 398415 0 0 0 22167 58 0 0 20 0 1 0 89902799 1581621248 379651 33554432000 4194304 5972588 140725439385504 140725439382360 140372613475301 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 8474624 140725439390906 140725439391006 140725439391006 140725439393742 0
/proc/23760/statm: 386138 379651 852 435 0 379501 0
Current children cumulated CPU time: 222.25 s
Current children cumulated vsize: 1544552 KiB
Current children cumulated memory: 1518604 KiB

[startup+282.3 s]
/proc/loadavg: 1.99 1.33 0.62 5/187 23772
/proc/meminfo: memFree=28416604/32770624 swapFree=67108860/67108860
[pid=23760] ppid=23757 vsize=1866632 memory=1840868 CPUtime=282.24 cores=1,3,5,7
/proc/23760/stat : 23760 (cosoco) R 23757 23760 23522 0 -1 4202496 479549 0 0 0 28154 70 0 0 20 0 1 0 89902799 1911431168 460217 33554432000 4194304 5972588 140725439385504 140725439382360 140372613475301 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 8474624 140725439390906 140725439391006 140725439391006 140725439393742 0
/proc/23760/statm: 466658 460217 852 435 0 460021 0
Current children cumulated CPU time: 282.24 s
Current children cumulated vsize: 1866632 KiB
Current children cumulated memory: 1840868 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 1.45 0.70 4/187 23773
/proc/meminfo: memFree=28094108/32770624 swapFree=67108860/67108860
[pid=23760] ppid=23757 vsize=2188712 memory=2162796 CPUtime=342.23 cores=1,3,5,7
/proc/23760/stat : 23760 (cosoco) R 23757 23760 23522 0 -1 4202496 561624 0 0 0 34139 84 0 0 20 0 1 0 89902799 2241241088 540699 33554432000 4194304 5972588 140725439385504 140725439382360 140372613475301 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 8474624 140725439390906 140725439391006 140725439391006 140725439393742 0
/proc/23760/statm: 547178 540699 852 435 0 540541 0
Current children cumulated CPU time: 342.23 s
Current children cumulated vsize: 2188712 KiB
Current children cumulated memory: 2162796 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 1.55 0.78 4/187 23774
/proc/meminfo: memFree=27770852/32770624 swapFree=67108860/67108860
[pid=23760] ppid=23757 vsize=2510264 memory=2484368 CPUtime=402.23 cores=1,3,5,7
/proc/23760/stat : 23760 (cosoco) R 23757 23760 23522 0 -1 4202496 642652 0 0 0 40126 97 0 0 20 0 1 0 89902799 2570510336 621092 33554432000 4194304 5972588 140725439385504 140725439382360 140372613475301 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 8474624 140725439390906 140725439391006 140725439391006 140725439393742 0
/proc/23760/statm: 627566 621092 852 435 0 620929 0
Current children cumulated CPU time: 402.23 s
Current children cumulated vsize: 2510264 KiB
Current children cumulated memory: 2484368 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 1.63 0.86 4/187 23776
/proc/meminfo: memFree=27448340/32770624 swapFree=67108860/67108860
[pid=23760] ppid=23757 vsize=2831024 memory=2805084 CPUtime=462.22 cores=1,3,5,7
/proc/23760/stat : 23760 (cosoco) R 23757 23760 23522 0 -1 4202496 723974 0 0 0 46111 111 0 0 20 0 1 0 89902799 2898968576 701271 33554432000 4194304 5972588 140725439385504 140725439382360 140372613475301 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 8474624 140725439390906 140725439391006 140725439391006 140725439393742 0
/proc/23760/statm: 707756 701271 852 435 0 701119 0
Current children cumulated CPU time: 462.22 s
Current children cumulated vsize: 2831024 KiB
Current children cumulated memory: 2805084 KiB


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

/proc/23760/statm: 1322810 1316398 855 435 0 1316173 0
Current children cumulated CPU time: 1722.19 s
Current children cumulated vsize: 5291240 KiB
Current children cumulated memory: 5265592 KiB

[startup+1782.3 s]
/proc/loadavg: 2.01 2.04 1.78 4/186 23837
/proc/meminfo: memFree=24980560/32770624 swapFree=67108860/67108860
[pid=23760] ppid=23757 vsize=5291240 memory=5265592 CPUtime=1782.19 cores=1,3,5,7
/proc/23760/stat : 23760 (cosoco) R 23757 23760 23522 0 -1 4202496 2313807 0 0 0 177933 286 0 0 20 0 1 0 89902799 5418229760 1316398 33554432000 4194304 5972588 140725439385504 140725439382280 4965404 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 8474624 140725439390906 140725439391006 140725439391006 140725439393742 0
/proc/23760/statm: 1322810 1316398 855 435 0 1316173 0
Current children cumulated CPU time: 1782.19 s
Current children cumulated vsize: 5291240 KiB
Current children cumulated memory: 5265592 KiB

[startup+1842.3 s]
/proc/loadavg: 2.01 2.04 1.79 5/187 23839
/proc/meminfo: memFree=24979216/32770624 swapFree=67108860/67108860
[pid=23760] ppid=23757 vsize=5291240 memory=5265592 CPUtime=1842.19 cores=1,3,5,7
/proc/23760/stat : 23760 (cosoco) R 23757 23760 23522 0 -1 4202496 2394142 0 0 0 183929 290 0 0 20 0 1 0 89902799 5418229760 1316398 33554432000 4194304 5972588 140725439385504 140725439382280 4965404 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 8474624 140725439390906 140725439391006 140725439391006 140725439393742 0
/proc/23760/statm: 1322810 1316398 855 435 0 1316173 0
Current children cumulated CPU time: 1842.19 s
Current children cumulated vsize: 5291240 KiB
Current children cumulated memory: 5265592 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.03 1.80 5/187 23840
/proc/meminfo: memFree=24979296/32770624 swapFree=67108860/67108860
[pid=23760] ppid=23757 vsize=5291240 memory=5265592 CPUtime=1902.18 cores=1,3,5,7
/proc/23760/stat : 23760 (cosoco) R 23757 23760 23522 0 -1 4202496 2458986 0 0 0 189926 292 0 0 20 0 1 0 89902799 5418229760 1316398 33554432000 4194304 5972588 140725439385504 140725439382280 4965753 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 8474624 140725439390906 140725439391006 140725439391006 140725439393742 0
/proc/23760/statm: 1322810 1316398 855 435 0 1316173 0
Current children cumulated CPU time: 1902.18 s
Current children cumulated vsize: 5291240 KiB
Current children cumulated memory: 5265592 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.03 1.81 5/188 23849
/proc/meminfo: memFree=24979192/32770624 swapFree=67108860/67108860
[pid=23760] ppid=23757 vsize=5291240 memory=5265592 CPUtime=1962.18 cores=1,3,5,7
/proc/23760/stat : 23760 (cosoco) R 23757 23760 23522 0 -1 4202496 2532262 0 0 0 195922 296 0 0 20 0 1 0 89902799 5418229760 1316398 33554432000 4194304 5972588 140725439385504 140725439382280 4962387 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 8474624 140725439390906 140725439391006 140725439391006 140725439393742 0
/proc/23760/statm: 1322810 1316398 855 435 0 1316173 0
Current children cumulated CPU time: 1962.18 s
Current children cumulated vsize: 5291240 KiB
Current children cumulated memory: 5265592 KiB

[startup+2022.3 s]
/proc/loadavg: 2.01 2.02 1.83 3/188 24036
/proc/meminfo: memFree=24332548/32770624 swapFree=67108860/67108860
[pid=23760] ppid=23757 vsize=5291240 memory=5265592 CPUtime=2022.17 cores=1,3,5,7
/proc/23760/stat : 23760 (cosoco) R 23757 23760 23522 0 -1 4202496 2593927 0 0 0 201917 300 0 0 20 0 1 0 89902799 5418229760 1316398 33554432000 4194304 5972588 140725439385504 140725439382280 4965753 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 8474624 140725439390906 140725439391006 140725439391006 140725439393742 0
/proc/23760/statm: 1322810 1316398 855 435 0 1316173 0
Current children cumulated CPU time: 2022.17 s
Current children cumulated vsize: 5291240 KiB
Current children cumulated memory: 5265592 KiB

[startup+2082.3 s]
/proc/loadavg: 2.39 2.11 1.87 2/189 24098
/proc/meminfo: memFree=6376808/32770624 swapFree=67108860/67108860
[pid=23760] ppid=23757 vsize=5291240 memory=5265592 CPUtime=2082.18 cores=1,3,5,7
/proc/23760/stat : 23760 (cosoco) R 23757 23760 23522 0 -1 4202496 2644443 0 0 0 207914 304 0 0 20 0 1 0 89902799 5418229760 1316398 33554432000 4194304 5972588 140725439385504 140725439382280 4962387 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 8474624 140725439390906 140725439391006 140725439391006 140725439393742 0
/proc/23760/statm: 1322810 1316398 855 435 0 1316173 0
Current children cumulated CPU time: 2082.18 s
Current children cumulated vsize: 5291240 KiB
Current children cumulated memory: 5265592 KiB

[startup+2142.3 s]
/proc/loadavg: 4.13 2.66 2.08 2/190 24100
/proc/meminfo: memFree=3259768/32770624 swapFree=67108860/67108860
[pid=23760] ppid=23757 vsize=5291240 memory=5265592 CPUtime=2142.17 cores=1,3,5,7
/proc/23760/stat : 23760 (cosoco) R 23757 23760 23522 0 -1 4202496 2691610 0 0 0 213912 305 0 0 20 0 1 0 89902799 5418229760 1316398 33554432000 4194304 5972588 140725439385504 140725439382280 4962387 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 8474624 140725439390906 140725439391006 140725439391006 140725439393742 0
/proc/23760/statm: 1322810 1316398 855 435 0 1316173 0
Current children cumulated CPU time: 2142.17 s
Current children cumulated vsize: 5291240 KiB
Current children cumulated memory: 5265592 KiB

[startup+2202.3 s]
/proc/loadavg: 4.68 3.09 2.26 2/190 24101
/proc/meminfo: memFree=249352/32770624 swapFree=67108860/67108860
[pid=23760] ppid=23757 vsize=5291240 memory=5265592 CPUtime=2202.18 cores=1,3,5,7
/proc/23760/stat : 23760 (cosoco) R 23757 23760 23522 0 -1 4202496 2719794 0 0 0 219911 307 0 0 20 0 1 0 89902799 5418229760 1316398 33554432000 4194304 5972588 140725439385504 140725439382280 5071400 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 8474624 140725439390906 140725439391006 140725439391006 140725439393742 0
/proc/23760/statm: 1322810 1316398 855 435 0 1316173 0
Current children cumulated CPU time: 2202.18 s
Current children cumulated vsize: 5291240 KiB
Current children cumulated memory: 5265592 KiB

[startup+2262.3 s]
/proc/loadavg: 5.01 3.48 2.45 2/189 24103
/proc/meminfo: memFree=202280/32770624 swapFree=67108860/67108860
[pid=23760] ppid=23757 vsize=5291240 memory=5265592 CPUtime=2262.17 cores=1,3,5,7
/proc/23760/stat : 23760 (cosoco) R 23757 23760 23522 0 -1 4202496 2730630 0 0 0 225910 307 0 0 20 0 1 0 89902799 5418229760 1316398 33554432000 4194304 5972588 140725439385504 140725439382280 4965744 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 8474624 140725439390906 140725439391006 140725439391006 140725439393742 0
/proc/23760/statm: 1322810 1316398 855 435 0 1316173 0
Current children cumulated CPU time: 2262.17 s
Current children cumulated vsize: 5291240 KiB
Current children cumulated memory: 5265592 KiB

[startup+2322.3 s]
/proc/loadavg: 5.01 3.76 2.61 2/189 24104
/proc/meminfo: memFree=209668/32770624 swapFree=67108860/67108860
[pid=23760] ppid=23757 vsize=5291240 memory=5265592 CPUtime=2322.18 cores=1,3,5,7
/proc/23760/stat : 23760 (cosoco) R 23757 23760 23522 0 -1 4202496 2730937 0 0 0 231910 308 0 0 20 0 1 0 89902799 5418229760 1316398 33554432000 4194304 5972588 140725439385504 140725439382280 4962387 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 8474624 140725439390906 140725439391006 140725439391006 140725439393742 0
/proc/23760/statm: 1322810 1316398 855 435 0 1316173 0
Current children cumulated CPU time: 2322.18 s
Current children cumulated vsize: 5291240 KiB
Current children cumulated memory: 5265592 KiB

[startup+2382.3 s]
/proc/loadavg: 5.05 4.00 2.76 3/189 24105
/proc/meminfo: memFree=194240/32770624 swapFree=67108860/67108860
[pid=23760] ppid=23757 vsize=5291372 memory=5265684 CPUtime=2382.18 cores=1,3,5,7
/proc/23760/stat : 23760 (cosoco) R 23757 23760 23522 0 -1 4202496 2731632 0 0 0 237910 308 0 0 20 0 1 0 89902799 5418364928 1316421 33554432000 4194304 5972588 140725439385504 140725439382264 5071499 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 8474624 140725439390906 140725439391006 140725439391006 140725439393742 0
/proc/23760/statm: 1322843 1316421 855 435 0 1316206 0
Current children cumulated CPU time: 2382.18 s
Current children cumulated vsize: 5291372 KiB
Current children cumulated memory: 5265684 KiB

[startup+2442.3 s]
/proc/loadavg: 5.02 4.18 2.90 3/189 24107
/proc/meminfo: memFree=193376/32770624 swapFree=67108860/67108860
[pid=23760] ppid=23757 vsize=5291504 memory=5265780 CPUtime=2442.19 cores=1,3,5,7
/proc/23760/stat : 23760 (cosoco) R 23757 23760 23522 0 -1 4202496 2732389 0 0 0 243910 309 0 0 20 0 1 0 89902799 5418500096 1316445 33554432000 4194304 5972588 140725439385504 140725439382264 4965416 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 8474624 140725439390906 140725439391006 140725439391006 140725439393742 0
/proc/23760/statm: 1322876 1316445 855 435 0 1316239 0
Current children cumulated CPU time: 2442.19 s
Current children cumulated vsize: 5291504 KiB
Current children cumulated memory: 5265780 KiB

[startup+2502.3 s]
/proc/loadavg: 5.18 4.38 3.05 2/189 24108
/proc/meminfo: memFree=204388/32770624 swapFree=67108860/67108860
[pid=23760] ppid=23757 vsize=5291636 memory=5265940 CPUtime=2502.19 cores=1,3,5,7
/proc/23760/stat : 23760 (cosoco) R 23757 23760 23522 0 -1 4202496 2733054 0 0 0 249909 310 0 0 20 0 1 0 89902799 5418635264 1316485 33554432000 4194304 5972588 140725439385504 140725439382424 5070704 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 8474624 140725439390906 140725439391006 140725439391006 140725439393742 0
/proc/23760/statm: 1322909 1316485 855 435 0 1316272 0
Current children cumulated CPU time: 2502.19 s
Current children cumulated vsize: 5291636 KiB
Current children cumulated memory: 5265940 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 5.28 4.45 3.10 2/190 24115
/proc/meminfo: memFree=219828/32770624 swapFree=67108860/67108860
[pid=23760] ppid=23757 vsize=5291636 memory=5265980 CPUtime=2519.9 cores=1,3,5,7
/proc/23760/stat : 23760 (cosoco) R 23757 23760 23522 0 -1 4202496 2733246 0 0 0 251680 310 0 0 20 0 1 0 89902799 5418635264 1316495 33554432000 4194304 5972588 140725439385504 140725439382424 5070704 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 8474624 140725439390906 140725439391006 140725439391006 140725439393742 0
/proc/23760/statm: 1322909 1316495 855 435 0 1316272 0
Current children cumulated CPU time: 2519.9 s
Current children cumulated vsize: 5291636 KiB
Current children cumulated memory: 5265980 KiB

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

[startup+2520.1 s]
# the end of solver process 23760 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.81 s, system=3.19218 s

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

Child status: 1
Real time (s): 2520.1
CPU time (s): 2520
CPU user time (s): 2516.81
CPU system time (s): 3.19218
CPU usage (%): 99.9961
Max. virtual memory (cumulated for all children) (KiB): 5291636
Max. memory (cumulated for all children) (KiB): 5265980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.81
system time used= 3.19218
maximum resident set size= 5266064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2733293
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= 437
involuntary context switches= 1663


# summary of solver processes directly reported to runsolver:
#   pid: 23760
#   total CPU time (s): 2520
#   total CPU user time (s): 2516.81
#   total CPU system time (s): 3.19218

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.5782 second user time and 15.2451 second system time

The end

Launcher Data

Begin job on node112 at 2017-08-12 21:48:12
IDJOB=4265764
IDBENCH=122940
IDSOLVER=2655
FILE ID=node112/4265764-1502568150
RUNJOBID= node112-1502567254-23607
PBS_JOBID= 20628283
Free space on /tmp= 61780 MiB

SOLVER NAME= cosoco-sat 1.12
BENCH NAME= XCSP17/Opd/Opd-sum-large/Opd-46-350-100.xml
COMMAND LINE= cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4265764-1502568150/watcher-4265764-1502568150 -o /tmp/evaluation-result-4265764-1502568150/solver-4265764-1502568150 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node112-1502567254-23607 --watchdog 2580  cosoco -lc -model -restarts -sat HOME/instance-4265764-1502568150.xml

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

MD5SUM BENCH= 1db4b6436defe3ea79c47113dddab962
RANDOM SEED=1216060407

node112.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.24
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.24
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.24
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.24
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:        30257148 kB
MemAvailable:   31954484 kB
Buffers:          120192 kB
Cached:          1873004 kB
SwapCached:            0 kB
Active:           416864 kB
Inactive:        1676840 kB
Active(anon):     103020 kB
Inactive(anon):    25020 kB
Active(file):     313844 kB
Inactive(file):  1651820 kB
Unevictable:        6280 kB
Mlocked:            6280 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2400 kB
Writeback:             4 kB
AnonPages:        106164 kB
Mapped:            44088 kB
Shmem:             25224 kB
Slab:             119664 kB
SReclaimable:      95012 kB
SUnreclaim:        24652 kB
KernelStack:        3392 kB
PageTables:         5560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     401312 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     34816 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 47404 MiB
End job on node112 at 2017-08-12 22:30:12