Trace number 4265634

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
cosoco-sat 1.12? (TO) 2520.1001 2519.8201

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t02-3.xml
MD5SUM058109e0b262c2cf0fdf1876739ed95e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark158
Best CPU time to get the best result obtained on this benchmark2400.04
Satisfiable
(Un)Satisfiability was proved
Number of variables1925
Number of constraints187
Number of domains10
Minimum domain size2
Maximum domain size162
Distribution of domain sizes[{"size":2,"count":175},{"size":38,"count":175},{"size":61,"count":175},{"size":91,"count":175},{"size":93,"count":350},{"size":103,"count":175},{"size":114,"count":175},{"size":126,"count":175},{"size":129,"count":175},{"size":162,"count":175}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":1925}]
Minimum constraint arity11
Maximum constraint arity1750
Distribution of constraint arities[{"arity":11,"count":175},{"arity":175,"count":11},{"arity":1750,"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":185}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.69/0.79	c SAT : Variables: 177100 -- Clauses: 9810850
0.69/0.79	c best=?? lower=-175 upper=0 
2520.07/2519.80	c
2520.07/2519.80	c This is cosoco 1.12 --  
2520.07/2519.80	c
2520.07/2519.80	c command line: cosoco -lc -model -restarts -sat HOME/instance-4265634-1502573265.xml 
2520.07/2519.80	c enable optimization
2520.07/2519.80	c ========================================[ Problem Statistics ]===========================================
2520.07/2519.80	c |                                                                                                       
2520.07/2519.80	c |  Parse time        :         0.66 s 
2520.07/2519.80	c |
2520.07/2519.80	c |               Variables: 1925
2520.07/2519.80	c |            Domain Sizes: 2..162
2520.07/2519.80	c |
2520.07/2519.80	c |             Constraints: 534
2520.07/2519.80	c |                   Arity: 2..175  -- Binary: 174
2520.07/2519.80	c | 
2520.07/2519.80	c |                   Types: 
2520.07/2519.80	c |                          (X -Y <= k): 174
2520.07/2519.80	c |                          Lex: 174
2520.07/2519.80	c |                          Sum: 186
2520.07/2519.80	c |                          
2520.07/2519.80	c =========================================================================================================
2520.07/2519.80	
2520.07/2519.80	c *** INTERRUPTED ***
2520.07/2519.80	c restarts              : 572         
2520.07/2519.80	c conflicts             : 1081308      (429 /sec)
2520.07/2519.80	c decisions             : 4760689      (1889 /sec)
2520.07/2519.80	c propagations          : 1820081847  (722307 /sec)
2520.07/2519.80	c root propagations     : 158550      
2520.07/2519.80	c filter calls          : 532386347      (211280 /sec)
2520.07/2519.80	c useless filter calls  : 289069557      (54 %)
2520.07/2519.80	c
2520.07/2519.80	c clauses               : 9814751
2520.07/2519.80	c SAT propagations      : 240
2520.07/2519.80	c SAT conflicts         : 0 (0 learnts)
2520.07/2519.80	c Memory used           : 515.88 MB
2520.07/2519.80	c CPU time              : 2519.82 s
2520.07/2519.80	
2520.07/2519.80	c No Bound found!
2520.07/2519.80	
2520.07/2519.80	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14161 MiB free)
  memory of node 1: 16384 MiB (4597 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4265634-1502573265/watcher-4265634-1502573265 -o /tmp/evaluation-result-4265634-1502573265/solver-4265634-1502573265 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node114-1502567254-24357 --watchdog 2580 cosoco -lc -model -restarts -sat HOME/instance-4265634-1502573265.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=25227, runsolver pid=25224

[startup+0.100119 s]*
/proc/loadavg: 2.00 2.01 1.97 3/187 25228
/proc/meminfo: memFree=19161464/32770624 swapFree=67108860/67108860
[pid=25227] ppid=25224 vsize=82848 memory=54492 CPUtime=0.1 cores=0,2,4,6
/proc/25227/stat : 25227 (cosoco) R 25224 25227 24273 0 -1 4202496 11261 0 0 0 8 2 0 0 20 0 1 0 90414348 84836352 13623 33554432000 4194304 5972588 140731346369088 140731346365736 5277237 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 11493376 140731346375866 140731346375966 140731346375966 140731346378702 0
/proc/25227/statm: 20712 13623 784 435 0 14075 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 82848 KiB
Current children cumulated memory: 54492 KiB

[startup+0.209671 s]*
/proc/loadavg: 2.00 2.01 1.97 3/187 25228
/proc/meminfo: memFree=19102360/32770624 swapFree=67108860/67108860
[pid=25227] ppid=25224 vsize=154116 memory=115056 CPUtime=0.21 cores=0,2,4,6
/proc/25227/stat : 25227 (cosoco) R 25224 25227 24273 0 -1 4202496 21326 0 0 0 18 3 0 0 20 0 1 0 90414348 157814784 28764 33554432000 4194304 5972588 140731346369088 140731346365880 5280489 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 11493376 140731346375866 140731346375966 140731346375966 140731346378702 0
/proc/25227/statm: 38529 28764 784 435 0 31892 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 154116 KiB
Current children cumulated memory: 115056 KiB

[startup+0.309621 s]*
/proc/loadavg: 2.00 2.01 1.97 3/187 25228
/proc/meminfo: memFree=19047048/32770624 swapFree=67108860/67108860
[pid=25227] ppid=25224 vsize=221580 memory=172176 CPUtime=0.31 cores=0,2,4,6
/proc/25227/stat : 25227 (cosoco) R 25224 25227 24273 0 -1 4202496 29439 0 0 0 26 5 0 0 20 0 1 0 90414348 226897920 43044 33554432000 4194304 5972588 140731346369088 140731346365880 140011051940837 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 11493376 140731346375866 140731346375966 140731346375966 140731346378702 0
/proc/25227/statm: 55395 43044 784 435 0 48758 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 221580 KiB
Current children cumulated memory: 172176 KiB

[startup+0.700304 s]
/proc/loadavg: 2.00 2.01 1.97 3/187 25228
/proc/meminfo: memFree=18937264/32770624 swapFree=67108860/67108860
[pid=25227] ppid=25224 vsize=492960 memory=381376 CPUtime=0.69 cores=0,2,4,6
/proc/25227/stat : 25227 (cosoco) R 25224 25227 24273 0 -1 4202496 60268 0 0 0 58 11 0 0 20 0 1 0 90414348 504791040 95344 33554432000 4194304 5972588 140731346369088 140731346365880 140011051940837 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 11493376 140731346375866 140731346375966 140731346375966 140731346378702 0
/proc/25227/statm: 123240 95344 784 435 0 116603 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 492960 KiB
Current children cumulated memory: 381376 KiB

[startup+1.50029 s]
/proc/loadavg: 2.00 2.01 1.97 3/187 25228
/proc/meminfo: memFree=18774696/32770624 swapFree=67108860/67108860
[pid=25227] ppid=25224 vsize=524928 memory=439376 CPUtime=1.49 cores=0,2,4,6
/proc/25227/stat : 25227 (cosoco) R 25224 25227 24273 0 -1 4202496 69134 0 0 0 137 12 0 0 20 0 1 0 90414348 537526272 109844 33554432000 4194304 5972588 140731346369088 140731346365720 5099630 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 11493376 140731346375866 140731346375966 140731346375966 140731346378702 0
/proc/25227/statm: 131232 109844 801 435 0 124595 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 524928 KiB
Current children cumulated memory: 439376 KiB

[startup+3.10933 s]
/proc/loadavg: 2.00 2.01 1.97 3/187 25228
/proc/meminfo: memFree=18769988/32770624 swapFree=67108860/67108860
[pid=25227] ppid=25224 vsize=527324 memory=441836 CPUtime=3.1 cores=0,2,4,6
/proc/25227/stat : 25227 (cosoco) R 25224 25227 24273 0 -1 4202496 78865 0 0 0 297 13 0 0 20 0 1 0 90414348 539979776 110459 33554432000 4194304 5972588 140731346369088 140731346365784 5328506 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 11493376 140731346375866 140731346375966 140731346375966 140731346378702 0
/proc/25227/statm: 131831 110459 801 435 0 125194 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 527324 KiB
Current children cumulated memory: 441836 KiB

[startup+6.30023 s]
/proc/loadavg: 2.00 2.01 1.97 3/187 25228
/proc/meminfo: memFree=18767220/32770624 swapFree=67108860/67108860
[pid=25227] ppid=25224 vsize=527324 memory=441836 CPUtime=6.29 cores=0,2,4,6
/proc/25227/stat : 25227 (cosoco) R 25224 25227 24273 0 -1 4202496 93404 0 0 0 615 14 0 0 20 0 1 0 90414348 539979776 110459 33554432000 4194304 5972588 140731346369088 140731346365784 5040138 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 11493376 140731346375866 140731346375966 140731346375966 140731346378702 0
/proc/25227/statm: 131831 110459 801 435 0 125194 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 527324 KiB
Current children cumulated memory: 441836 KiB

[startup+12.7002 s]
/proc/loadavg: 2.00 2.01 1.97 3/187 25228
/proc/meminfo: memFree=18767900/32770624 swapFree=67108860/67108860
[pid=25227] ppid=25224 vsize=527324 memory=441836 CPUtime=12.68 cores=0,2,4,6
/proc/25227/stat : 25227 (cosoco) R 25224 25227 24273 0 -1 4202496 107512 0 0 0 1254 14 0 0 20 0 1 0 90414348 539979776 110459 33554432000 4194304 5972588 140731346369088 140731346365784 5039528 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 11493376 140731346375866 140731346375966 140731346375966 140731346378702 0
/proc/25227/statm: 131831 110459 801 435 0 125194 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 527324 KiB
Current children cumulated memory: 441836 KiB

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 1.97 3/187 25228
/proc/meminfo: memFree=18766280/32770624 swapFree=67108860/67108860
[pid=25227] ppid=25224 vsize=527324 memory=443884 CPUtime=25.49 cores=0,2,4,6
/proc/25227/stat : 25227 (cosoco) R 25224 25227 24273 0 -1 4202496 123417 0 0 0 2534 15 0 0 20 0 1 0 90414348 539979776 110971 33554432000 4194304 5972588 140731346369088 140731346365784 5039672 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 11493376 140731346375866 140731346375966 140731346375966 140731346378702 0
/proc/25227/statm: 131831 110971 801 435 0 125194 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 527324 KiB
Current children cumulated memory: 443884 KiB

[startup+51.1092 s]
/proc/loadavg: 2.00 2.01 1.97 3/187 25228
/proc/meminfo: memFree=18765488/32770624 swapFree=67108860/67108860
[pid=25227] ppid=25224 vsize=528120 memory=444632 CPUtime=51.09 cores=0,2,4,6
/proc/25227/stat : 25227 (cosoco) R 25224 25227 24273 0 -1 4202496 145668 0 0 0 5093 16 0 0 20 0 1 0 90414348 540794880 111158 33554432000 4194304 5972588 140731346369088 140731346365704 5040128 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 11493376 140731346375866 140731346375966 140731346375966 140731346378702 0
/proc/25227/statm: 132030 111158 801 435 0 125393 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 528120 KiB
Current children cumulated memory: 444632 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/187 25229
/proc/meminfo: memFree=18764668/32770624 swapFree=67108860/67108860
[pid=25227] ppid=25224 vsize=528120 memory=444656 CPUtime=102.28 cores=0,2,4,6
/proc/25227/stat : 25227 (cosoco) R 25224 25227 24273 0 -1 4202496 163022 0 0 0 10211 17 0 0 20 0 1 0 90414348 540794880 111164 33554432000 4194304 5972588 140731346369088 140731346365704 5099616 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 11493376 140731346375866 140731346375966 140731346375966 140731346378702 0
/proc/25227/statm: 132030 111164 801 435 0 125393 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 528120 KiB
Current children cumulated memory: 444656 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/187 25230
/proc/meminfo: memFree=18762280/32770624 swapFree=67108860/67108860
[pid=25227] ppid=25224 vsize=528256 memory=446764 CPUtime=162.28 cores=0,2,4,6
/proc/25227/stat : 25227 (cosoco) R 25224 25227 24273 0 -1 4202496 174923 0 0 0 16211 17 0 0 20 0 1 0 90414348 540934144 111691 33554432000 4194304 5972588 140731346369088 140731346365720 5328506 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 11493376 140731346375866 140731346375966 140731346375966 140731346378702 0
/proc/25227/statm: 132064 111691 801 435 0 125427 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 528256 KiB
Current children cumulated memory: 446764 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/187 25231
/proc/meminfo: memFree=18762460/32770624 swapFree=67108860/67108860
[pid=25227] ppid=25224 vsize=528256 memory=446764 CPUtime=222.28 cores=0,2,4,6
/proc/25227/stat : 25227 (cosoco) R 25224 25227 24273 0 -1 4202496 183766 0 0 0 22210 18 0 0 20 0 1 0 90414348 540934144 111691 33554432000 4194304 5972588 140731346369088 140731346365720 5039159 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 11493376 140731346375866 140731346375966 140731346375966 140731346378702 0
/proc/25227/statm: 132064 111691 801 435 0 125427 0
Current children cumulated CPU time: 222.28 s
Current children cumulated vsize: 528256 KiB
Current children cumulated memory: 446764 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/187 25232
/proc/meminfo: memFree=18762368/32770624 swapFree=67108860/67108860
[pid=25227] ppid=25224 vsize=528256 memory=446764 CPUtime=282.27 cores=0,2,4,6
/proc/25227/stat : 25227 (cosoco) R 25224 25227 24273 0 -1 4202496 192558 0 0 0 28209 18 0 0 20 0 1 0 90414348 540934144 111691 33554432000 4194304 5972588 140731346369088 140731346365720 5328503 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 11493376 140731346375866 140731346375966 140731346375966 140731346378702 0
/proc/25227/statm: 132064 111691 801 435 0 125427 0
Current children cumulated CPU time: 282.27 s
Current children cumulated vsize: 528256 KiB
Current children cumulated memory: 446764 KiB

[startup+342.3 s]
/proc/loadavg: 1.95 2.00 1.97 3/187 25233
/proc/meminfo: memFree=18762400/32770624 swapFree=67108860/67108860
[pid=25227] ppid=25224 vsize=528256 memory=446764 CPUtime=342.28 cores=0,2,4,6
/proc/25227/stat : 25227 (cosoco) R 25224 25227 24273 0 -1 4202496 197716 0 0 0 34210 18 0 0 20 0 1 0 90414348 540934144 111691 33554432000 4194304 5972588 140731346369088 140731346365720 5039173 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 11493376 140731346375866 140731346375966 140731346375966 140731346378702 0
/proc/25227/statm: 132064 111691 801 435 0 125427 0
Current children cumulated CPU time: 342.28 s
Current children cumulated vsize: 528256 KiB
Current children cumulated memory: 446764 KiB

[startup+402.3 s]
/proc/loadavg: 1.98 2.00 1.97 3/187 25241
/proc/meminfo: memFree=18760704/32770624 swapFree=67108860/67108860
[pid=25227] ppid=25224 vsize=528256 memory=446764 CPUtime=402.29 cores=0,2,4,6
/proc/25227/stat : 25227 (cosoco) R 25224 25227 24273 0 -1 4202496 200537 0 0 0 40210 19 0 0 20 0 1 0 90414348 540934144 111691 33554432000 4194304 5972588 140731346369088 140731346365720 5099616 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 11493376 140731346375866 140731346375966 140731346375966 140731346378702 0
/proc/25227/statm: 132064 111691 801 435 0 125427 0
Current children cumulated CPU time: 402.29 s
Current children cumulated vsize: 528256 KiB
Current children cumulated memory: 446764 KiB

[startup+462.3 s]
/proc/loadavg: 2.03 2.01 1.97 3/187 25242
/proc/meminfo: memFree=18760968/32770624 swapFree=67108860/67108860
[pid=25227] ppid=25224 vsize=528256 memory=446764 CPUtime=462.3 cores=0,2,4,6
/proc/25227/stat : 25227 (cosoco) R 25224 25227 24273 0 -1 4202496 204931 0 0 0 46211 19 0 0 20 0 1 0 90414348 540934144 111691 33554432000 4194304 5972588 140731346369088 140731346365720 5099616 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 11493376 140731346375866 140731346375966 140731346375966 140731346378702 0
/proc/25227/statm: 132064 111691 801 435 0 125427 0
Current children cumulated CPU time: 462.3 s
Current children cumulated vsize: 528256 KiB
Current children cumulated memory: 446764 KiB


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

/proc/25227/statm: 132064 111691 801 435 0 125427 0
Current children cumulated CPU time: 1722.47 s
Current children cumulated vsize: 528256 KiB
Current children cumulated memory: 446764 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/188 25282
/proc/meminfo: memFree=18760784/32770624 swapFree=67108860/67108860
[pid=25227] ppid=25224 vsize=528256 memory=446764 CPUtime=1782.47 cores=0,2,4,6
/proc/25227/stat : 25227 (cosoco) R 25224 25227 24273 0 -1 4202496 290850 0 0 0 178224 23 0 0 20 0 1 0 90414348 540934144 111691 33554432000 4194304 5972588 140731346369088 140731346365720 5099616 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 11493376 140731346375866 140731346375966 140731346375966 140731346378702 0
/proc/25227/statm: 132064 111691 801 435 0 125427 0
Current children cumulated CPU time: 1782.47 s
Current children cumulated vsize: 528256 KiB
Current children cumulated memory: 446764 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/188 25283
/proc/meminfo: memFree=18760576/32770624 swapFree=67108860/67108860
[pid=25227] ppid=25224 vsize=528256 memory=446764 CPUtime=1842.48 cores=0,2,4,6
/proc/25227/stat : 25227 (cosoco) R 25224 25227 24273 0 -1 4202496 291717 0 0 0 184225 23 0 0 20 0 1 0 90414348 540934144 111691 33554432000 4194304 5972588 140731346369088 140731346365720 5041592 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 11493376 140731346375866 140731346375966 140731346375966 140731346378702 0
/proc/25227/statm: 132064 111691 801 435 0 125427 0
Current children cumulated CPU time: 1842.48 s
Current children cumulated vsize: 528256 KiB
Current children cumulated memory: 446764 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/187 25284
/proc/meminfo: memFree=18760360/32770624 swapFree=67108860/67108860
[pid=25227] ppid=25224 vsize=528256 memory=446764 CPUtime=1902.49 cores=0,2,4,6
/proc/25227/stat : 25227 (cosoco) R 25224 25227 24273 0 -1 4202496 300406 0 0 0 190226 23 0 0 20 0 1 0 90414348 540934144 111691 33554432000 4194304 5972588 140731346369088 140731346365720 5039159 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 11493376 140731346375866 140731346375966 140731346375966 140731346378702 0
/proc/25227/statm: 132064 111691 801 435 0 125427 0
Current children cumulated CPU time: 1902.49 s
Current children cumulated vsize: 528256 KiB
Current children cumulated memory: 446764 KiB

[startup+1962.3 s]
/proc/loadavg: 2.04 2.03 2.04 3/187 25285
/proc/meminfo: memFree=18760524/32770624 swapFree=67108860/67108860
[pid=25227] ppid=25224 vsize=528256 memory=446764 CPUtime=1962.5 cores=0,2,4,6
/proc/25227/stat : 25227 (cosoco) R 25224 25227 24273 0 -1 4202496 303099 0 0 0 196226 24 0 0 20 0 1 0 90414348 540934144 111691 33554432000 4194304 5972588 140731346369088 140731346365720 5099648 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 11493376 140731346375866 140731346375966 140731346375966 140731346378702 0
/proc/25227/statm: 132064 111691 801 435 0 125427 0
Current children cumulated CPU time: 1962.5 s
Current children cumulated vsize: 528256 KiB
Current children cumulated memory: 446764 KiB

[startup+2022.3 s]
/proc/loadavg: 2.02 2.02 2.04 3/187 25286
/proc/meminfo: memFree=18760432/32770624 swapFree=67108860/67108860
[pid=25227] ppid=25224 vsize=528256 memory=446764 CPUtime=2022.51 cores=0,2,4,6
/proc/25227/stat : 25227 (cosoco) R 25224 25227 24273 0 -1 4202496 306863 0 0 0 202227 24 0 0 20 0 1 0 90414348 540934144 111691 33554432000 4194304 5972588 140731346369088 140731346365720 5040159 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 11493376 140731346375866 140731346375966 140731346375966 140731346378702 0
/proc/25227/statm: 132064 111691 801 435 0 125427 0
Current children cumulated CPU time: 2022.51 s
Current children cumulated vsize: 528256 KiB
Current children cumulated memory: 446764 KiB

[startup+2082.3 s]
/proc/loadavg: 2.01 2.02 2.04 3/187 25287
/proc/meminfo: memFree=18760348/32770624 swapFree=67108860/67108860
[pid=25227] ppid=25224 vsize=528256 memory=446764 CPUtime=2082.51 cores=0,2,4,6
/proc/25227/stat : 25227 (cosoco) R 25224 25227 24273 0 -1 4202496 312116 0 0 0 208227 24 0 0 20 0 1 0 90414348 540934144 111691 33554432000 4194304 5972588 140731346369088 140731346365720 5039159 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 11493376 140731346375866 140731346375966 140731346375966 140731346378702 0
/proc/25227/statm: 132064 111691 801 435 0 125427 0
Current children cumulated CPU time: 2082.51 s
Current children cumulated vsize: 528256 KiB
Current children cumulated memory: 446764 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/187 25288
/proc/meminfo: memFree=18760496/32770624 swapFree=67108860/67108860
[pid=25227] ppid=25224 vsize=528256 memory=446764 CPUtime=2142.53 cores=0,2,4,6
/proc/25227/stat : 25227 (cosoco) R 25224 25227 24273 0 -1 4202496 315603 0 0 0 214228 25 0 0 20 0 1 0 90414348 540934144 111691 33554432000 4194304 5972588 140731346369088 140731346365720 5039600 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 11493376 140731346375866 140731346375966 140731346375966 140731346378702 0
/proc/25227/statm: 132064 111691 801 435 0 125427 0
Current children cumulated CPU time: 2142.53 s
Current children cumulated vsize: 528256 KiB
Current children cumulated memory: 446764 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/187 25296
/proc/meminfo: memFree=18760012/32770624 swapFree=67108860/67108860
[pid=25227] ppid=25224 vsize=528256 memory=446764 CPUtime=2202.53 cores=0,2,4,6
/proc/25227/stat : 25227 (cosoco) R 25224 25227 24273 0 -1 4202496 316413 0 0 0 220228 25 0 0 20 0 1 0 90414348 540934144 111691 33554432000 4194304 5972588 140731346369088 140731346365720 5041497 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 11493376 140731346375866 140731346375966 140731346375966 140731346378702 0
/proc/25227/statm: 132064 111691 801 435 0 125427 0
Current children cumulated CPU time: 2202.53 s
Current children cumulated vsize: 528256 KiB
Current children cumulated memory: 446764 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/187 25297
/proc/meminfo: memFree=18760536/32770624 swapFree=67108860/67108860
[pid=25227] ppid=25224 vsize=528256 memory=446764 CPUtime=2262.54 cores=0,2,4,6
/proc/25227/stat : 25227 (cosoco) R 25224 25227 24273 0 -1 4202496 321342 0 0 0 226229 25 0 0 20 0 1 0 90414348 540934144 111691 33554432000 4194304 5972588 140731346369088 140731346365720 5041592 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 11493376 140731346375866 140731346375966 140731346375966 140731346378702 0
/proc/25227/statm: 132064 111691 801 435 0 125427 0
Current children cumulated CPU time: 2262.54 s
Current children cumulated vsize: 528256 KiB
Current children cumulated memory: 446764 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/187 25298
/proc/meminfo: memFree=18760392/32770624 swapFree=67108860/67108860
[pid=25227] ppid=25224 vsize=528256 memory=446764 CPUtime=2322.54 cores=0,2,4,6
/proc/25227/stat : 25227 (cosoco) R 25224 25227 24273 0 -1 4202496 326943 0 0 0 232229 25 0 0 20 0 1 0 90414348 540934144 111691 33554432000 4194304 5972588 140731346369088 140731346365720 5039528 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 11493376 140731346375866 140731346375966 140731346375966 140731346378702 0
/proc/25227/statm: 132064 111691 801 435 0 125427 0
Current children cumulated CPU time: 2322.54 s
Current children cumulated vsize: 528256 KiB
Current children cumulated memory: 446764 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/188 25311
/proc/meminfo: memFree=18758640/32770624 swapFree=67108860/67108860
[pid=25227] ppid=25224 vsize=528256 memory=446764 CPUtime=2382.56 cores=0,2,4,6
/proc/25227/stat : 25227 (cosoco) R 25224 25227 24273 0 -1 4202496 332841 0 0 0 238230 26 0 0 20 0 1 0 90414348 540934144 111691 33554432000 4194304 5972588 140731346369088 140731346365720 5039490 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 11493376 140731346375866 140731346375966 140731346375966 140731346378702 0
/proc/25227/statm: 132064 111691 801 435 0 125427 0
Current children cumulated CPU time: 2382.56 s
Current children cumulated vsize: 528256 KiB
Current children cumulated memory: 446764 KiB

[startup+2442.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/188 25312
/proc/meminfo: memFree=18759440/32770624 swapFree=67108860/67108860
[pid=25227] ppid=25224 vsize=528256 memory=446764 CPUtime=2442.57 cores=0,2,4,6
/proc/25227/stat : 25227 (cosoco) R 25224 25227 24273 0 -1 4202496 335379 0 0 0 244231 26 0 0 20 0 1 0 90414348 540934144 111691 33554432000 4194304 5972588 140731346369088 140731346365720 5328641 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 11493376 140731346375866 140731346375966 140731346375966 140731346378702 0
/proc/25227/statm: 132064 111691 801 435 0 125427 0
Current children cumulated CPU time: 2442.57 s
Current children cumulated vsize: 528256 KiB
Current children cumulated memory: 446764 KiB

[startup+2502.3 s]
/proc/loadavg: 2.08 2.04 2.05 3/201 25404
/proc/meminfo: memFree=25106772/32770624 swapFree=67108860/67108860
[pid=25227] ppid=25224 vsize=528256 memory=446764 CPUtime=2502.57 cores=0,2,4,6
/proc/25227/stat : 25227 (cosoco) R 25224 25227 24273 0 -1 4202496 338198 0 0 0 250231 26 0 0 20 0 1 0 90414348 540934144 111691 33554432000 4194304 5972588 140731346369088 140731346365720 5040162 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 11493376 140731346375866 140731346375966 140731346375966 140731346378702 0
/proc/25227/statm: 132064 111691 801 435 0 125427 0
Current children cumulated CPU time: 2502.57 s
Current children cumulated vsize: 528256 KiB
Current children cumulated memory: 446764 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2519.8 s]
/proc/loadavg: 1.92 2.01 2.04 3/187 25439
/proc/meminfo: memFree=26712112/32770624 swapFree=67108860/67108860
[pid=25227] ppid=25224 vsize=528256 memory=446764 CPUtime=2520.07 cores=0,2,4,6
/proc/25227/stat : 25227 (cosoco) R 25224 25227 24273 0 -1 4202496 338370 0 0 0 251981 26 0 0 20 0 1 0 90414348 540934144 111691 33554432000 4194304 5972588 140731346369088 140731346365720 5039616 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 11493376 140731346375866 140731346375966 140731346375966 140731346378702 0
/proc/25227/statm: 132064 111691 801 435 0 125427 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 528256 KiB
Current children cumulated memory: 446764 KiB

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

[startup+2519.82 s]
# the end of solver process 25227 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.82 s, system=0.280031 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 1
Real time (s): 2519.82
CPU time (s): 2520.1
CPU user time (s): 2519.82
CPU system time (s): 0.280031
CPU usage (%): 100.011
Max. virtual memory (cumulated for all children) (KiB): 528256
Max. memory (cumulated for all children) (KiB): 446764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.82
system time used= 0.280031
maximum resident set size= 446844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 338418
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= 14
involuntary context switches= 1201


# summary of solver processes directly reported to runsolver:
#   pid: 25227
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2519.82
#   total CPU system time (s): 0.280031

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.8967 second user time and 12.5992 second system time

The end

Launcher Data

Begin job on node114 at 2017-08-12 23:13:27
IDJOB=4265634
IDBENCH=124216
IDSOLVER=2655
FILE ID=node114/4265634-1502573265
RUNJOBID= node114-1502567254-24357
PBS_JOBID= 20628281
Free space on /tmp= 61696 MiB

SOLVER NAME= cosoco-sat 1.12
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t02-3.xml
COMMAND LINE= cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4265634-1502573265/watcher-4265634-1502573265 -o /tmp/evaluation-result-4265634-1502573265/solver-4265634-1502573265 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node114-1502567254-24357 --watchdog 2580  cosoco -lc -model -restarts -sat HOME/instance-4265634-1502573265.xml

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

MD5SUM BENCH= 058109e0b262c2cf0fdf1876739ed95e
RANDOM SEED=1473011062

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        19209148 kB
MemAvailable:   24038404 kB
Buffers:          122620 kB
Cached:          4998264 kB
SwapCached:            0 kB
Active:          8308656 kB
Inactive:        4805532 kB
Active(anon):    7996188 kB
Inactive(anon):    25036 kB
Active(file):     312468 kB
Inactive(file):  4780496 kB
Unevictable:        6520 kB
Mlocked:            6520 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2336 kB
Writeback:             0 kB
AnonPages:       7999352 kB
Mapped:            44180 kB
Shmem:             25224 kB
Slab:             129604 kB
SReclaimable:     104256 kB
SUnreclaim:        25348 kB
KernelStack:        3360 kB
PageTables:        20104 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    9648988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    833536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 61696 MiB
End job on node114 at 2017-08-12 23:55:27