Trace number 4265604

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

General information on the benchmark

NameBinPacking/BinPacking-sum-skj2/
BinPacking-sum-n4w3b2r8.xml
MD5SUM2d1ea33805a592f1cc5486f43d894179
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1002
Number of constraints157
Number of domains2
Minimum domain size78
Maximum domain size139
Distribution of domain sizes[{"size":78,"count":1},{"size":139,"count":1001}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":924},{"degree":5,"count":77}]
Minimum constraint arity13
Maximum constraint arity1001
Distribution of constraint arities[{"arity":13,"count":154},{"arity":78,"count":1},{"arity":1001,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":77},{"type":"lex","count":1},{"type":"sum","count":77},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.01/0.12	c Create Cardinality(vars,values,occurs) constraint using 1001 Exactly/AtMost.. constraint 
0.01/0.12	c
0.69/0.88	c SAT : Variables: 139217 -- Clauses: 9604596
0.69/0.88	c best=?? lower=0 upper=77 
662.31/662.46	c
662.31/662.46	c This is cosoco 1.12 --  
662.31/662.46	c
662.31/662.46	c command line: cosoco -lc -model -restarts -sat HOME/instance-4265604-1502588753.xml 
662.31/662.46	c enable optimization
662.31/662.46	c ========================================[ Problem Statistics ]===========================================
662.31/662.46	c |                                                                                                       
662.31/662.46	c |  Parse time        :         0.67 s 
662.31/662.46	c |
662.31/662.46	c |               Variables: 1002
662.31/662.46	c |            Domain Sizes: 78..139
662.31/662.46	c |
662.31/662.46	c |             Constraints: 1218
662.31/662.46	c |                   Arity: 1..1001  -- Unary: 1  -- Binary: 924
662.31/662.46	c | 
662.31/662.46	c |                   Types: 
662.31/662.46	c |                          (X -Y <= k): 924
662.31/662.46	c |                          Exactly K: 139
662.31/662.46	c |                          Exactly K variable: 1
662.31/662.46	c |                          Intension: 1
662.31/662.46	c |                          Lex: 76
662.31/662.46	c |                          Sum: 77
662.31/662.46	c |                          
662.31/662.46	c =========================================================================================================
662.31/662.46	conflict 150lvl : 12 bt12-69023:0(71117)X38559538
1228.32/1228.46	conflict 200lvl : 67 bt67-76251:0(70643)X38646628
1248.93/1249.01	conflict 640lvl : 73 bt73-77780:0(71087)X38646921
2519.96/2520.01	
2519.96/2520.01	c *** INTERRUPTED ***
2519.96/2520.01	c restarts              : 162         
2519.96/2520.01	c conflicts             : 1530         (1 /sec)
2519.96/2520.01	c decisions             : 100350       (40 /sec)
2519.96/2520.01	c propagations          : 28775814    (11420 /sec)
2519.96/2520.01	c root propagations     : 0           
2519.96/2520.01	c filter calls          : 34115073       (13539 /sec)
2519.96/2520.01	c useless filter calls  : 33800830       (99 %)
2519.96/2520.01	c
2519.96/2520.01	c clauses               : 9605339
2519.96/2520.01	c SAT propagations      : 787
2519.96/2520.01	c SAT conflicts         : 0 (3 learnts)
2519.96/2520.01	c Memory used           : 524.34 MB
2519.96/2520.01	c CPU time              : 2519.76 s
2519.96/2520.01	
2519.96/2520.01	c No Bound found!
2519.96/2520.01	
2519.96/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 (15356 MiB free)
  memory of node 1: 16384 MiB (15640 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4265604-1502588753/watcher-4265604-1502588753 -o /tmp/evaluation-result-4265604-1502588753/solver-4265604-1502588753 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502565207-4738 --watchdog 2580 cosoco -lc -model -restarts -sat HOME/instance-4265604-1502588753.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=7828, runsolver pid=7825
Current StackSize limit: 8192 KiB


[startup+0.100137 s]*
/proc/loadavg: 2.02 2.02 2.05 3/185 7829
/proc/meminfo: memFree=31740096/32770624 swapFree=67108764/67108860
[pid=7828] ppid=7825 vsize=30424 memory=6496 CPUtime=0.01 cores=1,3,5,7
/proc/7828/stat : 7828 (cosoco) R 7825 7828 4674 0 -1 4202496 1830 0 0 0 1 0 0 0 20 0 1 0 106381692 31154176 1624 18446744073709551615 4194304 5972588 140723538422016 140723538418664 139977544637413 0 0 1 0 0 0 0 17 3 0 0 9 0 0 8070896 8075904 35405824 140723538424260 140723538424360 140723538424360 140723538427854 0
/proc/7828/statm: 7606 1624 711 435 0 969 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 30424 KiB
Current children cumulated memory: 6496 KiB

[startup+0.209473 s]*
/proc/loadavg: 2.02 2.02 2.05 3/185 7829
/proc/meminfo: memFree=31692600/32770624 swapFree=67108764/67108860
[pid=7828] ppid=7825 vsize=86236 memory=55736 CPUtime=0.12 cores=1,3,5,7
/proc/7828/stat : 7828 (cosoco) R 7825 7828 4674 0 -1 4202496 13100 0 0 0 10 2 0 0 20 0 1 0 106381692 88305664 13934 18446744073709551615 4194304 5972588 140723538422016 140723538418664 139977544637413 0 0 1 0 0 0 0 17 3 0 0 9 0 0 8070896 8075904 35405824 140723538424260 140723538424360 140723538424360 140723538427854 0
/proc/7828/statm: 21559 13934 841 435 0 14922 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 86236 KiB
Current children cumulated memory: 55736 KiB

[startup+0.3097 s]*
/proc/loadavg: 2.02 2.02 2.05 3/185 7829
/proc/meminfo: memFree=31637220/32770624 swapFree=67108764/67108860
[pid=7828] ppid=7825 vsize=152808 memory=112596 CPUtime=0.22 cores=1,3,5,7
/proc/7828/stat : 7828 (cosoco) R 7825 7828 4674 0 -1 4202496 23250 0 0 0 18 4 0 0 20 0 1 0 106381692 156475392 28149 18446744073709551615 4194304 5972588 140723538422016 140723538418664 5280489 0 0 1 0 0 0 0 17 3 0 0 9 0 0 8070896 8075904 35405824 140723538424260 140723538424360 140723538424360 140723538427854 0
/proc/7828/statm: 38202 28149 841 435 0 31565 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 152808 KiB
Current children cumulated memory: 112596 KiB

[startup+0.700383 s]
/proc/loadavg: 2.02 2.02 2.05 3/185 7829
/proc/meminfo: memFree=31522972/32770624 swapFree=67108764/67108860
[pid=7828] ppid=7825 vsize=387592 memory=329276 CPUtime=0.6 cores=1,3,5,7
/proc/7828/stat : 7828 (cosoco) R 7825 7828 4674 0 -1 4202496 54904 0 0 0 51 9 0 0 20 0 1 0 106381692 396894208 82319 18446744073709551615 4194304 5972588 140723538422016 140723538418664 139977544637413 0 0 1 0 0 0 0 17 3 0 0 9 0 0 8070896 8075904 35405824 140723538424260 140723538424360 140723538424360 140723538427854 0
/proc/7828/statm: 96931 82319 841 435 0 90294 0
Current children cumulated CPU time: 0.6 s
Current children cumulated vsize: 387592 KiB
Current children cumulated memory: 329276 KiB

[startup+1.50035 s]
/proc/loadavg: 2.02 2.02 2.05 3/185 7829
/proc/meminfo: memFree=31308420/32770624 swapFree=67108764/67108860
[pid=7828] ppid=7825 vsize=529908 memory=434804 CPUtime=1.4 cores=1,3,5,7
/proc/7828/stat : 7828 (cosoco) R 7825 7828 4674 0 -1 4202496 69536 0 0 0 128 12 0 0 20 0 1 0 106381692 542625792 108701 18446744073709551615 4194304 5972588 140723538422016 140723538418808 5139312 0 0 1 8405026 0 0 0 17 3 0 0 9 0 0 8070896 8075904 35405824 140723538424260 140723538424360 140723538424360 140723538427854 0
/proc/7828/statm: 132477 108701 856 435 0 125840 0
Current children cumulated CPU time: 1.4 s
Current children cumulated vsize: 529908 KiB
Current children cumulated memory: 434804 KiB

[startup+3.10958 s]
/proc/loadavg: 2.02 2.02 2.05 3/185 7830
/proc/meminfo: memFree=31308172/32770624 swapFree=67108764/67108860
[pid=7828] ppid=7825 vsize=530096 memory=435168 CPUtime=3.01 cores=1,3,5,7
/proc/7828/stat : 7828 (cosoco) R 7825 7828 4674 0 -1 4202496 72841 0 0 0 289 12 0 0 20 0 1 0 106381692 542818304 108792 18446744073709551615 4194304 5972588 140723538422016 140723538418872 5139312 0 0 1 8405026 0 0 0 17 3 0 0 9 0 0 8070896 8075904 35405824 140723538424260 140723538424360 140723538424360 140723538427854 0
/proc/7828/statm: 132524 108792 858 435 0 125887 0
Current children cumulated CPU time: 3.01 s
Current children cumulated vsize: 530096 KiB
Current children cumulated memory: 435168 KiB

[startup+6.30034 s]
/proc/loadavg: 2.02 2.02 2.05 3/185 7830
/proc/meminfo: memFree=31307660/32770624 swapFree=67108764/67108860
[pid=7828] ppid=7825 vsize=530604 memory=435492 CPUtime=6.2 cores=1,3,5,7
/proc/7828/stat : 7828 (cosoco) R 7825 7828 4674 0 -1 4202496 79758 0 0 0 607 13 0 0 20 0 1 0 106381692 543338496 108873 18446744073709551615 4194304 5972588 140723538422016 140723538419208 5139329 0 0 1 8405026 0 0 0 17 3 0 0 9 0 0 8070896 8075904 35405824 140723538424260 140723538424360 140723538424360 140723538427854 0
/proc/7828/statm: 132651 108873 858 435 0 126014 0
Current children cumulated CPU time: 6.2 s
Current children cumulated vsize: 530604 KiB
Current children cumulated memory: 435492 KiB

[startup+12.7004 s]
/proc/loadavg: 2.02 2.02 2.05 3/185 7830
/proc/meminfo: memFree=31307476/32770624 swapFree=67108764/67108860
[pid=7828] ppid=7825 vsize=530604 memory=435492 CPUtime=12.59 cores=1,3,5,7
/proc/7828/stat : 7828 (cosoco) R 7825 7828 4674 0 -1 4202496 85858 0 0 0 1246 13 0 0 20 0 1 0 106381692 543338496 108873 18446744073709551615 4194304 5972588 140723538422016 140723538419208 5328641 0 0 1 8405026 0 0 0 17 3 0 0 9 0 0 8070896 8075904 35405824 140723538424260 140723538424360 140723538424360 140723538427854 0
/proc/7828/statm: 132651 108873 858 435 0 126014 0
Current children cumulated CPU time: 12.59 s
Current children cumulated vsize: 530604 KiB
Current children cumulated memory: 435492 KiB

[startup+25.5004 s]
/proc/loadavg: 2.01 2.02 2.05 3/185 7830
/proc/meminfo: memFree=31307460/32770624 swapFree=67108764/67108860
[pid=7828] ppid=7825 vsize=530604 memory=435492 CPUtime=25.39 cores=1,3,5,7
/proc/7828/stat : 7828 (cosoco) R 7825 7828 4674 0 -1 4202496 87198 0 0 0 2525 14 0 0 20 0 1 0 106381692 543338496 108873 18446744073709551615 4194304 5972588 140723538422016 140723538419208 5139312 0 0 1 8405026 0 0 0 17 3 0 0 9 0 0 8070896 8075904 35405824 140723538424260 140723538424360 140723538424360 140723538427854 0
/proc/7828/statm: 132651 108873 858 435 0 126014 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 530604 KiB
Current children cumulated memory: 435492 KiB

[startup+51.1096 s]
/proc/loadavg: 2.07 2.03 2.05 3/186 7831
/proc/meminfo: memFree=31307292/32770624 swapFree=67108764/67108860
[pid=7828] ppid=7825 vsize=530604 memory=435492 CPUtime=51 cores=1,3,5,7
/proc/7828/stat : 7828 (cosoco) R 7825 7828 4674 0 -1 4202496 87524 0 0 0 5086 14 0 0 20 0 1 0 106381692 543338496 108873 18446744073709551615 4194304 5972588 140723538422016 140723538419208 5139312 0 0 1 8405026 0 0 0 17 3 0 0 9 0 0 8070896 8075904 35405824 140723538424260 140723538424360 140723538424360 140723538427854 0
/proc/7828/statm: 132651 108873 858 435 0 126014 0
Current children cumulated CPU time: 51 s
Current children cumulated vsize: 530604 KiB
Current children cumulated memory: 435492 KiB

[startup+102.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/187 7834
/proc/meminfo: memFree=31307272/32770624 swapFree=67108764/67108860
[pid=7828] ppid=7825 vsize=530604 memory=435500 CPUtime=102.19 cores=1,3,5,7
/proc/7828/stat : 7828 (cosoco) R 7825 7828 4674 0 -1 4202496 87715 0 0 0 10205 14 0 0 20 0 1 0 106381692 543338496 108875 18446744073709551615 4194304 5972588 140723538422016 140723538419208 5139329 0 0 1 8405026 0 0 0 17 3 0 0 9 0 0 8070896 8075904 35405824 140723538424260 140723538424360 140723538424360 140723538427854 0
/proc/7828/statm: 132651 108875 858 435 0 126014 0
Current children cumulated CPU time: 102.19 s
Current children cumulated vsize: 530604 KiB
Current children cumulated memory: 435500 KiB

[startup+162.3 s]
/proc/loadavg: 2.06 2.04 2.05 3/187 7836
/proc/meminfo: memFree=31306812/32770624 swapFree=67108764/67108860
[pid=7828] ppid=7825 vsize=530604 memory=435500 CPUtime=162.19 cores=1,3,5,7
/proc/7828/stat : 7828 (cosoco) R 7825 7828 4674 0 -1 4202496 87872 0 0 0 16205 14 0 0 20 0 1 0 106381692 543338496 108875 18446744073709551615 4194304 5972588 140723538422016 140723538419208 5139312 0 0 1 8405026 0 0 0 17 3 0 0 9 0 0 8070896 8075904 35405824 140723538424260 140723538424360 140723538424360 140723538427854 0
/proc/7828/statm: 132651 108875 858 435 0 126014 0
Current children cumulated CPU time: 162.19 s
Current children cumulated vsize: 530604 KiB
Current children cumulated memory: 435500 KiB

[startup+222.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/187 7838
/proc/meminfo: memFree=31307360/32770624 swapFree=67108764/67108860
[pid=7828] ppid=7825 vsize=530604 memory=435500 CPUtime=222.19 cores=1,3,5,7
/proc/7828/stat : 7828 (cosoco) R 7825 7828 4674 0 -1 4202496 88006 0 0 0 22205 14 0 0 20 0 1 0 106381692 543338496 108875 18446744073709551615 4194304 5972588 140723538422016 140723538419208 5139319 0 0 1 8405026 0 0 0 17 3 0 0 9 0 0 8070896 8075904 35405824 140723538424260 140723538424360 140723538424360 140723538427854 0
/proc/7828/statm: 132651 108875 858 435 0 126014 0
Current children cumulated CPU time: 222.19 s
Current children cumulated vsize: 530604 KiB
Current children cumulated memory: 435500 KiB

[startup+282.3 s]
/proc/loadavg: 2.15 2.07 2.06 3/187 7885
/proc/meminfo: memFree=31247744/32770624 swapFree=67108764/67108860
[pid=7828] ppid=7825 vsize=530604 memory=435500 CPUtime=282.19 cores=1,3,5,7
/proc/7828/stat : 7828 (cosoco) R 7825 7828 4674 0 -1 4202496 88134 0 0 0 28205 14 0 0 20 0 1 0 106381692 543338496 108875 18446744073709551615 4194304 5972588 140723538422016 140723538419208 5139319 0 0 1 8405026 0 0 0 17 3 0 0 9 0 0 8070896 8075904 35405824 140723538424260 140723538424360 140723538424360 140723538427854 0
/proc/7828/statm: 132651 108875 858 435 0 126014 0
Current children cumulated CPU time: 282.19 s
Current children cumulated vsize: 530604 KiB
Current children cumulated memory: 435500 KiB

[startup+342.3 s]
/proc/loadavg: 2.10 2.07 2.06 3/187 7887
/proc/meminfo: memFree=31245120/32770624 swapFree=67108764/67108860
[pid=7828] ppid=7825 vsize=530604 memory=438184 CPUtime=342.2 cores=1,3,5,7
/proc/7828/stat : 7828 (cosoco) R 7825 7828 4674 0 -1 4202496 88245 0 0 0 34205 15 0 0 20 0 1 0 106381692 543338496 109546 18446744073709551615 4194304 5972588 140723538422016 140723538419208 5032455 0 0 1 8405026 0 0 0 17 3 0 0 9 0 0 8070896 8075904 35405824 140723538424260 140723538424360 140723538424360 140723538427854 0
/proc/7828/statm: 132651 109546 858 435 0 126014 0
Current children cumulated CPU time: 342.2 s
Current children cumulated vsize: 530604 KiB
Current children cumulated memory: 438184 KiB

[startup+402.3 s]
/proc/loadavg: 2.04 2.06 2.05 3/185 7889
/proc/meminfo: memFree=31245184/32770624 swapFree=67108764/67108860
[pid=7828] ppid=7825 vsize=530604 memory=438184 CPUtime=402.21 cores=1,3,5,7
/proc/7828/stat : 7828 (cosoco) R 7825 7828 4674 0 -1 4202496 88343 0 0 0 40206 15 0 0 20 0 1 0 106381692 543338496 109546 18446744073709551615 4194304 5972588 140723538422016 140723538419208 5032455 0 0 1 8405026 0 0 0 17 3 0 0 9 0 0 8070896 8075904 35405824 140723538424260 140723538424360 140723538424360 140723538427854 0
/proc/7828/statm: 132651 109546 858 435 0 126014 0
Current children cumulated CPU time: 402.21 s
Current children cumulated vsize: 530604 KiB
Current children cumulated memory: 438184 KiB

[startup+462.3 s]
/proc/loadavg: 2.52 2.19 2.09 3/185 7891
/proc/meminfo: memFree=31244936/32770624 swapFree=67108764/67108860
[pid=7828] ppid=7825 vsize=530604 memory=438184 CPUtime=462.21 cores=1,3,5,7
/proc/7828/stat : 7828 (cosoco) R 7825 7828 4674 0 -1 4202496 88503 0 0 0 46206 15 0 0 20 0 1 0 106381692 543338496 109546 18446744073709551615 4194304 5972588 140723538422016 140723538419208 5032400 0 0 1 8405026 0 0 0 17 3 0 0 9 0 0 8070896 8075904 35405824 140723538424260 140723538424360 140723538424360 140723538427854 0
/proc/7828/statm: 132651 109546 858 435 0 126014 0
Current children cumulated CPU time: 462.21 s
Current children cumulated vsize: 530604 KiB
Current children cumulated memory: 438184 KiB


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

/proc/7828/statm: 134167 111057 864 435 0 127530 0
Current children cumulated CPU time: 1722.23 s
Current children cumulated vsize: 536668 KiB
Current children cumulated memory: 444228 KiB

[startup+1782.3 s]
/proc/loadavg: 2.08 2.05 2.05 3/189 8074
/proc/meminfo: memFree=31229548/32770624 swapFree=67108764/67108860
[pid=7828] ppid=7825 vsize=536788 memory=444248 CPUtime=1782.23 cores=1,3,5,7
/proc/7828/stat : 7828 (cosoco) R 7825 7828 4674 0 -1 4202496 119878 0 0 0 178205 18 0 0 20 0 1 0 106381692 549670912 111062 18446744073709551615 4194304 5972588 140723538422016 140723538419240 5139329 0 0 1 8405026 0 0 0 17 3 0 0 9 0 0 8070896 8075904 35405824 140723538424260 140723538424360 140723538424360 140723538427854 0
/proc/7828/statm: 134197 111062 864 435 0 127560 0
Current children cumulated CPU time: 1782.23 s
Current children cumulated vsize: 536788 KiB
Current children cumulated memory: 444248 KiB

[startup+1842.3 s]
/proc/loadavg: 2.03 2.04 2.05 3/190 8077
/proc/meminfo: memFree=31229400/32770624 swapFree=67108764/67108860
[pid=7828] ppid=7825 vsize=536788 memory=444264 CPUtime=1842.24 cores=1,3,5,7
/proc/7828/stat : 7828 (cosoco) R 7825 7828 4674 0 -1 4202496 121305 0 0 0 184205 19 0 0 20 0 1 0 106381692 549670912 111066 18446744073709551615 4194304 5972588 140723538422016 140723538419240 5139329 0 0 1 8405026 0 0 0 17 3 0 0 9 0 0 8070896 8075904 35405824 140723538424260 140723538424360 140723538424360 140723538427854 0
/proc/7828/statm: 134197 111066 864 435 0 127560 0
Current children cumulated CPU time: 1842.24 s
Current children cumulated vsize: 536788 KiB
Current children cumulated memory: 444264 KiB

[startup+1902.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/187 8079
/proc/meminfo: memFree=31232828/32770624 swapFree=67108764/67108860
[pid=7828] ppid=7825 vsize=536788 memory=444284 CPUtime=1902.24 cores=1,3,5,7
/proc/7828/stat : 7828 (cosoco) R 7825 7828 4674 0 -1 4202496 122630 0 0 0 190205 19 0 0 20 0 1 0 106381692 549670912 111071 18446744073709551615 4194304 5972588 140723538422016 140723538419240 5139312 0 0 1 8405026 0 0 0 17 3 0 0 9 0 0 8070896 8075904 35405824 140723538424260 140723538424360 140723538424360 140723538427854 0
/proc/7828/statm: 134197 111071 864 435 0 127560 0
Current children cumulated CPU time: 1902.24 s
Current children cumulated vsize: 536788 KiB
Current children cumulated memory: 444284 KiB

[startup+1962.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/186 8081
/proc/meminfo: memFree=31233776/32770624 swapFree=67108764/67108860
[pid=7828] ppid=7825 vsize=536788 memory=444304 CPUtime=1962.24 cores=1,3,5,7
/proc/7828/stat : 7828 (cosoco) R 7825 7828 4674 0 -1 4202496 123956 0 0 0 196205 19 0 0 20 0 1 0 106381692 549670912 111076 18446744073709551615 4194304 5972588 140723538422016 140723538419240 5139312 0 0 1 8405026 0 0 0 17 3 0 0 9 0 0 8070896 8075904 35405824 140723538424260 140723538424360 140723538424360 140723538427854 0
/proc/7828/statm: 134197 111076 864 435 0 127560 0
Current children cumulated CPU time: 1962.24 s
Current children cumulated vsize: 536788 KiB
Current children cumulated memory: 444304 KiB

[startup+2022.3 s]
/proc/loadavg: 2.02 2.04 2.05 3/185 8083
/proc/meminfo: memFree=31234200/32770624 swapFree=67108764/67108860
[pid=7828] ppid=7825 vsize=536788 memory=444316 CPUtime=2022.24 cores=1,3,5,7
/proc/7828/stat : 7828 (cosoco) R 7825 7828 4674 0 -1 4202496 125288 0 0 0 202205 19 0 0 20 0 1 0 106381692 549670912 111079 18446744073709551615 4194304 5972588 140723538422016 140723538419240 5254953 0 0 1 8405026 0 0 0 17 3 0 0 9 0 0 8070896 8075904 35405824 140723538424260 140723538424360 140723538424360 140723538427854 0
/proc/7828/statm: 134197 111079 864 435 0 127560 0
Current children cumulated CPU time: 2022.24 s
Current children cumulated vsize: 536788 KiB
Current children cumulated memory: 444316 KiB

[startup+2082.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/185 8085
/proc/meminfo: memFree=31234200/32770624 swapFree=67108764/67108860
[pid=7828] ppid=7825 vsize=536788 memory=444348 CPUtime=2082.25 cores=1,3,5,7
/proc/7828/stat : 7828 (cosoco) R 7825 7828 4674 0 -1 4202496 126615 0 0 0 208205 20 0 0 20 0 1 0 106381692 549670912 111087 18446744073709551615 4194304 5972588 140723538422016 140723538419240 5139329 0 0 1 8405026 0 0 0 17 3 0 0 9 0 0 8070896 8075904 35405824 140723538424260 140723538424360 140723538424360 140723538427854 0
/proc/7828/statm: 134197 111087 864 435 0 127560 0
Current children cumulated CPU time: 2082.25 s
Current children cumulated vsize: 536788 KiB
Current children cumulated memory: 444348 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/185 8088
/proc/meminfo: memFree=31234568/32770624 swapFree=67108764/67108860
[pid=7828] ppid=7825 vsize=536920 memory=444356 CPUtime=2142.25 cores=1,3,5,7
/proc/7828/stat : 7828 (cosoco) R 7825 7828 4674 0 -1 4202496 127962 0 0 0 214205 20 0 0 20 0 1 0 106381692 549806080 111089 18446744073709551615 4194304 5972588 140723538422016 140723538418776 5139319 0 0 1 8405026 0 0 0 17 3 0 0 9 0 0 8070896 8075904 35405824 140723538424260 140723538424360 140723538424360 140723538427854 0
/proc/7828/statm: 134230 111089 864 435 0 127593 0
Current children cumulated CPU time: 2142.25 s
Current children cumulated vsize: 536920 KiB
Current children cumulated memory: 444356 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/185 8090
/proc/meminfo: memFree=31234528/32770624 swapFree=67108764/67108860
[pid=7828] ppid=7825 vsize=536920 memory=444384 CPUtime=2202.25 cores=1,3,5,7
/proc/7828/stat : 7828 (cosoco) R 7825 7828 4674 0 -1 4202496 129280 0 0 0 220205 20 0 0 20 0 1 0 106381692 549806080 111096 18446744073709551615 4194304 5972588 140723538422016 140723538418776 5032400 0 0 1 8405026 0 0 0 17 3 0 0 9 0 0 8070896 8075904 35405824 140723538424260 140723538424360 140723538424360 140723538427854 0
/proc/7828/statm: 134230 111096 864 435 0 127593 0
Current children cumulated CPU time: 2202.25 s
Current children cumulated vsize: 536920 KiB
Current children cumulated memory: 444384 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 8092
/proc/meminfo: memFree=31234652/32770624 swapFree=67108764/67108860
[pid=7828] ppid=7825 vsize=536920 memory=444436 CPUtime=2262.25 cores=1,3,5,7
/proc/7828/stat : 7828 (cosoco) R 7825 7828 4674 0 -1 4202496 130625 0 0 0 226205 20 0 0 20 0 1 0 106381692 549806080 111109 18446744073709551615 4194304 5972588 140723538422016 140723538418776 5139329 0 0 1 8405026 0 0 0 17 3 0 0 9 0 0 8070896 8075904 35405824 140723538424260 140723538424360 140723538424360 140723538427854 0
/proc/7828/statm: 134230 111109 864 435 0 127593 0
Current children cumulated CPU time: 2262.25 s
Current children cumulated vsize: 536920 KiB
Current children cumulated memory: 444436 KiB

[startup+2322.3 s]
/proc/loadavg: 2.07 2.04 2.05 3/189 8109
/proc/meminfo: memFree=31231364/32770624 swapFree=67108764/67108860
[pid=7828] ppid=7825 vsize=536920 memory=444456 CPUtime=2322.25 cores=1,3,5,7
/proc/7828/stat : 7828 (cosoco) R 7825 7828 4674 0 -1 4202496 131958 0 0 0 232205 20 0 0 20 0 1 0 106381692 549806080 111114 18446744073709551615 4194304 5972588 140723538422016 140723538418776 5139329 0 0 1 8405026 0 0 0 17 3 0 0 9 0 0 8070896 8075904 35405824 140723538424260 140723538424360 140723538424360 140723538427854 0
/proc/7828/statm: 134230 111114 864 435 0 127593 0
Current children cumulated CPU time: 2322.25 s
Current children cumulated vsize: 536920 KiB
Current children cumulated memory: 444456 KiB

[startup+2382.3 s]
/proc/loadavg: 2.03 2.04 2.05 3/190 8112
/proc/meminfo: memFree=31230760/32770624 swapFree=67108764/67108860
[pid=7828] ppid=7825 vsize=536920 memory=444456 CPUtime=2382.25 cores=1,3,5,7
/proc/7828/stat : 7828 (cosoco) R 7825 7828 4674 0 -1 4202496 133349 0 0 0 238205 20 0 0 20 0 1 0 106381692 549806080 111114 18446744073709551615 4194304 5972588 140723538422016 140723538418776 5139312 0 0 1 8405026 0 0 0 17 3 0 0 9 0 0 8070896 8075904 35405824 140723538424260 140723538424360 140723538424360 140723538427854 0
/proc/7828/statm: 134230 111114 864 435 0 127593 0
Current children cumulated CPU time: 2382.25 s
Current children cumulated vsize: 536920 KiB
Current children cumulated memory: 444456 KiB

[startup+2442.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/186 8114
/proc/meminfo: memFree=31234188/32770624 swapFree=67108764/67108860
[pid=7828] ppid=7825 vsize=536920 memory=444456 CPUtime=2442.26 cores=1,3,5,7
/proc/7828/stat : 7828 (cosoco) R 7825 7828 4674 0 -1 4202496 134681 0 0 0 244205 21 0 0 20 0 1 0 106381692 549806080 111114 18446744073709551615 4194304 5972588 140723538422016 140723538418776 5139312 0 0 1 8405026 0 0 0 17 3 0 0 9 0 0 8070896 8075904 35405824 140723538424260 140723538424360 140723538424360 140723538427854 0
/proc/7828/statm: 134230 111114 864 435 0 127593 0
Current children cumulated CPU time: 2442.26 s
Current children cumulated vsize: 536920 KiB
Current children cumulated memory: 444456 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 8117
/proc/meminfo: memFree=31234644/32770624 swapFree=67108764/67108860
[pid=7828] ppid=7825 vsize=536920 memory=444456 CPUtime=2502.26 cores=1,3,5,7
/proc/7828/stat : 7828 (cosoco) R 7825 7828 4674 0 -1 4202496 136043 0 0 0 250205 21 0 0 20 0 1 0 106381692 549806080 111114 18446744073709551615 4194304 5972588 140723538422016 140723538418776 5139329 0 0 1 8405026 0 0 0 17 3 0 0 9 0 0 8070896 8075904 35405824 140723538424260 140723538424360 140723538424360 140723538427854 0
/proc/7828/statm: 134230 111114 864 435 0 127593 0
Current children cumulated CPU time: 2502.26 s
Current children cumulated vsize: 536920 KiB
Current children cumulated memory: 444456 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.02 2.05 3/187 8117
/proc/meminfo: memFree=31234536/32770624 swapFree=67108764/67108860
[pid=7828] ppid=7825 vsize=536920 memory=444456 CPUtime=2519.96 cores=1,3,5,7
/proc/7828/stat : 7828 (cosoco) R 7825 7828 4674 0 -1 4202496 137122 0 0 0 251975 21 0 0 20 0 1 0 106381692 549806080 111114 18446744073709551615 4194304 5972588 140723538422016 140723538418776 5139327 0 0 1 8405026 0 0 0 17 3 0 0 9 0 0 8070896 8075904 35405824 140723538424260 140723538424360 140723538424360 140723538427854 0
/proc/7828/statm: 134230 111114 864 435 0 127593 0
Current children cumulated CPU time: 2519.96 s
Current children cumulated vsize: 536920 KiB
Current children cumulated memory: 444456 KiB

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

[startup+2520.01 s]
# the end of solver process 7828 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.76 s, system=0.215005 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.98
CPU user time (s): 2519.76
CPU system time (s): 0.215005
CPU usage (%): 99.9985
Max. virtual memory (cumulated for all children) (KiB): 536920
Max. memory (cumulated for all children) (KiB): 444456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.76
system time used= 0.215005
maximum resident set size= 444524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 137166
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= 18
involuntary context switches= 828


# summary of solver processes directly reported to runsolver:
#   pid: 7828
#   total CPU time (s): 2519.98
#   total CPU user time (s): 2519.76
#   total CPU system time (s): 0.215005

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.8005 second user time and 15.2856 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-13 03:31:58
IDJOB=4265604
IDBENCH=137243
IDSOLVER=2655
FILE ID=node134/4265604-1502588753
RUNJOBID= node134-1502565207-4738
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco-sat 1.12
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj2/BinPacking-sum-n4w3b2r8.xml
COMMAND LINE= cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4265604-1502588753/watcher-4265604-1502588753 -o /tmp/evaluation-result-4265604-1502588753/solver-4265604-1502588753 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502565207-4738 --watchdog 2580  cosoco -lc -model -restarts -sat HOME/instance-4265604-1502588753.xml

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

MD5SUM BENCH= 2d1ea33805a592f1cc5486f43d894179
RANDOM SEED=2113316298

node134.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:        31740360 kB
MemAvailable:   31976372 kB
Buffers:          193944 kB
Cached:           354924 kB
SwapCached:            4 kB
Active:           400556 kB
Inactive:         217216 kB
Active(anon):      15764 kB
Inactive(anon):    94724 kB
Active(file):     384792 kB
Inactive(file):   122492 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108764 kB
Dirty:              2360 kB
Writeback:             4 kB
AnonPages:         68896 kB
Mapped:            56724 kB
Shmem:             41596 kB
Slab:             115156 kB
SReclaimable:      89124 kB
SUnreclaim:        26032 kB
KernelStack:        3232 kB
PageTables:         4852 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     352160 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62024 MiB
End job on node134 at 2017-08-13 04:13:58