Trace number 4265635

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.9199 2520.01

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.51/0.53	c SAT : Variables: 131560 -- Clauses: 6789380
0.51/0.53	c best=?? lower=-130 upper=0 
2519.90/2520.00	c
2519.90/2520.00	c This is cosoco 1.12 --  
2519.90/2520.00	c
2519.90/2520.00	c command line: cosoco -lc -model -restarts -sat HOME/instance-4265635-1502573212.xml 
2519.90/2520.00	c enable optimization
2519.90/2520.00	c ========================================[ Problem Statistics ]===========================================
2519.90/2520.00	c |                                                                                                       
2519.90/2520.00	c |  Parse time        :         0.45 s 
2519.90/2520.00	c |
2519.90/2520.00	c |               Variables: 1430
2519.90/2520.00	c |            Domain Sizes: 2..132
2519.90/2520.00	c |
2519.90/2520.00	c |             Constraints: 399
2519.90/2520.00	c |                   Arity: 2..130  -- Binary: 129
2519.90/2520.00	c | 
2519.90/2520.00	c |                   Types: 
2519.90/2520.00	c |                          (X -Y <= k): 129
2519.90/2520.00	c |                          Lex: 129
2519.90/2520.00	c |                          Sum: 141
2519.90/2520.00	c |                          
2519.90/2520.00	c =========================================================================================================
2519.90/2520.00	
2519.90/2520.00	c *** INTERRUPTED ***
2519.90/2520.00	c restarts              : 583         
2519.90/2520.00	c conflicts             : 3152895      (1251 /sec)
2519.90/2520.00	c decisions             : 10969883     (4354 /sec)
2519.90/2520.00	c propagations          : 3514881505  (1394916 /sec)
2519.90/2520.00	c root propagations     : 116220      
2519.90/2520.00	c filter calls          : 906441901      (359731 /sec)
2519.90/2520.00	c useless filter calls  : 518022610      (57 %)
2519.90/2520.00	c
2519.90/2520.00	c clauses               : 6794175
2519.90/2520.00	c SAT propagations      : 4843
2519.90/2520.00	c SAT conflicts         : 0 (0 learnts)
2519.90/2520.00	c Memory used           : 339.01 MB
2519.90/2520.00	c CPU time              : 2519.78 s
2519.90/2520.00	
2519.90/2520.00	c No Bound found!
2519.90/2520.00	
2519.90/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 (14431 MiB free)
  memory of node 1: 16384 MiB (14254 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4265635-1502573212/watcher-4265635-1502573212 -o /tmp/evaluation-result-4265635-1502573212/solver-4265635-1502573212 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1502567255-24473 --watchdog 2580 cosoco -lc -model -restarts -sat HOME/instance-4265635-1502573212.xml 

running on 4 cores: 1,3,5,7

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
solver pid=25084, runsolver pid=25081
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 2.01 2.02 2.05 2/183 25085
/proc/meminfo: memFree=29326636/32770624 swapFree=67108860/67108860
[pid=25084] ppid=25081 vsize=81196 memory=55512 CPUtime=0.09 cores=1,3,5,7
/proc/25084/stat : 25084 (cosoco) R 25081 25084 24389 0 -1 4202496 11031 0 0 0 8 1 0 0 20 0 1 0 90409285 83144704 13878 33554432000 4194304 5972588 140731886843200 140731886839848 140371399293925 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 8070896 8075904 27013120 140731886851258 140731886851358 140731886851358 140731886854094 0
/proc/25084/statm: 20299 13878 784 435 0 13662 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 81196 KiB
Current children cumulated memory: 55512 KiB

[startup+0.210573 s]*
/proc/loadavg: 2.01 2.02 2.05 3/202 25106
/proc/meminfo: memFree=29249324/32770624 swapFree=67108860/67108860
[pid=25084] ppid=25081 vsize=151032 memory=115548 CPUtime=0.2 cores=1,3,5,7
/proc/25084/stat : 25084 (cosoco) R 25081 25084 24389 0 -1 4202496 20888 0 0 0 17 3 0 0 20 0 1 0 90409285 154656768 28887 33554432000 4194304 5972588 140731886843200 140731886839848 140371399293925 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 8070896 8075904 27013120 140731886851258 140731886851358 140731886851358 140731886854094 0
/proc/25084/statm: 37758 28887 784 435 0 31121 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 151032 KiB
Current children cumulated memory: 115548 KiB

[startup+0.309926 s]*
/proc/loadavg: 2.01 2.02 2.05 2/185 25106
/proc/meminfo: memFree=29209104/32770624 swapFree=67108860/67108860
[pid=25084] ppid=25081 vsize=217352 memory=171052 CPUtime=0.3 cores=1,3,5,7
/proc/25084/stat : 25084 (cosoco) R 25081 25084 24389 0 -1 4202496 28641 0 0 0 26 4 0 0 20 0 1 0 90409285 222568448 42763 33554432000 4194304 5972588 140731886843200 140731886839848 5277237 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 8070896 8075904 27013120 140731886851258 140731886851358 140731886851358 140731886854094 0
/proc/25084/statm: 54338 42763 784 435 0 47701 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 217352 KiB
Current children cumulated memory: 171052 KiB

[startup+0.700362 s]
/proc/loadavg: 2.01 2.02 2.05 2/182 25123
/proc/meminfo: memFree=29101684/32770624 swapFree=67108860/67108860
[pid=25084] ppid=25081 vsize=345844 memory=295844 CPUtime=0.69 cores=1,3,5,7
/proc/25084/stat : 25084 (cosoco) R 25081 25084 24389 0 -1 4202496 47114 0 0 0 61 8 0 0 20 0 1 0 90409285 354144256 73961 33554432000 4194304 5972588 140731886843200 140731886839848 5328722 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 27013120 140731886851258 140731886851358 140731886851358 140731886854094 0
/proc/25084/statm: 86461 73961 801 435 0 79824 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 345844 KiB
Current children cumulated memory: 295844 KiB

[startup+1.50029 s]
/proc/loadavg: 2.01 2.02 2.05 3/188 25138
/proc/meminfo: memFree=29029068/32770624 swapFree=67108860/67108860
[pid=25084] ppid=25081 vsize=346624 memory=296812 CPUtime=1.49 cores=1,3,5,7
/proc/25084/stat : 25084 (cosoco) R 25081 25084 24389 0 -1 4202496 47295 0 0 0 141 8 0 0 20 0 1 0 90409285 354942976 74203 33554432000 4194304 5972588 140731886843200 140731886839800 5040162 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 27013120 140731886851258 140731886851358 140731886851358 140731886854094 0
/proc/25084/statm: 86656 74203 801 435 0 80019 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 346624 KiB
Current children cumulated memory: 296812 KiB

[startup+3.10921 s]
/proc/loadavg: 2.01 2.02 2.05 3/188 25138
/proc/meminfo: memFree=29016808/32770624 swapFree=67108860/67108860
[pid=25084] ppid=25081 vsize=346624 memory=296824 CPUtime=3.09 cores=1,3,5,7
/proc/25084/stat : 25084 (cosoco) R 25081 25084 24389 0 -1 4202496 53539 0 0 0 301 8 0 0 20 0 1 0 90409285 354942976 74206 33554432000 4194304 5972588 140731886843200 140731886839800 5040613 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 27013120 140731886851258 140731886851358 140731886851358 140731886854094 0
/proc/25084/statm: 86656 74206 801 435 0 80019 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 346624 KiB
Current children cumulated memory: 296824 KiB

[startup+6.30027 s]
/proc/loadavg: 2.01 2.02 2.05 3/188 25138
/proc/meminfo: memFree=29016908/32770624 swapFree=67108860/67108860
[pid=25084] ppid=25081 vsize=346624 memory=296880 CPUtime=6.29 cores=1,3,5,7
/proc/25084/stat : 25084 (cosoco) R 25081 25084 24389 0 -1 4202496 64400 0 0 0 620 9 0 0 20 0 1 0 90409285 354942976 74220 33554432000 4194304 5972588 140731886843200 140731886840424 5040162 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 27013120 140731886851258 140731886851358 140731886851358 140731886854094 0
/proc/25084/statm: 86656 74220 801 435 0 80019 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 346624 KiB
Current children cumulated memory: 296880 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=25084] ppid=25081 vsize=346884 memory=299156 CPUtime=12.68 cores=1,3,5,7
/proc/25084/stat : 25084 (cosoco) R 25081 25084 24389 0 -1 4202496 73072 0 0 0 1259 9 0 0 20 0 1 0 90409285 355209216 74789 33554432000 4194304 5972588 140731886843200 140731886840424 5099630 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 27013120 140731886851258 140731886851358 140731886851358 140731886854094 0
/proc/25084/statm: 86721 74789 801 435 0 80084 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 346884 KiB
Current children cumulated memory: 299156 KiB

[startup+25.5003 s]
/proc/loadavg: 2.07 2.03 2.05 3/188 25138
/proc/meminfo: memFree=29014212/32770624 swapFree=67108860/67108860
[pid=25084] ppid=25081 vsize=347016 memory=299372 CPUtime=25.48 cores=1,3,5,7
/proc/25084/stat : 25084 (cosoco) R 25081 25084 24389 0 -1 4202496 81520 0 0 0 2538 10 0 0 20 0 1 0 90409285 355344384 74843 33554432000 4194304 5972588 140731886843200 140731886839896 5040154 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 27013120 140731886851258 140731886851358 140731886851358 140731886854094 0
/proc/25084/statm: 86754 74843 801 435 0 80117 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 347016 KiB
Current children cumulated memory: 299372 KiB

[startup+51.1091 s]
/proc/loadavg: 2.04 2.03 2.05 3/188 25138
/proc/meminfo: memFree=29005608/32770624 swapFree=67108860/67108860
[pid=25084] ppid=25081 vsize=347016 memory=299372 CPUtime=51.08 cores=1,3,5,7
/proc/25084/stat : 25084 (cosoco) R 25081 25084 24389 0 -1 4202496 90386 0 0 0 5098 10 0 0 20 0 1 0 90409285 355344384 74843 33554432000 4194304 5972588 140731886843200 140731886839896 5039701 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 27013120 140731886851258 140731886851358 140731886851358 140731886854094 0
/proc/25084/statm: 86754 74843 801 435 0 80117 0
Current children cumulated CPU time: 51.08 s
Current children cumulated vsize: 347016 KiB
Current children cumulated memory: 299372 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=25084] ppid=25081 vsize=347016 memory=299380 CPUtime=102.27 cores=1,3,5,7
/proc/25084/stat : 25084 (cosoco) R 25081 25084 24389 0 -1 4202496 96688 0 0 0 10216 11 0 0 20 0 1 0 90409285 355344384 74845 33554432000 4194304 5972588 140731886843200 140731886839896 5039688 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 27013120 140731886851258 140731886851358 140731886851358 140731886854094 0
/proc/25084/statm: 86754 74845 801 435 0 80117 0
Current children cumulated CPU time: 102.27 s
Current children cumulated vsize: 347016 KiB
Current children cumulated memory: 299380 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=25084] ppid=25081 vsize=347016 memory=299380 CPUtime=162.27 cores=1,3,5,7
/proc/25084/stat : 25084 (cosoco) R 25081 25084 24389 0 -1 4202496 99992 0 0 0 16216 11 0 0 20 0 1 0 90409285 355344384 74845 33554432000 4194304 5972588 140731886843200 140731886839896 5338181 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 27013120 140731886851258 140731886851358 140731886851358 140731886854094 0
/proc/25084/statm: 86754 74845 801 435 0 80117 0
Current children cumulated CPU time: 162.27 s
Current children cumulated vsize: 347016 KiB
Current children cumulated memory: 299380 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=25084] ppid=25081 vsize=347016 memory=299528 CPUtime=222.26 cores=1,3,5,7
/proc/25084/stat : 25084 (cosoco) R 25081 25084 24389 0 -1 4202496 103415 0 0 0 22215 11 0 0 20 0 1 0 90409285 355344384 74882 33554432000 4194304 5972588 140731886843200 140731886839896 5040622 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 27013120 140731886851258 140731886851358 140731886851358 140731886854094 0
/proc/25084/statm: 86754 74882 801 435 0 80117 0
Current children cumulated CPU time: 222.26 s
Current children cumulated vsize: 347016 KiB
Current children cumulated memory: 299528 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=25084] ppid=25081 vsize=347140 memory=299536 CPUtime=282.26 cores=1,3,5,7
/proc/25084/stat : 25084 (cosoco) R 25081 25084 24389 0 -1 4202496 104431 0 0 0 28215 11 0 0 20 0 1 0 90409285 355471360 74884 33554432000 4194304 5972588 140731886843200 140731886840424 5040154 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 27013120 140731886851258 140731886851358 140731886851358 140731886854094 0
/proc/25084/statm: 86785 74884 801 435 0 80148 0
Current children cumulated CPU time: 282.26 s
Current children cumulated vsize: 347140 KiB
Current children cumulated memory: 299536 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=25084] ppid=25081 vsize=347140 memory=299536 CPUtime=342.26 cores=1,3,5,7
/proc/25084/stat : 25084 (cosoco) R 25081 25084 24389 0 -1 4202496 106432 0 0 0 34215 11 0 0 20 0 1 0 90409285 355471360 74884 33554432000 4194304 5972588 140731886843200 140731886840424 5099616 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 27013120 140731886851258 140731886851358 140731886851358 140731886854094 0
/proc/25084/statm: 86785 74884 801 435 0 80148 0
Current children cumulated CPU time: 342.26 s
Current children cumulated vsize: 347140 KiB
Current children cumulated memory: 299536 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=25084] ppid=25081 vsize=347140 memory=299540 CPUtime=402.25 cores=1,3,5,7
/proc/25084/stat : 25084 (cosoco) R 25081 25084 24389 0 -1 4202496 107758 0 0 0 40214 11 0 0 20 0 1 0 90409285 355471360 74885 33554432000 4194304 5972588 140731886843200 140731886840424 5099616 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 27013120 140731886851258 140731886851358 140731886851358 140731886854094 0
/proc/25084/statm: 86785 74885 801 435 0 80148 0
Current children cumulated CPU time: 402.25 s
Current children cumulated vsize: 347140 KiB
Current children cumulated memory: 299540 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=25084] ppid=25081 vsize=347140 memory=299540 CPUtime=462.25 cores=1,3,5,7
/proc/25084/stat : 25084 (cosoco) R 25081 25084 24389 0 -1 4202496 109434 0 0 0 46214 11 0 0 20 0 1 0 90409285 355471360 74885 33554432000 4194304 5972588 140731886843200 140731886840424 5040154 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 27013120 140731886851258 140731886851358 140731886851358 140731886854094 0
/proc/25084/statm: 86785 74885 801 435 0 80148 0
Current children cumulated CPU time: 462.25 s
Current children cumulated vsize: 347140 KiB
Current children cumulated memory: 299540 KiB


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

/proc/25084/statm: 86785 74896 801 435 0 80148 0
Current children cumulated CPU time: 1722.22 s
Current children cumulated vsize: 347140 KiB
Current children cumulated memory: 299584 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=25084] ppid=25081 vsize=347140 memory=299584 CPUtime=1782.22 cores=1,3,5,7
/proc/25084/stat : 25084 (cosoco) R 25081 25084 24389 0 -1 4202496 132420 0 0 0 178209 13 0 0 20 0 1 0 90409285 355471360 74896 33554432000 4194304 5972588 140731886843200 140731886840424 5323898 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 27013120 140731886851258 140731886851358 140731886851358 140731886854094 0
/proc/25084/statm: 86785 74896 801 435 0 80148 0
Current children cumulated CPU time: 1782.22 s
Current children cumulated vsize: 347140 KiB
Current children cumulated memory: 299584 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=25084] ppid=25081 vsize=347140 memory=299584 CPUtime=1842.22 cores=1,3,5,7
/proc/25084/stat : 25084 (cosoco) R 25081 25084 24389 0 -1 4202496 133661 0 0 0 184209 13 0 0 20 0 1 0 90409285 355471360 74896 33554432000 4194304 5972588 140731886843200 140731886840424 5039193 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 27013120 140731886851258 140731886851358 140731886851358 140731886854094 0
/proc/25084/statm: 86785 74896 801 435 0 80148 0
Current children cumulated CPU time: 1842.22 s
Current children cumulated vsize: 347140 KiB
Current children cumulated memory: 299584 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=25084] ppid=25081 vsize=347140 memory=299584 CPUtime=1902.22 cores=1,3,5,7
/proc/25084/stat : 25084 (cosoco) R 25081 25084 24389 0 -1 4202496 133837 0 0 0 190209 13 0 0 20 0 1 0 90409285 355471360 74896 33554432000 4194304 5972588 140731886843200 140731886840424 5039159 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 27013120 140731886851258 140731886851358 140731886851358 140731886854094 0
/proc/25084/statm: 86785 74896 801 435 0 80148 0
Current children cumulated CPU time: 1902.22 s
Current children cumulated vsize: 347140 KiB
Current children cumulated memory: 299584 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=25084] ppid=25081 vsize=347140 memory=299584 CPUtime=1962.21 cores=1,3,5,7
/proc/25084/stat : 25084 (cosoco) R 25081 25084 24389 0 -1 4202496 134000 0 0 0 196208 13 0 0 20 0 1 0 90409285 355471360 74896 33554432000 4194304 5972588 140731886843200 140731886840424 5039435 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 27013120 140731886851258 140731886851358 140731886851358 140731886854094 0
/proc/25084/statm: 86785 74896 801 435 0 80148 0
Current children cumulated CPU time: 1962.21 s
Current children cumulated vsize: 347140 KiB
Current children cumulated memory: 299584 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=25084] ppid=25081 vsize=347140 memory=299584 CPUtime=2022.21 cores=1,3,5,7
/proc/25084/stat : 25084 (cosoco) R 25081 25084 24389 0 -1 4202496 135216 0 0 0 202208 13 0 0 20 0 1 0 90409285 355471360 74896 33554432000 4194304 5972588 140731886843200 140731886840424 5040154 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 27013120 140731886851258 140731886851358 140731886851358 140731886854094 0
/proc/25084/statm: 86785 74896 801 435 0 80148 0
Current children cumulated CPU time: 2022.21 s
Current children cumulated vsize: 347140 KiB
Current children cumulated memory: 299584 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=25084] ppid=25081 vsize=347140 memory=299584 CPUtime=2082.21 cores=1,3,5,7
/proc/25084/stat : 25084 (cosoco) R 25081 25084 24389 0 -1 4202496 135531 0 0 0 208208 13 0 0 20 0 1 0 90409285 355471360 74896 33554432000 4194304 5972588 140731886843200 140731886840424 5039672 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 27013120 140731886851258 140731886851358 140731886851358 140731886854094 0
/proc/25084/statm: 86785 74896 801 435 0 80148 0
Current children cumulated CPU time: 2082.21 s
Current children cumulated vsize: 347140 KiB
Current children cumulated memory: 299584 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=25084] ppid=25081 vsize=347140 memory=299584 CPUtime=2142.21 cores=1,3,5,7
/proc/25084/stat : 25084 (cosoco) R 25081 25084 24389 0 -1 4202496 136041 0 0 0 214208 13 0 0 20 0 1 0 90409285 355471360 74896 33554432000 4194304 5972588 140731886843200 140731886840424 5039159 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 27013120 140731886851258 140731886851358 140731886851358 140731886854094 0
/proc/25084/statm: 86785 74896 801 435 0 80148 0
Current children cumulated CPU time: 2142.21 s
Current children cumulated vsize: 347140 KiB
Current children cumulated memory: 299584 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=25084] ppid=25081 vsize=347140 memory=299584 CPUtime=2202.21 cores=1,3,5,7
/proc/25084/stat : 25084 (cosoco) R 25081 25084 24389 0 -1 4202496 136220 0 0 0 220208 13 0 0 20 0 1 0 90409285 355471360 74896 33554432000 4194304 5972588 140731886843200 140731886840424 5039503 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 27013120 140731886851258 140731886851358 140731886851358 140731886854094 0
/proc/25084/statm: 86785 74896 801 435 0 80148 0
Current children cumulated CPU time: 2202.21 s
Current children cumulated vsize: 347140 KiB
Current children cumulated memory: 299584 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=25084] ppid=25081 vsize=347140 memory=299584 CPUtime=2262.21 cores=1,3,5,7
/proc/25084/stat : 25084 (cosoco) R 25081 25084 24389 0 -1 4202496 136417 0 0 0 226208 13 0 0 20 0 1 0 90409285 355471360 74896 33554432000 4194304 5972588 140731886843200 140731886840424 5039490 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 27013120 140731886851258 140731886851358 140731886851358 140731886854094 0
/proc/25084/statm: 86785 74896 801 435 0 80148 0
Current children cumulated CPU time: 2262.21 s
Current children cumulated vsize: 347140 KiB
Current children cumulated memory: 299584 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=25084] ppid=25081 vsize=347140 memory=299588 CPUtime=2322.2 cores=1,3,5,7
/proc/25084/stat : 25084 (cosoco) R 25081 25084 24389 0 -1 4202496 137501 0 0 0 232207 13 0 0 20 0 1 0 90409285 355471360 74897 33554432000 4194304 5972588 140731886843200 140731886840424 5040104 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 27013120 140731886851258 140731886851358 140731886851358 140731886854094 0
/proc/25084/statm: 86785 74897 801 435 0 80148 0
Current children cumulated CPU time: 2322.2 s
Current children cumulated vsize: 347140 KiB
Current children cumulated memory: 299588 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=25084] ppid=25081 vsize=347140 memory=299588 CPUtime=2382.2 cores=1,3,5,7
/proc/25084/stat : 25084 (cosoco) R 25081 25084 24389 0 -1 4202496 137644 0 0 0 238207 13 0 0 20 0 1 0 90409285 355471360 74897 33554432000 4194304 5972588 140731886843200 140731886840424 5139499 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 27013120 140731886851258 140731886851358 140731886851358 140731886854094 0
/proc/25084/statm: 86785 74897 801 435 0 80148 0
Current children cumulated CPU time: 2382.2 s
Current children cumulated vsize: 347140 KiB
Current children cumulated memory: 299588 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=25084] ppid=25081 vsize=347140 memory=299588 CPUtime=2442.2 cores=1,3,5,7
/proc/25084/stat : 25084 (cosoco) R 25081 25084 24389 0 -1 4202496 137801 0 0 0 244207 13 0 0 20 0 1 0 90409285 355471360 74897 33554432000 4194304 5972588 140731886843200 140731886840424 5039701 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 27013120 140731886851258 140731886851358 140731886851358 140731886854094 0
/proc/25084/statm: 86785 74897 801 435 0 80148 0
Current children cumulated CPU time: 2442.2 s
Current children cumulated vsize: 347140 KiB
Current children cumulated memory: 299588 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=25084] ppid=25081 vsize=347140 memory=299588 CPUtime=2502.2 cores=1,3,5,7
/proc/25084/stat : 25084 (cosoco) R 25081 25084 24389 0 -1 4202496 138035 0 0 0 250207 13 0 0 20 0 1 0 90409285 355471360 74897 33554432000 4194304 5972588 140731886843200 140731886840424 5338185 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 27013120 140731886851258 140731886851358 140731886851358 140731886854094 0
/proc/25084/statm: 86785 74897 801 435 0 80148 0
Current children cumulated CPU time: 2502.2 s
Current children cumulated vsize: 347140 KiB
Current children cumulated memory: 299588 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 2.05 3/189 25225
/proc/meminfo: memFree=28994424/32770624 swapFree=67108860/67108860
[pid=25084] ppid=25081 vsize=347140 memory=299588 CPUtime=2519.9 cores=1,3,5,7
/proc/25084/stat : 25084 (cosoco) R 25081 25084 24389 0 -1 4202496 138069 0 0 0 251977 13 0 0 20 0 1 0 90409285 355471360 74897 33554432000 4194304 5972588 140731886843200 140731886840424 5039729 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 27013120 140731886851258 140731886851358 140731886851358 140731886854094 0
/proc/25084/statm: 86785 74897 801 435 0 80148 0
Current children cumulated CPU time: 2519.9 s
Current children cumulated vsize: 347140 KiB
Current children cumulated memory: 299588 KiB

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

[startup+2520.01 s]
# the end of solver process 25084 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.78 s, system=0.137995 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.92
CPU user time (s): 2519.78
CPU system time (s): 0.137995
CPU usage (%): 99.9963
Max. virtual memory (cumulated for all children) (KiB): 347140
Max. memory (cumulated for all children) (KiB): 299588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.78
system time used= 0.137995
maximum resident set size= 299668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 138118
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= 30
involuntary context switches= 669


# summary of solver processes directly reported to runsolver:
#   pid: 25084
#   total CPU time (s): 2519.92
#   total CPU user time (s): 2519.78
#   total CPU system time (s): 0.137995

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.63162 second user time and 14.763 second system time

The end

Launcher Data

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

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

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

MD5SUM BENCH= d01afa5e20b7ebab190e76d647c74323
RANDOM SEED=544236017

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:        29374328 kB
MemAvailable:   31997548 kB
Buffers:          124620 kB
Cached:          2791948 kB
SwapCached:            0 kB
Active:           434156 kB
Inactive:        2535056 kB
Active(anon):      55320 kB
Inactive(anon):    24972 kB
Active(file):     378836 kB
Inactive(file):  2510084 kB
Unevictable:        6328 kB
Mlocked:            6328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2368 kB
Writeback:             0 kB
AnonPages:         59000 kB
Mapped:            42488 kB
Shmem:             25228 kB
Slab:             125036 kB
SReclaimable:     100268 kB
SUnreclaim:        24768 kB
KernelStack:        3264 kB
PageTables:         4880 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325588 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= 61656 MiB
End job on node107 at 2017-08-12 23:54:34