Trace number 4294282

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

General information on the benchmark

NameTemplateDesign/
TemplateDesign-m1s-magazine_c18.xml
MD5SUM90ad9fa5946247c0fa0335207c2f2744
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark2520.06
Satisfiable
(Un)Satisfiability was proved
Number of variables5100
Number of constraints2650
Number of domains27
Minimum domain size2
Maximum domain size445
Distribution of domain sizes[{"size":2,"count":50},{"size":41,"count":2500},{"size":55,"count":50},{"size":58,"count":50},{"size":60,"count":50},{"size":66,"count":50},{"size":93,"count":50},{"size":99,"count":50},{"size":110,"count":100},{"size":115,"count":50},{"size":121,"count":50},{"size":150,"count":50},{"size":154,"count":150},{"size":165,"count":400},{"size":184,"count":50},{"size":187,"count":100},{"size":214,"count":100},{"size":220,"count":150},{"size":231,"count":100},{"size":247,"count":50},{"size":253,"count":150},{"size":275,"count":400},{"size":291,"count":50},{"size":297,"count":100},{"size":406,"count":50},{"size":412,"count":100},{"size":445,"count":50}]
Minimum variable degree2
Maximum variable degree51
Distribution of variable degrees[{"degree":2,"count":5050},{"degree":51,"count":50}]
Minimum constraint arity2
Maximum constraint arity50
Distribution of constraint arities[{"arity":2,"count":50},{"arity":3,"count":2500},{"arity":50,"count":100}]
Number of extensional constraints50
Number of intensional constraints2500
Distribution of constraint types[{"type":"extension","count":50},{"type":"intension","count":2500},{"type":"sum","count":100}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.74/0.97	c best=?? lower=0 upper=50 
2519.62/2520.00	c
2519.62/2520.00	c This is cosoco 1.12 --  
2519.62/2520.00	c
2519.62/2520.00	c command line: HOME/cosoco -lc -model -restarts HOME/instance-4294282-1532435460.xml 
2519.62/2520.00	c enable optimization
2519.62/2520.00	c ========================================[ Problem Statistics ]===========================================
2519.62/2520.00	c |                                                                                                       
2519.62/2520.00	c |  Parse time        :         0.76 s 
2519.62/2520.00	c |
2519.62/2520.00	c |               Variables: 5100
2519.62/2520.00	c |            Domain Sizes: 2..445
2519.62/2520.00	c |
2519.62/2520.00	c |             Constraints: 2701
2519.62/2520.00	c |                   Arity: 2..50  -- Binary: 50  -- Ternary: 2500
2519.62/2520.00	c | 
2519.62/2520.00	c |                   Types: 
2519.62/2520.00	c |                          Extension: 50  (nb tuples: 406..406) -- (shared: 49)
2519.62/2520.00	c |                          Intension: 2500
2519.62/2520.00	c |                          Sum: 151
2519.62/2520.00	c |                          
2519.62/2520.00	c |               Objective: Minimize Sum
2519.62/2520.00	
2519.62/2520.00	c =========================================================================================================
2519.62/2520.00	
2519.62/2520.00	c *** INTERRUPTED ***
2519.62/2520.00	c restarts              : 66          
2519.62/2520.00	c conflicts             : 570116       (226 /sec)
2519.62/2520.00	c decisions             : 1069627      (425 /sec)
2519.62/2520.00	c propagations          : 421758822   (167398 /sec)
2519.62/2520.00	c root propagations     : 0           
2519.62/2520.00	c filter calls          : 71886170       (28532 /sec)
2519.62/2520.00	c useless filter calls  : 48331924       (67 %)
2519.62/2520.00	c Memory used           : 230.91 MB
2519.62/2520.00	c CPU time              : 2519.49 s
2519.62/2520.00	
2519.62/2520.00	c No Bound found!
2519.62/2520.00	
2519.62/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 (2706 MiB free)
  memory of node 1: 16384 MiB (6828 MiB free)
  node distances:
     10  21
     21  10

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


[startup+0.100154 s]*
/proc/loadavg: 2.00 2.03 1.96 1/187 21015
/proc/meminfo: memFree=9763288/32770624 swapFree=67108860/67108860
[pid=21010] ppid=21006 vsize=2204 memory=4 CPUtime=0 cores=1,3,5,7
/proc/21010/stat : 21010 (cosoco) D 21006 21010 20721 0 -1 1077936128 153 0 0 0 0 0 0 0 20 0 1 0 61108873 2256896 1 33554432000 4194304 6142532 140724973325728 140724973322952 139875646371527 0 0 4096 0 18446744072101572132 0 0 17 1 0 0 0 0 0 8243016 8247936 37101568 140724973331590 140724973331720 140724973331720 140724973334478 0
/proc/21010/statm: 551 1 0 476 0 39 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 2204 KiB
Current children cumulated memory: 4 KiB

[startup+0.209296 s]*
/proc/loadavg: 2.00 2.03 1.96 3/187 21015
/proc/meminfo: memFree=9751416/32770624 swapFree=67108860/67108860
[pid=21010] ppid=21006 vsize=36956 memory=13428 CPUtime=0.05 cores=1,3,5,7
/proc/21010/stat : 21010 (cosoco) R 21006 21010 20721 0 -1 4202496 3521 0 0 0 5 0 0 0 20 0 1 0 61108873 37842944 3357 33554432000 4194304 6142532 140724973325728 140724973322360 139875630705664 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8243016 8247936 37101568 140724973331590 140724973331720 140724973331720 140724973334478 0
/proc/21010/statm: 9239 3357 825 476 0 2561 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 36956 KiB
Current children cumulated memory: 13428 KiB

[startup+0.309557 s]*
/proc/loadavg: 2.00 2.03 1.96 4/187 21015
/proc/meminfo: memFree=9736908/32770624 swapFree=67108860/67108860
[pid=21010] ppid=21006 vsize=52768 memory=29216 CPUtime=0.15 cores=1,3,5,7
/proc/21010/stat : 21010 (cosoco) R 21006 21010 20721 0 -1 4202496 7468 0 0 0 14 1 0 0 20 0 1 0 61108873 54034432 7304 33554432000 4194304 6142532 140724973325728 140724973322360 139875630267365 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8243016 8247936 37101568 140724973331590 140724973331720 140724973331720 140724973334478 0
/proc/21010/statm: 13192 7304 837 476 0 6514 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 52768 KiB
Current children cumulated memory: 29216 KiB

[startup+0.700411 s]
/proc/loadavg: 2.00 2.03 1.96 4/187 21015
/proc/meminfo: memFree=9696444/32770624 swapFree=67108860/67108860
[pid=21010] ppid=21006 vsize=129624 memory=105868 CPUtime=0.54 cores=1,3,5,7
/proc/21010/stat : 21010 (cosoco) R 21006 21010 20721 0 -1 4202496 26687 0 0 0 50 4 0 0 20 0 1 0 61108873 132734976 26467 33554432000 4194304 6142532 140724973325728 140724973322360 139875630267365 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8243016 8247936 37101568 140724973331590 140724973331720 140724973331720 140724973334478 0
/proc/21010/statm: 32406 26467 837 476 0 25728 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 129624 KiB
Current children cumulated memory: 105868 KiB

[startup+1.50029 s]
/proc/loadavg: 2.00 2.03 1.96 4/187 21015
/proc/meminfo: memFree=9602004/32770624 swapFree=67108860/67108860
[pid=21010] ppid=21006 vsize=184800 memory=161532 CPUtime=1.33 cores=1,3,5,7
/proc/21010/stat : 21010 (cosoco) R 21006 21010 20721 0 -1 4202496 40550 0 0 0 128 5 0 0 20 0 1 0 61108873 189235200 40383 33554432000 4194304 6142532 140724973325728 140724973320056 5146656 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 37101568 140724973331590 140724973331720 140724973331720 140724973334478 0
/proc/21010/statm: 46200 40383 873 476 0 39522 0
Current children cumulated CPU time: 1.33 s
Current children cumulated vsize: 184800 KiB
Current children cumulated memory: 161532 KiB

[startup+3.10939 s]
/proc/loadavg: 2.00 2.03 1.96 3/187 21015
/proc/meminfo: memFree=9600640/32770624 swapFree=67108860/67108860
[pid=21010] ppid=21006 vsize=186124 memory=162812 CPUtime=2.94 cores=1,3,5,7
/proc/21010/stat : 21010 (cosoco) R 21006 21010 20721 0 -1 4202496 44657 0 0 0 289 5 0 0 20 0 1 0 61108873 190590976 40703 33554432000 4194304 6142532 140724973325728 140724973322520 5371803 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 37101568 140724973331590 140724973331720 140724973331720 140724973334478 0
/proc/21010/statm: 46531 40703 882 476 0 39853 0
Current children cumulated CPU time: 2.94 s
Current children cumulated vsize: 186124 KiB
Current children cumulated memory: 162812 KiB

[startup+6.30027 s]
/proc/loadavg: 2.00 2.03 1.96 3/187 21015
/proc/meminfo: memFree=9595804/32770624 swapFree=67108860/67108860
[pid=21010] ppid=21006 vsize=191948 memory=168664 CPUtime=6.13 cores=1,3,5,7
/proc/21010/stat : 21010 (cosoco) R 21006 21010 20721 0 -1 4202496 54564 0 0 0 607 6 0 0 20 0 1 0 61108873 196554752 42166 33554432000 4194304 6142532 140724973325728 140724973322600 5363580 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 37101568 140724973331590 140724973331720 140724973331720 140724973334478 0
/proc/21010/statm: 47987 42166 882 476 0 41309 0
Current children cumulated CPU time: 6.13 s
Current children cumulated vsize: 191948 KiB
Current children cumulated memory: 168664 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.03 1.96 3/187 21015
/proc/meminfo: memFree=9591260/32770624 swapFree=67108860/67108860
[pid=21010] ppid=21006 vsize=195820 memory=172504 CPUtime=12.53 cores=1,3,5,7
/proc/21010/stat : 21010 (cosoco) R 21006 21010 20721 0 -1 4202496 76266 0 0 0 1246 7 0 0 20 0 1 0 61108873 200519680 43126 33554432000 4194304 6142532 140724973325728 140724973322584 5363633 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 37101568 140724973331590 140724973331720 140724973331720 140724973334478 0
/proc/21010/statm: 48955 43126 882 476 0 42277 0
Current children cumulated CPU time: 12.53 s
Current children cumulated vsize: 195820 KiB
Current children cumulated memory: 172504 KiB

[startup+25.5003 s]
/proc/loadavg: 2.00 2.03 1.96 3/187 21015
/proc/meminfo: memFree=9590540/32770624 swapFree=67108860/67108860
[pid=21010] ppid=21006 vsize=196616 memory=173328 CPUtime=25.33 cores=1,3,5,7
/proc/21010/stat : 21010 (cosoco) R 21006 21010 20721 0 -1 4202496 102557 0 0 0 2524 9 0 0 20 0 1 0 61108873 201334784 43332 33554432000 4194304 6142532 140724973325728 140724973322536 5363652 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 37101568 140724973331590 140724973331720 140724973331720 140724973334478 0
/proc/21010/statm: 49154 43332 882 476 0 42476 0
Current children cumulated CPU time: 25.33 s
Current children cumulated vsize: 196616 KiB
Current children cumulated memory: 173328 KiB

[startup+51.1093 s]
/proc/loadavg: 2.00 2.02 1.96 3/187 21015
/proc/meminfo: memFree=9588836/32770624 swapFree=67108860/67108860
[pid=21010] ppid=21006 vsize=197940 memory=174696 CPUtime=50.93 cores=1,3,5,7
/proc/21010/stat : 21010 (cosoco) R 21006 21010 20721 0 -1 4202496 129434 0 0 0 5083 10 0 0 20 0 1 0 61108873 202690560 43674 33554432000 4194304 6142532 140724973325728 140724973322536 5366764 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 37101568 140724973331590 140724973331720 140724973331720 140724973334478 0
/proc/21010/statm: 49485 43674 882 476 0 42807 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 197940 KiB
Current children cumulated memory: 174696 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.02 1.96 3/187 21016
/proc/meminfo: memFree=9585440/32770624 swapFree=67108860/67108860
[pid=21010] ppid=21006 vsize=201012 memory=177664 CPUtime=102.11 cores=1,3,5,7
/proc/21010/stat : 21010 (cosoco) R 21006 21010 20721 0 -1 4202496 141191 0 0 0 10200 11 0 0 20 0 1 0 61108873 205836288 44416 33554432000 4194304 6142532 140724973325728 140724973322584 5372399 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 37101568 140724973331590 140724973331720 140724973331720 140724973334478 0
/proc/21010/statm: 50253 44416 882 476 0 43575 0
Current children cumulated CPU time: 102.11 s
Current children cumulated vsize: 201012 KiB
Current children cumulated memory: 177664 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/187 21017
/proc/meminfo: memFree=9579900/32770624 swapFree=67108860/67108860
[pid=21010] ppid=21006 vsize=206236 memory=182644 CPUtime=162.11 cores=1,3,5,7
/proc/21010/stat : 21010 (cosoco) R 21006 21010 20721 0 -1 4202496 147390 0 0 0 16199 12 0 0 20 0 1 0 61108873 211185664 45661 33554432000 4194304 6142532 140724973325728 140724973322440 5361248 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 37101568 140724973331590 140724973331720 140724973331720 140724973334478 0
/proc/21010/statm: 51559 45661 882 476 0 44881 0
Current children cumulated CPU time: 162.11 s
Current children cumulated vsize: 206236 KiB
Current children cumulated memory: 182644 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/187 21018
/proc/meminfo: memFree=9575640/32770624 swapFree=67108860/67108860
[pid=21010] ppid=21006 vsize=210648 memory=187336 CPUtime=222.11 cores=1,3,5,7
/proc/21010/stat : 21010 (cosoco) R 21006 21010 20721 0 -1 4202496 148912 0 0 0 22199 12 0 0 20 0 1 0 61108873 215703552 46834 33554432000 4194304 6142532 140724973325728 140724973322440 5363684 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 37101568 140724973331590 140724973331720 140724973331720 140724973334478 0
/proc/21010/statm: 52662 46834 882 476 0 45984 0
Current children cumulated CPU time: 222.11 s
Current children cumulated vsize: 210648 KiB
Current children cumulated memory: 187336 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/187 21019
/proc/meminfo: memFree=9564812/32770624 swapFree=67108860/67108860
[pid=21010] ppid=21006 vsize=221516 memory=198156 CPUtime=282.1 cores=1,3,5,7
/proc/21010/stat : 21010 (cosoco) R 21006 21010 20721 0 -1 4202496 152365 0 0 0 28198 12 0 0 20 0 1 0 61108873 226832384 49539 33554432000 4194304 6142532 140724973325728 140724973322552 5374065 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 37101568 140724973331590 140724973331720 140724973331720 140724973334478 0
/proc/21010/statm: 55379 49539 882 476 0 48701 0
Current children cumulated CPU time: 282.1 s
Current children cumulated vsize: 221516 KiB
Current children cumulated memory: 198156 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/187 21020
/proc/meminfo: memFree=9560368/32770624 swapFree=67108860/67108860
[pid=21010] ppid=21006 vsize=225116 memory=201816 CPUtime=342.09 cores=1,3,5,7
/proc/21010/stat : 21010 (cosoco) R 21006 21010 20721 0 -1 4202496 153869 0 0 0 34197 12 0 0 20 0 1 0 61108873 230518784 50454 33554432000 4194304 6142532 140724973325728 140724973322536 5363536 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 37101568 140724973331590 140724973331720 140724973331720 140724973334478 0
/proc/21010/statm: 56279 50454 882 476 0 49601 0
Current children cumulated CPU time: 342.09 s
Current children cumulated vsize: 225116 KiB
Current children cumulated memory: 201816 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/187 21021
/proc/meminfo: memFree=9558080/32770624 swapFree=67108860/67108860
[pid=21010] ppid=21006 vsize=227540 memory=204132 CPUtime=402.09 cores=1,3,5,7
/proc/21010/stat : 21010 (cosoco) R 21006 21010 20721 0 -1 4202496 154807 0 0 0 40197 12 0 0 20 0 1 0 61108873 233000960 51033 33554432000 4194304 6142532 140724973325728 140724973322536 5366713 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 37101568 140724973331590 140724973331720 140724973331720 140724973334478 0
/proc/21010/statm: 56885 51033 882 476 0 50207 0
Current children cumulated CPU time: 402.09 s
Current children cumulated vsize: 227540 KiB
Current children cumulated memory: 204132 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/187 21022
/proc/meminfo: memFree=9558252/32770624 swapFree=67108860/67108860
[pid=21010] ppid=21006 vsize=227540 memory=204220 CPUtime=462.08 cores=1,3,5,7
/proc/21010/stat : 21010 (cosoco) R 21006 21010 20721 0 -1 4202496 155142 0 0 0 46196 12 0 0 20 0 1 0 61108873 233000960 51055 33554432000 4194304 6142532 140724973325728 140724973322536 5363672 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 37101568 140724973331590 140724973331720 140724973331720 140724973334478 0
/proc/21010/statm: 56885 51055 882 476 0 50207 0
Current children cumulated CPU time: 462.08 s
Current children cumulated vsize: 227540 KiB
Current children cumulated memory: 204220 KiB


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

/proc/21010/statm: 59111 53292 882 476 0 52433 0
Current children cumulated CPU time: 1721.97 s
Current children cumulated vsize: 236444 KiB
Current children cumulated memory: 213168 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/188 21071
/proc/meminfo: memFree=9548016/32770624 swapFree=67108860/67108860
[pid=21010] ppid=21006 vsize=236444 memory=213168 CPUtime=1781.96 cores=1,3,5,7
/proc/21010/stat : 21010 (cosoco) R 21006 21010 20721 0 -1 4202496 163104 0 0 0 178184 12 0 0 20 0 1 0 61108873 242118656 53292 33554432000 4194304 6142532 140724973325728 140724973322392 5361313 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 37101568 140724973331590 140724973331720 140724973331720 140724973334478 0
/proc/21010/statm: 59111 53292 882 476 0 52433 0
Current children cumulated CPU time: 1781.96 s
Current children cumulated vsize: 236444 KiB
Current children cumulated memory: 213168 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/189 21095
/proc/meminfo: memFree=9546364/32770624 swapFree=67108860/67108860
[pid=21010] ppid=21006 vsize=236444 memory=213168 CPUtime=1841.96 cores=1,3,5,7
/proc/21010/stat : 21010 (cosoco) R 21006 21010 20721 0 -1 4202496 163418 0 0 0 184184 12 0 0 20 0 1 0 61108873 242118656 53292 33554432000 4194304 6142532 140724973325728 140724973322392 5175273 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 37101568 140724973331590 140724973331720 140724973331720 140724973334478 0
/proc/21010/statm: 59111 53292 882 476 0 52433 0
Current children cumulated CPU time: 1841.96 s
Current children cumulated vsize: 236444 KiB
Current children cumulated memory: 213168 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/189 21096
/proc/meminfo: memFree=9546528/32770624 swapFree=67108860/67108860
[pid=21010] ppid=21006 vsize=236444 memory=213168 CPUtime=1901.95 cores=1,3,5,7
/proc/21010/stat : 21010 (cosoco) R 21006 21010 20721 0 -1 4202496 163716 0 0 0 190183 12 0 0 20 0 1 0 61108873 242118656 53292 33554432000 4194304 6142532 140724973325728 140724973322392 5139128 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 37101568 140724973331590 140724973331720 140724973331720 140724973334478 0
/proc/21010/statm: 59111 53292 882 476 0 52433 0
Current children cumulated CPU time: 1901.95 s
Current children cumulated vsize: 236444 KiB
Current children cumulated memory: 213168 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/189 21097
/proc/meminfo: memFree=9546688/32770624 swapFree=67108860/67108860
[pid=21010] ppid=21006 vsize=236444 memory=213168 CPUtime=1961.95 cores=1,3,5,7
/proc/21010/stat : 21010 (cosoco) R 21006 21010 20721 0 -1 4202496 164044 0 0 0 196183 12 0 0 20 0 1 0 61108873 242118656 53292 33554432000 4194304 6142532 140724973325728 140724973322392 139875640212312 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 37101568 140724973331590 140724973331720 140724973331720 140724973334478 0
/proc/21010/statm: 59111 53292 882 476 0 52433 0
Current children cumulated CPU time: 1961.95 s
Current children cumulated vsize: 236444 KiB
Current children cumulated memory: 213168 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/189 21098
/proc/meminfo: memFree=9546984/32770624 swapFree=67108860/67108860
[pid=21010] ppid=21006 vsize=236444 memory=213168 CPUtime=2021.94 cores=1,3,5,7
/proc/21010/stat : 21010 (cosoco) R 21006 21010 20721 0 -1 4202496 164352 0 0 0 202182 12 0 0 20 0 1 0 61108873 242118656 53292 33554432000 4194304 6142532 140724973325728 140724973322392 5140172 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 37101568 140724973331590 140724973331720 140724973331720 140724973334478 0
/proc/21010/statm: 59111 53292 882 476 0 52433 0
Current children cumulated CPU time: 2021.94 s
Current children cumulated vsize: 236444 KiB
Current children cumulated memory: 213168 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/188 21099
/proc/meminfo: memFree=9547064/32770624 swapFree=67108860/67108860
[pid=21010] ppid=21006 vsize=236444 memory=213168 CPUtime=2081.94 cores=1,3,5,7
/proc/21010/stat : 21010 (cosoco) R 21006 21010 20721 0 -1 4202496 164662 0 0 0 208182 12 0 0 20 0 1 0 61108873 242118656 53292 33554432000 4194304 6142532 140724973325728 140724973322392 5175264 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 37101568 140724973331590 140724973331720 140724973331720 140724973334478 0
/proc/21010/statm: 59111 53292 882 476 0 52433 0
Current children cumulated CPU time: 2081.94 s
Current children cumulated vsize: 236444 KiB
Current children cumulated memory: 213168 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/187 21100
/proc/meminfo: memFree=9547008/32770624 swapFree=67108860/67108860
[pid=21010] ppid=21006 vsize=236444 memory=213168 CPUtime=2141.93 cores=1,3,5,7
/proc/21010/stat : 21010 (cosoco) R 21006 21010 20721 0 -1 4202496 164973 0 0 0 214181 12 0 0 20 0 1 0 61108873 242118656 53292 33554432000 4194304 6142532 140724973325728 140724973322392 5366673 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 37101568 140724973331590 140724973331720 140724973331720 140724973334478 0
/proc/21010/statm: 59111 53292 882 476 0 52433 0
Current children cumulated CPU time: 2141.93 s
Current children cumulated vsize: 236444 KiB
Current children cumulated memory: 213168 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/187 21101
/proc/meminfo: memFree=9546948/32770624 swapFree=67108860/67108860
[pid=21010] ppid=21006 vsize=236444 memory=213168 CPUtime=2201.93 cores=1,3,5,7
/proc/21010/stat : 21010 (cosoco) R 21006 21010 20721 0 -1 4202496 165285 0 0 0 220180 13 0 0 20 0 1 0 61108873 242118656 53292 33554432000 4194304 6142532 140724973325728 140724973322392 5361232 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 37101568 140724973331590 140724973331720 140724973331720 140724973334478 0
/proc/21010/statm: 59111 53292 882 476 0 52433 0
Current children cumulated CPU time: 2201.93 s
Current children cumulated vsize: 236444 KiB
Current children cumulated memory: 213168 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/187 21102
/proc/meminfo: memFree=9547012/32770624 swapFree=67108860/67108860
[pid=21010] ppid=21006 vsize=236444 memory=213168 CPUtime=2261.93 cores=1,3,5,7
/proc/21010/stat : 21010 (cosoco) R 21006 21010 20721 0 -1 4202496 165593 0 0 0 226180 13 0 0 20 0 1 0 61108873 242118656 53292 33554432000 4194304 6142532 140724973325728 140724973322392 5175264 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 37101568 140724973331590 140724973331720 140724973331720 140724973334478 0
/proc/21010/statm: 59111 53292 882 476 0 52433 0
Current children cumulated CPU time: 2261.93 s
Current children cumulated vsize: 236444 KiB
Current children cumulated memory: 213168 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/187 21103
/proc/meminfo: memFree=9547080/32770624 swapFree=67108860/67108860
[pid=21010] ppid=21006 vsize=236444 memory=213168 CPUtime=2321.92 cores=1,3,5,7
/proc/21010/stat : 21010 (cosoco) R 21006 21010 20721 0 -1 4202496 165905 0 0 0 232179 13 0 0 20 0 1 0 61108873 242118656 53292 33554432000 4194304 6142532 140724973325728 140724973322392 5372476 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 37101568 140724973331590 140724973331720 140724973331720 140724973334478 0
/proc/21010/statm: 59111 53292 882 476 0 52433 0
Current children cumulated CPU time: 2321.92 s
Current children cumulated vsize: 236444 KiB
Current children cumulated memory: 213168 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/189 21113
/proc/meminfo: memFree=9546740/32770624 swapFree=67108860/67108860
[pid=21010] ppid=21006 vsize=236444 memory=213168 CPUtime=2381.92 cores=1,3,5,7
/proc/21010/stat : 21010 (cosoco) R 21006 21010 20721 0 -1 4202496 166216 0 0 0 238179 13 0 0 20 0 1 0 61108873 242118656 53292 33554432000 4194304 6142532 140724973325728 140724973322392 5363509 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 37101568 140724973331590 140724973331720 140724973331720 140724973334478 0
/proc/21010/statm: 59111 53292 882 476 0 52433 0
Current children cumulated CPU time: 2381.92 s
Current children cumulated vsize: 236444 KiB
Current children cumulated memory: 213168 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/189 21114
/proc/meminfo: memFree=9547176/32770624 swapFree=67108860/67108860
[pid=21010] ppid=21006 vsize=236444 memory=213168 CPUtime=2441.91 cores=1,3,5,7
/proc/21010/stat : 21010 (cosoco) R 21006 21010 20721 0 -1 4202496 166527 0 0 0 244178 13 0 0 20 0 1 0 61108873 242118656 53292 33554432000 4194304 6142532 140724973325728 140724973322392 5170056 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 37101568 140724973331590 140724973331720 140724973331720 140724973334478 0
/proc/21010/statm: 59111 53292 882 476 0 52433 0
Current children cumulated CPU time: 2441.91 s
Current children cumulated vsize: 236444 KiB
Current children cumulated memory: 213168 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/189 21115
/proc/meminfo: memFree=9547684/32770624 swapFree=67108860/67108860
[pid=21010] ppid=21006 vsize=236444 memory=213168 CPUtime=2501.91 cores=1,3,5,7
/proc/21010/stat : 21010 (cosoco) R 21006 21010 20721 0 -1 4202496 166838 0 0 0 250178 13 0 0 20 0 1 0 61108873 242118656 53292 33554432000 4194304 6142532 140724973325728 140724973322392 5361196 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 37101568 140724973331590 140724973331720 140724973331720 140724973334478 0
/proc/21010/statm: 59111 53292 882 476 0 52433 0
Current children cumulated CPU time: 2501.91 s
Current children cumulated vsize: 236444 KiB
Current children cumulated memory: 213168 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 1.97 3/189 21115
/proc/meminfo: memFree=9547684/32770624 swapFree=67108860/67108860
[pid=21010] ppid=21006 vsize=236444 memory=213168 CPUtime=2519.62 cores=1,3,5,7
/proc/21010/stat : 21010 (cosoco) R 21006 21010 20721 0 -1 4202496 167065 0 0 0 251949 13 0 0 20 0 1 0 61108873 242118656 53292 33554432000 4194304 6142532 140724973325728 140724973322392 5361287 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 37101568 140724973331590 140724973331720 140724973331720 140724973334478 0
/proc/21010/statm: 59111 53292 882 476 0 52433 0
Current children cumulated CPU time: 2519.62 s
Current children cumulated vsize: 236444 KiB
Current children cumulated memory: 213168 KiB

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

[startup+2520.01 s]
# the end of solver process 21010 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.49 s, system=0.131988 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.62
CPU user time (s): 2519.49
CPU system time (s): 0.131988
CPU usage (%): 99.9846
Max. virtual memory (cumulated for all children) (KiB): 236444
Max. memory (cumulated for all children) (KiB): 213168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.49
system time used= 0.131988
maximum resident set size= 213236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 167114
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= 27
involuntary context switches= 846


# summary of solver processes directly reported to runsolver:
#   pid: 21010
#   total CPU time (s): 2519.62
#   total CPU user time (s): 2519.49
#   total CPU system time (s): 0.131988

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.61225 second user time and 16.7751 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-24 14:31:00
IDJOB=4294282
IDBENCH=141352
IDSOLVER=2752
FILE ID=node106/4294282-1532435460
RUNJOBID= node106-1532432876-20753
PBS_JOBID= 21021578
Free space on /tmp= 46620 MiB

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

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

MD5SUM BENCH= 90ad9fa5946247c0fa0335207c2f2744
RANDOM SEED=1122633441

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:         9763092 kB
MemAvailable:   31937756 kB
Buffers:          277020 kB
Cached:         21798424 kB
SwapCached:            0 kB
Active:          2179808 kB
Inactive:       19951704 kB
Active(anon):      58496 kB
Inactive(anon):    17040 kB
Active(file):    2121312 kB
Inactive(file): 19934664 kB
Unevictable:        6964 kB
Mlocked:            6964 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              5384 kB
Writeback:            16 kB
AnonPages:         62576 kB
Mapped:            38552 kB
Shmem:             17036 kB
Slab:             574192 kB
SReclaimable:     547148 kB
SUnreclaim:        27044 kB
KernelStack:        3232 kB
PageTables:         5128 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     317828 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 15:13:00