Trace number 4265615

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

General information on the benchmark

NameBinPacking/
BinPacking-tab-fu/BinPacking-tab-fu0250-15.xml
MD5SUM5cb0a900f4910e71305eb4c61f82b136
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark37
Best CPU time to get the best result obtained on this benchmark2400.1
Satisfiable
(Un)Satisfiability was proved
Number of variables877
Number of constraints149
Number of domains2
Minimum domain size79
Maximum domain size147
Distribution of domain sizes[{"size":79,"count":876},{"size":147,"count":1}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":730},{"degree":4,"count":146}]
Minimum constraint arity6
Maximum constraint arity876
Distribution of constraint arities[{"arity":6,"count":146},{"arity":147,"count":1},{"arity":876,"count":2}]
Number of extensional constraints146
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":146},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.51/0.59	c Create Cardinality(vars,values,occurs) constraint using 876 Exactly/AtMost.. constraint 
0.51/0.59	c
0.79/0.88	c SAT : Variables: 69351 -- Clauses: 2710564
0.79/0.88	c best=?? lower=0 upper=146 
2520.07/2520.01	c
2520.07/2520.01	c This is cosoco 1.12 --  
2520.07/2520.01	c
2520.07/2520.01	c command line: cosoco -lc -model -restarts -sat HOME/instance-4265615-1502588520.xml 
2520.07/2520.01	c enable optimization
2520.07/2520.01	c ========================================[ Problem Statistics ]===========================================
2520.07/2520.01	c |                                                                                                       
2520.07/2520.01	c |  Parse time        :         0.81 s 
2520.07/2520.01	c |
2520.07/2520.01	c |               Variables: 877
2520.07/2520.01	c |            Domain Sizes: 79..147
2520.07/2520.01	c |
2520.07/2520.01	c |             Constraints: 372
2520.07/2520.01	c |                   Arity: 1..876  -- Unary: 1
2520.07/2520.01	c | 
2520.07/2520.01	c |                   Types: 
2520.07/2520.01	c |                          Exactly K: 79
2520.07/2520.01	c |                          Exactly K variable: 1
2520.07/2520.01	c |                          Extension: 146  (nb tuples: 88866..88866) -- (shared: 145)
2520.07/2520.01	c |                          Intension: 1
2520.07/2520.01	c |                          Lex: 145
2520.07/2520.01	c |                          
2520.07/2520.01	c =========================================================================================================
2520.07/2520.01	
2520.07/2520.01	c *** INTERRUPTED ***
2520.07/2520.01	c restarts              : 199         
2520.07/2520.01	c conflicts             : 1880         (1 /sec)
2520.07/2520.01	c decisions             : 130568       (52 /sec)
2520.07/2520.01	c propagations          : 5222871     (2073 /sec)
2520.07/2520.01	c root propagations     : 40588       
2520.07/2520.01	c filter calls          : 41736298       (16563 /sec)
2520.07/2520.01	c useless filter calls  : 41187811       (98 %)
2520.07/2520.01	c
2520.07/2520.01	c clauses               : 2712174
2520.07/2520.01	c SAT propagations      : 738
2520.07/2520.01	c SAT conflicts         : 0 (0 learnts)
2520.07/2520.01	c Memory used           : 259.11 MB
2520.07/2520.01	c CPU time              : 2519.81 s
2520.07/2520.01	
2520.07/2520.01	c No Bound found!
2520.07/2520.01	
2520.07/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 (13052 MiB free)
  memory of node 1: 16384 MiB (14352 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4265615-1502588520/watcher-4265615-1502588520 -o /tmp/evaluation-result-4265615-1502588520/solver-4265615-1502588520 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1502567255-24591 --watchdog 2580 cosoco -lc -model -restarts -sat HOME/instance-4265615-1502588520.xml 

running on 4 cores: 0,2,4,6

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=27035, runsolver pid=27032

[startup+0.100202 s]*
/proc/loadavg: 2.00 2.03 2.06 3/188 27036
/proc/meminfo: memFree=28057048/32770624 swapFree=67108860/67108860
[pid=27035] ppid=27032 vsize=32432 memory=8512 CPUtime=0.1 cores=0,2,4,6
/proc/27035/stat : 27035 (cosoco) R 27032 27035 24508 0 -1 4202496 2362 0 0 0 10 0 0 0 20 0 1 0 91939946 33210368 2128 33554432000 4194304 5972588 140734145698928 140734145695576 5418902 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 8070896 8075904 22179840 140734145701050 140734145701150 140734145701150 140734145703886 0
/proc/27035/statm: 8108 2128 716 435 0 1471 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 32432 KiB
Current children cumulated memory: 8512 KiB

[startup+0.209604 s]*
/proc/loadavg: 2.00 2.03 2.06 3/188 27036
/proc/meminfo: memFree=28055740/32770624 swapFree=67108860/67108860
[pid=27035] ppid=27032 vsize=33344 memory=9488 CPUtime=0.21 cores=0,2,4,6
/proc/27035/stat : 27035 (cosoco) R 27032 27035 24508 0 -1 4202496 2702 0 0 0 21 0 0 0 20 0 1 0 91939946 34144256 2372 33554432000 4194304 5972588 140734145698928 140734145695576 140513313340389 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 8070896 8075904 22179840 140734145701050 140734145701150 140734145701150 140734145703886 0
/proc/27035/statm: 8336 2372 716 435 0 1699 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 33344 KiB
Current children cumulated memory: 9488 KiB

[startup+0.309039 s]*
/proc/loadavg: 2.00 2.03 2.06 3/188 27036
/proc/meminfo: memFree=28054948/32770624 swapFree=67108860/67108860
[pid=27035] ppid=27032 vsize=34640 memory=10384 CPUtime=0.31 cores=0,2,4,6
/proc/27035/stat : 27035 (cosoco) R 27032 27035 24508 0 -1 4202496 3115 0 0 0 31 0 0 0 20 0 1 0 91939946 35471360 2596 33554432000 4194304 5972588 140734145698928 140734145693992 140513313340389 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 8070896 8075904 22179840 140734145701050 140734145701150 140734145701150 140734145703886 0
/proc/27035/statm: 8660 2596 716 435 0 2023 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 34640 KiB
Current children cumulated memory: 10384 KiB

[startup+0.700436 s]
/proc/loadavg: 2.00 2.03 2.06 3/188 27036
/proc/meminfo: memFree=28053384/32770624 swapFree=67108860/67108860
[pid=27035] ppid=27032 vsize=157600 memory=130668 CPUtime=0.69 cores=0,2,4,6
/proc/27035/stat : 27035 (cosoco) R 27032 27035 24508 0 -1 4202496 33572 0 0 0 65 4 0 0 20 0 1 0 91939946 161382400 32667 33554432000 4194304 5972588 140734145698928 140734145694504 5280335 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 8070896 8075904 22179840 140734145701050 140734145701150 140734145701150 140734145703886 0
/proc/27035/statm: 39400 32667 840 435 0 32763 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 157600 KiB
Current children cumulated memory: 130668 KiB

[startup+1.50044 s]
/proc/loadavg: 2.00 2.03 2.06 3/188 27036
/proc/meminfo: memFree=27837100/32770624 swapFree=67108860/67108860
[pid=27035] ppid=27032 vsize=261284 memory=228744 CPUtime=1.49 cores=0,2,4,6
/proc/27035/stat : 27035 (cosoco) R 27032 27035 24508 0 -1 4202496 47868 0 0 0 142 7 0 0 20 0 1 0 91939946 267554816 57186 33554432000 4194304 5972588 140734145698928 140734145686136 5139312 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 22179840 140734145701050 140734145701150 140734145701150 140734145703886 0
/proc/27035/statm: 65321 57186 855 435 0 58684 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 261284 KiB
Current children cumulated memory: 228744 KiB

[startup+3.10974 s]
/proc/loadavg: 2.00 2.03 2.06 3/188 27036
/proc/meminfo: memFree=27836856/32770624 swapFree=67108860/67108860
[pid=27035] ppid=27032 vsize=261284 memory=228900 CPUtime=3.1 cores=0,2,4,6
/proc/27035/stat : 27035 (cosoco) R 27032 27035 24508 0 -1 4202496 67212 0 0 0 302 8 0 0 20 0 1 0 91939946 267554816 57225 33554432000 4194304 5972588 140734145698928 140734145695576 4935408 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 22179840 140734145701050 140734145701150 140734145701150 140734145703886 0
/proc/27035/statm: 65321 57225 857 435 0 58684 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 261284 KiB
Current children cumulated memory: 228900 KiB

[startup+6.30038 s]
/proc/loadavg: 2.00 2.03 2.06 3/188 27036
/proc/meminfo: memFree=27835244/32770624 swapFree=67108860/67108860
[pid=27035] ppid=27032 vsize=263660 memory=231228 CPUtime=6.28 cores=0,2,4,6
/proc/27035/stat : 27035 (cosoco) R 27032 27035 24508 0 -1 4202496 103582 0 0 0 618 10 0 0 20 0 1 0 91939946 269987840 57807 33554432000 4194304 5972588 140734145698928 140734145695640 5139312 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 22179840 140734145701050 140734145701150 140734145701150 140734145703886 0
/proc/27035/statm: 65915 57807 857 435 0 59278 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 263660 KiB
Current children cumulated memory: 231228 KiB

[startup+12.7004 s]
/proc/loadavg: 2.00 2.03 2.06 3/188 27036
/proc/meminfo: memFree=27833516/32770624 swapFree=67108860/67108860
[pid=27035] ppid=27032 vsize=264336 memory=231848 CPUtime=12.69 cores=0,2,4,6
/proc/27035/stat : 27035 (cosoco) R 27032 27035 24508 0 -1 4202496 118250 0 0 0 1258 11 0 0 20 0 1 0 91939946 270680064 57962 33554432000 4194304 5972588 140734145698928 140734145695640 5139327 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 22179840 140734145701050 140734145701150 140734145701150 140734145703886 0
/proc/27035/statm: 66084 57962 857 435 0 59447 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 264336 KiB
Current children cumulated memory: 231848 KiB

[startup+25.5004 s]
/proc/loadavg: 2.00 2.02 2.06 3/188 27037
/proc/meminfo: memFree=27833776/32770624 swapFree=67108860/67108860
[pid=27035] ppid=27032 vsize=264468 memory=232064 CPUtime=25.49 cores=0,2,4,6
/proc/27035/stat : 27035 (cosoco) R 27032 27035 24508 0 -1 4202496 161720 0 0 0 2536 13 0 0 20 0 1 0 91939946 270815232 58016 33554432000 4194304 5972588 140734145698928 140734145695688 5139329 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 22179840 140734145701050 140734145701150 140734145701150 140734145703886 0
/proc/27035/statm: 66117 58016 857 435 0 59480 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 264468 KiB
Current children cumulated memory: 232064 KiB

[startup+51.1097 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 27037
/proc/meminfo: memFree=27834016/32770624 swapFree=67108860/67108860
[pid=27035] ppid=27032 vsize=264468 memory=232096 CPUtime=51.1 cores=0,2,4,6
/proc/27035/stat : 27035 (cosoco) R 27032 27035 24508 0 -1 4202496 207342 0 0 0 5094 16 0 0 20 0 1 0 91939946 270815232 58024 33554432000 4194304 5972588 140734145698928 140734145695688 5139333 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 22179840 140734145701050 140734145701150 140734145701150 140734145703886 0
/proc/27035/statm: 66117 58024 857 435 0 59480 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 264468 KiB
Current children cumulated memory: 232096 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 27038
/proc/meminfo: memFree=27833892/32770624 swapFree=67108860/67108860
[pid=27035] ppid=27032 vsize=264468 memory=232096 CPUtime=102.29 cores=0,2,4,6
/proc/27035/stat : 27035 (cosoco) R 27032 27035 24508 0 -1 4202496 226233 0 0 0 10213 16 0 0 20 0 1 0 91939946 270815232 58024 33554432000 4194304 5972588 140734145698928 140734145695688 4935428 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 22179840 140734145701050 140734145701150 140734145701150 140734145703886 0
/proc/27035/statm: 66117 58024 857 435 0 59480 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 264468 KiB
Current children cumulated memory: 232096 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 27044
/proc/meminfo: memFree=27833116/32770624 swapFree=67108860/67108860
[pid=27035] ppid=27032 vsize=264600 memory=232232 CPUtime=162.29 cores=0,2,4,6
/proc/27035/stat : 27035 (cosoco) R 27032 27035 24508 0 -1 4202496 257681 0 0 0 16211 18 0 0 20 0 1 0 91939946 270950400 58058 33554432000 4194304 5972588 140734145698928 140734145695688 5139329 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 22179840 140734145701050 140734145701150 140734145701150 140734145703886 0
/proc/27035/statm: 66150 58058 857 435 0 59513 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 264600 KiB
Current children cumulated memory: 232232 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 27045
/proc/meminfo: memFree=27831072/32770624 swapFree=67108860/67108860
[pid=27035] ppid=27032 vsize=264600 memory=234280 CPUtime=222.29 cores=0,2,4,6
/proc/27035/stat : 27035 (cosoco) R 27032 27035 24508 0 -1 4202496 289108 0 0 0 22209 20 0 0 20 0 1 0 91939946 270950400 58570 33554432000 4194304 5972588 140734145698928 140734145695688 5139327 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 22179840 140734145701050 140734145701150 140734145701150 140734145703886 0
/proc/27035/statm: 66150 58570 857 435 0 59513 0
Current children cumulated CPU time: 222.29 s
Current children cumulated vsize: 264600 KiB
Current children cumulated memory: 234280 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 27046
/proc/meminfo: memFree=27830812/32770624 swapFree=67108860/67108860
[pid=27035] ppid=27032 vsize=264600 memory=234280 CPUtime=282.29 cores=0,2,4,6
/proc/27035/stat : 27035 (cosoco) R 27032 27035 24508 0 -1 4202496 318096 0 0 0 28207 22 0 0 20 0 1 0 91939946 270950400 58570 33554432000 4194304 5972588 140734145698928 140734145695688 4935486 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 22179840 140734145701050 140734145701150 140734145701150 140734145703886 0
/proc/27035/statm: 66150 58570 857 435 0 59513 0
Current children cumulated CPU time: 282.29 s
Current children cumulated vsize: 264600 KiB
Current children cumulated memory: 234280 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 27047
/proc/meminfo: memFree=27829116/32770624 swapFree=67108860/67108860
[pid=27035] ppid=27032 vsize=264600 memory=235992 CPUtime=342.29 cores=0,2,4,6
/proc/27035/stat : 27035 (cosoco) R 27032 27035 24508 0 -1 4202496 322590 0 0 0 34206 23 0 0 20 0 1 0 91939946 270950400 58998 33554432000 4194304 5972588 140734145698928 140734145695688 5139329 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 22179840 140734145701050 140734145701150 140734145701150 140734145703886 0
/proc/27035/statm: 66150 58998 857 435 0 59513 0
Current children cumulated CPU time: 342.29 s
Current children cumulated vsize: 264600 KiB
Current children cumulated memory: 235992 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 27048
/proc/meminfo: memFree=27829740/32770624 swapFree=67108860/67108860
[pid=27035] ppid=27032 vsize=264600 memory=235992 CPUtime=402.29 cores=0,2,4,6
/proc/27035/stat : 27035 (cosoco) R 27032 27035 24508 0 -1 4202496 323571 0 0 0 40206 23 0 0 20 0 1 0 91939946 270950400 58998 33554432000 4194304 5972588 140734145698928 140734145695688 5139329 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 22179840 140734145701050 140734145701150 140734145701150 140734145703886 0
/proc/27035/statm: 66150 58998 857 435 0 59513 0
Current children cumulated CPU time: 402.29 s
Current children cumulated vsize: 264600 KiB
Current children cumulated memory: 235992 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 27049
/proc/meminfo: memFree=27829740/32770624 swapFree=67108860/67108860
[pid=27035] ppid=27032 vsize=264600 memory=235992 CPUtime=462.29 cores=0,2,4,6
/proc/27035/stat : 27035 (cosoco) R 27032 27035 24508 0 -1 4202496 324553 0 0 0 46206 23 0 0 20 0 1 0 91939946 270950400 58998 33554432000 4194304 5972588 140734145698928 140734145695688 5032450 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 22179840 140734145701050 140734145701150 140734145701150 140734145703886 0
/proc/27035/statm: 66150 58998 857 435 0 59513 0
Current children cumulated CPU time: 462.29 s
Current children cumulated vsize: 264600 KiB
Current children cumulated memory: 235992 KiB


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

/proc/27035/statm: 66298 59643 857 435 0 59661 0
Current children cumulated CPU time: 1722.32 s
Current children cumulated vsize: 265192 KiB
Current children cumulated memory: 238572 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 27194
/proc/meminfo: memFree=28128060/32770624 swapFree=67108860/67108860
[pid=27035] ppid=27032 vsize=265192 memory=238600 CPUtime=1782.33 cores=0,2,4,6
/proc/27035/stat : 27035 (cosoco) R 27032 27035 24508 0 -1 4202496 338753 0 0 0 178207 26 0 0 20 0 1 0 91939946 271556608 59650 33554432000 4194304 5972588 140734145698928 140734145695688 5139329 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 22179840 140734145701050 140734145701150 140734145701150 140734145703886 0
/proc/27035/statm: 66298 59650 857 435 0 59661 0
Current children cumulated CPU time: 1782.33 s
Current children cumulated vsize: 265192 KiB
Current children cumulated memory: 238600 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 27196
/proc/meminfo: memFree=28128608/32770624 swapFree=67108860/67108860
[pid=27035] ppid=27032 vsize=265192 memory=238600 CPUtime=1842.33 cores=0,2,4,6
/proc/27035/stat : 27035 (cosoco) R 27032 27035 24508 0 -1 4202496 338755 0 0 0 184207 26 0 0 20 0 1 0 91939946 271556608 59650 33554432000 4194304 5972588 140734145698928 140734145695688 4935446 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 22179840 140734145701050 140734145701150 140734145701150 140734145703886 0
/proc/27035/statm: 66298 59650 857 435 0 59661 0
Current children cumulated CPU time: 1842.33 s
Current children cumulated vsize: 265192 KiB
Current children cumulated memory: 238600 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 27197
/proc/meminfo: memFree=28128600/32770624 swapFree=67108860/67108860
[pid=27035] ppid=27032 vsize=265192 memory=238600 CPUtime=1902.33 cores=0,2,4,6
/proc/27035/stat : 27035 (cosoco) R 27032 27035 24508 0 -1 4202496 339881 0 0 0 190207 26 0 0 20 0 1 0 91939946 271556608 59650 33554432000 4194304 5972588 140734145698928 140734145695688 5032400 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 22179840 140734145701050 140734145701150 140734145701150 140734145703886 0
/proc/27035/statm: 66298 59650 857 435 0 59661 0
Current children cumulated CPU time: 1902.33 s
Current children cumulated vsize: 265192 KiB
Current children cumulated memory: 238600 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 27206
/proc/meminfo: memFree=28127616/32770624 swapFree=67108860/67108860
[pid=27035] ppid=27032 vsize=265192 memory=238600 CPUtime=1962.34 cores=0,2,4,6
/proc/27035/stat : 27035 (cosoco) R 27032 27035 24508 0 -1 4202496 339881 0 0 0 196208 26 0 0 20 0 1 0 91939946 271556608 59650 33554432000 4194304 5972588 140734145698928 140734145695688 5139312 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 22179840 140734145701050 140734145701150 140734145701150 140734145703886 0
/proc/27035/statm: 66298 59650 857 435 0 59661 0
Current children cumulated CPU time: 1962.34 s
Current children cumulated vsize: 265192 KiB
Current children cumulated memory: 238600 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 27230
/proc/meminfo: memFree=28126252/32770624 swapFree=67108860/67108860
[pid=27035] ppid=27032 vsize=265192 memory=238600 CPUtime=2022.34 cores=0,2,4,6
/proc/27035/stat : 27035 (cosoco) R 27032 27035 24508 0 -1 4202496 341006 0 0 0 202208 26 0 0 20 0 1 0 91939946 271556608 59650 33554432000 4194304 5972588 140734145698928 140734145695688 5139312 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 22179840 140734145701050 140734145701150 140734145701150 140734145703886 0
/proc/27035/statm: 66298 59650 857 435 0 59661 0
Current children cumulated CPU time: 2022.34 s
Current children cumulated vsize: 265192 KiB
Current children cumulated memory: 238600 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 27231
/proc/meminfo: memFree=28126992/32770624 swapFree=67108860/67108860
[pid=27035] ppid=27032 vsize=265192 memory=238600 CPUtime=2082.34 cores=0,2,4,6
/proc/27035/stat : 27035 (cosoco) R 27032 27035 24508 0 -1 4202496 341007 0 0 0 208208 26 0 0 20 0 1 0 91939946 271556608 59650 33554432000 4194304 5972588 140734145698928 140734145695688 5139499 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 22179840 140734145701050 140734145701150 140734145701150 140734145703886 0
/proc/27035/statm: 66298 59650 857 435 0 59661 0
Current children cumulated CPU time: 2082.34 s
Current children cumulated vsize: 265192 KiB
Current children cumulated memory: 238600 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 27232
/proc/meminfo: memFree=28127460/32770624 swapFree=67108860/67108860
[pid=27035] ppid=27032 vsize=265192 memory=238600 CPUtime=2142.34 cores=0,2,4,6
/proc/27035/stat : 27035 (cosoco) R 27032 27035 24508 0 -1 4202496 342136 0 0 0 214208 26 0 0 20 0 1 0 91939946 271556608 59650 33554432000 4194304 5972588 140734145698928 140734145695688 5139333 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 22179840 140734145701050 140734145701150 140734145701150 140734145703886 0
/proc/27035/statm: 66298 59650 857 435 0 59661 0
Current children cumulated CPU time: 2142.34 s
Current children cumulated vsize: 265192 KiB
Current children cumulated memory: 238600 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 27233
/proc/meminfo: memFree=28127336/32770624 swapFree=67108860/67108860
[pid=27035] ppid=27032 vsize=265192 memory=238600 CPUtime=2202.34 cores=0,2,4,6
/proc/27035/stat : 27035 (cosoco) R 27032 27035 24508 0 -1 4202496 342139 0 0 0 220208 26 0 0 20 0 1 0 91939946 271556608 59650 33554432000 4194304 5972588 140734145698928 140734145695688 5139327 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 22179840 140734145701050 140734145701150 140734145701150 140734145703886 0
/proc/27035/statm: 66298 59650 857 435 0 59661 0
Current children cumulated CPU time: 2202.34 s
Current children cumulated vsize: 265192 KiB
Current children cumulated memory: 238600 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 27234
/proc/meminfo: memFree=28127852/32770624 swapFree=67108860/67108860
[pid=27035] ppid=27032 vsize=265192 memory=238600 CPUtime=2262.35 cores=0,2,4,6
/proc/27035/stat : 27035 (cosoco) R 27032 27035 24508 0 -1 4202496 343258 0 0 0 226209 26 0 0 20 0 1 0 91939946 271556608 59650 33554432000 4194304 5972588 140734145698928 140734145695688 5139333 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 22179840 140734145701050 140734145701150 140734145701150 140734145703886 0
/proc/27035/statm: 66298 59650 857 435 0 59661 0
Current children cumulated CPU time: 2262.35 s
Current children cumulated vsize: 265192 KiB
Current children cumulated memory: 238600 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 27235
/proc/meminfo: memFree=28127984/32770624 swapFree=67108860/67108860
[pid=27035] ppid=27032 vsize=265192 memory=238600 CPUtime=2322.35 cores=0,2,4,6
/proc/27035/stat : 27035 (cosoco) R 27032 27035 24508 0 -1 4202496 343263 0 0 0 232209 26 0 0 20 0 1 0 91939946 271556608 59650 33554432000 4194304 5972588 140734145698928 140734145695688 5032455 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 22179840 140734145701050 140734145701150 140734145701150 140734145703886 0
/proc/27035/statm: 66298 59650 857 435 0 59661 0
Current children cumulated CPU time: 2322.35 s
Current children cumulated vsize: 265192 KiB
Current children cumulated memory: 238600 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 27236
/proc/meminfo: memFree=28127852/32770624 swapFree=67108860/67108860
[pid=27035] ppid=27032 vsize=265192 memory=238600 CPUtime=2382.35 cores=0,2,4,6
/proc/27035/stat : 27035 (cosoco) R 27032 27035 24508 0 -1 4202496 344388 0 0 0 238209 26 0 0 20 0 1 0 91939946 271556608 59650 33554432000 4194304 5972588 140734145698928 140734145695688 5139324 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 22179840 140734145701050 140734145701150 140734145701150 140734145703886 0
/proc/27035/statm: 66298 59650 857 435 0 59661 0
Current children cumulated CPU time: 2382.35 s
Current children cumulated vsize: 265192 KiB
Current children cumulated memory: 238600 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 27237
/proc/meminfo: memFree=28127852/32770624 swapFree=67108860/67108860
[pid=27035] ppid=27032 vsize=265192 memory=238600 CPUtime=2442.35 cores=0,2,4,6
/proc/27035/stat : 27035 (cosoco) R 27032 27035 24508 0 -1 4202496 344400 0 0 0 244209 26 0 0 20 0 1 0 91939946 271556608 59650 33554432000 4194304 5972588 140734145698928 140734145695688 5139312 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 22179840 140734145701050 140734145701150 140734145701150 140734145703886 0
/proc/27035/statm: 66298 59650 857 435 0 59661 0
Current children cumulated CPU time: 2442.35 s
Current children cumulated vsize: 265192 KiB
Current children cumulated memory: 238600 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 27238
/proc/meminfo: memFree=28127728/32770624 swapFree=67108860/67108860
[pid=27035] ppid=27032 vsize=265324 memory=238632 CPUtime=2502.36 cores=0,2,4,6
/proc/27035/stat : 27035 (cosoco) R 27032 27035 24508 0 -1 4202496 345542 0 0 0 250210 26 0 0 20 0 1 0 91939946 271691776 59658 33554432000 4194304 5972588 140734145698928 140734145695672 5139329 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 22179840 140734145701050 140734145701150 140734145701150 140734145703886 0
/proc/27035/statm: 66331 59658 857 435 0 59694 0
Current children cumulated CPU time: 2502.36 s
Current children cumulated vsize: 265324 KiB
Current children cumulated memory: 238632 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 27238
/proc/meminfo: memFree=28127728/32770624 swapFree=67108860/67108860
[pid=27035] ppid=27032 vsize=265324 memory=238632 CPUtime=2520.07 cores=0,2,4,6
/proc/27035/stat : 27035 (cosoco) R 27032 27035 24508 0 -1 4202496 345542 0 0 0 251981 26 0 0 20 0 1 0 91939946 271691776 59658 33554432000 4194304 5972588 140734145698928 140734145695672 5139312 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 22179840 140734145701050 140734145701150 140734145701150 140734145703886 0
/proc/27035/statm: 66331 59658 857 435 0 59694 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 265324 KiB
Current children cumulated memory: 238632 KiB

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

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

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

Child status: 1
Real time (s): 2520.01
CPU time (s): 2520.08
CPU user time (s): 2519.81
CPU system time (s): 0.269008
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 265324
Max. memory (cumulated for all children) (KiB): 238632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.81
system time used= 0.269008
maximum resident set size= 238704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 345584
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= 22
involuntary context switches= 1670


# summary of solver processes directly reported to runsolver:
#   pid: 27035
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2519.81
#   total CPU system time (s): 0.269008

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.76304 second user time and 17.7692 second system time

The end

Launcher Data

Begin job on node104 at 2017-08-13 03:27:42
IDJOB=4265615
IDBENCH=137046
IDSOLVER=2655
FILE ID=node104/4265615-1502588520
RUNJOBID= node104-1502567255-24591
PBS_JOBID= 20628287
Free space on /tmp= 61860 MiB

SOLVER NAME= cosoco-sat 1.12
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-fu/BinPacking-tab-fu0250-15.xml
COMMAND LINE= cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4265615-1502588520/watcher-4265615-1502588520 -o /tmp/evaluation-result-4265615-1502588520/solver-4265615-1502588520 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1502567255-24591 --watchdog 2580  cosoco -lc -model -restarts -sat HOME/instance-4265615-1502588520.xml

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

MD5SUM BENCH= 5cb0a900f4910e71305eb4c61f82b136
RANDOM SEED=818444177

node104.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.43
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.43
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.43
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.43
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:        28063176 kB
MemAvailable:   31315996 kB
Buffers:          132980 kB
Cached:          3414940 kB
SwapCached:            0 kB
Active:          1005068 kB
Inactive:        3278076 kB
Active(anon):     737804 kB
Inactive(anon):    25040 kB
Active(file):     267264 kB
Inactive(file):  3253036 kB
Unevictable:        6528 kB
Mlocked:            6528 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3820 kB
Writeback:             0 kB
AnonPages:        740984 kB
Mapped:            44744 kB
Shmem:             25260 kB
Slab:             122096 kB
SReclaimable:      96712 kB
SUnreclaim:        25384 kB
KernelStack:        3360 kB
PageTables:         6880 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1150064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    677888 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61820 MiB
End job on node104 at 2017-08-13 04:09:42