Trace number 4390396

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? (TO) 2400.1 2400.5

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.19	c Create Cardinality(vars,values,occurs) constraint using 4060 Exactly/AtMost.. constraint 
0.10/0.19	c
2400.09/2400.50	c
2400.09/2400.50	c This is cosoco 2.00 --  
2400.09/2400.50	c
2400.09/2400.50	c command line: cosoco -lc -model -restarts -stick HOME/instance-4390396-1568353859.xml 
2400.09/2400.50	c enable optimization
2400.09/2400.50	c ========================================[ Problem Statistics ]===========================================
2400.09/2400.50	c |                                                                                                       
2400.09/2400.50	c |  Parse time        :         0.25 s 
2400.09/2400.50	c |
2400.09/2400.50	c |               Variables: 4061
2400.09/2400.50	c |            Domain Sizes: 82..581
2400.09/2400.50	c |
2400.09/2400.50	c |             Constraints: 1243
2400.09/2400.50	c |                   Arity: 1..4060  -- Unary: 1
2400.09/2400.50	c | 
2400.09/2400.50	c |                   Types: 
2400.09/2400.50	c |                          Exactly K: 82
2400.09/2400.50	c |                          Exactly K variable: 1
2400.09/2400.50	c |                          Intension: 1
2400.09/2400.50	c |                          Lex: 579
2400.09/2400.50	c |                          MDD: 580
2400.09/2400.50	c |                          
2400.09/2400.50	c |               Objective: Maximize Intension
2400.09/2400.50	
2400.09/2400.50	c =========================================================================================================
2400.09/2400.50	
2400.09/2400.50	c *** INTERRUPTED ***
2400.09/2400.50	c call to solver        : 0
2400.09/2400.50	c
2400.09/2400.50	c restarts              : 2           
2400.09/2400.50	c conflicts             : 250          (0 /sec)
2400.09/2400.50	c decisions             : 6222         (3 /sec)
2400.09/2400.50	c propagations          : 7639323     (3183 /sec)
2400.09/2400.50	c root propagations     : 209960      
2400.09/2400.50	c filter calls          : 7773748        (3239 /sec)
2400.09/2400.50	c useless filter calls  : 7620264        (98 %)
2400.09/2400.50	c Memory used           : 131.24 MB
2400.09/2400.50	c Best bound time (wc)  : -1.56835e+09 s
2400.09/2400.50	c CPU time              : 2399.96 s
2400.09/2400.50	c real time             : 2400.5 s
2400.09/2400.50	
2400.09/2400.50	c No Bound found!
2400.09/2400.50	
2400.09/2400.50	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 (14443 MiB free)
  memory of node 1: 16384 MiB (15232 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4390396-1568353859/watcher-4390396-1568353859 -o /tmp/evaluation-result-4390396-1568353859/solver-4390396-1568353859 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1568335411-5299 --watchdog 2560 cosoco -lc -model -restarts -stick HOME/instance-4390396-1568353859.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=10076, runsolver pid=10073
Current StackSize limit: 8192 KiB


[startup+0.100204 s]*
/proc/loadavg: 2.00 2.09 2.10 3/203 10077
/proc/meminfo: memFree=30364944/32770624 swapFree=66916392/67108860
[pid=10076] ppid=10073 vsize=51116 memory=26952 CPUtime=0.1 cores=0,2,4,6
/proc/10076/stat : 10076 (cosoco) R 10073 10076 5268 0 -1 4202496 7207 0 0 0 9 1 0 0 20 0 1 0 411636446 52342784 6738 33554432000 4194304 6210612 140729228664720 140729228661256 140341410794948 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 19877888 140729228669963 140729228670065 140729228670065 140729228672974 0
/proc/10076/statm: 12779 6738 808 493 0 6084 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 51116 KiB
Current children cumulated memory: 26952 KiB

[startup+0.209931 s]*
/proc/loadavg: 2.00 2.09 2.10 3/203 10077
/proc/meminfo: memFree=30337540/32770624 swapFree=66916392/67108860
[pid=10076] ppid=10073 vsize=90200 memory=64600 CPUtime=0.21 cores=0,2,4,6
/proc/10076/stat : 10076 (cosoco) R 10073 10076 5268 0 -1 4202496 17454 0 0 0 19 2 0 0 20 0 1 0 411636446 92364800 16150 33554432000 4194304 6210612 140729228664720 140729228661256 140341400905632 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 19877888 140729228669963 140729228670065 140729228670065 140729228672974 0
/proc/10076/statm: 22550 16150 832 493 0 15855 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 90200 KiB
Current children cumulated memory: 64600 KiB

[startup+0.309937 s]*
/proc/loadavg: 2.00 2.09 2.10 3/203 10077
/proc/meminfo: memFree=30324444/32770624 swapFree=66916392/67108860
[pid=10076] ppid=10073 vsize=91720 memory=67464 CPUtime=0.31 cores=0,2,4,6
/proc/10076/stat : 10076 (cosoco) R 10073 10076 5268 0 -1 4202496 18507 0 0 0 29 2 0 0 20 0 1 0 411636446 93921280 16866 33554432000 4194304 6210612 140729228664720 140729228660840 5249724 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 19877888 140729228669963 140729228670065 140729228670065 140729228672974 0
/proc/10076/statm: 22930 16866 872 493 0 16235 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 91720 KiB
Current children cumulated memory: 67464 KiB

[startup+0.700435 s]
/proc/loadavg: 2.00 2.09 2.10 3/203 10077
/proc/meminfo: memFree=30324444/32770624 swapFree=66916392/67108860
[pid=10076] ppid=10073 vsize=91720 memory=67464 CPUtime=0.69 cores=0,2,4,6
/proc/10076/stat : 10076 (cosoco) R 10073 10076 5268 0 -1 4202496 18507 0 0 0 67 2 0 0 20 0 1 0 411636446 93921280 16866 33554432000 4194304 6210612 140729228664720 140729228660840 5135943 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 19877888 140729228669963 140729228670065 140729228670065 140729228672974 0
/proc/10076/statm: 22930 16866 872 493 0 16235 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 91720 KiB
Current children cumulated memory: 67464 KiB

[startup+1.50045 s]
/proc/loadavg: 2.00 2.09 2.10 3/203 10077
/proc/meminfo: memFree=30324444/32770624 swapFree=66916392/67108860
[pid=10076] ppid=10073 vsize=91720 memory=67464 CPUtime=1.49 cores=0,2,4,6
/proc/10076/stat : 10076 (cosoco) R 10073 10076 5268 0 -1 4202496 18507 0 0 0 147 2 0 0 20 0 1 0 411636446 93921280 16866 33554432000 4194304 6210612 140729228664720 140729228662984 5249712 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 19877888 140729228669963 140729228670065 140729228670065 140729228672974 0
/proc/10076/statm: 22930 16866 872 493 0 16235 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 91720 KiB
Current children cumulated memory: 67464 KiB

[startup+3.10991 s]
/proc/loadavg: 2.00 2.09 2.10 3/203 10077
/proc/meminfo: memFree=30324024/32770624 swapFree=66916392/67108860
[pid=10076] ppid=10073 vsize=91720 memory=67600 CPUtime=3.09 cores=0,2,4,6
/proc/10076/stat : 10076 (cosoco) R 10073 10076 5268 0 -1 4202496 25416 0 0 0 307 2 0 0 20 0 1 0 411636446 93921280 16900 33554432000 4194304 6210612 140729228664720 140729228662984 5249719 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 19877888 140729228669963 140729228670065 140729228670065 140729228672974 0
/proc/10076/statm: 22930 16900 904 493 0 16235 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 91720 KiB
Current children cumulated memory: 67600 KiB

[startup+6.30044 s]
/proc/loadavg: 2.00 2.09 2.10 3/203 10077
/proc/meminfo: memFree=30324028/32770624 swapFree=66916392/67108860
[pid=10076] ppid=10073 vsize=91720 memory=67600 CPUtime=6.29 cores=0,2,4,6
/proc/10076/stat : 10076 (cosoco) R 10073 10076 5268 0 -1 4202496 32898 0 0 0 626 3 0 0 20 0 1 0 411636446 93921280 16900 33554432000 4194304 6210612 140729228664720 140729228662984 5249729 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8308220 8313664 19877888 140729228669963 140729228670065 140729228670065 140729228672974 0
/proc/10076/statm: 22930 16900 904 493 0 16235 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 91720 KiB
Current children cumulated memory: 67600 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.08 2.10 3/203 10077
/proc/meminfo: memFree=30323996/32770624 swapFree=66916392/67108860
[pid=10076] ppid=10073 vsize=91720 memory=67600 CPUtime=12.68 cores=0,2,4,6
/proc/10076/stat : 10076 (cosoco) R 10073 10076 5268 0 -1 4202496 41276 0 0 0 1265 3 0 0 20 0 1 0 411636446 93921280 16900 33554432000 4194304 6210612 140729228664720 140729228662984 5022871 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 19877888 140729228669963 140729228670065 140729228670065 140729228672974 0
/proc/10076/statm: 22930 16900 904 493 0 16235 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 91720 KiB
Current children cumulated memory: 67600 KiB

[startup+25.5003 s]
/proc/loadavg: 2.00 2.08 2.10 3/203 10077
/proc/meminfo: memFree=30324120/32770624 swapFree=66916392/67108860
[pid=10076] ppid=10073 vsize=91720 memory=67600 CPUtime=25.48 cores=0,2,4,6
/proc/10076/stat : 10076 (cosoco) R 10073 10076 5268 0 -1 4202496 58902 0 0 0 2544 4 0 0 20 0 1 0 411636446 93921280 16900 33554432000 4194304 6210612 140729228664720 140729228662984 5135888 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 19877888 140729228669963 140729228670065 140729228670065 140729228672974 0
/proc/10076/statm: 22930 16900 904 493 0 16235 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 91720 KiB
Current children cumulated memory: 67600 KiB

[startup+51.1099 s]
/proc/loadavg: 2.00 2.07 2.09 3/203 10079
/proc/meminfo: memFree=30321372/32770624 swapFree=66916392/67108860
[pid=10076] ppid=10073 vsize=94360 memory=70104 CPUtime=51.08 cores=0,2,4,6
/proc/10076/stat : 10076 (cosoco) R 10073 10076 5268 0 -1 4202496 69942 0 0 0 5103 5 0 0 20 0 1 0 411636446 96624640 17526 33554432000 4194304 6210612 140729228664720 140729228662120 5249729 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 19877888 140729228669963 140729228670065 140729228670065 140729228672974 0
/proc/10076/statm: 23590 17526 904 493 0 16895 0
Current children cumulated CPU time: 51.08 s
Current children cumulated vsize: 94360 KiB
Current children cumulated memory: 70104 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.06 2.09 3/203 10083
/proc/meminfo: memFree=30293532/32770624 swapFree=66916392/67108860
[pid=10076] ppid=10073 vsize=122024 memory=97780 CPUtime=102.27 cores=0,2,4,6
/proc/10076/stat : 10076 (cosoco) R 10073 10076 5268 0 -1 4202496 77823 0 0 0 10219 8 0 0 20 0 1 0 411636446 124952576 24445 33554432000 4194304 6210612 140729228664720 140729228662152 5249719 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 19877888 140729228669963 140729228670065 140729228670065 140729228672974 0
/proc/10076/statm: 30506 24445 904 493 0 23811 0
Current children cumulated CPU time: 102.27 s
Current children cumulated vsize: 122024 KiB
Current children cumulated memory: 97780 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.05 2.08 3/203 10087
/proc/meminfo: memFree=30293252/32770624 swapFree=66916392/67108860
[pid=10076] ppid=10073 vsize=122444 memory=98204 CPUtime=162.25 cores=0,2,4,6
/proc/10076/stat : 10076 (cosoco) R 10073 10076 5268 0 -1 4202496 80543 0 0 0 16217 8 0 0 20 0 1 0 411636446 125382656 24551 33554432000 4194304 6210612 140729228664720 140729228661976 5249729 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 19877888 140729228669963 140729228670065 140729228670065 140729228672974 0
/proc/10076/statm: 30611 24551 904 493 0 23916 0
Current children cumulated CPU time: 162.25 s
Current children cumulated vsize: 122444 KiB
Current children cumulated memory: 98204 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.04 2.08 3/203 10093
/proc/meminfo: memFree=30292712/32770624 swapFree=66916392/67108860
[pid=10076] ppid=10073 vsize=122444 memory=98224 CPUtime=222.24 cores=0,2,4,6
/proc/10076/stat : 10076 (cosoco) R 10073 10076 5268 0 -1 4202496 82975 0 0 0 22216 8 0 0 20 0 1 0 411636446 125382656 24556 33554432000 4194304 6210612 140729228664720 140729228661976 5249729 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 19877888 140729228669963 140729228670065 140729228670065 140729228672974 0
/proc/10076/statm: 30611 24556 904 493 0 23916 0
Current children cumulated CPU time: 222.24 s
Current children cumulated vsize: 122444 KiB
Current children cumulated memory: 98224 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.04 2.07 3/203 10097
/proc/meminfo: memFree=30293620/32770624 swapFree=66916392/67108860
[pid=10076] ppid=10073 vsize=122444 memory=98224 CPUtime=282.23 cores=0,2,4,6
/proc/10076/stat : 10076 (cosoco) R 10073 10076 5268 0 -1 4202496 83240 0 0 0 28215 8 0 0 20 0 1 0 411636446 125382656 24556 33554432000 4194304 6210612 140729228664720 140729228661976 5249729 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 19877888 140729228669963 140729228670065 140729228670065 140729228672974 0
/proc/10076/statm: 30611 24556 904 493 0 23916 0
Current children cumulated CPU time: 282.23 s
Current children cumulated vsize: 122444 KiB
Current children cumulated memory: 98224 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.03 2.07 3/203 10103
/proc/meminfo: memFree=30292948/32770624 swapFree=66916392/67108860
[pid=10076] ppid=10073 vsize=122444 memory=98224 CPUtime=342.22 cores=0,2,4,6
/proc/10076/stat : 10076 (cosoco) R 10073 10076 5268 0 -1 4202496 83505 0 0 0 34214 8 0 0 20 0 1 0 411636446 125382656 24556 33554432000 4194304 6210612 140729228664720 140729228661976 5249724 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 19877888 140729228669963 140729228670065 140729228670065 140729228672974 0
/proc/10076/statm: 30611 24556 904 493 0 23916 0
Current children cumulated CPU time: 342.22 s
Current children cumulated vsize: 122444 KiB
Current children cumulated memory: 98224 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.06 3/203 10109
/proc/meminfo: memFree=30292128/32770624 swapFree=66916392/67108860
[pid=10076] ppid=10073 vsize=122444 memory=98224 CPUtime=402.21 cores=0,2,4,6
/proc/10076/stat : 10076 (cosoco) R 10073 10076 5268 0 -1 4202496 83763 0 0 0 40213 8 0 0 20 0 1 0 411636446 125382656 24556 33554432000 4194304 6210612 140729228664720 140729228661976 5249729 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 19877888 140729228669963 140729228670065 140729228670065 140729228672974 0
/proc/10076/statm: 30611 24556 904 493 0 23916 0
Current children cumulated CPU time: 402.21 s
Current children cumulated vsize: 122444 KiB
Current children cumulated memory: 98224 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/204 10114
/proc/meminfo: memFree=30292020/32770624 swapFree=66916392/67108860
[pid=10076] ppid=10073 vsize=122444 memory=98224 CPUtime=462.2 cores=0,2,4,6
/proc/10076/stat : 10076 (cosoco) R 10073 10076 5268 0 -1 4202496 84019 0 0 0 46212 8 0 0 20 0 1 0 411636446 125382656 24556 33554432000 4194304 6210612 140729228664720 140729228661976 5249727 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 19877888 140729228669963 140729228670065 140729228670065 140729228672974 0
/proc/10076/statm: 30611 24556 904 493 0 23916 0
Current children cumulated CPU time: 462.2 s
Current children cumulated vsize: 122444 KiB
Current children cumulated memory: 98224 KiB


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

/proc/10076/statm: 33597 27479 904 493 0 26902 0
Current children cumulated CPU time: 1662.01 s
Current children cumulated vsize: 134388 KiB
Current children cumulated memory: 109916 KiB

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/203 10313
/proc/meminfo: memFree=26012760/32770624 swapFree=66916396/67108860
[pid=10076] ppid=10073 vsize=134388 memory=109916 CPUtime=1722 cores=0,2,4,6
/proc/10076/stat : 10076 (cosoco) R 10073 10076 5268 0 -1 4202496 91195 0 0 0 172189 11 0 0 20 0 1 0 411636446 137613312 27479 33554432000 4194304 6210612 140729228664720 140729228662120 5249712 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 19877888 140729228669963 140729228670065 140729228670065 140729228672974 0
/proc/10076/statm: 33597 27479 904 493 0 26902 0
Current children cumulated CPU time: 1722 s
Current children cumulated vsize: 134388 KiB
Current children cumulated memory: 109916 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/203 10317
/proc/meminfo: memFree=25390472/32770624 swapFree=66916396/67108860
[pid=10076] ppid=10073 vsize=134388 memory=109916 CPUtime=1781.99 cores=0,2,4,6
/proc/10076/stat : 10076 (cosoco) R 10073 10076 5268 0 -1 4202496 91314 0 0 0 178188 11 0 0 20 0 1 0 411636446 137613312 27479 33554432000 4194304 6210612 140729228664720 140729228662120 5249729 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 19877888 140729228669963 140729228670065 140729228670065 140729228672974 0
/proc/10076/statm: 33597 27479 904 493 0 26902 0
Current children cumulated CPU time: 1781.99 s
Current children cumulated vsize: 134388 KiB
Current children cumulated memory: 109916 KiB

[startup+1842.3 s]
/proc/loadavg: 2.61 2.18 2.10 3/204 10331
/proc/meminfo: memFree=24769012/32770624 swapFree=66916396/67108860
[pid=10076] ppid=10073 vsize=134388 memory=109916 CPUtime=1841.98 cores=0,2,4,6
/proc/10076/stat : 10076 (cosoco) R 10073 10076 5268 0 -1 4202496 93280 0 0 0 184186 12 0 0 20 0 1 0 411636446 137613312 27479 33554432000 4194304 6210612 140729228664720 140729228662120 5249727 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 19877888 140729228669963 140729228670065 140729228670065 140729228672974 0
/proc/10076/statm: 33597 27479 904 493 0 26902 0
Current children cumulated CPU time: 1841.98 s
Current children cumulated vsize: 134388 KiB
Current children cumulated memory: 109916 KiB

[startup+1902.3 s]
/proc/loadavg: 2.22 2.15 2.09 3/204 10335
/proc/meminfo: memFree=24149644/32770624 swapFree=66916396/67108860
[pid=10076] ppid=10073 vsize=134388 memory=109916 CPUtime=1901.97 cores=0,2,4,6
/proc/10076/stat : 10076 (cosoco) R 10073 10076 5268 0 -1 4202496 94714 0 0 0 190185 12 0 0 20 0 1 0 411636446 137613312 27479 33554432000 4194304 6210612 140729228664720 140729228662120 5249729 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 19877888 140729228669963 140729228670065 140729228670065 140729228672974 0
/proc/10076/statm: 33597 27479 904 493 0 26902 0
Current children cumulated CPU time: 1901.97 s
Current children cumulated vsize: 134388 KiB
Current children cumulated memory: 109916 KiB

[startup+1962.3 s]
/proc/loadavg: 2.08 2.12 2.09 3/204 10340
/proc/meminfo: memFree=23528108/32770624 swapFree=66916396/67108860
[pid=10076] ppid=10073 vsize=134388 memory=109916 CPUtime=1961.96 cores=0,2,4,6
/proc/10076/stat : 10076 (cosoco) R 10073 10076 5268 0 -1 4202496 95674 0 0 0 196184 12 0 0 20 0 1 0 411636446 137613312 27479 33554432000 4194304 6210612 140729228664720 140729228662120 5249729 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 19877888 140729228669963 140729228670065 140729228670065 140729228672974 0
/proc/10076/statm: 33597 27479 904 493 0 26902 0
Current children cumulated CPU time: 1961.96 s
Current children cumulated vsize: 134388 KiB
Current children cumulated memory: 109916 KiB

[startup+2022.3 s]
/proc/loadavg: 2.03 2.10 2.08 3/204 10346
/proc/meminfo: memFree=22908492/32770624 swapFree=66916396/67108860
[pid=10076] ppid=10073 vsize=134388 memory=109916 CPUtime=2021.95 cores=0,2,4,6
/proc/10076/stat : 10076 (cosoco) R 10073 10076 5268 0 -1 4202496 96634 0 0 0 202182 13 0 0 20 0 1 0 411636446 137613312 27479 33554432000 4194304 6210612 140729228664720 140729228662120 5135888 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 19877888 140729228669963 140729228670065 140729228670065 140729228672974 0
/proc/10076/statm: 33597 27479 904 493 0 26902 0
Current children cumulated CPU time: 2021.95 s
Current children cumulated vsize: 134388 KiB
Current children cumulated memory: 109916 KiB

[startup+2082.3 s]
/proc/loadavg: 2.01 2.08 2.08 3/204 10350
/proc/meminfo: memFree=22288636/32770624 swapFree=66916396/67108860
[pid=10076] ppid=10073 vsize=134388 memory=109916 CPUtime=2081.94 cores=0,2,4,6
/proc/10076/stat : 10076 (cosoco) R 10073 10076 5268 0 -1 4202496 97310 0 0 0 208181 13 0 0 20 0 1 0 411636446 137613312 27479 33554432000 4194304 6210612 140729228664720 140729228662120 5249712 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 19877888 140729228669963 140729228670065 140729228670065 140729228672974 0
/proc/10076/statm: 33597 27479 904 493 0 26902 0
Current children cumulated CPU time: 2081.94 s
Current children cumulated vsize: 134388 KiB
Current children cumulated memory: 109916 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.07 2.07 3/203 10355
/proc/meminfo: memFree=21666900/32770624 swapFree=66916400/67108860
[pid=10076] ppid=10073 vsize=134388 memory=109916 CPUtime=2141.93 cores=0,2,4,6
/proc/10076/stat : 10076 (cosoco) R 10073 10076 5268 0 -1 4202496 97710 0 0 0 214180 13 0 0 20 0 1 0 411636446 137613312 27479 33554432000 4194304 6210612 140729228664720 140729228662120 5249719 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 19877888 140729228669963 140729228670065 140729228670065 140729228672974 0
/proc/10076/statm: 33597 27479 904 493 0 26902 0
Current children cumulated CPU time: 2141.93 s
Current children cumulated vsize: 134388 KiB
Current children cumulated memory: 109916 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.06 2.06 3/203 10361
/proc/meminfo: memFree=21045852/32770624 swapFree=66916400/67108860
[pid=10076] ppid=10073 vsize=134388 memory=109916 CPUtime=2201.92 cores=0,2,4,6
/proc/10076/stat : 10076 (cosoco) R 10073 10076 5268 0 -1 4202496 98111 0 0 0 220179 13 0 0 20 0 1 0 411636446 137613312 27479 33554432000 4194304 6210612 140729228664720 140729228662120 5249712 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 19877888 140729228669963 140729228670065 140729228670065 140729228672974 0
/proc/10076/statm: 33597 27479 904 493 0 26902 0
Current children cumulated CPU time: 2201.92 s
Current children cumulated vsize: 134388 KiB
Current children cumulated memory: 109916 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.04 2.06 3/202 10365
/proc/meminfo: memFree=20424452/32770624 swapFree=66916400/67108860
[pid=10076] ppid=10073 vsize=134388 memory=109916 CPUtime=2261.91 cores=0,2,4,6
/proc/10076/stat : 10076 (cosoco) R 10073 10076 5268 0 -1 4202496 98512 0 0 0 226178 13 0 0 20 0 1 0 411636446 137613312 27479 33554432000 4194304 6210612 140729228664720 140729228662120 5249712 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 19877888 140729228669963 140729228670065 140729228670065 140729228672974 0
/proc/10076/statm: 33597 27479 904 493 0 26902 0
Current children cumulated CPU time: 2261.91 s
Current children cumulated vsize: 134388 KiB
Current children cumulated memory: 109916 KiB

[startup+2322.3 s]
/proc/loadavg: 2.04 2.05 2.06 3/203 10371
/proc/meminfo: memFree=19804876/32770624 swapFree=66916400/67108860
[pid=10076] ppid=10073 vsize=134388 memory=109916 CPUtime=2321.9 cores=0,2,4,6
/proc/10076/stat : 10076 (cosoco) R 10073 10076 5268 0 -1 4202496 98913 0 0 0 232177 13 0 0 20 0 1 0 411636446 137613312 27479 33554432000 4194304 6210612 140729228664720 140729228662120 5249712 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 19877888 140729228669963 140729228670065 140729228670065 140729228672974 0
/proc/10076/statm: 33597 27479 904 493 0 26902 0
Current children cumulated CPU time: 2321.9 s
Current children cumulated vsize: 134388 KiB
Current children cumulated memory: 109916 KiB

[startup+2382.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/203 10377
/proc/meminfo: memFree=19182960/32770624 swapFree=66916400/67108860
[pid=10076] ppid=10073 vsize=134388 memory=109916 CPUtime=2381.89 cores=0,2,4,6
/proc/10076/stat : 10076 (cosoco) R 10073 10076 5268 0 -1 4202496 99035 0 0 0 238176 13 0 0 20 0 1 0 411636446 137613312 27479 33554432000 4194304 6210612 140729228664720 140729228662120 5249890 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 19877888 140729228669963 140729228670065 140729228670065 140729228672974 0
/proc/10076/statm: 33597 27479 904 493 0 26902 0
Current children cumulated CPU time: 2381.89 s
Current children cumulated vsize: 134388 KiB
Current children cumulated memory: 109916 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.5 s]
/proc/loadavg: 2.01 2.04 2.05 3/204 10386
/proc/meminfo: memFree=18997128/32770624 swapFree=66916400/67108860
[pid=10076] ppid=10073 vsize=134388 memory=109916 CPUtime=2400.09 cores=0,2,4,6
/proc/10076/stat : 10076 (cosoco) R 10073 10076 5268 0 -1 4202496 99136 0 0 0 239995 14 0 0 20 0 1 0 411636446 137613312 27479 33554432000 4194304 6210612 140729228664720 140729228662120 5249712 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 19877888 140729228669963 140729228670065 140729228670065 140729228672974 0
/proc/10076/statm: 33597 27479 904 493 0 26902 0
Current children cumulated CPU time: 2400.09 s
Current children cumulated vsize: 134388 KiB
Current children cumulated memory: 109916 KiB

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

[startup+2400.5 s]
# the end of solver process 10076 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2399.96 s, system=0.142976 s

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

[startup+2400.5 s]
/proc/loadavg: 2.01 2.04 2.05 3/204 10386
/proc/meminfo: memFree=18997128/32770624 swapFree=66916400/67108860
[pid=10076] ppid=10073 vsize=134388 memory=109916 CPUtime=2400.09 cores=0,2,4,6
/proc/10076/stat : 10076 (cosoco) R 10073 10076 5268 0 -1 4202496 99136 0 0 0 239995 14 0 0 20 0 1 0 411636446 137613312 27479 33554432000 4194304 6210612 140729228664720 140729228662120 5249712 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 19877888 140729228669963 140729228670065 140729228670065 140729228672974 0
/proc/10076/statm: 33597 27479 904 493 0 26902 0
Current children cumulated CPU time: 2400.09 s
Current children cumulated vsize: 134388 KiB
Current children cumulated memory: 109916 KiB

Child status: 1
Real time (s): 2400.5
CPU time (s): 2400.1
CPU user time (s): 2399.96
CPU system time (s): 0.142976
CPU usage (%): 99.9833
Max. virtual memory (cumulated for all children) (KiB): 134388
Max. memory (cumulated for all children) (KiB): 109916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.96
system time used= 0.142976
maximum resident set size= 109964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99552
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= 28
involuntary context switches= 2690


# summary of solver processes directly reported to runsolver:
#   pid: 10076
#   total CPU time (s): 2400.1
#   total CPU user time (s): 2399.96
#   total CPU system time (s): 0.142976

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.41909 second user time and 18.1782 second system time

The end

Launcher Data

Begin job on node134 at 2019-09-13 07:50:18
IDJOB=4390396
IDBENCH=138227
IDSOLVER=2831
FILE ID=node134/4390396-1568353859
RUNJOBID= node134-1568335411-5299
PBS_JOBID= 21701162
Free space on /tmp= 56116 MiB

SOLVER NAME= cosoco 2
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-4390396-1568353859/watcher-4390396-1568353859 -o /tmp/evaluation-result-4390396-1568353859/solver-4390396-1568353859 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1568335411-5299 --watchdog 2560  cosoco -lc -model -restarts -stick HOME/instance-4390396-1568353859.xml

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

MD5SUM BENCH= 81a54afd524339631fcda48b56d1b2da
RANDOM SEED=1289610015

node134.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.76
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.76
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.76
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.76
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:        30388388 kB
MemAvailable:   31792924 kB
Buffers:          158872 kB
Cached:          1509756 kB
SwapCached:        90756 kB
Active:           385752 kB
Inactive:        1376088 kB
Active(anon):      26208 kB
Inactive(anon):   106496 kB
Active(file):     359544 kB
Inactive(file):  1269592 kB
Unevictable:      110920 kB
Mlocked:          110920 kB
SwapTotal:      67108860 kB
SwapFree:       66916392 kB
Dirty:              2720 kB
Writeback:             0 kB
AnonPages:        114460 kB
Mapped:            44876 kB
Shmem:             30844 kB
Slab:             212748 kB
SReclaimable:     182472 kB
SUnreclaim:        30276 kB
KernelStack:        3584 kB
PageTables:         5408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     528492 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:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 56112 MiB
End job on node134 at 2019-09-13 08:30:18