Trace number 4265576

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 2519.8

General information on the benchmark

NameBinPacking/
BinPacking-mdd-ft/BinPacking-mdd-ft249-19.xml
MD5SUMff12bcd9867be4bcc392b8c45936f1c7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark13
Best CPU time to get the best result obtained on this benchmark2400.06
Satisfiable
(Un)Satisfiability was proved
Number of variables389
Number of constraints100
Number of domains2
Minimum domain size98
Maximum domain size137
Distribution of domain sizes[{"size":98,"count":1},{"size":137,"count":388}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":291},{"degree":4,"count":97}]
Minimum constraint arity4
Maximum constraint arity388
Distribution of constraint arities[{"arity":4,"count":97},{"arity":98,"count":1},{"arity":388,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":97},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.06/0.11	c Create Cardinality(vars,values,occurs) constraint using 388 Exactly/AtMost.. constraint 
0.06/0.11	c
0.26/0.40	c SAT : Variables: 53254 -- Clauses: 3619750
0.26/0.40	c best=?? lower=0 upper=97 
2520.00/2519.80	c
2520.00/2519.80	c This is cosoco 1.12 --  
2520.00/2519.80	c
2520.00/2519.80	c command line: cosoco -lc -model -restarts -sat HOME/instance-4265576-1502587324.xml 
2520.00/2519.80	c enable optimization
2520.00/2519.80	c ========================================[ Problem Statistics ]===========================================
2520.00/2519.80	c |                                                                                                       
2520.00/2519.80	c |  Parse time        :         0.31 s 
2520.00/2519.80	c |
2520.00/2519.80	c |               Variables: 389
2520.00/2519.80	c |            Domain Sizes: 98..137
2520.00/2519.80	c |
2520.00/2519.80	c |             Constraints: 332
2520.00/2519.80	c |                   Arity: 1..388  -- Unary: 1
2520.00/2519.80	c | 
2520.00/2519.80	c |                   Types: 
2520.00/2519.80	c |                          Exactly K: 137
2520.00/2519.80	c |                          Exactly K variable: 1
2520.00/2519.80	c |                          Intension: 1
2520.00/2519.80	c |                          Lex: 96
2520.00/2519.80	c |                          MDD: 97
2520.00/2519.80	c |                          
2520.00/2519.80	c =========================================================================================================
2520.00/2519.80	
2520.00/2519.80	c *** INTERRUPTED ***
2520.00/2519.80	c restarts              : 533         
2520.00/2519.80	c conflicts             : 25475        (10 /sec)
2520.00/2519.80	c decisions             : 148480       (59 /sec)
2520.00/2519.80	c propagations          : 11152416    (4426 /sec)
2520.00/2519.80	c root propagations     : 20273       
2520.00/2519.80	c filter calls          : 96239661       (38192 /sec)
2520.00/2519.80	c useless filter calls  : 95208487       (98 %)
2520.00/2519.80	c
2520.00/2519.80	c clauses               : 3626525
2520.00/2519.80	c SAT propagations      : 636
2520.00/2519.80	c SAT conflicts         : 0 (0 learnts)
2520.00/2519.80	c Memory used           : 215.21 MB
2520.00/2519.80	c CPU time              : 2519.92 s
2520.00/2519.80	
2520.00/2519.80	c No Bound found!
2520.00/2519.80	
2520.00/2519.80	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 (14982 MiB free)
  memory of node 1: 16384 MiB (15452 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4265576-1502587324/watcher-4265576-1502587324 -o /tmp/evaluation-result-4265576-1502587324/solver-4265576-1502587324 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502565153-967 --watchdog 2580 cosoco -lc -model -restarts -sat HOME/instance-4265576-1502587324.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
Current StackSize limit: 8192 KiB

solver pid=5113, runsolver pid=5110

[startup+0.100745 s]*
/proc/loadavg: 2.00 2.03 2.05 3/182 5114
/proc/meminfo: memFree=31160312/32770624 swapFree=67108860/67108860
[pid=5113] ppid=5110 vsize=32940 memory=8424 CPUtime=0.06 cores=1,3,5,7
/proc/5113/stat : 5113 (cosoco) R 5110 5113 897 0 -1 4202496 2787 0 0 0 6 0 0 0 20 0 1 0 60953145 33730560 2106 18446744073709551615 4194304 5972588 140722877382304 140722877377560 140079249916801 0 0 1 0 0 0 0 17 1 0 0 4 0 0 8070896 8075904 23539712 140722877387204 140722877387304 140722877387304 140722877390798 0
/proc/5113/statm: 8235 2106 726 435 0 1598 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 32940 KiB
Current children cumulated memory: 8424 KiB

[startup+0.20939 s]*
/proc/loadavg: 2.00 2.03 2.05 3/182 5114
/proc/meminfo: memFree=31112316/32770624 swapFree=67108860/67108860
[pid=5113] ppid=5110 vsize=86504 memory=61408 CPUtime=0.17 cores=1,3,5,7
/proc/5113/stat : 5113 (cosoco) R 5110 5113 897 0 -1 4202496 14185 0 0 0 15 2 0 0 20 0 1 0 60953145 88580096 15352 18446744073709551615 4194304 5972588 140722877382304 140722877377560 140079248993253 0 0 1 0 0 0 0 17 1 0 0 4 0 0 8070896 8075904 23539712 140722877387204 140722877387304 140722877387304 140722877390798 0
/proc/5113/statm: 21626 15352 843 435 0 14989 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 86504 KiB
Current children cumulated memory: 61408 KiB

[startup+0.309494 s]*
/proc/loadavg: 2.00 2.03 2.05 3/182 5114
/proc/meminfo: memFree=31055384/32770624 swapFree=67108860/67108860
[pid=5113] ppid=5110 vsize=154692 memory=120636 CPUtime=0.26 cores=1,3,5,7
/proc/5113/stat : 5113 (cosoco) R 5110 5113 897 0 -1 4202496 23889 0 0 0 23 3 0 0 20 0 1 0 60953145 158404608 30159 18446744073709551615 4194304 5972588 140722877382304 140722877377560 140079248993253 0 0 1 0 0 0 0 17 1 0 0 4 0 0 8070896 8075904 23539712 140722877387204 140722877387304 140722877387304 140722877390798 0
/proc/5113/statm: 38673 30159 843 435 0 32036 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 154692 KiB
Current children cumulated memory: 120636 KiB

[startup+0.700286 s]
/proc/loadavg: 2.00 2.03 2.05 3/182 5114
/proc/meminfo: memFree=31001176/32770624 swapFree=67108860/67108860
[pid=5113] ppid=5110 vsize=219044 memory=168180 CPUtime=0.64 cores=1,3,5,7
/proc/5113/stat : 5113 (cosoco) R 5110 5113 897 0 -1 4202496 31731 0 0 0 60 4 0 0 20 0 1 0 60953145 224301056 42045 18446744073709551615 4194304 5972588 140722877382304 140722877369512 5032459 0 0 1 8405026 0 0 0 17 1 0 0 4 0 0 8070896 8075904 23539712 140722877387204 140722877387304 140722877387304 140722877390798 0
/proc/5113/statm: 54761 42045 843 435 0 48124 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 219044 KiB
Current children cumulated memory: 168180 KiB

[startup+1.50029 s]
/proc/loadavg: 2.00 2.03 2.05 3/182 5114
/proc/meminfo: memFree=31001176/32770624 swapFree=67108860/67108860
[pid=5113] ppid=5110 vsize=219252 memory=168444 CPUtime=1.44 cores=1,3,5,7
/proc/5113/stat : 5113 (cosoco) R 5110 5113 897 0 -1 4202496 31778 0 0 0 140 4 0 0 20 0 1 0 60953145 224514048 42111 18446744073709551615 4194304 5972588 140722877382304 140722877379016 5139312 0 0 1 8405026 0 0 0 17 1 0 0 4 0 0 8070896 8075904 23539712 140722877387204 140722877387304 140722877387304 140722877390798 0
/proc/5113/statm: 54813 42111 860 435 0 48176 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 219252 KiB
Current children cumulated memory: 168444 KiB

[startup+3.10904 s]
/proc/loadavg: 2.00 2.03 2.05 3/182 5114
/proc/meminfo: memFree=31000844/32770624 swapFree=67108860/67108860
[pid=5113] ppid=5110 vsize=219396 memory=168664 CPUtime=3.05 cores=1,3,5,7
/proc/5113/stat : 5113 (cosoco) R 5110 5113 897 0 -1 4202496 34414 0 0 0 301 4 0 0 20 0 1 0 60953145 224661504 42166 18446744073709551615 4194304 5972588 140722877382304 140722877379016 5139333 0 0 1 8405026 0 0 0 17 1 0 0 4 0 0 8070896 8075904 23539712 140722877387204 140722877387304 140722877387304 140722877390798 0
/proc/5113/statm: 54849 42166 860 435 0 48212 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 219396 KiB
Current children cumulated memory: 168664 KiB

[startup+6.30028 s]
/proc/loadavg: 2.00 2.03 2.05 3/182 5114
/proc/meminfo: memFree=31000644/32770624 swapFree=67108860/67108860
[pid=5113] ppid=5110 vsize=219548 memory=168784 CPUtime=6.25 cores=1,3,5,7
/proc/5113/stat : 5113 (cosoco) R 5110 5113 897 0 -1 4202496 36991 0 0 0 620 5 0 0 20 0 1 0 60953145 224817152 42196 18446744073709551615 4194304 5972588 140722877382304 140722877379016 5139312 0 0 1 8405026 0 0 0 17 1 0 0 4 0 0 8070896 8075904 23539712 140722877387204 140722877387304 140722877387304 140722877390798 0
/proc/5113/statm: 54887 42196 860 435 0 48250 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 219548 KiB
Current children cumulated memory: 168784 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.03 2.05 3/182 5114
/proc/meminfo: memFree=31000644/32770624 swapFree=67108860/67108860
[pid=5113] ppid=5110 vsize=219732 memory=169016 CPUtime=12.65 cores=1,3,5,7
/proc/5113/stat : 5113 (cosoco) R 5110 5113 897 0 -1 4202496 39569 0 0 0 1260 5 0 0 20 0 1 0 60953145 225005568 42254 18446744073709551615 4194304 5972588 140722877382304 140722877379032 5139327 0 0 1 8405026 0 0 0 17 1 0 0 4 0 0 8070896 8075904 23539712 140722877387204 140722877387304 140722877387304 140722877390798 0
/proc/5113/statm: 54933 42254 860 435 0 48296 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 219732 KiB
Current children cumulated memory: 169016 KiB

[startup+25.5003 s]
/proc/loadavg: 2.00 2.03 2.05 3/182 5114
/proc/meminfo: memFree=31000020/32770624 swapFree=67108860/67108860
[pid=5113] ppid=5110 vsize=220228 memory=169388 CPUtime=25.44 cores=1,3,5,7
/proc/5113/stat : 5113 (cosoco) R 5110 5113 897 0 -1 4202496 44572 0 0 0 2539 5 0 0 20 0 1 0 60953145 225513472 42347 18446744073709551615 4194304 5972588 140722877382304 140722877379016 5139329 0 0 1 8405026 0 0 0 17 1 0 0 4 0 0 8070896 8075904 23539712 140722877387204 140722877387304 140722877387304 140722877390798 0
/proc/5113/statm: 55057 42347 860 435 0 48420 0
Current children cumulated CPU time: 25.44 s
Current children cumulated vsize: 220228 KiB
Current children cumulated memory: 169388 KiB

[startup+51.109 s]
/proc/loadavg: 1.93 2.01 2.04 3/182 5115
/proc/meminfo: memFree=30999912/32770624 swapFree=67108860/67108860
[pid=5113] ppid=5110 vsize=220228 memory=169388 CPUtime=51.05 cores=1,3,5,7
/proc/5113/stat : 5113 (cosoco) R 5110 5113 897 0 -1 4202496 47632 0 0 0 5099 6 0 0 20 0 1 0 60953145 225513472 42347 18446744073709551615 4194304 5972588 140722877382304 140722877379016 5139327 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 23539712 140722877387204 140722877387304 140722877387304 140722877390798 0
/proc/5113/statm: 55057 42347 860 435 0 48420 0
Current children cumulated CPU time: 51.05 s
Current children cumulated vsize: 220228 KiB
Current children cumulated memory: 169388 KiB

[startup+102.3 s]
/proc/loadavg: 1.97 2.01 2.04 3/182 5117
/proc/meminfo: memFree=30997364/32770624 swapFree=67108860/67108860
[pid=5113] ppid=5110 vsize=220228 memory=171484 CPUtime=102.25 cores=1,3,5,7
/proc/5113/stat : 5113 (cosoco) R 5110 5113 897 0 -1 4202496 49253 0 0 0 10219 6 0 0 20 0 1 0 60953145 225513472 42871 18446744073709551615 4194304 5972588 140722877382304 140722877379016 5139327 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 23539712 140722877387204 140722877387304 140722877387304 140722877390798 0
/proc/5113/statm: 55057 42871 860 435 0 48420 0
Current children cumulated CPU time: 102.25 s
Current children cumulated vsize: 220228 KiB
Current children cumulated memory: 171484 KiB

[startup+162.3 s]
/proc/loadavg: 1.99 2.01 2.04 3/185 5132
/proc/meminfo: memFree=30991976/32770624 swapFree=67108860/67108860
[pid=5113] ppid=5110 vsize=220228 memory=171484 CPUtime=162.25 cores=1,3,5,7
/proc/5113/stat : 5113 (cosoco) R 5110 5113 897 0 -1 4202496 50687 0 0 0 16219 6 0 0 20 0 1 0 60953145 225513472 42871 18446744073709551615 4194304 5972588 140722877382304 140722877379016 5139312 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 23539712 140722877387204 140722877387304 140722877387304 140722877390798 0
/proc/5113/statm: 55057 42871 860 435 0 48420 0
Current children cumulated CPU time: 162.25 s
Current children cumulated vsize: 220228 KiB
Current children cumulated memory: 171484 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/185 5134
/proc/meminfo: memFree=30991780/32770624 swapFree=67108860/67108860
[pid=5113] ppid=5110 vsize=220228 memory=171484 CPUtime=222.25 cores=1,3,5,7
/proc/5113/stat : 5113 (cosoco) R 5110 5113 897 0 -1 4202496 52127 0 0 0 22219 6 0 0 20 0 1 0 60953145 225513472 42871 18446744073709551615 4194304 5972588 140722877382304 140722877379016 5139329 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 23539712 140722877387204 140722877387304 140722877387304 140722877390798 0
/proc/5113/statm: 55057 42871 860 435 0 48420 0
Current children cumulated CPU time: 222.25 s
Current children cumulated vsize: 220228 KiB
Current children cumulated memory: 171484 KiB

[startup+282.3 s]
/proc/loadavg: 2.04 2.02 2.05 3/182 5136
/proc/meminfo: memFree=30994872/32770624 swapFree=67108860/67108860
[pid=5113] ppid=5110 vsize=220228 memory=171504 CPUtime=282.26 cores=1,3,5,7
/proc/5113/stat : 5113 (cosoco) R 5110 5113 897 0 -1 4202496 52132 0 0 0 28220 6 0 0 20 0 1 0 60953145 225513472 42876 18446744073709551615 4194304 5972588 140722877382304 140722877379016 5139329 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 23539712 140722877387204 140722877387304 140722877387304 140722877390798 0
/proc/5113/statm: 55057 42876 860 435 0 48420 0
Current children cumulated CPU time: 282.26 s
Current children cumulated vsize: 220228 KiB
Current children cumulated memory: 171504 KiB

[startup+342.3 s]
/proc/loadavg: 2.01 2.01 2.05 3/182 5138
/proc/meminfo: memFree=30995220/32770624 swapFree=67108860/67108860
[pid=5113] ppid=5110 vsize=220228 memory=171504 CPUtime=342.26 cores=1,3,5,7
/proc/5113/stat : 5113 (cosoco) R 5110 5113 897 0 -1 4202496 53423 0 0 0 34220 6 0 0 20 0 1 0 60953145 225513472 42876 18446744073709551615 4194304 5972588 140722877382304 140722877379016 5139327 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 23539712 140722877387204 140722877387304 140722877387304 140722877390798 0
/proc/5113/statm: 55057 42876 860 435 0 48420 0
Current children cumulated CPU time: 342.26 s
Current children cumulated vsize: 220228 KiB
Current children cumulated memory: 171504 KiB

[startup+402.3 s]
/proc/loadavg: 2.01 2.01 2.05 3/182 5140
/proc/meminfo: memFree=30995564/32770624 swapFree=67108860/67108860
[pid=5113] ppid=5110 vsize=220228 memory=171504 CPUtime=402.27 cores=1,3,5,7
/proc/5113/stat : 5113 (cosoco) R 5110 5113 897 0 -1 4202496 53436 0 0 0 40221 6 0 0 20 0 1 0 60953145 225513472 42876 18446744073709551615 4194304 5972588 140722877382304 140722877379016 5032413 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 23539712 140722877387204 140722877387304 140722877387304 140722877390798 0
/proc/5113/statm: 55057 42876 860 435 0 48420 0
Current children cumulated CPU time: 402.27 s
Current children cumulated vsize: 220228 KiB
Current children cumulated memory: 171504 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 5142
/proc/meminfo: memFree=30996060/32770624 swapFree=67108860/67108860
[pid=5113] ppid=5110 vsize=220228 memory=171504 CPUtime=462.28 cores=1,3,5,7
/proc/5113/stat : 5113 (cosoco) R 5110 5113 897 0 -1 4202496 54727 0 0 0 46222 6 0 0 20 0 1 0 60953145 225513472 42876 18446744073709551615 4194304 5972588 140722877382304 140722877379016 5139327 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 23539712 140722877387204 140722877387304 140722877387304 140722877390798 0
/proc/5113/statm: 55057 42876 860 435 0 48420 0
Current children cumulated CPU time: 462.28 s
Current children cumulated vsize: 220228 KiB
Current children cumulated memory: 171504 KiB


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

/proc/5113/statm: 55093 43433 860 435 0 48456 0
Current children cumulated CPU time: 1722.41 s
Current children cumulated vsize: 220372 KiB
Current children cumulated memory: 173732 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/182 5213
/proc/meminfo: memFree=30993632/32770624 swapFree=67108860/67108860
[pid=5113] ppid=5110 vsize=220372 memory=173760 CPUtime=1782.42 cores=1,3,5,7
/proc/5113/stat : 5113 (cosoco) R 5110 5113 897 0 -1 4202496 68879 0 0 0 178235 7 0 0 20 0 1 0 60953145 225660928 43440 18446744073709551615 4194304 5972588 140722877382304 140722877379016 5032431 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 23539712 140722877387204 140722877387304 140722877387304 140722877390798 0
/proc/5113/statm: 55093 43440 860 435 0 48456 0
Current children cumulated CPU time: 1782.42 s
Current children cumulated vsize: 220372 KiB
Current children cumulated memory: 173760 KiB

[startup+1842.3 s]
/proc/loadavg: 1.96 1.99 2.03 3/181 5259
/proc/meminfo: memFree=30990964/32770624 swapFree=67108860/67108860
[pid=5113] ppid=5110 vsize=220372 memory=173760 CPUtime=1842.42 cores=1,3,5,7
/proc/5113/stat : 5113 (cosoco) R 5110 5113 897 0 -1 4202496 68892 0 0 0 184235 7 0 0 20 0 1 0 60953145 225660928 43440 18446744073709551615 4194304 5972588 140722877382304 140722877379016 5139329 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 23539712 140722877387204 140722877387304 140722877387304 140722877390798 0
/proc/5113/statm: 55093 43440 860 435 0 48456 0
Current children cumulated CPU time: 1842.42 s
Current children cumulated vsize: 220372 KiB
Current children cumulated memory: 173760 KiB

[startup+1902.3 s]
/proc/loadavg: 1.98 1.99 2.03 3/181 5261
/proc/meminfo: memFree=30991432/32770624 swapFree=67108860/67108860
[pid=5113] ppid=5110 vsize=220372 memory=173760 CPUtime=1902.43 cores=1,3,5,7
/proc/5113/stat : 5113 (cosoco) R 5110 5113 897 0 -1 4202496 69919 0 0 0 190236 7 0 0 20 0 1 0 60953145 225660928 43440 18446744073709551615 4194304 5972588 140722877382304 140722877379016 5139333 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 23539712 140722877387204 140722877387304 140722877387304 140722877390798 0
/proc/5113/statm: 55093 43440 860 435 0 48456 0
Current children cumulated CPU time: 1902.43 s
Current children cumulated vsize: 220372 KiB
Current children cumulated memory: 173760 KiB

[startup+1962.3 s]
/proc/loadavg: 2.28 2.05 2.06 3/184 5277
/proc/meminfo: memFree=30987408/32770624 swapFree=67108860/67108860
[pid=5113] ppid=5110 vsize=220372 memory=173764 CPUtime=1962.43 cores=1,3,5,7
/proc/5113/stat : 5113 (cosoco) R 5110 5113 897 0 -1 4202496 70177 0 0 0 196236 7 0 0 20 0 1 0 60953145 225660928 43441 18446744073709551615 4194304 5972588 140722877382304 140722877379016 5139327 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 23539712 140722877387204 140722877387304 140722877387304 140722877390798 0
/proc/5113/statm: 55093 43441 860 435 0 48456 0
Current children cumulated CPU time: 1962.43 s
Current children cumulated vsize: 220372 KiB
Current children cumulated memory: 173764 KiB

[startup+2022.3 s]
/proc/loadavg: 2.34 2.13 2.08 3/184 5279
/proc/meminfo: memFree=30987656/32770624 swapFree=67108860/67108860
[pid=5113] ppid=5110 vsize=220372 memory=173764 CPUtime=2022.44 cores=1,3,5,7
/proc/5113/stat : 5113 (cosoco) R 5110 5113 897 0 -1 4202496 71123 0 0 0 202237 7 0 0 20 0 1 0 60953145 225660928 43441 18446744073709551615 4194304 5972588 140722877382304 140722877379016 5139312 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 23539712 140722877387204 140722877387304 140722877387304 140722877390798 0
/proc/5113/statm: 55093 43441 860 435 0 48456 0
Current children cumulated CPU time: 2022.44 s
Current children cumulated vsize: 220372 KiB
Current children cumulated memory: 173764 KiB

[startup+2082.3 s]
/proc/loadavg: 2.12 2.10 2.08 3/181 5281
/proc/meminfo: memFree=30991204/32770624 swapFree=67108860/67108860
[pid=5113] ppid=5110 vsize=220372 memory=173768 CPUtime=2082.44 cores=1,3,5,7
/proc/5113/stat : 5113 (cosoco) R 5110 5113 897 0 -1 4202496 71472 0 0 0 208237 7 0 0 20 0 1 0 60953145 225660928 43442 18446744073709551615 4194304 5972588 140722877382304 140722877379016 5139312 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 23539712 140722877387204 140722877387304 140722877387304 140722877390798 0
/proc/5113/statm: 55093 43442 860 435 0 48456 0
Current children cumulated CPU time: 2082.44 s
Current children cumulated vsize: 220372 KiB
Current children cumulated memory: 173768 KiB

[startup+2142.3 s]
/proc/loadavg: 2.05 2.09 2.07 3/181 5283
/proc/meminfo: memFree=30991328/32770624 swapFree=67108860/67108860
[pid=5113] ppid=5110 vsize=220372 memory=173776 CPUtime=2142.45 cores=1,3,5,7
/proc/5113/stat : 5113 (cosoco) R 5110 5113 897 0 -1 4202496 72697 0 0 0 214238 7 0 0 20 0 1 0 60953145 225660928 43444 18446744073709551615 4194304 5972588 140722877382304 140722877379016 5139329 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 23539712 140722877387204 140722877387304 140722877387304 140722877390798 0
/proc/5113/statm: 55093 43444 860 435 0 48456 0
Current children cumulated CPU time: 2142.45 s
Current children cumulated vsize: 220372 KiB
Current children cumulated memory: 173776 KiB

[startup+2202.3 s]
/proc/loadavg: 2.02 2.07 2.06 3/181 5285
/proc/meminfo: memFree=30991700/32770624 swapFree=67108860/67108860
[pid=5113] ppid=5110 vsize=220372 memory=173776 CPUtime=2202.46 cores=1,3,5,7
/proc/5113/stat : 5113 (cosoco) R 5110 5113 897 0 -1 4202496 72700 0 0 0 220239 7 0 0 20 0 1 0 60953145 225660928 43444 18446744073709551615 4194304 5972588 140722877382304 140722877379016 5032400 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 23539712 140722877387204 140722877387304 140722877387304 140722877390798 0
/proc/5113/statm: 55093 43444 860 435 0 48456 0
Current children cumulated CPU time: 2202.46 s
Current children cumulated vsize: 220372 KiB
Current children cumulated memory: 173776 KiB

[startup+2262.3 s]
/proc/loadavg: 2.01 2.06 2.06 3/181 5287
/proc/meminfo: memFree=30992008/32770624 swapFree=67108860/67108860
[pid=5113] ppid=5110 vsize=220372 memory=173776 CPUtime=2262.46 cores=1,3,5,7
/proc/5113/stat : 5113 (cosoco) R 5110 5113 897 0 -1 4202496 73416 0 0 0 226239 7 0 0 20 0 1 0 60953145 225660928 43444 18446744073709551615 4194304 5972588 140722877382304 140722877379016 5139333 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 23539712 140722877387204 140722877387304 140722877387304 140722877390798 0
/proc/5113/statm: 55093 43444 860 435 0 48456 0
Current children cumulated CPU time: 2262.46 s
Current children cumulated vsize: 220372 KiB
Current children cumulated memory: 173776 KiB

[startup+2322.3 s]
/proc/loadavg: 2.05 2.06 2.06 3/181 5289
/proc/meminfo: memFree=30992304/32770624 swapFree=67108860/67108860
[pid=5113] ppid=5110 vsize=220372 memory=173776 CPUtime=2322.48 cores=1,3,5,7
/proc/5113/stat : 5113 (cosoco) R 5110 5113 897 0 -1 4202496 73927 0 0 0 232240 8 0 0 20 0 1 0 60953145 225660928 43444 18446744073709551615 4194304 5972588 140722877382304 140722877379016 5139329 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 23539712 140722877387204 140722877387304 140722877387304 140722877390798 0
/proc/5113/statm: 55093 43444 860 435 0 48456 0
Current children cumulated CPU time: 2322.48 s
Current children cumulated vsize: 220372 KiB
Current children cumulated memory: 173776 KiB

[startup+2382.3 s]
/proc/loadavg: 2.02 2.05 2.05 3/181 5291
/proc/meminfo: memFree=30992572/32770624 swapFree=67108860/67108860
[pid=5113] ppid=5110 vsize=220372 memory=173776 CPUtime=2382.48 cores=1,3,5,7
/proc/5113/stat : 5113 (cosoco) R 5110 5113 897 0 -1 4202496 74608 0 0 0 238240 8 0 0 20 0 1 0 60953145 225660928 43444 18446744073709551615 4194304 5972588 140722877382304 140722877379016 5139329 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 23539712 140722877387204 140722877387304 140722877387304 140722877390798 0
/proc/5113/statm: 55093 43444 860 435 0 48456 0
Current children cumulated CPU time: 2382.48 s
Current children cumulated vsize: 220372 KiB
Current children cumulated memory: 173776 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/181 5353
/proc/meminfo: memFree=30384516/32770624 swapFree=67108860/67108860
[pid=5113] ppid=5110 vsize=220372 memory=173780 CPUtime=2442.49 cores=1,3,5,7
/proc/5113/stat : 5113 (cosoco) R 5110 5113 897 0 -1 4202496 75133 0 0 0 244241 8 0 0 20 0 1 0 60953145 225660928 43445 18446744073709551615 4194304 5972588 140722877382304 140722877379016 5139329 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 23539712 140722877387204 140722877387304 140722877387304 140722877390798 0
/proc/5113/statm: 55093 43445 860 435 0 48456 0
Current children cumulated CPU time: 2442.49 s
Current children cumulated vsize: 220372 KiB
Current children cumulated memory: 173780 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/181 5355
/proc/meminfo: memFree=30384640/32770624 swapFree=67108860/67108860
[pid=5113] ppid=5110 vsize=220372 memory=173780 CPUtime=2502.5 cores=1,3,5,7
/proc/5113/stat : 5113 (cosoco) R 5110 5113 897 0 -1 4202496 75948 0 0 0 250242 8 0 0 20 0 1 0 60953145 225660928 43445 18446744073709551615 4194304 5972588 140722877382304 140722877379016 5139329 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 23539712 140722877387204 140722877387304 140722877387304 140722877390798 0
/proc/5113/statm: 55093 43445 860 435 0 48456 0
Current children cumulated CPU time: 2502.5 s
Current children cumulated vsize: 220372 KiB
Current children cumulated memory: 173780 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2519.8 s]
/proc/loadavg: 2.00 2.03 2.05 3/181 5357
/proc/meminfo: memFree=30383336/32770624 swapFree=67108860/67108860
[pid=5113] ppid=5110 vsize=220372 memory=173780 CPUtime=2520 cores=1,3,5,7
/proc/5113/stat : 5113 (cosoco) R 5110 5113 897 0 -1 4202496 75950 0 0 0 251992 8 0 0 20 0 1 0 60953145 225660928 43445 18446744073709551615 4194304 5972588 140722877382304 140722877379016 5032400 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 23539712 140722877387204 140722877387304 140722877387304 140722877390798 0
/proc/5113/statm: 55093 43445 860 435 0 48456 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 220372 KiB
Current children cumulated memory: 173780 KiB

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

[startup+2519.8 s]
# the end of solver process 5113 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.92 s, system=0.083008 s

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

Child status: 1
Real time (s): 2519.8
CPU time (s): 2520.01
CPU user time (s): 2519.92
CPU system time (s): 0.083008
CPU usage (%): 100.008
Max. virtual memory (cumulated for all children) (KiB): 220372
Max. memory (cumulated for all children) (KiB): 173780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.92
system time used= 0.083008
maximum resident set size= 173824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76197
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= 15
involuntary context switches= 824


# summary of solver processes directly reported to runsolver:
#   pid: 5113
#   total CPU time (s): 2520.01
#   total CPU user time (s): 2519.92
#   total CPU system time (s): 0.083008

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.70028 second user time and 16.1525 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-13 03:07:59
IDJOB=4265576
IDBENCH=136117
IDSOLVER=2655
FILE ID=node125/4265576-1502587324
RUNJOBID= node125-1502565153-967
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco-sat 1.12
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-ft/BinPacking-mdd-ft249-19.xml
COMMAND LINE= cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4265576-1502587324/watcher-4265576-1502587324 -o /tmp/evaluation-result-4265576-1502587324/solver-4265576-1502587324 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502565153-967 --watchdog 2580  cosoco -lc -model -restarts -sat HOME/instance-4265576-1502587324.xml

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

MD5SUM BENCH= ff12bcd9867be4bcc392b8c45936f1c7
RANDOM SEED=415914859

node125.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.07
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.07
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.07
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.07
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:        31166160 kB
MemAvailable:   31965640 kB
Buffers:          277472 kB
Cached:           818936 kB
SwapCached:            0 kB
Active:           613400 kB
Inactive:         567408 kB
Active(anon):      84628 kB
Inactive(anon):    33112 kB
Active(file):     528772 kB
Inactive(file):   534296 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2392 kB
Writeback:             8 kB
AnonPages:         84536 kB
Mapped:            47524 kB
Shmem:             33476 kB
Slab:             129916 kB
SReclaimable:     104496 kB
SUnreclaim:        25420 kB
KernelStack:        3216 kB
PageTables:         4968 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     364872 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     30720 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61960 MiB
End job on node125 at 2017-08-13 03:49:59