Trace number 4265643

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) 2519.95 2520.01

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t15-2.xml
MD5SUMe28ebc68094c3335bce51ae11fa43933
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark122
Best CPU time to get the best result obtained on this benchmark340.91699
Satisfiable
(Un)Satisfiability was proved
Number of variables3591
Number of constraints193
Number of domains15
Minimum domain size2
Maximum domain size21
Distribution of domain sizes[{"size":2,"count":342},{"size":3,"count":342},{"size":4,"count":171},{"size":5,"count":171},{"size":6,"count":171},{"size":8,"count":171},{"size":9,"count":171},{"size":10,"count":171},{"size":12,"count":684},{"size":14,"count":171},{"size":15,"count":171},{"size":16,"count":171},{"size":17,"count":171},{"size":18,"count":171},{"size":21,"count":342}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":3591}]
Minimum constraint arity21
Maximum constraint arity3420
Distribution of constraint arities[{"arity":21,"count":171},{"arity":171,"count":21},{"arity":3420,"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":191}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.07	c SAT : Variables: 37962 -- Clauses: 249318
0.00/0.07	c best=?? lower=-171 upper=0 
2519.94/2520.00	c
2519.94/2520.00	c This is cosoco 1.12 --  
2519.94/2520.00	c
2519.94/2520.00	c command line: cosoco -lc -model -restarts -sat HOME/instance-4265643-1502573212.xml 
2519.94/2520.00	c enable optimization
2519.94/2520.00	c ========================================[ Problem Statistics ]===========================================
2519.94/2520.00	c |                                                                                                       
2519.94/2520.00	c |  Parse time        :         0.06 s 
2519.94/2520.00	c |
2519.94/2520.00	c |               Variables: 3591
2519.94/2520.00	c |            Domain Sizes: 2..21
2519.94/2520.00	c |
2519.94/2520.00	c |             Constraints: 532
2519.94/2520.00	c |                   Arity: 2..171  -- Binary: 170
2519.94/2520.00	c | 
2519.94/2520.00	c |                   Types: 
2519.94/2520.00	c |                          (X -Y <= k): 170
2519.94/2520.00	c |                          Lex: 170
2519.94/2520.00	c |                          Sum: 192
2519.94/2520.00	c |                          
2519.94/2520.00	c =========================================================================================================
2519.94/2520.00	
2519.94/2520.00	c *** INTERRUPTED ***
2519.94/2520.00	c restarts              : 575         
2519.94/2520.00	c conflicts             : 1377476      (547 /sec)
2519.94/2520.00	c decisions             : 55184188     (21900 /sec)
2519.94/2520.00	c propagations          : 654101525   (259580 /sec)
2519.94/2520.00	c root propagations     : 28557       
2519.94/2520.00	c filter calls          : 538116867      (213552 /sec)
2519.94/2520.00	c useless filter calls  : 462641718      (85 %)
2519.94/2520.00	c
2519.94/2520.00	c clauses               : 251779
2519.94/2520.00	c SAT propagations      : 36105
2519.94/2520.00	c SAT conflicts         : 1785 (0 learnts)
2519.94/2520.00	c Memory used           : 106.06 MB
2519.94/2520.00	c CPU time              : 2519.84 s
2519.94/2520.00	
2519.94/2520.00	c No Bound found!
2519.94/2520.00	
2519.94/2520.00	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 (14430 MiB free)
  memory of node 1: 16384 MiB (13968 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4265643-1502573212/watcher-4265643-1502573212 -o /tmp/evaluation-result-4265643-1502573212/solver-4265643-1502573212 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1502567255-24472 --watchdog 2580 cosoco -lc -model -restarts -sat HOME/instance-4265643-1502573212.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=25137, runsolver pid=25134

[startup+0.100206 s]*
/proc/loadavg: 2.01 2.02 2.05 3/188 25138
/proc/meminfo: memFree=29052492/32770624 swapFree=67108860/67108860
[pid=25137] ppid=25134 vsize=55132 memory=29928 CPUtime=0.1 cores=0,2,4,6
/proc/25137/stat : 25137 (cosoco) R 25134 25137 24389 0 -1 4202496 7191 0 0 0 9 1 0 0 20 0 1 0 90409355 56455168 7482 33554432000 4194304 5972588 140733978865312 140733978861960 5338151 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 8462336 140733978866874 140733978866974 140733978866974 140733978869710 0
/proc/25137/statm: 13783 7482 799 435 0 7146 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 55132 KiB
Current children cumulated memory: 29928 KiB

[startup+0.209892 s]*
/proc/loadavg: 2.01 2.02 2.05 3/188 25138
/proc/meminfo: memFree=29039048/32770624 swapFree=67108860/67108860
[pid=25137] ppid=25134 vsize=68332 memory=43392 CPUtime=0.21 cores=0,2,4,6
/proc/25137/stat : 25137 (cosoco) R 25134 25137 24389 0 -1 4202496 10511 0 0 0 20 1 0 0 20 0 1 0 90409355 69971968 10848 33554432000 4194304 5972588 140733978865312 140733978861912 5338164 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 8462336 140733978866874 140733978866974 140733978866974 140733978869710 0
/proc/25137/statm: 17083 10848 801 435 0 10446 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 68332 KiB
Current children cumulated memory: 43392 KiB

[startup+0.309786 s]*
/proc/loadavg: 2.01 2.02 2.05 4/188 25138
/proc/meminfo: memFree=29028932/32770624 swapFree=67108860/67108860
[pid=25137] ppid=25134 vsize=77648 memory=52632 CPUtime=0.3 cores=0,2,4,6
/proc/25137/stat : 25137 (cosoco) R 25134 25137 24389 0 -1 4202496 12854 0 0 0 29 1 0 0 20 0 1 0 90409355 79511552 13158 33554432000 4194304 5972588 140733978865312 140733978861912 5338164 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 8462336 140733978866874 140733978866974 140733978866974 140733978869710 0
/proc/25137/statm: 19412 13158 801 435 0 12775 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 77648 KiB
Current children cumulated memory: 52632 KiB

[startup+0.700357 s]
/proc/loadavg: 2.01 2.02 2.05 3/188 25138
/proc/meminfo: memFree=29022360/32770624 swapFree=67108860/67108860
[pid=25137] ppid=25134 vsize=84444 memory=59496 CPUtime=0.69 cores=0,2,4,6
/proc/25137/stat : 25137 (cosoco) R 25134 25137 24389 0 -1 4202496 14561 0 0 0 67 2 0 0 20 0 1 0 90409355 86470656 14874 33554432000 4194304 5972588 140733978865312 140733978861912 5039139 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 8462336 140733978866874 140733978866974 140733978866974 140733978869710 0
/proc/25137/statm: 21111 14874 801 435 0 14474 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 84444 KiB
Current children cumulated memory: 59496 KiB

[startup+1.50038 s]
/proc/loadavg: 2.01 2.02 2.05 3/188 25138
/proc/meminfo: memFree=29022360/32770624 swapFree=67108860/67108860
[pid=25137] ppid=25134 vsize=89664 memory=64768 CPUtime=1.49 cores=0,2,4,6
/proc/25137/stat : 25137 (cosoco) R 25134 25137 24389 0 -1 4202496 15891 0 0 0 147 2 0 0 20 0 1 0 90409355 91815936 16192 33554432000 4194304 5972588 140733978865312 140733978861912 5099616 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 8462336 140733978866874 140733978866974 140733978866974 140733978869710 0
/proc/25137/statm: 22416 16192 801 435 0 15779 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 89664 KiB
Current children cumulated memory: 64768 KiB

[startup+3.10954 s]
/proc/loadavg: 2.01 2.02 2.05 3/188 25138
/proc/meminfo: memFree=29016808/32770624 swapFree=67108860/67108860
[pid=25137] ppid=25134 vsize=92384 memory=65228 CPUtime=3.1 cores=0,2,4,6
/proc/25137/stat : 25137 (cosoco) R 25134 25137 24389 0 -1 4202496 26157 0 0 0 308 2 0 0 20 0 1 0 90409355 94601216 16307 33554432000 4194304 5972588 140733978865312 140733978862472 5094144 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 8462336 140733978866874 140733978866974 140733978866974 140733978869710 0
/proc/25137/statm: 23096 16307 801 435 0 16459 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 92384 KiB
Current children cumulated memory: 65228 KiB

[startup+6.30033 s]
/proc/loadavg: 2.01 2.02 2.05 3/188 25138
/proc/meminfo: memFree=29016908/32770624 swapFree=67108860/67108860
[pid=25137] ppid=25134 vsize=92384 memory=65284 CPUtime=6.29 cores=0,2,4,6
/proc/25137/stat : 25137 (cosoco) R 25134 25137 24389 0 -1 4202496 34900 0 0 0 626 3 0 0 20 0 1 0 90409355 94601216 16321 33554432000 4194304 5972588 140733978865312 140733978862472 5040071 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 8462336 140733978866874 140733978866974 140733978866974 140733978869710 0
/proc/25137/statm: 23096 16321 801 435 0 16459 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 92384 KiB
Current children cumulated memory: 65284 KiB

[startup+12.7003 s]
/proc/loadavg: 2.09 2.03 2.05 3/188 25138
/proc/meminfo: memFree=29014472/32770624 swapFree=67108860/67108860
[pid=25137] ppid=25134 vsize=92384 memory=65324 CPUtime=12.69 cores=0,2,4,6
/proc/25137/stat : 25137 (cosoco) R 25134 25137 24389 0 -1 4202496 43754 0 0 0 1266 3 0 0 20 0 1 0 90409355 94601216 16331 33554432000 4194304 5972588 140733978865312 140733978862472 5338173 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 8462336 140733978866874 140733978866974 140733978866974 140733978869710 0
/proc/25137/statm: 23096 16331 801 435 0 16459 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 92384 KiB
Current children cumulated memory: 65324 KiB

[startup+25.5003 s]
/proc/loadavg: 2.07 2.03 2.05 3/188 25138
/proc/meminfo: memFree=29013840/32770624 swapFree=67108860/67108860
[pid=25137] ppid=25134 vsize=92384 memory=65924 CPUtime=25.49 cores=0,2,4,6
/proc/25137/stat : 25137 (cosoco) R 25134 25137 24389 0 -1 4202496 62791 0 0 0 2545 4 0 0 20 0 1 0 90409355 94601216 16481 33554432000 4194304 5972588 140733978865312 140733978862472 5046280 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 8462336 140733978866874 140733978866974 140733978866974 140733978869710 0
/proc/25137/statm: 23096 16481 801 435 0 16459 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 92384 KiB
Current children cumulated memory: 65924 KiB

[startup+51.1093 s]
/proc/loadavg: 2.04 2.03 2.05 3/188 25138
/proc/meminfo: memFree=29005608/32770624 swapFree=67108860/67108860
[pid=25137] ppid=25134 vsize=99424 memory=73836 CPUtime=51.1 cores=0,2,4,6
/proc/25137/stat : 25137 (cosoco) R 25134 25137 24389 0 -1 4202496 77960 0 0 0 5105 5 0 0 20 0 1 0 90409355 101810176 18459 33554432000 4194304 5972588 140733978865312 140733978861928 5040180 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 8462336 140733978866874 140733978866974 140733978866974 140733978869710 0
/proc/25137/statm: 24856 18459 801 435 0 18219 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 99424 KiB
Current children cumulated memory: 73836 KiB

[startup+102.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/188 25139
/proc/meminfo: memFree=29005096/32770624 swapFree=67108860/67108860
[pid=25137] ppid=25134 vsize=99528 memory=74520 CPUtime=102.29 cores=0,2,4,6
/proc/25137/stat : 25137 (cosoco) R 25134 25137 24389 0 -1 4202496 89666 0 0 0 10223 6 0 0 20 0 1 0 90409355 101916672 18630 33554432000 4194304 5972588 140733978865312 140733978862536 5039159 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 8462336 140733978866874 140733978866974 140733978866974 140733978869710 0
/proc/25137/statm: 24882 18630 801 435 0 18245 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 99528 KiB
Current children cumulated memory: 74520 KiB

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 25140
/proc/meminfo: memFree=29005468/32770624 swapFree=67108860/67108860
[pid=25137] ppid=25134 vsize=99528 memory=74600 CPUtime=162.28 cores=0,2,4,6
/proc/25137/stat : 25137 (cosoco) R 25134 25137 24389 0 -1 4202496 100074 0 0 0 16222 6 0 0 20 0 1 0 90409355 101916672 18650 33554432000 4194304 5972588 140733978865312 140733978862536 5046284 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 8462336 140733978866874 140733978866974 140733978866974 140733978869710 0
/proc/25137/statm: 24882 18650 801 435 0 18245 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 99528 KiB
Current children cumulated memory: 74600 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25141
/proc/meminfo: memFree=29004264/32770624 swapFree=67108860/67108860
[pid=25137] ppid=25134 vsize=99528 memory=74712 CPUtime=222.27 cores=0,2,4,6
/proc/25137/stat : 25137 (cosoco) R 25134 25137 24389 0 -1 4202496 109368 0 0 0 22220 7 0 0 20 0 1 0 90409355 101916672 18678 33554432000 4194304 5972588 140733978865312 140733978862536 5041546 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 8462336 140733978866874 140733978866974 140733978866974 140733978869710 0
/proc/25137/statm: 24882 18678 801 435 0 18245 0
Current children cumulated CPU time: 222.27 s
Current children cumulated vsize: 99528 KiB
Current children cumulated memory: 74712 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25142
/proc/meminfo: memFree=28998580/32770624 swapFree=67108860/67108860
[pid=25137] ppid=25134 vsize=107616 memory=80872 CPUtime=282.27 cores=0,2,4,6
/proc/25137/stat : 25137 (cosoco) R 25134 25137 24389 0 -1 4202496 112190 0 0 0 28220 7 0 0 20 0 1 0 90409355 110198784 20218 33554432000 4194304 5972588 140733978865312 140733978862536 5046284 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 8462336 140733978866874 140733978866974 140733978866974 140733978869710 0
/proc/25137/statm: 26904 20218 801 435 0 20267 0
Current children cumulated CPU time: 282.27 s
Current children cumulated vsize: 107616 KiB
Current children cumulated memory: 80872 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25143
/proc/meminfo: memFree=28998368/32770624 swapFree=67108860/67108860
[pid=25137] ppid=25134 vsize=107748 memory=81044 CPUtime=342.27 cores=0,2,4,6
/proc/25137/stat : 25137 (cosoco) R 25134 25137 24389 0 -1 4202496 115572 0 0 0 34220 7 0 0 20 0 1 0 90409355 110333952 20261 33554432000 4194304 5972588 140733978865312 140733978862072 5338173 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 8462336 140733978866874 140733978866974 140733978866974 140733978869710 0
/proc/25137/statm: 26937 20261 801 435 0 20300 0
Current children cumulated CPU time: 342.27 s
Current children cumulated vsize: 107748 KiB
Current children cumulated memory: 81044 KiB

[startup+402.3 s]
/proc/loadavg: 2.16 2.05 2.06 3/187 25144
/proc/meminfo: memFree=28997716/32770624 swapFree=67108860/67108860
[pid=25137] ppid=25134 vsize=107748 memory=81072 CPUtime=402.27 cores=0,2,4,6
/proc/25137/stat : 25137 (cosoco) R 25134 25137 24389 0 -1 4202496 118460 0 0 0 40219 8 0 0 20 0 1 0 90409355 110333952 20268 33554432000 4194304 5972588 140733978865312 140733978862072 5039159 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 8462336 140733978866874 140733978866974 140733978866974 140733978869710 0
/proc/25137/statm: 26937 20268 801 435 0 20300 0
Current children cumulated CPU time: 402.27 s
Current children cumulated vsize: 107748 KiB
Current children cumulated memory: 81072 KiB

[startup+462.3 s]
/proc/loadavg: 2.35 2.14 2.09 3/188 25153
/proc/meminfo: memFree=28997208/32770624 swapFree=67108860/67108860
[pid=25137] ppid=25134 vsize=107748 memory=81072 CPUtime=462.27 cores=0,2,4,6
/proc/25137/stat : 25137 (cosoco) R 25134 25137 24389 0 -1 4202496 121311 0 0 0 46219 8 0 0 20 0 1 0 90409355 110333952 20268 33554432000 4194304 5972588 140733978865312 140733978862072 5041546 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 8462336 140733978866874 140733978866974 140733978866974 140733978869710 0
/proc/25137/statm: 26937 20268 801 435 0 20300 0
Current children cumulated CPU time: 462.27 s
Current children cumulated vsize: 107748 KiB
Current children cumulated memory: 81072 KiB


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

/proc/25137/statm: 27151 20983 801 435 0 20514 0
Current children cumulated CPU time: 1722.25 s
Current children cumulated vsize: 108604 KiB
Current children cumulated memory: 83932 KiB

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/188 25193
/proc/meminfo: memFree=28995804/32770624 swapFree=67108860/67108860
[pid=25137] ppid=25134 vsize=108604 memory=83932 CPUtime=1782.24 cores=0,2,4,6
/proc/25137/stat : 25137 (cosoco) R 25134 25137 24389 0 -1 4202496 150531 0 0 0 178214 10 0 0 20 0 1 0 90409355 111210496 20983 33554432000 4194304 5972588 140733978865312 140733978862536 5338173 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 8462336 140733978866874 140733978866974 140733978866974 140733978869710 0
/proc/25137/statm: 27151 20983 801 435 0 20514 0
Current children cumulated CPU time: 1782.24 s
Current children cumulated vsize: 108604 KiB
Current children cumulated memory: 83932 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 25194
/proc/meminfo: memFree=28996052/32770624 swapFree=67108860/67108860
[pid=25137] ppid=25134 vsize=108604 memory=83932 CPUtime=1842.24 cores=0,2,4,6
/proc/25137/stat : 25137 (cosoco) R 25134 25137 24389 0 -1 4202496 151703 0 0 0 184214 10 0 0 20 0 1 0 90409355 111210496 20983 33554432000 4194304 5972588 140733978865312 140733978862536 5338173 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 8462336 140733978866874 140733978866974 140733978866974 140733978869710 0
/proc/25137/statm: 27151 20983 801 435 0 20514 0
Current children cumulated CPU time: 1842.24 s
Current children cumulated vsize: 108604 KiB
Current children cumulated memory: 83932 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 25195
/proc/meminfo: memFree=28995928/32770624 swapFree=67108860/67108860
[pid=25137] ppid=25134 vsize=108604 memory=83932 CPUtime=1902.24 cores=0,2,4,6
/proc/25137/stat : 25137 (cosoco) R 25134 25137 24389 0 -1 4202496 152809 0 0 0 190214 10 0 0 20 0 1 0 90409355 111210496 20983 33554432000 4194304 5972588 140733978865312 140733978862536 5338173 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 8462336 140733978866874 140733978866974 140733978866974 140733978869710 0
/proc/25137/statm: 27151 20983 801 435 0 20514 0
Current children cumulated CPU time: 1902.24 s
Current children cumulated vsize: 108604 KiB
Current children cumulated memory: 83932 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25196
/proc/meminfo: memFree=28995748/32770624 swapFree=67108860/67108860
[pid=25137] ppid=25134 vsize=108604 memory=83932 CPUtime=1962.24 cores=0,2,4,6
/proc/25137/stat : 25137 (cosoco) R 25134 25137 24389 0 -1 4202496 154044 0 0 0 196214 10 0 0 20 0 1 0 90409355 111210496 20983 33554432000 4194304 5972588 140733978865312 140733978862536 5338181 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 8462336 140733978866874 140733978866974 140733978866974 140733978869710 0
/proc/25137/statm: 27151 20983 801 435 0 20514 0
Current children cumulated CPU time: 1962.24 s
Current children cumulated vsize: 108604 KiB
Current children cumulated memory: 83932 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25197
/proc/meminfo: memFree=28995376/32770624 swapFree=67108860/67108860
[pid=25137] ppid=25134 vsize=108604 memory=83932 CPUtime=2022.24 cores=0,2,4,6
/proc/25137/stat : 25137 (cosoco) R 25134 25137 24389 0 -1 4202496 155276 0 0 0 202214 10 0 0 20 0 1 0 90409355 111210496 20983 33554432000 4194304 5972588 140733978865312 140733978862536 5039139 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 8462336 140733978866874 140733978866974 140733978866974 140733978869710 0
/proc/25137/statm: 27151 20983 801 435 0 20514 0
Current children cumulated CPU time: 2022.24 s
Current children cumulated vsize: 108604 KiB
Current children cumulated memory: 83932 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25198
/proc/meminfo: memFree=28995940/32770624 swapFree=67108860/67108860
[pid=25137] ppid=25134 vsize=108604 memory=83932 CPUtime=2082.24 cores=0,2,4,6
/proc/25137/stat : 25137 (cosoco) R 25134 25137 24389 0 -1 4202496 156505 0 0 0 208214 10 0 0 20 0 1 0 90409355 111210496 20983 33554432000 4194304 5972588 140733978865312 140733978862536 5046284 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 8462336 140733978866874 140733978866974 140733978866974 140733978869710 0
/proc/25137/statm: 27151 20983 801 435 0 20514 0
Current children cumulated CPU time: 2082.24 s
Current children cumulated vsize: 108604 KiB
Current children cumulated memory: 83932 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25199
/proc/meminfo: memFree=28995824/32770624 swapFree=67108860/67108860
[pid=25137] ppid=25134 vsize=108604 memory=83932 CPUtime=2142.24 cores=0,2,4,6
/proc/25137/stat : 25137 (cosoco) R 25134 25137 24389 0 -1 4202496 157624 0 0 0 214214 10 0 0 20 0 1 0 90409355 111210496 20983 33554432000 4194304 5972588 140733978865312 140733978862536 4988783 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 8462336 140733978866874 140733978866974 140733978866974 140733978869710 0
/proc/25137/statm: 27151 20983 801 435 0 20514 0
Current children cumulated CPU time: 2142.24 s
Current children cumulated vsize: 108604 KiB
Current children cumulated memory: 83932 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25200
/proc/meminfo: memFree=28995876/32770624 swapFree=67108860/67108860
[pid=25137] ppid=25134 vsize=108604 memory=83932 CPUtime=2202.24 cores=0,2,4,6
/proc/25137/stat : 25137 (cosoco) R 25134 25137 24389 0 -1 4202496 158889 0 0 0 220214 10 0 0 20 0 1 0 90409355 111210496 20983 33554432000 4194304 5972588 140733978865312 140733978862536 5338196 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 8462336 140733978866874 140733978866974 140733978866974 140733978869710 0
/proc/25137/statm: 27151 20983 801 435 0 20514 0
Current children cumulated CPU time: 2202.24 s
Current children cumulated vsize: 108604 KiB
Current children cumulated memory: 83932 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25208
/proc/meminfo: memFree=28994248/32770624 swapFree=67108860/67108860
[pid=25137] ppid=25134 vsize=108604 memory=83932 CPUtime=2262.23 cores=0,2,4,6
/proc/25137/stat : 25137 (cosoco) R 25134 25137 24389 0 -1 4202496 160076 0 0 0 226213 10 0 0 20 0 1 0 90409355 111210496 20983 33554432000 4194304 5972588 140733978865312 140733978862536 5048267 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 8462336 140733978866874 140733978866974 140733978866974 140733978869710 0
/proc/25137/statm: 27151 20983 801 435 0 20514 0
Current children cumulated CPU time: 2262.23 s
Current children cumulated vsize: 108604 KiB
Current children cumulated memory: 83932 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25209
/proc/meminfo: memFree=28995092/32770624 swapFree=67108860/67108860
[pid=25137] ppid=25134 vsize=108604 memory=83932 CPUtime=2322.23 cores=0,2,4,6
/proc/25137/stat : 25137 (cosoco) R 25134 25137 24389 0 -1 4202496 161191 0 0 0 232213 10 0 0 20 0 1 0 90409355 111210496 20983 33554432000 4194304 5972588 140733978865312 140733978862536 5047688 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 8462336 140733978866874 140733978866974 140733978866974 140733978869710 0
/proc/25137/statm: 27151 20983 801 435 0 20514 0
Current children cumulated CPU time: 2322.23 s
Current children cumulated vsize: 108604 KiB
Current children cumulated memory: 83932 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25210
/proc/meminfo: memFree=28994972/32770624 swapFree=67108860/67108860
[pid=25137] ppid=25134 vsize=108604 memory=83932 CPUtime=2382.23 cores=0,2,4,6
/proc/25137/stat : 25137 (cosoco) R 25134 25137 24389 0 -1 4202496 162365 0 0 0 238213 10 0 0 20 0 1 0 90409355 111210496 20983 33554432000 4194304 5972588 140733978865312 140733978862536 5338144 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 8462336 140733978866874 140733978866974 140733978866974 140733978869710 0
/proc/25137/statm: 27151 20983 801 435 0 20514 0
Current children cumulated CPU time: 2382.23 s
Current children cumulated vsize: 108604 KiB
Current children cumulated memory: 83932 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 25224
/proc/meminfo: memFree=28993940/32770624 swapFree=67108860/67108860
[pid=25137] ppid=25134 vsize=108604 memory=83932 CPUtime=2442.23 cores=0,2,4,6
/proc/25137/stat : 25137 (cosoco) R 25134 25137 24389 0 -1 4202496 163536 0 0 0 244213 10 0 0 20 0 1 0 90409355 111210496 20983 33554432000 4194304 5972588 140733978865312 140733978862536 4909211 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 8462336 140733978866874 140733978866974 140733978866974 140733978869710 0
/proc/25137/statm: 27151 20983 801 435 0 20514 0
Current children cumulated CPU time: 2442.23 s
Current children cumulated vsize: 108604 KiB
Current children cumulated memory: 83932 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 25225
/proc/meminfo: memFree=28994300/32770624 swapFree=67108860/67108860
[pid=25137] ppid=25134 vsize=108604 memory=83932 CPUtime=2502.23 cores=0,2,4,6
/proc/25137/stat : 25137 (cosoco) R 25134 25137 24389 0 -1 4202496 164558 0 0 0 250213 10 0 0 20 0 1 0 90409355 111210496 20983 33554432000 4194304 5972588 140733978865312 140733978862536 5039159 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 8462336 140733978866874 140733978866974 140733978866974 140733978869710 0
/proc/25137/statm: 27151 20983 801 435 0 20514 0
Current children cumulated CPU time: 2502.23 s
Current children cumulated vsize: 108604 KiB
Current children cumulated memory: 83932 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 2.05 2/185 25263
/proc/meminfo: memFree=29290420/32770624 swapFree=67108860/67108860
[pid=25137] ppid=25134 vsize=108604 memory=83932 CPUtime=2519.94 cores=0,2,4,6
/proc/25137/stat : 25137 (cosoco) R 25134 25137 24389 0 -1 4202496 165475 0 0 0 251984 10 0 0 20 0 1 0 90409355 111210496 20983 33554432000 4194304 5972588 140733978865312 140733978862536 5099648 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 8462336 140733978866874 140733978866974 140733978866974 140733978869710 0
/proc/25137/statm: 27151 20983 801 435 0 20514 0
Current children cumulated CPU time: 2519.94 s
Current children cumulated vsize: 108604 KiB
Current children cumulated memory: 83932 KiB

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

[startup+2520.01 s]
# the end of solver process 25137 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.84 s, system=0.106997 s

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

Child status: 1
Real time (s): 2520.01
CPU time (s): 2519.95
CPU user time (s): 2519.84
CPU system time (s): 0.106997
CPU usage (%): 99.9975
Max. virtual memory (cumulated for all children) (KiB): 108604
Max. memory (cumulated for all children) (KiB): 83932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.84
system time used= 0.106997
maximum resident set size= 84012
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 165527
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= 28
involuntary context switches= 702


# summary of solver processes directly reported to runsolver:
#   pid: 25137
#   total CPU time (s): 2519.95
#   total CPU user time (s): 2519.84
#   total CPU system time (s): 0.106997

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.96368 second user time and 16.8322 second system time

The end

Launcher Data

Begin job on node107 at 2017-08-12 23:12:34
IDJOB=4265643
IDBENCH=124212
IDSOLVER=2655
FILE ID=node107/4265643-1502573212
RUNJOBID= node107-1502567255-24472
PBS_JOBID= 20628284
Free space on /tmp= 61660 MiB

SOLVER NAME= cosoco-sat 1.12
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t15-2.xml
COMMAND LINE= cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4265643-1502573212/watcher-4265643-1502573212 -o /tmp/evaluation-result-4265643-1502573212/solver-4265643-1502573212 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1502567255-24472 --watchdog 2580  cosoco -lc -model -restarts -sat HOME/instance-4265643-1502573212.xml

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

MD5SUM BENCH= e28ebc68094c3335bce51ae11fa43933
RANDOM SEED=1024866560

node107.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	: 5333.84
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	: 5333.84
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	: 5333.84
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	: 5333.84
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:        29080728 kB
MemAvailable:   31703816 kB
Buffers:          124656 kB
Cached:          2792688 kB
SwapCached:            0 kB
Active:           726512 kB
Inactive:        2534796 kB
Active(anon):     347548 kB
Inactive(anon):    24972 kB
Active(file):     378964 kB
Inactive(file):  2509824 kB
Unevictable:        6328 kB
Mlocked:            6328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              4504 kB
Writeback:             0 kB
AnonPages:        309524 kB
Mapped:            44040 kB
Shmem:             25228 kB
Slab:             125296 kB
SReclaimable:     100268 kB
SUnreclaim:        25028 kB
KernelStack:        3264 kB
PageTables:         5268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     669388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 61660 MiB
End job on node107 at 2017-08-12 23:54:35