Trace number 4240842

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
R1: cosoco-sat 1.1? (TO) 2400.18 2400.71

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t08-5.xml
MD5SUM80f621e31f8a9b35d5cf92091f9e4ac3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark533
Best CPU time to get the best result obtained on this benchmark2400.02
Satisfiable
(Un)Satisfiability was proved
Number of variables7084
Number of constraints656
Number of domains11
Minimum domain size2
Maximum domain size213
Distribution of domain sizes[{"size":2,"count":644},{"size":8,"count":644},{"size":19,"count":644},{"size":49,"count":644},{"size":96,"count":644},{"size":97,"count":644},{"size":101,"count":644},{"size":106,"count":644},{"size":159,"count":644},{"size":162,"count":644},{"size":213,"count":644}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":7084}]
Minimum constraint arity11
Maximum constraint arity6440
Distribution of constraint arities[{"arity":11,"count":644},{"arity":644,"count":11},{"arity":6440,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":1},{"type":"lex","count":1},{"type":"sum","count":654}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

3.98/4.08	c SAT : Variables: 651728 -- Clauses: 44692312
3.98/4.08	c best=?? lower=0 upper=644 

Verifier Data

One s line expected

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4240842-1500640613/watcher-4240842-1500640613 -o /tmp/evaluation-result-4240842-1500640613/solver-4240842-1500640613 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node138-1500635807-7067 --watchdog 2560 HOME/cosoco -lc -model -restarts -sat HOME/instance-4240842-1500640613.xml 

pid=7634
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.01 3/186 7637
/proc/meminfo: memFree=28315184/32770624 swapFree=6180/1372288
[pid=7637] ppid=7634 vsize=27256 CPUtime=0 cores=0,2,4,6
/proc/7637/stat : 7637 (cosoco) R 7634 7637 4191 0 -1 4202496 1024 0 0 0 0 0 0 0 20 0 1 0 17500256 27910144 832 33554432000 4194304 5970956 140731669536528 140731669533176 139696544496613 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 31535104 140731669542076 140731669542211 140731669542211 140731669544910 0
/proc/7637/statm: 6814 832 703 434 0 178 0

[startup+0.100114 s]
/proc/loadavg: 2.00 2.01 2.01 3/186 7637
/proc/meminfo: memFree=28315184/32770624 swapFree=6180/1372288
[pid=7637] ppid=7634 vsize=36268 CPUtime=0.09 cores=0,2,4,6
/proc/7637/stat : 7637 (cosoco) R 7634 7637 4191 0 -1 4202496 3302 0 0 0 9 0 0 0 20 0 1 0 17500256 37138432 3119 33554432000 4194304 5970956 140731669536528 140731669531032 5634429 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 31535104 140731669542076 140731669542211 140731669542211 140731669544910 0
/proc/7637/statm: 9067 3119 733 434 0 2431 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36268

[startup+0.20031 s]
/proc/loadavg: 2.00 2.01 2.01 3/186 7637
/proc/meminfo: memFree=28315184/32770624 swapFree=6180/1372288
[pid=7637] ppid=7634 vsize=107236 CPUtime=0.19 cores=0,2,4,6
/proc/7637/stat : 7637 (cosoco) R 7634 7637 4191 0 -1 4202496 19925 0 0 0 17 2 0 0 20 0 1 0 17500256 109809664 20248 33554432000 4194304 5970956 140731669536528 140731669533432 139696544496613 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0 8070896 8075904 31535104 140731669542076 140731669542211 140731669542211 140731669544910 0
/proc/7637/statm: 26842 20248 780 434 0 20206 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 107236

[startup+0.30028 s]
/proc/loadavg: 2.00 2.01 2.01 3/186 7637
/proc/meminfo: memFree=28315184/32770624 swapFree=6180/1372288
[pid=7637] ppid=7634 vsize=162864 CPUtime=0.29 cores=0,2,4,6
/proc/7637/stat : 7637 (cosoco) R 7634 7637 4191 0 -1 4202496 29128 0 0 0 25 4 0 0 20 0 1 0 17500256 166772736 33036 33554432000 4194304 5970956 140731669536528 140731669533352 139696544496613 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0 8070896 8075904 31535104 140731669542076 140731669542211 140731669542211 140731669544910 0
/proc/7637/statm: 40716 33036 780 434 0 34080 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 162864

[startup+0.700227 s]
/proc/loadavg: 2.00 2.01 2.01 3/186 7637
/proc/meminfo: memFree=28315184/32770624 swapFree=6180/1372288
[pid=7637] ppid=7634 vsize=389904 CPUtime=0.69 cores=0,2,4,6
/proc/7637/stat : 7637 (cosoco) R 7634 7637 4191 0 -1 4202496 57115 0 0 0 61 8 0 0 20 0 1 0 17500256 399261696 81949 33554432000 4194304 5970956 140731669536528 140731669533352 139696545337952 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0 8070896 8075904 31535104 140731669542076 140731669542211 140731669542211 140731669544910 0
/proc/7637/statm: 97476 81949 780 434 0 90840 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 389904

[startup+1.50023 s]
/proc/loadavg: 2.00 2.01 2.01 3/187 7638
/proc/meminfo: memFree=27236148/32770624 swapFree=6180/1372328
[pid=7637] ppid=7634 vsize=844884 CPUtime=1.49 cores=0,2,4,6
/proc/7637/stat : 7637 (cosoco) R 7634 7637 4191 0 -1 4202496 109804 0 0 0 132 17 0 0 20 0 1 0 17500256 865161216 178581 33554432000 4194304 5970956 140731669536528 140731669533352 139696544496613 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0 8070896 8075904 31535104 140731669542076 140731669542211 140731669542211 140731669544910 0
/proc/7637/statm: 211221 178581 780 434 0 204585 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 844884

[startup+3.10022 s]
/proc/loadavg: 2.00 2.01 2.01 3/187 7638
/proc/meminfo: memFree=26166188/32770624 swapFree=6180/1372332
[pid=7637] ppid=7634 vsize=1545068 CPUtime=3.09 cores=0,2,4,6
/proc/7637/stat : 7637 (cosoco) R 7634 7637 4191 0 -1 4202496 216982 0 0 0 272 37 0 0 20 0 1 0 17500256 1582149632 365094 33554432000 4194304 5970956 140731669536528 140731669533352 139696544492350 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0 8070896 8075904 31535104 140731669542076 140731669542211 140731669542211 140731669544910 0
/proc/7637/statm: 386267 365160 780 434 0 379631 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1545068

[startup+6.30021 s]
/proc/loadavg: 2.00 2.01 2.01 3/187 7638
/proc/meminfo: memFree=23566880/32770624 swapFree=6180/1372332
[pid=7637] ppid=7634 vsize=2295368 CPUtime=6.29 cores=0,2,4,6
/proc/7637/stat : 7637 (cosoco) R 7634 7637 4191 0 -1 4202496 323644 0 0 0 575 54 0 0 20 0 1 0 17500256 2350456832 503769 33554432000 4194304 5970956 140731669536528 140731669533496 5337509 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 31535104 140731669542076 140731669542211 140731669542211 140731669544910 0
/proc/7637/statm: 573842 503769 800 434 0 567206 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2295368

[startup+12.7002 s]
/proc/loadavg: 2.00 2.01 2.01 3/187 7638
/proc/meminfo: memFree=20292632/32770624 swapFree=6180/1372340
[pid=7637] ppid=7634 vsize=2319588 CPUtime=12.68 cores=0,2,4,6
/proc/7637/stat : 7637 (cosoco) R 7634 7637 4191 0 -1 4202496 372134 0 0 0 1211 57 0 0 20 0 1 0 17500256 2375258112 509662 33554432000 4194304 5970956 140731669536528 140731669533864 5337509 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 31535104 140731669542076 140731669542211 140731669542211 140731669544910 0
/proc/7637/statm: 579897 509662 800 434 0 573261 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 2319588

[startup+25.5003 s]
/proc/loadavg: 2.08 2.03 2.01 3/187 7638
/proc/meminfo: memFree=19221184/32770624 swapFree=6180/1372348
[pid=7637] ppid=7634 vsize=2332504 CPUtime=25.49 cores=0,2,4,6
/proc/7637/stat : 7637 (cosoco) R 7634 7637 4191 0 -1 4202496 426260 0 0 0 2486 63 0 0 20 0 1 0 17500256 2388484096 512841 33554432000 4194304 5970956 140731669536528 140731669533864 5045304 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 31535104 140731669542076 140731669542211 140731669542211 140731669544910 0
/proc/7637/statm: 583126 512841 800 434 0 576490 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2332504

[startup+51.1003 s]
/proc/loadavg: 2.05 2.03 2.01 3/187 7638
/proc/meminfo: memFree=19023128/32770624 swapFree=6180/1372356
[pid=7637] ppid=7634 vsize=2332504 CPUtime=51.07 cores=0,2,4,6
/proc/7637/stat : 7637 (cosoco) R 7634 7637 4191 0 -1 4202496 451171 0 0 0 5042 65 0 0 20 0 1 0 17500256 2388484096 513353 33554432000 4194304 5970956 140731669536528 140731669533864 5039178 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 31535104 140731669542076 140731669542211 140731669542211 140731669544910 0
/proc/7637/statm: 583126 513353 800 434 0 576490 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 2332504

[startup+102.3 s]
/proc/loadavg: 2.06 2.04 2.02 3/187 7639
/proc/meminfo: memFree=18954976/32770624 swapFree=6180/1372384
[pid=7637] ppid=7634 vsize=2332504 CPUtime=102.27 cores=0,2,4,6
/proc/7637/stat : 7637 (cosoco) R 7634 7637 4191 0 -1 4202496 482397 0 0 0 10160 67 0 0 20 0 1 0 17500256 2388484096 513353 33554432000 4194304 5970956 140731669536528 140731669533864 5038179 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 31535104 140731669542076 140731669542211 140731669542211 140731669544910 0
/proc/7637/statm: 583126 513353 800 434 0 576490 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 2332504

[startup+162.3 s]
/proc/loadavg: 2.02 2.03 2.02 3/187 7640
/proc/meminfo: memFree=18955060/32770624 swapFree=6180/1372408
[pid=7637] ppid=7634 vsize=2332504 CPUtime=162.25 cores=0,2,4,6
/proc/7637/stat : 7637 (cosoco) R 7634 7637 4191 0 -1 4202496 511864 0 0 0 16156 69 0 0 20 0 1 0 17500256 2388484096 513353 33554432000 4194304 5970956 140731669536528 140731669533864 5038188 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 31535104 140731669542076 140731669542211 140731669542211 140731669544910 0
/proc/7637/statm: 583126 513353 800 434 0 576490 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 2332504

[startup+222.306 s]
/proc/loadavg: 2.01 2.03 2.02 3/188 7649
/proc/meminfo: memFree=18954632/32770624 swapFree=6180/1372444
[pid=7637] ppid=7634 vsize=2332504 CPUtime=222.24 cores=0,2,4,6
/proc/7637/stat : 7637 (cosoco) R 7634 7637 4191 0 -1 4202496 536230 0 0 0 22153 71 0 0 20 0 1 0 17500256 2388484096 513353 33554432000 4194304 5970956 140731669536528 140731669533864 5038163 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 31535104 140731669542076 140731669542211 140731669542211 140731669544910 0
/proc/7637/statm: 583126 513353 800 434 0 576490 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 2332504

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.02 3/188 7650
/proc/meminfo: memFree=18954532/32770624 swapFree=6180/1372476
[pid=7637] ppid=7634 vsize=2332504 CPUtime=282.22 cores=0,2,4,6
/proc/7637/stat : 7637 (cosoco) R 7634 7637 4191 0 -1 4202496 562220 0 0 0 28150 72 0 0 20 0 1 0 17500256 2388484096 513353 33554432000 4194304 5970956 140731669536528 140731669533864 5038183 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 31535104 140731669542076 140731669542211 140731669542211 140731669544910 0
/proc/7637/statm: 583126 513353 800 434 0 576490 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 2332504

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.02 3/188 7651
/proc/meminfo: memFree=18954692/32770624 swapFree=6180/1372496
[pid=7637] ppid=7634 vsize=2332504 CPUtime=342.21 cores=0,2,4,6
/proc/7637/stat : 7637 (cosoco) R 7634 7637 4191 0 -1 4202496 581035 0 0 0 34148 73 0 0 20 0 1 0 17500256 2388484096 513353 33554432000 4194304 5970956 140731669536528 140731669533864 5098896 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 31535104 140731669542076 140731669542211 140731669542211 140731669544910 0
/proc/7637/statm: 583126 513353 800 434 0 576490 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 2332504

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/188 7652
/proc/meminfo: memFree=18952780/32770624 swapFree=6180/1372520
[pid=7637] ppid=7634 vsize=2332504 CPUtime=402.2 cores=0,2,4,6
/proc/7637/stat : 7637 (cosoco) R 7634 7637 4191 0 -1 4202496 599036 0 0 0 40146 74 0 0 20 0 1 0 17500256 2388484096 513865 33554432000 4194304 5970956 140731669536528 140731669533864 5038188 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 31535104 140731669542076 140731669542211 140731669542211 140731669544910 0
/proc/7637/statm: 583126 513865 800 434 0 576490 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 2332504

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/188 7653
/proc/meminfo: memFree=18952684/32770624 swapFree=6180/1372544
[pid=7637] ppid=7634 vsize=2332504 CPUtime=462.18 cores=0,2,4,6
/proc/7637/stat : 7637 (cosoco) R 7634 7637 4191 0 -1 4202496 608926 0 0 0 46144 74 0 0 20 0 1 0 17500256 2388484096 513865 33554432000 4194304 5970956 140731669536528 140731669533864 5038955 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 31535104 140731669542076 140731669542211 140731669542211 140731669544910 0
/proc/7637/statm: 583126 513865 800 434 0 576490 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 2332504

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/187 7654
/proc/meminfo: memFree=18952976/32770624 swapFree=6180/1372560
[pid=7637] ppid=7634 vsize=2332504 CPUtime=522.17 cores=0,2,4,6
/proc/7637/stat : 7637 (cosoco) R 7634 7637 4191 0 -1 4202496 635853 0 0 0 52141 76 0 0 20 0 1 0 17500256 2388484096 513865 33554432000 4194304 5970956 140731669536528 140731669533864 5038183 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 31535104 140731669542076 140731669542211 140731669542211 140731669544910 0
/proc/7637/statm: 583126 513865 800 434 0 576490 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 2332504

[startup+582.3 s]
/proc/loadavg: 2.05 2.03 2.02 3/187 7655
/proc/meminfo: memFree=18953064/32770624 swapFree=6180/1372588
[pid=7637] ppid=7634 vsize=2332504 CPUtime=582.15 cores=0,2,4,6
/proc/7637/stat : 7637 (cosoco) R 7634 7637 4191 0 -1 4202496 649686 0 0 0 58139 76 0 0 20 0 1 0 17500256 2388484096 513865 33554432000 4194304 5970956 140731669536528 140731669533864 5038738 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 31535104 140731669542076 140731669542211 140731669542211 140731669544910 0
/proc/7637/statm: 583126 513865 800 434 0 576490 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 2332504


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


[startup+1542.31 s]
/proc/loadavg: 2.08 2.04 2.05 3/189 7711
/proc/meminfo: memFree=18952284/32770624 swapFree=6180/1373012
[pid=7637] ppid=7634 vsize=2332504 CPUtime=1541.95 cores=0,2,4,6
/proc/7637/stat : 7637 (cosoco) R 7634 7637 4191 0 -1 4202496 913009 0 0 0 154105 90 0 0 20 0 1 0 17500256 2388484096 513865 33554432000 4194304 5970956 140731669536528 140731669533864 5038188 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 31535104 140731669542076 140731669542211 140731669542211 140731669544910 0
/proc/7637/statm: 583126 513865 800 434 0 576490 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 2332504

[startup+1602.3 s]
/proc/loadavg: 2.07 2.04 2.05 3/189 7712
/proc/meminfo: memFree=18950236/32770624 swapFree=6180/1373036
[pid=7637] ppid=7634 vsize=2332504 CPUtime=1601.93 cores=0,2,4,6
/proc/7637/stat : 7637 (cosoco) R 7634 7637 4191 0 -1 4202496 927280 0 0 0 160102 91 0 0 20 0 1 0 17500256 2388484096 513865 33554432000 4194304 5970956 140731669536528 140731669533864 5038721 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 31535104 140731669542076 140731669542211 140731669542211 140731669544910 0
/proc/7637/statm: 583126 513865 800 434 0 576490 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 2332504

[startup+1662.3 s]
/proc/loadavg: 2.03 2.04 2.05 3/189 7713
/proc/meminfo: memFree=18950576/32770624 swapFree=6180/1373056
[pid=7637] ppid=7634 vsize=2332504 CPUtime=1661.92 cores=0,2,4,6
/proc/7637/stat : 7637 (cosoco) R 7634 7637 4191 0 -1 4202496 950945 0 0 0 166099 93 0 0 20 0 1 0 17500256 2388484096 513865 33554432000 4194304 5970956 140731669536528 140731669533864 5337487 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 31535104 140731669542076 140731669542211 140731669542211 140731669544910 0
/proc/7637/statm: 583126 513865 800 434 0 576490 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 2332504

[startup+1722.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/188 7714
/proc/meminfo: memFree=18950648/32770624 swapFree=6180/1373076
[pid=7637] ppid=7634 vsize=2332504 CPUtime=1721.9 cores=0,2,4,6
/proc/7637/stat : 7637 (cosoco) R 7634 7637 4191 0 -1 4202496 957388 0 0 0 172097 93 0 0 20 0 1 0 17500256 2388484096 513865 33554432000 4194304 5970956 140731669536528 140731669533864 5038183 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 31535104 140731669542076 140731669542211 140731669542211 140731669544910 0
/proc/7637/statm: 583126 513865 800 434 0 576490 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 2332504

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/187 7715
/proc/meminfo: memFree=18950304/32770624 swapFree=6180/1373108
[pid=7637] ppid=7634 vsize=2332504 CPUtime=1781.89 cores=0,2,4,6
/proc/7637/stat : 7637 (cosoco) R 7634 7637 4191 0 -1 4202496 979725 0 0 0 178094 95 0 0 20 0 1 0 17500256 2388484096 513865 33554432000 4194304 5970956 140731669536528 140731669533864 5039311 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 31535104 140731669542076 140731669542211 140731669542211 140731669544910 0
/proc/7637/statm: 583126 513865 800 434 0 576490 0
Current children cumulated CPU time (s) 1781.89
Current children cumulated vsize (KiB) 2332504

[startup+1842.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 7716
/proc/meminfo: memFree=18950108/32770624 swapFree=6180/1373128
[pid=7637] ppid=7634 vsize=2332504 CPUtime=1841.88 cores=0,2,4,6
/proc/7637/stat : 7637 (cosoco) R 7634 7637 4191 0 -1 4202496 986868 0 0 0 184093 95 0 0 20 0 1 0 17500256 2388484096 513865 33554432000 4194304 5970956 140731669536528 140731669533864 5038728 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 31535104 140731669542076 140731669542211 140731669542211 140731669544910 0
/proc/7637/statm: 583126 513865 800 434 0 576490 0
Current children cumulated CPU time (s) 1841.88
Current children cumulated vsize (KiB) 2332504

[startup+1902.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/187 7717
/proc/meminfo: memFree=18950668/32770624 swapFree=6180/1373148
[pid=7637] ppid=7634 vsize=2332504 CPUtime=1901.86 cores=0,2,4,6
/proc/7637/stat : 7637 (cosoco) R 7634 7637 4191 0 -1 4202496 998435 0 0 0 190091 95 0 0 20 0 1 0 17500256 2388484096 513865 33554432000 4194304 5970956 140731669536528 140731669533864 5039186 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 31535104 140731669542076 140731669542211 140731669542211 140731669544910 0
/proc/7637/statm: 583126 513865 800 434 0 576490 0
Current children cumulated CPU time (s) 1901.86
Current children cumulated vsize (KiB) 2332504

[startup+1962.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/187 7718
/proc/meminfo: memFree=18950888/32770624 swapFree=6180/1373168
[pid=7637] ppid=7634 vsize=2332504 CPUtime=1961.85 cores=0,2,4,6
/proc/7637/stat : 7637 (cosoco) R 7634 7637 4191 0 -1 4202496 1019620 0 0 0 196088 97 0 0 20 0 1 0 17500256 2388484096 513865 33554432000 4194304 5970956 140731669536528 140731669533864 4908171 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 31535104 140731669542076 140731669542211 140731669542211 140731669544910 0
/proc/7637/statm: 583126 513865 800 434 0 576490 0
Current children cumulated CPU time (s) 1961.85
Current children cumulated vsize (KiB) 2332504

[startup+2022.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/188 7727
/proc/meminfo: memFree=18950156/32770624 swapFree=6180/1373192
[pid=7637] ppid=7634 vsize=2332504 CPUtime=2021.84 cores=0,2,4,6
/proc/7637/stat : 7637 (cosoco) R 7634 7637 4191 0 -1 4202496 1030898 0 0 0 202086 98 0 0 20 0 1 0 17500256 2388484096 513865 33554432000 4194304 5970956 140731669536528 140731669533864 5039683 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 31535104 140731669542076 140731669542211 140731669542211 140731669544910 0
/proc/7637/statm: 583126 513865 800 434 0 576490 0
Current children cumulated CPU time (s) 2021.84
Current children cumulated vsize (KiB) 2332504

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 7728
/proc/meminfo: memFree=18950432/32770624 swapFree=6180/1373220
[pid=7637] ppid=7634 vsize=2332504 CPUtime=2081.84 cores=0,2,4,6
/proc/7637/stat : 7637 (cosoco) R 7634 7637 4191 0 -1 4202496 1052314 0 0 0 208084 100 0 0 20 0 1 0 17500256 2388484096 513865 33554432000 4194304 5970956 140731669536528 140731669533864 5038163 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 31535104 140731669542076 140731669542211 140731669542211 140731669544910 0
/proc/7637/statm: 583126 513865 800 434 0 576490 0
Current children cumulated CPU time (s) 2081.84
Current children cumulated vsize (KiB) 2332504

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 7729
/proc/meminfo: memFree=18950580/32770624 swapFree=6180/1373240
[pid=7637] ppid=7634 vsize=2332504 CPUtime=2141.81 cores=0,2,4,6
/proc/7637/stat : 7637 (cosoco) R 7634 7637 4191 0 -1 4202496 1062777 0 0 0 214081 100 0 0 20 0 1 0 17500256 2388484096 513865 33554432000 4194304 5970956 140731669536528 140731669533864 5038696 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 31535104 140731669542076 140731669542211 140731669542211 140731669544910 0
/proc/7637/statm: 583126 513865 800 434 0 576490 0
Current children cumulated CPU time (s) 2141.81
Current children cumulated vsize (KiB) 2332504

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 7730
/proc/meminfo: memFree=18950376/32770624 swapFree=6180/1373264
[pid=7637] ppid=7634 vsize=2332504 CPUtime=2201.81 cores=0,2,4,6
/proc/7637/stat : 7637 (cosoco) R 7634 7637 4191 0 -1 4202496 1071993 0 0 0 220080 101 0 0 20 0 1 0 17500256 2388484096 513865 33554432000 4194304 5970956 140731669536528 140731669533864 5047429 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 31535104 140731669542076 140731669542211 140731669542211 140731669544910 0
/proc/7637/statm: 583126 513865 800 434 0 576490 0
Current children cumulated CPU time (s) 2201.81
Current children cumulated vsize (KiB) 2332504

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 7731
/proc/meminfo: memFree=18950264/32770624 swapFree=6180/1373284
[pid=7637] ppid=7634 vsize=2332504 CPUtime=2261.79 cores=0,2,4,6
/proc/7637/stat : 7637 (cosoco) R 7634 7637 4191 0 -1 4202496 1086354 0 0 0 226077 102 0 0 20 0 1 0 17500256 2388484096 513865 33554432000 4194304 5970956 140731669536528 140731669533864 5038188 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 31535104 140731669542076 140731669542211 140731669542211 140731669544910 0
/proc/7637/statm: 583126 513865 800 434 0 576490 0
Current children cumulated CPU time (s) 2261.79
Current children cumulated vsize (KiB) 2332504

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 7732
/proc/meminfo: memFree=18950304/32770624 swapFree=6180/1373304
[pid=7637] ppid=7634 vsize=2332504 CPUtime=2321.78 cores=0,2,4,6
/proc/7637/stat : 7637 (cosoco) R 7634 7637 4191 0 -1 4202496 1102154 0 0 0 232075 103 0 0 20 0 1 0 17500256 2388484096 513865 33554432000 4194304 5970956 140731669536528 140731669533864 5098896 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 31535104 140731669542076 140731669542211 140731669542211 140731669544910 0
/proc/7637/statm: 583126 513865 800 434 0 576490 0
Current children cumulated CPU time (s) 2321.78
Current children cumulated vsize (KiB) 2332504

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 7733
/proc/meminfo: memFree=18950216/32770624 swapFree=6180/1373336
[pid=7637] ppid=7634 vsize=2332504 CPUtime=2381.77 cores=0,2,4,6
/proc/7637/stat : 7637 (cosoco) R 7634 7637 4191 0 -1 4202496 1113207 0 0 0 238073 104 0 0 20 0 1 0 17500256 2388484096 513865 33554432000 4194304 5970956 140731669536528 140731669533864 5039204 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 31535104 140731669542076 140731669542211 140731669542211 140731669544910 0
/proc/7637/statm: 583126 513865 800 434 0 576490 0
Current children cumulated CPU time (s) 2381.77
Current children cumulated vsize (KiB) 2332504



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.6 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 7794
/proc/meminfo: memFree=26970360/32770624 swapFree=6180/1373368
[pid=7637] ppid=7634 vsize=2332504 CPUtime=2400.06 cores=0,2,4,6
/proc/7637/stat : 7637 (cosoco) R 7634 7637 4191 0 -1 4202496 1116373 0 0 0 239902 104 0 0 20 0 1 0 17500256 2388484096 513865 33554432000 4194304 5970956 140731669536528 140731669533864 5038191 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 31535104 140731669542076 140731669542211 140731669542211 140731669544910 0
/proc/7637/statm: 583126 513865 800 434 0 576490 0
Current children cumulated CPU time (s) 2400.06
Current children cumulated vsize (KiB) 2332504

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 7637 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2400.7 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 7794
/proc/meminfo: memFree=26970360/32770624 swapFree=6180/1373368
[pid=7637] ppid=7634 vsize=0 CPUtime=2400.16 cores=0,2,4,6
/proc/7637/stat : 7637 (cosoco) R 7634 7637 4191 0 -1 4202500 1116398 0 0 0 239902 114 0 0 20 0 1 0 17500256 0 0 33554432000 0 0 0 0 0 0 16384 4096 8405026 18446744073709551615 0 0 17 0 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/7637/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2400.16
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 2400.71
CPU time (s): 2400.18
CPU user time (s): 2399.03
CPU system time (s): 1.14974
CPU usage (%): 99.9778
Max. virtual memory (cumulated for all children) (KiB): 2332504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.03
system time used= 1.14974
maximum resident set size= 2055508
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1116398
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= 6
involuntary context switches= 122471

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.85189 second user time and 8.46346 second system time

The end

Launcher Data

Begin job on node138 at 2017-07-21 14:36:53
IDJOB=4240842
IDBENCH=124249
IDSOLVER=2621
FILE ID=node138/4240842-1500640613
RUNJOBID= node138-1500635807-7067
PBS_JOBID= 20622995
Free space on /tmp= 61996 MiB

SOLVER NAME= cosoco-sat 1.1
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t08-5.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4240842-1500640613/watcher-4240842-1500640613 -o /tmp/evaluation-result-4240842-1500640613/solver-4240842-1500640613 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node138-1500635807-7067 --watchdog 2560  HOME/cosoco -lc -model -restarts -sat HOME/instance-4240842-1500640613.xml

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

MD5SUM BENCH= 80f621e31f8a9b35d5cf92091f9e4ac3
RANDOM SEED=999936190

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

/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		: 2133.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.26
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		: 1600.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		: 1600.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.26
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		: 1600.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		: 1600.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.26
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		: 1600.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.26
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		: 1600.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:        28328268 kB
MemAvailable:   29775332 kB
Buffers:          162476 kB
Cached:          1570236 kB
SwapCached:            0 kB
Active:          2624172 kB
Inactive:        1389340 kB
Active(anon):    2282608 kB
Inactive(anon):    17052 kB
Active(file):     341564 kB
Inactive(file):  1372288 kB
Unevictable:        6180 kB
Mlocked:            6180 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2428 kB
Writeback:             0 kB
AnonPages:       2273264 kB
Mapped:            34856 kB
Shmem:             17044 kB
Slab:             123436 kB
SReclaimable:      98092 kB
SUnreclaim:        25344 kB
KernelStack:        3344 kB
PageTables:         9908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2942700 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    149504 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      103808 kB
DirectMap2M:    33441792 kB

Free space on /tmp at the end= 61996 MiB
End job on node138 at 2017-07-21 15:16:54