Trace number 4294306

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 1.12? (TO) 2519.81 2520.01

General information on the benchmark

NameTemplateDesign/
TemplateDesign-m1s-catfood_c18.xml
MD5SUM03d7e3da755da5305422e48d51916754
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark1.6296
Satisfiable
(Un)Satisfiability was proved
Number of variables112
Number of constraints70
Number of domains9
Minimum domain size2
Maximum domain size1210
Distribution of domain sizes[{"size":2,"count":7},{"size":10,"count":49},{"size":275,"count":7},{"size":280,"count":7},{"size":286,"count":7},{"size":550,"count":14},{"size":880,"count":7},{"size":1101,"count":7},{"size":1210,"count":7}]
Minimum variable degree2
Maximum variable degree8
Distribution of variable degrees[{"degree":2,"count":105},{"degree":8,"count":7}]
Minimum constraint arity2
Maximum constraint arity7
Distribution of constraint arities[{"arity":2,"count":7},{"arity":3,"count":49},{"arity":7,"count":14}]
Number of extensional constraints7
Number of intensional constraints49
Distribution of constraint types[{"type":"extension","count":7},{"type":"intension","count":49},{"type":"sum","count":14}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.02	c best=?? lower=0 upper=7 
2519.80/2520.00	c
2519.80/2520.00	c This is cosoco 1.12 --  
2519.80/2520.00	c
2519.80/2520.00	c command line: HOME/cosoco -lc -model -restarts HOME/instance-4294306-1532443022.xml 
2519.80/2520.00	c enable optimization
2519.80/2520.00	c ========================================[ Problem Statistics ]===========================================
2519.80/2520.00	c |                                                                                                       
2519.80/2520.00	c |  Parse time        :         0.02 s 
2519.80/2520.00	c |
2519.80/2520.00	c |               Variables: 112
2519.80/2520.00	c |            Domain Sizes: 2..1210
2519.80/2520.00	c |
2519.80/2520.00	c |             Constraints: 78
2519.80/2520.00	c |                   Arity: 2..7  -- Binary: 7  -- Ternary: 49
2519.80/2520.00	c | 
2519.80/2520.00	c |                   Types: 
2519.80/2520.00	c |                          Extension: 7  (nb tuples: 1101..1101) -- (shared: 6)
2519.80/2520.00	c |                          Intension: 49
2519.80/2520.00	c |                          Sum: 22
2519.80/2520.00	c |                          
2519.80/2520.00	c |               Objective: Minimize Sum
2519.80/2520.00	
2519.80/2520.00	c =========================================================================================================
2519.80/2520.00	
2519.80/2520.00	c *** INTERRUPTED ***
2519.80/2520.00	c restarts              : 84          
2519.80/2520.00	c conflicts             : 3045624      (1209 /sec)
2519.80/2520.00	c decisions             : 3065658      (1217 /sec)
2519.80/2520.00	c propagations          : 3258020367  (1292969 /sec)
2519.80/2520.00	c root propagations     : 0           
2519.80/2520.00	c filter calls          : 24092460       (9561 /sec)
2519.80/2520.00	c useless filter calls  : 18143588       (75 %)
2519.80/2520.00	c Memory used           : 29.54 MB
2519.80/2520.00	c CPU time              : 2519.8 s
2519.80/2520.00	
2519.80/2520.00	c No Bound found!
2519.80/2520.00	
2519.80/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 (2703 MiB free)
  memory of node 1: 16384 MiB (6827 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294306-1532443022/watcher-4294306-1532443022 -o /tmp/evaluation-result-4294306-1532443022/solver-4294306-1532443022 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532432876-20753 --watchdog 2580 HOME/cosoco -lc -model -restarts HOME/instance-4294306-1532443022.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
Current StackSize limit: 8192 KiB

solver pid=21677, runsolver pid=21674

[startup+0.10017 s]*
/proc/loadavg: 2.05 2.01 2.01 3/187 21678
/proc/meminfo: memFree=9757444/32770624 swapFree=67108860/67108860
[pid=21677] ppid=21674 vsize=29320 memory=5788 CPUtime=0.1 cores=1,3,5,7
/proc/21677/stat : 21677 (cosoco) R 21674 21677 20721 0 -1 4202496 1660 0 0 0 10 0 0 0 20 0 1 0 61865078 30023680 1447 33554432000 4194304 6142532 140724165639312 140724165635944 5398836 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 19443712 140724165645446 140724165645576 140724165645576 140724165648334 0
/proc/21677/statm: 7330 1447 836 476 0 652 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 29320 KiB
Current children cumulated memory: 5788 KiB

[startup+0.209812 s]*
/proc/loadavg: 2.05 2.01 2.01 3/187 21678
/proc/meminfo: memFree=9757164/32770624 swapFree=67108860/67108860
[pid=21677] ppid=21674 vsize=29320 memory=5788 CPUtime=0.21 cores=1,3,5,7
/proc/21677/stat : 21677 (cosoco) R 21674 21677 20721 0 -1 4202496 1661 0 0 0 21 0 0 0 20 0 1 0 61865078 30023680 1447 33554432000 4194304 6142532 140724165639312 140724165635944 5372465 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 19443712 140724165645446 140724165645576 140724165645576 140724165648334 0
/proc/21677/statm: 7330 1447 836 476 0 652 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 29320 KiB
Current children cumulated memory: 5788 KiB

[startup+0.308987 s]*
/proc/loadavg: 2.05 2.01 2.01 3/187 21678
/proc/meminfo: memFree=9757164/32770624 swapFree=67108860/67108860
[pid=21677] ppid=21674 vsize=29320 memory=6052 CPUtime=0.31 cores=1,3,5,7
/proc/21677/stat : 21677 (cosoco) R 21674 21677 20721 0 -1 4202496 1669 0 0 0 31 0 0 0 20 0 1 0 61865078 30023680 1513 33554432000 4194304 6142532 140724165639312 140724165635944 5146880 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 19443712 140724165645446 140724165645576 140724165645576 140724165648334 0
/proc/21677/statm: 7330 1513 881 476 0 652 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 29320 KiB
Current children cumulated memory: 6052 KiB

[startup+0.700275 s]
/proc/loadavg: 2.05 2.01 2.01 3/187 21678
/proc/meminfo: memFree=9757164/32770624 swapFree=67108860/67108860
[pid=21677] ppid=21674 vsize=29452 memory=6052 CPUtime=0.69 cores=1,3,5,7
/proc/21677/stat : 21677 (cosoco) R 21674 21677 20721 0 -1 4202496 1689 0 0 0 69 0 0 0 20 0 1 0 61865078 30158848 1513 33554432000 4194304 6142532 140724165639312 140724165635944 139755069364128 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 19443712 140724165645446 140724165645576 140724165645576 140724165648334 0
/proc/21677/statm: 7363 1513 881 476 0 685 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 29452 KiB
Current children cumulated memory: 6052 KiB

[startup+1.50027 s]
/proc/loadavg: 2.05 2.01 2.01 3/187 21678
/proc/meminfo: memFree=9756792/32770624 swapFree=67108860/67108860
[pid=21677] ppid=21674 vsize=29452 memory=6052 CPUtime=1.49 cores=1,3,5,7
/proc/21677/stat : 21677 (cosoco) R 21674 21677 20721 0 -1 4202496 1708 0 0 0 149 0 0 0 20 0 1 0 61865078 30158848 1513 33554432000 4194304 6142532 140724165639312 140724165636280 139755069367856 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 19443712 140724165645446 140724165645576 140724165645576 140724165648334 0
/proc/21677/statm: 7363 1513 881 476 0 685 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 29452 KiB
Current children cumulated memory: 6052 KiB

[startup+3.1089 s]
/proc/loadavg: 2.13 2.03 2.01 3/187 21678
/proc/meminfo: memFree=9756664/32770624 swapFree=67108860/67108860
[pid=21677] ppid=21674 vsize=29584 memory=6284 CPUtime=3.1 cores=1,3,5,7
/proc/21677/stat : 21677 (cosoco) R 21674 21677 20721 0 -1 4202496 2073 0 0 0 310 0 0 0 20 0 1 0 61865078 30294016 1571 33554432000 4194304 6142532 140724165639312 140724165636280 5372476 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 19443712 140724165645446 140724165645576 140724165645576 140724165648334 0
/proc/21677/statm: 7396 1571 881 476 0 718 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 29584 KiB
Current children cumulated memory: 6284 KiB

[startup+6.30026 s]
/proc/loadavg: 2.13 2.03 2.01 3/187 21678
/proc/meminfo: memFree=9756668/32770624 swapFree=67108860/67108860
[pid=21677] ppid=21674 vsize=29584 memory=6288 CPUtime=6.29 cores=1,3,5,7
/proc/21677/stat : 21677 (cosoco) R 21674 21677 20721 0 -1 4202496 2307 0 0 0 629 0 0 0 20 0 1 0 61865078 30294016 1572 33554432000 4194304 6142532 140724165639312 140724165636280 5361442 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 19443712 140724165645446 140724165645576 140724165645576 140724165648334 0
/proc/21677/statm: 7396 1572 881 476 0 718 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 29584 KiB
Current children cumulated memory: 6288 KiB

[startup+12.7003 s]
/proc/loadavg: 2.12 2.03 2.01 3/187 21678
/proc/meminfo: memFree=9756668/32770624 swapFree=67108860/67108860
[pid=21677] ppid=21674 vsize=29584 memory=6288 CPUtime=12.69 cores=1,3,5,7
/proc/21677/stat : 21677 (cosoco) R 21674 21677 20721 0 -1 4202496 2788 0 0 0 1269 0 0 0 20 0 1 0 61865078 30294016 1572 33554432000 4194304 6142532 140724165639312 140724165636280 139755078388584 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 19443712 140724165645446 140724165645576 140724165645576 140724165648334 0
/proc/21677/statm: 7396 1572 881 476 0 718 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 29584 KiB
Current children cumulated memory: 6288 KiB

[startup+25.5002 s]
/proc/loadavg: 2.09 2.03 2.01 3/187 21742
/proc/meminfo: memFree=9740524/32770624 swapFree=67108860/67108860
[pid=21677] ppid=21674 vsize=29584 memory=6332 CPUtime=25.49 cores=1,3,5,7
/proc/21677/stat : 21677 (cosoco) R 21674 21677 20721 0 -1 4202496 3531 0 0 0 2549 0 0 0 20 0 1 0 61865078 30294016 1583 33554432000 4194304 6142532 140724165639312 140724165636280 5366776 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 19443712 140724165645446 140724165645576 140724165645576 140724165648334 0
/proc/21677/statm: 7396 1583 881 476 0 718 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 29584 KiB
Current children cumulated memory: 6332 KiB

[startup+51.1088 s]
/proc/loadavg: 2.20 2.06 2.02 3/187 21742
/proc/meminfo: memFree=9740276/32770624 swapFree=67108860/67108860
[pid=21677] ppid=21674 vsize=29584 memory=6332 CPUtime=51.09 cores=1,3,5,7
/proc/21677/stat : 21677 (cosoco) R 21674 21677 20721 0 -1 4202496 3772 0 0 0 5109 0 0 0 20 0 1 0 61865078 30294016 1583 33554432000 4194304 6142532 140724165639312 140724165636280 5367138 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 19443712 140724165645446 140724165645576 140724165645576 140724165648334 0
/proc/21677/statm: 7396 1583 881 476 0 718 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 29584 KiB
Current children cumulated memory: 6332 KiB

[startup+102.3 s]
/proc/loadavg: 2.09 2.05 2.02 3/187 21743
/proc/meminfo: memFree=9740244/32770624 swapFree=67108860/67108860
[pid=21677] ppid=21674 vsize=29848 memory=6460 CPUtime=102.28 cores=1,3,5,7
/proc/21677/stat : 21677 (cosoco) R 21674 21677 20721 0 -1 4202496 4596 0 0 0 10228 0 0 0 20 0 1 0 61865078 30564352 1615 33554432000 4194304 6142532 140724165639312 140724165636280 5137376 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 19443712 140724165645446 140724165645576 140724165645576 140724165648334 0
/proc/21677/statm: 7462 1615 881 476 0 784 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 29848 KiB
Current children cumulated memory: 6460 KiB

[startup+162.3 s]
/proc/loadavg: 2.07 2.05 2.03 3/187 21744
/proc/meminfo: memFree=9740344/32770624 swapFree=67108860/67108860
[pid=21677] ppid=21674 vsize=29848 memory=6520 CPUtime=162.27 cores=1,3,5,7
/proc/21677/stat : 21677 (cosoco) R 21674 21677 20721 0 -1 4202496 4854 0 0 0 16227 0 0 0 20 0 1 0 61865078 30564352 1630 33554432000 4194304 6142532 140724165639312 140724165636280 4964544 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 19443712 140724165645446 140724165645576 140724165645576 140724165648334 0
/proc/21677/statm: 7462 1630 881 476 0 784 0
Current children cumulated CPU time: 162.27 s
Current children cumulated vsize: 29848 KiB
Current children cumulated memory: 6520 KiB

[startup+222.3 s]
/proc/loadavg: 2.03 2.04 2.03 3/187 21752
/proc/meminfo: memFree=9738932/32770624 swapFree=67108860/67108860
[pid=21677] ppid=21674 vsize=29848 memory=6520 CPUtime=222.27 cores=1,3,5,7
/proc/21677/stat : 21677 (cosoco) R 21674 21677 20721 0 -1 4202496 5112 0 0 0 22227 0 0 0 20 0 1 0 61865078 30564352 1630 33554432000 4194304 6142532 140724165639312 140724165636280 5371699 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 19443712 140724165645446 140724165645576 140724165645576 140724165648334 0
/proc/21677/statm: 7462 1630 881 476 0 784 0
Current children cumulated CPU time: 222.27 s
Current children cumulated vsize: 29848 KiB
Current children cumulated memory: 6520 KiB

[startup+282.3 s]
/proc/loadavg: 2.01 2.04 2.03 3/187 21753
/proc/meminfo: memFree=9738960/32770624 swapFree=67108860/67108860
[pid=21677] ppid=21674 vsize=29848 memory=6520 CPUtime=282.27 cores=1,3,5,7
/proc/21677/stat : 21677 (cosoco) R 21674 21677 20721 0 -1 4202496 5369 0 0 0 28227 0 0 0 20 0 1 0 61865078 30564352 1630 33554432000 4194304 6142532 140724165639312 140724165636280 5371666 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 19443712 140724165645446 140724165645576 140724165645576 140724165648334 0
/proc/21677/statm: 7462 1630 881 476 0 784 0
Current children cumulated CPU time: 282.27 s
Current children cumulated vsize: 29848 KiB
Current children cumulated memory: 6520 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.03 2.03 3/187 21754
/proc/meminfo: memFree=9738040/32770624 swapFree=67108860/67108860
[pid=21677] ppid=21674 vsize=29848 memory=6520 CPUtime=342.26 cores=1,3,5,7
/proc/21677/stat : 21677 (cosoco) R 21674 21677 20721 0 -1 4202496 5636 0 0 0 34226 0 0 0 20 0 1 0 61865078 30564352 1630 33554432000 4194304 6142532 140724165639312 140724165636280 5371842 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 19443712 140724165645446 140724165645576 140724165645576 140724165648334 0
/proc/21677/statm: 7462 1630 881 476 0 784 0
Current children cumulated CPU time: 342.26 s
Current children cumulated vsize: 29848 KiB
Current children cumulated memory: 6520 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.03 2.03 3/187 21755
/proc/meminfo: memFree=9737732/32770624 swapFree=67108860/67108860
[pid=21677] ppid=21674 vsize=29848 memory=6520 CPUtime=402.26 cores=1,3,5,7
/proc/21677/stat : 21677 (cosoco) R 21674 21677 20721 0 -1 4202496 5903 0 0 0 40226 0 0 0 20 0 1 0 61865078 30564352 1630 33554432000 4194304 6142532 140724165639312 140724165636280 139755069367859 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 19443712 140724165645446 140724165645576 140724165645576 140724165648334 0
/proc/21677/statm: 7462 1630 881 476 0 784 0
Current children cumulated CPU time: 402.26 s
Current children cumulated vsize: 29848 KiB
Current children cumulated memory: 6520 KiB

[startup+462.3 s]
/proc/loadavg: 2.56 2.17 2.08 3/187 21756
/proc/meminfo: memFree=9736740/32770624 swapFree=67108860/67108860
[pid=21677] ppid=21674 vsize=29848 memory=6520 CPUtime=462.25 cores=1,3,5,7
/proc/21677/stat : 21677 (cosoco) R 21674 21677 20721 0 -1 4202496 6170 0 0 0 46225 0 0 0 20 0 1 0 61865078 30564352 1630 33554432000 4194304 6142532 140724165639312 140724165636280 5366764 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 19443712 140724165645446 140724165645576 140724165645576 140724165648334 0
/proc/21677/statm: 7462 1630 881 476 0 784 0
Current children cumulated CPU time: 462.25 s
Current children cumulated vsize: 29848 KiB
Current children cumulated memory: 6520 KiB


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

/proc/21677/statm: 7561 1751 881 476 0 883 0
Current children cumulated CPU time: 1722.16 s
Current children cumulated vsize: 30244 KiB
Current children cumulated memory: 7004 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 21818
/proc/meminfo: memFree=9736008/32770624 swapFree=67108860/67108860
[pid=21677] ppid=21674 vsize=30244 memory=7004 CPUtime=1782.15 cores=1,3,5,7
/proc/21677/stat : 21677 (cosoco) R 21674 21677 20721 0 -1 4202496 13129 0 0 0 178214 1 0 0 20 0 1 0 61865078 30969856 1751 33554432000 4194304 6142532 140724165639312 140724165636200 5146682 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 19443712 140724165645446 140724165645576 140724165645576 140724165648334 0
/proc/21677/statm: 7561 1751 881 476 0 883 0
Current children cumulated CPU time: 1782.15 s
Current children cumulated vsize: 30244 KiB
Current children cumulated memory: 7004 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 21819
/proc/meminfo: memFree=9735816/32770624 swapFree=67108860/67108860
[pid=21677] ppid=21674 vsize=30244 memory=7004 CPUtime=1842.15 cores=1,3,5,7
/proc/21677/stat : 21677 (cosoco) R 21674 21677 20721 0 -1 4202496 13400 0 0 0 184214 1 0 0 20 0 1 0 61865078 30969856 1751 33554432000 4194304 6142532 140724165639312 140724165636200 5374088 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 19443712 140724165645446 140724165645576 140724165645576 140724165648334 0
/proc/21677/statm: 7561 1751 881 476 0 883 0
Current children cumulated CPU time: 1842.15 s
Current children cumulated vsize: 30244 KiB
Current children cumulated memory: 7004 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 21820
/proc/meminfo: memFree=9736116/32770624 swapFree=67108860/67108860
[pid=21677] ppid=21674 vsize=30244 memory=7004 CPUtime=1902.14 cores=1,3,5,7
/proc/21677/stat : 21677 (cosoco) R 21674 21677 20721 0 -1 4202496 13644 0 0 0 190213 1 0 0 20 0 1 0 61865078 30969856 1751 33554432000 4194304 6142532 140724165639312 140724165636200 5374338 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 19443712 140724165645446 140724165645576 140724165645576 140724165648334 0
/proc/21677/statm: 7561 1751 881 476 0 883 0
Current children cumulated CPU time: 1902.14 s
Current children cumulated vsize: 30244 KiB
Current children cumulated memory: 7004 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 21821
/proc/meminfo: memFree=9736120/32770624 swapFree=67108860/67108860
[pid=21677] ppid=21674 vsize=30244 memory=7004 CPUtime=1962.14 cores=1,3,5,7
/proc/21677/stat : 21677 (cosoco) R 21674 21677 20721 0 -1 4202496 13888 0 0 0 196213 1 0 0 20 0 1 0 61865078 30969856 1751 33554432000 4194304 6142532 140724165639312 140724165636200 5374088 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 19443712 140724165645446 140724165645576 140724165645576 140724165648334 0
/proc/21677/statm: 7561 1751 881 476 0 883 0
Current children cumulated CPU time: 1962.14 s
Current children cumulated vsize: 30244 KiB
Current children cumulated memory: 7004 KiB

[startup+2022.3 s]
/proc/loadavg: 2.08 2.04 2.05 3/188 21830
/proc/meminfo: memFree=9735680/32770624 swapFree=67108860/67108860
[pid=21677] ppid=21674 vsize=30244 memory=7004 CPUtime=2022.13 cores=1,3,5,7
/proc/21677/stat : 21677 (cosoco) R 21674 21677 20721 0 -1 4202496 14156 0 0 0 202212 1 0 0 20 0 1 0 61865078 30969856 1751 33554432000 4194304 6142532 140724165639312 140724165636200 5366791 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 19443712 140724165645446 140724165645576 140724165645576 140724165648334 0
/proc/21677/statm: 7561 1751 881 476 0 883 0
Current children cumulated CPU time: 2022.13 s
Current children cumulated vsize: 30244 KiB
Current children cumulated memory: 7004 KiB

[startup+2082.3 s]
/proc/loadavg: 2.03 2.04 2.05 3/188 21831
/proc/meminfo: memFree=9735860/32770624 swapFree=67108860/67108860
[pid=21677] ppid=21674 vsize=30244 memory=7004 CPUtime=2082.13 cores=1,3,5,7
/proc/21677/stat : 21677 (cosoco) R 21674 21677 20721 0 -1 4202496 14402 0 0 0 208212 1 0 0 20 0 1 0 61865078 30969856 1751 33554432000 4194304 6142532 140724165639312 140724165636200 139755069369764 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 19443712 140724165645446 140724165645576 140724165645576 140724165648334 0
/proc/21677/statm: 7561 1751 881 476 0 883 0
Current children cumulated CPU time: 2082.13 s
Current children cumulated vsize: 30244 KiB
Current children cumulated memory: 7004 KiB

[startup+2142.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/188 21832
/proc/meminfo: memFree=9735872/32770624 swapFree=67108860/67108860
[pid=21677] ppid=21674 vsize=30244 memory=7004 CPUtime=2142.12 cores=1,3,5,7
/proc/21677/stat : 21677 (cosoco) R 21674 21677 20721 0 -1 4202496 14648 0 0 0 214211 1 0 0 20 0 1 0 61865078 30969856 1751 33554432000 4194304 6142532 140724165639312 140724165636200 4965024 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 19443712 140724165645446 140724165645576 140724165645576 140724165648334 0
/proc/21677/statm: 7561 1751 881 476 0 883 0
Current children cumulated CPU time: 2142.12 s
Current children cumulated vsize: 30244 KiB
Current children cumulated memory: 7004 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 21833
/proc/meminfo: memFree=9736016/32770624 swapFree=67108860/67108860
[pid=21677] ppid=21674 vsize=30244 memory=7004 CPUtime=2202.12 cores=1,3,5,7
/proc/21677/stat : 21677 (cosoco) R 21674 21677 20721 0 -1 4202496 14916 0 0 0 220211 1 0 0 20 0 1 0 61865078 30969856 1751 33554432000 4194304 6142532 140724165639312 140724165636200 139755069367616 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 19443712 140724165645446 140724165645576 140724165645576 140724165648334 0
/proc/21677/statm: 7561 1751 881 476 0 883 0
Current children cumulated CPU time: 2202.12 s
Current children cumulated vsize: 30244 KiB
Current children cumulated memory: 7004 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 21834
/proc/meminfo: memFree=9735968/32770624 swapFree=67108860/67108860
[pid=21677] ppid=21674 vsize=30244 memory=7004 CPUtime=2262.11 cores=1,3,5,7
/proc/21677/stat : 21677 (cosoco) R 21674 21677 20721 0 -1 4202496 15158 0 0 0 226210 1 0 0 20 0 1 0 61865078 30969856 1751 33554432000 4194304 6142532 140724165639312 140724165636200 5361232 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 19443712 140724165645446 140724165645576 140724165645576 140724165648334 0
/proc/21677/statm: 7561 1751 881 476 0 883 0
Current children cumulated CPU time: 2262.11 s
Current children cumulated vsize: 30244 KiB
Current children cumulated memory: 7004 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 21835
/proc/meminfo: memFree=9736044/32770624 swapFree=67108860/67108860
[pid=21677] ppid=21674 vsize=30244 memory=7004 CPUtime=2322.11 cores=1,3,5,7
/proc/21677/stat : 21677 (cosoco) R 21674 21677 20721 0 -1 4202496 15399 0 0 0 232210 1 0 0 20 0 1 0 61865078 30969856 1751 33554432000 4194304 6142532 140724165639312 140724165636200 5363684 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 19443712 140724165645446 140724165645576 140724165645576 140724165648334 0
/proc/21677/statm: 7561 1751 881 476 0 883 0
Current children cumulated CPU time: 2322.11 s
Current children cumulated vsize: 30244 KiB
Current children cumulated memory: 7004 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 21836
/proc/meminfo: memFree=9736264/32770624 swapFree=67108860/67108860
[pid=21677] ppid=21674 vsize=30244 memory=7004 CPUtime=2382.11 cores=1,3,5,7
/proc/21677/stat : 21677 (cosoco) R 21674 21677 20721 0 -1 4202496 15638 0 0 0 238210 1 0 0 20 0 1 0 61865078 30969856 1751 33554432000 4194304 6142532 140724165639312 140724165636200 5139120 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 19443712 140724165645446 140724165645576 140724165645576 140724165648334 0
/proc/21677/statm: 7561 1751 881 476 0 883 0
Current children cumulated CPU time: 2382.11 s
Current children cumulated vsize: 30244 KiB
Current children cumulated memory: 7004 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 21837
/proc/meminfo: memFree=9735952/32770624 swapFree=67108860/67108860
[pid=21677] ppid=21674 vsize=30244 memory=7004 CPUtime=2442.1 cores=1,3,5,7
/proc/21677/stat : 21677 (cosoco) R 21674 21677 20721 0 -1 4202496 15908 0 0 0 244209 1 0 0 20 0 1 0 61865078 30969856 1751 33554432000 4194304 6142532 140724165639312 140724165636200 5398772 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 19443712 140724165645446 140724165645576 140724165645576 140724165648334 0
/proc/21677/statm: 7561 1751 881 476 0 883 0
Current children cumulated CPU time: 2442.1 s
Current children cumulated vsize: 30244 KiB
Current children cumulated memory: 7004 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 21838
/proc/meminfo: memFree=9735908/32770624 swapFree=67108860/67108860
[pid=21677] ppid=21674 vsize=30244 memory=7004 CPUtime=2502.1 cores=1,3,5,7
/proc/21677/stat : 21677 (cosoco) R 21674 21677 20721 0 -1 4202496 16096 0 0 0 250209 1 0 0 20 0 1 0 61865078 30969856 1751 33554432000 4194304 6142532 140724165639312 140724165636200 5372473 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 19443712 140724165645446 140724165645576 140724165645576 140724165648334 0
/proc/21677/statm: 7561 1751 881 476 0 883 0
Current children cumulated CPU time: 2502.1 s
Current children cumulated vsize: 30244 KiB
Current children cumulated memory: 7004 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.08 2.03 2.05 3/187 21838
/proc/meminfo: memFree=9735908/32770624 swapFree=67108860/67108860
[pid=21677] ppid=21674 vsize=30244 memory=7004 CPUtime=2519.8 cores=1,3,5,7
/proc/21677/stat : 21677 (cosoco) R 21674 21677 20721 0 -1 4202496 16282 0 0 0 251979 1 0 0 20 0 1 0 61865078 30969856 1751 33554432000 4194304 6142532 140724165639312 140724165636200 5371749 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 19443712 140724165645446 140724165645576 140724165645576 140724165648334 0
/proc/21677/statm: 7561 1751 881 476 0 883 0
Current children cumulated CPU time: 2519.8 s
Current children cumulated vsize: 30244 KiB
Current children cumulated memory: 7004 KiB

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

[startup+2520.01 s]
# the end of solver process 21677 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.8 s, system=0.012998 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.81
CPU user time (s): 2519.8
CPU system time (s): 0.012998
CPU usage (%): 99.9921
Max. virtual memory (cumulated for all children) (KiB): 30244
Max. memory (cumulated for all children) (KiB): 7004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.8
system time used= 0.012998
maximum resident set size= 7072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16329
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= 15
involuntary context switches= 703


# summary of solver processes directly reported to runsolver:
#   pid: 21677
#   total CPU time (s): 2519.81
#   total CPU user time (s): 2519.8
#   total CPU system time (s): 0.012998

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7132 second user time and 13.7581 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-24 16:37:02
IDJOB=4294306
IDBENCH=141358
IDSOLVER=2752
FILE ID=node106/4294306-1532443022
RUNJOBID= node106-1532432876-20753
PBS_JOBID= 21021578
Free space on /tmp= 46616 MiB

SOLVER NAME= cosoco 1.12
BENCH NAME= XCSP18/TemplateDesign/TemplateDesign-m1s-catfood_c18.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294306-1532443022/watcher-4294306-1532443022 -o /tmp/evaluation-result-4294306-1532443022/solver-4294306-1532443022 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532432876-20753 --watchdog 2580  HOME/cosoco -lc -model -restarts HOME/instance-4294306-1532443022.xml

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

MD5SUM BENCH= 03d7e3da755da5305422e48d51916754
RANDOM SEED=181747279

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:         9759652 kB
MemAvailable:   31937208 kB
Buffers:          277636 kB
Cached:         21800460 kB
SwapCached:            0 kB
Active:          2183620 kB
Inactive:       19952644 kB
Active(anon):      60496 kB
Inactive(anon):    17128 kB
Active(file):    2123124 kB
Inactive(file): 19935516 kB
Unevictable:        6876 kB
Mlocked:            6876 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2776 kB
Writeback:             0 kB
AnonPages:         64696 kB
Mapped:            40460 kB
Shmem:             17036 kB
Slab:             574380 kB
SReclaimable:     547376 kB
SUnreclaim:        27004 kB
KernelStack:        3328 kB
PageTables:         5136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     344756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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= 46612 MiB
End job on node106 at 2018-07-24 17:19:02