Trace number 4409116

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 2.0? (TO) 2400.01 2400.11

General information on the benchmark

NameBinPacking/
BinPacking-mdd-fu/BinPacking-mdd-fu1000-02.xml
MD5SUM81a54afd524339631fcda48b56d1b2da
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4061
Number of constraints583
Number of domains2
Minimum domain size82
Maximum domain size581
Distribution of domain sizes[{"size":82,"count":4060},{"size":581,"count":1}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":3480},{"degree":4,"count":580}]
Minimum constraint arity7
Maximum constraint arity4060
Distribution of constraint arities[{"arity":7,"count":580},{"arity":581,"count":1},{"arity":4060,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":580},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.09/0.19	c Create Cardinality(vars,values,occurs) constraint using 4060 Exactly/AtMost.. constraint 
0.09/0.19	c
2400.00/2400.11	c
2400.00/2400.11	c This is cosoco 2.00 --  
2400.00/2400.11	c
2400.00/2400.11	c command line: cosoco -lc -model -restarts -stick HOME/instance-4409116-1569812408.xml 
2400.00/2400.11	c enable optimization
2400.00/2400.11	c ========================================[ Problem Statistics ]===========================================
2400.00/2400.11	c |                                                                                                       
2400.00/2400.11	c |  Parse time        :         0.24 s 
2400.00/2400.11	c |
2400.00/2400.11	c |               Variables: 4061
2400.00/2400.11	c |            Domain Sizes: 82..581
2400.00/2400.11	c |
2400.00/2400.11	c |             Constraints: 1243
2400.00/2400.11	c |                   Arity: 1..4060  -- Unary: 1
2400.00/2400.11	c | 
2400.00/2400.11	c |                   Types: 
2400.00/2400.11	c |                          Exactly K: 82
2400.00/2400.11	c |                          Exactly K variable: 1
2400.00/2400.11	c |                          Intension: 1
2400.00/2400.11	c |                          Lex: 579
2400.00/2400.11	c |                          MDD: 580
2400.00/2400.11	c |                          
2400.00/2400.11	c |               Objective: Maximize Intension
2400.00/2400.11	
2400.00/2400.11	c =========================================================================================================
2400.00/2400.11	
2400.00/2400.11	c *** INTERRUPTED ***
2400.00/2400.11	c call to solver        : 0
2400.00/2400.11	c
2400.00/2400.11	c restarts              : 2           
2400.00/2400.11	c conflicts             : 251          (0 /sec)
2400.00/2400.11	c decisions             : 6223         (3 /sec)
2400.00/2400.11	c propagations          : 7664617     (3194 /sec)
2400.00/2400.11	c root propagations     : 209960      
2400.00/2400.11	c filter calls          : 7810585        (3255 /sec)
2400.00/2400.11	c useless filter calls  : 7656239        (98 %)
2400.00/2400.11	c Memory used           : 131.24 MB
2400.00/2400.11	c Best bound time (wc)  : -1.56981e+09 s
2400.00/2400.11	c CPU time              : 2399.89 s
2400.00/2400.11	c real time             : 2400.11 s
2400.00/2400.11	
2400.00/2400.11	c No Bound found!
2400.00/2400.11	
2400.00/2400.11	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 (15279 MiB free)
  memory of node 1: 16384 MiB (15449 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4409116-1569812408/watcher-4409116-1569812408 -o /tmp/evaluation-result-4409116-1569812408/solver-4409116-1569812408 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node117-1569787349-13106 --watchdog 2560 cosoco -lc -model -restarts -stick HOME/instance-4409116-1569812408.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=17532, runsolver pid=17529

[startup+0.100166 s]*
/proc/loadavg: 2.00 2.02 2.05 3/199 17533
/proc/meminfo: memFree=31442552/32770624 swapFree=66974988/67108860
[pid=17532] ppid=17529 vsize=51116 memory=26956 CPUtime=0.09 cores=1,3,5,7
/proc/17532/stat : 17532 (cosoco) R 17529 17532 13074 0 -1 4202496 7213 0 0 0 9 0 0 0 20 0 1 0 557182542 52342784 6739 33554432000 4194304 6211132 140726549656032 140726549652568 5874208 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 31383552 140726549664779 140726549664881 140726549664881 140726549667790 0
/proc/17532/statm: 12779 6739 809 493 0 6084 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 51116 KiB
Current children cumulated memory: 26956 KiB

[startup+0.209636 s]*
/proc/loadavg: 2.00 2.02 2.05 3/199 17533
/proc/meminfo: memFree=31414808/32770624 swapFree=66974988/67108860
[pid=17532] ppid=17529 vsize=90332 memory=65132 CPUtime=0.21 cores=1,3,5,7
/proc/17532/stat : 17532 (cosoco) R 17529 17532 13074 0 -1 4202496 17553 0 0 0 19 2 0 0 20 0 1 0 557182542 92499968 16283 33554432000 4194304 6211132 140726549656032 140726549652568 140595319245797 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 31383552 140726549664779 140726549664881 140726549664881 140726549667790 0
/proc/17532/statm: 22583 16283 868 493 0 15888 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 90332 KiB
Current children cumulated memory: 65132 KiB

[startup+0.309668 s]*
/proc/loadavg: 2.00 2.02 2.05 3/199 17533
/proc/meminfo: memFree=31401824/32770624 swapFree=66974988/67108860
[pid=17532] ppid=17529 vsize=91720 memory=67476 CPUtime=0.31 cores=1,3,5,7
/proc/17532/stat : 17532 (cosoco) R 17529 17532 13074 0 -1 4202496 18511 0 0 0 29 2 0 0 20 0 1 0 557182542 93921280 16869 33554432000 4194304 6211132 140726549656032 140726549652568 5136343 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 31383552 140726549664779 140726549664881 140726549664881 140726549667790 0
/proc/17532/statm: 22930 16869 876 493 0 16235 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 91720 KiB
Current children cumulated memory: 67476 KiB

[startup+0.700412 s]
/proc/loadavg: 2.00 2.02 2.05 3/199 17533
/proc/meminfo: memFree=31401824/32770624 swapFree=66974988/67108860
[pid=17532] ppid=17529 vsize=91720 memory=67476 CPUtime=0.69 cores=1,3,5,7
/proc/17532/stat : 17532 (cosoco) R 17529 17532 13074 0 -1 4202496 18511 0 0 0 67 2 0 0 20 0 1 0 557182542 93921280 16869 33554432000 4194304 6211132 140726549656032 140726549652568 5250304 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 31383552 140726549664779 140726549664881 140726549664881 140726549667790 0
/proc/17532/statm: 22930 16869 876 493 0 16235 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 91720 KiB
Current children cumulated memory: 67476 KiB

[startup+1.50041 s]
/proc/loadavg: 2.00 2.02 2.05 3/199 17533
/proc/meminfo: memFree=31401824/32770624 swapFree=66974988/67108860
[pid=17532] ppid=17529 vsize=91720 memory=67476 CPUtime=1.49 cores=1,3,5,7
/proc/17532/stat : 17532 (cosoco) R 17529 17532 13074 0 -1 4202496 18511 0 0 0 147 2 0 0 20 0 1 0 557182542 93921280 16869 33554432000 4194304 6211132 140726549656032 140726549654296 5250321 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 31383552 140726549664779 140726549664881 140726549664881 140726549667790 0
/proc/17532/statm: 22930 16869 876 493 0 16235 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 91720 KiB
Current children cumulated memory: 67476 KiB

[startup+3.10966 s]
/proc/loadavg: 2.00 2.02 2.05 3/199 17533
/proc/meminfo: memFree=31401876/32770624 swapFree=66974988/67108860
[pid=17532] ppid=17529 vsize=91720 memory=67616 CPUtime=3.1 cores=1,3,5,7
/proc/17532/stat : 17532 (cosoco) R 17529 17532 13074 0 -1 4202496 25418 0 0 0 308 2 0 0 20 0 1 0 557182542 93921280 16904 33554432000 4194304 6211132 140726549656032 140726549654296 5250321 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 31383552 140726549664779 140726549664881 140726549664881 140726549667790 0
/proc/17532/statm: 22930 16904 909 493 0 16235 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 91720 KiB
Current children cumulated memory: 67616 KiB

[startup+6.3004 s]
/proc/loadavg: 2.00 2.02 2.05 3/199 17533
/proc/meminfo: memFree=31401728/32770624 swapFree=66974988/67108860
[pid=17532] ppid=17529 vsize=91720 memory=67616 CPUtime=6.28 cores=1,3,5,7
/proc/17532/stat : 17532 (cosoco) R 17529 17532 13074 0 -1 4202496 32902 0 0 0 626 2 0 0 20 0 1 0 557182542 93921280 16904 33554432000 4194304 6211132 140726549656032 140726549654296 5250304 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 31383552 140726549664779 140726549664881 140726549664881 140726549667790 0
/proc/17532/statm: 22930 16904 909 493 0 16235 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 91720 KiB
Current children cumulated memory: 67616 KiB

[startup+12.7004 s]
/proc/loadavg: 2.00 2.02 2.05 3/200 17535
/proc/meminfo: memFree=31401048/32770624 swapFree=66974988/67108860
[pid=17532] ppid=17529 vsize=91720 memory=67616 CPUtime=12.69 cores=1,3,5,7
/proc/17532/stat : 17532 (cosoco) R 17529 17532 13074 0 -1 4202496 41264 0 0 0 1266 3 0 0 20 0 1 0 557182542 93921280 16904 33554432000 4194304 6211132 140726549656032 140726549654296 5250304 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 31383552 140726549664779 140726549664881 140726549664881 140726549667790 0
/proc/17532/statm: 22930 16904 909 493 0 16235 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 91720 KiB
Current children cumulated memory: 67616 KiB

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 17535
/proc/meminfo: memFree=31401064/32770624 swapFree=66974988/67108860
[pid=17532] ppid=17529 vsize=91720 memory=67624 CPUtime=25.49 cores=1,3,5,7
/proc/17532/stat : 17532 (cosoco) R 17529 17532 13074 0 -1 4202496 58865 0 0 0 2545 4 0 0 20 0 1 0 557182542 93921280 16906 33554432000 4194304 6211132 140726549656032 140726549654296 5250319 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 31383552 140726549664779 140726549664881 140726549664881 140726549667790 0
/proc/17532/statm: 22930 16906 911 493 0 16235 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 91720 KiB
Current children cumulated memory: 67624 KiB

[startup+51.1098 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 17544
/proc/meminfo: memFree=31398352/32770624 swapFree=66974988/67108860
[pid=17532] ppid=17529 vsize=94228 memory=70044 CPUtime=51.1 cores=1,3,5,7
/proc/17532/stat : 17532 (cosoco) R 17529 17532 13074 0 -1 4202496 73792 0 0 0 5104 6 0 0 20 0 1 0 557182542 96489472 17511 33554432000 4194304 6211132 140726549656032 140726549653432 5136288 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 31383552 140726549664779 140726549664881 140726549664881 140726549667790 0
/proc/17532/statm: 23557 17511 911 493 0 16862 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 94228 KiB
Current children cumulated memory: 70044 KiB

[startup+102.3 s]
/proc/loadavg: 1.87 1.98 2.03 3/202 17634
/proc/meminfo: memFree=31388380/32770624 swapFree=66974988/67108860
[pid=17532] ppid=17529 vsize=109508 memory=85424 CPUtime=102.27 cores=1,3,5,7
/proc/17532/stat : 17532 (cosoco) R 17529 17532 13074 0 -1 4202496 87452 0 0 0 10218 9 0 0 20 0 1 0 557182542 112136192 21356 33554432000 4194304 6211132 140726549656032 140726549653432 5250321 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 31383552 140726549664779 140726549664881 140726549664881 140726549667790 0
/proc/17532/statm: 27377 21356 911 493 0 20682 0
Current children cumulated CPU time: 102.27 s
Current children cumulated vsize: 109508 KiB
Current children cumulated memory: 85424 KiB

[startup+162.3 s]
/proc/loadavg: 1.95 1.99 2.03 3/201 17638
/proc/meminfo: memFree=31376112/32770624 swapFree=66974988/67108860
[pid=17532] ppid=17529 vsize=122444 memory=98128 CPUtime=162.27 cores=1,3,5,7
/proc/17532/stat : 17532 (cosoco) R 17529 17532 13074 0 -1 4202496 90732 0 0 0 16217 10 0 0 20 0 1 0 557182542 125382656 24532 33554432000 4194304 6211132 140726549656032 140726549653288 5022916 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 31383552 140726549664779 140726549664881 140726549664881 140726549667790 0
/proc/17532/statm: 30611 24532 911 493 0 23916 0
Current children cumulated CPU time: 162.27 s
Current children cumulated vsize: 122444 KiB
Current children cumulated memory: 98128 KiB

[startup+222.3 s]
/proc/loadavg: 1.98 1.99 2.03 3/201 17642
/proc/meminfo: memFree=31376496/32770624 swapFree=66974988/67108860
[pid=17532] ppid=17529 vsize=122444 memory=98248 CPUtime=222.27 cores=1,3,5,7
/proc/17532/stat : 17532 (cosoco) R 17529 17532 13074 0 -1 4202496 90830 0 0 0 22217 10 0 0 20 0 1 0 557182542 125382656 24562 33554432000 4194304 6211132 140726549656032 140726549653288 5250321 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 31383552 140726549664779 140726549664881 140726549664881 140726549667790 0
/proc/17532/statm: 30611 24562 911 493 0 23916 0
Current children cumulated CPU time: 222.27 s
Current children cumulated vsize: 122444 KiB
Current children cumulated memory: 98248 KiB

[startup+282.3 s]
/proc/loadavg: 1.99 1.99 2.03 3/202 17648
/proc/meminfo: memFree=31376344/32770624 swapFree=66974988/67108860
[pid=17532] ppid=17529 vsize=122444 memory=98248 CPUtime=282.27 cores=1,3,5,7
/proc/17532/stat : 17532 (cosoco) R 17529 17532 13074 0 -1 4202496 90928 0 0 0 28217 10 0 0 20 0 1 0 557182542 125382656 24562 33554432000 4194304 6211132 140726549656032 140726549653288 5136343 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 31383552 140726549664779 140726549664881 140726549664881 140726549667790 0
/proc/17532/statm: 30611 24562 911 493 0 23916 0
Current children cumulated CPU time: 282.27 s
Current children cumulated vsize: 122444 KiB
Current children cumulated memory: 98248 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/200 17652
/proc/meminfo: memFree=31376004/32770624 swapFree=66974988/67108860
[pid=17532] ppid=17529 vsize=122444 memory=98248 CPUtime=342.27 cores=1,3,5,7
/proc/17532/stat : 17532 (cosoco) R 17529 17532 13074 0 -1 4202496 91026 0 0 0 34217 10 0 0 20 0 1 0 557182542 125382656 24562 33554432000 4194304 6211132 140726549656032 140726549653288 5250304 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 31383552 140726549664779 140726549664881 140726549664881 140726549667790 0
/proc/17532/statm: 30611 24562 911 493 0 23916 0
Current children cumulated CPU time: 342.27 s
Current children cumulated vsize: 122444 KiB
Current children cumulated memory: 98248 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/199 17656
/proc/meminfo: memFree=31376712/32770624 swapFree=66974988/67108860
[pid=17532] ppid=17529 vsize=122444 memory=98248 CPUtime=402.27 cores=1,3,5,7
/proc/17532/stat : 17532 (cosoco) R 17529 17532 13074 0 -1 4202496 91124 0 0 0 40217 10 0 0 20 0 1 0 557182542 125382656 24562 33554432000 4194304 6211132 140726549656032 140726549653288 5250311 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 31383552 140726549664779 140726549664881 140726549664881 140726549667790 0
/proc/17532/statm: 30611 24562 911 493 0 23916 0
Current children cumulated CPU time: 402.27 s
Current children cumulated vsize: 122444 KiB
Current children cumulated memory: 98248 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/200 17662
/proc/meminfo: memFree=31376056/32770624 swapFree=66974988/67108860
[pid=17532] ppid=17529 vsize=122444 memory=98248 CPUtime=462.26 cores=1,3,5,7
/proc/17532/stat : 17532 (cosoco) R 17529 17532 13074 0 -1 4202496 91221 0 0 0 46216 10 0 0 20 0 1 0 557182542 125382656 24562 33554432000 4194304 6211132 140726549656032 140726549653288 5250304 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 31383552 140726549664779 140726549664881 140726549664881 140726549667790 0
/proc/17532/statm: 30611 24562 911 493 0 23916 0
Current children cumulated CPU time: 462.26 s
Current children cumulated vsize: 122444 KiB
Current children cumulated memory: 98248 KiB


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

/proc/17532/statm: 33597 27571 911 493 0 26902 0
Current children cumulated CPU time: 1662.22 s
Current children cumulated vsize: 134388 KiB
Current children cumulated memory: 110284 KiB

[startup+1722.3 s]
/proc/loadavg: 2.01 2.06 2.06 3/200 17779
/proc/meminfo: memFree=31362624/32770624 swapFree=66974988/67108860
[pid=17532] ppid=17529 vsize=134388 memory=110284 CPUtime=1722.21 cores=1,3,5,7
/proc/17532/stat : 17532 (cosoco) R 17529 17532 13074 0 -1 4202496 95859 0 0 0 172210 11 0 0 20 0 1 0 557182542 137613312 27571 33554432000 4194304 6211132 140726549656032 140726549653432 5250304 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 31383552 140726549664779 140726549664881 140726549664881 140726549667790 0
/proc/17532/statm: 33597 27571 911 493 0 26902 0
Current children cumulated CPU time: 1722.21 s
Current children cumulated vsize: 134388 KiB
Current children cumulated memory: 110284 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.05 2.05 3/199 17783
/proc/meminfo: memFree=31361996/32770624 swapFree=66974988/67108860
[pid=17532] ppid=17529 vsize=134388 memory=110284 CPUtime=1782.21 cores=1,3,5,7
/proc/17532/stat : 17532 (cosoco) R 17529 17532 13074 0 -1 4202496 95906 0 0 0 178210 11 0 0 20 0 1 0 557182542 137613312 27571 33554432000 4194304 6211132 140726549656032 140726549653432 5250321 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 31383552 140726549664779 140726549664881 140726549664881 140726549667790 0
/proc/17532/statm: 33597 27571 911 493 0 26902 0
Current children cumulated CPU time: 1782.21 s
Current children cumulated vsize: 134388 KiB
Current children cumulated memory: 110284 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/200 17795
/proc/meminfo: memFree=31362256/32770624 swapFree=66974988/67108860
[pid=17532] ppid=17529 vsize=134388 memory=110284 CPUtime=1842.22 cores=1,3,5,7
/proc/17532/stat : 17532 (cosoco) R 17529 17532 13074 0 -1 4202496 96012 0 0 0 184210 12 0 0 20 0 1 0 557182542 137613312 27571 33554432000 4194304 6211132 140726549656032 140726549653432 5250304 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 31383552 140726549664779 140726549664881 140726549664881 140726549667790 0
/proc/17532/statm: 33597 27571 911 493 0 26902 0
Current children cumulated CPU time: 1842.22 s
Current children cumulated vsize: 134388 KiB
Current children cumulated memory: 110284 KiB

[startup+1902.3 s]
/proc/loadavg: 2.05 2.05 2.05 3/201 17801
/proc/meminfo: memFree=31361760/32770624 swapFree=66974988/67108860
[pid=17532] ppid=17529 vsize=134388 memory=110284 CPUtime=1902.21 cores=1,3,5,7
/proc/17532/stat : 17532 (cosoco) R 17529 17532 13074 0 -1 4202496 96101 0 0 0 190209 12 0 0 20 0 1 0 557182542 137613312 27571 33554432000 4194304 6211132 140726549656032 140726549653432 5250304 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 31383552 140726549664779 140726549664881 140726549664881 140726549667790 0
/proc/17532/statm: 33597 27571 911 493 0 26902 0
Current children cumulated CPU time: 1902.21 s
Current children cumulated vsize: 134388 KiB
Current children cumulated memory: 110284 KiB

[startup+1962.3 s]
/proc/loadavg: 2.02 2.04 2.05 3/200 17805
/proc/meminfo: memFree=31362148/32770624 swapFree=66974988/67108860
[pid=17532] ppid=17529 vsize=134388 memory=110284 CPUtime=1962.21 cores=1,3,5,7
/proc/17532/stat : 17532 (cosoco) R 17529 17532 13074 0 -1 4202496 96183 0 0 0 196209 12 0 0 20 0 1 0 557182542 137613312 27571 33554432000 4194304 6211132 140726549656032 140726549653432 5250304 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 31383552 140726549664779 140726549664881 140726549664881 140726549667790 0
/proc/17532/statm: 33597 27571 911 493 0 26902 0
Current children cumulated CPU time: 1962.21 s
Current children cumulated vsize: 134388 KiB
Current children cumulated memory: 110284 KiB

[startup+2022.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/200 17809
/proc/meminfo: memFree=31362740/32770624 swapFree=66974988/67108860
[pid=17532] ppid=17529 vsize=134388 memory=110284 CPUtime=2022.21 cores=1,3,5,7
/proc/17532/stat : 17532 (cosoco) R 17529 17532 13074 0 -1 4202496 96265 0 0 0 202209 12 0 0 20 0 1 0 557182542 137613312 27571 33554432000 4194304 6211132 140726549656032 140726549653432 5250304 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 31383552 140726549664779 140726549664881 140726549664881 140726549667790 0
/proc/17532/statm: 33597 27571 911 493 0 26902 0
Current children cumulated CPU time: 2022.21 s
Current children cumulated vsize: 134388 KiB
Current children cumulated memory: 110284 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/201 17815
/proc/meminfo: memFree=31361596/32770624 swapFree=66974988/67108860
[pid=17532] ppid=17529 vsize=134388 memory=110284 CPUtime=2082.21 cores=1,3,5,7
/proc/17532/stat : 17532 (cosoco) R 17529 17532 13074 0 -1 4202496 96347 0 0 0 208209 12 0 0 20 0 1 0 557182542 137613312 27571 33554432000 4194304 6211132 140726549656032 140726549653432 5250321 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 31383552 140726549664779 140726549664881 140726549664881 140726549667790 0
/proc/17532/statm: 33597 27571 911 493 0 26902 0
Current children cumulated CPU time: 2082.21 s
Current children cumulated vsize: 134388 KiB
Current children cumulated memory: 110284 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/199 17819
/proc/meminfo: memFree=31361592/32770624 swapFree=66974988/67108860
[pid=17532] ppid=17529 vsize=134388 memory=110284 CPUtime=2142.2 cores=1,3,5,7
/proc/17532/stat : 17532 (cosoco) R 17529 17532 13074 0 -1 4202496 96426 0 0 0 214208 12 0 0 20 0 1 0 557182542 137613312 27571 33554432000 4194304 6211132 140726549656032 140726549653432 5250304 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 31383552 140726549664779 140726549664881 140726549664881 140726549667790 0
/proc/17532/statm: 33597 27571 911 493 0 26902 0
Current children cumulated CPU time: 2142.2 s
Current children cumulated vsize: 134388 KiB
Current children cumulated memory: 110284 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/199 17823
/proc/meminfo: memFree=31362560/32770624 swapFree=66974988/67108860
[pid=17532] ppid=17529 vsize=134388 memory=110284 CPUtime=2202.2 cores=1,3,5,7
/proc/17532/stat : 17532 (cosoco) R 17529 17532 13074 0 -1 4202496 96505 0 0 0 220208 12 0 0 20 0 1 0 557182542 137613312 27571 33554432000 4194304 6211132 140726549656032 140726549653432 5250304 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 31383552 140726549664779 140726549664881 140726549664881 140726549667790 0
/proc/17532/statm: 33597 27571 911 493 0 26902 0
Current children cumulated CPU time: 2202.2 s
Current children cumulated vsize: 134388 KiB
Current children cumulated memory: 110284 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 17829
/proc/meminfo: memFree=31361756/32770624 swapFree=66974988/67108860
[pid=17532] ppid=17529 vsize=134388 memory=110284 CPUtime=2262.2 cores=1,3,5,7
/proc/17532/stat : 17532 (cosoco) R 17529 17532 13074 0 -1 4202496 96584 0 0 0 226208 12 0 0 20 0 1 0 557182542 137613312 27571 33554432000 4194304 6211132 140726549656032 140726549653432 5250321 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 31383552 140726549664779 140726549664881 140726549664881 140726549667790 0
/proc/17532/statm: 33597 27571 911 493 0 26902 0
Current children cumulated CPU time: 2262.2 s
Current children cumulated vsize: 134388 KiB
Current children cumulated memory: 110284 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 17833
/proc/meminfo: memFree=31361884/32770624 swapFree=66974988/67108860
[pid=17532] ppid=17529 vsize=134388 memory=110284 CPUtime=2322.19 cores=1,3,5,7
/proc/17532/stat : 17532 (cosoco) R 17529 17532 13074 0 -1 4202496 96634 0 0 0 232207 12 0 0 20 0 1 0 557182542 137613312 27571 33554432000 4194304 6211132 140726549656032 140726549653432 5250304 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 31383552 140726549664779 140726549664881 140726549664881 140726549667790 0
/proc/17532/statm: 33597 27571 911 493 0 26902 0
Current children cumulated CPU time: 2322.19 s
Current children cumulated vsize: 134388 KiB
Current children cumulated memory: 110284 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 17837
/proc/meminfo: memFree=31362776/32770624 swapFree=66974988/67108860
[pid=17532] ppid=17529 vsize=134388 memory=110284 CPUtime=2382.19 cores=1,3,5,7
/proc/17532/stat : 17532 (cosoco) R 17529 17532 13074 0 -1 4202496 96684 0 0 0 238207 12 0 0 20 0 1 0 557182542 137613312 27571 33554432000 4194304 6211132 140726549656032 140726549653432 5250321 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 31383552 140726549664779 140726549664881 140726549664881 140726549667790 0
/proc/17532/statm: 33597 27571 911 493 0 26902 0
Current children cumulated CPU time: 2382.19 s
Current children cumulated vsize: 134388 KiB
Current children cumulated memory: 110284 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.11 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 17840
/proc/meminfo: memFree=31362676/32770624 swapFree=66974988/67108860
[pid=17532] ppid=17529 vsize=134388 memory=110284 CPUtime=2400 cores=1,3,5,7
/proc/17532/stat : 17532 (cosoco) R 17529 17532 13074 0 -1 4202496 96731 0 0 0 239988 12 0 0 20 0 1 0 557182542 137613312 27571 33554432000 4194304 6211132 140726549656032 140726549653432 5250311 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 31383552 140726549664779 140726549664881 140726549664881 140726549667790 0
/proc/17532/statm: 33597 27571 911 493 0 26902 0
Current children cumulated CPU time: 2400 s
Current children cumulated vsize: 134388 KiB
Current children cumulated memory: 110284 KiB

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

[startup+2400.11 s]
# the end of solver process 17532 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2399.89 s, system=0.125995 s

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

[startup+2400.11 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 17840
/proc/meminfo: memFree=31362676/32770624 swapFree=66974988/67108860
[pid=17532] ppid=17529 vsize=134388 memory=110284 CPUtime=2400 cores=1,3,5,7
/proc/17532/stat : 17532 (cosoco) R 17529 17532 13074 0 -1 4202496 96731 0 0 0 239988 12 0 0 20 0 1 0 557182542 137613312 27571 33554432000 4194304 6211132 140726549656032 140726549653432 5250311 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 31383552 140726549664779 140726549664881 140726549664881 140726549667790 0
/proc/17532/statm: 33597 27571 911 493 0 26902 0
Current children cumulated CPU time: 2400 s
Current children cumulated vsize: 134388 KiB
Current children cumulated memory: 110284 KiB

Child status: 1
Real time (s): 2400.11
CPU time (s): 2400.01
CPU user time (s): 2399.89
CPU system time (s): 0.125995
CPU usage (%): 99.9959
Max. virtual memory (cumulated for all children) (KiB): 134388
Max. memory (cumulated for all children) (KiB): 110284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.89
system time used= 0.125995
maximum resident set size= 110328
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97140
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= 630


# summary of solver processes directly reported to runsolver:
#   pid: 17532
#   total CPU time (s): 2400.01
#   total CPU user time (s): 2399.89
#   total CPU system time (s): 0.125995

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1762 second user time and 17.6597 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-30 04:59:24
IDJOB=4409116
IDBENCH=138227
IDSOLVER=2876
FILE ID=node117/4409116-1569812408
RUNJOBID= node117-1569787349-13106
PBS_JOBID= 21705834
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco 2.0
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-fu/BinPacking-mdd-fu1000-02.xml
COMMAND LINE= cosoco -lc -model -restarts -stick BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4409116-1569812408/watcher-4409116-1569812408 -o /tmp/evaluation-result-4409116-1569812408/solver-4409116-1569812408 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node117-1569787349-13106 --watchdog 2560  cosoco -lc -model -restarts -stick HOME/instance-4409116-1569812408.xml

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

MD5SUM BENCH= 81a54afd524339631fcda48b56d1b2da
RANDOM SEED=110465418

node117.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.75
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.75
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.75
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.75
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:        31466000 kB
MemAvailable:   31842952 kB
Buffers:          216828 kB
Cached:           495384 kB
SwapCached:        27672 kB
Active:           335440 kB
Inactive:         421444 kB
Active(anon):      32256 kB
Inactive(anon):    89172 kB
Active(file):     303184 kB
Inactive(file):   332272 kB
Unevictable:      107632 kB
Mlocked:          107632 kB
SwapTotal:      67108860 kB
SwapFree:       66974988 kB
Dirty:              3108 kB
Writeback:             4 kB
AnonPages:        126052 kB
Mapped:            28720 kB
Shmem:             67896 kB
Slab:             143452 kB
SReclaimable:     114664 kB
SUnreclaim:        28788 kB
KernelStack:        3472 kB
PageTables:         5804 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     580756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     77824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62024 MiB
End job on node117 at 2019-09-30 05:39:24