Trace number 4240823

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 1.1? (TO) 2400.11 2400.51

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t16-5.xml
MD5SUM519aab078b15cc65d0c3ff53b01638da
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark983
Best CPU time to get the best result obtained on this benchmark19781.199
Satisfiable
(Un)Satisfiability was proved
Number of variables26124
Number of constraints1266
Number of domains20
Minimum domain size2
Maximum domain size208
Distribution of domain sizes[{"size":2,"count":1244},{"size":22,"count":1244},{"size":23,"count":1244},{"size":24,"count":1244},{"size":38,"count":1244},{"size":52,"count":1244},{"size":57,"count":1244},{"size":61,"count":1244},{"size":66,"count":1244},{"size":73,"count":1244},{"size":77,"count":1244},{"size":78,"count":1244},{"size":91,"count":1244},{"size":126,"count":1244},{"size":136,"count":1244},{"size":159,"count":1244},{"size":173,"count":2488},{"size":186,"count":1244},{"size":197,"count":1244},{"size":208,"count":1244}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":26124}]
Minimum constraint arity21
Maximum constraint arity24880
Distribution of constraint arities[{"arity":21,"count":1244},{"arity":1244,"count":21},{"arity":24880,"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":1264}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.59/0.69	c best=?? lower=0 upper=1244 

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-4240823-1500640161/watcher-4240823-1500640161 -o /tmp/evaluation-result-4240823-1500640161/solver-4240823-1500640161 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node105-1500623785-3429 --watchdog 2560 HOME/cosoco -lc -model -restarts HOME/instance-4240823-1500640161.xml 

pid=6234
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.02 2.04 2.05 3/186 6237
/proc/meminfo: memFree=31210264/32770624 swapFree=6176/418196
[pid=6237] ppid=6234 vsize=27120 CPUtime=0 cores=0,2,4,6
/proc/6237/stat : 6237 (cosoco) R 6234 6237 3398 0 -1 4202496 980 0 0 0 0 0 0 0 20 0 1 0 18674691 27770880 802 33554432000 4194304 5970956 140731289174944 140731289174136 139785331350501 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 8070896 8075904 32100352 140731289179329 140731289179459 140731289179459 140731289182158 0
/proc/6237/statm: 6780 802 698 434 0 144 0

[startup+0.100117 s]
/proc/loadavg: 2.02 2.04 2.05 3/186 6237
/proc/meminfo: memFree=31210264/32770624 swapFree=6176/418196
[pid=6237] ppid=6234 vsize=31908 CPUtime=0.09 cores=0,2,4,6
/proc/6237/stat : 6237 (cosoco) R 6234 6237 3398 0 -1 4202496 2185 0 0 0 9 0 0 0 20 0 1 0 18674691 32673792 1941 33554432000 4194304 5970956 140731289174944 140731289170280 139785331350501 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 8070896 8075904 32100352 140731289179329 140731289179459 140731289179459 140731289182158 0
/proc/6237/statm: 7977 1941 705 434 0 1341 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31908

[startup+0.200362 s]
/proc/loadavg: 2.02 2.04 2.05 3/186 6237
/proc/meminfo: memFree=31210264/32770624 swapFree=6176/418196
[pid=6237] ppid=6234 vsize=60928 CPUtime=0.19 cores=0,2,4,6
/proc/6237/stat : 6237 (cosoco) R 6234 6237 3398 0 -1 4202496 9477 0 0 0 19 0 0 0 20 0 1 0 18674691 62390272 9280 33554432000 4194304 5970956 140731289174944 140731289169448 5136089 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 8070896 8075904 32100352 140731289179329 140731289179459 140731289179459 140731289182158 0
/proc/6237/statm: 15232 9280 733 434 0 8596 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 60928

[startup+0.300363 s]
/proc/loadavg: 2.02 2.04 2.05 3/186 6237
/proc/meminfo: memFree=31210264/32770624 swapFree=6176/418196
[pid=6237] ppid=6234 vsize=61972 CPUtime=0.29 cores=0,2,4,6
/proc/6237/stat : 6237 (cosoco) R 6234 6237 3398 0 -1 4202496 9710 0 0 0 29 0 0 0 20 0 1 0 18674691 63459328 9478 33554432000 4194304 5970956 140731289174944 140731289169448 139785332276627 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 8070896 8075904 32100352 140731289179329 140731289179459 140731289179459 140731289182158 0
/proc/6237/statm: 15493 9478 735 434 0 8857 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 61972

[startup+0.700183 s]
/proc/loadavg: 2.02 2.04 2.05 3/186 6237
/proc/meminfo: memFree=31210264/32770624 swapFree=6176/418196
[pid=6237] ppid=6234 vsize=448996 CPUtime=0.69 cores=0,2,4,6
/proc/6237/stat : 6237 (cosoco) R 6234 6237 3398 0 -1 4202496 106590 0 0 0 56 13 0 0 20 0 1 0 18674691 459771904 106309 33554432000 4194304 5970956 140731289174944 140731289170584 139785331348222 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 32100352 140731289179329 140731289179459 140731289179459 140731289182158 0
/proc/6237/statm: 112249 106309 757 434 0 105613 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 448996

[startup+1.50028 s]
/proc/loadavg: 2.10 2.05 2.05 3/187 6238
/proc/meminfo: memFree=30787912/32770624 swapFree=6176/418192
[pid=6237] ppid=6234 vsize=448996 CPUtime=1.49 cores=0,2,4,6
/proc/6237/stat : 6237 (cosoco) R 6234 6237 3398 0 -1 4202496 106595 0 0 0 136 13 0 0 20 0 1 0 18674691 459771904 106309 33554432000 4194304 5970956 140731289174944 140731289162264 5327850 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 32100352 140731289179329 140731289179459 140731289179459 140731289182158 0
/proc/6237/statm: 112249 106309 757 434 0 105613 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 448996

[startup+3.10032 s]
/proc/loadavg: 2.10 2.05 2.05 3/187 6238
/proc/meminfo: memFree=30787664/32770624 swapFree=6176/418192
[pid=6237] ppid=6234 vsize=473152 CPUtime=3.09 cores=0,2,4,6
/proc/6237/stat : 6237 (cosoco) R 6234 6237 3398 0 -1 4202496 124666 0 0 0 295 14 0 0 20 0 1 0 18674691 484507648 112381 33554432000 4194304 5970956 140731289174944 140731289171656 139785331350501 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 32100352 140731289179329 140731289179459 140731289179459 140731289182158 0
/proc/6237/statm: 118288 112381 795 434 0 111652 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 473152

[startup+6.30031 s]
/proc/loadavg: 2.09 2.05 2.05 3/187 6238
/proc/meminfo: memFree=30655852/32770624 swapFree=6176/418192
[pid=6237] ppid=6234 vsize=645044 CPUtime=6.29 cores=0,2,4,6
/proc/6237/stat : 6237 (cosoco) R 6234 6237 3398 0 -1 4202496 209499 0 0 0 607 22 0 0 20 0 1 0 18674691 660525056 155336 33554432000 4194304 5970956 140731289174944 140731289171912 5327850 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 32100352 140731289179329 140731289179459 140731289179459 140731289182158 0
/proc/6237/statm: 161261 155336 795 434 0 154625 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 645044

[startup+12.7003 s]
/proc/loadavg: 2.09 2.05 2.05 3/187 6238
/proc/meminfo: memFree=30534084/32770624 swapFree=6176/418204
[pid=6237] ppid=6234 vsize=703436 CPUtime=12.69 cores=0,2,4,6
/proc/6237/stat : 6237 (cosoco) R 6234 6237 3398 0 -1 4202496 273049 0 0 0 1242 27 0 0 20 0 1 0 18674691 720318464 169959 33554432000 4194304 5970956 140731289174944 140731289171688 5038191 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 32100352 140731289179329 140731289179459 140731289179459 140731289182158 0
/proc/6237/statm: 175859 169959 795 434 0 169223 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 703436

[startup+25.5004 s]
/proc/loadavg: 2.07 2.05 2.05 3/187 6238
/proc/meminfo: memFree=30501348/32770624 swapFree=6176/418212
[pid=6237] ppid=6234 vsize=737236 CPUtime=25.48 cores=0,2,4,6
/proc/6237/stat : 6237 (cosoco) R 6234 6237 3398 0 -1 4202496 319569 0 0 0 2519 29 0 0 20 0 1 0 18674691 754929664 177770 33554432000 4194304 5970956 140731289174944 140731289171688 5038725 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 32100352 140731289179329 140731289179459 140731289179459 140731289182158 0
/proc/6237/statm: 184309 177770 795 434 0 177673 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 737236

[startup+51.1004 s]
/proc/loadavg: 2.04 2.04 2.05 3/187 6245
/proc/meminfo: memFree=30463968/32770624 swapFree=6176/418232
[pid=6237] ppid=6234 vsize=790124 CPUtime=51.08 cores=0,2,4,6
/proc/6237/stat : 6237 (cosoco) R 6234 6237 3398 0 -1 4202496 385720 0 0 0 5074 34 0 0 20 0 1 0 18674691 809086976 190554 33554432000 4194304 5970956 140731289174944 140731289171912 5337509 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 32100352 140731289179329 140731289179459 140731289179459 140731289182158 0
/proc/6237/statm: 197531 190554 795 434 0 190895 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 790124

[startup+102.3 s]
/proc/loadavg: 2.02 2.04 2.05 3/187 6246
/proc/meminfo: memFree=29259152/32770624 swapFree=6176/418264
[pid=6237] ppid=6234 vsize=2085256 CPUtime=102.28 cores=0,2,4,6
/proc/6237/stat : 6237 (cosoco) R 6234 6237 3398 0 -1 4202496 780419 0 0 0 10152 76 0 0 20 0 1 0 18674691 2135302144 487600 33554432000 4194304 5970956 140731289174944 140731289171688 5039178 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 32100352 140731289179329 140731289179459 140731289179459 140731289182158 0
/proc/6237/statm: 521314 487600 795 434 0 514678 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 2085256

[startup+162.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/187 6247
/proc/meminfo: memFree=29104224/32770624 swapFree=6176/418292
[pid=6237] ppid=6234 vsize=2239188 CPUtime=162.25 cores=0,2,4,6
/proc/6237/stat : 6237 (cosoco) R 6234 6237 3398 0 -1 4202496 894395 0 0 0 16139 86 0 0 20 0 1 0 18674691 2292928512 525606 33554432000 4194304 5970956 140731289174944 140731289171816 5038725 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 32100352 140731289179329 140731289179459 140731289179459 140731289182158 0
/proc/6237/statm: 559797 525606 795 434 0 553161 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 2239188

[startup+222.306 s]
/proc/loadavg: 2.00 2.03 2.05 3/187 6248
/proc/meminfo: memFree=29103800/32770624 swapFree=6176/418336
[pid=6237] ppid=6234 vsize=2239188 CPUtime=222.23 cores=0,2,4,6
/proc/6237/stat : 6237 (cosoco) R 6234 6237 3398 0 -1 4202496 919335 0 0 0 22136 87 0 0 20 0 1 0 18674691 2292928512 525606 33554432000 4194304 5970956 140731289174944 140731289171816 5038183 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 32100352 140731289179329 140731289179459 140731289179459 140731289182158 0
/proc/6237/statm: 559797 525606 795 434 0 553161 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 2239188

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 6249
/proc/meminfo: memFree=29103776/32770624 swapFree=6176/418364
[pid=6237] ppid=6234 vsize=2239188 CPUtime=282.22 cores=0,2,4,6
/proc/6237/stat : 6237 (cosoco) R 6234 6237 3398 0 -1 4202496 944992 0 0 0 28133 89 0 0 20 0 1 0 18674691 2292928512 525606 33554432000 4194304 5970956 140731289174944 140731289171816 5038721 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 32100352 140731289179329 140731289179459 140731289179459 140731289182158 0
/proc/6237/statm: 559797 525606 795 434 0 553161 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 2239188

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 6250
/proc/meminfo: memFree=29104084/32770624 swapFree=6176/418388
[pid=6237] ppid=6234 vsize=2239188 CPUtime=342.2 cores=0,2,4,6
/proc/6237/stat : 6237 (cosoco) R 6234 6237 3398 0 -1 4202496 981567 0 0 0 34129 91 0 0 20 0 1 0 18674691 2292928512 525606 33554432000 4194304 5970956 140731289174944 140731289171816 5039190 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 32100352 140731289179329 140731289179459 140731289179459 140731289182158 0
/proc/6237/statm: 559797 525606 795 434 0 553161 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 2239188

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 6251
/proc/meminfo: memFree=29104832/32770624 swapFree=6176/418420
[pid=6237] ppid=6234 vsize=2239188 CPUtime=402.19 cores=0,2,4,6
/proc/6237/stat : 6237 (cosoco) R 6234 6237 3398 0 -1 4202496 999145 0 0 0 40127 92 0 0 20 0 1 0 18674691 2292928512 525607 33554432000 4194304 5970956 140731289174944 140731289171816 5039186 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 32100352 140731289179329 140731289179459 140731289179459 140731289182158 0
/proc/6237/statm: 559797 525607 795 434 0 553161 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 2239188

[startup+462.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/187 6252
/proc/meminfo: memFree=29105180/32770624 swapFree=6176/418456
[pid=6237] ppid=6234 vsize=2239188 CPUtime=462.19 cores=0,2,4,6
/proc/6237/stat : 6237 (cosoco) R 6234 6237 3398 0 -1 4202496 1007044 0 0 0 46127 92 0 0 20 0 1 0 18674691 2292928512 525607 33554432000 4194304 5970956 140731289174944 140731289171816 5038188 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 32100352 140731289179329 140731289179459 140731289179459 140731289182158 0
/proc/6237/statm: 559797 525607 795 434 0 553161 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 2239188

[startup+522.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 6253
/proc/meminfo: memFree=29105400/32770624 swapFree=6176/418480
[pid=6237] ppid=6234 vsize=2239188 CPUtime=522.17 cores=0,2,4,6
/proc/6237/stat : 6237 (cosoco) R 6234 6237 3398 0 -1 4202496 1014173 0 0 0 52125 92 0 0 20 0 1 0 18674691 2292928512 525607 33554432000 4194304 5970956 140731289174944 140731289171816 5098896 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 32100352 140731289179329 140731289179459 140731289179459 140731289182158 0
/proc/6237/statm: 559797 525607 795 434 0 553161 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 2239188

[startup+582.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/187 6254
/proc/meminfo: memFree=29104744/32770624 swapFree=6176/418508
[pid=6237] ppid=6234 vsize=2239188 CPUtime=582.17 cores=0,2,4,6
/proc/6237/stat : 6237 (cosoco) R 6234 6237 3398 0 -1 4202496 1019906 0 0 0 58124 93 0 0 20 0 1 0 18674691 2292928512 525721 33554432000 4194304 5970956 140731289174944 140731289171816 5038163 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 32100352 140731289179329 140731289179459 140731289179459 140731289182158 0
/proc/6237/statm: 559797 525721 795 434 0 553161 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 2239188


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


[startup+1542.31 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 6345
/proc/meminfo: memFree=29182552/32770624 swapFree=6176/419080
[pid=6237] ppid=6234 vsize=2239188 CPUtime=1542.01 cores=0,2,4,6
/proc/6237/stat : 6237 (cosoco) R 6234 6237 3398 0 -1 4202496 1120614 0 0 0 154101 100 0 0 20 0 1 0 18674691 2292928512 553406 33554432000 4194304 5970956 140731289174944 140731289171816 5039631 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 32100352 140731289179329 140731289179459 140731289179459 140731289182158 0
/proc/6237/statm: 559797 553406 795 434 0 553161 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 2239188

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 6346
/proc/meminfo: memFree=29181008/32770624 swapFree=6176/419116
[pid=6237] ppid=6234 vsize=2239188 CPUtime=1602 cores=0,2,4,6
/proc/6237/stat : 6237 (cosoco) R 6234 6237 3398 0 -1 4202496 1123075 0 0 0 160100 100 0 0 20 0 1 0 18674691 2292928512 553406 33554432000 4194304 5970956 140731289174944 140731289171816 5038725 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 32100352 140731289179329 140731289179459 140731289179459 140731289182158 0
/proc/6237/statm: 559797 553406 795 434 0 553161 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 2239188

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 6347
/proc/meminfo: memFree=29180200/32770624 swapFree=6176/419140
[pid=6237] ppid=6234 vsize=2239188 CPUtime=1661.98 cores=0,2,4,6
/proc/6237/stat : 6237 (cosoco) R 6234 6237 3398 0 -1 4202496 1125490 0 0 0 166098 100 0 0 20 0 1 0 18674691 2292928512 553406 33554432000 4194304 5970956 140731289174944 140731289171816 5038183 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 32100352 140731289179329 140731289179459 140731289179459 140731289182158 0
/proc/6237/statm: 559797 553406 795 434 0 553161 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 2239188

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 6349
/proc/meminfo: memFree=29179964/32770624 swapFree=6176/419184
[pid=6237] ppid=6234 vsize=2239188 CPUtime=1721.97 cores=0,2,4,6
/proc/6237/stat : 6237 (cosoco) R 6234 6237 3398 0 -1 4202496 1126464 0 0 0 172097 100 0 0 20 0 1 0 18674691 2292928512 553406 33554432000 4194304 5970956 140731289174944 140731289171816 5038163 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 32100352 140731289179329 140731289179459 140731289179459 140731289182158 0
/proc/6237/statm: 559797 553406 795 434 0 553161 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 2239188

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 6350
/proc/meminfo: memFree=29180376/32770624 swapFree=6176/419216
[pid=6237] ppid=6234 vsize=2239188 CPUtime=1781.97 cores=0,2,4,6
/proc/6237/stat : 6237 (cosoco) R 6234 6237 3398 0 -1 4202496 1129068 0 0 0 178096 101 0 0 20 0 1 0 18674691 2292928512 553406 33554432000 4194304 5970956 140731289174944 140731289171816 5038725 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 32100352 140731289179329 140731289179459 140731289179459 140731289182158 0
/proc/6237/statm: 559797 553406 795 434 0 553161 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 2239188

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 6359
/proc/meminfo: memFree=29179376/32770624 swapFree=6176/419248
[pid=6237] ppid=6234 vsize=2239188 CPUtime=1841.96 cores=0,2,4,6
/proc/6237/stat : 6237 (cosoco) R 6234 6237 3398 0 -1 4202496 1129954 0 0 0 184095 101 0 0 20 0 1 0 18674691 2292928512 553406 33554432000 4194304 5970956 140731289174944 140731289171816 5038725 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 32100352 140731289179329 140731289179459 140731289179459 140731289182158 0
/proc/6237/statm: 559797 553406 795 434 0 553161 0
Current children cumulated CPU time (s) 1841.96
Current children cumulated vsize (KiB) 2239188

[startup+1902.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/188 6382
/proc/meminfo: memFree=29178516/32770624 swapFree=6176/419284
[pid=6237] ppid=6234 vsize=2239188 CPUtime=1901.95 cores=0,2,4,6
/proc/6237/stat : 6237 (cosoco) R 6234 6237 3398 0 -1 4202496 1130743 0 0 0 190094 101 0 0 20 0 1 0 18674691 2292928512 553406 33554432000 4194304 5970956 140731289174944 140731289171816 5038725 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 32100352 140731289179329 140731289179459 140731289179459 140731289182158 0
/proc/6237/statm: 559797 553406 795 434 0 553161 0
Current children cumulated CPU time (s) 1901.95
Current children cumulated vsize (KiB) 2239188

[startup+1962.3 s]
/proc/loadavg: 2.06 2.04 2.05 3/188 6383
/proc/meminfo: memFree=29179432/32770624 swapFree=6176/419324
[pid=6237] ppid=6234 vsize=2239188 CPUtime=1961.95 cores=0,2,4,6
/proc/6237/stat : 6237 (cosoco) R 6234 6237 3398 0 -1 4202496 1131618 0 0 0 196094 101 0 0 20 0 1 0 18674691 2292928512 553406 33554432000 4194304 5970956 140731289174944 140731289171816 5038725 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 32100352 140731289179329 140731289179459 140731289179459 140731289182158 0
/proc/6237/statm: 559797 553406 795 434 0 553161 0
Current children cumulated CPU time (s) 1961.95
Current children cumulated vsize (KiB) 2239188

[startup+2022.3 s]
/proc/loadavg: 2.08 2.05 2.05 3/188 6384
/proc/meminfo: memFree=29179616/32770624 swapFree=6176/419348
[pid=6237] ppid=6234 vsize=2239188 CPUtime=2021.94 cores=0,2,4,6
/proc/6237/stat : 6237 (cosoco) R 6234 6237 3398 0 -1 4202496 1132486 0 0 0 202093 101 0 0 20 0 1 0 18674691 2292928512 553406 33554432000 4194304 5970956 140731289174944 140731289171816 5038721 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 32100352 140731289179329 140731289179459 140731289179459 140731289182158 0
/proc/6237/statm: 559797 553406 795 434 0 553161 0
Current children cumulated CPU time (s) 2021.94
Current children cumulated vsize (KiB) 2239188

[startup+2082.3 s]
/proc/loadavg: 2.03 2.04 2.05 3/188 6385
/proc/meminfo: memFree=29179604/32770624 swapFree=6176/419384
[pid=6237] ppid=6234 vsize=2239188 CPUtime=2081.93 cores=0,2,4,6
/proc/6237/stat : 6237 (cosoco) R 6234 6237 3398 0 -1 4202496 1135012 0 0 0 208092 101 0 0 20 0 1 0 18674691 2292928512 553406 33554432000 4194304 5970956 140731289174944 140731289171816 5038163 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 32100352 140731289179329 140731289179459 140731289179459 140731289182158 0
/proc/6237/statm: 559797 553406 795 434 0 553161 0
Current children cumulated CPU time (s) 2081.93
Current children cumulated vsize (KiB) 2239188

[startup+2142.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/187 6386
/proc/meminfo: memFree=29179252/32770624 swapFree=6176/419420
[pid=6237] ppid=6234 vsize=2239188 CPUtime=2141.92 cores=0,2,4,6
/proc/6237/stat : 6237 (cosoco) R 6234 6237 3398 0 -1 4202496 1135933 0 0 0 214091 101 0 0 20 0 1 0 18674691 2292928512 553406 33554432000 4194304 5970956 140731289174944 140731289171816 5038725 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 32100352 140731289179329 140731289179459 140731289179459 140731289182158 0
/proc/6237/statm: 559797 553406 795 434 0 553161 0
Current children cumulated CPU time (s) 2141.92
Current children cumulated vsize (KiB) 2239188

[startup+2202.31 s]
/proc/loadavg: 2.00 2.03 2.05 3/187 6387
/proc/meminfo: memFree=29179364/32770624 swapFree=6176/419444
[pid=6237] ppid=6234 vsize=2239188 CPUtime=2201.91 cores=0,2,4,6
/proc/6237/stat : 6237 (cosoco) R 6234 6237 3398 0 -1 4202496 1136755 0 0 0 220090 101 0 0 20 0 1 0 18674691 2292928512 553406 33554432000 4194304 5970956 140731289174944 140731289171816 5038721 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 32100352 140731289179329 140731289179459 140731289179459 140731289182158 0
/proc/6237/statm: 559797 553406 795 434 0 553161 0
Current children cumulated CPU time (s) 2201.91
Current children cumulated vsize (KiB) 2239188

[startup+2262.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 6388
/proc/meminfo: memFree=29179236/32770624 swapFree=6176/419476
[pid=6237] ppid=6234 vsize=2239188 CPUtime=2261.9 cores=0,2,4,6
/proc/6237/stat : 6237 (cosoco) R 6234 6237 3398 0 -1 4202496 1139517 0 0 0 226089 101 0 0 20 0 1 0 18674691 2292928512 553407 33554432000 4194304 5970956 140731289174944 140731289171816 5038188 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 32100352 140731289179329 140731289179459 140731289179459 140731289182158 0
/proc/6237/statm: 559797 553407 795 434 0 553161 0
Current children cumulated CPU time (s) 2261.9
Current children cumulated vsize (KiB) 2239188

[startup+2322.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 6389
/proc/meminfo: memFree=29179360/32770624 swapFree=6176/419508
[pid=6237] ppid=6234 vsize=2239188 CPUtime=2321.89 cores=0,2,4,6
/proc/6237/stat : 6237 (cosoco) R 6234 6237 3398 0 -1 4202496 1140359 0 0 0 232088 101 0 0 20 0 1 0 18674691 2292928512 553407 33554432000 4194304 5970956 140731289174944 140731289171816 5038725 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 32100352 140731289179329 140731289179459 140731289179459 140731289182158 0
/proc/6237/statm: 559797 553407 795 434 0 553161 0
Current children cumulated CPU time (s) 2321.89
Current children cumulated vsize (KiB) 2239188

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 6390
/proc/meminfo: memFree=29179536/32770624 swapFree=6176/419544
[pid=6237] ppid=6234 vsize=2239188 CPUtime=2381.89 cores=0,2,4,6
/proc/6237/stat : 6237 (cosoco) R 6234 6237 3398 0 -1 4202496 1141266 0 0 0 238088 101 0 0 20 0 1 0 18674691 2292928512 553407 33554432000 4194304 5970956 140731289174944 140731289171816 5337472 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 32100352 140731289179329 140731289179459 140731289179459 140731289182158 0
/proc/6237/statm: 559797 553407 795 434 0 553161 0
Current children cumulated CPU time (s) 2381.89
Current children cumulated vsize (KiB) 2239188



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.5 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 6391
/proc/meminfo: memFree=29179164/32770624 swapFree=6176/419560
[pid=6237] ppid=6234 vsize=2239188 CPUtime=2400.08 cores=0,2,4,6
/proc/6237/stat : 6237 (cosoco) R 6234 6237 3398 0 -1 4202496 1141632 0 0 0 239907 101 0 0 20 0 1 0 18674691 2292928512 553408 33554432000 4194304 5970956 140731289174944 140731289171816 5038188 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 32100352 140731289179329 140731289179459 140731289179459 140731289182158 0
/proc/6237/statm: 559797 553408 795 434 0 553161 0
Current children cumulated CPU time (s) 2400.08
Current children cumulated vsize (KiB) 2239188

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 6237 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2400.5 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 6391
/proc/meminfo: memFree=29179164/32770624 swapFree=6176/419560
[pid=6237] ppid=6234 vsize=2239188 CPUtime=2400.08 cores=0,2,4,6
/proc/6237/stat : 6237 (cosoco) R 6234 6237 3398 0 -1 4202496 1141632 0 0 0 239907 101 0 0 20 0 1 0 18674691 2292928512 553408 33554432000 4194304 5970956 140731289174944 140731289171816 5038188 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 32100352 140731289179329 140731289179459 140731289179459 140731289182158 0
/proc/6237/statm: 559797 553408 795 434 0 553161 0
Current children cumulated CPU time (s) 2400.08
Current children cumulated vsize (KiB) 2239188

Child status: 1
Real time (s): 2400.51
CPU time (s): 2400.11
CPU user time (s): 2399.08
CPU system time (s): 1.02984
CPU usage (%): 99.9831
Max. virtual memory (cumulated for all children) (KiB): 2239188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.08
system time used= 1.02984
maximum resident set size= 2213676
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1141660
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= 60
involuntary context switches= 120643

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.27281 second user time and 9.41098 second system time

The end

Launcher Data

Begin job on node105 at 2017-07-21 14:29:21
IDJOB=4240823
IDBENCH=124210
IDSOLVER=2620
FILE ID=node105/4240823-1500640161
RUNJOBID= node105-1500623785-3429
PBS_JOBID= 20623022
Free space on /tmp= 62012 MiB

SOLVER NAME= cosoco 1.1
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t16-5.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4240823-1500640161/watcher-4240823-1500640161 -o /tmp/evaluation-result-4240823-1500640161/solver-4240823-1500640161 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node105-1500623785-3429 --watchdog 2560  HOME/cosoco -lc -model -restarts HOME/instance-4240823-1500640161.xml

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

MD5SUM BENCH= 519aab078b15cc65d0c3ff53b01638da
RANDOM SEED=2065840729

node105.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		: 1867.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.47
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		: 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.47
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		: 2267.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.47
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		: 1600.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		: 2133.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.47
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:        31210544 kB
MemAvailable:   31621232 kB
Buffers:          163960 kB
Cached:           535436 kB
SwapCached:            0 kB
Active:           704616 kB
Inactive:         435244 kB
Active(anon):     443140 kB
Inactive(anon):    17048 kB
Active(file):     261476 kB
Inactive(file):   418196 kB
Unevictable:        6176 kB
Mlocked:            6184 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2500 kB
Writeback:             0 kB
AnonPages:        469424 kB
Mapped:            35176 kB
Shmem:             17044 kB
Slab:             119196 kB
SReclaimable:      93700 kB
SUnreclaim:        25496 kB
KernelStack:        3568 kB
PageTables:         5848 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     720968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    411648 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 62008 MiB
End job on node105 at 2017-07-21 15:09:22