Trace number 4265578

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.1101 2519.8

General information on the benchmark

NameBinPacking/BinPacking-mdd-sw100/
BinPacking-mdd-sw100-03.xml
MD5SUM61729e5e51cdc1a72244a455e64fc056
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2400.03
Satisfiable
(Un)Satisfiability was proved
Number of variables109
Number of constraints21
Number of domains2
Minimum domain size19
Maximum domain size45
Distribution of domain sizes[{"size":19,"count":1},{"size":45,"count":108}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":90},{"degree":4,"count":18}]
Minimum constraint arity6
Maximum constraint arity108
Distribution of constraint arities[{"arity":6,"count":18},{"arity":19,"count":1},{"arity":108,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":18},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.10/0.16	c Create Cardinality(vars,values,occurs) constraint using 108 Exactly/AtMost.. constraint 
0.10/0.16	c
0.10/0.17	c SAT : Variables: 4879 -- Clauses: 107200
0.10/0.17	c best=?? lower=0 upper=18 
487.45/487.49	c
487.45/487.49	c This is cosoco 1.12 --  
487.45/487.49	c
487.45/487.49	c command line: cosoco -lc -model -restarts -sat HOME/instance-4265578-1502589306.xml 
487.45/487.49	c enable optimization
487.45/487.49	c ========================================[ Problem Statistics ]===========================================
487.45/487.49	c |                                                                                                       
487.45/487.49	c |  Parse time        :         0.16 s 
487.45/487.49	c |
487.45/487.49	c |               Variables: 109
487.45/487.49	c |            Domain Sizes: 19..45
487.45/487.49	c |
487.45/487.49	c |             Constraints: 82
487.45/487.49	c |                   Arity: 1..108  -- Unary: 1
487.45/487.49	c | 
487.45/487.49	c |                   Types: 
487.45/487.49	c |                          Exactly K: 45
487.45/487.49	c |                          Exactly K variable: 1
487.45/487.49	c |                          Intension: 1
487.45/487.49	c |                          Lex: 17
487.45/487.49	c |                          MDD: 18
487.45/487.49	c |                          
487.45/487.49	c =========================================================================================================
487.45/487.49	conflict 43lvl : 7 bt6-4346:0(1382)X711091
2520.09/2519.80	
2520.09/2519.80	c *** INTERRUPTED ***
2520.09/2519.80	c restarts              : 575         
2520.09/2519.80	c conflicts             : 1382693      (549 /sec)
2520.09/2519.80	c decisions             : 3959254      (1571 /sec)
2520.09/2519.80	c propagations          : 206638367   (81996 /sec)
2520.09/2519.80	c root propagations     : 612         
2520.09/2519.80	c filter calls          : 609365594      (241803 /sec)
2520.09/2519.80	c useless filter calls  : 590517290      (96 %)
2520.09/2519.80	c
2520.09/2519.80	c clauses               : 113904
2520.09/2519.80	c SAT propagations      : 1231
2520.09/2519.80	c SAT conflicts         : 196 (1 learnts)
2520.09/2519.80	c Memory used           : 38.20 MB
2520.09/2519.80	c CPU time              : 2520.09 s
2520.09/2519.80	
2520.09/2519.80	c No Bound found!
2520.09/2519.80	
2520.09/2519.80	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 (14098 MiB free)
  memory of node 1: 16384 MiB (12357 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4265578-1502589306/watcher-4265578-1502589306 -o /tmp/evaluation-result-4265578-1502589306/solver-4265578-1502589306 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node114-1502567254-24358 --watchdog 2580 cosoco -lc -model -restarts -sat HOME/instance-4265578-1502589306.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=27404, runsolver pid=27401

[startup+0.100942 s]*
/proc/loadavg: 2.03 2.10 2.08 3/189 27405
/proc/meminfo: memFree=27087496/32770624 swapFree=67108860/67108860
[pid=27404] ppid=27401 vsize=29720 memory=5988 CPUtime=0.1 cores=1,3,5,7
/proc/27404/stat : 27404 (cosoco) R 27401 27404 24273 0 -1 4202496 1692 0 0 0 10 0 0 0 20 0 1 0 92018504 30433280 1497 33554432000 4194304 5972588 140729903810336 140729903806904 5671543 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8070896 8075904 21102592 140729903813818 140729903813918 140729903813918 140729903816654 0
/proc/27404/statm: 7430 1497 717 435 0 793 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 29720 KiB
Current children cumulated memory: 5988 KiB

[startup+0.209478 s]*
/proc/loadavg: 2.03 2.10 2.08 3/189 27405
/proc/meminfo: memFree=27080568/32770624 swapFree=67108860/67108860
[pid=27404] ppid=27401 vsize=38828 memory=13512 CPUtime=0.2 cores=1,3,5,7
/proc/27404/stat : 27404 (cosoco) R 27401 27404 24273 0 -1 4202496 4242 0 0 0 20 0 0 0 20 0 1 0 92018504 39759872 3378 33554432000 4194304 5972588 140729903810336 140729903806904 4919323 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 21102592 140729903813818 140729903813918 140729903813918 140729903816654 0
/proc/27404/statm: 9707 3378 843 435 0 3070 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 38828 KiB
Current children cumulated memory: 13512 KiB

[startup+0.309518 s]*
/proc/loadavg: 2.03 2.10 2.08 3/189 27405
/proc/meminfo: memFree=27080568/32770624 swapFree=67108860/67108860
[pid=27404] ppid=27401 vsize=38972 memory=13776 CPUtime=0.3 cores=1,3,5,7
/proc/27404/stat : 27404 (cosoco) R 27401 27404 24273 0 -1 4202496 4254 0 0 0 30 0 0 0 20 0 1 0 92018504 39907328 3444 33554432000 4194304 5972588 140729903810336 140729903806904 5139324 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 21102592 140729903813818 140729903813918 140729903813918 140729903816654 0
/proc/27404/statm: 9743 3444 860 435 0 3106 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 38972 KiB
Current children cumulated memory: 13776 KiB

[startup+0.700272 s]
/proc/loadavg: 2.03 2.10 2.08 3/189 27405
/proc/meminfo: memFree=27080568/32770624 swapFree=67108860/67108860
[pid=27404] ppid=27401 vsize=38972 memory=13776 CPUtime=0.68 cores=1,3,5,7
/proc/27404/stat : 27404 (cosoco) R 27401 27404 24273 0 -1 4202496 4254 0 0 0 68 0 0 0 20 0 1 0 92018504 39907328 3444 33554432000 4194304 5972588 140729903810336 140729903807048 5139324 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 21102592 140729903813818 140729903813918 140729903813918 140729903816654 0
/proc/27404/statm: 9743 3444 860 435 0 3106 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 38972 KiB
Current children cumulated memory: 13776 KiB

[startup+1.50027 s]
/proc/loadavg: 2.03 2.10 2.08 3/189 27405
/proc/meminfo: memFree=27080428/32770624 swapFree=67108860/67108860
[pid=27404] ppid=27401 vsize=38972 memory=13776 CPUtime=1.48 cores=1,3,5,7
/proc/27404/stat : 27404 (cosoco) R 27401 27404 24273 0 -1 4202496 4261 0 0 0 148 0 0 0 20 0 1 0 92018504 39907328 3444 33554432000 4194304 5972588 140729903810336 140729903807048 5139327 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 21102592 140729903813818 140729903813918 140729903813918 140729903816654 0
/proc/27404/statm: 9743 3444 860 435 0 3106 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 38972 KiB
Current children cumulated memory: 13776 KiB

[startup+3.10901 s]
/proc/loadavg: 2.03 2.10 2.08 3/189 27405
/proc/meminfo: memFree=27080436/32770624 swapFree=67108860/67108860
[pid=27404] ppid=27401 vsize=38972 memory=13848 CPUtime=3.09 cores=1,3,5,7
/proc/27404/stat : 27404 (cosoco) R 27401 27404 24273 0 -1 4202496 5124 0 0 0 309 0 0 0 20 0 1 0 92018504 39907328 3462 33554432000 4194304 5972588 140729903810336 140729903807048 4919323 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 21102592 140729903813818 140729903813918 140729903813918 140729903816654 0
/proc/27404/statm: 9743 3462 860 435 0 3106 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 38972 KiB
Current children cumulated memory: 13848 KiB

[startup+6.30026 s]
/proc/loadavg: 2.03 2.10 2.08 3/189 27405
/proc/meminfo: memFree=27080544/32770624 swapFree=67108860/67108860
[pid=27404] ppid=27401 vsize=38972 memory=13848 CPUtime=6.28 cores=1,3,5,7
/proc/27404/stat : 27404 (cosoco) R 27401 27404 24273 0 -1 4202496 6009 0 0 0 628 0 0 0 20 0 1 0 92018504 39907328 3462 33554432000 4194304 5972588 140729903810336 140729903807048 5139319 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 21102592 140729903813818 140729903813918 140729903813918 140729903816654 0
/proc/27404/statm: 9743 3462 860 435 0 3106 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 38972 KiB
Current children cumulated memory: 13848 KiB

[startup+12.7003 s]
/proc/loadavg: 2.02 2.10 2.08 3/189 27405
/proc/meminfo: memFree=27080536/32770624 swapFree=67108860/67108860
[pid=27404] ppid=27401 vsize=38972 memory=13852 CPUtime=12.68 cores=1,3,5,7
/proc/27404/stat : 27404 (cosoco) R 27401 27404 24273 0 -1 4202496 6988 0 0 0 1268 0 0 0 20 0 1 0 92018504 39907328 3463 33554432000 4194304 5972588 140729903810336 140729903807048 5139327 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 21102592 140729903813818 140729903813918 140729903813918 140729903816654 0
/proc/27404/statm: 9743 3463 860 435 0 3106 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 38972 KiB
Current children cumulated memory: 13852 KiB

[startup+25.5003 s]
/proc/loadavg: 2.02 2.09 2.08 3/189 27405
/proc/meminfo: memFree=27080536/32770624 swapFree=67108860/67108860
[pid=27404] ppid=27401 vsize=38972 memory=13892 CPUtime=25.48 cores=1,3,5,7
/proc/27404/stat : 27404 (cosoco) R 27401 27404 24273 0 -1 4202496 8943 0 0 0 2548 0 0 0 20 0 1 0 92018504 39907328 3473 33554432000 4194304 5972588 140729903810336 140729903807048 4919406 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 21102592 140729903813818 140729903813918 140729903813918 140729903816654 0
/proc/27404/statm: 9743 3473 860 435 0 3106 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 38972 KiB
Current children cumulated memory: 13892 KiB

[startup+51.1091 s]
/proc/loadavg: 2.01 2.09 2.08 3/189 27405
/proc/meminfo: memFree=27080668/32770624 swapFree=67108860/67108860
[pid=27404] ppid=27401 vsize=38972 memory=13960 CPUtime=51.1 cores=1,3,5,7
/proc/27404/stat : 27404 (cosoco) R 27401 27404 24273 0 -1 4202496 10144 0 0 0 5110 0 0 0 20 0 1 0 92018504 39907328 3490 33554432000 4194304 5972588 140729903810336 140729903807048 5139319 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 21102592 140729903813818 140729903813918 140729903813918 140729903816654 0
/proc/27404/statm: 9743 3490 860 435 0 3106 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 38972 KiB
Current children cumulated memory: 13960 KiB

[startup+102.3 s]
/proc/loadavg: 2.01 2.07 2.08 3/189 27406
/proc/meminfo: memFree=27079372/32770624 swapFree=67108860/67108860
[pid=27404] ppid=27401 vsize=39108 memory=15528 CPUtime=102.29 cores=1,3,5,7
/proc/27404/stat : 27404 (cosoco) R 27401 27404 24273 0 -1 4202496 11192 0 0 0 10229 0 0 0 20 0 1 0 92018504 40046592 3882 33554432000 4194304 5972588 140729903810336 140729903806984 5139333 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 21102592 140729903813818 140729903813918 140729903813918 140729903816654 0
/proc/27404/statm: 9777 3882 860 435 0 3140 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 39108 KiB
Current children cumulated memory: 15528 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.06 2.07 3/188 27407
/proc/meminfo: memFree=27079504/32770624 swapFree=67108860/67108860
[pid=27404] ppid=27401 vsize=39108 memory=15536 CPUtime=162.31 cores=1,3,5,7
/proc/27404/stat : 27404 (cosoco) R 27401 27404 24273 0 -1 4202496 11960 0 0 0 16230 1 0 0 20 0 1 0 92018504 40046592 3884 33554432000 4194304 5972588 140729903810336 140729903806984 5139329 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 21102592 140729903813818 140729903813918 140729903813918 140729903816654 0
/proc/27404/statm: 9777 3884 860 435 0 3140 0
Current children cumulated CPU time: 162.31 s
Current children cumulated vsize: 39108 KiB
Current children cumulated memory: 15536 KiB

[startup+222.3 s]
/proc/loadavg: 2.16 2.08 2.07 3/188 27408
/proc/meminfo: memFree=27078828/32770624 swapFree=67108860/67108860
[pid=27404] ppid=27401 vsize=39108 memory=15544 CPUtime=222.32 cores=1,3,5,7
/proc/27404/stat : 27404 (cosoco) R 27401 27404 24273 0 -1 4202496 12793 0 0 0 22231 1 0 0 20 0 1 0 92018504 40046592 3886 33554432000 4194304 5972588 140729903810336 140729903806984 4919025 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 21102592 140729903813818 140729903813918 140729903813918 140729903816654 0
/proc/27404/statm: 9777 3886 860 435 0 3140 0
Current children cumulated CPU time: 222.32 s
Current children cumulated vsize: 39108 KiB
Current children cumulated memory: 15544 KiB

[startup+282.3 s]
/proc/loadavg: 2.30 2.15 2.10 3/187 27409
/proc/meminfo: memFree=27079100/32770624 swapFree=67108860/67108860
[pid=27404] ppid=27401 vsize=39108 memory=15544 CPUtime=282.32 cores=1,3,5,7
/proc/27404/stat : 27404 (cosoco) R 27401 27404 24273 0 -1 4202496 12802 0 0 0 28231 1 0 0 20 0 1 0 92018504 40046592 3886 33554432000 4194304 5972588 140729903810336 140729903806984 5032431 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 21102592 140729903813818 140729903813918 140729903813918 140729903816654 0
/proc/27404/statm: 9777 3886 860 435 0 3140 0
Current children cumulated CPU time: 282.32 s
Current children cumulated vsize: 39108 KiB
Current children cumulated memory: 15544 KiB

[startup+342.3 s]
/proc/loadavg: 2.11 2.13 2.09 3/187 27410
/proc/meminfo: memFree=27079344/32770624 swapFree=67108860/67108860
[pid=27404] ppid=27401 vsize=39108 memory=15580 CPUtime=342.33 cores=1,3,5,7
/proc/27404/stat : 27404 (cosoco) R 27401 27404 24273 0 -1 4202496 13614 0 0 0 34232 1 0 0 20 0 1 0 92018504 40046592 3895 33554432000 4194304 5972588 140729903810336 140729903806984 5139312 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 21102592 140729903813818 140729903813918 140729903813918 140729903816654 0
/proc/27404/statm: 9777 3895 860 435 0 3140 0
Current children cumulated CPU time: 342.33 s
Current children cumulated vsize: 39108 KiB
Current children cumulated memory: 15580 KiB

[startup+402.3 s]
/proc/loadavg: 2.04 2.10 2.09 3/187 27411
/proc/meminfo: memFree=27078968/32770624 swapFree=67108860/67108860
[pid=27404] ppid=27401 vsize=39108 memory=15580 CPUtime=402.34 cores=1,3,5,7
/proc/27404/stat : 27404 (cosoco) R 27401 27404 24273 0 -1 4202496 13624 0 0 0 40233 1 0 0 20 0 1 0 92018504 40046592 3895 33554432000 4194304 5972588 140729903810336 140729903806984 5139329 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 21102592 140729903813818 140729903813918 140729903813918 140729903816654 0
/proc/27404/statm: 9777 3895 860 435 0 3140 0
Current children cumulated CPU time: 402.34 s
Current children cumulated vsize: 39108 KiB
Current children cumulated memory: 15580 KiB

[startup+462.3 s]
/proc/loadavg: 2.01 2.08 2.08 3/187 27412
/proc/meminfo: memFree=27079200/32770624 swapFree=67108860/67108860
[pid=27404] ppid=27401 vsize=39108 memory=15580 CPUtime=462.34 cores=1,3,5,7
/proc/27404/stat : 27404 (cosoco) R 27401 27404 24273 0 -1 4202496 14356 0 0 0 46233 1 0 0 20 0 1 0 92018504 40046592 3895 33554432000 4194304 5972588 140729903810336 140729903806984 5139329 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 21102592 140729903813818 140729903813918 140729903813918 140729903816654 0
/proc/27404/statm: 9777 3895 860 435 0 3140 0
Current children cumulated CPU time: 462.34 s
Current children cumulated vsize: 39108 KiB
Current children cumulated memory: 15580 KiB


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

/proc/27404/statm: 9777 3906 866 435 0 3140 0
Current children cumulated CPU time: 1722.5 s
Current children cumulated vsize: 39108 KiB
Current children cumulated memory: 15624 KiB

[startup+1782.3 s]
/proc/loadavg: 1.95 2.00 2.04 3/188 27605
/proc/meminfo: memFree=25498668/32770624 swapFree=67108860/67108860
[pid=27404] ppid=27401 vsize=39108 memory=15624 CPUtime=1782.5 cores=1,3,5,7
/proc/27404/stat : 27404 (cosoco) R 27401 27404 24273 0 -1 4202496 22736 0 0 0 178249 1 0 0 20 0 1 0 92018504 40046592 3906 33554432000 4194304 5972588 140729903810336 140729903807560 5032431 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 21102592 140729903813818 140729903813918 140729903813918 140729903816654 0
/proc/27404/statm: 9777 3906 866 435 0 3140 0
Current children cumulated CPU time: 1782.5 s
Current children cumulated vsize: 39108 KiB
Current children cumulated memory: 15624 KiB

[startup+1842.3 s]
/proc/loadavg: 1.98 2.00 2.04 3/188 27606
/proc/meminfo: memFree=25497400/32770624 swapFree=67108860/67108860
[pid=27404] ppid=27401 vsize=39108 memory=15624 CPUtime=1842.51 cores=1,3,5,7
/proc/27404/stat : 27404 (cosoco) R 27401 27404 24273 0 -1 4202496 22825 0 0 0 184250 1 0 0 20 0 1 0 92018504 40046592 3906 33554432000 4194304 5972588 140729903810336 140729903807560 4919093 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 21102592 140729903813818 140729903813918 140729903813918 140729903816654 0
/proc/27404/statm: 9777 3906 866 435 0 3140 0
Current children cumulated CPU time: 1842.51 s
Current children cumulated vsize: 39108 KiB
Current children cumulated memory: 15624 KiB

[startup+1902.3 s]
/proc/loadavg: 1.99 2.00 2.04 3/188 27607
/proc/meminfo: memFree=25496440/32770624 swapFree=67108860/67108860
[pid=27404] ppid=27401 vsize=39108 memory=15624 CPUtime=1902.52 cores=1,3,5,7
/proc/27404/stat : 27404 (cosoco) R 27401 27404 24273 0 -1 4202496 23416 0 0 0 190251 1 0 0 20 0 1 0 92018504 40046592 3906 33554432000 4194304 5972588 140729903810336 140729903807560 4919093 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 21102592 140729903813818 140729903813918 140729903813918 140729903816654 0
/proc/27404/statm: 9777 3906 866 435 0 3140 0
Current children cumulated CPU time: 1902.52 s
Current children cumulated vsize: 39108 KiB
Current children cumulated memory: 15624 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/188 27608
/proc/meminfo: memFree=25496264/32770624 swapFree=67108860/67108860
[pid=27404] ppid=27401 vsize=39108 memory=15624 CPUtime=1962.53 cores=1,3,5,7
/proc/27404/stat : 27404 (cosoco) R 27401 27404 24273 0 -1 4202496 23423 0 0 0 196252 1 0 0 20 0 1 0 92018504 40046592 3906 33554432000 4194304 5972588 140729903810336 140729903807560 4919406 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 21102592 140729903813818 140729903813918 140729903813918 140729903816654 0
/proc/27404/statm: 9777 3906 866 435 0 3140 0
Current children cumulated CPU time: 1962.53 s
Current children cumulated vsize: 39108 KiB
Current children cumulated memory: 15624 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/188 27609
/proc/meminfo: memFree=25495984/32770624 swapFree=67108860/67108860
[pid=27404] ppid=27401 vsize=39108 memory=15624 CPUtime=2022.53 cores=1,3,5,7
/proc/27404/stat : 27404 (cosoco) R 27401 27404 24273 0 -1 4202496 24008 0 0 0 202252 1 0 0 20 0 1 0 92018504 40046592 3906 33554432000 4194304 5972588 140729903810336 140729903807560 4919380 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 21102592 140729903813818 140729903813918 140729903813918 140729903816654 0
/proc/27404/statm: 9777 3906 866 435 0 3140 0
Current children cumulated CPU time: 2022.53 s
Current children cumulated vsize: 39108 KiB
Current children cumulated memory: 15624 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/188 27610
/proc/meminfo: memFree=25495852/32770624 swapFree=67108860/67108860
[pid=27404] ppid=27401 vsize=39108 memory=15624 CPUtime=2082.54 cores=1,3,5,7
/proc/27404/stat : 27404 (cosoco) R 27401 27404 24273 0 -1 4202496 24008 0 0 0 208253 1 0 0 20 0 1 0 92018504 40046592 3906 33554432000 4194304 5972588 140729903810336 140729903807560 4944723 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 21102592 140729903813818 140729903813918 140729903813918 140729903816654 0
/proc/27404/statm: 9777 3906 866 435 0 3140 0
Current children cumulated CPU time: 2082.54 s
Current children cumulated vsize: 39108 KiB
Current children cumulated memory: 15624 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 27611
/proc/meminfo: memFree=25495940/32770624 swapFree=67108860/67108860
[pid=27404] ppid=27401 vsize=39108 memory=15632 CPUtime=2142.55 cores=1,3,5,7
/proc/27404/stat : 27404 (cosoco) R 27401 27404 24273 0 -1 4202496 24770 0 0 0 214254 1 0 0 20 0 1 0 92018504 40046592 3908 33554432000 4194304 5972588 140729903810336 140729903807560 5139312 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 21102592 140729903813818 140729903813918 140729903813918 140729903816654 0
/proc/27404/statm: 9777 3908 866 435 0 3140 0
Current children cumulated CPU time: 2142.55 s
Current children cumulated vsize: 39108 KiB
Current children cumulated memory: 15632 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 27612
/proc/meminfo: memFree=25495600/32770624 swapFree=67108860/67108860
[pid=27404] ppid=27401 vsize=39108 memory=15632 CPUtime=2202.55 cores=1,3,5,7
/proc/27404/stat : 27404 (cosoco) R 27401 27404 24273 0 -1 4202496 24775 0 0 0 220254 1 0 0 20 0 1 0 92018504 40046592 3908 33554432000 4194304 5972588 140729903810336 140729903807560 5032400 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 21102592 140729903813818 140729903813918 140729903813918 140729903816654 0
/proc/27404/statm: 9777 3908 866 435 0 3140 0
Current children cumulated CPU time: 2202.55 s
Current children cumulated vsize: 39108 KiB
Current children cumulated memory: 15632 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 27613
/proc/meminfo: memFree=25495508/32770624 swapFree=67108860/67108860
[pid=27404] ppid=27401 vsize=39108 memory=15632 CPUtime=2262.56 cores=1,3,5,7
/proc/27404/stat : 27404 (cosoco) R 27401 27404 24273 0 -1 4202496 25386 0 0 0 226255 1 0 0 20 0 1 0 92018504 40046592 3908 33554432000 4194304 5972588 140729903810336 140729903807560 5139499 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 21102592 140729903813818 140729903813918 140729903813918 140729903816654 0
/proc/27404/statm: 9777 3908 866 435 0 3140 0
Current children cumulated CPU time: 2262.56 s
Current children cumulated vsize: 39108 KiB
Current children cumulated memory: 15632 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 27614
/proc/meminfo: memFree=25495556/32770624 swapFree=67108860/67108860
[pid=27404] ppid=27401 vsize=39108 memory=15632 CPUtime=2322.57 cores=1,3,5,7
/proc/27404/stat : 27404 (cosoco) R 27401 27404 24273 0 -1 4202496 25529 0 0 0 232256 1 0 0 20 0 1 0 92018504 40046592 3908 33554432000 4194304 5972588 140729903810336 140729903807560 5032450 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 21102592 140729903813818 140729903813918 140729903813918 140729903816654 0
/proc/27404/statm: 9777 3908 866 435 0 3140 0
Current children cumulated CPU time: 2322.57 s
Current children cumulated vsize: 39108 KiB
Current children cumulated memory: 15632 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/188 27623
/proc/meminfo: memFree=25494880/32770624 swapFree=67108860/67108860
[pid=27404] ppid=27401 vsize=39108 memory=15632 CPUtime=2382.58 cores=1,3,5,7
/proc/27404/stat : 27404 (cosoco) R 27401 27404 24273 0 -1 4202496 26157 0 0 0 238257 1 0 0 20 0 1 0 92018504 40046592 3908 33554432000 4194304 5972588 140729903810336 140729903807560 5139324 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 21102592 140729903813818 140729903813918 140729903813918 140729903816654 0
/proc/27404/statm: 9777 3908 866 435 0 3140 0
Current children cumulated CPU time: 2382.58 s
Current children cumulated vsize: 39108 KiB
Current children cumulated memory: 15632 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/188 27624
/proc/meminfo: memFree=25495036/32770624 swapFree=67108860/67108860
[pid=27404] ppid=27401 vsize=39108 memory=15632 CPUtime=2442.58 cores=1,3,5,7
/proc/27404/stat : 27404 (cosoco) R 27401 27404 24273 0 -1 4202496 26161 0 0 0 244257 1 0 0 20 0 1 0 92018504 40046592 3908 33554432000 4194304 5972588 140729903810336 140729903807560 5032729 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 21102592 140729903813818 140729903813918 140729903813918 140729903816654 0
/proc/27404/statm: 9777 3908 866 435 0 3140 0
Current children cumulated CPU time: 2442.58 s
Current children cumulated vsize: 39108 KiB
Current children cumulated memory: 15632 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/188 27625
/proc/meminfo: memFree=25494944/32770624 swapFree=67108860/67108860
[pid=27404] ppid=27401 vsize=39108 memory=15632 CPUtime=2502.59 cores=1,3,5,7
/proc/27404/stat : 27404 (cosoco) R 27401 27404 24273 0 -1 4202496 26921 0 0 0 250258 1 0 0 20 0 1 0 92018504 40046592 3908 33554432000 4194304 5972588 140729903810336 140729903807560 5139312 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 21102592 140729903813818 140729903813918 140729903813918 140729903816654 0
/proc/27404/statm: 9777 3908 866 435 0 3140 0
Current children cumulated CPU time: 2502.59 s
Current children cumulated vsize: 39108 KiB
Current children cumulated memory: 15632 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2519.8 s]
/proc/loadavg: 2.00 2.00 2.04 3/188 27625
/proc/meminfo: memFree=25494912/32770624 swapFree=67108860/67108860
[pid=27404] ppid=27401 vsize=39108 memory=15632 CPUtime=2520.09 cores=1,3,5,7
/proc/27404/stat : 27404 (cosoco) R 27401 27404 24273 0 -1 4202496 26923 0 0 0 252008 1 0 0 20 0 1 0 92018504 40046592 3908 33554432000 4194304 5972588 140729903810336 140729903807560 5139312 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 21102592 140729903813818 140729903813918 140729903813918 140729903816654 0
/proc/27404/statm: 9777 3908 866 435 0 3140 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 39108 KiB
Current children cumulated memory: 15632 KiB

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

[startup+2519.8 s]
# the end of solver process 27404 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2520.09 s, system=0.017002 s

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

Child status: 1
Real time (s): 2519.8
CPU time (s): 2520.11
CPU user time (s): 2520.09
CPU system time (s): 0.017002
CPU usage (%): 100.012
Max. virtual memory (cumulated for all children) (KiB): 39108
Max. memory (cumulated for all children) (KiB): 15632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2520.09
system time used= 0.017002
maximum resident set size= 15672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27368
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= 11
involuntary context switches= 680


# summary of solver processes directly reported to runsolver:
#   pid: 27404
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2520.09
#   total CPU system time (s): 0.017002

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.9627 second user time and 15.4082 second system time

The end

Launcher Data

Begin job on node114 at 2017-08-13 03:40:48
IDJOB=4265578
IDBENCH=137707
IDSOLVER=2655
FILE ID=node114/4265578-1502589306
RUNJOBID= node114-1502567254-24358
PBS_JOBID= 20628281
Free space on /tmp= 61696 MiB

SOLVER NAME= cosoco-sat 1.12
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-sw100/BinPacking-mdd-sw100-03.xml
COMMAND LINE= cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4265578-1502589306/watcher-4265578-1502589306 -o /tmp/evaluation-result-4265578-1502589306/solver-4265578-1502589306 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node114-1502567254-24358 --watchdog 2580  cosoco -lc -model -restarts -sat HOME/instance-4265578-1502589306.xml

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

MD5SUM BENCH= 61729e5e51cdc1a72244a455e64fc056
RANDOM SEED=1434741112

node114.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	: 5332.98
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	: 5332.98
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	: 5332.98
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	: 5332.98
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:        27091304 kB
MemAvailable:   31938848 kB
Buffers:          130788 kB
Cached:          5007660 kB
SwapCached:            0 kB
Active:           427088 kB
Inactive:        4819624 kB
Active(anon):     110892 kB
Inactive(anon):    25036 kB
Active(file):     316196 kB
Inactive(file):  4794588 kB
Unevictable:        6520 kB
Mlocked:            6520 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2772 kB
Writeback:             0 kB
AnonPages:        113920 kB
Mapped:            44768 kB
Shmem:             25224 kB
Slab:             130368 kB
SReclaimable:     105192 kB
SUnreclaim:        25176 kB
KernelStack:        3344 kB
PageTables:         5284 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     407444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     53248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 61692 MiB
End job on node114 at 2017-08-13 04:22:48