Trace number 4265836

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.0801 2519.8101

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-19.xml
MD5SUM30814e96d0bc4cf3d8fc4c07c399f55d
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 variables434
Number of constraints433
Number of domains2
Minimum domain size2
Maximum domain size361
Distribution of domain sizes[{"size":2,"count":72},{"size":361,"count":362}]
Minimum variable degree2
Maximum variable degree72
Distribution of variable degrees[{"degree":2,"count":74},{"degree":3,"count":287},{"degree":4,"count":72},{"degree":72,"count":1}]
Minimum constraint arity2
Maximum constraint arity361
Distribution of constraint arities[{"arity":2,"count":360},{"arity":3,"count":72},{"arity":361,"count":1}]
Number of extensional constraints0
Number of intensional constraints432
Distribution of constraint types[{"type":"intension","count":432},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

2.00/2.07	c SAT : Variables: 130826 -- Clauses: 23523266
2.00/2.07	c best=?? lower=-72 upper=0 
2520.07/2519.80	c
2520.07/2519.80	c This is cosoco 1.12 --  
2520.07/2519.80	c
2520.07/2519.80	c command line: cosoco -lc -model -restarts -sat HOME/instance-4265836-1502580972.xml 
2520.07/2519.80	c enable optimization
2520.07/2519.80	c ========================================[ Problem Statistics ]===========================================
2520.07/2519.80	c |                                                                                                       
2520.07/2519.80	c |  Parse time        :         1.83 s 
2520.07/2519.80	c |
2520.07/2519.80	c |               Variables: 434
2520.07/2519.80	c |            Domain Sizes: 2..361
2520.07/2519.80	c |
2520.07/2519.80	c |             Constraints: 434
2520.07/2519.80	c |                   Arity: 2..361  -- Binary: 360  -- Ternary: 72
2520.07/2519.80	c | 
2520.07/2519.80	c |                   Types: 
2520.07/2519.80	c |                          All Different: 1
2520.07/2519.80	c |                          Intension: 432
2520.07/2519.80	c |                          Sum: 1
2520.07/2519.80	c |                          
2520.07/2519.80	c =========================================================================================================
2520.07/2519.80	
2520.07/2519.80	c *** INTERRUPTED ***
2520.07/2519.80	c restarts              : 568         
2520.07/2519.80	c conflicts             : 726961       (289 /sec)
2520.07/2519.80	c decisions             : 2316999      (920 /sec)
2520.07/2519.80	c propagations          : 863314961   (342637 /sec)
2520.07/2519.80	c root propagations     : 0           
2520.07/2519.80	c filter calls          : 41659633       (16534 /sec)
2520.07/2519.80	c useless filter calls  : 22171032       (53 %)
2520.07/2519.80	c
2520.07/2519.80	c clauses               : 23527871
2520.07/2519.80	c SAT propagations      : 5062
2520.07/2519.80	c SAT conflicts         : 1 (0 learnts)
2520.07/2519.80	c Memory used           : 1126.18 MB
2520.07/2519.80	c CPU time              : 2519.62 s
2520.07/2519.80	
2520.07/2519.80	c No Bound found!
2520.07/2519.80	
2520.07/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 (14157 MiB free)
  memory of node 1: 16384 MiB (12336 MiB free)
  node distances:
     10  21
     21  10

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

[startup+0.100202 s]*
/proc/loadavg: 2.00 2.01 2.05 3/188 26209
/proc/meminfo: memFree=27126880/32770624 swapFree=67108860/67108860
[pid=26208] ppid=26205 vsize=29976 memory=6308 CPUtime=0.1 cores=0,2,4,6
/proc/26208/stat : 26208 (cosoco) R 26205 26208 24273 0 -1 4202496 1777 0 0 0 10 0 0 0 20 0 1 0 91185024 30695424 1577 33554432000 4194304 5972588 140721488869808 140721488866456 140442953096165 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 8070896 8075904 30023680 140721488872634 140721488872734 140721488872734 140721488875470 0
/proc/26208/statm: 7494 1577 792 435 0 857 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 29976 KiB
Current children cumulated memory: 6308 KiB

[startup+0.209636 s]*
/proc/loadavg: 2.00 2.01 2.05 3/188 26209
/proc/meminfo: memFree=27125888/32770624 swapFree=67108860/67108860
[pid=26208] ppid=26205 vsize=31752 memory=8220 CPUtime=0.21 cores=0,2,4,6
/proc/26208/stat : 26208 (cosoco) R 26205 26208 24273 0 -1 4202496 2225 0 0 0 21 0 0 0 20 0 1 0 91185024 32514048 2055 33554432000 4194304 5972588 140721488869808 140721488866456 140442953096165 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 8070896 8075904 30023680 140721488872634 140721488872734 140721488872734 140721488875470 0
/proc/26208/statm: 7938 2055 792 435 0 1301 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 31752 KiB
Current children cumulated memory: 8220 KiB

[startup+0.309107 s]*
/proc/loadavg: 2.00 2.01 2.05 3/188 26209
/proc/meminfo: memFree=27123780/32770624 swapFree=67108860/67108860
[pid=26208] ppid=26205 vsize=33404 memory=9872 CPUtime=0.31 cores=0,2,4,6
/proc/26208/stat : 26208 (cosoco) R 26205 26208 24273 0 -1 4202496 2634 0 0 0 31 0 0 0 20 0 1 0 91185024 34205696 2468 33554432000 4194304 5972588 140721488869808 140721488866456 140442953096165 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 8070896 8075904 30023680 140721488872634 140721488872734 140721488872734 140721488875470 0
/proc/26208/statm: 8351 2468 792 435 0 1714 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 33404 KiB
Current children cumulated memory: 9872 KiB

[startup+0.700447 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 26209
/proc/meminfo: memFree=27110696/32770624 swapFree=67108860/67108860
[pid=26208] ppid=26205 vsize=157376 memory=132676 CPUtime=0.69 cores=0,2,4,6
/proc/26208/stat : 26208 (cosoco) R 26205 26208 24273 0 -1 4202496 23638 0 0 0 66 3 0 0 20 0 1 0 91185024 161153024 33169 33554432000 4194304 5972588 140721488869808 140721488866456 5280335 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 8070896 8075904 30023680 140721488872634 140721488872734 140721488872734 140721488875470 0
/proc/26208/statm: 39344 33169 828 435 0 32707 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 157376 KiB
Current children cumulated memory: 132676 KiB

[startup+1.50043 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 26209
/proc/meminfo: memFree=26825924/32770624 swapFree=67108860/67108860
[pid=26208] ppid=26205 vsize=731764 memory=595536 CPUtime=1.49 cores=0,2,4,6
/proc/26208/stat : 26208 (cosoco) R 26205 26208 24273 0 -1 4202496 84175 0 0 0 135 14 0 0 20 0 1 0 91185024 749326336 148884 33554432000 4194304 5972588 140721488869808 140721488866600 140442953096165 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 8070896 8075904 30023680 140721488872634 140721488872734 140721488872734 140721488875470 0
/proc/26208/statm: 182941 148884 828 435 0 176304 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 731764 KiB
Current children cumulated memory: 595536 KiB

[startup+3.10953 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 26209
/proc/meminfo: memFree=26203512/32770624 swapFree=67108860/67108860
[pid=26208] ppid=26205 vsize=1144988 memory=928064 CPUtime=3.1 cores=0,2,4,6
/proc/26208/stat : 26208 (cosoco) R 26205 26208 24273 0 -1 4202496 131007 0 0 0 286 24 0 0 20 0 1 0 91185024 1172467712 232016 33554432000 4194304 5972588 140721488869808 140721488866408 140442953096165 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 30023680 140721488872634 140721488872734 140721488872734 140721488875470 0
/proc/26208/statm: 286247 232016 844 435 0 279610 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 1144988 KiB
Current children cumulated memory: 928064 KiB

[startup+6.30036 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 26209
/proc/meminfo: memFree=26200280/32770624 swapFree=67108860/67108860
[pid=26208] ppid=26205 vsize=1148016 memory=931124 CPUtime=6.29 cores=0,2,4,6
/proc/26208/stat : 26208 (cosoco) R 26205 26208 24273 0 -1 4202496 146857 0 0 0 603 26 0 0 20 0 1 0 91185024 1175568384 232781 33554432000 4194304 5972588 140721488869808 140721488866664 4965362 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 30023680 140721488872634 140721488872734 140721488872734 140721488875470 0
/proc/26208/statm: 287004 232781 844 435 0 280367 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 1148016 KiB
Current children cumulated memory: 931124 KiB

[startup+12.7004 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 26209
/proc/meminfo: memFree=26198668/32770624 swapFree=67108860/67108860
[pid=26208] ppid=26205 vsize=1150072 memory=932716 CPUtime=12.68 cores=0,2,4,6
/proc/26208/stat : 26208 (cosoco) R 26205 26208 24273 0 -1 4202496 176308 0 0 0 1241 27 0 0 20 0 1 0 91185024 1177673728 233179 33554432000 4194304 5972588 140721488869808 140721488866664 5244099 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 30023680 140721488872634 140721488872734 140721488872734 140721488875470 0
/proc/26208/statm: 287518 233179 844 435 0 280881 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 1150072 KiB
Current children cumulated memory: 932716 KiB

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 26209
/proc/meminfo: memFree=26195228/32770624 swapFree=67108860/67108860
[pid=26208] ppid=26205 vsize=1150864 memory=935600 CPUtime=25.49 cores=0,2,4,6
/proc/26208/stat : 26208 (cosoco) R 26205 26208 24273 0 -1 4202496 217684 0 0 0 2519 30 0 0 20 0 1 0 91185024 1178484736 233900 33554432000 4194304 5972588 140721488869808 140721488866664 5273280 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 30023680 140721488872634 140721488872734 140721488872734 140721488875470 0
/proc/26208/statm: 287716 233900 844 435 0 281079 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 1150864 KiB
Current children cumulated memory: 935600 KiB

[startup+51.1095 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 26209
/proc/meminfo: memFree=26194452/32770624 swapFree=67108860/67108860
[pid=26208] ppid=26205 vsize=1151644 memory=936308 CPUtime=51.1 cores=0,2,4,6
/proc/26208/stat : 26208 (cosoco) R 26205 26208 24273 0 -1 4202496 266600 0 0 0 5077 33 0 0 20 0 1 0 91185024 1179283456 234077 33554432000 4194304 5972588 140721488869808 140721488867032 5273324 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 30023680 140721488872634 140721488872734 140721488872734 140721488875470 0
/proc/26208/statm: 287911 234077 844 435 0 281274 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 1151644 KiB
Current children cumulated memory: 936308 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 26210
/proc/meminfo: memFree=26193632/32770624 swapFree=67108860/67108860
[pid=26208] ppid=26205 vsize=1151908 memory=936620 CPUtime=102.29 cores=0,2,4,6
/proc/26208/stat : 26208 (cosoco) R 26205 26208 24273 0 -1 4202496 315902 0 0 0 10193 36 0 0 20 0 1 0 91185024 1179553792 234155 33554432000 4194304 5972588 140721488869808 140721488866616 5244099 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 30023680 140721488872634 140721488872734 140721488872734 140721488875470 0
/proc/26208/statm: 287977 234155 844 435 0 281340 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 1151908 KiB
Current children cumulated memory: 936620 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 26211
/proc/meminfo: memFree=26190796/32770624 swapFree=67108860/67108860
[pid=26208] ppid=26205 vsize=1152296 memory=939040 CPUtime=162.29 cores=0,2,4,6
/proc/26208/stat : 26208 (cosoco) R 26205 26208 24273 0 -1 4202496 359713 0 0 0 16191 38 0 0 20 0 1 0 91185024 1179951104 234760 33554432000 4194304 5972588 140721488869808 140721488867032 4971939 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 30023680 140721488872634 140721488872734 140721488872734 140721488875470 0
/proc/26208/statm: 288074 234760 844 435 0 281437 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 1152296 KiB
Current children cumulated memory: 939040 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 26213
/proc/meminfo: memFree=26191332/32770624 swapFree=67108860/67108860
[pid=26208] ppid=26205 vsize=1152560 memory=939332 CPUtime=222.3 cores=0,2,4,6
/proc/26208/stat : 26208 (cosoco) R 26205 26208 24273 0 -1 4202496 394303 0 0 0 22190 40 0 0 20 0 1 0 91185024 1180221440 234833 33554432000 4194304 5972588 140721488869808 140721488866456 4977568 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 30023680 140721488872634 140721488872734 140721488872734 140721488875470 0
/proc/26208/statm: 288140 234833 844 435 0 281503 0
Current children cumulated CPU time: 222.3 s
Current children cumulated vsize: 1152560 KiB
Current children cumulated memory: 939332 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 26214
/proc/meminfo: memFree=26190744/32770624 swapFree=67108860/67108860
[pid=26208] ppid=26205 vsize=1152692 memory=939424 CPUtime=282.31 cores=0,2,4,6
/proc/26208/stat : 26208 (cosoco) R 26205 26208 24273 0 -1 4202496 409885 0 0 0 28190 41 0 0 20 0 1 0 91185024 1180356608 234856 33554432000 4194304 5972588 140721488869808 140721488866664 4965365 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 30023680 140721488872634 140721488872734 140721488872734 140721488875470 0
/proc/26208/statm: 288173 234856 844 435 0 281536 0
Current children cumulated CPU time: 282.31 s
Current children cumulated vsize: 1152692 KiB
Current children cumulated memory: 939424 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 2/181 26322
/proc/meminfo: memFree=26218604/32770624 swapFree=67108860/67108860
[pid=26208] ppid=26205 vsize=1152692 memory=939504 CPUtime=342.3 cores=0,2,4,6
/proc/26208/stat : 26208 (cosoco) R 26205 26208 24273 0 -1 4202496 422232 0 0 0 34189 41 0 0 20 0 1 0 91185024 1180356608 234876 33554432000 4194304 5972588 140721488869808 140721488866664 5070704 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 30023680 140721488872634 140721488872734 140721488872734 140721488875470 0
/proc/26208/statm: 288173 234876 844 435 0 281536 0
Current children cumulated CPU time: 342.3 s
Current children cumulated vsize: 1152692 KiB
Current children cumulated memory: 939504 KiB

[startup+402.3 s]
/proc/loadavg: 1.93 1.99 2.03 3/187 26521
/proc/meminfo: memFree=26208480/32770624 swapFree=67108860/67108860
[pid=26208] ppid=26205 vsize=1152824 memory=939516 CPUtime=402.32 cores=0,2,4,6
/proc/26208/stat : 26208 (cosoco) R 26205 26208 24273 0 -1 4202496 431721 0 0 0 40190 42 0 0 20 0 1 0 91185024 1180491776 234879 33554432000 4194304 5972588 140721488869808 140721488866664 4972783 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 30023680 140721488872634 140721488872734 140721488872734 140721488875470 0
/proc/26208/statm: 288206 234879 844 435 0 281569 0
Current children cumulated CPU time: 402.32 s
Current children cumulated vsize: 1152824 KiB
Current children cumulated memory: 939516 KiB

[startup+462.3 s]
/proc/loadavg: 1.98 1.99 2.03 3/187 26522
/proc/meminfo: memFree=26208004/32770624 swapFree=67108860/67108860
[pid=26208] ppid=26205 vsize=1152824 memory=939604 CPUtime=462.33 cores=0,2,4,6
/proc/26208/stat : 26208 (cosoco) R 26205 26208 24273 0 -1 4202496 439409 0 0 0 46190 43 0 0 20 0 1 0 91185024 1180491776 234901 33554432000 4194304 5972588 140721488869808 140721488866664 5099648 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 30023680 140721488872634 140721488872734 140721488872734 140721488875470 0
/proc/26208/statm: 288206 234901 844 435 0 281569 0
Current children cumulated CPU time: 462.33 s
Current children cumulated vsize: 1152824 KiB
Current children cumulated memory: 939604 KiB


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

/proc/26208/statm: 288302 235511 844 435 0 281665 0
Current children cumulated CPU time: 1722.48 s
Current children cumulated vsize: 1153208 KiB
Current children cumulated memory: 942044 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 26567
/proc/meminfo: memFree=26203324/32770624 swapFree=67108860/67108860
[pid=26208] ppid=26205 vsize=1153208 memory=942044 CPUtime=1782.48 cores=0,2,4,6
/proc/26208/stat : 26208 (cosoco) R 26205 26208 24273 0 -1 4202496 486605 0 0 0 178203 45 0 0 20 0 1 0 91185024 1180884992 235511 33554432000 4194304 5972588 140721488869808 140721488866456 5070982 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 30023680 140721488872634 140721488872734 140721488872734 140721488875470 0
/proc/26208/statm: 288302 235511 844 435 0 281665 0
Current children cumulated CPU time: 1782.48 s
Current children cumulated vsize: 1153208 KiB
Current children cumulated memory: 942044 KiB

[startup+1842.3 s]
/proc/loadavg: 2.08 2.02 2.05 3/187 26568
/proc/meminfo: memFree=26203328/32770624 swapFree=67108860/67108860
[pid=26208] ppid=26205 vsize=1153208 memory=942044 CPUtime=1842.49 cores=0,2,4,6
/proc/26208/stat : 26208 (cosoco) R 26205 26208 24273 0 -1 4202496 487561 0 0 0 184204 45 0 0 20 0 1 0 91185024 1180884992 235511 33554432000 4194304 5972588 140721488869808 140721488866456 5099616 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 30023680 140721488872634 140721488872734 140721488872734 140721488875470 0
/proc/26208/statm: 288302 235511 844 435 0 281665 0
Current children cumulated CPU time: 1842.49 s
Current children cumulated vsize: 1153208 KiB
Current children cumulated memory: 942044 KiB

[startup+1902.3 s]
/proc/loadavg: 2.14 2.04 2.05 3/187 26569
/proc/meminfo: memFree=26202832/32770624 swapFree=67108860/67108860
[pid=26208] ppid=26205 vsize=1153208 memory=942052 CPUtime=1902.5 cores=0,2,4,6
/proc/26208/stat : 26208 (cosoco) R 26205 26208 24273 0 -1 4202496 490075 0 0 0 190205 45 0 0 20 0 1 0 91185024 1180884992 235513 33554432000 4194304 5972588 140721488869808 140721488866456 5099648 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 30023680 140721488872634 140721488872734 140721488872734 140721488875470 0
/proc/26208/statm: 288302 235513 844 435 0 281665 0
Current children cumulated CPU time: 1902.5 s
Current children cumulated vsize: 1153208 KiB
Current children cumulated memory: 942052 KiB

[startup+1962.3 s]
/proc/loadavg: 2.16 2.07 2.06 3/187 26570
/proc/meminfo: memFree=26203196/32770624 swapFree=67108860/67108860
[pid=26208] ppid=26205 vsize=1153208 memory=942052 CPUtime=1962.5 cores=0,2,4,6
/proc/26208/stat : 26208 (cosoco) R 26205 26208 24273 0 -1 4202496 490737 0 0 0 196205 45 0 0 20 0 1 0 91185024 1180884992 235513 33554432000 4194304 5972588 140721488869808 140721488866456 4965453 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 30023680 140721488872634 140721488872734 140721488872734 140721488875470 0
/proc/26208/statm: 288302 235513 844 435 0 281665 0
Current children cumulated CPU time: 1962.5 s
Current children cumulated vsize: 1153208 KiB
Current children cumulated memory: 942052 KiB

[startup+2022.3 s]
/proc/loadavg: 2.15 2.08 2.06 3/187 26572
/proc/meminfo: memFree=26203504/32770624 swapFree=67108860/67108860
[pid=26208] ppid=26205 vsize=1153208 memory=942052 CPUtime=2022.51 cores=0,2,4,6
/proc/26208/stat : 26208 (cosoco) R 26205 26208 24273 0 -1 4202496 491687 0 0 0 202206 45 0 0 20 0 1 0 91185024 1180884992 235513 33554432000 4194304 5972588 140721488869808 140721488866456 4978771 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 30023680 140721488872634 140721488872734 140721488872734 140721488875470 0
/proc/26208/statm: 288302 235513 844 435 0 281665 0
Current children cumulated CPU time: 2022.51 s
Current children cumulated vsize: 1153208 KiB
Current children cumulated memory: 942052 KiB

[startup+2082.3 s]
/proc/loadavg: 2.05 2.07 2.06 3/187 26573
/proc/meminfo: memFree=26203376/32770624 swapFree=67108860/67108860
[pid=26208] ppid=26205 vsize=1153208 memory=942060 CPUtime=2082.52 cores=0,2,4,6
/proc/26208/stat : 26208 (cosoco) R 26205 26208 24273 0 -1 4202496 494163 0 0 0 208207 45 0 0 20 0 1 0 91185024 1180884992 235515 33554432000 4194304 5972588 140721488869808 140721488866456 4977783 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 30023680 140721488872634 140721488872734 140721488872734 140721488875470 0
/proc/26208/statm: 288302 235515 844 435 0 281665 0
Current children cumulated CPU time: 2082.52 s
Current children cumulated vsize: 1153208 KiB
Current children cumulated memory: 942060 KiB

[startup+2142.3 s]
/proc/loadavg: 2.02 2.06 2.05 3/187 26574
/proc/meminfo: memFree=26203240/32770624 swapFree=67108860/67108860
[pid=26208] ppid=26205 vsize=1153208 memory=942068 CPUtime=2142.52 cores=0,2,4,6
/proc/26208/stat : 26208 (cosoco) R 26205 26208 24273 0 -1 4202496 495050 0 0 0 214207 45 0 0 20 0 1 0 91185024 1180884992 235517 33554432000 4194304 5972588 140721488869808 140721488866456 5070984 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 30023680 140721488872634 140721488872734 140721488872734 140721488875470 0
/proc/26208/statm: 288302 235517 844 435 0 281665 0
Current children cumulated CPU time: 2142.52 s
Current children cumulated vsize: 1153208 KiB
Current children cumulated memory: 942068 KiB

[startup+2202.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/187 26576
/proc/meminfo: memFree=26203336/32770624 swapFree=67108860/67108860
[pid=26208] ppid=26205 vsize=1153208 memory=942068 CPUtime=2202.53 cores=0,2,4,6
/proc/26208/stat : 26208 (cosoco) R 26205 26208 24273 0 -1 4202496 496050 0 0 0 220208 45 0 0 20 0 1 0 91185024 1180884992 235517 33554432000 4194304 5972588 140721488869808 140721488866456 5070960 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 30023680 140721488872634 140721488872734 140721488872734 140721488875470 0
/proc/26208/statm: 288302 235517 844 435 0 281665 0
Current children cumulated CPU time: 2202.53 s
Current children cumulated vsize: 1153208 KiB
Current children cumulated memory: 942068 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/187 26577
/proc/meminfo: memFree=26203332/32770624 swapFree=67108860/67108860
[pid=26208] ppid=26205 vsize=1153208 memory=942084 CPUtime=2262.54 cores=0,2,4,6
/proc/26208/stat : 26208 (cosoco) R 26205 26208 24273 0 -1 4202496 498196 0 0 0 226209 45 0 0 20 0 1 0 91185024 1180884992 235521 33554432000 4194304 5972588 140721488869808 140721488866456 4971560 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 30023680 140721488872634 140721488872734 140721488872734 140721488875470 0
/proc/26208/statm: 288302 235521 844 435 0 281665 0
Current children cumulated CPU time: 2262.54 s
Current children cumulated vsize: 1153208 KiB
Current children cumulated memory: 942084 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/188 26586
/proc/meminfo: memFree=26203112/32770624 swapFree=67108860/67108860
[pid=26208] ppid=26205 vsize=1153208 memory=942084 CPUtime=2322.54 cores=0,2,4,6
/proc/26208/stat : 26208 (cosoco) R 26205 26208 24273 0 -1 4202496 498826 0 0 0 232209 45 0 0 20 0 1 0 91185024 1180884992 235521 33554432000 4194304 5972588 140721488869808 140721488866456 4975792 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 30023680 140721488872634 140721488872734 140721488872734 140721488875470 0
/proc/26208/statm: 288302 235521 844 435 0 281665 0
Current children cumulated CPU time: 2322.54 s
Current children cumulated vsize: 1153208 KiB
Current children cumulated memory: 942084 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/189 26613
/proc/meminfo: memFree=26201956/32770624 swapFree=67108860/67108860
[pid=26208] ppid=26205 vsize=1153208 memory=942084 CPUtime=2382.55 cores=0,2,4,6
/proc/26208/stat : 26208 (cosoco) R 26205 26208 24273 0 -1 4202496 499757 0 0 0 238210 45 0 0 20 0 1 0 91185024 1180884992 235521 33554432000 4194304 5972588 140721488869808 140721488866456 4965500 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 30023680 140721488872634 140721488872734 140721488872734 140721488875470 0
/proc/26208/statm: 288302 235521 844 435 0 281665 0
Current children cumulated CPU time: 2382.55 s
Current children cumulated vsize: 1153208 KiB
Current children cumulated memory: 942084 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/189 26614
/proc/meminfo: memFree=26202848/32770624 swapFree=67108860/67108860
[pid=26208] ppid=26205 vsize=1153208 memory=942100 CPUtime=2442.56 cores=0,2,4,6
/proc/26208/stat : 26208 (cosoco) R 26205 26208 24273 0 -1 4202496 502208 0 0 0 244211 45 0 0 20 0 1 0 91185024 1180884992 235525 33554432000 4194304 5972588 140721488869808 140721488866456 4972812 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 30023680 140721488872634 140721488872734 140721488872734 140721488875470 0
/proc/26208/statm: 288302 235525 844 435 0 281665 0
Current children cumulated CPU time: 2442.56 s
Current children cumulated vsize: 1153208 KiB
Current children cumulated memory: 942100 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/189 26615
/proc/meminfo: memFree=26202728/32770624 swapFree=67108860/67108860
[pid=26208] ppid=26205 vsize=1153208 memory=942100 CPUtime=2502.56 cores=0,2,4,6
/proc/26208/stat : 26208 (cosoco) R 26205 26208 24273 0 -1 4202496 502978 0 0 0 250211 45 0 0 20 0 1 0 91185024 1180884992 235525 33554432000 4194304 5972588 140721488869808 140721488866456 4972757 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 30023680 140721488872634 140721488872734 140721488872734 140721488875470 0
/proc/26208/statm: 288302 235525 844 435 0 281665 0
Current children cumulated CPU time: 2502.56 s
Current children cumulated vsize: 1153208 KiB
Current children cumulated memory: 942100 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2519.8 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 26616
/proc/meminfo: memFree=26202716/32770624 swapFree=67108860/67108860
[pid=26208] ppid=26205 vsize=1153208 memory=942100 CPUtime=2520.07 cores=0,2,4,6
/proc/26208/stat : 26208 (cosoco) R 26205 26208 24273 0 -1 4202496 503538 0 0 0 251962 45 0 0 20 0 1 0 91185024 1180884992 235525 33554432000 4194304 5972588 140721488869808 140721488866456 4968769 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 30023680 140721488872634 140721488872734 140721488872734 140721488875470 0
/proc/26208/statm: 288302 235525 844 435 0 281665 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 1153208 KiB
Current children cumulated memory: 942100 KiB

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

[startup+2519.81 s]
# the end of solver process 26208 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.62 s, system=0.461056 s

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

Child status: 1
Real time (s): 2519.81
CPU time (s): 2520.08
CPU user time (s): 2519.62
CPU system time (s): 0.461056
CPU usage (%): 100.011
Max. virtual memory (cumulated for all children) (KiB): 1153208
Max. memory (cumulated for all children) (KiB): 942100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.62
system time used= 0.461056
maximum resident set size= 942176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 503584
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= 892


# summary of solver processes directly reported to runsolver:
#   pid: 26208
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2519.62
#   total CPU system time (s): 0.461056

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.29604 second user time and 16.3665 second system time

The end

Launcher Data

Begin job on node114 at 2017-08-13 01:21:54
IDJOB=4265836
IDBENCH=130626
IDSOLVER=2655
FILE ID=node114/4265836-1502580972
RUNJOBID= node114-1502567254-24357
PBS_JOBID= 20628281
Free space on /tmp= 61696 MiB

SOLVER NAME= cosoco-sat 1.12
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-m1-s1/QueenAttacking-19.xml
COMMAND LINE= cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4265836-1502580972/watcher-4265836-1502580972 -o /tmp/evaluation-result-4265836-1502580972/solver-4265836-1502580972 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node114-1502567254-24357 --watchdog 2580  cosoco -lc -model -restarts -sat HOME/instance-4265836-1502580972.xml

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

MD5SUM BENCH= 30814e96d0bc4cf3d8fc4c07c399f55d
RANDOM SEED=1892788450

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:        27129304 kB
MemAvailable:   31966564 kB
Buffers:          126348 kB
Cached:          5002704 kB
SwapCached:            0 kB
Active:           397464 kB
Inactive:        4811756 kB
Active(anon):      83492 kB
Inactive(anon):    25036 kB
Active(file):     313972 kB
Inactive(file):  4786720 kB
Unevictable:        6520 kB
Mlocked:            6520 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2548 kB
Writeback:             0 kB
AnonPages:         86888 kB
Mapped:            44460 kB
Shmem:             25224 kB
Slab:             129660 kB
SReclaimable:     104804 kB
SUnreclaim:        24856 kB
KernelStack:        3312 kB
PageTables:         5344 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     377048 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     28672 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= 61696 MiB
End job on node114 at 2017-08-13 02:03:54