Trace number 4240808

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.05 2401.11

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t16-0.xml
MD5SUM646d28484bd146a649962766e861e016
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1305
Best CPU time to get the best result obtained on this benchmark569.11
Satisfiable
(Un)Satisfiability was proved
Number of variables33894
Number of constraints1636
Number of domains20
Minimum domain size2
Maximum domain size190
Distribution of domain sizes[{"size":2,"count":1614},{"size":8,"count":1614},{"size":16,"count":1614},{"size":44,"count":1614},{"size":56,"count":1614},{"size":62,"count":1614},{"size":71,"count":1614},{"size":76,"count":1614},{"size":85,"count":1614},{"size":102,"count":1614},{"size":109,"count":3228},{"size":110,"count":1614},{"size":112,"count":1614},{"size":125,"count":1614},{"size":126,"count":1614},{"size":132,"count":1614},{"size":154,"count":1614},{"size":165,"count":1614},{"size":168,"count":1614},{"size":190,"count":1614}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":33894}]
Minimum constraint arity21
Maximum constraint arity32280
Distribution of constraint arities[{"arity":21,"count":1614},{"arity":1614,"count":21},{"arity":32280,"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":1634}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.98/1.07	c best=?? lower=0 upper=1614 

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-4240808-1500639381/watcher-4240808-1500639381 -o /tmp/evaluation-result-4240808-1500639381/solver-4240808-1500639381 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1500623787-5215 --watchdog 2560 HOME/cosoco -lc -model -restarts HOME/instance-4240808-1500639381.xml 

pid=8314
running on 4 cores: 1,3,5,7

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.02 2.05 3/186 8317
/proc/meminfo: memFree=31145256/32770624 swapFree=6216/757588
[pid=8317] ppid=8314 vsize=27120 CPUtime=0 cores=1,3,5,7
/proc/8317/stat : 8317 (cosoco) R 8314 8317 5183 0 -1 4202496 976 0 0 0 0 0 0 0 20 0 1 0 18645914 27770880 802 33554432000 4194304 5970956 140725164545680 140725164542328 140693097180133 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8070896 8075904 28250112 140725164553409 140725164553539 140725164553539 140725164556238 0
/proc/8317/statm: 6780 802 698 434 0 144 0

[startup+0.10011 s]
/proc/loadavg: 2.02 2.02 2.05 3/186 8317
/proc/meminfo: memFree=31145256/32770624 swapFree=6216/757588
[pid=8317] ppid=8314 vsize=31836 CPUtime=0.09 cores=1,3,5,7
/proc/8317/stat : 8317 (cosoco) R 8314 8317 5183 0 -1 4202496 2184 0 0 0 9 0 0 0 20 0 1 0 18645914 32600064 1957 33554432000 4194304 5970956 140725164545680 140725164541016 140693097180133 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8070896 8075904 28250112 140725164553409 140725164553539 140725164553539 140725164556238 0
/proc/8317/statm: 7959 1957 705 434 0 1323 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31836

[startup+0.200251 s]
/proc/loadavg: 2.02 2.02 2.05 3/186 8317
/proc/meminfo: memFree=31145256/32770624 swapFree=6216/757588
[pid=8317] ppid=8314 vsize=70420 CPUtime=0.19 cores=1,3,5,7
/proc/8317/stat : 8317 (cosoco) R 8314 8317 5183 0 -1 4202496 11848 0 0 0 18 1 0 0 20 0 1 0 18645914 72110080 11636 33554432000 4194304 5970956 140725164545680 140725164539608 5472379 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8070896 8075904 28250112 140725164553409 140725164553539 140725164553539 140725164556238 0
/proc/8317/statm: 17605 11636 713 434 0 10969 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 70420

[startup+0.300285 s]
/proc/loadavg: 2.02 2.02 2.05 3/186 8317
/proc/meminfo: memFree=31145256/32770624 swapFree=6216/757588
[pid=8317] ppid=8314 vsize=71096 CPUtime=0.29 cores=1,3,5,7
/proc/8317/stat : 8317 (cosoco) R 8314 8317 5183 0 -1 4202496 12032 0 0 0 28 1 0 0 20 0 1 0 18645914 72802304 11834 33554432000 4194304 5970956 140725164545680 140725164540184 5634429 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8070896 8075904 28250112 140725164553409 140725164553539 140725164553539 140725164556238 0
/proc/8317/statm: 17774 11834 733 434 0 11138 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 71096

[startup+0.700164 s]
/proc/loadavg: 2.02 2.02 2.05 3/186 8317
/proc/meminfo: memFree=31145256/32770624 swapFree=6216/757588
[pid=8317] ppid=8314 vsize=96228 CPUtime=0.69 cores=1,3,5,7
/proc/8317/stat : 8317 (cosoco) R 8314 8317 5183 0 -1 4202496 18310 0 0 0 67 2 0 0 20 0 1 0 18645914 98537472 18104 33554432000 4194304 5970956 140725164545680 140725164542280 140693097228192 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8070896 8075904 28250112 140725164553409 140725164553539 140725164553539 140725164556238 0
/proc/8317/statm: 24091 18104 737 434 0 17455 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 96228

[startup+1.50025 s]
/proc/loadavg: 2.02 2.02 2.05 3/187 8318
/proc/meminfo: memFree=30431900/32770624 swapFree=6216/757500
[pid=8317] ppid=8314 vsize=738632 CPUtime=1.48 cores=1,3,5,7
/proc/8317/stat : 8317 (cosoco) R 8314 8317 5183 0 -1 4202496 179032 0 0 0 128 20 0 0 20 0 1 0 18645914 756359168 178734 33554432000 4194304 5970956 140725164545680 140725164533000 5327850 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 28250112 140725164553409 140725164553539 140725164553539 140725164556238 0
/proc/8317/statm: 184658 178734 757 434 0 178022 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 738632

[startup+3.10018 s]
/proc/loadavg: 2.02 2.02 2.05 3/187 8318
/proc/meminfo: memFree=30431032/32770624 swapFree=6216/757500
[pid=8317] ppid=8314 vsize=738632 CPUtime=3.09 cores=1,3,5,7
/proc/8317/stat : 8317 (cosoco) R 8314 8317 5183 0 -1 4202496 188069 0 0 0 288 21 0 0 20 0 1 0 18645914 756359168 178776 33554432000 4194304 5970956 140725164545680 140725164533000 4908767 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 28250112 140725164553409 140725164553539 140725164553539 140725164556238 0
/proc/8317/statm: 184658 178776 795 434 0 178022 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 738632

[startup+6.30024 s]
/proc/loadavg: 2.02 2.02 2.05 3/187 8318
/proc/meminfo: memFree=30398940/32770624 swapFree=6216/757512
[pid=8317] ppid=8314 vsize=924412 CPUtime=6.28 cores=1,3,5,7
/proc/8317/stat : 8317 (cosoco) R 8314 8317 5183 0 -1 4202496 257674 0 0 0 601 27 0 0 20 0 1 0 18645914 946597888 225212 33554432000 4194304 5970956 140725164545680 140725164542392 140693097249323 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 28250112 140725164553409 140725164553539 140725164553539 140725164556238 0
/proc/8317/statm: 231103 225212 795 434 0 224467 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 924412

[startup+12.7003 s]
/proc/loadavg: 2.02 2.02 2.05 3/187 8318
/proc/meminfo: memFree=29707392/32770624 swapFree=6216/757512
[pid=8317] ppid=8314 vsize=1462140 CPUtime=12.68 cores=1,3,5,7
/proc/8317/stat : 8317 (cosoco) R 8314 8317 5183 0 -1 4202496 522439 0 0 0 1216 52 0 0 20 0 1 0 18645914 1497231360 359406 33554432000 4194304 5970956 140725164545680 140725164542392 5337492 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 28250112 140725164553409 140725164553539 140725164553539 140725164556238 0
/proc/8317/statm: 365535 359406 795 434 0 358899 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1462140

[startup+25.5003 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 8318
/proc/meminfo: memFree=28524648/32770624 swapFree=6216/757528
[pid=8317] ppid=8314 vsize=2719744 CPUtime=25.46 cores=1,3,5,7
/proc/8317/stat : 8317 (cosoco) R 8314 8317 5183 0 -1 4202496 915064 0 0 0 2450 96 0 0 20 0 1 0 18645914 2785017856 655933 33554432000 4194304 5970956 140725164545680 140725164542648 5337492 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 28250112 140725164553409 140725164553539 140725164553539 140725164556238 0
/proc/8317/statm: 679936 655933 795 434 0 673300 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 2719744

[startup+51.1003 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 8318
/proc/meminfo: memFree=27983672/32770624 swapFree=6216/757540
[pid=8317] ppid=8314 vsize=3283648 CPUtime=51.04 cores=1,3,5,7
/proc/8317/stat : 8317 (cosoco) R 8314 8317 5183 0 -1 4202496 1160971 0 0 0 4984 120 0 0 20 0 1 0 18645914 3362455552 789264 33554432000 4194304 5970956 140725164545680 140725164542552 5093168 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 28250112 140725164553409 140725164553539 140725164553539 140725164556238 0
/proc/8317/statm: 820912 789264 795 434 0 814276 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 3283648

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 8319
/proc/meminfo: memFree=27983612/32770624 swapFree=6216/757572
[pid=8317] ppid=8314 vsize=3283648 CPUtime=102.21 cores=1,3,5,7
/proc/8317/stat : 8317 (cosoco) R 8314 8317 5183 0 -1 4202496 1199853 0 0 0 10099 122 0 0 20 0 1 0 18645914 3362455552 789264 33554432000 4194304 5970956 140725164545680 140725164542552 5038188 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 28250112 140725164553409 140725164553539 140725164553539 140725164556238 0
/proc/8317/statm: 820912 789264 795 434 0 814276 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 3283648

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 8320
/proc/meminfo: memFree=27983532/32770624 swapFree=6216/757604
[pid=8317] ppid=8314 vsize=3283648 CPUtime=162.18 cores=1,3,5,7
/proc/8317/stat : 8317 (cosoco) R 8314 8317 5183 0 -1 4202496 1230502 0 0 0 16094 124 0 0 20 0 1 0 18645914 3362455552 789264 33554432000 4194304 5970956 140725164545680 140725164542552 5038188 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 28250112 140725164553409 140725164553539 140725164553539 140725164556238 0
/proc/8317/statm: 820912 789264 795 434 0 814276 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 3283648

[startup+222.306 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 8329
/proc/meminfo: memFree=27981704/32770624 swapFree=6216/757648
[pid=8317] ppid=8314 vsize=3283648 CPUtime=222.17 cores=1,3,5,7
/proc/8317/stat : 8317 (cosoco) R 8314 8317 5183 0 -1 4202496 1309553 0 0 0 22086 131 0 0 20 0 1 0 18645914 3362455552 789403 33554432000 4194304 5970956 140725164545680 140725164542552 5038183 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 28250112 140725164553409 140725164553539 140725164553539 140725164556238 0
/proc/8317/statm: 820912 789403 795 434 0 814276 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 3283648

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 8330
/proc/meminfo: memFree=27981888/32770624 swapFree=6216/757684
[pid=8317] ppid=8314 vsize=3283648 CPUtime=282.14 cores=1,3,5,7
/proc/8317/stat : 8317 (cosoco) R 8314 8317 5183 0 -1 4202496 1334629 0 0 0 28081 133 0 0 20 0 1 0 18645914 3362455552 789419 33554432000 4194304 5970956 140725164545680 140725164542552 5038188 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 28250112 140725164553409 140725164553539 140725164553539 140725164556238 0
/proc/8317/statm: 820912 789419 795 434 0 814276 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 3283648

[startup+342.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/188 8331
/proc/meminfo: memFree=27982064/32770624 swapFree=6204/757712
[pid=8317] ppid=8314 vsize=3283648 CPUtime=342.11 cores=1,3,5,7
/proc/8317/stat : 8317 (cosoco) R 8314 8317 5183 0 -1 4202496 1372805 0 0 0 34075 136 0 0 20 0 1 0 18645914 3362455552 789420 33554432000 4194304 5970956 140725164545680 140725164542552 5098896 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 28250112 140725164553409 140725164553539 140725164553539 140725164556238 0
/proc/8317/statm: 820912 789420 795 434 0 814276 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 3283648

[startup+402.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/188 8332
/proc/meminfo: memFree=27981208/32770624 swapFree=6204/757744
[pid=8317] ppid=8314 vsize=3283648 CPUtime=402.08 cores=1,3,5,7
/proc/8317/stat : 8317 (cosoco) R 8314 8317 5183 0 -1 4202496 1410929 0 0 0 40069 139 0 0 20 0 1 0 18645914 3362455552 789533 33554432000 4194304 5970956 140725164545680 140725164542552 5039204 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 28250112 140725164553409 140725164553539 140725164553539 140725164556238 0
/proc/8317/statm: 820912 789533 795 434 0 814276 0
Current children cumulated CPU time (s) 402.08
Current children cumulated vsize (KiB) 3283648

[startup+462.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/188 8333
/proc/meminfo: memFree=27981632/32770624 swapFree=6204/757772
[pid=8317] ppid=8314 vsize=3283648 CPUtime=462.05 cores=1,3,5,7
/proc/8317/stat : 8317 (cosoco) R 8314 8317 5183 0 -1 4202496 1448388 0 0 0 46063 142 0 0 20 0 1 0 18645914 3362455552 789533 33554432000 4194304 5970956 140725164545680 140725164542552 5337505 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 28250112 140725164553409 140725164553539 140725164553539 140725164556238 0
/proc/8317/statm: 820912 789533 795 434 0 814276 0
Current children cumulated CPU time (s) 462.05
Current children cumulated vsize (KiB) 3283648

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 8335
/proc/meminfo: memFree=27947984/32770624 swapFree=6204/757812
[pid=8317] ppid=8314 vsize=3335596 CPUtime=522.02 cores=1,3,5,7
/proc/8317/stat : 8317 (cosoco) R 8314 8317 5183 0 -1 4202496 1498420 0 0 0 52056 146 0 0 20 0 1 0 18645914 3415650304 800336 33554432000 4194304 5970956 140725164545680 140725164542424 5038183 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 28250112 140725164553409 140725164553539 140725164553539 140725164556238 0
/proc/8317/statm: 833899 800336 795 434 0 827263 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 3335596

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 8336
/proc/meminfo: memFree=27925192/32770624 swapFree=6204/757856
[pid=8317] ppid=8314 vsize=3347568 CPUtime=582 cores=1,3,5,7
/proc/8317/stat : 8317 (cosoco) R 8314 8317 5183 0 -1 4202496 1510331 0 0 0 58053 147 0 0 20 0 1 0 18645914 3427909632 802970 33554432000 4194304 5970956 140725164545680 140725164542552 5327847 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 28250112 140725164553409 140725164553539 140725164553539 140725164556238 0
/proc/8317/statm: 836892 802970 795 434 0 830256 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 3347568


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


[startup+1542.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 8369
/proc/meminfo: memFree=27813876/32770624 swapFree=6204/758372
[pid=8317] ppid=8314 vsize=3369832 CPUtime=1541.6 cores=1,3,5,7
/proc/8317/stat : 8317 (cosoco) R 8314 8317 5183 0 -1 4202496 1760399 0 0 0 153993 167 0 0 20 0 1 0 18645914 3450707968 830316 33554432000 4194304 5970956 140725164545680 140725164542392 5038725 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 28250112 140725164553409 140725164553539 140725164553539 140725164556238 0
/proc/8317/statm: 842458 830316 795 434 0 835822 0
Current children cumulated CPU time (s) 1541.6
Current children cumulated vsize (KiB) 3369832

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 8370
/proc/meminfo: memFree=27801216/32770624 swapFree=6204/758400
[pid=8317] ppid=8314 vsize=3369832 CPUtime=1601.57 cores=1,3,5,7
/proc/8317/stat : 8317 (cosoco) R 8314 8317 5183 0 -1 4202496 1764059 0 0 0 159989 168 0 0 20 0 1 0 18645914 3450707968 833436 33554432000 4194304 5970956 140725164545680 140725164542392 5038183 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 28250112 140725164553409 140725164553539 140725164553539 140725164556238 0
/proc/8317/statm: 842458 833436 795 434 0 835822 0
Current children cumulated CPU time (s) 1601.57
Current children cumulated vsize (KiB) 3369832

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 8371
/proc/meminfo: memFree=27791548/32770624 swapFree=6204/758432
[pid=8317] ppid=8314 vsize=3369832 CPUtime=1661.54 cores=1,3,5,7
/proc/8317/stat : 8317 (cosoco) R 8314 8317 5183 0 -1 4202496 1771467 0 0 0 165986 168 0 0 20 0 1 0 18645914 3450707968 835921 33554432000 4194304 5970956 140725164545680 140725164542392 5040570 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 28250112 140725164553409 140725164553539 140725164553539 140725164556238 0
/proc/8317/statm: 842458 835921 795 434 0 835822 0
Current children cumulated CPU time (s) 1661.54
Current children cumulated vsize (KiB) 3369832

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 8372
/proc/meminfo: memFree=27791460/32770624 swapFree=6204/758464
[pid=8317] ppid=8314 vsize=3369832 CPUtime=1721.52 cores=1,3,5,7
/proc/8317/stat : 8317 (cosoco) R 8314 8317 5183 0 -1 4202496 1774314 0 0 0 171983 169 0 0 20 0 1 0 18645914 3450707968 835921 33554432000 4194304 5970956 140725164545680 140725164542392 5038725 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 28250112 140725164553409 140725164553539 140725164553539 140725164556238 0
/proc/8317/statm: 842458 835921 795 434 0 835822 0
Current children cumulated CPU time (s) 1721.52
Current children cumulated vsize (KiB) 3369832

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 8373
/proc/meminfo: memFree=27791352/32770624 swapFree=6204/758492
[pid=8317] ppid=8314 vsize=3369832 CPUtime=1781.49 cores=1,3,5,7
/proc/8317/stat : 8317 (cosoco) R 8314 8317 5183 0 -1 4202496 1775981 0 0 0 177980 169 0 0 20 0 1 0 18645914 3450707968 835921 33554432000 4194304 5970956 140725164545680 140725164542392 5098896 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 28250112 140725164553409 140725164553539 140725164553539 140725164556238 0
/proc/8317/statm: 842458 835921 795 434 0 835822 0
Current children cumulated CPU time (s) 1781.49
Current children cumulated vsize (KiB) 3369832

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 8374
/proc/meminfo: memFree=27791512/32770624 swapFree=6204/758524
[pid=8317] ppid=8314 vsize=3369832 CPUtime=1841.47 cores=1,3,5,7
/proc/8317/stat : 8317 (cosoco) R 8314 8317 5183 0 -1 4202496 1777738 0 0 0 183978 169 0 0 20 0 1 0 18645914 3450707968 835921 33554432000 4194304 5970956 140725164545680 140725164542392 5337497 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 28250112 140725164553409 140725164553539 140725164553539 140725164556238 0
/proc/8317/statm: 842458 835921 795 434 0 835822 0
Current children cumulated CPU time (s) 1841.47
Current children cumulated vsize (KiB) 3369832

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 8375
/proc/meminfo: memFree=27791292/32770624 swapFree=6204/758556
[pid=8317] ppid=8314 vsize=3369832 CPUtime=1901.44 cores=1,3,5,7
/proc/8317/stat : 8317 (cosoco) R 8314 8317 5183 0 -1 4202496 1779758 0 0 0 189975 169 0 0 20 0 1 0 18645914 3450707968 835921 33554432000 4194304 5970956 140725164545680 140725164542392 5098896 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 28250112 140725164553409 140725164553539 140725164553539 140725164556238 0
/proc/8317/statm: 842458 835921 795 434 0 835822 0
Current children cumulated CPU time (s) 1901.44
Current children cumulated vsize (KiB) 3369832

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 8376
/proc/meminfo: memFree=27791196/32770624 swapFree=6204/758584
[pid=8317] ppid=8314 vsize=3369832 CPUtime=1961.43 cores=1,3,5,7
/proc/8317/stat : 8317 (cosoco) R 8314 8317 5183 0 -1 4202496 1781499 0 0 0 195973 170 0 0 20 0 1 0 18645914 3450707968 835921 33554432000 4194304 5970956 140725164545680 140725164542392 5038183 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 28250112 140725164553409 140725164553539 140725164553539 140725164556238 0
/proc/8317/statm: 842458 835921 795 434 0 835822 0
Current children cumulated CPU time (s) 1961.43
Current children cumulated vsize (KiB) 3369832

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 8384
/proc/meminfo: memFree=27790844/32770624 swapFree=6204/758620
[pid=8317] ppid=8314 vsize=3369832 CPUtime=2021.4 cores=1,3,5,7
/proc/8317/stat : 8317 (cosoco) R 8314 8317 5183 0 -1 4202496 1782735 0 0 0 201970 170 0 0 20 0 1 0 18645914 3450707968 835921 33554432000 4194304 5970956 140725164545680 140725164542392 5038725 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 28250112 140725164553409 140725164553539 140725164553539 140725164556238 0
/proc/8317/statm: 842458 835921 795 434 0 835822 0
Current children cumulated CPU time (s) 2021.4
Current children cumulated vsize (KiB) 3369832

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 8446
/proc/meminfo: memFree=27750732/32770624 swapFree=6204/758716
[pid=8317] ppid=8314 vsize=3369832 CPUtime=2081.37 cores=1,3,5,7
/proc/8317/stat : 8317 (cosoco) R 8314 8317 5183 0 -1 4202496 1785419 0 0 0 207967 170 0 0 20 0 1 0 18645914 3450707968 835921 33554432000 4194304 5970956 140725164545680 140725164542392 5039178 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 28250112 140725164553409 140725164553539 140725164553539 140725164556238 0
/proc/8317/statm: 842458 835921 795 434 0 835822 0
Current children cumulated CPU time (s) 2081.37
Current children cumulated vsize (KiB) 3369832

[startup+2142.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/187 8447
/proc/meminfo: memFree=27749484/32770624 swapFree=6204/758760
[pid=8317] ppid=8314 vsize=3369832 CPUtime=2141.34 cores=1,3,5,7
/proc/8317/stat : 8317 (cosoco) R 8314 8317 5183 0 -1 4202496 1787623 0 0 0 213964 170 0 0 20 0 1 0 18645914 3450707968 835921 33554432000 4194304 5970956 140725164545680 140725164542392 5038183 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 28250112 140725164553409 140725164553539 140725164553539 140725164556238 0
/proc/8317/statm: 842458 835921 795 434 0 835822 0
Current children cumulated CPU time (s) 2141.34
Current children cumulated vsize (KiB) 3369832

[startup+2202.31 s]
/proc/loadavg: 2.02 2.02 2.05 3/187 8448
/proc/meminfo: memFree=27749368/32770624 swapFree=6204/758784
[pid=8317] ppid=8314 vsize=3369832 CPUtime=2201.33 cores=1,3,5,7
/proc/8317/stat : 8317 (cosoco) R 8314 8317 5183 0 -1 4202496 1789569 0 0 0 219962 171 0 0 20 0 1 0 18645914 3450707968 835921 33554432000 4194304 5970956 140725164545680 140725164542392 5039178 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 28250112 140725164553409 140725164553539 140725164553539 140725164556238 0
/proc/8317/statm: 842458 835921 795 434 0 835822 0
Current children cumulated CPU time (s) 2201.33
Current children cumulated vsize (KiB) 3369832

[startup+2262.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 8449
/proc/meminfo: memFree=27748376/32770624 swapFree=6204/758812
[pid=8317] ppid=8314 vsize=3369832 CPUtime=2261.3 cores=1,3,5,7
/proc/8317/stat : 8317 (cosoco) R 8314 8317 5183 0 -1 4202496 1791603 0 0 0 225959 171 0 0 20 0 1 0 18645914 3450707968 835921 33554432000 4194304 5970956 140725164545680 140725164542392 5337479 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 28250112 140725164553409 140725164553539 140725164553539 140725164556238 0
/proc/8317/statm: 842458 835921 795 434 0 835822 0
Current children cumulated CPU time (s) 2261.3
Current children cumulated vsize (KiB) 3369832

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 8451
/proc/meminfo: memFree=27748236/32770624 swapFree=6204/758852
[pid=8317] ppid=8314 vsize=3369832 CPUtime=2321.26 cores=1,3,5,7
/proc/8317/stat : 8317 (cosoco) R 8314 8317 5183 0 -1 4202496 1793866 0 0 0 231955 171 0 0 20 0 1 0 18645914 3450707968 835921 33554432000 4194304 5970956 140725164545680 140725164542392 5038183 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 28250112 140725164553409 140725164553539 140725164553539 140725164556238 0
/proc/8317/statm: 842458 835921 795 434 0 835822 0
Current children cumulated CPU time (s) 2321.26
Current children cumulated vsize (KiB) 3369832

[startup+2382.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/187 8452
/proc/meminfo: memFree=27747812/32770624 swapFree=6204/758892
[pid=8317] ppid=8314 vsize=3369832 CPUtime=2381.23 cores=1,3,5,7
/proc/8317/stat : 8317 (cosoco) R 8314 8317 5183 0 -1 4202496 1795287 0 0 0 237952 171 0 0 20 0 1 0 18645914 3450707968 835921 33554432000 4194304 5970956 140725164545680 140725164542392 5038188 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 28250112 140725164553409 140725164553539 140725164553539 140725164556238 0
/proc/8317/statm: 842458 835921 795 434 0 835822 0
Current children cumulated CPU time (s) 2381.23
Current children cumulated vsize (KiB) 3369832



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2401.1 s]
/proc/loadavg: 2.03 2.03 2.05 3/187 8452
/proc/meminfo: memFree=27747688/32770624 swapFree=6204/758896
[pid=8317] ppid=8314 vsize=3369832 CPUtime=2400.02 cores=1,3,5,7
/proc/8317/stat : 8317 (cosoco) R 8314 8317 5183 0 -1 4202496 1795744 0 0 0 239831 171 0 0 20 0 1 0 18645914 3450707968 835921 33554432000 4194304 5970956 140725164545680 140725164542392 5038334 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 28250112 140725164553409 140725164553539 140725164553539 140725164556238 0
/proc/8317/statm: 842458 835921 795 434 0 835822 0
Current children cumulated CPU time (s) 2400.02
Current children cumulated vsize (KiB) 3369832

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

[startup+2401.1 s]
/proc/loadavg: 2.03 2.03 2.05 3/187 8452
/proc/meminfo: memFree=27747688/32770624 swapFree=6204/758896
[pid=8317] ppid=8314 vsize=3369832 CPUtime=2400.02 cores=1,3,5,7
/proc/8317/stat : 8317 (cosoco) R 8314 8317 5183 0 -1 4202496 1795744 0 0 0 239831 171 0 0 20 0 1 0 18645914 3450707968 835921 33554432000 4194304 5970956 140725164545680 140725164542392 5038334 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 28250112 140725164553409 140725164553539 140725164553539 140725164556238 0
/proc/8317/statm: 842458 835921 795 434 0 835822 0
Current children cumulated CPU time (s) 2400.02
Current children cumulated vsize (KiB) 3369832

Child status: 1
Real time (s): 2401.11
CPU time (s): 2400.05
CPU user time (s): 2398.32
CPU system time (s): 1.73227
CPU usage (%): 99.9558
Max. virtual memory (cumulated for all children) (KiB): 3369832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.32
system time used= 1.73227
maximum resident set size= 3343728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1795774
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= 117
involuntary context switches= 120684

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.23213 second user time and 9.83802 second system time

The end

Launcher Data

Begin job on node103 at 2017-07-21 14:16:21
IDJOB=4240808
IDBENCH=124184
IDSOLVER=2620
FILE ID=node103/4240808-1500639381
RUNJOBID= node103-1500623787-5215
PBS_JOBID= 20623024
Free space on /tmp= 62016 MiB

SOLVER NAME= cosoco 1.1
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t16-0.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4240808-1500639381/watcher-4240808-1500639381 -o /tmp/evaluation-result-4240808-1500639381/solver-4240808-1500639381 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1500623787-5215 --watchdog 2560  HOME/cosoco -lc -model -restarts HOME/instance-4240808-1500639381.xml

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

MD5SUM BENCH= 646d28484bd146a649962766e861e016
RANDOM SEED=850938223

node103.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		: 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.65
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		: 2133.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.65
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.65
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		: 1867.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.65
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		: 1867.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:        31145516 kB
MemAvailable:   31949532 kB
Buffers:          164496 kB
Cached:           927940 kB
SwapCached:            0 kB
Active:           429328 kB
Inactive:         774620 kB
Active(anon):     114472 kB
Inactive(anon):    17032 kB
Active(file):     314856 kB
Inactive(file):   757588 kB
Unevictable:        6216 kB
Mlocked:            6216 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2412 kB
Writeback:             0 kB
AnonPages:        124148 kB
Mapped:            34720 kB
Shmem:             17044 kB
Slab:             120344 kB
SReclaimable:      94812 kB
SUnreclaim:        25532 kB
KernelStack:        3568 kB
PageTables:         5124 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     389668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 62016 MiB
End job on node103 at 2017-07-21 14:56:23