Trace number 4265679

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 2520.02

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-19-a3.xml
MD5SUM5b8b55291fe9e5b80fbbe778e95d2a5c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark298
Best CPU time to get the best result obtained on this benchmark20014.301
Satisfiable
(Un)Satisfiability was proved
Number of variables380
Number of constraints174
Number of domains2
Minimum domain size500
Maximum domain size501
Distribution of domain sizes[{"size":500,"count":171},{"size":501,"count":19}]
Minimum variable degree0
Maximum variable degree20
Distribution of variable degrees[{"degree":0,"count":190},{"degree":2,"count":171},{"degree":19,"count":17},{"degree":20,"count":2}]
Minimum constraint arity1
Maximum constraint arity171
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":171},{"arity":19,"count":1},{"arity":171,"count":1}]
Number of extensional constraints0
Number of intensional constraints172
Distribution of constraint types[{"type":"intension","count":172},{"type":"allDifferent","count":1},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

3.49/3.51	c SAT : Variables: 190019 -- Clauses: 47414880
3.49/3.51	c best=?? lower=0 upper=500 
2519.98/2520.00	c
2519.98/2520.00	c This is cosoco 1.12 --  
2519.98/2520.00	c
2519.98/2520.00	c command line: cosoco -lc -model -restarts -sat HOME/instance-4265679-1502575951.xml 
2519.98/2520.00	c enable optimization
2519.98/2520.00	c ========================================[ Problem Statistics ]===========================================
2519.98/2520.00	c |                                                                                                       
2519.98/2520.00	c |  Parse time        :         3.03 s 
2519.98/2520.00	c |
2519.98/2520.00	c |               Variables: 380
2519.98/2520.00	c |            Domain Sizes: 500..501
2519.98/2520.00	c |
2519.98/2520.00	c |             Constraints: 192
2519.98/2520.00	c |                   Arity: 1..171  -- Unary: 2  -- Binary: 18  -- Ternary: 171
2519.98/2520.00	c | 
2519.98/2520.00	c |                   Types: 
2519.98/2520.00	c |                          (X - Y < k): 18
2519.98/2520.00	c |                          All Different: 1
2519.98/2520.00	c |                          Intension: 173
2519.98/2520.00	c |                          
2519.98/2520.00	c =========================================================================================================
2519.98/2520.00	
2519.98/2520.00	c *** INTERRUPTED ***
2519.98/2520.00	c restarts              : 575         
2519.98/2520.00	c conflicts             : 1476029      (586 /sec)
2519.98/2520.00	c decisions             : 2154035      (855 /sec)
2519.98/2520.00	c propagations          : 5192990108  (2061182 /sec)
2519.98/2520.00	c root propagations     : 824         
2519.98/2520.00	c filter calls          : 309883430      (122998 /sec)
2519.98/2520.00	c useless filter calls  : 275375243      (88 %)
2519.98/2520.00	c
2519.98/2520.00	c clauses               : 47462924
2519.98/2520.00	c SAT propagations      : 48557
2519.98/2520.00	c SAT conflicts         : 113 (0 learnts)
2519.98/2520.00	c Memory used           : 2079.12 MB
2519.98/2520.00	c CPU time              : 2519.42 s
2519.98/2520.00	
2519.98/2520.00	c No Bound found!
2519.98/2520.00	
2519.98/2520.00	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 (15409 MiB free)
  memory of node 1: 16384 MiB (15669 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4265679-1502575951/watcher-4265679-1502575951 -o /tmp/evaluation-result-4265679-1502575951/solver-4265679-1502575951 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node112-1502567254-23606 --watchdog 2580 cosoco -lc -model -restarts -sat HOME/instance-4265679-1502575951.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=25414, runsolver pid=25411

[startup+0.100106 s]*
/proc/loadavg: 2.02 2.12 2.10 3/187 25415
/proc/meminfo: memFree=31821580/32770624 swapFree=67108860/67108860
[pid=25414] ppid=25411 vsize=30920 memory=7360 CPUtime=0.1 cores=0,2,4,6
/proc/25414/stat : 25414 (cosoco) R 25411 25414 23522 0 -1 4202496 2027 0 0 0 10 0 0 0 20 0 1 0 90682933 31662080 1840 33554432000 4194304 5972588 140722481431440 140722481428088 139877800856549 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 11141120 140722481439930 140722481440030 140722481440030 140722481442766 0
/proc/25414/statm: 7730 1840 786 435 0 1093 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 30920 KiB
Current children cumulated memory: 7360 KiB

[startup+0.209451 s]*
/proc/loadavg: 2.02 2.12 2.10 3/187 25415
/proc/meminfo: memFree=31818712/32770624 swapFree=67108860/67108860
[pid=25414] ppid=25411 vsize=33400 memory=9716 CPUtime=0.21 cores=0,2,4,6
/proc/25414/stat : 25414 (cosoco) R 25411 25414 23522 0 -1 4202496 2650 0 0 0 21 0 0 0 20 0 1 0 90682933 34201600 2429 33554432000 4194304 5972588 140722481431440 140722481428088 4967517 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 11141120 140722481439930 140722481440030 140722481440030 140722481442766 0
/proc/25414/statm: 8350 2429 786 435 0 1713 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 33400 KiB
Current children cumulated memory: 9716 KiB

[startup+0.308887 s]*
/proc/loadavg: 2.02 2.12 2.10 3/187 25415
/proc/meminfo: memFree=31767736/32770624 swapFree=67108860/67108860
[pid=25414] ppid=25411 vsize=98280 memory=66112 CPUtime=0.31 cores=0,2,4,6
/proc/25414/stat : 25414 (cosoco) R 25411 25414 23522 0 -1 4202496 13128 0 0 0 30 1 0 0 20 0 1 0 90682933 100638720 16528 33554432000 4194304 5972588 140722481431440 140722481428088 139877800856549 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 11141120 140722481439930 140722481440030 140722481440030 140722481442766 0
/proc/25414/statm: 24570 16528 823 435 0 17933 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 98280 KiB
Current children cumulated memory: 66112 KiB

[startup+0.70032 s]
/proc/loadavg: 2.02 2.12 2.10 3/187 25415
/proc/meminfo: memFree=31647468/32770624 swapFree=67108860/67108860
[pid=25414] ppid=25411 vsize=336112 memory=289968 CPUtime=0.69 cores=0,2,4,6
/proc/25414/stat : 25414 (cosoco) R 25411 25414 23522 0 -1 4202496 45113 0 0 0 62 7 0 0 20 0 1 0 90682933 344178688 72492 33554432000 4194304 5972588 140722481431440 140722481428088 5280489 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 11141120 140722481439930 140722481440030 140722481440030 140722481442766 0
/proc/25414/statm: 84028 72492 823 435 0 77391 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 336112 KiB
Current children cumulated memory: 289968 KiB

[startup+1.50033 s]
/proc/loadavg: 2.02 2.12 2.10 3/187 25415
/proc/meminfo: memFree=31361188/32770624 swapFree=67108860/67108860
[pid=25414] ppid=25411 vsize=850336 memory=751464 CPUtime=1.49 cores=0,2,4,6
/proc/25414/stat : 25414 (cosoco) R 25411 25414 23522 0 -1 4202496 106273 0 0 0 130 19 0 0 20 0 1 0 90682933 870744064 187866 33554432000 4194304 5972588 140722481431440 140722481428232 139877800856549 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 11141120 140722481439930 140722481440030 140722481440030 140722481442766 0
/proc/25414/statm: 212584 187866 823 435 0 205947 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 850336 KiB
Current children cumulated memory: 751464 KiB

[startup+3.10946 s]
/proc/loadavg: 2.02 2.12 2.10 3/187 25415
/proc/meminfo: memFree=30211652/32770624 swapFree=67108860/67108860
[pid=25414] ppid=25411 vsize=2003164 memory=1674444 CPUtime=3.1 cores=0,2,4,6
/proc/25414/stat : 25414 (cosoco) R 25411 25414 23522 0 -1 4202496 227011 0 0 0 267 43 0 0 20 0 1 0 90682933 2051239936 418611 33554432000 4194304 5972588 140722481431440 140722481428232 139877800925739 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 11141120 140722481439930 140722481440030 140722481440030 140722481442766 0
/proc/25414/statm: 500791 418611 823 435 0 494154 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2003164 KiB
Current children cumulated memory: 1674444 KiB

[startup+6.30025 s]
/proc/loadavg: 2.02 2.12 2.10 3/187 25415
/proc/meminfo: memFree=29919496/32770624 swapFree=67108860/67108860
[pid=25414] ppid=25411 vsize=2122172 memory=1904616 CPUtime=6.29 cores=0,2,4,6
/proc/25414/stat : 25414 (cosoco) R 25411 25414 23522 0 -1 4202496 260716 0 0 0 582 47 0 0 20 0 1 0 90682933 2173104128 476154 33554432000 4194304 5972588 140722481431440 140722481428152 4909594 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 11141120 140722481439930 140722481440030 140722481440030 140722481442766 0
/proc/25414/statm: 530543 476154 839 435 0 523906 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2122172 KiB
Current children cumulated memory: 1904616 KiB

[startup+12.7002 s]
/proc/loadavg: 2.02 2.11 2.10 3/187 25415
/proc/meminfo: memFree=29919372/32770624 swapFree=67108860/67108860
[pid=25414] ppid=25411 vsize=2122172 memory=1904624 CPUtime=12.69 cores=0,2,4,6
/proc/25414/stat : 25414 (cosoco) R 25411 25414 23522 0 -1 4202496 265694 0 0 0 1221 48 0 0 20 0 1 0 90682933 2173104128 476156 33554432000 4194304 5972588 140722481431440 140722481428152 5070704 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 11141120 140722481439930 140722481440030 140722481440030 140722481442766 0
/proc/25414/statm: 530543 476156 839 435 0 523906 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2122172 KiB
Current children cumulated memory: 1904624 KiB

[startup+25.5002 s]
/proc/loadavg: 2.10 2.12 2.10 3/187 25415
/proc/meminfo: memFree=29919372/32770624 swapFree=67108860/67108860
[pid=25414] ppid=25411 vsize=2122172 memory=1904652 CPUtime=25.48 cores=0,2,4,6
/proc/25414/stat : 25414 (cosoco) R 25411 25414 23522 0 -1 4202496 271269 0 0 0 2500 48 0 0 20 0 1 0 90682933 2173104128 476163 33554432000 4194304 5972588 140722481431440 140722481428152 5071767 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 11141120 140722481439930 140722481440030 140722481440030 140722481442766 0
/proc/25414/statm: 530543 476163 839 435 0 523906 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 2122172 KiB
Current children cumulated memory: 1904652 KiB

[startup+51.1092 s]
/proc/loadavg: 2.40 2.20 2.13 3/187 25415
/proc/meminfo: memFree=29919248/32770624 swapFree=67108860/67108860
[pid=25414] ppid=25411 vsize=2122172 memory=1904652 CPUtime=51.09 cores=0,2,4,6
/proc/25414/stat : 25414 (cosoco) R 25411 25414 23522 0 -1 4202496 277669 0 0 0 5060 49 0 0 20 0 1 0 90682933 2173104128 476163 33554432000 4194304 5972588 140722481431440 140722481428152 5053024 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 11141120 140722481439930 140722481440030 140722481440030 140722481442766 0
/proc/25414/statm: 530543 476163 839 435 0 523906 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 2122172 KiB
Current children cumulated memory: 1904652 KiB

[startup+102.3 s]
/proc/loadavg: 2.30 2.21 2.13 3/187 25416
/proc/meminfo: memFree=29917948/32770624 swapFree=67108860/67108860
[pid=25414] ppid=25411 vsize=2122304 memory=1904864 CPUtime=102.27 cores=0,2,4,6
/proc/25414/stat : 25414 (cosoco) R 25411 25414 23522 0 -1 4202496 285546 0 0 0 10177 50 0 0 20 0 1 0 90682933 2173239296 476216 33554432000 4194304 5972588 140722481431440 140722481428296 4975204 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 11141120 140722481439930 140722481440030 140722481440030 140722481442766 0
/proc/25414/statm: 530576 476216 839 435 0 523939 0
Current children cumulated CPU time: 102.27 s
Current children cumulated vsize: 2122304 KiB
Current children cumulated memory: 1904864 KiB

[startup+162.3 s]
/proc/loadavg: 2.15 2.18 2.13 3/188 25425
/proc/meminfo: memFree=29917912/32770624 swapFree=67108860/67108860
[pid=25414] ppid=25411 vsize=2122700 memory=1905240 CPUtime=162.25 cores=0,2,4,6
/proc/25414/stat : 25414 (cosoco) R 25411 25414 23522 0 -1 4202496 293501 0 0 0 16175 50 0 0 20 0 1 0 90682933 2173644800 476310 33554432000 4194304 5972588 140722481431440 140722481428296 5070704 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 11141120 140722481439930 140722481440030 140722481440030 140722481442766 0
/proc/25414/statm: 530675 476310 839 435 0 524038 0
Current children cumulated CPU time: 162.25 s
Current children cumulated vsize: 2122700 KiB
Current children cumulated memory: 1905240 KiB

[startup+222.3 s]
/proc/loadavg: 2.05 2.15 2.13 3/189 25513
/proc/meminfo: memFree=29337052/32770624 swapFree=67108860/67108860
[pid=25414] ppid=25411 vsize=2123096 memory=1905600 CPUtime=222.25 cores=0,2,4,6
/proc/25414/stat : 25414 (cosoco) R 25411 25414 23522 0 -1 4202496 297470 0 0 0 22175 50 0 0 20 0 1 0 90682933 2174050304 476400 33554432000 4194304 5972588 140722481431440 140722481428008 4968704 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 11141120 140722481439930 140722481440030 140722481440030 140722481442766 0
/proc/25414/statm: 530774 476400 839 435 0 524137 0
Current children cumulated CPU time: 222.25 s
Current children cumulated vsize: 2123096 KiB
Current children cumulated memory: 1905600 KiB

[startup+282.3 s]
/proc/loadavg: 2.02 2.12 2.12 3/189 25514
/proc/meminfo: memFree=29304228/32770624 swapFree=67108860/67108860
[pid=25414] ppid=25411 vsize=2123492 memory=1905936 CPUtime=282.25 cores=0,2,4,6
/proc/25414/stat : 25414 (cosoco) R 25411 25414 23522 0 -1 4202496 303435 0 0 0 28174 51 0 0 20 0 1 0 90682933 2174455808 476484 33554432000 4194304 5972588 140722481431440 140722481428088 4962240 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 11141120 140722481439930 140722481440030 140722481440030 140722481442766 0
/proc/25414/statm: 530873 476484 839 435 0 524236 0
Current children cumulated CPU time: 282.25 s
Current children cumulated vsize: 2123492 KiB
Current children cumulated memory: 1905936 KiB

[startup+342.3 s]
/proc/loadavg: 2.01 2.10 2.12 3/189 25515
/proc/meminfo: memFree=29285124/32770624 swapFree=67108860/67108860
[pid=25414] ppid=25411 vsize=2123756 memory=1906224 CPUtime=342.25 cores=0,2,4,6
/proc/25414/stat : 25414 (cosoco) R 25411 25414 23522 0 -1 4202496 307341 0 0 0 34174 51 0 0 20 0 1 0 90682933 2174726144 476556 33554432000 4194304 5972588 140722481431440 140722481428008 5071767 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 11141120 140722481439930 140722481440030 140722481440030 140722481442766 0
/proc/25414/statm: 530939 476556 839 435 0 524302 0
Current children cumulated CPU time: 342.25 s
Current children cumulated vsize: 2123756 KiB
Current children cumulated memory: 1906224 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.08 2.11 3/189 25516
/proc/meminfo: memFree=29276256/32770624 swapFree=67108860/67108860
[pid=25414] ppid=25411 vsize=2125112 memory=1907524 CPUtime=402.25 cores=0,2,4,6
/proc/25414/stat : 25414 (cosoco) R 25411 25414 23522 0 -1 4202496 319523 0 0 0 40173 52 0 0 20 0 1 0 90682933 2176114688 476881 33554432000 4194304 5972588 140722481431440 140722481428296 4968872 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 11141120 140722481439930 140722481440030 140722481440030 140722481442766 0
/proc/25414/statm: 531278 476881 839 435 0 524641 0
Current children cumulated CPU time: 402.25 s
Current children cumulated vsize: 2125112 KiB
Current children cumulated memory: 1907524 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.07 2.10 3/188 25517
/proc/meminfo: memFree=29270224/32770624 swapFree=67108860/67108860
[pid=25414] ppid=25411 vsize=2125376 memory=1907896 CPUtime=462.25 cores=0,2,4,6
/proc/25414/stat : 25414 (cosoco) R 25411 25414 23522 0 -1 4202496 321216 0 0 0 46173 52 0 0 20 0 1 0 90682933 2176385024 476974 33554432000 4194304 5972588 140722481431440 140722481428296 5071744 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 11141120 140722481439930 140722481440030 140722481440030 140722481442766 0
/proc/25414/statm: 531344 476974 839 435 0 524707 0
Current children cumulated CPU time: 462.25 s
Current children cumulated vsize: 2125376 KiB
Current children cumulated memory: 1907896 KiB


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

/proc/25414/statm: 531959 478085 839 435 0 525322 0
Current children cumulated CPU time: 1722.26 s
Current children cumulated vsize: 2127836 KiB
Current children cumulated memory: 1912340 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25558
/proc/meminfo: memFree=29247656/32770624 swapFree=67108860/67108860
[pid=25414] ppid=25411 vsize=2128052 memory=1912492 CPUtime=1782.26 cores=0,2,4,6
/proc/25414/stat : 25414 (cosoco) R 25411 25414 23522 0 -1 4202496 393646 0 0 0 178171 55 0 0 20 0 1 0 90682933 2179125248 478123 33554432000 4194304 5972588 140722481431440 140722481428088 4962376 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 11141120 140722481439930 140722481440030 140722481440030 140722481442766 0
/proc/25414/statm: 532013 478123 839 435 0 525376 0
Current children cumulated CPU time: 1782.26 s
Current children cumulated vsize: 2128052 KiB
Current children cumulated memory: 1912492 KiB

[startup+1842.3 s]
/proc/loadavg: 2.07 2.03 2.05 3/187 25560
/proc/meminfo: memFree=29247780/32770624 swapFree=67108860/67108860
[pid=25414] ppid=25411 vsize=2128052 memory=1912492 CPUtime=1842.26 cores=0,2,4,6
/proc/25414/stat : 25414 (cosoco) R 25411 25414 23522 0 -1 4202496 394740 0 0 0 184171 55 0 0 20 0 1 0 90682933 2179125248 478123 33554432000 4194304 5972588 140722481431440 140722481428088 4975784 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 11141120 140722481439930 140722481440030 140722481440030 140722481442766 0
/proc/25414/statm: 532013 478123 839 435 0 525376 0
Current children cumulated CPU time: 1842.26 s
Current children cumulated vsize: 2128052 KiB
Current children cumulated memory: 1912492 KiB

[startup+1902.3 s]
/proc/loadavg: 2.03 2.02 2.05 3/187 25561
/proc/meminfo: memFree=29247532/32770624 swapFree=67108860/67108860
[pid=25414] ppid=25411 vsize=2128052 memory=1912492 CPUtime=1902.27 cores=0,2,4,6
/proc/25414/stat : 25414 (cosoco) R 25411 25414 23522 0 -1 4202496 396161 0 0 0 190171 56 0 0 20 0 1 0 90682933 2179125248 478123 33554432000 4194304 5972588 140722481431440 140722481428088 4962387 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 11141120 140722481439930 140722481440030 140722481440030 140722481442766 0
/proc/25414/statm: 532013 478123 839 435 0 525376 0
Current children cumulated CPU time: 1902.27 s
Current children cumulated vsize: 2128052 KiB
Current children cumulated memory: 1912492 KiB

[startup+1962.3 s]
/proc/loadavg: 2.04 2.04 2.05 3/188 25570
/proc/meminfo: memFree=29247424/32770624 swapFree=67108860/67108860
[pid=25414] ppid=25411 vsize=2128052 memory=1912492 CPUtime=1962.27 cores=0,2,4,6
/proc/25414/stat : 25414 (cosoco) R 25411 25414 23522 0 -1 4202496 397375 0 0 0 196171 56 0 0 20 0 1 0 90682933 2179125248 478123 33554432000 4194304 5972588 140722481431440 140722481428088 4962405 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 11141120 140722481439930 140722481440030 140722481440030 140722481442766 0
/proc/25414/statm: 532013 478123 839 435 0 525376 0
Current children cumulated CPU time: 1962.27 s
Current children cumulated vsize: 2128052 KiB
Current children cumulated memory: 1912492 KiB

[startup+2022.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/188 25571
/proc/meminfo: memFree=29247308/32770624 swapFree=67108860/67108860
[pid=25414] ppid=25411 vsize=2128244 memory=1912660 CPUtime=2022.27 cores=0,2,4,6
/proc/25414/stat : 25414 (cosoco) R 25411 25414 23522 0 -1 4202496 399508 0 0 0 202171 56 0 0 20 0 1 0 90682933 2179321856 478165 33554432000 4194304 5972588 140722481431440 140722481428088 4962405 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 11141120 140722481439930 140722481440030 140722481440030 140722481442766 0
/proc/25414/statm: 532061 478165 839 435 0 525424 0
Current children cumulated CPU time: 2022.27 s
Current children cumulated vsize: 2128244 KiB
Current children cumulated memory: 1912660 KiB

[startup+2082.3 s]
/proc/loadavg: 2.05 2.05 2.05 3/188 25572
/proc/meminfo: memFree=29240664/32770624 swapFree=67108860/67108860
[pid=25414] ppid=25411 vsize=2128628 memory=1915092 CPUtime=2082.27 cores=0,2,4,6
/proc/25414/stat : 25414 (cosoco) R 25411 25414 23522 0 -1 4202496 401492 0 0 0 208171 56 0 0 20 0 1 0 90682933 2179715072 478773 33554432000 4194304 5972588 140722481431440 140722481428088 4965552 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 11141120 140722481439930 140722481440030 140722481440030 140722481442766 0
/proc/25414/statm: 532157 478773 839 435 0 525520 0
Current children cumulated CPU time: 2082.27 s
Current children cumulated vsize: 2128628 KiB
Current children cumulated memory: 1915092 KiB

[startup+2142.3 s]
/proc/loadavg: 2.05 2.05 2.05 3/188 25573
/proc/meminfo: memFree=29240416/32770624 swapFree=67108860/67108860
[pid=25414] ppid=25411 vsize=2128724 memory=1915120 CPUtime=2142.27 cores=0,2,4,6
/proc/25414/stat : 25414 (cosoco) R 25411 25414 23522 0 -1 4202496 403128 0 0 0 214171 56 0 0 20 0 1 0 90682933 2179813376 478780 33554432000 4194304 5972588 140722481431440 140722481428520 4909694 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 11141120 140722481439930 140722481440030 140722481440030 140722481442766 0
/proc/25414/statm: 532181 478780 839 435 0 525544 0
Current children cumulated CPU time: 2142.27 s
Current children cumulated vsize: 2128724 KiB
Current children cumulated memory: 1915120 KiB

[startup+2202.3 s]
/proc/loadavg: 2.05 2.06 2.05 3/188 25574
/proc/meminfo: memFree=29239168/32770624 swapFree=67108860/67108860
[pid=25414] ppid=25411 vsize=2128820 memory=1915180 CPUtime=2202.27 cores=0,2,4,6
/proc/25414/stat : 25414 (cosoco) R 25411 25414 23522 0 -1 4202496 404094 0 0 0 220171 56 0 0 20 0 1 0 90682933 2179911680 478795 33554432000 4194304 5972588 140722481431440 140722481428600 4975114 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 11141120 140722481439930 140722481440030 140722481440030 140722481442766 0
/proc/25414/statm: 532205 478795 839 435 0 525568 0
Current children cumulated CPU time: 2202.27 s
Current children cumulated vsize: 2128820 KiB
Current children cumulated memory: 1915180 KiB

[startup+2262.3 s]
/proc/loadavg: 2.02 2.05 2.05 3/187 25575
/proc/meminfo: memFree=29239068/32770624 swapFree=67108860/67108860
[pid=25414] ppid=25411 vsize=2128820 memory=1915208 CPUtime=2262.27 cores=0,2,4,6
/proc/25414/stat : 25414 (cosoco) R 25411 25414 23522 0 -1 4202496 406414 0 0 0 226171 56 0 0 20 0 1 0 90682933 2179911680 478802 33554432000 4194304 5972588 140722481431440 140722481428600 4969261 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 11141120 140722481439930 140722481440030 140722481440030 140722481442766 0
/proc/25414/statm: 532205 478802 839 435 0 525568 0
Current children cumulated CPU time: 2262.27 s
Current children cumulated vsize: 2128820 KiB
Current children cumulated memory: 1915208 KiB

[startup+2322.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/187 25576
/proc/meminfo: memFree=29236508/32770624 swapFree=67108860/67108860
[pid=25414] ppid=25411 vsize=2128916 memory=1917336 CPUtime=2322.27 cores=0,2,4,6
/proc/25414/stat : 25414 (cosoco) R 25411 25414 23522 0 -1 4202496 408721 0 0 0 232171 56 0 0 20 0 1 0 90682933 2180009984 479334 33554432000 4194304 5972588 140722481431440 140722481428600 5099648 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 11141120 140722481439930 140722481440030 140722481440030 140722481442766 0
/proc/25414/statm: 532229 479334 839 435 0 525592 0
Current children cumulated CPU time: 2322.27 s
Current children cumulated vsize: 2128916 KiB
Current children cumulated memory: 1917336 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/187 25577
/proc/meminfo: memFree=29236392/32770624 swapFree=67108860/67108860
[pid=25414] ppid=25411 vsize=2128916 memory=1917336 CPUtime=2382.27 cores=0,2,4,6
/proc/25414/stat : 25414 (cosoco) R 25411 25414 23522 0 -1 4202496 410311 0 0 0 238171 56 0 0 20 0 1 0 90682933 2180009984 479334 33554432000 4194304 5972588 140722481431440 140722481428600 5320427 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 11141120 140722481439930 140722481440030 140722481440030 140722481442766 0
/proc/25414/statm: 532229 479334 839 435 0 525592 0
Current children cumulated CPU time: 2382.27 s
Current children cumulated vsize: 2128916 KiB
Current children cumulated memory: 1917336 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/187 25578
/proc/meminfo: memFree=29236516/32770624 swapFree=67108860/67108860
[pid=25414] ppid=25411 vsize=2129012 memory=1917364 CPUtime=2442.27 cores=0,2,4,6
/proc/25414/stat : 25414 (cosoco) R 25411 25414 23522 0 -1 4202496 411811 0 0 0 244171 56 0 0 20 0 1 0 90682933 2180108288 479341 33554432000 4194304 5972588 140722481431440 140722481428600 5071744 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 11141120 140722481439930 140722481440030 140722481440030 140722481442766 0
/proc/25414/statm: 532253 479341 839 435 0 525616 0
Current children cumulated CPU time: 2442.27 s
Current children cumulated vsize: 2129012 KiB
Current children cumulated memory: 1917364 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 25579
/proc/meminfo: memFree=29235772/32770624 swapFree=67108860/67108860
[pid=25414] ppid=25411 vsize=2129012 memory=1917392 CPUtime=2502.27 cores=0,2,4,6
/proc/25414/stat : 25414 (cosoco) R 25411 25414 23522 0 -1 4202496 413809 0 0 0 250171 56 0 0 20 0 1 0 90682933 2180108288 479348 33554432000 4194304 5972588 140722481431440 140722481428600 4968704 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 11141120 140722481439930 140722481440030 140722481440030 140722481442766 0
/proc/25414/statm: 532253 479348 839 435 0 525616 0
Current children cumulated CPU time: 2502.27 s
Current children cumulated vsize: 2129012 KiB
Current children cumulated memory: 1917392 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.02 2.05 3/187 25586
/proc/meminfo: memFree=29234772/32770624 swapFree=67108860/67108860
[pid=25414] ppid=25411 vsize=2129012 memory=1917392 CPUtime=2519.98 cores=0,2,4,6
/proc/25414/stat : 25414 (cosoco) R 25411 25414 23522 0 -1 4202496 413824 0 0 0 251942 56 0 0 20 0 1 0 90682933 2180108288 479348 33554432000 4194304 5972588 140722481431440 140722481428600 4909660 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 11141120 140722481439930 140722481440030 140722481440030 140722481442766 0
/proc/25414/statm: 532253 479348 839 435 0 525616 0
Current children cumulated CPU time: 2519.98 s
Current children cumulated vsize: 2129012 KiB
Current children cumulated memory: 1917392 KiB

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

[startup+2520.02 s]
# the end of solver process 25414 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.42 s, system=0.578006 s

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

Child status: 1
Real time (s): 2520.02
CPU time (s): 2520
CPU user time (s): 2519.42
CPU system time (s): 0.578006
CPU usage (%): 99.9994
Max. virtual memory (cumulated for all children) (KiB): 2129012
Max. memory (cumulated for all children) (KiB): 1917392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.42
system time used= 0.578006
maximum resident set size= 1917468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 413870
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= 90
involuntary context switches= 3214


# summary of solver processes directly reported to runsolver:
#   pid: 25414
#   total CPU time (s): 2520
#   total CPU user time (s): 2519.42
#   total CPU system time (s): 0.578006

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.94484 second user time and 16.8442 second system time

The end

Launcher Data

Begin job on node112 at 2017-08-12 23:58:13
IDJOB=4265679
IDBENCH=126218
IDSOLVER=2655
FILE ID=node112/4265679-1502575951
RUNJOBID= node112-1502567254-23606
PBS_JOBID= 20628283
Free space on /tmp= 61784 MiB

SOLVER NAME= cosoco-sat 1.12
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-19-a3.xml
COMMAND LINE= cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4265679-1502575951/watcher-4265679-1502575951 -o /tmp/evaluation-result-4265679-1502575951/solver-4265679-1502575951 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node112-1502567254-23606 --watchdog 2580  cosoco -lc -model -restarts -sat HOME/instance-4265679-1502575951.xml

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

MD5SUM BENCH= 5b8b55291fe9e5b80fbbe778e95d2a5c
RANDOM SEED=1343130724

node112.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.24
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.24
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.24
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.24
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:        31825696 kB
MemAvailable:   31937496 kB
Buffers:           80380 kB
Cached:           331188 kB
SwapCached:            0 kB
Active:           415788 kB
Inactive:         116928 kB
Active(anon):      70836 kB
Inactive(anon):    78228 kB
Active(file):     344952 kB
Inactive(file):    38700 kB
Unevictable:        6280 kB
Mlocked:            6280 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2512 kB
Writeback:             0 kB
AnonPages:        136008 kB
Mapped:            43684 kB
Shmem:             25224 kB
Slab:             113512 kB
SReclaimable:      87968 kB
SUnreclaim:        25544 kB
KernelStack:        3568 kB
PageTables:         5516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     422240 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     77824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61784 MiB
End job on node112 at 2017-08-13 00:40:13