Trace number 4265601

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

General information on the benchmark

NameBinPacking/BinPacking-sum-skj2/
BinPacking-sum-n3w3b3r7.xml
MD5SUM4bffeaf90ccad3cb01dd3bbb4a29e0a4
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 variables1024
Number of constraints65
Number of domains2
Minimum domain size32
Maximum domain size145
Distribution of domain sizes[{"size":32,"count":1},{"size":145,"count":1023}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":992},{"degree":5,"count":31}]
Minimum constraint arity32
Maximum constraint arity1023
Distribution of constraint arities[{"arity":32,"count":1},{"arity":33,"count":62},{"arity":1023,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":31},{"type":"lex","count":1},{"type":"sum","count":31},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.00/0.03	c Create Cardinality(vars,values,occurs) constraint using 1023 Exactly/AtMost.. constraint 
0.00/0.03	c
0.79/0.86	c SAT : Variables: 148367 -- Clauses: 10681640
0.79/0.86	c best=?? lower=0 upper=31 
2519.87/2520.01	c
2519.87/2520.01	c This is cosoco 1.12 --  
2519.87/2520.01	c
2519.87/2520.01	c command line: cosoco -lc -model -restarts -sat HOME/instance-4265601-1502588952.xml 
2519.87/2520.01	c enable optimization
2519.87/2520.01	c ========================================[ Problem Statistics ]===========================================
2519.87/2520.01	c |                                                                                                       
2519.87/2520.01	c |  Parse time        :         0.74 s 
2519.87/2520.01	c |
2519.87/2520.01	c |               Variables: 1024
2519.87/2520.01	c |            Domain Sizes: 32..145
2519.87/2520.01	c |
2519.87/2520.01	c |             Constraints: 1200
2519.87/2520.01	c |                   Arity: 1..1023  -- Unary: 1  -- Binary: 992
2519.87/2520.01	c | 
2519.87/2520.01	c |                   Types: 
2519.87/2520.01	c |                          (X -Y <= k): 992
2519.87/2520.01	c |                          Exactly K: 145
2519.87/2520.01	c |                          Exactly K variable: 1
2519.87/2520.01	c |                          Intension: 1
2519.87/2520.01	c |                          Lex: 30
2519.87/2520.01	c |                          Sum: 31
2519.87/2520.01	c |                          
2519.87/2520.01	c =========================================================================================================
2519.87/2520.01	
2519.87/2520.01	c *** INTERRUPTED ***
2519.87/2520.01	c restarts              : 92          
2519.87/2520.01	c conflicts             : 862          (0 /sec)
2519.87/2520.01	c decisions             : 75031        (30 /sec)
2519.87/2520.01	c propagations          : 23830355    (9458 /sec)
2519.87/2520.01	c root propagations     : 0           
2519.87/2520.01	c filter calls          : 32203727       (12781 /sec)
2519.87/2520.01	c useless filter calls  : 31878108       (98 %)
2519.87/2520.01	c
2519.87/2520.01	c clauses               : 10681990
2519.87/2520.01	c SAT propagations      : 510
2519.87/2520.01	c SAT conflicts         : 0 (0 learnts)
2519.87/2520.01	c Memory used           : 560.96 MB
2519.87/2520.01	c CPU time              : 2519.63 s
2519.87/2520.01	
2519.87/2520.01	c No Bound found!
2519.87/2520.01	
2519.87/2520.01	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14273 MiB free)
  memory of node 1: 16384 MiB (14225 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4265601-1502588952/watcher-4265601-1502588952 -o /tmp/evaluation-result-4265601-1502588952/solver-4265601-1502588952 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1502567255-24252 --watchdog 2580 cosoco -lc -model -restarts -sat HOME/instance-4265601-1502588952.xml 

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

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=26981, runsolver pid=26978

[startup+0.100119 s]*
/proc/loadavg: 2.00 2.00 2.04 3/188 26982
/proc/meminfo: memFree=29144080/32770624 swapFree=67108860/67108860
[pid=26981] ppid=26978 vsize=72628 memory=46896 CPUtime=0.1 cores=0,2,4,6
/proc/26981/stat : 26981 (cosoco) R 26978 26981 24168 0 -1 4202496 10413 0 0 0 9 1 0 0 20 0 1 0 91983463 74371072 11724 33554432000 4194304 5972588 140731820362576 140731820359448 140466104716094 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 22548480 140731820369082 140731820369182 140731820369182 140731820371918 0
/proc/26981/statm: 18157 11724 840 435 0 11520 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 72628 KiB
Current children cumulated memory: 46896 KiB

[startup+0.209658 s]*
/proc/loadavg: 2.00 2.00 2.04 3/188 26982
/proc/meminfo: memFree=29083488/32770624 swapFree=67108860/67108860
[pid=26981] ppid=26978 vsize=149620 memory=107628 CPUtime=0.21 cores=0,2,4,6
/proc/26981/stat : 26981 (cosoco) R 26978 26981 24168 0 -1 4202496 20999 0 0 0 18 3 0 0 20 0 1 0 91983463 153210880 26907 33554432000 4194304 5972588 140731820362576 140731820359448 140466104720357 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 22548480 140731820369082 140731820369182 140731820369182 140731820371918 0
/proc/26981/statm: 37405 26907 840 435 0 30768 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 149620 KiB
Current children cumulated memory: 107628 KiB

[startup+0.309506 s]*
/proc/loadavg: 2.00 2.00 2.04 3/188 26982
/proc/meminfo: memFree=29027232/32770624 swapFree=67108860/67108860
[pid=26981] ppid=26978 vsize=220520 memory=163016 CPUtime=0.31 cores=0,2,4,6
/proc/26981/stat : 26981 (cosoco) R 26978 26981 24168 0 -1 4202496 29204 0 0 0 27 4 0 0 20 0 1 0 91983463 225812480 40754 33554432000 4194304 5972588 140731820362576 140731820359448 140466104720357 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 22548480 140731820369082 140731820369182 140731820369182 140731820371918 0
/proc/26981/statm: 55130 40754 840 435 0 48493 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 220520 KiB
Current children cumulated memory: 163016 KiB

[startup+0.700299 s]
/proc/loadavg: 2.00 2.00 2.04 3/188 26982
/proc/meminfo: memFree=28913848/32770624 swapFree=67108860/67108860
[pid=26981] ppid=26978 vsize=489188 memory=377712 CPUtime=0.69 cores=0,2,4,6
/proc/26981/stat : 26981 (cosoco) R 26978 26981 24168 0 -1 4202496 59848 0 0 0 60 9 0 0 20 0 1 0 91983463 500928512 94428 33554432000 4194304 5972588 140731820362576 140731820359448 140466104720357 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 22548480 140731820369082 140731820369182 140731820369182 140731820371918 0
/proc/26981/statm: 122297 94428 840 435 0 115660 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 489188 KiB
Current children cumulated memory: 377712 KiB

[startup+1.50034 s]
/proc/loadavg: 2.00 2.00 2.04 3/188 26982
/proc/meminfo: memFree=28713812/32770624 swapFree=67108860/67108860
[pid=26981] ppid=26978 vsize=564672 memory=470612 CPUtime=1.48 cores=0,2,4,6
/proc/26981/stat : 26981 (cosoco) R 26978 26981 24168 0 -1 4202496 72374 0 0 0 137 11 0 0 20 0 1 0 91983463 578224128 117653 33554432000 4194304 5972588 140731820362576 140731820349784 5139312 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 22548480 140731820369082 140731820369182 140731820369182 140731820371918 0
/proc/26981/statm: 141168 117653 840 435 0 134531 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 564672 KiB
Current children cumulated memory: 470612 KiB

[startup+3.10935 s]
/proc/loadavg: 2.00 2.00 2.04 3/188 26982
/proc/meminfo: memFree=28713564/32770624 swapFree=67108860/67108860
[pid=26981] ppid=26978 vsize=565044 memory=471072 CPUtime=3.1 cores=0,2,4,6
/proc/26981/stat : 26981 (cosoco) R 26978 26981 24168 0 -1 4202496 75872 0 0 0 298 12 0 0 20 0 1 0 91983463 578605056 117768 33554432000 4194304 5972588 140731820362576 140731820359432 5139312 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 22548480 140731820369082 140731820369182 140731820369182 140731820371918 0
/proc/26981/statm: 141261 117768 857 435 0 134624 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 565044 KiB
Current children cumulated memory: 471072 KiB

[startup+6.30031 s]
/proc/loadavg: 2.00 2.00 2.04 3/188 26982
/proc/meminfo: memFree=28712848/32770624 swapFree=67108860/67108860
[pid=26981] ppid=26978 vsize=565444 memory=471400 CPUtime=6.29 cores=0,2,4,6
/proc/26981/stat : 26981 (cosoco) R 26978 26981 24168 0 -1 4202496 83005 0 0 0 616 13 0 0 20 0 1 0 91983463 579014656 117850 33554432000 4194304 5972588 140731820362576 140731820359768 5139312 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 22548480 140731820369082 140731820369182 140731820369182 140731820371918 0
/proc/26981/statm: 141361 117850 857 435 0 134724 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 565444 KiB
Current children cumulated memory: 471400 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 26982
/proc/meminfo: memFree=28712848/32770624 swapFree=67108860/67108860
[pid=26981] ppid=26978 vsize=565444 memory=471400 CPUtime=12.68 cores=0,2,4,6
/proc/26981/stat : 26981 (cosoco) R 26978 26981 24168 0 -1 4202496 90613 0 0 0 1255 13 0 0 20 0 1 0 91983463 579014656 117850 33554432000 4194304 5972588 140731820362576 140731820359768 5032455 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 22548480 140731820369082 140731820369182 140731820369182 140731820371918 0
/proc/26981/statm: 141361 117850 857 435 0 134724 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 565444 KiB
Current children cumulated memory: 471400 KiB

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 26982
/proc/meminfo: memFree=28712848/32770624 swapFree=67108860/67108860
[pid=26981] ppid=26978 vsize=565444 memory=471400 CPUtime=25.48 cores=0,2,4,6
/proc/26981/stat : 26981 (cosoco) R 26978 26981 24168 0 -1 4202496 96655 0 0 0 2534 14 0 0 20 0 1 0 91983463 579014656 117850 33554432000 4194304 5972588 140731820362576 140731820359768 5139312 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 22548480 140731820369082 140731820369182 140731820369182 140731820371918 0
/proc/26981/statm: 141361 117850 857 435 0 134724 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 565444 KiB
Current children cumulated memory: 471400 KiB

[startup+51.1093 s]
/proc/loadavg: 2.07 2.01 2.05 3/187 26982
/proc/meminfo: memFree=28712864/32770624 swapFree=67108860/67108860
[pid=26981] ppid=26978 vsize=565444 memory=471400 CPUtime=51.08 cores=0,2,4,6
/proc/26981/stat : 26981 (cosoco) R 26978 26981 24168 0 -1 4202496 101276 0 0 0 5094 14 0 0 20 0 1 0 91983463 579014656 117850 33554432000 4194304 5972588 140731820362576 140731820359768 5139312 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 22548480 140731820369082 140731820369182 140731820369182 140731820371918 0
/proc/26981/statm: 141361 117850 857 435 0 134724 0
Current children cumulated CPU time: 51.08 s
Current children cumulated vsize: 565444 KiB
Current children cumulated memory: 471400 KiB

[startup+102.3 s]
/proc/loadavg: 2.03 2.01 2.05 3/187 26983
/proc/meminfo: memFree=28710820/32770624 swapFree=67108860/67108860
[pid=26981] ppid=26978 vsize=565444 memory=471404 CPUtime=102.25 cores=0,2,4,6
/proc/26981/stat : 26981 (cosoco) R 26978 26981 24168 0 -1 4202496 106024 0 0 0 10211 14 0 0 20 0 1 0 91983463 579014656 117851 33554432000 4194304 5972588 140731820362576 140731820359768 5139329 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 22548480 140731820369082 140731820369182 140731820369182 140731820371918 0
/proc/26981/statm: 141361 117851 857 435 0 134724 0
Current children cumulated CPU time: 102.25 s
Current children cumulated vsize: 565444 KiB
Current children cumulated memory: 471404 KiB

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.05 3/187 26984
/proc/meminfo: memFree=28710904/32770624 swapFree=67108860/67108860
[pid=26981] ppid=26978 vsize=565444 memory=471404 CPUtime=162.24 cores=0,2,4,6
/proc/26981/stat : 26981 (cosoco) R 26978 26981 24168 0 -1 4202496 110641 0 0 0 16209 15 0 0 20 0 1 0 91983463 579014656 117851 33554432000 4194304 5972588 140731820362576 140731820359768 5139329 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 22548480 140731820369082 140731820369182 140731820369182 140731820371918 0
/proc/26981/statm: 141361 117851 857 435 0 134724 0
Current children cumulated CPU time: 162.24 s
Current children cumulated vsize: 565444 KiB
Current children cumulated memory: 471404 KiB

[startup+222.3 s]
/proc/loadavg: 1.94 2.00 2.04 3/187 26985
/proc/meminfo: memFree=28710952/32770624 swapFree=67108860/67108860
[pid=26981] ppid=26978 vsize=565444 memory=471404 CPUtime=222.23 cores=0,2,4,6
/proc/26981/stat : 26981 (cosoco) R 26978 26981 24168 0 -1 4202496 119862 0 0 0 22207 16 0 0 20 0 1 0 91983463 579014656 117851 33554432000 4194304 5972588 140731820362576 140731820359768 5139312 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 22548480 140731820369082 140731820369182 140731820369182 140731820371918 0
/proc/26981/statm: 141361 117851 857 435 0 134724 0
Current children cumulated CPU time: 222.23 s
Current children cumulated vsize: 565444 KiB
Current children cumulated memory: 471404 KiB

[startup+282.3 s]
/proc/loadavg: 1.98 2.00 2.04 3/187 26986
/proc/meminfo: memFree=28710896/32770624 swapFree=67108860/67108860
[pid=26981] ppid=26978 vsize=565444 memory=471404 CPUtime=282.23 cores=0,2,4,6
/proc/26981/stat : 26981 (cosoco) R 26978 26981 24168 0 -1 4202496 129075 0 0 0 28206 17 0 0 20 0 1 0 91983463 579014656 117851 33554432000 4194304 5972588 140731820362576 140731820359768 5032400 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 22548480 140731820369082 140731820369182 140731820369182 140731820371918 0
/proc/26981/statm: 141361 117851 857 435 0 134724 0
Current children cumulated CPU time: 282.23 s
Current children cumulated vsize: 565444 KiB
Current children cumulated memory: 471404 KiB

[startup+342.3 s]
/proc/loadavg: 1.99 2.00 2.04 3/188 26995
/proc/meminfo: memFree=28709372/32770624 swapFree=67108860/67108860
[pid=26981] ppid=26978 vsize=565444 memory=471404 CPUtime=342.23 cores=0,2,4,6
/proc/26981/stat : 26981 (cosoco) R 26978 26981 24168 0 -1 4202496 138243 0 0 0 34205 18 0 0 20 0 1 0 91983463 579014656 117851 33554432000 4194304 5972588 140731820362576 140731820359768 5139329 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 22548480 140731820369082 140731820369182 140731820369182 140731820371918 0
/proc/26981/statm: 141361 117851 857 435 0 134724 0
Current children cumulated CPU time: 342.23 s
Current children cumulated vsize: 565444 KiB
Current children cumulated memory: 471404 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/188 26996
/proc/meminfo: memFree=28709736/32770624 swapFree=67108860/67108860
[pid=26981] ppid=26978 vsize=565444 memory=471404 CPUtime=402.22 cores=0,2,4,6
/proc/26981/stat : 26981 (cosoco) R 26978 26981 24168 0 -1 4202496 147405 0 0 0 40204 18 0 0 20 0 1 0 91983463 579014656 117851 33554432000 4194304 5972588 140731820362576 140731820359768 5032455 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 22548480 140731820369082 140731820369182 140731820369182 140731820371918 0
/proc/26981/statm: 141361 117851 857 435 0 134724 0
Current children cumulated CPU time: 402.22 s
Current children cumulated vsize: 565444 KiB
Current children cumulated memory: 471404 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/188 26997
/proc/meminfo: memFree=28709352/32770624 swapFree=67108860/67108860
[pid=26981] ppid=26978 vsize=565444 memory=471404 CPUtime=462.22 cores=0,2,4,6
/proc/26981/stat : 26981 (cosoco) R 26978 26981 24168 0 -1 4202496 156558 0 0 0 46203 19 0 0 20 0 1 0 91983463 579014656 117851 33554432000 4194304 5972588 140731820362576 140731820359768 5032431 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 22548480 140731820369082 140731820369182 140731820369182 140731820371918 0
/proc/26981/statm: 141361 117851 857 435 0 134724 0
Current children cumulated CPU time: 462.22 s
Current children cumulated vsize: 565444 KiB
Current children cumulated memory: 471404 KiB


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

/proc/26981/statm: 143444 120877 857 435 0 136807 0
Current children cumulated CPU time: 1722.19 s
Current children cumulated vsize: 573776 KiB
Current children cumulated memory: 483508 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 27059
/proc/meminfo: memFree=28697012/32770624 swapFree=67108860/67108860
[pid=26981] ppid=26978 vsize=573776 memory=483520 CPUtime=1782.19 cores=0,2,4,6
/proc/26981/stat : 26981 (cosoco) R 26978 26981 24168 0 -1 4202496 200891 0 0 0 178197 22 0 0 20 0 1 0 91983463 587546624 120880 33554432000 4194304 5972588 140731820362576 140731820359432 5139329 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 22548480 140731820369082 140731820369182 140731820369182 140731820371918 0
/proc/26981/statm: 143444 120880 857 435 0 136807 0
Current children cumulated CPU time: 1782.19 s
Current children cumulated vsize: 573776 KiB
Current children cumulated memory: 483520 KiB

[startup+1842.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/188 27060
/proc/meminfo: memFree=28697144/32770624 swapFree=67108860/67108860
[pid=26981] ppid=26978 vsize=573776 memory=483528 CPUtime=1842.19 cores=0,2,4,6
/proc/26981/stat : 26981 (cosoco) R 26978 26981 24168 0 -1 4202496 202853 0 0 0 184196 23 0 0 20 0 1 0 91983463 587546624 120882 33554432000 4194304 5972588 140731820362576 140731820359432 5139329 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 22548480 140731820369082 140731820369182 140731820369182 140731820371918 0
/proc/26981/statm: 143444 120882 857 435 0 136807 0
Current children cumulated CPU time: 1842.19 s
Current children cumulated vsize: 573776 KiB
Current children cumulated memory: 483528 KiB

[startup+1902.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 27061
/proc/meminfo: memFree=28697076/32770624 swapFree=67108860/67108860
[pid=26981] ppid=26978 vsize=574172 memory=483836 CPUtime=1902.19 cores=0,2,4,6
/proc/26981/stat : 26981 (cosoco) R 26978 26981 24168 0 -1 4202496 204893 0 0 0 190196 23 0 0 20 0 1 0 91983463 587952128 120959 33554432000 4194304 5972588 140731820362576 140731820359384 5139312 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 22548480 140731820369082 140731820369182 140731820369182 140731820371918 0
/proc/26981/statm: 143543 120959 857 435 0 136906 0
Current children cumulated CPU time: 1902.19 s
Current children cumulated vsize: 574172 KiB
Current children cumulated memory: 483836 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 27062
/proc/meminfo: memFree=28696944/32770624 swapFree=67108860/67108860
[pid=26981] ppid=26978 vsize=574172 memory=483864 CPUtime=1962.18 cores=0,2,4,6
/proc/26981/stat : 26981 (cosoco) R 26978 26981 24168 0 -1 4202496 206982 0 0 0 196195 23 0 0 20 0 1 0 91983463 587952128 120966 33554432000 4194304 5972588 140731820362576 140731820359384 5139329 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 22548480 140731820369082 140731820369182 140731820369182 140731820371918 0
/proc/26981/statm: 143543 120966 857 435 0 136906 0
Current children cumulated CPU time: 1962.18 s
Current children cumulated vsize: 574172 KiB
Current children cumulated memory: 483864 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 27063
/proc/meminfo: memFree=28696900/32770624 swapFree=67108860/67108860
[pid=26981] ppid=26978 vsize=574172 memory=483864 CPUtime=2022.18 cores=0,2,4,6
/proc/26981/stat : 26981 (cosoco) R 26978 26981 24168 0 -1 4202496 209016 0 0 0 202195 23 0 0 20 0 1 0 91983463 587952128 120966 33554432000 4194304 5972588 140731820362576 140731820359384 5139312 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 22548480 140731820369082 140731820369182 140731820369182 140731820371918 0
/proc/26981/statm: 143543 120966 857 435 0 136906 0
Current children cumulated CPU time: 2022.18 s
Current children cumulated vsize: 574172 KiB
Current children cumulated memory: 483864 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 27125
/proc/meminfo: memFree=29315456/32770624 swapFree=67108860/67108860
[pid=26981] ppid=26978 vsize=574172 memory=483892 CPUtime=2082.18 cores=0,2,4,6
/proc/26981/stat : 26981 (cosoco) R 26978 26981 24168 0 -1 4202496 210770 0 0 0 208195 23 0 0 20 0 1 0 91983463 587952128 120973 33554432000 4194304 5972588 140731820362576 140731820359384 5139327 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 22548480 140731820369082 140731820369182 140731820369182 140731820371918 0
/proc/26981/statm: 143543 120973 857 435 0 136906 0
Current children cumulated CPU time: 2082.18 s
Current children cumulated vsize: 574172 KiB
Current children cumulated memory: 483892 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 27133
/proc/meminfo: memFree=29315332/32770624 swapFree=67108860/67108860
[pid=26981] ppid=26978 vsize=574172 memory=483892 CPUtime=2142.17 cores=0,2,4,6
/proc/26981/stat : 26981 (cosoco) R 26978 26981 24168 0 -1 4202496 213018 0 0 0 214194 23 0 0 20 0 1 0 91983463 587952128 120973 33554432000 4194304 5972588 140731820362576 140731820359384 5139312 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 22548480 140731820369082 140731820369182 140731820369182 140731820371918 0
/proc/26981/statm: 143543 120973 857 435 0 136906 0
Current children cumulated CPU time: 2142.17 s
Current children cumulated vsize: 574172 KiB
Current children cumulated memory: 483892 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 27134
/proc/meminfo: memFree=29315184/32770624 swapFree=67108860/67108860
[pid=26981] ppid=26978 vsize=574284 memory=483936 CPUtime=2202.17 cores=0,2,4,6
/proc/26981/stat : 26981 (cosoco) R 26978 26981 24168 0 -1 4202496 215034 0 0 0 220194 23 0 0 20 0 1 0 91983463 588066816 120984 33554432000 4194304 5972588 140731820362576 140731820359800 5139329 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 22548480 140731820369082 140731820369182 140731820369182 140731820371918 0
/proc/26981/statm: 143571 120984 857 435 0 136934 0
Current children cumulated CPU time: 2202.17 s
Current children cumulated vsize: 574284 KiB
Current children cumulated memory: 483936 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 27135
/proc/meminfo: memFree=29314892/32770624 swapFree=67108860/67108860
[pid=26981] ppid=26978 vsize=574284 memory=483936 CPUtime=2262.17 cores=0,2,4,6
/proc/26981/stat : 26981 (cosoco) R 26978 26981 24168 0 -1 4202496 217033 0 0 0 226193 24 0 0 20 0 1 0 91983463 588066816 120984 33554432000 4194304 5972588 140731820362576 140731820359800 5139324 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 22548480 140731820369082 140731820369182 140731820369182 140731820371918 0
/proc/26981/statm: 143571 120984 857 435 0 136934 0
Current children cumulated CPU time: 2262.17 s
Current children cumulated vsize: 574284 KiB
Current children cumulated memory: 483936 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 27136
/proc/meminfo: memFree=29314836/32770624 swapFree=67108860/67108860
[pid=26981] ppid=26978 vsize=574284 memory=483992 CPUtime=2322.17 cores=0,2,4,6
/proc/26981/stat : 26981 (cosoco) R 26978 26981 24168 0 -1 4202496 219054 0 0 0 232193 24 0 0 20 0 1 0 91983463 588066816 120998 33554432000 4194304 5972588 140731820362576 140731820359800 5139312 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 22548480 140731820369082 140731820369182 140731820369182 140731820371918 0
/proc/26981/statm: 143571 120998 857 435 0 136934 0
Current children cumulated CPU time: 2322.17 s
Current children cumulated vsize: 574284 KiB
Current children cumulated memory: 483992 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 27137
/proc/meminfo: memFree=29315032/32770624 swapFree=67108860/67108860
[pid=26981] ppid=26978 vsize=574284 memory=484020 CPUtime=2382.17 cores=0,2,4,6
/proc/26981/stat : 26981 (cosoco) R 26978 26981 24168 0 -1 4202496 221063 0 0 0 238193 24 0 0 20 0 1 0 91983463 588066816 121005 33554432000 4194304 5972588 140731820362576 140731820359800 5139327 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 22548480 140731820369082 140731820369182 140731820369182 140731820371918 0
/proc/26981/statm: 143571 121005 857 435 0 136934 0
Current children cumulated CPU time: 2382.17 s
Current children cumulated vsize: 574284 KiB
Current children cumulated memory: 484020 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 27138
/proc/meminfo: memFree=29314876/32770624 swapFree=67108860/67108860
[pid=26981] ppid=26978 vsize=574416 memory=484080 CPUtime=2442.16 cores=0,2,4,6
/proc/26981/stat : 26981 (cosoco) R 26978 26981 24168 0 -1 4202496 223115 0 0 0 244192 24 0 0 20 0 1 0 91983463 588201984 121020 33554432000 4194304 5972588 140731820362576 140731820359240 5139312 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 22548480 140731820369082 140731820369182 140731820369182 140731820371918 0
/proc/26981/statm: 143604 121020 857 435 0 136967 0
Current children cumulated CPU time: 2442.16 s
Current children cumulated vsize: 574416 KiB
Current children cumulated memory: 484080 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 27139
/proc/meminfo: memFree=29314596/32770624 swapFree=67108860/67108860
[pid=26981] ppid=26978 vsize=574416 memory=484160 CPUtime=2502.16 cores=0,2,4,6
/proc/26981/stat : 26981 (cosoco) R 26978 26981 24168 0 -1 4202496 225160 0 0 0 250192 24 0 0 20 0 1 0 91983463 588201984 121040 33554432000 4194304 5972588 140731820362576 140731820359240 5139312 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 22548480 140731820369082 140731820369182 140731820369182 140731820371918 0
/proc/26981/statm: 143604 121040 857 435 0 136967 0
Current children cumulated CPU time: 2502.16 s
Current children cumulated vsize: 574416 KiB
Current children cumulated memory: 484160 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 27139
/proc/meminfo: memFree=29314844/32770624 swapFree=67108860/67108860
[pid=26981] ppid=26978 vsize=574416 memory=484164 CPUtime=2519.87 cores=0,2,4,6
/proc/26981/stat : 26981 (cosoco) R 26978 26981 24168 0 -1 4202496 225446 0 0 0 251963 24 0 0 20 0 1 0 91983463 588201984 121041 33554432000 4194304 5972588 140731820362576 140731820359240 5139312 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 22548480 140731820369082 140731820369182 140731820369182 140731820371918 0
/proc/26981/statm: 143604 121041 857 435 0 136967 0
Current children cumulated CPU time: 2519.87 s
Current children cumulated vsize: 574416 KiB
Current children cumulated memory: 484164 KiB

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

[startup+2520.01 s]
# the end of solver process 26981 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.63 s, system=0.251987 s

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

Child status: 1
Real time (s): 2520.01
CPU time (s): 2519.88
CPU user time (s): 2519.63
CPU system time (s): 0.251987
CPU usage (%): 99.9949
Max. virtual memory (cumulated for all children) (KiB): 574416
Max. memory (cumulated for all children) (KiB): 484164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.63
system time used= 0.251987
maximum resident set size= 484236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 225491
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= 17
involuntary context switches= 3148


# summary of solver processes directly reported to runsolver:
#   pid: 26981
#   total CPU time (s): 2519.88
#   total CPU user time (s): 2519.63
#   total CPU system time (s): 0.251987

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.3327 second user time and 18.8726 second system time

The end

Launcher Data

Begin job on node103 at 2017-08-13 03:34:54
IDJOB=4265601
IDBENCH=137600
IDSOLVER=2655
FILE ID=node103/4265601-1502588952
RUNJOBID= node103-1502567255-24252
PBS_JOBID= 20628288
Free space on /tmp= 61788 MiB

SOLVER NAME= cosoco-sat 1.12
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj2/BinPacking-sum-n3w3b3r7.xml
COMMAND LINE= cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4265601-1502588952/watcher-4265601-1502588952 -o /tmp/evaluation-result-4265601-1502588952/solver-4265601-1502588952 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1502567255-24252 --watchdog 2580  cosoco -lc -model -restarts -sat HOME/instance-4265601-1502588952.xml

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

MD5SUM BENCH= 4bffeaf90ccad3cb01dd3bbb4a29e0a4
RANDOM SEED=906386772

node103.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.56
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.56
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.56
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.56
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:        29183080 kB
MemAvailable:   31351084 kB
Buffers:          129296 kB
Cached:          2333932 kB
SwapCached:            0 kB
Active:          1150424 kB
Inactive:        2015252 kB
Active(anon):     704860 kB
Inactive(anon):    25212 kB
Active(file):     445564 kB
Inactive(file):  1990040 kB
Unevictable:        6344 kB
Mlocked:            6344 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2440 kB
Writeback:             0 kB
AnonPages:        707876 kB
Mapped:            45148 kB
Shmem:             25228 kB
Slab:             121732 kB
SReclaimable:      96468 kB
SUnreclaim:        25264 kB
KernelStack:        3376 kB
PageTables:         6548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1030212 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    649216 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61788 MiB
End job on node103 at 2017-08-13 04:16:54