Trace number 4397856

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.09 2399.9

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.10/0.18	c Create Cardinality(vars,values,occurs) constraint using 4060 Exactly/AtMost.. constraint 
0.10/0.18	c
2400.08/2399.90	c
2400.08/2399.90	c This is cosoco 2.00 --  
2400.08/2399.90	c
2400.08/2399.90	c command line: cosoco -lc -model -restarts -stick HOME/instance-4397856-1568588686.xml 
2400.08/2399.90	c enable optimization
2400.08/2399.90	c ========================================[ Problem Statistics ]===========================================
2400.08/2399.90	c |                                                                                                       
2400.08/2399.90	c |  Parse time        :         0.24 s 
2400.08/2399.90	c |
2400.08/2399.90	c |               Variables: 4061
2400.08/2399.90	c |            Domain Sizes: 82..581
2400.08/2399.90	c |
2400.08/2399.90	c |             Constraints: 1243
2400.08/2399.90	c |                   Arity: 1..4060  -- Unary: 1
2400.08/2399.90	c | 
2400.08/2399.90	c |                   Types: 
2400.08/2399.90	c |                          Exactly K: 82
2400.08/2399.90	c |                          Exactly K variable: 1
2400.08/2399.90	c |                          Intension: 1
2400.08/2399.90	c |                          Lex: 579
2400.08/2399.90	c |                          MDD: 580
2400.08/2399.90	c |                          
2400.08/2399.90	c |               Objective: Maximize Intension
2400.08/2399.90	
2400.08/2399.90	c =========================================================================================================
2400.08/2399.90	
2400.08/2399.90	c *** INTERRUPTED ***
2400.08/2399.90	c call to solver        : 0
2400.08/2399.90	c
2400.08/2399.90	c restarts              : 2           
2400.08/2399.90	c conflicts             : 250          (0 /sec)
2400.08/2399.90	c decisions             : 6222         (3 /sec)
2400.08/2399.90	c propagations          : 7642804     (3185 /sec)
2400.08/2399.90	c root propagations     : 209960      
2400.08/2399.90	c filter calls          : 7778732        (3241 /sec)
2400.08/2399.90	c useless filter calls  : 7625130        (98 %)
2400.08/2399.90	c Memory used           : 131.24 MB
2400.08/2399.90	c Best bound time (wc)  : -1.56859e+09 s
2400.08/2399.90	c CPU time              : 2399.99 s
2400.08/2399.90	c real time             : 2399.9 s
2400.08/2399.90	
2400.08/2399.90	c No Bound found!
2400.08/2399.90	
2400.08/2399.90	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 (15056 MiB free)
  memory of node 1: 16384 MiB (15435 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4397856-1568588686/watcher-4397856-1568588686 -o /tmp/evaluation-result-4397856-1568588686/solver-4397856-1568588686 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1568572745-8030 --watchdog 2560 cosoco -lc -model -restarts -stick HOME/instance-4397856-1568588686.xml 

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

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


[startup+0.100201 s]*
/proc/loadavg: 1.86 1.98 2.02 3/203 10822
/proc/meminfo: memFree=31199648/32770624 swapFree=67004420/67108860
[pid=10821] ppid=10818 vsize=51116 memory=27216 CPUtime=0.1 cores=0,2,4,6
/proc/10821/stat : 10821 (cosoco) R 10818 10821 7999 0 -1 4202496 7224 0 0 0 9 1 0 0 20 0 1 0 435108199 52342784 6804 33554432000 4194304 6211092 140735353864496 140735353861032 140106911870469 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 35782656 140735353869323 140735353869425 140735353869425 140735353872334 0
/proc/10821/statm: 12779 6804 809 493 0 6084 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 51116 KiB
Current children cumulated memory: 27216 KiB

[startup+0.210094 s]*
/proc/loadavg: 1.86 1.98 2.02 3/203 10822
/proc/meminfo: memFree=31167100/32770624 swapFree=67004420/67108860
[pid=10821] ppid=10818 vsize=90860 memory=66504 CPUtime=0.21 cores=0,2,4,6
/proc/10821/stat : 10821 (cosoco) R 10818 10821 7999 0 -1 4202496 17388 0 0 0 19 2 0 0 20 0 1 0 435108199 93040640 16626 33554432000 4194304 6211092 140735353864496 140735353861032 140106901933029 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 35782656 140735353869323 140735353869425 140735353869425 140735353872334 0
/proc/10821/statm: 22715 16626 868 493 0 16020 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 90860 KiB
Current children cumulated memory: 66504 KiB

[startup+0.329199 s]*
/proc/loadavg: 1.86 1.98 2.02 3/203 10822
/proc/meminfo: memFree=31160216/32770624 swapFree=67004420/67108860
[pid=10821] ppid=10818 vsize=91720 memory=67476 CPUtime=0.33 cores=0,2,4,6
/proc/10821/stat : 10821 (cosoco) R 10818 10821 7999 0 -1 4202496 18210 0 0 0 31 2 0 0 20 0 1 0 435108199 93921280 16869 33554432000 4194304 6211092 140735353864496 140735353861032 5250289 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 35782656 140735353869323 140735353869425 140735353869425 140735353872334 0
/proc/10821/statm: 22930 16869 876 493 0 16235 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 91720 KiB
Current children cumulated memory: 67476 KiB

[startup+0.700423 s]
/proc/loadavg: 1.86 1.98 2.02 3/203 10822
/proc/meminfo: memFree=31160216/32770624 swapFree=67004420/67108860
[pid=10821] ppid=10818 vsize=91720 memory=67476 CPUtime=0.69 cores=0,2,4,6
/proc/10821/stat : 10821 (cosoco) R 10818 10821 7999 0 -1 4202496 18210 0 0 0 67 2 0 0 20 0 1 0 435108199 93921280 16869 33554432000 4194304 6211092 140735353864496 140735353861032 5136311 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 35782656 140735353869323 140735353869425 140735353869425 140735353872334 0
/proc/10821/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.50042 s]
/proc/loadavg: 1.86 1.98 2.02 3/203 10822
/proc/meminfo: memFree=31160328/32770624 swapFree=67004420/67108860
[pid=10821] ppid=10818 vsize=91720 memory=67476 CPUtime=1.49 cores=0,2,4,6
/proc/10821/stat : 10821 (cosoco) R 10818 10821 7999 0 -1 4202496 18210 0 0 0 147 2 0 0 20 0 1 0 435108199 93921280 16869 33554432000 4194304 6211092 140735353864496 140735353862760 5136311 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 35782656 140735353869323 140735353869425 140735353869425 140735353872334 0
/proc/10821/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.10989 s]
/proc/loadavg: 1.86 1.98 2.02 3/203 10822
/proc/meminfo: memFree=31160336/32770624 swapFree=67004420/67108860
[pid=10821] ppid=10818 vsize=91720 memory=67616 CPUtime=3.1 cores=0,2,4,6
/proc/10821/stat : 10821 (cosoco) R 10818 10821 7999 0 -1 4202496 25109 0 0 0 308 2 0 0 20 0 1 0 435108199 93921280 16904 33554432000 4194304 6211092 140735353864496 140735353862760 5250289 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 35782656 140735353869323 140735353869425 140735353869425 140735353872334 0
/proc/10821/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.30042 s]
/proc/loadavg: 1.87 1.98 2.02 3/203 10822
/proc/meminfo: memFree=31160336/32770624 swapFree=67004420/67108860
[pid=10821] ppid=10818 vsize=91720 memory=67616 CPUtime=6.29 cores=0,2,4,6
/proc/10821/stat : 10821 (cosoco) R 10818 10821 7999 0 -1 4202496 32581 0 0 0 626 3 0 0 20 0 1 0 435108199 93921280 16904 33554432000 4194304 6211092 140735353864496 140735353862760 5250287 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 35782656 140735353869323 140735353869425 140735353869425 140735353872334 0
/proc/10821/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.88 1.98 2.02 3/203 10822
/proc/meminfo: memFree=31159964/32770624 swapFree=67004420/67108860
[pid=10821] ppid=10818 vsize=91720 memory=67616 CPUtime=12.69 cores=0,2,4,6
/proc/10821/stat : 10821 (cosoco) R 10818 10821 7999 0 -1 4202496 40935 0 0 0 1266 3 0 0 20 0 1 0 435108199 93921280 16904 33554432000 4194304 6211092 140735353864496 140735353862760 5250272 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 35782656 140735353869323 140735353869425 140735353869425 140735353872334 0
/proc/10821/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.5003 s]
/proc/loadavg: 1.82 1.97 2.02 3/203 10825
/proc/meminfo: memFree=31159304/32770624 swapFree=67004420/67108860
[pid=10821] ppid=10818 vsize=91720 memory=67620 CPUtime=25.49 cores=0,2,4,6
/proc/10821/stat : 10821 (cosoco) R 10818 10821 7999 0 -1 4202496 58476 0 0 0 2545 4 0 0 20 0 1 0 435108199 93921280 16905 33554432000 4194304 6211092 140735353864496 140735353862760 5250293 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8312316 8317760 35782656 140735353869323 140735353869425 140735353869425 140735353872334 0
/proc/10821/statm: 22930 16905 910 493 0 16235 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 91720 KiB
Current children cumulated memory: 67620 KiB

[startup+51.11 s]
/proc/loadavg: 1.88 1.97 2.02 3/202 10825
/proc/meminfo: memFree=31157336/32770624 swapFree=67004420/67108860
[pid=10821] ppid=10818 vsize=94096 memory=69980 CPUtime=51.1 cores=0,2,4,6
/proc/10821/stat : 10821 (cosoco) R 10818 10821 7999 0 -1 4202496 73416 0 0 0 5105 5 0 0 20 0 1 0 435108199 96354304 17495 33554432000 4194304 6211092 140735353864496 140735353861896 5250279 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8312316 8317760 35782656 140735353869323 140735353869425 140735353869425 140735353872334 0
/proc/10821/statm: 23524 17495 910 493 0 16829 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 94096 KiB
Current children cumulated memory: 69980 KiB

[startup+102.3 s]
/proc/loadavg: 1.95 1.97 2.02 3/204 10831
/proc/meminfo: memFree=31141248/32770624 swapFree=67004420/67108860
[pid=10821] ppid=10818 vsize=109912 memory=85760 CPUtime=102.29 cores=0,2,4,6
/proc/10821/stat : 10821 (cosoco) R 10818 10821 7999 0 -1 4202496 81536 0 0 0 10222 7 0 0 20 0 1 0 435108199 112549888 21440 33554432000 4194304 6211092 140735353864496 140735353861896 5250289 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8312316 8317760 35782656 140735353869323 140735353869425 140735353869425 140735353872334 0
/proc/10821/statm: 27478 21440 910 493 0 20783 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 109912 KiB
Current children cumulated memory: 85760 KiB

[startup+162.3 s]
/proc/loadavg: 1.98 1.98 2.02 3/204 10837
/proc/meminfo: memFree=31128440/32770624 swapFree=67004420/67108860
[pid=10821] ppid=10818 vsize=122444 memory=98224 CPUtime=162.29 cores=0,2,4,6
/proc/10821/stat : 10821 (cosoco) R 10818 10821 7999 0 -1 4202496 86762 0 0 0 16222 7 0 0 20 0 1 0 435108199 125382656 24556 33554432000 4194304 6211092 140735353864496 140735353861752 5250287 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8312316 8317760 35782656 140735353869323 140735353869425 140735353869425 140735353872334 0
/proc/10821/statm: 30611 24556 910 493 0 23916 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 122444 KiB
Current children cumulated memory: 98224 KiB

[startup+222.3 s]
/proc/loadavg: 1.99 1.99 2.02 3/204 10841
/proc/meminfo: memFree=31128096/32770624 swapFree=67004420/67108860
[pid=10821] ppid=10818 vsize=122444 memory=98224 CPUtime=222.29 cores=0,2,4,6
/proc/10821/stat : 10821 (cosoco) R 10818 10821 7999 0 -1 4202496 88715 0 0 0 22222 7 0 0 20 0 1 0 435108199 125382656 24556 33554432000 4194304 6211092 140735353864496 140735353861752 5250284 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8312316 8317760 35782656 140735353869323 140735353869425 140735353869425 140735353872334 0
/proc/10821/statm: 30611 24556 910 493 0 23916 0
Current children cumulated CPU time: 222.29 s
Current children cumulated vsize: 122444 KiB
Current children cumulated memory: 98224 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 1.99 2.02 3/204 10845
/proc/meminfo: memFree=31128036/32770624 swapFree=67004420/67108860
[pid=10821] ppid=10818 vsize=122444 memory=98244 CPUtime=282.3 cores=0,2,4,6
/proc/10821/stat : 10821 (cosoco) R 10818 10821 7999 0 -1 4202496 88715 0 0 0 28222 8 0 0 20 0 1 0 435108199 125382656 24561 33554432000 4194304 6211092 140735353864496 140735353861752 5250272 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8312316 8317760 35782656 140735353869323 140735353869425 140735353869425 140735353872334 0
/proc/10821/statm: 30611 24561 910 493 0 23916 0
Current children cumulated CPU time: 282.3 s
Current children cumulated vsize: 122444 KiB
Current children cumulated memory: 98244 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 1.99 2.02 3/204 10851
/proc/meminfo: memFree=31127520/32770624 swapFree=67004420/67108860
[pid=10821] ppid=10818 vsize=122444 memory=98244 CPUtime=342.31 cores=0,2,4,6
/proc/10821/stat : 10821 (cosoco) R 10818 10821 7999 0 -1 4202496 89122 0 0 0 34223 8 0 0 20 0 1 0 435108199 125382656 24561 33554432000 4194304 6211092 140735353864496 140735353861752 5250289 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8312316 8317760 35782656 140735353869323 140735353869425 140735353869425 140735353872334 0
/proc/10821/statm: 30611 24561 910 493 0 23916 0
Current children cumulated CPU time: 342.31 s
Current children cumulated vsize: 122444 KiB
Current children cumulated memory: 98244 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 1.99 2.02 3/204 10864
/proc/meminfo: memFree=31127660/32770624 swapFree=67004420/67108860
[pid=10821] ppid=10818 vsize=122444 memory=98244 CPUtime=402.31 cores=0,2,4,6
/proc/10821/stat : 10821 (cosoco) R 10818 10821 7999 0 -1 4202496 89122 0 0 0 40223 8 0 0 20 0 1 0 435108199 125382656 24561 33554432000 4194304 6211092 140735353864496 140735353861752 5250272 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8312316 8317760 35782656 140735353869323 140735353869425 140735353869425 140735353872334 0
/proc/10821/statm: 30611 24561 910 493 0 23916 0
Current children cumulated CPU time: 402.31 s
Current children cumulated vsize: 122444 KiB
Current children cumulated memory: 98244 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 1.99 2.02 3/204 10868
/proc/meminfo: memFree=31128004/32770624 swapFree=67004420/67108860
[pid=10821] ppid=10818 vsize=122444 memory=98244 CPUtime=462.32 cores=0,2,4,6
/proc/10821/stat : 10821 (cosoco) R 10818 10821 7999 0 -1 4202496 89522 0 0 0 46224 8 0 0 20 0 1 0 435108199 125382656 24561 33554432000 4194304 6211092 140735353864496 140735353861752 5250224 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8312316 8317760 35782656 140735353869323 140735353869425 140735353869425 140735353872334 0
/proc/10821/statm: 30611 24561 910 493 0 23916 0
Current children cumulated CPU time: 462.32 s
Current children cumulated vsize: 122444 KiB
Current children cumulated memory: 98244 KiB


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

/proc/10821/statm: 33597 27564 910 493 0 26902 0
Current children cumulated CPU time: 1662.42 s
Current children cumulated vsize: 134388 KiB
Current children cumulated memory: 110256 KiB

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/203 10987
/proc/meminfo: memFree=31115676/32770624 swapFree=67004420/67108860
[pid=10821] ppid=10818 vsize=134388 memory=110256 CPUtime=1722.42 cores=0,2,4,6
/proc/10821/stat : 10821 (cosoco) R 10818 10821 7999 0 -1 4202496 96236 0 0 0 172233 9 0 0 20 0 1 0 435108199 137613312 27564 33554432000 4194304 6211092 140735353864496 140735353861896 5250287 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8312316 8317760 35782656 140735353869323 140735353869425 140735353869425 140735353872334 0
/proc/10821/statm: 33597 27564 910 493 0 26902 0
Current children cumulated CPU time: 1722.42 s
Current children cumulated vsize: 134388 KiB
Current children cumulated memory: 110256 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/203 10993
/proc/meminfo: memFree=31115556/32770624 swapFree=67004420/67108860
[pid=10821] ppid=10818 vsize=134388 memory=110256 CPUtime=1782.43 cores=0,2,4,6
/proc/10821/stat : 10821 (cosoco) R 10818 10821 7999 0 -1 4202496 96568 0 0 0 178234 9 0 0 20 0 1 0 435108199 137613312 27564 33554432000 4194304 6211092 140735353864496 140735353861896 5250289 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8312316 8317760 35782656 140735353869323 140735353869425 140735353869425 140735353872334 0
/proc/10821/statm: 33597 27564 910 493 0 26902 0
Current children cumulated CPU time: 1782.43 s
Current children cumulated vsize: 134388 KiB
Current children cumulated memory: 110256 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/203 10997
/proc/meminfo: memFree=31116236/32770624 swapFree=67004420/67108860
[pid=10821] ppid=10818 vsize=134388 memory=110256 CPUtime=1842.43 cores=0,2,4,6
/proc/10821/stat : 10821 (cosoco) R 10818 10821 7999 0 -1 4202496 96710 0 0 0 184234 9 0 0 20 0 1 0 435108199 137613312 27564 33554432000 4194304 6211092 140735353864496 140735353861896 5250260 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8312316 8317760 35782656 140735353869323 140735353869425 140735353869425 140735353872334 0
/proc/10821/statm: 33597 27564 910 493 0 26902 0
Current children cumulated CPU time: 1842.43 s
Current children cumulated vsize: 134388 KiB
Current children cumulated memory: 110256 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/203 11001
/proc/meminfo: memFree=31116268/32770624 swapFree=67004420/67108860
[pid=10821] ppid=10818 vsize=134388 memory=110256 CPUtime=1902.44 cores=0,2,4,6
/proc/10821/stat : 10821 (cosoco) R 10818 10821 7999 0 -1 4202496 97104 0 0 0 190235 9 0 0 20 0 1 0 435108199 137613312 27564 33554432000 4194304 6211092 140735353864496 140735353861896 5136256 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8312316 8317760 35782656 140735353869323 140735353869425 140735353869425 140735353872334 0
/proc/10821/statm: 33597 27564 910 493 0 26902 0
Current children cumulated CPU time: 1902.44 s
Current children cumulated vsize: 134388 KiB
Current children cumulated memory: 110256 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/203 11007
/proc/meminfo: memFree=31116056/32770624 swapFree=67004420/67108860
[pid=10821] ppid=10818 vsize=134388 memory=110256 CPUtime=1962.44 cores=0,2,4,6
/proc/10821/stat : 10821 (cosoco) R 10818 10821 7999 0 -1 4202496 97104 0 0 0 196235 9 0 0 20 0 1 0 435108199 137613312 27564 33554432000 4194304 6211092 140735353864496 140735353861896 5250289 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8312316 8317760 35782656 140735353869323 140735353869425 140735353869425 140735353872334 0
/proc/10821/statm: 33597 27564 910 493 0 26902 0
Current children cumulated CPU time: 1962.44 s
Current children cumulated vsize: 134388 KiB
Current children cumulated memory: 110256 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/203 11011
/proc/meminfo: memFree=31115752/32770624 swapFree=67004420/67108860
[pid=10821] ppid=10818 vsize=134388 memory=110256 CPUtime=2022.45 cores=0,2,4,6
/proc/10821/stat : 10821 (cosoco) R 10818 10821 7999 0 -1 4202496 97487 0 0 0 202236 9 0 0 20 0 1 0 435108199 137613312 27564 33554432000 4194304 6211092 140735353864496 140735353861896 5136256 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8312316 8317760 35782656 140735353869323 140735353869425 140735353869425 140735353872334 0
/proc/10821/statm: 33597 27564 910 493 0 26902 0
Current children cumulated CPU time: 2022.45 s
Current children cumulated vsize: 134388 KiB
Current children cumulated memory: 110256 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/203 11015
/proc/meminfo: memFree=31115780/32770624 swapFree=67004420/67108860
[pid=10821] ppid=10818 vsize=134388 memory=110256 CPUtime=2082.45 cores=0,2,4,6
/proc/10821/stat : 10821 (cosoco) R 10818 10821 7999 0 -1 4202496 97487 0 0 0 208236 9 0 0 20 0 1 0 435108199 137613312 27564 33554432000 4194304 6211092 140735353864496 140735353861896 5250289 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8312316 8317760 35782656 140735353869323 140735353869425 140735353869425 140735353872334 0
/proc/10821/statm: 33597 27564 910 493 0 26902 0
Current children cumulated CPU time: 2082.45 s
Current children cumulated vsize: 134388 KiB
Current children cumulated memory: 110256 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/203 11021
/proc/meminfo: memFree=31116160/32770624 swapFree=67004420/67108860
[pid=10821] ppid=10818 vsize=134388 memory=110256 CPUtime=2142.46 cores=0,2,4,6
/proc/10821/stat : 10821 (cosoco) R 10818 10821 7999 0 -1 4202496 97863 0 0 0 214237 9 0 0 20 0 1 0 435108199 137613312 27564 33554432000 4194304 6211092 140735353864496 140735353861896 5250272 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8312316 8317760 35782656 140735353869323 140735353869425 140735353869425 140735353872334 0
/proc/10821/statm: 33597 27564 910 493 0 26902 0
Current children cumulated CPU time: 2142.46 s
Current children cumulated vsize: 134388 KiB
Current children cumulated memory: 110256 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/204 11033
/proc/meminfo: memFree=31115456/32770624 swapFree=67004420/67108860
[pid=10821] ppid=10818 vsize=134388 memory=110256 CPUtime=2202.46 cores=0,2,4,6
/proc/10821/stat : 10821 (cosoco) R 10818 10821 7999 0 -1 4202496 97863 0 0 0 220237 9 0 0 20 0 1 0 435108199 137613312 27564 33554432000 4194304 6211092 140735353864496 140735353861896 5250272 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8312316 8317760 35782656 140735353869323 140735353869425 140735353869425 140735353872334 0
/proc/10821/statm: 33597 27564 910 493 0 26902 0
Current children cumulated CPU time: 2202.46 s
Current children cumulated vsize: 134388 KiB
Current children cumulated memory: 110256 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/203 11037
/proc/meminfo: memFree=31115412/32770624 swapFree=67004420/67108860
[pid=10821] ppid=10818 vsize=134388 memory=110256 CPUtime=2262.47 cores=0,2,4,6
/proc/10821/stat : 10821 (cosoco) R 10818 10821 7999 0 -1 4202496 98239 0 0 0 226238 9 0 0 20 0 1 0 435108199 137613312 27564 33554432000 4194304 6211092 140735353864496 140735353861896 5250272 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8312316 8317760 35782656 140735353869323 140735353869425 140735353869425 140735353872334 0
/proc/10821/statm: 33597 27564 910 493 0 26902 0
Current children cumulated CPU time: 2262.47 s
Current children cumulated vsize: 134388 KiB
Current children cumulated memory: 110256 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/204 11044
/proc/meminfo: memFree=31115052/32770624 swapFree=67004420/67108860
[pid=10821] ppid=10818 vsize=134388 memory=110256 CPUtime=2322.47 cores=0,2,4,6
/proc/10821/stat : 10821 (cosoco) R 10818 10821 7999 0 -1 4202496 98239 0 0 0 232238 9 0 0 20 0 1 0 435108199 137613312 27564 33554432000 4194304 6211092 140735353864496 140735353861896 5250298 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8312316 8317760 35782656 140735353869323 140735353869425 140735353869425 140735353872334 0
/proc/10821/statm: 33597 27564 910 493 0 26902 0
Current children cumulated CPU time: 2322.47 s
Current children cumulated vsize: 134388 KiB
Current children cumulated memory: 110256 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/204 11048
/proc/meminfo: memFree=31115316/32770624 swapFree=67004420/67108860
[pid=10821] ppid=10818 vsize=134388 memory=110256 CPUtime=2382.47 cores=0,2,4,6
/proc/10821/stat : 10821 (cosoco) R 10818 10821 7999 0 -1 4202496 98574 0 0 0 238238 9 0 0 20 0 1 0 435108199 137613312 27564 33554432000 4194304 6211092 140735353864496 140735353861896 5250272 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8312316 8317760 35782656 140735353869323 140735353869425 140735353869425 140735353872334 0
/proc/10821/statm: 33597 27564 910 493 0 26902 0
Current children cumulated CPU time: 2382.47 s
Current children cumulated vsize: 134388 KiB
Current children cumulated memory: 110256 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2399.9 s]
/proc/loadavg: 2.00 2.01 2.03 3/211 11132
/proc/meminfo: memFree=31106964/32770624 swapFree=67004420/67108860
[pid=10821] ppid=10818 vsize=134388 memory=110256 CPUtime=2400.08 cores=0,2,4,6
/proc/10821/stat : 10821 (cosoco) R 10818 10821 7999 0 -1 4202496 98574 0 0 0 239999 9 0 0 20 0 1 0 435108199 137613312 27564 33554432000 4194304 6211092 140735353864496 140735353861896 5250260 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8312316 8317760 35782656 140735353869323 140735353869425 140735353869425 140735353872334 0
/proc/10821/statm: 33597 27564 910 493 0 26902 0
Current children cumulated CPU time: 2400.08 s
Current children cumulated vsize: 134388 KiB
Current children cumulated memory: 110256 KiB

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

[startup+2399.9 s]
# the end of solver process 10821 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2399.99 s, system=0.095007 s

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

[startup+2399.9 s]
/proc/loadavg: 2.00 2.01 2.03 3/211 11132
/proc/meminfo: memFree=31106964/32770624 swapFree=67004420/67108860
[pid=10821] ppid=10818 vsize=134388 memory=110256 CPUtime=2400.08 cores=0,2,4,6
/proc/10821/stat : 10821 (cosoco) R 10818 10821 7999 0 -1 4202496 98574 0 0 0 239999 9 0 0 20 0 1 0 435108199 137613312 27564 33554432000 4194304 6211092 140735353864496 140735353861896 5250260 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8312316 8317760 35782656 140735353869323 140735353869425 140735353869425 140735353872334 0
/proc/10821/statm: 33597 27564 910 493 0 26902 0
Current children cumulated CPU time: 2400.08 s
Current children cumulated vsize: 134388 KiB
Current children cumulated memory: 110256 KiB

Child status: 1
Real time (s): 2399.9
CPU time (s): 2400.09
CPU user time (s): 2399.99
CPU system time (s): 0.095007
CPU usage (%): 100.008
Max. virtual memory (cumulated for all children) (KiB): 134388
Max. memory (cumulated for all children) (KiB): 110256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.99
system time used= 0.095007
maximum resident set size= 110300
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98988
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= 24
involuntary context switches= 788


# summary of solver processes directly reported to runsolver:
#   pid: 10821
#   total CPU time (s): 2400.09
#   total CPU user time (s): 2399.99
#   total CPU system time (s): 0.095007

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.2551 second user time and 17.7021 second system time

The end

Launcher Data

Begin job on node133 at 2019-09-16 01:04:06
IDJOB=4397856
IDBENCH=138227
IDSOLVER=2850
FILE ID=node133/4397856-1568588686
RUNJOBID= node133-1568572745-8030
PBS_JOBID= 21703321
Free space on /tmp= 59572 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-4397856-1568588686/watcher-4397856-1568588686 -o /tmp/evaluation-result-4397856-1568588686/solver-4397856-1568588686 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1568572745-8030 --watchdog 2560  cosoco -lc -model -restarts -stick HOME/instance-4397856-1568588686.xml

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

MD5SUM BENCH= 81a54afd524339631fcda48b56d1b2da
RANDOM SEED=1386010824

node133.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.18
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.18
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.18
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.18
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:        31223640 kB
MemAvailable:   31891832 kB
Buffers:          219136 kB
Cached:           741820 kB
SwapCached:         3248 kB
Active:           459752 kB
Inactive:         506192 kB
Active(anon):      29544 kB
Inactive(anon):    24388 kB
Active(file):     430208 kB
Inactive(file):   481804 kB
Unevictable:      111236 kB
Mlocked:          111236 kB
SwapTotal:      67108860 kB
SwapFree:       67004420 kB
Dirty:              3176 kB
Writeback:             0 kB
AnonPages:        114436 kB
Mapped:            48744 kB
Shmem:             39972 kB
Slab:             173104 kB
SReclaimable:     144032 kB
SUnreclaim:        29072 kB
KernelStack:        3648 kB
PageTables:         6012 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     536396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 59572 MiB
End job on node133 at 2019-09-16 01:44:06