Trace number 4397128

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

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-opt-dimacs/
Pb-hanoi4.xml
MD5SUMa17fae509aff329e2f365d061bb5ebf3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark718
Best CPU time to get the best result obtained on this benchmark108.063
Satisfiable
(Un)Satisfiability was proved
Number of variables1436
Number of constraints5652
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":1436}]
Minimum variable degree3
Maximum variable degree29
Distribution of variable degrees[{"degree":3,"count":49},{"degree":4,"count":94},{"degree":5,"count":95},{"degree":6,"count":95},{"degree":7,"count":581},{"degree":9,"count":1},{"degree":10,"count":11},{"degree":11,"count":12},{"degree":12,"count":168},{"degree":15,"count":60},{"degree":19,"count":45},{"degree":21,"count":60},{"degree":23,"count":105},{"degree":29,"count":60}]
Minimum constraint arity1
Maximum constraint arity7
Distribution of constraint arities[{"arity":1,"count":128},{"arity":2,"count":3199},{"arity":3,"count":2280},{"arity":4,"count":15},{"arity":7,"count":30}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":5652}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

2520.04/2520.00	c
2520.04/2520.00	c This is cosoco 2.00 --  
2520.04/2520.00	c
2520.04/2520.00	c command line: cosoco -lc -model -restarts -stick HOME/instance-4397128-1568588429.xml 
2520.04/2520.00	c enable optimization
2520.04/2520.00	c ========================================[ Problem Statistics ]===========================================
2520.04/2520.00	c |                                                                                                       
2520.04/2520.00	c |  Parse time        :         0.43 s 
2520.04/2520.00	c |
2520.04/2520.00	c |               Variables: 1436
2520.04/2520.00	c |            Domain Sizes: 2..2
2520.04/2520.00	c |
2520.04/2520.00	c |             Constraints: 5653
2520.04/2520.00	c |                   Arity: 1..1436  -- Unary: 128  -- Binary: 3199  -- Ternary: 2280
2520.04/2520.00	c | 
2520.04/2520.00	c |                   Types: 
2520.04/2520.00	c |                          Sum: 5653
2520.04/2520.00	c |                          
2520.04/2520.00	c |               Objective: Minimize Sum
2520.04/2520.00	
2520.04/2520.00	c =========================================================================================================
2520.04/2520.00	
2520.04/2520.00	c *** INTERRUPTED ***
2520.04/2520.00	c call to solver        : 0
2520.04/2520.00	c
2520.04/2520.00	c restarts              : 60          
2520.04/2520.00	c conflicts             : 309961       (123 /sec)
2520.04/2520.00	c decisions             : 10624478     (4216 /sec)
2520.04/2520.01	c propagations          : 147810454   (58654 /sec)
2520.04/2520.01	c root propagations     : 354         
2520.04/2520.01	c filter calls          : 1140222826     (452464 /sec)
2520.04/2520.01	c useless filter calls  : 1013129817     (88 %)
2520.04/2520.01	c Memory used           : 68.02 MB
2520.04/2520.01	c Best bound time (wc)  : -1.56859e+09 s
2520.04/2520.01	c CPU time              : 2520.03 s
2520.04/2520.01	c real time             : 2520.01 s
2520.04/2520.01	
2520.04/2520.01	c No Bound found!
2520.04/2520.01	
2520.04/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 (14814 MiB free)
  memory of node 1: 16384 MiB (15377 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4397128-1568588429/watcher-4397128-1568588429 -o /tmp/evaluation-result-4397128-1568588429/solver-4397128-1568588429 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568572744-4609 --watchdog 2580 cosoco -lc -model -restarts -stick HOME/instance-4397128-1568588429.xml 

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

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


[startup+0.100153 s]*
/proc/loadavg: 2.00 2.01 2.05 3/199 7536
/proc/meminfo: memFree=30912908/32770624 swapFree=66937040/67108860
[pid=7535] ppid=7532 vsize=31952 memory=8280 CPUtime=0.1 cores=1,3,5,7
/proc/7535/stat : 7535 (cosoco) R 7532 7535 4577 0 -1 4202496 2254 0 0 0 10 0 0 0 20 0 1 0 435114272 32718848 2070 33554432000 4194304 6211092 140734368279408 140734368273728 140570928647141 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 20811776 140734368285707 140734368285809 140734368285809 140734368288718 0
/proc/7535/statm: 7988 2070 837 493 0 1293 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 31952 KiB
Current children cumulated memory: 8280 KiB

[startup+0.209576 s]*
/proc/loadavg: 2.00 2.01 2.05 3/199 7536
/proc/meminfo: memFree=30901748/32770624 swapFree=66937040/67108860
[pid=7535] ppid=7532 vsize=43196 memory=19524 CPUtime=0.2 cores=1,3,5,7
/proc/7535/stat : 7535 (cosoco) R 7532 7535 4577 0 -1 4202496 5064 0 0 0 20 0 0 0 20 0 1 0 435114272 44232704 4881 33554432000 4194304 6211092 140734368279408 140734368273728 140570928647141 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 20811776 140734368285707 140734368285809 140734368285809 140734368288718 0
/proc/7535/statm: 10799 4881 837 493 0 4104 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 43196 KiB
Current children cumulated memory: 19524 KiB

[startup+0.309562 s]*
/proc/loadavg: 2.00 2.01 2.05 3/199 7536
/proc/meminfo: memFree=30891332/32770624 swapFree=66937040/67108860
[pid=7535] ppid=7532 vsize=53388 memory=29716 CPUtime=0.3 cores=1,3,5,7
/proc/7535/stat : 7535 (cosoco) R 7532 7535 4577 0 -1 4202496 7620 0 0 0 30 0 0 0 20 0 1 0 435114272 54669312 7429 33554432000 4194304 6211092 140734368279408 140734368273728 140570928647141 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 20811776 140734368285707 140734368285809 140734368285809 140734368288718 0
/proc/7535/statm: 13347 7429 837 493 0 6652 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 53388 KiB
Current children cumulated memory: 29716 KiB

[startup+0.700295 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 7536
/proc/meminfo: memFree=30879428/32770624 swapFree=66937040/67108860
[pid=7535] ppid=7532 vsize=67400 memory=43900 CPUtime=0.69 cores=1,3,5,7
/proc/7535/stat : 7535 (cosoco) R 7532 7535 4577 0 -1 4202496 11190 0 0 0 68 1 0 0 20 0 1 0 435114272 69017600 10975 33554432000 4194304 6211092 140734368279408 140734368273728 5156144 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 20811776 140734368285707 140734368285809 140734368285809 140734368288718 0
/proc/7535/statm: 16850 10975 877 493 0 10155 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 67400 KiB
Current children cumulated memory: 43900 KiB

[startup+1.50029 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 7536
/proc/meminfo: memFree=30876452/32770624 swapFree=66937040/67108860
[pid=7535] ppid=7532 vsize=67400 memory=43900 CPUtime=1.49 cores=1,3,5,7
/proc/7535/stat : 7535 (cosoco) R 7532 7535 4577 0 -1 4202496 11190 0 0 0 148 1 0 0 20 0 1 0 435114272 69017600 10975 33554432000 4194304 6211092 140734368279408 140734368276648 5250224 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 20811776 140734368285707 140734368285809 140734368285809 140734368288718 0
/proc/7535/statm: 16850 10975 877 493 0 10155 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 67400 KiB
Current children cumulated memory: 43900 KiB

[startup+3.10947 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 7536
/proc/meminfo: memFree=30874212/32770624 swapFree=66937040/67108860
[pid=7535] ppid=7532 vsize=69652 memory=46328 CPUtime=3.1 cores=1,3,5,7
/proc/7535/stat : 7535 (cosoco) R 7532 7535 4577 0 -1 4202496 17704 0 0 0 308 2 0 0 20 0 1 0 435114272 71323648 11582 33554432000 4194304 6211092 140734368279408 140734368276808 5155328 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 20811776 140734368285707 140734368285809 140734368285809 140734368288718 0
/proc/7535/statm: 17413 11582 877 493 0 10718 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 69652 KiB
Current children cumulated memory: 46328 KiB

[startup+6.30027 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 7536
/proc/meminfo: memFree=30873768/32770624 swapFree=66937040/67108860
[pid=7535] ppid=7532 vsize=69652 memory=46328 CPUtime=6.29 cores=1,3,5,7
/proc/7535/stat : 7535 (cosoco) R 7532 7535 4577 0 -1 4202496 23194 0 0 0 627 2 0 0 20 0 1 0 435114272 71323648 11582 33554432000 4194304 6211092 140734368279408 140734368276808 5156133 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 20811776 140734368285707 140734368285809 140734368285809 140734368288718 0
/proc/7535/statm: 17413 11582 877 493 0 10718 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 69652 KiB
Current children cumulated memory: 46328 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 7536
/proc/meminfo: memFree=30873296/32770624 swapFree=66937040/67108860
[pid=7535] ppid=7532 vsize=69652 memory=46328 CPUtime=12.69 cores=1,3,5,7
/proc/7535/stat : 7535 (cosoco) R 7532 7535 4577 0 -1 4202496 28632 0 0 0 1267 2 0 0 20 0 1 0 435114272 71323648 11582 33554432000 4194304 6211092 140734368279408 140734368276808 5009142 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 20811776 140734368285707 140734368285809 140734368285809 140734368288718 0
/proc/7535/statm: 17413 11582 877 493 0 10718 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 69652 KiB
Current children cumulated memory: 46328 KiB

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 7545
/proc/meminfo: memFree=30872632/32770624 swapFree=66937044/67108860
[pid=7535] ppid=7532 vsize=69652 memory=46336 CPUtime=25.49 cores=1,3,5,7
/proc/7535/stat : 7535 (cosoco) R 7532 7535 4577 0 -1 4202496 33857 0 0 0 2547 2 0 0 20 0 1 0 435114272 71323648 11584 33554432000 4194304 6211092 140734368279408 140734368276808 5250234 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 20811776 140734368285707 140734368285809 140734368285809 140734368288718 0
/proc/7535/statm: 17413 11584 877 493 0 10718 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 69652 KiB
Current children cumulated memory: 46336 KiB

[startup+51.1094 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 7547
/proc/meminfo: memFree=30872372/32770624 swapFree=66937044/67108860
[pid=7535] ppid=7532 vsize=69652 memory=46340 CPUtime=51.09 cores=1,3,5,7
/proc/7535/stat : 7535 (cosoco) R 7532 7535 4577 0 -1 4202496 34185 0 0 0 5107 2 0 0 20 0 1 0 435114272 71323648 11585 33554432000 4194304 6211092 140734368279408 140734368276808 5409431 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 20811776 140734368285707 140734368285809 140734368285809 140734368288718 0
/proc/7535/statm: 17413 11585 877 493 0 10718 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 69652 KiB
Current children cumulated memory: 46340 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/201 7577
/proc/meminfo: memFree=30871800/32770624 swapFree=66937048/67108860
[pid=7535] ppid=7532 vsize=69652 memory=46340 CPUtime=102.28 cores=1,3,5,7
/proc/7535/stat : 7535 (cosoco) R 7532 7535 4577 0 -1 4202496 34513 0 0 0 10226 2 0 0 20 0 1 0 435114272 71323648 11585 33554432000 4194304 6211092 140734368279408 140734368276808 5250272 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 20811776 140734368285707 140734368285809 140734368285809 140734368288718 0
/proc/7535/statm: 17413 11585 877 493 0 10718 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 69652 KiB
Current children cumulated memory: 46340 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/201 7581
/proc/meminfo: memFree=30871748/32770624 swapFree=66937048/67108860
[pid=7535] ppid=7532 vsize=69652 memory=46340 CPUtime=162.29 cores=1,3,5,7
/proc/7535/stat : 7535 (cosoco) R 7532 7535 4577 0 -1 4202496 34841 0 0 0 16227 2 0 0 20 0 1 0 435114272 71323648 11585 33554432000 4194304 6211092 140734368279408 140734368276808 5155804 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 20811776 140734368285707 140734368285809 140734368285809 140734368288718 0
/proc/7535/statm: 17413 11585 877 493 0 10718 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 69652 KiB
Current children cumulated memory: 46340 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/201 7587
/proc/meminfo: memFree=30871584/32770624 swapFree=66937048/67108860
[pid=7535] ppid=7532 vsize=69652 memory=46340 CPUtime=222.29 cores=1,3,5,7
/proc/7535/stat : 7535 (cosoco) R 7532 7535 4577 0 -1 4202496 35164 0 0 0 22227 2 0 0 20 0 1 0 435114272 71323648 11585 33554432000 4194304 6211092 140734368279408 140734368276808 5250459 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 20811776 140734368285707 140734368285809 140734368285809 140734368288718 0
/proc/7535/statm: 17413 11585 877 493 0 10718 0
Current children cumulated CPU time: 222.29 s
Current children cumulated vsize: 69652 KiB
Current children cumulated memory: 46340 KiB

[startup+282.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/201 7591
/proc/meminfo: memFree=30872120/32770624 swapFree=66937048/67108860
[pid=7535] ppid=7532 vsize=69652 memory=46340 CPUtime=282.29 cores=1,3,5,7
/proc/7535/stat : 7535 (cosoco) R 7532 7535 4577 0 -1 4202496 35486 0 0 0 28227 2 0 0 20 0 1 0 435114272 71323648 11585 33554432000 4194304 6211092 140734368279408 140734368276808 5155804 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 20811776 140734368285707 140734368285809 140734368285809 140734368288718 0
/proc/7535/statm: 17413 11585 877 493 0 10718 0
Current children cumulated CPU time: 282.29 s
Current children cumulated vsize: 69652 KiB
Current children cumulated memory: 46340 KiB

[startup+342.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/200 7595
/proc/meminfo: memFree=30871800/32770624 swapFree=66937048/67108860
[pid=7535] ppid=7532 vsize=69652 memory=46340 CPUtime=342.29 cores=1,3,5,7
/proc/7535/stat : 7535 (cosoco) R 7532 7535 4577 0 -1 4202496 35820 0 0 0 34227 2 0 0 20 0 1 0 435114272 71323648 11585 33554432000 4194304 6211092 140734368279408 140734368276808 5156133 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 20811776 140734368285707 140734368285809 140734368285809 140734368288718 0
/proc/7535/statm: 17413 11585 877 493 0 10718 0
Current children cumulated CPU time: 342.29 s
Current children cumulated vsize: 69652 KiB
Current children cumulated memory: 46340 KiB

[startup+402.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/199 7601
/proc/meminfo: memFree=30871972/32770624 swapFree=66937048/67108860
[pid=7535] ppid=7532 vsize=69652 memory=46340 CPUtime=402.29 cores=1,3,5,7
/proc/7535/stat : 7535 (cosoco) R 7532 7535 4577 0 -1 4202496 36134 0 0 0 40227 2 0 0 20 0 1 0 435114272 71323648 11585 33554432000 4194304 6211092 140734368279408 140734368276808 5250450 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 20811776 140734368285707 140734368285809 140734368285809 140734368288718 0
/proc/7535/statm: 17413 11585 877 493 0 10718 0
Current children cumulated CPU time: 402.29 s
Current children cumulated vsize: 69652 KiB
Current children cumulated memory: 46340 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 7605
/proc/meminfo: memFree=30871896/32770624 swapFree=66937048/67108860
[pid=7535] ppid=7532 vsize=69652 memory=46340 CPUtime=462.29 cores=1,3,5,7
/proc/7535/stat : 7535 (cosoco) R 7532 7535 4577 0 -1 4202496 36455 0 0 0 46227 2 0 0 20 0 1 0 435114272 71323648 11585 33554432000 4194304 6211092 140734368279408 140734368276808 5155804 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 20811776 140734368285707 140734368285809 140734368285809 140734368288718 0
/proc/7535/statm: 17413 11585 877 493 0 10718 0
Current children cumulated CPU time: 462.29 s
Current children cumulated vsize: 69652 KiB
Current children cumulated memory: 46340 KiB


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

/proc/7535/statm: 17413 11585 877 493 0 10718 0
Current children cumulated CPU time: 1722.32 s
Current children cumulated vsize: 69652 KiB
Current children cumulated memory: 46340 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 7785
/proc/meminfo: memFree=30873668/32770624 swapFree=66937072/67108860
[pid=7535] ppid=7532 vsize=69652 memory=46340 CPUtime=1782.32 cores=1,3,5,7
/proc/7535/stat : 7535 (cosoco) R 7532 7535 4577 0 -1 4202496 43301 0 0 0 178230 2 0 0 20 0 1 0 435114272 71323648 11585 33554432000 4194304 6211092 140734368279408 140734368276808 5250224 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 20811776 140734368285707 140734368285809 140734368285809 140734368288718 0
/proc/7535/statm: 17413 11585 877 493 0 10718 0
Current children cumulated CPU time: 1782.32 s
Current children cumulated vsize: 69652 KiB
Current children cumulated memory: 46340 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 7799
/proc/meminfo: memFree=30873472/32770624 swapFree=66937076/67108860
[pid=7535] ppid=7532 vsize=69652 memory=46340 CPUtime=1842.32 cores=1,3,5,7
/proc/7535/stat : 7535 (cosoco) R 7532 7535 4577 0 -1 4202496 43608 0 0 0 184230 2 0 0 20 0 1 0 435114272 71323648 11585 33554432000 4194304 6211092 140734368279408 140734368276808 5250279 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 20811776 140734368285707 140734368285809 140734368285809 140734368288718 0
/proc/7535/statm: 17413 11585 877 493 0 10718 0
Current children cumulated CPU time: 1842.32 s
Current children cumulated vsize: 69652 KiB
Current children cumulated memory: 46340 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 7803
/proc/meminfo: memFree=30873564/32770624 swapFree=66937076/67108860
[pid=7535] ppid=7532 vsize=69652 memory=46340 CPUtime=1902.32 cores=1,3,5,7
/proc/7535/stat : 7535 (cosoco) R 7532 7535 4577 0 -1 4202496 43915 0 0 0 190230 2 0 0 20 0 1 0 435114272 71323648 11585 33554432000 4194304 6211092 140734368279408 140734368276808 5156232 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 20811776 140734368285707 140734368285809 140734368285809 140734368288718 0
/proc/7535/statm: 17413 11585 877 493 0 10718 0
Current children cumulated CPU time: 1902.32 s
Current children cumulated vsize: 69652 KiB
Current children cumulated memory: 46340 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 7807
/proc/meminfo: memFree=30873796/32770624 swapFree=66937076/67108860
[pid=7535] ppid=7532 vsize=69652 memory=46340 CPUtime=1962.32 cores=1,3,5,7
/proc/7535/stat : 7535 (cosoco) R 7532 7535 4577 0 -1 4202496 44229 0 0 0 196230 2 0 0 20 0 1 0 435114272 71323648 11585 33554432000 4194304 6211092 140734368279408 140734368276808 5156179 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 20811776 140734368285707 140734368285809 140734368285809 140734368288718 0
/proc/7535/statm: 17413 11585 877 493 0 10718 0
Current children cumulated CPU time: 1962.32 s
Current children cumulated vsize: 69652 KiB
Current children cumulated memory: 46340 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 7813
/proc/meminfo: memFree=30872948/32770624 swapFree=66937076/67108860
[pid=7535] ppid=7532 vsize=69652 memory=46340 CPUtime=2022.32 cores=1,3,5,7
/proc/7535/stat : 7535 (cosoco) R 7532 7535 4577 0 -1 4202496 44490 0 0 0 202230 2 0 0 20 0 1 0 435114272 71323648 11585 33554432000 4194304 6211092 140734368279408 140734368276808 5156224 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 20811776 140734368285707 140734368285809 140734368285809 140734368288718 0
/proc/7535/statm: 17413 11585 877 493 0 10718 0
Current children cumulated CPU time: 2022.32 s
Current children cumulated vsize: 69652 KiB
Current children cumulated memory: 46340 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 7817
/proc/meminfo: memFree=30872848/32770624 swapFree=66937076/67108860
[pid=7535] ppid=7532 vsize=69652 memory=46340 CPUtime=2082.32 cores=1,3,5,7
/proc/7535/stat : 7535 (cosoco) R 7532 7535 4577 0 -1 4202496 44703 0 0 0 208230 2 0 0 20 0 1 0 435114272 71323648 11585 33554432000 4194304 6211092 140734368279408 140734368276808 5250251 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 20811776 140734368285707 140734368285809 140734368285809 140734368288718 0
/proc/7535/statm: 17413 11585 877 493 0 10718 0
Current children cumulated CPU time: 2082.32 s
Current children cumulated vsize: 69652 KiB
Current children cumulated memory: 46340 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 7821
/proc/meminfo: memFree=30873484/32770624 swapFree=66937076/67108860
[pid=7535] ppid=7532 vsize=69652 memory=46340 CPUtime=2142.33 cores=1,3,5,7
/proc/7535/stat : 7535 (cosoco) R 7532 7535 4577 0 -1 4202496 44994 0 0 0 214231 2 0 0 20 0 1 0 435114272 71323648 11585 33554432000 4194304 6211092 140734368279408 140734368276808 5409439 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 20811776 140734368285707 140734368285809 140734368285809 140734368288718 0
/proc/7535/statm: 17413 11585 877 493 0 10718 0
Current children cumulated CPU time: 2142.33 s
Current children cumulated vsize: 69652 KiB
Current children cumulated memory: 46340 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 7827
/proc/meminfo: memFree=30873420/32770624 swapFree=66937076/67108860
[pid=7535] ppid=7532 vsize=69652 memory=46340 CPUtime=2202.33 cores=1,3,5,7
/proc/7535/stat : 7535 (cosoco) R 7532 7535 4577 0 -1 4202496 45337 0 0 0 220231 2 0 0 20 0 1 0 435114272 71323648 11585 33554432000 4194304 6211092 140734368279408 140734368276808 5155800 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 20811776 140734368285707 140734368285809 140734368285809 140734368288718 0
/proc/7535/statm: 17413 11585 877 493 0 10718 0
Current children cumulated CPU time: 2202.33 s
Current children cumulated vsize: 69652 KiB
Current children cumulated memory: 46340 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 7831
/proc/meminfo: memFree=30873380/32770624 swapFree=66937076/67108860
[pid=7535] ppid=7532 vsize=69652 memory=46340 CPUtime=2262.33 cores=1,3,5,7
/proc/7535/stat : 7535 (cosoco) R 7532 7535 4577 0 -1 4202496 45633 0 0 0 226231 2 0 0 20 0 1 0 435114272 71323648 11585 33554432000 4194304 6211092 140734368279408 140734368276808 5250234 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 20811776 140734368285707 140734368285809 140734368285809 140734368288718 0
/proc/7535/statm: 17413 11585 877 493 0 10718 0
Current children cumulated CPU time: 2262.33 s
Current children cumulated vsize: 69652 KiB
Current children cumulated memory: 46340 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 7835
/proc/meminfo: memFree=30873132/32770624 swapFree=66937076/67108860
[pid=7535] ppid=7532 vsize=69652 memory=46340 CPUtime=2322.33 cores=1,3,5,7
/proc/7535/stat : 7535 (cosoco) R 7532 7535 4577 0 -1 4202496 45948 0 0 0 232231 2 0 0 20 0 1 0 435114272 71323648 11585 33554432000 4194304 6211092 140734368279408 140734368276808 5250272 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 20811776 140734368285707 140734368285809 140734368285809 140734368288718 0
/proc/7535/statm: 17413 11585 877 493 0 10718 0
Current children cumulated CPU time: 2322.33 s
Current children cumulated vsize: 69652 KiB
Current children cumulated memory: 46340 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/198 7841
/proc/meminfo: memFree=30874304/32770624 swapFree=66937076/67108860
[pid=7535] ppid=7532 vsize=69652 memory=46340 CPUtime=2382.33 cores=1,3,5,7
/proc/7535/stat : 7535 (cosoco) R 7532 7535 4577 0 -1 4202496 46260 0 0 0 238231 2 0 0 20 0 1 0 435114272 71323648 11585 33554432000 4194304 6211092 140734368279408 140734368276808 5250279 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 20811776 140734368285707 140734368285809 140734368285809 140734368288718 0
/proc/7535/statm: 17413 11585 877 493 0 10718 0
Current children cumulated CPU time: 2382.33 s
Current children cumulated vsize: 69652 KiB
Current children cumulated memory: 46340 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/201 7855
/proc/meminfo: memFree=30872852/32770624 swapFree=66937076/67108860
[pid=7535] ppid=7532 vsize=69652 memory=46340 CPUtime=2442.33 cores=1,3,5,7
/proc/7535/stat : 7535 (cosoco) R 7532 7535 4577 0 -1 4202496 46539 0 0 0 244231 2 0 0 20 0 1 0 435114272 71323648 11585 33554432000 4194304 6211092 140734368279408 140734368276808 5250272 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 20811776 140734368285707 140734368285809 140734368285809 140734368288718 0
/proc/7535/statm: 17413 11585 877 493 0 10718 0
Current children cumulated CPU time: 2442.33 s
Current children cumulated vsize: 69652 KiB
Current children cumulated memory: 46340 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/201 7859
/proc/meminfo: memFree=30872912/32770624 swapFree=66937076/67108860
[pid=7535] ppid=7532 vsize=69652 memory=46340 CPUtime=2502.33 cores=1,3,5,7
/proc/7535/stat : 7535 (cosoco) R 7532 7535 4577 0 -1 4202496 46847 0 0 0 250231 2 0 0 20 0 1 0 435114272 71323648 11585 33554432000 4194304 6211092 140734368279408 140734368276808 5155800 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 20811776 140734368285707 140734368285809 140734368285809 140734368288718 0
/proc/7535/statm: 17413 11585 877 493 0 10718 0
Current children cumulated CPU time: 2502.33 s
Current children cumulated vsize: 69652 KiB
Current children cumulated memory: 46340 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 2.05 3/201 7861
/proc/meminfo: memFree=30873284/32770624 swapFree=66937076/67108860
[pid=7535] ppid=7532 vsize=69652 memory=46340 CPUtime=2520.04 cores=1,3,5,7
/proc/7535/stat : 7535 (cosoco) R 7532 7535 4577 0 -1 4202496 47133 0 0 0 252002 2 0 0 20 0 1 0 435114272 71323648 11585 33554432000 4194304 6211092 140734368279408 140734368276808 5155996 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 20811776 140734368285707 140734368285809 140734368285809 140734368288718 0
/proc/7535/statm: 17413 11585 877 493 0 10718 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 69652 KiB
Current children cumulated memory: 46340 KiB

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

[startup+2520.01 s]
# the end of solver process 7535 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2520.03 s, system=0.027 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): 2520.06
CPU user time (s): 2520.03
CPU system time (s): 0.027
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 69652
Max. memory (cumulated for all children) (KiB): 46340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2520.03
system time used= 0.027
maximum resident set size= 46408
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47187
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= 29
involuntary context switches= 636


# summary of solver processes directly reported to runsolver:
#   pid: 7535
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2520.03
#   total CPU system time (s): 0.027

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.95095 second user time and 16.5838 second system time

The end

Launcher Data

Begin job on node151 at 2019-09-16 00:59:49
IDJOB=4397128
IDBENCH=134974
IDSOLVER=2848
FILE ID=node151/4397128-1568588429
RUNJOBID= node151-1568572744-4609
PBS_JOBID= 21703306
Free space on /tmp= 59304 MiB

SOLVER NAME= cosoco 2.0
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-dimacs/Pb-hanoi4.xml
COMMAND LINE= cosoco -lc -model -restarts -stick BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4397128-1568588429/watcher-4397128-1568588429 -o /tmp/evaluation-result-4397128-1568588429/solver-4397128-1568588429 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568572744-4609 --watchdog 2580  cosoco -lc -model -restarts -stick HOME/instance-4397128-1568588429.xml

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

MD5SUM BENCH= a17fae509aff329e2f365d061bb5ebf3
RANDOM SEED=2113842222

node151.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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30916496 kB
MemAvailable:   31841852 kB
Buffers:          210044 kB
Cached:          1014780 kB
SwapCached:        69824 kB
Active:           663360 kB
Inactive:         636692 kB
Active(anon):      11604 kB
Inactive(anon):   107032 kB
Active(file):     651756 kB
Inactive(file):   529660 kB
Unevictable:      109456 kB
Mlocked:          109456 kB
SwapTotal:      67108860 kB
SwapFree:       66937040 kB
Dirty:              2744 kB
Writeback:             0 kB
AnonPages:        222316 kB
Mapped:            43716 kB
Shmem:             34424 kB
Slab:             148260 kB
SReclaimable:     119548 kB
SUnreclaim:        28712 kB
KernelStack:        3504 kB
PageTables:         5816 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     538048 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    176128 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 59304 MiB
End job on node151 at 2019-09-16 01:41:49