Trace number 4265595

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

General information on the benchmark

NameBinPacking/BinPacking-sum-skj1/
BinPacking-sum-n4c2w2n.xml
MD5SUM46f71c9023558927bc58b896c2ad9580
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark87
Best CPU time to get the best result obtained on this benchmark20045.199
Satisfiable
(Un)Satisfiability was proved
Number of variables1756
Number of constraints705
Number of domains2
Minimum domain size81
Maximum domain size352
Distribution of domain sizes[{"size":81,"count":1755},{"size":352,"count":1}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":1404},{"degree":5,"count":351}]
Minimum constraint arity5
Maximum constraint arity1755
Distribution of constraint arities[{"arity":5,"count":702},{"arity":352,"count":1},{"arity":1755,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":351},{"type":"lex","count":1},{"type":"sum","count":351},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.03/0.12	c Create Cardinality(vars,values,occurs) constraint using 1755 Exactly/AtMost.. constraint 
0.03/0.12	c
0.44/0.59	c SAT : Variables: 142507 -- Clauses: 5749732
0.44/0.59	c best=?? lower=0 upper=351 
2467.21/2467.47	c
2467.21/2467.47	c This is cosoco 1.12 --  
2467.21/2467.47	c
2467.21/2467.47	c command line: cosoco -lc -model -restarts -sat HOME/instance-4265595-1502587611.xml 
2467.21/2467.47	c enable optimization
2467.21/2467.47	c ========================================[ Problem Statistics ]===========================================
2467.21/2467.47	c |                                                                                                       
2467.21/2467.47	c |  Parse time        :         0.46 s 
2467.21/2467.47	c |
2467.21/2467.47	c |               Variables: 1756
2467.21/2467.47	c |            Domain Sizes: 81..352
2467.21/2467.47	c |
2467.21/2467.47	c |             Constraints: 2188
2467.21/2467.47	c |                   Arity: 1..1755  -- Unary: 1  -- Binary: 1404
2467.21/2467.47	c | 
2467.21/2467.47	c |                   Types: 
2467.21/2467.47	c |                          (X -Y <= k): 1404
2467.21/2467.47	c |                          Exactly K: 81
2467.21/2467.47	c |                          Exactly K variable: 1
2467.21/2467.47	c |                          Intension: 1
2467.21/2467.47	c |                          Lex: 350
2467.21/2467.47	c |                          Sum: 351
2467.21/2467.47	c |                          
2467.21/2467.47	c =========================================================================================================
2467.21/2467.47	conflict 101lvl : 33 bt33-40610:0(103023)X23254694
2519.82/2520.00	
2519.82/2520.00	c *** INTERRUPTED ***
2519.82/2520.00	c restarts              : 55          
2519.82/2520.00	c conflicts             : 510          (0 /sec)
2519.82/2520.00	c decisions             : 98977        (39 /sec)
2519.82/2520.00	c propagations          : 15562345    (6176 /sec)
2519.82/2520.00	c root propagations     : 0           
2519.82/2520.00	c filter calls          : 22726426       (9020 /sec)
2519.82/2520.00	c useless filter calls  : 22390965       (98 %)
2519.82/2520.00	c
2519.82/2520.00	c clauses               : 5749904
2519.82/2520.00	c SAT propagations      : 166
2519.82/2520.00	c SAT conflicts         : 0 (1 learnts)
2519.82/2520.00	c Memory used           : 341.81 MB
2519.82/2520.00	c CPU time              : 2519.64 s
2519.82/2520.00	
2519.82/2520.00	c No Bound found!
2519.82/2520.00	
2519.82/2520.00	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 (15290 MiB free)
  memory of node 1: 16384 MiB (15590 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4265595-1502587611/watcher-4265595-1502587611 -o /tmp/evaluation-result-4265595-1502587611/solver-4265595-1502587611 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502565162-12623 --watchdog 2580 cosoco -lc -model -restarts -sat HOME/instance-4265595-1502587611.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=18237, runsolver pid=18234

[startup+0.100207 s]*
/proc/loadavg: 2.00 2.01 2.05 3/182 18238
/proc/meminfo: memFree=31613652/32770624 swapFree=67105588/67108860
[pid=18237] ppid=18234 vsize=38276 memory=14540 CPUtime=0.03 cores=0,2,4,6
/proc/18237/stat : 18237 (cosoco) R 18234 18237 12560 0 -1 4202496 3812 0 0 0 3 0 0 0 20 0 1 0 60956542 39194624 3635 18446744073709551615 4194304 5972588 140727748936480 140727748933128 140575292410853 0 0 1 0 0 0 0 17 4 0 0 6 0 0 8070896 8075904 22073344 140727748940228 140727748940328 140727748940328 140727748943822 0
/proc/18237/statm: 9569 3635 742 435 0 2932 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 38276 KiB
Current children cumulated memory: 14540 KiB

[startup+0.209594 s]*
/proc/loadavg: 2.00 2.01 2.05 4/182 18238
/proc/meminfo: memFree=31564728/32770624 swapFree=67105588/67108860
[pid=18237] ppid=18234 vsize=96404 memory=67568 CPUtime=0.14 cores=0,2,4,6
/proc/18237/stat : 18237 (cosoco) R 18234 18237 12560 0 -1 4202496 15038 0 0 0 12 2 0 0 20 0 1 0 60956542 98717696 16892 18446744073709551615 4194304 5972588 140727748936480 140727748933128 5280489 0 0 1 0 0 0 0 17 4 0 0 6 0 0 8070896 8075904 22073344 140727748940228 140727748940328 140727748940328 140727748943822 0
/proc/18237/statm: 24101 16892 841 435 0 17464 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 96404 KiB
Current children cumulated memory: 67568 KiB

[startup+0.309622 s]*
/proc/loadavg: 2.00 2.01 2.05 3/182 18238
/proc/meminfo: memFree=31512632/32770624 swapFree=67105588/67108860
[pid=18237] ppid=18234 vsize=161172 memory=116400 CPUtime=0.24 cores=0,2,4,6
/proc/18237/stat : 18237 (cosoco) R 18234 18237 12560 0 -1 4202496 23679 0 0 0 21 3 0 0 20 0 1 0 60956542 165040128 29100 18446744073709551615 4194304 5972588 140727748936480 140727748933272 140575292410853 0 0 1 0 0 0 0 17 4 0 0 6 0 0 8070896 8075904 22073344 140727748940228 140727748940328 140727748940328 140727748943822 0
/proc/18237/statm: 40293 29100 841 435 0 33656 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 161172 KiB
Current children cumulated memory: 116400 KiB

[startup+0.700452 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 18238
/proc/meminfo: memFree=31412112/32770624 swapFree=67105588/67108860
[pid=18237] ppid=18234 vsize=336280 memory=262036 CPUtime=0.62 cores=0,2,4,6
/proc/18237/stat : 18237 (cosoco) R 18234 18237 12560 0 -1 4202496 44273 0 0 0 56 6 0 0 20 0 1 0 60956542 344350720 65509 18446744073709551615 4194304 5972588 140727748936480 140727748933272 5139329 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 22073344 140727748940228 140727748940328 140727748940328 140727748943822 0
/proc/18237/statm: 84070 65509 841 435 0 77433 0
Current children cumulated CPU time: 0.62 s
Current children cumulated vsize: 336280 KiB
Current children cumulated memory: 262036 KiB

[startup+1.50044 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 18238
/proc/meminfo: memFree=31364228/32770624 swapFree=67105588/67108860
[pid=18237] ppid=18234 vsize=336424 memory=262300 CPUtime=1.42 cores=0,2,4,6
/proc/18237/stat : 18237 (cosoco) R 18234 18237 12560 0 -1 4202496 44331 0 0 0 136 6 0 0 20 0 1 0 60956542 344498176 65575 18446744073709551615 4194304 5972588 140727748936480 140727748933272 5139312 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 22073344 140727748940228 140727748940328 140727748940328 140727748943822 0
/proc/18237/statm: 84106 65575 858 435 0 77469 0
Current children cumulated CPU time: 1.42 s
Current children cumulated vsize: 336424 KiB
Current children cumulated memory: 262300 KiB

[startup+3.10955 s]
/proc/loadavg: 1.92 2.00 2.04 3/182 18238
/proc/meminfo: memFree=31363484/32770624 swapFree=67105588/67108860
[pid=18237] ppid=18234 vsize=336764 memory=262756 CPUtime=3.04 cores=0,2,4,6
/proc/18237/stat : 18237 (cosoco) R 18234 18237 12560 0 -1 4202496 47754 0 0 0 297 7 0 0 20 0 1 0 60956542 344846336 65689 18446744073709551615 4194304 5972588 140727748936480 140727748933640 5139329 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 22073344 140727748940228 140727748940328 140727748940328 140727748943822 0
/proc/18237/statm: 84191 65689 858 435 0 77554 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 336764 KiB
Current children cumulated memory: 262756 KiB

[startup+6.30043 s]
/proc/loadavg: 1.92 2.00 2.04 3/182 18238
/proc/meminfo: memFree=31363200/32770624 swapFree=67105588/67108860
[pid=18237] ppid=18234 vsize=336764 memory=262796 CPUtime=6.22 cores=0,2,4,6
/proc/18237/stat : 18237 (cosoco) R 18234 18237 12560 0 -1 4202496 55316 0 0 0 615 7 0 0 20 0 1 0 60956542 344846336 65699 18446744073709551615 4194304 5972588 140727748936480 140727748933640 5139327 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 22073344 140727748940228 140727748940328 140727748940328 140727748943822 0
/proc/18237/statm: 84191 65699 858 435 0 77554 0
Current children cumulated CPU time: 6.22 s
Current children cumulated vsize: 336764 KiB
Current children cumulated memory: 262796 KiB

[startup+12.7004 s]
/proc/loadavg: 1.93 2.00 2.04 3/182 18239
/proc/meminfo: memFree=31362952/32770624 swapFree=67105588/67108860
[pid=18237] ppid=18234 vsize=337004 memory=262940 CPUtime=12.62 cores=0,2,4,6
/proc/18237/stat : 18237 (cosoco) R 18234 18237 12560 0 -1 4202496 64535 0 0 0 1254 8 0 0 20 0 1 0 60956542 345092096 65735 18446744073709551615 4194304 5972588 140727748936480 140727748933672 5139329 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 22073344 140727748940228 140727748940328 140727748940328 140727748943822 0
/proc/18237/statm: 84251 65735 858 435 0 77614 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 337004 KiB
Current children cumulated memory: 262940 KiB

[startup+25.5004 s]
/proc/loadavg: 1.95 2.00 2.04 3/182 18239
/proc/meminfo: memFree=31362952/32770624 swapFree=67105588/67108860
[pid=18237] ppid=18234 vsize=337004 memory=262940 CPUtime=25.42 cores=0,2,4,6
/proc/18237/stat : 18237 (cosoco) R 18234 18237 12560 0 -1 4202496 72681 0 0 0 2533 9 0 0 20 0 1 0 60956542 345092096 65735 18446744073709551615 4194304 5972588 140727748936480 140727748933672 5139329 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 22073344 140727748940228 140727748940328 140727748940328 140727748943822 0
/proc/18237/statm: 84251 65735 858 435 0 77614 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 337004 KiB
Current children cumulated memory: 262940 KiB

[startup+51.1096 s]
/proc/loadavg: 1.96 2.00 2.04 3/182 18239
/proc/meminfo: memFree=31363112/32770624 swapFree=67105588/67108860
[pid=18237] ppid=18234 vsize=337004 memory=262940 CPUtime=51.03 cores=0,2,4,6
/proc/18237/stat : 18237 (cosoco) R 18234 18237 12560 0 -1 4202496 78586 0 0 0 5094 9 0 0 20 0 1 0 60956542 345092096 65735 18446744073709551615 4194304 5972588 140727748936480 140727748933672 5139312 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 22073344 140727748940228 140727748940328 140727748940328 140727748943822 0
/proc/18237/statm: 84251 65735 858 435 0 77614 0
Current children cumulated CPU time: 51.03 s
Current children cumulated vsize: 337004 KiB
Current children cumulated memory: 262940 KiB

[startup+102.3 s]
/proc/loadavg: 1.99 2.00 2.04 3/182 18241
/proc/meminfo: memFree=31362548/32770624 swapFree=67105588/67108860
[pid=18237] ppid=18234 vsize=337004 memory=262944 CPUtime=102.21 cores=0,2,4,6
/proc/18237/stat : 18237 (cosoco) R 18234 18237 12560 0 -1 4202496 84796 0 0 0 10211 10 0 0 20 0 1 0 60956542 345092096 65736 18446744073709551615 4194304 5972588 140727748936480 140727748933672 5032423 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 22073344 140727748940228 140727748940328 140727748940328 140727748943822 0
/proc/18237/statm: 84251 65736 858 435 0 77614 0
Current children cumulated CPU time: 102.21 s
Current children cumulated vsize: 337004 KiB
Current children cumulated memory: 262944 KiB

[startup+162.3 s]
/proc/loadavg: 1.99 2.00 2.04 3/182 18243
/proc/meminfo: memFree=31362336/32770624 swapFree=67105588/67108860
[pid=18237] ppid=18234 vsize=337004 memory=262944 CPUtime=162.21 cores=0,2,4,6
/proc/18237/stat : 18237 (cosoco) R 18234 18237 12560 0 -1 4202496 85125 0 0 0 16211 10 0 0 20 0 1 0 60956542 345092096 65736 18446744073709551615 4194304 5972588 140727748936480 140727748933672 5139329 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 22073344 140727748940228 140727748940328 140727748940328 140727748943822 0
/proc/18237/statm: 84251 65736 858 435 0 77614 0
Current children cumulated CPU time: 162.21 s
Current children cumulated vsize: 337004 KiB
Current children cumulated memory: 262944 KiB

[startup+222.3 s]
/proc/loadavg: 2.06 2.01 2.05 3/182 18245
/proc/meminfo: memFree=31362836/32770624 swapFree=67105588/67108860
[pid=18237] ppid=18234 vsize=337004 memory=262944 CPUtime=222.21 cores=0,2,4,6
/proc/18237/stat : 18237 (cosoco) R 18234 18237 12560 0 -1 4202496 85439 0 0 0 22211 10 0 0 20 0 1 0 60956542 345092096 65736 18446744073709551615 4194304 5972588 140727748936480 140727748933672 5139333 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 22073344 140727748940228 140727748940328 140727748940328 140727748943822 0
/proc/18237/statm: 84251 65736 858 435 0 77614 0
Current children cumulated CPU time: 222.21 s
Current children cumulated vsize: 337004 KiB
Current children cumulated memory: 262944 KiB

[startup+282.3 s]
/proc/loadavg: 1.95 2.00 2.04 3/182 18247
/proc/meminfo: memFree=31359104/32770624 swapFree=67105588/67108860
[pid=18237] ppid=18234 vsize=337004 memory=265952 CPUtime=282.2 cores=0,2,4,6
/proc/18237/stat : 18237 (cosoco) R 18234 18237 12560 0 -1 4202496 85742 0 0 0 28210 10 0 0 20 0 1 0 60956542 345092096 66488 18446744073709551615 4194304 5972588 140727748936480 140727748933672 5032455 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 22073344 140727748940228 140727748940328 140727748940328 140727748943822 0
/proc/18237/statm: 84251 66488 858 435 0 77614 0
Current children cumulated CPU time: 282.2 s
Current children cumulated vsize: 337004 KiB
Current children cumulated memory: 265952 KiB

[startup+342.3 s]
/proc/loadavg: 1.98 2.00 2.04 3/182 18249
/proc/meminfo: memFree=31359352/32770624 swapFree=67105588/67108860
[pid=18237] ppid=18234 vsize=337004 memory=265952 CPUtime=342.2 cores=0,2,4,6
/proc/18237/stat : 18237 (cosoco) R 18234 18237 12560 0 -1 4202496 86307 0 0 0 34210 10 0 0 20 0 1 0 60956542 345092096 66488 18446744073709551615 4194304 5972588 140727748936480 140727748933672 5139312 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 22073344 140727748940228 140727748940328 140727748940328 140727748943822 0
/proc/18237/statm: 84251 66488 858 435 0 77614 0
Current children cumulated CPU time: 342.2 s
Current children cumulated vsize: 337004 KiB
Current children cumulated memory: 265952 KiB

[startup+402.3 s]
/proc/loadavg: 1.99 2.00 2.04 3/182 18251
/proc/meminfo: memFree=31358732/32770624 swapFree=67105588/67108860
[pid=18237] ppid=18234 vsize=337004 memory=265952 CPUtime=402.2 cores=0,2,4,6
/proc/18237/stat : 18237 (cosoco) R 18234 18237 12560 0 -1 4202496 86838 0 0 0 40210 10 0 0 20 0 1 0 60956542 345092096 66488 18446744073709551615 4194304 5972588 140727748936480 140727748933672 5139329 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 22073344 140727748940228 140727748940328 140727748940328 140727748943822 0
/proc/18237/statm: 84251 66488 858 435 0 77614 0
Current children cumulated CPU time: 402.2 s
Current children cumulated vsize: 337004 KiB
Current children cumulated memory: 265952 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/185 18266
/proc/meminfo: memFree=31355524/32770624 swapFree=67105588/67108860
[pid=18237] ppid=18234 vsize=337004 memory=265952 CPUtime=462.2 cores=0,2,4,6
/proc/18237/stat : 18237 (cosoco) R 18234 18237 12560 0 -1 4202496 87343 0 0 0 46210 10 0 0 20 0 1 0 60956542 345092096 66488 18446744073709551615 4194304 5972588 140727748936480 140727748933672 5139312 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 22073344 140727748940228 140727748940328 140727748940328 140727748943822 0
/proc/18237/statm: 84251 66488 858 435 0 77614 0
Current children cumulated CPU time: 462.2 s
Current children cumulated vsize: 337004 KiB
Current children cumulated memory: 265952 KiB


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

/proc/18237/statm: 87502 69760 858 435 0 80865 0
Current children cumulated CPU time: 1722.14 s
Current children cumulated vsize: 350008 KiB
Current children cumulated memory: 279040 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/182 18450
/proc/meminfo: memFree=31304992/32770624 swapFree=67105588/67108860
[pid=18237] ppid=18234 vsize=350008 memory=279040 CPUtime=1782.13 cores=0,2,4,6
/proc/18237/stat : 18237 (cosoco) R 18234 18237 12560 0 -1 4202496 136786 0 0 0 178197 16 0 0 20 0 1 0 60956542 358408192 69760 18446744073709551615 4194304 5972588 140727748936480 140727748933320 5139319 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 22073344 140727748940228 140727748940328 140727748940328 140727748943822 0
/proc/18237/statm: 87502 69760 858 435 0 80865 0
Current children cumulated CPU time: 1782.13 s
Current children cumulated vsize: 350008 KiB
Current children cumulated memory: 279040 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/182 18452
/proc/meminfo: memFree=31304992/32770624 swapFree=67105588/67108860
[pid=18237] ppid=18234 vsize=350008 memory=279040 CPUtime=1842.14 cores=0,2,4,6
/proc/18237/stat : 18237 (cosoco) R 18234 18237 12560 0 -1 4202496 138577 0 0 0 184197 17 0 0 20 0 1 0 60956542 358408192 69760 18446744073709551615 4194304 5972588 140727748936480 140727748933320 5139312 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 22073344 140727748940228 140727748940328 140727748940328 140727748943822 0
/proc/18237/statm: 87502 69760 858 435 0 80865 0
Current children cumulated CPU time: 1842.14 s
Current children cumulated vsize: 350008 KiB
Current children cumulated memory: 279040 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/182 18454
/proc/meminfo: memFree=31305740/32770624 swapFree=67105588/67108860
[pid=18237] ppid=18234 vsize=350008 memory=279040 CPUtime=1902.13 cores=0,2,4,6
/proc/18237/stat : 18237 (cosoco) R 18234 18237 12560 0 -1 4202496 140541 0 0 0 190196 17 0 0 20 0 1 0 60956542 358408192 69760 18446744073709551615 4194304 5972588 140727748936480 140727748933320 5139312 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 22073344 140727748940228 140727748940328 140727748940328 140727748943822 0
/proc/18237/statm: 87502 69760 858 435 0 80865 0
Current children cumulated CPU time: 1902.13 s
Current children cumulated vsize: 350008 KiB
Current children cumulated memory: 279040 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/181 18456
/proc/meminfo: memFree=31305492/32770624 swapFree=67105588/67108860
[pid=18237] ppid=18234 vsize=350008 memory=279040 CPUtime=1962.13 cores=0,2,4,6
/proc/18237/stat : 18237 (cosoco) R 18234 18237 12560 0 -1 4202496 142012 0 0 0 196196 17 0 0 20 0 1 0 60956542 358408192 69760 18446744073709551615 4194304 5972588 140727748936480 140727748933320 5139264 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 22073344 140727748940228 140727748940328 140727748940328 140727748943822 0
/proc/18237/statm: 87502 69760 858 435 0 80865 0
Current children cumulated CPU time: 1962.13 s
Current children cumulated vsize: 350008 KiB
Current children cumulated memory: 279040 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/181 18458
/proc/meminfo: memFree=31306136/32770624 swapFree=67105588/67108860
[pid=18237] ppid=18234 vsize=350008 memory=279040 CPUtime=2022.12 cores=0,2,4,6
/proc/18237/stat : 18237 (cosoco) R 18234 18237 12560 0 -1 4202496 143764 0 0 0 202195 17 0 0 20 0 1 0 60956542 358408192 69760 18446744073709551615 4194304 5972588 140727748936480 140727748933320 5139327 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 22073344 140727748940228 140727748940328 140727748940328 140727748943822 0
/proc/18237/statm: 87502 69760 858 435 0 80865 0
Current children cumulated CPU time: 2022.12 s
Current children cumulated vsize: 350008 KiB
Current children cumulated memory: 279040 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/181 18460
/proc/meminfo: memFree=31305640/32770624 swapFree=67105588/67108860
[pid=18237] ppid=18234 vsize=350008 memory=279040 CPUtime=2082.12 cores=0,2,4,6
/proc/18237/stat : 18237 (cosoco) R 18234 18237 12560 0 -1 4202496 145758 0 0 0 208195 17 0 0 20 0 1 0 60956542 358408192 69760 18446744073709551615 4194304 5972588 140727748936480 140727748933320 5139312 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 22073344 140727748940228 140727748940328 140727748940328 140727748943822 0
/proc/18237/statm: 87502 69760 858 435 0 80865 0
Current children cumulated CPU time: 2082.12 s
Current children cumulated vsize: 350008 KiB
Current children cumulated memory: 279040 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/181 18462
/proc/meminfo: memFree=31305952/32770624 swapFree=67105588/67108860
[pid=18237] ppid=18234 vsize=350008 memory=279040 CPUtime=2142.12 cores=0,2,4,6
/proc/18237/stat : 18237 (cosoco) R 18234 18237 12560 0 -1 4202496 147874 0 0 0 214195 17 0 0 20 0 1 0 60956542 358408192 69760 18446744073709551615 4194304 5972588 140727748936480 140727748933320 5139319 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 22073344 140727748940228 140727748940328 140727748940328 140727748943822 0
/proc/18237/statm: 87502 69760 858 435 0 80865 0
Current children cumulated CPU time: 2142.12 s
Current children cumulated vsize: 350008 KiB
Current children cumulated memory: 279040 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/181 18464
/proc/meminfo: memFree=31305704/32770624 swapFree=67105588/67108860
[pid=18237] ppid=18234 vsize=350008 memory=279044 CPUtime=2202.12 cores=0,2,4,6
/proc/18237/stat : 18237 (cosoco) R 18234 18237 12560 0 -1 4202496 149696 0 0 0 220195 17 0 0 20 0 1 0 60956542 358408192 69761 18446744073709551615 4194304 5972588 140727748936480 140727748933320 5139312 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 22073344 140727748940228 140727748940328 140727748940328 140727748943822 0
/proc/18237/statm: 87502 69761 858 435 0 80865 0
Current children cumulated CPU time: 2202.12 s
Current children cumulated vsize: 350008 KiB
Current children cumulated memory: 279044 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/184 18480
/proc/meminfo: memFree=31300368/32770624 swapFree=67105588/67108860
[pid=18237] ppid=18234 vsize=350008 memory=279060 CPUtime=2262.11 cores=0,2,4,6
/proc/18237/stat : 18237 (cosoco) R 18234 18237 12560 0 -1 4202496 151693 0 0 0 226194 17 0 0 20 0 1 0 60956542 358408192 69765 18446744073709551615 4194304 5972588 140727748936480 140727748933320 5139329 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 22073344 140727748940228 140727748940328 140727748940328 140727748943822 0
/proc/18237/statm: 87502 69765 858 435 0 80865 0
Current children cumulated CPU time: 2262.11 s
Current children cumulated vsize: 350008 KiB
Current children cumulated memory: 279060 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/184 18482
/proc/meminfo: memFree=31301228/32770624 swapFree=67105588/67108860
[pid=18237] ppid=18234 vsize=350008 memory=279068 CPUtime=2322.11 cores=0,2,4,6
/proc/18237/stat : 18237 (cosoco) R 18234 18237 12560 0 -1 4202496 153443 0 0 0 232194 17 0 0 20 0 1 0 60956542 358408192 69767 18446744073709551615 4194304 5972588 140727748936480 140727748933320 5139312 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 22073344 140727748940228 140727748940328 140727748940328 140727748943822 0
/proc/18237/statm: 87502 69767 858 435 0 80865 0
Current children cumulated CPU time: 2322.11 s
Current children cumulated vsize: 350008 KiB
Current children cumulated memory: 279068 KiB

[startup+2382.3 s]
/proc/loadavg: 2.28 2.06 2.06 3/181 18484
/proc/meminfo: memFree=31304608/32770624 swapFree=67105588/67108860
[pid=18237] ppid=18234 vsize=350008 memory=279068 CPUtime=2382.12 cores=0,2,4,6
/proc/18237/stat : 18237 (cosoco) R 18234 18237 12560 0 -1 4202496 155396 0 0 0 238194 18 0 0 20 0 1 0 60956542 358408192 69767 18446744073709551615 4194304 5972588 140727748936480 140727748933320 5139490 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 22073344 140727748940228 140727748940328 140727748940328 140727748943822 0
/proc/18237/statm: 87502 69767 858 435 0 80865 0
Current children cumulated CPU time: 2382.12 s
Current children cumulated vsize: 350008 KiB
Current children cumulated memory: 279068 KiB

[startup+2442.3 s]
/proc/loadavg: 2.38 2.15 2.09 3/181 18486
/proc/meminfo: memFree=31305244/32770624 swapFree=67105588/67108860
[pid=18237] ppid=18234 vsize=350008 memory=279068 CPUtime=2442.11 cores=0,2,4,6
/proc/18237/stat : 18237 (cosoco) R 18234 18237 12560 0 -1 4202496 157366 0 0 0 244193 18 0 0 20 0 1 0 60956542 358408192 69767 18446744073709551615 4194304 5972588 140727748936480 140727748933320 5139329 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 22073344 140727748940228 140727748940328 140727748940328 140727748943822 0
/proc/18237/statm: 87502 69767 858 435 0 80865 0
Current children cumulated CPU time: 2442.11 s
Current children cumulated vsize: 350008 KiB
Current children cumulated memory: 279068 KiB

[startup+2502.3 s]
/proc/loadavg: 2.14 2.12 2.09 3/181 18488
/proc/meminfo: memFree=31304748/32770624 swapFree=67105588/67108860
[pid=18237] ppid=18234 vsize=350008 memory=279092 CPUtime=2502.11 cores=0,2,4,6
/proc/18237/stat : 18237 (cosoco) R 18234 18237 12560 0 -1 4202496 159344 0 0 0 250193 18 0 0 20 0 1 0 60956542 358408192 69773 18446744073709551615 4194304 5972588 140727748936480 140727748933704 5032455 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 22073344 140727748940228 140727748940328 140727748940328 140727748943822 0
/proc/18237/statm: 87502 69773 864 435 0 80865 0
Current children cumulated CPU time: 2502.11 s
Current children cumulated vsize: 350008 KiB
Current children cumulated memory: 279092 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.11 2.12 2.08 3/181 18488
/proc/meminfo: memFree=31304748/32770624 swapFree=67105588/67108860
[pid=18237] ppid=18234 vsize=350008 memory=279096 CPUtime=2519.82 cores=0,2,4,6
/proc/18237/stat : 18237 (cosoco) R 18234 18237 12560 0 -1 4202496 160180 0 0 0 251964 18 0 0 20 0 1 0 60956542 358408192 69774 18446744073709551615 4194304 5972588 140727748936480 140727748933704 5139329 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 22073344 140727748940228 140727748940328 140727748940328 140727748943822 0
/proc/18237/statm: 87502 69774 864 435 0 80865 0
Current children cumulated CPU time: 2519.82 s
Current children cumulated vsize: 350008 KiB
Current children cumulated memory: 279096 KiB

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

[startup+2520.01 s]
# the end of solver process 18237 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.64 s, system=0.184992 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.83
CPU user time (s): 2519.64
CPU system time (s): 0.184992
CPU usage (%): 99.9927
Max. virtual memory (cumulated for all children) (KiB): 350008
Max. memory (cumulated for all children) (KiB): 279096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.64
system time used= 0.184992
maximum resident set size= 279164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 160224
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= 17
involuntary context switches= 707


# summary of solver processes directly reported to runsolver:
#   pid: 18237
#   total CPU time (s): 2519.83
#   total CPU user time (s): 2519.64
#   total CPU system time (s): 0.184992

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.2291 second user time and 17.3051 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-13 03:12:50
IDJOB=4265595
IDBENCH=136475
IDSOLVER=2655
FILE ID=node126/4265595-1502587611
RUNJOBID= node126-1502565162-12623
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco-sat 1.12
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj1/BinPacking-sum-n4c2w2n.xml
COMMAND LINE= cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4265595-1502587611/watcher-4265595-1502587611 -o /tmp/evaluation-result-4265595-1502587611/solver-4265595-1502587611 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502565162-12623 --watchdog 2580  cosoco -lc -model -restarts -sat HOME/instance-4265595-1502587611.xml

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

MD5SUM BENCH= 46f71c9023558927bc58b896c2ad9580
RANDOM SEED=1806513431

node126.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.81
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.81
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.81
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.81
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:        31622320 kB
MemAvailable:   31968492 kB
Buffers:          235748 kB
Cached:           389564 kB
SwapCached:          524 kB
Active:           545352 kB
Inactive:         142640 kB
Active(anon):       9676 kB
Inactive(anon):    85956 kB
Active(file):     535676 kB
Inactive(file):    56684 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              2372 kB
Writeback:             0 kB
AnonPages:         61388 kB
Mapped:            46676 kB
Shmem:             33472 kB
Slab:             164936 kB
SReclaimable:     139292 kB
SUnreclaim:        25644 kB
KernelStack:        3264 kB
PageTables:         4276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     341268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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 node126 at 2017-08-13 03:54:50