Trace number 4265757

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.01 2520.01

General information on the benchmark

NameOpd/Opd-sum-large/
Opd-10-325-100.xml
MD5SUM34a68c11381dc26a6f51296df739d32e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark28
Best CPU time to get the best result obtained on this benchmark20060.301
Satisfiable
(Un)Satisfiability was proved
Number of variables3251
Number of constraints56
Number of domains2
Minimum domain size2
Maximum domain size302
Distribution of domain sizes[{"size":2,"count":3250},{"size":302,"count":1}]
Minimum variable degree11
Maximum variable degree46
Distribution of variable degrees[{"degree":11,"count":3250},{"degree":46,"count":1}]
Minimum constraint arity325
Maximum constraint arity3250
Distribution of constraint arities[{"arity":325,"count":10},{"arity":651,"count":45},{"arity":3250,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":55}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

0.21/0.30	c SAT : Variables: 6802 -- Clauses: 51952
0.21/0.30	c best=?? lower=0 upper=301 
2520.00/2520.00	c
2520.00/2520.00	c This is cosoco 1.12 --  
2520.00/2520.00	c
2520.00/2520.00	c command line: cosoco -lc -model -restarts -sat HOME/instance-4265757-1502568134.xml 
2520.00/2520.00	c enable optimization
2520.00/2520.00	c ========================================[ Problem Statistics ]===========================================
2520.00/2520.00	c |                                                                                                       
2520.00/2520.00	c |  Parse time        :         0.30 s 
2520.00/2520.00	c |
2520.00/2520.00	c |               Variables: 3251
2520.00/2520.00	c |            Domain Sizes: 2..302
2520.00/2520.00	c |
2520.00/2520.00	c |             Constraints: 389
2520.00/2520.00	c |                   Arity: 1..651  -- Unary: 1
2520.00/2520.00	c | 
2520.00/2520.00	c |                   Types: 
2520.00/2520.00	c |                          Intension: 46
2520.00/2520.00	c |                          Lex: 333
2520.00/2520.00	c |                          Sum: 10
2520.00/2520.00	c |                          
2520.00/2520.00	c =========================================================================================================
2520.00/2520.00	
2520.00/2520.00	c *** INTERRUPTED ***
2520.00/2520.00	c restarts              : 0           
2520.00/2520.00	c conflicts             : 1            (0 /sec)
2520.00/2520.00	c decisions             : 2826         (1 /sec)
2520.00/2520.00	c propagations          : 23743       (9 /sec)
2520.00/2520.00	c root propagations     : 24          
2520.00/2520.00	c filter calls          : 125511         (50 /sec)
2520.00/2520.00	c useless filter calls  : 115678         (92 %)
2520.00/2520.00	c
2520.00/2520.00	c clauses               : 51952
2520.00/2520.00	c SAT propagations      : 0
2520.00/2520.00	c SAT conflicts         : 0 (0 learnts)
2520.00/2520.00	c Memory used           : 251.84 MB
2520.00/2520.00	c CPU time              : 2519.88 s
2520.00/2520.00	
2520.00/2520.00	c No Bound found!
2520.00/2520.00	
2520.00/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 (14273 MiB free)
  memory of node 1: 16384 MiB (14875 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4265757-1502568134/watcher-4265757-1502568134 -o /tmp/evaluation-result-4265757-1502568134/solver-4265757-1502568134 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1502567255-24253 --watchdog 2580 cosoco -lc -model -restarts -sat HOME/instance-4265757-1502568134.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=24592, runsolver pid=24589
Current StackSize limit: 8192 KiB


[startup+0.100156 s]*
/proc/loadavg: 0.51 0.15 0.08 3/190 24593
/proc/meminfo: memFree=29843544/32770624 swapFree=67108860/67108860
[pid=24592] ppid=24589 vsize=32144 memory=8520 CPUtime=0.1 cores=1,3,5,7
/proc/24592/stat : 24592 (cosoco) R 24589 24592 24168 0 -1 4202496 2323 0 0 0 10 0 0 0 20 0 1 0 89901649 32915456 2130 33554432000 4194304 5972588 140737116087056 140737116083704 140088728783678 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 8070896 8075904 11706368 140737116091578 140737116091678 140737116091678 140737116094414 0
/proc/24592/statm: 8036 2130 805 435 0 1399 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 32144 KiB
Current children cumulated memory: 8520 KiB

[startup+0.209625 s]*
/proc/loadavg: 0.51 0.15 0.08 3/190 24593
/proc/meminfo: memFree=29839988/32770624 swapFree=67108860/67108860
[pid=24592] ppid=24589 vsize=35436 memory=11936 CPUtime=0.21 cores=1,3,5,7
/proc/24592/stat : 24592 (cosoco) R 24589 24592 24168 0 -1 4202496 3157 0 0 0 21 0 0 0 20 0 1 0 89901649 36286464 2984 33554432000 4194304 5972588 140737116087056 140737116079960 140088729714094 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 8070896 8075904 11706368 140737116091578 140737116091678 140737116091678 140737116094414 0
/proc/24592/statm: 8859 2984 805 435 0 2222 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 35436 KiB
Current children cumulated memory: 11936 KiB

[startup+0.30948 s]*
/proc/loadavg: 0.51 0.15 0.08 3/190 24593
/proc/meminfo: memFree=29825664/32770624 swapFree=67108860/67108860
[pid=24592] ppid=24589 vsize=51372 memory=25900 CPUtime=0.31 cores=1,3,5,7
/proc/24592/stat : 24592 (cosoco) R 24589 24592 24168 0 -1 4202496 6198 0 0 0 31 0 0 0 20 0 1 0 89901649 52604928 6475 33554432000 4194304 5972588 140737116087056 140737116079960 140088728787941 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 11706368 140737116091578 140737116091678 140737116091678 140737116094414 0
/proc/24592/statm: 12843 6475 851 435 0 6206 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 51372 KiB
Current children cumulated memory: 25900 KiB

[startup+0.700277 s]
/proc/loadavg: 0.51 0.15 0.08 3/190 24593
/proc/meminfo: memFree=29824920/32770624 swapFree=67108860/67108860
[pid=24592] ppid=24589 vsize=52692 memory=27220 CPUtime=0.69 cores=1,3,5,7
/proc/24592/stat : 24592 (cosoco) R 24589 24592 24168 0 -1 4202496 6521 0 0 0 69 0 0 0 20 0 1 0 89901649 53956608 6805 33554432000 4194304 5972588 140737116087056 140737116079960 4962387 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 11706368 140737116091578 140737116091678 140737116091678 140737116094414 0
/proc/24592/statm: 13173 6805 851 435 0 6536 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 52692 KiB
Current children cumulated memory: 27220 KiB

[startup+1.50028 s]
/proc/loadavg: 0.51 0.15 0.08 3/190 24593
/proc/meminfo: memFree=29823432/32770624 swapFree=67108860/67108860
[pid=24592] ppid=24589 vsize=57048 memory=31708 CPUtime=1.49 cores=1,3,5,7
/proc/24592/stat : 24592 (cosoco) R 24589 24592 24168 0 -1 4202496 7622 0 0 0 149 0 0 0 20 0 1 0 89901649 58417152 7927 33554432000 4194304 5972588 140737116087056 140737116083912 4962387 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 11706368 140737116091578 140737116091678 140737116091678 140737116094414 0
/proc/24592/statm: 14262 7927 851 435 0 7625 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 57048 KiB
Current children cumulated memory: 31708 KiB

[startup+3.10948 s]
/proc/loadavg: 0.51 0.15 0.08 3/190 24593
/proc/meminfo: memFree=29811164/32770624 swapFree=67108860/67108860
[pid=24592] ppid=24589 vsize=65892 memory=40492 CPUtime=3.1 cores=1,3,5,7
/proc/24592/stat : 24592 (cosoco) R 24589 24592 24168 0 -1 4202496 10477 0 0 0 309 1 0 0 20 0 1 0 89901649 67473408 10123 33554432000 4194304 5972588 140737116087056 140737116083912 140088728787941 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 11706368 140737116091578 140737116091678 140737116091678 140737116094414 0
/proc/24592/statm: 16473 10123 851 435 0 9836 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 65892 KiB
Current children cumulated memory: 40492 KiB

[startup+6.30027 s]
/proc/loadavg: 0.63 0.18 0.09 3/190 24593
/proc/meminfo: memFree=29794264/32770624 swapFree=67108860/67108860
[pid=24592] ppid=24589 vsize=85164 memory=59900 CPUtime=6.29 cores=1,3,5,7
/proc/24592/stat : 24592 (cosoco) R 24589 24592 24168 0 -1 4202496 16247 0 0 0 628 1 0 0 20 0 1 0 89901649 87207936 14975 33554432000 4194304 5972588 140737116087056 140737116083912 140088728787941 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 11706368 140737116091578 140737116091678 140737116091678 140737116094414 0
/proc/24592/statm: 21291 14975 851 435 0 14654 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 85164 KiB
Current children cumulated memory: 59900 KiB

[startup+12.7003 s]
/proc/loadavg: 0.74 0.21 0.10 3/190 24593
/proc/meminfo: memFree=29758532/32770624 swapFree=67108860/67108860
[pid=24592] ppid=24589 vsize=122124 memory=96724 CPUtime=12.69 cores=1,3,5,7
/proc/24592/stat : 24592 (cosoco) R 24589 24592 24168 0 -1 4202496 27555 0 0 0 1266 3 0 0 20 0 1 0 89901649 125054976 24181 33554432000 4194304 5972588 140737116087056 140737116083912 140088728787941 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 11706368 140737116091578 140737116091678 140737116091678 140737116094414 0
/proc/24592/statm: 30531 24181 852 435 0 23894 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 122124 KiB
Current children cumulated memory: 96724 KiB

[startup+25.5003 s]
/proc/loadavg: 1.02 0.30 0.13 3/190 24593
/proc/meminfo: memFree=29683976/32770624 swapFree=67108860/67108860
[pid=24592] ppid=24589 vsize=195912 memory=170544 CPUtime=25.49 cores=1,3,5,7
/proc/24592/stat : 24592 (cosoco) R 24589 24592 24168 0 -1 4202496 49068 0 0 0 2543 6 0 0 20 0 1 0 89901649 200613888 42636 33554432000 4194304 5972588 140737116087056 140737116083912 4965753 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 11706368 140737116091578 140737116091678 140737116091678 140737116094414 0
/proc/24592/statm: 48978 42636 852 435 0 42341 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 195912 KiB
Current children cumulated memory: 170544 KiB

[startup+51.1095 s]
/proc/loadavg: 1.36 0.44 0.18 3/189 24654
/proc/meminfo: memFree=29454700/32770624 swapFree=67108860/67108860
[pid=24592] ppid=24589 vsize=234324 memory=209192 CPUtime=51.1 cores=1,3,5,7
/proc/24592/stat : 24592 (cosoco) R 24589 24592 24168 0 -1 4202496 101480 0 0 0 5101 9 0 0 20 0 1 0 89901649 239947776 52298 33554432000 4194304 5972588 140737116087056 140737116083912 5071499 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 11706368 140737116091578 140737116091678 140737116091678 140737116094414 0
/proc/24592/statm: 58581 52298 855 435 0 51944 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 234324 KiB
Current children cumulated memory: 209192 KiB

[startup+102.3 s]
/proc/loadavg: 1.72 0.68 0.28 3/189 24655
/proc/meminfo: memFree=29180812/32770624 swapFree=67108860/67108860
[pid=24592] ppid=24589 vsize=234588 memory=209296 CPUtime=102.28 cores=1,3,5,7
/proc/24592/stat : 24592 (cosoco) R 24589 24592 24168 0 -1 4202496 106768 0 0 0 10219 9 0 0 20 0 1 0 89901649 240218112 52324 33554432000 4194304 5972588 140737116087056 140737116083832 5099674 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 11706368 140737116091578 140737116091678 140737116091678 140737116094414 0
/proc/24592/statm: 58647 52324 855 435 0 52010 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 234588 KiB
Current children cumulated memory: 209296 KiB

[startup+162.3 s]
/proc/loadavg: 1.90 0.92 0.39 3/190 24664
/proc/meminfo: memFree=28860192/32770624 swapFree=67108860/67108860
[pid=24592] ppid=24589 vsize=235248 memory=210088 CPUtime=162.29 cores=1,3,5,7
/proc/24592/stat : 24592 (cosoco) R 24589 24592 24168 0 -1 4202496 107257 0 0 0 16219 10 0 0 20 0 1 0 89901649 240893952 52522 33554432000 4194304 5972588 140737116087056 140737116083832 4965753 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 11706368 140737116091578 140737116091678 140737116091678 140737116094414 0
/proc/24592/statm: 58812 52522 855 435 0 52175 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 235248 KiB
Current children cumulated memory: 210088 KiB

[startup+222.3 s]
/proc/loadavg: 1.96 1.11 0.49 3/190 24665
/proc/meminfo: memFree=28540552/32770624 swapFree=67108860/67108860
[pid=24592] ppid=24589 vsize=236040 memory=210620 CPUtime=222.28 cores=1,3,5,7
/proc/24592/stat : 24592 (cosoco) R 24589 24592 24168 0 -1 4202496 107625 0 0 0 22218 10 0 0 20 0 1 0 89901649 241704960 52655 33554432000 4194304 5972588 140737116087056 140737116083976 5053061 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 11706368 140737116091578 140737116091678 140737116091678 140737116094414 0
/proc/24592/statm: 59010 52655 855 435 0 52373 0
Current children cumulated CPU time: 222.28 s
Current children cumulated vsize: 236040 KiB
Current children cumulated memory: 210620 KiB

[startup+282.3 s]
/proc/loadavg: 1.99 1.28 0.58 3/189 24666
/proc/meminfo: memFree=28216560/32770624 swapFree=67108860/67108860
[pid=24592] ppid=24589 vsize=237492 memory=212196 CPUtime=282.28 cores=1,3,5,7
/proc/24592/stat : 24592 (cosoco) R 24589 24592 24168 0 -1 4202496 108198 0 0 0 28218 10 0 0 20 0 1 0 89901649 243191808 53049 33554432000 4194304 5972588 140737116087056 140737116083976 5053061 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 11706368 140737116091578 140737116091678 140737116091678 140737116094414 0
/proc/24592/statm: 59373 53049 855 435 0 52736 0
Current children cumulated CPU time: 282.28 s
Current children cumulated vsize: 237492 KiB
Current children cumulated memory: 212196 KiB

[startup+342.3 s]
/proc/loadavg: 1.99 1.41 0.67 3/188 24667
/proc/meminfo: memFree=27892596/32770624 swapFree=67108860/67108860
[pid=24592] ppid=24589 vsize=239488 memory=214220 CPUtime=342.27 cores=1,3,5,7
/proc/24592/stat : 24592 (cosoco) R 24589 24592 24168 0 -1 4202496 108928 0 0 0 34217 10 0 0 20 0 1 0 89901649 245235712 53555 33554432000 4194304 5972588 140737116087056 140737116083976 5099668 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 11706368 140737116091578 140737116091678 140737116091678 140737116094414 0
/proc/24592/statm: 59872 53555 855 435 0 53235 0
Current children cumulated CPU time: 342.27 s
Current children cumulated vsize: 239488 KiB
Current children cumulated memory: 214220 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 1.52 0.75 3/188 24668
/proc/meminfo: memFree=27573712/32770624 swapFree=67108860/67108860
[pid=24592] ppid=24589 vsize=242160 memory=216960 CPUtime=402.27 cores=1,3,5,7
/proc/24592/stat : 24592 (cosoco) R 24589 24592 24168 0 -1 4202496 109828 0 0 0 40217 10 0 0 20 0 1 0 89901649 247971840 54240 33554432000 4194304 5972588 140737116087056 140737116083976 5070711 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 11706368 140737116091578 140737116091678 140737116091678 140737116094414 0
/proc/24592/statm: 60540 54240 855 435 0 53903 0
Current children cumulated CPU time: 402.27 s
Current children cumulated vsize: 242160 KiB
Current children cumulated memory: 216960 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 1.60 0.83 3/187 24670
/proc/meminfo: memFree=27570528/32770624 swapFree=67108860/67108860
[pid=24592] ppid=24589 vsize=246320 memory=221092 CPUtime=462.27 cores=1,3,5,7
/proc/24592/stat : 24592 (cosoco) R 24589 24592 24168 0 -1 4202496 111097 0 0 0 46216 11 0 0 20 0 1 0 89901649 252231680 55273 33554432000 4194304 5972588 140737116087056 140737116083832 4962376 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 11706368 140737116091578 140737116091678 140737116091678 140737116094414 0
/proc/24592/statm: 61580 55273 855 435 0 54943 0
Current children cumulated CPU time: 462.27 s
Current children cumulated vsize: 246320 KiB
Current children cumulated memory: 221092 KiB


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

/proc/24592/statm: 64470 58184 855 435 0 57833 0
Current children cumulated CPU time: 1722.27 s
Current children cumulated vsize: 257880 KiB
Current children cumulated memory: 232736 KiB

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 1.73 3/187 24733
/proc/meminfo: memFree=27552428/32770624 swapFree=67108860/67108860
[pid=24592] ppid=24589 vsize=257880 memory=232736 CPUtime=1782.27 cores=1,3,5,7
/proc/24592/stat : 24592 (cosoco) R 24589 24592 24168 0 -1 4202496 121134 0 0 0 178215 12 0 0 20 0 1 0 89901649 264069120 58184 33554432000 4194304 5972588 140737116087056 140737116083832 5070711 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 11706368 140737116091578 140737116091678 140737116091678 140737116094414 0
/proc/24592/statm: 64470 58184 855 435 0 57833 0
Current children cumulated CPU time: 1782.27 s
Current children cumulated vsize: 257880 KiB
Current children cumulated memory: 232736 KiB

[startup+1842.3 s]
/proc/loadavg: 2.01 2.01 1.75 3/187 24734
/proc/meminfo: memFree=27552200/32770624 swapFree=67108860/67108860
[pid=24592] ppid=24589 vsize=257880 memory=232736 CPUtime=1842.28 cores=1,3,5,7
/proc/24592/stat : 24592 (cosoco) R 24589 24592 24168 0 -1 4202496 121293 0 0 0 184216 12 0 0 20 0 1 0 89901649 264069120 58184 33554432000 4194304 5972588 140737116087056 140737116083832 5071400 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 11706368 140737116091578 140737116091678 140737116091678 140737116094414 0
/proc/24592/statm: 64470 58184 855 435 0 57833 0
Current children cumulated CPU time: 1842.28 s
Current children cumulated vsize: 257880 KiB
Current children cumulated memory: 232736 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 1.77 3/187 24735
/proc/meminfo: memFree=27551808/32770624 swapFree=67108860/67108860
[pid=24592] ppid=24589 vsize=257880 memory=232736 CPUtime=1902.28 cores=1,3,5,7
/proc/24592/stat : 24592 (cosoco) R 24589 24592 24168 0 -1 4202496 121545 0 0 0 190216 12 0 0 20 0 1 0 89901649 264069120 58184 33554432000 4194304 5972588 140737116087056 140737116083832 4965428 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 11706368 140737116091578 140737116091678 140737116091678 140737116094414 0
/proc/24592/statm: 64470 58184 855 435 0 57833 0
Current children cumulated CPU time: 1902.28 s
Current children cumulated vsize: 257880 KiB
Current children cumulated memory: 232736 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 1.78 3/188 24744
/proc/meminfo: memFree=27549600/32770624 swapFree=67108860/67108860
[pid=24592] ppid=24589 vsize=257880 memory=232736 CPUtime=1962.28 cores=1,3,5,7
/proc/24592/stat : 24592 (cosoco) R 24589 24592 24168 0 -1 4202496 121793 0 0 0 196216 12 0 0 20 0 1 0 89901649 264069120 58184 33554432000 4194304 5972588 140737116087056 140737116083832 5099674 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 11706368 140737116091578 140737116091678 140737116091678 140737116094414 0
/proc/24592/statm: 64470 58184 855 435 0 57833 0
Current children cumulated CPU time: 1962.28 s
Current children cumulated vsize: 257880 KiB
Current children cumulated memory: 232736 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 1.79 3/188 24745
/proc/meminfo: memFree=27549836/32770624 swapFree=67108860/67108860
[pid=24592] ppid=24589 vsize=257880 memory=232736 CPUtime=2022.28 cores=1,3,5,7
/proc/24592/stat : 24592 (cosoco) R 24589 24592 24168 0 -1 4202496 122041 0 0 0 202216 12 0 0 20 0 1 0 89901649 264069120 58184 33554432000 4194304 5972588 140737116087056 140737116083832 5099674 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 11706368 140737116091578 140737116091678 140737116091678 140737116094414 0
/proc/24592/statm: 64470 58184 855 435 0 57833 0
Current children cumulated CPU time: 2022.28 s
Current children cumulated vsize: 257880 KiB
Current children cumulated memory: 232736 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 1.80 3/188 24746
/proc/meminfo: memFree=27549280/32770624 swapFree=67108860/67108860
[pid=24592] ppid=24589 vsize=257880 memory=232736 CPUtime=2082.28 cores=1,3,5,7
/proc/24592/stat : 24592 (cosoco) R 24589 24592 24168 0 -1 4202496 122289 0 0 0 208216 12 0 0 20 0 1 0 89901649 264069120 58184 33554432000 4194304 5972588 140737116087056 140737116083832 5071499 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 11706368 140737116091578 140737116091678 140737116091678 140737116094414 0
/proc/24592/statm: 64470 58184 855 435 0 57833 0
Current children cumulated CPU time: 2082.28 s
Current children cumulated vsize: 257880 KiB
Current children cumulated memory: 232736 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 1.81 3/188 24747
/proc/meminfo: memFree=27549144/32770624 swapFree=67108860/67108860
[pid=24592] ppid=24589 vsize=257880 memory=232736 CPUtime=2142.28 cores=1,3,5,7
/proc/24592/stat : 24592 (cosoco) R 24589 24592 24168 0 -1 4202496 122537 0 0 0 214216 12 0 0 20 0 1 0 89901649 264069120 58184 33554432000 4194304 5972588 140737116087056 140737116083832 4965428 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 11706368 140737116091578 140737116091678 140737116091678 140737116094414 0
/proc/24592/statm: 64470 58184 855 435 0 57833 0
Current children cumulated CPU time: 2142.28 s
Current children cumulated vsize: 257880 KiB
Current children cumulated memory: 232736 KiB

[startup+2202.3 s]
/proc/loadavg: 2.04 2.03 1.83 3/188 24748
/proc/meminfo: memFree=27547656/32770624 swapFree=67108860/67108860
[pid=24592] ppid=24589 vsize=257880 memory=232736 CPUtime=2202.29 cores=1,3,5,7
/proc/24592/stat : 24592 (cosoco) R 24589 24592 24168 0 -1 4202496 122787 0 0 0 220216 13 0 0 20 0 1 0 89901649 264069120 58184 33554432000 4194304 5972588 140737116087056 140737116083832 4965420 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 11706368 140737116091578 140737116091678 140737116091678 140737116094414 0
/proc/24592/statm: 64470 58184 855 435 0 57833 0
Current children cumulated CPU time: 2202.29 s
Current children cumulated vsize: 257880 KiB
Current children cumulated memory: 232736 KiB

[startup+2262.3 s]
/proc/loadavg: 2.01 2.02 1.84 3/187 24750
/proc/meminfo: memFree=27547016/32770624 swapFree=67108860/67108860
[pid=24592] ppid=24589 vsize=257880 memory=232736 CPUtime=2262.29 cores=1,3,5,7
/proc/24592/stat : 24592 (cosoco) R 24589 24592 24168 0 -1 4202496 123035 0 0 0 226216 13 0 0 20 0 1 0 89901649 264069120 58184 33554432000 4194304 5972588 140737116087056 140737116083832 5099664 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 11706368 140737116091578 140737116091678 140737116091678 140737116094414 0
/proc/24592/statm: 64470 58184 855 435 0 57833 0
Current children cumulated CPU time: 2262.29 s
Current children cumulated vsize: 257880 KiB
Current children cumulated memory: 232736 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 1.86 3/187 24751
/proc/meminfo: memFree=27546760/32770624 swapFree=67108860/67108860
[pid=24592] ppid=24589 vsize=257880 memory=232736 CPUtime=2322.29 cores=1,3,5,7
/proc/24592/stat : 24592 (cosoco) R 24589 24592 24168 0 -1 4202496 123283 0 0 0 232216 13 0 0 20 0 1 0 89901649 264069120 58184 33554432000 4194304 5972588 140737116087056 140737116083832 4962376 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 11706368 140737116091578 140737116091678 140737116091678 140737116094414 0
/proc/24592/statm: 64470 58184 855 435 0 57833 0
Current children cumulated CPU time: 2322.29 s
Current children cumulated vsize: 257880 KiB
Current children cumulated memory: 232736 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 1.87 3/187 24752
/proc/meminfo: memFree=27545612/32770624 swapFree=67108860/67108860
[pid=24592] ppid=24589 vsize=257880 memory=232736 CPUtime=2382.29 cores=1,3,5,7
/proc/24592/stat : 24592 (cosoco) R 24589 24592 24168 0 -1 4202496 123531 0 0 0 238216 13 0 0 20 0 1 0 89901649 264069120 58184 33554432000 4194304 5972588 140737116087056 140737116083832 4965753 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 11706368 140737116091578 140737116091678 140737116091678 140737116094414 0
/proc/24592/statm: 64470 58184 855 435 0 57833 0
Current children cumulated CPU time: 2382.29 s
Current children cumulated vsize: 257880 KiB
Current children cumulated memory: 232736 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 1.87 3/187 24754
/proc/meminfo: memFree=27544464/32770624 swapFree=67108860/67108860
[pid=24592] ppid=24589 vsize=257880 memory=232736 CPUtime=2442.29 cores=1,3,5,7
/proc/24592/stat : 24592 (cosoco) R 24589 24592 24168 0 -1 4202496 123779 0 0 0 244216 13 0 0 20 0 1 0 89901649 264069120 58184 33554432000 4194304 5972588 140737116087056 140737116083832 4965428 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 11706368 140737116091578 140737116091678 140737116091678 140737116094414 0
/proc/24592/statm: 64470 58184 855 435 0 57833 0
Current children cumulated CPU time: 2442.29 s
Current children cumulated vsize: 257880 KiB
Current children cumulated memory: 232736 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 1.88 3/187 24755
/proc/meminfo: memFree=27544048/32770624 swapFree=67108860/67108860
[pid=24592] ppid=24589 vsize=257880 memory=232736 CPUtime=2502.29 cores=1,3,5,7
/proc/24592/stat : 24592 (cosoco) R 24589 24592 24168 0 -1 4202496 124027 0 0 0 250216 13 0 0 20 0 1 0 89901649 264069120 58184 33554432000 4194304 5972588 140737116087056 140737116083832 5099674 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 11706368 140737116091578 140737116091678 140737116091678 140737116094414 0
/proc/24592/statm: 64470 58184 855 435 0 57833 0
Current children cumulated CPU time: 2502.29 s
Current children cumulated vsize: 257880 KiB
Current children cumulated memory: 232736 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 1.88 3/187 24755
/proc/meminfo: memFree=27543680/32770624 swapFree=67108860/67108860
[pid=24592] ppid=24589 vsize=257880 memory=232736 CPUtime=2520 cores=1,3,5,7
/proc/24592/stat : 24592 (cosoco) R 24589 24592 24168 0 -1 4202496 124269 0 0 0 251987 13 0 0 20 0 1 0 89901649 264069120 58184 33554432000 4194304 5972588 140737116087056 140737116083832 4965753 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 11706368 140737116091578 140737116091678 140737116091678 140737116094414 0
/proc/24592/statm: 64470 58184 855 435 0 57833 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 257880 KiB
Current children cumulated memory: 232736 KiB

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

[startup+2520.01 s]
# the end of solver process 24592 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.88 s, system=0.134999 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): 2520.01
CPU user time (s): 2519.88
CPU system time (s): 0.134999
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 257880
Max. memory (cumulated for all children) (KiB): 232736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.88
system time used= 0.134999
maximum resident set size= 232808
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 124319
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= 12
involuntary context switches= 1261


# summary of solver processes directly reported to runsolver:
#   pid: 24592
#   total CPU time (s): 2520.01
#   total CPU user time (s): 2519.88
#   total CPU system time (s): 0.134999

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.95917 second user time and 18.055 second system time

The end

Launcher Data

Begin job on node103 at 2017-08-12 21:47:56
IDJOB=4265757
IDBENCH=122928
IDSOLVER=2655
FILE ID=node103/4265757-1502568134
RUNJOBID= node103-1502567255-24253
PBS_JOBID= 20628288
Free space on /tmp= 61792 MiB

SOLVER NAME= cosoco-sat 1.12
BENCH NAME= XCSP17/Opd/Opd-sum-large/Opd-10-325-100.xml
COMMAND LINE= cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4265757-1502568134/watcher-4265757-1502568134 -o /tmp/evaluation-result-4265757-1502568134/solver-4265757-1502568134 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1502567255-24253 --watchdog 2580  cosoco -lc -model -restarts -sat HOME/instance-4265757-1502568134.xml

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

MD5SUM BENCH= 34a68c11381dc26a6f51296df739d32e
RANDOM SEED=1024866560

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.56
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.56
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.56
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.56
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:        29848760 kB
MemAvailable:   31996088 kB
Buffers:          119500 kB
Cached:          2323700 kB
SwapCached:            0 kB
Active:           499784 kB
Inactive:        2000984 kB
Active(anon):      60136 kB
Inactive(anon):    25124 kB
Active(file):     439648 kB
Inactive(file):  1975860 kB
Unevictable:        6432 kB
Mlocked:            6432 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2708 kB
Writeback:             0 kB
AnonPages:        172424 kB
Mapped:            43936 kB
Shmem:             25228 kB
Slab:             120072 kB
SReclaimable:      95308 kB
SUnreclaim:        24764 kB
KernelStack:        3584 kB
PageTables:         4916 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     357428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    116736 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61788 MiB
End job on node103 at 2017-08-12 22:29:56