Trace number 4265616

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
cosoco-sat 1.12? (TO) 2519.9199 2520.01

General information on the benchmark

NameBinPacking/
BinPacking-tab-fu/BinPacking-tab-fu0500-09.xml
MD5SUM7eff1785388a539b32e3727edecebf76
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark75
Best CPU time to get the best result obtained on this benchmark2400.11
Satisfiable
(Un)Satisfiability was proved
Number of variables1954
Number of constraints282
Number of domains2
Minimum domain size82
Maximum domain size280
Distribution of domain sizes[{"size":82,"count":1953},{"size":280,"count":1}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":1674},{"degree":4,"count":279}]
Minimum constraint arity7
Maximum constraint arity1953
Distribution of constraint arities[{"arity":7,"count":279},{"arity":280,"count":1},{"arity":1953,"count":2}]
Number of extensional constraints279
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":279},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

1.00/1.02	c Create Cardinality(vars,values,occurs) constraint using 1953 Exactly/AtMost.. constraint 
1.00/1.02	c
1.78/1.81	c SAT : Variables: 160426 -- Clauses: 6526927
1.78/1.81	c best=?? lower=0 upper=279 
2519.91/2520.01	c
2519.91/2520.01	c This is cosoco 1.12 --  
2519.91/2520.01	c
2519.91/2520.01	c command line: cosoco -lc -model -restarts -sat HOME/instance-4265616-1502588644.xml 
2519.91/2520.01	c enable optimization
2519.91/2520.01	c ========================================[ Problem Statistics ]===========================================
2519.91/2520.01	c |                                                                                                       
2519.91/2520.01	c |  Parse time        :         1.65 s 
2519.91/2520.01	c |
2519.91/2520.01	c |               Variables: 1954
2519.91/2520.01	c |            Domain Sizes: 82..280
2519.91/2520.01	c |
2519.91/2520.01	c |             Constraints: 641
2519.91/2520.01	c |                   Arity: 1..1953  -- Unary: 1
2519.91/2520.01	c | 
2519.91/2520.01	c |                   Types: 
2519.91/2520.01	c |                          Exactly K: 82
2519.91/2520.01	c |                          Exactly K variable: 1
2519.91/2520.01	c |                          Extension: 279  (nb tuples: 134825..134825) -- (shared: 278)
2519.91/2520.01	c |                          Intension: 1
2519.91/2520.01	c |                          Lex: 278
2519.91/2520.01	c |                          
2519.91/2520.01	c =========================================================================================================
2519.91/2520.01	
2519.91/2520.01	c *** INTERRUPTED ***
2519.91/2520.01	c restarts              : 61          
2519.91/2520.01	c conflicts             : 578          (0 /sec)
2519.91/2520.01	c decisions             : 92477        (37 /sec)
2519.91/2520.01	c propagations          : 3034989     (1205 /sec)
2519.91/2520.01	c root propagations     : 100998      
2519.91/2520.01	c filter calls          : 16000001       (6351 /sec)
2519.91/2520.01	c useless filter calls  : 15840389       (99 %)
2519.91/2520.01	c
2519.91/2520.01	c clauses               : 6527398
2519.91/2520.01	c SAT propagations      : 5
2519.91/2520.01	c SAT conflicts         : 0 (0 learnts)
2519.91/2520.01	c Memory used           : 697.52 MB
2519.91/2520.01	c CPU time              : 2519.4 s
2519.91/2520.01	
2519.91/2520.01	c No Bound found!
2519.91/2520.01	
2519.91/2520.01	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14367 MiB free)
  memory of node 1: 16384 MiB (14245 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4265616-1502588644/watcher-4265616-1502588644 -o /tmp/evaluation-result-4265616-1502588644/solver-4265616-1502588644 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1502567255-24473 --watchdog 2580 cosoco -lc -model -restarts -sat HOME/instance-4265616-1502588644.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=27140, runsolver pid=27137

[startup+0.10006 s]*
/proc/loadavg: 1.95 2.07 2.07 3/188 27141
/proc/meminfo: memFree=29288280/32770624 swapFree=67108860/67108860
[pid=27140] ppid=27137 vsize=38732 memory=14684 CPUtime=0.1 cores=1,3,5,7
/proc/27140/stat : 27140 (cosoco) R 27137 27140 24389 0 -1 4202496 3916 0 0 0 10 0 0 0 20 0 1 0 91952476 39661568 3671 33554432000 4194304 5972588 140727326064704 140727326059912 140006972046309 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 8070896 8075904 9351168 140727326069946 140727326070046 140727326070046 140727326072782 0
/proc/27140/statm: 9683 3671 716 435 0 3046 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 38732 KiB
Current children cumulated memory: 14684 KiB

[startup+0.209605 s]*
/proc/loadavg: 1.95 2.07 2.07 3/188 27141
/proc/meminfo: memFree=29287164/32770624 swapFree=67108860/67108860
[pid=27140] ppid=27137 vsize=39908 memory=15784 CPUtime=0.21 cores=1,3,5,7
/proc/27140/stat : 27140 (cosoco) R 27137 27140 24389 0 -1 4202496 4286 0 0 0 21 0 0 0 20 0 1 0 91952476 40865792 3946 33554432000 4194304 5972588 140727326064704 140727326059912 140006972046309 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 8070896 8075904 9351168 140727326069946 140727326070046 140727326070046 140727326072782 0
/proc/27140/statm: 9977 3946 716 435 0 3340 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 39908 KiB
Current children cumulated memory: 15784 KiB

[startup+0.308887 s]*
/proc/loadavg: 1.95 2.07 2.07 3/188 27141
/proc/meminfo: memFree=29286048/32770624 swapFree=67108860/67108860
[pid=27140] ppid=27137 vsize=41336 memory=16672 CPUtime=0.31 cores=1,3,5,7
/proc/27140/stat : 27140 (cosoco) R 27137 27140 24389 0 -1 4202496 4725 0 0 0 31 0 0 0 20 0 1 0 91952476 42328064 4168 33554432000 4194304 5972588 140727326064704 140727326059912 140006972484608 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 8070896 8075904 9351168 140727326069946 140727326070046 140727326070046 140727326072782 0
/proc/27140/statm: 10334 4168 716 435 0 3697 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 41336 KiB
Current children cumulated memory: 16672 KiB

[startup+0.700278 s]
/proc/loadavg: 1.95 2.07 2.07 3/188 27141
/proc/meminfo: memFree=29283180/32770624 swapFree=67108860/67108860
[pid=27140] ppid=27137 vsize=45380 memory=20568 CPUtime=0.69 cores=1,3,5,7
/proc/27140/stat : 27140 (cosoco) R 27137 27140 24389 0 -1 4202496 5574 0 0 0 69 0 0 0 20 0 1 0 91952476 46469120 5142 33554432000 4194304 5972588 140727326064704 140727326059912 5672335 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 8070896 8075904 9351168 140727326069946 140727326070046 140727326070046 140727326072782 0
/proc/27140/statm: 11345 5142 716 435 0 4708 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 45380 KiB
Current children cumulated memory: 20568 KiB

[startup+1.50039 s]
/proc/loadavg: 1.95 2.07 2.07 3/188 27141
/proc/meminfo: memFree=29271348/32770624 swapFree=67108860/67108860
[pid=27140] ppid=27137 vsize=493392 memory=463724 CPUtime=1.49 cores=1,3,5,7
/proc/27140/stat : 27140 (cosoco) R 27137 27140 24389 0 -1 4202496 102322 0 0 0 137 12 0 0 20 0 1 0 91952476 505233408 115931 33554432000 4194304 5972588 140727326064704 140727326061272 140006972046309 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 8070896 8075904 9351168 140727326069946 140727326070046 140727326070046 140727326072782 0
/proc/27140/statm: 123348 115931 840 435 0 116711 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 493392 KiB
Current children cumulated memory: 463724 KiB

[startup+3.10945 s]
/proc/loadavg: 1.95 2.07 2.07 3/188 27141
/proc/meminfo: memFree=28659056/32770624 swapFree=67108860/67108860
[pid=27140] ppid=27137 vsize=695700 memory=643276 CPUtime=3.1 cores=1,3,5,7
/proc/27140/stat : 27140 (cosoco) R 27137 27140 24389 0 -1 4202496 132934 0 0 0 294 16 0 0 20 0 1 0 91952476 712396800 160819 33554432000 4194304 5972588 140727326064704 140727326061352 5139312 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 9351168 140727326069946 140727326070046 140727326070046 140727326072782 0
/proc/27140/statm: 173925 160819 854 435 0 167288 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 695700 KiB
Current children cumulated memory: 643276 KiB

[startup+6.30039 s]
/proc/loadavg: 1.87 2.05 2.06 3/188 27141
/proc/meminfo: memFree=28658560/32770624 swapFree=67108860/67108860
[pid=27140] ppid=27137 vsize=696012 memory=643508 CPUtime=6.29 cores=1,3,5,7
/proc/27140/stat : 27140 (cosoco) R 27137 27140 24389 0 -1 4202496 159990 0 0 0 612 17 0 0 20 0 1 0 91952476 712716288 160877 33554432000 4194304 5972588 140727326064704 140727326061352 5139312 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 9351168 140727326069946 140727326070046 140727326070046 140727326072782 0
/proc/27140/statm: 174003 160877 854 435 0 167366 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 696012 KiB
Current children cumulated memory: 643508 KiB

[startup+12.7004 s]
/proc/loadavg: 1.88 2.05 2.06 3/188 27141
/proc/meminfo: memFree=28658212/32770624 swapFree=67108860/67108860
[pid=27140] ppid=27137 vsize=696540 memory=644012 CPUtime=12.68 cores=1,3,5,7
/proc/27140/stat : 27140 (cosoco) R 27137 27140 24389 0 -1 4202496 209885 0 0 0 1248 20 0 0 20 0 1 0 91952476 713256960 161003 33554432000 4194304 5972588 140727326064704 140727326061464 5139327 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 9351168 140727326069946 140727326070046 140727326070046 140727326072782 0
/proc/27140/statm: 174135 161003 856 435 0 167498 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 696540 KiB
Current children cumulated memory: 644012 KiB

[startup+25.5004 s]
/proc/loadavg: 1.91 2.05 2.06 3/188 27146
/proc/meminfo: memFree=28652748/32770624 swapFree=67108860/67108860
[pid=27140] ppid=27137 vsize=701296 memory=648832 CPUtime=25.48 cores=1,3,5,7
/proc/27140/stat : 27140 (cosoco) R 27137 27140 24389 0 -1 4202496 318298 0 0 0 2522 26 0 0 20 0 1 0 91952476 718127104 162208 33554432000 4194304 5972588 140727326064704 140727326061416 5032423 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 9351168 140727326069946 140727326070046 140727326070046 140727326072782 0
/proc/27140/statm: 175324 162208 856 435 0 168687 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 701296 KiB
Current children cumulated memory: 648832 KiB

[startup+51.1096 s]
/proc/loadavg: 1.94 2.04 2.06 3/188 27146
/proc/meminfo: memFree=28643936/32770624 swapFree=67108860/67108860
[pid=27140] ppid=27137 vsize=710016 memory=657532 CPUtime=51.09 cores=1,3,5,7
/proc/27140/stat : 27140 (cosoco) R 27137 27140 24389 0 -1 4202496 368070 0 0 0 5080 29 0 0 20 0 1 0 91952476 727056384 164383 33554432000 4194304 5972588 140727326064704 140727326061304 5139312 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 9351168 140727326069946 140727326070046 140727326070046 140727326072782 0
/proc/27140/statm: 177504 164383 856 435 0 170867 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 710016 KiB
Current children cumulated memory: 657532 KiB

[startup+102.3 s]
/proc/loadavg: 1.97 2.04 2.05 3/188 27147
/proc/meminfo: memFree=28641160/32770624 swapFree=67108860/67108860
[pid=27140] ppid=27137 vsize=712320 memory=660176 CPUtime=102.27 cores=1,3,5,7
/proc/27140/stat : 27140 (cosoco) R 27137 27140 24389 0 -1 4202496 463791 0 0 0 10193 34 0 0 20 0 1 0 91952476 729415680 165044 33554432000 4194304 5972588 140727326064704 140727326061448 4934285 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 9351168 140727326069946 140727326070046 140727326070046 140727326072782 0
/proc/27140/statm: 178080 165044 856 435 0 171443 0
Current children cumulated CPU time: 102.27 s
Current children cumulated vsize: 712320 KiB
Current children cumulated memory: 660176 KiB

[startup+162.3 s]
/proc/loadavg: 1.99 2.03 2.05 3/188 27148
/proc/meminfo: memFree=28639800/32770624 swapFree=67108860/67108860
[pid=27140] ppid=27137 vsize=713708 memory=661588 CPUtime=162.27 cores=1,3,5,7
/proc/27140/stat : 27140 (cosoco) R 27137 27140 24389 0 -1 4202496 515476 0 0 0 16189 38 0 0 20 0 1 0 91952476 730836992 165397 33554432000 4194304 5972588 140727326064704 140727326061368 4935463 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 9351168 140727326069946 140727326070046 140727326070046 140727326072782 0
/proc/27140/statm: 178427 165397 856 435 0 171790 0
Current children cumulated CPU time: 162.27 s
Current children cumulated vsize: 713708 KiB
Current children cumulated memory: 661588 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/188 27149
/proc/meminfo: memFree=28639892/32770624 swapFree=67108860/67108860
[pid=27140] ppid=27137 vsize=713708 memory=661596 CPUtime=222.27 cores=1,3,5,7
/proc/27140/stat : 27140 (cosoco) R 27137 27140 24389 0 -1 4202496 558582 0 0 0 22187 40 0 0 20 0 1 0 91952476 730836992 165399 33554432000 4194304 5972588 140727326064704 140727326061368 5139312 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 9351168 140727326069946 140727326070046 140727326070046 140727326072782 0
/proc/27140/statm: 178427 165399 856 435 0 171790 0
Current children cumulated CPU time: 222.27 s
Current children cumulated vsize: 713708 KiB
Current children cumulated memory: 661596 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 27150
/proc/meminfo: memFree=28639764/32770624 swapFree=67108860/67108860
[pid=27140] ppid=27137 vsize=713708 memory=661628 CPUtime=282.27 cores=1,3,5,7
/proc/27140/stat : 27140 (cosoco) R 27137 27140 24389 0 -1 4202496 566823 0 0 0 28185 42 0 0 20 0 1 0 91952476 730836992 165407 33554432000 4194304 5972588 140727326064704 140727326061368 5139312 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 9351168 140727326069946 140727326070046 140727326070046 140727326072782 0
/proc/27140/statm: 178427 165407 856 435 0 171790 0
Current children cumulated CPU time: 282.27 s
Current children cumulated vsize: 713708 KiB
Current children cumulated memory: 661628 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 27151
/proc/meminfo: memFree=28639028/32770624 swapFree=67108860/67108860
[pid=27140] ppid=27137 vsize=713840 memory=662328 CPUtime=342.27 cores=1,3,5,7
/proc/27140/stat : 27140 (cosoco) R 27137 27140 24389 0 -1 4202496 572121 0 0 0 34184 43 0 0 20 0 1 0 91952476 730972160 165582 33554432000 4194304 5972588 140727326064704 140727326061464 5139329 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 9351168 140727326069946 140727326070046 140727326070046 140727326072782 0
/proc/27140/statm: 178460 165582 856 435 0 171823 0
Current children cumulated CPU time: 342.27 s
Current children cumulated vsize: 713840 KiB
Current children cumulated memory: 662328 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 27152
/proc/meminfo: memFree=28638668/32770624 swapFree=67108860/67108860
[pid=27140] ppid=27137 vsize=713840 memory=662468 CPUtime=402.26 cores=1,3,5,7
/proc/27140/stat : 27140 (cosoco) R 27137 27140 24389 0 -1 4202496 574507 0 0 0 40182 44 0 0 20 0 1 0 91952476 730972160 165617 33554432000 4194304 5972588 140727326064704 140727326061464 5032436 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 9351168 140727326069946 140727326070046 140727326070046 140727326072782 0
/proc/27140/statm: 178460 165617 856 435 0 171823 0
Current children cumulated CPU time: 402.26 s
Current children cumulated vsize: 713840 KiB
Current children cumulated memory: 662468 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 27153
/proc/meminfo: memFree=28638480/32770624 swapFree=67108860/67108860
[pid=27140] ppid=27137 vsize=713840 memory=662632 CPUtime=462.26 cores=1,3,5,7
/proc/27140/stat : 27140 (cosoco) R 27137 27140 24389 0 -1 4202496 575688 0 0 0 46182 44 0 0 20 0 1 0 91952476 730972160 165658 33554432000 4194304 5972588 140727326064704 140727326061464 5032455 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 9351168 140727326069946 140727326070046 140727326070046 140727326072782 0
/proc/27140/statm: 178460 165658 856 435 0 171823 0
Current children cumulated CPU time: 462.26 s
Current children cumulated vsize: 713840 KiB
Current children cumulated memory: 662632 KiB


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

/proc/27140/statm: 178563 166286 856 435 0 171926 0
Current children cumulated CPU time: 1722.23 s
Current children cumulated vsize: 714252 KiB
Current children cumulated memory: 665144 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 27297
/proc/meminfo: memFree=27779820/32770624 swapFree=67108860/67108860
[pid=27140] ppid=27137 vsize=714252 memory=665144 CPUtime=1782.22 cores=1,3,5,7
/proc/27140/stat : 27140 (cosoco) R 27137 27140 24389 0 -1 4202496 592058 0 0 0 178173 49 0 0 20 0 1 0 91952476 731394048 166286 33554432000 4194304 5972588 140727326064704 140727326061448 5139329 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 9351168 140727326069946 140727326070046 140727326070046 140727326072782 0
/proc/27140/statm: 178563 166286 856 435 0 171926 0
Current children cumulated CPU time: 1782.22 s
Current children cumulated vsize: 714252 KiB
Current children cumulated memory: 665144 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 27306
/proc/meminfo: memFree=27779456/32770624 swapFree=67108860/67108860
[pid=27140] ppid=27137 vsize=714252 memory=665144 CPUtime=1842.22 cores=1,3,5,7
/proc/27140/stat : 27140 (cosoco) R 27137 27140 24389 0 -1 4202496 592903 0 0 0 184173 49 0 0 20 0 1 0 91952476 731394048 166286 33554432000 4194304 5972588 140727326064704 140727326061448 5139264 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 9351168 140727326069946 140727326070046 140727326070046 140727326072782 0
/proc/27140/statm: 178563 166286 856 435 0 171926 0
Current children cumulated CPU time: 1842.22 s
Current children cumulated vsize: 714252 KiB
Current children cumulated memory: 665144 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 27329
/proc/meminfo: memFree=27779160/32770624 swapFree=67108860/67108860
[pid=27140] ppid=27137 vsize=714252 memory=665144 CPUtime=1902.22 cores=1,3,5,7
/proc/27140/stat : 27140 (cosoco) R 27137 27140 24389 0 -1 4202496 593674 0 0 0 190173 49 0 0 20 0 1 0 91952476 731394048 166286 33554432000 4194304 5972588 140727326064704 140727326061448 5139329 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 9351168 140727326069946 140727326070046 140727326070046 140727326072782 0
/proc/27140/statm: 178563 166286 856 435 0 171926 0
Current children cumulated CPU time: 1902.22 s
Current children cumulated vsize: 714252 KiB
Current children cumulated memory: 665144 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 27330
/proc/meminfo: memFree=27778784/32770624 swapFree=67108860/67108860
[pid=27140] ppid=27137 vsize=714252 memory=665144 CPUtime=1962.22 cores=1,3,5,7
/proc/27140/stat : 27140 (cosoco) R 27137 27140 24389 0 -1 4202496 594487 0 0 0 196172 50 0 0 20 0 1 0 91952476 731394048 166286 33554432000 4194304 5972588 140727326064704 140727326061448 5139329 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 9351168 140727326069946 140727326070046 140727326070046 140727326072782 0
/proc/27140/statm: 178563 166286 856 435 0 171926 0
Current children cumulated CPU time: 1962.22 s
Current children cumulated vsize: 714252 KiB
Current children cumulated memory: 665144 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 27331
/proc/meminfo: memFree=27779768/32770624 swapFree=67108860/67108860
[pid=27140] ppid=27137 vsize=714252 memory=665144 CPUtime=2022.22 cores=1,3,5,7
/proc/27140/stat : 27140 (cosoco) R 27137 27140 24389 0 -1 4202496 595200 0 0 0 202172 50 0 0 20 0 1 0 91952476 731394048 166286 33554432000 4194304 5972588 140727326064704 140727326061448 5139507 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 9351168 140727326069946 140727326070046 140727326070046 140727326072782 0
/proc/27140/statm: 178563 166286 856 435 0 171926 0
Current children cumulated CPU time: 2022.22 s
Current children cumulated vsize: 714252 KiB
Current children cumulated memory: 665144 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 27332
/proc/meminfo: memFree=27779864/32770624 swapFree=67108860/67108860
[pid=27140] ppid=27137 vsize=714252 memory=665144 CPUtime=2082.21 cores=1,3,5,7
/proc/27140/stat : 27140 (cosoco) R 27137 27140 24389 0 -1 4202496 596007 0 0 0 208171 50 0 0 20 0 1 0 91952476 731394048 166286 33554432000 4194304 5972588 140727326064704 140727326061448 5139312 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 9351168 140727326069946 140727326070046 140727326070046 140727326072782 0
/proc/27140/statm: 178563 166286 856 435 0 171926 0
Current children cumulated CPU time: 2082.21 s
Current children cumulated vsize: 714252 KiB
Current children cumulated memory: 665144 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 27333
/proc/meminfo: memFree=27779872/32770624 swapFree=67108860/67108860
[pid=27140] ppid=27137 vsize=714252 memory=665144 CPUtime=2142.21 cores=1,3,5,7
/proc/27140/stat : 27140 (cosoco) R 27137 27140 24389 0 -1 4202496 596631 0 0 0 214171 50 0 0 20 0 1 0 91952476 731394048 166286 33554432000 4194304 5972588 140727326064704 140727326061448 5139327 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 9351168 140727326069946 140727326070046 140727326070046 140727326072782 0
/proc/27140/statm: 178563 166286 856 435 0 171926 0
Current children cumulated CPU time: 2142.21 s
Current children cumulated vsize: 714252 KiB
Current children cumulated memory: 665144 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 27334
/proc/meminfo: memFree=27779996/32770624 swapFree=67108860/67108860
[pid=27140] ppid=27137 vsize=714252 memory=665152 CPUtime=2202.2 cores=1,3,5,7
/proc/27140/stat : 27140 (cosoco) R 27137 27140 24389 0 -1 4202496 597522 0 0 0 220170 50 0 0 20 0 1 0 91952476 731394048 166288 33554432000 4194304 5972588 140727326064704 140727326061448 5139312 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 9351168 140727326069946 140727326070046 140727326070046 140727326072782 0
/proc/27140/statm: 178563 166288 856 435 0 171926 0
Current children cumulated CPU time: 2202.2 s
Current children cumulated vsize: 714252 KiB
Current children cumulated memory: 665152 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 27335
/proc/meminfo: memFree=27780168/32770624 swapFree=67108860/67108860
[pid=27140] ppid=27137 vsize=714252 memory=665152 CPUtime=2262.21 cores=1,3,5,7
/proc/27140/stat : 27140 (cosoco) R 27137 27140 24389 0 -1 4202496 598142 0 0 0 226170 51 0 0 20 0 1 0 91952476 731394048 166288 33554432000 4194304 5972588 140727326064704 140727326061448 5139327 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 9351168 140727326069946 140727326070046 140727326070046 140727326072782 0
/proc/27140/statm: 178563 166288 856 435 0 171926 0
Current children cumulated CPU time: 2262.21 s
Current children cumulated vsize: 714252 KiB
Current children cumulated memory: 665152 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 27336
/proc/meminfo: memFree=27779968/32770624 swapFree=67108860/67108860
[pid=27140] ppid=27137 vsize=714252 memory=665160 CPUtime=2322.2 cores=1,3,5,7
/proc/27140/stat : 27140 (cosoco) R 27137 27140 24389 0 -1 4202496 599038 0 0 0 232169 51 0 0 20 0 1 0 91952476 731394048 166290 33554432000 4194304 5972588 140727326064704 140727326061448 5139329 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 9351168 140727326069946 140727326070046 140727326070046 140727326072782 0
/proc/27140/statm: 178563 166290 856 435 0 171926 0
Current children cumulated CPU time: 2322.2 s
Current children cumulated vsize: 714252 KiB
Current children cumulated memory: 665160 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 27337
/proc/meminfo: memFree=27779940/32770624 swapFree=67108860/67108860
[pid=27140] ppid=27137 vsize=714252 memory=665160 CPUtime=2382.2 cores=1,3,5,7
/proc/27140/stat : 27140 (cosoco) R 27137 27140 24389 0 -1 4202496 599699 0 0 0 238169 51 0 0 20 0 1 0 91952476 731394048 166290 33554432000 4194304 5972588 140727326064704 140727326061448 5032423 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 9351168 140727326069946 140727326070046 140727326070046 140727326072782 0
/proc/27140/statm: 178563 166290 856 435 0 171926 0
Current children cumulated CPU time: 2382.2 s
Current children cumulated vsize: 714252 KiB
Current children cumulated memory: 665160 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 27346
/proc/meminfo: memFree=27779324/32770624 swapFree=67108860/67108860
[pid=27140] ppid=27137 vsize=714252 memory=665168 CPUtime=2442.2 cores=1,3,5,7
/proc/27140/stat : 27140 (cosoco) R 27137 27140 24389 0 -1 4202496 600548 0 0 0 244169 51 0 0 20 0 1 0 91952476 731394048 166292 33554432000 4194304 5972588 140727326064704 140727326061448 5139312 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 9351168 140727326069946 140727326070046 140727326070046 140727326072782 0
/proc/27140/statm: 178563 166292 856 435 0 171926 0
Current children cumulated CPU time: 2442.2 s
Current children cumulated vsize: 714252 KiB
Current children cumulated memory: 665168 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 27347
/proc/meminfo: memFree=27779584/32770624 swapFree=67108860/67108860
[pid=27140] ppid=27137 vsize=714252 memory=665168 CPUtime=2502.2 cores=1,3,5,7
/proc/27140/stat : 27140 (cosoco) R 27137 27140 24389 0 -1 4202496 601342 0 0 0 250168 52 0 0 20 0 1 0 91952476 731394048 166292 33554432000 4194304 5972588 140727326064704 140727326061448 4935657 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 9351168 140727326069946 140727326070046 140727326070046 140727326072782 0
/proc/27140/statm: 178563 166292 856 435 0 171926 0
Current children cumulated CPU time: 2502.2 s
Current children cumulated vsize: 714252 KiB
Current children cumulated memory: 665168 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 2.05 3/188 27347
/proc/meminfo: memFree=27779672/32770624 swapFree=67108860/67108860
[pid=27140] ppid=27137 vsize=714252 memory=665168 CPUtime=2519.91 cores=1,3,5,7
/proc/27140/stat : 27140 (cosoco) R 27137 27140 24389 0 -1 4202496 601415 0 0 0 251939 52 0 0 20 0 1 0 91952476 731394048 166292 33554432000 4194304 5972588 140727326064704 140727326061448 5139312 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 9351168 140727326069946 140727326070046 140727326070046 140727326072782 0
/proc/27140/statm: 178563 166292 856 435 0 171926 0
Current children cumulated CPU time: 2519.91 s
Current children cumulated vsize: 714252 KiB
Current children cumulated memory: 665168 KiB

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

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

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

Child status: 1
Real time (s): 2520.01
CPU time (s): 2519.92
CPU user time (s): 2519.4
CPU system time (s): 0.523983
CPU usage (%): 99.9964
Max. virtual memory (cumulated for all children) (KiB): 714252
Max. memory (cumulated for all children) (KiB): 665168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.4
system time used= 0.523983
maximum resident set size= 665244
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 601461
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= 32
involuntary context switches= 772


# summary of solver processes directly reported to runsolver:
#   pid: 27140
#   total CPU time (s): 2519.92
#   total CPU user time (s): 2519.4
#   total CPU system time (s): 0.523983

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.82273 second user time and 18.8846 second system time

The end

Launcher Data

Begin job on node107 at 2017-08-13 03:29:46
IDJOB=4265616
IDBENCH=137068
IDSOLVER=2655
FILE ID=node107/4265616-1502588644
RUNJOBID= node107-1502567255-24473
PBS_JOBID= 20628284
Free space on /tmp= 61656 MiB

SOLVER NAME= cosoco-sat 1.12
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-fu/BinPacking-tab-fu0500-09.xml
COMMAND LINE= cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4265616-1502588644/watcher-4265616-1502588644 -o /tmp/evaluation-result-4265616-1502588644/solver-4265616-1502588644 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1502567255-24473 --watchdog 2580  cosoco -lc -model -restarts -sat HOME/instance-4265616-1502588644.xml

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

MD5SUM BENCH= 7eff1785388a539b32e3727edecebf76
RANDOM SEED=900822567

node107.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        29300320 kB
MemAvailable:   31944536 kB
Buffers:          131940 kB
Cached:          2805448 kB
SwapCached:            0 kB
Active:           497488 kB
Inactive:        2547592 kB
Active(anon):     110512 kB
Inactive(anon):    24984 kB
Active(file):     386976 kB
Inactive(file):  2522608 kB
Unevictable:        6328 kB
Mlocked:            6328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              4672 kB
Writeback:             0 kB
AnonPages:        113424 kB
Mapped:            44348 kB
Shmem:             25260 kB
Slab:             125912 kB
SReclaimable:     100936 kB
SUnreclaim:        24976 kB
KernelStack:        3376 kB
PageTables:         5316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     408688 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     49152 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 61572 MiB
End job on node107 at 2017-08-13 04:11:46