Trace number 4265620

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-sat 1.12? (TO) 2520.01 2519.8999

General information on the benchmark

NameBinPacking/BinPacking-tab-sw120/
BinPacking-tab-sw120-10.xml
MD5SUM67f07639019614dd1d008c87f8253383
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark679.95697
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of constraints25
Number of domains2
Minimum domain size23
Maximum domain size46
Distribution of domain sizes[{"size":23,"count":1},{"size":46,"count":132}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":110},{"degree":4,"count":22}]
Minimum constraint arity6
Maximum constraint arity132
Distribution of constraint arities[{"arity":6,"count":22},{"arity":23,"count":1},{"arity":132,"count":2}]
Number of extensional constraints22
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":22},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

28.79/28.93	c Create Cardinality(vars,values,occurs) constraint using 132 Exactly/AtMost.. constraint 
28.79/28.93	c
29.19/29.35	c SAT : Variables: 6095 -- Clauses: 137006
29.19/29.35	c best=?? lower=0 upper=22 
2520.00/2519.90	c
2520.00/2519.90	c This is cosoco 1.12 --  
2520.00/2519.90	c
2520.00/2519.90	c command line: cosoco -lc -model -restarts -sat HOME/instance-4265620-1502589845.xml 
2520.00/2519.90	c enable optimization
2520.00/2519.90	c ========================================[ Problem Statistics ]===========================================
2520.00/2519.90	c |                                                                                                       
2520.00/2519.90	c |  Parse time        :        28.99 s 
2520.00/2519.90	c |
2520.00/2519.90	c |               Variables: 133
2520.00/2519.90	c |            Domain Sizes: 23..46
2520.00/2519.90	c |
2520.00/2519.90	c |             Constraints: 91
2520.00/2519.90	c |                   Arity: 1..132  -- Unary: 1
2520.00/2519.90	c | 
2520.00/2519.90	c |                   Types: 
2520.00/2519.90	c |                          Exactly K: 46
2520.00/2519.90	c |                          Exactly K variable: 1
2520.00/2519.90	c |                          Extension: 22  (nb tuples: 3851106..3851106) -- (shared: 21)
2520.00/2519.90	c |                          Intension: 1
2520.00/2519.90	c |                          Lex: 21
2520.00/2519.90	c |                          
2520.00/2519.90	c =========================================================================================================
2520.00/2519.90	
2520.00/2519.90	c *** INTERRUPTED ***
2520.00/2519.90	c restarts              : 76          
2520.00/2519.90	c conflicts             : 710          (0 /sec)
2520.00/2519.90	c decisions             : 5998         (2 /sec)
2520.00/2519.90	c propagations          : 395036      (157 /sec)
2520.00/2519.90	c root propagations     : 726         
2520.00/2519.90	c filter calls          : 1954334        (776 /sec)
2520.00/2519.90	c useless filter calls  : 1886447        (96 %)
2520.00/2519.90	c
2520.00/2519.90	c clauses               : 137632
2520.00/2519.90	c SAT propagations      : 39
2520.00/2519.90	c SAT conflicts         : 3 (0 learnts)
2520.00/2519.90	c Memory used           : 892.27 MB
2520.00/2519.90	c CPU time              : 2519.24 s
2520.00/2519.90	
2520.00/2519.90	c No Bound found!
2520.00/2519.90	
2520.00/2519.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 (14389 MiB free)
  memory of node 1: 16384 MiB (15357 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4265620-1502589845/watcher-4265620-1502589845 -o /tmp/evaluation-result-4265620-1502589845/solver-4265620-1502589845 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502565153-967 --watchdog 2580 cosoco -lc -model -restarts -sat HOME/instance-4265620-1502589845.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
Current StackSize limit: 8192 KiB

solver pid=5419, runsolver pid=5416

[startup+0.100138 s]*
/proc/loadavg: 2.00 2.03 2.05 2/184 5427
/proc/meminfo: memFree=30458508/32770624 swapFree=67108860/67108860
[pid=5419] ppid=5416 vsize=26996 memory=3064 CPUtime=0 cores=1,3,5,7
/proc/5419/stat : 5419 (cosoco) R 5416 5419 897 0 -1 4202496 956 0 0 0 0 0 0 0 20 0 1 0 61205317 27643904 766 18446744073709551615 4194304 5972588 140732984850880 140732984847528 140035174673381 0 0 1 0 0 0 0 17 5 0 0 10 0 0 8070896 8075904 22085632 140732984857028 140732984857128 140732984857128 140732984860622 0
/proc/5419/statm: 6749 766 684 435 0 112 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 26996 KiB
Current children cumulated memory: 3064 KiB

[startup+0.209717 s]*
/proc/loadavg: 2.00 2.03 2.05 3/185 5433
/proc/meminfo: memFree=30456180/32770624 swapFree=67108860/67108860
[pid=5419] ppid=5416 vsize=28216 memory=4344 CPUtime=0.11 cores=1,3,5,7
/proc/5419/stat : 5419 (cosoco) R 5416 5419 897 0 -1 4202496 1322 0 0 0 11 0 0 0 20 0 1 0 61205317 28893184 1086 18446744073709551615 4194304 5972588 140732984850880 140732984847528 5418913 0 0 1 0 0 0 0 17 5 0 0 10 0 0 8070896 8075904 22085632 140732984857028 140732984857128 140732984857128 140732984860622 0
/proc/5419/statm: 7054 1086 715 435 0 417 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 28216 KiB
Current children cumulated memory: 4344 KiB

[startup+0.309439 s]*
/proc/loadavg: 2.00 2.03 2.05 3/185 5433
/proc/meminfo: memFree=30455064/32770624 swapFree=67108860/67108860
[pid=5419] ppid=5416 vsize=29128 memory=5056 CPUtime=0.21 cores=1,3,5,7
/proc/5419/stat : 5419 (cosoco) R 5416 5419 897 0 -1 4202496 1606 0 0 0 21 0 0 0 20 0 1 0 61205317 29827072 1264 18446744073709551615 4194304 5972588 140732984850880 140732984847528 140035174673381 0 0 1 0 0 0 0 17 5 0 0 10 0 0 8070896 8075904 22085632 140732984857028 140732984857128 140732984857128 140732984860622 0
/proc/5419/statm: 7282 1264 715 435 0 645 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 29128 KiB
Current children cumulated memory: 5056 KiB

[startup+0.700295 s]
/proc/loadavg: 2.00 2.03 2.05 3/185 5433
/proc/meminfo: memFree=30453576/32770624 swapFree=67108860/67108860
[pid=5419] ppid=5416 vsize=33016 memory=8008 CPUtime=0.59 cores=1,3,5,7
/proc/5419/stat : 5419 (cosoco) R 5416 5419 897 0 -1 4202496 2900 0 0 0 59 0 0 0 20 0 1 0 61205317 33808384 2002 18446744073709551615 4194304 5972588 140732984850880 140732984847528 5418913 0 0 1 0 0 0 0 17 5 0 0 10 0 0 8070896 8075904 22085632 140732984857028 140732984857128 140732984857128 140732984860622 0
/proc/5419/statm: 8254 2002 715 435 0 1617 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 33016 KiB
Current children cumulated memory: 8008 KiB

[startup+1.50031 s]
/proc/loadavg: 2.00 2.03 2.05 3/185 5433
/proc/meminfo: memFree=30450104/32770624 swapFree=67108860/67108860
[pid=5419] ppid=5416 vsize=39520 memory=15620 CPUtime=1.38 cores=1,3,5,7
/proc/5419/stat : 5419 (cosoco) R 5416 5419 897 0 -1 4202496 4544 0 0 0 138 0 0 0 20 0 1 0 61205317 40468480 3905 18446744073709551615 4194304 5972588 140732984850880 140732984847528 140035174673381 0 0 1 0 0 0 0 17 5 0 0 10 0 0 8070896 8075904 22085632 140732984857028 140732984857128 140732984857128 140732984860622 0
/proc/5419/statm: 9880 3905 715 435 0 3243 0
Current children cumulated CPU time: 1.38 s
Current children cumulated vsize: 39520 KiB
Current children cumulated memory: 15620 KiB

[startup+3.10936 s]
/proc/loadavg: 2.00 2.03 2.05 3/185 5433
/proc/meminfo: memFree=30434232/32770624 swapFree=67108860/67108860
[pid=5419] ppid=5416 vsize=52528 memory=26640 CPUtime=3 cores=1,3,5,7
/proc/5419/stat : 5419 (cosoco) R 5416 5419 897 0 -1 4202496 6820 0 0 0 299 1 0 0 20 0 1 0 61205317 53788672 6660 18446744073709551615 4194304 5972588 140732984850880 140732984847448 5674118 0 0 1 0 0 0 0 17 5 0 0 10 0 0 8070896 8075904 22085632 140732984857028 140732984857128 140732984857128 140732984860622 0
/proc/5419/statm: 13132 6660 715 435 0 6495 0
Current children cumulated CPU time: 3 s
Current children cumulated vsize: 52528 KiB
Current children cumulated memory: 26640 KiB

[startup+6.30028 s]
/proc/loadavg: 2.00 2.03 2.05 3/185 5433
/proc/meminfo: memFree=30410100/32770624 swapFree=67108860/67108860
[pid=5419] ppid=5416 vsize=78544 memory=50560 CPUtime=6.18 cores=1,3,5,7
/proc/5419/stat : 5419 (cosoco) R 5416 5419 897 0 -1 4202496 11298 0 0 0 616 2 0 0 20 0 1 0 61205317 80429056 12640 18446744073709551615 4194304 5972588 140732984850880 140732984847448 140035175111680 0 0 1 0 0 0 0 17 5 0 0 10 0 0 8070896 8075904 22085632 140732984857028 140732984857128 140732984857128 140732984860622 0
/proc/5419/statm: 19636 12640 715 435 0 12999 0
Current children cumulated CPU time: 6.18 s
Current children cumulated vsize: 78544 KiB
Current children cumulated memory: 50560 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.03 2.05 3/185 5433
/proc/meminfo: memFree=30366484/32770624 swapFree=67108860/67108860
[pid=5419] ppid=5416 vsize=130840 memory=98500 CPUtime=12.59 cores=1,3,5,7
/proc/5419/stat : 5419 (cosoco) R 5416 5419 897 0 -1 4202496 19268 0 0 0 1254 5 0 0 20 0 1 0 61205317 133980160 24625 18446744073709551615 4194304 5972588 140732984850880 140732984847448 140035175111680 0 0 1 0 0 0 0 17 5 0 0 10 0 0 8070896 8075904 22085632 140732984857028 140732984857128 140732984857128 140732984860622 0
/proc/5419/statm: 32710 24625 715 435 0 26073 0
Current children cumulated CPU time: 12.59 s
Current children cumulated vsize: 130840 KiB
Current children cumulated memory: 98500 KiB

[startup+25.5003 s]
/proc/loadavg: 2.00 2.03 2.05 3/185 5433
/proc/meminfo: memFree=30266388/32770624 swapFree=67108860/67108860
[pid=5419] ppid=5416 vsize=235960 memory=197476 CPUtime=25.39 cores=1,3,5,7
/proc/5419/stat : 5419 (cosoco) R 5416 5419 897 0 -1 4202496 34409 0 0 0 2530 9 0 0 20 0 1 0 61205317 241623040 49369 18446744073709551615 4194304 5972588 140732984850880 140732984847448 140035174673381 0 0 1 0 0 0 0 17 5 0 0 10 0 0 8070896 8075904 22085632 140732984857028 140732984857128 140732984857128 140732984860622 0
/proc/5419/statm: 58990 49369 715 435 0 52353 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 235960 KiB
Current children cumulated memory: 197476 KiB

[startup+51.1095 s]
/proc/loadavg: 2.00 2.03 2.05 3/185 5434
/proc/meminfo: memFree=29581480/32770624 swapFree=67108860/67108860
[pid=5419] ppid=5416 vsize=913676 memory=878096 CPUtime=51 cores=1,3,5,7
/proc/5419/stat : 5419 (cosoco) R 5416 5419 897 0 -1 4202496 167725 0 0 0 5071 29 0 0 20 0 1 0 61205317 935604224 219524 18446744073709551615 4194304 5972588 140732984850880 140732984838088 4935463 0 0 1 8405026 0 0 0 17 5 0 0 10 0 0 8070896 8075904 22085632 140732984857028 140732984857128 140732984857128 140732984860622 0
/proc/5419/statm: 228419 219524 856 435 0 221782 0
Current children cumulated CPU time: 51 s
Current children cumulated vsize: 913676 KiB
Current children cumulated memory: 878096 KiB

[startup+102.3 s]
/proc/loadavg: 2.04 2.04 2.05 3/183 5435
/proc/meminfo: memFree=29583752/32770624 swapFree=67108860/67108860
[pid=5419] ppid=5416 vsize=913676 memory=878096 CPUtime=102.2 cores=1,3,5,7
/proc/5419/stat : 5419 (cosoco) R 5416 5419 897 0 -1 4202496 226964 0 0 0 10189 31 0 0 20 0 1 0 61205317 935604224 219524 18446744073709551615 4194304 5972588 140732984850880 140732984838088 4934289 0 0 1 8405026 0 0 0 17 5 0 0 10 0 0 8070896 8075904 22085632 140732984857028 140732984857128 140732984857128 140732984860622 0
/proc/5419/statm: 228419 219524 856 435 0 221782 0
Current children cumulated CPU time: 102.2 s
Current children cumulated vsize: 913676 KiB
Current children cumulated memory: 878096 KiB

[startup+162.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/182 5437
/proc/meminfo: memFree=29585108/32770624 swapFree=67108860/67108860
[pid=5419] ppid=5416 vsize=913676 memory=878096 CPUtime=162.2 cores=1,3,5,7
/proc/5419/stat : 5419 (cosoco) R 5416 5419 897 0 -1 4202496 309774 0 0 0 16183 37 0 0 20 0 1 0 61205317 935604224 219524 18446744073709551615 4194304 5972588 140732984850880 140732984838088 4935454 0 0 1 8405026 0 0 0 17 5 0 0 10 0 0 8070896 8075904 22085632 140732984857028 140732984857128 140732984857128 140732984860622 0
/proc/5419/statm: 228419 219524 856 435 0 221782 0
Current children cumulated CPU time: 162.2 s
Current children cumulated vsize: 913676 KiB
Current children cumulated memory: 878096 KiB

[startup+222.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/182 5439
/proc/meminfo: memFree=29585084/32770624 swapFree=67108860/67108860
[pid=5419] ppid=5416 vsize=913676 memory=878096 CPUtime=222.21 cores=1,3,5,7
/proc/5419/stat : 5419 (cosoco) R 5416 5419 897 0 -1 4202496 406371 0 0 0 22178 43 0 0 20 0 1 0 61205317 935604224 219524 18446744073709551615 4194304 5972588 140732984850880 140732984838088 4935454 0 0 1 8405026 0 0 0 17 5 0 0 10 0 0 8070896 8075904 22085632 140732984857028 140732984857128 140732984857128 140732984860622 0
/proc/5419/statm: 228419 219524 856 435 0 221782 0
Current children cumulated CPU time: 222.21 s
Current children cumulated vsize: 913676 KiB
Current children cumulated memory: 878096 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/182 5441
/proc/meminfo: memFree=29585688/32770624 swapFree=67108860/67108860
[pid=5419] ppid=5416 vsize=913676 memory=878096 CPUtime=282.22 cores=1,3,5,7
/proc/5419/stat : 5419 (cosoco) R 5416 5419 897 0 -1 4202496 505582 0 0 0 28173 49 0 0 20 0 1 0 61205317 935604224 219524 18446744073709551615 4194304 5972588 140732984850880 140732984838088 4935463 0 0 1 8405026 0 0 0 17 5 0 0 10 0 0 8070896 8075904 22085632 140732984857028 140732984857128 140732984857128 140732984860622 0
/proc/5419/statm: 228419 219524 856 435 0 221782 0
Current children cumulated CPU time: 282.22 s
Current children cumulated vsize: 913676 KiB
Current children cumulated memory: 878096 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/181 5444
/proc/meminfo: memFree=29585348/32770624 swapFree=67108860/67108860
[pid=5419] ppid=5416 vsize=913676 memory=878096 CPUtime=342.22 cores=1,3,5,7
/proc/5419/stat : 5419 (cosoco) R 5416 5419 897 0 -1 4202496 606653 0 0 0 34168 54 0 0 20 0 1 0 61205317 935604224 219524 18446744073709551615 4194304 5972588 140732984850880 140732984838088 4935463 0 0 1 8405026 0 0 0 17 5 0 0 10 0 0 8070896 8075904 22085632 140732984857028 140732984857128 140732984857128 140732984860622 0
/proc/5419/statm: 228419 219524 856 435 0 221782 0
Current children cumulated CPU time: 342.22 s
Current children cumulated vsize: 913676 KiB
Current children cumulated memory: 878096 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 5446
/proc/meminfo: memFree=29584928/32770624 swapFree=67108860/67108860
[pid=5419] ppid=5416 vsize=913676 memory=878096 CPUtime=402.22 cores=1,3,5,7
/proc/5419/stat : 5419 (cosoco) R 5416 5419 897 0 -1 4202496 693236 0 0 0 40164 58 0 0 20 0 1 0 61205317 935604224 219524 18446744073709551615 4194304 5972588 140732984850880 140732984838088 4935454 0 0 1 8405026 0 0 0 17 5 0 0 10 0 0 8070896 8075904 22085632 140732984857028 140732984857128 140732984857128 140732984860622 0
/proc/5419/statm: 228419 219524 856 435 0 221782 0
Current children cumulated CPU time: 402.22 s
Current children cumulated vsize: 913676 KiB
Current children cumulated memory: 878096 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 5448
/proc/meminfo: memFree=29585232/32770624 swapFree=67108860/67108860
[pid=5419] ppid=5416 vsize=913676 memory=878096 CPUtime=462.23 cores=1,3,5,7
/proc/5419/stat : 5419 (cosoco) R 5416 5419 897 0 -1 4202496 763803 0 0 0 46161 62 0 0 20 0 1 0 61205317 935604224 219524 18446744073709551615 4194304 5972588 140732984850880 140732984838088 4935454 0 0 1 8405026 0 0 0 17 5 0 0 10 0 0 8070896 8075904 22085632 140732984857028 140732984857128 140732984857128 140732984860622 0
/proc/5419/statm: 228419 219524 856 435 0 221782 0
Current children cumulated CPU time: 462.23 s
Current children cumulated vsize: 913676 KiB
Current children cumulated memory: 878096 KiB


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

/proc/5419/statm: 228419 219524 856 435 0 221782 0
Current children cumulated CPU time: 1782.33 s
Current children cumulated vsize: 913676 KiB
Current children cumulated memory: 878096 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 5563
/proc/meminfo: memFree=29582340/32770624 swapFree=67108860/67108860
[pid=5419] ppid=5416 vsize=913676 memory=878096 CPUtime=1842.33 cores=1,3,5,7
/proc/5419/stat : 5419 (cosoco) R 5416 5419 897 0 -1 4202496 940831 0 0 0 184158 75 0 0 20 0 1 0 61205317 935604224 219524 18446744073709551615 4194304 5972588 140732984850880 140732984838088 4935463 0 0 1 8405026 0 0 0 17 5 0 0 10 0 0 8070896 8075904 22085632 140732984857028 140732984857128 140732984857128 140732984860622 0
/proc/5419/statm: 228419 219524 856 435 0 221782 0
Current children cumulated CPU time: 1842.33 s
Current children cumulated vsize: 913676 KiB
Current children cumulated memory: 878096 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 5565
/proc/meminfo: memFree=29584292/32770624 swapFree=67108860/67108860
[pid=5419] ppid=5416 vsize=913676 memory=878096 CPUtime=1902.34 cores=1,3,5,7
/proc/5419/stat : 5419 (cosoco) R 5416 5419 897 0 -1 4202496 941736 0 0 0 190159 75 0 0 20 0 1 0 61205317 935604224 219524 18446744073709551615 4194304 5972588 140732984850880 140732984838088 4935454 0 0 1 8405026 0 0 0 17 5 0 0 10 0 0 8070896 8075904 22085632 140732984857028 140732984857128 140732984857128 140732984860622 0
/proc/5419/statm: 228419 219524 856 435 0 221782 0
Current children cumulated CPU time: 1902.34 s
Current children cumulated vsize: 913676 KiB
Current children cumulated memory: 878096 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 5567
/proc/meminfo: memFree=29585920/32770624 swapFree=67108860/67108860
[pid=5419] ppid=5416 vsize=913676 memory=878096 CPUtime=1962.34 cores=1,3,5,7
/proc/5419/stat : 5419 (cosoco) R 5416 5419 897 0 -1 4202496 942625 0 0 0 196159 75 0 0 20 0 1 0 61205317 935604224 219524 18446744073709551615 4194304 5972588 140732984850880 140732984838088 4935463 0 0 1 8405026 0 0 0 17 5 0 0 10 0 0 8070896 8075904 22085632 140732984857028 140732984857128 140732984857128 140732984860622 0
/proc/5419/statm: 228419 219524 856 435 0 221782 0
Current children cumulated CPU time: 1962.34 s
Current children cumulated vsize: 913676 KiB
Current children cumulated memory: 878096 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 5569
/proc/meminfo: memFree=29586044/32770624 swapFree=67108860/67108860
[pid=5419] ppid=5416 vsize=913676 memory=878096 CPUtime=2022.35 cores=1,3,5,7
/proc/5419/stat : 5419 (cosoco) R 5416 5419 897 0 -1 4202496 943503 0 0 0 202160 75 0 0 20 0 1 0 61205317 935604224 219524 18446744073709551615 4194304 5972588 140732984850880 140732984838088 4935454 0 0 1 8405026 0 0 0 17 5 0 0 10 0 0 8070896 8075904 22085632 140732984857028 140732984857128 140732984857128 140732984860622 0
/proc/5419/statm: 228419 219524 856 435 0 221782 0
Current children cumulated CPU time: 2022.35 s
Current children cumulated vsize: 913676 KiB
Current children cumulated memory: 878096 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 5593
/proc/meminfo: memFree=29586668/32770624 swapFree=67108860/67108860
[pid=5419] ppid=5416 vsize=913676 memory=878096 CPUtime=2082.35 cores=1,3,5,7
/proc/5419/stat : 5419 (cosoco) R 5416 5419 897 0 -1 4202496 944408 0 0 0 208160 75 0 0 20 0 1 0 61205317 935604224 219524 18446744073709551615 4194304 5972588 140732984850880 140732984838088 5319872 0 0 1 8405026 0 0 0 17 5 0 0 10 0 0 8070896 8075904 22085632 140732984857028 140732984857128 140732984857128 140732984860622 0
/proc/5419/statm: 228419 219524 856 435 0 221782 0
Current children cumulated CPU time: 2082.35 s
Current children cumulated vsize: 913676 KiB
Current children cumulated memory: 878096 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 5596
/proc/meminfo: memFree=29586928/32770624 swapFree=67108860/67108860
[pid=5419] ppid=5416 vsize=913676 memory=878096 CPUtime=2142.36 cores=1,3,5,7
/proc/5419/stat : 5419 (cosoco) R 5416 5419 897 0 -1 4202496 945336 0 0 0 214161 75 0 0 20 0 1 0 61205317 935604224 219524 18446744073709551615 4194304 5972588 140732984850880 140732984838088 4935454 0 0 1 8405026 0 0 0 17 5 0 0 10 0 0 8070896 8075904 22085632 140732984857028 140732984857128 140732984857128 140732984860622 0
/proc/5419/statm: 228419 219524 856 435 0 221782 0
Current children cumulated CPU time: 2142.36 s
Current children cumulated vsize: 913676 KiB
Current children cumulated memory: 878096 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 5598
/proc/meminfo: memFree=29587364/32770624 swapFree=67108860/67108860
[pid=5419] ppid=5416 vsize=913676 memory=878096 CPUtime=2202.37 cores=1,3,5,7
/proc/5419/stat : 5419 (cosoco) R 5416 5419 897 0 -1 4202496 946216 0 0 0 220161 76 0 0 20 0 1 0 61205317 935604224 219524 18446744073709551615 4194304 5972588 140732984850880 140732984838088 4935463 0 0 1 8405026 0 0 0 17 5 0 0 10 0 0 8070896 8075904 22085632 140732984857028 140732984857128 140732984857128 140732984860622 0
/proc/5419/statm: 228419 219524 856 435 0 221782 0
Current children cumulated CPU time: 2202.37 s
Current children cumulated vsize: 913676 KiB
Current children cumulated memory: 878096 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 5600
/proc/meminfo: memFree=29587820/32770624 swapFree=67108860/67108860
[pid=5419] ppid=5416 vsize=913676 memory=878096 CPUtime=2262.37 cores=1,3,5,7
/proc/5419/stat : 5419 (cosoco) R 5416 5419 897 0 -1 4202496 947120 0 0 0 226161 76 0 0 20 0 1 0 61205317 935604224 219524 18446744073709551615 4194304 5972588 140732984850880 140732984838088 4935463 0 0 1 8405026 0 0 0 17 5 0 0 10 0 0 8070896 8075904 22085632 140732984857028 140732984857128 140732984857128 140732984860622 0
/proc/5419/statm: 228419 219524 856 435 0 221782 0
Current children cumulated CPU time: 2262.37 s
Current children cumulated vsize: 913676 KiB
Current children cumulated memory: 878096 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 5603
/proc/meminfo: memFree=29587616/32770624 swapFree=67108860/67108860
[pid=5419] ppid=5416 vsize=913676 memory=878096 CPUtime=2322.38 cores=1,3,5,7
/proc/5419/stat : 5419 (cosoco) R 5416 5419 897 0 -1 4202496 948031 0 0 0 232162 76 0 0 20 0 1 0 61205317 935604224 219524 18446744073709551615 4194304 5972588 140732984850880 140732984838088 4934287 0 0 1 8405026 0 0 0 17 5 0 0 10 0 0 8070896 8075904 22085632 140732984857028 140732984857128 140732984857128 140732984860622 0
/proc/5419/statm: 228419 219524 856 435 0 221782 0
Current children cumulated CPU time: 2322.38 s
Current children cumulated vsize: 913676 KiB
Current children cumulated memory: 878096 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 5605
/proc/meminfo: memFree=29587608/32770624 swapFree=67108860/67108860
[pid=5419] ppid=5416 vsize=913676 memory=878096 CPUtime=2382.39 cores=1,3,5,7
/proc/5419/stat : 5419 (cosoco) R 5416 5419 897 0 -1 4202496 948887 0 0 0 238163 76 0 0 20 0 1 0 61205317 935604224 219524 18446744073709551615 4194304 5972588 140732984850880 140732984838088 4935454 0 0 1 8405026 0 0 0 17 5 0 0 10 0 0 8070896 8075904 22085632 140732984857028 140732984857128 140732984857128 140732984860622 0
/proc/5419/statm: 228419 219524 856 435 0 221782 0
Current children cumulated CPU time: 2382.39 s
Current children cumulated vsize: 913676 KiB
Current children cumulated memory: 878096 KiB

[startup+2442.3 s]
/proc/loadavg: 1.93 2.00 2.04 3/185 5682
/proc/meminfo: memFree=28816248/32770624 swapFree=67108860/67108860
[pid=5419] ppid=5416 vsize=913676 memory=878096 CPUtime=2442.39 cores=1,3,5,7
/proc/5419/stat : 5419 (cosoco) R 5416 5419 897 0 -1 4202496 949805 0 0 0 244163 76 0 0 20 0 1 0 61205317 935604224 219524 18446744073709551615 4194304 5972588 140732984850880 140732984838088 4935454 0 0 1 8405026 0 0 0 17 5 0 0 10 0 0 8070896 8075904 22085632 140732984857028 140732984857128 140732984857128 140732984860622 0
/proc/5419/statm: 228419 219524 856 435 0 221782 0
Current children cumulated CPU time: 2442.39 s
Current children cumulated vsize: 913676 KiB
Current children cumulated memory: 878096 KiB

[startup+2502.3 s]
/proc/loadavg: 1.97 2.00 2.04 3/183 5684
/proc/meminfo: memFree=28818304/32770624 swapFree=67108860/67108860
[pid=5419] ppid=5416 vsize=913676 memory=878096 CPUtime=2502.4 cores=1,3,5,7
/proc/5419/stat : 5419 (cosoco) R 5416 5419 897 0 -1 4202496 950720 0 0 0 250164 76 0 0 20 0 1 0 61205317 935604224 219524 18446744073709551615 4194304 5972588 140732984850880 140732984838088 4934287 0 0 1 8405026 0 0 0 17 5 0 0 10 0 0 8070896 8075904 22085632 140732984857028 140732984857128 140732984857128 140732984860622 0
/proc/5419/statm: 228419 219524 856 435 0 221782 0
Current children cumulated CPU time: 2502.4 s
Current children cumulated vsize: 913676 KiB
Current children cumulated memory: 878096 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2519.9 s]
/proc/loadavg: 1.98 2.00 2.04 3/182 5686
/proc/meminfo: memFree=28819312/32770624 swapFree=67108860/67108860
[pid=5419] ppid=5416 vsize=913676 memory=878096 CPUtime=2520 cores=1,3,5,7
/proc/5419/stat : 5419 (cosoco) R 5416 5419 897 0 -1 4202496 950821 0 0 0 251924 76 0 0 20 0 1 0 61205317 935604224 219524 18446744073709551615 4194304 5972588 140732984850880 140732984838088 4935454 0 0 1 8405026 0 0 0 17 5 0 0 10 0 0 8070896 8075904 22085632 140732984857028 140732984857128 140732984857128 140732984860622 0
/proc/5419/statm: 228419 219524 856 435 0 221782 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 913676 KiB
Current children cumulated memory: 878096 KiB

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

[startup+2519.9 s]
# the end of solver process 5419 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.24 s, system=0.771077 s

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

[startup+2519.9 s]
/proc/loadavg: 1.98 2.00 2.04 3/182 5686
/proc/meminfo: memFree=28819312/32770624 swapFree=67108860/67108860
[pid=5419] ppid=5416 vsize=913676 memory=878096 CPUtime=2520 cores=1,3,5,7
/proc/5419/stat : 5419 (cosoco) R 5416 5419 897 0 -1 4202496 950821 0 0 0 251924 76 0 0 20 0 1 0 61205317 935604224 219524 18446744073709551615 4194304 5972588 140732984850880 140732984838088 4935454 0 0 1 8405026 0 0 0 17 5 0 0 10 0 0 8070896 8075904 22085632 140732984857028 140732984857128 140732984857128 140732984860622 0
/proc/5419/statm: 228419 219524 856 435 0 221782 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 913676 KiB
Current children cumulated memory: 878096 KiB

Child status: 1
Real time (s): 2519.9
CPU time (s): 2520.01
CPU user time (s): 2519.24
CPU system time (s): 0.771077
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 913676
Max. memory (cumulated for all children) (KiB): 878096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.24
system time used= 0.771077
maximum resident set size= 878164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 950865
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= 60
involuntary context switches= 751


# summary of solver processes directly reported to runsolver:
#   pid: 5419
#   total CPU time (s): 2520.01
#   total CPU user time (s): 2519.24
#   total CPU system time (s): 0.771077

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.60198 second user time and 18.9639 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-13 03:50:00
IDJOB=4265620
IDBENCH=138054
IDSOLVER=2655
FILE ID=node125/4265620-1502589845
RUNJOBID= node125-1502565153-967
PBS_JOBID= 
Free space on /tmp= 61876 MiB

SOLVER NAME= cosoco-sat 1.12
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-sw120/BinPacking-tab-sw120-10.xml
COMMAND LINE= cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4265620-1502589845/watcher-4265620-1502589845 -o /tmp/evaluation-result-4265620-1502589845/solver-4265620-1502589845 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502565153-967 --watchdog 2580  cosoco -lc -model -restarts -sat HOME/instance-4265620-1502589845.xml

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

MD5SUM BENCH= 67f07639019614dd1d008c87f8253383
RANDOM SEED=1674944636

node125.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.07
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.07
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.07
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.07
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:        30462148 kB
MemAvailable:   31423152 kB
Buffers:          278128 kB
Cached:           978840 kB
SwapCached:            0 kB
Active:          1312168 kB
Inactive:         569372 kB
Active(anon):     624896 kB
Inactive(anon):    33100 kB
Active(file):     687272 kB
Inactive(file):   536272 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             92228 kB
Writeback:             0 kB
AnonPages:        624536 kB
Mapped:            47604 kB
Shmem:             33444 kB
Slab:             131828 kB
SReclaimable:     106588 kB
SUnreclaim:        25240 kB
KernelStack:        3200 kB
PageTables:         5968 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     906656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    280576 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= 61940 MiB
End job on node125 at 2017-08-13 04:32:01