Trace number 4240827

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.03 2400.42

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t02-6.xml
MD5SUMd01afa5e20b7ebab190e76d647c74323
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark118
Best CPU time to get the best result obtained on this benchmark2400.05
Satisfiable
(Un)Satisfiability was proved
Number of variables1430
Number of constraints142
Number of domains11
Minimum domain size2
Maximum domain size132
Distribution of domain sizes[{"size":2,"count":130},{"size":71,"count":130},{"size":73,"count":130},{"size":88,"count":130},{"size":93,"count":130},{"size":104,"count":130},{"size":109,"count":130},{"size":111,"count":130},{"size":112,"count":130},{"size":117,"count":130},{"size":132,"count":130}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":1430}]
Minimum constraint arity11
Maximum constraint arity1300
Distribution of constraint arities[{"arity":11,"count":130},{"arity":130,"count":11},{"arity":1300,"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":140}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.59/0.61	c SAT : Variables: 131560 -- Clauses: 6789380
0.59/0.61	c best=?? lower=0 upper=130 

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-4240827-1500639557/watcher-4240827-1500639557 -o /tmp/evaluation-result-4240827-1500639557/solver-4240827-1500639557 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1500634750-5913 --watchdog 2560 HOME/cosoco -lc -model -restarts -sat HOME/instance-4240827-1500639557.xml 

pid=6500
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.05 2.03 3/186 6503
/proc/meminfo: memFree=28382336/32770624 swapFree=6792/949932
[pid=6503] ppid=6500 vsize=27124 CPUtime=0 cores=0,2,4,6
/proc/6503/stat : 6503 (cosoco) R 6500 6503 3400 0 -1 4202496 993 0 0 0 0 0 0 0 20 0 1 0 17389242 27774976 832 33554432000 4194304 5970956 140733131991376 140733131988024 139636994419685 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15646720 140733131998396 140733131998531 140733131998531 140733132001230 0
/proc/6503/statm: 6781 832 704 434 0 145 0

[startup+0.100176 s]
/proc/loadavg: 2.02 2.05 2.03 3/186 6503
/proc/meminfo: memFree=28382336/32770624 swapFree=6792/949932
[pid=6503] ppid=6500 vsize=56208 CPUtime=0.09 cores=0,2,4,6
/proc/6503/stat : 6503 (cosoco) R 6500 6503 3400 0 -1 4202496 6608 0 0 0 8 1 0 0 20 0 1 0 17389242 57556992 6934 33554432000 4194304 5970956 140733131991376 140733131988200 5279748 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15646720 140733131998396 140733131998531 140733131998531 140733132001230 0
/proc/6503/statm: 14052 6934 780 434 0 7416 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 56208

[startup+0.200461 s]
/proc/loadavg: 2.02 2.05 2.03 3/186 6503
/proc/meminfo: memFree=28382336/32770624 swapFree=6792/949932
[pid=6503] ppid=6500 vsize=104620 CPUtime=0.19 cores=0,2,4,6
/proc/6503/stat : 6503 (cosoco) R 6500 6503 3400 0 -1 4202496 14748 0 0 0 16 3 0 0 20 0 1 0 17389242 107130880 18100 33554432000 4194304 5970956 140733131991376 140733131988200 5276581 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15646720 140733131998396 140733131998531 140733131998531 140733132001230 0
/proc/6503/statm: 26155 18100 780 434 0 19519 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 104620

[startup+0.300398 s]
/proc/loadavg: 2.02 2.05 2.03 3/186 6503
/proc/meminfo: memFree=28382336/32770624 swapFree=6792/949932
[pid=6503] ppid=6500 vsize=155120 CPUtime=0.29 cores=0,2,4,6
/proc/6503/stat : 6503 (cosoco) R 6500 6503 3400 0 -1 4202496 23139 0 0 0 26 3 0 0 20 0 1 0 17389242 158842880 31101 33554432000 4194304 5970956 140733131991376 140733131988200 139636994419685 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15646720 140733131998396 140733131998531 140733131998531 140733132001230 0
/proc/6503/statm: 38780 31101 780 434 0 32144 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 155120

[startup+0.700348 s]
/proc/loadavg: 2.02 2.05 2.03 3/186 6503
/proc/meminfo: memFree=28382336/32770624 swapFree=6792/949932
[pid=6503] ppid=6500 vsize=342376 CPUtime=0.69 cores=0,2,4,6
/proc/6503/stat : 6503 (cosoco) R 6500 6503 3400 0 -1 4202496 47292 0 0 0 62 7 0 0 20 0 1 0 17389242 350593024 73137 33554432000 4194304 5970956 140733131991376 140733131988248 139636994419685 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15646720 140733131998396 140733131998531 140733131998531 140733132001230 0
/proc/6503/statm: 85594 73137 801 434 0 78958 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 342376

[startup+1.50029 s]
/proc/loadavg: 2.02 2.05 2.03 3/187 6504
/proc/meminfo: memFree=27521956/32770624 swapFree=6792/949932
[pid=6503] ppid=6500 vsize=346624 CPUtime=1.49 cores=0,2,4,6
/proc/6503/stat : 6503 (cosoco) R 6500 6503 3400 0 -1 4202496 48346 0 0 0 142 7 0 0 20 0 1 0 17389242 354942976 74193 33554432000 4194304 5970956 140733131991376 140733131988088 5039181 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15646720 140733131998396 140733131998531 140733131998531 140733132001230 0
/proc/6503/statm: 86656 74193 801 434 0 80020 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 346624

[startup+3.10028 s]
/proc/loadavg: 2.02 2.05 2.03 3/187 6504
/proc/meminfo: memFree=26951424/32770624 swapFree=6792/949932
[pid=6503] ppid=6500 vsize=346624 CPUtime=3.09 cores=0,2,4,6
/proc/6503/stat : 6503 (cosoco) R 6500 6503 3400 0 -1 4202496 54571 0 0 0 301 8 0 0 20 0 1 0 17389242 354942976 74749 33554432000 4194304 5970956 140733131991376 140733131988088 5272624 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15646720 140733131998396 140733131998531 140733131998531 140733132001230 0
/proc/6503/statm: 86656 74749 801 434 0 80020 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 346624

[startup+6.30028 s]
/proc/loadavg: 2.02 2.05 2.03 3/187 6504
/proc/meminfo: memFree=25240784/32770624 swapFree=6792/949932
[pid=6503] ppid=6500 vsize=346624 CPUtime=6.28 cores=0,2,4,6
/proc/6503/stat : 6503 (cosoco) R 6500 6503 3400 0 -1 4202496 65343 0 0 0 620 8 0 0 20 0 1 0 17389242 354942976 74760 33554432000 4194304 5970956 140733131991376 140733131988088 5038922 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15646720 140733131998396 140733131998531 140733131998531 140733132001230 0
/proc/6503/statm: 86656 74760 801 434 0 80020 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 346624

[startup+12.7003 s]
/proc/loadavg: 2.02 2.05 2.03 3/187 6504
/proc/meminfo: memFree=22933184/32770624 swapFree=6792/949940
[pid=6503] ppid=6500 vsize=346884 CPUtime=12.69 cores=0,2,4,6
/proc/6503/stat : 6503 (cosoco) R 6500 6503 3400 0 -1 4202496 75000 0 0 0 1260 9 0 0 20 0 1 0 17389242 355209216 74810 33554432000 4194304 5970956 140733131991376 140733131988136 5273349 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15646720 140733131998396 140733131998531 140733131998531 140733132001230 0
/proc/6503/statm: 86721 74810 801 434 0 80085 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 346884

[startup+25.5003 s]
/proc/loadavg: 2.01 2.05 2.03 3/187 6504
/proc/meminfo: memFree=22699012/32770624 swapFree=6792/949956
[pid=6503] ppid=6500 vsize=347016 CPUtime=25.48 cores=0,2,4,6
/proc/6503/stat : 6503 (cosoco) R 6500 6503 3400 0 -1 4202496 84680 0 0 0 2539 9 0 0 20 0 1 0 17389242 355344384 74871 33554432000 4194304 5970956 140733131991376 140733131988120 5039483 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15646720 140733131998396 140733131998531 140733131998531 140733132001230 0
/proc/6503/statm: 86754 74871 801 434 0 80118 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 347016

[startup+51.1003 s]
/proc/loadavg: 2.01 2.04 2.03 3/188 6512
/proc/meminfo: memFree=22699012/32770624 swapFree=6792/949976
[pid=6503] ppid=6500 vsize=347016 CPUtime=51.08 cores=0,2,4,6
/proc/6503/stat : 6503 (cosoco) R 6500 6503 3400 0 -1 4202496 96934 0 0 0 5098 10 0 0 20 0 1 0 17389242 355344384 74871 33554432000 4194304 5970956 140733131991376 140733131988120 5038188 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15646720 140733131998396 140733131998531 140733131998531 140733132001230 0
/proc/6503/statm: 86754 74871 801 434 0 80118 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 347016

[startup+102.3 s]
/proc/loadavg: 2.00 2.04 2.03 4/188 6513
/proc/meminfo: memFree=22698152/32770624 swapFree=6792/950008
[pid=6503] ppid=6500 vsize=347016 CPUtime=102.28 cores=0,2,4,6
/proc/6503/stat : 6503 (cosoco) R 6500 6503 3400 0 -1 4202496 108266 0 0 0 10218 10 0 0 20 0 1 0 17389242 355344384 74871 33554432000 4194304 5970956 140733131991376 140733131988120 5108512 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15646720 140733131998396 140733131998531 140733131998531 140733132001230 0
/proc/6503/statm: 86754 74871 801 434 0 80118 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 347016

[startup+162.3 s]
/proc/loadavg: 2.04 2.04 2.04 3/188 6514
/proc/meminfo: memFree=22699292/32770624 swapFree=6792/950032
[pid=6503] ppid=6500 vsize=347016 CPUtime=162.26 cores=0,2,4,6
/proc/6503/stat : 6503 (cosoco) R 6500 6503 3400 0 -1 4202496 115389 0 0 0 16215 11 0 0 20 0 1 0 17389242 355344384 74871 33554432000 4194304 5970956 140733131991376 140733131988120 5038721 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15646720 140733131998396 140733131998531 140733131998531 140733132001230 0
/proc/6503/statm: 86754 74871 801 434 0 80118 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 347016

[startup+222.306 s]
/proc/loadavg: 2.02 2.04 2.04 3/187 6515
/proc/meminfo: memFree=22700216/32770624 swapFree=6792/950056
[pid=6503] ppid=6500 vsize=347016 CPUtime=222.26 cores=0,2,4,6
/proc/6503/stat : 6503 (cosoco) R 6500 6503 3400 0 -1 4202496 123573 0 0 0 22215 11 0 0 20 0 1 0 17389242 355344384 74872 33554432000 4194304 5970956 140733131991376 140733131988120 5039193 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15646720 140733131998396 140733131998531 140733131998531 140733132001230 0
/proc/6503/statm: 86754 74872 801 434 0 80118 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 347016

[startup+282.3 s]
/proc/loadavg: 2.01 2.03 2.04 3/188 6517
/proc/meminfo: memFree=22699332/32770624 swapFree=6792/950076
[pid=6503] ppid=6500 vsize=347016 CPUtime=282.25 cores=0,2,4,6
/proc/6503/stat : 6503 (cosoco) R 6500 6503 3400 0 -1 4202496 131975 0 0 0 28213 12 0 0 20 0 1 0 17389242 355344384 74872 33554432000 4194304 5970956 140733131991376 140733131988120 5250808 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15646720 140733131998396 140733131998531 140733131998531 140733132001230 0
/proc/6503/statm: 86754 74872 801 434 0 80118 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 347016

[startup+342.3 s]
/proc/loadavg: 2.00 2.03 2.04 3/188 6518
/proc/meminfo: memFree=22698632/32770624 swapFree=6792/950096
[pid=6503] ppid=6500 vsize=347016 CPUtime=342.23 cores=0,2,4,6
/proc/6503/stat : 6503 (cosoco) R 6500 6503 3400 0 -1 4202496 134878 0 0 0 34211 12 0 0 20 0 1 0 17389242 355344384 74873 33554432000 4194304 5970956 140733131991376 140733131988120 5098928 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15646720 140733131998396 140733131998531 140733131998531 140733132001230 0
/proc/6503/statm: 86754 74873 801 434 0 80118 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 347016

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/187 6520
/proc/meminfo: memFree=22699316/32770624 swapFree=6792/950128
[pid=6503] ppid=6500 vsize=347016 CPUtime=402.22 cores=0,2,4,6
/proc/6503/stat : 6503 (cosoco) R 6500 6503 3400 0 -1 4202496 144100 0 0 0 40210 12 0 0 20 0 1 0 17389242 355344384 74874 33554432000 4194304 5970956 140733131991376 140733131988120 5038725 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15646720 140733131998396 140733131998531 140733131998531 140733132001230 0
/proc/6503/statm: 86754 74874 801 434 0 80118 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 347016

[startup+462.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/187 6521
/proc/meminfo: memFree=22697440/32770624 swapFree=6792/950156
[pid=6503] ppid=6500 vsize=347016 CPUtime=462.22 cores=0,2,4,6
/proc/6503/stat : 6503 (cosoco) R 6500 6503 3400 0 -1 4202496 148725 0 0 0 46209 13 0 0 20 0 1 0 17389242 355344384 75386 33554432000 4194304 5970956 140733131991376 140733131988120 5039186 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15646720 140733131998396 140733131998531 140733131998531 140733132001230 0
/proc/6503/statm: 86754 75386 801 434 0 80118 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 347016

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/187 6522
/proc/meminfo: memFree=22697296/32770624 swapFree=6792/950184
[pid=6503] ppid=6500 vsize=347016 CPUtime=522.2 cores=0,2,4,6
/proc/6503/stat : 6503 (cosoco) R 6500 6503 3400 0 -1 4202496 159540 0 0 0 52207 13 0 0 20 0 1 0 17389242 355344384 75386 33554432000 4194304 5970956 140733131991376 140733131988120 5039637 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15646720 140733131998396 140733131998531 140733131998531 140733132001230 0
/proc/6503/statm: 86754 75386 801 434 0 80118 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 347016

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/187 6524
/proc/meminfo: memFree=22697432/32770624 swapFree=6792/950212
[pid=6503] ppid=6500 vsize=347016 CPUtime=582.2 cores=0,2,4,6
/proc/6503/stat : 6503 (cosoco) R 6500 6503 3400 0 -1 4202496 164310 0 0 0 58206 14 0 0 20 0 1 0 17389242 355344384 75386 33554432000 4194304 5970956 140733131991376 140733131988120 5044849 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15646720 140733131998396 140733131998531 140733131998531 140733132001230 0
/proc/6503/statm: 86754 75386 801 434 0 80118 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 347016


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


[startup+1482.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/187 6554
/proc/meminfo: memFree=22696616/32770624 swapFree=6792/950588
[pid=6503] ppid=6500 vsize=347148 CPUtime=1482.04 cores=0,2,4,6
/proc/6503/stat : 6503 (cosoco) R 6500 6503 3400 0 -1 4202496 258574 0 0 0 148185 19 0 0 20 0 1 0 17389242 355479552 75392 33554432000 4194304 5970956 140733131991376 140733131988440 5045304 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15646720 140733131998396 140733131998531 140733131998531 140733132001230 0
/proc/6503/statm: 86787 75392 801 434 0 80151 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 347148

[startup+1542.31 s]
/proc/loadavg: 2.00 2.03 2.05 3/187 6555
/proc/meminfo: memFree=22696676/32770624 swapFree=6792/950608
[pid=6503] ppid=6500 vsize=347148 CPUtime=1542.05 cores=0,2,4,6
/proc/6503/stat : 6503 (cosoco) R 6500 6503 3400 0 -1 4202496 266405 0 0 0 154185 20 0 0 20 0 1 0 17389242 355479552 75392 33554432000 4194304 5970956 140733131991376 140733131988440 5038721 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15646720 140733131998396 140733131998531 140733131998531 140733132001230 0
/proc/6503/statm: 86787 75392 801 434 0 80151 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 347148

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 6556
/proc/meminfo: memFree=22697096/32770624 swapFree=6792/950632
[pid=6503] ppid=6500 vsize=347148 CPUtime=1602.03 cores=0,2,4,6
/proc/6503/stat : 6503 (cosoco) R 6500 6503 3400 0 -1 4202496 268750 0 0 0 160183 20 0 0 20 0 1 0 17389242 355479552 75397 33554432000 4194304 5970956 140733131991376 140733131988440 5098928 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15646720 140733131998396 140733131998531 140733131998531 140733132001230 0
/proc/6503/statm: 86787 75397 801 434 0 80151 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 347148

[startup+1662.3 s]
/proc/loadavg: 2.12 2.05 2.05 3/187 6557
/proc/meminfo: memFree=22696944/32770624 swapFree=6792/950660
[pid=6503] ppid=6500 vsize=347148 CPUtime=1662.02 cores=0,2,4,6
/proc/6503/stat : 6503 (cosoco) R 6500 6503 3400 0 -1 4202496 275218 0 0 0 166182 20 0 0 20 0 1 0 17389242 355479552 75400 33554432000 4194304 5970956 140733131991376 140733131988440 5038283 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15646720 140733131998396 140733131998531 140733131998531 140733132001230 0
/proc/6503/statm: 86787 75400 801 434 0 80151 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 347148

[startup+1722.3 s]
/proc/loadavg: 2.04 2.04 2.05 3/187 6558
/proc/meminfo: memFree=22696776/32770624 swapFree=6792/950684
[pid=6503] ppid=6500 vsize=347148 CPUtime=1722.01 cores=0,2,4,6
/proc/6503/stat : 6503 (cosoco) R 6500 6503 3400 0 -1 4202496 277742 0 0 0 172181 20 0 0 20 0 1 0 17389242 355479552 75400 33554432000 4194304 5970956 140733131991376 140733131988440 5327840 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15646720 140733131998396 140733131998531 140733131998531 140733132001230 0
/proc/6503/statm: 86787 75400 801 434 0 80151 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 347148

[startup+1782.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/187 6559
/proc/meminfo: memFree=22696112/32770624 swapFree=6792/950708
[pid=6503] ppid=6500 vsize=347148 CPUtime=1782 cores=0,2,4,6
/proc/6503/stat : 6503 (cosoco) R 6500 6503 3400 0 -1 4202496 285866 0 0 0 178179 21 0 0 20 0 1 0 17389242 355479552 75400 33554432000 4194304 5970956 140733131991376 140733131988440 5038502 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15646720 140733131998396 140733131998531 140733131998531 140733132001230 0
/proc/6503/statm: 86787 75400 801 434 0 80151 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 347148

[startup+1842.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/187 6560
/proc/meminfo: memFree=22696024/32770624 swapFree=6792/950728
[pid=6503] ppid=6500 vsize=347148 CPUtime=1841.99 cores=0,2,4,6
/proc/6503/stat : 6503 (cosoco) R 6500 6503 3400 0 -1 4202496 287097 0 0 0 184178 21 0 0 20 0 1 0 17389242 355479552 75400 33554432000 4194304 5970956 140733131991376 140733131988440 5040624 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15646720 140733131998396 140733131998531 140733131998531 140733132001230 0
/proc/6503/statm: 86787 75400 801 434 0 80151 0
Current children cumulated CPU time (s) 1841.99
Current children cumulated vsize (KiB) 347148

[startup+1902.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 6568
/proc/meminfo: memFree=22696104/32770624 swapFree=6792/950764
[pid=6503] ppid=6500 vsize=347148 CPUtime=1901.98 cores=0,2,4,6
/proc/6503/stat : 6503 (cosoco) R 6500 6503 3400 0 -1 4202496 288522 0 0 0 190177 21 0 0 20 0 1 0 17389242 355479552 75400 33554432000 4194304 5970956 140733131991376 140733131988440 5038188 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15646720 140733131998396 140733131998531 140733131998531 140733132001230 0
/proc/6503/statm: 86787 75400 801 434 0 80151 0
Current children cumulated CPU time (s) 1901.98
Current children cumulated vsize (KiB) 347148

[startup+1962.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 6569
/proc/meminfo: memFree=22696348/32770624 swapFree=6792/950788
[pid=6503] ppid=6500 vsize=347148 CPUtime=1961.97 cores=0,2,4,6
/proc/6503/stat : 6503 (cosoco) R 6500 6503 3400 0 -1 4202496 289876 0 0 0 196176 21 0 0 20 0 1 0 17389242 355479552 75400 33554432000 4194304 5970956 140733131991376 140733131988440 5098896 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15646720 140733131998396 140733131998531 140733131998531 140733132001230 0
/proc/6503/statm: 86787 75400 801 434 0 80151 0
Current children cumulated CPU time (s) 1961.97
Current children cumulated vsize (KiB) 347148

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 6570
/proc/meminfo: memFree=22696428/32770624 swapFree=6792/950812
[pid=6503] ppid=6500 vsize=347148 CPUtime=2021.96 cores=0,2,4,6
/proc/6503/stat : 6503 (cosoco) R 6500 6503 3400 0 -1 4202496 296712 0 0 0 202175 21 0 0 20 0 1 0 17389242 355479552 75400 33554432000 4194304 5970956 140733131991376 140733131988440 5337501 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15646720 140733131998396 140733131998531 140733131998531 140733132001230 0
/proc/6503/statm: 86787 75400 801 434 0 80151 0
Current children cumulated CPU time (s) 2021.96
Current children cumulated vsize (KiB) 347148

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 6571
/proc/meminfo: memFree=22696236/32770624 swapFree=6792/950832
[pid=6503] ppid=6500 vsize=347148 CPUtime=2081.95 cores=0,2,4,6
/proc/6503/stat : 6503 (cosoco) R 6500 6503 3400 0 -1 4202496 298065 0 0 0 208174 21 0 0 20 0 1 0 17389242 355479552 75400 33554432000 4194304 5970956 140733131991376 140733131988440 5098896 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15646720 140733131998396 140733131998531 140733131998531 140733132001230 0
/proc/6503/statm: 86787 75400 801 434 0 80151 0
Current children cumulated CPU time (s) 2081.95
Current children cumulated vsize (KiB) 347148

[startup+2142.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/187 6572
/proc/meminfo: memFree=22696064/32770624 swapFree=6792/950852
[pid=6503] ppid=6500 vsize=347148 CPUtime=2141.94 cores=0,2,4,6
/proc/6503/stat : 6503 (cosoco) R 6500 6503 3400 0 -1 4202496 299383 0 0 0 214173 21 0 0 20 0 1 0 17389242 355479552 75400 33554432000 4194304 5970956 140733131991376 140733131988440 5038624 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15646720 140733131998396 140733131998531 140733131998531 140733132001230 0
/proc/6503/statm: 86787 75400 801 434 0 80151 0
Current children cumulated CPU time (s) 2141.94
Current children cumulated vsize (KiB) 347148

[startup+2202.31 s]
/proc/loadavg: 2.02 2.02 2.05 4/187 6574
/proc/meminfo: memFree=22696348/32770624 swapFree=6792/950884
[pid=6503] ppid=6500 vsize=347148 CPUtime=2201.94 cores=0,2,4,6
/proc/6503/stat : 6503 (cosoco) R 6500 6503 3400 0 -1 4202496 306548 0 0 0 220172 22 0 0 20 0 1 0 17389242 355479552 75400 33554432000 4194304 5970956 140733131991376 140733131988440 5040507 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15646720 140733131998396 140733131998531 140733131998531 140733132001230 0
/proc/6503/statm: 86787 75400 801 434 0 80151 0
Current children cumulated CPU time (s) 2201.94
Current children cumulated vsize (KiB) 347148

[startup+2262.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 6575
/proc/meminfo: memFree=22696460/32770624 swapFree=6792/950908
[pid=6503] ppid=6500 vsize=347148 CPUtime=2261.92 cores=0,2,4,6
/proc/6503/stat : 6503 (cosoco) R 6500 6503 3400 0 -1 4202496 308285 0 0 0 226170 22 0 0 20 0 1 0 17389242 355479552 75400 33554432000 4194304 5970956 140733131991376 140733131988440 5098896 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15646720 140733131998396 140733131998531 140733131998531 140733132001230 0
/proc/6503/statm: 86787 75400 801 434 0 80151 0
Current children cumulated CPU time (s) 2261.92
Current children cumulated vsize (KiB) 347148

[startup+2322.3 s]
/proc/loadavg: 2.07 2.03 2.05 3/187 6576
/proc/meminfo: memFree=22696172/32770624 swapFree=6792/950932
[pid=6503] ppid=6500 vsize=347148 CPUtime=2321.91 cores=0,2,4,6
/proc/6503/stat : 6503 (cosoco) R 6500 6503 3400 0 -1 4202496 311590 0 0 0 232169 22 0 0 20 0 1 0 17389242 355479552 75400 33554432000 4194304 5970956 140733131991376 140733131988440 5327850 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15646720 140733131998396 140733131998531 140733131998531 140733132001230 0
/proc/6503/statm: 86787 75400 801 434 0 80151 0
Current children cumulated CPU time (s) 2321.91
Current children cumulated vsize (KiB) 347148

[startup+2382.3 s]
/proc/loadavg: 2.03 2.02 2.05 3/187 6578
/proc/meminfo: memFree=22696264/32770624 swapFree=6792/950964
[pid=6503] ppid=6500 vsize=347148 CPUtime=2381.9 cores=0,2,4,6
/proc/6503/stat : 6503 (cosoco) R 6500 6503 3400 0 -1 4202496 312939 0 0 0 238168 22 0 0 20 0 1 0 17389242 355479552 75400 33554432000 4194304 5970956 140733131991376 140733131988440 5038188 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15646720 140733131998396 140733131998531 140733131998531 140733132001230 0
/proc/6503/statm: 86787 75400 801 434 0 80151 0
Current children cumulated CPU time (s) 2381.9
Current children cumulated vsize (KiB) 347148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.4 s]
/proc/loadavg: 2.02 2.02 2.05 3/187 6639
/proc/meminfo: memFree=28712996/32770624 swapFree=6792/950996
[pid=6503] ppid=6500 vsize=347148 CPUtime=2400 cores=0,2,4,6
/proc/6503/stat : 6503 (cosoco) R 6500 6503 3400 0 -1 4202496 313025 0 0 0 239978 22 0 0 20 0 1 0 17389242 355479552 75400 33554432000 4194304 5970956 140733131991376 140733131988440 5039162 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 15646720 140733131998396 140733131998531 140733131998531 140733132001230 0
/proc/6503/statm: 86787 75400 801 434 0 80151 0
Current children cumulated CPU time (s) 2400
Current children cumulated vsize (KiB) 347148

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

Child status: 1
Real time (s): 2400.42
CPU time (s): 2400.03
CPU user time (s): 2399.79
CPU system time (s): 0.238961
CPU usage (%): 99.9837
Max. virtual memory (cumulated for all children) (KiB): 347148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.79
system time used= 0.238961
maximum resident set size= 301644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 313054
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= 121870

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.54129 second user time and 8.66656 second system time

The end

Launcher Data

Begin job on node143 at 2017-07-21 14:19:17
IDJOB=4240827
IDBENCH=124211
IDSOLVER=2621
FILE ID=node143/4240827-1500639557
RUNJOBID= node143-1500634750-5913
PBS_JOBID= 20622991
Free space on /tmp= 61996 MiB

SOLVER NAME= cosoco-sat 1.1
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t02-6.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4240827-1500639557/watcher-4240827-1500639557 -o /tmp/evaluation-result-4240827-1500639557/solver-4240827-1500639557 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1500634750-5913 --watchdog 2560  HOME/cosoco -lc -model -restarts -sat HOME/instance-4240827-1500639557.xml

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

MD5SUM BENCH= d01afa5e20b7ebab190e76d647c74323
RANDOM SEED=1101182454

node143.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.14
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.14
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.14
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		: 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.14
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:        28398172 kB
MemAvailable:   29438396 kB
Buffers:          161856 kB
Cached:          1165016 kB
SwapCached:            0 kB
Active:          2977532 kB
Inactive:         966884 kB
Active(anon):    2619864 kB
Inactive(anon):    16952 kB
Active(file):     357668 kB
Inactive(file):   949932 kB
Unevictable:        6792 kB
Mlocked:            6800 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2412 kB
Writeback:             0 kB
AnonPages:       2674760 kB
Mapped:            34404 kB
Shmem:             17044 kB
Slab:             121876 kB
SReclaimable:      96920 kB
SUnreclaim:        24956 kB
KernelStack:        3440 kB
PageTables:        10112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3056540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    452608 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61992 MiB
End job on node143 at 2017-07-21 14:59:18