Trace number 4265610

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.04 2519.8999

General information on the benchmark

NameBinPacking/
BinPacking-tab-ft/BinPacking-tab-ft120-19.xml
MD5SUM90a7b6352cefaac33401a11faadaca46
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark2400.07
Satisfiable
(Un)Satisfiability was proved
Number of variables142
Number of constraints50
Number of domains2
Minimum domain size48
Maximum domain size88
Distribution of domain sizes[{"size":48,"count":1},{"size":88,"count":141}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":94},{"degree":4,"count":47}]
Minimum constraint arity3
Maximum constraint arity141
Distribution of constraint arities[{"arity":3,"count":47},{"arity":48,"count":1},{"arity":141,"count":2}]
Number of extensional constraints47
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":47},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.10/0.19	c Create Cardinality(vars,values,occurs) constraint using 141 Exactly/AtMost.. constraint 
0.10/0.19	c
0.21/0.25	c SAT : Variables: 12456 -- Clauses: 541018
0.21/0.25	c best=?? lower=0 upper=47 
2520.03/2519.90	c
2520.03/2519.90	c This is cosoco 1.12 --  
2520.03/2519.90	c
2520.03/2519.90	c command line: cosoco -lc -model -restarts -sat HOME/instance-4265610-1502586717.xml 
2520.03/2519.90	c enable optimization
2520.03/2519.90	c ========================================[ Problem Statistics ]===========================================
2520.03/2519.90	c |                                                                                                       
2520.03/2519.90	c |  Parse time        :         0.23 s 
2520.03/2519.90	c |
2520.03/2519.90	c |               Variables: 142
2520.03/2519.90	c |            Domain Sizes: 48..88
2520.03/2519.90	c |
2520.03/2519.90	c |             Constraints: 183
2520.03/2519.90	c |                   Arity: 1..141  -- Unary: 1  -- Ternary: 47
2520.03/2519.90	c | 
2520.03/2519.90	c |                   Types: 
2520.03/2519.90	c |                          Exactly K: 88
2520.03/2519.90	c |                          Exactly K variable: 1
2520.03/2519.90	c |                          Extension: 47  (nb tuples: 43256..43256) -- (shared: 46)
2520.03/2519.90	c |                          Intension: 1
2520.03/2519.90	c |                          Lex: 46
2520.03/2519.90	c |                          
2520.03/2519.90	c =========================================================================================================
2520.03/2519.90	
2520.03/2519.90	c *** INTERRUPTED ***
2520.03/2519.90	c restarts              : 559         
2520.03/2519.90	c conflicts             : 299182       (119 /sec)
2520.03/2519.90	c decisions             : 815671       (324 /sec)
2520.03/2519.90	c propagations          : 57341530    (22755 /sec)
2520.03/2519.90	c root propagations     : 2162        
2520.03/2519.90	c filter calls          : 314449275      (124782 /sec)
2520.03/2519.90	c useless filter calls  : 309752379      (98 %)
2520.03/2519.90	c
2520.03/2519.90	c clauses               : 547606
2520.03/2519.90	c SAT propagations      : 5888
2520.03/2519.90	c SAT conflicts         : 35 (0 learnts)
2520.03/2519.90	c Memory used           : 73.91 MB
2520.03/2519.90	c CPU time              : 2519.99 s
2520.03/2519.90	
2520.03/2519.90	c No Bound found!
2520.03/2519.90	
2520.03/2519.90	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 (15126 MiB free)
  memory of node 1: 16384 MiB (15537 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4265610-1502586717/watcher-4265610-1502586717 -o /tmp/evaluation-result-4265610-1502586717/solver-4265610-1502586717 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1502567256-24277 --watchdog 2580 cosoco -lc -model -restarts -sat HOME/instance-4265610-1502586717.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=26858, runsolver pid=26855

[startup+0.100156 s]*
/proc/loadavg: 1.93 2.00 2.04 3/187 26859
/proc/meminfo: memFree=31398432/32770624 swapFree=67108860/67108860
[pid=26858] ppid=26855 vsize=29392 memory=5196 CPUtime=0.1 cores=1,3,5,7
/proc/26858/stat : 26858 (cosoco) R 26855 26858 24193 0 -1 4202496 1671 0 0 0 10 0 0 0 20 0 1 0 91760062 30097408 1299 33554432000 4194304 5972588 140732142573744 140732142570312 5675326 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8070896 8075904 27144192 140732142576826 140732142576926 140732142576926 140732142579662 0
/proc/26858/statm: 7348 1299 716 435 0 711 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 29392 KiB
Current children cumulated memory: 5196 KiB

[startup+0.20947 s]*
/proc/loadavg: 1.93 2.00 2.04 3/187 26859
/proc/meminfo: memFree=31376916/32770624 swapFree=67108860/67108860
[pid=26858] ppid=26855 vsize=56396 memory=31156 CPUtime=0.21 cores=1,3,5,7
/proc/26858/stat : 26858 (cosoco) R 26855 26858 24193 0 -1 4202496 8041 0 0 0 20 1 0 0 20 0 1 0 91760062 57749504 7789 33554432000 4194304 5972588 140732142573744 140732142570312 5280404 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8070896 8075904 27144192 140732142576826 140732142576926 140732142576926 140732142579662 0
/proc/26858/statm: 14099 7789 839 435 0 7462 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 56396 KiB
Current children cumulated memory: 31156 KiB

[startup+0.309667 s]*
/proc/loadavg: 1.93 2.00 2.04 3/187 26859
/proc/meminfo: memFree=31354468/32770624 swapFree=67108860/67108860
[pid=26858] ppid=26855 vsize=75412 memory=49880 CPUtime=0.31 cores=1,3,5,7
/proc/26858/stat : 26858 (cosoco) R 26855 26858 24193 0 -1 4202496 11715 0 0 0 30 1 0 0 20 0 1 0 91760062 77221888 12470 33554432000 4194304 5972588 140732142573744 140732142570312 5312432 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 27144192 140732142576826 140732142576926 140732142576926 140732142579662 0
/proc/26858/statm: 18853 12470 839 435 0 12216 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 75412 KiB
Current children cumulated memory: 49880 KiB

[startup+0.700336 s]
/proc/loadavg: 1.93 2.00 2.04 3/187 26859
/proc/meminfo: memFree=31354096/32770624 swapFree=67108860/67108860
[pid=26858] ppid=26855 vsize=75412 memory=49880 CPUtime=0.69 cores=1,3,5,7
/proc/26858/stat : 26858 (cosoco) R 26855 26858 24193 0 -1 4202496 11715 0 0 0 68 1 0 0 20 0 1 0 91760062 77221888 12470 33554432000 4194304 5972588 140732142573744 140732142570312 5032436 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 27144192 140732142576826 140732142576926 140732142576926 140732142579662 0
/proc/26858/statm: 18853 12470 839 435 0 12216 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 75412 KiB
Current children cumulated memory: 49880 KiB

[startup+1.50039 s]
/proc/loadavg: 1.93 2.00 2.04 3/187 26859
/proc/meminfo: memFree=31354096/32770624 swapFree=67108860/67108860
[pid=26858] ppid=26855 vsize=75412 memory=49880 CPUtime=1.49 cores=1,3,5,7
/proc/26858/stat : 26858 (cosoco) R 26855 26858 24193 0 -1 4202496 11722 0 0 0 148 1 0 0 20 0 1 0 91760062 77221888 12470 33554432000 4194304 5972588 140732142573744 140732142560952 5139490 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 27144192 140732142576826 140732142576926 140732142576926 140732142579662 0
/proc/26858/statm: 18853 12470 839 435 0 12216 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 75412 KiB
Current children cumulated memory: 49880 KiB

[startup+3.10962 s]
/proc/loadavg: 1.94 2.00 2.04 3/187 26859
/proc/meminfo: memFree=31352548/32770624 swapFree=67108860/67108860
[pid=26858] ppid=26855 vsize=75412 memory=50000 CPUtime=3.09 cores=1,3,5,7
/proc/26858/stat : 26858 (cosoco) R 26855 26858 24193 0 -1 4202496 17074 0 0 0 308 1 0 0 20 0 1 0 91760062 77221888 12500 33554432000 4194304 5972588 140732142573744 140732142560952 4936000 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 27144192 140732142576826 140732142576926 140732142576926 140732142579662 0
/proc/26858/statm: 18853 12500 856 435 0 12216 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 75412 KiB
Current children cumulated memory: 50000 KiB

[startup+6.30038 s]
/proc/loadavg: 1.94 2.00 2.04 3/187 26859
/proc/meminfo: memFree=31352424/32770624 swapFree=67108860/67108860
[pid=26858] ppid=26855 vsize=75552 memory=50028 CPUtime=6.29 cores=1,3,5,7
/proc/26858/stat : 26858 (cosoco) R 26855 26858 24193 0 -1 4202496 22628 0 0 0 627 2 0 0 20 0 1 0 91760062 77365248 12507 33554432000 4194304 5972588 140732142573744 140732142560952 4935463 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 27144192 140732142576826 140732142576926 140732142576926 140732142579662 0
/proc/26858/statm: 18888 12507 856 435 0 12251 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 75552 KiB
Current children cumulated memory: 50028 KiB

[startup+12.7004 s]
/proc/loadavg: 1.95 2.00 2.04 3/187 26859
/proc/meminfo: memFree=31352124/32770624 swapFree=67108860/67108860
[pid=26858] ppid=26855 vsize=75552 memory=50096 CPUtime=12.69 cores=1,3,5,7
/proc/26858/stat : 26858 (cosoco) R 26855 26858 24193 0 -1 4202496 28161 0 0 0 1267 2 0 0 20 0 1 0 91760062 77365248 12524 33554432000 4194304 5972588 140732142573744 140732142570456 5139281 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 27144192 140732142576826 140732142576926 140732142576926 140732142579662 0
/proc/26858/statm: 18888 12524 856 435 0 12251 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 75552 KiB
Current children cumulated memory: 50096 KiB

[startup+25.5004 s]
/proc/loadavg: 1.96 2.00 2.04 3/187 26860
/proc/meminfo: memFree=31352136/32770624 swapFree=67108860/67108860
[pid=26858] ppid=26855 vsize=75552 memory=50096 CPUtime=25.5 cores=1,3,5,7
/proc/26858/stat : 26858 (cosoco) R 26855 26858 24193 0 -1 4202496 38995 0 0 0 2547 3 0 0 20 0 1 0 91760062 77365248 12524 33554432000 4194304 5972588 140732142573744 140732142570456 5032450 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 27144192 140732142576826 140732142576926 140732142576926 140732142579662 0
/proc/26858/statm: 18888 12524 856 435 0 12251 0
Current children cumulated CPU time: 25.5 s
Current children cumulated vsize: 75552 KiB
Current children cumulated memory: 50096 KiB

[startup+51.1097 s]
/proc/loadavg: 1.97 2.00 2.04 3/187 26860
/proc/meminfo: memFree=31352352/32770624 swapFree=67108860/67108860
[pid=26858] ppid=26855 vsize=75552 memory=50100 CPUtime=51.1 cores=1,3,5,7
/proc/26858/stat : 26858 (cosoco) R 26855 26858 24193 0 -1 4202496 44919 0 0 0 5107 3 0 0 20 0 1 0 91760062 77365248 12525 33554432000 4194304 5972588 140732142573744 140732142570456 5094148 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 27144192 140732142576826 140732142576926 140732142576926 140732142579662 0
/proc/26858/statm: 18888 12525 856 435 0 12251 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 75552 KiB
Current children cumulated memory: 50100 KiB

[startup+102.3 s]
/proc/loadavg: 1.99 2.00 2.04 3/187 26861
/proc/meminfo: memFree=31351864/32770624 swapFree=67108860/67108860
[pid=26858] ppid=26855 vsize=75552 memory=50104 CPUtime=102.3 cores=1,3,5,7
/proc/26858/stat : 26858 (cosoco) R 26855 26858 24193 0 -1 4202496 50847 0 0 0 10226 4 0 0 20 0 1 0 91760062 77365248 12526 33554432000 4194304 5972588 140732142573744 140732142570456 4935463 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 27144192 140732142576826 140732142576926 140732142576926 140732142579662 0
/proc/26858/statm: 18888 12526 856 435 0 12251 0
Current children cumulated CPU time: 102.3 s
Current children cumulated vsize: 75552 KiB
Current children cumulated memory: 50104 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 26869
/proc/meminfo: memFree=31349052/32770624 swapFree=67108860/67108860
[pid=26858] ppid=26855 vsize=75552 memory=50136 CPUtime=162.3 cores=1,3,5,7
/proc/26858/stat : 26858 (cosoco) R 26855 26858 24193 0 -1 4202496 56724 0 0 0 16226 4 0 0 20 0 1 0 91760062 77365248 12534 33554432000 4194304 5972588 140732142573744 140732142570456 5139312 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 27144192 140732142576826 140732142576926 140732142576926 140732142579662 0
/proc/26858/statm: 18888 12534 856 435 0 12251 0
Current children cumulated CPU time: 162.3 s
Current children cumulated vsize: 75552 KiB
Current children cumulated memory: 50136 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/188 26892
/proc/meminfo: memFree=31350336/32770624 swapFree=67108860/67108860
[pid=26858] ppid=26855 vsize=75552 memory=50248 CPUtime=222.3 cores=1,3,5,7
/proc/26858/stat : 26858 (cosoco) R 26855 26858 24193 0 -1 4202496 62654 0 0 0 22226 4 0 0 20 0 1 0 91760062 77365248 12562 33554432000 4194304 5972588 140732142573744 140732142570456 4934340 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 27144192 140732142576826 140732142576926 140732142576926 140732142579662 0
/proc/26858/statm: 18888 12562 856 435 0 12251 0
Current children cumulated CPU time: 222.3 s
Current children cumulated vsize: 75552 KiB
Current children cumulated memory: 50248 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/188 26893
/proc/meminfo: memFree=31350684/32770624 swapFree=67108860/67108860
[pid=26858] ppid=26855 vsize=75552 memory=50280 CPUtime=282.3 cores=1,3,5,7
/proc/26858/stat : 26858 (cosoco) R 26855 26858 24193 0 -1 4202496 63038 0 0 0 28226 4 0 0 20 0 1 0 91760062 77365248 12570 33554432000 4194304 5972588 140732142573744 140732142570456 4935463 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 27144192 140732142576826 140732142576926 140732142576926 140732142579662 0
/proc/26858/statm: 18888 12570 856 435 0 12251 0
Current children cumulated CPU time: 282.3 s
Current children cumulated vsize: 75552 KiB
Current children cumulated memory: 50280 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/188 26894
/proc/meminfo: memFree=31351104/32770624 swapFree=67108860/67108860
[pid=26858] ppid=26855 vsize=75552 memory=50280 CPUtime=342.3 cores=1,3,5,7
/proc/26858/stat : 26858 (cosoco) R 26855 26858 24193 0 -1 4202496 63039 0 0 0 34226 4 0 0 20 0 1 0 91760062 77365248 12570 33554432000 4194304 5972588 140732142573744 140732142570456 5139312 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 27144192 140732142576826 140732142576926 140732142576926 140732142579662 0
/proc/26858/statm: 18888 12570 856 435 0 12251 0
Current children cumulated CPU time: 342.3 s
Current children cumulated vsize: 75552 KiB
Current children cumulated memory: 50280 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/188 26895
/proc/meminfo: memFree=31351168/32770624 swapFree=67108860/67108860
[pid=26858] ppid=26855 vsize=75684 memory=50332 CPUtime=402.31 cores=1,3,5,7
/proc/26858/stat : 26858 (cosoco) R 26855 26858 24193 0 -1 4202496 63424 0 0 0 40227 4 0 0 20 0 1 0 91760062 77500416 12583 33554432000 4194304 5972588 140732142573744 140732142570392 4935454 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 27144192 140732142576826 140732142576926 140732142576926 140732142579662 0
/proc/26858/statm: 18921 12583 856 435 0 12284 0
Current children cumulated CPU time: 402.31 s
Current children cumulated vsize: 75684 KiB
Current children cumulated memory: 50332 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/188 26896
/proc/meminfo: memFree=31351488/32770624 swapFree=67108860/67108860
[pid=26858] ppid=26855 vsize=75684 memory=50332 CPUtime=462.31 cores=1,3,5,7
/proc/26858/stat : 26858 (cosoco) R 26855 26858 24193 0 -1 4202496 63424 0 0 0 46227 4 0 0 20 0 1 0 91760062 77500416 12583 33554432000 4194304 5972588 140732142573744 140732142570392 4935502 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 27144192 140732142576826 140732142576926 140732142576926 140732142579662 0
/proc/26858/statm: 18921 12583 856 435 0 12284 0
Current children cumulated CPU time: 462.31 s
Current children cumulated vsize: 75684 KiB
Current children cumulated memory: 50332 KiB


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

/proc/26858/statm: 18921 12597 856 435 0 12284 0
Current children cumulated CPU time: 1782.39 s
Current children cumulated vsize: 75684 KiB
Current children cumulated memory: 50388 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 26932
/proc/meminfo: memFree=31350428/32770624 swapFree=67108860/67108860
[pid=26858] ppid=26855 vsize=75684 memory=50388 CPUtime=1842.39 cores=1,3,5,7
/proc/26858/stat : 26858 (cosoco) R 26855 26858 24193 0 -1 4202496 68007 0 0 0 184234 5 0 0 20 0 1 0 91760062 77500416 12597 33554432000 4194304 5972588 140732142573744 140732142570392 5094104 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 27144192 140732142576826 140732142576926 140732142576926 140732142579662 0
/proc/26858/statm: 18921 12597 856 435 0 12284 0
Current children cumulated CPU time: 1842.39 s
Current children cumulated vsize: 75684 KiB
Current children cumulated memory: 50388 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 26933
/proc/meminfo: memFree=31349932/32770624 swapFree=67108860/67108860
[pid=26858] ppid=26855 vsize=75684 memory=50388 CPUtime=1902.4 cores=1,3,5,7
/proc/26858/stat : 26858 (cosoco) R 26855 26858 24193 0 -1 4202496 68008 0 0 0 190235 5 0 0 20 0 1 0 91760062 77500416 12597 33554432000 4194304 5972588 140732142573744 140732142570392 5032400 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 27144192 140732142576826 140732142576926 140732142576926 140732142579662 0
/proc/26858/statm: 18921 12597 856 435 0 12284 0
Current children cumulated CPU time: 1902.4 s
Current children cumulated vsize: 75684 KiB
Current children cumulated memory: 50388 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 26939
/proc/meminfo: memFree=31349900/32770624 swapFree=67108860/67108860
[pid=26858] ppid=26855 vsize=75684 memory=50388 CPUtime=1962.4 cores=1,3,5,7
/proc/26858/stat : 26858 (cosoco) R 26855 26858 24193 0 -1 4202496 68315 0 0 0 196235 5 0 0 20 0 1 0 91760062 77500416 12597 33554432000 4194304 5972588 140732142573744 140732142570392 5139274 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 27144192 140732142576826 140732142576926 140732142576926 140732142579662 0
/proc/26858/statm: 18921 12597 856 435 0 12284 0
Current children cumulated CPU time: 1962.4 s
Current children cumulated vsize: 75684 KiB
Current children cumulated memory: 50388 KiB

[startup+2022.3 s]
/proc/loadavg: 2.21 2.06 2.06 3/189 26987
/proc/meminfo: memFree=31289200/32770624 swapFree=67108860/67108860
[pid=26858] ppid=26855 vsize=75684 memory=50388 CPUtime=2022.41 cores=1,3,5,7
/proc/26858/stat : 26858 (cosoco) R 26855 26858 24193 0 -1 4202496 68386 0 0 0 202236 5 0 0 20 0 1 0 91760062 77500416 12597 33554432000 4194304 5972588 140732142573744 140732142570392 4935490 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 27144192 140732142576826 140732142576926 140732142576926 140732142579662 0
/proc/26858/statm: 18921 12597 856 435 0 12284 0
Current children cumulated CPU time: 2022.41 s
Current children cumulated vsize: 75684 KiB
Current children cumulated memory: 50388 KiB

[startup+2082.3 s]
/proc/loadavg: 2.08 2.05 2.05 3/189 26988
/proc/meminfo: memFree=31289948/32770624 swapFree=67108860/67108860
[pid=26858] ppid=26855 vsize=75684 memory=50388 CPUtime=2082.41 cores=1,3,5,7
/proc/26858/stat : 26858 (cosoco) R 26855 26858 24193 0 -1 4202496 68732 0 0 0 208236 5 0 0 20 0 1 0 91760062 77500416 12597 33554432000 4194304 5972588 140732142573744 140732142570392 4935463 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 27144192 140732142576826 140732142576926 140732142576926 140732142579662 0
/proc/26858/statm: 18921 12597 856 435 0 12284 0
Current children cumulated CPU time: 2082.41 s
Current children cumulated vsize: 75684 KiB
Current children cumulated memory: 50388 KiB

[startup+2142.3 s]
/proc/loadavg: 2.03 2.04 2.05 3/189 26989
/proc/meminfo: memFree=31290696/32770624 swapFree=67108860/67108860
[pid=26858] ppid=26855 vsize=75684 memory=50388 CPUtime=2142.41 cores=1,3,5,7
/proc/26858/stat : 26858 (cosoco) R 26855 26858 24193 0 -1 4202496 68749 0 0 0 214236 5 0 0 20 0 1 0 91760062 77500416 12597 33554432000 4194304 5972588 140732142573744 140732142570392 4935463 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 27144192 140732142576826 140732142576926 140732142576926 140732142579662 0
/proc/26858/statm: 18921 12597 856 435 0 12284 0
Current children cumulated CPU time: 2142.41 s
Current children cumulated vsize: 75684 KiB
Current children cumulated memory: 50388 KiB

[startup+2202.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/189 26990
/proc/meminfo: memFree=31290704/32770624 swapFree=67108860/67108860
[pid=26858] ppid=26855 vsize=75684 memory=50388 CPUtime=2202.42 cores=1,3,5,7
/proc/26858/stat : 26858 (cosoco) R 26855 26858 24193 0 -1 4202496 69067 0 0 0 220237 5 0 0 20 0 1 0 91760062 77500416 12597 33554432000 4194304 5972588 140732142573744 140732142570392 4935502 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 27144192 140732142576826 140732142576926 140732142576926 140732142579662 0
/proc/26858/statm: 18921 12597 856 435 0 12284 0
Current children cumulated CPU time: 2202.42 s
Current children cumulated vsize: 75684 KiB
Current children cumulated memory: 50388 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/189 26991
/proc/meminfo: memFree=31290844/32770624 swapFree=67108860/67108860
[pid=26858] ppid=26855 vsize=75684 memory=50388 CPUtime=2262.42 cores=1,3,5,7
/proc/26858/stat : 26858 (cosoco) R 26855 26858 24193 0 -1 4202496 69077 0 0 0 226237 5 0 0 20 0 1 0 91760062 77500416 12597 33554432000 4194304 5972588 140732142573744 140732142570392 4935454 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 27144192 140732142576826 140732142576926 140732142576926 140732142579662 0
/proc/26858/statm: 18921 12597 856 435 0 12284 0
Current children cumulated CPU time: 2262.42 s
Current children cumulated vsize: 75684 KiB
Current children cumulated memory: 50388 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 26992
/proc/meminfo: memFree=31291280/32770624 swapFree=67108860/67108860
[pid=26858] ppid=26855 vsize=75684 memory=50388 CPUtime=2322.42 cores=1,3,5,7
/proc/26858/stat : 26858 (cosoco) R 26855 26858 24193 0 -1 4202496 69468 0 0 0 232237 5 0 0 20 0 1 0 91760062 77500416 12597 33554432000 4194304 5972588 140732142573744 140732142570392 5139327 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 27144192 140732142576826 140732142576926 140732142576926 140732142579662 0
/proc/26858/statm: 18921 12597 856 435 0 12284 0
Current children cumulated CPU time: 2322.42 s
Current children cumulated vsize: 75684 KiB
Current children cumulated memory: 50388 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 26993
/proc/meminfo: memFree=31291464/32770624 swapFree=67108860/67108860
[pid=26858] ppid=26855 vsize=75684 memory=50388 CPUtime=2382.43 cores=1,3,5,7
/proc/26858/stat : 26858 (cosoco) R 26855 26858 24193 0 -1 4202496 69468 0 0 0 238238 5 0 0 20 0 1 0 91760062 77500416 12597 33554432000 4194304 5972588 140732142573744 140732142570392 5139329 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 27144192 140732142576826 140732142576926 140732142576926 140732142579662 0
/proc/26858/statm: 18921 12597 856 435 0 12284 0
Current children cumulated CPU time: 2382.43 s
Current children cumulated vsize: 75684 KiB
Current children cumulated memory: 50388 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 26994
/proc/meminfo: memFree=31291548/32770624 swapFree=67108860/67108860
[pid=26858] ppid=26855 vsize=75684 memory=50388 CPUtime=2442.43 cores=1,3,5,7
/proc/26858/stat : 26858 (cosoco) R 26855 26858 24193 0 -1 4202496 69786 0 0 0 244238 5 0 0 20 0 1 0 91760062 77500416 12597 33554432000 4194304 5972588 140732142573744 140732142570392 5139327 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 27144192 140732142576826 140732142576926 140732142576926 140732142579662 0
/proc/26858/statm: 18921 12597 856 435 0 12284 0
Current children cumulated CPU time: 2442.43 s
Current children cumulated vsize: 75684 KiB
Current children cumulated memory: 50388 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 26995
/proc/meminfo: memFree=31291496/32770624 swapFree=67108860/67108860
[pid=26858] ppid=26855 vsize=75684 memory=50392 CPUtime=2502.43 cores=1,3,5,7
/proc/26858/stat : 26858 (cosoco) R 26855 26858 24193 0 -1 4202496 69858 0 0 0 250238 5 0 0 20 0 1 0 91760062 77500416 12598 33554432000 4194304 5972588 140732142573744 140732142570392 5032436 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 27144192 140732142576826 140732142576926 140732142576926 140732142579662 0
/proc/26858/statm: 18921 12598 856 435 0 12284 0
Current children cumulated CPU time: 2502.43 s
Current children cumulated vsize: 75684 KiB
Current children cumulated memory: 50392 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2519.9 s]
/proc/loadavg: 1.93 2.00 2.04 3/187 27056
/proc/meminfo: memFree=31591920/32770624 swapFree=67108860/67108860
[pid=26858] ppid=26855 vsize=75684 memory=50392 CPUtime=2520.03 cores=1,3,5,7
/proc/26858/stat : 26858 (cosoco) R 26855 26858 24193 0 -1 4202496 70129 0 0 0 251998 5 0 0 20 0 1 0 91760062 77500416 12598 33554432000 4194304 5972588 140732142573744 140732142570392 5139324 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 27144192 140732142576826 140732142576926 140732142576926 140732142579662 0
/proc/26858/statm: 18921 12598 856 435 0 12284 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 75684 KiB
Current children cumulated memory: 50392 KiB

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

[startup+2519.9 s]
# the end of solver process 26858 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.99 s, system=0.055003 s

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

[startup+2519.9 s]
/proc/loadavg: 1.93 2.00 2.04 3/187 27056
/proc/meminfo: memFree=31591920/32770624 swapFree=67108860/67108860
[pid=26858] ppid=26855 vsize=75684 memory=50392 CPUtime=2520.03 cores=1,3,5,7
/proc/26858/stat : 26858 (cosoco) R 26855 26858 24193 0 -1 4202496 70129 0 0 0 251998 5 0 0 20 0 1 0 91760062 77500416 12598 33554432000 4194304 5972588 140732142573744 140732142570392 5139324 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 27144192 140732142576826 140732142576926 140732142576926 140732142579662 0
/proc/26858/statm: 18921 12598 856 435 0 12284 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 75684 KiB
Current children cumulated memory: 50392 KiB

Child status: 1
Real time (s): 2519.9
CPU time (s): 2520.04
CPU user time (s): 2519.99
CPU system time (s): 0.055003
CPU usage (%): 100.006
Max. virtual memory (cumulated for all children) (KiB): 75684
Max. memory (cumulated for all children) (KiB): 50392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.99
system time used= 0.055003
maximum resident set size= 50464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70182
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= 9
involuntary context switches= 723


# summary of solver processes directly reported to runsolver:
#   pid: 26858
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2519.99
#   total CPU system time (s): 0.055003

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.3726 second user time and 17.7916 second system time

The end

Launcher Data

Begin job on node102 at 2017-08-13 02:57:39
IDJOB=4265610
IDBENCH=135990
IDSOLVER=2655
FILE ID=node102/4265610-1502586717
RUNJOBID= node102-1502567256-24277
PBS_JOBID= 20628289
Free space on /tmp= 61908 MiB

SOLVER NAME= cosoco-sat 1.12
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-ft/BinPacking-tab-ft120-19.xml
COMMAND LINE= cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4265610-1502586717/watcher-4265610-1502586717 -o /tmp/evaluation-result-4265610-1502586717/solver-4265610-1502586717 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1502567256-24277 --watchdog 2580  cosoco -lc -model -restarts -sat HOME/instance-4265610-1502586717.xml

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

MD5SUM BENCH= 90a7b6352cefaac33401a11faadaca46
RANDOM SEED=1293626108

node102.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.35
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.35
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.35
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.35
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:        31400388 kB
MemAvailable:   31706932 kB
Buffers:           85236 kB
Cached:           529812 kB
SwapCached:            0 kB
Active:           867880 kB
Inactive:         106472 kB
Active(anon):     309884 kB
Inactive(anon):    77216 kB
Active(file):     557996 kB
Inactive(file):    29256 kB
Unevictable:        6460 kB
Mlocked:            6460 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2848 kB
Writeback:             0 kB
AnonPages:        332384 kB
Mapped:            44472 kB
Shmem:             25228 kB
Slab:              96544 kB
SReclaimable:      70252 kB
SUnreclaim:        26292 kB
KernelStack:        3360 kB
PageTables:         5788 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     679928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61904 MiB
End job on node102 at 2017-08-13 03:39:39