Trace number 4408436

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

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
2519.75/2520.01	c
2519.75/2520.01	c This is cosoco 2.00 --  
2519.75/2520.01	c
2519.75/2520.01	c command line: cosoco -lc -model -restarts -stick HOME/instance-4408436-1569808449.xml 
2519.75/2520.01	c enable optimization
2519.75/2520.01	c ========================================[ Problem Statistics ]===========================================
2519.75/2520.01	c |                                                                                                       
2519.75/2520.01	c |  Parse time        :         0.24 s 
2519.75/2520.01	c |
2519.75/2520.01	c |               Variables: 4061
2519.75/2520.01	c |            Domain Sizes: 82..581
2519.75/2520.01	c |
2519.75/2520.01	c |             Constraints: 1243
2519.75/2520.01	c |                   Arity: 1..4060  -- Unary: 1
2519.75/2520.01	c | 
2519.75/2520.01	c |                   Types: 
2519.75/2520.01	c |                          Exactly K: 82
2519.75/2520.01	c |                          Exactly K variable: 1
2519.75/2520.01	c |                          Intension: 1
2519.75/2520.01	c |                          Lex: 579
2519.75/2520.01	c |                          MDD: 580
2519.75/2520.01	c |                          
2519.75/2520.01	c |               Objective: Maximize Intension
2519.75/2520.01	
2519.75/2520.01	c =========================================================================================================
2519.75/2520.01	
2519.75/2520.01	c *** INTERRUPTED ***
2519.75/2520.01	c call to solver        : 0
2519.75/2520.01	c
2519.75/2520.01	c restarts              : 2           
2519.75/2520.01	c conflicts             : 259          (0 /sec)
2519.75/2520.01	c decisions             : 6231         (2 /sec)
2519.75/2520.01	c propagations          : 7900573     (3136 /sec)
2519.75/2520.01	c root propagations     : 209960      
2519.75/2520.01	c filter calls          : 8220871        (3263 /sec)
2519.75/2520.01	c useless filter calls  : 8056930        (98 %)
2519.75/2520.01	c Memory used           : 131.24 MB
2519.75/2520.01	c Best bound time (wc)  : -1.56981e+09 s
2519.75/2520.01	c CPU time              : 2519.66 s
2519.75/2520.01	c real time             : 2520 s
2519.75/2520.01	
2519.75/2520.01	c No Bound found!
2519.75/2520.01	
2519.75/2520.01	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 (15398 MiB free)
  memory of node 1: 16384 MiB (15708 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4408436-1569808449/watcher-4408436-1569808449 -o /tmp/evaluation-result-4408436-1569808449/solver-4408436-1569808449 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1569787354-10133 --watchdog 2580 cosoco -lc -model -restarts -stick HOME/instance-4408436-1569808449.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=15467, runsolver pid=15464
Current StackSize limit: 8192 KiB


[startup+0.100149 s]*
/proc/loadavg: 2.00 2.01 2.05 3/201 15468
/proc/meminfo: memFree=31831124/32770624 swapFree=66947632/67108860
[pid=15467] ppid=15464 vsize=51116 memory=26956 CPUtime=0.09 cores=0,2,4,6
/proc/15467/stat : 15467 (cosoco) R 15464 15467 10102 0 -1 4202496 7216 0 0 0 9 0 0 0 20 0 1 0 557117297 52342784 6739 33554432000 4194304 6211132 140735319565856 140735319562392 139650427612677 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 14659584 140735319569419 140735319569521 140735319569521 140735319572430 0
/proc/15467/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.20975 s]*
/proc/loadavg: 2.00 2.01 2.05 3/201 15468
/proc/meminfo: memFree=31802108/32770624 swapFree=66947632/67108860
[pid=15467] ppid=15464 vsize=90596 memory=65396 CPUtime=0.21 cores=0,2,4,6
/proc/15467/stat : 15467 (cosoco) R 15464 15467 10102 0 -1 4202496 17623 0 0 0 19 2 0 0 20 0 1 0 557117297 92770304 16349 33554432000 4194304 6211132 140735319565856 140735319562392 139650417675237 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 14659584 140735319569419 140735319569521 140735319569521 140735319572430 0
/proc/15467/statm: 22649 16349 868 493 0 15954 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 90596 KiB
Current children cumulated memory: 65396 KiB

[startup+0.309846 s]*
/proc/loadavg: 2.00 2.01 2.05 3/201 15468
/proc/meminfo: memFree=31790612/32770624 swapFree=66947632/67108860
[pid=15467] ppid=15464 vsize=91720 memory=67476 CPUtime=0.31 cores=0,2,4,6
/proc/15467/stat : 15467 (cosoco) R 15464 15467 10102 0 -1 4202496 18511 0 0 0 29 2 0 0 20 0 1 0 557117297 93921280 16869 33554432000 4194304 6211132 140735319565856 140735319562392 5250321 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 14659584 140735319569419 140735319569521 140735319569521 140735319572430 0
/proc/15467/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.700377 s]
/proc/loadavg: 2.00 2.01 2.05 3/201 15468
/proc/meminfo: memFree=31790612/32770624 swapFree=66947632/67108860
[pid=15467] ppid=15464 vsize=91720 memory=67476 CPUtime=0.69 cores=0,2,4,6
/proc/15467/stat : 15467 (cosoco) R 15464 15467 10102 0 -1 4202496 18511 0 0 0 67 2 0 0 20 0 1 0 557117297 93921280 16869 33554432000 4194304 6211132 140735319565856 140735319562392 5250311 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 14659584 140735319569419 140735319569521 140735319569521 140735319572430 0
/proc/15467/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.50038 s]
/proc/loadavg: 2.00 2.01 2.05 3/201 15468
/proc/meminfo: memFree=31790188/32770624 swapFree=66947632/67108860
[pid=15467] ppid=15464 vsize=91720 memory=67476 CPUtime=1.49 cores=0,2,4,6
/proc/15467/stat : 15467 (cosoco) R 15464 15467 10102 0 -1 4202496 18511 0 0 0 147 2 0 0 20 0 1 0 557117297 93921280 16869 33554432000 4194304 6211132 140735319565856 140735319564120 5250485 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 14659584 140735319569419 140735319569521 140735319569521 140735319572430 0
/proc/15467/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.10973 s]
/proc/loadavg: 1.84 1.98 2.03 3/201 15468
/proc/meminfo: memFree=31790224/32770624 swapFree=66947632/67108860
[pid=15467] ppid=15464 vsize=91720 memory=67616 CPUtime=3.09 cores=0,2,4,6
/proc/15467/stat : 15467 (cosoco) R 15464 15467 10102 0 -1 4202496 25420 0 0 0 307 2 0 0 20 0 1 0 557117297 93921280 16904 33554432000 4194304 6211132 140735319565856 140735319564120 5250316 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 14659584 140735319569419 140735319569521 140735319569521 140735319572430 0
/proc/15467/statm: 22930 16904 909 493 0 16235 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 91720 KiB
Current children cumulated memory: 67616 KiB

[startup+6.30036 s]
/proc/loadavg: 1.84 1.98 2.03 3/200 15468
/proc/meminfo: memFree=31790332/32770624 swapFree=66947632/67108860
[pid=15467] ppid=15464 vsize=91720 memory=67616 CPUtime=6.29 cores=0,2,4,6
/proc/15467/stat : 15467 (cosoco) R 15464 15467 10102 0 -1 4202496 32919 0 0 0 626 3 0 0 20 0 1 0 557117297 93921280 16904 33554432000 4194304 6211132 140735319565856 140735319564120 5250319 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 14659584 140735319569419 140735319569521 140735319569521 140735319572430 0
/proc/15467/statm: 22930 16904 909 493 0 16235 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 91720 KiB
Current children cumulated memory: 67616 KiB

[startup+12.7004 s]
/proc/loadavg: 1.87 1.98 2.03 3/200 15532
/proc/meminfo: memFree=31786320/32770624 swapFree=66947632/67108860
[pid=15467] ppid=15464 vsize=91720 memory=67616 CPUtime=12.69 cores=0,2,4,6
/proc/15467/stat : 15467 (cosoco) R 15464 15467 10102 0 -1 4202496 41311 0 0 0 1265 4 0 0 20 0 1 0 557117297 93921280 16904 33554432000 4194304 6211132 140735319565856 140735319564120 5250321 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 14659584 140735319569419 140735319569521 140735319569521 140735319572430 0
/proc/15467/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: 1.89 1.98 2.03 3/200 15532
/proc/meminfo: memFree=31785480/32770624 swapFree=66947632/67108860
[pid=15467] ppid=15464 vsize=91720 memory=67624 CPUtime=25.48 cores=0,2,4,6
/proc/15467/stat : 15467 (cosoco) R 15464 15467 10102 0 -1 4202496 59033 0 0 0 2544 4 0 0 20 0 1 0 557117297 93921280 16906 33554432000 4194304 6211132 140735319565856 140735319564120 5250321 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 14659584 140735319569419 140735319569521 140735319569521 140735319572430 0
/proc/15467/statm: 22930 16906 911 493 0 16235 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 91720 KiB
Current children cumulated memory: 67624 KiB

[startup+51.1097 s]
/proc/loadavg: 1.93 1.99 2.03 3/200 15535
/proc/meminfo: memFree=31782512/32770624 swapFree=66947632/67108860
[pid=15467] ppid=15464 vsize=94360 memory=70316 CPUtime=51.09 cores=0,2,4,6
/proc/15467/stat : 15467 (cosoco) R 15464 15467 10102 0 -1 4202496 73364 0 0 0 5103 6 0 0 20 0 1 0 557117297 96624640 17579 33554432000 4194304 6211132 140735319565856 140735319563256 5250321 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 14659584 140735319569419 140735319569521 140735319569521 140735319572430 0
/proc/15467/statm: 23590 17579 911 493 0 16895 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 94360 KiB
Current children cumulated memory: 70316 KiB

[startup+102.3 s]
/proc/loadavg: 2.03 2.00 2.04 3/199 15539
/proc/meminfo: memFree=31754352/32770624 swapFree=66947632/67108860
[pid=15467] ppid=15464 vsize=122024 memory=97812 CPUtime=102.27 cores=0,2,4,6
/proc/15467/stat : 15467 (cosoco) R 15464 15467 10102 0 -1 4202496 81531 0 0 0 10219 8 0 0 20 0 1 0 557117297 124952576 24453 33554432000 4194304 6211132 140735319565856 140735319563288 5250304 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 14659584 140735319569419 140735319569521 140735319569521 140735319572430 0
/proc/15467/statm: 30506 24453 911 493 0 23811 0
Current children cumulated CPU time: 102.27 s
Current children cumulated vsize: 122024 KiB
Current children cumulated memory: 97812 KiB

[startup+162.3 s]
/proc/loadavg: 2.01 2.00 2.04 3/200 15544
/proc/meminfo: memFree=31753928/32770624 swapFree=66947632/67108860
[pid=15467] ppid=15464 vsize=122444 memory=98276 CPUtime=162.26 cores=0,2,4,6
/proc/15467/stat : 15467 (cosoco) R 15464 15467 10102 0 -1 4202496 83591 0 0 0 16218 8 0 0 20 0 1 0 557117297 125382656 24569 33554432000 4194304 6211132 140735319565856 140735319563112 5250321 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 14659584 140735319569419 140735319569521 140735319569521 140735319572430 0
/proc/15467/statm: 30611 24569 911 493 0 23916 0
Current children cumulated CPU time: 162.26 s
Current children cumulated vsize: 122444 KiB
Current children cumulated memory: 98276 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/200 15548
/proc/meminfo: memFree=31752948/32770624 swapFree=66947632/67108860
[pid=15467] ppid=15464 vsize=122444 memory=98296 CPUtime=222.26 cores=0,2,4,6
/proc/15467/stat : 15467 (cosoco) R 15464 15467 10102 0 -1 4202496 85457 0 0 0 22218 8 0 0 20 0 1 0 557117297 125382656 24574 33554432000 4194304 6211132 140735319565856 140735319563112 5136288 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 14659584 140735319569419 140735319569521 140735319569521 140735319572430 0
/proc/15467/statm: 30611 24574 911 493 0 23916 0
Current children cumulated CPU time: 222.26 s
Current children cumulated vsize: 122444 KiB
Current children cumulated memory: 98296 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/200 15555
/proc/meminfo: memFree=31753756/32770624 swapFree=66947632/67108860
[pid=15467] ppid=15464 vsize=122444 memory=98296 CPUtime=282.25 cores=0,2,4,6
/proc/15467/stat : 15467 (cosoco) R 15464 15467 10102 0 -1 4202496 85560 0 0 0 28217 8 0 0 20 0 1 0 557117297 125382656 24574 33554432000 4194304 6211132 140735319565856 140735319563112 5136288 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 14659584 140735319569419 140735319569521 140735319569521 140735319572430 0
/proc/15467/statm: 30611 24574 911 493 0 23916 0
Current children cumulated CPU time: 282.25 s
Current children cumulated vsize: 122444 KiB
Current children cumulated memory: 98296 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/200 15559
/proc/meminfo: memFree=31753936/32770624 swapFree=66947632/67108860
[pid=15467] ppid=15464 vsize=122444 memory=98296 CPUtime=342.25 cores=0,2,4,6
/proc/15467/stat : 15467 (cosoco) R 15464 15467 10102 0 -1 4202496 85663 0 0 0 34217 8 0 0 20 0 1 0 557117297 125382656 24574 33554432000 4194304 6211132 140735319565856 140735319563112 5250304 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 14659584 140735319569419 140735319569521 140735319569521 140735319572430 0
/proc/15467/statm: 30611 24574 911 493 0 23916 0
Current children cumulated CPU time: 342.25 s
Current children cumulated vsize: 122444 KiB
Current children cumulated memory: 98296 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/201 15571
/proc/meminfo: memFree=31753636/32770624 swapFree=66947632/67108860
[pid=15467] ppid=15464 vsize=122444 memory=98296 CPUtime=402.24 cores=0,2,4,6
/proc/15467/stat : 15467 (cosoco) R 15464 15467 10102 0 -1 4202496 85766 0 0 0 40216 8 0 0 20 0 1 0 557117297 125382656 24574 33554432000 4194304 6211132 140735319565856 140735319563112 5250304 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 14659584 140735319569419 140735319569521 140735319569521 140735319572430 0
/proc/15467/statm: 30611 24574 911 493 0 23916 0
Current children cumulated CPU time: 402.24 s
Current children cumulated vsize: 122444 KiB
Current children cumulated memory: 98296 KiB

[startup+462.3 s]
/proc/loadavg: 2.07 2.02 2.05 3/200 15599
/proc/meminfo: memFree=31753440/32770624 swapFree=66947632/67108860
[pid=15467] ppid=15464 vsize=122444 memory=98296 CPUtime=462.23 cores=0,2,4,6
/proc/15467/stat : 15467 (cosoco) R 15464 15467 10102 0 -1 4202496 85869 0 0 0 46215 8 0 0 20 0 1 0 557117297 125382656 24574 33554432000 4194304 6211132 140735319565856 140735319563112 5250321 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 14659584 140735319569419 140735319569521 140735319569521 140735319572430 0
/proc/15467/statm: 30611 24574 911 493 0 23916 0
Current children cumulated CPU time: 462.23 s
Current children cumulated vsize: 122444 KiB
Current children cumulated memory: 98296 KiB


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

/proc/15467/statm: 33597 27582 911 493 0 26902 0
Current children cumulated CPU time: 1722.12 s
Current children cumulated vsize: 134388 KiB
Current children cumulated memory: 110328 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/201 15720
/proc/meminfo: memFree=31741160/32770624 swapFree=66947636/67108860
[pid=15467] ppid=15464 vsize=134388 memory=110328 CPUtime=1782.12 cores=0,2,4,6
/proc/15467/stat : 15467 (cosoco) R 15464 15467 10102 0 -1 4202496 90594 0 0 0 178202 10 0 0 20 0 1 0 557117297 137613312 27582 33554432000 4194304 6211132 140735319565856 140735319563256 5250304 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 14659584 140735319569419 140735319569521 140735319569521 140735319572430 0
/proc/15467/statm: 33597 27582 911 493 0 26902 0
Current children cumulated CPU time: 1782.12 s
Current children cumulated vsize: 134388 KiB
Current children cumulated memory: 110328 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/201 15724
/proc/meminfo: memFree=31741204/32770624 swapFree=66947636/67108860
[pid=15467] ppid=15464 vsize=134388 memory=110328 CPUtime=1842.11 cores=0,2,4,6
/proc/15467/stat : 15467 (cosoco) R 15464 15467 10102 0 -1 4202496 90715 0 0 0 184201 10 0 0 20 0 1 0 557117297 137613312 27582 33554432000 4194304 6211132 140735319565856 140735319563256 5250304 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 14659584 140735319569419 140735319569521 140735319569521 140735319572430 0
/proc/15467/statm: 33597 27582 911 493 0 26902 0
Current children cumulated CPU time: 1842.11 s
Current children cumulated vsize: 134388 KiB
Current children cumulated memory: 110328 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 15731
/proc/meminfo: memFree=31741096/32770624 swapFree=66947636/67108860
[pid=15467] ppid=15464 vsize=134388 memory=110328 CPUtime=1902.1 cores=0,2,4,6
/proc/15467/stat : 15467 (cosoco) R 15464 15467 10102 0 -1 4202496 90802 0 0 0 190200 10 0 0 20 0 1 0 557117297 137613312 27582 33554432000 4194304 6211132 140735319565856 140735319563256 5250311 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 14659584 140735319569419 140735319569521 140735319569521 140735319572430 0
/proc/15467/statm: 33597 27582 911 493 0 26902 0
Current children cumulated CPU time: 1902.1 s
Current children cumulated vsize: 134388 KiB
Current children cumulated memory: 110328 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 15735
/proc/meminfo: memFree=31741252/32770624 swapFree=66947636/67108860
[pid=15467] ppid=15464 vsize=134388 memory=110328 CPUtime=1962.09 cores=0,2,4,6
/proc/15467/stat : 15467 (cosoco) R 15464 15467 10102 0 -1 4202496 90889 0 0 0 196199 10 0 0 20 0 1 0 557117297 137613312 27582 33554432000 4194304 6211132 140735319565856 140735319563256 5250304 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 14659584 140735319569419 140735319569521 140735319569521 140735319572430 0
/proc/15467/statm: 33597 27582 911 493 0 26902 0
Current children cumulated CPU time: 1962.09 s
Current children cumulated vsize: 134388 KiB
Current children cumulated memory: 110328 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 15739
/proc/meminfo: memFree=31741076/32770624 swapFree=66947636/67108860
[pid=15467] ppid=15464 vsize=134388 memory=110328 CPUtime=2022.09 cores=0,2,4,6
/proc/15467/stat : 15467 (cosoco) R 15464 15467 10102 0 -1 4202496 90975 0 0 0 202199 10 0 0 20 0 1 0 557117297 137613312 27582 33554432000 4194304 6211132 140735319565856 140735319563256 5250304 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 14659584 140735319569419 140735319569521 140735319569521 140735319572430 0
/proc/15467/statm: 33597 27582 911 493 0 26902 0
Current children cumulated CPU time: 2022.09 s
Current children cumulated vsize: 134388 KiB
Current children cumulated memory: 110328 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 15746
/proc/meminfo: memFree=31740960/32770624 swapFree=66947636/67108860
[pid=15467] ppid=15464 vsize=134388 memory=110328 CPUtime=2082.08 cores=0,2,4,6
/proc/15467/stat : 15467 (cosoco) R 15464 15467 10102 0 -1 4202496 91061 0 0 0 208198 10 0 0 20 0 1 0 557117297 137613312 27582 33554432000 4194304 6211132 140735319565856 140735319563256 5250321 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 14659584 140735319569419 140735319569521 140735319569521 140735319572430 0
/proc/15467/statm: 33597 27582 911 493 0 26902 0
Current children cumulated CPU time: 2082.08 s
Current children cumulated vsize: 134388 KiB
Current children cumulated memory: 110328 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 15750
/proc/meminfo: memFree=31740412/32770624 swapFree=66947636/67108860
[pid=15467] ppid=15464 vsize=134388 memory=110328 CPUtime=2142.08 cores=0,2,4,6
/proc/15467/stat : 15467 (cosoco) R 15464 15467 10102 0 -1 4202496 91145 0 0 0 214198 10 0 0 20 0 1 0 557117297 137613312 27582 33554432000 4194304 6211132 140735319565856 140735319563256 5250321 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 14659584 140735319569419 140735319569521 140735319569521 140735319572430 0
/proc/15467/statm: 33597 27582 911 493 0 26902 0
Current children cumulated CPU time: 2142.08 s
Current children cumulated vsize: 134388 KiB
Current children cumulated memory: 110328 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 15762
/proc/meminfo: memFree=31740040/32770624 swapFree=66947636/67108860
[pid=15467] ppid=15464 vsize=134388 memory=110328 CPUtime=2202.07 cores=0,2,4,6
/proc/15467/stat : 15467 (cosoco) R 15464 15467 10102 0 -1 4202496 91229 0 0 0 220197 10 0 0 20 0 1 0 557117297 137613312 27582 33554432000 4194304 6211132 140735319565856 140735319563256 5250321 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 14659584 140735319569419 140735319569521 140735319569521 140735319572430 0
/proc/15467/statm: 33597 27582 911 493 0 26902 0
Current children cumulated CPU time: 2202.07 s
Current children cumulated vsize: 134388 KiB
Current children cumulated memory: 110328 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 15768
/proc/meminfo: memFree=31740720/32770624 swapFree=66947636/67108860
[pid=15467] ppid=15464 vsize=134388 memory=110328 CPUtime=2262.07 cores=0,2,4,6
/proc/15467/stat : 15467 (cosoco) R 15464 15467 10102 0 -1 4202496 91313 0 0 0 226197 10 0 0 20 0 1 0 557117297 137613312 27582 33554432000 4194304 6211132 140735319565856 140735319563256 5250485 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 14659584 140735319569419 140735319569521 140735319569521 140735319572430 0
/proc/15467/statm: 33597 27582 911 493 0 26902 0
Current children cumulated CPU time: 2262.07 s
Current children cumulated vsize: 134388 KiB
Current children cumulated memory: 110328 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 15772
/proc/meminfo: memFree=31740780/32770624 swapFree=66947636/67108860
[pid=15467] ppid=15464 vsize=134388 memory=110328 CPUtime=2322.06 cores=0,2,4,6
/proc/15467/stat : 15467 (cosoco) R 15464 15467 10102 0 -1 4202496 91363 0 0 0 232196 10 0 0 20 0 1 0 557117297 137613312 27582 33554432000 4194304 6211132 140735319565856 140735319563256 5250304 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 14659584 140735319569419 140735319569521 140735319569521 140735319572430 0
/proc/15467/statm: 33597 27582 911 493 0 26902 0
Current children cumulated CPU time: 2322.06 s
Current children cumulated vsize: 134388 KiB
Current children cumulated memory: 110328 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 15776
/proc/meminfo: memFree=31741352/32770624 swapFree=66947636/67108860
[pid=15467] ppid=15464 vsize=134388 memory=110328 CPUtime=2382.05 cores=0,2,4,6
/proc/15467/stat : 15467 (cosoco) R 15464 15467 10102 0 -1 4202496 91414 0 0 0 238195 10 0 0 20 0 1 0 557117297 137613312 27582 33554432000 4194304 6211132 140735319565856 140735319563256 5250304 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 14659584 140735319569419 140735319569521 140735319569521 140735319572430 0
/proc/15467/statm: 33597 27582 911 493 0 26902 0
Current children cumulated CPU time: 2382.05 s
Current children cumulated vsize: 134388 KiB
Current children cumulated memory: 110328 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 15782
/proc/meminfo: memFree=31740792/32770624 swapFree=66947636/67108860
[pid=15467] ppid=15464 vsize=134388 memory=110328 CPUtime=2442.05 cores=0,2,4,6
/proc/15467/stat : 15467 (cosoco) R 15464 15467 10102 0 -1 4202496 91465 0 0 0 244195 10 0 0 20 0 1 0 557117297 137613312 27582 33554432000 4194304 6211132 140735319565856 140735319563256 5250321 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 14659584 140735319569419 140735319569521 140735319569521 140735319572430 0
/proc/15467/statm: 33597 27582 911 493 0 26902 0
Current children cumulated CPU time: 2442.05 s
Current children cumulated vsize: 134388 KiB
Current children cumulated memory: 110328 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 15786
/proc/meminfo: memFree=31740512/32770624 swapFree=66947636/67108860
[pid=15467] ppid=15464 vsize=134388 memory=110328 CPUtime=2502.04 cores=0,2,4,6
/proc/15467/stat : 15467 (cosoco) R 15464 15467 10102 0 -1 4202496 91516 0 0 0 250194 10 0 0 20 0 1 0 557117297 137613312 27582 33554432000 4194304 6211132 140735319565856 140735319563256 5250304 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 14659584 140735319569419 140735319569521 140735319569521 140735319572430 0
/proc/15467/statm: 33597 27582 911 493 0 26902 0
Current children cumulated CPU time: 2502.04 s
Current children cumulated vsize: 134388 KiB
Current children cumulated memory: 110328 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 2.05 3/200 15789
/proc/meminfo: memFree=31740680/32770624 swapFree=66947636/67108860
[pid=15467] ppid=15464 vsize=134388 memory=110328 CPUtime=2519.75 cores=0,2,4,6
/proc/15467/stat : 15467 (cosoco) R 15464 15467 10102 0 -1 4202496 91557 0 0 0 251965 10 0 0 20 0 1 0 557117297 137613312 27582 33554432000 4194304 6211132 140735319565856 140735319563256 5250304 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 14659584 140735319569419 140735319569521 140735319569521 140735319572430 0
/proc/15467/statm: 33597 27582 911 493 0 26902 0
Current children cumulated CPU time: 2519.75 s
Current children cumulated vsize: 134388 KiB
Current children cumulated memory: 110328 KiB

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

[startup+2520.01 s]
# the end of solver process 15467 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.66 s, system=0.109989 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.77
CPU user time (s): 2519.66
CPU system time (s): 0.109989
CPU usage (%): 99.9903
Max. virtual memory (cumulated for all children) (KiB): 134388
Max. memory (cumulated for all children) (KiB): 110328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.66
system time used= 0.109989
maximum resident set size= 110372
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91965
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= 31
involuntary context switches= 3153


# summary of solver processes directly reported to runsolver:
#   pid: 15467
#   total CPU time (s): 2519.77
#   total CPU user time (s): 2519.66
#   total CPU system time (s): 0.109989

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3546 second user time and 18.1017 second system time

The end

Launcher Data

Begin job on node150 at 2019-09-30 03:53:27
IDJOB=4408436
IDBENCH=138227
IDSOLVER=2874
FILE ID=node150/4408436-1569808449
RUNJOBID= node150-1569787354-10133
PBS_JOBID= 21705815
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-4408436-1569808449/watcher-4408436-1569808449 -o /tmp/evaluation-result-4408436-1569808449/solver-4408436-1569808449 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1569787354-10133 --watchdog 2580  cosoco -lc -model -restarts -stick HOME/instance-4408436-1569808449.xml

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

MD5SUM BENCH= 81a54afd524339631fcda48b56d1b2da
RANDOM SEED=817664860

node150.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.79
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.79
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.79
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.79
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:        31854084 kB
MemAvailable:   31933636 kB
Buffers:          142820 kB
Cached:           224244 kB
SwapCached:         5532 kB
Active:           157128 kB
Inactive:         217452 kB
Active(anon):      10376 kB
Inactive(anon):    21808 kB
Active(file):     146752 kB
Inactive(file):   195644 kB
Unevictable:      110020 kB
Mlocked:          110020 kB
SwapTotal:      67108860 kB
SwapFree:       66947632 kB
Dirty:              3136 kB
Writeback:             0 kB
AnonPages:        113924 kB
Mapped:            27696 kB
Shmem:             15660 kB
Slab:             134752 kB
SReclaimable:     105984 kB
SUnreclaim:        28768 kB
KernelStack:        3584 kB
PageTables:         5852 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     569068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       99712 kB
DirectMap2M:    33445888 kB

Free space on /tmp at the end= 62024 MiB
End job on node150 at 2019-09-30 04:35:27